Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5942442abc70018486e4a97ccf80bb65ff67be19 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-ssh16198592314137100769.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-ssh17958015140281935496.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-ssh1973640988412589193.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-ssh15570374545674923480.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-ssh4572889307244195909.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9517 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/449 [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/449 # 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 5942442abc70018486e4a97ccf80bb65ff67be19 (main) Commit message: "fix: Set exitcode of secrets-config for command execution errors (#4418)" > 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 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 > git rev-list --no-walk ad6eec9b3a51add442b8d29fb1a9f402434f77c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-09T18:28:14.147Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-09T18:28:14.193Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-09T18:28:14.206Z] ========================================================= [2023-03-09T18:28:14.206Z] EdgeX Global Pipelines Version Info [2023-03-09T18:28:14.206Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:28:15.149Z] ------------------- [2023-03-09T18:28:15.149Z] stable info: [2023-03-09T18:28:15.149Z] ------------------- [2023-03-09T18:28:15.149Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-09T18:28:15.149Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T18:28:15.149Z] Message: update stable to v1.0.244 [2023-03-09T18:28:20.484Z] ------------------- [2023-03-09T18:28:20.484Z] experimental info: [2023-03-09T18:28:20.484Z] ------------------- [2023-03-09T18:28:20.484Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-09T18:28:20.484Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T18:28:20.484Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-09T18:28:20.638Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-09T18:28:20.651Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-09T18:28:20.662Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-09T18:28:20.675Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-09T18:28:20.688Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-09T18:28:20.698Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-09T18:28:20.710Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-09T18:28:20.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-09T18:28:20.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-09T18:28:20.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-09T18:28:20.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-09T18:28:20.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-09T18:28:20.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-09T18:28:20.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-09T18:28:20.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-09T18:28:20.827Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T18:28:20.837Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T18:28:20.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-09T18:28:20.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-09T18:28:20.871Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-09T18:28:20.882Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-09T18:28:20.893Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-09T18:28:20.904Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-09T18:28:20.915Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-09T18:28:20.925Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-09T18:28:20.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-09T18:28:20.959Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] echo [2023-03-09T18:28:20.975Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5942442 [Pipeline] echo [2023-03-09T18:28:20.991Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T18:28:21.045Z] provisioning config files... [2023-03-09T18:28:21.064Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config6693891169246779301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:28:21.370Z] ---> docker-login.sh [2023-03-09T18:28:21.370Z] nexus3.edgexfoundry.org:10001 [2023-03-09T18:28:21.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:28:21.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:28:21.630Z] Configure a credential helper to remove this warning. See [2023-03-09T18:28:21.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:28:21.630Z] [2023-03-09T18:28:21.630Z] Login Succeeded [2023-03-09T18:28:21.630Z] nexus3.edgexfoundry.org:10002 [2023-03-09T18:28:21.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:28:21.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:28:21.890Z] Configure a credential helper to remove this warning. See [2023-03-09T18:28:21.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:28:21.890Z] [2023-03-09T18:28:21.890Z] Login Succeeded [2023-03-09T18:28:21.890Z] nexus3.edgexfoundry.org:10003 [2023-03-09T18:28:21.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:28:21.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:28:21.890Z] Configure a credential helper to remove this warning. See [2023-03-09T18:28:21.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:28:21.890Z] [2023-03-09T18:28:21.890Z] Login Succeeded [2023-03-09T18:28:21.890Z] nexus3.edgexfoundry.org:10004 [2023-03-09T18:28:21.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:28:22.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:28:22.150Z] Configure a credential helper to remove this warning. See [2023-03-09T18:28:22.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:28:22.150Z] [2023-03-09T18:28:22.150Z] Login Succeeded [2023-03-09T18:28:22.150Z] docker.io [2023-03-09T18:28:22.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:28:22.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:28:22.412Z] Configure a credential helper to remove this warning. See [2023-03-09T18:28:22.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:28:22.412Z] [2023-03-09T18:28:22.412Z] Login Succeeded [2023-03-09T18:28:22.412Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T18:28:22.420Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T18:28:22.731Z] + 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-09T18:28:22.731Z] + dirname cmd/core-command/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/core-data/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/core-metadata/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/support-notifications/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-09T18:28:22.731Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-09T18:28:22.731Z] + cut -d/ -f2 [2023-03-09T18:28:22.731Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-09T18:28:22.780Z] 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-09T18:28:23.131Z] + git rev-list -1 --merges 5942442abc70018486e4a97ccf80bb65ff67be19~1..5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] echo [2023-03-09T18:28:23.150Z] -----------> git rev-list -1 --merges 5942442abc70018486e4a97ccf80bb65ff67be19~1..5942442abc70018486e4a97ccf80bb65ff67be19 5942442abc70018486e4a97ccf80bb65ff67be19 [false] [Pipeline] sh [2023-03-09T18:28:23.434Z] + git log --format=format:%s -1 5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] echo [2023-03-09T18:28:23.448Z] ========================================================= [2023-03-09T18:28:23.448Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-09T18:28:23.448Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-09T18:28:23.855Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T18:28:23.855Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-09T18:28:23.855Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-09T18:28:23.855Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-09T18:28:23.855Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-09T18:28:23.855Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-09T18:28:23.855Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:28:24.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T18:28:24.261Z] [2023-03-09T18:28:24.261Z] 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-09T18:28:24.565Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T18:28:24.565Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-09T18:28:24.565Z] b85a868b505f: Pulling fs layer [2023-03-09T18:28:24.565Z] e2be974225ed: Pulling fs layer [2023-03-09T18:28:24.565Z] 339a4e72a1f5: Pulling fs layer [2023-03-09T18:28:24.565Z] 988bab9f4d93: Pulling fs layer [2023-03-09T18:28:24.565Z] 1469e6f7b9e6: Pulling fs layer [2023-03-09T18:28:24.565Z] eaf3925da568: Pulling fs layer [2023-03-09T18:28:24.565Z] bab4dde63d76: Pulling fs layer [2023-03-09T18:28:24.565Z] bde34c3a00c8: Pulling fs layer [2023-03-09T18:28:24.565Z] b352a97aabf1: Pulling fs layer [2023-03-09T18:28:24.565Z] 4872d77fe225: Pulling fs layer [2023-03-09T18:28:24.565Z] 5851b861e8e6: Pulling fs layer [2023-03-09T18:28:24.565Z] b352a97aabf1: Waiting [2023-03-09T18:28:24.565Z] bde34c3a00c8: Waiting [2023-03-09T18:28:24.565Z] eaf3925da568: Waiting [2023-03-09T18:28:24.565Z] bab4dde63d76: Waiting [2023-03-09T18:28:24.565Z] 988bab9f4d93: Waiting [2023-03-09T18:28:24.565Z] 1469e6f7b9e6: Waiting [2023-03-09T18:28:24.565Z] 4872d77fe225: Waiting [2023-03-09T18:28:24.565Z] 5851b861e8e6: Waiting [2023-03-09T18:28:24.565Z] e2be974225ed: Download complete [2023-03-09T18:28:24.565Z] 988bab9f4d93: Download complete [2023-03-09T18:28:24.825Z] 1469e6f7b9e6: Verifying Checksum [2023-03-09T18:28:24.825Z] 1469e6f7b9e6: Download complete [2023-03-09T18:28:24.825Z] eaf3925da568: Verifying Checksum [2023-03-09T18:28:24.825Z] eaf3925da568: Download complete [2023-03-09T18:28:24.825Z] 339a4e72a1f5: Verifying Checksum [2023-03-09T18:28:24.825Z] 339a4e72a1f5: Download complete [2023-03-09T18:28:24.825Z] bde34c3a00c8: Verifying Checksum [2023-03-09T18:28:24.825Z] bde34c3a00c8: Download complete [2023-03-09T18:28:24.825Z] b352a97aabf1: Verifying Checksum [2023-03-09T18:28:24.825Z] b352a97aabf1: Download complete [2023-03-09T18:28:24.825Z] 4872d77fe225: Verifying Checksum [2023-03-09T18:28:24.825Z] 4872d77fe225: Download complete [2023-03-09T18:28:24.825Z] b85a868b505f: Verifying Checksum [2023-03-09T18:28:24.825Z] b85a868b505f: Download complete [2023-03-09T18:28:24.825Z] 5851b861e8e6: Verifying Checksum [2023-03-09T18:28:24.825Z] 5851b861e8e6: Download complete [2023-03-09T18:28:25.083Z] bab4dde63d76: Download complete [2023-03-09T18:28:26.018Z] b85a868b505f: Pull complete [2023-03-09T18:28:26.277Z] e2be974225ed: Pull complete [2023-03-09T18:28:26.535Z] 339a4e72a1f5: Pull complete [2023-03-09T18:28:26.535Z] 988bab9f4d93: Pull complete [2023-03-09T18:28:26.794Z] 1469e6f7b9e6: Pull complete [2023-03-09T18:28:27.053Z] eaf3925da568: Pull complete [2023-03-09T18:28:28.429Z] bab4dde63d76: Pull complete [2023-03-09T18:28:28.429Z] bde34c3a00c8: Pull complete [2023-03-09T18:28:28.689Z] b352a97aabf1: Pull complete [2023-03-09T18:28:28.689Z] 4872d77fe225: Pull complete [2023-03-09T18:28:28.689Z] 5851b861e8e6: Pull complete [2023-03-09T18:28:28.689Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-09T18:28:28.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T18:28:28.689Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:28:28.779Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:28:28.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T18:28:30.972Z] $ docker top b06946a75852d711b8d39bb5886784f8ba13904afa6ed977ae9892ba460a961c -eo pid,comm [2023-03-09T18:28:31.028Z] 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-09T18:28:31.028Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T18:28:31.063Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T18:28:31.063Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T18:28:31.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T18:28:31.162Z] $ docker exec b06946a75852d711b8d39bb5886784f8ba13904afa6ed977ae9892ba460a961c ssh-agent [2023-03-09T18:28:31.268Z] SSH_AUTH_SOCK=/tmp/ssh-EU6X4RmgHyS8/agent.33 [2023-03-09T18:28:31.268Z] SSH_AGENT_PID=39 [2023-03-09T18:28:31.273Z] Running ssh-add (command line suppressed) [2023-03-09T18:28:31.361Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_2352380893763691189.key (/w/workspace/edgex-go/449@tmp/private_key_2352380893763691189.key) [2023-03-09T18:28:31.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T18:28:31.663Z] + git tag --points-at HEAD [Pipeline] } [2023-03-09T18:28:31.672Z] $ docker exec --env ******** --env ******** b06946a75852d711b8d39bb5886784f8ba13904afa6ed977ae9892ba460a961c ssh-agent -k [2023-03-09T18:28:31.775Z] unset SSH_AUTH_SOCK; [2023-03-09T18:28:31.775Z] unset SSH_AGENT_PID; [2023-03-09T18:28:31.775Z] echo Agent pid 39 killed; [2023-03-09T18:28:31.789Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-09T18:28:31.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T18:28:31.819Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T18:28:31.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T18:28:31.913Z] $ docker exec b06946a75852d711b8d39bb5886784f8ba13904afa6ed977ae9892ba460a961c ssh-agent [2023-03-09T18:28:32.018Z] SSH_AUTH_SOCK=/tmp/ssh-9oc4Jh9QmGTF/agent.71 [2023-03-09T18:28:32.018Z] SSH_AGENT_PID=77 [2023-03-09T18:28:32.022Z] Running ssh-add (command line suppressed) [2023-03-09T18:28:32.112Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_5996011281737876347.key (/w/workspace/edgex-go/449@tmp/private_key_5996011281737876347.key) [2023-03-09T18:28:32.131Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T18:28:32.417Z] + git semver init [2023-03-09T18:28:32.676Z] 2023-03-09 18:28:32,571 [run_init] DEBUG init version:0.0.0 force:False [2023-03-09T18:28:32.676Z] 2023-03-09 18:28:32,572 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/449/.semver [2023-03-09T18:28:32.676Z] 2023-03-09 18:28:32,572 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/449/.semver [2023-03-09T18:28:32.676Z] 2023-03-09 18:28:32,573 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/449/.semver'], cwd=/w/workspace/edgex-go/449, universal_newlines=False, shell=None, istream=None) [2023-03-09T18:28:37.954Z] 2023-03-09 18:28:37,113 [append_file] DEBUG append to file:/w/workspace/edgex-go/449/.git/info/exclude [2023-03-09T18:28:37.954Z] 2023-03-09 18:28:37,113 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/449/.semver/main with force:False [2023-03-09T18:28:37.954Z] 2023-03-09 18:28:37,113 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:28:37.954Z] 2023-03-09 18:28:37,113 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:28:37.954Z] 3.0.0-dev.87 [Pipeline] } [2023-03-09T18:28:37.962Z] $ docker exec --env ******** --env ******** b06946a75852d711b8d39bb5886784f8ba13904afa6ed977ae9892ba460a961c ssh-agent -k [2023-03-09T18:28:38.049Z] unset SSH_AUTH_SOCK; [2023-03-09T18:28:38.049Z] unset SSH_AGENT_PID; [2023-03-09T18:28:38.050Z] echo Agent pid 77 killed; [2023-03-09T18:28:38.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T18:28:38.357Z] + git semver [Pipeline] } [2023-03-09T18:28:38.628Z] $ docker stop --time=1 b06946a75852d711b8d39bb5886784f8ba13904afa6ed977ae9892ba460a961c [2023-03-09T18:28:39.939Z] $ docker rm -f --volumes b06946a75852d711b8d39bb5886784f8ba13904afa6ed977ae9892ba460a961c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T18:28:40.271Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-09T18:28:40.464Z] Stashed 1 file(s) [Pipeline] echo [2023-03-09T18:28:40.467Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.87 [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-09T18:28:40.833Z] + git config --global --add safe.directory /w/workspace/edgex-go/449 [Pipeline] echo [2023-03-09T18:28:40.845Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T18:28:40.856Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T18:28:40.862Z] ========================================================= [2023-03-09T18:28:40.862Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-09T18:28:40.862Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-09T18:28:41.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T18:28:41.148Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-09T18:28:41.148Z] 213ec9aee27d: Pulling fs layer [2023-03-09T18:28:41.148Z] 4583459ba037: Pulling fs layer [2023-03-09T18:28:41.148Z] 93c1e223e6f2: Pulling fs layer [2023-03-09T18:28:41.148Z] 53926ce57604: Pulling fs layer [2023-03-09T18:28:41.148Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-09T18:28:41.148Z] 22ff95d597cd: Pulling fs layer [2023-03-09T18:28:41.148Z] 12d6caf4c0d1: Pulling fs layer [2023-03-09T18:28:41.148Z] 96b7cbca73a9: Pulling fs layer [2023-03-09T18:28:41.148Z] a7acece74701: Pulling fs layer [2023-03-09T18:28:41.148Z] 22ff95d597cd: Waiting [2023-03-09T18:28:41.148Z] 12d6caf4c0d1: Waiting [2023-03-09T18:28:41.148Z] 96b7cbca73a9: Waiting [2023-03-09T18:28:41.148Z] a7acece74701: Waiting [2023-03-09T18:28:41.148Z] 53926ce57604: Waiting [2023-03-09T18:28:41.148Z] 21b2b0c7a3f4: Waiting [2023-03-09T18:28:41.148Z] 93c1e223e6f2: Download complete [2023-03-09T18:28:41.148Z] 4583459ba037: Verifying Checksum [2023-03-09T18:28:41.148Z] 4583459ba037: Download complete [2023-03-09T18:28:41.148Z] 21b2b0c7a3f4: Download complete [2023-03-09T18:28:41.148Z] 22ff95d597cd: Download complete [2023-03-09T18:28:41.148Z] 213ec9aee27d: Verifying Checksum [2023-03-09T18:28:41.148Z] 213ec9aee27d: Download complete [2023-03-09T18:28:41.148Z] 12d6caf4c0d1: Download complete [2023-03-09T18:28:41.428Z] 213ec9aee27d: Pull complete [2023-03-09T18:28:41.428Z] 4583459ba037: Pull complete [2023-03-09T18:28:41.691Z] 93c1e223e6f2: Pull complete [2023-03-09T18:28:42.263Z] a7acece74701: Verifying Checksum [2023-03-09T18:28:42.263Z] a7acece74701: Download complete [2023-03-09T18:28:42.521Z] 96b7cbca73a9: Download complete [2023-03-09T18:28:42.521Z] 53926ce57604: Verifying Checksum [2023-03-09T18:28:42.521Z] 53926ce57604: Download complete [2023-03-09T18:28:45.800Z] 53926ce57604: Pull complete [2023-03-09T18:28:45.800Z] 21b2b0c7a3f4: Pull complete [2023-03-09T18:28:45.800Z] 22ff95d597cd: Pull complete [2023-03-09T18:28:45.800Z] 12d6caf4c0d1: Pull complete [2023-03-09T18:28:47.701Z] 96b7cbca73a9: Pull complete [2023-03-09T18:28:48.635Z] a7acece74701: Pull complete [2023-03-09T18:28:48.635Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-09T18:28:48.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T18:28:48.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-09T18:28:48.926Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T18:28:48.926Z] WORKDIR /edgex [2023-03-09T18:28:48.926Z] COPY go.mod . [2023-03-09T18:28:48.926Z] RUN go mod download [2023-03-09T18:28:48.926Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-09T18:28:49.491Z] Sending build context to Docker daemon 170.3MB [2023-03-09T18:28:49.491Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T18:28:49.491Z] ---> db6d94c90886 [2023-03-09T18:28:49.491Z] Step 2/4 : WORKDIR /edgex [2023-03-09T18:28:54.782Z] ---> Running in 73dcd199b035 [2023-03-09T18:28:54.782Z] Removing intermediate container 73dcd199b035 [2023-03-09T18:28:54.782Z] ---> 520337906ad7 [2023-03-09T18:28:54.782Z] Step 3/4 : COPY go.mod . [2023-03-09T18:28:54.782Z] ---> 05160ee88425 [2023-03-09T18:28:54.782Z] Step 4/4 : RUN go mod download [2023-03-09T18:28:54.782Z] ---> Running in 40f4a6983972 [2023-03-09T18:28:55.527Z] Still waiting to schedule task [2023-03-09T18:28:55.527Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-09T18:29:06.984Z] Removing intermediate container 40f4a6983972 [2023-03-09T18:29:06.984Z] ---> dbbc0a3570b7 [2023-03-09T18:29:06.984Z] Successfully built dbbc0a3570b7 [2023-03-09T18:29:06.984Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:29:07.289Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T18:29:07.290Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:29:07.363Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:29:07.398Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** ci-base-image-x86_64 cat [2023-03-09T18:29:07.796Z] $ docker top 4116b059994115a070d4e43691ea70ef07b9becc4f15bb371671d6d14c380ffa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T18:29:08.134Z] + go version [2023-03-09T18:29:08.134Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-09T18:29:08.151Z] $ docker stop --time=1 4116b059994115a070d4e43691ea70ef07b9becc4f15bb371671d6d14c380ffa [2023-03-09T18:29:09.420Z] $ docker rm -f --volumes 4116b059994115a070d4e43691ea70ef07b9becc4f15bb371671d6d14c380ffa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:29:09.813Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T18:29:09.813Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:29:09.884Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:29:09.920Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** ci-base-image-x86_64 cat [2023-03-09T18:29:10.236Z] $ docker top 4fc74719782173d2919f1e3f74310b9c97faea1b23b843725d91261a53f2e356 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-09T18:29:10.299Z] ========================================================= [2023-03-09T18:29:10.299Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-09T18:29:10.299Z] ========================================================= [Pipeline] sh [2023-03-09T18:29:10.576Z] + git config --global --add safe.directory /w/workspace/edgex-go/449 [Pipeline] fileExists [Pipeline] sh [2023-03-09T18:29:10.872Z] + make test [2023-03-09T18:29:10.872Z] go test -race -coverprofile=coverage.out ./... [2023-03-09T18:29:17.430Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-09T18:29:29.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-09T18:29:29.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements [2023-03-09T18:29:29.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-09T18:29:29.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-09T18:29:30.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.102s coverage: 98.5% of statements [2023-03-09T18:29:33.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.103s coverage: 71.2% of statements [2023-03-09T18:29:33.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-09T18:29:33.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-09T18:29:33.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-09T18:29:33.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.088s coverage: 54.0% of statements [2023-03-09T18:29:33.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-09T18:29:33.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-09T18:29:33.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.996s coverage: 88.5% of statements [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-09T18:29:33.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.072s coverage: 3.9% of statements [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-09T18:29:33.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.452s coverage: 95.6% of statements [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-09T18:29:33.996Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-09T18:29:33.996Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.053s coverage: 65.9% of statements [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-09T18:29:33.996Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.056s coverage: 0.9% of statements [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-09T18:29:33.996Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.083s coverage: 29.0% of statements [2023-03-09T18:29:33.996Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-09T18:29:33.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 45.5% of statements [2023-03-09T18:29:33.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 82.9% of statements [2023-03-09T18:29:33.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2023-03-09T18:29:33.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2023-03-09T18:29:33.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2023-03-09T18:29:40.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.395s coverage: 79.9% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.058s coverage: 86.9% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.076s coverage: 20.0% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 81.2% of statements [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 82.1% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.061s coverage: 84.8% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 63.1% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.167s coverage: 38.4% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-09T18:29:58.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.138s coverage: 92.3% of statements [2023-03-09T18:29:58.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-09T18:29:58.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-09T18:29:58.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-09T18:29:58.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-09T18:29:58.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.077s coverage: 61.5% of statements [2023-03-09T18:29:58.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-09T18:29:58.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-09T18:29:58.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.094s coverage: 97.7% of statements [2023-03-09T18:29:58.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-09T18:29:58.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-09T18:29:58.647Z] 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-09T18:30:13.530Z] 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-09T18:30:13.530Z] go vet ./... [2023-03-09T18:30:16.813Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T18:30:16.813Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T18:30:16.813Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-09T18:30:17.084Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-09T18:30:17.370Z] + ls -al . [2023-03-09T18:30:17.370Z] total 704 [2023-03-09T18:30:17.370Z] drwxrwxr-x 11 1001 1001 4096 Mar 9 18:29 . [2023-03-09T18:30:17.370Z] drwxr-xr-x 4 root root 4096 Mar 9 18:29 .. [2023-03-09T18:30:17.370Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 18:28 .blubracket [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 16 Mar 9 18:28 .dockerignore [2023-03-09T18:30:17.370Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 18:29 .git [2023-03-09T18:30:17.370Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 18:28 .github [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 1112 Mar 9 18:28 .gitignore [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 42 Mar 9 18:28 .golangci.yml [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 87 Mar 9 18:28 .hadolint.yml [2023-03-09T18:30:17.370Z] drwxr-xr-x 3 1001 1001 4096 Mar 9 18:28 .semver [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 18:28 .sonarcloud.properties [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 1171 Mar 9 18:28 ADOPTERS.md [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 10825 Mar 9 18:28 Attribution.txt [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 73765 Mar 9 18:28 CHANGELOG.md [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 18:28 CONTRIBUTING.md [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 677 Mar 9 18:28 GOVERNANCE.md [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 883 Mar 9 18:28 Jenkinsfile [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 18:28 LICENSE [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 14071 Mar 9 18:28 Makefile [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 582 Mar 9 18:28 OWNERS.md [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 9403 Mar 9 18:28 README.md [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 6912 Mar 9 18:28 SECURITY.md [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 12 Mar 9 18:28 VERSION [2023-03-09T18:30:17.370Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 18:28 bin [2023-03-09T18:30:17.370Z] drwxrwxr-x 18 1001 1001 4096 Mar 9 18:28 cmd [2023-03-09T18:30:17.370Z] -rw-r--r-- 1 root root 447487 Mar 9 18:29 coverage.out [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 3232 Mar 9 18:28 go.mod [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 31098 Mar 9 18:28 go.sum [2023-03-09T18:30:17.370Z] drwxrwxr-x 7 1001 1001 4096 Mar 9 18:28 internal [2023-03-09T18:30:17.370Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 18:28 openapi [2023-03-09T18:30:17.370Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 18:28 snap [2023-03-09T18:30:17.370Z] -rw-rw-r-- 1 1001 1001 204 Mar 9 18:28 version.go [Pipeline] sh [2023-03-09T18:30:17.653Z] + '[' -e coverage.out ] [2023-03-09T18:30:17.653Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-09T18:30:17.754Z] Stashed 1 file(s) [Pipeline] sh [2023-03-09T18:30:18.033Z] + make build [2023-03-09T18:30:18.033Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-09T18:30:30.231Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-09T18:30:30.231Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-09T18:30:30.799Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-09T18:30:31.732Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-09T18:30:38.384Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-09T18:30:39.813Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-09T18:30:40.746Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-09T18:30:41.707Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-09T18:30:42.641Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-09T18:30:43.368Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9518 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-09T18:30:43.386Z] Running in /w/workspace/edgex-go/449 [Pipeline] { [Pipeline] checkout [2023-03-09T18:30:43.431Z] The recommended git tool is: git [2023-03-09T18:30:43.577Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-09T18:30:44.955Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-09T18:30:45.910Z] $ docker stop --time=1 4fc74719782173d2919f1e3f74310b9c97faea1b23b843725d91261a53f2e356 [2023-03-09T18:30:49.754Z] $ docker rm -f --volumes 4fc74719782173d2919f1e3f74310b9c97faea1b23b843725d91261a53f2e356 [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-09T18:30:50.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-09T18:30:50.570Z] [2023-03-09T18:30:50.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:30:50.878Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-09T18:30:50.878Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-09T18:30:50.878Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-09T18:30:50.878Z] ca9280d653b3: Pulling fs layer [2023-03-09T18:30:50.878Z] 7e9c9ca2126c: Pulling fs layer [2023-03-09T18:30:51.137Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-09T18:30:51.137Z] cbdbe7a5bc2a: Download complete [2023-03-09T18:30:51.137Z] ca9280d653b3: Verifying Checksum [2023-03-09T18:30:51.137Z] cbdbe7a5bc2a: Pull complete [2023-03-09T18:30:51.701Z] 7e9c9ca2126c: Verifying Checksum [2023-03-09T18:30:51.701Z] 7e9c9ca2126c: Download complete [2023-03-09T18:30:51.701Z] ca9280d653b3: Pull complete [2023-03-09T18:30:52.813Z] using credential edgex-jenkins-ssh [2023-03-09T18:30:52.832Z] Cloning the remote Git repository [2023-03-09T18:30:52.890Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-09T18:30:53.083Z] > git init /w/workspace/edgex-go/449 # timeout=10 [2023-03-09T18:30:53.410Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-09T18:30:53.411Z] > git --version # timeout=10 [2023-03-09T18:30:53.442Z] > git --version # 'git version 2.25.1' [2023-03-09T18:30:53.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T18:30:53.557Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T18:30:54.982Z] 7e9c9ca2126c: Pull complete [2023-03-09T18:30:54.983Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-09T18:30:54.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-09T18:30:54.983Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:30:55.067Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:30:55.112Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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/edgex-compose:latest cat [2023-03-09T18:30:57.203Z] $ docker top 305f8c772690e760e4547efc576f87353f33fd2a51f6c56215cb3c7eaf43dde6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T18:30:57.534Z] + docker-compose build --help [2023-03-09T18:30:57.534Z] + grep parallel [2023-03-09T18:30:58.101Z] --parallel Build images in parallel. [Pipeline] } [2023-03-09T18:30:58.119Z] $ docker stop --time=1 305f8c772690e760e4547efc576f87353f33fd2a51f6c56215cb3c7eaf43dde6 [2023-03-09T18:30:59.357Z] $ docker rm -f --volumes 305f8c772690e760e4547efc576f87353f33fd2a51f6c56215cb3c7eaf43dde6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:30:59.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-09T18:30:59.750Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:30:59.825Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:30:59.865Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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-09T18:31:00.173Z] $ docker top 5496405d2fb15f9192a1f64197343780aa964a83cf648d71c5036ee88c930f98 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T18:31:00.503Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-09T18:31:01.071Z] Building core-command ... [2023-03-09T18:31:01.071Z] Building core-common-config-bootstrapper ... [2023-03-09T18:31:01.071Z] Building core-data ... [2023-03-09T18:31:01.071Z] Building core-metadata ... [2023-03-09T18:31:01.071Z] Building security-bootstrapper ... [2023-03-09T18:31:01.071Z] Building security-proxy-auth ... [2023-03-09T18:31:01.071Z] Building security-proxy-setup ... [2023-03-09T18:31:01.071Z] Building security-secretstore-setup ... [2023-03-09T18:31:01.071Z] Building security-spiffe-token-provider ... [2023-03-09T18:31:01.071Z] Building security-spire-agent ... [2023-03-09T18:31:01.071Z] Building security-spire-config ... [2023-03-09T18:31:01.071Z] Building security-spire-server ... [2023-03-09T18:31:01.071Z] Building support-notifications ... [2023-03-09T18:31:01.071Z] Building support-scheduler ... [2023-03-09T18:31:01.071Z] Building security-bootstrapper [2023-03-09T18:31:01.071Z] Building support-scheduler [2023-03-09T18:31:01.071Z] Building support-notifications [2023-03-09T18:31:01.071Z] Building security-proxy-auth [2023-03-09T18:31:01.071Z] Building core-common-config-bootstrapper [2023-03-09T18:31:10.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-09T18:31:10.170Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T18:31:11.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:31:11.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:31:11.037Z] ---> dbbc0a3570b7 [2023-03-09T18:31:11.037Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:31:11.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:31:11.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:31:11.037Z] ---> dbbc0a3570b7 [2023-03-09T18:31:11.037Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:31:11.037Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:31:11.037Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:31:11.037Z] ---> dbbc0a3570b7 [2023-03-09T18:31:11.037Z] Step 3/32 : WORKDIR /edgex-go [2023-03-09T18:31:11.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:31:11.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:31:11.037Z] ---> dbbc0a3570b7 [2023-03-09T18:31:11.037Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:31:11.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:31:11.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:31:11.037Z] ---> dbbc0a3570b7 [2023-03-09T18:31:11.037Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:31:11.075Z] Avoid second fetch [2023-03-09T18:31:11.076Z] Checking out Revision 5942442abc70018486e4a97ccf80bb65ff67be19 (main) [2023-03-09T18:31:11.767Z] Commit message: "fix: Set exitcode of secrets-config for command execution errors (#4418)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T18:31:11.093Z] > git config core.sparsecheckout # timeout=10 [2023-03-09T18:31:11.117Z] > git checkout -f 5942442abc70018486e4a97ccf80bb65ff67be19 # timeout=10 [2023-03-09T18:31:12.707Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-09T18:31:12.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T18:31:12.707Z] Dload Upload Total Spent Left Speed [2023-03-09T18:31:12.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh [2023-03-09T18:31:13.301Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-09T18:31:13.624Z] + sudo tee /etc/docker/daemon.new [2023-03-09T18:31:13.624Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-09T18:31:13.624Z] { [2023-03-09T18:31:13.624Z] "registry-mirrors": [ [2023-03-09T18:31:13.624Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-09T18:31:13.624Z] ], [2023-03-09T18:31:13.624Z] "bip": "10.250.0.254/24", [2023-03-09T18:31:13.624Z] "hosts": [ [2023-03-09T18:31:13.624Z] "tcp://0.0.0.0:5555", [2023-03-09T18:31:13.624Z] "unix:///var/run/docker.sock" [2023-03-09T18:31:13.624Z] ], [2023-03-09T18:31:13.624Z] "mtu": 1458, [2023-03-09T18:31:13.624Z] "selinux-enabled": true, [2023-03-09T18:31:13.624Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-09T18:31:13.624Z] } [Pipeline] sh [2023-03-09T18:31:13.960Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-09T18:31:14.303Z] + sudo service docker restart [2023-03-09T18:31:16.304Z] ---> Running in 17c552ef96c1 [2023-03-09T18:31:16.304Z] ---> Running in b65d718a8ac0 [2023-03-09T18:31:16.304Z] ---> Running in 46c3bff40d46 [2023-03-09T18:31:16.304Z] ---> Running in e7571f8fb9d7 [2023-03-09T18:31:16.304Z] ---> Running in c703865b47af [2023-03-09T18:31:16.304Z] Removing intermediate container 46c3bff40d46 [2023-03-09T18:31:16.305Z] ---> 6c79e642d2e9 [2023-03-09T18:31:16.305Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:31:16.305Z] Removing intermediate container 17c552ef96c1 [2023-03-09T18:31:16.305Z] ---> 6d46ef33e06f [2023-03-09T18:31:16.305Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:31:16.305Z] Removing intermediate container b65d718a8ac0 [2023-03-09T18:31:16.305Z] ---> b2c9960a61a9 [2023-03-09T18:31:16.305Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:31:16.305Z] Removing intermediate container e7571f8fb9d7 [2023-03-09T18:31:16.305Z] ---> d655ef569ed4 [2023-03-09T18:31:16.305Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-09T18:31:16.305Z] ---> Running in b09398e344be [2023-03-09T18:31:16.305Z] Removing intermediate container c703865b47af [2023-03-09T18:31:16.305Z] ---> 4b2ab758269c [2023-03-09T18:31:16.305Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:31:16.305Z] ---> Running in af311da05191 [2023-03-09T18:31:16.305Z] ---> Running in ad40dceec41f [2023-03-09T18:31:16.305Z] ---> Running in b1ec7677a73f [2023-03-09T18:31:16.305Z] ---> Running in d740c176c7eb [2023-03-09T18:31:16.305Z] Removing intermediate container b09398e344be [2023-03-09T18:31:16.305Z] ---> bfa7c72d490d [2023-03-09T18:31:16.305Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:31:16.562Z] ---> Running in 02e5362d7314 [2023-03-09T18:31:16.562Z] Removing intermediate container ad40dceec41f [2023-03-09T18:31:16.562Z] ---> 9475bac1d04b [2023-03-09T18:31:16.562Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:31:16.562Z] Removing intermediate container af311da05191 [2023-03-09T18:31:16.563Z] ---> 307139cc9590 [2023-03-09T18:31:16.563Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-09T18:31:16.563Z] Removing intermediate container d740c176c7eb [2023-03-09T18:31:16.563Z] ---> 00ffacda54a6 [2023-03-09T18:31:16.563Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:31:16.563Z] ---> Running in 467ad9ed357c [2023-03-09T18:31:16.563Z] ---> Running in 5e0c41a97fcb [2023-03-09T18:31:16.563Z] ---> Running in d583f724d332 [2023-03-09T18:31:16.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:16.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:16.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:16.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:17.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:17.078Z] OK: 211 MiB in 51 packages [2023-03-09T18:31:17.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:17.078Z] OK: 211 MiB in 51 packages [2023-03-09T18:31:17.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:17.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:17.336Z] OK: 211 MiB in 51 packages [2023-03-09T18:31:17.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:17.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:31:17.336Z] Removing intermediate container b1ec7677a73f [2023-03-09T18:31:17.336Z] ---> 6acd6bbfaa40 [2023-03-09T18:31:17.336Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-09T18:31:17.336Z] OK: 211 MiB in 51 packages [2023-03-09T18:31:17.598Z] ---> c2da39286369 [2023-03-09T18:31:17.598Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:31:17.598Z] Removing intermediate container 02e5362d7314 [2023-03-09T18:31:17.598Z] ---> 88401f76c824 [2023-03-09T18:31:17.598Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:31:17.598Z] OK: 211 MiB in 51 packages [2023-03-09T18:31:17.598Z] ---> Running in 3beabedde437 [2023-03-09T18:31:17.598Z] Removing intermediate container 467ad9ed357c [2023-03-09T18:31:17.598Z] ---> 095af8bdf7a5 [2023-03-09T18:31:17.598Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:31:17.857Z] Removing intermediate container 5e0c41a97fcb [2023-03-09T18:31:17.857Z] ---> 36a0170aaefa [2023-03-09T18:31:17.857Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:31:17.857Z] ---> 085b5490dd50 [2023-03-09T18:31:17.857Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:31:17.857Z] ---> Running in 51010d132a36 [2023-03-09T18:31:17.857Z] ---> 0a4723d8b752 [2023-03-09T18:31:17.857Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:31:17.857Z] ---> Running in 8e5ac99687c2 [2023-03-09T18:31:17.857Z] Removing intermediate container d583f724d332 [2023-03-09T18:31:17.857Z] ---> 9281bb086ccd [2023-03-09T18:31:17.857Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:31:17.857Z] ---> f989b2cb24bd [2023-03-09T18:31:17.857Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:31:17.857Z] ---> Running in 7b4419057590 [2023-03-09T18:31:18.119Z] ---> 9109e0a0b1d6 [2023-03-09T18:31:18.119Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:31:18.119Z] ---> Running in 6ae8571c9fab [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T18:31:32.569Z] provisioning config files... [2023-03-09T18:31:32.591Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config930751997344193740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:31:32.935Z] ---> docker-login.sh [2023-03-09T18:31:32.936Z] nexus3.edgexfoundry.org:10001 [2023-03-09T18:31:33.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:31:33.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:31:33.472Z] Configure a credential helper to remove this warning. See [2023-03-09T18:31:33.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:31:33.472Z] [2023-03-09T18:31:33.472Z] Login Succeeded [2023-03-09T18:31:33.472Z] nexus3.edgexfoundry.org:10002 [2023-03-09T18:31:33.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:31:33.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:31:33.740Z] Configure a credential helper to remove this warning. See [2023-03-09T18:31:33.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:31:33.740Z] [2023-03-09T18:31:33.740Z] Login Succeeded [2023-03-09T18:31:33.740Z] nexus3.edgexfoundry.org:10003 [2023-03-09T18:31:34.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:31:34.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:31:34.278Z] Configure a credential helper to remove this warning. See [2023-03-09T18:31:34.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:31:34.278Z] [2023-03-09T18:31:34.278Z] Login Succeeded [2023-03-09T18:31:34.278Z] nexus3.edgexfoundry.org:10004 [2023-03-09T18:31:34.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:31:34.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:31:34.549Z] Configure a credential helper to remove this warning. See [2023-03-09T18:31:34.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:31:34.549Z] [2023-03-09T18:31:34.549Z] Login Succeeded [2023-03-09T18:31:34.549Z] docker.io [2023-03-09T18:31:34.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:31:35.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:31:35.087Z] Configure a credential helper to remove this warning. See [2023-03-09T18:31:35.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:31:35.087Z] [2023-03-09T18:31:35.087Z] Login Succeeded [2023-03-09T18:31:35.087Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T18:31:35.102Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-09T18:31:35.656Z] + git config --global --add safe.directory /w/workspace/edgex-go/449 [Pipeline] echo [2023-03-09T18:31:35.677Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T18:31:35.693Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T18:31:35.702Z] ========================================================= [2023-03-09T18:31:35.702Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-09T18:31:35.702Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-09T18:31:36.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T18:31:36.024Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-09T18:31:36.024Z] 9b18e9b68314: Pulling fs layer [2023-03-09T18:31:36.024Z] 35d82f9e3411: Pulling fs layer [2023-03-09T18:31:36.024Z] e16973657156: Pulling fs layer [2023-03-09T18:31:36.024Z] fc693d55d65f: Pulling fs layer [2023-03-09T18:31:36.024Z] 7e9fc2657dce: Pulling fs layer [2023-03-09T18:31:36.024Z] dda99020689f: Pulling fs layer [2023-03-09T18:31:36.024Z] db1c61fa0a46: Pulling fs layer [2023-03-09T18:31:36.024Z] 7e9fc2657dce: Waiting [2023-03-09T18:31:36.024Z] fc693d55d65f: Waiting [2023-03-09T18:31:36.025Z] dda99020689f: Waiting [2023-03-09T18:31:36.025Z] 891c053d2c06: Pulling fs layer [2023-03-09T18:31:36.025Z] db1c61fa0a46: Waiting [2023-03-09T18:31:36.025Z] 891c053d2c06: Waiting [2023-03-09T18:31:36.294Z] e16973657156: Download complete [2023-03-09T18:31:36.294Z] 35d82f9e3411: Verifying Checksum [2023-03-09T18:31:36.294Z] 35d82f9e3411: Download complete [2023-03-09T18:31:36.294Z] 7e9fc2657dce: Verifying Checksum [2023-03-09T18:31:36.294Z] 7e9fc2657dce: Download complete [2023-03-09T18:31:36.294Z] dda99020689f: Verifying Checksum [2023-03-09T18:31:36.294Z] dda99020689f: Download complete [2023-03-09T18:31:36.294Z] 9b18e9b68314: Verifying Checksum [2023-03-09T18:31:36.294Z] 9b18e9b68314: Download complete [2023-03-09T18:31:36.885Z] 9b18e9b68314: Pull complete [2023-03-09T18:31:37.169Z] 891c053d2c06: Verifying Checksum [2023-03-09T18:31:37.169Z] 891c053d2c06: Download complete [2023-03-09T18:31:37.762Z] 35d82f9e3411: Pull complete [2023-03-09T18:31:38.032Z] e16973657156: Pull complete [2023-03-09T18:31:38.306Z] db1c61fa0a46: Download complete [2023-03-09T18:31:39.276Z] fc693d55d65f: Verifying Checksum [2023-03-09T18:31:39.276Z] fc693d55d65f: Download complete [2023-03-09T18:31:51.599Z] fc693d55d65f: Pull complete [2023-03-09T18:31:51.599Z] 7e9fc2657dce: Pull complete [2023-03-09T18:31:51.599Z] dda99020689f: Pull complete [2023-03-09T18:31:58.260Z] db1c61fa0a46: Pull complete [2023-03-09T18:32:00.221Z] 891c053d2c06: Pull complete [2023-03-09T18:32:00.221Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-09T18:32:00.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T18:32:00.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-09T18:32:00.552Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T18:32:00.552Z] WORKDIR /edgex [2023-03-09T18:32:00.552Z] COPY go.mod . [2023-03-09T18:32:00.552Z] RUN go mod download [2023-03-09T18:32:00.552Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-09T18:32:01.139Z] Sending build context to Docker daemon 2.95MB [2023-03-09T18:32:01.139Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T18:32:01.139Z] ---> f96f9c87975a [2023-03-09T18:32:01.139Z] Step 2/4 : WORKDIR /edgex [2023-03-09T18:32:03.097Z] ---> Running in f7c69dc49c52 [2023-03-09T18:32:03.097Z] Removing intermediate container f7c69dc49c52 [2023-03-09T18:32:03.097Z] ---> 8f9b38dcf5f9 [2023-03-09T18:32:03.097Z] Step 3/4 : COPY go.mod . [2023-03-09T18:32:03.678Z] ---> 74dce874f700 [2023-03-09T18:32:03.678Z] Step 4/4 : RUN go mod download [2023-03-09T18:32:03.678Z] ---> Running in f96e864ede3b [2023-03-09T18:32:04.809Z] Removing intermediate container 6ae8571c9fab [2023-03-09T18:32:04.809Z] ---> 5fc44126c8ce [2023-03-09T18:32:04.809Z] Step 8/22 : COPY . . [2023-03-09T18:32:04.809Z] Removing intermediate container 51010d132a36 [2023-03-09T18:32:04.809Z] ---> df2f1c068a44 [2023-03-09T18:32:04.809Z] Step 8/22 : COPY . . [2023-03-09T18:32:04.809Z] Removing intermediate container 7b4419057590 [2023-03-09T18:32:04.809Z] ---> 55716e114a3c [2023-03-09T18:32:04.809Z] Step 8/22 : COPY . . [2023-03-09T18:32:04.809Z] Removing intermediate container 3beabedde437 [2023-03-09T18:32:04.809Z] ---> a2ab57822101 [2023-03-09T18:32:04.809Z] Step 7/32 : COPY . . [2023-03-09T18:32:04.809Z] Removing intermediate container 8e5ac99687c2 [2023-03-09T18:32:04.809Z] ---> 8df6614b67cb [2023-03-09T18:32:04.809Z] Step 8/22 : COPY . . [2023-03-09T18:32:17.013Z] ---> 6e7c86fd4caa [2023-03-09T18:32:17.013Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-09T18:32:17.013Z] ---> 54fc7d6d7bc8 [2023-03-09T18:32:17.013Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-09T18:32:17.013Z] ---> d12a4f4fd4f4 [2023-03-09T18:32:17.013Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-09T18:32:17.013Z] ---> 6cc0165b6c97 [2023-03-09T18:32:17.013Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-09T18:32:17.013Z] ---> c54c339c3ae3 [2023-03-09T18:32:17.013Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-09T18:32:17.013Z] ---> Running in 997175f241dc [2023-03-09T18:32:17.013Z] ---> Running in f8e3b5e25005 [2023-03-09T18:32:17.013Z] ---> Running in 8ab43209f3ab [2023-03-09T18:32:17.013Z] ---> Running in 22a5debdb8e1 [2023-03-09T18:32:17.013Z] ---> Running in abdc0ccf49ec [2023-03-09T18:32:17.282Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-09T18:32:17.541Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-09T18:32:17.541Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-09T18:32:17.541Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-09T18:32:17.541Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-09T18:32:36.097Z] Removing intermediate container f96e864ede3b [2023-03-09T18:32:36.097Z] ---> 30f7de180ef7 [2023-03-09T18:32:36.097Z] Successfully built 30f7de180ef7 [2023-03-09T18:32:36.097Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:32:36.431Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T18:32:36.431Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:32:36.613Z] prd-ubuntu20.04-docker-arm64-4c-16g-9518 does not seem to be running inside a container [2023-03-09T18:32:36.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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-09T18:32:37.971Z] $ docker top ebe14734ff08c0004bd38691457e094f40772a6f83e26c1a77e4fd7b8e2470e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T18:32:38.800Z] + go version [2023-03-09T18:32:38.800Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-09T18:32:38.821Z] $ docker stop --time=1 ebe14734ff08c0004bd38691457e094f40772a6f83e26c1a77e4fd7b8e2470e5 [2023-03-09T18:32:40.431Z] $ docker rm -f --volumes ebe14734ff08c0004bd38691457e094f40772a6f83e26c1a77e4fd7b8e2470e5 [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-09T18:32:41.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-09T18:32:41.004Z] [2023-03-09T18:32:41.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:32:41.345Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-09T18:32:41.345Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-09T18:32:41.345Z] 29e5d40040c1: Pulling fs layer [2023-03-09T18:32:41.345Z] 1ce36da41761: Pulling fs layer [2023-03-09T18:32:41.345Z] 25b303627fd3: Pulling fs layer [2023-03-09T18:32:41.616Z] 29e5d40040c1: Verifying Checksum [2023-03-09T18:32:41.616Z] 29e5d40040c1: Download complete [2023-03-09T18:32:41.885Z] 1ce36da41761: Verifying Checksum [2023-03-09T18:32:41.885Z] 1ce36da41761: Download complete [2023-03-09T18:32:42.151Z] 29e5d40040c1: Pull complete [2023-03-09T18:32:43.562Z] 1ce36da41761: Pull complete [2023-03-09T18:32:43.562Z] 25b303627fd3: Verifying Checksum [2023-03-09T18:32:43.562Z] 25b303627fd3: Download complete [2023-03-09T18:32:53.646Z] 25b303627fd3: Pull complete [2023-03-09T18:32:53.646Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-09T18:32:53.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-09T18:32:53.646Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:32:53.848Z] prd-ubuntu20.04-docker-arm64-4c-16g-9518 does not seem to be running inside a container [2023-03-09T18:32:53.913Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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-09T18:32:55.944Z] $ docker top 0228e87d09e22dec676cf260eb1a328649491a21db496908394c95bc4c285973 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T18:32:56.743Z] + docker-compose build --help [2023-03-09T18:32:56.744Z] + grep parallel [2023-03-09T18:33:00.993Z] --parallel Build images in parallel. [Pipeline] } [2023-03-09T18:33:01.009Z] $ docker stop --time=1 0228e87d09e22dec676cf260eb1a328649491a21db496908394c95bc4c285973 [2023-03-09T18:33:03.158Z] $ docker rm -f --volumes 0228e87d09e22dec676cf260eb1a328649491a21db496908394c95bc4c285973 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:33:03.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-09T18:33:03.649Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:33:03.813Z] prd-ubuntu20.04-docker-arm64-4c-16g-9518 does not seem to be running inside a container [2023-03-09T18:33:03.872Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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-09T18:33:04.912Z] $ docker top 5ed60ba78dfb9d39cd4c05f537e0db83741575f506cfff1e26622c0ce71a2fba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T18:33:05.395Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-09T18:33:09.639Z] Building core-command ... [2023-03-09T18:33:09.639Z] Building core-common-config-bootstrapper ... [2023-03-09T18:33:09.639Z] Building core-data ... [2023-03-09T18:33:09.639Z] Building core-metadata ... [2023-03-09T18:33:09.639Z] Building security-bootstrapper ... [2023-03-09T18:33:09.639Z] Building security-proxy-auth ... [2023-03-09T18:33:09.639Z] Building security-proxy-setup ... [2023-03-09T18:33:09.639Z] Building security-secretstore-setup ... [2023-03-09T18:33:09.639Z] Building security-spiffe-token-provider ... [2023-03-09T18:33:09.639Z] Building security-spire-agent ... [2023-03-09T18:33:09.639Z] Building security-spire-config ... [2023-03-09T18:33:09.639Z] Building security-spire-server ... [2023-03-09T18:33:09.639Z] Building support-notifications ... [2023-03-09T18:33:09.639Z] Building support-scheduler ... [2023-03-09T18:33:09.639Z] Building security-spiffe-token-provider [2023-03-09T18:33:09.639Z] Building core-command [2023-03-09T18:33:09.639Z] Building security-spire-agent [2023-03-09T18:33:09.639Z] Building core-data [2023-03-09T18:33:09.639Z] Building support-scheduler [2023-03-09T18:33:18.847Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:18.847Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:18.847Z] ---> 30f7de180ef7 [2023-03-09T18:33:18.847Z] Step 3/19 : WORKDIR /edgex-go [2023-03-09T18:33:18.847Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:18.847Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:18.847Z] ---> 30f7de180ef7 [2023-03-09T18:33:18.847Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:33:18.847Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:18.847Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:18.847Z] ---> 30f7de180ef7 [2023-03-09T18:33:18.847Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:33:18.847Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:18.847Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:18.847Z] ---> 30f7de180ef7 [2023-03-09T18:33:19.114Z] Step 3/24 : WORKDIR /edgex-go [2023-03-09T18:33:19.114Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:19.114Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:19.114Z] ---> 30f7de180ef7 [2023-03-09T18:33:19.114Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:33:19.114Z] ---> Running in 2aa8c18800ea [2023-03-09T18:33:19.114Z] ---> Running in 0ba2d615587d [2023-03-09T18:33:19.114Z] ---> Running in 1ee1983369d0 [2023-03-09T18:33:19.114Z] ---> Running in ca461e3de024 [2023-03-09T18:33:19.114Z] ---> Running in fdceda8f955d [2023-03-09T18:33:19.697Z] Removing intermediate container 2aa8c18800ea [2023-03-09T18:33:19.697Z] ---> 371f1f16951d [2023-03-09T18:33:19.697Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:33:19.697Z] ---> Running in 83eba5d8e1b5 [2023-03-09T18:33:19.697Z] Removing intermediate container 0ba2d615587d [2023-03-09T18:33:19.697Z] ---> 880f26e42813 [2023-03-09T18:33:19.697Z] Step 4/23 : WORKDIR /edgex-go [2023-03-09T18:33:19.697Z] Removing intermediate container ca461e3de024 [2023-03-09T18:33:19.697Z] ---> 629ec57fd4c6 [2023-03-09T18:33:19.697Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-09T18:33:19.697Z] Removing intermediate container 1ee1983369d0 [2023-03-09T18:33:19.697Z] ---> f611a85da6c1 [2023-03-09T18:33:19.697Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-09T18:33:19.697Z] Removing intermediate container fdceda8f955d [2023-03-09T18:33:19.697Z] ---> 31be5d1cb4d8 [2023-03-09T18:33:19.697Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:33:19.963Z] ---> Running in f9ea91bf7a04 [2023-03-09T18:33:19.963Z] ---> Running in 8a9b58b15ad8 [2023-03-09T18:33:19.963Z] ---> Running in a75a7c676e35 [2023-03-09T18:33:19.963Z] ---> Running in a8fd32c8f601 [2023-03-09T18:33:20.548Z] Removing intermediate container 83eba5d8e1b5 [2023-03-09T18:33:20.548Z] ---> 8ad65e8b007e [2023-03-09T18:33:20.548Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:33:20.814Z] Removing intermediate container f9ea91bf7a04 [2023-03-09T18:33:20.814Z] ---> 1304127dfcab [2023-03-09T18:33:20.814Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-09T18:33:20.814Z] ---> Running in 3673ed0aecae [2023-03-09T18:33:20.814Z] ---> Running in bddc62452cd6 [2023-03-09T18:33:20.814Z] Removing intermediate container a75a7c676e35 [2023-03-09T18:33:20.814Z] ---> 7145c1dd63d0 [2023-03-09T18:33:20.814Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:33:21.081Z] ---> Running in 9015cc19cf57 [2023-03-09T18:33:22.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:22.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:22.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:22.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:22.902Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:23.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:23.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:23.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:23.435Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:23.435Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-09T18:33:23.435Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-09T18:33:23.435Z] OK: 16903 distinct packages available [2023-03-09T18:33:23.435Z] OK: 221 MiB in 51 packages [2023-03-09T18:33:23.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:23.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:23.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:33:24.555Z] OK: 221 MiB in 51 packages [2023-03-09T18:33:24.824Z] OK: 221 MiB in 51 packages [2023-03-09T18:33:24.824Z] Removing intermediate container 8a9b58b15ad8 [2023-03-09T18:33:24.824Z] ---> 3b8b9a3e8654 [2023-03-09T18:33:24.824Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-09T18:33:25.335Z] Removing intermediate container abdc0ccf49ec [2023-03-09T18:33:25.335Z] ---> 08cd75443d60 [2023-03-09T18:33:25.335Z] [2023-03-09T18:33:25.335Z] Step 9/32 : FROM alpine:3.16 [2023-03-09T18:33:25.335Z] Removing intermediate container 8ab43209f3ab [2023-03-09T18:33:25.335Z] ---> fc178f3e9d77 [2023-03-09T18:33:25.335Z] [2023-03-09T18:33:25.335Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:33:25.335Z] Removing intermediate container 22a5debdb8e1 [2023-03-09T18:33:25.335Z] ---> ca62e2b68857 [2023-03-09T18:33:25.335Z] [2023-03-09T18:33:25.335Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:33:25.335Z] Removing intermediate container f8e3b5e25005 [2023-03-09T18:33:25.335Z] ---> d1ca668fad49 [2023-03-09T18:33:25.335Z] [2023-03-09T18:33:25.335Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:33:25.335Z] Removing intermediate container 997175f241dc [2023-03-09T18:33:25.335Z] ---> 0e87f8e51165 [2023-03-09T18:33:25.335Z] [2023-03-09T18:33:25.335Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:33:25.335Z] 3.16: Pulling from library/alpine [2023-03-09T18:33:25.335Z] 3.16: Pulling from library/alpine [2023-03-09T18:33:25.335Z] 3.16: Pulling from library/alpine [2023-03-09T18:33:25.335Z] 3.16: Pulling from library/alpine [2023-03-09T18:33:25.335Z] 3.16: Pulling from library/alpine [2023-03-09T18:33:25.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T18:33:25.335Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T18:33:25.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T18:33:25.335Z] Status: Image is up to date for alpine:3.16 [2023-03-09T18:33:25.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T18:33:25.335Z] Status: Image is up to date for alpine:3.16 [2023-03-09T18:33:25.335Z] ---> dfd21b5a31f5 [2023-03-09T18:33:25.335Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-09T18:33:25.335Z] ---> dfd21b5a31f5 [2023-03-09T18:33:25.335Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:33:25.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T18:33:25.335Z] Status: Image is up to date for alpine:3.16 [2023-03-09T18:33:25.335Z] ---> dfd21b5a31f5 [2023-03-09T18:33:25.335Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:33:25.335Z] ---> dfd21b5a31f5 [2023-03-09T18:33:25.335Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-09T18:33:25.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T18:33:25.335Z] Status: Image is up to date for alpine:3.16 [2023-03-09T18:33:25.335Z] ---> dfd21b5a31f5 [2023-03-09T18:33:25.335Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-09T18:33:25.335Z] ---> Running in 14cf1ccb7a94 [2023-03-09T18:33:25.335Z] ---> Running in 48177a86d13c [2023-03-09T18:33:25.335Z] ---> Running in 41c6b96c55a8 [2023-03-09T18:33:25.335Z] ---> Running in d7658bff7008 [2023-03-09T18:33:25.335Z] ---> Running in 33f05e2a5eb8 [2023-03-09T18:33:25.335Z] Removing intermediate container 48177a86d13c [2023-03-09T18:33:25.335Z] ---> 5618d4ed8bcf [2023-03-09T18:33:25.335Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:33:25.335Z] Removing intermediate container 41c6b96c55a8 [2023-03-09T18:33:25.335Z] ---> 1e470be63807 [2023-03-09T18:33:25.335Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] Removing intermediate container d7658bff7008 [2023-03-09T18:33:25.335Z] ---> 58b94eeabc80 [2023-03-09T18:33:25.335Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-09T18:33:25.335Z] ---> Running in 5402201e237c [2023-03-09T18:33:25.335Z] ---> Running in cb5b0f71a874 [2023-03-09T18:33:25.335Z] ---> Running in 3dd814724389 [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-09T18:33:25.335Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-09T18:33:25.335Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T18:33:25.335Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:33:25.335Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:33:25.335Z] OK: 6 MiB in 15 packages [2023-03-09T18:33:25.335Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T18:33:25.335Z] OK: 6 MiB in 16 packages [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:25.335Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T18:33:25.335Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:33:25.335Z] OK: 6 MiB in 15 packages [2023-03-09T18:33:25.335Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-09T18:33:25.335Z] (2/2) Installing su-exec (0.2-r1) [2023-03-09T18:33:25.335Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:33:25.335Z] OK: 6 MiB in 16 packages [2023-03-09T18:33:25.335Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T18:33:25.335Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:33:25.335Z] OK: 6 MiB in 15 packages [2023-03-09T18:33:25.335Z] Removing intermediate container 14cf1ccb7a94 [2023-03-09T18:33:25.335Z] ---> 0db816e0b156 [2023-03-09T18:33:25.335Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:33:25.335Z] ---> Running in 0ca1a30e1767 [2023-03-09T18:33:25.335Z] Removing intermediate container 33f05e2a5eb8 [2023-03-09T18:33:25.335Z] ---> d1c2fe08641e [2023-03-09T18:33:25.335Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:33:25.335Z] ---> Running in d2077bf8bada [2023-03-09T18:33:25.335Z] Removing intermediate container 0ca1a30e1767 [2023-03-09T18:33:25.335Z] ---> adf15f6302bf [2023-03-09T18:33:25.335Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-09T18:33:25.335Z] ---> Running in d38247199ab4 [2023-03-09T18:33:25.335Z] Removing intermediate container d2077bf8bada [2023-03-09T18:33:25.335Z] ---> 6325eda88be8 [2023-03-09T18:33:25.335Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-09T18:33:25.335Z] Removing intermediate container cb5b0f71a874 [2023-03-09T18:33:25.335Z] ---> e76df437c731 [2023-03-09T18:33:25.335Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:33:25.335Z] Removing intermediate container 3dd814724389 [2023-03-09T18:33:25.335Z] ---> 2ea8917a5900 [2023-03-09T18:33:25.335Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-09T18:33:25.335Z] ---> Running in 01eab4beff97 [2023-03-09T18:33:25.336Z] Removing intermediate container d38247199ab4 [2023-03-09T18:33:25.336Z] ---> e48399dfd490 [2023-03-09T18:33:25.336Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-09T18:33:25.336Z] ---> Running in d55139527112 [2023-03-09T18:33:25.336Z] ---> Running in 6e7c20e33f13 [2023-03-09T18:33:25.336Z] ---> e1ef37f005d4 [2023-03-09T18:33:25.336Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-09T18:33:25.336Z] Removing intermediate container 01eab4beff97 [2023-03-09T18:33:25.336Z] ---> 43ff35363033 [2023-03-09T18:33:25.336Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-09T18:33:25.336Z] Removing intermediate container 5402201e237c [2023-03-09T18:33:25.336Z] ---> da64e9d1db47 [2023-03-09T18:33:25.336Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:33:25.336Z] Removing intermediate container d55139527112 [2023-03-09T18:33:25.336Z] ---> 65427603096d [2023-03-09T18:33:25.336Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-09T18:33:25.336Z] Removing intermediate container 6e7c20e33f13 [2023-03-09T18:33:25.336Z] ---> 7485a621f1bd [2023-03-09T18:33:25.336Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:33:25.336Z] ---> Running in ea27380112e4 [2023-03-09T18:33:25.336Z] ---> Running in 60082d415e78 [2023-03-09T18:33:25.336Z] Removing intermediate container 60082d415e78 [2023-03-09T18:33:25.336Z] ---> f5d4ddcc27a9 [2023-03-09T18:33:25.336Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-09T18:33:25.336Z] Removing intermediate container ea27380112e4 [2023-03-09T18:33:25.336Z] ---> 47dd377d7ac5 [2023-03-09T18:33:25.336Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:33:25.336Z] ---> c92a2c25e0a2 [2023-03-09T18:33:25.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-09T18:33:25.336Z] ---> f639ad204555 [2023-03-09T18:33:25.336Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-09T18:33:25.336Z] ---> Running in 91d5921c3f2a [2023-03-09T18:33:25.336Z] ---> e851f7c15fa0 [2023-03-09T18:33:25.336Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-09T18:33:25.336Z] Removing intermediate container 91d5921c3f2a [2023-03-09T18:33:25.336Z] ---> 5a977bb4b927 [2023-03-09T18:33:25.336Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-09T18:33:25.336Z] ---> e368f5a1bcf2 [2023-03-09T18:33:25.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-09T18:33:25.336Z] ---> af286592e54e [2023-03-09T18:33:25.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-09T18:33:25.336Z] ---> Running in beb21d8b8bb5 [2023-03-09T18:33:25.336Z] ---> c3a1896cdee5 [2023-03-09T18:33:25.336Z] ---> 26e1f4cac996 [2023-03-09T18:33:25.336Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-09T18:33:25.336Z] [2023-03-09T18:33:25.336Z] Removing intermediate container beb21d8b8bb5 [2023-03-09T18:33:25.336Z] ---> 89d3ed3e3f7e [2023-03-09T18:33:25.336Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-09T18:33:25.336Z] ---> Running in f27e96c3b8d8 [2023-03-09T18:33:25.336Z] ---> 8fe1b5396f3d [2023-03-09T18:33:25.336Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:33:25.336Z] ---> 8b6720c1f5a8 [2023-03-09T18:33:25.336Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-09T18:33:25.336Z] ---> a988acb09a4e [2023-03-09T18:33:25.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-09T18:33:25.418Z] OK: 221 MiB in 51 packages [2023-03-09T18:33:25.418Z] OK: 221 MiB in 51 packages [2023-03-09T18:33:25.593Z] ---> Running in c30ca12081a7 [2023-03-09T18:33:25.593Z] ---> 82971710b3c5 [2023-03-09T18:33:25.593Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-09T18:33:25.593Z] ---> Running in a00ac8fdaaf4 [2023-03-09T18:33:26.012Z] ---> 4bc183f124ab [2023-03-09T18:33:26.012Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:26.159Z] Removing intermediate container a00ac8fdaaf4 [2023-03-09T18:33:26.159Z] ---> 2b450e8156ed [2023-03-09T18:33:26.159Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:33:26.279Z] ---> Running in 5b132e30fd54 [2023-03-09T18:33:26.417Z] ---> d1135287e542 [2023-03-09T18:33:26.417Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:33:26.545Z] Removing intermediate container 3673ed0aecae [2023-03-09T18:33:26.545Z] ---> e6e6bccec2ee [2023-03-09T18:33:26.545Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:33:26.545Z] Removing intermediate container bddc62452cd6 [2023-03-09T18:33:26.545Z] ---> 525aec0e7eff [2023-03-09T18:33:26.545Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-09T18:33:26.676Z] ---> 115d2099460a [2023-03-09T18:33:26.676Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-09T18:33:26.676Z] ---> Running in 76c5d4ea16fc [2023-03-09T18:33:26.676Z] ---> Running in e838534307a9 [2023-03-09T18:33:26.676Z] ---> Running in c1fc218d9b41 [2023-03-09T18:33:26.676Z] Removing intermediate container 76c5d4ea16fc [2023-03-09T18:33:26.676Z] ---> e5523cfd9380 [2023-03-09T18:33:26.676Z] Step 20/22 : LABEL arch=x86_64 [2023-03-09T18:33:26.676Z] Removing intermediate container f27e96c3b8d8 [2023-03-09T18:33:26.676Z] ---> 4d209f3cbb82 [2023-03-09T18:33:26.676Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-09T18:33:26.676Z] ---> Running in 88bedd3f617d [2023-03-09T18:33:26.676Z] Removing intermediate container c1fc218d9b41 [2023-03-09T18:33:26.676Z] ---> b20901b14024 [2023-03-09T18:33:26.676Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:33:26.676Z] ---> Running in 04ded1aa1c73 [2023-03-09T18:33:26.811Z] Removing intermediate container 9015cc19cf57 [2023-03-09T18:33:26.811Z] ---> 875634d85bf0 [2023-03-09T18:33:26.811Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:33:26.933Z] ---> Running in 849aae165e5a [2023-03-09T18:33:26.933Z] Removing intermediate container 88bedd3f617d [2023-03-09T18:33:26.933Z] ---> da41e2a5ed40 [2023-03-09T18:33:26.933Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:33:26.933Z] ---> Running in 268057ea4aa5 [2023-03-09T18:33:26.933Z] Removing intermediate container c30ca12081a7 [2023-03-09T18:33:26.933Z] ---> 9288c950135a [2023-03-09T18:33:26.933Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:33:26.933Z] Removing intermediate container 04ded1aa1c73 [2023-03-09T18:33:26.933Z] ---> 9e3562656a94 [2023-03-09T18:33:26.933Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-09T18:33:26.933Z] Removing intermediate container 849aae165e5a [2023-03-09T18:33:26.933Z] ---> 459b8a7f6c97 [2023-03-09T18:33:26.933Z] Step 20/22 : LABEL arch=x86_64 [2023-03-09T18:33:26.933Z] ---> Running in 695b2fd85cdf [2023-03-09T18:33:26.933Z] Removing intermediate container 268057ea4aa5 [2023-03-09T18:33:26.933Z] ---> fd53568bb621 [2023-03-09T18:33:26.933Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:33:26.933Z] ---> Running in caf3ab3bddcc [2023-03-09T18:33:27.077Z] Removing intermediate container a8fd32c8f601 [2023-03-09T18:33:27.077Z] ---> 9bd6395a6b74 [2023-03-09T18:33:27.077Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-09T18:33:27.190Z] ---> Running in 34c06ca6c082 [2023-03-09T18:33:27.190Z] ---> c8b45bd591d9 [2023-03-09T18:33:27.190Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-09T18:33:27.190Z] Removing intermediate container caf3ab3bddcc [2023-03-09T18:33:27.190Z] ---> c742715a09ec [2023-03-09T18:33:27.190Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:33:27.190Z] Removing intermediate container 695b2fd85cdf [2023-03-09T18:33:27.190Z] ---> 402a297f5a77 [2023-03-09T18:33:27.190Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-09T18:33:27.190Z] ---> Running in b7a7be466dc1 [2023-03-09T18:33:27.190Z] ---> Running in 917446a0725e [2023-03-09T18:33:27.190Z] ---> Running in 1bf5d4096877 [2023-03-09T18:33:27.190Z] Removing intermediate container 34c06ca6c082 [2023-03-09T18:33:27.190Z] ---> 393538e5438d [2023-03-09T18:33:27.190Z] [2023-03-09T18:33:27.448Z] Removing intermediate container b7a7be466dc1 [2023-03-09T18:33:27.448Z] ---> c547a0d3d460 [2023-03-09T18:33:27.448Z] Step 20/22 : LABEL arch=x86_64 [2023-03-09T18:33:27.448Z] Removing intermediate container 917446a0725e [2023-03-09T18:33:27.448Z] ---> 772448ada6ec [2023-03-09T18:33:27.448Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:33:27.448Z] Successfully built 393538e5438d [2023-03-09T18:33:27.448Z] Successfully tagged support-scheduler:latest [2023-03-09T18:33:27.448Z]  Building support-scheduler ... done Building security-proxy-setup [2023-03-09T18:33:27.448Z] ---> Running in e5211773caf7 [2023-03-09T18:33:27.448Z] ---> Running in c452e8e8243e [2023-03-09T18:33:27.737Z] Removing intermediate container c452e8e8243e [2023-03-09T18:33:27.737Z] ---> 61a0d7d62653 [2023-03-09T18:33:27.737Z] [2023-03-09T18:33:27.737Z] Removing intermediate container e5211773caf7 [2023-03-09T18:33:27.737Z] ---> 4862a087b55c [2023-03-09T18:33:27.737Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:33:27.998Z] Successfully built 61a0d7d62653 [2023-03-09T18:33:27.998Z] Successfully tagged support-notifications:latest [2023-03-09T18:33:27.998Z] Building security-spire-config [2023-03-09T18:33:30.406Z] ---> 37ed3b07b968 [2023-03-09T18:33:30.407Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:30.407Z] ---> db1f1af23f48 [2023-03-09T18:33:30.407Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:30.407Z] ---> a605513cafda [2023-03-09T18:33:30.407Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:30.407Z] ---> 2cf0d5135160 [2023-03-09T18:33:30.407Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:30.674Z] ---> Running in 879ecfd76ed3 [2023-03-09T18:33:30.674Z] ---> Running in 41cd673d4a85 [2023-03-09T18:33:30.674Z] ---> Running in 4811cbf8482b [2023-03-09T18:33:30.674Z] ---> Running in de577c6ece5c [2023-03-09T18:33:32.183Z]  Building support-notifications ... done Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:32.183Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:32.183Z] ---> dbbc0a3570b7 [2023-03-09T18:33:32.183Z] Step 3/20 : WORKDIR /edgex-go [2023-03-09T18:33:32.183Z] ---> Using cache [2023-03-09T18:33:32.183Z] ---> d655ef569ed4 [2023-03-09T18:33:32.183Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-09T18:33:32.183Z] ---> Using cache [2023-03-09T18:33:32.183Z] ---> 6acd6bbfaa40 [2023-03-09T18:33:32.183Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-09T18:33:32.183Z] ---> Using cache [2023-03-09T18:33:32.183Z] ---> c2da39286369 [2023-03-09T18:33:32.183Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:32.183Z] ---> Using cache [2023-03-09T18:33:32.183Z] ---> a2ab57822101 [2023-03-09T18:33:32.183Z] Step 7/20 : COPY . . [2023-03-09T18:33:32.183Z] ---> Using cache [2023-03-09T18:33:32.183Z] ---> c54c339c3ae3 [2023-03-09T18:33:32.183Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-09T18:33:32.748Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:32.748Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:32.748Z] ---> dbbc0a3570b7 [2023-03-09T18:33:32.748Z] Step 3/24 : WORKDIR /edgex-go [2023-03-09T18:33:32.748Z] ---> Using cache [2023-03-09T18:33:32.748Z] ---> d655ef569ed4 [2023-03-09T18:33:32.748Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-09T18:33:33.682Z] ---> Running in 8f5cf629c8f1 [2023-03-09T18:33:33.682Z] Removing intermediate container e838534307a9 [2023-03-09T18:33:33.682Z] ---> 357311ee369a [2023-03-09T18:33:33.682Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:33:33.682Z] ---> Running in 94c4480245d4 [2023-03-09T18:33:33.682Z] ---> Running in 2c8c32bf6b99 [2023-03-09T18:33:33.682Z] ---> Running in 9733a1c4539e [2023-03-09T18:33:33.682Z] Removing intermediate container 8f5cf629c8f1 [2023-03-09T18:33:33.682Z] ---> 9c61b04bef90 [2023-03-09T18:33:33.682Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:33:33.682Z] Removing intermediate container 9733a1c4539e [2023-03-09T18:33:33.682Z] ---> 83ecc40d8388 [2023-03-09T18:33:33.682Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-09T18:33:33.682Z] ---> Running in 4795cb86358e [2023-03-09T18:33:33.682Z] ---> Running in 8cea55c2f01e [2023-03-09T18:33:33.941Z] Removing intermediate container 4795cb86358e [2023-03-09T18:33:33.941Z] ---> c80fe34b4d10 [2023-03-09T18:33:33.941Z] [2023-03-09T18:33:33.941Z] Removing intermediate container 1bf5d4096877 [2023-03-09T18:33:33.941Z] ---> 0b9f6aa73c7c [2023-03-09T18:33:33.941Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:33:33.941Z] Removing intermediate container 8cea55c2f01e [2023-03-09T18:33:33.941Z] ---> 3e8c7d4cf0f1 [2023-03-09T18:33:33.941Z] Step 20/22 : LABEL arch=x86_64 [2023-03-09T18:33:33.941Z] Successfully built c80fe34b4d10 [2023-03-09T18:33:33.941Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-09T18:33:33.941Z] Building security-spire-server [2023-03-09T18:33:33.941Z]  Building core-common-config-bootstrapper ... done  ---> Running in 5c19b808fc61 [2023-03-09T18:33:33.941Z] ---> 608752646167 [2023-03-09T18:33:33.941Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-09T18:33:33.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:33.941Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-09T18:33:34.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:34.461Z] OK: 211 MiB in 51 packages [2023-03-09T18:33:35.834Z] Removing intermediate container 5c19b808fc61 [2023-03-09T18:33:35.834Z] ---> a1557afa843a [2023-03-09T18:33:35.834Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:33:37.747Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:37.747Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:37.747Z] ---> dbbc0a3570b7 [2023-03-09T18:33:37.747Z] Step 3/23 : WORKDIR /edgex-go [2023-03-09T18:33:37.747Z] ---> Using cache [2023-03-09T18:33:37.747Z] ---> d655ef569ed4 [2023-03-09T18:33:37.747Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-09T18:33:38.678Z] ---> d0809b2b123c [2023-03-09T18:33:38.678Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-09T18:33:38.678Z] ---> Running in 647a4d5cf0b0 [2023-03-09T18:33:38.678Z] ---> Running in 539d9ebdd0c3 [2023-03-09T18:33:38.678Z] Removing intermediate container 2c8c32bf6b99 [2023-03-09T18:33:38.678Z] ---> b8d3e338d48d [2023-03-09T18:33:38.678Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-09T18:33:38.678Z] Removing intermediate container 539d9ebdd0c3 [2023-03-09T18:33:38.678Z] ---> 3999c2c4c36f [2023-03-09T18:33:38.678Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:33:38.935Z] ---> Running in ef445de2e364 [2023-03-09T18:33:38.935Z] ---> ed6c2636723b [2023-03-09T18:33:38.935Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:38.935Z] ---> 5a66ced1951e [2023-03-09T18:33:38.935Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-09T18:33:39.192Z] ---> Running in 96a379f5bde7 [2023-03-09T18:33:39.192Z] Removing intermediate container ef445de2e364 [2023-03-09T18:33:39.192Z] ---> 5990ba81d717 [2023-03-09T18:33:39.192Z] [2023-03-09T18:33:39.192Z] Successfully built 5990ba81d717 [2023-03-09T18:33:39.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:39.192Z] Successfully tagged security-proxy-auth:latest [2023-03-09T18:33:39.192Z]  Building security-proxy-auth ... done Building core-command [2023-03-09T18:33:39.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:33:39.518Z] OK: 211 MiB in 51 packages [2023-03-09T18:33:42.939Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:42.939Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:42.939Z] ---> dbbc0a3570b7 [2023-03-09T18:33:42.939Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:33:42.939Z] ---> Using cache [2023-03-09T18:33:42.939Z] ---> 4b2ab758269c [2023-03-09T18:33:42.940Z] Step 4/23 : WORKDIR /edgex-go [2023-03-09T18:33:42.940Z] ---> Using cache [2023-03-09T18:33:42.940Z] ---> 00ffacda54a6 [2023-03-09T18:33:42.940Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-09T18:33:42.940Z] ---> Using cache [2023-03-09T18:33:42.940Z] ---> 9281bb086ccd [2023-03-09T18:33:42.940Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-09T18:33:42.940Z] ---> Using cache [2023-03-09T18:33:42.940Z] ---> 9109e0a0b1d6 [2023-03-09T18:33:42.940Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:42.940Z] ---> Using cache [2023-03-09T18:33:42.940Z] ---> 5fc44126c8ce [2023-03-09T18:33:42.940Z] Step 8/23 : COPY . . [2023-03-09T18:33:42.940Z] ---> Using cache [2023-03-09T18:33:42.940Z] ---> 6cc0165b6c97 [2023-03-09T18:33:42.940Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-09T18:33:45.516Z] ---> 79c6939d4846 [2023-03-09T18:33:45.516Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-09T18:33:45.516Z] ---> Running in ce1d9ae20c6a [2023-03-09T18:33:45.781Z] ---> 8ab820db9ed1 [2023-03-09T18:33:45.781Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-09T18:33:45.781Z] Removing intermediate container 647a4d5cf0b0 [2023-03-09T18:33:45.781Z] ---> 024fdea75529 [2023-03-09T18:33:45.781Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-09T18:33:46.042Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-09T18:33:46.042Z] ---> abe9f3781c5b [2023-03-09T18:33:46.043Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-09T18:33:46.043Z] ---> 7752226c63c1 [2023-03-09T18:33:46.043Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:46.043Z] ---> Running in a9a736f6349c [2023-03-09T18:33:46.304Z] ---> 4d7f7669fb3c [2023-03-09T18:33:46.304Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-09T18:33:46.304Z] ---> Running in 665c9bc1493a [2023-03-09T18:33:47.247Z] Removing intermediate container 665c9bc1493a [2023-03-09T18:33:47.247Z] ---> 612e057940ce [2023-03-09T18:33:47.247Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-09T18:33:47.247Z] ---> Running in cf21e60cb13b [2023-03-09T18:33:47.509Z] Removing intermediate container cf21e60cb13b [2023-03-09T18:33:47.509Z] ---> cb5b06b4d3e6 [2023-03-09T18:33:47.509Z] Step 29/32 : CMD ["gate"] [2023-03-09T18:33:47.509Z] ---> Running in bf3f4160be1f [2023-03-09T18:33:47.795Z] Removing intermediate container bf3f4160be1f [2023-03-09T18:33:47.795Z] ---> 22fb3b7a2e24 [2023-03-09T18:33:47.795Z] Step 30/32 : LABEL arch=x86_64 [2023-03-09T18:33:47.795Z] ---> Running in 812e63da126b [2023-03-09T18:33:48.055Z] Removing intermediate container 812e63da126b [2023-03-09T18:33:48.055Z] ---> a4a0436a9242 [2023-03-09T18:33:48.055Z] Step 31/32 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:33:48.055Z] ---> Running in 2a5f89079d28 [2023-03-09T18:33:48.055Z] Removing intermediate container 2a5f89079d28 [2023-03-09T18:33:48.055Z] ---> aab4403f1bb5 [2023-03-09T18:33:48.055Z] Step 32/32 : LABEL version=3.0.0-dev.87 [2023-03-09T18:33:48.055Z] ---> Running in b6443344741a [2023-03-09T18:33:48.329Z] Removing intermediate container b6443344741a [2023-03-09T18:33:48.329Z] ---> a65e5745f5e0 [2023-03-09T18:33:48.329Z] [2023-03-09T18:33:48.329Z] Successfully built a65e5745f5e0 [2023-03-09T18:33:48.329Z] Successfully tagged security-bootstrapper:latest [2023-03-09T18:33:48.329Z] Building core-data [2023-03-09T18:33:50.864Z]  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:33:50.864Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:33:50.864Z] ---> dbbc0a3570b7 [2023-03-09T18:33:50.864Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:33:50.864Z] ---> Using cache [2023-03-09T18:33:50.864Z] ---> 4b2ab758269c [2023-03-09T18:33:50.864Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:33:50.864Z] ---> Using cache [2023-03-09T18:33:50.864Z] ---> 00ffacda54a6 [2023-03-09T18:33:50.864Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:33:50.864Z] ---> Using cache [2023-03-09T18:33:50.864Z] ---> 9281bb086ccd [2023-03-09T18:33:50.864Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:33:50.864Z] ---> Using cache [2023-03-09T18:33:50.864Z] ---> 9109e0a0b1d6 [2023-03-09T18:33:50.864Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:33:50.864Z] ---> Using cache [2023-03-09T18:33:50.864Z] ---> 5fc44126c8ce [2023-03-09T18:33:50.864Z] Step 8/22 : COPY . . [2023-03-09T18:33:50.864Z] ---> Using cache [2023-03-09T18:33:50.864Z] ---> 6cc0165b6c97 [2023-03-09T18:33:50.864Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-09T18:33:56.178Z] ---> Running in 4bd3aaff0119 [2023-03-09T18:33:56.178Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-09T18:33:58.798Z] Removing intermediate container 94c4480245d4 [2023-03-09T18:33:58.798Z] ---> 237395a8ef9d [2023-03-09T18:33:58.798Z] [2023-03-09T18:33:58.798Z] Step 9/20 : FROM alpine:3.16 [2023-03-09T18:33:58.798Z] ---> dfd21b5a31f5 [2023-03-09T18:33:58.798Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-09T18:34:00.179Z] ---> Running in 285312f7b795 [2023-03-09T18:34:00.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:00.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:01.008Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-09T18:34:01.008Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-09T18:34:01.008Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:34:01.008Z] OK: 6 MiB in 16 packages [2023-03-09T18:34:09.356Z] Removing intermediate container 285312f7b795 [2023-03-09T18:34:09.356Z] ---> ed9341a6d715 [2023-03-09T18:34:09.356Z] 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-09T18:34:09.356Z] ---> Running in 7e4eb1f09ab5 [2023-03-09T18:34:12.685Z] Removing intermediate container 7e4eb1f09ab5 [2023-03-09T18:34:12.685Z] ---> 96edf4b8db1f [2023-03-09T18:34:12.685Z] Step 12/20 : WORKDIR /edgex [2023-03-09T18:34:18.074Z] Removing intermediate container ce1d9ae20c6a [2023-03-09T18:34:18.074Z] ---> e97ec0a432e6 [2023-03-09T18:34:18.074Z] [2023-03-09T18:34:18.074Z] Step 10/23 : FROM alpine:3.16 [2023-03-09T18:34:18.074Z] ---> dfd21b5a31f5 [2023-03-09T18:34:18.074Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:34:18.074Z] ---> Using cache [2023-03-09T18:34:18.074Z] ---> 0db816e0b156 [2023-03-09T18:34:18.074Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:34:18.074Z] ---> Using cache [2023-03-09T18:34:18.074Z] ---> adf15f6302bf [2023-03-09T18:34:18.074Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-09T18:34:18.074Z] Removing intermediate container 96a379f5bde7 [2023-03-09T18:34:18.074Z] ---> a9faf06e9d2f [2023-03-09T18:34:18.074Z] Step 7/24 : COPY . . [2023-03-09T18:34:18.334Z] ---> Running in 2e5b76934014 [2023-03-09T18:34:25.060Z] ---> Running in ecb318baaea6 [2023-03-09T18:34:25.060Z] ---> b4fcc320ae83 [2023-03-09T18:34:25.060Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-09T18:34:25.060Z] Removing intermediate container 2e5b76934014 [2023-03-09T18:34:25.060Z] ---> b5952515408b [2023-03-09T18:34:25.060Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-09T18:34:25.060Z] Removing intermediate container ecb318baaea6 [2023-03-09T18:34:25.060Z] ---> a0b3b639ed2b [2023-03-09T18:34:25.060Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-09T18:34:25.060Z] ---> Running in f1713432e4a1 [2023-03-09T18:34:25.060Z] ---> Running in c7beff31fd0c [2023-03-09T18:34:25.060Z] Removing intermediate container a9a736f6349c [2023-03-09T18:34:25.060Z] ---> 6bc31671c05d [2023-03-09T18:34:25.060Z] Step 7/23 : COPY . . [2023-03-09T18:34:25.060Z] ---> b2e5a84f4d7a [2023-03-09T18:34:25.060Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-09T18:34:25.060Z] Removing intermediate container c7beff31fd0c [2023-03-09T18:34:25.060Z] ---> 63ce0ea13131 [2023-03-09T18:34:25.060Z] Step 15/23 : WORKDIR / [2023-03-09T18:34:25.060Z] Removing intermediate container f1713432e4a1 [2023-03-09T18:34:25.060Z] ---> 672651cee122 [2023-03-09T18:34:25.060Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-09T18:34:25.319Z] ---> Running in b8df86d5de4c [2023-03-09T18:34:29.557Z] ---> Running in 8db9d72cd1ee [2023-03-09T18:34:29.557Z] ---> ce912c2545c0 [2023-03-09T18:34:29.557Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-09T18:34:29.557Z] Removing intermediate container b8df86d5de4c [2023-03-09T18:34:29.557Z] ---> e81c42ed9a67 [2023-03-09T18:34:29.557Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:34:29.557Z] Removing intermediate container 8db9d72cd1ee [2023-03-09T18:34:29.557Z] ---> da5727f4f0f7 [2023-03-09T18:34:29.557Z] 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-09T18:34:29.557Z] ---> fb4d80d85b16 [2023-03-09T18:34:29.557Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-09T18:34:29.557Z] ---> Running in 17a49754fefc [2023-03-09T18:34:29.557Z] Removing intermediate container 4bd3aaff0119 [2023-03-09T18:34:29.557Z] ---> 0a39f42e16d4 [2023-03-09T18:34:29.557Z] [2023-03-09T18:34:29.557Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:34:29.557Z] ---> dfd21b5a31f5 [2023-03-09T18:34:29.557Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-09T18:34:29.557Z] ---> 3d3edb72d2f3 [2023-03-09T18:34:29.557Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:34:29.557Z] ---> Running in e4b53eb5ae0f [2023-03-09T18:34:29.557Z] ---> Running in c5e397e191c0 [2023-03-09T18:34:29.557Z] ---> Running in 5fd6da79b62d [2023-03-09T18:34:29.557Z] ---> 6f5fa66c63ab [2023-03-09T18:34:29.557Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-09T18:34:29.817Z] Removing intermediate container c5e397e191c0 [2023-03-09T18:34:29.817Z] ---> 4892112da87e [2023-03-09T18:34:29.817Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-09T18:34:29.817Z] Removing intermediate container e4b53eb5ae0f [2023-03-09T18:34:29.817Z] ---> 80c3a71e660d [2023-03-09T18:34:29.817Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-09T18:34:29.817Z] ---> Running in f9fcb7fbbbed [2023-03-09T18:34:29.817Z] ---> Running in 70a82ed64e59 [2023-03-09T18:34:30.088Z] Removing intermediate container f9fcb7fbbbed [2023-03-09T18:34:30.088Z] ---> 96d758e7a66c [2023-03-09T18:34:30.088Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-09T18:34:30.088Z] ---> f8fb5fb53e7e [2023-03-09T18:34:30.088Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-09T18:34:30.088Z] ---> Running in 36795010865d [2023-03-09T18:34:30.088Z] Removing intermediate container 70a82ed64e59 [2023-03-09T18:34:30.088Z] ---> e308978569d6 [2023-03-09T18:34:30.088Z] 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-09T18:34:30.088Z] ---> Running in 21fcfd1993a6 [2023-03-09T18:34:30.349Z] Removing intermediate container 36795010865d [2023-03-09T18:34:30.349Z] ---> 28fa3ad1d88e [2023-03-09T18:34:30.349Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:34:30.349Z] ---> be57074c6155 [2023-03-09T18:34:30.349Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-09T18:34:30.349Z] ---> Running in 58aef8d1a7c5 [2023-03-09T18:34:30.349Z] ---> Running in 3f787aecb12b [2023-03-09T18:34:30.349Z] Removing intermediate container 58aef8d1a7c5 [2023-03-09T18:34:30.349Z] ---> 912a4f1c2d98 [2023-03-09T18:34:30.349Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:34:30.349Z] ---> Running in 3777dd4e6a0d [2023-03-09T18:34:30.610Z] Removing intermediate container 3777dd4e6a0d [2023-03-09T18:34:30.610Z] ---> 5dcd9e3361db [2023-03-09T18:34:30.610Z] Step 21/23 : LABEL arch=x86_64 [2023-03-09T18:34:30.610Z] ---> Running in 1991592d0977 [2023-03-09T18:34:30.610Z] Removing intermediate container 17a49754fefc [2023-03-09T18:34:30.610Z] ---> 4ce4ed6783d4 [2023-03-09T18:34:30.610Z] Step 11/24 : WORKDIR /edgex-go [2023-03-09T18:34:30.610Z] ---> Running in ab810f383b4b [2023-03-09T18:34:30.610Z] Removing intermediate container 1991592d0977 [2023-03-09T18:34:30.610Z] ---> 1c84fd50f0de [2023-03-09T18:34:30.610Z] Step 22/23 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:34:30.610Z] Removing intermediate container 5fd6da79b62d [2023-03-09T18:34:30.610Z] ---> 4ee692e86d4d [2023-03-09T18:34:30.610Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:34:30.610Z] ---> Running in 293b85c83d90 [2023-03-09T18:34:30.610Z] ---> Running in ee736f1c955e [2023-03-09T18:34:30.869Z] Removing intermediate container ab810f383b4b [2023-03-09T18:34:30.869Z] ---> ae4b42db606b [2023-03-09T18:34:30.869Z] [2023-03-09T18:34:30.869Z] Step 12/24 : FROM alpine:3.15 [2023-03-09T18:34:30.869Z] Removing intermediate container ee736f1c955e [2023-03-09T18:34:30.869Z] ---> ad8a57b8fcb5 [2023-03-09T18:34:30.869Z] Step 23/23 : LABEL version=3.0.0-dev.87 [2023-03-09T18:34:30.869Z] Removing intermediate container 293b85c83d90 [2023-03-09T18:34:30.869Z] ---> 67bc1ecb0e57 [2023-03-09T18:34:30.869Z] Step 18/20 : LABEL arch=x86_64 [2023-03-09T18:34:30.869Z] ---> Running in ee41d67e0153 [2023-03-09T18:34:30.869Z] ---> Running in d1908f0b71aa [2023-03-09T18:34:30.869Z] Removing intermediate container ee41d67e0153 [2023-03-09T18:34:30.869Z] ---> 7a4c1df7d031 [2023-03-09T18:34:30.869Z] [2023-03-09T18:34:30.869Z] Removing intermediate container d1908f0b71aa [2023-03-09T18:34:30.869Z] ---> c2cbb6f6ec04 [2023-03-09T18:34:30.869Z] Step 19/20 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:34:31.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:31.206Z] ---> Running in 2698a3ba3e0d [2023-03-09T18:34:31.206Z] Successfully built 7a4c1df7d031 [2023-03-09T18:34:31.206Z] Successfully tagged core-command:latest [2023-03-09T18:34:31.206Z] Building security-spiffe-token-provider [2023-03-09T18:34:31.206Z]  Building core-command ... done 3.15: Pulling from library/alpine [2023-03-09T18:34:31.206Z] Removing intermediate container 2698a3ba3e0d [2023-03-09T18:34:31.206Z] ---> dc1db99f4fcc [2023-03-09T18:34:31.206Z] Step 20/20 : LABEL version=3.0.0-dev.87 [2023-03-09T18:34:31.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:31.474Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T18:34:31.474Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:34:31.474Z] OK: 6 MiB in 15 packages [2023-03-09T18:34:31.474Z] ---> Running in cda934cc8ef2 [2023-03-09T18:34:33.432Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-09T18:34:33.692Z] Status: Downloaded newer image for alpine:3.15 [2023-03-09T18:34:33.692Z] Removing intermediate container 21fcfd1993a6 [2023-03-09T18:34:33.692Z] ---> 3dbce5425496 [2023-03-09T18:34:33.692Z] Step 11/23 : WORKDIR /edgex-go [2023-03-09T18:34:33.692Z] ---> 5ce65d7b0fde [2023-03-09T18:34:33.692Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:34:33.954Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:34:33.954Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:34:33.954Z] ---> dbbc0a3570b7 [2023-03-09T18:34:33.954Z] Step 3/19 : WORKDIR /edgex-go [2023-03-09T18:34:33.954Z] ---> Using cache [2023-03-09T18:34:33.954Z] ---> d655ef569ed4 [2023-03-09T18:34:33.954Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-09T18:34:34.524Z] Removing intermediate container cda934cc8ef2 [2023-03-09T18:34:34.524Z] ---> 47fed5f894ba [2023-03-09T18:34:34.524Z] [2023-03-09T18:34:34.524Z] ---> Running in 0fb97bcf6d2d [2023-03-09T18:34:34.524Z] ---> Running in a8b59bbaf250 [2023-03-09T18:34:34.524Z] ---> Running in 98f000846e39 [2023-03-09T18:34:34.784Z] Successfully built 47fed5f894ba [2023-03-09T18:34:34.784Z] Successfully tagged security-proxy-setup:latest [2023-03-09T18:34:34.784Z]  Building security-proxy-setup ... done Building core-metadata [2023-03-09T18:34:34.784Z] Removing intermediate container 3f787aecb12b [2023-03-09T18:34:34.784Z] ---> 23fd7af9d0ed [2023-03-09T18:34:34.784Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:34:34.784Z] Removing intermediate container 98f000846e39 [2023-03-09T18:34:34.784Z] Removing intermediate container a8b59bbaf250 [2023-03-09T18:34:34.784Z] ---> a9e829d4cd62 [2023-03-09T18:34:34.784Z] ---> c1a633094848 [2023-03-09T18:34:34.784Z] [2023-03-09T18:34:34.784Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompatStep 12/23 : FROM alpine:3.15 [2023-03-09T18:34:34.784Z] [2023-03-09T18:34:34.784Z] ---> 5ce65d7b0fde [2023-03-09T18:34:34.784Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:34:34.784Z] ---> Using cache [2023-03-09T18:34:34.784Z] ---> a9e829d4cd62 [2023-03-09T18:34:34.784Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-09T18:34:34.784Z] ---> Running in 57c4a4b0a6d4 [2023-03-09T18:34:34.784Z] ---> Running in 68b5accc228f [2023-03-09T18:34:35.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:35.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:35.986Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-09T18:34:35.986Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-09T18:34:35.986Z] OK: 17046 distinct packages available [2023-03-09T18:34:35.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:36.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.019Z] OK: 211 MiB in 51 packages [2023-03-09T18:34:37.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.277Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-09T18:34:37.277Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-09T18:34:37.277Z] OK: 15859 distinct packages available [2023-03-09T18:34:37.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.851Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-09T18:34:37.851Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-09T18:34:37.851Z] OK: 15859 distinct packages available [2023-03-09T18:34:37.851Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-09T18:34:37.851Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-09T18:34:37.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:37.851Z] (3/5) Installing libucontext (1.1-r0) [2023-03-09T18:34:37.851Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-09T18:34:37.851Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-09T18:34:37.851Z] Executing busybox-1.34.1-r7.trigger [2023-03-09T18:34:37.851Z] OK: 7 MiB in 19 packages [2023-03-09T18:34:38.112Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:34:38.112Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:34:38.112Z] ---> dbbc0a3570b7 [2023-03-09T18:34:38.112Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:34:38.112Z] ---> Using cache [2023-03-09T18:34:38.112Z] ---> 4b2ab758269c [2023-03-09T18:34:38.112Z] Step 4/24 : WORKDIR /edgex-go [2023-03-09T18:34:38.112Z] ---> Using cache [2023-03-09T18:34:38.112Z] ---> 00ffacda54a6 [2023-03-09T18:34:38.112Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-09T18:34:38.112Z] ---> Using cache [2023-03-09T18:34:38.112Z] ---> 9281bb086ccd [2023-03-09T18:34:38.112Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-09T18:34:38.112Z] ---> Using cache [2023-03-09T18:34:38.112Z] ---> 9109e0a0b1d6 [2023-03-09T18:34:38.112Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:34:38.112Z] ---> Using cache [2023-03-09T18:34:38.112Z] ---> 5fc44126c8ce [2023-03-09T18:34:38.112Z] Step 8/24 : COPY . . [2023-03-09T18:34:38.112Z] ---> Using cache [2023-03-09T18:34:38.112Z] ---> 6cc0165b6c97 [2023-03-09T18:34:38.112Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-09T18:34:38.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:34:38.374Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-09T18:34:38.374Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-09T18:34:38.374Z] (3/4) Installing libucontext (1.1-r0) [2023-03-09T18:34:38.374Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-09T18:34:38.374Z] Executing busybox-1.34.1-r7.trigger [2023-03-09T18:34:38.374Z] OK: 6 MiB in 18 packages [2023-03-09T18:34:38.515Z] Removing intermediate container 5b132e30fd54 [2023-03-09T18:34:38.516Z] ---> dfc05e5647ce [2023-03-09T18:34:38.516Z] Step 7/24 : COPY . . [2023-03-09T18:34:39.316Z] ---> 52e0b5014550 [2023-03-09T18:34:39.316Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-09T18:34:39.317Z] ---> Running in 4280898a8dad [2023-03-09T18:34:39.576Z] ---> 8e6da08d150f [2023-03-09T18:34:39.576Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-09T18:34:39.576Z] Removing intermediate container 57c4a4b0a6d4 [2023-03-09T18:34:39.576Z] ---> 41f2b583c076 [2023-03-09T18:34:39.576Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-09T18:34:39.837Z] Removing intermediate container 0fb97bcf6d2d [2023-03-09T18:34:39.837Z] ---> cf6837be5bd1 [2023-03-09T18:34:39.837Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-09T18:34:39.837Z] Removing intermediate container 68b5accc228f [2023-03-09T18:34:39.837Z] ---> 301ca05f4b3d [2023-03-09T18:34:39.837Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-09T18:34:39.837Z] ---> e30286f81782 [2023-03-09T18:34:39.837Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-09T18:34:39.837Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-09T18:34:39.837Z] ---> Running in fe72afc09369 [2023-03-09T18:34:40.189Z] Removing intermediate container fe72afc09369 [2023-03-09T18:34:40.189Z] ---> 8d59af0df068 [2023-03-09T18:34:40.189Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:34:40.463Z] ---> bb870d7af4dd [2023-03-09T18:34:40.463Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:34:40.739Z] ---> Running in c88d0c61defc [2023-03-09T18:34:41.089Z] ---> 07cc4f3d3c14 [2023-03-09T18:34:41.089Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-09T18:34:41.355Z] ---> Running in 9125ef16f35e [2023-03-09T18:34:42.119Z] ---> Running in 78642a7f9dd4 [2023-03-09T18:34:42.119Z] Removing intermediate container c88d0c61defc [2023-03-09T18:34:42.119Z] ---> 5cf84a0c63db [2023-03-09T18:34:42.119Z] Step 20/22 : LABEL arch=x86_64 [2023-03-09T18:34:42.119Z] ---> 8470359cb5f5 [2023-03-09T18:34:42.119Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-09T18:34:42.119Z] ---> 02b7485177f4 [2023-03-09T18:34:42.119Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-09T18:34:42.119Z] ---> Running in aa4c85ae7746 [2023-03-09T18:34:42.339Z] Removing intermediate container 9125ef16f35e [2023-03-09T18:34:42.339Z] ---> 24118a6bb155 [2023-03-09T18:34:42.339Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-09T18:34:42.377Z] Removing intermediate container aa4c85ae7746 [2023-03-09T18:34:42.377Z] ---> 82e781bfb41b [2023-03-09T18:34:42.377Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:34:42.377Z] ---> 74c547d303fa [2023-03-09T18:34:42.377Z] ---> 34416ba80a80 [2023-03-09T18:34:42.377Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-09T18:34:42.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-09T18:34:42.377Z] ---> Running in 38b779b5e795 [2023-03-09T18:34:42.377Z] ---> Running in 7a6940b2b3e4 [2023-03-09T18:34:42.606Z] ---> Running in 8f593e8317da [2023-03-09T18:34:42.635Z] Removing intermediate container 7a6940b2b3e4 [2023-03-09T18:34:42.635Z] ---> 9aab4ecdf3ed [2023-03-09T18:34:42.635Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:34:42.934Z] Removing intermediate container 38b779b5e795 [2023-03-09T18:34:42.934Z] ---> c736f82e7b0a [2023-03-09T18:34:42.934Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-09T18:34:42.934Z] ---> 0d4f62cc6aa9 [2023-03-09T18:34:42.934Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-09T18:34:42.934Z] ---> Running in 5c179dab4220 [2023-03-09T18:34:43.187Z] Removing intermediate container 8f593e8317da [2023-03-09T18:34:43.188Z] ---> f45347e0944a [2023-03-09T18:34:43.188Z] 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-09T18:34:43.197Z] Removing intermediate container 5c179dab4220 [2023-03-09T18:34:43.197Z] ---> 3b76e9886736 [2023-03-09T18:34:43.197Z] [2023-03-09T18:34:43.197Z] ---> 2847b24a38c9 [2023-03-09T18:34:43.197Z] Step 19/24 : WORKDIR / [2023-03-09T18:34:43.197Z] ---> 392b84b634c7 [2023-03-09T18:34:43.197Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-09T18:34:43.197Z] Successfully built 3b76e9886736 [2023-03-09T18:34:43.197Z] ---> Running in 2ffc8f1f7c40 [2023-03-09T18:34:43.453Z] ---> Running in a03520cdd81e [2023-03-09T18:34:43.464Z] Successfully tagged core-data:latest [2023-03-09T18:34:43.464Z]  Building core-data ... done Building security-secretstore-setup [2023-03-09T18:34:43.464Z] ---> Running in 07936151f18d [2023-03-09T18:34:46.742Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:34:46.742Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:34:46.742Z] ---> dbbc0a3570b7 [2023-03-09T18:34:46.742Z] Step 3/23 : WORKDIR /edgex-go [2023-03-09T18:34:46.742Z] ---> Using cache [2023-03-09T18:34:46.742Z] ---> d655ef569ed4 [2023-03-09T18:34:46.742Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-09T18:34:46.742Z] ---> Using cache [2023-03-09T18:34:46.742Z] ---> 6acd6bbfaa40 [2023-03-09T18:34:46.742Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-09T18:34:46.742Z] ---> Using cache [2023-03-09T18:34:46.742Z] ---> c2da39286369 [2023-03-09T18:34:46.742Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:34:46.742Z] ---> Using cache [2023-03-09T18:34:46.742Z] ---> a2ab57822101 [2023-03-09T18:34:46.742Z] Step 7/23 : COPY . . [2023-03-09T18:34:46.742Z] ---> Using cache [2023-03-09T18:34:46.742Z] ---> c54c339c3ae3 [2023-03-09T18:34:46.742Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-09T18:34:47.734Z] Removing intermediate container a03520cdd81e [2023-03-09T18:34:47.734Z] ---> dfa52a071426 [2023-03-09T18:34:47.734Z] Step 11/24 : WORKDIR /edgex-go [2023-03-09T18:34:47.734Z] ---> Running in 271acd8a5cea [2023-03-09T18:34:48.711Z] Removing intermediate container 2ffc8f1f7c40 [2023-03-09T18:34:48.711Z] ---> 8c8b9da0750c [2023-03-09T18:34:48.711Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-09T18:34:48.969Z] Removing intermediate container 07936151f18d [2023-03-09T18:34:48.969Z] ---> 2358bfb2f7ef [2023-03-09T18:34:48.969Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-09T18:34:48.969Z] ---> Running in c6dd25558c7f [2023-03-09T18:34:48.969Z] ---> Running in d78ac57dea5c [2023-03-09T18:34:48.969Z] ---> Running in c6aba1c2aea6 [2023-03-09T18:34:49.236Z] Removing intermediate container c6aba1c2aea6 [2023-03-09T18:34:49.237Z] ---> efecbf99ce4d [2023-03-09T18:34:49.237Z] Step 21/23 : LABEL arch=x86_64 [2023-03-09T18:34:49.237Z] Removing intermediate container d78ac57dea5c [2023-03-09T18:34:49.237Z] ---> bd70995c38a6 [2023-03-09T18:34:49.237Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-09T18:34:49.237Z] ---> Running in 63820c681574 [2023-03-09T18:34:49.237Z] ---> Running in ef22e14b4761 [2023-03-09T18:34:49.681Z] Removing intermediate container 271acd8a5cea [2023-03-09T18:34:49.681Z] ---> a6c983bd8f2f [2023-03-09T18:34:49.681Z] [2023-03-09T18:34:49.681Z] Step 12/24 : FROM alpine:3.15 [2023-03-09T18:34:49.681Z] 3.15: Pulling from library/alpine [2023-03-09T18:34:49.807Z] Removing intermediate container ef22e14b4761 [2023-03-09T18:34:49.807Z] ---> ae74c9f9f6e3 [2023-03-09T18:34:49.807Z] Step 22/24 : LABEL arch=x86_64 [2023-03-09T18:34:49.807Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-09T18:34:49.807Z] Removing intermediate container 63820c681574 [2023-03-09T18:34:49.807Z] ---> 3239cfa6560f [2023-03-09T18:34:49.807Z] Step 22/23 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:34:49.807Z] ---> Running in 8feab86e335c [2023-03-09T18:34:49.807Z] ---> Running in fcb26a604e1a [2023-03-09T18:34:49.807Z] Removing intermediate container 8feab86e335c [2023-03-09T18:34:49.807Z] ---> 97863313aa7f [2023-03-09T18:34:49.807Z] Step 23/24 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:34:49.807Z] Removing intermediate container fcb26a604e1a [2023-03-09T18:34:49.807Z] ---> 1309febf5d87 [2023-03-09T18:34:49.807Z] Step 23/23 : LABEL version=3.0.0-dev.87 [2023-03-09T18:34:49.807Z] ---> Running in 3f87f9478f7f [2023-03-09T18:34:49.807Z] ---> Running in 6dd6427ec123 [2023-03-09T18:34:50.066Z] Removing intermediate container 3f87f9478f7f [2023-03-09T18:34:50.066Z] ---> 6a0e4ac2c4e4 [2023-03-09T18:34:50.066Z] Step 24/24 : LABEL version=3.0.0-dev.87 [2023-03-09T18:34:50.066Z] Removing intermediate container 6dd6427ec123 [2023-03-09T18:34:50.066Z] ---> 521fdbaf9340 [2023-03-09T18:34:50.066Z] [2023-03-09T18:34:50.066Z] ---> Running in ef494a517e48 [2023-03-09T18:34:50.066Z] Successfully built 521fdbaf9340 [2023-03-09T18:34:50.066Z] Successfully tagged security-spire-server:latest [2023-03-09T18:34:50.066Z]  Building security-spire-server ... done Building security-spire-agent [2023-03-09T18:34:50.326Z] Removing intermediate container ef494a517e48 [2023-03-09T18:34:50.326Z] ---> ebabc5baba77 [2023-03-09T18:34:50.326Z] [2023-03-09T18:34:50.326Z] Successfully built ebabc5baba77 [2023-03-09T18:34:50.326Z] Successfully tagged security-spire-config:latest [2023-03-09T18:34:51.618Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-09T18:34:51.618Z] Status: Downloaded newer image for alpine:3.15 [2023-03-09T18:34:51.618Z] ---> 354640af7b1b [2023-03-09T18:34:51.618Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:34:52.236Z]  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:34:52.236Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:34:52.236Z] ---> dbbc0a3570b7 [2023-03-09T18:34:52.236Z] Step 3/24 : WORKDIR /edgex-go [2023-03-09T18:34:52.236Z] ---> Using cache [2023-03-09T18:34:52.236Z] ---> d655ef569ed4 [2023-03-09T18:34:52.236Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-09T18:34:52.236Z] ---> Using cache [2023-03-09T18:34:52.236Z] ---> 024fdea75529 [2023-03-09T18:34:52.236Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-09T18:34:52.236Z] ---> Using cache [2023-03-09T18:34:52.236Z] ---> 7752226c63c1 [2023-03-09T18:34:52.236Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:34:52.236Z] ---> Using cache [2023-03-09T18:34:52.236Z] ---> 6bc31671c05d [2023-03-09T18:34:52.236Z] Step 7/24 : COPY . . [2023-03-09T18:34:52.236Z] ---> Using cache [2023-03-09T18:34:52.236Z] ---> fb4d80d85b16 [2023-03-09T18:34:52.236Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-09T18:34:52.236Z] ---> Using cache [2023-03-09T18:34:52.236Z] ---> 80c3a71e660d [2023-03-09T18:34:52.236Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-09T18:34:52.236Z] ---> Using cache [2023-03-09T18:34:52.236Z] ---> e308978569d6 [2023-03-09T18:34:52.236Z] 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-09T18:34:52.579Z] ---> Running in fcbbb1d592c7 [2023-03-09T18:34:53.159Z] Removing intermediate container fcbbb1d592c7 [2023-03-09T18:34:53.159Z] ---> 898d1d7f63f6 [2023-03-09T18:34:53.159Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-09T18:34:53.159Z] ---> Running in af912b8c9a3a [2023-03-09T18:34:55.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:34:55.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:34:56.067Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-09T18:34:56.067Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-09T18:34:56.067Z] OK: 15736 distinct packages available [2023-03-09T18:34:56.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:34:56.569Z] ---> Running in 25ade2f18c4e [2023-03-09T18:34:56.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:34:57.186Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-09T18:34:57.186Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-09T18:34:57.456Z] (3/5) Installing libucontext (1.1-r0) [2023-03-09T18:34:57.456Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-09T18:34:57.456Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-09T18:34:57.456Z] Executing busybox-1.34.1-r7.trigger [2023-03-09T18:34:57.456Z] OK: 6 MiB in 19 packages [2023-03-09T18:34:59.110Z] Removing intermediate container 25ade2f18c4e [2023-03-09T18:34:59.110Z] ---> 9560b66c5faf [2023-03-09T18:34:59.110Z] Step 11/24 : WORKDIR /edgex-go [2023-03-09T18:34:59.110Z] ---> Running in 0aec57f24ff2 [2023-03-09T18:34:59.370Z] Removing intermediate container 0aec57f24ff2 [2023-03-09T18:34:59.370Z] ---> 9c89e4d0fee8 [2023-03-09T18:34:59.370Z] [2023-03-09T18:34:59.370Z] Step 12/24 : FROM alpine:3.15 [2023-03-09T18:34:59.370Z] ---> 5ce65d7b0fde [2023-03-09T18:34:59.370Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:34:59.370Z] ---> Using cache [2023-03-09T18:34:59.370Z] ---> a9e829d4cd62 [2023-03-09T18:34:59.370Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-09T18:34:59.370Z] ---> Using cache [2023-03-09T18:34:59.370Z] ---> 41f2b583c076 [2023-03-09T18:34:59.370Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-09T18:35:02.803Z] Removing intermediate container af912b8c9a3a [2023-03-09T18:35:02.803Z] ---> ce30f50ed8e1 [2023-03-09T18:35:02.803Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-09T18:35:03.574Z] ---> 540153c512d1 [2023-03-09T18:35:03.574Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-09T18:35:05.510Z] Removing intermediate container 4280898a8dad [2023-03-09T18:35:05.510Z] ---> bc62c43f2ad1 [2023-03-09T18:35:05.510Z] [2023-03-09T18:35:05.510Z] Step 10/24 : FROM alpine:3.16 [2023-03-09T18:35:05.510Z] ---> dfd21b5a31f5 [2023-03-09T18:35:05.510Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:35:05.510Z] ---> Using cache [2023-03-09T18:35:05.510Z] ---> 0db816e0b156 [2023-03-09T18:35:05.510Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:35:05.510Z] ---> Using cache [2023-03-09T18:35:05.510Z] ---> adf15f6302bf [2023-03-09T18:35:05.510Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-09T18:35:07.046Z] ---> 530984d5ce3a [2023-03-09T18:35:07.046Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-09T18:35:08.088Z] ---> Running in f2bbd4887acd [2023-03-09T18:35:08.088Z] ---> fc79168bbfd9 [2023-03-09T18:35:08.088Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-09T18:35:08.088Z] Removing intermediate container f2bbd4887acd [2023-03-09T18:35:08.088Z] ---> 459a7adbee47 [2023-03-09T18:35:08.088Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-09T18:35:08.088Z] ---> Running in f01a33e0721a [2023-03-09T18:35:08.088Z] ---> d70ae813043e [2023-03-09T18:35:08.089Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-09T18:35:08.089Z] Removing intermediate container f01a33e0721a [2023-03-09T18:35:08.089Z] ---> cb7486aa59fc [2023-03-09T18:35:08.089Z] Step 15/24 : WORKDIR / [2023-03-09T18:35:08.089Z] ---> Running in 13b0fb302897 [2023-03-09T18:35:08.089Z] ---> 3bd4473df6e0 [2023-03-09T18:35:08.089Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-09T18:35:08.089Z] Removing intermediate container 13b0fb302897 [2023-03-09T18:35:08.089Z] ---> f273997f4201 [2023-03-09T18:35:08.089Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:35:09.095Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-09T18:35:09.095Z] ---> 27b3fd6b5065 [2023-03-09T18:35:09.095Z] ---> fdd10a657ddc [2023-03-09T18:35:09.095Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-09T18:35:09.095Z] [2023-03-09T18:35:09.095Z] ---> Running in fcf4d0e5d3c4 [2023-03-09T18:35:10.380Z] Removing intermediate container 4811cbf8482b [2023-03-09T18:35:10.381Z] ---> 08eb5c9b1144 [2023-03-09T18:35:10.381Z] Step 8/22 : COPY . . [2023-03-09T18:35:10.381Z] Removing intermediate container de577c6ece5c [2023-03-09T18:35:10.381Z] ---> e5450e5d54e4 [2023-03-09T18:35:10.381Z] Step 7/19 : COPY . . [2023-03-09T18:35:10.381Z] Removing intermediate container 879ecfd76ed3 [2023-03-09T18:35:10.381Z] ---> ef4e3627ccc4 [2023-03-09T18:35:10.381Z] Step 8/23 : COPY . . [2023-03-09T18:35:10.501Z] Removing intermediate container fcf4d0e5d3c4 [2023-03-09T18:35:10.501Z] ---> 3fea458ee6bb [2023-03-09T18:35:10.501Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-09T18:35:10.961Z] Removing intermediate container 41cd673d4a85 [2023-03-09T18:35:10.961Z] ---> 10b37191e2d6 [2023-03-09T18:35:10.961Z] Step 8/22 : COPY . . [2023-03-09T18:35:14.822Z] ---> e08f873d4f70 [2023-03-09T18:35:14.822Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-09T18:35:14.822Z] ---> Running in a64349fc1012 [2023-03-09T18:35:15.206Z] ---> 72cfc841cf92 [2023-03-09T18:35:15.207Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-09T18:35:15.207Z] ---> d949b1419b65 [2023-03-09T18:35:15.207Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-09T18:35:15.207Z] ---> 1e3a11d33ca5 [2023-03-09T18:35:15.207Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-09T18:35:15.478Z] ---> 19ed2be1c493 [2023-03-09T18:35:15.478Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-09T18:35:15.478Z] ---> Running in 49595bc5af6d [2023-03-09T18:35:15.478Z] ---> ae1665a46254 [2023-03-09T18:35:15.478Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-09T18:35:15.478Z] ---> Running in b02dd130fb5a [2023-03-09T18:35:15.478Z] ---> Running in ad975ec748d0 [2023-03-09T18:35:15.508Z] Removing intermediate container 78642a7f9dd4 [2023-03-09T18:35:15.508Z] ---> f57d21b64cbe [2023-03-09T18:35:15.508Z] Step 7/19 : COPY . . [2023-03-09T18:35:15.747Z] ---> Running in 618fe1f06da3 [2023-03-09T18:35:16.341Z] ---> 3ccaf9ec12e3 [2023-03-09T18:35:16.341Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-09T18:35:16.887Z] Removing intermediate container a64349fc1012 [2023-03-09T18:35:16.887Z] ---> f79045627e51 [2023-03-09T18:35:16.887Z] Step 22/24 : LABEL arch=x86_64 [2023-03-09T18:35:17.301Z] ---> c4dc063c33ac [2023-03-09T18:35:17.301Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-09T18:35:17.566Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-09T18:35:17.832Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-09T18:35:18.100Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-09T18:35:18.100Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-09T18:35:18.373Z] ---> a5a8b821fffd [2023-03-09T18:35:18.373Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-09T18:35:18.373Z] ---> Running in 3909fd85f7bb [2023-03-09T18:35:18.955Z] Removing intermediate container 3909fd85f7bb [2023-03-09T18:35:18.955Z] ---> 7132735798d2 [2023-03-09T18:35:18.955Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-09T18:35:18.955Z] ---> Running in f90b5e69ae63 [2023-03-09T18:35:19.480Z] ---> 0c5f2c5948a9 [2023-03-09T18:35:19.480Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-09T18:35:19.480Z] ---> Running in 9d95d37f2cf8 [2023-03-09T18:35:19.480Z] Removing intermediate container c6dd25558c7f [2023-03-09T18:35:19.480Z] ---> d5bb917d1b0e [2023-03-09T18:35:19.480Z] [2023-03-09T18:35:19.480Z] Step 9/23 : FROM alpine:3.16 [2023-03-09T18:35:19.480Z] ---> dfd21b5a31f5 [2023-03-09T18:35:19.480Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-09T18:35:19.480Z] ---> 8e80031396f0 [2023-03-09T18:35:19.480Z] ---> Running in 3c56c49609b7 [2023-03-09T18:35:19.480Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-09T18:35:19.480Z] Removing intermediate container 9d95d37f2cf8 [2023-03-09T18:35:19.480Z] ---> 85f0148f8d6e [2023-03-09T18:35:19.480Z] Step 23/24 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:19.480Z] ---> f12198860c30 [2023-03-09T18:35:19.480Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-09T18:35:19.480Z] ---> Running in b8f122cafd25 [2023-03-09T18:35:19.480Z] ---> Running in 7537cd4e3b53 [2023-03-09T18:35:19.537Z] Removing intermediate container f90b5e69ae63 [2023-03-09T18:35:19.537Z] ---> aad11dc2652c [2023-03-09T18:35:19.537Z] Step 22/24 : LABEL arch=arm64 [2023-03-09T18:35:19.537Z] ---> Running in c21b26067af3 [2023-03-09T18:35:19.737Z] ---> Running in 9eede46787eb [2023-03-09T18:35:19.737Z] Removing intermediate container 7537cd4e3b53 [2023-03-09T18:35:19.737Z] ---> a8c1078dfd7e [2023-03-09T18:35:19.737Z] Step 24/24 : LABEL version=3.0.0-dev.87 [2023-03-09T18:35:19.737Z] Removing intermediate container 9eede46787eb [2023-03-09T18:35:19.737Z] ---> b5979ad1d620 [2023-03-09T18:35:19.737Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:35:19.737Z] ---> Running in 92d320e7edfd [2023-03-09T18:35:19.737Z] ---> Running in a4a44bc1a850 [2023-03-09T18:35:19.737Z] Removing intermediate container 92d320e7edfd [2023-03-09T18:35:19.737Z] ---> 5d8a138790b2 [2023-03-09T18:35:19.737Z] [2023-03-09T18:35:19.737Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:35:19.737Z] Removing intermediate container a4a44bc1a850 [2023-03-09T18:35:19.737Z] ---> 6d2cce31591e [2023-03-09T18:35:19.737Z] Step 22/24 : LABEL arch=x86_64 [2023-03-09T18:35:19.804Z] Removing intermediate container c21b26067af3 [2023-03-09T18:35:19.804Z] ---> 416baf1f1c85 [2023-03-09T18:35:19.804Z] Step 23/24 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:19.997Z] ---> Running in 3e647949c6c4 [2023-03-09T18:35:19.997Z] Successfully built 5d8a138790b2 [2023-03-09T18:35:19.997Z] Successfully tagged security-spire-agent:latest [2023-03-09T18:35:19.997Z]  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-09T18:35:19.997Z] Removing intermediate container 3e647949c6c4 [2023-03-09T18:35:19.997Z] ---> 5df7a1989753 [2023-03-09T18:35:19.997Z] Step 23/24 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:19.997Z] ---> Running in 14fc84aa51dd [2023-03-09T18:35:19.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:35:19.997Z] Removing intermediate container 14fc84aa51dd [2023-03-09T18:35:19.997Z] ---> 89b8f66fba5f [2023-03-09T18:35:19.997Z] Step 24/24 : LABEL version=3.0.0-dev.87 [2023-03-09T18:35:19.997Z] ---> Running in 44716d283993 [2023-03-09T18:35:20.070Z] ---> Running in 880e26756acf [2023-03-09T18:35:20.255Z] Removing intermediate container 44716d283993 [2023-03-09T18:35:20.255Z] ---> 25a44e988ddb [2023-03-09T18:35:20.255Z] [2023-03-09T18:35:20.255Z] Successfully built 25a44e988ddb [2023-03-09T18:35:20.255Z] Successfully tagged core-metadata:latest [2023-03-09T18:35:20.255Z]  Building core-metadata ... done (1/3) Installing ca-certificates (20220614-r0) [2023-03-09T18:35:20.255Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-09T18:35:20.255Z] (3/3) Installing su-exec (0.2-r1) [2023-03-09T18:35:20.255Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:35:20.255Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T18:35:20.255Z] OK: 6 MiB in 17 packages [2023-03-09T18:35:20.336Z] Removing intermediate container 880e26756acf [2023-03-09T18:35:20.336Z] ---> 3c0733643dd8 [2023-03-09T18:35:20.336Z] Step 24/24 : LABEL version=3.0.0-dev.87 [2023-03-09T18:35:20.603Z] ---> Running in 4a4714dc8b03 [2023-03-09T18:35:20.868Z] Removing intermediate container 4a4714dc8b03 [2023-03-09T18:35:20.868Z] ---> 1b9b29840887 [2023-03-09T18:35:20.868Z] [2023-03-09T18:35:20.868Z] Successfully built 1b9b29840887 [2023-03-09T18:35:21.133Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-09T18:35:21.133Z] Building security-proxy-auth [2023-03-09T18:35:21.187Z] Removing intermediate container 3c56c49609b7 [2023-03-09T18:35:21.187Z] ---> 4d8fd6905e0c [2023-03-09T18:35:21.187Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-09T18:35:21.187Z] ---> Running in 8eeefb157236 [2023-03-09T18:35:21.187Z] Removing intermediate container 8eeefb157236 [2023-03-09T18:35:21.187Z] ---> 1b43d580a98f [2023-03-09T18:35:21.187Z] Step 12/23 : WORKDIR / [2023-03-09T18:35:21.187Z] ---> Running in d45e265f07e9 [2023-03-09T18:35:21.444Z] Removing intermediate container d45e265f07e9 [2023-03-09T18:35:21.444Z] ---> 2ab978ecae3d [2023-03-09T18:35:21.444Z] 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-09T18:35:21.444Z] ---> e8a986508b72 [2023-03-09T18:35:21.444Z] 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-09T18:35:21.701Z] ---> f49869d26c57 [2023-03-09T18:35:21.701Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-09T18:35:21.959Z] ---> ea70ab06a01d [2023-03-09T18:35:21.959Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-09T18:35:22.892Z] ---> 368d601e6414 [2023-03-09T18:35:22.892Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-09T18:35:23.843Z] ---> 8932877f50ef [2023-03-09T18:35:23.843Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-09T18:35:24.417Z] ---> 29936b5e6fef [2023-03-09T18:35:24.417Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:35:24.417Z] ---> Running in 7049769d00df [2023-03-09T18:35:24.467Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:35:24.467Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:35:24.467Z] ---> 30f7de180ef7 [2023-03-09T18:35:24.467Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:35:24.467Z] ---> Using cache [2023-03-09T18:35:24.467Z] ---> 31be5d1cb4d8 [2023-03-09T18:35:24.467Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:35:24.467Z] ---> Using cache [2023-03-09T18:35:24.467Z] ---> 7145c1dd63d0 [2023-03-09T18:35:24.467Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:35:24.467Z] ---> Using cache [2023-03-09T18:35:24.467Z] ---> 875634d85bf0 [2023-03-09T18:35:24.467Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:35:24.467Z] ---> Using cache [2023-03-09T18:35:24.467Z] ---> a605513cafda [2023-03-09T18:35:24.467Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:35:24.467Z] ---> Using cache [2023-03-09T18:35:24.467Z] ---> 10b37191e2d6 [2023-03-09T18:35:24.467Z] Step 8/22 : COPY . . [2023-03-09T18:35:24.467Z] ---> Using cache [2023-03-09T18:35:24.467Z] ---> d949b1419b65 [2023-03-09T18:35:24.467Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-09T18:35:24.732Z] ---> Running in 65029fc2b811 [2023-03-09T18:35:25.390Z] Removing intermediate container 7049769d00df [2023-03-09T18:35:25.390Z] ---> a0b15d746b8f [2023-03-09T18:35:25.390Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:35:25.650Z] ---> Running in 32d7b23f49b6 [2023-03-09T18:35:25.935Z] Removing intermediate container 32d7b23f49b6 [2023-03-09T18:35:25.935Z] ---> 8812e30635a7 [2023-03-09T18:35:25.935Z] Step 21/23 : LABEL arch=x86_64 [2023-03-09T18:35:25.935Z] ---> Running in 1134784905e0 [2023-03-09T18:35:26.194Z] Removing intermediate container 1134784905e0 [2023-03-09T18:35:26.194Z] ---> c5854323853a [2023-03-09T18:35:26.194Z] Step 22/23 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:26.453Z] ---> Running in 74c241d4cf09 [2023-03-09T18:35:26.453Z] Removing intermediate container 74c241d4cf09 [2023-03-09T18:35:26.453Z] ---> 059a545a73d5 [2023-03-09T18:35:26.453Z] Step 23/23 : LABEL version=3.0.0-dev.87 [2023-03-09T18:35:26.669Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-09T18:35:26.713Z] ---> Running in f64d446f4054 [2023-03-09T18:35:26.713Z] Removing intermediate container f64d446f4054 [2023-03-09T18:35:26.713Z] ---> c80cc2fe8453 [2023-03-09T18:35:26.713Z] [2023-03-09T18:35:26.713Z] Successfully built c80cc2fe8453 [2023-03-09T18:35:26.713Z] Successfully tagged security-secretstore-setup:latest [2023-03-09T18:35:38.939Z]  Building security-secretstore-setup ... done Removing intermediate container b8f122cafd25 [2023-03-09T18:35:38.939Z] ---> a613d50c6dbc [2023-03-09T18:35:38.939Z] [2023-03-09T18:35:38.939Z] Step 9/19 : FROM alpine:3.15 [2023-03-09T18:35:38.939Z] ---> 5ce65d7b0fde [2023-03-09T18:35:38.939Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:35:38.939Z] ---> Using cache [2023-03-09T18:35:38.939Z] ---> a9e829d4cd62 [2023-03-09T18:35:38.939Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-09T18:35:38.939Z] ---> Running in 16d334c86409 [2023-03-09T18:35:38.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:35:38.939Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:35:39.199Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-09T18:35:39.199Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-09T18:35:39.199Z] OK: 15859 distinct packages available [2023-03-09T18:35:39.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-09T18:35:39.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-09T18:35:39.770Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-09T18:35:39.770Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-09T18:35:39.770Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-09T18:35:39.770Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-09T18:35:39.770Z] (5/9) Installing curl (7.80.0-r6) [2023-03-09T18:35:39.770Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-09T18:35:40.032Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-09T18:35:40.032Z] (8/9) Installing libucontext (1.1-r0) [2023-03-09T18:35:40.032Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-09T18:35:40.032Z] Executing busybox-1.34.1-r7.trigger [2023-03-09T18:35:40.032Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T18:35:40.032Z] OK: 8 MiB in 23 packages [2023-03-09T18:35:40.603Z] Removing intermediate container 16d334c86409 [2023-03-09T18:35:40.603Z] ---> 83b34876c1f3 [2023-03-09T18:35:40.603Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:35:41.175Z] ---> c4105439d7dc [2023-03-09T18:35:41.175Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-09T18:35:41.744Z] ---> 54767fa09ac3 [2023-03-09T18:35:41.744Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-09T18:35:42.004Z] ---> 11e6016c214a [2023-03-09T18:35:42.004Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-09T18:35:42.004Z] ---> Running in fea5c6e0ebb1 [2023-03-09T18:35:42.266Z] Removing intermediate container fea5c6e0ebb1 [2023-03-09T18:35:42.266Z] ---> 78e6a77007e3 [2023-03-09T18:35:42.266Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:35:42.266Z] ---> Running in 48500620b88b [2023-03-09T18:35:42.266Z] Removing intermediate container 48500620b88b [2023-03-09T18:35:42.266Z] ---> fe2b89f9556f [2023-03-09T18:35:42.266Z] Step 17/19 : LABEL arch=x86_64 [2023-03-09T18:35:42.266Z] ---> Running in 2ed33d9e974d [2023-03-09T18:35:42.266Z] Removing intermediate container 2ed33d9e974d [2023-03-09T18:35:42.266Z] ---> d7646fe1a098 [2023-03-09T18:35:42.266Z] Step 18/19 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:42.266Z] ---> Running in 8c00ef7e8ae3 [2023-03-09T18:35:42.526Z] Removing intermediate container 8c00ef7e8ae3 [2023-03-09T18:35:42.526Z] ---> d30f9e13c59b [2023-03-09T18:35:42.526Z] Step 19/19 : LABEL version=3.0.0-dev.87 [2023-03-09T18:35:42.526Z] ---> Running in 964ed7b6f5b6 [2023-03-09T18:35:42.526Z] Removing intermediate container 964ed7b6f5b6 [2023-03-09T18:35:42.526Z] ---> 48506436109b [2023-03-09T18:35:42.526Z] [2023-03-09T18:35:42.526Z] Successfully built 48506436109b [2023-03-09T18:35:42.526Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-09T18:35:42.532Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-03-09T18:35:42.548Z] $ docker stop --time=1 5496405d2fb15f9192a1f64197343780aa964a83cf648d71c5036ee88c930f98 [2023-03-09T18:35:43.824Z] $ docker rm -f --volumes 5496405d2fb15f9192a1f64197343780aa964a83cf648d71c5036ee88c930f98 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T18:35:44.148Z] + docker images [2023-03-09T18:35:44.148Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-09T18:35:44.148Z] security-spiffe-token-provider latest 48506436109b 1 second ago 30MB [2023-03-09T18:35:44.148Z] a613d50c6dbc 7 seconds ago 1.72GB [2023-03-09T18:35:44.148Z] security-secretstore-setup latest c80cc2fe8453 17 seconds ago 29.9MB [2023-03-09T18:35:44.148Z] core-metadata latest 25a44e988ddb 23 seconds ago 18.5MB [2023-03-09T18:35:44.148Z] security-spire-agent latest 5d8a138790b2 24 seconds ago 125MB [2023-03-09T18:35:44.148Z] d5bb917d1b0e 25 seconds ago 1.67GB [2023-03-09T18:35:44.148Z] bc62c43f2ad1 40 seconds ago 1.69GB [2023-03-09T18:35:44.148Z] 9c89e4d0fee8 44 seconds ago 1.55GB [2023-03-09T18:35:44.148Z] security-spire-config latest ebabc5baba77 53 seconds ago 85.8MB [2023-03-09T18:35:44.148Z] security-spire-server latest 521fdbaf9340 54 seconds ago 86.5MB [2023-03-09T18:35:44.148Z] core-data latest 3b76e9886736 About a minute ago 18MB [2023-03-09T18:35:44.148Z] c1a633094848 About a minute ago 1.55GB [2023-03-09T18:35:44.148Z] security-proxy-setup latest 47fed5f894ba About a minute ago 16.4MB [2023-03-09T18:35:44.148Z] ae4b42db606b About a minute ago 1.55GB [2023-03-09T18:35:44.148Z] core-command latest 7a4c1df7d031 About a minute ago 17.8MB [2023-03-09T18:35:44.148Z] 0a39f42e16d4 About a minute ago 1.69GB [2023-03-09T18:35:44.148Z] e97ec0a432e6 About a minute ago 1.68GB [2023-03-09T18:35:44.148Z] 237395a8ef9d About a minute ago 1.66GB [2023-03-09T18:35:44.148Z] security-bootstrapper latest a65e5745f5e0 About a minute ago 19.8MB [2023-03-09T18:35:44.148Z] security-proxy-auth latest 5990ba81d717 2 minutes ago 16.2MB [2023-03-09T18:35:44.148Z] core-common-config-bootstrapper latest c80fe34b4d10 2 minutes ago 15.5MB [2023-03-09T18:35:44.148Z] support-notifications latest 61a0d7d62653 2 minutes ago 30.7MB [2023-03-09T18:35:44.148Z] support-scheduler latest 393538e5438d 2 minutes ago 30.1MB [2023-03-09T18:35:44.148Z] d1ca668fad49 2 minutes ago 1.66GB [2023-03-09T18:35:44.148Z] ca62e2b68857 2 minutes ago 1.75GB [2023-03-09T18:35:44.148Z] 0e87f8e51165 2 minutes ago 1.75GB [2023-03-09T18:35:44.148Z] 08cd75443d60 2 minutes ago 1.67GB [2023-03-09T18:35:44.148Z] fc178f3e9d77 2 minutes ago 1.68GB [2023-03-09T18:35:44.148Z] ci-base-image-x86_64 latest dbbc0a3570b7 6 minutes ago 903MB [2023-03-09T18:35:44.148Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-09T18:35:44.148Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-09T18:35:44.148Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-09T18:35:44.148Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-09T18:35:44.148Z] 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-09T18:35:44.267Z] provisioning config files... [2023-03-09T18:35:44.274Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config14015938941919886827tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:35:44.574Z] ---> docker-login.sh [2023-03-09T18:35:44.574Z] nexus3.edgexfoundry.org:10001 [2023-03-09T18:35:44.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:35:44.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:35:44.574Z] Configure a credential helper to remove this warning. See [2023-03-09T18:35:44.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:35:44.574Z] [2023-03-09T18:35:44.574Z] Login Succeeded [2023-03-09T18:35:44.574Z] nexus3.edgexfoundry.org:10002 [2023-03-09T18:35:44.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:35:44.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:35:44.574Z] Configure a credential helper to remove this warning. See [2023-03-09T18:35:44.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:35:44.574Z] [2023-03-09T18:35:44.574Z] Login Succeeded [2023-03-09T18:35:44.574Z] nexus3.edgexfoundry.org:10003 [2023-03-09T18:35:44.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:35:44.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:35:44.833Z] Configure a credential helper to remove this warning. See [2023-03-09T18:35:44.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:35:44.833Z] [2023-03-09T18:35:44.833Z] Login Succeeded [2023-03-09T18:35:44.833Z] nexus3.edgexfoundry.org:10004 [2023-03-09T18:35:44.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:35:44.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:35:44.833Z] Configure a credential helper to remove this warning. See [2023-03-09T18:35:44.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:35:44.833Z] [2023-03-09T18:35:44.833Z] Login Succeeded [2023-03-09T18:35:44.833Z] docker.io [2023-03-09T18:35:45.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:35:45.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:35:45.092Z] Configure a credential helper to remove this warning. See [2023-03-09T18:35:45.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:35:45.092Z] [2023-03-09T18:35:45.092Z] Login Succeeded [2023-03-09T18:35:45.092Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T18:35:45.098Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:35:45.130Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T18:35:45.154Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-09T18:35:45.154Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:45.154Z] latest [2023-03-09T18:35:45.154Z] 3.0.0-dev.87 [2023-03-09T18:35:45.154Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:45.154Z] main [2023-03-09T18:35:45.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:45.473Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:45.775Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:45.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-09T18:35:45.775Z] 76ea4ba04acb: Preparing [2023-03-09T18:35:45.775Z] adf935b015d1: Preparing [2023-03-09T18:35:45.775Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:45.775Z] c4805613b07a: Preparing [2023-03-09T18:35:45.775Z] aa5968d388b8: Preparing [2023-03-09T18:35:45.775Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:45.775Z] 76ea4ba04acb: Pushed [2023-03-09T18:35:45.775Z] c4805613b07a: Pushed [2023-03-09T18:35:45.775Z] 90e5bd0e160e: Pushed [2023-03-09T18:35:47.152Z] adf935b015d1: Pushed [2023-03-09T18:35:47.152Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:3c18a4ea148b72734a3201935b6ec792bdd81705d26544c838fccb3aa0f45d19 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:47.474Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:47.785Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-09T18:35:47.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-09T18:35:47.785Z] 76ea4ba04acb: Preparing [2023-03-09T18:35:47.785Z] adf935b015d1: Preparing [2023-03-09T18:35:47.786Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:47.786Z] c4805613b07a: Preparing [2023-03-09T18:35:47.786Z] aa5968d388b8: Preparing [2023-03-09T18:35:47.786Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:47.786Z] 76ea4ba04acb: Layer already exists [2023-03-09T18:35:47.786Z] c4805613b07a: Layer already exists [2023-03-09T18:35:47.786Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:47.786Z] adf935b015d1: Layer already exists [2023-03-09T18:35:47.786Z] latest: digest: sha256:3c18a4ea148b72734a3201935b6ec792bdd81705d26544c838fccb3aa0f45d19 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:48.102Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:48.404Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.87 [2023-03-09T18:35:48.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-09T18:35:48.404Z] 76ea4ba04acb: Preparing [2023-03-09T18:35:48.404Z] adf935b015d1: Preparing [2023-03-09T18:35:48.404Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:48.404Z] c4805613b07a: Preparing [2023-03-09T18:35:48.404Z] aa5968d388b8: Preparing [2023-03-09T18:35:48.404Z] c4805613b07a: Layer already exists [2023-03-09T18:35:48.404Z] 76ea4ba04acb: Layer already exists [2023-03-09T18:35:48.404Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:48.404Z] adf935b015d1: Layer already exists [2023-03-09T18:35:48.404Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:48.404Z] 3.0.0-dev.87: digest: sha256:3c18a4ea148b72734a3201935b6ec792bdd81705d26544c838fccb3aa0f45d19 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:48.711Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:49.023Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:49.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-09T18:35:49.024Z] 76ea4ba04acb: Preparing [2023-03-09T18:35:49.024Z] adf935b015d1: Preparing [2023-03-09T18:35:49.024Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:49.024Z] c4805613b07a: Preparing [2023-03-09T18:35:49.024Z] aa5968d388b8: Preparing [2023-03-09T18:35:49.024Z] c4805613b07a: Layer already exists [2023-03-09T18:35:49.024Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:49.024Z] adf935b015d1: Layer already exists [2023-03-09T18:35:49.024Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:49.024Z] 76ea4ba04acb: Layer already exists [2023-03-09T18:35:49.024Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:3c18a4ea148b72734a3201935b6ec792bdd81705d26544c838fccb3aa0f45d19 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:49.341Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:49.653Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-09T18:35:49.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-09T18:35:49.654Z] 76ea4ba04acb: Preparing [2023-03-09T18:35:49.654Z] adf935b015d1: Preparing [2023-03-09T18:35:49.654Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:49.654Z] c4805613b07a: Preparing [2023-03-09T18:35:49.654Z] aa5968d388b8: Preparing [2023-03-09T18:35:49.654Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:49.654Z] adf935b015d1: Layer already exists [2023-03-09T18:35:49.654Z] c4805613b07a: Layer already exists [2023-03-09T18:35:49.654Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:49.654Z] 76ea4ba04acb: Layer already exists [2023-03-09T18:35:49.654Z] main: digest: sha256:3c18a4ea148b72734a3201935b6ec792bdd81705d26544c838fccb3aa0f45d19 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:35:49.698Z] ===================================================== [Pipeline] echo [2023-03-09T18:35:49.707Z] taggedImages: [2023-03-09T18:35:49.707Z] - nexus3.edgexfoundry.org:10004/core-command:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:49.707Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-09T18:35:49.707Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.87 [2023-03-09T18:35:49.707Z] - nexus3.edgexfoundry.org:10004/core-command:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:49.707Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-09T18:35:49.729Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-09T18:35:49.729Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:49.729Z] latest [2023-03-09T18:35:49.729Z] 3.0.0-dev.87 [2023-03-09T18:35:49.729Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:49.729Z] main [2023-03-09T18:35:49.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:50.108Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:50.409Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:50.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-09T18:35:50.409Z] d4dc09856a80: Preparing [2023-03-09T18:35:50.409Z] ce48892e1665: Preparing [2023-03-09T18:35:50.409Z] 3fc6cb5d0458: Preparing [2023-03-09T18:35:50.409Z] 121fe99124b4: Preparing [2023-03-09T18:35:50.409Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:50.409Z] d78de6037765: Preparing [2023-03-09T18:35:50.409Z] aa5968d388b8: Preparing [2023-03-09T18:35:50.409Z] d78de6037765: Waiting [2023-03-09T18:35:50.409Z] aa5968d388b8: Waiting [2023-03-09T18:35:50.409Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:50.409Z] ce48892e1665: Pushed [2023-03-09T18:35:50.409Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:50.409Z] d4dc09856a80: Pushed [2023-03-09T18:35:50.409Z] 3fc6cb5d0458: Pushed [2023-03-09T18:35:50.409Z] d78de6037765: Pushed [2023-03-09T18:35:51.346Z] 121fe99124b4: Pushed [2023-03-09T18:35:51.606Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:ba5cdcd4e0bbc73ff85a067a2b4e58cedd329769cb68ab8fea5a9f712677614e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:51.911Z] + 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-09T18:35:52.216Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-09T18:35:52.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-09T18:35:52.216Z] d4dc09856a80: Preparing [2023-03-09T18:35:52.216Z] ce48892e1665: Preparing [2023-03-09T18:35:52.216Z] 3fc6cb5d0458: Preparing [2023-03-09T18:35:52.216Z] 121fe99124b4: Preparing [2023-03-09T18:35:52.216Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:52.216Z] d78de6037765: Preparing [2023-03-09T18:35:52.216Z] aa5968d388b8: Preparing [2023-03-09T18:35:52.216Z] d78de6037765: Waiting [2023-03-09T18:35:52.216Z] aa5968d388b8: Waiting [2023-03-09T18:35:52.216Z] ce48892e1665: Layer already exists [2023-03-09T18:35:52.216Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:52.216Z] d4dc09856a80: Layer already exists [2023-03-09T18:35:52.216Z] 121fe99124b4: Layer already exists [2023-03-09T18:35:52.216Z] 3fc6cb5d0458: Layer already exists [2023-03-09T18:35:52.216Z] d78de6037765: Layer already exists [2023-03-09T18:35:52.216Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:52.216Z] latest: digest: sha256:ba5cdcd4e0bbc73ff85a067a2b4e58cedd329769cb68ab8fea5a9f712677614e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:52.534Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:52.837Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.87 [2023-03-09T18:35:52.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-09T18:35:52.837Z] d4dc09856a80: Preparing [2023-03-09T18:35:52.837Z] ce48892e1665: Preparing [2023-03-09T18:35:52.837Z] 3fc6cb5d0458: Preparing [2023-03-09T18:35:52.837Z] 121fe99124b4: Preparing [2023-03-09T18:35:52.837Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:52.837Z] d78de6037765: Preparing [2023-03-09T18:35:52.837Z] aa5968d388b8: Preparing [2023-03-09T18:35:52.837Z] aa5968d388b8: Waiting [2023-03-09T18:35:52.837Z] d4dc09856a80: Layer already exists [2023-03-09T18:35:52.837Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:52.837Z] ce48892e1665: Layer already exists [2023-03-09T18:35:52.837Z] 3fc6cb5d0458: Layer already exists [2023-03-09T18:35:52.837Z] 121fe99124b4: Layer already exists [2023-03-09T18:35:52.837Z] d78de6037765: Layer already exists [2023-03-09T18:35:52.837Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:52.837Z] 3.0.0-dev.87: digest: sha256:ba5cdcd4e0bbc73ff85a067a2b4e58cedd329769cb68ab8fea5a9f712677614e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:53.153Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:53.566Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:53.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-09T18:35:53.566Z] d4dc09856a80: Preparing [2023-03-09T18:35:53.566Z] ce48892e1665: Preparing [2023-03-09T18:35:53.566Z] 3fc6cb5d0458: Preparing [2023-03-09T18:35:53.566Z] 121fe99124b4: Preparing [2023-03-09T18:35:53.566Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:53.566Z] d78de6037765: Preparing [2023-03-09T18:35:53.566Z] aa5968d388b8: Preparing [2023-03-09T18:35:53.566Z] d78de6037765: Waiting [2023-03-09T18:35:53.566Z] 121fe99124b4: Layer already exists [2023-03-09T18:35:53.566Z] ce48892e1665: Layer already exists [2023-03-09T18:35:53.566Z] 3fc6cb5d0458: Layer already exists [2023-03-09T18:35:53.566Z] d4dc09856a80: Layer already exists [2023-03-09T18:35:53.566Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:53.566Z] d78de6037765: Layer already exists [2023-03-09T18:35:53.566Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:53.566Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:ba5cdcd4e0bbc73ff85a067a2b4e58cedd329769cb68ab8fea5a9f712677614e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:53.957Z] + 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-09T18:35:54.345Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-09T18:35:54.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-09T18:35:54.345Z] d4dc09856a80: Preparing [2023-03-09T18:35:54.345Z] ce48892e1665: Preparing [2023-03-09T18:35:54.345Z] 3fc6cb5d0458: Preparing [2023-03-09T18:35:54.345Z] 121fe99124b4: Preparing [2023-03-09T18:35:54.345Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:54.345Z] d78de6037765: Preparing [2023-03-09T18:35:54.345Z] aa5968d388b8: Preparing [2023-03-09T18:35:54.345Z] d78de6037765: Waiting [2023-03-09T18:35:54.345Z] aa5968d388b8: Waiting [2023-03-09T18:35:54.345Z] 3fc6cb5d0458: Layer already exists [2023-03-09T18:35:54.345Z] d4dc09856a80: Layer already exists [2023-03-09T18:35:54.345Z] 121fe99124b4: Layer already exists [2023-03-09T18:35:54.345Z] ce48892e1665: Layer already exists [2023-03-09T18:35:54.345Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:54.345Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:54.345Z] d78de6037765: Layer already exists [2023-03-09T18:35:54.345Z] main: digest: sha256:ba5cdcd4e0bbc73ff85a067a2b4e58cedd329769cb68ab8fea5a9f712677614e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:35:54.414Z] ===================================================== [Pipeline] echo [2023-03-09T18:35:54.424Z] taggedImages: [2023-03-09T18:35:54.424Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:54.424Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-09T18:35:54.424Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.87 [2023-03-09T18:35:54.424Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:54.424Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-09T18:35:54.446Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-09T18:35:54.446Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:54.446Z] latest [2023-03-09T18:35:54.446Z] 3.0.0-dev.87 [2023-03-09T18:35:54.446Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:54.446Z] main [2023-03-09T18:35:54.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:54.758Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:55.059Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:55.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-09T18:35:55.059Z] e30b84e4a541: Preparing [2023-03-09T18:35:55.059Z] 90da2bbb47cd: Preparing [2023-03-09T18:35:55.059Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:55.059Z] d8e5ccaa66ac: Preparing [2023-03-09T18:35:55.059Z] aa5968d388b8: Preparing [2023-03-09T18:35:55.059Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:55.059Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:55.059Z] d8e5ccaa66ac: Pushed [2023-03-09T18:35:55.059Z] e30b84e4a541: Pushed [2023-03-09T18:35:56.438Z] 90da2bbb47cd: Pushed [2023-03-09T18:35:56.438Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:de3af3cdf4a97e487c4eb77c2944a0df5eafc2468b0d905f8e0085278aa8c328 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:56.747Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:57.047Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-09T18:35:57.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-09T18:35:57.047Z] e30b84e4a541: Preparing [2023-03-09T18:35:57.047Z] 90da2bbb47cd: Preparing [2023-03-09T18:35:57.047Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:57.047Z] d8e5ccaa66ac: Preparing [2023-03-09T18:35:57.047Z] aa5968d388b8: Preparing [2023-03-09T18:35:57.047Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:57.047Z] d8e5ccaa66ac: Layer already exists [2023-03-09T18:35:57.047Z] e30b84e4a541: Layer already exists [2023-03-09T18:35:57.047Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:57.047Z] 90da2bbb47cd: Layer already exists [2023-03-09T18:35:57.047Z] latest: digest: sha256:de3af3cdf4a97e487c4eb77c2944a0df5eafc2468b0d905f8e0085278aa8c328 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:57.359Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:57.660Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.87 [2023-03-09T18:35:57.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-09T18:35:57.660Z] e30b84e4a541: Preparing [2023-03-09T18:35:57.660Z] 90da2bbb47cd: Preparing [2023-03-09T18:35:57.660Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:57.660Z] d8e5ccaa66ac: Preparing [2023-03-09T18:35:57.660Z] aa5968d388b8: Preparing [2023-03-09T18:35:57.660Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:57.660Z] 90da2bbb47cd: Layer already exists [2023-03-09T18:35:57.660Z] e30b84e4a541: Layer already exists [2023-03-09T18:35:57.660Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:57.660Z] d8e5ccaa66ac: Layer already exists [2023-03-09T18:35:57.660Z] 3.0.0-dev.87: digest: sha256:de3af3cdf4a97e487c4eb77c2944a0df5eafc2468b0d905f8e0085278aa8c328 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:57.973Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:58.271Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:58.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-09T18:35:58.271Z] e30b84e4a541: Preparing [2023-03-09T18:35:58.271Z] 90da2bbb47cd: Preparing [2023-03-09T18:35:58.271Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:58.271Z] d8e5ccaa66ac: Preparing [2023-03-09T18:35:58.271Z] aa5968d388b8: Preparing [2023-03-09T18:35:58.271Z] d8e5ccaa66ac: Layer already exists [2023-03-09T18:35:58.271Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:58.271Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:58.271Z] 90da2bbb47cd: Layer already exists [2023-03-09T18:35:58.271Z] e30b84e4a541: Layer already exists [2023-03-09T18:35:58.271Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:de3af3cdf4a97e487c4eb77c2944a0df5eafc2468b0d905f8e0085278aa8c328 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:58.573Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:58.871Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-09T18:35:58.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-09T18:35:58.872Z] e30b84e4a541: Preparing [2023-03-09T18:35:58.872Z] 90da2bbb47cd: Preparing [2023-03-09T18:35:58.872Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:58.872Z] d8e5ccaa66ac: Preparing [2023-03-09T18:35:58.872Z] aa5968d388b8: Preparing [2023-03-09T18:35:58.872Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:58.872Z] 90da2bbb47cd: Layer already exists [2023-03-09T18:35:58.872Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:58.872Z] d8e5ccaa66ac: Layer already exists [2023-03-09T18:35:58.872Z] e30b84e4a541: Layer already exists [2023-03-09T18:35:58.872Z] main: digest: sha256:de3af3cdf4a97e487c4eb77c2944a0df5eafc2468b0d905f8e0085278aa8c328 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:35:58.916Z] ===================================================== [Pipeline] echo [2023-03-09T18:35:58.926Z] taggedImages: [2023-03-09T18:35:58.926Z] - nexus3.edgexfoundry.org:10004/core-data:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:58.926Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-09T18:35:58.926Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.87 [2023-03-09T18:35:58.926Z] - nexus3.edgexfoundry.org:10004/core-data:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:58.926Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-09T18:35:58.949Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-09T18:35:58.949Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:58.949Z] latest [2023-03-09T18:35:58.949Z] 3.0.0-dev.87 [2023-03-09T18:35:58.949Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:35:58.949Z] main [2023-03-09T18:35:58.949Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:59.275Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:35:59.572Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:35:59.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-09T18:35:59.572Z] f3dbbe8606bc: Preparing [2023-03-09T18:35:59.572Z] 6d4d82cd6a8f: Preparing [2023-03-09T18:35:59.572Z] 1872ac013d66: Preparing [2023-03-09T18:35:59.572Z] 90e5bd0e160e: Preparing [2023-03-09T18:35:59.572Z] c4805613b07a: Preparing [2023-03-09T18:35:59.572Z] aa5968d388b8: Preparing [2023-03-09T18:35:59.572Z] aa5968d388b8: Waiting [2023-03-09T18:35:59.572Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:35:59.572Z] c4805613b07a: Layer already exists [2023-03-09T18:35:59.572Z] aa5968d388b8: Layer already exists [2023-03-09T18:35:59.572Z] 6d4d82cd6a8f: Pushed [2023-03-09T18:35:59.572Z] f3dbbe8606bc: Pushed [2023-03-09T18:36:00.948Z] 1872ac013d66: Pushed [2023-03-09T18:36:00.948Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:e58af409e6aa4f124eb35acd335c5fa6f7e104f3733ee33007454c60e254b65b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:01.248Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:01.547Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-09T18:36:01.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-09T18:36:01.548Z] f3dbbe8606bc: Preparing [2023-03-09T18:36:01.548Z] 6d4d82cd6a8f: Preparing [2023-03-09T18:36:01.548Z] 1872ac013d66: Preparing [2023-03-09T18:36:01.548Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:01.548Z] c4805613b07a: Preparing [2023-03-09T18:36:01.548Z] aa5968d388b8: Preparing [2023-03-09T18:36:01.548Z] aa5968d388b8: Waiting [2023-03-09T18:36:01.548Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:01.548Z] 6d4d82cd6a8f: Layer already exists [2023-03-09T18:36:01.548Z] c4805613b07a: Layer already exists [2023-03-09T18:36:01.548Z] 1872ac013d66: Layer already exists [2023-03-09T18:36:01.548Z] f3dbbe8606bc: Layer already exists [2023-03-09T18:36:01.548Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:01.548Z] latest: digest: sha256:e58af409e6aa4f124eb35acd335c5fa6f7e104f3733ee33007454c60e254b65b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:01.848Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:02.146Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.87 [2023-03-09T18:36:02.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-09T18:36:02.146Z] f3dbbe8606bc: Preparing [2023-03-09T18:36:02.146Z] 6d4d82cd6a8f: Preparing [2023-03-09T18:36:02.146Z] 1872ac013d66: Preparing [2023-03-09T18:36:02.146Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:02.146Z] c4805613b07a: Preparing [2023-03-09T18:36:02.146Z] aa5968d388b8: Preparing [2023-03-09T18:36:02.146Z] aa5968d388b8: Waiting [2023-03-09T18:36:02.146Z] 1872ac013d66: Layer already exists [2023-03-09T18:36:02.146Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:02.146Z] c4805613b07a: Layer already exists [2023-03-09T18:36:02.146Z] 6d4d82cd6a8f: Layer already exists [2023-03-09T18:36:02.146Z] f3dbbe8606bc: Layer already exists [2023-03-09T18:36:02.146Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:02.146Z] 3.0.0-dev.87: digest: sha256:e58af409e6aa4f124eb35acd335c5fa6f7e104f3733ee33007454c60e254b65b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:02.455Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:02.759Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:02.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-09T18:36:02.759Z] f3dbbe8606bc: Preparing [2023-03-09T18:36:02.759Z] 6d4d82cd6a8f: Preparing [2023-03-09T18:36:02.759Z] 1872ac013d66: Preparing [2023-03-09T18:36:02.759Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:02.759Z] c4805613b07a: Preparing [2023-03-09T18:36:02.759Z] aa5968d388b8: Preparing [2023-03-09T18:36:02.759Z] f3dbbe8606bc: Layer already exists [2023-03-09T18:36:02.759Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:02.759Z] 6d4d82cd6a8f: Layer already exists [2023-03-09T18:36:02.759Z] c4805613b07a: Layer already exists [2023-03-09T18:36:02.759Z] 1872ac013d66: Layer already exists [2023-03-09T18:36:02.759Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:02.759Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:e58af409e6aa4f124eb35acd335c5fa6f7e104f3733ee33007454c60e254b65b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:03.066Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:03.369Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-09T18:36:03.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-09T18:36:03.369Z] f3dbbe8606bc: Preparing [2023-03-09T18:36:03.369Z] 6d4d82cd6a8f: Preparing [2023-03-09T18:36:03.369Z] 1872ac013d66: Preparing [2023-03-09T18:36:03.369Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:03.369Z] c4805613b07a: Preparing [2023-03-09T18:36:03.369Z] aa5968d388b8: Preparing [2023-03-09T18:36:03.369Z] aa5968d388b8: Waiting [2023-03-09T18:36:03.369Z] c4805613b07a: Layer already exists [2023-03-09T18:36:03.369Z] f3dbbe8606bc: Layer already exists [2023-03-09T18:36:03.369Z] 6d4d82cd6a8f: Layer already exists [2023-03-09T18:36:03.369Z] 1872ac013d66: Layer already exists [2023-03-09T18:36:03.369Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:03.369Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:03.369Z] main: digest: sha256:e58af409e6aa4f124eb35acd335c5fa6f7e104f3733ee33007454c60e254b65b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:03.413Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:03.424Z] taggedImages: [2023-03-09T18:36:03.424Z] - nexus3.edgexfoundry.org:10004/core-metadata:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:03.424Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-09T18:36:03.424Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.87 [2023-03-09T18:36:03.425Z] - nexus3.edgexfoundry.org:10004/core-metadata:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:03.425Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-09T18:36:03.446Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-09T18:36:03.446Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:03.446Z] latest [2023-03-09T18:36:03.446Z] 3.0.0-dev.87 [2023-03-09T18:36:03.446Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:03.446Z] main [2023-03-09T18:36:03.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:03.765Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:04.072Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:04.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-09T18:36:04.072Z] b1a9cc071b24: Preparing [2023-03-09T18:36:04.072Z] b1a9cc071b24: Preparing [2023-03-09T18:36:04.072Z] 041299e9f71e: Preparing [2023-03-09T18:36:04.072Z] 418b0e4a55fd: Preparing [2023-03-09T18:36:04.072Z] 3973daf37bd2: Preparing [2023-03-09T18:36:04.072Z] 4c7a7b96cdfb: Preparing [2023-03-09T18:36:04.072Z] 1d1dd2fab125: Preparing [2023-03-09T18:36:04.072Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:04.072Z] 0b3d96f6d063: Preparing [2023-03-09T18:36:04.072Z] 36760c5afef7: Preparing [2023-03-09T18:36:04.072Z] ecd7cbb64830: Preparing [2023-03-09T18:36:04.072Z] 9c7cf1c89a12: Preparing [2023-03-09T18:36:04.072Z] aa5968d388b8: Preparing [2023-03-09T18:36:04.072Z] 90e5bd0e160e: Waiting [2023-03-09T18:36:04.072Z] 0b3d96f6d063: Waiting [2023-03-09T18:36:04.072Z] 36760c5afef7: Waiting [2023-03-09T18:36:04.072Z] ecd7cbb64830: Waiting [2023-03-09T18:36:04.072Z] 9c7cf1c89a12: Waiting [2023-03-09T18:36:04.072Z] aa5968d388b8: Waiting [2023-03-09T18:36:04.072Z] 1d1dd2fab125: Waiting [2023-03-09T18:36:04.072Z] 418b0e4a55fd: Pushed [2023-03-09T18:36:04.072Z] 3973daf37bd2: Pushed [2023-03-09T18:36:04.072Z] 041299e9f71e: Pushed [2023-03-09T18:36:04.072Z] 4c7a7b96cdfb: Pushed [2023-03-09T18:36:04.072Z] b1a9cc071b24: Pushed [2023-03-09T18:36:04.072Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:04.330Z] ecd7cbb64830: Pushed [2023-03-09T18:36:04.330Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:04.330Z] 36760c5afef7: Pushed [2023-03-09T18:36:04.330Z] 9c7cf1c89a12: Pushed [2023-03-09T18:36:04.330Z] 0b3d96f6d063: Pushed [2023-03-09T18:36:05.705Z] 1d1dd2fab125: Pushed [2023-03-09T18:36:05.705Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:b881a63b4495a034e5627c2ed9207525a3f629bc5d3021f6d2c4e344402adda6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:06.025Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:06.339Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-09T18:36:06.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-09T18:36:06.340Z] b1a9cc071b24: Preparing [2023-03-09T18:36:06.340Z] b1a9cc071b24: Preparing [2023-03-09T18:36:06.340Z] 041299e9f71e: Preparing [2023-03-09T18:36:06.340Z] 418b0e4a55fd: Preparing [2023-03-09T18:36:06.340Z] 3973daf37bd2: Preparing [2023-03-09T18:36:06.340Z] 4c7a7b96cdfb: Preparing [2023-03-09T18:36:06.340Z] 1d1dd2fab125: Preparing [2023-03-09T18:36:06.340Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:06.340Z] 0b3d96f6d063: Preparing [2023-03-09T18:36:06.340Z] 36760c5afef7: Preparing [2023-03-09T18:36:06.340Z] ecd7cbb64830: Preparing [2023-03-09T18:36:06.340Z] 9c7cf1c89a12: Preparing [2023-03-09T18:36:06.340Z] aa5968d388b8: Preparing [2023-03-09T18:36:06.340Z] 36760c5afef7: Waiting [2023-03-09T18:36:06.340Z] ecd7cbb64830: Waiting [2023-03-09T18:36:06.340Z] 9c7cf1c89a12: Waiting [2023-03-09T18:36:06.340Z] aa5968d388b8: Waiting [2023-03-09T18:36:06.340Z] 90e5bd0e160e: Waiting [2023-03-09T18:36:06.340Z] 1d1dd2fab125: Waiting [2023-03-09T18:36:06.340Z] 0b3d96f6d063: Waiting [2023-03-09T18:36:06.340Z] 3973daf37bd2: Layer already exists [2023-03-09T18:36:06.340Z] 4c7a7b96cdfb: Layer already exists [2023-03-09T18:36:06.340Z] 041299e9f71e: Layer already exists [2023-03-09T18:36:06.340Z] b1a9cc071b24: Layer already exists [2023-03-09T18:36:06.340Z] 418b0e4a55fd: Layer already exists [2023-03-09T18:36:06.340Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:06.340Z] 1d1dd2fab125: Layer already exists [2023-03-09T18:36:06.340Z] 0b3d96f6d063: Layer already exists [2023-03-09T18:36:06.340Z] 36760c5afef7: Layer already exists [2023-03-09T18:36:06.340Z] ecd7cbb64830: Layer already exists [2023-03-09T18:36:06.340Z] 9c7cf1c89a12: Layer already exists [2023-03-09T18:36:06.340Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:06.340Z] latest: digest: sha256:b881a63b4495a034e5627c2ed9207525a3f629bc5d3021f6d2c4e344402adda6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:06.666Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:06.975Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.87 [2023-03-09T18:36:06.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-09T18:36:06.976Z] b1a9cc071b24: Preparing [2023-03-09T18:36:06.976Z] b1a9cc071b24: Preparing [2023-03-09T18:36:06.976Z] 041299e9f71e: Preparing [2023-03-09T18:36:06.976Z] 418b0e4a55fd: Preparing [2023-03-09T18:36:06.976Z] 3973daf37bd2: Preparing [2023-03-09T18:36:06.976Z] 4c7a7b96cdfb: Preparing [2023-03-09T18:36:06.976Z] 1d1dd2fab125: Preparing [2023-03-09T18:36:06.976Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:06.976Z] 0b3d96f6d063: Preparing [2023-03-09T18:36:06.976Z] 36760c5afef7: Preparing [2023-03-09T18:36:06.976Z] ecd7cbb64830: Preparing [2023-03-09T18:36:06.976Z] 9c7cf1c89a12: Preparing [2023-03-09T18:36:06.976Z] aa5968d388b8: Preparing [2023-03-09T18:36:06.976Z] 1d1dd2fab125: Waiting [2023-03-09T18:36:06.976Z] 90e5bd0e160e: Waiting [2023-03-09T18:36:06.976Z] 0b3d96f6d063: Waiting [2023-03-09T18:36:06.976Z] 36760c5afef7: Waiting [2023-03-09T18:36:06.976Z] ecd7cbb64830: Waiting [2023-03-09T18:36:06.976Z] 9c7cf1c89a12: Waiting [2023-03-09T18:36:06.976Z] 041299e9f71e: Layer already exists [2023-03-09T18:36:06.976Z] 4c7a7b96cdfb: Layer already exists [2023-03-09T18:36:06.976Z] b1a9cc071b24: Layer already exists [2023-03-09T18:36:06.976Z] 418b0e4a55fd: Layer already exists [2023-03-09T18:36:06.976Z] 3973daf37bd2: Layer already exists [2023-03-09T18:36:06.976Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:06.976Z] 1d1dd2fab125: Layer already exists [2023-03-09T18:36:06.976Z] 0b3d96f6d063: Layer already exists [2023-03-09T18:36:06.976Z] ecd7cbb64830: Layer already exists [2023-03-09T18:36:06.976Z] 36760c5afef7: Layer already exists [2023-03-09T18:36:06.976Z] 9c7cf1c89a12: Layer already exists [2023-03-09T18:36:06.976Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:06.976Z] 3.0.0-dev.87: digest: sha256:b881a63b4495a034e5627c2ed9207525a3f629bc5d3021f6d2c4e344402adda6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:07.283Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:07.585Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:07.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-09T18:36:07.585Z] b1a9cc071b24: Preparing [2023-03-09T18:36:07.585Z] b1a9cc071b24: Preparing [2023-03-09T18:36:07.585Z] 041299e9f71e: Preparing [2023-03-09T18:36:07.585Z] 418b0e4a55fd: Preparing [2023-03-09T18:36:07.585Z] 3973daf37bd2: Preparing [2023-03-09T18:36:07.585Z] 4c7a7b96cdfb: Preparing [2023-03-09T18:36:07.585Z] 1d1dd2fab125: Preparing [2023-03-09T18:36:07.585Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:07.585Z] 0b3d96f6d063: Preparing [2023-03-09T18:36:07.585Z] 36760c5afef7: Preparing [2023-03-09T18:36:07.585Z] ecd7cbb64830: Preparing [2023-03-09T18:36:07.585Z] 9c7cf1c89a12: Preparing [2023-03-09T18:36:07.585Z] aa5968d388b8: Preparing [2023-03-09T18:36:07.585Z] 90e5bd0e160e: Waiting [2023-03-09T18:36:07.585Z] ecd7cbb64830: Waiting [2023-03-09T18:36:07.585Z] 9c7cf1c89a12: Waiting [2023-03-09T18:36:07.585Z] 0b3d96f6d063: Waiting [2023-03-09T18:36:07.585Z] 36760c5afef7: Waiting [2023-03-09T18:36:07.585Z] aa5968d388b8: Waiting [2023-03-09T18:36:07.585Z] 1d1dd2fab125: Waiting [2023-03-09T18:36:07.585Z] 418b0e4a55fd: Layer already exists [2023-03-09T18:36:07.585Z] b1a9cc071b24: Layer already exists [2023-03-09T18:36:07.585Z] 4c7a7b96cdfb: Layer already exists [2023-03-09T18:36:07.585Z] 041299e9f71e: Layer already exists [2023-03-09T18:36:07.585Z] 3973daf37bd2: Layer already exists [2023-03-09T18:36:07.585Z] 1d1dd2fab125: Layer already exists [2023-03-09T18:36:07.585Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:07.585Z] 0b3d96f6d063: Layer already exists [2023-03-09T18:36:07.585Z] ecd7cbb64830: Layer already exists [2023-03-09T18:36:07.585Z] 36760c5afef7: Layer already exists [2023-03-09T18:36:07.585Z] 9c7cf1c89a12: Layer already exists [2023-03-09T18:36:07.585Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:07.585Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:b881a63b4495a034e5627c2ed9207525a3f629bc5d3021f6d2c4e344402adda6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:07.892Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:08.197Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-09T18:36:08.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-09T18:36:08.198Z] b1a9cc071b24: Preparing [2023-03-09T18:36:08.198Z] b1a9cc071b24: Preparing [2023-03-09T18:36:08.198Z] 041299e9f71e: Preparing [2023-03-09T18:36:08.198Z] 418b0e4a55fd: Preparing [2023-03-09T18:36:08.198Z] 3973daf37bd2: Preparing [2023-03-09T18:36:08.198Z] 4c7a7b96cdfb: Preparing [2023-03-09T18:36:08.198Z] 1d1dd2fab125: Preparing [2023-03-09T18:36:08.198Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:08.198Z] 0b3d96f6d063: Preparing [2023-03-09T18:36:08.198Z] 36760c5afef7: Preparing [2023-03-09T18:36:08.198Z] ecd7cbb64830: Preparing [2023-03-09T18:36:08.198Z] 9c7cf1c89a12: Preparing [2023-03-09T18:36:08.198Z] aa5968d388b8: Preparing [2023-03-09T18:36:08.198Z] 1d1dd2fab125: Waiting [2023-03-09T18:36:08.198Z] 9c7cf1c89a12: Waiting [2023-03-09T18:36:08.198Z] 0b3d96f6d063: Waiting [2023-03-09T18:36:08.198Z] 36760c5afef7: Waiting [2023-03-09T18:36:08.198Z] aa5968d388b8: Waiting [2023-03-09T18:36:08.198Z] ecd7cbb64830: Waiting [2023-03-09T18:36:08.198Z] 90e5bd0e160e: Waiting [2023-03-09T18:36:08.198Z] 4c7a7b96cdfb: Layer already exists [2023-03-09T18:36:08.198Z] 041299e9f71e: Layer already exists [2023-03-09T18:36:08.198Z] 418b0e4a55fd: Layer already exists [2023-03-09T18:36:08.198Z] 3973daf37bd2: Layer already exists [2023-03-09T18:36:08.198Z] b1a9cc071b24: Layer already exists [2023-03-09T18:36:08.198Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:08.198Z] 1d1dd2fab125: Layer already exists [2023-03-09T18:36:08.198Z] 0b3d96f6d063: Layer already exists [2023-03-09T18:36:08.198Z] 36760c5afef7: Layer already exists [2023-03-09T18:36:08.198Z] ecd7cbb64830: Layer already exists [2023-03-09T18:36:08.198Z] 9c7cf1c89a12: Layer already exists [2023-03-09T18:36:08.198Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:08.198Z] main: digest: sha256:b881a63b4495a034e5627c2ed9207525a3f629bc5d3021f6d2c4e344402adda6 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:08.237Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:08.249Z] taggedImages: [2023-03-09T18:36:08.249Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:08.249Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-09T18:36:08.249Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.87 [2023-03-09T18:36:08.249Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:08.249Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-09T18:36:08.274Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-09T18:36:08.274Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:08.274Z] latest [2023-03-09T18:36:08.274Z] 3.0.0-dev.87 [2023-03-09T18:36:08.274Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:08.274Z] main [2023-03-09T18:36:08.274Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:08.578Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:08.880Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:08.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-09T18:36:08.880Z] 2e079c023a7c: Preparing [2023-03-09T18:36:08.880Z] 8a1f055842d4: Preparing [2023-03-09T18:36:08.880Z] d5927e85bf4d: Preparing [2023-03-09T18:36:08.880Z] 1b5c0620ddfd: Preparing [2023-03-09T18:36:08.880Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:08.880Z] d78de6037765: Preparing [2023-03-09T18:36:08.880Z] aa5968d388b8: Preparing [2023-03-09T18:36:08.880Z] d78de6037765: Waiting [2023-03-09T18:36:08.880Z] aa5968d388b8: Waiting [2023-03-09T18:36:08.880Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:08.880Z] d78de6037765: Layer already exists [2023-03-09T18:36:08.880Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:08.880Z] 2e079c023a7c: Pushed [2023-03-09T18:36:08.880Z] d5927e85bf4d: Pushed [2023-03-09T18:36:08.880Z] 8a1f055842d4: Pushed [2023-03-09T18:36:10.262Z] 1b5c0620ddfd: Pushed [2023-03-09T18:36:10.262Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:a872a3c648895529cb62f6d8480c913f6e726565acb5b04a9b0f9d4463d5f7fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:10.577Z] + 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-09T18:36:10.879Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-09T18:36:10.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-09T18:36:10.879Z] 2e079c023a7c: Preparing [2023-03-09T18:36:10.879Z] 8a1f055842d4: Preparing [2023-03-09T18:36:10.879Z] d5927e85bf4d: Preparing [2023-03-09T18:36:10.879Z] 1b5c0620ddfd: Preparing [2023-03-09T18:36:10.879Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:10.879Z] d78de6037765: Preparing [2023-03-09T18:36:10.879Z] aa5968d388b8: Preparing [2023-03-09T18:36:10.879Z] d78de6037765: Waiting [2023-03-09T18:36:10.879Z] aa5968d388b8: Waiting [2023-03-09T18:36:10.879Z] 2e079c023a7c: Layer already exists [2023-03-09T18:36:10.879Z] 8a1f055842d4: Layer already exists [2023-03-09T18:36:10.879Z] d5927e85bf4d: Layer already exists [2023-03-09T18:36:10.879Z] 1b5c0620ddfd: Layer already exists [2023-03-09T18:36:10.879Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:10.879Z] d78de6037765: Layer already exists [2023-03-09T18:36:10.879Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:10.879Z] latest: digest: sha256:a872a3c648895529cb62f6d8480c913f6e726565acb5b04a9b0f9d4463d5f7fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:11.190Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:11.500Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.87 [2023-03-09T18:36:11.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-09T18:36:11.500Z] 2e079c023a7c: Preparing [2023-03-09T18:36:11.500Z] 8a1f055842d4: Preparing [2023-03-09T18:36:11.500Z] d5927e85bf4d: Preparing [2023-03-09T18:36:11.500Z] 1b5c0620ddfd: Preparing [2023-03-09T18:36:11.500Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:11.500Z] d78de6037765: Preparing [2023-03-09T18:36:11.500Z] aa5968d388b8: Preparing [2023-03-09T18:36:11.500Z] aa5968d388b8: Waiting [2023-03-09T18:36:11.500Z] d78de6037765: Waiting [2023-03-09T18:36:11.500Z] d5927e85bf4d: Layer already exists [2023-03-09T18:36:11.500Z] 1b5c0620ddfd: Layer already exists [2023-03-09T18:36:11.500Z] 2e079c023a7c: Layer already exists [2023-03-09T18:36:11.500Z] 8a1f055842d4: Layer already exists [2023-03-09T18:36:11.500Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:11.500Z] d78de6037765: Layer already exists [2023-03-09T18:36:11.500Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:11.500Z] 3.0.0-dev.87: digest: sha256:a872a3c648895529cb62f6d8480c913f6e726565acb5b04a9b0f9d4463d5f7fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:11.811Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:12.112Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:12.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-09T18:36:12.112Z] 2e079c023a7c: Preparing [2023-03-09T18:36:12.112Z] 8a1f055842d4: Preparing [2023-03-09T18:36:12.112Z] d5927e85bf4d: Preparing [2023-03-09T18:36:12.112Z] 1b5c0620ddfd: Preparing [2023-03-09T18:36:12.112Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:12.112Z] d78de6037765: Preparing [2023-03-09T18:36:12.112Z] aa5968d388b8: Preparing [2023-03-09T18:36:12.112Z] d78de6037765: Waiting [2023-03-09T18:36:12.112Z] aa5968d388b8: Waiting [2023-03-09T18:36:12.112Z] 8a1f055842d4: Layer already exists [2023-03-09T18:36:12.112Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:12.112Z] d5927e85bf4d: Layer already exists [2023-03-09T18:36:12.112Z] 2e079c023a7c: Layer already exists [2023-03-09T18:36:12.112Z] 1b5c0620ddfd: Layer already exists [2023-03-09T18:36:12.112Z] d78de6037765: Layer already exists [2023-03-09T18:36:12.112Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:12.112Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:a872a3c648895529cb62f6d8480c913f6e726565acb5b04a9b0f9d4463d5f7fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:12.418Z] + 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-09T18:36:12.724Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-09T18:36:12.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-09T18:36:12.725Z] 2e079c023a7c: Preparing [2023-03-09T18:36:12.725Z] 8a1f055842d4: Preparing [2023-03-09T18:36:12.725Z] d5927e85bf4d: Preparing [2023-03-09T18:36:12.725Z] 1b5c0620ddfd: Preparing [2023-03-09T18:36:12.725Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:12.725Z] d78de6037765: Preparing [2023-03-09T18:36:12.725Z] aa5968d388b8: Preparing [2023-03-09T18:36:12.725Z] d78de6037765: Waiting [2023-03-09T18:36:12.725Z] aa5968d388b8: Waiting [2023-03-09T18:36:12.725Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:12.725Z] 1b5c0620ddfd: Layer already exists [2023-03-09T18:36:12.725Z] 8a1f055842d4: Layer already exists [2023-03-09T18:36:12.725Z] d5927e85bf4d: Layer already exists [2023-03-09T18:36:12.725Z] 2e079c023a7c: Layer already exists [2023-03-09T18:36:12.725Z] d78de6037765: Layer already exists [2023-03-09T18:36:12.725Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:12.725Z] main: digest: sha256:a872a3c648895529cb62f6d8480c913f6e726565acb5b04a9b0f9d4463d5f7fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:12.768Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:12.777Z] taggedImages: [2023-03-09T18:36:12.777Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:12.777Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-09T18:36:12.777Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.87 [2023-03-09T18:36:12.777Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:12.777Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-09T18:36:12.799Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-09T18:36:12.799Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:12.799Z] latest [2023-03-09T18:36:12.799Z] 3.0.0-dev.87 [2023-03-09T18:36:12.799Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:12.799Z] main [2023-03-09T18:36:12.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:13.116Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:13.416Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:13.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-09T18:36:13.416Z] 16159675cf0b: Preparing [2023-03-09T18:36:13.416Z] edee730edb5e: Preparing [2023-03-09T18:36:13.416Z] a54523e83291: Preparing [2023-03-09T18:36:13.416Z] 54d1018fe32c: Preparing [2023-03-09T18:36:13.416Z] d406fa2834c5: Preparing [2023-03-09T18:36:13.416Z] a1f059e3d679: Preparing [2023-03-09T18:36:13.416Z] aa5968d388b8: Preparing [2023-03-09T18:36:13.416Z] a1f059e3d679: Waiting [2023-03-09T18:36:13.416Z] aa5968d388b8: Waiting [2023-03-09T18:36:13.416Z] 16159675cf0b: Pushed [2023-03-09T18:36:13.416Z] d406fa2834c5: Pushed [2023-03-09T18:36:13.416Z] 54d1018fe32c: Pushed [2023-03-09T18:36:13.416Z] edee730edb5e: Pushed [2023-03-09T18:36:13.416Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:13.675Z] a1f059e3d679: Pushed [2023-03-09T18:36:14.614Z] a54523e83291: Pushed [2023-03-09T18:36:14.614Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:93dbf8a0674b40e39ca872a6b5205969d6fb97f0601769134bfeab7eb6ea374a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:14.910Z] + 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-09T18:36:15.209Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-09T18:36:15.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-09T18:36:15.209Z] 16159675cf0b: Preparing [2023-03-09T18:36:15.209Z] edee730edb5e: Preparing [2023-03-09T18:36:15.209Z] a54523e83291: Preparing [2023-03-09T18:36:15.209Z] 54d1018fe32c: Preparing [2023-03-09T18:36:15.209Z] d406fa2834c5: Preparing [2023-03-09T18:36:15.209Z] a1f059e3d679: Preparing [2023-03-09T18:36:15.209Z] aa5968d388b8: Preparing [2023-03-09T18:36:15.209Z] a1f059e3d679: Waiting [2023-03-09T18:36:15.209Z] aa5968d388b8: Waiting [2023-03-09T18:36:15.209Z] 54d1018fe32c: Layer already exists [2023-03-09T18:36:15.209Z] a54523e83291: Layer already exists [2023-03-09T18:36:15.209Z] edee730edb5e: Layer already exists [2023-03-09T18:36:15.209Z] 16159675cf0b: Layer already exists [2023-03-09T18:36:15.209Z] d406fa2834c5: Layer already exists [2023-03-09T18:36:15.209Z] a1f059e3d679: Layer already exists [2023-03-09T18:36:15.209Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:15.209Z] latest: digest: sha256:93dbf8a0674b40e39ca872a6b5205969d6fb97f0601769134bfeab7eb6ea374a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:15.515Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:15.817Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.87 [2023-03-09T18:36:15.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-09T18:36:15.817Z] 16159675cf0b: Preparing [2023-03-09T18:36:15.817Z] edee730edb5e: Preparing [2023-03-09T18:36:15.817Z] a54523e83291: Preparing [2023-03-09T18:36:15.817Z] 54d1018fe32c: Preparing [2023-03-09T18:36:15.817Z] d406fa2834c5: Preparing [2023-03-09T18:36:15.817Z] a1f059e3d679: Preparing [2023-03-09T18:36:15.817Z] aa5968d388b8: Preparing [2023-03-09T18:36:15.817Z] a1f059e3d679: Waiting [2023-03-09T18:36:15.817Z] aa5968d388b8: Waiting [2023-03-09T18:36:15.817Z] d406fa2834c5: Layer already exists [2023-03-09T18:36:15.817Z] edee730edb5e: Layer already exists [2023-03-09T18:36:15.817Z] 16159675cf0b: Layer already exists [2023-03-09T18:36:15.817Z] 54d1018fe32c: Layer already exists [2023-03-09T18:36:15.817Z] a54523e83291: Layer already exists [2023-03-09T18:36:15.817Z] a1f059e3d679: Layer already exists [2023-03-09T18:36:15.817Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:15.817Z] 3.0.0-dev.87: digest: sha256:93dbf8a0674b40e39ca872a6b5205969d6fb97f0601769134bfeab7eb6ea374a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:16.120Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:16.441Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:16.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-09T18:36:16.441Z] 16159675cf0b: Preparing [2023-03-09T18:36:16.441Z] edee730edb5e: Preparing [2023-03-09T18:36:16.441Z] a54523e83291: Preparing [2023-03-09T18:36:16.441Z] 54d1018fe32c: Preparing [2023-03-09T18:36:16.441Z] d406fa2834c5: Preparing [2023-03-09T18:36:16.441Z] a1f059e3d679: Preparing [2023-03-09T18:36:16.441Z] aa5968d388b8: Preparing [2023-03-09T18:36:16.441Z] a1f059e3d679: Waiting [2023-03-09T18:36:16.441Z] aa5968d388b8: Waiting [2023-03-09T18:36:16.441Z] edee730edb5e: Layer already exists [2023-03-09T18:36:16.441Z] d406fa2834c5: Layer already exists [2023-03-09T18:36:16.441Z] 54d1018fe32c: Layer already exists [2023-03-09T18:36:16.441Z] 16159675cf0b: Layer already exists [2023-03-09T18:36:16.441Z] a54523e83291: Layer already exists [2023-03-09T18:36:16.441Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:16.441Z] a1f059e3d679: Layer already exists [2023-03-09T18:36:16.441Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:93dbf8a0674b40e39ca872a6b5205969d6fb97f0601769134bfeab7eb6ea374a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:16.744Z] + 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-09T18:36:17.053Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-09T18:36:17.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-09T18:36:17.054Z] 16159675cf0b: Preparing [2023-03-09T18:36:17.054Z] edee730edb5e: Preparing [2023-03-09T18:36:17.054Z] a54523e83291: Preparing [2023-03-09T18:36:17.054Z] 54d1018fe32c: Preparing [2023-03-09T18:36:17.054Z] d406fa2834c5: Preparing [2023-03-09T18:36:17.054Z] a1f059e3d679: Preparing [2023-03-09T18:36:17.054Z] aa5968d388b8: Preparing [2023-03-09T18:36:17.054Z] a1f059e3d679: Waiting [2023-03-09T18:36:17.054Z] edee730edb5e: Layer already exists [2023-03-09T18:36:17.054Z] a54523e83291: Layer already exists [2023-03-09T18:36:17.054Z] d406fa2834c5: Layer already exists [2023-03-09T18:36:17.054Z] 54d1018fe32c: Layer already exists [2023-03-09T18:36:17.054Z] 16159675cf0b: Layer already exists [2023-03-09T18:36:17.054Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:17.054Z] a1f059e3d679: Layer already exists [2023-03-09T18:36:17.054Z] main: digest: sha256:93dbf8a0674b40e39ca872a6b5205969d6fb97f0601769134bfeab7eb6ea374a size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:17.088Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:17.095Z] taggedImages: [2023-03-09T18:36:17.095Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:17.095Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-09T18:36:17.095Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.87 [2023-03-09T18:36:17.095Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:17.095Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-09T18:36:17.111Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-09T18:36:17.111Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:17.111Z] latest [2023-03-09T18:36:17.111Z] 3.0.0-dev.87 [2023-03-09T18:36:17.111Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:17.111Z] main [2023-03-09T18:36:17.111Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:17.411Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:17.710Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:17.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-09T18:36:17.710Z] 794491990df9: Preparing [2023-03-09T18:36:17.710Z] b46076b2c4b6: Preparing [2023-03-09T18:36:17.710Z] 457531d56967: Preparing [2023-03-09T18:36:17.710Z] 9388626a91b4: Preparing [2023-03-09T18:36:17.710Z] 562e6cc808ee: Preparing [2023-03-09T18:36:17.710Z] 9096423e3028: Preparing [2023-03-09T18:36:17.710Z] 7ba79f17c726: Preparing [2023-03-09T18:36:17.710Z] 7bb9e610cee8: Preparing [2023-03-09T18:36:17.710Z] aa5968d388b8: Preparing [2023-03-09T18:36:17.710Z] 7ba79f17c726: Waiting [2023-03-09T18:36:17.710Z] 7bb9e610cee8: Waiting [2023-03-09T18:36:17.710Z] 9096423e3028: Waiting [2023-03-09T18:36:17.710Z] aa5968d388b8: Waiting [2023-03-09T18:36:17.710Z] 794491990df9: Pushed [2023-03-09T18:36:17.710Z] 562e6cc808ee: Pushed [2023-03-09T18:36:17.710Z] b46076b2c4b6: Pushed [2023-03-09T18:36:17.969Z] 9096423e3028: Pushed [2023-03-09T18:36:17.969Z] 7ba79f17c726: Pushed [2023-03-09T18:36:17.969Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:17.969Z] 7bb9e610cee8: Pushed [2023-03-09T18:36:18.909Z] 9388626a91b4: Pushed [2023-03-09T18:36:19.167Z] 457531d56967: Pushed [2023-03-09T18:36:19.167Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:06544d80dee551bc3d68ac33f59b5082c618e49d2b8aa17862d0669bd5ebf69c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:19.470Z] + 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-09T18:36:19.767Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-09T18:36:19.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-09T18:36:19.767Z] 794491990df9: Preparing [2023-03-09T18:36:19.767Z] b46076b2c4b6: Preparing [2023-03-09T18:36:19.767Z] 457531d56967: Preparing [2023-03-09T18:36:19.767Z] 9388626a91b4: Preparing [2023-03-09T18:36:19.767Z] 562e6cc808ee: Preparing [2023-03-09T18:36:19.767Z] 9096423e3028: Preparing [2023-03-09T18:36:19.767Z] 7ba79f17c726: Preparing [2023-03-09T18:36:19.767Z] 7bb9e610cee8: Preparing [2023-03-09T18:36:19.767Z] aa5968d388b8: Preparing [2023-03-09T18:36:19.767Z] 7ba79f17c726: Waiting [2023-03-09T18:36:19.767Z] 7bb9e610cee8: Waiting [2023-03-09T18:36:19.767Z] 9096423e3028: Waiting [2023-03-09T18:36:19.767Z] aa5968d388b8: Waiting [2023-03-09T18:36:19.767Z] 794491990df9: Layer already exists [2023-03-09T18:36:19.767Z] 562e6cc808ee: Layer already exists [2023-03-09T18:36:19.767Z] b46076b2c4b6: Layer already exists [2023-03-09T18:36:19.767Z] 457531d56967: Layer already exists [2023-03-09T18:36:19.767Z] 9388626a91b4: Layer already exists [2023-03-09T18:36:19.767Z] 7ba79f17c726: Layer already exists [2023-03-09T18:36:19.767Z] 9096423e3028: Layer already exists [2023-03-09T18:36:19.767Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:19.767Z] 7bb9e610cee8: Layer already exists [2023-03-09T18:36:19.767Z] latest: digest: sha256:06544d80dee551bc3d68ac33f59b5082c618e49d2b8aa17862d0669bd5ebf69c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:20.065Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:20.365Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.87 [2023-03-09T18:36:20.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-09T18:36:20.365Z] 794491990df9: Preparing [2023-03-09T18:36:20.365Z] b46076b2c4b6: Preparing [2023-03-09T18:36:20.365Z] 457531d56967: Preparing [2023-03-09T18:36:20.365Z] 9388626a91b4: Preparing [2023-03-09T18:36:20.365Z] 562e6cc808ee: Preparing [2023-03-09T18:36:20.365Z] 9096423e3028: Preparing [2023-03-09T18:36:20.365Z] 7ba79f17c726: Preparing [2023-03-09T18:36:20.365Z] 7bb9e610cee8: Preparing [2023-03-09T18:36:20.365Z] aa5968d388b8: Preparing [2023-03-09T18:36:20.365Z] 9096423e3028: Waiting [2023-03-09T18:36:20.365Z] aa5968d388b8: Waiting [2023-03-09T18:36:20.365Z] 7ba79f17c726: Waiting [2023-03-09T18:36:20.365Z] 7bb9e610cee8: Waiting [2023-03-09T18:36:20.365Z] b46076b2c4b6: Layer already exists [2023-03-09T18:36:20.365Z] 9388626a91b4: Layer already exists [2023-03-09T18:36:20.365Z] 794491990df9: Layer already exists [2023-03-09T18:36:20.365Z] 562e6cc808ee: Layer already exists [2023-03-09T18:36:20.365Z] 457531d56967: Layer already exists [2023-03-09T18:36:20.365Z] 7ba79f17c726: Layer already exists [2023-03-09T18:36:20.365Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:20.365Z] 9096423e3028: Layer already exists [2023-03-09T18:36:20.365Z] 7bb9e610cee8: Layer already exists [2023-03-09T18:36:20.365Z] 3.0.0-dev.87: digest: sha256:06544d80dee551bc3d68ac33f59b5082c618e49d2b8aa17862d0669bd5ebf69c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:20.669Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:20.971Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:20.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-09T18:36:20.971Z] 794491990df9: Preparing [2023-03-09T18:36:20.971Z] b46076b2c4b6: Preparing [2023-03-09T18:36:20.971Z] 457531d56967: Preparing [2023-03-09T18:36:20.971Z] 9388626a91b4: Preparing [2023-03-09T18:36:20.971Z] 562e6cc808ee: Preparing [2023-03-09T18:36:20.971Z] 9096423e3028: Preparing [2023-03-09T18:36:20.971Z] 7ba79f17c726: Preparing [2023-03-09T18:36:20.971Z] 7bb9e610cee8: Preparing [2023-03-09T18:36:20.971Z] aa5968d388b8: Preparing [2023-03-09T18:36:20.971Z] 9096423e3028: Waiting [2023-03-09T18:36:20.971Z] 7ba79f17c726: Waiting [2023-03-09T18:36:20.971Z] 7bb9e610cee8: Waiting [2023-03-09T18:36:20.971Z] aa5968d388b8: Waiting [2023-03-09T18:36:20.971Z] 457531d56967: Layer already exists [2023-03-09T18:36:20.971Z] b46076b2c4b6: Layer already exists [2023-03-09T18:36:20.971Z] 562e6cc808ee: Layer already exists [2023-03-09T18:36:20.971Z] 794491990df9: Layer already exists [2023-03-09T18:36:20.971Z] 9388626a91b4: Layer already exists [2023-03-09T18:36:20.971Z] 7bb9e610cee8: Layer already exists [2023-03-09T18:36:20.971Z] 9096423e3028: Layer already exists [2023-03-09T18:36:20.971Z] 7ba79f17c726: Layer already exists [2023-03-09T18:36:20.971Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:20.971Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:06544d80dee551bc3d68ac33f59b5082c618e49d2b8aa17862d0669bd5ebf69c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:21.270Z] + 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-09T18:36:21.637Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-09T18:36:21.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-09T18:36:21.637Z] 794491990df9: Preparing [2023-03-09T18:36:21.637Z] b46076b2c4b6: Preparing [2023-03-09T18:36:21.638Z] 457531d56967: Preparing [2023-03-09T18:36:21.638Z] 9388626a91b4: Preparing [2023-03-09T18:36:21.638Z] 562e6cc808ee: Preparing [2023-03-09T18:36:21.638Z] 9096423e3028: Preparing [2023-03-09T18:36:21.638Z] 7ba79f17c726: Preparing [2023-03-09T18:36:21.638Z] 7bb9e610cee8: Preparing [2023-03-09T18:36:21.638Z] aa5968d388b8: Preparing [2023-03-09T18:36:21.638Z] 7ba79f17c726: Waiting [2023-03-09T18:36:21.638Z] 9096423e3028: Waiting [2023-03-09T18:36:21.638Z] 7bb9e610cee8: Waiting [2023-03-09T18:36:21.638Z] aa5968d388b8: Waiting [2023-03-09T18:36:21.638Z] 562e6cc808ee: Layer already exists [2023-03-09T18:36:21.638Z] 9388626a91b4: Layer already exists [2023-03-09T18:36:21.638Z] b46076b2c4b6: Layer already exists [2023-03-09T18:36:21.638Z] 457531d56967: Layer already exists [2023-03-09T18:36:21.638Z] 794491990df9: Layer already exists [2023-03-09T18:36:21.638Z] 9096423e3028: Layer already exists [2023-03-09T18:36:21.638Z] 7ba79f17c726: Layer already exists [2023-03-09T18:36:21.638Z] 7bb9e610cee8: Layer already exists [2023-03-09T18:36:21.638Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:21.638Z] main: digest: sha256:06544d80dee551bc3d68ac33f59b5082c618e49d2b8aa17862d0669bd5ebf69c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:21.670Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:21.676Z] taggedImages: [2023-03-09T18:36:21.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:21.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-09T18:36:21.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.87 [2023-03-09T18:36:21.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:21.676Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-09T18:36:21.690Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-09T18:36:21.690Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:21.690Z] latest [2023-03-09T18:36:21.690Z] 3.0.0-dev.87 [2023-03-09T18:36:21.690Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:21.690Z] main [2023-03-09T18:36:21.690Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:21.988Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:22.286Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:22.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-09T18:36:22.286Z] b5e0d06af300: Preparing [2023-03-09T18:36:22.286Z] 31ac9495306f: Preparing [2023-03-09T18:36:22.286Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:22.286Z] c7cce035eddf: Preparing [2023-03-09T18:36:22.286Z] 4e6476652798: Preparing [2023-03-09T18:36:22.286Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:22.286Z] 4e6476652798: Layer already exists [2023-03-09T18:36:22.286Z] b5e0d06af300: Pushed [2023-03-09T18:36:22.854Z] c7cce035eddf: Pushed [2023-03-09T18:36:24.228Z] 31ac9495306f: Pushed [2023-03-09T18:36:24.228Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:573f155045315625662b291e55581c8d8aa24d0becf62e3fe0f3406da1f02f91 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:24.790Z] + 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-09T18:36:25.101Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-09T18:36:25.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-09T18:36:25.101Z] b5e0d06af300: Preparing [2023-03-09T18:36:25.101Z] 31ac9495306f: Preparing [2023-03-09T18:36:25.101Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:25.101Z] c7cce035eddf: Preparing [2023-03-09T18:36:25.101Z] 4e6476652798: Preparing [2023-03-09T18:36:25.101Z] c7cce035eddf: Layer already exists [2023-03-09T18:36:25.101Z] 4e6476652798: Layer already exists [2023-03-09T18:36:25.101Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:25.101Z] b5e0d06af300: Layer already exists [2023-03-09T18:36:25.101Z] 31ac9495306f: Layer already exists [2023-03-09T18:36:25.101Z] latest: digest: sha256:573f155045315625662b291e55581c8d8aa24d0becf62e3fe0f3406da1f02f91 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:25.403Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:25.702Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.87 [2023-03-09T18:36:25.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-09T18:36:25.702Z] b5e0d06af300: Preparing [2023-03-09T18:36:25.702Z] 31ac9495306f: Preparing [2023-03-09T18:36:25.702Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:25.702Z] c7cce035eddf: Preparing [2023-03-09T18:36:25.702Z] 4e6476652798: Preparing [2023-03-09T18:36:25.702Z] c7cce035eddf: Layer already exists [2023-03-09T18:36:25.702Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:25.702Z] 31ac9495306f: Layer already exists [2023-03-09T18:36:25.702Z] b5e0d06af300: Layer already exists [2023-03-09T18:36:25.702Z] 4e6476652798: Layer already exists [2023-03-09T18:36:25.702Z] 3.0.0-dev.87: digest: sha256:573f155045315625662b291e55581c8d8aa24d0becf62e3fe0f3406da1f02f91 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:26.005Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:26.313Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:26.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-09T18:36:26.313Z] b5e0d06af300: Preparing [2023-03-09T18:36:26.313Z] 31ac9495306f: Preparing [2023-03-09T18:36:26.313Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:26.313Z] c7cce035eddf: Preparing [2023-03-09T18:36:26.313Z] 4e6476652798: Preparing [2023-03-09T18:36:26.313Z] 4e6476652798: Layer already exists [2023-03-09T18:36:26.313Z] 31ac9495306f: Layer already exists [2023-03-09T18:36:26.313Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:26.313Z] c7cce035eddf: Layer already exists [2023-03-09T18:36:26.313Z] b5e0d06af300: Layer already exists [2023-03-09T18:36:26.313Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:573f155045315625662b291e55581c8d8aa24d0becf62e3fe0f3406da1f02f91 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:26.618Z] + 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-09T18:36:26.919Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-09T18:36:26.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-09T18:36:26.920Z] b5e0d06af300: Preparing [2023-03-09T18:36:26.920Z] 31ac9495306f: Preparing [2023-03-09T18:36:26.920Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:26.920Z] c7cce035eddf: Preparing [2023-03-09T18:36:26.920Z] 4e6476652798: Preparing [2023-03-09T18:36:26.920Z] 31ac9495306f: Layer already exists [2023-03-09T18:36:26.920Z] b5e0d06af300: Layer already exists [2023-03-09T18:36:26.920Z] 4e6476652798: Layer already exists [2023-03-09T18:36:26.920Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:26.920Z] c7cce035eddf: Layer already exists [2023-03-09T18:36:26.920Z] main: digest: sha256:573f155045315625662b291e55581c8d8aa24d0becf62e3fe0f3406da1f02f91 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:26.961Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:26.967Z] taggedImages: [2023-03-09T18:36:26.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:26.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-09T18:36:26.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.87 [2023-03-09T18:36:26.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:26.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-09T18:36:26.982Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-09T18:36:26.982Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:26.982Z] latest [2023-03-09T18:36:26.982Z] 3.0.0-dev.87 [2023-03-09T18:36:26.982Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:26.982Z] main [2023-03-09T18:36:26.982Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:27.282Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:27.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:27.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-09T18:36:27.583Z] b16cb365ead2: Preparing [2023-03-09T18:36:27.583Z] d1e63a9adeb8: Preparing [2023-03-09T18:36:27.583Z] 6e12040b4bc6: Preparing [2023-03-09T18:36:27.583Z] 34ba7e7b8fdc: Preparing [2023-03-09T18:36:27.583Z] fd82605d69cd: Preparing [2023-03-09T18:36:27.583Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:27.583Z] 4e6476652798: Preparing [2023-03-09T18:36:27.583Z] 4e6476652798: Waiting [2023-03-09T18:36:27.583Z] 3c05dbb1162c: Waiting [2023-03-09T18:36:27.583Z] 6e12040b4bc6: Pushed [2023-03-09T18:36:27.583Z] b16cb365ead2: Pushed [2023-03-09T18:36:27.583Z] d1e63a9adeb8: Pushed [2023-03-09T18:36:27.583Z] 4e6476652798: Layer already exists [2023-03-09T18:36:28.161Z] 3c05dbb1162c: Pushed [2023-03-09T18:36:31.450Z] fd82605d69cd: Pushed [2023-03-09T18:36:33.983Z] 34ba7e7b8fdc: Pushed [2023-03-09T18:36:33.983Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:89138e4898d5044b85f4f029acc5c248fe68935b02b48a92a2314d34b5aefd6c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:34.283Z] + 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-09T18:36:34.587Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-09T18:36:34.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-09T18:36:34.587Z] b16cb365ead2: Preparing [2023-03-09T18:36:34.587Z] d1e63a9adeb8: Preparing [2023-03-09T18:36:34.587Z] 6e12040b4bc6: Preparing [2023-03-09T18:36:34.587Z] 34ba7e7b8fdc: Preparing [2023-03-09T18:36:34.587Z] fd82605d69cd: Preparing [2023-03-09T18:36:34.587Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:34.587Z] 4e6476652798: Preparing [2023-03-09T18:36:34.587Z] 4e6476652798: Waiting [2023-03-09T18:36:34.587Z] 3c05dbb1162c: Waiting [2023-03-09T18:36:34.587Z] b16cb365ead2: Layer already exists [2023-03-09T18:36:34.587Z] 6e12040b4bc6: Layer already exists [2023-03-09T18:36:34.587Z] 34ba7e7b8fdc: Layer already exists [2023-03-09T18:36:34.587Z] fd82605d69cd: Layer already exists [2023-03-09T18:36:34.587Z] d1e63a9adeb8: Layer already exists [2023-03-09T18:36:34.587Z] 4e6476652798: Layer already exists [2023-03-09T18:36:34.587Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:34.587Z] latest: digest: sha256:89138e4898d5044b85f4f029acc5c248fe68935b02b48a92a2314d34b5aefd6c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:34.896Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:35.199Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.87 [2023-03-09T18:36:35.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-09T18:36:35.199Z] b16cb365ead2: Preparing [2023-03-09T18:36:35.199Z] d1e63a9adeb8: Preparing [2023-03-09T18:36:35.199Z] 6e12040b4bc6: Preparing [2023-03-09T18:36:35.199Z] 34ba7e7b8fdc: Preparing [2023-03-09T18:36:35.199Z] fd82605d69cd: Preparing [2023-03-09T18:36:35.199Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:35.199Z] 4e6476652798: Preparing [2023-03-09T18:36:35.199Z] 3c05dbb1162c: Waiting [2023-03-09T18:36:35.199Z] 4e6476652798: Waiting [2023-03-09T18:36:35.199Z] d1e63a9adeb8: Layer already exists [2023-03-09T18:36:35.199Z] b16cb365ead2: Layer already exists [2023-03-09T18:36:35.199Z] fd82605d69cd: Layer already exists [2023-03-09T18:36:35.199Z] 34ba7e7b8fdc: Layer already exists [2023-03-09T18:36:35.199Z] 6e12040b4bc6: Layer already exists [2023-03-09T18:36:35.199Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:35.199Z] 4e6476652798: Layer already exists [2023-03-09T18:36:35.199Z] 3.0.0-dev.87: digest: sha256:89138e4898d5044b85f4f029acc5c248fe68935b02b48a92a2314d34b5aefd6c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:35.516Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:35.822Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:35.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-09T18:36:35.822Z] b16cb365ead2: Preparing [2023-03-09T18:36:35.822Z] d1e63a9adeb8: Preparing [2023-03-09T18:36:35.822Z] 6e12040b4bc6: Preparing [2023-03-09T18:36:35.822Z] 34ba7e7b8fdc: Preparing [2023-03-09T18:36:35.822Z] fd82605d69cd: Preparing [2023-03-09T18:36:35.822Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:35.822Z] 4e6476652798: Preparing [2023-03-09T18:36:35.822Z] 3c05dbb1162c: Waiting [2023-03-09T18:36:35.822Z] 4e6476652798: Waiting [2023-03-09T18:36:35.822Z] fd82605d69cd: Layer already exists [2023-03-09T18:36:35.822Z] 34ba7e7b8fdc: Layer already exists [2023-03-09T18:36:35.822Z] d1e63a9adeb8: Layer already exists [2023-03-09T18:36:35.822Z] b16cb365ead2: Layer already exists [2023-03-09T18:36:35.822Z] 6e12040b4bc6: Layer already exists [2023-03-09T18:36:35.822Z] 4e6476652798: Layer already exists [2023-03-09T18:36:35.822Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:35.822Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:89138e4898d5044b85f4f029acc5c248fe68935b02b48a92a2314d34b5aefd6c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:36.126Z] + 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-09T18:36:36.425Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-09T18:36:36.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-09T18:36:36.425Z] b16cb365ead2: Preparing [2023-03-09T18:36:36.425Z] d1e63a9adeb8: Preparing [2023-03-09T18:36:36.425Z] 6e12040b4bc6: Preparing [2023-03-09T18:36:36.425Z] 34ba7e7b8fdc: Preparing [2023-03-09T18:36:36.425Z] fd82605d69cd: Preparing [2023-03-09T18:36:36.425Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:36.425Z] 4e6476652798: Preparing [2023-03-09T18:36:36.425Z] 4e6476652798: Waiting [2023-03-09T18:36:36.425Z] 3c05dbb1162c: Waiting [2023-03-09T18:36:36.425Z] fd82605d69cd: Layer already exists [2023-03-09T18:36:36.425Z] 34ba7e7b8fdc: Layer already exists [2023-03-09T18:36:36.425Z] 6e12040b4bc6: Layer already exists [2023-03-09T18:36:36.425Z] d1e63a9adeb8: Layer already exists [2023-03-09T18:36:36.425Z] b16cb365ead2: Layer already exists [2023-03-09T18:36:36.425Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:36.425Z] 4e6476652798: Layer already exists [2023-03-09T18:36:36.425Z] main: digest: sha256:89138e4898d5044b85f4f029acc5c248fe68935b02b48a92a2314d34b5aefd6c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:36.459Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:36.465Z] taggedImages: [2023-03-09T18:36:36.465Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:36.465Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-09T18:36:36.465Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.87 [2023-03-09T18:36:36.465Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:36.465Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-09T18:36:36.480Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-09T18:36:36.480Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:36.480Z] latest [2023-03-09T18:36:36.480Z] 3.0.0-dev.87 [2023-03-09T18:36:36.480Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:36.480Z] main [2023-03-09T18:36:36.480Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:36.798Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:37.099Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:37.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-09T18:36:37.100Z] 360a1b0a3736: Preparing [2023-03-09T18:36:37.100Z] f5e18385ce3c: Preparing [2023-03-09T18:36:37.100Z] f892e08fc3e3: Preparing [2023-03-09T18:36:37.100Z] 4ac5f66a0a2a: Preparing [2023-03-09T18:36:37.100Z] ae573e148749: Preparing [2023-03-09T18:36:37.100Z] 4e6476652798: Preparing [2023-03-09T18:36:37.100Z] 4e6476652798: Waiting [2023-03-09T18:36:37.100Z] f5e18385ce3c: Pushed [2023-03-09T18:36:37.100Z] f892e08fc3e3: Pushed [2023-03-09T18:36:37.100Z] 4e6476652798: Layer already exists [2023-03-09T18:36:37.100Z] 360a1b0a3736: Pushed [2023-03-09T18:36:37.359Z] ae573e148749: Pushed [2023-03-09T18:36:43.924Z] 4ac5f66a0a2a: Pushed [2023-03-09T18:36:43.924Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:f4545bae956d33f34dae34f28ae9e40881e72b29513a646c444b1111ad19f361 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:44.236Z] + 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-09T18:36:44.535Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-09T18:36:44.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-09T18:36:44.535Z] 360a1b0a3736: Preparing [2023-03-09T18:36:44.535Z] f5e18385ce3c: Preparing [2023-03-09T18:36:44.535Z] f892e08fc3e3: Preparing [2023-03-09T18:36:44.535Z] 4ac5f66a0a2a: Preparing [2023-03-09T18:36:44.535Z] ae573e148749: Preparing [2023-03-09T18:36:44.535Z] 4e6476652798: Preparing [2023-03-09T18:36:44.535Z] 4e6476652798: Waiting [2023-03-09T18:36:44.535Z] 4ac5f66a0a2a: Layer already exists [2023-03-09T18:36:44.535Z] 360a1b0a3736: Layer already exists [2023-03-09T18:36:44.535Z] f892e08fc3e3: Layer already exists [2023-03-09T18:36:44.535Z] ae573e148749: Layer already exists [2023-03-09T18:36:44.535Z] f5e18385ce3c: Layer already exists [2023-03-09T18:36:44.535Z] 4e6476652798: Layer already exists [2023-03-09T18:36:44.535Z] latest: digest: sha256:f4545bae956d33f34dae34f28ae9e40881e72b29513a646c444b1111ad19f361 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:44.836Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:45.134Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.87 [2023-03-09T18:36:45.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-09T18:36:45.134Z] 360a1b0a3736: Preparing [2023-03-09T18:36:45.134Z] f5e18385ce3c: Preparing [2023-03-09T18:36:45.134Z] f892e08fc3e3: Preparing [2023-03-09T18:36:45.134Z] 4ac5f66a0a2a: Preparing [2023-03-09T18:36:45.134Z] ae573e148749: Preparing [2023-03-09T18:36:45.134Z] 4e6476652798: Preparing [2023-03-09T18:36:45.134Z] 4e6476652798: Waiting [2023-03-09T18:36:45.134Z] f5e18385ce3c: Layer already exists [2023-03-09T18:36:45.134Z] ae573e148749: Layer already exists [2023-03-09T18:36:45.134Z] 360a1b0a3736: Layer already exists [2023-03-09T18:36:45.134Z] f892e08fc3e3: Layer already exists [2023-03-09T18:36:45.134Z] 4ac5f66a0a2a: Layer already exists [2023-03-09T18:36:45.134Z] 4e6476652798: Layer already exists [2023-03-09T18:36:45.134Z] 3.0.0-dev.87: digest: sha256:f4545bae956d33f34dae34f28ae9e40881e72b29513a646c444b1111ad19f361 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:45.436Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:45.737Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:45.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-09T18:36:45.737Z] 360a1b0a3736: Preparing [2023-03-09T18:36:45.737Z] f5e18385ce3c: Preparing [2023-03-09T18:36:45.737Z] f892e08fc3e3: Preparing [2023-03-09T18:36:45.737Z] 4ac5f66a0a2a: Preparing [2023-03-09T18:36:45.737Z] ae573e148749: Preparing [2023-03-09T18:36:45.737Z] 4e6476652798: Preparing [2023-03-09T18:36:45.737Z] 4e6476652798: Waiting [2023-03-09T18:36:45.737Z] f892e08fc3e3: Layer already exists [2023-03-09T18:36:45.737Z] ae573e148749: Layer already exists [2023-03-09T18:36:45.737Z] 360a1b0a3736: Layer already exists [2023-03-09T18:36:45.737Z] 4ac5f66a0a2a: Layer already exists [2023-03-09T18:36:45.737Z] f5e18385ce3c: Layer already exists [2023-03-09T18:36:45.737Z] 4e6476652798: Layer already exists [2023-03-09T18:36:45.737Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:f4545bae956d33f34dae34f28ae9e40881e72b29513a646c444b1111ad19f361 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:46.037Z] + 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-09T18:36:46.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-09T18:36:46.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-09T18:36:46.336Z] 360a1b0a3736: Preparing [2023-03-09T18:36:46.336Z] f5e18385ce3c: Preparing [2023-03-09T18:36:46.336Z] f892e08fc3e3: Preparing [2023-03-09T18:36:46.336Z] 4ac5f66a0a2a: Preparing [2023-03-09T18:36:46.336Z] ae573e148749: Preparing [2023-03-09T18:36:46.336Z] 4e6476652798: Preparing [2023-03-09T18:36:46.336Z] 4e6476652798: Waiting [2023-03-09T18:36:46.336Z] 360a1b0a3736: Layer already exists [2023-03-09T18:36:46.336Z] f892e08fc3e3: Layer already exists [2023-03-09T18:36:46.336Z] 4ac5f66a0a2a: Layer already exists [2023-03-09T18:36:46.336Z] ae573e148749: Layer already exists [2023-03-09T18:36:46.336Z] f5e18385ce3c: Layer already exists [2023-03-09T18:36:46.336Z] 4e6476652798: Layer already exists [2023-03-09T18:36:46.336Z] main: digest: sha256:f4545bae956d33f34dae34f28ae9e40881e72b29513a646c444b1111ad19f361 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:46.374Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:46.386Z] taggedImages: [2023-03-09T18:36:46.386Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:46.386Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-09T18:36:46.386Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.87 [2023-03-09T18:36:46.386Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:46.386Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-09T18:36:46.405Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-09T18:36:46.405Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:46.405Z] latest [2023-03-09T18:36:46.405Z] 3.0.0-dev.87 [2023-03-09T18:36:46.405Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:46.405Z] main [2023-03-09T18:36:46.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:46.707Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:47.010Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:47.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-09T18:36:47.011Z] cb3ba3dadd8e: Preparing [2023-03-09T18:36:47.011Z] 0c7a9596ad76: Preparing [2023-03-09T18:36:47.011Z] 2cf68453f49f: Preparing [2023-03-09T18:36:47.011Z] 178a02e66aa3: Preparing [2023-03-09T18:36:47.011Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:47.011Z] 4e6476652798: Preparing [2023-03-09T18:36:47.011Z] 4e6476652798: Waiting [2023-03-09T18:36:47.011Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:47.011Z] 4e6476652798: Layer already exists [2023-03-09T18:36:47.011Z] 2cf68453f49f: Pushed [2023-03-09T18:36:47.011Z] 0c7a9596ad76: Pushed [2023-03-09T18:36:47.011Z] cb3ba3dadd8e: Pushed [2023-03-09T18:36:53.580Z] 178a02e66aa3: Pushed [2023-03-09T18:36:53.580Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:7692717f2150720dd7619df6da31d8f737cd55f61cfb451893600551e414c7ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:53.886Z] + 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-09T18:36:54.190Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-09T18:36:54.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-09T18:36:54.190Z] cb3ba3dadd8e: Preparing [2023-03-09T18:36:54.190Z] 0c7a9596ad76: Preparing [2023-03-09T18:36:54.190Z] 2cf68453f49f: Preparing [2023-03-09T18:36:54.190Z] 178a02e66aa3: Preparing [2023-03-09T18:36:54.190Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:54.190Z] 4e6476652798: Preparing [2023-03-09T18:36:54.190Z] 4e6476652798: Waiting [2023-03-09T18:36:54.190Z] 0c7a9596ad76: Layer already exists [2023-03-09T18:36:54.190Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:54.190Z] cb3ba3dadd8e: Layer already exists [2023-03-09T18:36:54.190Z] 178a02e66aa3: Layer already exists [2023-03-09T18:36:54.190Z] 2cf68453f49f: Layer already exists [2023-03-09T18:36:54.190Z] 4e6476652798: Layer already exists [2023-03-09T18:36:54.190Z] latest: digest: sha256:7692717f2150720dd7619df6da31d8f737cd55f61cfb451893600551e414c7ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:54.494Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:54.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.87 [2023-03-09T18:36:54.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-09T18:36:54.798Z] cb3ba3dadd8e: Preparing [2023-03-09T18:36:54.798Z] 0c7a9596ad76: Preparing [2023-03-09T18:36:54.798Z] 2cf68453f49f: Preparing [2023-03-09T18:36:54.798Z] 178a02e66aa3: Preparing [2023-03-09T18:36:54.798Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:54.798Z] 4e6476652798: Preparing [2023-03-09T18:36:54.798Z] 4e6476652798: Waiting [2023-03-09T18:36:54.798Z] 178a02e66aa3: Layer already exists [2023-03-09T18:36:54.798Z] cb3ba3dadd8e: Layer already exists [2023-03-09T18:36:54.798Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:54.798Z] 0c7a9596ad76: Layer already exists [2023-03-09T18:36:54.798Z] 2cf68453f49f: Layer already exists [2023-03-09T18:36:54.798Z] 4e6476652798: Layer already exists [2023-03-09T18:36:54.798Z] 3.0.0-dev.87: digest: sha256:7692717f2150720dd7619df6da31d8f737cd55f61cfb451893600551e414c7ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:55.101Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:55.407Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:55.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-09T18:36:55.407Z] cb3ba3dadd8e: Preparing [2023-03-09T18:36:55.407Z] 0c7a9596ad76: Preparing [2023-03-09T18:36:55.407Z] 2cf68453f49f: Preparing [2023-03-09T18:36:55.407Z] 178a02e66aa3: Preparing [2023-03-09T18:36:55.407Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:55.407Z] 4e6476652798: Preparing [2023-03-09T18:36:55.407Z] 4e6476652798: Waiting [2023-03-09T18:36:55.407Z] 178a02e66aa3: Layer already exists [2023-03-09T18:36:55.407Z] 0c7a9596ad76: Layer already exists [2023-03-09T18:36:55.407Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:55.407Z] cb3ba3dadd8e: Layer already exists [2023-03-09T18:36:55.407Z] 2cf68453f49f: Layer already exists [2023-03-09T18:36:55.407Z] 4e6476652798: Layer already exists [2023-03-09T18:36:55.407Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:7692717f2150720dd7619df6da31d8f737cd55f61cfb451893600551e414c7ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:55.709Z] + 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-09T18:36:56.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-09T18:36:56.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-09T18:36:56.021Z] cb3ba3dadd8e: Preparing [2023-03-09T18:36:56.021Z] 0c7a9596ad76: Preparing [2023-03-09T18:36:56.021Z] 2cf68453f49f: Preparing [2023-03-09T18:36:56.021Z] 178a02e66aa3: Preparing [2023-03-09T18:36:56.021Z] 3c05dbb1162c: Preparing [2023-03-09T18:36:56.021Z] 4e6476652798: Preparing [2023-03-09T18:36:56.021Z] 4e6476652798: Waiting [2023-03-09T18:36:56.021Z] 3c05dbb1162c: Layer already exists [2023-03-09T18:36:56.021Z] cb3ba3dadd8e: Layer already exists [2023-03-09T18:36:56.021Z] 0c7a9596ad76: Layer already exists [2023-03-09T18:36:56.021Z] 178a02e66aa3: Layer already exists [2023-03-09T18:36:56.021Z] 2cf68453f49f: Layer already exists [2023-03-09T18:36:56.021Z] 4e6476652798: Layer already exists [2023-03-09T18:36:56.021Z] main: digest: sha256:7692717f2150720dd7619df6da31d8f737cd55f61cfb451893600551e414c7ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:36:56.060Z] ===================================================== [Pipeline] echo [2023-03-09T18:36:56.067Z] taggedImages: [2023-03-09T18:36:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-09T18:36:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.87 [2023-03-09T18:36:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-09T18:36:56.089Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-09T18:36:56.089Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:56.089Z] latest [2023-03-09T18:36:56.089Z] 3.0.0-dev.87 [2023-03-09T18:36:56.089Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:36:56.089Z] main [2023-03-09T18:36:56.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:56.397Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:56.704Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:36:56.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-09T18:36:56.704Z] 971b445cb25c: Preparing [2023-03-09T18:36:56.704Z] 308d9c375b6d: Preparing [2023-03-09T18:36:56.704Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:56.704Z] 6f7b54f1f880: Preparing [2023-03-09T18:36:56.704Z] aa5968d388b8: Preparing [2023-03-09T18:36:56.704Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:56.704Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:56.704Z] 971b445cb25c: Pushed [2023-03-09T18:36:56.704Z] 6f7b54f1f880: Pushed [2023-03-09T18:36:59.234Z] 308d9c375b6d: Pushed [2023-03-09T18:36:59.234Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:dfb9a7dd4b317f64c26c028abf7312b7180355273b7beb7107cf1e39604cdb40 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:59.547Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:36:59.864Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-09T18:36:59.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-09T18:36:59.864Z] 971b445cb25c: Preparing [2023-03-09T18:36:59.864Z] 308d9c375b6d: Preparing [2023-03-09T18:36:59.864Z] 90e5bd0e160e: Preparing [2023-03-09T18:36:59.864Z] 6f7b54f1f880: Preparing [2023-03-09T18:36:59.864Z] aa5968d388b8: Preparing [2023-03-09T18:36:59.864Z] aa5968d388b8: Layer already exists [2023-03-09T18:36:59.864Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:36:59.864Z] 971b445cb25c: Layer already exists [2023-03-09T18:36:59.865Z] 308d9c375b6d: Layer already exists [2023-03-09T18:36:59.865Z] 6f7b54f1f880: Layer already exists [2023-03-09T18:36:59.865Z] latest: digest: sha256:dfb9a7dd4b317f64c26c028abf7312b7180355273b7beb7107cf1e39604cdb40 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:00.175Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:00.561Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.87 [2023-03-09T18:37:00.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-09T18:37:00.561Z] 971b445cb25c: Preparing [2023-03-09T18:37:00.561Z] 308d9c375b6d: Preparing [2023-03-09T18:37:00.561Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:00.561Z] 6f7b54f1f880: Preparing [2023-03-09T18:37:00.561Z] aa5968d388b8: Preparing [2023-03-09T18:37:00.561Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:00.561Z] 6f7b54f1f880: Layer already exists [2023-03-09T18:37:00.561Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:00.561Z] 308d9c375b6d: Layer already exists [2023-03-09T18:37:00.561Z] 971b445cb25c: Layer already exists [2023-03-09T18:37:00.561Z] 3.0.0-dev.87: digest: sha256:dfb9a7dd4b317f64c26c028abf7312b7180355273b7beb7107cf1e39604cdb40 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:00.896Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:01.248Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:37:01.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-09T18:37:01.248Z] 971b445cb25c: Preparing [2023-03-09T18:37:01.248Z] 308d9c375b6d: Preparing [2023-03-09T18:37:01.248Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:01.248Z] 6f7b54f1f880: Preparing [2023-03-09T18:37:01.248Z] aa5968d388b8: Preparing [2023-03-09T18:37:01.248Z] 971b445cb25c: Layer already exists [2023-03-09T18:37:01.248Z] 6f7b54f1f880: Layer already exists [2023-03-09T18:37:01.248Z] 308d9c375b6d: Layer already exists [2023-03-09T18:37:01.248Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:01.248Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:01.248Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:dfb9a7dd4b317f64c26c028abf7312b7180355273b7beb7107cf1e39604cdb40 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:01.554Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:01.855Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-09T18:37:01.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-09T18:37:01.856Z] 971b445cb25c: Preparing [2023-03-09T18:37:01.856Z] 308d9c375b6d: Preparing [2023-03-09T18:37:01.856Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:01.856Z] 6f7b54f1f880: Preparing [2023-03-09T18:37:01.856Z] aa5968d388b8: Preparing [2023-03-09T18:37:01.856Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:01.856Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:01.856Z] 971b445cb25c: Layer already exists [2023-03-09T18:37:01.856Z] 6f7b54f1f880: Layer already exists [2023-03-09T18:37:01.856Z] 308d9c375b6d: Layer already exists [2023-03-09T18:37:01.856Z] main: digest: sha256:dfb9a7dd4b317f64c26c028abf7312b7180355273b7beb7107cf1e39604cdb40 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:37:01.892Z] ===================================================== [Pipeline] echo [2023-03-09T18:37:01.898Z] taggedImages: [2023-03-09T18:37:01.898Z] - nexus3.edgexfoundry.org:10004/support-notifications:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:37:01.898Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-09T18:37:01.898Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.87 [2023-03-09T18:37:01.898Z] - nexus3.edgexfoundry.org:10004/support-notifications:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:37:01.898Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-09T18:37:01.913Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-09T18:37:01.913Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:37:01.913Z] latest [2023-03-09T18:37:01.913Z] 3.0.0-dev.87 [2023-03-09T18:37:01.913Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:37:01.913Z] main [2023-03-09T18:37:01.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:02.230Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:02.533Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:37:02.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-09T18:37:02.533Z] 203ad46e92e4: Preparing [2023-03-09T18:37:02.533Z] fd740abfbded: Preparing [2023-03-09T18:37:02.533Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:02.533Z] c4805613b07a: Preparing [2023-03-09T18:37:02.533Z] aa5968d388b8: Preparing [2023-03-09T18:37:02.533Z] c4805613b07a: Layer already exists [2023-03-09T18:37:02.533Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:02.533Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:02.533Z] 203ad46e92e4: Pushed [2023-03-09T18:37:05.069Z] fd740abfbded: Pushed [2023-03-09T18:37:05.069Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:e9c07e24d0a788a18ca6c2d6979b11f4cd1f2794ea1c4680bda4c8b4a0d2e30f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:05.377Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:05.680Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-09T18:37:05.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-09T18:37:05.680Z] 203ad46e92e4: Preparing [2023-03-09T18:37:05.680Z] fd740abfbded: Preparing [2023-03-09T18:37:05.680Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:05.680Z] c4805613b07a: Preparing [2023-03-09T18:37:05.680Z] aa5968d388b8: Preparing [2023-03-09T18:37:05.680Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:05.680Z] 203ad46e92e4: Layer already exists [2023-03-09T18:37:05.680Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:05.680Z] c4805613b07a: Layer already exists [2023-03-09T18:37:05.680Z] fd740abfbded: Layer already exists [2023-03-09T18:37:05.680Z] latest: digest: sha256:e9c07e24d0a788a18ca6c2d6979b11f4cd1f2794ea1c4680bda4c8b4a0d2e30f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:05.994Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:06.305Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.87 [2023-03-09T18:37:06.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-09T18:37:06.305Z] 203ad46e92e4: Preparing [2023-03-09T18:37:06.305Z] fd740abfbded: Preparing [2023-03-09T18:37:06.305Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:06.305Z] c4805613b07a: Preparing [2023-03-09T18:37:06.305Z] aa5968d388b8: Preparing [2023-03-09T18:37:06.305Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:06.305Z] c4805613b07a: Layer already exists [2023-03-09T18:37:06.305Z] fd740abfbded: Layer already exists [2023-03-09T18:37:06.305Z] 203ad46e92e4: Layer already exists [2023-03-09T18:37:06.305Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:06.305Z] 3.0.0-dev.87: digest: sha256:e9c07e24d0a788a18ca6c2d6979b11f4cd1f2794ea1c4680bda4c8b4a0d2e30f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:06.608Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:06.911Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:37:06.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-09T18:37:06.911Z] 203ad46e92e4: Preparing [2023-03-09T18:37:06.911Z] fd740abfbded: Preparing [2023-03-09T18:37:06.911Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:06.911Z] c4805613b07a: Preparing [2023-03-09T18:37:06.911Z] aa5968d388b8: Preparing [2023-03-09T18:37:06.911Z] fd740abfbded: Layer already exists [2023-03-09T18:37:06.911Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:06.911Z] c4805613b07a: Layer already exists [2023-03-09T18:37:06.911Z] 203ad46e92e4: Layer already exists [2023-03-09T18:37:06.911Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:06.911Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:e9c07e24d0a788a18ca6c2d6979b11f4cd1f2794ea1c4680bda4c8b4a0d2e30f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:07.223Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:37:07.526Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-09T18:37:07.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-09T18:37:07.526Z] 203ad46e92e4: Preparing [2023-03-09T18:37:07.526Z] fd740abfbded: Preparing [2023-03-09T18:37:07.526Z] 90e5bd0e160e: Preparing [2023-03-09T18:37:07.526Z] c4805613b07a: Preparing [2023-03-09T18:37:07.526Z] aa5968d388b8: Preparing [2023-03-09T18:37:07.526Z] 90e5bd0e160e: Layer already exists [2023-03-09T18:37:07.526Z] 203ad46e92e4: Layer already exists [2023-03-09T18:37:07.526Z] aa5968d388b8: Layer already exists [2023-03-09T18:37:07.526Z] fd740abfbded: Layer already exists [2023-03-09T18:37:07.526Z] c4805613b07a: Layer already exists [2023-03-09T18:37:07.526Z] main: digest: sha256:e9c07e24d0a788a18ca6c2d6979b11f4cd1f2794ea1c4680bda4c8b4a0d2e30f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:37:07.572Z] ===================================================== [Pipeline] echo [2023-03-09T18:37:07.583Z] taggedImages: [2023-03-09T18:37:07.583Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:37:07.583Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-09T18:37:07.583Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.87 [2023-03-09T18:37:07.583Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:37:07.583Z] - 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-09T18:41:03.667Z] Removing intermediate container 65029fc2b811 [2023-03-09T18:41:03.668Z] ---> 178330b9c594 [2023-03-09T18:41:03.668Z] [2023-03-09T18:41:03.668Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:41:03.668Z] 3.16: Pulling from library/alpine [2023-03-09T18:41:03.668Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T18:41:03.668Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T18:41:03.668Z] ---> 4c81e5bf8899 [2023-03-09T18:41:03.668Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-09T18:41:03.668Z] ---> Running in d399634e9d03 [2023-03-09T18:41:03.668Z] Removing intermediate container d399634e9d03 [2023-03-09T18:41:03.668Z] ---> 4025158550c2 [2023-03-09T18:41:03.668Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:41:03.668Z] ---> Running in 3366fb56a8ae [2023-03-09T18:41:04.627Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:41:04.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:41:06.296Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T18:41:06.296Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:41:06.296Z] OK: 5 MiB in 15 packages [2023-03-09T18:41:08.235Z] Removing intermediate container 3366fb56a8ae [2023-03-09T18:41:08.235Z] ---> 04c3ae6ed818 [2023-03-09T18:41:08.235Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:41:09.217Z] ---> 3bf33b994890 [2023-03-09T18:41:09.217Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-09T18:41:10.622Z] ---> 7bd43a643ff9 [2023-03-09T18:41:10.622Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-09T18:41:11.582Z] ---> ee5a5745deb9 [2023-03-09T18:41:11.582Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-09T18:41:12.572Z] ---> 77b701485bc2 [2023-03-09T18:41:12.572Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:41:12.837Z] ---> Running in b48714ea376a [2023-03-09T18:41:16.170Z] Removing intermediate container b48714ea376a [2023-03-09T18:41:16.170Z] ---> faaa3a0331d4 [2023-03-09T18:41:16.170Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:41:16.170Z] ---> Running in 9936e3e3cb07 [2023-03-09T18:41:16.438Z] Removing intermediate container 9936e3e3cb07 [2023-03-09T18:41:16.438Z] ---> 0269570e62d5 [2023-03-09T18:41:16.438Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-09T18:41:16.438Z] ---> Running in 72fdbd4b98ad [2023-03-09T18:41:17.019Z] Removing intermediate container 72fdbd4b98ad [2023-03-09T18:41:17.019Z] ---> 827eb66d5519 [2023-03-09T18:41:17.019Z] Step 20/22 : LABEL arch=arm64 [2023-03-09T18:41:17.019Z] ---> Running in c0d49576cdac [2023-03-09T18:41:17.600Z] Removing intermediate container c0d49576cdac [2023-03-09T18:41:17.600Z] ---> 3594b6f79a9a [2023-03-09T18:41:17.600Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:41:17.865Z] ---> Running in d5f671713ec6 [2023-03-09T18:41:18.147Z] Removing intermediate container d5f671713ec6 [2023-03-09T18:41:18.147Z] ---> 6b250465374b [2023-03-09T18:41:18.147Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:41:18.416Z] ---> Running in 99290af5eed5 [2023-03-09T18:41:19.820Z] Removing intermediate container 99290af5eed5 [2023-03-09T18:41:19.820Z] ---> 1b44ee0d396d [2023-03-09T18:41:19.820Z] [2023-03-09T18:41:20.085Z] Successfully built 1b44ee0d396d [2023-03-09T18:41:20.085Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-09T18:41:20.085Z] Building security-bootstrapper [2023-03-09T18:41:23.413Z]  Building security-proxy-auth ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:41:23.413Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:41:23.413Z] ---> 30f7de180ef7 [2023-03-09T18:41:23.413Z] Step 3/32 : WORKDIR /edgex-go [2023-03-09T18:41:23.413Z] ---> Using cache [2023-03-09T18:41:23.413Z] ---> f611a85da6c1 [2023-03-09T18:41:23.413Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-09T18:41:23.413Z] ---> Running in 55529ae825d1 [2023-03-09T18:41:25.347Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:41:25.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:41:27.326Z] OK: 221 MiB in 51 packages [2023-03-09T18:41:28.728Z] Removing intermediate container 55529ae825d1 [2023-03-09T18:41:28.728Z] ---> ec46cc793a9f [2023-03-09T18:41:28.728Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-09T18:41:29.687Z] ---> 30e88320d46b [2023-03-09T18:41:29.687Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:41:29.687Z] ---> Running in b314781f5135 [2023-03-09T18:41:44.678Z] Removing intermediate container 618fe1f06da3 [2023-03-09T18:41:44.678Z] ---> caab88ec9128 [2023-03-09T18:41:44.678Z] [2023-03-09T18:41:44.678Z] Step 10/23 : FROM alpine:3.16 [2023-03-09T18:41:44.678Z] ---> 4c81e5bf8899 [2023-03-09T18:41:44.678Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:41:44.678Z] ---> Running in 8ef9afc694b0 [2023-03-09T18:41:46.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:41:46.349Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:41:47.751Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T18:41:47.751Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:41:47.751Z] OK: 5 MiB in 15 packages [2023-03-09T18:41:49.693Z] Removing intermediate container 8ef9afc694b0 [2023-03-09T18:41:49.693Z] ---> 473e90dc248d [2023-03-09T18:41:49.693Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:41:49.693Z] ---> Running in f6882d800dbd [2023-03-09T18:41:49.958Z] Removing intermediate container f6882d800dbd [2023-03-09T18:41:49.958Z] ---> 4ce48c47b082 [2023-03-09T18:41:49.958Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-09T18:41:50.223Z] ---> Running in 6d0a8f6c0e8e [2023-03-09T18:41:50.804Z] Removing intermediate container 6d0a8f6c0e8e [2023-03-09T18:41:50.804Z] ---> 2e381b26dcf6 [2023-03-09T18:41:50.804Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-09T18:41:51.068Z] ---> Running in 1ea4e788c922 [2023-03-09T18:41:51.651Z] Removing intermediate container 1ea4e788c922 [2023-03-09T18:41:51.651Z] ---> 05697c4672e5 [2023-03-09T18:41:51.651Z] Step 15/23 : WORKDIR / [2023-03-09T18:41:51.651Z] ---> Running in 82222f3e916f [2023-03-09T18:41:52.230Z] Removing intermediate container 82222f3e916f [2023-03-09T18:41:52.230Z] ---> d6e21ade63c4 [2023-03-09T18:41:52.230Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:41:53.630Z] ---> 9447f16ab0ad [2023-03-09T18:41:53.630Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-09T18:41:55.032Z] ---> 5328955e5739 [2023-03-09T18:41:55.032Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-09T18:41:55.990Z] ---> d4d0e0e55aa8 [2023-03-09T18:41:55.990Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-09T18:41:55.990Z] ---> Running in 5ec59a40a0d4 [2023-03-09T18:41:56.571Z] Removing intermediate container 5ec59a40a0d4 [2023-03-09T18:41:56.571Z] ---> 094b83140007 [2023-03-09T18:41:56.571Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:41:56.571Z] ---> Running in 6f2f7c7dc383 [2023-03-09T18:41:57.540Z] Removing intermediate container 6f2f7c7dc383 [2023-03-09T18:41:57.540Z] ---> 358ed6625f81 [2023-03-09T18:41:57.540Z] Step 21/23 : LABEL arch=arm64 [2023-03-09T18:41:57.806Z] ---> Running in bbd30f4ccf7b [2023-03-09T18:41:58.388Z] Removing intermediate container bbd30f4ccf7b [2023-03-09T18:41:58.388Z] ---> 7b1bcc1fe9bc [2023-03-09T18:41:58.388Z] Step 22/23 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:41:58.656Z] ---> Running in 8e6e0c476d8e [2023-03-09T18:41:59.621Z] Removing intermediate container 8e6e0c476d8e [2023-03-09T18:41:59.621Z] ---> 6468f156470e [2023-03-09T18:41:59.621Z] Step 23/23 : LABEL version=3.0.0-dev.87 [2023-03-09T18:41:59.621Z] ---> Running in 904cc95e7523 [2023-03-09T18:42:01.030Z] Removing intermediate container 904cc95e7523 [2023-03-09T18:42:01.030Z] ---> acb2a161fd93 [2023-03-09T18:42:01.030Z] [2023-03-09T18:42:01.030Z] Successfully built acb2a161fd93 [2023-03-09T18:42:01.030Z] Successfully tagged core-command-arm64:latest [2023-03-09T18:42:01.030Z] Building security-secretstore-setup [2023-03-09T18:42:05.267Z]  Building core-command ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:42:05.267Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:42:05.267Z] ---> 30f7de180ef7 [2023-03-09T18:42:05.267Z] Step 3/23 : WORKDIR /edgex-go [2023-03-09T18:42:05.267Z] ---> Using cache [2023-03-09T18:42:05.267Z] ---> f611a85da6c1 [2023-03-09T18:42:05.267Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-09T18:42:05.267Z] ---> Using cache [2023-03-09T18:42:05.267Z] ---> ec46cc793a9f [2023-03-09T18:42:05.267Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-09T18:42:05.267Z] ---> Using cache [2023-03-09T18:42:05.267Z] ---> 30e88320d46b [2023-03-09T18:42:05.267Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:42:05.849Z] ---> Running in 1597fac68db4 [2023-03-09T18:42:07.783Z] Removing intermediate container 49595bc5af6d [2023-03-09T18:42:07.783Z] ---> abbc3823d0bd [2023-03-09T18:42:07.783Z] [2023-03-09T18:42:07.783Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:42:07.783Z] ---> 4c81e5bf8899 [2023-03-09T18:42:07.783Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-09T18:42:08.048Z] ---> Running in 02f3838bae8a [2023-03-09T18:42:08.633Z] Removing intermediate container 02f3838bae8a [2023-03-09T18:42:08.633Z] ---> 741f72762e63 [2023-03-09T18:42:08.633Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-09T18:42:08.633Z] ---> Running in 338449c0ff94 [2023-03-09T18:42:09.213Z] Removing intermediate container 338449c0ff94 [2023-03-09T18:42:09.213Z] ---> 3ca1da1c00d1 [2023-03-09T18:42:09.213Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-09T18:42:09.213Z] ---> Running in 659b4e55db20 [2023-03-09T18:42:09.795Z] Removing intermediate container 659b4e55db20 [2023-03-09T18:42:09.795Z] ---> 86164f71c242 [2023-03-09T18:42:09.795Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:42:09.795Z] ---> Running in fc4f9701ae8f [2023-03-09T18:42:11.726Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:42:12.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:42:13.709Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T18:42:13.709Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:42:13.709Z] OK: 5 MiB in 15 packages [2023-03-09T18:42:15.643Z] Removing intermediate container fc4f9701ae8f [2023-03-09T18:42:15.643Z] ---> c654bb03fd0b [2023-03-09T18:42:15.643Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:42:17.044Z] ---> 76c24d03ee99 [2023-03-09T18:42:17.044Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-09T18:42:18.980Z] ---> 467a952ee387 [2023-03-09T18:42:18.980Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-09T18:42:19.560Z] ---> 2facff54f2c6 [2023-03-09T18:42:19.560Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-09T18:42:19.824Z] ---> Running in f05cf34fce9b [2023-03-09T18:42:20.404Z] Removing intermediate container f05cf34fce9b [2023-03-09T18:42:20.404Z] ---> da34215a5e7e [2023-03-09T18:42:20.404Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:42:20.669Z] ---> Running in a8b0462060b9 [2023-03-09T18:42:21.248Z] Removing intermediate container a8b0462060b9 [2023-03-09T18:42:21.248Z] ---> 7c43be457484 [2023-03-09T18:42:21.248Z] Step 20/22 : LABEL arch=arm64 [2023-03-09T18:42:21.248Z] ---> Running in edcab1766da9 [2023-03-09T18:42:21.831Z] Removing intermediate container edcab1766da9 [2023-03-09T18:42:21.831Z] ---> 5ab4cb1e3db1 [2023-03-09T18:42:21.831Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:42:22.097Z] ---> Running in ba790e8da0db [2023-03-09T18:42:22.681Z] Removing intermediate container ba790e8da0db [2023-03-09T18:42:22.681Z] ---> 3cf0db190e0e [2023-03-09T18:42:22.681Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:42:22.681Z] ---> Running in e5696538b5c4 [2023-03-09T18:42:23.262Z] Removing intermediate container e5696538b5c4 [2023-03-09T18:42:23.262Z] ---> 8dd5d19fbeb8 [2023-03-09T18:42:23.262Z] [2023-03-09T18:42:23.527Z] Successfully built 8dd5d19fbeb8 [2023-03-09T18:42:23.527Z] Successfully tagged core-data-arm64:latest [2023-03-09T18:42:23.527Z] Building security-proxy-setup [2023-03-09T18:42:26.861Z]  Building core-data ... done Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:42:26.861Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:42:26.861Z] ---> 30f7de180ef7 [2023-03-09T18:42:26.861Z] Step 3/20 : WORKDIR /edgex-go [2023-03-09T18:42:26.861Z] ---> Using cache [2023-03-09T18:42:26.861Z] ---> f611a85da6c1 [2023-03-09T18:42:26.861Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-09T18:42:26.861Z] ---> Using cache [2023-03-09T18:42:26.861Z] ---> ec46cc793a9f [2023-03-09T18:42:26.861Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-09T18:42:26.861Z] ---> Using cache [2023-03-09T18:42:26.861Z] ---> 30e88320d46b [2023-03-09T18:42:26.861Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:42:27.130Z] ---> Running in 39f6b355ef97 [2023-03-09T18:43:05.981Z] Removing intermediate container b314781f5135 [2023-03-09T18:43:05.981Z] ---> bd9b705a2682 [2023-03-09T18:43:05.981Z] Step 7/32 : COPY . . [2023-03-09T18:43:08.554Z] ---> 96cf8a54a7db [2023-03-09T18:43:08.554Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-09T18:43:08.554Z] ---> Running in 140c893cc0eb [2023-03-09T18:43:11.132Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-09T18:43:33.177Z] Removing intermediate container ad975ec748d0 [2023-03-09T18:43:33.177Z] ---> bd3aca577859 [2023-03-09T18:43:33.177Z] [2023-03-09T18:43:33.177Z] Step 9/19 : FROM alpine:3.15 [2023-03-09T18:43:33.177Z] ---> 354640af7b1b [2023-03-09T18:43:33.177Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:43:33.177Z] ---> Using cache [2023-03-09T18:43:33.177Z] ---> 898d1d7f63f6 [2023-03-09T18:43:33.177Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-09T18:43:33.177Z] ---> Running in 0be36ff62dc2 [2023-03-09T18:43:35.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:43:35.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:43:36.239Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-09T18:43:36.239Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-09T18:43:36.239Z] OK: 15736 distinct packages available [2023-03-09T18:43:36.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:43:36.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:43:38.309Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-09T18:43:38.309Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-09T18:43:38.309Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-09T18:43:38.309Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-09T18:43:38.309Z] (5/9) Installing curl (7.80.0-r6) [2023-03-09T18:43:38.309Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-09T18:43:38.309Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-09T18:43:38.309Z] (8/9) Installing libucontext (1.1-r0) [2023-03-09T18:43:38.309Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-09T18:43:38.309Z] Executing busybox-1.34.1-r7.trigger [2023-03-09T18:43:38.309Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T18:43:38.915Z] OK: 8 MiB in 23 packages [2023-03-09T18:43:43.213Z] Removing intermediate container 0be36ff62dc2 [2023-03-09T18:43:43.213Z] ---> 232d88c790ae [2023-03-09T18:43:43.213Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:43:46.544Z] ---> 904e9559bffb [2023-03-09T18:43:46.544Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-09T18:43:51.879Z] ---> 95489a41c7c2 [2023-03-09T18:43:51.879Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-09T18:43:52.833Z] ---> 82a92cdc198c [2023-03-09T18:43:52.833Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-09T18:43:53.414Z] ---> Running in 84414d77fde3 [2023-03-09T18:43:54.370Z] Removing intermediate container 84414d77fde3 [2023-03-09T18:43:54.370Z] ---> 4be629eef734 [2023-03-09T18:43:54.370Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:43:54.636Z] ---> Running in 40857305e517 [2023-03-09T18:43:56.036Z] Removing intermediate container 40857305e517 [2023-03-09T18:43:56.036Z] ---> c33e495e1b0f [2023-03-09T18:43:56.036Z] Step 17/19 : LABEL arch=arm64 [2023-03-09T18:43:56.036Z] ---> Running in 92acaf541c82 [2023-03-09T18:43:57.440Z] Removing intermediate container 92acaf541c82 [2023-03-09T18:43:57.440Z] ---> 6477dae8bd72 [2023-03-09T18:43:57.440Z] Step 18/19 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:43:57.710Z] ---> Running in e87ee91a02d5 [2023-03-09T18:43:58.667Z] Removing intermediate container e87ee91a02d5 [2023-03-09T18:43:58.667Z] ---> 114905e15624 [2023-03-09T18:43:58.667Z] Step 19/19 : LABEL version=3.0.0-dev.87 [2023-03-09T18:43:58.932Z] ---> Running in 7b8071575c42 [2023-03-09T18:44:00.336Z] Removing intermediate container 7b8071575c42 [2023-03-09T18:44:00.336Z] ---> 6aa7c199b608 [2023-03-09T18:44:00.336Z] [2023-03-09T18:44:00.336Z] Successfully built 6aa7c199b608 [2023-03-09T18:44:00.601Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-09T18:44:00.601Z]  Building security-spiffe-token-provider ... done Building security-spire-config [2023-03-09T18:44:04.853Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:44:04.853Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:44:04.853Z] ---> 30f7de180ef7 [2023-03-09T18:44:04.853Z] Step 3/24 : WORKDIR /edgex-go [2023-03-09T18:44:04.853Z] ---> Using cache [2023-03-09T18:44:04.853Z] ---> f611a85da6c1 [2023-03-09T18:44:04.853Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-09T18:44:05.122Z] ---> Running in aec32fbcfc1f [2023-03-09T18:44:08.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:44:08.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:44:09.419Z] OK: 221 MiB in 51 packages [2023-03-09T18:44:12.763Z] Removing intermediate container aec32fbcfc1f [2023-03-09T18:44:12.763Z] ---> 4938197505b4 [2023-03-09T18:44:12.763Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-09T18:44:14.166Z] ---> 338d8edafe1f [2023-03-09T18:44:14.166Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:44:14.434Z] ---> Running in f80730e14b29 [2023-03-09T18:44:15.842Z] Removing intermediate container 1597fac68db4 [2023-03-09T18:44:15.842Z] ---> b29fb9a2e114 [2023-03-09T18:44:15.842Z] Step 7/23 : COPY . . [2023-03-09T18:44:22.484Z] ---> 93d705bdfada [2023-03-09T18:44:22.484Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-09T18:44:22.484Z] ---> Running in d91f07f75d96 [2023-03-09T18:44:25.059Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-09T18:44:30.388Z] Removing intermediate container b02dd130fb5a [2023-03-09T18:44:30.388Z] ---> 44c2aa579944 [2023-03-09T18:44:30.388Z] [2023-03-09T18:44:30.388Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:44:30.388Z] ---> 4c81e5bf8899 [2023-03-09T18:44:30.388Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:44:30.388Z] ---> Using cache [2023-03-09T18:44:30.388Z] ---> 473e90dc248d [2023-03-09T18:44:30.388Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:44:30.388Z] ---> Using cache [2023-03-09T18:44:30.388Z] ---> 4ce48c47b082 [2023-03-09T18:44:30.388Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-09T18:44:30.388Z] ---> Running in c6d9d0a38ea9 [2023-03-09T18:44:30.660Z] Removing intermediate container c6d9d0a38ea9 [2023-03-09T18:44:30.660Z] ---> ecd37d4a09f6 [2023-03-09T18:44:30.660Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-09T18:44:30.924Z] ---> Running in 2e483e6991f6 [2023-03-09T18:44:31.880Z] Removing intermediate container 2e483e6991f6 [2023-03-09T18:44:31.880Z] ---> fcc30bee45bb [2023-03-09T18:44:31.880Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:44:33.282Z] ---> a5f8cec2cc43 [2023-03-09T18:44:33.282Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-09T18:44:33.282Z] Removing intermediate container 39f6b355ef97 [2023-03-09T18:44:33.282Z] ---> 64e79667d65a [2023-03-09T18:44:33.282Z] Step 7/20 : COPY . . [2023-03-09T18:44:37.805Z] ---> 23f37f0f349e [2023-03-09T18:44:37.805Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-09T18:44:37.805Z] ---> bc350b0b3c91 [2023-03-09T18:44:37.805Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-09T18:44:38.070Z] ---> Running in 3d3c0397960e [2023-03-09T18:44:39.485Z] ---> 7985e34955f9 [2023-03-09T18:44:39.486Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-09T18:44:39.486Z] ---> Running in 7bb3008016a2 [2023-03-09T18:44:40.066Z] Removing intermediate container 7bb3008016a2 [2023-03-09T18:44:40.067Z] ---> ed5adafe02c7 [2023-03-09T18:44:40.067Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:44:40.331Z] ---> Running in 61201692c530 [2023-03-09T18:44:40.331Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-09T18:44:40.916Z] Removing intermediate container 61201692c530 [2023-03-09T18:44:40.916Z] ---> c7627fb02df2 [2023-03-09T18:44:40.916Z] Step 20/22 : LABEL arch=arm64 [2023-03-09T18:44:40.916Z] ---> Running in 24a37b502b9b [2023-03-09T18:44:41.497Z] Removing intermediate container 24a37b502b9b [2023-03-09T18:44:41.497Z] ---> 45534e534e86 [2023-03-09T18:44:41.497Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:44:41.497Z] ---> Running in 9ba616477a2e [2023-03-09T18:44:42.076Z] Removing intermediate container 9ba616477a2e [2023-03-09T18:44:42.076Z] ---> 56a83e4cb039 [2023-03-09T18:44:42.076Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:44:42.341Z] ---> Running in 694b99cfe386 [2023-03-09T18:44:42.921Z] Removing intermediate container 694b99cfe386 [2023-03-09T18:44:42.921Z] ---> e07f0f604b5f [2023-03-09T18:44:42.921Z] [2023-03-09T18:44:42.921Z] Successfully built e07f0f604b5f [2023-03-09T18:44:42.921Z] Successfully tagged support-scheduler-arm64:latest [2023-03-09T18:44:42.921Z]  Building support-scheduler ... done Building security-spire-server [2023-03-09T18:44:46.289Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:44:46.289Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:44:46.289Z] ---> 30f7de180ef7 [2023-03-09T18:44:46.289Z] Step 3/23 : WORKDIR /edgex-go [2023-03-09T18:44:46.289Z] ---> Using cache [2023-03-09T18:44:46.289Z] ---> f611a85da6c1 [2023-03-09T18:44:46.289Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-09T18:44:46.289Z] ---> Using cache [2023-03-09T18:44:46.289Z] ---> 4938197505b4 [2023-03-09T18:44:46.289Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-09T18:44:46.289Z] ---> Using cache [2023-03-09T18:44:46.289Z] ---> 338d8edafe1f [2023-03-09T18:44:46.289Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:44:46.289Z] ---> Running in 6129b5306c9a [2023-03-09T18:45:54.140Z] Removing intermediate container f80730e14b29 [2023-03-09T18:45:54.140Z] ---> 3a37408c91c6 [2023-03-09T18:45:54.140Z] Step 7/24 : COPY . . [2023-03-09T18:45:54.140Z] ---> 5a311e4cf05e [2023-03-09T18:45:54.140Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-09T18:45:54.140Z] ---> Running in 152083f970f7 [2023-03-09T18:45:54.140Z] Removing intermediate container 152083f970f7 [2023-03-09T18:45:54.140Z] ---> 17454354bcbb [2023-03-09T18:45:54.140Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-09T18:45:54.140Z] ---> Running in 1201acbfbd30 [2023-03-09T18:45:54.140Z] Removing intermediate container 1201acbfbd30 [2023-03-09T18:45:54.140Z] ---> d9b7c91ce077 [2023-03-09T18:45:54.140Z] 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-09T18:45:54.140Z] ---> Running in 7ad3f4a4cf0d [2023-03-09T18:45:55.576Z] Removing intermediate container 7ad3f4a4cf0d [2023-03-09T18:45:55.576Z] ---> 3580c4616720 [2023-03-09T18:45:55.576Z] Step 11/24 : WORKDIR /edgex-go [2023-03-09T18:45:55.848Z] ---> Running in d51a9f637de4 [2023-03-09T18:45:56.810Z] Removing intermediate container d51a9f637de4 [2023-03-09T18:45:56.810Z] ---> f8eac54b6d14 [2023-03-09T18:45:56.810Z] [2023-03-09T18:45:56.810Z] Step 12/24 : FROM alpine:3.15 [2023-03-09T18:45:56.810Z] ---> 354640af7b1b [2023-03-09T18:45:56.810Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:45:56.810Z] ---> Using cache [2023-03-09T18:45:56.810Z] ---> 898d1d7f63f6 [2023-03-09T18:45:56.810Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-09T18:45:57.076Z] ---> Running in c17cf7d6826f [2023-03-09T18:45:59.661Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:45:59.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:46:01.876Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-09T18:46:01.876Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-09T18:46:01.876Z] OK: 15736 distinct packages available [2023-03-09T18:46:01.876Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:46:02.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:46:04.094Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-09T18:46:04.094Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-09T18:46:04.094Z] (3/4) Installing libucontext (1.1-r0) [2023-03-09T18:46:04.094Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-09T18:46:04.094Z] Executing busybox-1.34.1-r7.trigger [2023-03-09T18:46:04.094Z] OK: 6 MiB in 18 packages [2023-03-09T18:46:07.451Z] Removing intermediate container c17cf7d6826f [2023-03-09T18:46:07.451Z] ---> b080b6c669b0 [2023-03-09T18:46:07.451Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-09T18:46:19.744Z] ---> ac070d98bd78 [2023-03-09T18:46:19.744Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-09T18:46:20.698Z] ---> 40a4571d0e06 [2023-03-09T18:46:20.698Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-09T18:46:20.698Z] ---> Running in 668a69bb138b [2023-03-09T18:46:21.657Z] Removing intermediate container 668a69bb138b [2023-03-09T18:46:21.657Z] ---> ffa64b3ddd10 [2023-03-09T18:46:21.657Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-09T18:46:23.064Z] ---> 383c876b011f [2023-03-09T18:46:23.064Z] Step 19/24 : WORKDIR / [2023-03-09T18:46:23.064Z] ---> Running in 3edef9d489f9 [2023-03-09T18:46:24.016Z] Removing intermediate container 3edef9d489f9 [2023-03-09T18:46:24.016Z] ---> 05cc176087ba [2023-03-09T18:46:24.016Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-09T18:46:24.016Z] ---> Running in 0ca78692cd89 [2023-03-09T18:46:24.977Z] Removing intermediate container 0ca78692cd89 [2023-03-09T18:46:24.977Z] ---> 172bea9b8c57 [2023-03-09T18:46:24.977Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-09T18:46:25.243Z] ---> Running in 4e44e40a2a9d [2023-03-09T18:46:26.198Z] Removing intermediate container 4e44e40a2a9d [2023-03-09T18:46:26.198Z] ---> ff250d253b37 [2023-03-09T18:46:26.198Z] Step 22/24 : LABEL arch=arm64 [2023-03-09T18:46:26.198Z] ---> Running in b4da744d3bc5 [2023-03-09T18:46:27.154Z] Removing intermediate container b4da744d3bc5 [2023-03-09T18:46:27.154Z] ---> 64ab1e2525da [2023-03-09T18:46:27.154Z] Step 23/24 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:46:27.419Z] ---> Running in 79e9e796c883 [2023-03-09T18:46:28.006Z] Removing intermediate container 79e9e796c883 [2023-03-09T18:46:28.006Z] ---> eaadf01d854c [2023-03-09T18:46:28.006Z] Step 24/24 : LABEL version=3.0.0-dev.87 [2023-03-09T18:46:28.274Z] ---> Running in 0a32f191efa6 [2023-03-09T18:46:28.855Z] Removing intermediate container 0a32f191efa6 [2023-03-09T18:46:28.855Z] ---> 745bbb7b16e0 [2023-03-09T18:46:28.855Z] [2023-03-09T18:46:29.120Z] Successfully built 745bbb7b16e0 [2023-03-09T18:46:29.120Z] Successfully tagged security-spire-config-arm64:latest [2023-03-09T18:46:29.120Z] Building support-notifications [2023-03-09T18:46:33.374Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:46:33.374Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:46:33.374Z] ---> 30f7de180ef7 [2023-03-09T18:46:33.374Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:46:33.374Z] ---> Using cache [2023-03-09T18:46:33.374Z] ---> 31be5d1cb4d8 [2023-03-09T18:46:33.374Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:46:33.374Z] ---> Using cache [2023-03-09T18:46:33.374Z] ---> 7145c1dd63d0 [2023-03-09T18:46:33.374Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-09T18:46:33.374Z] ---> Running in 721ad68e977e [2023-03-09T18:46:34.480Z] Removing intermediate container 6129b5306c9a [2023-03-09T18:46:34.480Z] ---> 73f8ffa15f03 [2023-03-09T18:46:34.480Z] Step 7/23 : COPY . . [2023-03-09T18:46:35.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:46:36.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:46:38.114Z] OK: 221 MiB in 51 packages [2023-03-09T18:46:38.114Z] ---> c2dcb7b55851 [2023-03-09T18:46:38.114Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-09T18:46:38.395Z] ---> Running in 82baa8de5779 [2023-03-09T18:46:39.357Z] Removing intermediate container 82baa8de5779 [2023-03-09T18:46:39.357Z] ---> fa823af6b167 [2023-03-09T18:46:39.357Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-09T18:46:39.357Z] ---> Running in 2ec659fc7125 [2023-03-09T18:46:39.943Z] Removing intermediate container 721ad68e977e [2023-03-09T18:46:39.943Z] ---> e4566a614fb1 [2023-03-09T18:46:39.943Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:46:40.207Z] Removing intermediate container 2ec659fc7125 [2023-03-09T18:46:40.207Z] ---> 2d082ff0abc6 [2023-03-09T18:46:40.207Z] 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-09T18:46:40.474Z] ---> Running in 06ae8e4cbc9f [2023-03-09T18:46:41.904Z] ---> c50dbd472b6a [2023-03-09T18:46:41.905Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:46:41.905Z] ---> Running in 8407e013aab4 [2023-03-09T18:46:44.490Z] Removing intermediate container 06ae8e4cbc9f [2023-03-09T18:46:44.490Z] ---> 2cdbceae9a12 [2023-03-09T18:46:44.490Z] Step 11/23 : WORKDIR /edgex-go [2023-03-09T18:46:44.490Z] ---> Running in 29396f4febf3 [2023-03-09T18:46:44.756Z] Removing intermediate container 29396f4febf3 [2023-03-09T18:46:45.021Z] ---> e45270eef9ec [2023-03-09T18:46:45.021Z] [2023-03-09T18:46:45.021Z] Step 12/23 : FROM alpine:3.15 [2023-03-09T18:46:45.021Z] ---> 354640af7b1b [2023-03-09T18:46:45.021Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:46:45.021Z] ---> Using cache [2023-03-09T18:46:45.021Z] ---> 898d1d7f63f6 [2023-03-09T18:46:45.021Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-09T18:46:45.021Z] ---> Using cache [2023-03-09T18:46:45.021Z] ---> ce30f50ed8e1 [2023-03-09T18:46:45.021Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-09T18:46:51.660Z] ---> 47818a07ac34 [2023-03-09T18:46:51.660Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-09T18:46:51.928Z] ---> d771bf4f2dad [2023-03-09T18:46:51.928Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-09T18:46:52.892Z] ---> 23509bf8312c [2023-03-09T18:46:52.892Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-09T18:46:53.847Z] ---> 9f7b1e6c8921 [2023-03-09T18:46:53.847Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-09T18:46:53.847Z] ---> Running in a0e232cafa04 [2023-03-09T18:46:54.432Z] Removing intermediate container a0e232cafa04 [2023-03-09T18:46:54.432Z] ---> dae141b4c497 [2023-03-09T18:46:54.432Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-09T18:46:54.432Z] ---> Running in ef59f96c3ce3 [2023-03-09T18:46:55.016Z] Removing intermediate container ef59f96c3ce3 [2023-03-09T18:46:55.016Z] ---> 806af6d7ad88 [2023-03-09T18:46:55.016Z] Step 21/23 : LABEL arch=arm64 [2023-03-09T18:46:55.016Z] ---> Running in d5781a092fc1 [2023-03-09T18:46:55.600Z] Removing intermediate container d5781a092fc1 [2023-03-09T18:46:55.600Z] ---> cc87c7e98165 [2023-03-09T18:46:55.600Z] Step 22/23 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:46:55.865Z] ---> Running in 998611cfbd3b [2023-03-09T18:46:56.444Z] Removing intermediate container 998611cfbd3b [2023-03-09T18:46:56.444Z] ---> 67b399241f87 [2023-03-09T18:46:56.444Z] Step 23/23 : LABEL version=3.0.0-dev.87 [2023-03-09T18:46:56.709Z] ---> Running in bfc05b2a8d87 [2023-03-09T18:46:57.304Z] Removing intermediate container bfc05b2a8d87 [2023-03-09T18:46:57.304Z] ---> 7b70aa6397d8 [2023-03-09T18:46:57.304Z] [2023-03-09T18:46:57.304Z] Successfully built 7b70aa6397d8 [2023-03-09T18:46:57.304Z] Successfully tagged security-spire-server-arm64:latest [2023-03-09T18:46:57.304Z]  Building security-spire-server ... done Building core-metadata [2023-03-09T18:47:00.638Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:47:00.638Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:47:00.638Z] ---> 30f7de180ef7 [2023-03-09T18:47:00.638Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:47:00.638Z] ---> Using cache [2023-03-09T18:47:00.638Z] ---> 31be5d1cb4d8 [2023-03-09T18:47:00.638Z] Step 4/24 : WORKDIR /edgex-go [2023-03-09T18:47:00.638Z] ---> Using cache [2023-03-09T18:47:00.638Z] ---> 7145c1dd63d0 [2023-03-09T18:47:00.638Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-09T18:47:00.638Z] ---> Using cache [2023-03-09T18:47:00.638Z] ---> 875634d85bf0 [2023-03-09T18:47:00.638Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-09T18:47:00.638Z] ---> Using cache [2023-03-09T18:47:00.638Z] ---> a605513cafda [2023-03-09T18:47:00.638Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:47:00.638Z] ---> Using cache [2023-03-09T18:47:00.638Z] ---> 10b37191e2d6 [2023-03-09T18:47:00.638Z] Step 8/24 : COPY . . [2023-03-09T18:47:00.638Z] ---> Using cache [2023-03-09T18:47:00.638Z] ---> d949b1419b65 [2023-03-09T18:47:00.638Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-09T18:47:01.217Z] ---> Running in d84ff4a772ba [2023-03-09T18:47:03.156Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-09T18:48:24.742Z] Removing intermediate container 8407e013aab4 [2023-03-09T18:48:24.742Z] ---> 3856423ff1c5 [2023-03-09T18:48:24.742Z] Step 8/22 : COPY . . [2023-03-09T18:48:24.742Z] ---> 0e9c7599e3ab [2023-03-09T18:48:24.742Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-09T18:48:24.742Z] ---> Running in 727d0329fcd7 [2023-03-09T18:48:24.742Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-09T18:48:31.382Z] Removing intermediate container 140c893cc0eb [2023-03-09T18:48:31.382Z] ---> ce9506d6bf82 [2023-03-09T18:48:31.382Z] [2023-03-09T18:48:31.382Z] Step 9/32 : FROM alpine:3.16 [2023-03-09T18:48:31.382Z] ---> 4c81e5bf8899 [2023-03-09T18:48:31.382Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-09T18:48:31.382Z] ---> Running in d6e7ae60b8ab [2023-03-09T18:48:31.649Z] Removing intermediate container d6e7ae60b8ab [2023-03-09T18:48:31.649Z] ---> 725fbb9b87f9 [2023-03-09T18:48:31.649Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-09T18:48:31.649Z] ---> Running in c92822622234 [2023-03-09T18:48:33.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:48:34.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:48:35.578Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-09T18:48:35.578Z] (2/2) Installing su-exec (0.2-r1) [2023-03-09T18:48:35.578Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:48:35.578Z] OK: 5 MiB in 16 packages [2023-03-09T18:48:36.977Z] Removing intermediate container c92822622234 [2023-03-09T18:48:36.977Z] ---> 4698e034d176 [2023-03-09T18:48:36.977Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-09T18:48:37.243Z] ---> Running in 7f54b5131315 [2023-03-09T18:48:37.823Z] Removing intermediate container 7f54b5131315 [2023-03-09T18:48:37.823Z] ---> 19d6cb526147 [2023-03-09T18:48:37.823Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-09T18:48:37.823Z] ---> Running in 3842ea7d5502 [2023-03-09T18:48:38.410Z] Removing intermediate container 3842ea7d5502 [2023-03-09T18:48:38.410Z] ---> 0852be34a33c [2023-03-09T18:48:38.410Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-09T18:48:38.410Z] ---> Running in a96ea1ce2cbb [2023-03-09T18:48:38.995Z] Removing intermediate container a96ea1ce2cbb [2023-03-09T18:48:38.995Z] ---> 7d500158aaf9 [2023-03-09T18:48:38.995Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-09T18:48:38.995Z] ---> Running in 626608f5fbac [2023-03-09T18:48:39.260Z] Removing intermediate container 626608f5fbac [2023-03-09T18:48:39.260Z] ---> e286ce310e4c [2023-03-09T18:48:39.260Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-09T18:48:39.527Z] ---> Running in aefa3909bc81 [2023-03-09T18:48:43.783Z] Removing intermediate container aefa3909bc81 [2023-03-09T18:48:43.783Z] ---> 7514d2538182 [2023-03-09T18:48:43.783Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-09T18:48:43.783Z] ---> Running in 212de15881b7 [2023-03-09T18:48:43.783Z] Removing intermediate container 212de15881b7 [2023-03-09T18:48:43.783Z] ---> 6e8ea957cc4d [2023-03-09T18:48:43.783Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-09T18:48:44.740Z] ---> 24dcd231c183 [2023-03-09T18:48:44.740Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-09T18:48:44.740Z] ---> Running in 2c3075b50f6c [2023-03-09T18:48:48.079Z] Removing intermediate container 2c3075b50f6c [2023-03-09T18:48:48.079Z] ---> 0e1cacbee933 [2023-03-09T18:48:48.079Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:48:48.665Z] ---> 0d4dd484ae6d [2023-03-09T18:48:48.665Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-09T18:48:50.067Z] ---> 7f3d1fddaf1a [2023-03-09T18:48:50.067Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-09T18:48:51.022Z] ---> 93ed674c82d5 [2023-03-09T18:48:51.023Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-09T18:48:51.977Z] ---> ff0c00735b83 [2023-03-09T18:48:51.977Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-09T18:48:52.938Z] ---> 39d7dec51f98 [2023-03-09T18:48:52.938Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-09T18:48:55.515Z] ---> a4bd6943357a [2023-03-09T18:48:55.515Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-09T18:48:56.097Z] ---> 2d6176785129 [2023-03-09T18:48:56.097Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-09T18:48:56.097Z] ---> Running in ed1e7613fa61 [2023-03-09T18:48:59.434Z] Removing intermediate container ed1e7613fa61 [2023-03-09T18:48:59.434Z] ---> 0387cba3b020 [2023-03-09T18:48:59.434Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-09T18:48:59.434Z] ---> Running in 85ae8262116e [2023-03-09T18:48:59.700Z] Removing intermediate container 85ae8262116e [2023-03-09T18:48:59.700Z] ---> 6bec3e8bf672 [2023-03-09T18:48:59.700Z] Step 29/32 : CMD ["gate"] [2023-03-09T18:48:59.966Z] ---> Running in ba238f9c5e58 [2023-03-09T18:49:00.549Z] Removing intermediate container ba238f9c5e58 [2023-03-09T18:49:00.549Z] ---> fbfb1c1775b9 [2023-03-09T18:49:00.549Z] Step 30/32 : LABEL arch=arm64 [2023-03-09T18:49:00.549Z] ---> Running in 5c53f077655f [2023-03-09T18:49:01.128Z] Removing intermediate container 5c53f077655f [2023-03-09T18:49:01.128Z] ---> 5aec3c4e8574 [2023-03-09T18:49:01.128Z] Step 31/32 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:49:01.128Z] ---> Running in 1499137ba29a [2023-03-09T18:49:01.721Z] Removing intermediate container 1499137ba29a [2023-03-09T18:49:01.721Z] ---> 4de5bdc2e1ad [2023-03-09T18:49:01.721Z] Step 32/32 : LABEL version=3.0.0-dev.87 [2023-03-09T18:49:01.988Z] ---> Running in b269efa614f2 [2023-03-09T18:49:02.260Z] Removing intermediate container b269efa614f2 [2023-03-09T18:49:02.260Z] ---> ea1326d4977a [2023-03-09T18:49:02.260Z] [2023-03-09T18:49:02.526Z] Successfully built ea1326d4977a [2023-03-09T18:49:02.526Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-09T18:49:02.526Z]  Building security-bootstrapper ... done Building core-common-config-bootstrapper [2023-03-09T18:49:05.858Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-09T18:49:05.858Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-09T18:49:05.858Z] ---> 30f7de180ef7 [2023-03-09T18:49:05.858Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-09T18:49:05.858Z] ---> Using cache [2023-03-09T18:49:05.858Z] ---> 31be5d1cb4d8 [2023-03-09T18:49:05.858Z] Step 4/22 : WORKDIR /edgex-go [2023-03-09T18:49:05.858Z] ---> Using cache [2023-03-09T18:49:05.858Z] ---> 7145c1dd63d0 [2023-03-09T18:49:05.858Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-09T18:49:05.859Z] ---> Using cache [2023-03-09T18:49:05.859Z] ---> 875634d85bf0 [2023-03-09T18:49:05.859Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-09T18:49:05.859Z] ---> Using cache [2023-03-09T18:49:05.859Z] ---> a605513cafda [2023-03-09T18:49:05.859Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T18:49:05.859Z] ---> Using cache [2023-03-09T18:49:05.859Z] ---> 10b37191e2d6 [2023-03-09T18:49:05.859Z] Step 8/22 : COPY . . [2023-03-09T18:49:05.859Z] ---> Using cache [2023-03-09T18:49:05.859Z] ---> d949b1419b65 [2023-03-09T18:49:05.859Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-09T18:49:05.859Z] ---> Running in 915d83c88c40 [2023-03-09T18:49:07.798Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-09T18:50:15.889Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.87" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-09T18:50:37.913Z] Removing intermediate container d91f07f75d96 [2023-03-09T18:50:37.913Z] ---> a9b0dd871577 [2023-03-09T18:50:37.913Z] [2023-03-09T18:50:37.913Z] Step 9/23 : FROM alpine:3.16 [2023-03-09T18:50:37.913Z] ---> 4c81e5bf8899 [2023-03-09T18:50:37.913Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-09T18:50:38.492Z] ---> Running in b31db91bc3c5 [2023-03-09T18:50:41.085Z] Removing intermediate container 3d3c0397960e [2023-03-09T18:50:41.085Z] ---> 2ba43f1d12bf [2023-03-09T18:50:41.085Z] [2023-03-09T18:50:41.085Z] Step 9/20 : FROM alpine:3.16 [2023-03-09T18:50:41.085Z] ---> 4c81e5bf8899 [2023-03-09T18:50:41.085Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-09T18:50:41.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:50:41.085Z] ---> Running in 05a56b0e2c61 [2023-03-09T18:50:41.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:50:42.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:50:43.028Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-09T18:50:43.028Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-09T18:50:43.028Z] (3/3) Installing su-exec (0.2-r1) [2023-03-09T18:50:43.028Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:50:43.028Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T18:50:43.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:50:43.611Z] OK: 6 MiB in 17 packages [2023-03-09T18:50:45.016Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-09T18:50:45.016Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-09T18:50:45.016Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:50:45.016Z] OK: 6 MiB in 16 packages [2023-03-09T18:50:45.596Z] Removing intermediate container b31db91bc3c5 [2023-03-09T18:50:45.596Z] ---> ba7f7fbeaa6f [2023-03-09T18:50:45.596Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-09T18:50:45.596Z] ---> Running in e8a2bd533414 [2023-03-09T18:50:46.184Z] Removing intermediate container e8a2bd533414 [2023-03-09T18:50:46.184Z] ---> 40ae6ab22175 [2023-03-09T18:50:46.184Z] Step 12/23 : WORKDIR / [2023-03-09T18:50:46.449Z] ---> Running in 03c62c7fdac0 [2023-03-09T18:50:46.736Z] Removing intermediate container 05a56b0e2c61 [2023-03-09T18:50:46.736Z] ---> d04065512e7d [2023-03-09T18:50:46.736Z] 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-09T18:50:46.736Z] ---> Running in 14e82d308019 [2023-03-09T18:50:47.317Z] Removing intermediate container 03c62c7fdac0 [2023-03-09T18:50:47.317Z] ---> 39061410f9f6 [2023-03-09T18:50:47.317Z] 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-09T18:50:47.584Z] Removing intermediate container 14e82d308019 [2023-03-09T18:50:47.584Z] ---> 67705adf0bad [2023-03-09T18:50:47.584Z] Step 12/20 : WORKDIR /edgex [2023-03-09T18:50:47.584Z] ---> Running in 4ac39685cf1c [2023-03-09T18:50:48.168Z] Removing intermediate container 4ac39685cf1c [2023-03-09T18:50:48.169Z] ---> f6d56fd7fb4e [2023-03-09T18:50:48.169Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-09T18:50:48.434Z] ---> 82ae64f618ad [2023-03-09T18:50:48.434Z] 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-09T18:50:51.995Z] ---> 1e4937a6e56d [2023-03-09T18:50:51.995Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-09T18:50:51.995Z] ---> 46ffa16313dd [2023-03-09T18:50:51.995Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-09T18:50:53.425Z] ---> 3903b1b754bf [2023-03-09T18:50:53.425Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-09T18:50:54.012Z] ---> 5e7fa0e9ab10 [2023-03-09T18:50:54.012Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-09T18:50:55.413Z] ---> 9d3e23912958 [2023-03-09T18:50:55.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-09T18:50:55.413Z] ---> a54768e3a915 [2023-03-09T18:50:55.413Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:50:55.413Z] ---> Running in e0b3ddb23611 [2023-03-09T18:50:57.983Z] ---> 01a2119eb6ee [2023-03-09T18:50:57.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-09T18:50:58.941Z] ---> 49656df8ebe5 [2023-03-09T18:50:58.941Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:50:59.209Z] ---> Running in 15cb3ee8ece5 [2023-03-09T18:50:59.484Z] Removing intermediate container e0b3ddb23611 [2023-03-09T18:50:59.484Z] ---> d62574aa29e2 [2023-03-09T18:50:59.484Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:50:59.750Z] ---> Running in 1cee9ec9ea20 [2023-03-09T18:51:00.707Z] Removing intermediate container 1cee9ec9ea20 [2023-03-09T18:51:00.707Z] ---> e9f0bfbfcf38 [2023-03-09T18:51:00.707Z] Step 18/20 : LABEL arch=arm64 [2023-03-09T18:51:00.707Z] ---> Running in 4fe90a81e929 [2023-03-09T18:51:01.292Z] Removing intermediate container 4fe90a81e929 [2023-03-09T18:51:01.292Z] ---> c4b0db1ca866 [2023-03-09T18:51:01.292Z] Step 19/20 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:51:01.292Z] ---> Running in d1c08d657d88 [2023-03-09T18:51:02.249Z] Removing intermediate container d1c08d657d88 [2023-03-09T18:51:02.250Z] ---> 08eb3bce52c4 [2023-03-09T18:51:02.250Z] Step 20/20 : LABEL version=3.0.0-dev.87 [2023-03-09T18:51:02.515Z] ---> Running in 9dffb53ea020 [2023-03-09T18:51:02.781Z] Removing intermediate container 15cb3ee8ece5 [2023-03-09T18:51:02.781Z] ---> bdad535b7d1f [2023-03-09T18:51:02.781Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:51:02.781Z] ---> Running in b24aa17d6d4b [2023-03-09T18:51:03.048Z] Removing intermediate container 9dffb53ea020 [2023-03-09T18:51:03.048Z] ---> ce68b9813519 [2023-03-09T18:51:03.048Z] [2023-03-09T18:51:03.323Z] Successfully built ce68b9813519 [2023-03-09T18:51:03.323Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-09T18:51:03.323Z]  Building security-proxy-setup ... done Removing intermediate container b24aa17d6d4b [2023-03-09T18:51:03.323Z] ---> a0311ade157f [2023-03-09T18:51:03.590Z] Step 21/23 : LABEL arch=arm64 [2023-03-09T18:51:03.590Z] ---> Running in ff399a14de02 [2023-03-09T18:51:03.854Z] Removing intermediate container ff399a14de02 [2023-03-09T18:51:04.121Z] ---> 70cb2ebf490a [2023-03-09T18:51:04.121Z] Step 22/23 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:51:04.121Z] ---> Running in 00a36d6a2950 [2023-03-09T18:51:04.699Z] Removing intermediate container 00a36d6a2950 [2023-03-09T18:51:04.699Z] ---> 1307a696e6d9 [2023-03-09T18:51:04.699Z] Step 23/23 : LABEL version=3.0.0-dev.87 [2023-03-09T18:51:04.699Z] ---> Running in e8ec5b4220a4 [2023-03-09T18:51:05.291Z] Removing intermediate container e8ec5b4220a4 [2023-03-09T18:51:05.291Z] ---> 01a713ebc8b2 [2023-03-09T18:51:05.291Z] [2023-03-09T18:51:05.291Z] Successfully built 01a713ebc8b2 [2023-03-09T18:51:05.291Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-09T18:52:57.012Z]  Building security-secretstore-setup ... done Removing intermediate container d84ff4a772ba [2023-03-09T18:52:57.012Z] ---> 9e72399dab05 [2023-03-09T18:52:57.012Z] [2023-03-09T18:52:57.012Z] Step 10/24 : FROM alpine:3.16 [2023-03-09T18:52:57.012Z] ---> 4c81e5bf8899 [2023-03-09T18:52:57.012Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:52:57.012Z] ---> Using cache [2023-03-09T18:52:57.012Z] ---> 473e90dc248d [2023-03-09T18:52:57.012Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:52:57.012Z] ---> Using cache [2023-03-09T18:52:57.012Z] ---> 4ce48c47b082 [2023-03-09T18:52:57.012Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-09T18:52:57.012Z] ---> Running in 9afcc0c8a198 [2023-03-09T18:52:57.012Z] Removing intermediate container 9afcc0c8a198 [2023-03-09T18:52:57.012Z] ---> ed3753a4aad4 [2023-03-09T18:52:57.012Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-09T18:52:57.012Z] ---> Running in de753b489044 [2023-03-09T18:52:57.012Z] Removing intermediate container de753b489044 [2023-03-09T18:52:57.012Z] ---> 059aa9254e7e [2023-03-09T18:52:57.012Z] Step 15/24 : WORKDIR / [2023-03-09T18:52:57.012Z] ---> Running in 2ed95f013a85 [2023-03-09T18:52:57.012Z] Removing intermediate container 2ed95f013a85 [2023-03-09T18:52:57.012Z] ---> 88838b9aea97 [2023-03-09T18:52:57.012Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:52:57.012Z] ---> c59d2d0051fb [2023-03-09T18:52:57.012Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-09T18:52:57.012Z] ---> 0eca3fa62ad7 [2023-03-09T18:52:57.012Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-09T18:52:57.012Z] ---> 96b9b253706a [2023-03-09T18:52:57.012Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-09T18:52:57.012Z] ---> faad0503011d [2023-03-09T18:52:57.012Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-09T18:52:57.012Z] ---> Running in ce12dcba6d5a [2023-03-09T18:52:57.012Z] Removing intermediate container ce12dcba6d5a [2023-03-09T18:52:57.012Z] ---> 9acd9acaa69a [2023-03-09T18:52:57.012Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:52:57.012Z] ---> Running in 467d598bec17 [2023-03-09T18:52:57.012Z] Removing intermediate container 467d598bec17 [2023-03-09T18:52:57.012Z] ---> 3dffda1012f0 [2023-03-09T18:52:57.012Z] Step 22/24 : LABEL arch=arm64 [2023-03-09T18:52:57.012Z] ---> Running in eac5d1faef88 [2023-03-09T18:52:57.012Z] Removing intermediate container eac5d1faef88 [2023-03-09T18:52:57.012Z] ---> 784be3d4534b [2023-03-09T18:52:57.012Z] Step 23/24 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:52:57.012Z] ---> Running in 55bcc8eec84d [2023-03-09T18:52:57.012Z] Removing intermediate container 55bcc8eec84d [2023-03-09T18:52:57.012Z] ---> 567db90cfa88 [2023-03-09T18:52:57.012Z] Step 24/24 : LABEL version=3.0.0-dev.87 [2023-03-09T18:52:57.012Z] ---> Running in 2445d005e636 [2023-03-09T18:52:57.012Z] Removing intermediate container 2445d005e636 [2023-03-09T18:52:57.012Z] ---> 1db76829b475 [2023-03-09T18:52:57.012Z] [2023-03-09T18:52:57.012Z] Successfully built 1db76829b475 [2023-03-09T18:52:57.012Z] Successfully tagged core-metadata-arm64:latest [2023-03-09T18:53:29.471Z]  Building core-metadata ... done Removing intermediate container 915d83c88c40 [2023-03-09T18:53:29.471Z] ---> 57fbd29bf492 [2023-03-09T18:53:29.471Z] [2023-03-09T18:53:29.471Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:53:29.471Z] ---> 4c81e5bf8899 [2023-03-09T18:53:29.471Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-09T18:53:29.471Z] ---> Using cache [2023-03-09T18:53:29.471Z] ---> 4025158550c2 [2023-03-09T18:53:29.471Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-09T18:53:29.471Z] ---> Using cache [2023-03-09T18:53:29.471Z] ---> 04c3ae6ed818 [2023-03-09T18:53:29.471Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:53:29.471Z] ---> Using cache [2023-03-09T18:53:29.471Z] ---> 3bf33b994890 [2023-03-09T18:53:29.471Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-09T18:53:29.471Z] ---> 60f6e47a6e17 [2023-03-09T18:53:29.471Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-09T18:53:29.471Z] ---> c7d6b72b640e [2023-03-09T18:53:29.471Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-09T18:53:29.471Z] ---> f56c838c4a93 [2023-03-09T18:53:29.471Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-09T18:53:29.745Z] ---> Running in 8558cc7e9bcf [2023-03-09T18:53:31.704Z] Removing intermediate container 8558cc7e9bcf [2023-03-09T18:53:31.704Z] ---> 79cb84fbadbe [2023-03-09T18:53:31.704Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-09T18:53:31.982Z] ---> Running in 4497a74a1f66 [2023-03-09T18:53:32.252Z] Removing intermediate container 4497a74a1f66 [2023-03-09T18:53:32.252Z] ---> ee3f2649001c [2023-03-09T18:53:32.252Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-09T18:53:32.252Z] ---> Running in 72fd37912059 [2023-03-09T18:53:32.524Z] Removing intermediate container 72fd37912059 [2023-03-09T18:53:32.524Z] ---> cff7fc1b8a2d [2023-03-09T18:53:32.524Z] Step 20/22 : LABEL arch=arm64 [2023-03-09T18:53:32.793Z] ---> Running in c833c395b21e [2023-03-09T18:53:33.065Z] Removing intermediate container c833c395b21e [2023-03-09T18:53:33.065Z] ---> 96e496f3e3bd [2023-03-09T18:53:33.065Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:53:33.065Z] ---> Running in 0c236448dac2 [2023-03-09T18:53:33.655Z] Removing intermediate container 0c236448dac2 [2023-03-09T18:53:33.655Z] ---> 904f2b525dac [2023-03-09T18:53:33.655Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:53:33.655Z] ---> Running in 8ed8d25cca41 [2023-03-09T18:53:33.923Z] Removing intermediate container 8ed8d25cca41 [2023-03-09T18:53:33.923Z] ---> afb1b4eafa24 [2023-03-09T18:53:33.923Z] [2023-03-09T18:53:33.923Z] Successfully built afb1b4eafa24 [2023-03-09T18:53:33.923Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-09T18:54:00.637Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 727d0329fcd7 [2023-03-09T18:54:00.637Z] ---> d17ef39534d1 [2023-03-09T18:54:00.637Z] [2023-03-09T18:54:00.637Z] Step 10/22 : FROM alpine:3.16 [2023-03-09T18:54:00.637Z] ---> 4c81e5bf8899 [2023-03-09T18:54:00.637Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-09T18:54:00.637Z] ---> Running in a2978c739cfa [2023-03-09T18:54:00.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T18:54:00.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T18:54:00.637Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-09T18:54:00.637Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-09T18:54:00.637Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T18:54:00.637Z] Executing ca-certificates-20220614-r0.trigger [2023-03-09T18:54:00.637Z] OK: 6 MiB in 16 packages [2023-03-09T18:54:01.604Z] Removing intermediate container a2978c739cfa [2023-03-09T18:54:01.604Z] ---> 45fa6eb0e398 [2023-03-09T18:54:01.604Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-09T18:54:01.604Z] ---> Running in e1915f96bebb [2023-03-09T18:54:01.881Z] Removing intermediate container e1915f96bebb [2023-03-09T18:54:01.881Z] ---> 4f000b344906 [2023-03-09T18:54:01.881Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-09T18:54:02.161Z] ---> Running in bbba65374ff3 [2023-03-09T18:54:02.161Z] Removing intermediate container bbba65374ff3 [2023-03-09T18:54:02.161Z] ---> 6abf8dfb1bcc [2023-03-09T18:54:02.161Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-09T18:54:02.436Z] ---> Running in b8fd6991ada0 [2023-03-09T18:54:02.705Z] Removing intermediate container b8fd6991ada0 [2023-03-09T18:54:02.705Z] ---> 3cd5e0a1c218 [2023-03-09T18:54:02.705Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-09T18:54:03.304Z] ---> b2ffca587252 [2023-03-09T18:54:03.304Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-09T18:54:04.716Z] ---> d1db64f13593 [2023-03-09T18:54:04.716Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-09T18:54:04.983Z] ---> 97c51d56a63b [2023-03-09T18:54:04.984Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-09T18:54:05.250Z] ---> Running in e58c702f60c1 [2023-03-09T18:54:05.518Z] Removing intermediate container e58c702f60c1 [2023-03-09T18:54:05.518Z] ---> a974a88cb2a1 [2023-03-09T18:54:05.518Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T18:54:05.518Z] ---> Running in bdbf4c73b91e [2023-03-09T18:54:05.787Z] Removing intermediate container bdbf4c73b91e [2023-03-09T18:54:05.787Z] ---> 9c1a318dfafa [2023-03-09T18:54:05.787Z] Step 20/22 : LABEL arch=arm64 [2023-03-09T18:54:05.787Z] ---> Running in 9ddb505f805e [2023-03-09T18:54:06.058Z] Removing intermediate container 9ddb505f805e [2023-03-09T18:54:06.058Z] ---> f2ec04ad7985 [2023-03-09T18:54:06.058Z] Step 21/22 : LABEL git_sha=5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:06.325Z] ---> Running in 82be055c9b46 [2023-03-09T18:54:06.595Z] Removing intermediate container 82be055c9b46 [2023-03-09T18:54:06.595Z] ---> 3af8a84e6b50 [2023-03-09T18:54:06.595Z] Step 22/22 : LABEL version=3.0.0-dev.87 [2023-03-09T18:54:06.595Z] ---> Running in 1425fcfa35a4 [2023-03-09T18:54:06.863Z] Removing intermediate container 1425fcfa35a4 [2023-03-09T18:54:06.863Z] ---> 3fe5c2e749bb [2023-03-09T18:54:06.863Z] [2023-03-09T18:54:06.863Z] Successfully built 3fe5c2e749bb [2023-03-09T18:54:06.863Z] Successfully tagged support-notifications-arm64:latest [2023-03-09T18:54:07.144Z]  Building support-notifications ... done  [Pipeline] } [2023-03-09T18:54:07.148Z] $ docker stop --time=1 5ed60ba78dfb9d39cd4c05f537e0db83741575f506cfff1e26622c0ce71a2fba [2023-03-09T18:54:08.823Z] $ docker rm -f --volumes 5ed60ba78dfb9d39cd4c05f537e0db83741575f506cfff1e26622c0ce71a2fba [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T18:54:09.288Z] + docker images [2023-03-09T18:54:09.554Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-09T18:54:09.554Z] support-notifications-arm64 latest 3fe5c2e749bb 3 seconds ago 29.7MB [2023-03-09T18:54:09.554Z] d17ef39534d1 13 seconds ago 1.4GB [2023-03-09T18:54:09.554Z] core-common-config-bootstrapper-arm64 latest afb1b4eafa24 36 seconds ago 14.9MB [2023-03-09T18:54:09.554Z] 57fbd29bf492 46 seconds ago 1.33GB [2023-03-09T18:54:09.554Z] core-metadata-arm64 latest 1db76829b475 About a minute ago 17.8MB [2023-03-09T18:54:09.554Z] 9e72399dab05 About a minute ago 1.35GB [2023-03-09T18:54:09.554Z] security-secretstore-setup-arm64 latest 01a713ebc8b2 3 minutes ago 28.7MB [2023-03-09T18:54:09.554Z] security-proxy-setup-arm64 latest ce68b9813519 3 minutes ago 15.8MB [2023-03-09T18:54:09.554Z] 2ba43f1d12bf 3 minutes ago 1.32GB [2023-03-09T18:54:09.554Z] a9b0dd871577 3 minutes ago 1.33GB [2023-03-09T18:54:09.554Z] security-bootstrapper-arm64 latest ea1326d4977a 5 minutes ago 19MB [2023-03-09T18:54:09.554Z] ce9506d6bf82 5 minutes ago 1.32GB [2023-03-09T18:54:09.554Z] security-spire-server-arm64 latest 7b70aa6397d8 7 minutes ago 84.3MB [2023-03-09T18:54:09.554Z] e45270eef9ec 7 minutes ago 1.21GB [2023-03-09T18:54:09.554Z] security-spire-config-arm64 latest 745bbb7b16e0 7 minutes ago 83.6MB [2023-03-09T18:54:09.554Z] f8eac54b6d14 8 minutes ago 1.21GB [2023-03-09T18:54:09.554Z] support-scheduler-arm64 latest e07f0f604b5f 9 minutes ago 29.1MB [2023-03-09T18:54:09.554Z] 44c2aa579944 9 minutes ago 1.4GB [2023-03-09T18:54:09.554Z] security-spiffe-token-provider-arm64 latest 6aa7c199b608 10 minutes ago 29.1MB [2023-03-09T18:54:09.554Z] bd3aca577859 10 minutes ago 1.37GB [2023-03-09T18:54:09.554Z] core-data-arm64 latest 8dd5d19fbeb8 11 minutes ago 17.3MB [2023-03-09T18:54:09.554Z] abbc3823d0bd 12 minutes ago 1.34GB [2023-03-09T18:54:09.554Z] core-command-arm64 latest acb2a161fd93 12 minutes ago 17.1MB [2023-03-09T18:54:09.554Z] caab88ec9128 12 minutes ago 1.34GB [2023-03-09T18:54:09.554Z] security-proxy-auth-arm64 latest 1b44ee0d396d 12 minutes ago 15.7MB [2023-03-09T18:54:09.554Z] 178330b9c594 13 minutes ago 1.32GB [2023-03-09T18:54:09.554Z] security-spire-agent-arm64 latest 1b9b29840887 18 minutes ago 122MB [2023-03-09T18:54:09.554Z] a6c983bd8f2f 19 minutes ago 1.21GB [2023-03-09T18:54:09.554Z] ci-base-image-arm64 latest 30f7de180ef7 21 minutes ago 904MB [2023-03-09T18:54:09.554Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-09T18:54:09.554Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-09T18:54:09.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-09T18:54:09.554Z] 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-09T18:54:09.643Z] provisioning config files... [2023-03-09T18:54:09.658Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/449@tmp/config4457201205968585955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:54:09.984Z] ---> docker-login.sh [2023-03-09T18:54:09.984Z] nexus3.edgexfoundry.org:10001 [2023-03-09T18:54:09.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:54:10.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:54:10.250Z] Configure a credential helper to remove this warning. See [2023-03-09T18:54:10.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:54:10.250Z] [2023-03-09T18:54:10.250Z] Login Succeeded [2023-03-09T18:54:10.250Z] nexus3.edgexfoundry.org:10002 [2023-03-09T18:54:10.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:54:10.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:54:10.780Z] Configure a credential helper to remove this warning. See [2023-03-09T18:54:10.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:54:10.780Z] [2023-03-09T18:54:10.780Z] Login Succeeded [2023-03-09T18:54:10.780Z] nexus3.edgexfoundry.org:10003 [2023-03-09T18:54:11.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:54:11.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:54:11.044Z] Configure a credential helper to remove this warning. See [2023-03-09T18:54:11.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:54:11.044Z] [2023-03-09T18:54:11.044Z] Login Succeeded [2023-03-09T18:54:11.044Z] nexus3.edgexfoundry.org:10004 [2023-03-09T18:54:11.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:54:11.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:54:11.311Z] Configure a credential helper to remove this warning. See [2023-03-09T18:54:11.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:54:11.311Z] [2023-03-09T18:54:11.311Z] Login Succeeded [2023-03-09T18:54:11.311Z] docker.io [2023-03-09T18:54:11.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T18:54:11.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T18:54:11.842Z] Configure a credential helper to remove this warning. See [2023-03-09T18:54:11.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T18:54:11.842Z] [2023-03-09T18:54:11.842Z] Login Succeeded [2023-03-09T18:54:11.842Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T18:54:11.854Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:54:11.885Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T18:54:11.910Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-09T18:54:11.910Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:11.910Z] latest [2023-03-09T18:54:11.910Z] 3.0.0-dev.87 [2023-03-09T18:54:11.910Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:11.910Z] main [2023-03-09T18:54:11.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:12.248Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:12.584Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:12.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-09T18:54:12.584Z] 777f29d7a2d6: Preparing [2023-03-09T18:54:12.584Z] d02530502326: Preparing [2023-03-09T18:54:12.584Z] f143f839d552: Preparing [2023-03-09T18:54:12.584Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:12.584Z] f70ee36035b9: Preparing [2023-03-09T18:54:12.584Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:12.849Z] 777f29d7a2d6: Pushed [2023-03-09T18:54:12.849Z] f143f839d552: Pushed [2023-03-09T18:54:12.849Z] 5ab9dac82afa: Pushed [2023-03-09T18:54:15.425Z] d02530502326: Pushed [2023-03-09T18:54:15.690Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:b3b74a4532880fb9b689ed88bb1e4f2009e0a8431ee498e66825d3c5ed7b49ae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:16.033Z] + 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-09T18:54:16.375Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-09T18:54:16.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-09T18:54:16.375Z] 777f29d7a2d6: Preparing [2023-03-09T18:54:16.375Z] d02530502326: Preparing [2023-03-09T18:54:16.375Z] f143f839d552: Preparing [2023-03-09T18:54:16.375Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:16.375Z] f70ee36035b9: Preparing [2023-03-09T18:54:16.375Z] 777f29d7a2d6: Layer already exists [2023-03-09T18:54:16.375Z] d02530502326: Layer already exists [2023-03-09T18:54:16.375Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:16.375Z] f143f839d552: Layer already exists [2023-03-09T18:54:16.375Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:16.375Z] latest: digest: sha256:b3b74a4532880fb9b689ed88bb1e4f2009e0a8431ee498e66825d3c5ed7b49ae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:16.717Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:17.050Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.87 [2023-03-09T18:54:17.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-09T18:54:17.050Z] 777f29d7a2d6: Preparing [2023-03-09T18:54:17.050Z] d02530502326: Preparing [2023-03-09T18:54:17.050Z] f143f839d552: Preparing [2023-03-09T18:54:17.050Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:17.050Z] f70ee36035b9: Preparing [2023-03-09T18:54:17.050Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:17.050Z] d02530502326: Layer already exists [2023-03-09T18:54:17.050Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:17.050Z] f143f839d552: Layer already exists [2023-03-09T18:54:17.050Z] 777f29d7a2d6: Layer already exists [2023-03-09T18:54:17.050Z] 3.0.0-dev.87: digest: sha256:b3b74a4532880fb9b689ed88bb1e4f2009e0a8431ee498e66825d3c5ed7b49ae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:17.392Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:17.735Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:17.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-09T18:54:17.735Z] 777f29d7a2d6: Preparing [2023-03-09T18:54:17.735Z] d02530502326: Preparing [2023-03-09T18:54:17.735Z] f143f839d552: Preparing [2023-03-09T18:54:17.735Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:17.735Z] f70ee36035b9: Preparing [2023-03-09T18:54:17.735Z] 777f29d7a2d6: Layer already exists [2023-03-09T18:54:17.735Z] d02530502326: Layer already exists [2023-03-09T18:54:17.735Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:17.735Z] f143f839d552: Layer already exists [2023-03-09T18:54:17.735Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:17.735Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:b3b74a4532880fb9b689ed88bb1e4f2009e0a8431ee498e66825d3c5ed7b49ae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:18.089Z] + 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-09T18:54:18.425Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-09T18:54:18.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-09T18:54:18.425Z] 777f29d7a2d6: Preparing [2023-03-09T18:54:18.425Z] d02530502326: Preparing [2023-03-09T18:54:18.425Z] f143f839d552: Preparing [2023-03-09T18:54:18.425Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:18.425Z] f70ee36035b9: Preparing [2023-03-09T18:54:18.425Z] f143f839d552: Layer already exists [2023-03-09T18:54:18.425Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:18.425Z] 777f29d7a2d6: Layer already exists [2023-03-09T18:54:18.425Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:18.425Z] d02530502326: Layer already exists [2023-03-09T18:54:18.425Z] main: digest: sha256:b3b74a4532880fb9b689ed88bb1e4f2009e0a8431ee498e66825d3c5ed7b49ae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:54:18.731Z] ===================================================== [Pipeline] echo [2023-03-09T18:54:18.743Z] taggedImages: [2023-03-09T18:54:18.743Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:18.743Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-09T18:54:18.743Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.87 [2023-03-09T18:54:18.743Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:18.743Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-09T18:54:18.770Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-09T18:54:18.770Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:18.770Z] latest [2023-03-09T18:54:18.770Z] 3.0.0-dev.87 [2023-03-09T18:54:18.770Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:18.770Z] main [2023-03-09T18:54:18.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:19.120Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:19.448Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:19.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-09T18:54:19.448Z] 44936f86a76a: Preparing [2023-03-09T18:54:19.448Z] f372905c94e8: Preparing [2023-03-09T18:54:19.448Z] db91bc8f772f: Preparing [2023-03-09T18:54:19.448Z] 42f9f41695ca: Preparing [2023-03-09T18:54:19.448Z] f143f839d552: Preparing [2023-03-09T18:54:19.448Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:19.448Z] f70ee36035b9: Preparing [2023-03-09T18:54:19.448Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:19.448Z] f70ee36035b9: Waiting [2023-03-09T18:54:19.448Z] f143f839d552: Layer already exists [2023-03-09T18:54:19.713Z] db91bc8f772f: Pushed [2023-03-09T18:54:19.713Z] 44936f86a76a: Pushed [2023-03-09T18:54:19.713Z] f372905c94e8: Pushed [2023-03-09T18:54:19.713Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:19.713Z] ef12f3ec91f2: Pushed [2023-03-09T18:54:22.281Z] 42f9f41695ca: Pushed [2023-03-09T18:54:22.281Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:5323d7fb6d4ae5a461b096a00de10de49cf81aeb32d3ac4d40808803089114f6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:22.628Z] + 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-09T18:54:22.958Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-09T18:54:22.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-09T18:54:22.959Z] 44936f86a76a: Preparing [2023-03-09T18:54:22.959Z] f372905c94e8: Preparing [2023-03-09T18:54:22.959Z] db91bc8f772f: Preparing [2023-03-09T18:54:22.959Z] 42f9f41695ca: Preparing [2023-03-09T18:54:22.959Z] f143f839d552: Preparing [2023-03-09T18:54:22.959Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:22.959Z] f70ee36035b9: Preparing [2023-03-09T18:54:22.959Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:22.959Z] f70ee36035b9: Waiting [2023-03-09T18:54:22.959Z] f143f839d552: Layer already exists [2023-03-09T18:54:22.959Z] f372905c94e8: Layer already exists [2023-03-09T18:54:22.959Z] db91bc8f772f: Layer already exists [2023-03-09T18:54:22.959Z] 44936f86a76a: Layer already exists [2023-03-09T18:54:22.959Z] 42f9f41695ca: Layer already exists [2023-03-09T18:54:22.959Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:22.959Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:22.959Z] latest: digest: sha256:5323d7fb6d4ae5a461b096a00de10de49cf81aeb32d3ac4d40808803089114f6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:23.558Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:23.895Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.87 [2023-03-09T18:54:23.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-09T18:54:23.895Z] 44936f86a76a: Preparing [2023-03-09T18:54:23.895Z] f372905c94e8: Preparing [2023-03-09T18:54:23.895Z] db91bc8f772f: Preparing [2023-03-09T18:54:23.895Z] 42f9f41695ca: Preparing [2023-03-09T18:54:23.895Z] f143f839d552: Preparing [2023-03-09T18:54:23.895Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:23.895Z] f70ee36035b9: Preparing [2023-03-09T18:54:23.895Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:23.895Z] f70ee36035b9: Waiting [2023-03-09T18:54:23.895Z] 42f9f41695ca: Layer already exists [2023-03-09T18:54:23.895Z] db91bc8f772f: Layer already exists [2023-03-09T18:54:23.895Z] f372905c94e8: Layer already exists [2023-03-09T18:54:23.895Z] f143f839d552: Layer already exists [2023-03-09T18:54:23.895Z] 44936f86a76a: Layer already exists [2023-03-09T18:54:23.895Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:23.895Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:23.895Z] 3.0.0-dev.87: digest: sha256:5323d7fb6d4ae5a461b096a00de10de49cf81aeb32d3ac4d40808803089114f6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:24.495Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:24.824Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:24.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-09T18:54:24.824Z] 44936f86a76a: Preparing [2023-03-09T18:54:24.824Z] f372905c94e8: Preparing [2023-03-09T18:54:24.824Z] db91bc8f772f: Preparing [2023-03-09T18:54:24.824Z] 42f9f41695ca: Preparing [2023-03-09T18:54:24.824Z] f143f839d552: Preparing [2023-03-09T18:54:24.824Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:24.824Z] f70ee36035b9: Preparing [2023-03-09T18:54:24.824Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:24.824Z] f70ee36035b9: Waiting [2023-03-09T18:54:24.824Z] f372905c94e8: Layer already exists [2023-03-09T18:54:24.824Z] 44936f86a76a: Layer already exists [2023-03-09T18:54:24.824Z] f143f839d552: Layer already exists [2023-03-09T18:54:24.824Z] db91bc8f772f: Layer already exists [2023-03-09T18:54:24.824Z] 42f9f41695ca: Layer already exists [2023-03-09T18:54:24.824Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:24.824Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:25.089Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:5323d7fb6d4ae5a461b096a00de10de49cf81aeb32d3ac4d40808803089114f6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:25.423Z] + 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-09T18:54:25.754Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-09T18:54:25.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-09T18:54:25.754Z] 44936f86a76a: Preparing [2023-03-09T18:54:25.754Z] f372905c94e8: Preparing [2023-03-09T18:54:25.754Z] db91bc8f772f: Preparing [2023-03-09T18:54:25.754Z] 42f9f41695ca: Preparing [2023-03-09T18:54:25.754Z] f143f839d552: Preparing [2023-03-09T18:54:25.754Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:25.754Z] f70ee36035b9: Preparing [2023-03-09T18:54:25.754Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:25.754Z] f70ee36035b9: Waiting [2023-03-09T18:54:25.754Z] 42f9f41695ca: Layer already exists [2023-03-09T18:54:25.754Z] f143f839d552: Layer already exists [2023-03-09T18:54:25.754Z] f372905c94e8: Layer already exists [2023-03-09T18:54:25.754Z] 44936f86a76a: Layer already exists [2023-03-09T18:54:25.754Z] db91bc8f772f: Layer already exists [2023-03-09T18:54:25.754Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:25.754Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:26.017Z] main: digest: sha256:5323d7fb6d4ae5a461b096a00de10de49cf81aeb32d3ac4d40808803089114f6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:54:26.059Z] ===================================================== [Pipeline] echo [2023-03-09T18:54:26.068Z] taggedImages: [2023-03-09T18:54:26.068Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:26.068Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-09T18:54:26.068Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.87 [2023-03-09T18:54:26.068Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:26.068Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-09T18:54:26.087Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-09T18:54:26.087Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:26.087Z] latest [2023-03-09T18:54:26.087Z] 3.0.0-dev.87 [2023-03-09T18:54:26.087Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:26.087Z] main [2023-03-09T18:54:26.087Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:26.415Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:26.745Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:26.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-09T18:54:26.746Z] d0e7ebffc8ab: Preparing [2023-03-09T18:54:26.746Z] aacec5f565a0: Preparing [2023-03-09T18:54:26.746Z] f143f839d552: Preparing [2023-03-09T18:54:26.746Z] a1434480e644: Preparing [2023-03-09T18:54:26.746Z] f70ee36035b9: Preparing [2023-03-09T18:54:26.746Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:26.746Z] f143f839d552: Layer already exists [2023-03-09T18:54:27.009Z] d0e7ebffc8ab: Pushed [2023-03-09T18:54:27.009Z] a1434480e644: Pushed [2023-03-09T18:54:30.337Z] aacec5f565a0: Pushed [2023-03-09T18:54:30.337Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:8393707bcc6278656371eec5aa83f578ab5fd753c8dbbc88e2647d1a999d4709 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:30.677Z] + 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-09T18:54:31.010Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-09T18:54:31.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-09T18:54:31.010Z] d0e7ebffc8ab: Preparing [2023-03-09T18:54:31.010Z] aacec5f565a0: Preparing [2023-03-09T18:54:31.010Z] f143f839d552: Preparing [2023-03-09T18:54:31.010Z] a1434480e644: Preparing [2023-03-09T18:54:31.010Z] f70ee36035b9: Preparing [2023-03-09T18:54:31.010Z] a1434480e644: Layer already exists [2023-03-09T18:54:31.010Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:31.010Z] aacec5f565a0: Layer already exists [2023-03-09T18:54:31.010Z] d0e7ebffc8ab: Layer already exists [2023-03-09T18:54:31.010Z] f143f839d552: Layer already exists [2023-03-09T18:54:31.010Z] latest: digest: sha256:8393707bcc6278656371eec5aa83f578ab5fd753c8dbbc88e2647d1a999d4709 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:31.610Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:31.962Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.87 [2023-03-09T18:54:31.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-09T18:54:31.962Z] d0e7ebffc8ab: Preparing [2023-03-09T18:54:31.962Z] aacec5f565a0: Preparing [2023-03-09T18:54:31.962Z] f143f839d552: Preparing [2023-03-09T18:54:31.962Z] a1434480e644: Preparing [2023-03-09T18:54:31.962Z] f70ee36035b9: Preparing [2023-03-09T18:54:31.962Z] f143f839d552: Layer already exists [2023-03-09T18:54:31.962Z] d0e7ebffc8ab: Layer already exists [2023-03-09T18:54:31.962Z] a1434480e644: Layer already exists [2023-03-09T18:54:31.962Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:31.962Z] aacec5f565a0: Layer already exists [2023-03-09T18:54:32.227Z] 3.0.0-dev.87: digest: sha256:8393707bcc6278656371eec5aa83f578ab5fd753c8dbbc88e2647d1a999d4709 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:32.575Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:32.918Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:32.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-09T18:54:32.918Z] d0e7ebffc8ab: Preparing [2023-03-09T18:54:32.918Z] aacec5f565a0: Preparing [2023-03-09T18:54:32.918Z] f143f839d552: Preparing [2023-03-09T18:54:32.918Z] a1434480e644: Preparing [2023-03-09T18:54:32.918Z] f70ee36035b9: Preparing [2023-03-09T18:54:32.918Z] d0e7ebffc8ab: Layer already exists [2023-03-09T18:54:32.918Z] a1434480e644: Layer already exists [2023-03-09T18:54:32.918Z] f143f839d552: Layer already exists [2023-03-09T18:54:32.918Z] aacec5f565a0: Layer already exists [2023-03-09T18:54:32.918Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:32.918Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:8393707bcc6278656371eec5aa83f578ab5fd753c8dbbc88e2647d1a999d4709 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:33.255Z] + 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-09T18:54:33.588Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-09T18:54:33.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-09T18:54:33.588Z] d0e7ebffc8ab: Preparing [2023-03-09T18:54:33.588Z] aacec5f565a0: Preparing [2023-03-09T18:54:33.588Z] f143f839d552: Preparing [2023-03-09T18:54:33.588Z] a1434480e644: Preparing [2023-03-09T18:54:33.588Z] f70ee36035b9: Preparing [2023-03-09T18:54:33.588Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:33.588Z] f143f839d552: Layer already exists [2023-03-09T18:54:33.588Z] d0e7ebffc8ab: Layer already exists [2023-03-09T18:54:33.588Z] a1434480e644: Layer already exists [2023-03-09T18:54:33.588Z] aacec5f565a0: Layer already exists [2023-03-09T18:54:33.853Z] main: digest: sha256:8393707bcc6278656371eec5aa83f578ab5fd753c8dbbc88e2647d1a999d4709 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:54:33.890Z] ===================================================== [Pipeline] echo [2023-03-09T18:54:33.896Z] taggedImages: [2023-03-09T18:54:33.896Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:33.896Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-09T18:54:33.896Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.87 [2023-03-09T18:54:33.896Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:33.896Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-09T18:54:33.911Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-09T18:54:33.911Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:33.911Z] latest [2023-03-09T18:54:33.911Z] 3.0.0-dev.87 [2023-03-09T18:54:33.911Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:33.911Z] main [2023-03-09T18:54:33.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:34.237Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:34.570Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:34.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-09T18:54:34.570Z] 9b7fbf08c8e7: Preparing [2023-03-09T18:54:34.570Z] 6b14d78f4904: Preparing [2023-03-09T18:54:34.570Z] 6e6432082ab4: Preparing [2023-03-09T18:54:34.570Z] f143f839d552: Preparing [2023-03-09T18:54:34.570Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:34.570Z] f70ee36035b9: Preparing [2023-03-09T18:54:34.570Z] f143f839d552: Layer already exists [2023-03-09T18:54:34.570Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:34.835Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:34.835Z] 9b7fbf08c8e7: Pushed [2023-03-09T18:54:34.835Z] 6b14d78f4904: Pushed [2023-03-09T18:54:38.252Z] 6e6432082ab4: Pushed [2023-03-09T18:54:38.252Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:6c31fa1413b54c97a4e323169cb9be4559c723c5850cee3c010c2e89011bab7a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:38.606Z] + 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-09T18:54:38.944Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-09T18:54:38.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-09T18:54:38.945Z] 9b7fbf08c8e7: Preparing [2023-03-09T18:54:38.945Z] 6b14d78f4904: Preparing [2023-03-09T18:54:38.945Z] 6e6432082ab4: Preparing [2023-03-09T18:54:38.945Z] f143f839d552: Preparing [2023-03-09T18:54:38.945Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:38.945Z] f70ee36035b9: Preparing [2023-03-09T18:54:38.945Z] f70ee36035b9: Waiting [2023-03-09T18:54:38.945Z] 9b7fbf08c8e7: Layer already exists [2023-03-09T18:54:38.945Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:38.945Z] f143f839d552: Layer already exists [2023-03-09T18:54:38.945Z] 6b14d78f4904: Layer already exists [2023-03-09T18:54:38.945Z] 6e6432082ab4: Layer already exists [2023-03-09T18:54:38.945Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:39.209Z] latest: digest: sha256:6c31fa1413b54c97a4e323169cb9be4559c723c5850cee3c010c2e89011bab7a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:39.547Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:39.890Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.87 [2023-03-09T18:54:39.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-09T18:54:39.891Z] 9b7fbf08c8e7: Preparing [2023-03-09T18:54:39.891Z] 6b14d78f4904: Preparing [2023-03-09T18:54:39.891Z] 6e6432082ab4: Preparing [2023-03-09T18:54:39.891Z] f143f839d552: Preparing [2023-03-09T18:54:39.891Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:39.891Z] f70ee36035b9: Preparing [2023-03-09T18:54:39.891Z] f70ee36035b9: Waiting [2023-03-09T18:54:39.891Z] 6b14d78f4904: Layer already exists [2023-03-09T18:54:39.891Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:39.891Z] 6e6432082ab4: Layer already exists [2023-03-09T18:54:39.891Z] 9b7fbf08c8e7: Layer already exists [2023-03-09T18:54:39.891Z] f143f839d552: Layer already exists [2023-03-09T18:54:39.891Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:39.891Z] 3.0.0-dev.87: digest: sha256:6c31fa1413b54c97a4e323169cb9be4559c723c5850cee3c010c2e89011bab7a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:40.497Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:40.833Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:40.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-09T18:54:40.833Z] 9b7fbf08c8e7: Preparing [2023-03-09T18:54:40.833Z] 6b14d78f4904: Preparing [2023-03-09T18:54:40.833Z] 6e6432082ab4: Preparing [2023-03-09T18:54:40.833Z] f143f839d552: Preparing [2023-03-09T18:54:40.833Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:40.833Z] f70ee36035b9: Preparing [2023-03-09T18:54:40.833Z] f70ee36035b9: Waiting [2023-03-09T18:54:40.833Z] 9b7fbf08c8e7: Layer already exists [2023-03-09T18:54:40.833Z] 6e6432082ab4: Layer already exists [2023-03-09T18:54:40.833Z] 6b14d78f4904: Layer already exists [2023-03-09T18:54:40.833Z] f143f839d552: Layer already exists [2023-03-09T18:54:40.833Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:40.833Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:40.833Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:6c31fa1413b54c97a4e323169cb9be4559c723c5850cee3c010c2e89011bab7a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:41.431Z] + 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-09T18:54:41.769Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-09T18:54:41.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-09T18:54:41.769Z] 9b7fbf08c8e7: Preparing [2023-03-09T18:54:41.769Z] 6b14d78f4904: Preparing [2023-03-09T18:54:41.769Z] 6e6432082ab4: Preparing [2023-03-09T18:54:41.769Z] f143f839d552: Preparing [2023-03-09T18:54:41.769Z] 5ab9dac82afa: Preparing [2023-03-09T18:54:41.769Z] f70ee36035b9: Preparing [2023-03-09T18:54:41.769Z] f70ee36035b9: Waiting [2023-03-09T18:54:41.769Z] 6b14d78f4904: Layer already exists [2023-03-09T18:54:41.769Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:54:41.769Z] f143f839d552: Layer already exists [2023-03-09T18:54:41.769Z] 6e6432082ab4: Layer already exists [2023-03-09T18:54:41.769Z] 9b7fbf08c8e7: Layer already exists [2023-03-09T18:54:41.769Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:42.033Z] main: digest: sha256:6c31fa1413b54c97a4e323169cb9be4559c723c5850cee3c010c2e89011bab7a size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:54:42.081Z] ===================================================== [Pipeline] echo [2023-03-09T18:54:42.089Z] taggedImages: [2023-03-09T18:54:42.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:42.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-09T18:54:42.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.87 [2023-03-09T18:54:42.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:42.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-09T18:54:42.109Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-09T18:54:42.109Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:42.109Z] latest [2023-03-09T18:54:42.109Z] 3.0.0-dev.87 [2023-03-09T18:54:42.109Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:42.109Z] main [2023-03-09T18:54:42.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:42.443Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:42.768Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:42.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-09T18:54:42.768Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:42.768Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:42.768Z] bb8c26d7f4cc: Preparing [2023-03-09T18:54:42.768Z] 36fff3b1c168: Preparing [2023-03-09T18:54:42.768Z] 1ade32fd2092: Preparing [2023-03-09T18:54:42.768Z] 3ebf27fdf860: Preparing [2023-03-09T18:54:42.768Z] 2ceee67dbb2b: Preparing [2023-03-09T18:54:42.768Z] f143f839d552: Preparing [2023-03-09T18:54:42.768Z] 08e00bf23131: Preparing [2023-03-09T18:54:42.768Z] cc0403f314d6: Preparing [2023-03-09T18:54:42.768Z] 3a53b9a50ea4: Preparing [2023-03-09T18:54:42.768Z] 3503db8f9660: Preparing [2023-03-09T18:54:42.768Z] f70ee36035b9: Preparing [2023-03-09T18:54:42.768Z] 08e00bf23131: Waiting [2023-03-09T18:54:42.768Z] cc0403f314d6: Waiting [2023-03-09T18:54:42.768Z] 3a53b9a50ea4: Waiting [2023-03-09T18:54:42.769Z] 3503db8f9660: Waiting [2023-03-09T18:54:42.769Z] f70ee36035b9: Waiting [2023-03-09T18:54:42.769Z] 2ceee67dbb2b: Waiting [2023-03-09T18:54:42.769Z] f143f839d552: Waiting [2023-03-09T18:54:43.034Z] 36fff3b1c168: Pushed [2023-03-09T18:54:43.034Z] 3ebf27fdf860: Pushed [2023-03-09T18:54:43.034Z] 9abb0e6a455f: Pushed [2023-03-09T18:54:43.034Z] bb8c26d7f4cc: Pushed [2023-03-09T18:54:43.034Z] 1ade32fd2092: Pushed [2023-03-09T18:54:43.034Z] f143f839d552: Layer already exists [2023-03-09T18:54:43.298Z] 08e00bf23131: Pushed [2023-03-09T18:54:43.298Z] cc0403f314d6: Pushed [2023-03-09T18:54:43.298Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:43.298Z] 3a53b9a50ea4: Pushed [2023-03-09T18:54:43.298Z] 3503db8f9660: Pushed [2023-03-09T18:54:46.630Z] 2ceee67dbb2b: Pushed [2023-03-09T18:54:46.631Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:4ff07abe87c7f2acafaf8a18654e5ecb209cbd4484cd94ee27af61238cf83255 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:46.966Z] + 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-09T18:54:47.302Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-09T18:54:47.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-09T18:54:47.303Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:47.303Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:47.303Z] bb8c26d7f4cc: Preparing [2023-03-09T18:54:47.303Z] 36fff3b1c168: Preparing [2023-03-09T18:54:47.303Z] 1ade32fd2092: Preparing [2023-03-09T18:54:47.303Z] 3ebf27fdf860: Preparing [2023-03-09T18:54:47.303Z] 2ceee67dbb2b: Preparing [2023-03-09T18:54:47.303Z] f143f839d552: Preparing [2023-03-09T18:54:47.303Z] 08e00bf23131: Preparing [2023-03-09T18:54:47.303Z] cc0403f314d6: Preparing [2023-03-09T18:54:47.303Z] 3a53b9a50ea4: Preparing [2023-03-09T18:54:47.303Z] 3503db8f9660: Preparing [2023-03-09T18:54:47.303Z] f70ee36035b9: Preparing [2023-03-09T18:54:47.303Z] f143f839d552: Waiting [2023-03-09T18:54:47.303Z] 08e00bf23131: Waiting [2023-03-09T18:54:47.303Z] cc0403f314d6: Waiting [2023-03-09T18:54:47.303Z] 2ceee67dbb2b: Waiting [2023-03-09T18:54:47.303Z] 3a53b9a50ea4: Waiting [2023-03-09T18:54:47.303Z] f70ee36035b9: Waiting [2023-03-09T18:54:47.303Z] 3503db8f9660: Waiting [2023-03-09T18:54:47.303Z] 36fff3b1c168: Layer already exists [2023-03-09T18:54:47.303Z] 3ebf27fdf860: Layer already exists [2023-03-09T18:54:47.303Z] 9abb0e6a455f: Layer already exists [2023-03-09T18:54:47.303Z] bb8c26d7f4cc: Layer already exists [2023-03-09T18:54:47.303Z] 1ade32fd2092: Layer already exists [2023-03-09T18:54:47.303Z] 08e00bf23131: Layer already exists [2023-03-09T18:54:47.303Z] f143f839d552: Layer already exists [2023-03-09T18:54:47.303Z] 3a53b9a50ea4: Layer already exists [2023-03-09T18:54:47.303Z] 2ceee67dbb2b: Layer already exists [2023-03-09T18:54:47.303Z] cc0403f314d6: Layer already exists [2023-03-09T18:54:47.303Z] 3503db8f9660: Layer already exists [2023-03-09T18:54:47.303Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:47.567Z] latest: digest: sha256:4ff07abe87c7f2acafaf8a18654e5ecb209cbd4484cd94ee27af61238cf83255 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:47.897Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:48.224Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.87 [2023-03-09T18:54:48.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-09T18:54:48.224Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:48.224Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:48.224Z] bb8c26d7f4cc: Preparing [2023-03-09T18:54:48.224Z] 36fff3b1c168: Preparing [2023-03-09T18:54:48.224Z] 1ade32fd2092: Preparing [2023-03-09T18:54:48.224Z] 3ebf27fdf860: Preparing [2023-03-09T18:54:48.224Z] 2ceee67dbb2b: Preparing [2023-03-09T18:54:48.224Z] f143f839d552: Preparing [2023-03-09T18:54:48.224Z] 08e00bf23131: Preparing [2023-03-09T18:54:48.224Z] cc0403f314d6: Preparing [2023-03-09T18:54:48.224Z] 3a53b9a50ea4: Preparing [2023-03-09T18:54:48.224Z] 3503db8f9660: Preparing [2023-03-09T18:54:48.224Z] f70ee36035b9: Preparing [2023-03-09T18:54:48.224Z] 08e00bf23131: Waiting [2023-03-09T18:54:48.224Z] cc0403f314d6: Waiting [2023-03-09T18:54:48.224Z] 3a53b9a50ea4: Waiting [2023-03-09T18:54:48.224Z] 3503db8f9660: Waiting [2023-03-09T18:54:48.224Z] f70ee36035b9: Waiting [2023-03-09T18:54:48.224Z] 2ceee67dbb2b: Waiting [2023-03-09T18:54:48.224Z] f143f839d552: Waiting [2023-03-09T18:54:48.224Z] 3ebf27fdf860: Layer already exists [2023-03-09T18:54:48.224Z] 36fff3b1c168: Layer already exists [2023-03-09T18:54:48.224Z] bb8c26d7f4cc: Layer already exists [2023-03-09T18:54:48.224Z] 1ade32fd2092: Layer already exists [2023-03-09T18:54:48.224Z] 9abb0e6a455f: Layer already exists [2023-03-09T18:54:48.224Z] 08e00bf23131: Layer already exists [2023-03-09T18:54:48.224Z] f143f839d552: Layer already exists [2023-03-09T18:54:48.224Z] 2ceee67dbb2b: Layer already exists [2023-03-09T18:54:48.224Z] 3a53b9a50ea4: Layer already exists [2023-03-09T18:54:48.224Z] cc0403f314d6: Layer already exists [2023-03-09T18:54:48.224Z] 3503db8f9660: Layer already exists [2023-03-09T18:54:48.224Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:48.489Z] 3.0.0-dev.87: digest: sha256:4ff07abe87c7f2acafaf8a18654e5ecb209cbd4484cd94ee27af61238cf83255 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:48.821Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:49.147Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:49.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-09T18:54:49.147Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:49.147Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:49.147Z] bb8c26d7f4cc: Preparing [2023-03-09T18:54:49.147Z] 36fff3b1c168: Preparing [2023-03-09T18:54:49.147Z] 1ade32fd2092: Preparing [2023-03-09T18:54:49.147Z] 3ebf27fdf860: Preparing [2023-03-09T18:54:49.147Z] 2ceee67dbb2b: Preparing [2023-03-09T18:54:49.147Z] f143f839d552: Preparing [2023-03-09T18:54:49.147Z] 08e00bf23131: Preparing [2023-03-09T18:54:49.147Z] cc0403f314d6: Preparing [2023-03-09T18:54:49.147Z] 3a53b9a50ea4: Preparing [2023-03-09T18:54:49.147Z] 3503db8f9660: Preparing [2023-03-09T18:54:49.147Z] f70ee36035b9: Preparing [2023-03-09T18:54:49.147Z] 08e00bf23131: Waiting [2023-03-09T18:54:49.147Z] cc0403f314d6: Waiting [2023-03-09T18:54:49.147Z] 3a53b9a50ea4: Waiting [2023-03-09T18:54:49.147Z] 3503db8f9660: Waiting [2023-03-09T18:54:49.147Z] f70ee36035b9: Waiting [2023-03-09T18:54:49.147Z] 2ceee67dbb2b: Waiting [2023-03-09T18:54:49.147Z] f143f839d552: Waiting [2023-03-09T18:54:49.147Z] 36fff3b1c168: Layer already exists [2023-03-09T18:54:49.147Z] bb8c26d7f4cc: Layer already exists [2023-03-09T18:54:49.147Z] 9abb0e6a455f: Layer already exists [2023-03-09T18:54:49.147Z] 3ebf27fdf860: Layer already exists [2023-03-09T18:54:49.147Z] 1ade32fd2092: Layer already exists [2023-03-09T18:54:49.147Z] 08e00bf23131: Layer already exists [2023-03-09T18:54:49.147Z] 2ceee67dbb2b: Layer already exists [2023-03-09T18:54:49.147Z] f143f839d552: Layer already exists [2023-03-09T18:54:49.147Z] cc0403f314d6: Layer already exists [2023-03-09T18:54:49.147Z] 3a53b9a50ea4: Layer already exists [2023-03-09T18:54:49.147Z] 3503db8f9660: Layer already exists [2023-03-09T18:54:49.147Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:49.412Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:4ff07abe87c7f2acafaf8a18654e5ecb209cbd4484cd94ee27af61238cf83255 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:49.746Z] + 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-09T18:54:50.074Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-09T18:54:50.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-09T18:54:50.074Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:50.074Z] 9abb0e6a455f: Preparing [2023-03-09T18:54:50.074Z] bb8c26d7f4cc: Preparing [2023-03-09T18:54:50.074Z] 36fff3b1c168: Preparing [2023-03-09T18:54:50.074Z] 1ade32fd2092: Preparing [2023-03-09T18:54:50.074Z] 3ebf27fdf860: Preparing [2023-03-09T18:54:50.074Z] 2ceee67dbb2b: Preparing [2023-03-09T18:54:50.074Z] f143f839d552: Preparing [2023-03-09T18:54:50.074Z] 08e00bf23131: Preparing [2023-03-09T18:54:50.074Z] cc0403f314d6: Preparing [2023-03-09T18:54:50.074Z] 3a53b9a50ea4: Preparing [2023-03-09T18:54:50.074Z] 3503db8f9660: Preparing [2023-03-09T18:54:50.074Z] f70ee36035b9: Preparing [2023-03-09T18:54:50.074Z] 2ceee67dbb2b: Waiting [2023-03-09T18:54:50.074Z] f143f839d552: Waiting [2023-03-09T18:54:50.074Z] 08e00bf23131: Waiting [2023-03-09T18:54:50.074Z] f70ee36035b9: Waiting [2023-03-09T18:54:50.074Z] cc0403f314d6: Waiting [2023-03-09T18:54:50.074Z] 3503db8f9660: Waiting [2023-03-09T18:54:50.074Z] 3a53b9a50ea4: Waiting [2023-03-09T18:54:50.074Z] 9abb0e6a455f: Layer already exists [2023-03-09T18:54:50.074Z] 1ade32fd2092: Layer already exists [2023-03-09T18:54:50.074Z] 36fff3b1c168: Layer already exists [2023-03-09T18:54:50.074Z] 3ebf27fdf860: Layer already exists [2023-03-09T18:54:50.074Z] bb8c26d7f4cc: Layer already exists [2023-03-09T18:54:50.074Z] 08e00bf23131: Layer already exists [2023-03-09T18:54:50.074Z] f143f839d552: Layer already exists [2023-03-09T18:54:50.074Z] cc0403f314d6: Layer already exists [2023-03-09T18:54:50.074Z] 2ceee67dbb2b: Layer already exists [2023-03-09T18:54:50.074Z] 3a53b9a50ea4: Layer already exists [2023-03-09T18:54:50.074Z] 3503db8f9660: Layer already exists [2023-03-09T18:54:50.074Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:50.339Z] main: digest: sha256:4ff07abe87c7f2acafaf8a18654e5ecb209cbd4484cd94ee27af61238cf83255 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:54:50.380Z] ===================================================== [Pipeline] echo [2023-03-09T18:54:50.386Z] taggedImages: [2023-03-09T18:54:50.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:50.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-09T18:54:50.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.87 [2023-03-09T18:54:50.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:50.386Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-09T18:54:50.401Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-09T18:54:50.401Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:50.401Z] latest [2023-03-09T18:54:50.401Z] 3.0.0-dev.87 [2023-03-09T18:54:50.401Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:50.401Z] main [2023-03-09T18:54:50.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:50.734Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:51.075Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:51.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-09T18:54:51.076Z] 6ab74b2ac730: Preparing [2023-03-09T18:54:51.076Z] 3c2e1e823566: Preparing [2023-03-09T18:54:51.076Z] c193f7e575e6: Preparing [2023-03-09T18:54:51.076Z] 384f055396b6: Preparing [2023-03-09T18:54:51.076Z] f143f839d552: Preparing [2023-03-09T18:54:51.076Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:51.076Z] f70ee36035b9: Preparing [2023-03-09T18:54:51.076Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:51.076Z] f70ee36035b9: Waiting [2023-03-09T18:54:51.076Z] f143f839d552: Layer already exists [2023-03-09T18:54:51.341Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:51.341Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:51.341Z] 6ab74b2ac730: Pushed [2023-03-09T18:54:51.341Z] c193f7e575e6: Pushed [2023-03-09T18:54:51.341Z] 3c2e1e823566: Pushed [2023-03-09T18:54:53.916Z] 384f055396b6: Pushed [2023-03-09T18:54:53.916Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:dcf8a902f32830de7b01bc38e001448b3d7d07aabfc6708db659f069fdaa1f7c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:54.252Z] + 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-09T18:54:54.583Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-09T18:54:54.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-09T18:54:54.583Z] 6ab74b2ac730: Preparing [2023-03-09T18:54:54.583Z] 3c2e1e823566: Preparing [2023-03-09T18:54:54.583Z] c193f7e575e6: Preparing [2023-03-09T18:54:54.583Z] 384f055396b6: Preparing [2023-03-09T18:54:54.583Z] f143f839d552: Preparing [2023-03-09T18:54:54.583Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:54.583Z] f70ee36035b9: Preparing [2023-03-09T18:54:54.583Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:54.583Z] f70ee36035b9: Waiting [2023-03-09T18:54:54.583Z] 6ab74b2ac730: Layer already exists [2023-03-09T18:54:54.583Z] c193f7e575e6: Layer already exists [2023-03-09T18:54:54.583Z] 3c2e1e823566: Layer already exists [2023-03-09T18:54:54.583Z] 384f055396b6: Layer already exists [2023-03-09T18:54:54.583Z] f143f839d552: Layer already exists [2023-03-09T18:54:54.583Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:54.583Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:54.848Z] latest: digest: sha256:dcf8a902f32830de7b01bc38e001448b3d7d07aabfc6708db659f069fdaa1f7c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:55.188Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:55.522Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.87 [2023-03-09T18:54:55.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-09T18:54:55.522Z] 6ab74b2ac730: Preparing [2023-03-09T18:54:55.522Z] 3c2e1e823566: Preparing [2023-03-09T18:54:55.522Z] c193f7e575e6: Preparing [2023-03-09T18:54:55.522Z] 384f055396b6: Preparing [2023-03-09T18:54:55.522Z] f143f839d552: Preparing [2023-03-09T18:54:55.522Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:55.522Z] f70ee36035b9: Preparing [2023-03-09T18:54:55.522Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:55.522Z] f70ee36035b9: Waiting [2023-03-09T18:54:55.522Z] f143f839d552: Layer already exists [2023-03-09T18:54:55.522Z] 3c2e1e823566: Layer already exists [2023-03-09T18:54:55.522Z] 6ab74b2ac730: Layer already exists [2023-03-09T18:54:55.522Z] c193f7e575e6: Layer already exists [2023-03-09T18:54:55.522Z] 384f055396b6: Layer already exists [2023-03-09T18:54:55.522Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:55.522Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:55.522Z] 3.0.0-dev.87: digest: sha256:dcf8a902f32830de7b01bc38e001448b3d7d07aabfc6708db659f069fdaa1f7c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:56.130Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:56.475Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:56.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-09T18:54:56.475Z] 6ab74b2ac730: Preparing [2023-03-09T18:54:56.475Z] 3c2e1e823566: Preparing [2023-03-09T18:54:56.475Z] c193f7e575e6: Preparing [2023-03-09T18:54:56.475Z] 384f055396b6: Preparing [2023-03-09T18:54:56.475Z] f143f839d552: Preparing [2023-03-09T18:54:56.475Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:56.475Z] f70ee36035b9: Preparing [2023-03-09T18:54:56.475Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:56.475Z] f70ee36035b9: Waiting [2023-03-09T18:54:56.475Z] f143f839d552: Layer already exists [2023-03-09T18:54:56.475Z] 3c2e1e823566: Layer already exists [2023-03-09T18:54:56.475Z] 384f055396b6: Layer already exists [2023-03-09T18:54:56.475Z] 6ab74b2ac730: Layer already exists [2023-03-09T18:54:56.475Z] c193f7e575e6: Layer already exists [2023-03-09T18:54:56.475Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:56.475Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:56.739Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:dcf8a902f32830de7b01bc38e001448b3d7d07aabfc6708db659f069fdaa1f7c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:57.085Z] + 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-09T18:54:57.417Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-09T18:54:57.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-09T18:54:57.417Z] 6ab74b2ac730: Preparing [2023-03-09T18:54:57.417Z] 3c2e1e823566: Preparing [2023-03-09T18:54:57.417Z] c193f7e575e6: Preparing [2023-03-09T18:54:57.417Z] 384f055396b6: Preparing [2023-03-09T18:54:57.417Z] f143f839d552: Preparing [2023-03-09T18:54:57.417Z] ef12f3ec91f2: Preparing [2023-03-09T18:54:57.417Z] f70ee36035b9: Preparing [2023-03-09T18:54:57.417Z] ef12f3ec91f2: Waiting [2023-03-09T18:54:57.417Z] f70ee36035b9: Waiting [2023-03-09T18:54:57.417Z] 384f055396b6: Layer already exists [2023-03-09T18:54:57.417Z] c193f7e575e6: Layer already exists [2023-03-09T18:54:57.417Z] 6ab74b2ac730: Layer already exists [2023-03-09T18:54:57.417Z] f143f839d552: Layer already exists [2023-03-09T18:54:57.417Z] 3c2e1e823566: Layer already exists [2023-03-09T18:54:57.417Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:57.417Z] ef12f3ec91f2: Layer already exists [2023-03-09T18:54:57.682Z] main: digest: sha256:dcf8a902f32830de7b01bc38e001448b3d7d07aabfc6708db659f069fdaa1f7c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:54:57.734Z] ===================================================== [Pipeline] echo [2023-03-09T18:54:57.744Z] taggedImages: [2023-03-09T18:54:57.744Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:57.744Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-09T18:54:57.744Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.87 [2023-03-09T18:54:57.744Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:57.744Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-09T18:54:57.765Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-09T18:54:57.765Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:57.765Z] latest [2023-03-09T18:54:57.765Z] 3.0.0-dev.87 [2023-03-09T18:54:57.765Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:54:57.765Z] main [2023-03-09T18:54:57.765Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:58.114Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:54:58.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:54:58.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-09T18:54:58.447Z] 0d5e11c214fc: Preparing [2023-03-09T18:54:58.447Z] fd98f6acf9dd: Preparing [2023-03-09T18:54:58.447Z] a7e57e6b69e8: Preparing [2023-03-09T18:54:58.447Z] 9c9ea5417e40: Preparing [2023-03-09T18:54:58.447Z] f52d64aba47d: Preparing [2023-03-09T18:54:58.447Z] 4a464e1271e8: Preparing [2023-03-09T18:54:58.447Z] f70ee36035b9: Preparing [2023-03-09T18:54:58.447Z] 4a464e1271e8: Waiting [2023-03-09T18:54:58.447Z] f70ee36035b9: Waiting [2023-03-09T18:54:58.712Z] 0d5e11c214fc: Pushed [2023-03-09T18:54:58.712Z] f52d64aba47d: Pushed [2023-03-09T18:54:58.712Z] fd98f6acf9dd: Pushed [2023-03-09T18:54:58.712Z] 9c9ea5417e40: Pushed [2023-03-09T18:54:58.712Z] f70ee36035b9: Layer already exists [2023-03-09T18:54:58.977Z] 4a464e1271e8: Pushed [2023-03-09T18:55:01.546Z] a7e57e6b69e8: Pushed [2023-03-09T18:55:01.546Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:cece69708eae9e81e100ca0d63bc6e47596d4025e0f7951df84bb9b6883c4b8c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:01.884Z] + 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-09T18:55:02.216Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-09T18:55:02.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-09T18:55:02.216Z] 0d5e11c214fc: Preparing [2023-03-09T18:55:02.216Z] fd98f6acf9dd: Preparing [2023-03-09T18:55:02.216Z] a7e57e6b69e8: Preparing [2023-03-09T18:55:02.216Z] 9c9ea5417e40: Preparing [2023-03-09T18:55:02.216Z] f52d64aba47d: Preparing [2023-03-09T18:55:02.216Z] 4a464e1271e8: Preparing [2023-03-09T18:55:02.216Z] f70ee36035b9: Preparing [2023-03-09T18:55:02.216Z] 4a464e1271e8: Waiting [2023-03-09T18:55:02.216Z] f70ee36035b9: Waiting [2023-03-09T18:55:02.216Z] a7e57e6b69e8: Layer already exists [2023-03-09T18:55:02.216Z] 9c9ea5417e40: Layer already exists [2023-03-09T18:55:02.216Z] fd98f6acf9dd: Layer already exists [2023-03-09T18:55:02.216Z] f52d64aba47d: Layer already exists [2023-03-09T18:55:02.216Z] 0d5e11c214fc: Layer already exists [2023-03-09T18:55:02.216Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:02.216Z] 4a464e1271e8: Layer already exists [2023-03-09T18:55:02.480Z] latest: digest: sha256:cece69708eae9e81e100ca0d63bc6e47596d4025e0f7951df84bb9b6883c4b8c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:02.819Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:03.153Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.87 [2023-03-09T18:55:03.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-09T18:55:03.153Z] 0d5e11c214fc: Preparing [2023-03-09T18:55:03.153Z] fd98f6acf9dd: Preparing [2023-03-09T18:55:03.153Z] a7e57e6b69e8: Preparing [2023-03-09T18:55:03.153Z] 9c9ea5417e40: Preparing [2023-03-09T18:55:03.153Z] f52d64aba47d: Preparing [2023-03-09T18:55:03.153Z] 4a464e1271e8: Preparing [2023-03-09T18:55:03.153Z] f70ee36035b9: Preparing [2023-03-09T18:55:03.153Z] 4a464e1271e8: Waiting [2023-03-09T18:55:03.153Z] f70ee36035b9: Waiting [2023-03-09T18:55:03.153Z] a7e57e6b69e8: Layer already exists [2023-03-09T18:55:03.153Z] 9c9ea5417e40: Layer already exists [2023-03-09T18:55:03.153Z] fd98f6acf9dd: Layer already exists [2023-03-09T18:55:03.153Z] 0d5e11c214fc: Layer already exists [2023-03-09T18:55:03.153Z] f52d64aba47d: Layer already exists [2023-03-09T18:55:03.153Z] 4a464e1271e8: Layer already exists [2023-03-09T18:55:03.153Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:03.418Z] 3.0.0-dev.87: digest: sha256:cece69708eae9e81e100ca0d63bc6e47596d4025e0f7951df84bb9b6883c4b8c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:03.747Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:04.072Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:04.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-09T18:55:04.072Z] 0d5e11c214fc: Preparing [2023-03-09T18:55:04.072Z] fd98f6acf9dd: Preparing [2023-03-09T18:55:04.072Z] a7e57e6b69e8: Preparing [2023-03-09T18:55:04.072Z] 9c9ea5417e40: Preparing [2023-03-09T18:55:04.072Z] f52d64aba47d: Preparing [2023-03-09T18:55:04.072Z] 4a464e1271e8: Preparing [2023-03-09T18:55:04.072Z] f70ee36035b9: Preparing [2023-03-09T18:55:04.072Z] 4a464e1271e8: Waiting [2023-03-09T18:55:04.072Z] f70ee36035b9: Waiting [2023-03-09T18:55:04.072Z] fd98f6acf9dd: Layer already exists [2023-03-09T18:55:04.072Z] a7e57e6b69e8: Layer already exists [2023-03-09T18:55:04.072Z] f52d64aba47d: Layer already exists [2023-03-09T18:55:04.072Z] 0d5e11c214fc: Layer already exists [2023-03-09T18:55:04.072Z] 9c9ea5417e40: Layer already exists [2023-03-09T18:55:04.072Z] 4a464e1271e8: Layer already exists [2023-03-09T18:55:04.072Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:04.338Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:cece69708eae9e81e100ca0d63bc6e47596d4025e0f7951df84bb9b6883c4b8c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:04.674Z] + 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-09T18:55:05.034Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-09T18:55:05.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-09T18:55:05.034Z] 0d5e11c214fc: Preparing [2023-03-09T18:55:05.034Z] fd98f6acf9dd: Preparing [2023-03-09T18:55:05.034Z] a7e57e6b69e8: Preparing [2023-03-09T18:55:05.034Z] 9c9ea5417e40: Preparing [2023-03-09T18:55:05.034Z] f52d64aba47d: Preparing [2023-03-09T18:55:05.034Z] 4a464e1271e8: Preparing [2023-03-09T18:55:05.034Z] f70ee36035b9: Preparing [2023-03-09T18:55:05.034Z] 4a464e1271e8: Waiting [2023-03-09T18:55:05.034Z] f70ee36035b9: Waiting [2023-03-09T18:55:05.034Z] fd98f6acf9dd: Layer already exists [2023-03-09T18:55:05.034Z] 0d5e11c214fc: Layer already exists [2023-03-09T18:55:05.034Z] 9c9ea5417e40: Layer already exists [2023-03-09T18:55:05.034Z] f52d64aba47d: Layer already exists [2023-03-09T18:55:05.034Z] a7e57e6b69e8: Layer already exists [2023-03-09T18:55:05.034Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:05.034Z] 4a464e1271e8: Layer already exists [2023-03-09T18:55:05.034Z] main: digest: sha256:cece69708eae9e81e100ca0d63bc6e47596d4025e0f7951df84bb9b6883c4b8c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:55:05.073Z] ===================================================== [Pipeline] echo [2023-03-09T18:55:05.079Z] taggedImages: [2023-03-09T18:55:05.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:05.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-09T18:55:05.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.87 [2023-03-09T18:55:05.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:05.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-09T18:55:05.093Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-09T18:55:05.093Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:05.093Z] latest [2023-03-09T18:55:05.093Z] 3.0.0-dev.87 [2023-03-09T18:55:05.093Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:05.093Z] main [2023-03-09T18:55:05.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:05.416Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:05.741Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:05.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-09T18:55:05.741Z] 0b141122ad17: Preparing [2023-03-09T18:55:05.741Z] d851f3e094c8: Preparing [2023-03-09T18:55:05.741Z] 49f1235ceffc: Preparing [2023-03-09T18:55:05.741Z] 8db70eda8016: Preparing [2023-03-09T18:55:05.741Z] 470bd8d7b792: Preparing [2023-03-09T18:55:05.741Z] b19e5baaa11c: Preparing [2023-03-09T18:55:05.741Z] ecfec16cf11d: Preparing [2023-03-09T18:55:05.741Z] 7690ce504da4: Preparing [2023-03-09T18:55:05.741Z] f70ee36035b9: Preparing [2023-03-09T18:55:05.741Z] b19e5baaa11c: Waiting [2023-03-09T18:55:05.741Z] ecfec16cf11d: Waiting [2023-03-09T18:55:05.741Z] 7690ce504da4: Waiting [2023-03-09T18:55:05.741Z] f70ee36035b9: Waiting [2023-03-09T18:55:06.006Z] d851f3e094c8: Pushed [2023-03-09T18:55:06.006Z] 0b141122ad17: Pushed [2023-03-09T18:55:06.006Z] 470bd8d7b792: Pushed [2023-03-09T18:55:06.272Z] b19e5baaa11c: Pushed [2023-03-09T18:55:06.272Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:06.272Z] ecfec16cf11d: Pushed [2023-03-09T18:55:06.536Z] 7690ce504da4: Pushed [2023-03-09T18:55:08.482Z] 8db70eda8016: Pushed [2023-03-09T18:55:09.059Z] 49f1235ceffc: Pushed [2023-03-09T18:55:09.323Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:fcaf94cdfa8c97ec188103707c745d14aad073ecb00322083eb36d37a44dbc70 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:09.651Z] + 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-09T18:55:09.982Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-09T18:55:09.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-09T18:55:09.982Z] 0b141122ad17: Preparing [2023-03-09T18:55:09.982Z] d851f3e094c8: Preparing [2023-03-09T18:55:09.982Z] 49f1235ceffc: Preparing [2023-03-09T18:55:09.982Z] 8db70eda8016: Preparing [2023-03-09T18:55:09.982Z] 470bd8d7b792: Preparing [2023-03-09T18:55:09.982Z] b19e5baaa11c: Preparing [2023-03-09T18:55:09.982Z] ecfec16cf11d: Preparing [2023-03-09T18:55:09.982Z] 7690ce504da4: Preparing [2023-03-09T18:55:09.982Z] f70ee36035b9: Preparing [2023-03-09T18:55:09.982Z] ecfec16cf11d: Waiting [2023-03-09T18:55:09.982Z] 7690ce504da4: Waiting [2023-03-09T18:55:09.982Z] f70ee36035b9: Waiting [2023-03-09T18:55:09.982Z] b19e5baaa11c: Waiting [2023-03-09T18:55:09.982Z] 8db70eda8016: Layer already exists [2023-03-09T18:55:09.982Z] 49f1235ceffc: Layer already exists [2023-03-09T18:55:09.982Z] d851f3e094c8: Layer already exists [2023-03-09T18:55:09.982Z] 0b141122ad17: Layer already exists [2023-03-09T18:55:09.982Z] 470bd8d7b792: Layer already exists [2023-03-09T18:55:09.982Z] b19e5baaa11c: Layer already exists [2023-03-09T18:55:09.982Z] ecfec16cf11d: Layer already exists [2023-03-09T18:55:09.982Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:09.982Z] 7690ce504da4: Layer already exists [2023-03-09T18:55:09.982Z] latest: digest: sha256:fcaf94cdfa8c97ec188103707c745d14aad073ecb00322083eb36d37a44dbc70 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:10.576Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:10.905Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.87 [2023-03-09T18:55:10.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-09T18:55:10.905Z] 0b141122ad17: Preparing [2023-03-09T18:55:10.905Z] d851f3e094c8: Preparing [2023-03-09T18:55:10.905Z] 49f1235ceffc: Preparing [2023-03-09T18:55:10.905Z] 8db70eda8016: Preparing [2023-03-09T18:55:10.905Z] 470bd8d7b792: Preparing [2023-03-09T18:55:10.905Z] b19e5baaa11c: Preparing [2023-03-09T18:55:10.905Z] ecfec16cf11d: Preparing [2023-03-09T18:55:10.905Z] 7690ce504da4: Preparing [2023-03-09T18:55:10.905Z] f70ee36035b9: Preparing [2023-03-09T18:55:10.905Z] ecfec16cf11d: Waiting [2023-03-09T18:55:10.905Z] b19e5baaa11c: Waiting [2023-03-09T18:55:10.905Z] 7690ce504da4: Waiting [2023-03-09T18:55:10.905Z] f70ee36035b9: Waiting [2023-03-09T18:55:10.905Z] 0b141122ad17: Layer already exists [2023-03-09T18:55:10.905Z] 470bd8d7b792: Layer already exists [2023-03-09T18:55:10.905Z] 8db70eda8016: Layer already exists [2023-03-09T18:55:10.905Z] 49f1235ceffc: Layer already exists [2023-03-09T18:55:10.905Z] d851f3e094c8: Layer already exists [2023-03-09T18:55:10.905Z] ecfec16cf11d: Layer already exists [2023-03-09T18:55:10.905Z] 7690ce504da4: Layer already exists [2023-03-09T18:55:10.905Z] b19e5baaa11c: Layer already exists [2023-03-09T18:55:10.905Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:11.171Z] 3.0.0-dev.87: digest: sha256:fcaf94cdfa8c97ec188103707c745d14aad073ecb00322083eb36d37a44dbc70 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:11.505Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:11.834Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:11.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-09T18:55:11.834Z] 0b141122ad17: Preparing [2023-03-09T18:55:11.834Z] d851f3e094c8: Preparing [2023-03-09T18:55:11.834Z] 49f1235ceffc: Preparing [2023-03-09T18:55:11.834Z] 8db70eda8016: Preparing [2023-03-09T18:55:11.834Z] 470bd8d7b792: Preparing [2023-03-09T18:55:11.834Z] b19e5baaa11c: Preparing [2023-03-09T18:55:11.834Z] ecfec16cf11d: Preparing [2023-03-09T18:55:11.834Z] 7690ce504da4: Preparing [2023-03-09T18:55:11.834Z] f70ee36035b9: Preparing [2023-03-09T18:55:11.834Z] b19e5baaa11c: Waiting [2023-03-09T18:55:11.834Z] ecfec16cf11d: Waiting [2023-03-09T18:55:11.834Z] 7690ce504da4: Waiting [2023-03-09T18:55:11.834Z] f70ee36035b9: Waiting [2023-03-09T18:55:11.834Z] 470bd8d7b792: Layer already exists [2023-03-09T18:55:11.834Z] 0b141122ad17: Layer already exists [2023-03-09T18:55:11.834Z] d851f3e094c8: Layer already exists [2023-03-09T18:55:11.834Z] 8db70eda8016: Layer already exists [2023-03-09T18:55:11.834Z] 49f1235ceffc: Layer already exists [2023-03-09T18:55:11.834Z] ecfec16cf11d: Layer already exists [2023-03-09T18:55:11.834Z] b19e5baaa11c: Layer already exists [2023-03-09T18:55:11.834Z] 7690ce504da4: Layer already exists [2023-03-09T18:55:11.834Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:12.099Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:fcaf94cdfa8c97ec188103707c745d14aad073ecb00322083eb36d37a44dbc70 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:12.429Z] + 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-09T18:55:12.766Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-09T18:55:12.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-09T18:55:12.766Z] 0b141122ad17: Preparing [2023-03-09T18:55:12.766Z] d851f3e094c8: Preparing [2023-03-09T18:55:12.766Z] 49f1235ceffc: Preparing [2023-03-09T18:55:12.766Z] 8db70eda8016: Preparing [2023-03-09T18:55:12.766Z] 470bd8d7b792: Preparing [2023-03-09T18:55:12.766Z] b19e5baaa11c: Preparing [2023-03-09T18:55:12.766Z] ecfec16cf11d: Preparing [2023-03-09T18:55:12.766Z] 7690ce504da4: Preparing [2023-03-09T18:55:12.766Z] f70ee36035b9: Preparing [2023-03-09T18:55:12.766Z] b19e5baaa11c: Waiting [2023-03-09T18:55:12.766Z] 7690ce504da4: Waiting [2023-03-09T18:55:12.766Z] ecfec16cf11d: Waiting [2023-03-09T18:55:12.766Z] f70ee36035b9: Waiting [2023-03-09T18:55:12.766Z] d851f3e094c8: Layer already exists [2023-03-09T18:55:12.766Z] 0b141122ad17: Layer already exists [2023-03-09T18:55:12.766Z] 49f1235ceffc: Layer already exists [2023-03-09T18:55:12.766Z] 470bd8d7b792: Layer already exists [2023-03-09T18:55:12.766Z] 8db70eda8016: Layer already exists [2023-03-09T18:55:12.766Z] b19e5baaa11c: Layer already exists [2023-03-09T18:55:12.766Z] 7690ce504da4: Layer already exists [2023-03-09T18:55:12.766Z] ecfec16cf11d: Layer already exists [2023-03-09T18:55:12.766Z] f70ee36035b9: Layer already exists [2023-03-09T18:55:13.030Z] main: digest: sha256:fcaf94cdfa8c97ec188103707c745d14aad073ecb00322083eb36d37a44dbc70 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:55:13.087Z] ===================================================== [Pipeline] echo [2023-03-09T18:55:13.100Z] taggedImages: [2023-03-09T18:55:13.100Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:13.100Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-09T18:55:13.100Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.87 [2023-03-09T18:55:13.100Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:13.100Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-09T18:55:13.132Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-09T18:55:13.132Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:13.132Z] latest [2023-03-09T18:55:13.132Z] 3.0.0-dev.87 [2023-03-09T18:55:13.132Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:13.132Z] main [2023-03-09T18:55:13.132Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:13.498Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:13.832Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:13.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-09T18:55:13.832Z] 6ec08c554bc4: Preparing [2023-03-09T18:55:13.832Z] 209478b40759: Preparing [2023-03-09T18:55:13.832Z] f143f839d552: Preparing [2023-03-09T18:55:13.832Z] 5ac35e43c335: Preparing [2023-03-09T18:55:13.832Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:13.832Z] f143f839d552: Layer already exists [2023-03-09T18:55:13.832Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:14.114Z] 6ec08c554bc4: Pushed [2023-03-09T18:55:15.100Z] 5ac35e43c335: Pushed [2023-03-09T18:55:18.439Z] 209478b40759: Pushed [2023-03-09T18:55:18.706Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:ac661791afb83f86f47710bd6dccbe792345659109de080163f64078d7075d07 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:19.039Z] + 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-09T18:55:19.390Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-09T18:55:19.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-09T18:55:19.390Z] 6ec08c554bc4: Preparing [2023-03-09T18:55:19.390Z] 209478b40759: Preparing [2023-03-09T18:55:19.390Z] f143f839d552: Preparing [2023-03-09T18:55:19.390Z] 5ac35e43c335: Preparing [2023-03-09T18:55:19.390Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:19.390Z] f143f839d552: Layer already exists [2023-03-09T18:55:19.390Z] 6ec08c554bc4: Layer already exists [2023-03-09T18:55:19.390Z] 209478b40759: Layer already exists [2023-03-09T18:55:19.390Z] 5ac35e43c335: Layer already exists [2023-03-09T18:55:19.390Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:19.390Z] latest: digest: sha256:ac661791afb83f86f47710bd6dccbe792345659109de080163f64078d7075d07 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:19.998Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:20.327Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.87 [2023-03-09T18:55:20.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-09T18:55:20.327Z] 6ec08c554bc4: Preparing [2023-03-09T18:55:20.327Z] 209478b40759: Preparing [2023-03-09T18:55:20.327Z] f143f839d552: Preparing [2023-03-09T18:55:20.327Z] 5ac35e43c335: Preparing [2023-03-09T18:55:20.327Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:20.327Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:20.327Z] 5ac35e43c335: Layer already exists [2023-03-09T18:55:20.327Z] 6ec08c554bc4: Layer already exists [2023-03-09T18:55:20.327Z] f143f839d552: Layer already exists [2023-03-09T18:55:20.327Z] 209478b40759: Layer already exists [2023-03-09T18:55:20.327Z] 3.0.0-dev.87: digest: sha256:ac661791afb83f86f47710bd6dccbe792345659109de080163f64078d7075d07 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:20.930Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:21.266Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:21.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-09T18:55:21.266Z] 6ec08c554bc4: Preparing [2023-03-09T18:55:21.266Z] 209478b40759: Preparing [2023-03-09T18:55:21.266Z] f143f839d552: Preparing [2023-03-09T18:55:21.266Z] 5ac35e43c335: Preparing [2023-03-09T18:55:21.266Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:21.266Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:21.266Z] 209478b40759: Layer already exists [2023-03-09T18:55:21.266Z] f143f839d552: Layer already exists [2023-03-09T18:55:21.266Z] 5ac35e43c335: Layer already exists [2023-03-09T18:55:21.266Z] 6ec08c554bc4: Layer already exists [2023-03-09T18:55:21.266Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:ac661791afb83f86f47710bd6dccbe792345659109de080163f64078d7075d07 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:21.602Z] + 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-09T18:55:21.935Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-09T18:55:21.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-09T18:55:21.935Z] 6ec08c554bc4: Preparing [2023-03-09T18:55:21.935Z] 209478b40759: Preparing [2023-03-09T18:55:21.935Z] f143f839d552: Preparing [2023-03-09T18:55:21.935Z] 5ac35e43c335: Preparing [2023-03-09T18:55:21.935Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:21.935Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:21.935Z] 209478b40759: Layer already exists [2023-03-09T18:55:21.935Z] 5ac35e43c335: Layer already exists [2023-03-09T18:55:21.935Z] 6ec08c554bc4: Layer already exists [2023-03-09T18:55:21.935Z] f143f839d552: Layer already exists [2023-03-09T18:55:21.935Z] main: digest: sha256:ac661791afb83f86f47710bd6dccbe792345659109de080163f64078d7075d07 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:55:22.238Z] ===================================================== [Pipeline] echo [2023-03-09T18:55:22.244Z] taggedImages: [2023-03-09T18:55:22.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:22.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-09T18:55:22.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.87 [2023-03-09T18:55:22.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:22.244Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-09T18:55:22.258Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-09T18:55:22.258Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:22.258Z] latest [2023-03-09T18:55:22.258Z] 3.0.0-dev.87 [2023-03-09T18:55:22.258Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:22.258Z] main [2023-03-09T18:55:22.258Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:22.581Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:22.910Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:22.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-09T18:55:22.910Z] 67e6b2b0ea51: Preparing [2023-03-09T18:55:22.910Z] b873a5ff5985: Preparing [2023-03-09T18:55:22.910Z] ec6e69509d20: Preparing [2023-03-09T18:55:22.910Z] 673cf22c251d: Preparing [2023-03-09T18:55:22.910Z] e3f67379cdff: Preparing [2023-03-09T18:55:22.910Z] 7882fa771cf0: Preparing [2023-03-09T18:55:22.910Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:22.910Z] 7882fa771cf0: Waiting [2023-03-09T18:55:22.910Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:55:23.175Z] ec6e69509d20: Pushed [2023-03-09T18:55:23.175Z] 67e6b2b0ea51: Pushed [2023-03-09T18:55:23.175Z] b873a5ff5985: Pushed [2023-03-09T18:55:23.175Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:24.131Z] 7882fa771cf0: Pushed [2023-03-09T18:55:30.765Z] e3f67379cdff: Pushed [2023-03-09T18:55:38.957Z] 673cf22c251d: Pushed [2023-03-09T18:55:38.957Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:5458f14c6ed505efd02ac60b7972176813529d6622a9211cd99161f40f4772f4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:39.311Z] + 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-09T18:55:39.646Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-09T18:55:39.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-09T18:55:39.646Z] 67e6b2b0ea51: Preparing [2023-03-09T18:55:39.646Z] b873a5ff5985: Preparing [2023-03-09T18:55:39.646Z] ec6e69509d20: Preparing [2023-03-09T18:55:39.646Z] 673cf22c251d: Preparing [2023-03-09T18:55:39.646Z] e3f67379cdff: Preparing [2023-03-09T18:55:39.646Z] 7882fa771cf0: Preparing [2023-03-09T18:55:39.646Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:39.646Z] 7882fa771cf0: Waiting [2023-03-09T18:55:39.646Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:55:39.646Z] e3f67379cdff: Layer already exists [2023-03-09T18:55:39.646Z] ec6e69509d20: Layer already exists [2023-03-09T18:55:39.646Z] b873a5ff5985: Layer already exists [2023-03-09T18:55:39.646Z] 67e6b2b0ea51: Layer already exists [2023-03-09T18:55:39.646Z] 673cf22c251d: Layer already exists [2023-03-09T18:55:39.646Z] 7882fa771cf0: Layer already exists [2023-03-09T18:55:39.646Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:39.910Z] latest: digest: sha256:5458f14c6ed505efd02ac60b7972176813529d6622a9211cd99161f40f4772f4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:40.249Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:40.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.87 [2023-03-09T18:55:40.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-09T18:55:40.575Z] 67e6b2b0ea51: Preparing [2023-03-09T18:55:40.575Z] b873a5ff5985: Preparing [2023-03-09T18:55:40.575Z] ec6e69509d20: Preparing [2023-03-09T18:55:40.575Z] 673cf22c251d: Preparing [2023-03-09T18:55:40.575Z] e3f67379cdff: Preparing [2023-03-09T18:55:40.575Z] 7882fa771cf0: Preparing [2023-03-09T18:55:40.575Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:40.575Z] 7882fa771cf0: Waiting [2023-03-09T18:55:40.575Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:55:40.575Z] b873a5ff5985: Layer already exists [2023-03-09T18:55:40.575Z] ec6e69509d20: Layer already exists [2023-03-09T18:55:40.575Z] 67e6b2b0ea51: Layer already exists [2023-03-09T18:55:40.575Z] e3f67379cdff: Layer already exists [2023-03-09T18:55:40.575Z] 673cf22c251d: Layer already exists [2023-03-09T18:55:40.575Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:40.575Z] 7882fa771cf0: Layer already exists [2023-03-09T18:55:40.842Z] 3.0.0-dev.87: digest: sha256:5458f14c6ed505efd02ac60b7972176813529d6622a9211cd99161f40f4772f4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:41.171Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:41.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:41.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-09T18:55:41.493Z] 67e6b2b0ea51: Preparing [2023-03-09T18:55:41.493Z] b873a5ff5985: Preparing [2023-03-09T18:55:41.493Z] ec6e69509d20: Preparing [2023-03-09T18:55:41.493Z] 673cf22c251d: Preparing [2023-03-09T18:55:41.493Z] e3f67379cdff: Preparing [2023-03-09T18:55:41.493Z] 7882fa771cf0: Preparing [2023-03-09T18:55:41.493Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:41.493Z] 7882fa771cf0: Waiting [2023-03-09T18:55:41.493Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:55:41.493Z] e3f67379cdff: Layer already exists [2023-03-09T18:55:41.493Z] ec6e69509d20: Layer already exists [2023-03-09T18:55:41.493Z] 673cf22c251d: Layer already exists [2023-03-09T18:55:41.493Z] 67e6b2b0ea51: Layer already exists [2023-03-09T18:55:41.493Z] b873a5ff5985: Layer already exists [2023-03-09T18:55:41.493Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:41.493Z] 7882fa771cf0: Layer already exists [2023-03-09T18:55:41.757Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:5458f14c6ed505efd02ac60b7972176813529d6622a9211cd99161f40f4772f4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:42.090Z] + 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-09T18:55:42.433Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-09T18:55:42.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-09T18:55:42.433Z] 67e6b2b0ea51: Preparing [2023-03-09T18:55:42.433Z] b873a5ff5985: Preparing [2023-03-09T18:55:42.433Z] ec6e69509d20: Preparing [2023-03-09T18:55:42.433Z] 673cf22c251d: Preparing [2023-03-09T18:55:42.433Z] e3f67379cdff: Preparing [2023-03-09T18:55:42.433Z] 7882fa771cf0: Preparing [2023-03-09T18:55:42.433Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:42.433Z] 7882fa771cf0: Waiting [2023-03-09T18:55:42.433Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:55:42.433Z] 67e6b2b0ea51: Layer already exists [2023-03-09T18:55:42.433Z] 673cf22c251d: Layer already exists [2023-03-09T18:55:42.433Z] ec6e69509d20: Layer already exists [2023-03-09T18:55:42.433Z] b873a5ff5985: Layer already exists [2023-03-09T18:55:42.433Z] e3f67379cdff: Layer already exists [2023-03-09T18:55:42.433Z] 7882fa771cf0: Layer already exists [2023-03-09T18:55:42.433Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:42.698Z] main: digest: sha256:5458f14c6ed505efd02ac60b7972176813529d6622a9211cd99161f40f4772f4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:55:42.751Z] ===================================================== [Pipeline] echo [2023-03-09T18:55:42.759Z] taggedImages: [2023-03-09T18:55:42.759Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:42.759Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-09T18:55:42.759Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.87 [2023-03-09T18:55:42.759Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:42.759Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-09T18:55:42.781Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-09T18:55:42.781Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:42.781Z] latest [2023-03-09T18:55:42.781Z] 3.0.0-dev.87 [2023-03-09T18:55:42.781Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:55:42.781Z] main [2023-03-09T18:55:42.781Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:43.127Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:43.461Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:55:43.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-09T18:55:43.461Z] ba1cc34803dd: Preparing [2023-03-09T18:55:43.461Z] c3dd5c302f59: Preparing [2023-03-09T18:55:43.461Z] 2a2f2c7648ea: Preparing [2023-03-09T18:55:43.461Z] d1f77dd8d4cb: Preparing [2023-03-09T18:55:43.461Z] f183cb9d5fa5: Preparing [2023-03-09T18:55:43.461Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:43.726Z] ba1cc34803dd: Pushed [2023-03-09T18:55:43.726Z] c3dd5c302f59: Pushed [2023-03-09T18:55:43.726Z] 2a2f2c7648ea: Pushed [2023-03-09T18:55:43.726Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:44.303Z] f183cb9d5fa5: Pushed [2023-03-09T18:55:59.251Z] d1f77dd8d4cb: Pushed [2023-03-09T18:55:59.251Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:c7fd48c0ad1d15321d95f4e8b5dc3aa6aaa7388cc850b51ace47f17181a83dae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:55:59.587Z] + 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-09T18:55:59.922Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-09T18:55:59.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-09T18:55:59.922Z] ba1cc34803dd: Preparing [2023-03-09T18:55:59.922Z] c3dd5c302f59: Preparing [2023-03-09T18:55:59.922Z] 2a2f2c7648ea: Preparing [2023-03-09T18:55:59.922Z] d1f77dd8d4cb: Preparing [2023-03-09T18:55:59.922Z] f183cb9d5fa5: Preparing [2023-03-09T18:55:59.922Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:55:59.922Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:55:59.922Z] c3dd5c302f59: Layer already exists [2023-03-09T18:55:59.922Z] ba1cc34803dd: Layer already exists [2023-03-09T18:55:59.922Z] d1f77dd8d4cb: Layer already exists [2023-03-09T18:55:59.922Z] f183cb9d5fa5: Layer already exists [2023-03-09T18:55:59.922Z] 2a2f2c7648ea: Layer already exists [2023-03-09T18:55:59.922Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:55:59.922Z] latest: digest: sha256:c7fd48c0ad1d15321d95f4e8b5dc3aa6aaa7388cc850b51ace47f17181a83dae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:00.524Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:00.855Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.87 [2023-03-09T18:56:00.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-09T18:56:00.855Z] ba1cc34803dd: Preparing [2023-03-09T18:56:00.855Z] c3dd5c302f59: Preparing [2023-03-09T18:56:00.855Z] 2a2f2c7648ea: Preparing [2023-03-09T18:56:00.855Z] d1f77dd8d4cb: Preparing [2023-03-09T18:56:00.855Z] f183cb9d5fa5: Preparing [2023-03-09T18:56:00.855Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:00.855Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:56:00.855Z] f183cb9d5fa5: Layer already exists [2023-03-09T18:56:00.855Z] ba1cc34803dd: Layer already exists [2023-03-09T18:56:00.855Z] c3dd5c302f59: Layer already exists [2023-03-09T18:56:00.855Z] 2a2f2c7648ea: Layer already exists [2023-03-09T18:56:00.855Z] d1f77dd8d4cb: Layer already exists [2023-03-09T18:56:00.855Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:00.855Z] 3.0.0-dev.87: digest: sha256:c7fd48c0ad1d15321d95f4e8b5dc3aa6aaa7388cc850b51ace47f17181a83dae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:01.460Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:01.792Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:01.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-09T18:56:01.792Z] ba1cc34803dd: Preparing [2023-03-09T18:56:01.792Z] c3dd5c302f59: Preparing [2023-03-09T18:56:01.792Z] 2a2f2c7648ea: Preparing [2023-03-09T18:56:01.792Z] d1f77dd8d4cb: Preparing [2023-03-09T18:56:01.792Z] f183cb9d5fa5: Preparing [2023-03-09T18:56:01.792Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:01.792Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:56:01.792Z] f183cb9d5fa5: Layer already exists [2023-03-09T18:56:01.792Z] d1f77dd8d4cb: Layer already exists [2023-03-09T18:56:01.792Z] ba1cc34803dd: Layer already exists [2023-03-09T18:56:01.792Z] c3dd5c302f59: Layer already exists [2023-03-09T18:56:01.792Z] 2a2f2c7648ea: Layer already exists [2023-03-09T18:56:01.792Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:01.792Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:c7fd48c0ad1d15321d95f4e8b5dc3aa6aaa7388cc850b51ace47f17181a83dae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:02.389Z] + 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-09T18:56:02.724Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-09T18:56:02.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-09T18:56:02.724Z] ba1cc34803dd: Preparing [2023-03-09T18:56:02.724Z] c3dd5c302f59: Preparing [2023-03-09T18:56:02.724Z] 2a2f2c7648ea: Preparing [2023-03-09T18:56:02.724Z] d1f77dd8d4cb: Preparing [2023-03-09T18:56:02.724Z] f183cb9d5fa5: Preparing [2023-03-09T18:56:02.724Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:02.724Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:56:02.724Z] f183cb9d5fa5: Layer already exists [2023-03-09T18:56:02.724Z] ba1cc34803dd: Layer already exists [2023-03-09T18:56:02.724Z] c3dd5c302f59: Layer already exists [2023-03-09T18:56:02.724Z] d1f77dd8d4cb: Layer already exists [2023-03-09T18:56:02.724Z] 2a2f2c7648ea: Layer already exists [2023-03-09T18:56:02.724Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:02.724Z] main: digest: sha256:c7fd48c0ad1d15321d95f4e8b5dc3aa6aaa7388cc850b51ace47f17181a83dae size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:56:03.037Z] ===================================================== [Pipeline] echo [2023-03-09T18:56:03.046Z] taggedImages: [2023-03-09T18:56:03.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:03.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-09T18:56:03.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.87 [2023-03-09T18:56:03.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:03.046Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-09T18:56:03.066Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-09T18:56:03.066Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:03.066Z] latest [2023-03-09T18:56:03.066Z] 3.0.0-dev.87 [2023-03-09T18:56:03.066Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:03.066Z] main [2023-03-09T18:56:03.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:03.410Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:03.735Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:03.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-09T18:56:03.735Z] 0a39d59aea13: Preparing [2023-03-09T18:56:03.735Z] 90803258794b: Preparing [2023-03-09T18:56:03.735Z] 76db90d0e7f5: Preparing [2023-03-09T18:56:03.735Z] 796ebec6bb14: Preparing [2023-03-09T18:56:03.735Z] 7882fa771cf0: Preparing [2023-03-09T18:56:03.735Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:03.735Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:56:03.735Z] 7882fa771cf0: Layer already exists [2023-03-09T18:56:03.735Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:04.002Z] 0a39d59aea13: Pushed [2023-03-09T18:56:04.002Z] 76db90d0e7f5: Pushed [2023-03-09T18:56:04.002Z] 90803258794b: Pushed [2023-03-09T18:56:22.183Z] 796ebec6bb14: Pushed [2023-03-09T18:56:22.183Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:098d02fc8449dadafe47ef6aa3f49ea63cab8ed05a1d5c7af047366661eb0631 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:22.530Z] + 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-09T18:56:22.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-09T18:56:22.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-09T18:56:22.858Z] 0a39d59aea13: Preparing [2023-03-09T18:56:22.858Z] 90803258794b: Preparing [2023-03-09T18:56:22.858Z] 76db90d0e7f5: Preparing [2023-03-09T18:56:22.858Z] 796ebec6bb14: Preparing [2023-03-09T18:56:22.858Z] 7882fa771cf0: Preparing [2023-03-09T18:56:22.858Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:22.858Z] 796ebec6bb14: Layer already exists [2023-03-09T18:56:22.858Z] 0a39d59aea13: Layer already exists [2023-03-09T18:56:22.858Z] 90803258794b: Layer already exists [2023-03-09T18:56:22.858Z] 76db90d0e7f5: Layer already exists [2023-03-09T18:56:22.858Z] 7882fa771cf0: Layer already exists [2023-03-09T18:56:22.858Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:23.123Z] latest: digest: sha256:098d02fc8449dadafe47ef6aa3f49ea63cab8ed05a1d5c7af047366661eb0631 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:23.472Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:23.799Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.87 [2023-03-09T18:56:23.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-09T18:56:23.799Z] 0a39d59aea13: Preparing [2023-03-09T18:56:23.799Z] 90803258794b: Preparing [2023-03-09T18:56:23.799Z] 76db90d0e7f5: Preparing [2023-03-09T18:56:23.799Z] 796ebec6bb14: Preparing [2023-03-09T18:56:23.799Z] 7882fa771cf0: Preparing [2023-03-09T18:56:23.799Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:23.799Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:56:23.799Z] 796ebec6bb14: Layer already exists [2023-03-09T18:56:23.799Z] 7882fa771cf0: Layer already exists [2023-03-09T18:56:23.799Z] 0a39d59aea13: Layer already exists [2023-03-09T18:56:23.799Z] 76db90d0e7f5: Layer already exists [2023-03-09T18:56:23.799Z] 90803258794b: Layer already exists [2023-03-09T18:56:23.799Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:23.799Z] 3.0.0-dev.87: digest: sha256:098d02fc8449dadafe47ef6aa3f49ea63cab8ed05a1d5c7af047366661eb0631 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:24.129Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:24.457Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:24.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-09T18:56:24.457Z] 0a39d59aea13: Preparing [2023-03-09T18:56:24.457Z] 90803258794b: Preparing [2023-03-09T18:56:24.457Z] 76db90d0e7f5: Preparing [2023-03-09T18:56:24.457Z] 796ebec6bb14: Preparing [2023-03-09T18:56:24.457Z] 7882fa771cf0: Preparing [2023-03-09T18:56:24.457Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:24.457Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:56:24.457Z] 0a39d59aea13: Layer already exists [2023-03-09T18:56:24.457Z] 7882fa771cf0: Layer already exists [2023-03-09T18:56:24.457Z] 76db90d0e7f5: Layer already exists [2023-03-09T18:56:24.457Z] 796ebec6bb14: Layer already exists [2023-03-09T18:56:24.457Z] 90803258794b: Layer already exists [2023-03-09T18:56:24.457Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:24.457Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:098d02fc8449dadafe47ef6aa3f49ea63cab8ed05a1d5c7af047366661eb0631 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:24.794Z] + 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-09T18:56:25.119Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-09T18:56:25.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-09T18:56:25.119Z] 0a39d59aea13: Preparing [2023-03-09T18:56:25.119Z] 90803258794b: Preparing [2023-03-09T18:56:25.119Z] 76db90d0e7f5: Preparing [2023-03-09T18:56:25.119Z] 796ebec6bb14: Preparing [2023-03-09T18:56:25.119Z] 7882fa771cf0: Preparing [2023-03-09T18:56:25.119Z] a8cfdf0cc8ec: Preparing [2023-03-09T18:56:25.119Z] a8cfdf0cc8ec: Waiting [2023-03-09T18:56:25.119Z] 0a39d59aea13: Layer already exists [2023-03-09T18:56:25.119Z] 796ebec6bb14: Layer already exists [2023-03-09T18:56:25.119Z] 7882fa771cf0: Layer already exists [2023-03-09T18:56:25.119Z] 76db90d0e7f5: Layer already exists [2023-03-09T18:56:25.119Z] 90803258794b: Layer already exists [2023-03-09T18:56:25.119Z] a8cfdf0cc8ec: Layer already exists [2023-03-09T18:56:25.119Z] main: digest: sha256:098d02fc8449dadafe47ef6aa3f49ea63cab8ed05a1d5c7af047366661eb0631 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:56:25.421Z] ===================================================== [Pipeline] echo [2023-03-09T18:56:25.427Z] taggedImages: [2023-03-09T18:56:25.427Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:25.427Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-09T18:56:25.427Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.87 [2023-03-09T18:56:25.427Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:25.427Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-09T18:56:25.441Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-09T18:56:25.441Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:25.441Z] latest [2023-03-09T18:56:25.441Z] 3.0.0-dev.87 [2023-03-09T18:56:25.441Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:25.441Z] main [2023-03-09T18:56:25.441Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:25.758Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:26.078Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:26.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-09T18:56:26.078Z] a7a8077cc6c6: Preparing [2023-03-09T18:56:26.078Z] 61c00141cea2: Preparing [2023-03-09T18:56:26.078Z] f143f839d552: Preparing [2023-03-09T18:56:26.078Z] 02a4657524e7: Preparing [2023-03-09T18:56:26.078Z] f70ee36035b9: Preparing [2023-03-09T18:56:26.078Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:26.078Z] f143f839d552: Layer already exists [2023-03-09T18:56:26.343Z] a7a8077cc6c6: Pushed [2023-03-09T18:56:26.607Z] 02a4657524e7: Pushed [2023-03-09T18:56:31.929Z] 61c00141cea2: Pushed [2023-03-09T18:56:31.929Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:860be305a30957ae48895271ab488fa6c4edd89ac7dc65aa28b5516bae43bf60 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:32.257Z] + 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-09T18:56:32.599Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-09T18:56:32.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-09T18:56:32.599Z] a7a8077cc6c6: Preparing [2023-03-09T18:56:32.599Z] 61c00141cea2: Preparing [2023-03-09T18:56:32.599Z] f143f839d552: Preparing [2023-03-09T18:56:32.599Z] 02a4657524e7: Preparing [2023-03-09T18:56:32.599Z] f70ee36035b9: Preparing [2023-03-09T18:56:32.599Z] f143f839d552: Layer already exists [2023-03-09T18:56:32.599Z] a7a8077cc6c6: Layer already exists [2023-03-09T18:56:32.599Z] 02a4657524e7: Layer already exists [2023-03-09T18:56:32.599Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:32.599Z] 61c00141cea2: Layer already exists [2023-03-09T18:56:32.599Z] latest: digest: sha256:860be305a30957ae48895271ab488fa6c4edd89ac7dc65aa28b5516bae43bf60 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:32.942Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:33.268Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.87 [2023-03-09T18:56:33.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-09T18:56:33.268Z] a7a8077cc6c6: Preparing [2023-03-09T18:56:33.268Z] 61c00141cea2: Preparing [2023-03-09T18:56:33.268Z] f143f839d552: Preparing [2023-03-09T18:56:33.268Z] 02a4657524e7: Preparing [2023-03-09T18:56:33.268Z] f70ee36035b9: Preparing [2023-03-09T18:56:33.268Z] 61c00141cea2: Layer already exists [2023-03-09T18:56:33.268Z] f143f839d552: Layer already exists [2023-03-09T18:56:33.268Z] 02a4657524e7: Layer already exists [2023-03-09T18:56:33.268Z] a7a8077cc6c6: Layer already exists [2023-03-09T18:56:33.268Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:33.268Z] 3.0.0-dev.87: digest: sha256:860be305a30957ae48895271ab488fa6c4edd89ac7dc65aa28b5516bae43bf60 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:33.590Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:33.915Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:33.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-09T18:56:33.915Z] a7a8077cc6c6: Preparing [2023-03-09T18:56:33.915Z] 61c00141cea2: Preparing [2023-03-09T18:56:33.915Z] f143f839d552: Preparing [2023-03-09T18:56:33.915Z] 02a4657524e7: Preparing [2023-03-09T18:56:33.915Z] f70ee36035b9: Preparing [2023-03-09T18:56:33.915Z] 02a4657524e7: Layer already exists [2023-03-09T18:56:33.915Z] a7a8077cc6c6: Layer already exists [2023-03-09T18:56:33.915Z] f143f839d552: Layer already exists [2023-03-09T18:56:33.915Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:33.915Z] 61c00141cea2: Layer already exists [2023-03-09T18:56:33.915Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:860be305a30957ae48895271ab488fa6c4edd89ac7dc65aa28b5516bae43bf60 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:34.244Z] + 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-09T18:56:34.608Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-09T18:56:34.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-09T18:56:34.608Z] a7a8077cc6c6: Preparing [2023-03-09T18:56:34.608Z] 61c00141cea2: Preparing [2023-03-09T18:56:34.608Z] f143f839d552: Preparing [2023-03-09T18:56:34.608Z] 02a4657524e7: Preparing [2023-03-09T18:56:34.608Z] f70ee36035b9: Preparing [2023-03-09T18:56:34.608Z] 02a4657524e7: Layer already exists [2023-03-09T18:56:34.608Z] a7a8077cc6c6: Layer already exists [2023-03-09T18:56:34.608Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:34.608Z] f143f839d552: Layer already exists [2023-03-09T18:56:34.608Z] 61c00141cea2: Layer already exists [2023-03-09T18:56:34.608Z] main: digest: sha256:860be305a30957ae48895271ab488fa6c4edd89ac7dc65aa28b5516bae43bf60 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:56:34.918Z] ===================================================== [Pipeline] echo [2023-03-09T18:56:34.924Z] taggedImages: [2023-03-09T18:56:34.924Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:34.924Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-09T18:56:34.924Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.87 [2023-03-09T18:56:34.924Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:34.924Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-09T18:56:34.938Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-09T18:56:34.938Z] 5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:34.938Z] latest [2023-03-09T18:56:34.938Z] 3.0.0-dev.87 [2023-03-09T18:56:34.938Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:34.938Z] main [2023-03-09T18:56:34.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:35.306Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:35.658Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:35.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-09T18:56:35.658Z] 6112ce4e62ae: Preparing [2023-03-09T18:56:35.658Z] 8cdcab9ffd50: Preparing [2023-03-09T18:56:35.658Z] f143f839d552: Preparing [2023-03-09T18:56:35.658Z] 5ab9dac82afa: Preparing [2023-03-09T18:56:35.658Z] f70ee36035b9: Preparing [2023-03-09T18:56:35.658Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:56:35.658Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:35.658Z] f143f839d552: Layer already exists [2023-03-09T18:56:35.927Z] 6112ce4e62ae: Pushed [2023-03-09T18:56:41.260Z] 8cdcab9ffd50: Pushed [2023-03-09T18:56:42.669Z] 5942442abc70018486e4a97ccf80bb65ff67be19: digest: sha256:e65a7f78e15be7d67c61a41511b3b0d01b4c3e17a79ac7e27f28ffb25cd0b389 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:43.005Z] + 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-09T18:56:43.330Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-09T18:56:43.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-09T18:56:43.330Z] 6112ce4e62ae: Preparing [2023-03-09T18:56:43.330Z] 8cdcab9ffd50: Preparing [2023-03-09T18:56:43.330Z] f143f839d552: Preparing [2023-03-09T18:56:43.330Z] 5ab9dac82afa: Preparing [2023-03-09T18:56:43.330Z] f70ee36035b9: Preparing [2023-03-09T18:56:43.330Z] f143f839d552: Layer already exists [2023-03-09T18:56:43.330Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:56:43.330Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:43.330Z] 8cdcab9ffd50: Layer already exists [2023-03-09T18:56:43.330Z] 6112ce4e62ae: Layer already exists [2023-03-09T18:56:43.330Z] latest: digest: sha256:e65a7f78e15be7d67c61a41511b3b0d01b4c3e17a79ac7e27f28ffb25cd0b389 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:43.922Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:44.248Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.87 [2023-03-09T18:56:44.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-09T18:56:44.248Z] 6112ce4e62ae: Preparing [2023-03-09T18:56:44.248Z] 8cdcab9ffd50: Preparing [2023-03-09T18:56:44.248Z] f143f839d552: Preparing [2023-03-09T18:56:44.248Z] 5ab9dac82afa: Preparing [2023-03-09T18:56:44.248Z] f70ee36035b9: Preparing [2023-03-09T18:56:44.248Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:56:44.248Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:44.248Z] f143f839d552: Layer already exists [2023-03-09T18:56:44.248Z] 6112ce4e62ae: Layer already exists [2023-03-09T18:56:44.248Z] 8cdcab9ffd50: Layer already exists [2023-03-09T18:56:44.248Z] 3.0.0-dev.87: digest: sha256:e65a7f78e15be7d67c61a41511b3b0d01b4c3e17a79ac7e27f28ffb25cd0b389 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:44.579Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:44.919Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:44.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-09T18:56:44.919Z] 6112ce4e62ae: Preparing [2023-03-09T18:56:44.919Z] 8cdcab9ffd50: Preparing [2023-03-09T18:56:44.919Z] f143f839d552: Preparing [2023-03-09T18:56:44.919Z] 5ab9dac82afa: Preparing [2023-03-09T18:56:44.919Z] f70ee36035b9: Preparing [2023-03-09T18:56:44.919Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:44.919Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:56:44.919Z] 6112ce4e62ae: Layer already exists [2023-03-09T18:56:44.919Z] f143f839d552: Layer already exists [2023-03-09T18:56:44.919Z] 8cdcab9ffd50: Layer already exists [2023-03-09T18:56:44.919Z] 5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87: digest: sha256:e65a7f78e15be7d67c61a41511b3b0d01b4c3e17a79ac7e27f28ffb25cd0b389 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:45.247Z] + 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-09T18:56:45.576Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-09T18:56:45.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-09T18:56:45.576Z] 6112ce4e62ae: Preparing [2023-03-09T18:56:45.576Z] 8cdcab9ffd50: Preparing [2023-03-09T18:56:45.576Z] f143f839d552: Preparing [2023-03-09T18:56:45.576Z] 5ab9dac82afa: Preparing [2023-03-09T18:56:45.576Z] f70ee36035b9: Preparing [2023-03-09T18:56:45.576Z] f143f839d552: Layer already exists [2023-03-09T18:56:45.576Z] 5ab9dac82afa: Layer already exists [2023-03-09T18:56:45.576Z] f70ee36035b9: Layer already exists [2023-03-09T18:56:45.576Z] 8cdcab9ffd50: Layer already exists [2023-03-09T18:56:45.576Z] 6112ce4e62ae: Layer already exists [2023-03-09T18:56:45.576Z] main: digest: sha256:e65a7f78e15be7d67c61a41511b3b0d01b4c3e17a79ac7e27f28ffb25cd0b389 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-09T18:56:45.880Z] ===================================================== [Pipeline] echo [2023-03-09T18:56:45.886Z] taggedImages: [2023-03-09T18:56:45.886Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5942442abc70018486e4a97ccf80bb65ff67be19 [2023-03-09T18:56:45.886Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-09T18:56:45.886Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.87 [2023-03-09T18:56:45.886Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5942442abc70018486e4a97ccf80bb65ff67be19-3.0.0-dev.87 [2023-03-09T18:56:45.886Z] - 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-09T18:56:46.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T18:56:46.226Z] [2023-03-09T18:56:46.227Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:56:46.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T18:56:46.544Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-09T18:56:46.544Z] 8998bd30e6a1: Pulling fs layer [2023-03-09T18:56:46.544Z] 04944245beec: Pulling fs layer [2023-03-09T18:56:46.544Z] 699f458cf7ca: Pulling fs layer [2023-03-09T18:56:46.544Z] 765212b225bb: Pulling fs layer [2023-03-09T18:56:46.544Z] f23df028b6ca: Pulling fs layer [2023-03-09T18:56:46.544Z] d65c8cfc05b1: Pulling fs layer [2023-03-09T18:56:46.544Z] 2437ff75d9bd: Pulling fs layer [2023-03-09T18:56:46.544Z] f23df028b6ca: Waiting [2023-03-09T18:56:46.544Z] d65c8cfc05b1: Waiting [2023-03-09T18:56:46.544Z] 2437ff75d9bd: Waiting [2023-03-09T18:56:46.544Z] 765212b225bb: Waiting [2023-03-09T18:56:46.810Z] 04944245beec: Verifying Checksum [2023-03-09T18:56:46.810Z] 04944245beec: Download complete [2023-03-09T18:56:46.810Z] 765212b225bb: Verifying Checksum [2023-03-09T18:56:46.810Z] 765212b225bb: Download complete [2023-03-09T18:56:46.810Z] f23df028b6ca: Verifying Checksum [2023-03-09T18:56:46.810Z] f23df028b6ca: Download complete [2023-03-09T18:56:46.810Z] d65c8cfc05b1: Verifying Checksum [2023-03-09T18:56:46.810Z] d65c8cfc05b1: Download complete [2023-03-09T18:56:47.076Z] 699f458cf7ca: Verifying Checksum [2023-03-09T18:56:47.076Z] 699f458cf7ca: Download complete [2023-03-09T18:56:47.342Z] 8998bd30e6a1: Download complete [2023-03-09T18:56:49.911Z] 2437ff75d9bd: Verifying Checksum [2023-03-09T18:56:49.911Z] 2437ff75d9bd: Download complete [2023-03-09T18:56:51.315Z] 8998bd30e6a1: Pull complete [2023-03-09T18:56:51.579Z] 04944245beec: Pull complete [2023-03-09T18:56:52.981Z] 699f458cf7ca: Pull complete [2023-03-09T18:56:52.981Z] 765212b225bb: Pull complete [2023-03-09T18:56:53.561Z] f23df028b6ca: Pull complete [2023-03-09T18:56:53.826Z] d65c8cfc05b1: Pull complete [2023-03-09T18:57:08.805Z] 2437ff75d9bd: Pull complete [2023-03-09T18:57:08.805Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-09T18:57:08.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T18:57:08.805Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:57:08.977Z] prd-ubuntu20.04-docker-arm64-4c-16g-9518 does not seem to be running inside a container [2023-03-09T18:57:09.028Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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-09T18:57:11.620Z] $ docker top b1dd72e5348a096c4c953f3d66e1e116b3466f1dcea1f01215d8bf300c999104 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:57:12.532Z] ---> job-cost.sh [2023-03-09T18:57:12.532Z] lf-activate-venv: SKIPPING [2023-03-09T18:57:12.532Z] INFO: No Stack... [2023-03-09T18:57:12.796Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-09T18:57:13.745Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T18:57:14.061Z] + cat /w/workspace/edgex-go/449/archives/cost.csv [2023-03-09T18:57:14.061Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T18:57:14.096Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-449-stack-cost] [2023-03-09T18:57:14.104Z] Resource [jenkins-edgexfoundry-edgex-go-main-449-stack-cost] did not exist. Created. [2023-03-09T18:57:14.104Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-449-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T18:57:14.424Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-09T18:57:14.938Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T18:57:14.949Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-449-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T18:57:14.963Z] $ docker stop --time=1 b1dd72e5348a096c4c953f3d66e1e116b3466f1dcea1f01215d8bf300c999104 [2023-03-09T18:57:16.428Z] $ docker rm -f --volumes b1dd72e5348a096c4c953f3d66e1e116b3466f1dcea1f01215d8bf300c999104 [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-09T18:57:16.873Z] provisioning config files... [2023-03-09T18:57:16.880Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/449@tmp/config11820689749484980731tmp [Pipeline] { [Pipeline] sh [2023-03-09T18:57:17.171Z] + set +x [2023-03-09T18:57:17.171Z] + curl -s https://codecov.io/bash [2023-03-09T18:57:17.171Z] + bash -s -- [2023-03-09T18:57:17.171Z] [2023-03-09T18:57:17.171Z] _____ _ [2023-03-09T18:57:17.171Z] / ____| | | [2023-03-09T18:57:17.171Z] | | ___ __| | ___ ___ _____ __ [2023-03-09T18:57:17.171Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-09T18:57:17.171Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-09T18:57:17.171Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-09T18:57:17.171Z] Bash-1.0.6 [2023-03-09T18:57:17.171Z] [2023-03-09T18:57:17.171Z] [2023-03-09T18:57:17.171Z] ==> git version 2.25.1 found [2023-03-09T18:57:17.171Z] ==> 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-09T18:57:17.171Z] Release-Date: 2020-01-08 [2023-03-09T18:57:17.171Z] 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-09T18:57:17.171Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-09T18:57:17.171Z] ==> Jenkins CI detected. [2023-03-09T18:57:17.171Z] current dir:  /w/workspace/edgex-go/449 [2023-03-09T18:57:17.171Z] project root: . [2023-03-09T18:57:17.171Z] --> token set from env [2023-03-09T18:57:17.171Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-09T18:57:17.171Z] ==> Running gcov in . (disable via -X gcov) [2023-03-09T18:57:17.171Z] ==> Python coveragepy not found [2023-03-09T18:57:17.171Z] ==> Searching for coverage reports in: [2023-03-09T18:57:17.171Z] + . [2023-03-09T18:57:17.171Z] -> Found 1 reports [2023-03-09T18:57:17.429Z] ==> Detecting git/mercurial file structure [2023-03-09T18:57:17.429Z] ==> Reading reports [2023-03-09T18:57:17.429Z] + ./coverage.out bytes=447487 [2023-03-09T18:57:17.429Z] ==> Appending adjustments [2023-03-09T18:57:17.429Z] https://docs.codecov.io/docs/fixing-reports [2023-03-09T18:57:18.363Z] + Found adjustments [2023-03-09T18:57:18.363Z] ==> Gzipping contents [2023-03-09T18:57:18.363Z] 60K /tmp/codecov.jO10rW.gz [2023-03-09T18:57:18.363Z] ==> Uploading reports [2023-03-09T18:57:18.363Z] url: https://codecov.io [2023-03-09T18:57:18.363Z] query: branch=main&commit=5942442abc70018486e4a97ccf80bb65ff67be19&build=449&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F449%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-09T18:57:18.363Z] -> Pinging Codecov [2023-03-09T18:57:18.363Z] 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=5942442abc70018486e4a97ccf80bb65ff67be19&build=449&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F449%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-09T18:57:18.621Z] -> Uploading to [2023-03-09T18:57:18.622Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-09/00271124DB129430A58F1EEE437C3FCB/5942442abc70018486e4a97ccf80bb65ff67be19/c31309f6-4e00-4280-a9df-acc8c4283dbe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T185718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=553612554448040b4c6920b02db638a73d853ee4a0296d8c84299bc2f614e21c [2023-03-09T18:57:18.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T18:57:18.622Z] Dload Upload Total Spent Left Speed [2023-03-09T18:57:18.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58224 0 0 100 58224 0 174k --:--:-- --:--:-- --:--:-- 174k [2023-03-09T18:57:18.881Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/5942442abc70018486e4a97ccf80bb65ff67be19 [Pipeline] } [2023-03-09T18:57:18.888Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-09T18:57:19.111Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-09T18:57:19.122Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:57:19.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T18:57:19.427Z] [2023-03-09T18:57:19.427Z] 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-09T18:57:19.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T18:57:19.729Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-09T18:57:19.729Z] df9b9388f04a: Pulling fs layer [2023-03-09T18:57:19.729Z] 52dc419b0ee2: Pulling fs layer [2023-03-09T18:57:19.729Z] 25bc292e5bac: Pulling fs layer [2023-03-09T18:57:19.729Z] 114826534d7a: Pulling fs layer [2023-03-09T18:57:19.729Z] 4657fd5d0bcf: Pulling fs layer [2023-03-09T18:57:19.729Z] 6ad1cebc031e: Pulling fs layer [2023-03-09T18:57:19.729Z] 8a3aa393b2d8: Pulling fs layer [2023-03-09T18:57:19.729Z] 114826534d7a: Waiting [2023-03-09T18:57:19.729Z] 4657fd5d0bcf: Waiting [2023-03-09T18:57:19.729Z] 6ad1cebc031e: Waiting [2023-03-09T18:57:19.729Z] 25bc292e5bac: Verifying Checksum [2023-03-09T18:57:19.729Z] 25bc292e5bac: Download complete [2023-03-09T18:57:19.729Z] 52dc419b0ee2: Verifying Checksum [2023-03-09T18:57:19.729Z] 52dc419b0ee2: Download complete [2023-03-09T18:57:19.729Z] 4657fd5d0bcf: Verifying Checksum [2023-03-09T18:57:19.729Z] 4657fd5d0bcf: Download complete [2023-03-09T18:57:19.729Z] df9b9388f04a: Download complete [2023-03-09T18:57:19.988Z] df9b9388f04a: Pull complete [2023-03-09T18:57:19.988Z] 6ad1cebc031e: Verifying Checksum [2023-03-09T18:57:19.988Z] 6ad1cebc031e: Download complete [2023-03-09T18:57:19.988Z] 52dc419b0ee2: Pull complete [2023-03-09T18:57:20.251Z] 25bc292e5bac: Pull complete [2023-03-09T18:57:20.512Z] 114826534d7a: Verifying Checksum [2023-03-09T18:57:20.512Z] 114826534d7a: Download complete [2023-03-09T18:57:20.770Z] 8a3aa393b2d8: Verifying Checksum [2023-03-09T18:57:20.770Z] 8a3aa393b2d8: Download complete [2023-03-09T18:57:24.049Z] 114826534d7a: Pull complete [2023-03-09T18:57:24.049Z] 4657fd5d0bcf: Pull complete [2023-03-09T18:57:24.049Z] 6ad1cebc031e: Pull complete [2023-03-09T18:57:27.328Z] 8a3aa393b2d8: Pull complete [2023-03-09T18:57:27.328Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-09T18:57:27.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-09T18:57:27.328Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:57:27.404Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:57:27.451Z] $ 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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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/edgex-snyk-go:1.410.4 cat [2023-03-09T18:57:31.632Z] $ docker top 3fdc84572a1c5187a0d4503ae750deb74fbe65ded415b5ecbd8e109231033459 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-09T18:57:31.675Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-09T18:57:31.953Z] + set -o pipefail [2023-03-09T18:57:31.953Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-09T18:57:37.320Z] [2023-03-09T18:57:37.320Z] Monitoring /w/workspace/edgex-go/449 (github.com/edgexfoundry/edgex-go)... [2023-03-09T18:57:37.320Z] [2023-03-09T18:57:37.320Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/19e1285f-3de0-4161-82d5-700e9cd1a0d5 [2023-03-09T18:57:37.320Z] [2023-03-09T18:57:37.320Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-09T18:57:37.320Z] [2023-03-09T18:57:37.320Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-09T18:57:37.320Z] [2023-03-09T18:57:38.695Z] [2023-03-09T18:57:38.695Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-09T18:57:38.695Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-09T18:57:38.695Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-09T18:57:38.724Z] $ docker stop --time=1 3fdc84572a1c5187a0d4503ae750deb74fbe65ded415b5ecbd8e109231033459 [2023-03-09T18:57:41.245Z] $ docker rm -f --volumes 3fdc84572a1c5187a0d4503ae750deb74fbe65ded415b5ecbd8e109231033459 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-09T18:57:41.570Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T18:57:41.583Z] provisioning config files... [2023-03-09T18:57:41.589Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/449@tmp/config5390863614370515507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:57:41.878Z] --> edgex-publish-swagger.sh [2023-03-09T18:57:41.878Z] === Publish openapi/v3 API === [2023-03-09T18:57:41.878Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-09T18:57:41.878Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/449/openapi/v3/core-command.yaml] [2023-03-09T18:57:41.878Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T18:57:41.878Z] Dload Upload Total Spent Left Speed [2023-03-09T18:57:42.446Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 50751 --:--:-- --:--:-- --:--:-- 50840 [2023-03-09T18:57:42.446Z] [2023-03-09T18:57:42.446Z] [2023-03-09T18:57:42.446Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/449/openapi/v3/core-data.yaml] [2023-03-09T18:57:42.446Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T18:57:42.446Z] Dload Upload Total Spent Left Speed [2023-03-09T18:57:43.012Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 133k --:--:-- --:--:-- --:--:-- 132k 100 69110 0 0 100 69110 0 133k --:--:-- --:--:-- --:--:-- 132k [2023-03-09T18:57:43.012Z] [2023-03-09T18:57:43.012Z] [2023-03-09T18:57:43.012Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/449/openapi/v3/core-metadata.yaml] [2023-03-09T18:57:43.012Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T18:57:43.012Z] Dload Upload Total Spent Left Speed [2023-03-09T18:57:43.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 285k --:--:-- --:--:-- --:--:-- 285k [2023-03-09T18:57:43.270Z] [2023-03-09T18:57:43.270Z] [2023-03-09T18:57:43.270Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/449/openapi/v3/support-notifications.yaml] [2023-03-09T18:57:43.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T18:57:43.270Z] Dload Upload Total Spent Left Speed [2023-03-09T18:57:43.836Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 159k --:--:-- --:--:-- --:--:-- 159k 100 86965 0 0 100 86965 0 159k --:--:-- --:--:-- --:--:-- 159k [2023-03-09T18:57:43.836Z] [2023-03-09T18:57:43.836Z] [2023-03-09T18:57:43.836Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/449/openapi/v3/support-scheduler.yaml] [2023-03-09T18:57:43.836Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T18:57:43.836Z] Dload Upload Total Spent Left Speed [2023-03-09T18:57:44.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 75057 --:--:-- --:--:-- --:--:-- 75057 [2023-03-09T18:57:44.404Z] [2023-03-09T18:57:44.404Z] [Pipeline] } [2023-03-09T18:57:44.412Z] 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-09T18:57:44.813Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T18:57:44.813Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:57:45.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T18:57:45.113Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:57:45.188Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:57:45.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T18:57:45.601Z] $ docker top 0e63685e0bee0e0f7b99136fde94837588e1e8e4c53034c278d767fe0696e586 -eo pid,comm [2023-03-09T18:57:45.629Z] 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-09T18:57:45.629Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T18:57:45.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T18:57:45.675Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T18:57:45.772Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T18:57:45.793Z] $ docker exec 0e63685e0bee0e0f7b99136fde94837588e1e8e4c53034c278d767fe0696e586 ssh-agent [2023-03-09T18:57:45.877Z] SSH_AUTH_SOCK=/tmp/ssh-bHviHf7aQ8mj/agent.32 [2023-03-09T18:57:45.877Z] SSH_AGENT_PID=38 [2023-03-09T18:57:45.881Z] Running ssh-add (command line suppressed) [2023-03-09T18:57:46.000Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_18425778180692370276.key (/w/workspace/edgex-go/449@tmp/private_key_18425778180692370276.key) [2023-03-09T18:57:45.994Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T18:57:46.278Z] + git semver tag [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,472 [run_tag] DEBUG tag force:False [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,472 [check_head_tag] DEBUG check head tag [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,475 [execute] INFO git cat-file --batch-check [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,475 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/449, universal_newlines=False, shell=None, istream=) [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,478 [execute] INFO git cat-file --batch [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,479 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/449, universal_newlines=False, shell=None, istream=) [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,531 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,531 [execute] INFO git tag -a v3.0.0-dev.87 -m v3.0.0-dev.87 [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,531 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.87', '-m', 'v3.0.0-dev.87'], cwd=/w/workspace/edgex-go/449, universal_newlines=False, shell=None, istream=None) [2023-03-09T18:57:46.536Z] 2023-03-09 18:57:46,535 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:57:46.536Z] 3.0.0-dev.87 [Pipeline] } [2023-03-09T18:57:46.564Z] $ docker exec --env ******** --env ******** 0e63685e0bee0e0f7b99136fde94837588e1e8e4c53034c278d767fe0696e586 ssh-agent -k [2023-03-09T18:57:46.662Z] unset SSH_AUTH_SOCK; [2023-03-09T18:57:46.662Z] unset SSH_AGENT_PID; [2023-03-09T18:57:46.662Z] echo Agent pid 38 killed; [2023-03-09T18:57:46.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T18:57:46.965Z] + git semver [Pipeline] } [2023-03-09T18:57:47.256Z] $ docker stop --time=1 0e63685e0bee0e0f7b99136fde94837588e1e8e4c53034c278d767fe0696e586 [2023-03-09T18:57:48.519Z] $ docker rm -f --volumes 0e63685e0bee0e0f7b99136fde94837588e1e8e4c53034c278d767fe0696e586 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:57:48.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T18:57:48.941Z] [2023-03-09T18:57:48.941Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:57:49.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T18:57:49.245Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-09T18:57:49.245Z] ab5ef0e58194: Pulling fs layer [2023-03-09T18:57:49.245Z] 9712f1f96733: Pulling fs layer [2023-03-09T18:57:49.245Z] 63f879dbbcfc: Pulling fs layer [2023-03-09T18:57:49.245Z] 0d9ebad4ef96: Pulling fs layer [2023-03-09T18:57:49.245Z] e9a5061849ea: Pulling fs layer [2023-03-09T18:57:49.245Z] d747dcd14b5f: Pulling fs layer [2023-03-09T18:57:49.245Z] 2de7ff778b66: Pulling fs layer [2023-03-09T18:57:49.245Z] e9a5061849ea: Waiting [2023-03-09T18:57:49.245Z] 2de7ff778b66: Waiting [2023-03-09T18:57:49.245Z] d747dcd14b5f: Waiting [2023-03-09T18:57:49.245Z] 0d9ebad4ef96: Waiting [2023-03-09T18:57:49.245Z] 9712f1f96733: Verifying Checksum [2023-03-09T18:57:49.245Z] 9712f1f96733: Download complete [2023-03-09T18:57:49.819Z] 63f879dbbcfc: Verifying Checksum [2023-03-09T18:57:49.819Z] 63f879dbbcfc: Download complete [2023-03-09T18:57:49.819Z] e9a5061849ea: Verifying Checksum [2023-03-09T18:57:49.819Z] e9a5061849ea: Download complete [2023-03-09T18:57:49.819Z] d747dcd14b5f: Download complete [2023-03-09T18:57:49.819Z] 0d9ebad4ef96: Verifying Checksum [2023-03-09T18:57:49.819Z] 0d9ebad4ef96: Download complete [2023-03-09T18:57:49.819Z] ab5ef0e58194: Verifying Checksum [2023-03-09T18:57:49.819Z] ab5ef0e58194: Download complete [2023-03-09T18:57:50.077Z] 2de7ff778b66: Verifying Checksum [2023-03-09T18:57:50.077Z] 2de7ff778b66: Download complete [2023-03-09T18:57:52.601Z] ab5ef0e58194: Pull complete [2023-03-09T18:57:52.601Z] 9712f1f96733: Pull complete [2023-03-09T18:57:53.167Z] 63f879dbbcfc: Pull complete [2023-03-09T18:57:56.451Z] 0d9ebad4ef96: Pull complete [2023-03-09T18:57:56.709Z] e9a5061849ea: Pull complete [2023-03-09T18:57:56.709Z] d747dcd14b5f: Pull complete [2023-03-09T18:57:57.645Z] 2de7ff778b66: Pull complete [2023-03-09T18:57:57.645Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-09T18:57:57.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-09T18:57:57.645Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:57:57.717Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:57:57.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-09T18:58:02.672Z] $ docker top ceb7c9dd71188397dacefe9cc3d2b2be249fddc6c11615a3d02319dcdf0d40f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-09T18:58:02.748Z] provisioning config files... [2023-03-09T18:58:02.756Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/449@tmp/config14707791226854019241tmp [2023-03-09T18:58:02.765Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/449@tmp/config17884585458756622819tmp [2023-03-09T18:58:02.775Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/449@tmp/config5153708281040734020tmp [Pipeline] { [Pipeline] echo [2023-03-09T18:58:02.792Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:03.078Z] ---> sigul-configuration.sh [2023-03-09T18:58:03.078Z] gpg: directory `/root/.gnupg' created [2023-03-09T18:58:03.078Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-09T18:58:03.078Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-09T18:58:03.078Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-09T18:58:03.078Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-09T18:58:03.078Z] gpg: CAST5 encrypted data [2023-03-09T18:58:03.078Z] gpg: encrypted with 1 passphrase [2023-03-09T18:58:03.078Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-09T18:58:03.363Z] + mkdir /home/jenkins [2023-03-09T18:58:03.363Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-09T18:58:03.651Z] + 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-09T18:58:03.661Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:03.946Z] ---> sigul-install.sh [2023-03-09T18:58:03.946Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-09T18:58:04.229Z] + git tag --list [2023-03-09T18:58:04.230Z] 0.6.0 [2023-03-09T18:58:04.230Z] 0.6.1 [2023-03-09T18:58:04.230Z] 0.7.0 [2023-03-09T18:58:04.230Z] 0.7.1 [2023-03-09T18:58:04.230Z] v1.0.0 [2023-03-09T18:58:04.230Z] v1.0.1 [2023-03-09T18:58:04.230Z] v1.1.0 [2023-03-09T18:58:04.230Z] v1.2.0 [2023-03-09T18:58:04.230Z] v1.2.1 [2023-03-09T18:58:04.230Z] v1.3.0 [2023-03-09T18:58:04.230Z] v1.3.1 [2023-03-09T18:58:04.230Z] v2.0.0 [2023-03-09T18:58:04.230Z] v2.1.0 [2023-03-09T18:58:04.230Z] v2.1.1 [2023-03-09T18:58:04.230Z] v2.1.1-dev.1 [2023-03-09T18:58:04.230Z] v2.1.1-dev.2 [2023-03-09T18:58:04.230Z] v2.1.1-dev.3 [2023-03-09T18:58:04.230Z] v2.1.1-dev.4 [2023-03-09T18:58:04.230Z] v2.1.1-dev.5 [2023-03-09T18:58:04.230Z] v2.1.1-dev.6 [2023-03-09T18:58:04.230Z] v2.1.1-dev.7 [2023-03-09T18:58:04.230Z] v2.1.1-dev.8 [2023-03-09T18:58:04.230Z] v2.1.2-dev.1 [2023-03-09T18:58:04.230Z] v2.2.0 [2023-03-09T18:58:04.230Z] v2.2.1-dev.1 [2023-03-09T18:58:04.230Z] v2.2.1-dev.10 [2023-03-09T18:58:04.230Z] v2.2.1-dev.11 [2023-03-09T18:58:04.230Z] v2.2.1-dev.12 [2023-03-09T18:58:04.230Z] v2.2.1-dev.13 [2023-03-09T18:58:04.230Z] v2.2.1-dev.14 [2023-03-09T18:58:04.230Z] v2.2.1-dev.15 [2023-03-09T18:58:04.230Z] v2.2.1-dev.16 [2023-03-09T18:58:04.230Z] v2.2.1-dev.17 [2023-03-09T18:58:04.230Z] v2.2.1-dev.18 [2023-03-09T18:58:04.230Z] v2.2.1-dev.19 [2023-03-09T18:58:04.230Z] v2.2.1-dev.2 [2023-03-09T18:58:04.230Z] v2.2.1-dev.20 [2023-03-09T18:58:04.230Z] v2.2.1-dev.21 [2023-03-09T18:58:04.230Z] v2.2.1-dev.22 [2023-03-09T18:58:04.230Z] v2.2.1-dev.23 [2023-03-09T18:58:04.230Z] v2.2.1-dev.24 [2023-03-09T18:58:04.230Z] v2.2.1-dev.25 [2023-03-09T18:58:04.230Z] v2.2.1-dev.26 [2023-03-09T18:58:04.230Z] v2.2.1-dev.27 [2023-03-09T18:58:04.230Z] v2.2.1-dev.28 [2023-03-09T18:58:04.230Z] v2.2.1-dev.29 [2023-03-09T18:58:04.230Z] v2.2.1-dev.3 [2023-03-09T18:58:04.230Z] v2.2.1-dev.4 [2023-03-09T18:58:04.230Z] v2.2.1-dev.5 [2023-03-09T18:58:04.230Z] v2.2.1-dev.6 [2023-03-09T18:58:04.230Z] v2.2.1-dev.7 [2023-03-09T18:58:04.230Z] v2.2.1-dev.8 [2023-03-09T18:58:04.230Z] v2.2.1-dev.9 [2023-03-09T18:58:04.230Z] v2.3.0 [2023-03-09T18:58:04.230Z] v2.3.0-dev.100 [2023-03-09T18:58:04.230Z] v2.3.0-dev.101 [2023-03-09T18:58:04.230Z] v2.3.0-dev.102 [2023-03-09T18:58:04.230Z] v2.3.0-dev.103 [2023-03-09T18:58:04.230Z] v2.3.0-dev.104 [2023-03-09T18:58:04.230Z] v2.3.0-dev.105 [2023-03-09T18:58:04.230Z] v2.3.0-dev.106 [2023-03-09T18:58:04.230Z] v2.3.0-dev.29 [2023-03-09T18:58:04.230Z] v2.3.0-dev.30 [2023-03-09T18:58:04.230Z] v2.3.0-dev.31 [2023-03-09T18:58:04.230Z] v2.3.0-dev.32 [2023-03-09T18:58:04.230Z] v2.3.0-dev.33 [2023-03-09T18:58:04.230Z] v2.3.0-dev.34 [2023-03-09T18:58:04.230Z] v2.3.0-dev.35 [2023-03-09T18:58:04.230Z] v2.3.0-dev.36 [2023-03-09T18:58:04.230Z] v2.3.0-dev.37 [2023-03-09T18:58:04.230Z] v2.3.0-dev.38 [2023-03-09T18:58:04.230Z] v2.3.0-dev.39 [2023-03-09T18:58:04.230Z] v2.3.0-dev.40 [2023-03-09T18:58:04.230Z] v2.3.0-dev.41 [2023-03-09T18:58:04.230Z] v2.3.0-dev.42 [2023-03-09T18:58:04.230Z] v2.3.0-dev.43 [2023-03-09T18:58:04.230Z] v2.3.0-dev.44 [2023-03-09T18:58:04.230Z] v2.3.0-dev.45 [2023-03-09T18:58:04.230Z] v2.3.0-dev.46 [2023-03-09T18:58:04.230Z] v2.3.0-dev.47 [2023-03-09T18:58:04.230Z] v2.3.0-dev.48 [2023-03-09T18:58:04.230Z] v2.3.0-dev.49 [2023-03-09T18:58:04.230Z] v2.3.0-dev.50 [2023-03-09T18:58:04.230Z] v2.3.0-dev.51 [2023-03-09T18:58:04.230Z] v2.3.0-dev.52 [2023-03-09T18:58:04.230Z] v2.3.0-dev.53 [2023-03-09T18:58:04.230Z] v2.3.0-dev.54 [2023-03-09T18:58:04.230Z] v2.3.0-dev.55 [2023-03-09T18:58:04.230Z] v2.3.0-dev.56 [2023-03-09T18:58:04.230Z] v2.3.0-dev.57 [2023-03-09T18:58:04.230Z] v2.3.0-dev.58 [2023-03-09T18:58:04.230Z] v2.3.0-dev.59 [2023-03-09T18:58:04.230Z] v2.3.0-dev.60 [2023-03-09T18:58:04.230Z] v2.3.0-dev.61 [2023-03-09T18:58:04.230Z] v2.3.0-dev.62 [2023-03-09T18:58:04.230Z] v2.3.0-dev.63 [2023-03-09T18:58:04.230Z] v2.3.0-dev.64 [2023-03-09T18:58:04.230Z] v2.3.0-dev.65 [2023-03-09T18:58:04.230Z] v2.3.0-dev.66 [2023-03-09T18:58:04.230Z] v2.3.0-dev.67 [2023-03-09T18:58:04.230Z] v2.3.0-dev.68 [2023-03-09T18:58:04.230Z] v2.3.0-dev.69 [2023-03-09T18:58:04.230Z] v2.3.0-dev.70 [2023-03-09T18:58:04.230Z] v2.3.0-dev.71 [2023-03-09T18:58:04.230Z] v2.3.0-dev.72 [2023-03-09T18:58:04.230Z] v2.3.0-dev.73 [2023-03-09T18:58:04.230Z] v2.3.0-dev.74 [2023-03-09T18:58:04.230Z] v2.3.0-dev.75 [2023-03-09T18:58:04.230Z] v2.3.0-dev.76 [2023-03-09T18:58:04.230Z] v2.3.0-dev.77 [2023-03-09T18:58:04.230Z] v2.3.0-dev.78 [2023-03-09T18:58:04.230Z] v2.3.0-dev.79 [2023-03-09T18:58:04.230Z] v2.3.0-dev.80 [2023-03-09T18:58:04.230Z] v2.3.0-dev.81 [2023-03-09T18:58:04.230Z] v2.3.0-dev.82 [2023-03-09T18:58:04.230Z] v2.3.0-dev.83 [2023-03-09T18:58:04.230Z] v2.3.0-dev.84 [2023-03-09T18:58:04.230Z] v2.3.0-dev.85 [2023-03-09T18:58:04.230Z] v2.3.0-dev.86 [2023-03-09T18:58:04.230Z] v2.3.0-dev.87 [2023-03-09T18:58:04.230Z] v2.3.0-dev.88 [2023-03-09T18:58:04.230Z] v2.3.0-dev.89 [2023-03-09T18:58:04.230Z] v2.3.0-dev.90 [2023-03-09T18:58:04.230Z] v2.3.0-dev.91 [2023-03-09T18:58:04.230Z] v2.3.0-dev.92 [2023-03-09T18:58:04.230Z] v2.3.0-dev.93 [2023-03-09T18:58:04.230Z] v2.3.0-dev.94 [2023-03-09T18:58:04.230Z] v2.3.0-dev.95 [2023-03-09T18:58:04.230Z] v2.3.0-dev.96 [2023-03-09T18:58:04.230Z] v2.3.0-dev.97 [2023-03-09T18:58:04.230Z] v2.3.0-dev.98 [2023-03-09T18:58:04.230Z] v2.3.0-dev.99 [2023-03-09T18:58:04.230Z] v2.3.1-dev.1 [2023-03-09T18:58:04.230Z] v2.3.1-dev.2 [2023-03-09T18:58:04.230Z] v2.3.1-dev.3 [2023-03-09T18:58:04.230Z] v2.3.1-dev.4 [2023-03-09T18:58:04.230Z] v2.3.1-dev.5 [2023-03-09T18:58:04.230Z] v3.0.0-dev.1 [2023-03-09T18:58:04.230Z] v3.0.0-dev.10 [2023-03-09T18:58:04.230Z] v3.0.0-dev.11 [2023-03-09T18:58:04.230Z] v3.0.0-dev.12 [2023-03-09T18:58:04.230Z] v3.0.0-dev.13 [2023-03-09T18:58:04.230Z] v3.0.0-dev.14 [2023-03-09T18:58:04.230Z] v3.0.0-dev.15 [2023-03-09T18:58:04.230Z] v3.0.0-dev.16 [2023-03-09T18:58:04.230Z] v3.0.0-dev.17 [2023-03-09T18:58:04.230Z] v3.0.0-dev.18 [2023-03-09T18:58:04.230Z] v3.0.0-dev.19 [2023-03-09T18:58:04.230Z] v3.0.0-dev.2 [2023-03-09T18:58:04.230Z] v3.0.0-dev.20 [2023-03-09T18:58:04.230Z] v3.0.0-dev.21 [2023-03-09T18:58:04.230Z] v3.0.0-dev.22 [2023-03-09T18:58:04.230Z] v3.0.0-dev.23 [2023-03-09T18:58:04.230Z] v3.0.0-dev.24 [2023-03-09T18:58:04.230Z] v3.0.0-dev.25 [2023-03-09T18:58:04.230Z] v3.0.0-dev.26 [2023-03-09T18:58:04.230Z] v3.0.0-dev.27 [2023-03-09T18:58:04.230Z] v3.0.0-dev.28 [2023-03-09T18:58:04.230Z] v3.0.0-dev.29 [2023-03-09T18:58:04.230Z] v3.0.0-dev.3 [2023-03-09T18:58:04.230Z] v3.0.0-dev.30 [2023-03-09T18:58:04.230Z] v3.0.0-dev.31 [2023-03-09T18:58:04.230Z] v3.0.0-dev.32 [2023-03-09T18:58:04.230Z] v3.0.0-dev.33 [2023-03-09T18:58:04.230Z] v3.0.0-dev.34 [2023-03-09T18:58:04.230Z] v3.0.0-dev.35 [2023-03-09T18:58:04.230Z] v3.0.0-dev.36 [2023-03-09T18:58:04.230Z] v3.0.0-dev.37 [2023-03-09T18:58:04.230Z] v3.0.0-dev.38 [2023-03-09T18:58:04.230Z] v3.0.0-dev.39 [2023-03-09T18:58:04.230Z] v3.0.0-dev.4 [2023-03-09T18:58:04.230Z] v3.0.0-dev.40 [2023-03-09T18:58:04.230Z] v3.0.0-dev.41 [2023-03-09T18:58:04.230Z] v3.0.0-dev.42 [2023-03-09T18:58:04.230Z] v3.0.0-dev.43 [2023-03-09T18:58:04.230Z] v3.0.0-dev.44 [2023-03-09T18:58:04.230Z] v3.0.0-dev.45 [2023-03-09T18:58:04.230Z] v3.0.0-dev.46 [2023-03-09T18:58:04.230Z] v3.0.0-dev.47 [2023-03-09T18:58:04.230Z] v3.0.0-dev.48 [2023-03-09T18:58:04.230Z] v3.0.0-dev.49 [2023-03-09T18:58:04.230Z] v3.0.0-dev.5 [2023-03-09T18:58:04.230Z] v3.0.0-dev.50 [2023-03-09T18:58:04.230Z] v3.0.0-dev.51 [2023-03-09T18:58:04.230Z] v3.0.0-dev.52 [2023-03-09T18:58:04.230Z] v3.0.0-dev.53 [2023-03-09T18:58:04.230Z] v3.0.0-dev.54 [2023-03-09T18:58:04.230Z] v3.0.0-dev.55 [2023-03-09T18:58:04.230Z] v3.0.0-dev.56 [2023-03-09T18:58:04.230Z] v3.0.0-dev.57 [2023-03-09T18:58:04.230Z] v3.0.0-dev.58 [2023-03-09T18:58:04.230Z] v3.0.0-dev.59 [2023-03-09T18:58:04.230Z] v3.0.0-dev.6 [2023-03-09T18:58:04.230Z] v3.0.0-dev.60 [2023-03-09T18:58:04.230Z] v3.0.0-dev.61 [2023-03-09T18:58:04.230Z] v3.0.0-dev.62 [2023-03-09T18:58:04.230Z] v3.0.0-dev.63 [2023-03-09T18:58:04.230Z] v3.0.0-dev.64 [2023-03-09T18:58:04.230Z] v3.0.0-dev.65 [2023-03-09T18:58:04.230Z] v3.0.0-dev.66 [2023-03-09T18:58:04.230Z] v3.0.0-dev.67 [2023-03-09T18:58:04.230Z] v3.0.0-dev.68 [2023-03-09T18:58:04.230Z] v3.0.0-dev.69 [2023-03-09T18:58:04.230Z] v3.0.0-dev.7 [2023-03-09T18:58:04.230Z] v3.0.0-dev.70 [2023-03-09T18:58:04.230Z] v3.0.0-dev.71 [2023-03-09T18:58:04.230Z] v3.0.0-dev.72 [2023-03-09T18:58:04.230Z] v3.0.0-dev.73 [2023-03-09T18:58:04.230Z] v3.0.0-dev.74 [2023-03-09T18:58:04.230Z] v3.0.0-dev.75 [2023-03-09T18:58:04.230Z] v3.0.0-dev.76 [2023-03-09T18:58:04.230Z] v3.0.0-dev.77 [2023-03-09T18:58:04.230Z] v3.0.0-dev.78 [2023-03-09T18:58:04.230Z] v3.0.0-dev.79 [2023-03-09T18:58:04.230Z] v3.0.0-dev.8 [2023-03-09T18:58:04.230Z] v3.0.0-dev.80 [2023-03-09T18:58:04.230Z] v3.0.0-dev.81 [2023-03-09T18:58:04.230Z] v3.0.0-dev.82 [2023-03-09T18:58:04.230Z] v3.0.0-dev.83 [2023-03-09T18:58:04.230Z] v3.0.0-dev.84 [2023-03-09T18:58:04.230Z] v3.0.0-dev.85 [2023-03-09T18:58:04.230Z] v3.0.0-dev.86 [2023-03-09T18:58:04.230Z] v3.0.0-dev.87 [2023-03-09T18:58:04.230Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-09T18:58:04.517Z] + lftools sign git-tag v3.0.0-dev.87 [2023-03-09T18:58:05.085Z] Signing Git tag with Sigul... [2023-03-09T18:58:05.085Z] Signing v3.0.0-dev.87 [Pipeline] echo [2023-03-09T18:58:05.353Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:05.635Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-09T18:58:05.641Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-09T18:58:05.676Z] $ docker stop --time=1 ceb7c9dd71188397dacefe9cc3d2b2be249fddc6c11615a3d02319dcdf0d40f3 [2023-03-09T18:58:06.988Z] $ docker rm -f --volumes ceb7c9dd71188397dacefe9cc3d2b2be249fddc6c11615a3d02319dcdf0d40f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-09T18:58:07.411Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T18:58:07.411Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:58:07.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T18:58:07.715Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:58:07.783Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:58:07.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T18:58:08.131Z] $ docker top bf63de73e12a8d16d40a2e0743424ef7e5ad2f0d213f95c396f32e7cb64f15c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T18:58:08.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T18:58:08.190Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T18:58:08.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T18:58:08.309Z] $ docker exec bf63de73e12a8d16d40a2e0743424ef7e5ad2f0d213f95c396f32e7cb64f15c8 ssh-agent [2023-03-09T18:58:08.395Z] SSH_AUTH_SOCK=/tmp/ssh-I82wyPv8cgT8/agent.31 [2023-03-09T18:58:08.395Z] SSH_AGENT_PID=37 [2023-03-09T18:58:08.402Z] Running ssh-add (command line suppressed) [2023-03-09T18:58:08.548Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_4563948870483733998.key (/w/workspace/edgex-go/449@tmp/private_key_4563948870483733998.key) [2023-03-09T18:58:08.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T18:58:08.832Z] + git semver bump pre [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,012 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,013 [bump_version] DEBUG bumping version:3.0.0-dev.87 on axis:pre with prefix:dev [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,013 [bump_version] DEBUG bumped version:3.0.0-dev.88 [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,013 [write_version] DEBUG write version:3.0.0-dev.88 to path:/w/workspace/edgex-go/449/.semver/main with force:True [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,013 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,013 [write_file] DEBUG write to file:/w/workspace/edgex-go/449/.semver/main [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,017 [execute] INFO git cat-file --batch-check [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,018 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/449/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,023 [execute] INFO git cat-file --batch [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/449/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T18:58:09.091Z] 2023-03-09 18:58:09,029 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:58:09.091Z] 3.0.0-dev.88 [Pipeline] } [2023-03-09T18:58:09.118Z] $ docker exec --env ******** --env ******** bf63de73e12a8d16d40a2e0743424ef7e5ad2f0d213f95c396f32e7cb64f15c8 ssh-agent -k [2023-03-09T18:58:09.218Z] unset SSH_AUTH_SOCK; [2023-03-09T18:58:09.218Z] unset SSH_AGENT_PID; [2023-03-09T18:58:09.219Z] echo Agent pid 37 killed; [2023-03-09T18:58:09.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T18:58:09.502Z] + git semver [Pipeline] } [2023-03-09T18:58:09.791Z] $ docker stop --time=1 bf63de73e12a8d16d40a2e0743424ef7e5ad2f0d213f95c396f32e7cb64f15c8 [2023-03-09T18:58:11.049Z] $ docker rm -f --volumes bf63de73e12a8d16d40a2e0743424ef7e5ad2f0d213f95c396f32e7cb64f15c8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T18:58:11.358Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T18:58:11.358Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:58:11.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T18:58:11.654Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:58:11.719Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:58:11.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T18:58:12.088Z] $ docker top a2983ab8185535ec81d4e7e5788f5bf6b4f0ac47324503dc5c9c5cfe06df6e28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T18:58:12.150Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T18:58:12.150Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T18:58:12.256Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T18:58:12.277Z] $ docker exec a2983ab8185535ec81d4e7e5788f5bf6b4f0ac47324503dc5c9c5cfe06df6e28 ssh-agent [2023-03-09T18:58:12.361Z] SSH_AUTH_SOCK=/tmp/ssh-psNLI8hCVCJA/agent.32 [2023-03-09T18:58:12.361Z] SSH_AGENT_PID=38 [2023-03-09T18:58:12.365Z] Running ssh-add (command line suppressed) [2023-03-09T18:58:12.483Z] Identity added: /w/workspace/edgex-go/449@tmp/private_key_6856294693878825431.key (/w/workspace/edgex-go/449@tmp/private_key_6856294693878825431.key) [2023-03-09T18:58:12.477Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T18:58:12.818Z] + git semver push [2023-03-09T18:58:13.088Z] 2023-03-09 18:58:12,975 [run_push] DEBUG push [2023-03-09T18:58:13.088Z] 2023-03-09 18:58:12,975 [execute] INFO git cat-file --batch-check [2023-03-09T18:58:13.088Z] 2023-03-09 18:58:12,976 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/449/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T18:58:13.088Z] 2023-03-09 18:58:12,979 [execute] INFO git rev-list 602ba94c8c37f291895ea58498cd54493c27a0d2 -- [2023-03-09T18:58:13.088Z] 2023-03-09 18:58:12,980 [execute] DEBUG Popen(['git', 'rev-list', '602ba94c8c37f291895ea58498cd54493c27a0d2', '--'], cwd=/w/workspace/edgex-go/449/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-09T18:58:13.088Z] 2023-03-09 18:58:12,998 [execute] INFO git fetch -v origin [2023-03-09T18:58:13.088Z] 2023-03-09 18:58:12,998 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/449/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-09T18:58:13.714Z] 2023-03-09 18:58:13,452 [run_push] DEBUG no remote changes detected [2023-03-09T18:58:13.714Z] 2023-03-09 18:58:13,452 [execute] INFO git push origin semver [2023-03-09T18:58:13.714Z] 2023-03-09 18:58:13,452 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/449/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-09T18:58:14.288Z] 2023-03-09 18:58:14,299 [run_push] DEBUG push all version tags [2023-03-09T18:58:14.288Z] 2023-03-09 18:58:14,299 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-09T18:58:14.288Z] 2023-03-09 18:58:14,300 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/449, universal_newlines=False, shell=None, istream=None) [2023-03-09T18:58:15.666Z] 2023-03-09 18:58:15,338 [read_version] DEBUG read version from /w/workspace/edgex-go/449/.semver/main [2023-03-09T18:58:15.666Z] 3.0.0-dev.88 [Pipeline] } [2023-03-09T18:58:15.695Z] $ docker exec --env ******** --env ******** a2983ab8185535ec81d4e7e5788f5bf6b4f0ac47324503dc5c9c5cfe06df6e28 ssh-agent -k [2023-03-09T18:58:15.789Z] unset SSH_AUTH_SOCK; [2023-03-09T18:58:15.789Z] unset SSH_AGENT_PID; [2023-03-09T18:58:15.789Z] echo Agent pid 38 killed; [2023-03-09T18:58:15.780Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T18:58:16.074Z] + git semver [Pipeline] } [2023-03-09T18:58:16.363Z] $ docker stop --time=1 a2983ab8185535ec81d4e7e5788f5bf6b4f0ac47324503dc5c9c5cfe06df6e28 [2023-03-09T18:58:17.666Z] $ docker rm -f --volumes a2983ab8185535ec81d4e7e5788f5bf6b4f0ac47324503dc5c9c5cfe06df6e28 [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-09T18:58:18.157Z] + [ -d /w/workspace/edgex-go/449/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:18.440Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:19.295Z] ---> package-listing.sh [2023-03-09T18:58:19.295Z] ++ facter osfamily [2023-03-09T18:58:19.295Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-09T18:58:19.554Z] + OS_FAMILY=debian [2023-03-09T18:58:19.554Z] + workspace=/w/workspace/edgex-go/449 [2023-03-09T18:58:19.554Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-09T18:58:19.554Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-09T18:58:19.554Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-09T18:58:19.554Z] + PACKAGES=/tmp/packages_start.txt [2023-03-09T18:58:19.554Z] + '[' /w/workspace/edgex-go/449 ']' [2023-03-09T18:58:19.554Z] + PACKAGES=/tmp/packages_end.txt [2023-03-09T18:58:19.554Z] + case "${OS_FAMILY}" in [2023-03-09T18:58:19.554Z] + dpkg -l [2023-03-09T18:58:19.554Z] + grep '^ii' [2023-03-09T18:58:19.554Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-09T18:58:19.554Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-09T18:58:19.554Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-09T18:58:19.554Z] + '[' /w/workspace/edgex-go/449 ']' [2023-03-09T18:58:19.554Z] + mkdir -p /w/workspace/edgex-go/449/archives/ [2023-03-09T18:58:19.554Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/449/archives/ [Pipeline] echo [2023-03-09T18:58:19.565Z] 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/449/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-09T18:58:19.841Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:58:20.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T18:58:20.143Z] [2023-03-09T18:58:20.143Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T18:58:20.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T18:58:20.441Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-09T18:58:20.441Z] 5eb5b503b376: Pulling fs layer [2023-03-09T18:58:20.441Z] 5c69ac0246d0: Pulling fs layer [2023-03-09T18:58:20.441Z] ec43610c2a17: Pulling fs layer [2023-03-09T18:58:20.441Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-09T18:58:20.441Z] 33b1e0a273af: Pulling fs layer [2023-03-09T18:58:20.441Z] 5d3b04190fa2: Pulling fs layer [2023-03-09T18:58:20.441Z] 2f39f015ded8: Pulling fs layer [2023-03-09T18:58:20.441Z] 33b1e0a273af: Waiting [2023-03-09T18:58:20.441Z] 5d3b04190fa2: Waiting [2023-03-09T18:58:20.441Z] 2f39f015ded8: Waiting [2023-03-09T18:58:20.441Z] 3a2ae6a8a46f: Waiting [2023-03-09T18:58:20.441Z] 5c69ac0246d0: Verifying Checksum [2023-03-09T18:58:20.441Z] 5c69ac0246d0: Download complete [2023-03-09T18:58:20.441Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-09T18:58:20.441Z] 3a2ae6a8a46f: Download complete [2023-03-09T18:58:20.701Z] 33b1e0a273af: Verifying Checksum [2023-03-09T18:58:20.701Z] 33b1e0a273af: Download complete [2023-03-09T18:58:20.701Z] 5d3b04190fa2: Verifying Checksum [2023-03-09T18:58:20.701Z] 5d3b04190fa2: Download complete [2023-03-09T18:58:20.701Z] ec43610c2a17: Verifying Checksum [2023-03-09T18:58:20.701Z] ec43610c2a17: Download complete [2023-03-09T18:58:20.701Z] 5eb5b503b376: Verifying Checksum [2023-03-09T18:58:20.701Z] 5eb5b503b376: Download complete [2023-03-09T18:58:21.265Z] 2f39f015ded8: Download complete [2023-03-09T18:58:21.830Z] 5eb5b503b376: Pull complete [2023-03-09T18:58:22.088Z] 5c69ac0246d0: Pull complete [2023-03-09T18:58:22.345Z] ec43610c2a17: Pull complete [2023-03-09T18:58:22.345Z] 3a2ae6a8a46f: Pull complete [2023-03-09T18:58:22.603Z] 33b1e0a273af: Pull complete [2023-03-09T18:58:22.603Z] 5d3b04190fa2: Pull complete [2023-03-09T18:58:26.824Z] 2f39f015ded8: Pull complete [2023-03-09T18:58:26.824Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-09T18:58:26.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T18:58:26.824Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T18:58:26.900Z] prd-ubuntu20.04-docker-8c-8g-9517 does not seem to be running inside a container [2023-03-09T18:58:26.948Z] $ 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/449/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/449 -v /w/workspace/edgex-go/449:/w/workspace/edgex-go/449:rw,z -v /w/workspace/edgex-go/449@tmp:/w/workspace/edgex-go/449@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T18:58:30.292Z] $ docker top 2925c9aca5ac82e1b6856f2de5ec7be81dfef1d01d2a79ac2f6df8c1e3866db6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T18:58:30.609Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-09T18:58:30.892Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-09T18:58:31.175Z] + ls /var/log/sa-host [2023-03-09T18:58:31.175Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T18:58:31.318Z] provisioning config files... [2023-03-09T18:58:31.327Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/449@tmp/config5350005941049418231tmp [Pipeline] { [Pipeline] echo [2023-03-09T18:58:31.341Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:31.623Z] ---> create-netrc.sh [Pipeline] } [2023-03-09T18:58:31.631Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:31.961Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-09T18:58:31.970Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:32.253Z] ---> sudo-logs.sh [2023-03-09T18:58:32.253Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-09T18:58:32.274Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:32.553Z] ---> job-cost.sh [2023-03-09T18:58:32.554Z] lf-activate-venv: SKIPPING [2023-03-09T18:58:32.554Z] DEBUG: total: 0.10999999940395355 [2023-03-09T18:58:32.554Z] INFO: Retrieving Stack Cost... [2023-03-09T18:58:32.813Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T18:58:33.380Z] INFO: Archiving Costs [Pipeline] echo [2023-03-09T18:58:33.393Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T18:58:33.678Z] ---> logs-deploy.sh [2023-03-09T18:58:33.678Z] lf-activate-venv: SKIPPING [2023-03-09T18:58:33.678Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/449 [2023-03-09T18:58:33.678Z] INFO: archiving workspace using pattern(s): [2023-03-09T18:58:34.617Z] Archives upload complete. [2023-03-09T18:58:34.617Z] INFO: archiving logs to Nexus