Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 98f26a0c7d805e442403424f4b6a62f5234911ca 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-ssh18299160539473332770.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5295082110538619933.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh655906632033372159.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh17796667814666722982.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-ssh18007995832067647040.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.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-2436 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/462 [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/462 # 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 98f26a0c7d805e442403424f4b6a62f5234911ca (main) Commit message: "feat: Add env override capability for common configuration (#4449)" > 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 98f26a0c7d805e442403424f4b6a62f5234911ca # timeout=10 > git rev-list --no-walk fb374ba40cebf55d618012c5193e905184d8b0d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-16T14:27:13.087Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-16T14:27:13.125Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-16T14:27:13.139Z] ========================================================= [2023-03-16T14:27:13.139Z] EdgeX Global Pipelines Version Info [2023-03-16T14:27:13.139Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-16T14:27:13.859Z] ------------------- [2023-03-16T14:27:13.859Z] stable info: [2023-03-16T14:27:13.859Z] ------------------- [2023-03-16T14:27:13.859Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-16T14:27:13.859Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-16T14:27:13.859Z] Message: update stable to v1.0.245 [2023-03-16T14:27:14.429Z] ------------------- [2023-03-16T14:27:14.429Z] experimental info: [2023-03-16T14:27:14.429Z] ------------------- [2023-03-16T14:27:14.429Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-16T14:27:14.429Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-16T14:27:14.429Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-16T14:27:14.582Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-16T14:27:14.590Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-16T14:27:14.598Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-16T14:27:14.606Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-16T14:27:14.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-16T14:27:14.628Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-16T14:27:14.643Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-16T14:27:14.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-16T14:27:14.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-16T14:27:14.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-16T14:27:14.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-16T14:27:14.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-16T14:27:14.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-16T14:27:14.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-16T14:27:14.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-16T14:27:14.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-16T14:27:14.745Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-16T14:27:14.755Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-16T14:27:14.765Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-16T14:27:14.778Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-16T14:27:14.788Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-16T14:27:14.798Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-16T14:27:14.808Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-16T14:27:14.818Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-16T14:27:14.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-16T14:27:14.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-16T14:27:14.851Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] echo [2023-03-16T14:27:14.861Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98f26a0 [Pipeline] echo [2023-03-16T14:27:14.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T14:27:14.911Z] provisioning config files... [2023-03-16T14:27:14.926Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config375588679126001703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T14:27:15.226Z] ---> docker-login.sh [2023-03-16T14:27:15.226Z] nexus3.edgexfoundry.org:10001 [2023-03-16T14:27:15.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:27:15.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:27:15.486Z] Configure a credential helper to remove this warning. See [2023-03-16T14:27:15.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:27:15.486Z] [2023-03-16T14:27:15.486Z] Login Succeeded [2023-03-16T14:27:15.486Z] nexus3.edgexfoundry.org:10002 [2023-03-16T14:27:15.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:27:15.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:27:15.746Z] Configure a credential helper to remove this warning. See [2023-03-16T14:27:15.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:27:15.746Z] [2023-03-16T14:27:15.746Z] Login Succeeded [2023-03-16T14:27:15.746Z] nexus3.edgexfoundry.org:10003 [2023-03-16T14:27:15.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:27:15.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:27:15.746Z] Configure a credential helper to remove this warning. See [2023-03-16T14:27:15.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:27:15.746Z] [2023-03-16T14:27:15.746Z] Login Succeeded [2023-03-16T14:27:15.746Z] nexus3.edgexfoundry.org:10004 [2023-03-16T14:27:15.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:27:16.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:27:16.008Z] Configure a credential helper to remove this warning. See [2023-03-16T14:27:16.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:27:16.008Z] [2023-03-16T14:27:16.008Z] Login Succeeded [2023-03-16T14:27:16.008Z] docker.io [2023-03-16T14:27:16.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:27:16.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:27:16.268Z] Configure a credential helper to remove this warning. See [2023-03-16T14:27:16.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:27:16.268Z] [2023-03-16T14:27:16.268Z] Login Succeeded [2023-03-16T14:27:16.268Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T14:27:16.276Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T14:27:16.576Z] + 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-16T14:27:16.576Z] + dirname cmd/core-command/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-16T14:27:16.576Z] + + dirname cmd/core-data/Dockerfile [2023-03-16T14:27:16.576Z] cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/core-metadata/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-16T14:27:16.576Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-16T14:27:16.576Z] cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/support-notifications/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-16T14:27:16.576Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-16T14:27:16.576Z] + cut -d/ -f2 [2023-03-16T14:27:16.576Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-16T14:27:16.630Z] 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-16T14:27:16.976Z] + git rev-list -1 --merges 98f26a0c7d805e442403424f4b6a62f5234911ca~1..98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] echo [2023-03-16T14:27:17.007Z] -----------> git rev-list -1 --merges 98f26a0c7d805e442403424f4b6a62f5234911ca~1..98f26a0c7d805e442403424f4b6a62f5234911ca 98f26a0c7d805e442403424f4b6a62f5234911ca [false] [Pipeline] sh [2023-03-16T14:27:17.294Z] + git log --format=format:%s -1 98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] echo [2023-03-16T14:27:17.308Z] ========================================================= [2023-03-16T14:27:17.308Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-16T14:27:17.308Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-16T14:27:17.674Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T14:27:17.674Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-16T14:27:17.674Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-16T14:27:17.674Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-16T14:27:17.674Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-03-16T14:27:17.674Z] -a /etc/ssh/ssh_known_hosts [2023-03-16T14:27:17.674Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:27:18.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T14:27:18.069Z] [2023-03-16T14:27:18.069Z] 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-16T14:27:18.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T14:27:18.366Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-16T14:27:18.366Z] b85a868b505f: Pulling fs layer [2023-03-16T14:27:18.366Z] e2be974225ed: Pulling fs layer [2023-03-16T14:27:18.366Z] 339a4e72a1f5: Pulling fs layer [2023-03-16T14:27:18.366Z] 988bab9f4d93: Pulling fs layer [2023-03-16T14:27:18.366Z] 1469e6f7b9e6: Pulling fs layer [2023-03-16T14:27:18.366Z] eaf3925da568: Pulling fs layer [2023-03-16T14:27:18.366Z] bab4dde63d76: Pulling fs layer [2023-03-16T14:27:18.366Z] bde34c3a00c8: Pulling fs layer [2023-03-16T14:27:18.366Z] b352a97aabf1: Pulling fs layer [2023-03-16T14:27:18.366Z] 4872d77fe225: Pulling fs layer [2023-03-16T14:27:18.366Z] 5851b861e8e6: Pulling fs layer [2023-03-16T14:27:18.366Z] 988bab9f4d93: Waiting [2023-03-16T14:27:18.366Z] 1469e6f7b9e6: Waiting [2023-03-16T14:27:18.366Z] eaf3925da568: Waiting [2023-03-16T14:27:18.366Z] bab4dde63d76: Waiting [2023-03-16T14:27:18.366Z] bde34c3a00c8: Waiting [2023-03-16T14:27:18.366Z] 4872d77fe225: Waiting [2023-03-16T14:27:18.366Z] 5851b861e8e6: Waiting [2023-03-16T14:27:18.366Z] b352a97aabf1: Waiting [2023-03-16T14:27:18.366Z] e2be974225ed: Verifying Checksum [2023-03-16T14:27:18.366Z] e2be974225ed: Download complete [2023-03-16T14:27:18.366Z] 988bab9f4d93: Verifying Checksum [2023-03-16T14:27:18.366Z] 988bab9f4d93: Download complete [2023-03-16T14:27:18.628Z] 1469e6f7b9e6: Verifying Checksum [2023-03-16T14:27:18.628Z] 1469e6f7b9e6: Download complete [2023-03-16T14:27:18.628Z] eaf3925da568: Download complete [2023-03-16T14:27:18.628Z] 339a4e72a1f5: Verifying Checksum [2023-03-16T14:27:18.628Z] 339a4e72a1f5: Download complete [2023-03-16T14:27:18.628Z] bde34c3a00c8: Download complete [2023-03-16T14:27:18.628Z] b352a97aabf1: Verifying Checksum [2023-03-16T14:27:18.628Z] b352a97aabf1: Download complete [2023-03-16T14:27:18.628Z] 4872d77fe225: Download complete [2023-03-16T14:27:18.628Z] b85a868b505f: Verifying Checksum [2023-03-16T14:27:18.628Z] b85a868b505f: Download complete [2023-03-16T14:27:18.628Z] 5851b861e8e6: Verifying Checksum [2023-03-16T14:27:18.628Z] 5851b861e8e6: Download complete [2023-03-16T14:27:19.195Z] bab4dde63d76: Verifying Checksum [2023-03-16T14:27:19.195Z] bab4dde63d76: Download complete [2023-03-16T14:27:20.136Z] b85a868b505f: Pull complete [2023-03-16T14:27:20.136Z] e2be974225ed: Pull complete [2023-03-16T14:27:20.702Z] 339a4e72a1f5: Pull complete [2023-03-16T14:27:20.702Z] 988bab9f4d93: Pull complete [2023-03-16T14:27:20.961Z] 1469e6f7b9e6: Pull complete [2023-03-16T14:27:20.961Z] eaf3925da568: Pull complete [2023-03-16T14:27:22.863Z] bab4dde63d76: Pull complete [2023-03-16T14:27:22.863Z] bde34c3a00c8: Pull complete [2023-03-16T14:27:22.863Z] b352a97aabf1: Pull complete [2023-03-16T14:27:22.863Z] 4872d77fe225: Pull complete [2023-03-16T14:27:22.863Z] 5851b861e8e6: Pull complete [2023-03-16T14:27:22.863Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-16T14:27:22.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T14:27:22.863Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:27:22.958Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:27:22.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T14:27:24.341Z] $ docker top 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e -eo pid,comm [2023-03-16T14:27:24.404Z] 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-16T14:27:24.404Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T14:27:24.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T14:27:24.447Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T14:27:24.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T14:27:24.574Z] $ docker exec 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent [2023-03-16T14:27:24.678Z] SSH_AUTH_SOCK=/tmp/ssh-WdiCA5Vy1utD/agent.33 [2023-03-16T14:27:24.678Z] SSH_AGENT_PID=39 [2023-03-16T14:27:24.686Z] Running ssh-add (command line suppressed) [2023-03-16T14:27:24.784Z] Identity added: /w/workspace/edgex-go/462@tmp/private_key_3735820078574750907.key (/w/workspace/edgex-go/462@tmp/private_key_3735820078574750907.key) [2023-03-16T14:27:24.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T14:27:25.079Z] + git tag --points-at HEAD [Pipeline] } [2023-03-16T14:27:25.094Z] $ docker exec --env ******** --env ******** 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent -k [2023-03-16T14:27:25.200Z] unset SSH_AUTH_SOCK; [2023-03-16T14:27:25.201Z] unset SSH_AGENT_PID; [2023-03-16T14:27:25.201Z] echo Agent pid 39 killed; [2023-03-16T14:27:25.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-16T14:27:25.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T14:27:25.229Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T14:27:25.343Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T14:27:25.349Z] $ docker exec 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent [2023-03-16T14:27:25.456Z] SSH_AUTH_SOCK=/tmp/ssh-UiIHSbAUD5Vb/agent.71 [2023-03-16T14:27:25.456Z] SSH_AGENT_PID=77 [2023-03-16T14:27:25.462Z] Running ssh-add (command line suppressed) [2023-03-16T14:27:25.592Z] Identity added: /w/workspace/edgex-go/462@tmp/private_key_17502959713976563660.key (/w/workspace/edgex-go/462@tmp/private_key_17502959713976563660.key) [2023-03-16T14:27:25.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T14:27:25.890Z] + git semver init [2023-03-16T14:27:26.149Z] 2023-03-16 14:27:26,073 [run_init] DEBUG init version:0.0.0 force:False [2023-03-16T14:27:26.149Z] 2023-03-16 14:27:26,074 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/462/.semver [2023-03-16T14:27:26.149Z] 2023-03-16 14:27:26,075 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/462/.semver [2023-03-16T14:27:26.149Z] 2023-03-16 14:27:26,075 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/462/.semver'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=None) [2023-03-16T14:27:31.424Z] 2023-03-16 14:27:31,224 [append_file] DEBUG append to file:/w/workspace/edgex-go/462/.git/info/exclude [2023-03-16T14:27:31.424Z] 2023-03-16 14:27:31,224 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/462/.semver/main with force:False [2023-03-16T14:27:31.424Z] 2023-03-16 14:27:31,224 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T14:27:31.424Z] 2023-03-16 14:27:31,225 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T14:27:31.424Z] 3.0.0-dev.100 [Pipeline] } [2023-03-16T14:27:31.437Z] $ docker exec --env ******** --env ******** 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e ssh-agent -k [2023-03-16T14:27:31.537Z] unset SSH_AUTH_SOCK; [2023-03-16T14:27:31.537Z] unset SSH_AGENT_PID; [2023-03-16T14:27:31.537Z] echo Agent pid 77 killed; [2023-03-16T14:27:31.542Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T14:27:31.845Z] + git semver [Pipeline] } [2023-03-16T14:27:32.126Z] $ docker stop --time=1 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e [2023-03-16T14:27:33.433Z] $ docker rm -f --volumes 4ca073e67ace4706358f05f7a4ac1885d241067660d6fbc8d5da04b2168b926e [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T14:27:33.768Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-16T14:27:33.974Z] Stashed 1 file(s) [Pipeline] echo [2023-03-16T14:27:33.975Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.100 [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-16T14:27:34.335Z] + git config --global --add safe.directory /w/workspace/edgex-go/462 [Pipeline] echo [2023-03-16T14:27:34.346Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T14:27:34.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T14:27:34.363Z] ========================================================= [2023-03-16T14:27:34.363Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-16T14:27:34.363Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-16T14:27:34.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-16T14:27:34.648Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-16T14:27:34.648Z] 63b65145d645: Pulling fs layer [2023-03-16T14:27:34.648Z] a2d21d5440eb: Pulling fs layer [2023-03-16T14:27:34.648Z] 935e6c44a52c: Pulling fs layer [2023-03-16T14:27:34.648Z] 94cc34f8dd06: Pulling fs layer [2023-03-16T14:27:34.648Z] 30dea6a524f1: Pulling fs layer [2023-03-16T14:27:34.648Z] a2aff8979fd8: Pulling fs layer [2023-03-16T14:27:34.648Z] 6808be2612f2: Pulling fs layer [2023-03-16T14:27:34.648Z] f25807f1079a: Pulling fs layer [2023-03-16T14:27:34.648Z] a2aff8979fd8: Waiting [2023-03-16T14:27:34.648Z] 6808be2612f2: Waiting [2023-03-16T14:27:34.648Z] f25807f1079a: Waiting [2023-03-16T14:27:34.648Z] 94cc34f8dd06: Waiting [2023-03-16T14:27:34.648Z] 30dea6a524f1: Waiting [2023-03-16T14:27:34.648Z] a2d21d5440eb: Download complete [2023-03-16T14:27:34.648Z] 94cc34f8dd06: Verifying Checksum [2023-03-16T14:27:34.648Z] 94cc34f8dd06: Download complete [2023-03-16T14:27:34.648Z] 30dea6a524f1: Download complete [2023-03-16T14:27:34.648Z] 63b65145d645: Verifying Checksum [2023-03-16T14:27:34.648Z] 63b65145d645: Download complete [2023-03-16T14:27:34.648Z] a2aff8979fd8: Verifying Checksum [2023-03-16T14:27:34.648Z] a2aff8979fd8: Download complete [2023-03-16T14:27:34.913Z] 63b65145d645: Pull complete [2023-03-16T14:27:35.180Z] a2d21d5440eb: Pull complete [2023-03-16T14:27:35.180Z] f25807f1079a: Verifying Checksum [2023-03-16T14:27:35.180Z] f25807f1079a: Download complete [2023-03-16T14:27:35.442Z] 935e6c44a52c: Verifying Checksum [2023-03-16T14:27:35.442Z] 935e6c44a52c: Download complete [2023-03-16T14:27:35.700Z] 6808be2612f2: Verifying Checksum [2023-03-16T14:27:35.700Z] 6808be2612f2: Download complete [2023-03-16T14:27:38.985Z] 935e6c44a52c: Pull complete [2023-03-16T14:27:38.985Z] 94cc34f8dd06: Pull complete [2023-03-16T14:27:38.985Z] 30dea6a524f1: Pull complete [2023-03-16T14:27:38.985Z] a2aff8979fd8: Pull complete [2023-03-16T14:27:40.889Z] 6808be2612f2: Pull complete [2023-03-16T14:27:41.826Z] f25807f1079a: Pull complete [2023-03-16T14:27:41.826Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-16T14:27:41.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-16T14:27:41.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-16T14:27:42.124Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-16T14:27:42.124Z] WORKDIR /edgex [2023-03-16T14:27:42.124Z] COPY go.mod . [2023-03-16T14:27:42.124Z] RUN go mod download [2023-03-16T14:27:42.124Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-16T14:27:42.691Z] Sending build context to Docker daemon 170.4MB [2023-03-16T14:27:42.691Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-16T14:27:42.691Z] ---> 3b553350e43f [2023-03-16T14:27:42.691Z] Step 2/4 : WORKDIR /edgex [2023-03-16T14:27:44.595Z] ---> Running in b66063631b4e [2023-03-16T14:27:44.595Z] Removing intermediate container b66063631b4e [2023-03-16T14:27:44.595Z] ---> b6e3cb4d1ab6 [2023-03-16T14:27:44.595Z] Step 3/4 : COPY go.mod . [2023-03-16T14:27:44.854Z] ---> 74a0aec3560d [2023-03-16T14:27:44.854Z] Step 4/4 : RUN go mod download [2023-03-16T14:27:44.854Z] ---> Running in 3c53835acbe2 [2023-03-16T14:27:49.025Z] Still waiting to schedule task [2023-03-16T14:27:49.026Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-16T14:27:54.839Z] Removing intermediate container 3c53835acbe2 [2023-03-16T14:27:54.839Z] ---> 63a63cad2e00 [2023-03-16T14:27:54.839Z] Successfully built 63a63cad2e00 [2023-03-16T14:27:54.839Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:27:55.139Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-16T14:27:55.139Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:27:55.210Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:27:55.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-16T14:27:55.645Z] $ docker top ef66bcfa021ec8c568da8a5b227462c59afb65a8b1f18612ed6efc367a0eecd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T14:27:55.990Z] + go version [2023-03-16T14:27:55.990Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-16T14:27:56.003Z] $ docker stop --time=1 ef66bcfa021ec8c568da8a5b227462c59afb65a8b1f18612ed6efc367a0eecd7 [2023-03-16T14:27:57.270Z] $ docker rm -f --volumes ef66bcfa021ec8c568da8a5b227462c59afb65a8b1f18612ed6efc367a0eecd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:27:57.640Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-16T14:27:57.640Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:27:57.710Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:27:57.745Z] $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-16T14:27:58.101Z] $ docker top 6d727d0207f707574ad86eff7977da2114738f3897bf6252cb3e28075bae6af3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-16T14:27:58.169Z] ========================================================= [2023-03-16T14:27:58.169Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-16T14:27:58.169Z] ========================================================= [Pipeline] sh [2023-03-16T14:27:58.446Z] + git config --global --add safe.directory /w/workspace/edgex-go/462 [Pipeline] fileExists [Pipeline] sh [2023-03-16T14:27:58.742Z] + make test [2023-03-16T14:27:58.742Z] go test -race -coverprofile=coverage.out ./... [2023-03-16T14:28:05.307Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-16T14:28:20.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-16T14:28:21.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-16T14:28:21.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-16T14:28:21.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.037s coverage: 28.7% of statements [2023-03-16T14:28:22.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 98.5% of statements [2023-03-16T14:28:23.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-16T14:28:23.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-16T14:28:23.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-16T14:28:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-16T14:28:24.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-16T14:28:25.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-16T14:28:25.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-16T14:28:25.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-16T14:28:25.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-16T14:28:25.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-16T14:28:26.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.092s coverage: 71.2% of statements [2023-03-16T14:28:26.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements [2023-03-16T14:28:26.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-16T14:28:26.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-16T14:28:27.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.023s coverage: 88.5% of statements [2023-03-16T14:28:27.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.073s coverage: 3.9% of statements [2023-03-16T14:28:29.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-16T14:28:29.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-16T14:28:29.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-16T14:28:29.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.383s coverage: 95.6% of statements [2023-03-16T14:28:29.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-16T14:28:29.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-16T14:28:29.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-16T14:28:29.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-16T14:28:29.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-16T14:28:29.447Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements [2023-03-16T14:28:30.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-16T14:28:30.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-16T14:28:30.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-16T14:28:30.818Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 65.9% of statements [2023-03-16T14:28:31.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-16T14:28:31.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-16T14:28:31.074Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2023-03-16T14:28:31.074Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.041s coverage: 29.0% of statements [2023-03-16T14:28:31.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 45.5% of statements [2023-03-16T14:28:31.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 82.9% of statements [2023-03-16T14:28:31.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2023-03-16T14:28:31.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2023-03-16T14:28:31.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-16T14:28:32.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-16T14:28:33.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-16T14:28:33.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-16T14:28:33.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-16T14:28:33.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-16T14:28:33.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-16T14:28:33.659Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-16T14:28:34.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-16T14:28:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-16T14:28:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-16T14:28:36.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-16T14:28:36.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-16T14:28:37.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-16T14:28:37.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-16T14:28:37.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-16T14:28:38.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-16T14:28:38.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-16T14:28:39.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-16T14:28:40.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-16T14:28:40.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-16T14:28:40.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-16T14:28:40.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-16T14:28:41.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-16T14:28:41.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-16T14:28:41.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-16T14:28:41.622Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-16T14:28:42.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-16T14:28:42.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-16T14:28:42.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-16T14:28:42.996Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-16T14:28:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-16T14:28:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-16T14:28:43.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements [2023-03-16T14:28:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-16T14:28:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.271s coverage: 79.9% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.071s coverage: 92.9% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 86.9% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.061s coverage: 87.2% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 81.2% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.094s coverage: 82.1% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 84.8% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.1% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.173s coverage: 38.4% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 17.7% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.106s coverage: 92.3% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 61.5% of statements [2023-03-16T14:28:57.084Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements [2023-03-16T14:28:57.084Z] 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-16T14:29:18.160Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2438 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-16T14:29:18.172Z] Running in /w/workspace/edgex-go/462 [Pipeline] { [Pipeline] checkout [2023-03-16T14:29:18.196Z] The recommended git tool is: git [2023-03-16T14:29:19.016Z] go vet ./... [2023-03-16T14:29:20.911Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-16T14:29:20.911Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-16T14:29:20.911Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-16T14:29:20.921Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-16T14:29:21.204Z] + ls -al . [2023-03-16T14:29:21.204Z] total 704 [2023-03-16T14:29:21.204Z] drwxrwxr-x 11 1001 1001 4096 Mar 16 14:27 . [2023-03-16T14:29:21.204Z] drwxr-xr-x 4 root root 4096 Mar 16 14:27 .. [2023-03-16T14:29:21.204Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 14:27 .blubracket [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 16 Mar 16 14:27 .dockerignore [2023-03-16T14:29:21.204Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 14:27 .git [2023-03-16T14:29:21.204Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 14:27 .github [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 1133 Mar 16 14:27 .gitignore [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 42 Mar 16 14:27 .golangci.yml [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 87 Mar 16 14:27 .hadolint.yml [2023-03-16T14:29:21.204Z] drwxr-xr-x 3 1001 1001 4096 Mar 16 14:27 .semver [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 14:27 .sonarcloud.properties [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 1171 Mar 16 14:27 ADOPTERS.md [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 10825 Mar 16 14:27 Attribution.txt [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 73765 Mar 16 14:27 CHANGELOG.md [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 14:27 CONTRIBUTING.md [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 677 Mar 16 14:27 GOVERNANCE.md [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 883 Mar 16 14:27 Jenkinsfile [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 14:27 LICENSE [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 14266 Mar 16 14:27 Makefile [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 582 Mar 16 14:27 OWNERS.md [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 9403 Mar 16 14:27 README.md [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 789 Mar 16 14:27 SECURITY.md [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 13 Mar 16 14:27 VERSION [2023-03-16T14:29:21.204Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 14:27 bin [2023-03-16T14:29:21.204Z] drwxrwxr-x 18 1001 1001 4096 Mar 16 14:27 cmd [2023-03-16T14:29:21.204Z] -rw-r--r-- 1 root root 447486 Mar 16 14:28 coverage.out [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 3232 Mar 16 14:27 go.mod [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 31098 Mar 16 14:27 go.sum [2023-03-16T14:29:21.204Z] drwxrwxr-x 7 1001 1001 4096 Mar 16 14:27 internal [2023-03-16T14:29:21.204Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 14:27 openapi [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 594 Mar 16 14:27 security.txt [2023-03-16T14:29:21.204Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 14:27 snap [2023-03-16T14:29:21.204Z] -rw-rw-r-- 1 1001 1001 204 Mar 16 14:27 version.go [Pipeline] sh [2023-03-16T14:29:21.492Z] + '[' -e coverage.out ] [2023-03-16T14:29:21.492Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-16T14:29:21.619Z] Stashed 1 file(s) [Pipeline] sh [2023-03-16T14:29:21.901Z] + make build [2023-03-16T14:29:21.901Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-16T14:29:23.859Z] using credential edgex-jenkins-ssh [2023-03-16T14:29:23.884Z] Cloning the remote Git repository [2023-03-16T14:29:23.931Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-16T14:29:24.036Z] > git init /w/workspace/edgex-go/462 # timeout=10 [2023-03-16T14:29:24.183Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-16T14:29:24.184Z] > git --version # timeout=10 [2023-03-16T14:29:24.203Z] > git --version # 'git version 2.25.1' [2023-03-16T14:29:24.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-16T14:29:24.355Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-16T14:29:34.109Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-16T14:29:34.109Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-16T14:29:34.676Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-16T14:29:35.241Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-16T14:29:41.849Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-16T14:29:41.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-16T14:29:41.743Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-16T14:29:42.618Z] Avoid second fetch [2023-03-16T14:29:42.619Z] Checking out Revision 98f26a0c7d805e442403424f4b6a62f5234911ca (main) [2023-03-16T14:29:42.784Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-16T14:29:43.349Z] Commit message: "feat: Add env override capability for common configuration (#4449)" [2023-03-16T14:29:43.721Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-16T14:29:44.442Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-16T14:29:44.442Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T14:29:44.442Z] Dload Upload Total Spent Left Speed [2023-03-16T14:29:44.442Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [2023-03-16T14:29:42.642Z] > git config core.sparsecheckout # timeout=10 [2023-03-16T14:29:42.719Z] > git checkout -f 98f26a0c7d805e442403424f4b6a62f5234911ca # timeout=10 [2023-03-16T14:29:44.656Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] sh [2023-03-16T14:29:45.113Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-16T14:29:45.442Z] + sudo tee /etc/docker/daemon.new [2023-03-16T14:29:45.442Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-16T14:29:45.442Z] { [2023-03-16T14:29:45.442Z] "registry-mirrors": [ [2023-03-16T14:29:45.442Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-16T14:29:45.442Z] ], [2023-03-16T14:29:45.442Z] "bip": "10.250.0.254/24", [2023-03-16T14:29:45.442Z] "hosts": [ [2023-03-16T14:29:45.442Z] "tcp://0.0.0.0:5555", [2023-03-16T14:29:45.442Z] "unix:///var/run/docker.sock" [2023-03-16T14:29:45.442Z] ], [2023-03-16T14:29:45.442Z] "mtu": 1458, [2023-03-16T14:29:45.442Z] "selinux-enabled": true, [2023-03-16T14:29:45.442Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-16T14:29:45.442Z] } [Pipeline] sh [2023-03-16T14:29:45.590Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-16T14:29:45.778Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-16T14:29:46.129Z] + sudo service docker restart [2023-03-16T14:29:46.519Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-16T14:29:47.450Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-16T14:29:48.839Z] $ docker stop --time=1 6d727d0207f707574ad86eff7977da2114738f3897bf6252cb3e28075bae6af3 [2023-03-16T14:29:51.156Z] $ docker rm -f --volumes 6d727d0207f707574ad86eff7977da2114738f3897bf6252cb3e28075bae6af3 [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-16T14:29:51.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-16T14:29:51.943Z] [2023-03-16T14:29:51.943Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:29:52.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-16T14:29:52.237Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-16T14:29:52.237Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-16T14:29:52.237Z] ca9280d653b3: Pulling fs layer [2023-03-16T14:29:52.237Z] 7e9c9ca2126c: Pulling fs layer [2023-03-16T14:29:52.237Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-16T14:29:52.237Z] cbdbe7a5bc2a: Download complete [2023-03-16T14:29:52.495Z] cbdbe7a5bc2a: Pull complete [2023-03-16T14:29:52.495Z] ca9280d653b3: Download complete [2023-03-16T14:29:52.754Z] 7e9c9ca2126c: Download complete [2023-03-16T14:29:52.754Z] ca9280d653b3: Pull complete [2023-03-16T14:29:56.031Z] 7e9c9ca2126c: Pull complete [2023-03-16T14:29:56.031Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-16T14:29:56.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-16T14:29:56.031Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:29:56.101Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:29:56.128Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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-16T14:29:57.290Z] $ docker top 67318b2f3efd07418568ae0573e5d3278a86705ed887201fa9e2b2ab3ec0f0ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T14:29:57.630Z] + docker-compose build --help [2023-03-16T14:29:57.630Z] + grep parallel [2023-03-16T14:29:58.197Z] --parallel Build images in parallel. [Pipeline] } [2023-03-16T14:29:58.210Z] $ docker stop --time=1 67318b2f3efd07418568ae0573e5d3278a86705ed887201fa9e2b2ab3ec0f0ba [2023-03-16T14:29:59.505Z] $ docker rm -f --volumes 67318b2f3efd07418568ae0573e5d3278a86705ed887201fa9e2b2ab3ec0f0ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:29:59.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-16T14:29:59.894Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:29:59.963Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:29:59.992Z] $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-16T14:30:00.324Z] $ docker top a8732245cb649c35ff32cb60f392234b35bf777e1f53679bd82b8d03e8d07131 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T14:30:00.658Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-16T14:30:01.226Z] Building core-command ... [2023-03-16T14:30:01.226Z] Building core-common-config-bootstrapper ... [2023-03-16T14:30:01.226Z] Building core-data ... [2023-03-16T14:30:01.226Z] Building core-metadata ... [2023-03-16T14:30:01.226Z] Building security-bootstrapper ... [2023-03-16T14:30:01.226Z] Building security-proxy-auth ... [2023-03-16T14:30:01.226Z] Building security-proxy-setup ... [2023-03-16T14:30:01.226Z] Building security-secretstore-setup ... [2023-03-16T14:30:01.226Z] Building security-spiffe-token-provider ... [2023-03-16T14:30:01.226Z] Building security-spire-agent ... [2023-03-16T14:30:01.226Z] Building security-spire-config ... [2023-03-16T14:30:01.226Z] Building security-spire-server ... [2023-03-16T14:30:01.226Z] Building support-notifications ... [2023-03-16T14:30:01.226Z] Building support-scheduler ... [2023-03-16T14:30:01.226Z] Building core-metadata [2023-03-16T14:30:01.226Z] Building security-spire-agent [2023-03-16T14:30:01.226Z] Building core-data [2023-03-16T14:30:01.226Z] Building security-spire-config [2023-03-16T14:30:01.226Z] Building security-spire-server [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T14:30:04.429Z] provisioning config files... [2023-03-16T14:30:04.466Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config10608838095651479712tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T14:30:04.825Z] ---> docker-login.sh [2023-03-16T14:30:04.825Z] nexus3.edgexfoundry.org:10001 [2023-03-16T14:30:05.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:30:05.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:30:05.371Z] Configure a credential helper to remove this warning. See [2023-03-16T14:30:05.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:30:05.371Z] [2023-03-16T14:30:05.371Z] Login Succeeded [2023-03-16T14:30:05.371Z] nexus3.edgexfoundry.org:10002 [2023-03-16T14:30:05.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:30:05.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:30:05.913Z] Configure a credential helper to remove this warning. See [2023-03-16T14:30:05.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:30:05.913Z] [2023-03-16T14:30:05.913Z] Login Succeeded [2023-03-16T14:30:05.913Z] nexus3.edgexfoundry.org:10003 [2023-03-16T14:30:05.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:30:06.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:30:06.186Z] Configure a credential helper to remove this warning. See [2023-03-16T14:30:06.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:30:06.186Z] [2023-03-16T14:30:06.186Z] Login Succeeded [2023-03-16T14:30:06.186Z] nexus3.edgexfoundry.org:10004 [2023-03-16T14:30:06.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:30:06.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:30:06.457Z] Configure a credential helper to remove this warning. See [2023-03-16T14:30:06.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:30:06.457Z] [2023-03-16T14:30:06.457Z] Login Succeeded [2023-03-16T14:30:06.457Z] docker.io [2023-03-16T14:30:06.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:30:07.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:30:07.701Z] Configure a credential helper to remove this warning. See [2023-03-16T14:30:07.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:30:07.701Z] [2023-03-16T14:30:07.701Z] Login Succeeded [2023-03-16T14:30:07.701Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T14:30:07.716Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-16T14:30:08.343Z] + git config --global --add safe.directory /w/workspace/edgex-go/462 [Pipeline] echo [2023-03-16T14:30:08.359Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T14:30:08.366Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T14:30:08.372Z] ========================================================= [2023-03-16T14:30:08.372Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-16T14:30:08.372Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-16T14:30:08.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-16T14:30:08.690Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-16T14:30:08.690Z] af6eaf76a39c: Pulling fs layer [2023-03-16T14:30:08.690Z] 55522c791124: Pulling fs layer [2023-03-16T14:30:08.690Z] ce5c4a1c91eb: Pulling fs layer [2023-03-16T14:30:08.690Z] 169dfbe0d373: Pulling fs layer [2023-03-16T14:30:08.690Z] e1ff8fa3b103: Pulling fs layer [2023-03-16T14:30:08.690Z] 52ebb69f0ebf: Pulling fs layer [2023-03-16T14:30:08.690Z] 5abe8eddf0d5: Pulling fs layer [2023-03-16T14:30:08.690Z] e1ff8fa3b103: Waiting [2023-03-16T14:30:08.690Z] 52ebb69f0ebf: Waiting [2023-03-16T14:30:08.690Z] 5abe8eddf0d5: Waiting [2023-03-16T14:30:08.690Z] 169dfbe0d373: Waiting [2023-03-16T14:30:08.965Z] 55522c791124: Verifying Checksum [2023-03-16T14:30:08.965Z] 55522c791124: Download complete [2023-03-16T14:30:08.965Z] 169dfbe0d373: Download complete [2023-03-16T14:30:08.965Z] e1ff8fa3b103: Verifying Checksum [2023-03-16T14:30:08.965Z] e1ff8fa3b103: Download complete [2023-03-16T14:30:08.965Z] af6eaf76a39c: Verifying Checksum [2023-03-16T14:30:08.965Z] af6eaf76a39c: Download complete [2023-03-16T14:30:09.951Z] af6eaf76a39c: Pull complete [2023-03-16T14:30:09.951Z] 5abe8eddf0d5: Verifying Checksum [2023-03-16T14:30:09.951Z] 5abe8eddf0d5: Download complete [2023-03-16T14:30:10.540Z] 55522c791124: Pull complete [2023-03-16T14:30:11.510Z] 52ebb69f0ebf: Download complete [2023-03-16T14:30:11.510Z] ce5c4a1c91eb: Verifying Checksum [2023-03-16T14:30:11.510Z] ce5c4a1c91eb: Download complete [2023-03-16T14:30:13.423Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:30:13.423Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:30:13.423Z] ---> 63a63cad2e00 [2023-03-16T14:30:13.423Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:30:13.423Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:30:13.423Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:30:13.423Z] ---> 63a63cad2e00 [2023-03-16T14:30:13.423Z] Step 3/26 : WORKDIR /edgex-go [2023-03-16T14:30:13.423Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:30:13.423Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:30:13.423Z] ---> 63a63cad2e00 [2023-03-16T14:30:13.423Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:30:13.423Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:30:13.423Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:30:13.423Z] ---> 63a63cad2e00 [2023-03-16T14:30:13.423Z] Step 3/26 : WORKDIR /edgex-go [2023-03-16T14:30:13.423Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:30:13.423Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:30:13.423Z] ---> 63a63cad2e00 [2023-03-16T14:30:13.423Z] Step 3/25 : WORKDIR /edgex-go [2023-03-16T14:30:14.799Z] ---> Running in f69f45299dcd [2023-03-16T14:30:14.799Z] ---> Running in 468c3b367adf [2023-03-16T14:30:14.799Z] ---> Running in dd3d471a62d9 [2023-03-16T14:30:14.799Z] ---> Running in 6f02d02aa5cc [2023-03-16T14:30:14.799Z] ---> Running in b5277c074a0b [2023-03-16T14:30:15.057Z] Removing intermediate container f69f45299dcd [2023-03-16T14:30:15.057Z] ---> 20f583d9eb95 [2023-03-16T14:30:15.057Z] Step 4/25 : WORKDIR /edgex-go [2023-03-16T14:30:15.057Z] Removing intermediate container 468c3b367adf [2023-03-16T14:30:15.057Z] ---> cd2a1b804bfc [2023-03-16T14:30:15.057Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:30:15.057Z] Removing intermediate container 6f02d02aa5cc [2023-03-16T14:30:15.057Z] ---> 52cb1f68ce7e [2023-03-16T14:30:15.057Z] Step 4/25 : RUN apk add --update --no-cache make git build-base curl [2023-03-16T14:30:15.057Z] ---> Running in ec61f2b1d2ae [2023-03-16T14:30:15.057Z] ---> Running in fbacb7910d67 [2023-03-16T14:30:15.057Z] Removing intermediate container dd3d471a62d9 [2023-03-16T14:30:15.057Z] ---> 6288bf246e51 [2023-03-16T14:30:15.057Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-16T14:30:15.057Z] Removing intermediate container b5277c074a0b [2023-03-16T14:30:15.057Z] ---> 48d8ddec562e [2023-03-16T14:30:15.057Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-16T14:30:15.057Z] ---> Running in d98bd146b8cf [2023-03-16T14:30:15.057Z] ---> Running in e004cee2b7af [2023-03-16T14:30:15.057Z] ---> Running in aaa21df7d081 [2023-03-16T14:30:15.315Z] Removing intermediate container ec61f2b1d2ae [2023-03-16T14:30:15.315Z] ---> c6ceafc90208 [2023-03-16T14:30:15.315Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-16T14:30:15.315Z] Removing intermediate container fbacb7910d67 [2023-03-16T14:30:15.315Z] ---> 956a1a9ab38d [2023-03-16T14:30:15.315Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:30:15.315Z] ---> Running in 52d5a414f225 [2023-03-16T14:30:15.315Z] ---> Running in 286554468df0 [2023-03-16T14:30:15.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:15.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:15.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:15.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:15.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:15.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:15.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:16.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:16.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:16.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:16.088Z] OK: 265 MiB in 53 packages [2023-03-16T14:30:16.088Z] OK: 265 MiB in 53 packages [2023-03-16T14:30:16.346Z] OK: 265 MiB in 53 packages [2023-03-16T14:30:16.346Z] OK: 265 MiB in 53 packages [2023-03-16T14:30:16.346Z] OK: 265 MiB in 53 packages [2023-03-16T14:30:16.604Z] Removing intermediate container d98bd146b8cf [2023-03-16T14:30:16.604Z] ---> 47d39da4fcd9 [2023-03-16T14:30:16.604Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-16T14:30:16.604Z] Removing intermediate container e004cee2b7af [2023-03-16T14:30:16.604Z] ---> 37bd035e3dfe [2023-03-16T14:30:16.604Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-16T14:30:16.604Z] ---> d20c36d83f82 [2023-03-16T14:30:16.604Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:30:16.862Z] ---> Running in fee78c96740f [2023-03-16T14:30:16.862Z] ---> 554249c4a768 [2023-03-16T14:30:16.862Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:30:16.862Z] Removing intermediate container 286554468df0 [2023-03-16T14:30:16.862Z] ---> 09a0330f174c [2023-03-16T14:30:16.862Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:30:16.862Z] ---> Running in 2c09bdb24bd8 [2023-03-16T14:30:16.862Z] Removing intermediate container 52d5a414f225 [2023-03-16T14:30:16.862Z] ---> 9231642f66dd [2023-03-16T14:30:16.862Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-16T14:30:16.862Z] Removing intermediate container aaa21df7d081 [2023-03-16T14:30:16.862Z] ---> 0cfbcd716473 [2023-03-16T14:30:16.862Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-16T14:30:16.862Z] ---> a166fcd917b8 [2023-03-16T14:30:16.862Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:30:17.120Z] ---> Running in 7d41019f997d [2023-03-16T14:30:17.120Z] ---> bfb4fb83ff89 [2023-03-16T14:30:17.120Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:30:17.120Z] ---> Running in 31e785c6cbe1 [2023-03-16T14:30:17.120Z] ---> 17b75ebd727d [2023-03-16T14:30:17.120Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:30:17.120Z] ---> Running in cca7731f0a1c [2023-03-16T14:30:23.841Z] ce5c4a1c91eb: Pull complete [2023-03-16T14:30:23.841Z] 169dfbe0d373: Pull complete [2023-03-16T14:30:23.841Z] e1ff8fa3b103: Pull complete [2023-03-16T14:30:30.518Z] 52ebb69f0ebf: Pull complete [2023-03-16T14:30:31.507Z] 5abe8eddf0d5: Pull complete [2023-03-16T14:30:31.507Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-16T14:30:31.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-16T14:30:31.507Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-16T14:30:31.913Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-16T14:30:31.913Z] WORKDIR /edgex [2023-03-16T14:30:31.913Z] COPY go.mod . [2023-03-16T14:30:31.913Z] RUN go mod download [2023-03-16T14:30:31.913Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-16T14:30:32.519Z] Sending build context to Docker daemon 2.932MB [2023-03-16T14:30:32.519Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-16T14:30:32.519Z] ---> 6cb57ee374ae [2023-03-16T14:30:32.519Z] Step 2/4 : WORKDIR /edgex [2023-03-16T14:30:34.487Z] ---> Running in edb3a7137b1f [2023-03-16T14:30:34.753Z] Removing intermediate container edb3a7137b1f [2023-03-16T14:30:34.753Z] ---> 51625c6b9ae9 [2023-03-16T14:30:34.753Z] Step 3/4 : COPY go.mod . [2023-03-16T14:30:35.340Z] ---> ee6072c3e71c [2023-03-16T14:30:35.340Z] Step 4/4 : RUN go mod download [2023-03-16T14:30:35.609Z] ---> Running in 9c21dd7ef9df [2023-03-16T14:30:43.664Z] Removing intermediate container cca7731f0a1c [2023-03-16T14:30:43.664Z] ---> cea1e1d7e08e [2023-03-16T14:30:43.664Z] Step 7/26 : COPY . . [2023-03-16T14:30:43.664Z] Removing intermediate container 31e785c6cbe1 [2023-03-16T14:30:43.664Z] ---> 314a48dc196b [2023-03-16T14:30:43.664Z] Step 8/25 : COPY . . [2023-03-16T14:30:43.664Z] Removing intermediate container 7d41019f997d [2023-03-16T14:30:43.664Z] ---> af1683b98cab [2023-03-16T14:30:43.664Z] Step 8/23 : COPY . . [2023-03-16T14:30:43.664Z] Removing intermediate container fee78c96740f [2023-03-16T14:30:43.664Z] ---> da380331fb89 [2023-03-16T14:30:43.664Z] Step 7/26 : COPY . . [2023-03-16T14:30:43.664Z] Removing intermediate container 2c09bdb24bd8 [2023-03-16T14:30:43.664Z] ---> e9a3b359fe1e [2023-03-16T14:30:43.664Z] Step 7/25 : COPY . . [2023-03-16T14:30:51.765Z] ---> 0545580f0f46 [2023-03-16T14:30:51.766Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-16T14:30:51.766Z] ---> 56a37385c3d4 [2023-03-16T14:30:51.766Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-16T14:30:51.766Z] ---> Running in 8a0585fa8d0b [2023-03-16T14:30:51.766Z] ---> Running in ffe7fe2405e0 [2023-03-16T14:30:51.766Z] ---> 32b6ce645d7d [2023-03-16T14:30:51.766Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-16T14:30:51.766Z] ---> c6b108c0497d [2023-03-16T14:30:51.766Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-16T14:30:51.766Z] ---> 6da49a3f1f29 [2023-03-16T14:30:51.766Z] Step 8/25 : ARG SPIRE_RELEASE=1.2.1 [2023-03-16T14:30:51.766Z] ---> Running in 6557e884f02f [2023-03-16T14:30:51.766Z] ---> Running in 80ddd74bf940 [2023-03-16T14:30:51.766Z] ---> Running in 3abad5c8b100 [2023-03-16T14:30:51.766Z] Removing intermediate container 8a0585fa8d0b [2023-03-16T14:30:51.766Z] ---> 9f4bb8bc3c7e [2023-03-16T14:30:51.766Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-16T14:30:51.766Z] ---> Running in ebb5b845faec [2023-03-16T14:30:51.766Z] Removing intermediate container 80ddd74bf940 [2023-03-16T14:30:51.766Z] ---> 64b1370bfd68 [2023-03-16T14:30:51.766Z] Step 9/25 : WORKDIR /edgex-go/spire-build [2023-03-16T14:30:51.766Z] Removing intermediate container 3abad5c8b100 [2023-03-16T14:30:51.766Z] ---> 752736f5832e [2023-03-16T14:30:51.766Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-16T14:30:51.766Z] ---> Running in 0c2080800ca3 [2023-03-16T14:30:51.766Z] ---> Running in 0d4e9b05e1b2 [2023-03-16T14:30:51.766Z] Removing intermediate container ebb5b845faec [2023-03-16T14:30:51.766Z] ---> e31bee382b29 [2023-03-16T14:30:51.766Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-16T14:30:51.766Z] ---> Running in bee6705dc953 [2023-03-16T14:30:51.766Z] Removing intermediate container 0d4e9b05e1b2 [2023-03-16T14:30:51.766Z] ---> cc719087aa3e [2023-03-16T14:30:51.766Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-16T14:30:51.766Z] Removing intermediate container 0c2080800ca3 [2023-03-16T14:30:51.766Z] ---> 338fb278fc46 [2023-03-16T14:30:51.766Z] Step 10/25 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-16T14:30:51.766Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-16T14:30:51.766Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-16T14:30:51.766Z] ---> Running in 17db2728ad0e [2023-03-16T14:30:51.766Z] ---> Running in 89acd10dae71 [2023-03-16T14:30:51.766Z] Removing intermediate container bee6705dc953 [2023-03-16T14:30:51.766Z] ---> 34d6e383e93f [2023-03-16T14:30:51.766Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-16T14:30:51.766Z] ---> Running in 728653d5b588 [2023-03-16T14:30:51.766Z] Removing intermediate container 17db2728ad0e [2023-03-16T14:30:51.766Z] ---> e51c662141d8 [2023-03-16T14:30:51.766Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-16T14:30:51.766Z] Removing intermediate container 89acd10dae71 [2023-03-16T14:30:51.766Z] ---> da61b20b8781 [2023-03-16T14:30:51.766Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-16T14:30:51.766Z] ---> Running in 1dbba5746201 [2023-03-16T14:30:51.766Z] ---> Running in 316edb481e5e [2023-03-16T14:30:52.701Z] Removing intermediate container 728653d5b588 [2023-03-16T14:30:52.701Z] ---> 2fe3e363e1b6 [2023-03-16T14:30:52.701Z] Step 12/26 : WORKDIR /edgex-go [2023-03-16T14:30:52.701Z] ---> Running in d58ece8486bb [2023-03-16T14:30:52.701Z] Removing intermediate container d58ece8486bb [2023-03-16T14:30:52.701Z] ---> 24e6c898d63e [2023-03-16T14:30:52.701Z] [2023-03-16T14:30:52.701Z] Step 13/26 : FROM alpine:3.17 [2023-03-16T14:30:52.701Z] 3.17: Pulling from library/alpine [2023-03-16T14:30:52.978Z] Removing intermediate container 1dbba5746201 [2023-03-16T14:30:52.978Z] ---> 8b11800fbf64 [2023-03-16T14:30:52.978Z] Step 12/25 : WORKDIR /edgex-go [2023-03-16T14:30:52.978Z] ---> Running in a49c5fd3dcb6 [2023-03-16T14:30:53.235Z] Removing intermediate container 316edb481e5e [2023-03-16T14:30:53.235Z] ---> 9fac59b21840 [2023-03-16T14:30:53.235Z] Step 12/26 : WORKDIR /edgex-go [2023-03-16T14:30:53.235Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-16T14:30:53.235Z] Status: Downloaded newer image for alpine:3.17 [2023-03-16T14:30:53.235Z] ---> b2aa39c304c2 [2023-03-16T14:30:53.235Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:30:53.235Z] ---> Running in 0664edc452bd [2023-03-16T14:30:53.235Z] ---> Running in f748ebe928b2 [2023-03-16T14:30:53.235Z] Removing intermediate container a49c5fd3dcb6 [2023-03-16T14:30:53.235Z] ---> a13044eae7f7 [2023-03-16T14:30:53.235Z] [2023-03-16T14:30:53.235Z] Step 13/25 : FROM alpine:3.17 [2023-03-16T14:30:53.235Z] ---> b2aa39c304c2 [2023-03-16T14:30:53.235Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:30:53.235Z] ---> Using cache [2023-03-16T14:30:53.235Z] ---> 4188c3c29393 [2023-03-16T14:30:53.235Z] Step 15/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-16T14:30:53.235Z] Removing intermediate container f748ebe928b2 [2023-03-16T14:30:53.235Z] ---> 4188c3c29393 [2023-03-16T14:30:53.235Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-16T14:30:53.235Z] ---> Running in ea9f8636f05c [2023-03-16T14:30:53.492Z] ---> Running in 73295bf257cf [2023-03-16T14:30:53.492Z] Removing intermediate container 0664edc452bd [2023-03-16T14:30:53.492Z] ---> 875c9e24ba08 [2023-03-16T14:30:53.492Z] [2023-03-16T14:30:53.492Z] Step 13/26 : FROM alpine:3.17 [2023-03-16T14:30:53.492Z] ---> b2aa39c304c2 [2023-03-16T14:30:53.492Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:30:53.492Z] ---> Using cache [2023-03-16T14:30:53.493Z] ---> 4188c3c29393 [2023-03-16T14:30:53.493Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-16T14:30:53.493Z] ---> Running in 5246f9051c13 [2023-03-16T14:30:54.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.575Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:30:54.575Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:30:54.575Z] OK: 17816 distinct packages available [2023-03-16T14:30:54.575Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:30:54.575Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:30:54.575Z] OK: 17816 distinct packages available [2023-03-16T14:30:54.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:54.844Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-16T14:30:54.844Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-16T14:30:54.844Z] (3/5) Installing libucontext (1.2-r0) [2023-03-16T14:30:54.844Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-16T14:30:54.844Z] (5/5) Installing openssl (3.0.8-r0) [2023-03-16T14:30:55.102Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:30:55.102Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-16T14:30:55.102Z] OK: 8 MiB in 20 packages [2023-03-16T14:30:55.102Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-16T14:30:55.102Z] (3/4) Installing libucontext (1.2-r0) [2023-03-16T14:30:55.102Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-16T14:30:55.102Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:30:55.102Z] OK: 7 MiB in 19 packages [2023-03-16T14:30:55.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:55.359Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:30:55.359Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:30:55.359Z] OK: 17816 distinct packages available [2023-03-16T14:30:55.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:55.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:30:55.620Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-16T14:30:55.620Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-16T14:30:55.620Z] (3/5) Installing libucontext (1.2-r0) [2023-03-16T14:30:55.620Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-16T14:30:55.620Z] (5/5) Installing openssl (3.0.8-r0) [2023-03-16T14:30:55.877Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:30:55.877Z] OK: 8 MiB in 20 packages [2023-03-16T14:30:56.139Z] Removing intermediate container 5246f9051c13 [2023-03-16T14:30:56.139Z] ---> bdb1a0c96013 [2023-03-16T14:30:56.139Z] Step 16/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:30:56.399Z] Removing intermediate container 73295bf257cf [2023-03-16T14:30:56.399Z] ---> e35fddb97c11 [2023-03-16T14:30:56.399Z] Step 16/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:30:56.660Z] ---> 67a71295231b [2023-03-16T14:30:56.660Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-16T14:30:56.660Z] Removing intermediate container ea9f8636f05c [2023-03-16T14:30:56.660Z] ---> b72677cdbb46 [2023-03-16T14:30:56.660Z] Step 16/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:30:56.919Z] ---> 635551bc83fb [2023-03-16T14:30:56.919Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-16T14:30:57.179Z] ---> cf25cafde25d [2023-03-16T14:30:57.179Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-16T14:31:00.461Z] ---> 9ae404aef034 [2023-03-16T14:31:00.461Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-16T14:31:00.719Z] ---> ef397a6e91b8 [2023-03-16T14:31:00.719Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-16T14:31:01.284Z] ---> d9211de00368 [2023-03-16T14:31:01.284Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-16T14:31:01.284Z] ---> f15f2ef71aad [2023-03-16T14:31:01.284Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-16T14:31:01.284Z] ---> Running in 33acf0916358 [2023-03-16T14:31:01.542Z] Removing intermediate container 33acf0916358 [2023-03-16T14:31:01.542Z] ---> 832e6517df00 [2023-03-16T14:31:01.542Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-16T14:31:01.815Z] ---> 72a3d4811fc5 [2023-03-16T14:31:01.815Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-16T14:31:02.075Z] ---> d0ad949622a1 [2023-03-16T14:31:02.075Z] Step 21/26 : WORKDIR / [2023-03-16T14:31:02.075Z] ---> Running in 922f6dee70e1 [2023-03-16T14:31:02.334Z] ---> 75653e66a03e [2023-03-16T14:31:02.334Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-16T14:31:02.334Z] ---> 2ef0f221a606 [2023-03-16T14:31:02.334Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-16T14:31:02.594Z] Removing intermediate container 922f6dee70e1 [2023-03-16T14:31:02.594Z] ---> 71de7aeef066 [2023-03-16T14:31:02.594Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-16T14:31:02.594Z] ---> Running in 76798676d5f5 [2023-03-16T14:31:02.594Z] ---> bb751b00c66c [2023-03-16T14:31:02.594Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-16T14:31:02.594Z] ---> Running in c57f9eb6c5ee [2023-03-16T14:31:02.594Z] ---> 55e006ddd804 [2023-03-16T14:31:02.594Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-16T14:31:02.594Z] Removing intermediate container 76798676d5f5 [2023-03-16T14:31:02.594Z] ---> a109295187f1 [2023-03-16T14:31:02.594Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-16T14:31:02.851Z] ---> Running in 8683a1f9db29 [2023-03-16T14:31:02.851Z] Removing intermediate container c57f9eb6c5ee [2023-03-16T14:31:02.851Z] ---> ed6dd980e5ee [2023-03-16T14:31:02.851Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-16T14:31:02.851Z] ---> Running in e9b89ad87968 [2023-03-16T14:31:02.851Z] ---> 283ff5ba5e36 [2023-03-16T14:31:02.851Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-16T14:31:02.851Z] Removing intermediate container 8683a1f9db29 [2023-03-16T14:31:02.851Z] ---> 406999ae777c [2023-03-16T14:31:02.851Z] Step 24/26 : LABEL arch=x86_64 [2023-03-16T14:31:02.851Z] ---> Running in 13e18e8d5b84 [2023-03-16T14:31:03.115Z] Removing intermediate container e9b89ad87968 [2023-03-16T14:31:03.115Z] ---> cb505ef2b311 [2023-03-16T14:31:03.115Z] Step 23/25 : LABEL arch=x86_64 [2023-03-16T14:31:03.115Z] ---> Running in 327b9e6b01b1 [2023-03-16T14:31:03.115Z] Removing intermediate container 13e18e8d5b84 [2023-03-16T14:31:03.115Z] ---> 6c7917105629 [2023-03-16T14:31:03.115Z] Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:31:03.115Z] ---> 7f6b3d9c99e8 [2023-03-16T14:31:03.115Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-16T14:31:03.115Z] ---> Running in 7116e8e63c1b [2023-03-16T14:31:03.115Z] ---> Running in 2a1ad92cc608 [2023-03-16T14:31:03.115Z] Removing intermediate container 327b9e6b01b1 [2023-03-16T14:31:03.115Z] ---> 49d703e5037a [2023-03-16T14:31:03.115Z] Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:31:03.373Z] ---> Running in 1e57b5397788 [2023-03-16T14:31:03.373Z] Removing intermediate container 7116e8e63c1b [2023-03-16T14:31:03.373Z] ---> 8d6af2be4e0a [2023-03-16T14:31:03.373Z] Step 26/26 : LABEL version=3.0.0-dev.100 [2023-03-16T14:31:03.373Z] ---> Running in 95eb18f5e57b [2023-03-16T14:31:03.373Z] Removing intermediate container 1e57b5397788 [2023-03-16T14:31:03.373Z] ---> 616654381e2d [2023-03-16T14:31:03.373Z] Step 25/25 : LABEL version=3.0.0-dev.100 [2023-03-16T14:31:03.630Z] Removing intermediate container 2a1ad92cc608 [2023-03-16T14:31:03.630Z] ---> 6dc299d303d8 [2023-03-16T14:31:03.630Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-16T14:31:03.630Z] ---> Running in 8f8729d7f8a1 [2023-03-16T14:31:03.630Z] ---> Running in 96dfb29e3ba6 [2023-03-16T14:31:03.630Z] Removing intermediate container 95eb18f5e57b [2023-03-16T14:31:03.630Z] ---> b0a741be2982 [2023-03-16T14:31:03.630Z] [2023-03-16T14:31:03.630Z] Successfully built b0a741be2982 [2023-03-16T14:31:03.630Z] Successfully tagged security-spire-config:latest [2023-03-16T14:31:03.630Z]  Building security-spire-config ... done Building support-notifications [2023-03-16T14:31:03.887Z] Removing intermediate container 8f8729d7f8a1 [2023-03-16T14:31:03.887Z] ---> 5a98d949c8f7 [2023-03-16T14:31:03.887Z] [2023-03-16T14:31:03.887Z] Successfully built 5a98d949c8f7 [2023-03-16T14:31:04.145Z] Successfully tagged security-spire-server:latest [2023-03-16T14:31:04.145Z]  Building security-spire-server ... done Building support-scheduler [2023-03-16T14:31:04.145Z] Removing intermediate container 96dfb29e3ba6 [2023-03-16T14:31:04.145Z] ---> 2fa0c3d076d1 [2023-03-16T14:31:04.145Z] Step 24/26 : LABEL arch=x86_64 [2023-03-16T14:31:05.077Z] ---> Running in 030cd110e2ce [2023-03-16T14:31:05.334Z] Removing intermediate container 030cd110e2ce [2023-03-16T14:31:05.334Z] ---> c8899aba5d21 [2023-03-16T14:31:05.334Z] Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:31:05.628Z] ---> Running in 39944568704a [2023-03-16T14:31:05.885Z] Removing intermediate container 39944568704a [2023-03-16T14:31:05.885Z] ---> eda3c7bbb31d [2023-03-16T14:31:05.885Z] Step 26/26 : LABEL version=3.0.0-dev.100 [2023-03-16T14:31:06.450Z] ---> Running in 2b8cf915494b [2023-03-16T14:31:07.013Z] Removing intermediate container 2b8cf915494b [2023-03-16T14:31:07.013Z] ---> 7be0498776dd [2023-03-16T14:31:07.013Z] [2023-03-16T14:31:07.013Z] Successfully built 7be0498776dd [2023-03-16T14:31:07.013Z] Successfully tagged security-spire-agent:latest [2023-03-16T14:31:07.013Z] Building security-bootstrapper [2023-03-16T14:31:07.870Z] Removing intermediate container 9c21dd7ef9df [2023-03-16T14:31:07.870Z] ---> 962226d54998 [2023-03-16T14:31:07.870Z] Successfully built 962226d54998 [2023-03-16T14:31:07.870Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:31:08.204Z] + docker inspect -f . ci-base-image-arm64 [2023-03-16T14:31:08.205Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:31:08.387Z]  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:08.388Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:08.388Z] ---> 63a63cad2e00 [2023-03-16T14:31:08.388Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:31:08.388Z] ---> Using cache [2023-03-16T14:31:08.388Z] ---> cd2a1b804bfc [2023-03-16T14:31:08.388Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:31:08.388Z] ---> Using cache [2023-03-16T14:31:08.388Z] ---> 956a1a9ab38d [2023-03-16T14:31:08.388Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-16T14:31:08.413Z] prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container [2023-03-16T14:31:08.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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-16T14:31:09.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:09.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:09.332Z] ---> 63a63cad2e00 [2023-03-16T14:31:09.332Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:31:09.332Z] ---> Using cache [2023-03-16T14:31:09.332Z] ---> cd2a1b804bfc [2023-03-16T14:31:09.332Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:31:09.332Z] ---> Using cache [2023-03-16T14:31:09.332Z] ---> 956a1a9ab38d [2023-03-16T14:31:09.332Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:31:09.332Z] ---> Using cache [2023-03-16T14:31:09.333Z] ---> 09a0330f174c [2023-03-16T14:31:09.333Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:31:09.333Z] ---> Using cache [2023-03-16T14:31:09.333Z] ---> a166fcd917b8 [2023-03-16T14:31:09.333Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:31:09.333Z] ---> Using cache [2023-03-16T14:31:09.333Z] ---> af1683b98cab [2023-03-16T14:31:09.333Z] Step 8/23 : COPY . . [2023-03-16T14:31:09.333Z] ---> Using cache [2023-03-16T14:31:09.333Z] ---> 32b6ce645d7d [2023-03-16T14:31:09.333Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-16T14:31:09.747Z] $ docker top 5f23e4e299d4c558f7c026880039ddc965920b5b5ca2af7ace522f4fbb9c488c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T14:31:10.592Z] + go version [2023-03-16T14:31:10.592Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-16T14:31:10.615Z] $ docker stop --time=1 5f23e4e299d4c558f7c026880039ddc965920b5b5ca2af7ace522f4fbb9c488c [2023-03-16T14:31:10.708Z] ---> Running in 796eff28f3b4 [2023-03-16T14:31:10.708Z] ---> Running in c25afc978d6a [2023-03-16T14:31:10.708Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:10.708Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:10.708Z] ---> 63a63cad2e00 [2023-03-16T14:31:10.708Z] Step 3/33 : WORKDIR /edgex-go [2023-03-16T14:31:10.708Z] ---> Using cache [2023-03-16T14:31:10.708Z] ---> 6288bf246e51 [2023-03-16T14:31:10.708Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-16T14:31:10.708Z] ---> Running in 34035118ecda [2023-03-16T14:31:10.965Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-16T14:31:11.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:11.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:11.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:11.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:11.481Z] OK: 265 MiB in 53 packages [2023-03-16T14:31:11.481Z] OK: 265 MiB in 53 packages [2023-03-16T14:31:12.302Z] $ docker rm -f --volumes 5f23e4e299d4c558f7c026880039ddc965920b5b5ca2af7ace522f4fbb9c488c [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-16T14:31:12.855Z] Removing intermediate container 34035118ecda [2023-03-16T14:31:12.855Z] ---> 22c11fbf597a [2023-03-16T14:31:12.855Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-16T14:31:12.855Z] Removing intermediate container ffe7fe2405e0 [2023-03-16T14:31:12.855Z] ---> a46b6e67f5b6 [2023-03-16T14:31:12.855Z] [2023-03-16T14:31:12.855Z] Step 10/25 : FROM alpine:3.17 [2023-03-16T14:31:12.855Z] ---> b2aa39c304c2 [2023-03-16T14:31:12.855Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:31:12.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-16T14:31:12.955Z] [2023-03-16T14:31:12.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:31:13.114Z] Removing intermediate container 6557e884f02f [2023-03-16T14:31:13.114Z] ---> e04a7e38f97e [2023-03-16T14:31:13.114Z] [2023-03-16T14:31:13.114Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:31:13.114Z] ---> b2aa39c304c2 [2023-03-16T14:31:13.114Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-16T14:31:13.114Z] Removing intermediate container c25afc978d6a [2023-03-16T14:31:13.114Z] ---> 277b80698814 [2023-03-16T14:31:13.114Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:31:13.114Z] ---> Running in a34f8fdf62ce [2023-03-16T14:31:13.114Z] ---> Running in 31632cdeb8cb [2023-03-16T14:31:13.114Z] Removing intermediate container a34f8fdf62ce [2023-03-16T14:31:13.114Z] ---> 430ea4a53020 [2023-03-16T14:31:13.114Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-16T14:31:13.114Z] ---> Running in 8862fa167681 [2023-03-16T14:31:13.114Z] ---> 8a9fa4dce5e7 [2023-03-16T14:31:13.114Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:31:13.114Z] ---> d83c7f055565 [2023-03-16T14:31:13.114Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:31:13.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-16T14:31:13.295Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-16T14:31:13.295Z] 29e5d40040c1: Pulling fs layer [2023-03-16T14:31:13.295Z] 1ce36da41761: Pulling fs layer [2023-03-16T14:31:13.295Z] 25b303627fd3: Pulling fs layer [2023-03-16T14:31:13.371Z] ---> Running in 4a1c0a4300e4 [2023-03-16T14:31:13.371Z] ---> Running in 675db5910ec0 [2023-03-16T14:31:13.371Z] Removing intermediate container 8862fa167681 [2023-03-16T14:31:13.371Z] ---> e626014b89bd [2023-03-16T14:31:13.371Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-16T14:31:13.371Z] ---> Running in 422a68a7c413 [2023-03-16T14:31:13.568Z] 29e5d40040c1: Verifying Checksum [2023-03-16T14:31:13.568Z] 29e5d40040c1: Download complete [2023-03-16T14:31:13.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:13.631Z] Removing intermediate container 422a68a7c413 [2023-03-16T14:31:13.631Z] ---> 18d8e6bb0218 [2023-03-16T14:31:13.631Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:31:13.631Z] ---> Running in 4cc0ac7c5d93 [2023-03-16T14:31:13.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:13.839Z] 1ce36da41761: Verifying Checksum [2023-03-16T14:31:13.839Z] 1ce36da41761: Download complete [2023-03-16T14:31:13.890Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-16T14:31:13.890Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:31:13.890Z] OK: 7 MiB in 16 packages [2023-03-16T14:31:14.108Z] 29e5d40040c1: Pull complete [2023-03-16T14:31:14.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:14.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:14.407Z] Removing intermediate container 31632cdeb8cb [2023-03-16T14:31:14.407Z] ---> 20b2031481f2 [2023-03-16T14:31:14.407Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:31:14.407Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-16T14:31:14.407Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:31:14.407Z] OK: 7 MiB in 16 packages [2023-03-16T14:31:14.407Z] ---> Running in 5e250f4d54ca [2023-03-16T14:31:14.668Z] Removing intermediate container 5e250f4d54ca [2023-03-16T14:31:14.668Z] ---> 33348aa45cd4 [2023-03-16T14:31:14.668Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-16T14:31:14.668Z] ---> Running in 33c0eb1e20f0 [2023-03-16T14:31:14.969Z] Removing intermediate container 4cc0ac7c5d93 [2023-03-16T14:31:14.969Z] ---> fc3484cb14dd [2023-03-16T14:31:14.969Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:31:14.969Z] Removing intermediate container 33c0eb1e20f0 [2023-03-16T14:31:14.969Z] ---> 74adfa46eb2c [2023-03-16T14:31:14.969Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-16T14:31:15.227Z] ---> Running in 3e71b4512b6c [2023-03-16T14:31:15.484Z] ---> e1566c35cf08 [2023-03-16T14:31:15.484Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:31:15.484Z] Removing intermediate container 3e71b4512b6c [2023-03-16T14:31:15.484Z] ---> 4cfae98b9a9b [2023-03-16T14:31:15.484Z] Step 15/25 : WORKDIR / [2023-03-16T14:31:15.525Z] 25b303627fd3: Verifying Checksum [2023-03-16T14:31:15.525Z] 25b303627fd3: Download complete [2023-03-16T14:31:15.525Z] 1ce36da41761: Pull complete [2023-03-16T14:31:15.743Z] ---> Running in 5eeaf73f5dbe [2023-03-16T14:31:15.743Z] ---> 116ba57ebff9 [2023-03-16T14:31:15.743Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-16T14:31:16.001Z] Removing intermediate container 5eeaf73f5dbe [2023-03-16T14:31:16.001Z] ---> 3ffac57d10ac [2023-03-16T14:31:16.001Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:31:16.259Z] ---> 68ff10a7367e [2023-03-16T14:31:16.259Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:31:16.259Z] ---> 3e2f362801df [2023-03-16T14:31:16.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-16T14:31:16.516Z] ---> ae0d1f007876 [2023-03-16T14:31:16.516Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-16T14:31:16.773Z] ---> 8fb845041e46 [2023-03-16T14:31:16.773Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-16T14:31:16.773Z] ---> Running in 939dcef8825a [2023-03-16T14:31:17.031Z] Removing intermediate container 939dcef8825a [2023-03-16T14:31:17.031Z] ---> bee1a0f14b72 [2023-03-16T14:31:17.031Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:31:17.293Z] ---> 074896534086 [2023-03-16T14:31:17.293Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-16T14:31:17.293Z] ---> Running in cf1fe553bbb9 [2023-03-16T14:31:17.293Z] Removing intermediate container cf1fe553bbb9 [2023-03-16T14:31:17.293Z] ---> a3c6bee328b2 [2023-03-16T14:31:17.293Z] Step 21/23 : LABEL arch=x86_64 [2023-03-16T14:31:17.552Z] ---> 7f7cb3211465 [2023-03-16T14:31:17.552Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-16T14:31:17.552Z] ---> Running in f8091e6a05ba [2023-03-16T14:31:17.810Z] Removing intermediate container f8091e6a05ba [2023-03-16T14:31:17.810Z] ---> 10964a32a483 [2023-03-16T14:31:17.810Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:31:17.810Z] ---> Running in ec42dd2dfae6 [2023-03-16T14:31:17.810Z] ---> 978e21844883 [2023-03-16T14:31:17.810Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-16T14:31:18.068Z] ---> Running in f2abb7303eb8 [2023-03-16T14:31:18.325Z] Removing intermediate container ec42dd2dfae6 [2023-03-16T14:31:18.325Z] ---> 517bee2f8dad [2023-03-16T14:31:18.325Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:31:18.585Z] Removing intermediate container f2abb7303eb8 [2023-03-16T14:31:18.585Z] ---> 8acefece1b7c [2023-03-16T14:31:18.585Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:31:18.585Z] ---> Running in 3ffcd64f7abc [2023-03-16T14:31:19.152Z] ---> Running in e92f35c5c9f1 [2023-03-16T14:31:19.409Z] Removing intermediate container 3ffcd64f7abc [2023-03-16T14:31:19.409Z] ---> f1be24b96f60 [2023-03-16T14:31:19.409Z] [2023-03-16T14:31:19.666Z] Successfully built f1be24b96f60 [2023-03-16T14:31:19.666Z] Successfully tagged core-data:latest [2023-03-16T14:31:19.666Z] Building security-spiffe-token-provider [2023-03-16T14:31:19.924Z]  Building core-data ... done Removing intermediate container e92f35c5c9f1 [2023-03-16T14:31:19.924Z] ---> 95e16f6c0244 [2023-03-16T14:31:19.924Z] Step 23/25 : LABEL arch=x86_64 [2023-03-16T14:31:21.301Z] ---> Running in 3563569ca8aa [2023-03-16T14:31:22.686Z] Removing intermediate container 3563569ca8aa [2023-03-16T14:31:22.686Z] ---> c94e45432029 [2023-03-16T14:31:22.686Z] Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:31:22.942Z] ---> Running in b096b5d10107 [2023-03-16T14:31:22.942Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:22.942Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:22.942Z] ---> 63a63cad2e00 [2023-03-16T14:31:22.942Z] Step 3/20 : WORKDIR /edgex-go [2023-03-16T14:31:22.942Z] ---> Using cache [2023-03-16T14:31:22.942Z] ---> 6288bf246e51 [2023-03-16T14:31:22.942Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-16T14:31:22.942Z] ---> Running in 75adc2fa8f76 [2023-03-16T14:31:23.215Z] Removing intermediate container b096b5d10107 [2023-03-16T14:31:23.215Z] ---> e153c5de643f [2023-03-16T14:31:23.215Z] Step 25/25 : LABEL version=3.0.0-dev.100 [2023-03-16T14:31:23.215Z] ---> Running in 32911ad7fa75 [2023-03-16T14:31:23.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:23.790Z] Removing intermediate container 32911ad7fa75 [2023-03-16T14:31:23.790Z] ---> fc3233d22cf9 [2023-03-16T14:31:23.790Z] [2023-03-16T14:31:23.790Z] Successfully built fc3233d22cf9 [2023-03-16T14:31:23.790Z] Successfully tagged core-metadata:latest [2023-03-16T14:31:23.790Z]  Building core-metadata ... done Building security-secretstore-setup [2023-03-16T14:31:23.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:24.353Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:31:24.353Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:31:24.353Z] OK: 17816 distinct packages available [2023-03-16T14:31:24.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:24.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:31:24.610Z] OK: 265 MiB in 53 packages [2023-03-16T14:31:27.849Z] 25b303627fd3: Pull complete [2023-03-16T14:31:27.849Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-16T14:31:27.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-16T14:31:27.849Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2023-03-16T14:31:27.888Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:27.889Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:27.889Z] ---> 63a63cad2e00 [2023-03-16T14:31:27.889Z] Step 3/24 : WORKDIR /edgex-go [2023-03-16T14:31:27.889Z] ---> Using cache [2023-03-16T14:31:27.889Z] ---> 6288bf246e51 [2023-03-16T14:31:27.889Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-16T14:31:27.889Z] ---> Using cache [2023-03-16T14:31:27.889Z] ---> 22c11fbf597a [2023-03-16T14:31:27.889Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-16T14:31:27.889Z] ---> Using cache [2023-03-16T14:31:27.889Z] ---> d83c7f055565 [2023-03-16T14:31:27.889Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withDockerContainer [2023-03-16T14:31:28.053Z] prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container [2023-03-16T14:31:28.123Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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-16T14:31:29.268Z] ---> Running in 8e0b71f9a103 [2023-03-16T14:31:29.526Z] Removing intermediate container 75adc2fa8f76 [2023-03-16T14:31:29.526Z] ---> 1f945f165373 [2023-03-16T14:31:29.526Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-16T14:31:29.526Z] ---> c5ef6a8c0c5e [2023-03-16T14:31:29.526Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:31:29.784Z] ---> Running in 40796784155e [2023-03-16T14:31:30.041Z] Removing intermediate container 675db5910ec0 [2023-03-16T14:31:30.041Z] ---> 224cc6baca10 [2023-03-16T14:31:30.041Z] Step 8/23 : COPY . . [2023-03-16T14:31:30.041Z] Removing intermediate container 4a1c0a4300e4 [2023-03-16T14:31:30.041Z] ---> 847d55af6f4b [2023-03-16T14:31:30.041Z] Step 7/33 : COPY . . [2023-03-16T14:31:30.212Z] $ docker top 6c6c618282b8d6254c115c4380ab1ce2101ce5533423594b4b10fd31d2477395 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T14:31:31.016Z] + docker-compose build --help [2023-03-16T14:31:31.016Z] + grep parallel [2023-03-16T14:31:34.217Z] Removing intermediate container 796eff28f3b4 [2023-03-16T14:31:34.217Z] ---> 27ebfabfd7f3 [2023-03-16T14:31:34.217Z] [2023-03-16T14:31:34.217Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:31:34.217Z] ---> b2aa39c304c2 [2023-03-16T14:31:34.217Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:31:34.217Z] ---> Using cache [2023-03-16T14:31:34.217Z] ---> 20b2031481f2 [2023-03-16T14:31:34.217Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:31:34.217Z] ---> Using cache [2023-03-16T14:31:34.217Z] ---> 33348aa45cd4 [2023-03-16T14:31:34.217Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-16T14:31:34.217Z] ---> ca7e844e65de [2023-03-16T14:31:34.217Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-16T14:31:34.217Z] ---> 04ceb48601fc [2023-03-16T14:31:34.217Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-16T14:31:34.217Z] ---> Running in 1053bdcaca02 [2023-03-16T14:31:34.217Z] ---> Running in c34ae3f2aa62 [2023-03-16T14:31:34.217Z] ---> Running in 8f9d373afa36 [2023-03-16T14:31:34.217Z] Removing intermediate container 1053bdcaca02 [2023-03-16T14:31:34.217Z] ---> 5fac8d110565 [2023-03-16T14:31:34.217Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-16T14:31:34.217Z] ---> Running in a25abd681c87 [2023-03-16T14:31:34.474Z] Removing intermediate container a25abd681c87 [2023-03-16T14:31:34.474Z] ---> 2a25b0f56da4 [2023-03-16T14:31:34.474Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:31:34.474Z] ---> 182b49e70e85 [2023-03-16T14:31:34.474Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:31:34.732Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-16T14:31:34.732Z] ---> 56b365de783a [2023-03-16T14:31:34.732Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-16T14:31:34.732Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-16T14:31:35.269Z] --parallel Build images in parallel. [Pipeline] } [2023-03-16T14:31:35.290Z] $ docker stop --time=1 6c6c618282b8d6254c115c4380ab1ce2101ce5533423594b4b10fd31d2477395 [2023-03-16T14:31:36.628Z] ---> 1831c178c499 [2023-03-16T14:31:36.628Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-16T14:31:36.986Z] $ docker rm -f --volumes 6c6c618282b8d6254c115c4380ab1ce2101ce5533423594b4b10fd31d2477395 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:31:37.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-16T14:31:37.511Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:31:37.697Z] prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container [2023-03-16T14:31:37.773Z] $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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-16T14:31:38.007Z] ---> 4111540b42bc [2023-03-16T14:31:38.007Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-16T14:31:38.266Z] ---> Running in 188774174b36 [2023-03-16T14:31:38.266Z] Removing intermediate container 188774174b36 [2023-03-16T14:31:38.266Z] ---> 1b5fe720d7d2 [2023-03-16T14:31:38.266Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:31:38.266Z] ---> Running in 4c59db643d59 [2023-03-16T14:31:38.831Z] Removing intermediate container 4c59db643d59 [2023-03-16T14:31:38.831Z] ---> 42227b8e2839 [2023-03-16T14:31:38.831Z] Step 21/23 : LABEL arch=x86_64 [2023-03-16T14:31:38.831Z] ---> Running in 55a375e70d5e [2023-03-16T14:31:39.139Z] $ docker top ae3cde61358ea875f9228bf3e3ae6172237cb6b6d8744b3ba32154d22555b25e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T14:31:39.397Z] Removing intermediate container 55a375e70d5e [2023-03-16T14:31:39.397Z] ---> 4bf58097c24d [2023-03-16T14:31:39.397Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:31:39.397Z] ---> Running in 7dd67534bac8 [2023-03-16T14:31:39.973Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-16T14:31:40.332Z] Removing intermediate container 7dd67534bac8 [2023-03-16T14:31:40.332Z] ---> b5006d8f549f [2023-03-16T14:31:40.332Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:31:40.332Z] ---> Running in 085c76ebecfa [2023-03-16T14:31:40.897Z] Removing intermediate container 085c76ebecfa [2023-03-16T14:31:40.897Z] ---> 50e3940482c6 [2023-03-16T14:31:40.897Z] [2023-03-16T14:31:40.897Z] Successfully built 50e3940482c6 [2023-03-16T14:31:41.153Z] Successfully tagged support-scheduler:latest [2023-03-16T14:31:41.153Z] Building security-proxy-setup [2023-03-16T14:31:45.325Z] Building core-command ... [2023-03-16T14:31:45.325Z] Building core-common-config-bootstrapper ... [2023-03-16T14:31:45.325Z] Building core-data ... [2023-03-16T14:31:45.325Z] Building core-metadata ... [2023-03-16T14:31:45.325Z] Building security-bootstrapper ... [2023-03-16T14:31:45.325Z] Building security-proxy-auth ... [2023-03-16T14:31:45.325Z] Building security-proxy-setup ... [2023-03-16T14:31:45.325Z] Building security-secretstore-setup ... [2023-03-16T14:31:45.325Z] Building security-spiffe-token-provider ... [2023-03-16T14:31:45.325Z] Building security-spire-agent ... [2023-03-16T14:31:45.325Z] Building security-spire-config ... [2023-03-16T14:31:45.325Z] Building security-spire-server ... [2023-03-16T14:31:45.325Z] Building support-notifications ... [2023-03-16T14:31:45.325Z] Building support-scheduler ... [2023-03-16T14:31:45.325Z] Building security-spire-server [2023-03-16T14:31:45.325Z] Building security-proxy-setup [2023-03-16T14:31:45.325Z] Building security-bootstrapper [2023-03-16T14:31:45.325Z] Building core-data [2023-03-16T14:31:45.325Z] Building security-spiffe-token-provider [2023-03-16T14:31:49.305Z]  Building support-scheduler ... done Step 1/21 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:49.306Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:49.306Z] ---> 63a63cad2e00 [2023-03-16T14:31:49.306Z] Step 3/21 : WORKDIR /edgex-go [2023-03-16T14:31:49.306Z] ---> Using cache [2023-03-16T14:31:49.306Z] ---> 6288bf246e51 [2023-03-16T14:31:49.306Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-16T14:31:49.306Z] ---> Using cache [2023-03-16T14:31:49.306Z] ---> 22c11fbf597a [2023-03-16T14:31:49.306Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-16T14:31:49.306Z] ---> Using cache [2023-03-16T14:31:49.306Z] ---> d83c7f055565 [2023-03-16T14:31:49.306Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:31:49.306Z] ---> Using cache [2023-03-16T14:31:49.306Z] ---> 847d55af6f4b [2023-03-16T14:31:49.306Z] Step 7/21 : COPY . . [2023-03-16T14:31:49.306Z] ---> Using cache [2023-03-16T14:31:49.306Z] ---> 04ceb48601fc [2023-03-16T14:31:49.306Z] Step 8/21 : RUN make cmd/secrets-config/secrets-config [2023-03-16T14:31:49.874Z] ---> Running in 6858f344abc9 [2023-03-16T14:31:50.443Z] Removing intermediate container 8e0b71f9a103 [2023-03-16T14:31:50.443Z] ---> 2b222169e7ff [2023-03-16T14:31:50.443Z] Step 7/24 : COPY . . [2023-03-16T14:31:50.443Z] Removing intermediate container 40796784155e [2023-03-16T14:31:50.443Z] ---> d4d89a7c1123 [2023-03-16T14:31:50.443Z] Step 7/20 : COPY . . [2023-03-16T14:31:51.009Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-16T14:31:57.658Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:57.658Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:57.658Z] ---> 962226d54998 [2023-03-16T14:31:57.658Z] Step 3/20 : WORKDIR /edgex-go [2023-03-16T14:31:57.926Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:57.926Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:57.926Z] ---> 962226d54998 [2023-03-16T14:31:57.926Z] Step 3/33 : WORKDIR /edgex-go [2023-03-16T14:31:57.926Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:57.926Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:57.926Z] ---> 962226d54998 [2023-03-16T14:31:57.926Z] Step 3/25 : WORKDIR /edgex-go [2023-03-16T14:31:57.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:57.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:57.926Z] ---> 962226d54998 [2023-03-16T14:31:57.926Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:31:57.926Z] ---> Running in ffbb059b103a [2023-03-16T14:31:58.194Z] ---> Running in f4444e21f9f0 [2023-03-16T14:31:58.194Z] ---> Running in 6540851aa8de [2023-03-16T14:31:58.194Z] Step 1/21 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:31:58.194Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:31:58.194Z] ---> 962226d54998 [2023-03-16T14:31:58.194Z] Step 3/21 : WORKDIR /edgex-go [2023-03-16T14:31:58.194Z] ---> Running in b4b58e2d5a21 [2023-03-16T14:31:58.194Z] ---> Running in 61dc8bcedc51 [2023-03-16T14:31:58.464Z] Removing intermediate container ffbb059b103a [2023-03-16T14:31:58.464Z] ---> 136e660b1451 [2023-03-16T14:31:58.464Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-16T14:31:58.733Z] ---> Running in ec8e8c159950 [2023-03-16T14:31:58.733Z] Removing intermediate container b4b58e2d5a21 [2023-03-16T14:31:58.733Z] ---> c7010bf97a6b [2023-03-16T14:31:58.733Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:31:59.005Z] ---> Running in 5bdb7e73cd4a [2023-03-16T14:31:59.005Z] Removing intermediate container 6540851aa8de [2023-03-16T14:31:59.005Z] ---> b9b29081da3c [2023-03-16T14:31:59.005Z] Step 4/25 : RUN apk add --update --no-cache make git build-base curl [2023-03-16T14:31:59.005Z] Removing intermediate container f4444e21f9f0 [2023-03-16T14:31:59.005Z] ---> 5a7f3bac2b4a [2023-03-16T14:31:59.005Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-16T14:31:59.110Z] ---> 1ae95c8d8030 [2023-03-16T14:31:59.110Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-16T14:31:59.277Z] Removing intermediate container 61dc8bcedc51 [2023-03-16T14:31:59.277Z] ---> 3b393f98b223 [2023-03-16T14:31:59.277Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-16T14:31:59.277Z] ---> Running in ff4831b5c6e2 [2023-03-16T14:31:59.277Z] ---> Running in a39fdafa40b8 [2023-03-16T14:31:59.367Z] ---> Running in 086f29fee607 [2023-03-16T14:31:59.547Z] ---> Running in 99655ae990fb [2023-03-16T14:31:59.653Z] ---> 9d433aecfd9e [2023-03-16T14:31:59.653Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-16T14:31:59.911Z] ---> Running in 9e862d8469fe [2023-03-16T14:32:00.132Z] Removing intermediate container 5bdb7e73cd4a [2023-03-16T14:32:00.132Z] ---> 1760e4c51869 [2023-03-16T14:32:00.132Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:32:00.132Z] ---> Running in f0ecadbabe57 [2023-03-16T14:32:00.169Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-16T14:32:00.169Z] Removing intermediate container 8f9d373afa36 [2023-03-16T14:32:00.169Z] ---> edcbbc99669d [2023-03-16T14:32:00.169Z] [2023-03-16T14:32:00.169Z] Step 9/33 : FROM alpine:3.17 [2023-03-16T14:32:00.169Z] ---> b2aa39c304c2 [2023-03-16T14:32:00.169Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:32:00.169Z] ---> Using cache [2023-03-16T14:32:00.169Z] ---> 4188c3c29393 [2023-03-16T14:32:00.169Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-16T14:32:00.427Z] ---> Running in e4a9ffd7f4b2 [2023-03-16T14:32:00.427Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-16T14:32:00.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:00.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:01.199Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-16T14:32:01.199Z] (2/2) Installing su-exec (0.2-r2) [2023-03-16T14:32:01.199Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:32:01.455Z] OK: 7 MiB in 17 packages [2023-03-16T14:32:01.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:01.548Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:01.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:02.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:02.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:02.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:02.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:02.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:02.832Z] Removing intermediate container c34ae3f2aa62 [2023-03-16T14:32:02.832Z] ---> da93a41c5852 [2023-03-16T14:32:02.832Z] [2023-03-16T14:32:02.832Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:32:02.832Z] ---> b2aa39c304c2 [2023-03-16T14:32:02.832Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-16T14:32:02.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:03.090Z] ---> Running in a8357db3b43c [2023-03-16T14:32:03.090Z] Removing intermediate container e4a9ffd7f4b2 [2023-03-16T14:32:03.090Z] ---> a7ae014e926e [2023-03-16T14:32:03.090Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-16T14:32:03.090Z] ---> Running in 11ec3953ff89 [2023-03-16T14:32:03.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:03.347Z] Removing intermediate container 11ec3953ff89 [2023-03-16T14:32:03.347Z] ---> ad6a5a5a1f4c [2023-03-16T14:32:03.347Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-16T14:32:03.347Z] ---> Running in 9252ddb7bf68 [2023-03-16T14:32:03.607Z] Removing intermediate container 9252ddb7bf68 [2023-03-16T14:32:03.607Z] ---> ef80f5999355 [2023-03-16T14:32:03.607Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-16T14:32:03.607Z] ---> Running in 8a5a55ed1b38 [2023-03-16T14:32:03.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:03.787Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:32:03.787Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:32:03.787Z] OK: 17687 distinct packages available [2023-03-16T14:32:03.787Z] OK: 263 MiB in 53 packages [2023-03-16T14:32:03.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:03.866Z] Removing intermediate container 8a5a55ed1b38 [2023-03-16T14:32:03.866Z] ---> 790ed04b04b6 [2023-03-16T14:32:03.866Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-16T14:32:04.056Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:04.056Z] OK: 263 MiB in 53 packages [2023-03-16T14:32:04.124Z] ---> Running in f4a95ff913a8 [2023-03-16T14:32:04.124Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-16T14:32:04.124Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-16T14:32:04.124Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:32:04.124Z] Executing ca-certificates-20220614-r4.trigger [2023-03-16T14:32:04.382Z] OK: 8 MiB in 17 packages [2023-03-16T14:32:04.382Z] Removing intermediate container f4a95ff913a8 [2023-03-16T14:32:04.382Z] ---> 9411c7cfde41 [2023-03-16T14:32:04.382Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-16T14:32:04.382Z] ---> Running in 53d3395f4e3c [2023-03-16T14:32:04.644Z] OK: 263 MiB in 53 packages [2023-03-16T14:32:04.913Z] OK: 263 MiB in 53 packages [2023-03-16T14:32:04.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:32:05.314Z] Removing intermediate container a8357db3b43c [2023-03-16T14:32:05.314Z] ---> e37c50756ba1 [2023-03-16T14:32:05.314Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:32:05.314Z] ---> Running in 881ef3415df5 [2023-03-16T14:32:05.570Z] Removing intermediate container 881ef3415df5 [2023-03-16T14:32:05.571Z] ---> 826f5b9fd3e8 [2023-03-16T14:32:05.571Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-16T14:32:05.571Z] ---> Running in b7017cc24c63 [2023-03-16T14:32:05.828Z] Removing intermediate container 53d3395f4e3c [2023-03-16T14:32:05.828Z] ---> 50717e449574 [2023-03-16T14:32:05.828Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-16T14:32:05.885Z] Removing intermediate container ff4831b5c6e2 [2023-03-16T14:32:05.885Z] ---> d8886819374e [2023-03-16T14:32:05.885Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-16T14:32:06.084Z] ---> Running in 0173c58dcf96 [2023-03-16T14:32:06.084Z] Removing intermediate container b7017cc24c63 [2023-03-16T14:32:06.084Z] ---> 9dbffb9dd3e3 [2023-03-16T14:32:06.084Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-16T14:32:06.084Z] ---> Running in 2959332c3ac8 [2023-03-16T14:32:06.152Z] OK: 263 MiB in 53 packages [2023-03-16T14:32:06.342Z] Removing intermediate container 2959332c3ac8 [2023-03-16T14:32:06.342Z] ---> 72d5ada5727a [2023-03-16T14:32:06.342Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:32:06.423Z] Removing intermediate container a39fdafa40b8 [2023-03-16T14:32:06.423Z] ---> aadec32a6ded [2023-03-16T14:32:06.423Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-16T14:32:06.599Z] Removing intermediate container 0173c58dcf96 [2023-03-16T14:32:06.599Z] ---> adc1a1396a4e [2023-03-16T14:32:06.599Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-16T14:32:06.696Z] Removing intermediate container 99655ae990fb [2023-03-16T14:32:06.696Z] ---> 5540f8dc0533 [2023-03-16T14:32:06.696Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-16T14:32:06.696Z] Removing intermediate container f0ecadbabe57 [2023-03-16T14:32:06.696Z] ---> 7cc2f25b5226 [2023-03-16T14:32:06.696Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:32:07.164Z] ---> 62762c5d18fa [2023-03-16T14:32:07.165Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:07.165Z] ---> be2a67864d36 [2023-03-16T14:32:07.165Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-16T14:32:07.165Z] ---> Running in f3c0bd809041 [2023-03-16T14:32:07.281Z] ---> 689434d8458a [2023-03-16T14:32:07.281Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:32:07.282Z] ---> Running in 8c3c993209e2 [2023-03-16T14:32:07.729Z] ---> 65b724c9ee36 [2023-03-16T14:32:07.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-16T14:32:07.871Z] ---> 12e15436a7a3 [2023-03-16T14:32:07.871Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:32:07.871Z] ---> Running in 164c79d269f4 [2023-03-16T14:32:08.140Z] Removing intermediate container ec8e8c159950 [2023-03-16T14:32:08.140Z] ---> f46215fae5e3 [2023-03-16T14:32:08.140Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-16T14:32:08.140Z] ---> 6d7a6076cb45 [2023-03-16T14:32:08.140Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 14f9717666c4 [2023-03-16T14:32:08.140Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:32:08.140Z] [2023-03-16T14:32:08.410Z] ---> Running in b50c601df79c [2023-03-16T14:32:08.692Z] ---> Running in 149157d26411 [2023-03-16T14:32:09.102Z] Removing intermediate container f3c0bd809041 [2023-03-16T14:32:09.102Z] ---> 9b0ad451859a [2023-03-16T14:32:09.102Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:32:09.360Z] ---> 809a32955531 [2023-03-16T14:32:09.360Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-16T14:32:09.625Z] ---> f56d7e6619c9 [2023-03-16T14:32:09.625Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:09.668Z] ---> ec938ade9d50 [2023-03-16T14:32:09.668Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:32:09.668Z] ---> Running in cadc819083da [2023-03-16T14:32:10.191Z] ---> 7c149f69f195 [2023-03-16T14:32:10.191Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-16T14:32:10.449Z] ---> e22fbff27e30 [2023-03-16T14:32:10.449Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-16T14:32:10.449Z] ---> Running in e463b13d2124 [2023-03-16T14:32:11.012Z] Removing intermediate container e463b13d2124 [2023-03-16T14:32:11.012Z] ---> e8f6f26bdd5d [2023-03-16T14:32:11.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:32:11.269Z] ---> Running in 009c46efb46a [2023-03-16T14:32:11.269Z] ---> c989c50cede4 [2023-03-16T14:32:11.269Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-16T14:32:11.526Z] Removing intermediate container 009c46efb46a [2023-03-16T14:32:11.526Z] ---> 022d521bdef4 [2023-03-16T14:32:11.526Z] Step 21/23 : LABEL arch=x86_64 [2023-03-16T14:32:11.782Z] ---> Running in a4154d3f4bea [2023-03-16T14:32:11.782Z] ---> dec1c89e78dd [2023-03-16T14:32:11.782Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-16T14:32:12.042Z] Removing intermediate container a4154d3f4bea [2023-03-16T14:32:12.042Z] ---> e8306dece44a [2023-03-16T14:32:12.042Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:12.042Z] ---> 58fff53de0a9 [2023-03-16T14:32:12.042Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-16T14:32:12.314Z] ---> Running in 5652fd425898 [2023-03-16T14:32:12.314Z] Removing intermediate container 5652fd425898 [2023-03-16T14:32:12.314Z] ---> 0dd6221e823b [2023-03-16T14:32:12.314Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:12.572Z] ---> 9de610100b8f [2023-03-16T14:32:12.572Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-16T14:32:12.572Z] ---> Running in c97ed38d61c0 [2023-03-16T14:32:13.136Z] Removing intermediate container c97ed38d61c0 [2023-03-16T14:32:13.136Z] ---> 5c0b5b8dc1f0 [2023-03-16T14:32:13.136Z] [2023-03-16T14:32:13.136Z] ---> 2e869b66ef96 [2023-03-16T14:32:13.136Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-16T14:32:13.136Z] Removing intermediate container 6858f344abc9 [2023-03-16T14:32:13.136Z] ---> ca13370c1df4 [2023-03-16T14:32:13.136Z] [2023-03-16T14:32:13.136Z] Step 9/21 : FROM alpine:3.17 [2023-03-16T14:32:13.136Z] ---> b2aa39c304c2 [2023-03-16T14:32:13.136Z] Step 10/21 : RUN apk add --update --no-cache dumb-init openssl [2023-03-16T14:32:13.136Z] ---> Running in 980a55633215 [2023-03-16T14:32:13.136Z] Successfully built 5c0b5b8dc1f0 [2023-03-16T14:32:13.136Z] Successfully tagged support-notifications:latest [2023-03-16T14:32:13.136Z] Building security-proxy-auth [2023-03-16T14:32:14.505Z]  Building support-notifications ... done  ---> 3c7750b28f49 [2023-03-16T14:32:14.505Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-16T14:32:14.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:14.505Z] ---> Running in d827abc7aefe [2023-03-16T14:32:14.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:14.763Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-16T14:32:14.763Z] (2/2) Installing openssl (3.0.8-r0) [2023-03-16T14:32:14.763Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:32:14.763Z] OK: 8 MiB in 17 packages [2023-03-16T14:32:16.136Z] Removing intermediate container 980a55633215 [2023-03-16T14:32:16.136Z] ---> 577b060445b0 [2023-03-16T14:32:16.136Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-16T14:32:16.136Z] Removing intermediate container d827abc7aefe [2023-03-16T14:32:16.136Z] ---> 688449c5c4de [2023-03-16T14:32:16.136Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-16T14:32:16.136Z] ---> Running in 25189e9255ac [2023-03-16T14:32:16.136Z] ---> Running in 627535ba020b [2023-03-16T14:32:16.136Z] Removing intermediate container 25189e9255ac [2023-03-16T14:32:16.136Z] ---> 506d01f78e38 [2023-03-16T14:32:16.136Z] Step 12/21 : WORKDIR /edgex [2023-03-16T14:32:16.703Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:32:16.703Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:32:16.703Z] ---> 63a63cad2e00 [2023-03-16T14:32:16.703Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:32:16.703Z] ---> Using cache [2023-03-16T14:32:16.703Z] ---> cd2a1b804bfc [2023-03-16T14:32:16.703Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:32:16.703Z] ---> Using cache [2023-03-16T14:32:16.703Z] ---> 956a1a9ab38d [2023-03-16T14:32:16.703Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:32:16.703Z] ---> Using cache [2023-03-16T14:32:16.703Z] ---> 09a0330f174c [2023-03-16T14:32:16.703Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:32:16.703Z] ---> Using cache [2023-03-16T14:32:16.703Z] ---> a166fcd917b8 [2023-03-16T14:32:16.703Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:32:16.703Z] ---> Using cache [2023-03-16T14:32:16.703Z] ---> af1683b98cab [2023-03-16T14:32:16.703Z] Step 8/23 : COPY . . [2023-03-16T14:32:16.703Z] ---> Using cache [2023-03-16T14:32:16.703Z] ---> 32b6ce645d7d [2023-03-16T14:32:16.703Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-16T14:32:16.703Z] ---> Running in da0c823c7c02 [2023-03-16T14:32:16.703Z] Removing intermediate container 627535ba020b [2023-03-16T14:32:16.703Z] ---> 1f3d4699df62 [2023-03-16T14:32:16.703Z] Step 30/33 : CMD ["gate"] [2023-03-16T14:32:16.961Z] ---> Running in 2f8f152208dc [2023-03-16T14:32:16.961Z] ---> Running in 60c4a6eb813d [2023-03-16T14:32:16.961Z] Removing intermediate container da0c823c7c02 [2023-03-16T14:32:16.961Z] ---> 238ba25f9d1a [2023-03-16T14:32:16.961Z] Step 13/21 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:17.218Z] Removing intermediate container 60c4a6eb813d [2023-03-16T14:32:17.218Z] ---> fe13958575b6 [2023-03-16T14:32:17.218Z] Step 31/33 : LABEL arch=x86_64 [2023-03-16T14:32:17.504Z] ---> Running in 07826fb58ebd [2023-03-16T14:32:17.504Z] ---> 2b5ba7333f0e [2023-03-16T14:32:17.504Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-16T14:32:17.761Z] Removing intermediate container 07826fb58ebd [2023-03-16T14:32:17.761Z] ---> 3c5ccee7e24c [2023-03-16T14:32:17.761Z] Step 32/33 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:17.761Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-16T14:32:17.761Z] ---> Running in d0640bf8f2e8 [2023-03-16T14:32:17.761Z] ---> 1e324167d2f5 [2023-03-16T14:32:17.761Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-16T14:32:18.329Z] Removing intermediate container d0640bf8f2e8 [2023-03-16T14:32:18.329Z] ---> 969adf6cdad7 [2023-03-16T14:32:18.329Z] Step 33/33 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:18.329Z] ---> c29c19adf2e8 [2023-03-16T14:32:18.329Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-16T14:32:18.329Z] ---> Running in c83b0526f9eb [2023-03-16T14:32:18.586Z] Removing intermediate container c83b0526f9eb [2023-03-16T14:32:18.586Z] ---> 616310cf8710 [2023-03-16T14:32:18.586Z] [2023-03-16T14:32:18.586Z] ---> 503dec67a63c [2023-03-16T14:32:18.586Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:32:18.586Z] Successfully built 616310cf8710 [2023-03-16T14:32:18.586Z] Successfully tagged security-bootstrapper:latest [2023-03-16T14:32:18.586Z]  Building security-bootstrapper ... done Building core-command [2023-03-16T14:32:18.586Z] ---> Running in 10be25410207 [2023-03-16T14:32:19.151Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-16T14:32:21.054Z] Removing intermediate container 10be25410207 [2023-03-16T14:32:21.054Z] ---> 4a31ac8dbbaf [2023-03-16T14:32:21.054Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:32:21.054Z] ---> Running in d7e357b5282b [2023-03-16T14:32:21.311Z] Removing intermediate container d7e357b5282b [2023-03-16T14:32:21.311Z] ---> dde228c2ba07 [2023-03-16T14:32:21.311Z] Step 19/21 : LABEL arch=x86_64 [2023-03-16T14:32:21.568Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:32:21.568Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:32:21.568Z] ---> 63a63cad2e00 [2023-03-16T14:32:21.568Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:32:21.568Z] ---> Using cache [2023-03-16T14:32:21.568Z] ---> cd2a1b804bfc [2023-03-16T14:32:21.568Z] Step 4/24 : WORKDIR /edgex-go [2023-03-16T14:32:21.568Z] ---> Using cache [2023-03-16T14:32:21.568Z] ---> 956a1a9ab38d [2023-03-16T14:32:21.568Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-16T14:32:21.568Z] ---> Using cache [2023-03-16T14:32:21.568Z] ---> 09a0330f174c [2023-03-16T14:32:21.568Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-16T14:32:21.568Z] ---> Using cache [2023-03-16T14:32:21.568Z] ---> a166fcd917b8 [2023-03-16T14:32:21.568Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:32:21.568Z] ---> Using cache [2023-03-16T14:32:21.568Z] ---> af1683b98cab [2023-03-16T14:32:21.568Z] Step 8/24 : COPY . . [2023-03-16T14:32:21.568Z] ---> Using cache [2023-03-16T14:32:21.568Z] ---> 32b6ce645d7d [2023-03-16T14:32:21.568Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-16T14:32:21.825Z] ---> Running in 8652ff4c1604 [2023-03-16T14:32:21.825Z] ---> Running in 4ace736c9394 [2023-03-16T14:32:22.392Z] Removing intermediate container 8652ff4c1604 [2023-03-16T14:32:22.392Z] ---> 2bdce8a49731 [2023-03-16T14:32:22.392Z] Step 20/21 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:22.650Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-16T14:32:22.650Z] ---> Running in db0eaeaea36c [2023-03-16T14:32:23.218Z] Removing intermediate container db0eaeaea36c [2023-03-16T14:32:23.218Z] ---> 402af8af9fbd [2023-03-16T14:32:23.218Z] Step 21/21 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:23.477Z] ---> Running in 64b809d36b2d [2023-03-16T14:32:23.736Z] Removing intermediate container 64b809d36b2d [2023-03-16T14:32:23.736Z] ---> d4abb0711903 [2023-03-16T14:32:23.736Z] [2023-03-16T14:32:23.736Z] Removing intermediate container 9e862d8469fe [2023-03-16T14:32:23.736Z] ---> 74933578cf42 [2023-03-16T14:32:23.736Z] [2023-03-16T14:32:23.736Z] Step 9/24 : FROM alpine:3.17 [2023-03-16T14:32:23.736Z] ---> b2aa39c304c2 [2023-03-16T14:32:23.736Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-16T14:32:23.736Z] Successfully built d4abb0711903 [2023-03-16T14:32:23.736Z] Successfully tagged security-proxy-setup:latest [2023-03-16T14:32:23.736Z] Building core-common-config-bootstrapper [2023-03-16T14:32:23.993Z]  Building security-proxy-setup ... done  ---> Running in cc73edefa1cb [2023-03-16T14:32:24.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:24.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:25.496Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-16T14:32:25.496Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-16T14:32:25.496Z] (3/3) Installing su-exec (0.2-r2) [2023-03-16T14:32:25.496Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:32:25.496Z] Executing ca-certificates-20220614-r4.trigger [2023-03-16T14:32:25.496Z] OK: 8 MiB in 18 packages [2023-03-16T14:32:26.086Z] Removing intermediate container 086f29fee607 [2023-03-16T14:32:26.086Z] ---> e30ad7f8be90 [2023-03-16T14:32:26.086Z] [2023-03-16T14:32:26.086Z] Step 9/20 : FROM alpine:3.17 [2023-03-16T14:32:26.086Z] ---> b2aa39c304c2 [2023-03-16T14:32:26.086Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:32:26.086Z] ---> Using cache [2023-03-16T14:32:26.086Z] ---> 4188c3c29393 [2023-03-16T14:32:26.086Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-16T14:32:26.344Z] ---> Running in 8bc739c98c8d [2023-03-16T14:32:26.602Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:32:26.602Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:32:26.602Z] ---> 63a63cad2e00 [2023-03-16T14:32:26.602Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:32:26.602Z] ---> Using cache [2023-03-16T14:32:26.602Z] ---> cd2a1b804bfc [2023-03-16T14:32:26.602Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:32:26.602Z] ---> Using cache [2023-03-16T14:32:26.602Z] ---> 956a1a9ab38d [2023-03-16T14:32:26.602Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:32:26.602Z] ---> Using cache [2023-03-16T14:32:26.602Z] ---> 09a0330f174c [2023-03-16T14:32:26.602Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:32:26.602Z] ---> Using cache [2023-03-16T14:32:26.602Z] ---> a166fcd917b8 [2023-03-16T14:32:26.602Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:32:26.602Z] ---> Using cache [2023-03-16T14:32:26.602Z] ---> af1683b98cab [2023-03-16T14:32:26.602Z] Step 8/23 : COPY . . [2023-03-16T14:32:26.602Z] ---> Using cache [2023-03-16T14:32:26.602Z] ---> 32b6ce645d7d [2023-03-16T14:32:26.602Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-16T14:32:26.860Z] Removing intermediate container cc73edefa1cb [2023-03-16T14:32:26.860Z] ---> a99f5d3aed05 [2023-03-16T14:32:26.860Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-16T14:32:26.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:26.860Z] ---> Running in 7ca708fb0bf0 [2023-03-16T14:32:26.860Z] ---> Running in add70bd745c0 [2023-03-16T14:32:26.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:27.117Z] Removing intermediate container add70bd745c0 [2023-03-16T14:32:27.117Z] ---> e224c1c5e511 [2023-03-16T14:32:27.117Z] Step 12/24 : WORKDIR / [2023-03-16T14:32:27.117Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:32:27.117Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:32:27.117Z] OK: 17816 distinct packages available [2023-03-16T14:32:27.385Z] ---> Running in 217acaf4ca7d [2023-03-16T14:32:27.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:27.385Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-16T14:32:27.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:27.643Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-16T14:32:27.643Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-16T14:32:27.643Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-16T14:32:27.643Z] (4/9) Installing libcurl (7.88.1-r0) [2023-03-16T14:32:27.643Z] Removing intermediate container 217acaf4ca7d [2023-03-16T14:32:27.643Z] ---> 48bd07f696fb [2023-03-16T14:32:27.643Z] Step 13/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:27.643Z] (5/9) Installing curl (7.88.1-r0) [2023-03-16T14:32:27.643Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-16T14:32:27.643Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-16T14:32:27.643Z] (8/9) Installing libucontext (1.2-r0) [2023-03-16T14:32:27.643Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-16T14:32:27.643Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:32:27.643Z] Executing ca-certificates-20220614-r4.trigger [2023-03-16T14:32:27.900Z] OK: 10 MiB in 24 packages [2023-03-16T14:32:28.158Z] ---> 0be12bf4123e [2023-03-16T14:32:28.158Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-16T14:32:28.730Z] Removing intermediate container 8bc739c98c8d [2023-03-16T14:32:28.730Z] ---> 20435d26b538 [2023-03-16T14:32:28.730Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:32:28.730Z] ---> 8376329af579 [2023-03-16T14:32:28.730Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-16T14:32:28.993Z] ---> c792a19426fe [2023-03-16T14:32:28.993Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:29.251Z] ---> 287484d0d9e2 [2023-03-16T14:32:29.251Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-16T14:32:29.251Z] ---> 6fe36f9534aa [2023-03-16T14:32:29.251Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-16T14:32:29.510Z] ---> 8a49b8e0f80a [2023-03-16T14:32:29.510Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-16T14:32:30.082Z] ---> 7d4bdf694ff6 [2023-03-16T14:32:30.082Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-16T14:32:30.339Z] ---> 1cfd5010b061 [2023-03-16T14:32:30.339Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-16T14:32:31.271Z] ---> 7fd68ae4eef9 [2023-03-16T14:32:31.271Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-16T14:32:31.271Z] ---> 834240e2c49d [2023-03-16T14:32:31.271Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-16T14:32:31.271Z] ---> Running in a4f353d2aa92 [2023-03-16T14:32:31.528Z] Removing intermediate container a4f353d2aa92 [2023-03-16T14:32:31.528Z] ---> c1b04140f166 [2023-03-16T14:32:31.528Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:32:31.786Z] ---> 2e286d7f768c [2023-03-16T14:32:31.786Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:32:31.786Z] ---> Running in 7d2f55953dec [2023-03-16T14:32:31.786Z] ---> Running in f4cf14d5189f [2023-03-16T14:32:32.042Z] Removing intermediate container 7d2f55953dec [2023-03-16T14:32:32.042Z] ---> 900b91f3782c [2023-03-16T14:32:32.042Z] Step 18/20 : LABEL arch=x86_64 [2023-03-16T14:32:32.042Z] ---> Running in 6ef79621a5ac [2023-03-16T14:32:32.300Z] Removing intermediate container 6ef79621a5ac [2023-03-16T14:32:32.300Z] ---> 83b84e4e2e20 [2023-03-16T14:32:32.300Z] Step 19/20 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:32.300Z] ---> Running in 67c21008b39c [2023-03-16T14:32:32.558Z] Removing intermediate container 67c21008b39c [2023-03-16T14:32:32.558Z] ---> 494df8379c5e [2023-03-16T14:32:32.558Z] Step 20/20 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:32.815Z] ---> Running in 545049f583e5 [2023-03-16T14:32:33.075Z] Removing intermediate container 545049f583e5 [2023-03-16T14:32:33.075Z] ---> 4620d66f76c6 [2023-03-16T14:32:33.075Z] [2023-03-16T14:32:33.075Z] Successfully built 4620d66f76c6 [2023-03-16T14:32:33.075Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-16T14:32:33.333Z]  Building security-spiffe-token-provider ... done Removing intermediate container f4cf14d5189f [2023-03-16T14:32:33.333Z] ---> 47154e111d73 [2023-03-16T14:32:33.333Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:32:33.333Z] ---> Running in d69ca089f272 [2023-03-16T14:32:33.601Z] Removing intermediate container d69ca089f272 [2023-03-16T14:32:33.601Z] ---> 0e5a3fa1d33e [2023-03-16T14:32:33.601Z] Step 22/24 : LABEL arch=x86_64 [2023-03-16T14:32:33.601Z] ---> Running in 046ad85e5ee2 [2023-03-16T14:32:33.858Z] Removing intermediate container 046ad85e5ee2 [2023-03-16T14:32:33.858Z] ---> f47ff17bc167 [2023-03-16T14:32:33.858Z] Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:33.858Z] ---> Running in 9aa458c3a1f2 [2023-03-16T14:32:34.128Z] Removing intermediate container 9aa458c3a1f2 [2023-03-16T14:32:34.128Z] ---> 3447bc693fb2 [2023-03-16T14:32:34.128Z] Step 24/24 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:34.385Z] ---> Running in c5558a0e343e [2023-03-16T14:32:34.648Z] Removing intermediate container c5558a0e343e [2023-03-16T14:32:34.648Z] ---> 92ce45f9405c [2023-03-16T14:32:34.648Z] [2023-03-16T14:32:34.648Z] Successfully built 92ce45f9405c [2023-03-16T14:32:34.906Z] Successfully tagged security-secretstore-setup:latest [2023-03-16T14:32:37.435Z]  Building security-secretstore-setup ... done Removing intermediate container 2f8f152208dc [2023-03-16T14:32:37.435Z] ---> 05d958268734 [2023-03-16T14:32:37.435Z] [2023-03-16T14:32:37.435Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:32:37.435Z] ---> b2aa39c304c2 [2023-03-16T14:32:37.435Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-16T14:32:37.435Z] ---> Running in 8bae59a82463 [2023-03-16T14:32:37.694Z] Removing intermediate container 8bae59a82463 [2023-03-16T14:32:37.694Z] ---> 21072218cb70 [2023-03-16T14:32:37.694Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:32:37.694Z] ---> Running in 7910ce3b7238 [2023-03-16T14:32:38.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:38.515Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-16T14:32:38.771Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-16T14:32:38.771Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:32:38.771Z] OK: 7 MiB in 16 packages [2023-03-16T14:32:39.704Z] Removing intermediate container 7910ce3b7238 [2023-03-16T14:32:39.704Z] ---> c44ed152fdd4 [2023-03-16T14:32:39.704Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:32:39.704Z] ---> 7680eaf8b768 [2023-03-16T14:32:39.704Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:39.961Z] ---> 6da5ec095fe9 [2023-03-16T14:32:39.961Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-16T14:32:40.221Z] ---> 17e46dbd04ac [2023-03-16T14:32:40.221Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-16T14:32:40.479Z] ---> 8e97142053a7 [2023-03-16T14:32:40.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-16T14:32:40.737Z] ---> dfbc575b7b64 [2023-03-16T14:32:40.737Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:32:40.737Z] ---> Running in f18827e888d8 [2023-03-16T14:32:41.672Z] Removing intermediate container f18827e888d8 [2023-03-16T14:32:41.672Z] ---> 20641176ed0c [2023-03-16T14:32:41.672Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:32:41.672Z] ---> Running in 002336dd941b [2023-03-16T14:32:41.931Z] Removing intermediate container 002336dd941b [2023-03-16T14:32:41.931Z] ---> 962e1c3f63a9 [2023-03-16T14:32:41.931Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-16T14:32:41.931Z] ---> Running in 3580096e8132 [2023-03-16T14:32:42.215Z] Removing intermediate container 3580096e8132 [2023-03-16T14:32:42.215Z] ---> 65550c321ed0 [2023-03-16T14:32:42.215Z] Step 21/23 : LABEL arch=x86_64 [2023-03-16T14:32:42.474Z] ---> Running in 5a88bbf620a0 [2023-03-16T14:32:42.743Z] Removing intermediate container 5a88bbf620a0 [2023-03-16T14:32:42.743Z] ---> bd5024113cb7 [2023-03-16T14:32:42.743Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:42.743Z] ---> Running in ac9c15bfcee1 [2023-03-16T14:32:42.743Z] Removing intermediate container 4ace736c9394 [2023-03-16T14:32:42.743Z] ---> 3ec3403ad899 [2023-03-16T14:32:42.743Z] [2023-03-16T14:32:42.743Z] Step 10/24 : FROM alpine:3.17 [2023-03-16T14:32:42.743Z] ---> b2aa39c304c2 [2023-03-16T14:32:42.743Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:32:42.743Z] ---> Using cache [2023-03-16T14:32:42.743Z] ---> 20b2031481f2 [2023-03-16T14:32:42.743Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:32:42.743Z] ---> Using cache [2023-03-16T14:32:42.743Z] ---> 33348aa45cd4 [2023-03-16T14:32:42.743Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-16T14:32:43.006Z] ---> Running in d90b6be8cca9 [2023-03-16T14:32:43.006Z] Removing intermediate container ac9c15bfcee1 [2023-03-16T14:32:43.006Z] ---> 927989973273 [2023-03-16T14:32:43.006Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:43.006Z] ---> Running in 2efe8515e2e0 [2023-03-16T14:32:43.006Z] Removing intermediate container d90b6be8cca9 [2023-03-16T14:32:43.006Z] ---> 493da82d8d72 [2023-03-16T14:32:43.006Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-16T14:32:43.006Z] ---> Running in c94565d47661 [2023-03-16T14:32:43.006Z] Removing intermediate container 2efe8515e2e0 [2023-03-16T14:32:43.006Z] ---> 66e1616e5310 [2023-03-16T14:32:43.006Z] [2023-03-16T14:32:43.270Z] Successfully built 66e1616e5310 [2023-03-16T14:32:43.270Z] Successfully tagged security-proxy-auth:latest [2023-03-16T14:32:43.270Z]  Building security-proxy-auth ... done Removing intermediate container c94565d47661 [2023-03-16T14:32:43.270Z] ---> 1234dd94aab7 [2023-03-16T14:32:43.270Z] Step 15/24 : WORKDIR / [2023-03-16T14:32:43.270Z] ---> Running in f53014cff7fa [2023-03-16T14:32:43.270Z] Removing intermediate container f53014cff7fa [2023-03-16T14:32:43.270Z] ---> e58eab32472d [2023-03-16T14:32:43.270Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:32:43.528Z] ---> b408712d3d07 [2023-03-16T14:32:43.528Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:43.789Z] ---> db0dced68f32 [2023-03-16T14:32:43.789Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-16T14:32:44.047Z] ---> c1a36ff01e34 [2023-03-16T14:32:44.047Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-16T14:32:44.305Z] ---> 9887eb0ba1d8 [2023-03-16T14:32:44.305Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-16T14:32:44.305Z] ---> Running in 75cecb76eb87 [2023-03-16T14:32:44.305Z] Removing intermediate container 75cecb76eb87 [2023-03-16T14:32:44.305Z] ---> 63e5a64ec1a0 [2023-03-16T14:32:44.305Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:32:44.562Z] ---> Running in db82593ee81c [2023-03-16T14:32:44.562Z] Removing intermediate container db82593ee81c [2023-03-16T14:32:44.562Z] ---> 79bf4d6fb793 [2023-03-16T14:32:44.562Z] Step 22/24 : LABEL arch=x86_64 [2023-03-16T14:32:44.562Z] ---> Running in d26177586808 [2023-03-16T14:32:44.819Z] Removing intermediate container d26177586808 [2023-03-16T14:32:44.819Z] ---> 99520d21558c [2023-03-16T14:32:44.819Z] Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:44.819Z] ---> Running in 612fd78b6d5d [2023-03-16T14:32:45.384Z] Removing intermediate container 612fd78b6d5d [2023-03-16T14:32:45.384Z] ---> 8ea7a5600cfe [2023-03-16T14:32:45.384Z] Step 24/24 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:45.384Z] ---> Running in 2f5dcebb8f03 [2023-03-16T14:32:45.642Z] Removing intermediate container 2f5dcebb8f03 [2023-03-16T14:32:45.642Z] ---> d6d9e783900b [2023-03-16T14:32:45.642Z] [2023-03-16T14:32:45.642Z] Successfully built d6d9e783900b [2023-03-16T14:32:45.642Z] Successfully tagged core-command:latest [2023-03-16T14:32:46.213Z]  Building core-command ... done Removing intermediate container 7ca708fb0bf0 [2023-03-16T14:32:46.213Z] ---> c6375c579a50 [2023-03-16T14:32:46.213Z] [2023-03-16T14:32:46.213Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:32:46.213Z] ---> b2aa39c304c2 [2023-03-16T14:32:46.213Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-16T14:32:46.213Z] ---> Using cache [2023-03-16T14:32:46.213Z] ---> 21072218cb70 [2023-03-16T14:32:46.213Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:32:46.213Z] ---> Using cache [2023-03-16T14:32:46.213Z] ---> c44ed152fdd4 [2023-03-16T14:32:46.472Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:32:46.472Z] ---> Using cache [2023-03-16T14:32:46.472Z] ---> 7680eaf8b768 [2023-03-16T14:32:46.472Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:32:46.472Z] ---> Using cache [2023-03-16T14:32:46.472Z] ---> 6da5ec095fe9 [2023-03-16T14:32:46.472Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-16T14:32:46.730Z] ---> 2558a6ee6fc4 [2023-03-16T14:32:46.730Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-16T14:32:46.988Z] ---> 02707a3d7efa [2023-03-16T14:32:46.988Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-16T14:32:46.988Z] ---> fc8a059795f1 [2023-03-16T14:32:46.988Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:32:46.988Z] ---> Running in 88584396f1d7 [2023-03-16T14:32:47.554Z] Removing intermediate container 88584396f1d7 [2023-03-16T14:32:47.554Z] ---> 557cc61a1f74 [2023-03-16T14:32:47.554Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:32:47.554Z] ---> Running in 69e5e62ea1a6 [2023-03-16T14:32:47.813Z] Removing intermediate container 69e5e62ea1a6 [2023-03-16T14:32:47.813Z] ---> 6ba2993e65a3 [2023-03-16T14:32:47.813Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-16T14:32:47.813Z] ---> Running in 5fbf40d37107 [2023-03-16T14:32:47.813Z] Removing intermediate container 5fbf40d37107 [2023-03-16T14:32:47.813Z] ---> 5548e2c2a840 [2023-03-16T14:32:47.813Z] Step 21/23 : LABEL arch=x86_64 [2023-03-16T14:32:47.813Z] ---> Running in d00b2598c192 [2023-03-16T14:32:48.072Z] Removing intermediate container d00b2598c192 [2023-03-16T14:32:48.072Z] ---> e450d737e489 [2023-03-16T14:32:48.072Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:48.072Z] ---> Running in 75476c25f523 [2023-03-16T14:32:48.072Z] Removing intermediate container 75476c25f523 [2023-03-16T14:32:48.072Z] ---> cc1c3433cb9b [2023-03-16T14:32:48.072Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:32:48.072Z] ---> Running in ae75d43c6cb8 [2023-03-16T14:32:48.072Z] Removing intermediate container ae75d43c6cb8 [2023-03-16T14:32:48.072Z] ---> 504f15634910 [2023-03-16T14:32:48.072Z] [2023-03-16T14:32:48.330Z] Successfully built 504f15634910 [2023-03-16T14:32:48.330Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-16T14:32:48.335Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-03-16T14:32:48.342Z] $ docker stop --time=1 a8732245cb649c35ff32cb60f392234b35bf777e1f53679bd82b8d03e8d07131 [2023-03-16T14:32:49.629Z] $ docker rm -f --volumes a8732245cb649c35ff32cb60f392234b35bf777e1f53679bd82b8d03e8d07131 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T14:32:49.954Z] + docker images [2023-03-16T14:32:49.954Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-16T14:32:49.954Z] core-common-config-bootstrapper latest 504f15634910 1 second ago 17.6MB [2023-03-16T14:32:49.954Z] c6375c579a50 4 seconds ago 1.68GB [2023-03-16T14:32:49.954Z] core-command latest d6d9e783900b 4 seconds ago 19.8MB [2023-03-16T14:32:49.954Z] security-proxy-auth latest 66e1616e5310 7 seconds ago 18.3MB [2023-03-16T14:32:49.954Z] 3ec3403ad899 7 seconds ago 1.68GB [2023-03-16T14:32:49.954Z] 05d958268734 13 seconds ago 1.66GB [2023-03-16T14:32:49.954Z] security-secretstore-setup latest 92ce45f9405c 15 seconds ago 32.6MB [2023-03-16T14:32:49.954Z] security-spiffe-token-provider latest 4620d66f76c6 17 seconds ago 32.6MB [2023-03-16T14:32:49.954Z] e30ad7f8be90 25 seconds ago 1.72GB [2023-03-16T14:32:49.954Z] 74933578cf42 26 seconds ago 1.68GB [2023-03-16T14:32:49.954Z] security-proxy-setup latest d4abb0711903 26 seconds ago 18.7MB [2023-03-16T14:32:49.954Z] security-bootstrapper latest 616310cf8710 31 seconds ago 22MB [2023-03-16T14:32:49.954Z] ca13370c1df4 37 seconds ago 1.66GB [2023-03-16T14:32:49.954Z] support-notifications latest 5c0b5b8dc1f0 37 seconds ago 33MB [2023-03-16T14:32:49.954Z] da93a41c5852 47 seconds ago 1.75GB [2023-03-16T14:32:49.954Z] edcbbc99669d 50 seconds ago 1.67GB [2023-03-16T14:32:49.954Z] support-scheduler latest 50e3940482c6 About a minute ago 32.4MB [2023-03-16T14:32:49.954Z] 27ebfabfd7f3 About a minute ago 1.75GB [2023-03-16T14:32:49.954Z] core-metadata latest fc3233d22cf9 About a minute ago 20.6MB [2023-03-16T14:32:49.954Z] core-data latest f1be24b96f60 About a minute ago 20MB [2023-03-16T14:32:49.954Z] a46b6e67f5b6 About a minute ago 1.69GB [2023-03-16T14:32:49.954Z] e04a7e38f97e About a minute ago 1.69GB [2023-03-16T14:32:49.954Z] security-spire-agent latest 7be0498776dd About a minute ago 129MB [2023-03-16T14:32:49.954Z] security-spire-config latest b0a741be2982 About a minute ago 88.9MB [2023-03-16T14:32:49.954Z] security-spire-server latest 5a98d949c8f7 About a minute ago 89.8MB [2023-03-16T14:32:49.954Z] a13044eae7f7 About a minute ago 1.54GB [2023-03-16T14:32:49.954Z] 875c9e24ba08 About a minute ago 1.54GB [2023-03-16T14:32:49.954Z] 24e6c898d63e About a minute ago 1.54GB [2023-03-16T14:32:49.954Z] ci-base-image-x86_64 latest 63a63cad2e00 4 minutes ago 883MB [2023-03-16T14:32:49.954Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 5 days ago 664MB [2023-03-16T14:32:49.954Z] alpine 3.17 b2aa39c304c2 4 weeks ago 7.05MB [2023-03-16T14:32:49.954Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-16T14:32:49.954Z] 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-16T14:32:50.057Z] provisioning config files... [2023-03-16T14:32:50.065Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config10252859510786732881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T14:32:50.356Z] ---> docker-login.sh [2023-03-16T14:32:50.356Z] nexus3.edgexfoundry.org:10001 [2023-03-16T14:32:50.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:32:50.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:32:50.356Z] Configure a credential helper to remove this warning. See [2023-03-16T14:32:50.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:32:50.356Z] [2023-03-16T14:32:50.356Z] Login Succeeded [2023-03-16T14:32:50.356Z] nexus3.edgexfoundry.org:10002 [2023-03-16T14:32:50.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:32:50.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:32:50.356Z] Configure a credential helper to remove this warning. See [2023-03-16T14:32:50.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:32:50.356Z] [2023-03-16T14:32:50.356Z] Login Succeeded [2023-03-16T14:32:50.356Z] nexus3.edgexfoundry.org:10003 [2023-03-16T14:32:50.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:32:50.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:32:50.614Z] Configure a credential helper to remove this warning. See [2023-03-16T14:32:50.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:32:50.614Z] [2023-03-16T14:32:50.614Z] Login Succeeded [2023-03-16T14:32:50.614Z] nexus3.edgexfoundry.org:10004 [2023-03-16T14:32:50.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:32:50.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:32:50.614Z] Configure a credential helper to remove this warning. See [2023-03-16T14:32:50.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:32:50.614Z] [2023-03-16T14:32:50.614Z] Login Succeeded [2023-03-16T14:32:50.614Z] docker.io [2023-03-16T14:32:50.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:32:50.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:32:50.873Z] Configure a credential helper to remove this warning. See [2023-03-16T14:32:50.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:32:50.873Z] [2023-03-16T14:32:50.873Z] Login Succeeded [2023-03-16T14:32:50.873Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T14:32:50.880Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:32:50.905Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T14:32:50.925Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-16T14:32:50.925Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:50.925Z] latest [2023-03-16T14:32:50.925Z] 3.0.0-dev.100 [2023-03-16T14:32:50.925Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:32:50.925Z] main [2023-03-16T14:32:50.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:51.249Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:51.548Z] + docker push nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:51.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-16T14:32:51.548Z] e258ad5270a2: Preparing [2023-03-16T14:32:51.548Z] 5fe399660184: Preparing [2023-03-16T14:32:51.548Z] 03c845ad9940: Preparing [2023-03-16T14:32:51.548Z] 3d9deae2e959: Preparing [2023-03-16T14:32:51.548Z] fe98f0250f10: Preparing [2023-03-16T14:32:51.548Z] 7cd52847ad77: Preparing [2023-03-16T14:32:51.548Z] 7cd52847ad77: Waiting [2023-03-16T14:32:51.548Z] 3d9deae2e959: Pushed [2023-03-16T14:32:51.548Z] fe98f0250f10: Pushed [2023-03-16T14:32:51.548Z] 03c845ad9940: Pushed [2023-03-16T14:32:51.548Z] e258ad5270a2: Pushed [2023-03-16T14:32:51.548Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:53.449Z] 5fe399660184: Pushed [2023-03-16T14:32:53.449Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:53.750Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:54.085Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-16T14:32:54.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-16T14:32:54.085Z] e258ad5270a2: Preparing [2023-03-16T14:32:54.085Z] 5fe399660184: Preparing [2023-03-16T14:32:54.085Z] 03c845ad9940: Preparing [2023-03-16T14:32:54.085Z] 3d9deae2e959: Preparing [2023-03-16T14:32:54.085Z] fe98f0250f10: Preparing [2023-03-16T14:32:54.085Z] 7cd52847ad77: Preparing [2023-03-16T14:32:54.085Z] 7cd52847ad77: Waiting [2023-03-16T14:32:54.085Z] e258ad5270a2: Layer already exists [2023-03-16T14:32:54.085Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:54.085Z] fe98f0250f10: Layer already exists [2023-03-16T14:32:54.085Z] 5fe399660184: Layer already exists [2023-03-16T14:32:54.085Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:54.085Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:54.085Z] latest: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:54.499Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:54.851Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.100 [2023-03-16T14:32:54.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-16T14:32:54.851Z] e258ad5270a2: Preparing [2023-03-16T14:32:54.851Z] 5fe399660184: Preparing [2023-03-16T14:32:54.851Z] 03c845ad9940: Preparing [2023-03-16T14:32:54.851Z] 3d9deae2e959: Preparing [2023-03-16T14:32:54.851Z] fe98f0250f10: Preparing [2023-03-16T14:32:54.851Z] 7cd52847ad77: Preparing [2023-03-16T14:32:54.851Z] 7cd52847ad77: Waiting [2023-03-16T14:32:54.851Z] e258ad5270a2: Layer already exists [2023-03-16T14:32:54.851Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:54.851Z] fe98f0250f10: Layer already exists [2023-03-16T14:32:54.851Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:54.851Z] 5fe399660184: Layer already exists [2023-03-16T14:32:54.851Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:54.851Z] 3.0.0-dev.100: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:55.207Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:55.513Z] + docker push nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:32:55.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-16T14:32:55.513Z] e258ad5270a2: Preparing [2023-03-16T14:32:55.513Z] 5fe399660184: Preparing [2023-03-16T14:32:55.513Z] 03c845ad9940: Preparing [2023-03-16T14:32:55.513Z] 3d9deae2e959: Preparing [2023-03-16T14:32:55.513Z] fe98f0250f10: Preparing [2023-03-16T14:32:55.513Z] 7cd52847ad77: Preparing [2023-03-16T14:32:55.513Z] 7cd52847ad77: Waiting [2023-03-16T14:32:55.513Z] fe98f0250f10: Layer already exists [2023-03-16T14:32:55.513Z] e258ad5270a2: Layer already exists [2023-03-16T14:32:55.513Z] 5fe399660184: Layer already exists [2023-03-16T14:32:55.513Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:55.513Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:55.513Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:55.513Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:55.813Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:56.113Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-16T14:32:56.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-16T14:32:56.113Z] e258ad5270a2: Preparing [2023-03-16T14:32:56.113Z] 5fe399660184: Preparing [2023-03-16T14:32:56.113Z] 03c845ad9940: Preparing [2023-03-16T14:32:56.113Z] 3d9deae2e959: Preparing [2023-03-16T14:32:56.113Z] fe98f0250f10: Preparing [2023-03-16T14:32:56.113Z] 7cd52847ad77: Preparing [2023-03-16T14:32:56.113Z] 7cd52847ad77: Waiting [2023-03-16T14:32:56.113Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:56.113Z] 5fe399660184: Layer already exists [2023-03-16T14:32:56.113Z] e258ad5270a2: Layer already exists [2023-03-16T14:32:56.113Z] fe98f0250f10: Layer already exists [2023-03-16T14:32:56.113Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:56.113Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:56.113Z] main: digest: sha256:72cc7a5b416b6c3a927a3a7b9b987b134400f66b3e3e1bc73a9196d1dcb7c30e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:32:56.152Z] ===================================================== [Pipeline] echo [2023-03-16T14:32:56.157Z] taggedImages: [2023-03-16T14:32:56.157Z] - nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:56.157Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-16T14:32:56.157Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.100 [2023-03-16T14:32:56.157Z] - nexus3.edgexfoundry.org:10004/core-command:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:32:56.157Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-16T14:32:56.171Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-16T14:32:56.171Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:56.171Z] latest [2023-03-16T14:32:56.171Z] 3.0.0-dev.100 [2023-03-16T14:32:56.171Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:32:56.171Z] main [2023-03-16T14:32:56.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:56.484Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:56.790Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:32:56.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-16T14:32:56.790Z] 031c8a219b99: Preparing [2023-03-16T14:32:56.790Z] 58bb1d243f6d: Preparing [2023-03-16T14:32:56.790Z] 6deb49f2ec3f: Preparing [2023-03-16T14:32:56.790Z] 7c3f29d8a901: Preparing [2023-03-16T14:32:56.790Z] 03c845ad9940: Preparing [2023-03-16T14:32:56.790Z] 3d9deae2e959: Preparing [2023-03-16T14:32:56.790Z] a011c02ed028: Preparing [2023-03-16T14:32:56.790Z] 7cd52847ad77: Preparing [2023-03-16T14:32:56.790Z] 3d9deae2e959: Waiting [2023-03-16T14:32:56.790Z] 7cd52847ad77: Waiting [2023-03-16T14:32:56.790Z] a011c02ed028: Waiting [2023-03-16T14:32:56.790Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:56.790Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:56.790Z] 58bb1d243f6d: Pushed [2023-03-16T14:32:56.790Z] 6deb49f2ec3f: Pushed [2023-03-16T14:32:56.790Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:56.790Z] 031c8a219b99: Pushed [2023-03-16T14:32:56.790Z] a011c02ed028: Pushed [2023-03-16T14:32:58.168Z] 7c3f29d8a901: Pushed [2023-03-16T14:32:58.168Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:58.479Z] + 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-16T14:32:58.787Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-16T14:32:58.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-16T14:32:58.787Z] 031c8a219b99: Preparing [2023-03-16T14:32:58.787Z] 58bb1d243f6d: Preparing [2023-03-16T14:32:58.787Z] 6deb49f2ec3f: Preparing [2023-03-16T14:32:58.787Z] 7c3f29d8a901: Preparing [2023-03-16T14:32:58.787Z] 03c845ad9940: Preparing [2023-03-16T14:32:58.787Z] 3d9deae2e959: Preparing [2023-03-16T14:32:58.787Z] a011c02ed028: Preparing [2023-03-16T14:32:58.787Z] 7cd52847ad77: Preparing [2023-03-16T14:32:58.787Z] 3d9deae2e959: Waiting [2023-03-16T14:32:58.787Z] a011c02ed028: Waiting [2023-03-16T14:32:58.787Z] 7cd52847ad77: Waiting [2023-03-16T14:32:58.787Z] 6deb49f2ec3f: Layer already exists [2023-03-16T14:32:58.787Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:58.787Z] 031c8a219b99: Layer already exists [2023-03-16T14:32:58.787Z] 7c3f29d8a901: Layer already exists [2023-03-16T14:32:58.787Z] 58bb1d243f6d: Layer already exists [2023-03-16T14:32:58.787Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:58.787Z] a011c02ed028: Layer already exists [2023-03-16T14:32:58.787Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:58.787Z] latest: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:59.093Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:59.397Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.100 [2023-03-16T14:32:59.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-16T14:32:59.397Z] 031c8a219b99: Preparing [2023-03-16T14:32:59.397Z] 58bb1d243f6d: Preparing [2023-03-16T14:32:59.397Z] 6deb49f2ec3f: Preparing [2023-03-16T14:32:59.397Z] 7c3f29d8a901: Preparing [2023-03-16T14:32:59.397Z] 03c845ad9940: Preparing [2023-03-16T14:32:59.397Z] 3d9deae2e959: Preparing [2023-03-16T14:32:59.397Z] a011c02ed028: Preparing [2023-03-16T14:32:59.397Z] 7cd52847ad77: Preparing [2023-03-16T14:32:59.397Z] a011c02ed028: Waiting [2023-03-16T14:32:59.397Z] 7cd52847ad77: Waiting [2023-03-16T14:32:59.397Z] 3d9deae2e959: Waiting [2023-03-16T14:32:59.397Z] 6deb49f2ec3f: Layer already exists [2023-03-16T14:32:59.397Z] 58bb1d243f6d: Layer already exists [2023-03-16T14:32:59.397Z] 7c3f29d8a901: Layer already exists [2023-03-16T14:32:59.397Z] 031c8a219b99: Layer already exists [2023-03-16T14:32:59.397Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:59.397Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:59.397Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:59.397Z] a011c02ed028: Layer already exists [2023-03-16T14:32:59.397Z] 3.0.0-dev.100: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:59.698Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:32:59.996Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:32:59.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-16T14:32:59.996Z] 031c8a219b99: Preparing [2023-03-16T14:32:59.996Z] 58bb1d243f6d: Preparing [2023-03-16T14:32:59.996Z] 6deb49f2ec3f: Preparing [2023-03-16T14:32:59.996Z] 7c3f29d8a901: Preparing [2023-03-16T14:32:59.996Z] 03c845ad9940: Preparing [2023-03-16T14:32:59.996Z] 3d9deae2e959: Preparing [2023-03-16T14:32:59.996Z] a011c02ed028: Preparing [2023-03-16T14:32:59.996Z] 7cd52847ad77: Preparing [2023-03-16T14:32:59.996Z] 3d9deae2e959: Waiting [2023-03-16T14:32:59.996Z] a011c02ed028: Waiting [2023-03-16T14:32:59.996Z] 7cd52847ad77: Waiting [2023-03-16T14:32:59.996Z] 7c3f29d8a901: Layer already exists [2023-03-16T14:32:59.996Z] 6deb49f2ec3f: Layer already exists [2023-03-16T14:32:59.996Z] 031c8a219b99: Layer already exists [2023-03-16T14:32:59.996Z] 03c845ad9940: Layer already exists [2023-03-16T14:32:59.996Z] 58bb1d243f6d: Layer already exists [2023-03-16T14:32:59.996Z] 3d9deae2e959: Layer already exists [2023-03-16T14:32:59.996Z] 7cd52847ad77: Layer already exists [2023-03-16T14:32:59.996Z] a011c02ed028: Layer already exists [2023-03-16T14:32:59.996Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:00.309Z] + 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-16T14:33:00.615Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-16T14:33:00.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-16T14:33:00.615Z] 031c8a219b99: Preparing [2023-03-16T14:33:00.615Z] 58bb1d243f6d: Preparing [2023-03-16T14:33:00.615Z] 6deb49f2ec3f: Preparing [2023-03-16T14:33:00.615Z] 7c3f29d8a901: Preparing [2023-03-16T14:33:00.615Z] 03c845ad9940: Preparing [2023-03-16T14:33:00.615Z] 3d9deae2e959: Preparing [2023-03-16T14:33:00.615Z] a011c02ed028: Preparing [2023-03-16T14:33:00.615Z] 7cd52847ad77: Preparing [2023-03-16T14:33:00.615Z] a011c02ed028: Waiting [2023-03-16T14:33:00.615Z] 7cd52847ad77: Waiting [2023-03-16T14:33:00.615Z] 3d9deae2e959: Waiting [2023-03-16T14:33:00.615Z] 58bb1d243f6d: Layer already exists [2023-03-16T14:33:00.615Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:00.615Z] 7c3f29d8a901: Layer already exists [2023-03-16T14:33:00.615Z] 6deb49f2ec3f: Layer already exists [2023-03-16T14:33:00.615Z] 031c8a219b99: Layer already exists [2023-03-16T14:33:00.615Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:00.615Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:00.615Z] a011c02ed028: Layer already exists [2023-03-16T14:33:00.615Z] main: digest: sha256:fe2dc4437112a79d0c3cf88f9bad76ac437f8ff4d13ede5e5cc0c869abda8af8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:00.653Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:00.657Z] taggedImages: [2023-03-16T14:33:00.657Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:00.657Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-16T14:33:00.657Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.100 [2023-03-16T14:33:00.657Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:00.657Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-16T14:33:00.671Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-16T14:33:00.671Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:00.671Z] latest [2023-03-16T14:33:00.671Z] 3.0.0-dev.100 [2023-03-16T14:33:00.671Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:00.671Z] main [2023-03-16T14:33:00.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:00.975Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:01.282Z] + docker push nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:01.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-16T14:33:01.282Z] d4718aa966b1: Preparing [2023-03-16T14:33:01.282Z] bf88044a7dcc: Preparing [2023-03-16T14:33:01.282Z] 03c845ad9940: Preparing [2023-03-16T14:33:01.282Z] 3d9deae2e959: Preparing [2023-03-16T14:33:01.282Z] 532fa4cda661: Preparing [2023-03-16T14:33:01.282Z] 7cd52847ad77: Preparing [2023-03-16T14:33:01.282Z] 7cd52847ad77: Waiting [2023-03-16T14:33:01.282Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:01.282Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:01.282Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:01.282Z] d4718aa966b1: Pushed [2023-03-16T14:33:01.282Z] 532fa4cda661: Pushed [2023-03-16T14:33:03.188Z] bf88044a7dcc: Pushed [2023-03-16T14:33:03.188Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:03.493Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:03.793Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-16T14:33:03.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-16T14:33:03.793Z] d4718aa966b1: Preparing [2023-03-16T14:33:03.793Z] bf88044a7dcc: Preparing [2023-03-16T14:33:03.793Z] 03c845ad9940: Preparing [2023-03-16T14:33:03.793Z] 3d9deae2e959: Preparing [2023-03-16T14:33:03.793Z] 532fa4cda661: Preparing [2023-03-16T14:33:03.793Z] 7cd52847ad77: Preparing [2023-03-16T14:33:03.793Z] 7cd52847ad77: Waiting [2023-03-16T14:33:03.793Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:03.793Z] bf88044a7dcc: Layer already exists [2023-03-16T14:33:03.793Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:03.793Z] 532fa4cda661: Layer already exists [2023-03-16T14:33:03.793Z] d4718aa966b1: Layer already exists [2023-03-16T14:33:03.793Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:03.793Z] latest: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:04.097Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:04.394Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.100 [2023-03-16T14:33:04.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-16T14:33:04.394Z] d4718aa966b1: Preparing [2023-03-16T14:33:04.394Z] bf88044a7dcc: Preparing [2023-03-16T14:33:04.394Z] 03c845ad9940: Preparing [2023-03-16T14:33:04.394Z] 3d9deae2e959: Preparing [2023-03-16T14:33:04.394Z] 532fa4cda661: Preparing [2023-03-16T14:33:04.394Z] 7cd52847ad77: Preparing [2023-03-16T14:33:04.394Z] 7cd52847ad77: Waiting [2023-03-16T14:33:04.394Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:04.394Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:04.394Z] d4718aa966b1: Layer already exists [2023-03-16T14:33:04.394Z] bf88044a7dcc: Layer already exists [2023-03-16T14:33:04.394Z] 532fa4cda661: Layer already exists [2023-03-16T14:33:04.394Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:04.394Z] 3.0.0-dev.100: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:04.696Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:05.003Z] + docker push nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:05.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-16T14:33:05.003Z] d4718aa966b1: Preparing [2023-03-16T14:33:05.003Z] bf88044a7dcc: Preparing [2023-03-16T14:33:05.003Z] 03c845ad9940: Preparing [2023-03-16T14:33:05.003Z] 3d9deae2e959: Preparing [2023-03-16T14:33:05.003Z] 532fa4cda661: Preparing [2023-03-16T14:33:05.003Z] 7cd52847ad77: Preparing [2023-03-16T14:33:05.003Z] 7cd52847ad77: Waiting [2023-03-16T14:33:05.003Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:05.003Z] 532fa4cda661: Layer already exists [2023-03-16T14:33:05.003Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:05.003Z] d4718aa966b1: Layer already exists [2023-03-16T14:33:05.003Z] bf88044a7dcc: Layer already exists [2023-03-16T14:33:05.003Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:05.003Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:05.319Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:05.632Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-16T14:33:05.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-16T14:33:05.632Z] d4718aa966b1: Preparing [2023-03-16T14:33:05.632Z] bf88044a7dcc: Preparing [2023-03-16T14:33:05.632Z] 03c845ad9940: Preparing [2023-03-16T14:33:05.632Z] 3d9deae2e959: Preparing [2023-03-16T14:33:05.632Z] 532fa4cda661: Preparing [2023-03-16T14:33:05.632Z] 7cd52847ad77: Preparing [2023-03-16T14:33:05.632Z] 7cd52847ad77: Waiting [2023-03-16T14:33:05.632Z] d4718aa966b1: Layer already exists [2023-03-16T14:33:05.632Z] 532fa4cda661: Layer already exists [2023-03-16T14:33:05.632Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:05.632Z] bf88044a7dcc: Layer already exists [2023-03-16T14:33:05.632Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:05.632Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:05.632Z] main: digest: sha256:154bfdf734e5c583ea5347982bdd7fd3a0b7c36f55fc89d6c44b918056b27f5b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:05.669Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:05.676Z] taggedImages: [2023-03-16T14:33:05.676Z] - nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:05.676Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-16T14:33:05.676Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.100 [2023-03-16T14:33:05.676Z] - nexus3.edgexfoundry.org:10004/core-data:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:05.676Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-16T14:33:05.693Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-16T14:33:05.693Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:05.693Z] latest [2023-03-16T14:33:05.693Z] 3.0.0-dev.100 [2023-03-16T14:33:05.693Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:05.693Z] main [2023-03-16T14:33:05.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:06.011Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:06.311Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:06.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-16T14:33:06.311Z] 445c706270a5: Preparing [2023-03-16T14:33:06.311Z] cf71a20e65c2: Preparing [2023-03-16T14:33:06.311Z] 3c5f4a388f4c: Preparing [2023-03-16T14:33:06.311Z] 03c845ad9940: Preparing [2023-03-16T14:33:06.311Z] 3d9deae2e959: Preparing [2023-03-16T14:33:06.311Z] fe98f0250f10: Preparing [2023-03-16T14:33:06.311Z] 7cd52847ad77: Preparing [2023-03-16T14:33:06.311Z] 7cd52847ad77: Waiting [2023-03-16T14:33:06.311Z] fe98f0250f10: Waiting [2023-03-16T14:33:06.311Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:06.311Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:06.311Z] fe98f0250f10: Layer already exists [2023-03-16T14:33:06.311Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:06.311Z] 445c706270a5: Pushed [2023-03-16T14:33:06.311Z] cf71a20e65c2: Pushed [2023-03-16T14:33:08.215Z] 3c5f4a388f4c: Pushed [2023-03-16T14:33:08.215Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:08.526Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:08.828Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-16T14:33:08.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-16T14:33:08.828Z] 445c706270a5: Preparing [2023-03-16T14:33:08.828Z] cf71a20e65c2: Preparing [2023-03-16T14:33:08.828Z] 3c5f4a388f4c: Preparing [2023-03-16T14:33:08.828Z] 03c845ad9940: Preparing [2023-03-16T14:33:08.828Z] 3d9deae2e959: Preparing [2023-03-16T14:33:08.828Z] fe98f0250f10: Preparing [2023-03-16T14:33:08.828Z] 7cd52847ad77: Preparing [2023-03-16T14:33:08.828Z] 7cd52847ad77: Waiting [2023-03-16T14:33:08.828Z] fe98f0250f10: Waiting [2023-03-16T14:33:08.828Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:08.828Z] 445c706270a5: Layer already exists [2023-03-16T14:33:08.828Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:08.828Z] 3c5f4a388f4c: Layer already exists [2023-03-16T14:33:08.828Z] cf71a20e65c2: Layer already exists [2023-03-16T14:33:08.828Z] fe98f0250f10: Layer already exists [2023-03-16T14:33:08.828Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:08.828Z] latest: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:09.131Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:09.435Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.100 [2023-03-16T14:33:09.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-16T14:33:09.435Z] 445c706270a5: Preparing [2023-03-16T14:33:09.435Z] cf71a20e65c2: Preparing [2023-03-16T14:33:09.435Z] 3c5f4a388f4c: Preparing [2023-03-16T14:33:09.435Z] 03c845ad9940: Preparing [2023-03-16T14:33:09.435Z] 3d9deae2e959: Preparing [2023-03-16T14:33:09.435Z] fe98f0250f10: Preparing [2023-03-16T14:33:09.435Z] 7cd52847ad77: Preparing [2023-03-16T14:33:09.435Z] fe98f0250f10: Waiting [2023-03-16T14:33:09.435Z] 7cd52847ad77: Waiting [2023-03-16T14:33:09.435Z] 445c706270a5: Layer already exists [2023-03-16T14:33:09.435Z] 3c5f4a388f4c: Layer already exists [2023-03-16T14:33:09.435Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:09.435Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:09.435Z] cf71a20e65c2: Layer already exists [2023-03-16T14:33:09.435Z] fe98f0250f10: Layer already exists [2023-03-16T14:33:09.435Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:09.435Z] 3.0.0-dev.100: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:09.745Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:10.053Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:10.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-16T14:33:10.053Z] 445c706270a5: Preparing [2023-03-16T14:33:10.053Z] cf71a20e65c2: Preparing [2023-03-16T14:33:10.053Z] 3c5f4a388f4c: Preparing [2023-03-16T14:33:10.053Z] 03c845ad9940: Preparing [2023-03-16T14:33:10.053Z] 3d9deae2e959: Preparing [2023-03-16T14:33:10.053Z] fe98f0250f10: Preparing [2023-03-16T14:33:10.053Z] 7cd52847ad77: Preparing [2023-03-16T14:33:10.053Z] fe98f0250f10: Waiting [2023-03-16T14:33:10.053Z] 7cd52847ad77: Waiting [2023-03-16T14:33:10.053Z] cf71a20e65c2: Layer already exists [2023-03-16T14:33:10.053Z] 3c5f4a388f4c: Layer already exists [2023-03-16T14:33:10.053Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:10.053Z] 445c706270a5: Layer already exists [2023-03-16T14:33:10.053Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:10.053Z] fe98f0250f10: Layer already exists [2023-03-16T14:33:10.053Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:10.053Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:10.359Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:10.664Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-16T14:33:10.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-16T14:33:10.664Z] 445c706270a5: Preparing [2023-03-16T14:33:10.664Z] cf71a20e65c2: Preparing [2023-03-16T14:33:10.664Z] 3c5f4a388f4c: Preparing [2023-03-16T14:33:10.664Z] 03c845ad9940: Preparing [2023-03-16T14:33:10.664Z] 3d9deae2e959: Preparing [2023-03-16T14:33:10.664Z] fe98f0250f10: Preparing [2023-03-16T14:33:10.664Z] 7cd52847ad77: Preparing [2023-03-16T14:33:10.664Z] fe98f0250f10: Waiting [2023-03-16T14:33:10.664Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:10.664Z] 3c5f4a388f4c: Layer already exists [2023-03-16T14:33:10.664Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:10.664Z] cf71a20e65c2: Layer already exists [2023-03-16T14:33:10.664Z] 445c706270a5: Layer already exists [2023-03-16T14:33:10.664Z] fe98f0250f10: Layer already exists [2023-03-16T14:33:10.664Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:10.664Z] main: digest: sha256:5dea736a137d02e93adb9e81efc8bc830ce7217768df4a143816f4422ed7cb8a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:10.701Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:10.708Z] taggedImages: [2023-03-16T14:33:10.708Z] - nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:10.708Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-16T14:33:10.708Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.100 [2023-03-16T14:33:10.708Z] - nexus3.edgexfoundry.org:10004/core-metadata:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:10.708Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-16T14:33:10.723Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-16T14:33:10.723Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:10.723Z] latest [2023-03-16T14:33:10.723Z] 3.0.0-dev.100 [2023-03-16T14:33:10.723Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:10.723Z] main [2023-03-16T14:33:10.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:11.037Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:11.341Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:11.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-16T14:33:11.342Z] a77c4c7767a7: Preparing [2023-03-16T14:33:11.342Z] a77c4c7767a7: Preparing [2023-03-16T14:33:11.342Z] a91567753fdd: Preparing [2023-03-16T14:33:11.342Z] 522100a6f802: Preparing [2023-03-16T14:33:11.342Z] 65620bdfa533: Preparing [2023-03-16T14:33:11.342Z] 47994c7c5d86: Preparing [2023-03-16T14:33:11.342Z] 40f0eb7835e6: Preparing [2023-03-16T14:33:11.342Z] 03c845ad9940: Preparing [2023-03-16T14:33:11.342Z] 3d9deae2e959: Preparing [2023-03-16T14:33:11.342Z] bb69f600efa9: Preparing [2023-03-16T14:33:11.342Z] 02bf37f4d745: Preparing [2023-03-16T14:33:11.342Z] b43d730b251e: Preparing [2023-03-16T14:33:11.342Z] c4e279a3bc02: Preparing [2023-03-16T14:33:11.342Z] 7cd52847ad77: Preparing [2023-03-16T14:33:11.342Z] 3d9deae2e959: Waiting [2023-03-16T14:33:11.342Z] c4e279a3bc02: Waiting [2023-03-16T14:33:11.342Z] bb69f600efa9: Waiting [2023-03-16T14:33:11.342Z] 02bf37f4d745: Waiting [2023-03-16T14:33:11.342Z] 7cd52847ad77: Waiting [2023-03-16T14:33:11.342Z] b43d730b251e: Waiting [2023-03-16T14:33:11.342Z] 03c845ad9940: Waiting [2023-03-16T14:33:11.342Z] 40f0eb7835e6: Waiting [2023-03-16T14:33:11.342Z] 47994c7c5d86: Pushed [2023-03-16T14:33:11.342Z] a77c4c7767a7: Pushed [2023-03-16T14:33:11.342Z] a91567753fdd: Pushed [2023-03-16T14:33:11.342Z] 522100a6f802: Pushed [2023-03-16T14:33:11.342Z] 65620bdfa533: Pushed [2023-03-16T14:33:11.342Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:11.342Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:11.600Z] bb69f600efa9: Pushed [2023-03-16T14:33:11.600Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:11.600Z] 02bf37f4d745: Pushed [2023-03-16T14:33:11.600Z] c4e279a3bc02: Pushed [2023-03-16T14:33:11.600Z] b43d730b251e: Pushed [2023-03-16T14:33:12.973Z] 40f0eb7835e6: Pushed [2023-03-16T14:33:13.232Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:13.543Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:13.845Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-16T14:33:13.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-16T14:33:13.845Z] a77c4c7767a7: Preparing [2023-03-16T14:33:13.845Z] a77c4c7767a7: Preparing [2023-03-16T14:33:13.845Z] a91567753fdd: Preparing [2023-03-16T14:33:13.845Z] 522100a6f802: Preparing [2023-03-16T14:33:13.845Z] 65620bdfa533: Preparing [2023-03-16T14:33:13.845Z] 47994c7c5d86: Preparing [2023-03-16T14:33:13.845Z] 40f0eb7835e6: Preparing [2023-03-16T14:33:13.845Z] 03c845ad9940: Preparing [2023-03-16T14:33:13.845Z] 3d9deae2e959: Preparing [2023-03-16T14:33:13.845Z] bb69f600efa9: Preparing [2023-03-16T14:33:13.845Z] 02bf37f4d745: Preparing [2023-03-16T14:33:13.845Z] b43d730b251e: Preparing [2023-03-16T14:33:13.845Z] c4e279a3bc02: Preparing [2023-03-16T14:33:13.845Z] 7cd52847ad77: Preparing [2023-03-16T14:33:13.845Z] 03c845ad9940: Waiting [2023-03-16T14:33:13.845Z] 3d9deae2e959: Waiting [2023-03-16T14:33:13.845Z] bb69f600efa9: Waiting [2023-03-16T14:33:13.845Z] 40f0eb7835e6: Waiting [2023-03-16T14:33:13.845Z] 02bf37f4d745: Waiting [2023-03-16T14:33:13.845Z] b43d730b251e: Waiting [2023-03-16T14:33:13.845Z] c4e279a3bc02: Waiting [2023-03-16T14:33:13.845Z] 7cd52847ad77: Waiting [2023-03-16T14:33:13.845Z] a91567753fdd: Layer already exists [2023-03-16T14:33:13.845Z] 65620bdfa533: Layer already exists [2023-03-16T14:33:13.845Z] 522100a6f802: Layer already exists [2023-03-16T14:33:13.845Z] 47994c7c5d86: Layer already exists [2023-03-16T14:33:13.845Z] a77c4c7767a7: Layer already exists [2023-03-16T14:33:13.845Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:13.845Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:13.845Z] 40f0eb7835e6: Layer already exists [2023-03-16T14:33:13.845Z] bb69f600efa9: Layer already exists [2023-03-16T14:33:13.845Z] 02bf37f4d745: Layer already exists [2023-03-16T14:33:13.845Z] b43d730b251e: Layer already exists [2023-03-16T14:33:13.845Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:13.845Z] c4e279a3bc02: Layer already exists [2023-03-16T14:33:13.845Z] latest: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:14.156Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:14.464Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.100 [2023-03-16T14:33:14.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-16T14:33:14.465Z] a77c4c7767a7: Preparing [2023-03-16T14:33:14.465Z] a77c4c7767a7: Preparing [2023-03-16T14:33:14.465Z] a91567753fdd: Preparing [2023-03-16T14:33:14.465Z] 522100a6f802: Preparing [2023-03-16T14:33:14.465Z] 65620bdfa533: Preparing [2023-03-16T14:33:14.465Z] 47994c7c5d86: Preparing [2023-03-16T14:33:14.465Z] 40f0eb7835e6: Preparing [2023-03-16T14:33:14.465Z] 03c845ad9940: Preparing [2023-03-16T14:33:14.465Z] 3d9deae2e959: Preparing [2023-03-16T14:33:14.465Z] bb69f600efa9: Preparing [2023-03-16T14:33:14.465Z] 02bf37f4d745: Preparing [2023-03-16T14:33:14.465Z] b43d730b251e: Preparing [2023-03-16T14:33:14.465Z] c4e279a3bc02: Preparing [2023-03-16T14:33:14.465Z] 7cd52847ad77: Preparing [2023-03-16T14:33:14.465Z] 3d9deae2e959: Waiting [2023-03-16T14:33:14.465Z] bb69f600efa9: Waiting [2023-03-16T14:33:14.465Z] 02bf37f4d745: Waiting [2023-03-16T14:33:14.465Z] b43d730b251e: Waiting [2023-03-16T14:33:14.465Z] c4e279a3bc02: Waiting [2023-03-16T14:33:14.465Z] 40f0eb7835e6: Waiting [2023-03-16T14:33:14.465Z] 7cd52847ad77: Waiting [2023-03-16T14:33:14.465Z] 03c845ad9940: Waiting [2023-03-16T14:33:14.465Z] 47994c7c5d86: Layer already exists [2023-03-16T14:33:14.465Z] a77c4c7767a7: Layer already exists [2023-03-16T14:33:14.465Z] 522100a6f802: Layer already exists [2023-03-16T14:33:14.465Z] 65620bdfa533: Layer already exists [2023-03-16T14:33:14.465Z] a91567753fdd: Layer already exists [2023-03-16T14:33:14.465Z] 40f0eb7835e6: Layer already exists [2023-03-16T14:33:14.465Z] bb69f600efa9: Layer already exists [2023-03-16T14:33:14.465Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:14.465Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:14.465Z] 02bf37f4d745: Layer already exists [2023-03-16T14:33:14.465Z] c4e279a3bc02: Layer already exists [2023-03-16T14:33:14.465Z] b43d730b251e: Layer already exists [2023-03-16T14:33:14.465Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:14.465Z] 3.0.0-dev.100: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:14.774Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:15.083Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:15.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-16T14:33:15.083Z] a77c4c7767a7: Preparing [2023-03-16T14:33:15.083Z] a77c4c7767a7: Preparing [2023-03-16T14:33:15.083Z] a91567753fdd: Preparing [2023-03-16T14:33:15.083Z] 522100a6f802: Preparing [2023-03-16T14:33:15.083Z] 65620bdfa533: Preparing [2023-03-16T14:33:15.083Z] 47994c7c5d86: Preparing [2023-03-16T14:33:15.083Z] 40f0eb7835e6: Preparing [2023-03-16T14:33:15.083Z] 03c845ad9940: Preparing [2023-03-16T14:33:15.083Z] 3d9deae2e959: Preparing [2023-03-16T14:33:15.083Z] bb69f600efa9: Preparing [2023-03-16T14:33:15.083Z] 02bf37f4d745: Preparing [2023-03-16T14:33:15.083Z] b43d730b251e: Preparing [2023-03-16T14:33:15.083Z] c4e279a3bc02: Preparing [2023-03-16T14:33:15.083Z] 7cd52847ad77: Preparing [2023-03-16T14:33:15.083Z] 3d9deae2e959: Waiting [2023-03-16T14:33:15.083Z] bb69f600efa9: Waiting [2023-03-16T14:33:15.083Z] b43d730b251e: Waiting [2023-03-16T14:33:15.083Z] 40f0eb7835e6: Waiting [2023-03-16T14:33:15.083Z] 03c845ad9940: Waiting [2023-03-16T14:33:15.083Z] c4e279a3bc02: Waiting [2023-03-16T14:33:15.083Z] 7cd52847ad77: Waiting [2023-03-16T14:33:15.083Z] 02bf37f4d745: Waiting [2023-03-16T14:33:15.083Z] a91567753fdd: Layer already exists [2023-03-16T14:33:15.083Z] a77c4c7767a7: Layer already exists [2023-03-16T14:33:15.083Z] 65620bdfa533: Layer already exists [2023-03-16T14:33:15.083Z] 522100a6f802: Layer already exists [2023-03-16T14:33:15.083Z] 47994c7c5d86: Layer already exists [2023-03-16T14:33:15.083Z] 40f0eb7835e6: Layer already exists [2023-03-16T14:33:15.083Z] 02bf37f4d745: Layer already exists [2023-03-16T14:33:15.083Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:15.083Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:15.083Z] bb69f600efa9: Layer already exists [2023-03-16T14:33:15.083Z] b43d730b251e: Layer already exists [2023-03-16T14:33:15.083Z] c4e279a3bc02: Layer already exists [2023-03-16T14:33:15.083Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:15.083Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:15.396Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:15.707Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-16T14:33:15.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-16T14:33:15.707Z] a77c4c7767a7: Preparing [2023-03-16T14:33:15.707Z] a77c4c7767a7: Preparing [2023-03-16T14:33:15.707Z] a91567753fdd: Preparing [2023-03-16T14:33:15.707Z] 522100a6f802: Preparing [2023-03-16T14:33:15.707Z] 65620bdfa533: Preparing [2023-03-16T14:33:15.707Z] 47994c7c5d86: Preparing [2023-03-16T14:33:15.707Z] 40f0eb7835e6: Preparing [2023-03-16T14:33:15.707Z] 03c845ad9940: Preparing [2023-03-16T14:33:15.707Z] 3d9deae2e959: Preparing [2023-03-16T14:33:15.707Z] bb69f600efa9: Preparing [2023-03-16T14:33:15.707Z] 02bf37f4d745: Preparing [2023-03-16T14:33:15.707Z] b43d730b251e: Preparing [2023-03-16T14:33:15.707Z] c4e279a3bc02: Preparing [2023-03-16T14:33:15.707Z] 7cd52847ad77: Preparing [2023-03-16T14:33:15.707Z] 03c845ad9940: Waiting [2023-03-16T14:33:15.707Z] 02bf37f4d745: Waiting [2023-03-16T14:33:15.707Z] 3d9deae2e959: Waiting [2023-03-16T14:33:15.707Z] b43d730b251e: Waiting [2023-03-16T14:33:15.707Z] bb69f600efa9: Waiting [2023-03-16T14:33:15.707Z] c4e279a3bc02: Waiting [2023-03-16T14:33:15.707Z] 7cd52847ad77: Waiting [2023-03-16T14:33:15.707Z] 40f0eb7835e6: Waiting [2023-03-16T14:33:15.707Z] 65620bdfa533: Layer already exists [2023-03-16T14:33:15.707Z] a91567753fdd: Layer already exists [2023-03-16T14:33:15.707Z] 47994c7c5d86: Layer already exists [2023-03-16T14:33:15.707Z] a77c4c7767a7: Layer already exists [2023-03-16T14:33:15.707Z] 522100a6f802: Layer already exists [2023-03-16T14:33:15.707Z] 40f0eb7835e6: Layer already exists [2023-03-16T14:33:15.707Z] bb69f600efa9: Layer already exists [2023-03-16T14:33:15.707Z] 02bf37f4d745: Layer already exists [2023-03-16T14:33:15.707Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:15.707Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:15.707Z] b43d730b251e: Layer already exists [2023-03-16T14:33:15.707Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:15.707Z] c4e279a3bc02: Layer already exists [2023-03-16T14:33:15.707Z] main: digest: sha256:955444bbc131aa45e9c5b2a30bf62b3a2799d78dfad37511a9da36ac3dc48168 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:15.757Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:15.765Z] taggedImages: [2023-03-16T14:33:15.765Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:15.765Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-16T14:33:15.765Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.100 [2023-03-16T14:33:15.765Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:15.765Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-16T14:33:15.786Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-16T14:33:15.786Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:15.786Z] latest [2023-03-16T14:33:15.786Z] 3.0.0-dev.100 [2023-03-16T14:33:15.786Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:15.786Z] main [2023-03-16T14:33:15.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:16.112Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:16.421Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:16.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-16T14:33:17.355Z] de60bf48483d: Preparing [2023-03-16T14:33:17.355Z] cc4638b5186a: Preparing [2023-03-16T14:33:17.355Z] 41157686d8ed: Preparing [2023-03-16T14:33:17.355Z] 0d213a894662: Preparing [2023-03-16T14:33:17.355Z] 03c845ad9940: Preparing [2023-03-16T14:33:17.355Z] 3d9deae2e959: Preparing [2023-03-16T14:33:17.355Z] a011c02ed028: Preparing [2023-03-16T14:33:17.355Z] 3d9deae2e959: Waiting [2023-03-16T14:33:17.355Z] 7cd52847ad77: Preparing [2023-03-16T14:33:17.355Z] a011c02ed028: Waiting [2023-03-16T14:33:17.355Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:17.355Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:17.355Z] a011c02ed028: Layer already exists [2023-03-16T14:33:17.355Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:17.355Z] cc4638b5186a: Pushed [2023-03-16T14:33:17.355Z] 41157686d8ed: Pushed [2023-03-16T14:33:17.355Z] de60bf48483d: Pushed [2023-03-16T14:33:18.743Z] 0d213a894662: Pushed [2023-03-16T14:33:18.743Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:19.046Z] + 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-16T14:33:19.348Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-16T14:33:19.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-16T14:33:19.348Z] de60bf48483d: Preparing [2023-03-16T14:33:19.348Z] cc4638b5186a: Preparing [2023-03-16T14:33:19.348Z] 41157686d8ed: Preparing [2023-03-16T14:33:19.348Z] 0d213a894662: Preparing [2023-03-16T14:33:19.348Z] 03c845ad9940: Preparing [2023-03-16T14:33:19.348Z] 3d9deae2e959: Preparing [2023-03-16T14:33:19.348Z] a011c02ed028: Preparing [2023-03-16T14:33:19.348Z] 7cd52847ad77: Preparing [2023-03-16T14:33:19.348Z] 7cd52847ad77: Waiting [2023-03-16T14:33:19.348Z] 3d9deae2e959: Waiting [2023-03-16T14:33:19.348Z] a011c02ed028: Waiting [2023-03-16T14:33:19.348Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:19.348Z] 0d213a894662: Layer already exists [2023-03-16T14:33:19.348Z] 41157686d8ed: Layer already exists [2023-03-16T14:33:19.348Z] cc4638b5186a: Layer already exists [2023-03-16T14:33:19.348Z] de60bf48483d: Layer already exists [2023-03-16T14:33:19.348Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:19.348Z] a011c02ed028: Layer already exists [2023-03-16T14:33:19.348Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:19.348Z] latest: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:19.657Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:19.960Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.100 [2023-03-16T14:33:19.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-16T14:33:19.960Z] de60bf48483d: Preparing [2023-03-16T14:33:19.960Z] cc4638b5186a: Preparing [2023-03-16T14:33:19.960Z] 41157686d8ed: Preparing [2023-03-16T14:33:19.960Z] 0d213a894662: Preparing [2023-03-16T14:33:19.960Z] 03c845ad9940: Preparing [2023-03-16T14:33:19.960Z] 3d9deae2e959: Preparing [2023-03-16T14:33:19.960Z] a011c02ed028: Preparing [2023-03-16T14:33:19.960Z] 7cd52847ad77: Preparing [2023-03-16T14:33:19.960Z] 3d9deae2e959: Waiting [2023-03-16T14:33:19.960Z] a011c02ed028: Waiting [2023-03-16T14:33:19.960Z] 7cd52847ad77: Waiting [2023-03-16T14:33:19.960Z] 41157686d8ed: Layer already exists [2023-03-16T14:33:19.960Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:19.960Z] de60bf48483d: Layer already exists [2023-03-16T14:33:19.960Z] 0d213a894662: Layer already exists [2023-03-16T14:33:19.960Z] cc4638b5186a: Layer already exists [2023-03-16T14:33:19.960Z] a011c02ed028: Layer already exists [2023-03-16T14:33:19.960Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:19.960Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:19.960Z] 3.0.0-dev.100: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:20.264Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:20.563Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:20.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-16T14:33:20.563Z] de60bf48483d: Preparing [2023-03-16T14:33:20.563Z] cc4638b5186a: Preparing [2023-03-16T14:33:20.563Z] 41157686d8ed: Preparing [2023-03-16T14:33:20.563Z] 0d213a894662: Preparing [2023-03-16T14:33:20.563Z] 03c845ad9940: Preparing [2023-03-16T14:33:20.563Z] 3d9deae2e959: Preparing [2023-03-16T14:33:20.563Z] a011c02ed028: Preparing [2023-03-16T14:33:20.563Z] 7cd52847ad77: Preparing [2023-03-16T14:33:20.563Z] 3d9deae2e959: Waiting [2023-03-16T14:33:20.563Z] a011c02ed028: Waiting [2023-03-16T14:33:20.563Z] 7cd52847ad77: Waiting [2023-03-16T14:33:20.563Z] 0d213a894662: Layer already exists [2023-03-16T14:33:20.563Z] cc4638b5186a: Layer already exists [2023-03-16T14:33:20.563Z] 41157686d8ed: Layer already exists [2023-03-16T14:33:20.563Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:20.563Z] de60bf48483d: Layer already exists [2023-03-16T14:33:20.563Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:20.563Z] a011c02ed028: Layer already exists [2023-03-16T14:33:20.563Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:20.563Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:20.869Z] + 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-16T14:33:21.167Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-16T14:33:21.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-16T14:33:21.167Z] de60bf48483d: Preparing [2023-03-16T14:33:21.167Z] cc4638b5186a: Preparing [2023-03-16T14:33:21.167Z] 41157686d8ed: Preparing [2023-03-16T14:33:21.167Z] 0d213a894662: Preparing [2023-03-16T14:33:21.167Z] 03c845ad9940: Preparing [2023-03-16T14:33:21.167Z] 3d9deae2e959: Preparing [2023-03-16T14:33:21.167Z] a011c02ed028: Preparing [2023-03-16T14:33:21.167Z] 7cd52847ad77: Preparing [2023-03-16T14:33:21.167Z] 3d9deae2e959: Waiting [2023-03-16T14:33:21.167Z] 7cd52847ad77: Waiting [2023-03-16T14:33:21.167Z] a011c02ed028: Waiting [2023-03-16T14:33:21.167Z] 41157686d8ed: Layer already exists [2023-03-16T14:33:21.167Z] 0d213a894662: Layer already exists [2023-03-16T14:33:21.167Z] cc4638b5186a: Layer already exists [2023-03-16T14:33:21.167Z] de60bf48483d: Layer already exists [2023-03-16T14:33:21.167Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:21.167Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:21.167Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:21.167Z] a011c02ed028: Layer already exists [2023-03-16T14:33:21.167Z] main: digest: sha256:a1d7847989849331d4d3bde4445f097dfee5038939431445e8f2a859df732fa6 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:21.218Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:21.224Z] taggedImages: [2023-03-16T14:33:21.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:21.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-16T14:33:21.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.100 [2023-03-16T14:33:21.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:21.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-16T14:33:21.243Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-16T14:33:21.243Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:21.243Z] latest [2023-03-16T14:33:21.243Z] 3.0.0-dev.100 [2023-03-16T14:33:21.243Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:21.243Z] main [2023-03-16T14:33:21.243Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:21.559Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:21.854Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:21.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-16T14:33:21.854Z] 5565c1618713: Preparing [2023-03-16T14:33:21.854Z] 6e962521ab4b: Preparing [2023-03-16T14:33:21.854Z] 55cbd26abc2b: Preparing [2023-03-16T14:33:21.854Z] 9d3a32aba5ee: Preparing [2023-03-16T14:33:21.854Z] 03c845ad9940: Preparing [2023-03-16T14:33:21.854Z] 5568d0a1b177: Preparing [2023-03-16T14:33:21.854Z] 3cd9466180a3: Preparing [2023-03-16T14:33:21.854Z] 7cd52847ad77: Preparing [2023-03-16T14:33:21.854Z] 3cd9466180a3: Waiting [2023-03-16T14:33:21.854Z] 5568d0a1b177: Waiting [2023-03-16T14:33:21.854Z] 7cd52847ad77: Waiting [2023-03-16T14:33:21.854Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:21.854Z] 5565c1618713: Pushed [2023-03-16T14:33:21.854Z] 6e962521ab4b: Pushed [2023-03-16T14:33:21.854Z] 9d3a32aba5ee: Pushed [2023-03-16T14:33:21.854Z] 5568d0a1b177: Pushed [2023-03-16T14:33:21.854Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:22.112Z] 3cd9466180a3: Pushed [2023-03-16T14:33:23.050Z] 55cbd26abc2b: Pushed [2023-03-16T14:33:23.050Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:23.359Z] + 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-16T14:33:23.658Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-16T14:33:23.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-16T14:33:23.658Z] 5565c1618713: Preparing [2023-03-16T14:33:23.658Z] 6e962521ab4b: Preparing [2023-03-16T14:33:23.658Z] 55cbd26abc2b: Preparing [2023-03-16T14:33:23.658Z] 9d3a32aba5ee: Preparing [2023-03-16T14:33:23.658Z] 03c845ad9940: Preparing [2023-03-16T14:33:23.658Z] 5568d0a1b177: Preparing [2023-03-16T14:33:23.658Z] 3cd9466180a3: Preparing [2023-03-16T14:33:23.658Z] 7cd52847ad77: Preparing [2023-03-16T14:33:23.658Z] 5568d0a1b177: Waiting [2023-03-16T14:33:23.658Z] 7cd52847ad77: Waiting [2023-03-16T14:33:23.658Z] 3cd9466180a3: Waiting [2023-03-16T14:33:23.658Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:23.658Z] 55cbd26abc2b: Layer already exists [2023-03-16T14:33:23.658Z] 6e962521ab4b: Layer already exists [2023-03-16T14:33:23.658Z] 9d3a32aba5ee: Layer already exists [2023-03-16T14:33:23.658Z] 5565c1618713: Layer already exists [2023-03-16T14:33:23.658Z] 3cd9466180a3: Layer already exists [2023-03-16T14:33:23.658Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:23.658Z] 5568d0a1b177: Layer already exists [2023-03-16T14:33:23.658Z] latest: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:23.964Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:24.269Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.100 [2023-03-16T14:33:24.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-16T14:33:24.269Z] 5565c1618713: Preparing [2023-03-16T14:33:24.269Z] 6e962521ab4b: Preparing [2023-03-16T14:33:24.269Z] 55cbd26abc2b: Preparing [2023-03-16T14:33:24.269Z] 9d3a32aba5ee: Preparing [2023-03-16T14:33:24.269Z] 03c845ad9940: Preparing [2023-03-16T14:33:24.269Z] 5568d0a1b177: Preparing [2023-03-16T14:33:24.269Z] 3cd9466180a3: Preparing [2023-03-16T14:33:24.269Z] 7cd52847ad77: Preparing [2023-03-16T14:33:24.269Z] 5568d0a1b177: Waiting [2023-03-16T14:33:24.269Z] 3cd9466180a3: Waiting [2023-03-16T14:33:24.269Z] 7cd52847ad77: Waiting [2023-03-16T14:33:24.269Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:24.269Z] 55cbd26abc2b: Layer already exists [2023-03-16T14:33:24.269Z] 9d3a32aba5ee: Layer already exists [2023-03-16T14:33:24.269Z] 5565c1618713: Layer already exists [2023-03-16T14:33:24.269Z] 6e962521ab4b: Layer already exists [2023-03-16T14:33:24.269Z] 5568d0a1b177: Layer already exists [2023-03-16T14:33:24.269Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:24.269Z] 3cd9466180a3: Layer already exists [2023-03-16T14:33:24.269Z] 3.0.0-dev.100: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:24.585Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:24.888Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:24.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-16T14:33:24.888Z] 5565c1618713: Preparing [2023-03-16T14:33:24.888Z] 6e962521ab4b: Preparing [2023-03-16T14:33:24.888Z] 55cbd26abc2b: Preparing [2023-03-16T14:33:24.888Z] 9d3a32aba5ee: Preparing [2023-03-16T14:33:24.888Z] 03c845ad9940: Preparing [2023-03-16T14:33:24.888Z] 5568d0a1b177: Preparing [2023-03-16T14:33:24.888Z] 3cd9466180a3: Preparing [2023-03-16T14:33:24.888Z] 7cd52847ad77: Preparing [2023-03-16T14:33:24.888Z] 3cd9466180a3: Waiting [2023-03-16T14:33:24.888Z] 7cd52847ad77: Waiting [2023-03-16T14:33:24.888Z] 5568d0a1b177: Waiting [2023-03-16T14:33:24.888Z] 5565c1618713: Layer already exists [2023-03-16T14:33:24.888Z] 55cbd26abc2b: Layer already exists [2023-03-16T14:33:24.888Z] 6e962521ab4b: Layer already exists [2023-03-16T14:33:24.888Z] 9d3a32aba5ee: Layer already exists [2023-03-16T14:33:24.888Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:24.888Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:24.888Z] 5568d0a1b177: Layer already exists [2023-03-16T14:33:24.888Z] 3cd9466180a3: Layer already exists [2023-03-16T14:33:24.888Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:25.200Z] + 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-16T14:33:25.500Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-16T14:33:25.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-16T14:33:25.500Z] 5565c1618713: Preparing [2023-03-16T14:33:25.500Z] 6e962521ab4b: Preparing [2023-03-16T14:33:25.500Z] 55cbd26abc2b: Preparing [2023-03-16T14:33:25.500Z] 9d3a32aba5ee: Preparing [2023-03-16T14:33:25.500Z] 03c845ad9940: Preparing [2023-03-16T14:33:25.500Z] 5568d0a1b177: Preparing [2023-03-16T14:33:25.500Z] 3cd9466180a3: Preparing [2023-03-16T14:33:25.500Z] 7cd52847ad77: Preparing [2023-03-16T14:33:25.500Z] 3cd9466180a3: Waiting [2023-03-16T14:33:25.500Z] 7cd52847ad77: Waiting [2023-03-16T14:33:25.500Z] 5568d0a1b177: Waiting [2023-03-16T14:33:25.500Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:25.500Z] 5565c1618713: Layer already exists [2023-03-16T14:33:25.500Z] 6e962521ab4b: Layer already exists [2023-03-16T14:33:25.500Z] 55cbd26abc2b: Layer already exists [2023-03-16T14:33:25.500Z] 9d3a32aba5ee: Layer already exists [2023-03-16T14:33:25.500Z] 3cd9466180a3: Layer already exists [2023-03-16T14:33:25.500Z] 5568d0a1b177: Layer already exists [2023-03-16T14:33:25.500Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:25.501Z] main: digest: sha256:e5ec624dc372af818985b8de833014d21d77a0843430bc06da409c614d672d38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:25.551Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:25.558Z] taggedImages: [2023-03-16T14:33:25.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:25.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-16T14:33:25.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.100 [2023-03-16T14:33:25.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:25.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-16T14:33:25.580Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-16T14:33:25.580Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:25.580Z] latest [2023-03-16T14:33:25.580Z] 3.0.0-dev.100 [2023-03-16T14:33:25.580Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:25.580Z] main [2023-03-16T14:33:25.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:25.897Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:26.200Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:26.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-16T14:33:26.200Z] 7794410bc39b: Preparing [2023-03-16T14:33:26.200Z] 5f02f0902be2: Preparing [2023-03-16T14:33:26.200Z] 72e7504de32a: Preparing [2023-03-16T14:33:26.200Z] 734f5899c95e: Preparing [2023-03-16T14:33:26.200Z] 1425a9a6c3ba: Preparing [2023-03-16T14:33:26.200Z] 574bde26a61c: Preparing [2023-03-16T14:33:26.200Z] 4d4f76e57394: Preparing [2023-03-16T14:33:26.200Z] 03c845ad9940: Preparing [2023-03-16T14:33:26.200Z] a3108dea17fe: Preparing [2023-03-16T14:33:26.200Z] 7cd52847ad77: Preparing [2023-03-16T14:33:26.200Z] 574bde26a61c: Waiting [2023-03-16T14:33:26.201Z] 4d4f76e57394: Waiting [2023-03-16T14:33:26.201Z] 03c845ad9940: Waiting [2023-03-16T14:33:26.201Z] a3108dea17fe: Waiting [2023-03-16T14:33:26.201Z] 7cd52847ad77: Waiting [2023-03-16T14:33:26.201Z] 7794410bc39b: Pushed [2023-03-16T14:33:26.201Z] 1425a9a6c3ba: Pushed [2023-03-16T14:33:26.201Z] 5f02f0902be2: Pushed [2023-03-16T14:33:26.201Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:26.458Z] 574bde26a61c: Pushed [2023-03-16T14:33:26.458Z] 4d4f76e57394: Pushed [2023-03-16T14:33:26.458Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:26.458Z] a3108dea17fe: Pushed [2023-03-16T14:33:28.361Z] 734f5899c95e: Pushed [2023-03-16T14:33:28.929Z] 72e7504de32a: Pushed [2023-03-16T14:33:28.929Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:29.232Z] + 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-16T14:33:29.541Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-16T14:33:29.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-16T14:33:29.541Z] 7794410bc39b: Preparing [2023-03-16T14:33:29.541Z] 5f02f0902be2: Preparing [2023-03-16T14:33:29.541Z] 72e7504de32a: Preparing [2023-03-16T14:33:29.541Z] 734f5899c95e: Preparing [2023-03-16T14:33:29.541Z] 1425a9a6c3ba: Preparing [2023-03-16T14:33:29.541Z] 574bde26a61c: Preparing [2023-03-16T14:33:29.541Z] 4d4f76e57394: Preparing [2023-03-16T14:33:29.541Z] 03c845ad9940: Preparing [2023-03-16T14:33:29.541Z] a3108dea17fe: Preparing [2023-03-16T14:33:29.541Z] 7cd52847ad77: Preparing [2023-03-16T14:33:29.541Z] 4d4f76e57394: Waiting [2023-03-16T14:33:29.541Z] 03c845ad9940: Waiting [2023-03-16T14:33:29.541Z] 574bde26a61c: Waiting [2023-03-16T14:33:29.541Z] 7cd52847ad77: Waiting [2023-03-16T14:33:29.541Z] a3108dea17fe: Waiting [2023-03-16T14:33:29.541Z] 7794410bc39b: Layer already exists [2023-03-16T14:33:29.541Z] 1425a9a6c3ba: Layer already exists [2023-03-16T14:33:29.541Z] 72e7504de32a: Layer already exists [2023-03-16T14:33:29.541Z] 5f02f0902be2: Layer already exists [2023-03-16T14:33:29.541Z] 734f5899c95e: Layer already exists [2023-03-16T14:33:29.541Z] 574bde26a61c: Layer already exists [2023-03-16T14:33:29.541Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:29.541Z] a3108dea17fe: Layer already exists [2023-03-16T14:33:29.541Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:29.541Z] 4d4f76e57394: Layer already exists [2023-03-16T14:33:29.541Z] latest: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:29.842Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:30.149Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.100 [2023-03-16T14:33:30.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-16T14:33:30.149Z] 7794410bc39b: Preparing [2023-03-16T14:33:30.149Z] 5f02f0902be2: Preparing [2023-03-16T14:33:30.149Z] 72e7504de32a: Preparing [2023-03-16T14:33:30.149Z] 734f5899c95e: Preparing [2023-03-16T14:33:30.149Z] 1425a9a6c3ba: Preparing [2023-03-16T14:33:30.149Z] 574bde26a61c: Preparing [2023-03-16T14:33:30.149Z] 4d4f76e57394: Preparing [2023-03-16T14:33:30.149Z] 03c845ad9940: Preparing [2023-03-16T14:33:30.149Z] a3108dea17fe: Preparing [2023-03-16T14:33:30.149Z] 7cd52847ad77: Preparing [2023-03-16T14:33:30.149Z] 574bde26a61c: Waiting [2023-03-16T14:33:30.149Z] 4d4f76e57394: Waiting [2023-03-16T14:33:30.149Z] a3108dea17fe: Waiting [2023-03-16T14:33:30.149Z] 03c845ad9940: Waiting [2023-03-16T14:33:30.149Z] 7cd52847ad77: Waiting [2023-03-16T14:33:30.149Z] 5f02f0902be2: Layer already exists [2023-03-16T14:33:30.149Z] 1425a9a6c3ba: Layer already exists [2023-03-16T14:33:30.149Z] 72e7504de32a: Layer already exists [2023-03-16T14:33:30.149Z] 7794410bc39b: Layer already exists [2023-03-16T14:33:30.149Z] 734f5899c95e: Layer already exists [2023-03-16T14:33:30.149Z] 4d4f76e57394: Layer already exists [2023-03-16T14:33:30.149Z] 574bde26a61c: Layer already exists [2023-03-16T14:33:30.149Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:30.149Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:30.149Z] a3108dea17fe: Layer already exists [2023-03-16T14:33:30.149Z] 3.0.0-dev.100: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:30.449Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:30.754Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:30.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-16T14:33:30.754Z] 7794410bc39b: Preparing [2023-03-16T14:33:30.754Z] 5f02f0902be2: Preparing [2023-03-16T14:33:30.754Z] 72e7504de32a: Preparing [2023-03-16T14:33:30.754Z] 734f5899c95e: Preparing [2023-03-16T14:33:30.754Z] 1425a9a6c3ba: Preparing [2023-03-16T14:33:30.754Z] 574bde26a61c: Preparing [2023-03-16T14:33:30.754Z] 4d4f76e57394: Preparing [2023-03-16T14:33:30.754Z] 03c845ad9940: Preparing [2023-03-16T14:33:30.754Z] a3108dea17fe: Preparing [2023-03-16T14:33:30.754Z] 7cd52847ad77: Preparing [2023-03-16T14:33:30.754Z] 4d4f76e57394: Waiting [2023-03-16T14:33:30.754Z] 03c845ad9940: Waiting [2023-03-16T14:33:30.754Z] a3108dea17fe: Waiting [2023-03-16T14:33:30.754Z] 7cd52847ad77: Waiting [2023-03-16T14:33:30.754Z] 574bde26a61c: Waiting [2023-03-16T14:33:30.754Z] 72e7504de32a: Layer already exists [2023-03-16T14:33:30.754Z] 734f5899c95e: Layer already exists [2023-03-16T14:33:30.754Z] 1425a9a6c3ba: Layer already exists [2023-03-16T14:33:30.754Z] 5f02f0902be2: Layer already exists [2023-03-16T14:33:30.754Z] 7794410bc39b: Layer already exists [2023-03-16T14:33:30.754Z] 574bde26a61c: Layer already exists [2023-03-16T14:33:30.754Z] 4d4f76e57394: Layer already exists [2023-03-16T14:33:30.754Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:30.754Z] a3108dea17fe: Layer already exists [2023-03-16T14:33:30.754Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:30.754Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:31.055Z] + 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-16T14:33:31.358Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-16T14:33:31.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-16T14:33:31.358Z] 7794410bc39b: Preparing [2023-03-16T14:33:31.358Z] 5f02f0902be2: Preparing [2023-03-16T14:33:31.358Z] 72e7504de32a: Preparing [2023-03-16T14:33:31.358Z] 734f5899c95e: Preparing [2023-03-16T14:33:31.358Z] 1425a9a6c3ba: Preparing [2023-03-16T14:33:31.358Z] 574bde26a61c: Preparing [2023-03-16T14:33:31.358Z] 4d4f76e57394: Preparing [2023-03-16T14:33:31.358Z] 03c845ad9940: Preparing [2023-03-16T14:33:31.358Z] a3108dea17fe: Preparing [2023-03-16T14:33:31.358Z] 7cd52847ad77: Preparing [2023-03-16T14:33:31.358Z] 4d4f76e57394: Waiting [2023-03-16T14:33:31.358Z] a3108dea17fe: Waiting [2023-03-16T14:33:31.358Z] 7cd52847ad77: Waiting [2023-03-16T14:33:31.358Z] 03c845ad9940: Waiting [2023-03-16T14:33:31.358Z] 574bde26a61c: Waiting [2023-03-16T14:33:31.358Z] 72e7504de32a: Layer already exists [2023-03-16T14:33:31.358Z] 734f5899c95e: Layer already exists [2023-03-16T14:33:31.358Z] 7794410bc39b: Layer already exists [2023-03-16T14:33:31.358Z] 5f02f0902be2: Layer already exists [2023-03-16T14:33:31.358Z] 1425a9a6c3ba: Layer already exists [2023-03-16T14:33:31.358Z] 4d4f76e57394: Layer already exists [2023-03-16T14:33:31.358Z] 574bde26a61c: Layer already exists [2023-03-16T14:33:31.358Z] a3108dea17fe: Layer already exists [2023-03-16T14:33:31.358Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:31.358Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:31.358Z] main: digest: sha256:cd2b7dd7a3c43ca8e04c07c7951d93ad19c81bf8f53cae31e3adca50498a3143 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:31.393Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:31.399Z] taggedImages: [2023-03-16T14:33:31.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:31.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-16T14:33:31.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.100 [2023-03-16T14:33:31.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:31.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-16T14:33:31.414Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-16T14:33:31.414Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:31.414Z] latest [2023-03-16T14:33:31.414Z] 3.0.0-dev.100 [2023-03-16T14:33:31.414Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:31.414Z] main [2023-03-16T14:33:31.414Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:31.715Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:32.014Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:32.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-16T14:33:32.014Z] fbf29ee5a5f6: Preparing [2023-03-16T14:33:32.014Z] fa98454f4e4c: Preparing [2023-03-16T14:33:32.014Z] 03c845ad9940: Preparing [2023-03-16T14:33:32.014Z] 3d9deae2e959: Preparing [2023-03-16T14:33:32.014Z] b736c625d90c: Preparing [2023-03-16T14:33:32.014Z] 7cd52847ad77: Preparing [2023-03-16T14:33:32.014Z] 7cd52847ad77: Waiting [2023-03-16T14:33:32.014Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:32.014Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:32.014Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:32.014Z] fbf29ee5a5f6: Pushed [2023-03-16T14:33:32.582Z] b736c625d90c: Pushed [2023-03-16T14:33:34.485Z] fa98454f4e4c: Pushed [2023-03-16T14:33:34.485Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:34.787Z] + 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-16T14:33:35.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-16T14:33:35.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-16T14:33:35.093Z] fbf29ee5a5f6: Preparing [2023-03-16T14:33:35.093Z] fa98454f4e4c: Preparing [2023-03-16T14:33:35.093Z] 03c845ad9940: Preparing [2023-03-16T14:33:35.093Z] 3d9deae2e959: Preparing [2023-03-16T14:33:35.093Z] b736c625d90c: Preparing [2023-03-16T14:33:35.093Z] 7cd52847ad77: Preparing [2023-03-16T14:33:35.093Z] 7cd52847ad77: Waiting [2023-03-16T14:33:35.093Z] b736c625d90c: Layer already exists [2023-03-16T14:33:35.093Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:35.093Z] fa98454f4e4c: Layer already exists [2023-03-16T14:33:35.093Z] fbf29ee5a5f6: Layer already exists [2023-03-16T14:33:35.093Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:35.093Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:35.093Z] latest: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:35.392Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:35.688Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.100 [2023-03-16T14:33:35.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-16T14:33:35.688Z] fbf29ee5a5f6: Preparing [2023-03-16T14:33:35.688Z] fa98454f4e4c: Preparing [2023-03-16T14:33:35.688Z] 03c845ad9940: Preparing [2023-03-16T14:33:35.689Z] 3d9deae2e959: Preparing [2023-03-16T14:33:35.689Z] b736c625d90c: Preparing [2023-03-16T14:33:35.689Z] 7cd52847ad77: Preparing [2023-03-16T14:33:35.689Z] 7cd52847ad77: Waiting [2023-03-16T14:33:35.689Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:35.689Z] fa98454f4e4c: Layer already exists [2023-03-16T14:33:35.689Z] b736c625d90c: Layer already exists [2023-03-16T14:33:35.689Z] fbf29ee5a5f6: Layer already exists [2023-03-16T14:33:35.689Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:35.689Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:35.689Z] 3.0.0-dev.100: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:35.986Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:36.287Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:36.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-16T14:33:36.287Z] fbf29ee5a5f6: Preparing [2023-03-16T14:33:36.287Z] fa98454f4e4c: Preparing [2023-03-16T14:33:36.287Z] 03c845ad9940: Preparing [2023-03-16T14:33:36.287Z] 3d9deae2e959: Preparing [2023-03-16T14:33:36.287Z] b736c625d90c: Preparing [2023-03-16T14:33:36.287Z] 7cd52847ad77: Preparing [2023-03-16T14:33:36.287Z] 7cd52847ad77: Waiting [2023-03-16T14:33:36.287Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:36.287Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:36.287Z] b736c625d90c: Layer already exists [2023-03-16T14:33:36.287Z] fbf29ee5a5f6: Layer already exists [2023-03-16T14:33:36.287Z] fa98454f4e4c: Layer already exists [2023-03-16T14:33:36.287Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:36.287Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:36.589Z] + 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-16T14:33:36.885Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-16T14:33:36.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-16T14:33:36.885Z] fbf29ee5a5f6: Preparing [2023-03-16T14:33:36.885Z] fa98454f4e4c: Preparing [2023-03-16T14:33:36.885Z] 03c845ad9940: Preparing [2023-03-16T14:33:36.885Z] 3d9deae2e959: Preparing [2023-03-16T14:33:36.885Z] b736c625d90c: Preparing [2023-03-16T14:33:36.885Z] 7cd52847ad77: Preparing [2023-03-16T14:33:36.885Z] 7cd52847ad77: Waiting [2023-03-16T14:33:36.885Z] fa98454f4e4c: Layer already exists [2023-03-16T14:33:36.885Z] b736c625d90c: Layer already exists [2023-03-16T14:33:36.885Z] 3d9deae2e959: Layer already exists [2023-03-16T14:33:36.885Z] fbf29ee5a5f6: Layer already exists [2023-03-16T14:33:36.885Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:36.885Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:36.885Z] main: digest: sha256:0850219dfeacfb1b13ed734d9f43170d98c99063b769fdbdd49c72f3e818e76b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:36.924Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:36.932Z] taggedImages: [2023-03-16T14:33:36.932Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:36.932Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-16T14:33:36.932Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.100 [2023-03-16T14:33:36.932Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:36.932Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-16T14:33:36.959Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-16T14:33:36.959Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:36.959Z] latest [2023-03-16T14:33:36.959Z] 3.0.0-dev.100 [2023-03-16T14:33:36.959Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:36.959Z] main [2023-03-16T14:33:36.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:37.279Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:37.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:37.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-16T14:33:37.583Z] 72f3feef659d: Preparing [2023-03-16T14:33:37.583Z] 586093b9eec4: Preparing [2023-03-16T14:33:37.583Z] ae04f357bf91: Preparing [2023-03-16T14:33:37.583Z] 6dbf5687ad85: Preparing [2023-03-16T14:33:37.583Z] ca1be351caa7: Preparing [2023-03-16T14:33:37.583Z] 03c845ad9940: Preparing [2023-03-16T14:33:37.583Z] a5e11ae85c33: Preparing [2023-03-16T14:33:37.583Z] 7cd52847ad77: Preparing [2023-03-16T14:33:37.583Z] 03c845ad9940: Waiting [2023-03-16T14:33:37.583Z] a5e11ae85c33: Waiting [2023-03-16T14:33:37.583Z] 7cd52847ad77: Waiting [2023-03-16T14:33:37.583Z] 72f3feef659d: Pushed [2023-03-16T14:33:37.583Z] ae04f357bf91: Pushed [2023-03-16T14:33:37.583Z] 586093b9eec4: Pushed [2023-03-16T14:33:37.583Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:37.583Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:38.151Z] a5e11ae85c33: Pushed [2023-03-16T14:33:41.491Z] ca1be351caa7: Pushed [2023-03-16T14:33:44.781Z] 6dbf5687ad85: Pushed [2023-03-16T14:33:44.781Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:45.072Z] + 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-16T14:33:45.370Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-16T14:33:45.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-16T14:33:45.370Z] 72f3feef659d: Preparing [2023-03-16T14:33:45.370Z] 586093b9eec4: Preparing [2023-03-16T14:33:45.370Z] ae04f357bf91: Preparing [2023-03-16T14:33:45.370Z] 6dbf5687ad85: Preparing [2023-03-16T14:33:45.370Z] ca1be351caa7: Preparing [2023-03-16T14:33:45.370Z] 03c845ad9940: Preparing [2023-03-16T14:33:45.370Z] a5e11ae85c33: Preparing [2023-03-16T14:33:45.370Z] 7cd52847ad77: Preparing [2023-03-16T14:33:45.370Z] 03c845ad9940: Waiting [2023-03-16T14:33:45.370Z] a5e11ae85c33: Waiting [2023-03-16T14:33:45.370Z] 7cd52847ad77: Waiting [2023-03-16T14:33:45.370Z] 586093b9eec4: Layer already exists [2023-03-16T14:33:45.370Z] 6dbf5687ad85: Layer already exists [2023-03-16T14:33:45.370Z] ae04f357bf91: Layer already exists [2023-03-16T14:33:45.370Z] 72f3feef659d: Layer already exists [2023-03-16T14:33:45.370Z] ca1be351caa7: Layer already exists [2023-03-16T14:33:45.370Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:45.370Z] a5e11ae85c33: Layer already exists [2023-03-16T14:33:45.370Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:45.370Z] latest: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:45.681Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:45.988Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.100 [2023-03-16T14:33:45.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-16T14:33:45.988Z] 72f3feef659d: Preparing [2023-03-16T14:33:45.988Z] 586093b9eec4: Preparing [2023-03-16T14:33:45.988Z] ae04f357bf91: Preparing [2023-03-16T14:33:45.988Z] 6dbf5687ad85: Preparing [2023-03-16T14:33:45.988Z] ca1be351caa7: Preparing [2023-03-16T14:33:45.988Z] 03c845ad9940: Preparing [2023-03-16T14:33:45.988Z] a5e11ae85c33: Preparing [2023-03-16T14:33:45.988Z] 7cd52847ad77: Preparing [2023-03-16T14:33:45.988Z] 03c845ad9940: Waiting [2023-03-16T14:33:45.988Z] a5e11ae85c33: Waiting [2023-03-16T14:33:45.988Z] 7cd52847ad77: Waiting [2023-03-16T14:33:45.988Z] 6dbf5687ad85: Layer already exists [2023-03-16T14:33:45.988Z] 72f3feef659d: Layer already exists [2023-03-16T14:33:45.988Z] 586093b9eec4: Layer already exists [2023-03-16T14:33:45.988Z] ca1be351caa7: Layer already exists [2023-03-16T14:33:45.988Z] ae04f357bf91: Layer already exists [2023-03-16T14:33:45.988Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:45.988Z] a5e11ae85c33: Layer already exists [2023-03-16T14:33:45.988Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:45.988Z] 3.0.0-dev.100: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:46.302Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:46.602Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:46.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-16T14:33:46.602Z] 72f3feef659d: Preparing [2023-03-16T14:33:46.602Z] 586093b9eec4: Preparing [2023-03-16T14:33:46.602Z] ae04f357bf91: Preparing [2023-03-16T14:33:46.602Z] 6dbf5687ad85: Preparing [2023-03-16T14:33:46.602Z] ca1be351caa7: Preparing [2023-03-16T14:33:46.602Z] 03c845ad9940: Preparing [2023-03-16T14:33:46.602Z] a5e11ae85c33: Preparing [2023-03-16T14:33:46.602Z] 7cd52847ad77: Preparing [2023-03-16T14:33:46.602Z] 03c845ad9940: Waiting [2023-03-16T14:33:46.602Z] a5e11ae85c33: Waiting [2023-03-16T14:33:46.602Z] 7cd52847ad77: Waiting [2023-03-16T14:33:46.602Z] ca1be351caa7: Layer already exists [2023-03-16T14:33:46.602Z] 72f3feef659d: Layer already exists [2023-03-16T14:33:46.602Z] 6dbf5687ad85: Layer already exists [2023-03-16T14:33:46.602Z] 586093b9eec4: Layer already exists [2023-03-16T14:33:46.602Z] ae04f357bf91: Layer already exists [2023-03-16T14:33:46.602Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:46.602Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:46.602Z] a5e11ae85c33: Layer already exists [2023-03-16T14:33:46.602Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:46.908Z] + 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-16T14:33:47.219Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-16T14:33:47.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-16T14:33:47.219Z] 72f3feef659d: Preparing [2023-03-16T14:33:47.219Z] 586093b9eec4: Preparing [2023-03-16T14:33:47.219Z] ae04f357bf91: Preparing [2023-03-16T14:33:47.219Z] 6dbf5687ad85: Preparing [2023-03-16T14:33:47.219Z] ca1be351caa7: Preparing [2023-03-16T14:33:47.219Z] 03c845ad9940: Preparing [2023-03-16T14:33:47.219Z] a5e11ae85c33: Preparing [2023-03-16T14:33:47.219Z] 7cd52847ad77: Preparing [2023-03-16T14:33:47.219Z] 03c845ad9940: Waiting [2023-03-16T14:33:47.219Z] a5e11ae85c33: Waiting [2023-03-16T14:33:47.219Z] 7cd52847ad77: Waiting [2023-03-16T14:33:47.219Z] ae04f357bf91: Layer already exists [2023-03-16T14:33:47.219Z] 72f3feef659d: Layer already exists [2023-03-16T14:33:47.219Z] 6dbf5687ad85: Layer already exists [2023-03-16T14:33:47.219Z] ca1be351caa7: Layer already exists [2023-03-16T14:33:47.219Z] 586093b9eec4: Layer already exists [2023-03-16T14:33:47.219Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:47.219Z] a5e11ae85c33: Layer already exists [2023-03-16T14:33:47.219Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:47.219Z] main: digest: sha256:4c1d50bca78d176615a2451755b24cd02a959c7eee34316e419c45e915cf7ae0 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:47.259Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:47.264Z] taggedImages: [2023-03-16T14:33:47.264Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:47.264Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-16T14:33:47.264Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.100 [2023-03-16T14:33:47.264Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:47.264Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-16T14:33:47.281Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-16T14:33:47.281Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:47.281Z] latest [2023-03-16T14:33:47.281Z] 3.0.0-dev.100 [2023-03-16T14:33:47.281Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:47.281Z] main [2023-03-16T14:33:47.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:47.584Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:47.888Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:47.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-16T14:33:47.888Z] b1d8bdd5223d: Preparing [2023-03-16T14:33:47.888Z] e40184bcc67e: Preparing [2023-03-16T14:33:47.888Z] 16dd9b11fb9d: Preparing [2023-03-16T14:33:47.888Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:47.888Z] 03c845ad9940: Preparing [2023-03-16T14:33:47.888Z] 7f99a73a51bf: Preparing [2023-03-16T14:33:47.888Z] 7cd52847ad77: Preparing [2023-03-16T14:33:47.888Z] 7f99a73a51bf: Waiting [2023-03-16T14:33:47.888Z] 7cd52847ad77: Waiting [2023-03-16T14:33:47.888Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:47.888Z] b1d8bdd5223d: Pushed [2023-03-16T14:33:47.888Z] e40184bcc67e: Pushed [2023-03-16T14:33:47.888Z] 16dd9b11fb9d: Pushed [2023-03-16T14:33:47.889Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:48.148Z] 7f99a73a51bf: Pushed [2023-03-16T14:33:54.712Z] ccf5b247b5f7: Pushed [2023-03-16T14:33:54.713Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:55.023Z] + 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-16T14:33:55.321Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-16T14:33:55.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-16T14:33:55.321Z] b1d8bdd5223d: Preparing [2023-03-16T14:33:55.321Z] e40184bcc67e: Preparing [2023-03-16T14:33:55.321Z] 16dd9b11fb9d: Preparing [2023-03-16T14:33:55.321Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:55.321Z] 03c845ad9940: Preparing [2023-03-16T14:33:55.321Z] 7f99a73a51bf: Preparing [2023-03-16T14:33:55.321Z] 7cd52847ad77: Preparing [2023-03-16T14:33:55.321Z] 7f99a73a51bf: Waiting [2023-03-16T14:33:55.321Z] 7cd52847ad77: Waiting [2023-03-16T14:33:55.321Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:55.321Z] b1d8bdd5223d: Layer already exists [2023-03-16T14:33:55.321Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:33:55.321Z] 16dd9b11fb9d: Layer already exists [2023-03-16T14:33:55.321Z] e40184bcc67e: Layer already exists [2023-03-16T14:33:55.321Z] 7f99a73a51bf: Layer already exists [2023-03-16T14:33:55.321Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:55.321Z] latest: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:55.628Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:56.022Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.100 [2023-03-16T14:33:56.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-16T14:33:56.022Z] b1d8bdd5223d: Preparing [2023-03-16T14:33:56.022Z] e40184bcc67e: Preparing [2023-03-16T14:33:56.022Z] 16dd9b11fb9d: Preparing [2023-03-16T14:33:56.022Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:56.022Z] 03c845ad9940: Preparing [2023-03-16T14:33:56.022Z] 7f99a73a51bf: Preparing [2023-03-16T14:33:56.022Z] 7cd52847ad77: Preparing [2023-03-16T14:33:56.022Z] 7f99a73a51bf: Waiting [2023-03-16T14:33:56.022Z] e40184bcc67e: Layer already exists [2023-03-16T14:33:56.022Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:56.022Z] b1d8bdd5223d: Layer already exists [2023-03-16T14:33:56.022Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:33:56.022Z] 16dd9b11fb9d: Layer already exists [2023-03-16T14:33:56.022Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:56.022Z] 7f99a73a51bf: Layer already exists [2023-03-16T14:33:56.022Z] 3.0.0-dev.100: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:56.394Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:56.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:56.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-16T14:33:56.740Z] b1d8bdd5223d: Preparing [2023-03-16T14:33:56.740Z] e40184bcc67e: Preparing [2023-03-16T14:33:56.740Z] 16dd9b11fb9d: Preparing [2023-03-16T14:33:56.740Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:56.740Z] 03c845ad9940: Preparing [2023-03-16T14:33:56.740Z] 7f99a73a51bf: Preparing [2023-03-16T14:33:56.740Z] 7cd52847ad77: Preparing [2023-03-16T14:33:56.740Z] 7f99a73a51bf: Waiting [2023-03-16T14:33:56.740Z] 7cd52847ad77: Waiting [2023-03-16T14:33:56.740Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:56.740Z] 16dd9b11fb9d: Layer already exists [2023-03-16T14:33:56.740Z] e40184bcc67e: Layer already exists [2023-03-16T14:33:56.740Z] b1d8bdd5223d: Layer already exists [2023-03-16T14:33:56.740Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:33:56.740Z] 7f99a73a51bf: Layer already exists [2023-03-16T14:33:56.740Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:56.740Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:57.053Z] + 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-16T14:33:57.363Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-16T14:33:57.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-16T14:33:57.363Z] b1d8bdd5223d: Preparing [2023-03-16T14:33:57.363Z] e40184bcc67e: Preparing [2023-03-16T14:33:57.363Z] 16dd9b11fb9d: Preparing [2023-03-16T14:33:57.363Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:57.363Z] 03c845ad9940: Preparing [2023-03-16T14:33:57.363Z] 7f99a73a51bf: Preparing [2023-03-16T14:33:57.363Z] 7cd52847ad77: Preparing [2023-03-16T14:33:57.363Z] 7f99a73a51bf: Waiting [2023-03-16T14:33:57.363Z] b1d8bdd5223d: Layer already exists [2023-03-16T14:33:57.363Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:57.363Z] 16dd9b11fb9d: Layer already exists [2023-03-16T14:33:57.363Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:33:57.363Z] e40184bcc67e: Layer already exists [2023-03-16T14:33:57.363Z] 7f99a73a51bf: Layer already exists [2023-03-16T14:33:57.363Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:57.363Z] main: digest: sha256:afbbbaf8c7a1337a908773be0f1e0e1cde038da29e316dc52b95a9bdc242bd03 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:33:57.405Z] ===================================================== [Pipeline] echo [2023-03-16T14:33:57.411Z] taggedImages: [2023-03-16T14:33:57.411Z] - nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:57.411Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-16T14:33:57.411Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.100 [2023-03-16T14:33:57.411Z] - nexus3.edgexfoundry.org:10004/security-spire-config:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:57.411Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-16T14:33:57.429Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-16T14:33:57.429Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:57.429Z] latest [2023-03-16T14:33:57.429Z] 3.0.0-dev.100 [2023-03-16T14:33:57.429Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:33:57.429Z] main [2023-03-16T14:33:57.429Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:57.741Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:58.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:33:58.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-16T14:33:58.050Z] 2ab60f1292b3: Preparing [2023-03-16T14:33:58.050Z] 20b942918a8e: Preparing [2023-03-16T14:33:58.050Z] b60301df8bbd: Preparing [2023-03-16T14:33:58.050Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:58.050Z] 03c845ad9940: Preparing [2023-03-16T14:33:58.050Z] f26ac15ab7f9: Preparing [2023-03-16T14:33:58.050Z] 7cd52847ad77: Preparing [2023-03-16T14:33:58.050Z] f26ac15ab7f9: Waiting [2023-03-16T14:33:58.050Z] 7cd52847ad77: Waiting [2023-03-16T14:33:58.050Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:58.050Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:33:58.050Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:58.050Z] 2ab60f1292b3: Pushed [2023-03-16T14:33:58.050Z] 20b942918a8e: Pushed [2023-03-16T14:33:58.050Z] b60301df8bbd: Pushed [2023-03-16T14:33:58.619Z] f26ac15ab7f9: Pushed [2023-03-16T14:33:58.619Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:58.924Z] + 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-16T14:33:59.233Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-16T14:33:59.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-16T14:33:59.233Z] 2ab60f1292b3: Preparing [2023-03-16T14:33:59.233Z] 20b942918a8e: Preparing [2023-03-16T14:33:59.233Z] b60301df8bbd: Preparing [2023-03-16T14:33:59.233Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:59.233Z] 03c845ad9940: Preparing [2023-03-16T14:33:59.233Z] f26ac15ab7f9: Preparing [2023-03-16T14:33:59.233Z] 7cd52847ad77: Preparing [2023-03-16T14:33:59.233Z] 7cd52847ad77: Waiting [2023-03-16T14:33:59.233Z] 2ab60f1292b3: Layer already exists [2023-03-16T14:33:59.233Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:33:59.233Z] 20b942918a8e: Layer already exists [2023-03-16T14:33:59.233Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:59.233Z] b60301df8bbd: Layer already exists [2023-03-16T14:33:59.233Z] f26ac15ab7f9: Layer already exists [2023-03-16T14:33:59.233Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:59.233Z] latest: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:59.539Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:33:59.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.100 [2023-03-16T14:33:59.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-16T14:33:59.849Z] 2ab60f1292b3: Preparing [2023-03-16T14:33:59.849Z] 20b942918a8e: Preparing [2023-03-16T14:33:59.849Z] b60301df8bbd: Preparing [2023-03-16T14:33:59.849Z] ccf5b247b5f7: Preparing [2023-03-16T14:33:59.849Z] 03c845ad9940: Preparing [2023-03-16T14:33:59.849Z] f26ac15ab7f9: Preparing [2023-03-16T14:33:59.849Z] 7cd52847ad77: Preparing [2023-03-16T14:33:59.849Z] f26ac15ab7f9: Waiting [2023-03-16T14:33:59.849Z] 7cd52847ad77: Waiting [2023-03-16T14:33:59.849Z] 2ab60f1292b3: Layer already exists [2023-03-16T14:33:59.849Z] 20b942918a8e: Layer already exists [2023-03-16T14:33:59.849Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:33:59.849Z] b60301df8bbd: Layer already exists [2023-03-16T14:33:59.849Z] 03c845ad9940: Layer already exists [2023-03-16T14:33:59.849Z] f26ac15ab7f9: Layer already exists [2023-03-16T14:33:59.849Z] 7cd52847ad77: Layer already exists [2023-03-16T14:33:59.849Z] 3.0.0-dev.100: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:00.160Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:00.469Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:00.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-16T14:34:00.469Z] 2ab60f1292b3: Preparing [2023-03-16T14:34:00.469Z] 20b942918a8e: Preparing [2023-03-16T14:34:00.469Z] b60301df8bbd: Preparing [2023-03-16T14:34:00.469Z] ccf5b247b5f7: Preparing [2023-03-16T14:34:00.469Z] 03c845ad9940: Preparing [2023-03-16T14:34:00.469Z] f26ac15ab7f9: Preparing [2023-03-16T14:34:00.469Z] 7cd52847ad77: Preparing [2023-03-16T14:34:00.469Z] f26ac15ab7f9: Waiting [2023-03-16T14:34:00.469Z] 7cd52847ad77: Waiting [2023-03-16T14:34:00.469Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:34:00.469Z] 20b942918a8e: Layer already exists [2023-03-16T14:34:00.469Z] 2ab60f1292b3: Layer already exists [2023-03-16T14:34:00.469Z] b60301df8bbd: Layer already exists [2023-03-16T14:34:00.469Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:00.469Z] f26ac15ab7f9: Layer already exists [2023-03-16T14:34:00.469Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:00.469Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:00.784Z] + 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-16T14:34:01.097Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-16T14:34:01.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-16T14:34:01.097Z] 2ab60f1292b3: Preparing [2023-03-16T14:34:01.097Z] 20b942918a8e: Preparing [2023-03-16T14:34:01.097Z] b60301df8bbd: Preparing [2023-03-16T14:34:01.097Z] ccf5b247b5f7: Preparing [2023-03-16T14:34:01.097Z] 03c845ad9940: Preparing [2023-03-16T14:34:01.097Z] f26ac15ab7f9: Preparing [2023-03-16T14:34:01.097Z] 7cd52847ad77: Preparing [2023-03-16T14:34:01.097Z] f26ac15ab7f9: Waiting [2023-03-16T14:34:01.097Z] 7cd52847ad77: Waiting [2023-03-16T14:34:01.097Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:01.097Z] 20b942918a8e: Layer already exists [2023-03-16T14:34:01.097Z] 2ab60f1292b3: Layer already exists [2023-03-16T14:34:01.097Z] ccf5b247b5f7: Layer already exists [2023-03-16T14:34:01.097Z] b60301df8bbd: Layer already exists [2023-03-16T14:34:01.097Z] f26ac15ab7f9: Layer already exists [2023-03-16T14:34:01.097Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:01.097Z] main: digest: sha256:f286c8d503815de046bf8fd21ca54ecc8fdcc7db1db1f626b08f6b6f6c627d8f size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:34:01.141Z] ===================================================== [Pipeline] echo [2023-03-16T14:34:01.151Z] taggedImages: [2023-03-16T14:34:01.151Z] - nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:01.151Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-16T14:34:01.151Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.100 [2023-03-16T14:34:01.151Z] - nexus3.edgexfoundry.org:10004/security-spire-server:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:01.151Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-16T14:34:01.173Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-16T14:34:01.173Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:01.173Z] latest [2023-03-16T14:34:01.173Z] 3.0.0-dev.100 [2023-03-16T14:34:01.173Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:01.173Z] main [2023-03-16T14:34:01.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:01.423Z] Removing intermediate container 149157d26411 [2023-03-16T14:34:01.423Z] ---> ca25f063a7af [2023-03-16T14:34:01.423Z] Step 8/23 : COPY . . [2023-03-16T14:34:01.423Z] Removing intermediate container cadc819083da [2023-03-16T14:34:01.423Z] ---> b4eb7659354f [2023-03-16T14:34:01.423Z] Step 7/20 : COPY . . [2023-03-16T14:34:01.423Z] Removing intermediate container 164c79d269f4 [2023-03-16T14:34:01.423Z] ---> 466096ce15f2 [2023-03-16T14:34:01.423Z] Step 7/33 : COPY . . [2023-03-16T14:34:01.423Z] Removing intermediate container b50c601df79c [2023-03-16T14:34:01.423Z] ---> da0906843b1c [2023-03-16T14:34:01.423Z] Step 7/21 : COPY . . [2023-03-16T14:34:01.423Z] Removing intermediate container 8c3c993209e2 [2023-03-16T14:34:01.423Z] ---> 7da4e9633572 [2023-03-16T14:34:01.423Z] Step 7/25 : COPY . . [2023-03-16T14:34:01.473Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:01.775Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:01.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-16T14:34:01.775Z] 2889055345d5: Preparing [2023-03-16T14:34:01.775Z] d04a40f15144: Preparing [2023-03-16T14:34:01.775Z] 03c845ad9940: Preparing [2023-03-16T14:34:01.775Z] 3d9deae2e959: Preparing [2023-03-16T14:34:01.775Z] 8887b0092c2c: Preparing [2023-03-16T14:34:01.775Z] 7cd52847ad77: Preparing [2023-03-16T14:34:01.775Z] 7cd52847ad77: Waiting [2023-03-16T14:34:01.775Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:01.775Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:01.775Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:01.775Z] 2889055345d5: Pushed [2023-03-16T14:34:01.775Z] 8887b0092c2c: Pushed [2023-03-16T14:34:04.307Z] d04a40f15144: Pushed [2023-03-16T14:34:04.307Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:04.614Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:04.986Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-16T14:34:04.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-16T14:34:04.986Z] 2889055345d5: Preparing [2023-03-16T14:34:04.986Z] d04a40f15144: Preparing [2023-03-16T14:34:04.986Z] 03c845ad9940: Preparing [2023-03-16T14:34:04.986Z] 3d9deae2e959: Preparing [2023-03-16T14:34:04.986Z] 8887b0092c2c: Preparing [2023-03-16T14:34:04.986Z] 7cd52847ad77: Preparing [2023-03-16T14:34:04.986Z] 7cd52847ad77: Waiting [2023-03-16T14:34:04.986Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:04.986Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:04.986Z] 2889055345d5: Layer already exists [2023-03-16T14:34:04.987Z] 8887b0092c2c: Layer already exists [2023-03-16T14:34:04.987Z] d04a40f15144: Layer already exists [2023-03-16T14:34:04.987Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:04.987Z] latest: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:05.295Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:05.592Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.100 [2023-03-16T14:34:05.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-16T14:34:05.592Z] 2889055345d5: Preparing [2023-03-16T14:34:05.592Z] d04a40f15144: Preparing [2023-03-16T14:34:05.592Z] 03c845ad9940: Preparing [2023-03-16T14:34:05.592Z] 3d9deae2e959: Preparing [2023-03-16T14:34:05.592Z] 8887b0092c2c: Preparing [2023-03-16T14:34:05.592Z] 7cd52847ad77: Preparing [2023-03-16T14:34:05.592Z] 7cd52847ad77: Waiting [2023-03-16T14:34:05.592Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:05.592Z] d04a40f15144: Layer already exists [2023-03-16T14:34:05.592Z] 8887b0092c2c: Layer already exists [2023-03-16T14:34:05.592Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:05.592Z] 2889055345d5: Layer already exists [2023-03-16T14:34:05.592Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:05.592Z] 3.0.0-dev.100: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:05.668Z] ---> 19e39b1d9706 [2023-03-16T14:34:05.668Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-16T14:34:05.894Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:05.936Z] ---> Running in b39c679518f1 [2023-03-16T14:34:06.201Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:06.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-16T14:34:06.201Z] 2889055345d5: Preparing [2023-03-16T14:34:06.201Z] d04a40f15144: Preparing [2023-03-16T14:34:06.201Z] 03c845ad9940: Preparing [2023-03-16T14:34:06.201Z] 3d9deae2e959: Preparing [2023-03-16T14:34:06.201Z] 8887b0092c2c: Preparing [2023-03-16T14:34:06.201Z] 7cd52847ad77: Preparing [2023-03-16T14:34:06.201Z] 7cd52847ad77: Waiting [2023-03-16T14:34:06.201Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:06.201Z] 8887b0092c2c: Layer already exists [2023-03-16T14:34:06.201Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:06.201Z] d04a40f15144: Layer already exists [2023-03-16T14:34:06.201Z] 2889055345d5: Layer already exists [2023-03-16T14:34:06.201Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:06.201Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [2023-03-16T14:34:06.211Z] ---> 4d3315c6da34 [2023-03-16T14:34:06.211Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-16T14:34:06.211Z] ---> d41051715997 [2023-03-16T14:34:06.211Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:06.483Z] ---> Running in b21e4fcd65fa [2023-03-16T14:34:06.483Z] ---> Running in b84d208e9977 [2023-03-16T14:34:06.515Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:06.821Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-16T14:34:06.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-16T14:34:06.821Z] 2889055345d5: Preparing [2023-03-16T14:34:06.821Z] d04a40f15144: Preparing [2023-03-16T14:34:06.821Z] 03c845ad9940: Preparing [2023-03-16T14:34:06.821Z] 3d9deae2e959: Preparing [2023-03-16T14:34:06.821Z] 8887b0092c2c: Preparing [2023-03-16T14:34:06.821Z] 7cd52847ad77: Preparing [2023-03-16T14:34:06.821Z] 7cd52847ad77: Waiting [2023-03-16T14:34:06.821Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:06.821Z] d04a40f15144: Layer already exists [2023-03-16T14:34:06.821Z] 2889055345d5: Layer already exists [2023-03-16T14:34:06.821Z] 8887b0092c2c: Layer already exists [2023-03-16T14:34:06.821Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:06.821Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:06.821Z] main: digest: sha256:1b980aa32369ad5128ee045873554dc8e447f95f9c8dc848f5d0482df702fe6c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:34:06.864Z] ===================================================== [Pipeline] echo [2023-03-16T14:34:06.869Z] taggedImages: [2023-03-16T14:34:06.869Z] - nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:06.869Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-16T14:34:06.869Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.100 [2023-03-16T14:34:06.869Z] - nexus3.edgexfoundry.org:10004/support-notifications:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:06.869Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-16T14:34:06.884Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-16T14:34:06.884Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:06.884Z] latest [2023-03-16T14:34:06.884Z] 3.0.0-dev.100 [2023-03-16T14:34:06.884Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:06.884Z] main [2023-03-16T14:34:06.884Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:07.200Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:07.450Z] ---> 8bcf2e3c2287 [2023-03-16T14:34:07.450Z] Step 8/21 : RUN make cmd/secrets-config/secrets-config [2023-03-16T14:34:07.511Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:07.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-16T14:34:07.511Z] b6827379f165: Preparing [2023-03-16T14:34:07.511Z] 94f0550afb32: Preparing [2023-03-16T14:34:07.511Z] 03c845ad9940: Preparing [2023-03-16T14:34:07.511Z] 3d9deae2e959: Preparing [2023-03-16T14:34:07.511Z] fe98f0250f10: Preparing [2023-03-16T14:34:07.511Z] 7cd52847ad77: Preparing [2023-03-16T14:34:07.511Z] 7cd52847ad77: Waiting [2023-03-16T14:34:07.511Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:07.511Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:07.511Z] fe98f0250f10: Layer already exists [2023-03-16T14:34:07.511Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:07.511Z] b6827379f165: Pushed [2023-03-16T14:34:07.719Z] ---> Running in d9dedb871bfc [2023-03-16T14:34:07.991Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-16T14:34:08.275Z] ---> 1856eec62b89 [2023-03-16T14:34:08.275Z] Step 8/25 : ARG SPIRE_RELEASE=1.2.1 [2023-03-16T14:34:08.547Z] ---> Running in f6d236d1da61 [2023-03-16T14:34:08.815Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-16T14:34:09.407Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-16T14:34:09.407Z] Removing intermediate container f6d236d1da61 [2023-03-16T14:34:09.407Z] ---> 3e296f774d24 [2023-03-16T14:34:09.407Z] Step 9/25 : WORKDIR /edgex-go/spire-build [2023-03-16T14:34:09.678Z] ---> Running in 6c31271b107c [2023-03-16T14:34:10.272Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-16T14:34:10.539Z] Removing intermediate container 6c31271b107c [2023-03-16T14:34:10.539Z] ---> 0398372c8933 [2023-03-16T14:34:10.539Z] Step 10/25 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-16T14:34:10.539Z] ---> Running in 23c569599b7d [2023-03-16T14:34:10.802Z] 94f0550afb32: Pushed [2023-03-16T14:34:10.802Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:11.119Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [2023-03-16T14:34:11.130Z] Removing intermediate container 23c569599b7d [2023-03-16T14:34:11.130Z] ---> 6382ef28b04e [2023-03-16T14:34:11.130Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:11.403Z] ---> Running in a1fee555221a [2023-03-16T14:34:11.424Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-16T14:34:11.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-16T14:34:11.424Z] b6827379f165: Preparing [2023-03-16T14:34:11.424Z] 94f0550afb32: Preparing [2023-03-16T14:34:11.424Z] 03c845ad9940: Preparing [2023-03-16T14:34:11.424Z] 3d9deae2e959: Preparing [2023-03-16T14:34:11.424Z] fe98f0250f10: Preparing [2023-03-16T14:34:11.424Z] 7cd52847ad77: Preparing [2023-03-16T14:34:11.424Z] 7cd52847ad77: Waiting [2023-03-16T14:34:11.424Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:11.424Z] 94f0550afb32: Layer already exists [2023-03-16T14:34:11.424Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:11.424Z] fe98f0250f10: Layer already exists [2023-03-16T14:34:11.424Z] b6827379f165: Layer already exists [2023-03-16T14:34:11.424Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:11.424Z] latest: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:11.736Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:12.045Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.100 [2023-03-16T14:34:12.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-16T14:34:12.045Z] b6827379f165: Preparing [2023-03-16T14:34:12.045Z] 94f0550afb32: Preparing [2023-03-16T14:34:12.045Z] 03c845ad9940: Preparing [2023-03-16T14:34:12.045Z] 3d9deae2e959: Preparing [2023-03-16T14:34:12.045Z] fe98f0250f10: Preparing [2023-03-16T14:34:12.045Z] 7cd52847ad77: Preparing [2023-03-16T14:34:12.045Z] 7cd52847ad77: Waiting [2023-03-16T14:34:12.045Z] fe98f0250f10: Layer already exists [2023-03-16T14:34:12.045Z] 94f0550afb32: Layer already exists [2023-03-16T14:34:12.045Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:12.045Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:12.045Z] b6827379f165: Layer already exists [2023-03-16T14:34:12.045Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:12.045Z] 3.0.0-dev.100: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:12.348Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:12.651Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:12.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-16T14:34:12.651Z] b6827379f165: Preparing [2023-03-16T14:34:12.651Z] 94f0550afb32: Preparing [2023-03-16T14:34:12.651Z] 03c845ad9940: Preparing [2023-03-16T14:34:12.651Z] 3d9deae2e959: Preparing [2023-03-16T14:34:12.651Z] fe98f0250f10: Preparing [2023-03-16T14:34:12.651Z] 7cd52847ad77: Preparing [2023-03-16T14:34:12.651Z] 7cd52847ad77: Waiting [2023-03-16T14:34:12.651Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:12.651Z] fe98f0250f10: Layer already exists [2023-03-16T14:34:12.651Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:12.651Z] b6827379f165: Layer already exists [2023-03-16T14:34:12.651Z] 94f0550afb32: Layer already exists [2023-03-16T14:34:12.651Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:12.651Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:12.951Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:34:13.253Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-16T14:34:13.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-16T14:34:13.253Z] b6827379f165: Preparing [2023-03-16T14:34:13.253Z] 94f0550afb32: Preparing [2023-03-16T14:34:13.253Z] 03c845ad9940: Preparing [2023-03-16T14:34:13.253Z] 3d9deae2e959: Preparing [2023-03-16T14:34:13.253Z] fe98f0250f10: Preparing [2023-03-16T14:34:13.253Z] 7cd52847ad77: Preparing [2023-03-16T14:34:13.253Z] 7cd52847ad77: Waiting [2023-03-16T14:34:13.253Z] 3d9deae2e959: Layer already exists [2023-03-16T14:34:13.253Z] 03c845ad9940: Layer already exists [2023-03-16T14:34:13.253Z] 94f0550afb32: Layer already exists [2023-03-16T14:34:13.253Z] b6827379f165: Layer already exists [2023-03-16T14:34:13.253Z] fe98f0250f10: Layer already exists [2023-03-16T14:34:13.253Z] 7cd52847ad77: Layer already exists [2023-03-16T14:34:13.253Z] main: digest: sha256:a8cb9391a8d87aff478c0889ae1209efbad94b4d7f346bdb50230eb1c76c0cc9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:34:13.292Z] ===================================================== [Pipeline] echo [2023-03-16T14:34:13.297Z] taggedImages: [2023-03-16T14:34:13.297Z] - nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:13.297Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-16T14:34:13.297Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.100 [2023-03-16T14:34:13.297Z] - nexus3.edgexfoundry.org:10004/support-scheduler:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:34:13.297Z] - 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-16T14:34:16.774Z] Removing intermediate container a1fee555221a [2023-03-16T14:34:16.775Z] ---> aebb0f99e254 [2023-03-16T14:34:16.775Z] Step 12/25 : WORKDIR /edgex-go [2023-03-16T14:34:16.775Z] ---> Running in 0d7e763e80b3 [2023-03-16T14:34:17.047Z] Removing intermediate container 0d7e763e80b3 [2023-03-16T14:34:17.047Z] ---> 92191f7fb619 [2023-03-16T14:34:17.047Z] [2023-03-16T14:34:17.047Z] Step 13/25 : FROM alpine:3.17 [2023-03-16T14:34:17.047Z] 3.17: Pulling from library/alpine [2023-03-16T14:34:17.347Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-16T14:34:17.347Z] Status: Downloaded newer image for alpine:3.17 [2023-03-16T14:34:17.347Z] ---> d74e625d9115 [2023-03-16T14:34:17.347Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:34:17.614Z] ---> Running in d5a5a8c612ff [2023-03-16T14:34:18.595Z] Removing intermediate container d5a5a8c612ff [2023-03-16T14:34:18.595Z] ---> 6641158ba3c3 [2023-03-16T14:34:18.595Z] Step 15/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-16T14:34:18.595Z] ---> Running in 086802f4a66d [2023-03-16T14:34:21.175Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:34:22.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:34:24.523Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:34:24.523Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:34:24.523Z] OK: 17687 distinct packages available [2023-03-16T14:34:24.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:34:26.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:34:28.419Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-16T14:34:28.419Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-16T14:34:28.419Z] (3/5) Installing libucontext (1.2-r0) [2023-03-16T14:34:28.419Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-16T14:34:28.419Z] (5/5) Installing openssl (3.0.8-r0) [2023-03-16T14:34:28.419Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:34:28.419Z] OK: 9 MiB in 20 packages [2023-03-16T14:34:31.358Z] Removing intermediate container 086802f4a66d [2023-03-16T14:34:31.358Z] ---> 6fb174044022 [2023-03-16T14:34:31.358Z] Step 16/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:34:32.837Z] ---> 1988c8611333 [2023-03-16T14:34:32.837Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-16T14:34:42.939Z] ---> a88adb451691 [2023-03-16T14:34:42.939Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-16T14:34:43.207Z] ---> fa7940d53f74 [2023-03-16T14:34:43.207Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-16T14:34:44.621Z] ---> 0541411e6fb3 [2023-03-16T14:34:44.621Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-16T14:34:46.028Z] ---> 8d84ec18f965 [2023-03-16T14:34:46.028Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-16T14:34:46.028Z] ---> Running in 8e3ac5bd7f5e [2023-03-16T14:34:46.985Z] Removing intermediate container 8e3ac5bd7f5e [2023-03-16T14:34:46.985Z] ---> b89fdd37504b [2023-03-16T14:34:46.985Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-16T14:34:46.985Z] ---> Running in 8987cea2c5c6 [2023-03-16T14:34:47.568Z] Removing intermediate container 8987cea2c5c6 [2023-03-16T14:34:47.568Z] ---> 451248f053c2 [2023-03-16T14:34:47.568Z] Step 23/25 : LABEL arch=arm64 [2023-03-16T14:34:47.842Z] ---> Running in 4a8976ce3225 [2023-03-16T14:34:48.436Z] Removing intermediate container 4a8976ce3225 [2023-03-16T14:34:48.436Z] ---> 5d186dcfd779 [2023-03-16T14:34:48.436Z] Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:34:48.703Z] ---> Running in 1f04089db6bd [2023-03-16T14:34:49.286Z] Removing intermediate container 1f04089db6bd [2023-03-16T14:34:49.286Z] ---> b618bef14dfa [2023-03-16T14:34:49.286Z] Step 25/25 : LABEL version=3.0.0-dev.100 [2023-03-16T14:34:49.286Z] ---> Running in b1d496406031 [2023-03-16T14:34:49.887Z] Removing intermediate container b1d496406031 [2023-03-16T14:34:49.887Z] ---> 215f29ebb7a1 [2023-03-16T14:34:49.887Z] [2023-03-16T14:34:50.154Z] Successfully built 215f29ebb7a1 [2023-03-16T14:34:50.154Z] Successfully tagged security-spire-server-arm64:latest [2023-03-16T14:34:50.154Z] Building security-secretstore-setup [2023-03-16T14:34:56.806Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:34:56.806Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:34:56.806Z] ---> 962226d54998 [2023-03-16T14:34:56.806Z] Step 3/24 : WORKDIR /edgex-go [2023-03-16T14:34:56.806Z] ---> Using cache [2023-03-16T14:34:56.806Z] ---> 3b393f98b223 [2023-03-16T14:34:56.806Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-16T14:34:56.806Z] ---> Using cache [2023-03-16T14:34:56.806Z] ---> 5540f8dc0533 [2023-03-16T14:34:56.806Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-16T14:34:56.806Z] ---> Using cache [2023-03-16T14:34:56.806Z] ---> 14f9717666c4 [2023-03-16T14:34:56.806Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:34:56.806Z] ---> Using cache [2023-03-16T14:34:56.806Z] ---> da0906843b1c [2023-03-16T14:34:56.806Z] Step 7/24 : COPY . . [2023-03-16T14:34:56.806Z] ---> Using cache [2023-03-16T14:34:56.806Z] ---> 8bcf2e3c2287 [2023-03-16T14:34:56.806Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-16T14:34:57.073Z] ---> Running in e27026fa0f2f [2023-03-16T14:34:59.677Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-16T14:41:21.644Z] Removing intermediate container d9dedb871bfc [2023-03-16T14:41:21.644Z] ---> 93bc80d53b03 [2023-03-16T14:41:21.644Z] [2023-03-16T14:41:21.644Z] Step 9/21 : FROM alpine:3.17 [2023-03-16T14:41:21.644Z] ---> d74e625d9115 [2023-03-16T14:41:21.644Z] Step 10/21 : RUN apk add --update --no-cache dumb-init openssl [2023-03-16T14:41:21.644Z] ---> Running in 5c6830b48400 [2023-03-16T14:41:23.609Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:41:25.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:41:26.449Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-16T14:41:26.449Z] (2/2) Installing openssl (3.0.8-r0) [2023-03-16T14:41:26.719Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:41:26.719Z] OK: 8 MiB in 17 packages [2023-03-16T14:41:29.311Z] Removing intermediate container 5c6830b48400 [2023-03-16T14:41:29.311Z] ---> d479b99afb25 [2023-03-16T14:41:29.311Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-16T14:41:29.579Z] ---> Running in 46dcd4e0ce72 [2023-03-16T14:41:30.540Z] Removing intermediate container 46dcd4e0ce72 [2023-03-16T14:41:30.540Z] ---> f3cfbcdd13a8 [2023-03-16T14:41:30.540Z] Step 12/21 : WORKDIR /edgex [2023-03-16T14:41:30.811Z] ---> Running in 5b95ddb1ecc7 [2023-03-16T14:41:31.399Z] Removing intermediate container 5b95ddb1ecc7 [2023-03-16T14:41:31.399Z] ---> 339f118bc375 [2023-03-16T14:41:31.399Z] Step 13/21 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:41:32.827Z] Removing intermediate container b21e4fcd65fa [2023-03-16T14:41:32.827Z] ---> a6231aee1e6b [2023-03-16T14:41:32.827Z] [2023-03-16T14:41:32.827Z] Step 9/33 : FROM alpine:3.17 [2023-03-16T14:41:32.827Z] ---> d74e625d9115 [2023-03-16T14:41:32.827Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' ---> e5e02fdc1124 [2023-03-16T14:41:32.827Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-16T14:41:32.827Z] [2023-03-16T14:41:32.827Z] ---> Using cache [2023-03-16T14:41:32.827Z] ---> 6641158ba3c3 [2023-03-16T14:41:32.827Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-16T14:41:32.827Z] ---> Running in 81e38a2696d8 [2023-03-16T14:41:34.279Z] ---> 8b24b61914b0 [2023-03-16T14:41:34.279Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-16T14:41:35.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:41:36.227Z] ---> 7b0dbfa5c5a6 [2023-03-16T14:41:36.227Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-16T14:41:36.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:41:37.193Z] ---> 768597af350b [2023-03-16T14:41:37.193Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:41:37.466Z] ---> Running in 55f87cc53e22 [2023-03-16T14:41:38.439Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-16T14:41:38.439Z] (2/2) Installing su-exec (0.2-r2) [2023-03-16T14:41:38.439Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:41:38.439Z] OK: 8 MiB in 17 packages [2023-03-16T14:41:41.030Z] Removing intermediate container 81e38a2696d8 [2023-03-16T14:41:41.030Z] ---> 925105833839 [2023-03-16T14:41:41.030Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-16T14:41:41.030Z] ---> Running in 452b02b98ef7 [2023-03-16T14:41:41.030Z] Removing intermediate container 55f87cc53e22 [2023-03-16T14:41:41.030Z] ---> 6e25b72e9730 [2023-03-16T14:41:41.030Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:41:41.030Z] ---> Running in 042f226f96e6 [2023-03-16T14:41:41.301Z] Removing intermediate container 452b02b98ef7 [2023-03-16T14:41:41.568Z] ---> 45c9e616cc8b [2023-03-16T14:41:41.568Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-16T14:41:41.568Z] ---> Running in 6f7ab3119633 [2023-03-16T14:41:41.837Z] Removing intermediate container 042f226f96e6 [2023-03-16T14:41:41.837Z] ---> 0e154b6b8a76 [2023-03-16T14:41:41.837Z] Step 19/21 : LABEL arch=arm64 [2023-03-16T14:41:41.837Z] ---> Running in e648d9f9d2e9 [2023-03-16T14:41:42.424Z] Removing intermediate container 6f7ab3119633 [2023-03-16T14:41:42.424Z] ---> 22595f8f1951 [2023-03-16T14:41:42.424Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-16T14:41:42.424Z] ---> Running in f11f938931c9 [2023-03-16T14:41:42.694Z] Removing intermediate container e648d9f9d2e9 [2023-03-16T14:41:42.694Z] ---> 87d00f2f6d29 [2023-03-16T14:41:42.694Z] Step 20/21 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:41:42.694Z] ---> Running in 46085a93261c [2023-03-16T14:41:43.281Z] Removing intermediate container f11f938931c9 [2023-03-16T14:41:43.281Z] ---> 52e14eca5d2d [2023-03-16T14:41:43.281Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-16T14:41:43.550Z] ---> Running in 60fe1d635c07 [2023-03-16T14:41:43.550Z] Removing intermediate container 46085a93261c [2023-03-16T14:41:43.550Z] ---> 6c6587d082d7 [2023-03-16T14:41:43.550Z] Step 21/21 : LABEL version=3.0.0-dev.100 [2023-03-16T14:41:43.823Z] ---> Running in b358e03a0da6 [2023-03-16T14:41:44.412Z] Removing intermediate container 60fe1d635c07 [2023-03-16T14:41:44.412Z] ---> 18d0572f2251 [2023-03-16T14:41:44.412Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-16T14:41:44.412Z] ---> Running in 9f9f8af78eef [2023-03-16T14:41:44.684Z] Removing intermediate container b358e03a0da6 [2023-03-16T14:41:44.684Z] ---> 8489b50dc8c3 [2023-03-16T14:41:44.684Z] [2023-03-16T14:41:44.975Z] Successfully built 8489b50dc8c3 [2023-03-16T14:41:44.975Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-16T14:41:44.975Z] Building core-command [2023-03-16T14:41:48.352Z]  Building security-proxy-setup ... done Removing intermediate container 9f9f8af78eef [2023-03-16T14:41:48.352Z] ---> 0e8d696ed6c2 [2023-03-16T14:41:48.352Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-16T14:41:48.352Z] ---> Running in 484d060626ad [2023-03-16T14:41:48.951Z] Removing intermediate container 484d060626ad [2023-03-16T14:41:48.951Z] ---> 5d605264375b [2023-03-16T14:41:48.951Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-16T14:41:49.913Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:41:49.913Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:41:49.913Z] ---> 962226d54998 [2023-03-16T14:41:49.913Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:41:49.913Z] ---> Using cache [2023-03-16T14:41:49.913Z] ---> c7010bf97a6b [2023-03-16T14:41:49.913Z] Step 4/24 : WORKDIR /edgex-go [2023-03-16T14:41:49.913Z] ---> Using cache [2023-03-16T14:41:49.913Z] ---> 1760e4c51869 [2023-03-16T14:41:49.913Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-16T14:41:49.913Z] ---> Using cache [2023-03-16T14:41:49.913Z] ---> 7cc2f25b5226 [2023-03-16T14:41:49.913Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-16T14:41:49.913Z] ---> Using cache [2023-03-16T14:41:49.913Z] ---> 6d7a6076cb45 [2023-03-16T14:41:49.913Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:41:49.913Z] ---> Using cache [2023-03-16T14:41:49.913Z] ---> ca25f063a7af [2023-03-16T14:41:49.913Z] Step 8/24 : COPY . . [2023-03-16T14:41:50.179Z] ---> Using cache [2023-03-16T14:41:50.179Z] ---> 19e39b1d9706 [2023-03-16T14:41:50.179Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-16T14:41:50.179Z] ---> adbacac4479c [2023-03-16T14:41:50.179Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-16T14:41:50.179Z] ---> Running in fa3a47e5cb3b [2023-03-16T14:41:50.446Z] ---> Running in a90fa8eee50f [2023-03-16T14:41:53.050Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-16T14:41:55.634Z] Removing intermediate container a90fa8eee50f [2023-03-16T14:41:55.634Z] ---> 64e639f2a176 [2023-03-16T14:41:55.634Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:41:56.603Z] ---> 2b614d97de28 [2023-03-16T14:41:56.603Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:41:57.563Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-16T14:41:57.563Z] ---> a335a37bbb6b [2023-03-16T14:41:57.563Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-16T14:41:59.527Z] ---> 72ffc90616af [2023-03-16T14:41:59.527Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-16T14:42:00.502Z] ---> fb8b554e2b41 [2023-03-16T14:42:00.502Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-16T14:42:01.477Z] ---> 1df1b96ca833 [2023-03-16T14:42:01.477Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-16T14:42:02.472Z] ---> 317239443519 [2023-03-16T14:42:02.472Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-16T14:42:03.441Z] ---> 070c7affffe2 [2023-03-16T14:42:03.441Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-16T14:42:04.419Z] ---> 5cb180befa5b [2023-03-16T14:42:04.419Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-16T14:42:04.691Z] ---> Running in f368c7915677 [2023-03-16T14:42:08.964Z] Removing intermediate container f368c7915677 [2023-03-16T14:42:08.964Z] ---> fafcda0891c7 [2023-03-16T14:42:08.964Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-16T14:42:08.964Z] ---> Running in af7c474ac046 [2023-03-16T14:42:09.231Z] Removing intermediate container af7c474ac046 [2023-03-16T14:42:09.231Z] ---> 2c0f6c3bad26 [2023-03-16T14:42:09.231Z] Step 30/33 : CMD ["gate"] [2023-03-16T14:42:09.502Z] ---> Running in 41f6a6e8b8da [2023-03-16T14:42:10.085Z] Removing intermediate container 41f6a6e8b8da [2023-03-16T14:42:10.085Z] ---> cbc1b5b99d9a [2023-03-16T14:42:10.085Z] Step 31/33 : LABEL arch=arm64 [2023-03-16T14:42:10.352Z] ---> Running in 54a5c2b2bac9 [2023-03-16T14:42:11.315Z] Removing intermediate container 54a5c2b2bac9 [2023-03-16T14:42:11.315Z] ---> 9d82e88ec18a [2023-03-16T14:42:11.315Z] Step 32/33 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:42:11.315Z] ---> Running in f2611bddee0f [2023-03-16T14:42:12.275Z] Removing intermediate container f2611bddee0f [2023-03-16T14:42:12.275Z] ---> eef5cf64f235 [2023-03-16T14:42:12.275Z] Step 33/33 : LABEL version=3.0.0-dev.100 [2023-03-16T14:42:12.543Z] ---> Running in c133f4c59798 [2023-03-16T14:42:13.503Z] Removing intermediate container c133f4c59798 [2023-03-16T14:42:13.503Z] ---> 04c89ede41b7 [2023-03-16T14:42:13.503Z] [2023-03-16T14:42:13.503Z] Successfully built 04c89ede41b7 [2023-03-16T14:42:13.503Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-16T14:42:13.503Z] Building core-metadata [2023-03-16T14:42:19.110Z]  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:42:19.110Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:42:19.110Z] ---> 962226d54998 [2023-03-16T14:42:19.110Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:42:19.110Z] ---> Using cache [2023-03-16T14:42:19.110Z] ---> c7010bf97a6b [2023-03-16T14:42:19.110Z] Step 4/25 : WORKDIR /edgex-go [2023-03-16T14:42:19.110Z] ---> Using cache [2023-03-16T14:42:19.110Z] ---> 1760e4c51869 [2023-03-16T14:42:19.110Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-16T14:42:19.110Z] ---> Using cache [2023-03-16T14:42:19.110Z] ---> 7cc2f25b5226 [2023-03-16T14:42:19.110Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-16T14:42:19.110Z] ---> Using cache [2023-03-16T14:42:19.110Z] ---> 6d7a6076cb45 [2023-03-16T14:42:19.110Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:42:19.110Z] ---> Using cache [2023-03-16T14:42:19.110Z] ---> ca25f063a7af [2023-03-16T14:42:19.110Z] Step 8/25 : COPY . . [2023-03-16T14:42:19.377Z] ---> Using cache [2023-03-16T14:42:19.377Z] ---> 19e39b1d9706 [2023-03-16T14:42:19.377Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-16T14:42:22.721Z] ---> Running in 87e6fcbdd3ce [2023-03-16T14:42:23.311Z] Removing intermediate container e27026fa0f2f [2023-03-16T14:42:23.311Z] ---> ef9af4616e7d [2023-03-16T14:42:23.311Z] [2023-03-16T14:42:23.311Z] Step 9/24 : FROM alpine:3.17 [2023-03-16T14:42:23.311Z] ---> d74e625d9115 [2023-03-16T14:42:23.311Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-16T14:42:23.588Z] ---> Running in f5677d2d5bfc [2023-03-16T14:42:26.186Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-16T14:42:26.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:42:27.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:42:29.820Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-16T14:42:29.820Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-16T14:42:29.820Z] (3/3) Installing su-exec (0.2-r2) [2023-03-16T14:42:29.820Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:42:29.820Z] Executing ca-certificates-20220614-r4.trigger [2023-03-16T14:42:30.410Z] OK: 8 MiB in 18 packages [2023-03-16T14:42:35.757Z] Removing intermediate container f5677d2d5bfc [2023-03-16T14:42:35.757Z] ---> dc4f59eeae42 [2023-03-16T14:42:35.757Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-16T14:42:35.757Z] ---> Running in 20a9a74f536d [2023-03-16T14:42:35.757Z] Removing intermediate container 20a9a74f536d [2023-03-16T14:42:35.757Z] ---> 3f8bf03c434a [2023-03-16T14:42:35.757Z] Step 12/24 : WORKDIR / [2023-03-16T14:42:35.757Z] ---> Running in e1ebaa8d9ff4 [2023-03-16T14:42:36.028Z] Removing intermediate container b39c679518f1 [2023-03-16T14:42:36.028Z] ---> c9a55ceb1517 [2023-03-16T14:42:36.028Z] [2023-03-16T14:42:36.028Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:42:36.028Z] ---> d74e625d9115 [2023-03-16T14:42:36.028Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-16T14:42:36.299Z] ---> Running in 948b0fc8cda5 [2023-03-16T14:42:36.565Z] Removing intermediate container e1ebaa8d9ff4 [2023-03-16T14:42:36.565Z] ---> b43bf41c25b5 [2023-03-16T14:42:36.565Z] Step 13/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:42:36.840Z] Removing intermediate container 948b0fc8cda5 [2023-03-16T14:42:36.840Z] ---> 3ca019fc2908 [2023-03-16T14:42:36.840Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-16T14:42:37.112Z] ---> Running in 8d24daa32699 [2023-03-16T14:42:37.697Z] ---> 768529c78bc5 [2023-03-16T14:42:37.697Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-16T14:42:37.697Z] Removing intermediate container 8d24daa32699 [2023-03-16T14:42:37.697Z] ---> 99af32ce8664 [2023-03-16T14:42:37.697Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-16T14:42:37.964Z] ---> Running in 7f288d28012b [2023-03-16T14:42:38.924Z] Removing intermediate container 7f288d28012b [2023-03-16T14:42:38.924Z] ---> 480d01ecb808 [2023-03-16T14:42:38.924Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:42:38.924Z] ---> Running in 9aea1c8e7dfa [2023-03-16T14:42:39.192Z] ---> f05324e85829 [2023-03-16T14:42:39.192Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-16T14:42:40.608Z] ---> 1f3a0f7c22bd [2023-03-16T14:42:40.608Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-16T14:42:41.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:42:41.782Z] ---> 6867523a1923 [2023-03-16T14:42:41.782Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-16T14:42:42.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:42:43.814Z] ---> a3073119936d [2023-03-16T14:42:43.814Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-16T14:42:44.406Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-16T14:42:44.406Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:42:44.674Z] OK: 8 MiB in 16 packages [2023-03-16T14:42:45.649Z] ---> 7df2d2ad9f60 [2023-03-16T14:42:45.649Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-16T14:42:46.617Z] Removing intermediate container 9aea1c8e7dfa [2023-03-16T14:42:46.617Z] ---> a6baaab07cf9 [2023-03-16T14:42:46.617Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:42:47.209Z] ---> 9f165a87583f [2023-03-16T14:42:47.209Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:42:47.209Z] ---> Running in e0f4451f32c2 [2023-03-16T14:42:48.365Z] ---> 45ece2b3a885 [2023-03-16T14:42:48.365Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:42:49.368Z] ---> 61e41435f6b2 [2023-03-16T14:42:49.368Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-16T14:42:52.079Z] Removing intermediate container e0f4451f32c2 [2023-03-16T14:42:52.079Z] ---> 4e205fca83f0 [2023-03-16T14:42:52.079Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:42:52.079Z] ---> Running in 0c20b1cbfb04 [2023-03-16T14:42:52.079Z] ---> 0c07f79b3b97 [2023-03-16T14:42:52.079Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-16T14:42:53.081Z] Removing intermediate container 0c20b1cbfb04 [2023-03-16T14:42:53.081Z] ---> d2dc387425c0 [2023-03-16T14:42:53.081Z] Step 22/24 : LABEL arch=arm64 [2023-03-16T14:42:53.081Z] ---> Running in 658e517594b7 [2023-03-16T14:42:53.349Z] ---> f31d8565b874 [2023-03-16T14:42:53.349Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-16T14:42:53.349Z] ---> Running in f17807c04957 [2023-03-16T14:42:53.937Z] Removing intermediate container 658e517594b7 [2023-03-16T14:42:53.937Z] ---> 168182ebed38 [2023-03-16T14:42:53.937Z] Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:42:53.937Z] ---> Running in a22370fe209a [2023-03-16T14:42:53.937Z] Removing intermediate container f17807c04957 [2023-03-16T14:42:54.215Z] ---> 110398d9f66f [2023-03-16T14:42:54.215Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:42:54.215Z] ---> Running in 3fe1f55b9300 [2023-03-16T14:42:54.483Z] Removing intermediate container a22370fe209a [2023-03-16T14:42:54.483Z] ---> bcf3f6f1bddf [2023-03-16T14:42:54.483Z] Step 24/24 : LABEL version=3.0.0-dev.100 [2023-03-16T14:42:54.771Z] Removing intermediate container 3fe1f55b9300 [2023-03-16T14:42:54.771Z] ---> bbe177aff3e2 [2023-03-16T14:42:54.771Z] Step 21/23 : LABEL arch=arm64 [2023-03-16T14:42:54.771Z] ---> Running in 8f4602ed1f90 [2023-03-16T14:42:55.047Z] ---> Running in 2c4c20f58e84 [2023-03-16T14:42:55.632Z] Removing intermediate container 2c4c20f58e84 [2023-03-16T14:42:55.632Z] ---> 0a6a9914a3bc [2023-03-16T14:42:55.632Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:42:55.901Z] Removing intermediate container 8f4602ed1f90 [2023-03-16T14:42:55.901Z] ---> 443c34329f83 [2023-03-16T14:42:55.901Z] [2023-03-16T14:42:55.901Z] ---> Running in 80bd0dcdf395 [2023-03-16T14:42:55.901Z] Successfully built 443c34329f83 [2023-03-16T14:42:55.901Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-16T14:42:55.901Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-03-16T14:42:56.493Z] Removing intermediate container 80bd0dcdf395 [2023-03-16T14:42:56.493Z] ---> a1208ea841f7 [2023-03-16T14:42:56.493Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:42:56.493Z] ---> Running in 2363e6712a9e [2023-03-16T14:42:57.460Z] Removing intermediate container 2363e6712a9e [2023-03-16T14:42:57.460Z] ---> 2f95b95df8cd [2023-03-16T14:42:57.460Z] [2023-03-16T14:42:57.460Z] Successfully built 2f95b95df8cd [2023-03-16T14:42:57.460Z] Successfully tagged core-data-arm64:latest [2023-03-16T14:42:57.460Z]  Building core-data ... done Building security-proxy-auth [2023-03-16T14:43:01.726Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:43:01.726Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:43:01.726Z] ---> 962226d54998 [2023-03-16T14:43:01.726Z] Step 3/26 : WORKDIR /edgex-go [2023-03-16T14:43:01.726Z] ---> Using cache [2023-03-16T14:43:01.726Z] ---> 3b393f98b223 [2023-03-16T14:43:01.726Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-16T14:43:01.996Z] ---> Running in b9c0c08eeeb9 [2023-03-16T14:43:03.951Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:43:03.951Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:43:03.951Z] ---> 962226d54998 [2023-03-16T14:43:03.951Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:43:03.951Z] ---> Using cache [2023-03-16T14:43:03.951Z] ---> c7010bf97a6b [2023-03-16T14:43:03.951Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:43:03.951Z] ---> Using cache [2023-03-16T14:43:03.951Z] ---> 1760e4c51869 [2023-03-16T14:43:03.951Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:43:03.951Z] ---> Using cache [2023-03-16T14:43:03.951Z] ---> 7cc2f25b5226 [2023-03-16T14:43:03.951Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:43:03.951Z] ---> Using cache [2023-03-16T14:43:03.951Z] ---> 6d7a6076cb45 [2023-03-16T14:43:03.951Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:43:03.951Z] ---> Using cache [2023-03-16T14:43:03.951Z] ---> ca25f063a7af [2023-03-16T14:43:03.951Z] Step 8/23 : COPY . . [2023-03-16T14:43:03.951Z] ---> Using cache [2023-03-16T14:43:03.951Z] ---> 19e39b1d9706 [2023-03-16T14:43:03.951Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-16T14:43:04.220Z] ---> Running in 136ad776007d [2023-03-16T14:43:04.492Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:43:05.914Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:43:06.503Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-16T14:43:07.469Z] OK: 263 MiB in 53 packages [2023-03-16T14:43:08.885Z] Removing intermediate container b9c0c08eeeb9 [2023-03-16T14:43:08.885Z] ---> 1ba3e05e2363 [2023-03-16T14:43:08.885Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-16T14:43:09.872Z] ---> 7445dffc9ecc [2023-03-16T14:43:09.872Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:43:09.872Z] ---> Running in 49385081de16 [2023-03-16T14:44:06.480Z] Removing intermediate container b84d208e9977 [2023-03-16T14:44:06.480Z] ---> 5ca097e17ca4 [2023-03-16T14:44:06.480Z] [2023-03-16T14:44:06.480Z] Step 9/20 : FROM alpine:3.17 [2023-03-16T14:44:06.480Z] ---> d74e625d9115 [2023-03-16T14:44:06.480Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:44:06.480Z] ---> Using cache [2023-03-16T14:44:06.480Z] ---> 6641158ba3c3 [2023-03-16T14:44:06.480Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-16T14:44:06.480Z] ---> Running in 2915be5458d6 [2023-03-16T14:44:06.480Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:44:06.480Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:44:08.434Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:44:08.434Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:44:08.434Z] OK: 17687 distinct packages available [2023-03-16T14:44:08.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:44:09.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:44:10.861Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-16T14:44:11.129Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-16T14:44:11.129Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-16T14:44:11.129Z] (4/9) Installing libcurl (7.88.1-r0) [2023-03-16T14:44:11.129Z] (5/9) Installing curl (7.88.1-r0) [2023-03-16T14:44:11.129Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-16T14:44:11.129Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-16T14:44:11.398Z] (8/9) Installing libucontext (1.2-r0) [2023-03-16T14:44:11.398Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-16T14:44:11.398Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:44:11.398Z] Executing ca-certificates-20220614-r4.trigger [2023-03-16T14:44:12.365Z] OK: 11 MiB in 24 packages [2023-03-16T14:44:15.729Z] Removing intermediate container 2915be5458d6 [2023-03-16T14:44:15.729Z] ---> 0b40c59e946f [2023-03-16T14:44:15.729Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:44:20.006Z] ---> 642bc2495c80 [2023-03-16T14:44:20.006Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:44:21.957Z] ---> 3381a0bd144b [2023-03-16T14:44:21.957Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-16T14:44:26.215Z] ---> a9eebb3482af [2023-03-16T14:44:26.215Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-16T14:44:27.177Z] ---> 1d401f1cd9f2 [2023-03-16T14:44:27.177Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-16T14:44:27.447Z] ---> Running in 82823eb3558f [2023-03-16T14:44:28.428Z] Removing intermediate container 82823eb3558f [2023-03-16T14:44:28.428Z] ---> 73032f666e9a [2023-03-16T14:44:28.428Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:44:28.696Z] ---> Running in c1587ac39f25 [2023-03-16T14:44:29.660Z] Removing intermediate container c1587ac39f25 [2023-03-16T14:44:29.660Z] ---> 717fb252aed6 [2023-03-16T14:44:29.660Z] Step 18/20 : LABEL arch=arm64 [2023-03-16T14:44:29.929Z] ---> Running in ac0ab5f749e4 [2023-03-16T14:44:30.893Z] Removing intermediate container ac0ab5f749e4 [2023-03-16T14:44:30.893Z] ---> 1e410458e4ba [2023-03-16T14:44:30.893Z] Step 19/20 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:44:31.171Z] ---> Running in 7000355f53f7 [2023-03-16T14:44:32.135Z] Removing intermediate container 7000355f53f7 [2023-03-16T14:44:32.135Z] ---> 09372efa1a04 [2023-03-16T14:44:32.135Z] Step 20/20 : LABEL version=3.0.0-dev.100 [2023-03-16T14:44:32.135Z] ---> Running in 33a95b44acf1 [2023-03-16T14:44:33.100Z] Removing intermediate container 33a95b44acf1 [2023-03-16T14:44:33.100Z] ---> 53ea058c7500 [2023-03-16T14:44:33.100Z] [2023-03-16T14:44:33.368Z] Successfully built 53ea058c7500 [2023-03-16T14:44:33.368Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-16T14:44:33.368Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2023-03-16T14:44:38.727Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:44:38.727Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:44:38.727Z] ---> 962226d54998 [2023-03-16T14:44:38.727Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:44:38.727Z] ---> Using cache [2023-03-16T14:44:38.727Z] ---> c7010bf97a6b [2023-03-16T14:44:38.727Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:44:38.727Z] ---> Using cache [2023-03-16T14:44:38.727Z] ---> 1760e4c51869 [2023-03-16T14:44:38.727Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:44:38.727Z] ---> Using cache [2023-03-16T14:44:38.727Z] ---> 7cc2f25b5226 [2023-03-16T14:44:38.727Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:44:38.727Z] ---> Using cache [2023-03-16T14:44:38.727Z] ---> 6d7a6076cb45 [2023-03-16T14:44:38.727Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:44:38.727Z] ---> Using cache [2023-03-16T14:44:38.727Z] ---> ca25f063a7af [2023-03-16T14:44:38.727Z] Step 8/23 : COPY . . [2023-03-16T14:44:38.727Z] ---> Using cache [2023-03-16T14:44:38.728Z] ---> 19e39b1d9706 [2023-03-16T14:44:38.728Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-16T14:44:39.312Z] ---> Running in 2f2d3b0163cf [2023-03-16T14:44:41.897Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-16T14:44:56.894Z] Removing intermediate container 49385081de16 [2023-03-16T14:44:56.894Z] ---> cc205a14ccc1 [2023-03-16T14:44:56.894Z] Step 7/26 : COPY . . [2023-03-16T14:44:59.481Z] ---> 5da3dffa44ba [2023-03-16T14:44:59.481Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-16T14:44:59.481Z] ---> Running in f1272e2b763d [2023-03-16T14:45:00.070Z] Removing intermediate container f1272e2b763d [2023-03-16T14:45:00.070Z] ---> 9dda965e9732 [2023-03-16T14:45:00.070Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-16T14:45:00.070Z] ---> Running in 610eb2742907 [2023-03-16T14:45:00.657Z] Removing intermediate container 610eb2742907 [2023-03-16T14:45:00.657Z] ---> 98e6ec03edec [2023-03-16T14:45:00.657Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-16T14:45:00.657Z] ---> Running in 66444e38f516 [2023-03-16T14:45:01.250Z] Removing intermediate container 66444e38f516 [2023-03-16T14:45:01.250Z] ---> 952c01edc4e5 [2023-03-16T14:45:01.250Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-16T14:45:01.250Z] ---> Running in aa0522914fb4 [2023-03-16T14:45:04.618Z] Removing intermediate container aa0522914fb4 [2023-03-16T14:45:04.618Z] ---> 9fe923fd7a72 [2023-03-16T14:45:04.618Z] Step 12/26 : WORKDIR /edgex-go [2023-03-16T14:45:04.886Z] ---> Running in 57e0b428a848 [2023-03-16T14:45:05.472Z] Removing intermediate container 57e0b428a848 [2023-03-16T14:45:05.472Z] ---> bc8cfcf55ead [2023-03-16T14:45:05.472Z] [2023-03-16T14:45:05.472Z] Step 13/26 : FROM alpine:3.17 [2023-03-16T14:45:05.472Z] ---> d74e625d9115 [2023-03-16T14:45:05.472Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:45:05.472Z] ---> Using cache [2023-03-16T14:45:05.472Z] ---> 6641158ba3c3 [2023-03-16T14:45:05.472Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-16T14:45:05.472Z] ---> Using cache [2023-03-16T14:45:05.472Z] ---> 6fb174044022 [2023-03-16T14:45:05.472Z] Step 16/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:45:05.472Z] ---> Using cache [2023-03-16T14:45:05.472Z] ---> 1988c8611333 [2023-03-16T14:45:05.472Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-16T14:45:08.820Z] ---> 57ece41256da [2023-03-16T14:45:08.820Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-16T14:45:14.197Z] ---> 57ca90198880 [2023-03-16T14:45:14.197Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-16T14:45:15.163Z] ---> 2d1f194e51a4 [2023-03-16T14:45:15.163Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-16T14:45:16.130Z] ---> 987f85d953e0 [2023-03-16T14:45:16.130Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-16T14:45:17.117Z] ---> 7e2f20505514 [2023-03-16T14:45:17.117Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-16T14:45:17.117Z] ---> Running in 758c2a93392b [2023-03-16T14:45:17.699Z] Removing intermediate container 758c2a93392b [2023-03-16T14:45:17.699Z] ---> fd5966c24538 [2023-03-16T14:45:17.699Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-16T14:45:17.967Z] ---> Running in 8d969555f8e8 [2023-03-16T14:45:18.550Z] Removing intermediate container 8d969555f8e8 [2023-03-16T14:45:18.550Z] ---> 353b5ce762d3 [2023-03-16T14:45:18.550Z] Step 24/26 : LABEL arch=arm64 [2023-03-16T14:45:18.550Z] ---> Running in b8635234cdcd [2023-03-16T14:45:19.132Z] Removing intermediate container b8635234cdcd [2023-03-16T14:45:19.132Z] ---> 9f12dce9fc5f [2023-03-16T14:45:19.132Z] Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:45:19.132Z] ---> Running in 60ed9ff4261d [2023-03-16T14:45:19.720Z] Removing intermediate container 60ed9ff4261d [2023-03-16T14:45:19.720Z] ---> f2461a3fdcea [2023-03-16T14:45:19.720Z] Step 26/26 : LABEL version=3.0.0-dev.100 [2023-03-16T14:45:19.720Z] ---> Running in 8b9e437c0c63 [2023-03-16T14:45:20.307Z] Removing intermediate container 8b9e437c0c63 [2023-03-16T14:45:20.307Z] ---> c2718ac9fe44 [2023-03-16T14:45:20.307Z] [2023-03-16T14:45:20.575Z] Successfully built c2718ac9fe44 [2023-03-16T14:45:20.575Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-16T14:45:20.575Z]  Building security-spire-agent ... done Building support-notifications [2023-03-16T14:45:23.928Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:45:23.928Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:45:23.928Z] ---> 962226d54998 [2023-03-16T14:45:23.928Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:45:23.928Z] ---> Using cache [2023-03-16T14:45:23.928Z] ---> c7010bf97a6b [2023-03-16T14:45:23.928Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:45:23.928Z] ---> Using cache [2023-03-16T14:45:23.928Z] ---> 1760e4c51869 [2023-03-16T14:45:23.928Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-16T14:45:27.278Z] ---> Running in aecad06a40e7 [2023-03-16T14:45:28.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:45:29.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:45:31.612Z] OK: 263 MiB in 53 packages [2023-03-16T14:45:33.061Z] Removing intermediate container aecad06a40e7 [2023-03-16T14:45:33.061Z] ---> bd04f1a274f7 [2023-03-16T14:45:33.061Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:45:33.656Z] ---> 343701c15932 [2023-03-16T14:45:33.656Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:45:33.928Z] ---> Running in 4c9ed903d40c [2023-03-16T14:47:10.606Z] Removing intermediate container 4c9ed903d40c [2023-03-16T14:47:10.606Z] ---> 64e7a128d1d1 [2023-03-16T14:47:10.606Z] Step 8/23 : COPY . . [2023-03-16T14:47:13.943Z] ---> a9947ddbeb28 [2023-03-16T14:47:13.943Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-16T14:47:13.943Z] ---> Running in e23d1bd7d097 [2023-03-16T14:47:15.614Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-16T14:50:07.791Z] Removing intermediate container fa3a47e5cb3b [2023-03-16T14:50:07.791Z] ---> 12f870cd3a37 [2023-03-16T14:50:07.791Z] [2023-03-16T14:50:07.791Z] Step 10/24 : FROM alpine:3.17 [2023-03-16T14:50:07.791Z] ---> d74e625d9115 [2023-03-16T14:50:07.791Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:50:07.791Z] ---> Running in fd6f0a8060fa [2023-03-16T14:50:07.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:50:07.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:50:07.791Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-16T14:50:07.791Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:50:07.791Z] OK: 8 MiB in 16 packages [2023-03-16T14:50:07.791Z] Removing intermediate container fd6f0a8060fa [2023-03-16T14:50:07.791Z] ---> 606ebb5e30f1 [2023-03-16T14:50:07.791Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:50:08.073Z] ---> Running in 0b768324ac3f [2023-03-16T14:50:08.674Z] Removing intermediate container 0b768324ac3f [2023-03-16T14:50:08.674Z] ---> 70a5437ac424 [2023-03-16T14:50:08.674Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-16T14:50:08.674Z] ---> Running in 444c298117ed [2023-03-16T14:50:09.269Z] Removing intermediate container 444c298117ed [2023-03-16T14:50:09.269Z] ---> 418ec36bc0d8 [2023-03-16T14:50:09.269Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-16T14:50:09.539Z] ---> Running in d2162751f7d6 [2023-03-16T14:50:10.133Z] Removing intermediate container d2162751f7d6 [2023-03-16T14:50:10.133Z] ---> 18713dad9d57 [2023-03-16T14:50:10.133Z] Step 15/24 : WORKDIR / [2023-03-16T14:50:10.133Z] ---> Running in 806601f2ec0e [2023-03-16T14:50:10.719Z] Removing intermediate container 806601f2ec0e [2023-03-16T14:50:10.719Z] ---> f72a472d9aa0 [2023-03-16T14:50:10.719Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:50:11.683Z] ---> f3f2530ed8b1 [2023-03-16T14:50:11.683Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:50:13.096Z] ---> ca0e7e9e9e01 [2023-03-16T14:50:13.096Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-16T14:50:14.510Z] ---> 5eec8a389a6a [2023-03-16T14:50:14.510Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-16T14:50:15.478Z] ---> da6a8d235057 [2023-03-16T14:50:15.478Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-16T14:50:15.478Z] ---> Running in 1baf849f4dda [2023-03-16T14:50:16.068Z] Removing intermediate container 1baf849f4dda [2023-03-16T14:50:16.068Z] ---> ce3ffcfce679 [2023-03-16T14:50:16.068Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:50:16.068Z] ---> Running in fd73fdce1612 [2023-03-16T14:50:16.653Z] Removing intermediate container fd73fdce1612 [2023-03-16T14:50:16.653Z] ---> 25a5d2c0ce77 [2023-03-16T14:50:16.653Z] Step 22/24 : LABEL arch=arm64 [2023-03-16T14:50:16.653Z] ---> Running in c2792a23e9ee [2023-03-16T14:50:17.240Z] Removing intermediate container c2792a23e9ee [2023-03-16T14:50:17.240Z] ---> 8511f4b5ee9d [2023-03-16T14:50:17.240Z] Step 23/24 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:50:17.240Z] ---> Running in b7b062f42d4c [2023-03-16T14:50:17.827Z] Removing intermediate container b7b062f42d4c [2023-03-16T14:50:17.827Z] ---> 40f26d5f4dbd [2023-03-16T14:50:18.100Z] Step 24/24 : LABEL version=3.0.0-dev.100 [2023-03-16T14:50:18.100Z] ---> Running in b813d121f6a7 [2023-03-16T14:50:18.368Z] Removing intermediate container b813d121f6a7 [2023-03-16T14:50:18.368Z] ---> 9f481436e1d0 [2023-03-16T14:50:18.368Z] [2023-03-16T14:50:18.638Z] Successfully built 9f481436e1d0 [2023-03-16T14:50:18.638Z] Successfully tagged core-command-arm64:latest [2023-03-16T14:50:18.638Z]  Building core-command ... done Building core-common-config-bootstrapper [2023-03-16T14:50:23.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:50:23.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:50:23.991Z] ---> 962226d54998 [2023-03-16T14:50:23.991Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-16T14:50:23.991Z] ---> Using cache [2023-03-16T14:50:23.991Z] ---> c7010bf97a6b [2023-03-16T14:50:23.991Z] Step 4/23 : WORKDIR /edgex-go [2023-03-16T14:50:23.991Z] ---> Using cache [2023-03-16T14:50:23.991Z] ---> 1760e4c51869 [2023-03-16T14:50:23.991Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-16T14:50:23.991Z] ---> Using cache [2023-03-16T14:50:23.991Z] ---> 7cc2f25b5226 [2023-03-16T14:50:23.991Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-16T14:50:23.991Z] ---> Using cache [2023-03-16T14:50:23.991Z] ---> 6d7a6076cb45 [2023-03-16T14:50:23.991Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:50:23.991Z] ---> Using cache [2023-03-16T14:50:23.991Z] ---> ca25f063a7af [2023-03-16T14:50:23.991Z] Step 8/23 : COPY . . [2023-03-16T14:50:23.991Z] ---> Using cache [2023-03-16T14:50:23.991Z] ---> 19e39b1d9706 [2023-03-16T14:50:23.991Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-16T14:50:23.991Z] ---> Running in 37917453b6b1 [2023-03-16T14:50:26.585Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.100" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-16T14:50:31.944Z] Removing intermediate container 136ad776007d [2023-03-16T14:50:31.944Z] ---> 6014603af1e7 [2023-03-16T14:50:31.944Z] [2023-03-16T14:50:31.944Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:50:31.944Z] ---> d74e625d9115 [2023-03-16T14:50:31.944Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-16T14:50:31.944Z] ---> Running in ecfb34ef1d4b [2023-03-16T14:50:32.535Z] Removing intermediate container ecfb34ef1d4b [2023-03-16T14:50:32.535Z] ---> 2e27dadca633 [2023-03-16T14:50:32.535Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:50:32.535Z] ---> Running in 903b6b9cedd7 [2023-03-16T14:50:35.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:50:35.717Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:50:37.663Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-16T14:50:37.663Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:50:37.663Z] OK: 8 MiB in 16 packages [2023-03-16T14:50:39.615Z] Removing intermediate container 903b6b9cedd7 [2023-03-16T14:50:39.615Z] ---> 63a884513f0e [2023-03-16T14:50:39.615Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:50:40.201Z] ---> 31a0716fe44d [2023-03-16T14:50:40.201Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:50:41.636Z] ---> 4a7addcfe355 [2023-03-16T14:50:41.636Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-16T14:50:43.628Z] ---> 77a82e6e5fbb [2023-03-16T14:50:43.628Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-16T14:50:44.215Z] ---> ba15b04f4a82 [2023-03-16T14:50:44.215Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-16T14:50:45.175Z] ---> 24ca29a5aac0 [2023-03-16T14:50:45.175Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:50:45.445Z] ---> Running in 719b4dcdba35 [2023-03-16T14:50:48.803Z] Removing intermediate container 719b4dcdba35 [2023-03-16T14:50:48.803Z] ---> 964d65de287f [2023-03-16T14:50:48.803Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:50:48.803Z] ---> Running in 4f250ed7391e [2023-03-16T14:50:49.073Z] Removing intermediate container 4f250ed7391e [2023-03-16T14:50:49.073Z] ---> 662691512d95 [2023-03-16T14:50:49.073Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-16T14:50:49.346Z] ---> Running in a6548972118b [2023-03-16T14:50:49.932Z] Removing intermediate container a6548972118b [2023-03-16T14:50:49.932Z] ---> 96bdc51be583 [2023-03-16T14:50:49.932Z] Step 21/23 : LABEL arch=arm64 [2023-03-16T14:50:49.932Z] ---> Running in 2a4a4e51ef73 [2023-03-16T14:50:50.518Z] Removing intermediate container 2a4a4e51ef73 [2023-03-16T14:50:50.518Z] ---> 3864f0de36b0 [2023-03-16T14:50:50.518Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:50:50.790Z] ---> Running in 6149f7e00360 [2023-03-16T14:50:51.386Z] Removing intermediate container 6149f7e00360 [2023-03-16T14:50:51.386Z] ---> 33a3691aa114 [2023-03-16T14:50:51.386Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:50:51.386Z] ---> Running in 84dfabcef4dd [2023-03-16T14:50:51.973Z] Removing intermediate container 84dfabcef4dd [2023-03-16T14:50:51.973Z] ---> a16ae656cccf [2023-03-16T14:50:51.973Z] [2023-03-16T14:50:51.973Z] Successfully built a16ae656cccf [2023-03-16T14:50:51.973Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-16T14:50:52.243Z]  Building security-proxy-auth ... done Building security-spire-config [2023-03-16T14:50:56.540Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-16T14:50:56.540Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-16T14:50:56.540Z] ---> 962226d54998 [2023-03-16T14:50:56.540Z] Step 3/26 : WORKDIR /edgex-go [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 3b393f98b223 [2023-03-16T14:50:56.540Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 1ba3e05e2363 [2023-03-16T14:50:56.540Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 7445dffc9ecc [2023-03-16T14:50:56.540Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> cc205a14ccc1 [2023-03-16T14:50:56.540Z] Step 7/26 : COPY . . [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 5da3dffa44ba [2023-03-16T14:50:56.540Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 9dda965e9732 [2023-03-16T14:50:56.540Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 98e6ec03edec [2023-03-16T14:50:56.540Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 952c01edc4e5 [2023-03-16T14:50:56.540Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 9fe923fd7a72 [2023-03-16T14:50:56.540Z] Step 12/26 : WORKDIR /edgex-go [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> bc8cfcf55ead [2023-03-16T14:50:56.540Z] [2023-03-16T14:50:56.540Z] Step 13/26 : FROM alpine:3.17 [2023-03-16T14:50:56.540Z] ---> d74e625d9115 [2023-03-16T14:50:56.540Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-16T14:50:56.540Z] ---> Using cache [2023-03-16T14:50:56.540Z] ---> 6641158ba3c3 [2023-03-16T14:50:56.540Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-16T14:50:56.818Z] ---> Running in 6cc454db56be [2023-03-16T14:50:58.776Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:50:59.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:51:01.689Z] v3.17.2-210-g0cdb6b5e4a0 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-16T14:51:01.689Z] v3.17.2-218-g4f0cbe683b6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-16T14:51:01.689Z] OK: 17687 distinct packages available [2023-03-16T14:51:02.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:51:03.692Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:51:05.646Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-16T14:51:05.646Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-16T14:51:05.646Z] (3/4) Installing libucontext (1.2-r0) [2023-03-16T14:51:05.646Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-16T14:51:05.646Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:51:05.646Z] OK: 8 MiB in 19 packages [2023-03-16T14:51:08.998Z] Removing intermediate container 6cc454db56be [2023-03-16T14:51:08.998Z] ---> 800865458f72 [2023-03-16T14:51:08.998Z] Step 16/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:51:10.947Z] ---> 5b2752ff5122 [2023-03-16T14:51:10.947Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-16T14:51:11.532Z] Removing intermediate container 87e6fcbdd3ce [2023-03-16T14:51:11.532Z] ---> 636bba14abe6 [2023-03-16T14:51:11.532Z] [2023-03-16T14:51:11.532Z] Step 10/25 : FROM alpine:3.17 [2023-03-16T14:51:11.532Z] ---> d74e625d9115 [2023-03-16T14:51:11.532Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:51:11.532Z] ---> Using cache [2023-03-16T14:51:11.532Z] ---> 606ebb5e30f1 [2023-03-16T14:51:11.532Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:51:11.532Z] ---> Using cache [2023-03-16T14:51:11.532Z] ---> 70a5437ac424 [2023-03-16T14:51:11.532Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-16T14:51:11.799Z] ---> Running in 0e3f46ddc015 [2023-03-16T14:51:12.768Z] Removing intermediate container 0e3f46ddc015 [2023-03-16T14:51:12.768Z] ---> 141e799e4a87 [2023-03-16T14:51:12.768Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-16T14:51:13.036Z] ---> Running in 68d63ca10f5c [2023-03-16T14:51:13.998Z] Removing intermediate container 68d63ca10f5c [2023-03-16T14:51:13.998Z] ---> 3bbda70fdc7c [2023-03-16T14:51:13.998Z] Step 15/25 : WORKDIR / [2023-03-16T14:51:13.998Z] ---> Running in dabd1e4157e5 [2023-03-16T14:51:14.969Z] Removing intermediate container dabd1e4157e5 [2023-03-16T14:51:14.969Z] ---> 6b5ba5aef181 [2023-03-16T14:51:14.969Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:51:16.913Z] ---> 3989aa8d34d6 [2023-03-16T14:51:16.913Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:51:18.326Z] ---> 23e35d88155a [2023-03-16T14:51:18.326Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-16T14:51:18.593Z] ---> 173ffdd63cfb [2023-03-16T14:51:18.593Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-16T14:51:20.552Z] ---> 1b0d7991d61f [2023-03-16T14:51:20.552Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-16T14:51:20.552Z] ---> Running in 54419ff2e8e6 [2023-03-16T14:51:21.142Z] ---> dc843e3206ac [2023-03-16T14:51:21.142Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-16T14:51:21.410Z] Removing intermediate container 54419ff2e8e6 [2023-03-16T14:51:21.410Z] ---> 7e7700fbda23 [2023-03-16T14:51:21.410Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-16T14:51:22.821Z] ---> 54377f55619f [2023-03-16T14:51:22.821Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-16T14:51:22.821Z] ---> e1e5b19995a8 [2023-03-16T14:51:22.821Z] Step 21/26 : WORKDIR / [2023-03-16T14:51:22.821Z] ---> Running in 21b0997b8173 [2023-03-16T14:51:23.783Z] Removing intermediate container 21b0997b8173 [2023-03-16T14:51:23.783Z] ---> 0a6106d640ce [2023-03-16T14:51:23.783Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-16T14:51:23.783Z] ---> Running in b4dcecd3affd [2023-03-16T14:51:24.051Z] ---> 944a0f778380 [2023-03-16T14:51:24.051Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-16T14:51:24.329Z] ---> Running in 230f6fdf6edc [2023-03-16T14:51:24.597Z] Removing intermediate container b4dcecd3affd [2023-03-16T14:51:24.597Z] ---> afc110bb955a [2023-03-16T14:51:24.597Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-16T14:51:24.886Z] ---> Running in 1a335f94aad2 [2023-03-16T14:51:25.159Z] Removing intermediate container 230f6fdf6edc [2023-03-16T14:51:25.159Z] ---> fbb9bbfb241e [2023-03-16T14:51:25.159Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:51:25.159Z] ---> Running in 9cd608c74361 [2023-03-16T14:51:25.427Z] Removing intermediate container 1a335f94aad2 [2023-03-16T14:51:25.427Z] ---> 3f87144e29bd [2023-03-16T14:51:25.427Z] Step 24/26 : LABEL arch=arm64 [2023-03-16T14:51:25.696Z] ---> Running in fcb979582376 [2023-03-16T14:51:25.964Z] Removing intermediate container 9cd608c74361 [2023-03-16T14:51:25.964Z] ---> 6e1f7d440612 [2023-03-16T14:51:25.964Z] Step 23/25 : LABEL arch=arm64 [2023-03-16T14:51:26.239Z] ---> Running in 619e50edeb3c [2023-03-16T14:51:26.508Z] Removing intermediate container fcb979582376 [2023-03-16T14:51:26.508Z] ---> 39e4d84c3eeb [2023-03-16T14:51:26.508Z] Step 25/26 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:51:26.775Z] ---> Running in c3450bb985aa [2023-03-16T14:51:26.775Z] Removing intermediate container 619e50edeb3c [2023-03-16T14:51:26.775Z] ---> d1e666688174 [2023-03-16T14:51:26.775Z] Step 24/25 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:51:27.041Z] ---> Running in 6f9d4b946bfa [2023-03-16T14:51:27.628Z] Removing intermediate container c3450bb985aa [2023-03-16T14:51:27.628Z] ---> aee1c58044c6 [2023-03-16T14:51:27.628Z] Step 26/26 : LABEL version=3.0.0-dev.100 [2023-03-16T14:51:27.628Z] ---> Running in 5ecb4b4fafea [2023-03-16T14:51:27.899Z] Removing intermediate container 6f9d4b946bfa [2023-03-16T14:51:27.899Z] ---> 1c2fd325e9de [2023-03-16T14:51:27.899Z] Step 25/25 : LABEL version=3.0.0-dev.100 [2023-03-16T14:51:28.166Z] ---> Running in 79950fbb7ea8 [2023-03-16T14:51:28.432Z] Removing intermediate container 5ecb4b4fafea [2023-03-16T14:51:28.432Z] ---> 6c64e9b031c9 [2023-03-16T14:51:28.432Z] [2023-03-16T14:51:28.697Z] Successfully built 6c64e9b031c9 [2023-03-16T14:51:28.697Z] Successfully tagged security-spire-config-arm64:latest [2023-03-16T14:51:28.697Z]  Building security-spire-config ... done Removing intermediate container 79950fbb7ea8 [2023-03-16T14:51:28.697Z] ---> e1be1dbf562c [2023-03-16T14:51:28.697Z] [2023-03-16T14:51:28.964Z] Successfully built e1be1dbf562c [2023-03-16T14:51:28.964Z] Successfully tagged core-metadata-arm64:latest [2023-03-16T14:54:35.723Z]  Building core-metadata ... done Removing intermediate container 2f2d3b0163cf [2023-03-16T14:54:35.723Z] ---> cc7475276d09 [2023-03-16T14:54:35.723Z] [2023-03-16T14:54:35.723Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:54:35.723Z] ---> d74e625d9115 [2023-03-16T14:54:35.723Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:54:35.723Z] ---> Using cache [2023-03-16T14:54:35.723Z] ---> 606ebb5e30f1 [2023-03-16T14:54:35.723Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:54:35.723Z] ---> Using cache [2023-03-16T14:54:35.723Z] ---> 70a5437ac424 [2023-03-16T14:54:35.723Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-16T14:54:35.723Z] ---> Running in 2bb6a12f0715 [2023-03-16T14:54:36.315Z] Removing intermediate container 2bb6a12f0715 [2023-03-16T14:54:36.315Z] ---> 456ff8f0cd4c [2023-03-16T14:54:36.315Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-16T14:54:36.315Z] ---> Running in 0cccab53d690 [2023-03-16T14:54:36.903Z] Removing intermediate container 0cccab53d690 [2023-03-16T14:54:36.904Z] ---> aeddd3c53a39 [2023-03-16T14:54:36.904Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:54:37.872Z] ---> a6e47846dbd1 [2023-03-16T14:54:37.872Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:54:38.845Z] ---> 359557b41c9e [2023-03-16T14:54:38.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-16T14:54:41.435Z] ---> e07f2d19332b [2023-03-16T14:54:41.435Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-16T14:54:42.407Z] ---> eef45a14a4c4 [2023-03-16T14:54:42.407Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-16T14:54:42.676Z] ---> Running in 1af22f8bc0d5 [2023-03-16T14:54:43.259Z] Removing intermediate container 1af22f8bc0d5 [2023-03-16T14:54:43.259Z] ---> dcb4c1850eb4 [2023-03-16T14:54:43.259Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:54:43.259Z] ---> Running in a7fac436e994 [2023-03-16T14:54:43.844Z] Removing intermediate container a7fac436e994 [2023-03-16T14:54:43.844Z] ---> 523595ebf612 [2023-03-16T14:54:43.844Z] Step 21/23 : LABEL arch=arm64 [2023-03-16T14:54:43.844Z] ---> Running in a9925d7b22cd [2023-03-16T14:54:44.432Z] Removing intermediate container a9925d7b22cd [2023-03-16T14:54:44.432Z] ---> ef6d4f7ed139 [2023-03-16T14:54:44.432Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:54:44.700Z] ---> Running in 12cc81e2c0e8 [2023-03-16T14:54:45.296Z] Removing intermediate container 12cc81e2c0e8 [2023-03-16T14:54:45.296Z] ---> 1c0a97ab3e20 [2023-03-16T14:54:45.296Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:54:45.296Z] ---> Running in bff638f56ffe [2023-03-16T14:54:45.886Z] Removing intermediate container bff638f56ffe [2023-03-16T14:54:45.886Z] ---> aa708e508b2a [2023-03-16T14:54:45.886Z] [2023-03-16T14:54:46.152Z] Successfully built aa708e508b2a [2023-03-16T14:54:46.152Z] Successfully tagged support-scheduler-arm64:latest [2023-03-16T14:55:25.285Z]  Building support-scheduler ... done Removing intermediate container 37917453b6b1 [2023-03-16T14:55:25.285Z] ---> 6c1f6e0fecbd [2023-03-16T14:55:25.285Z] [2023-03-16T14:55:25.285Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:55:25.285Z] ---> d74e625d9115 [2023-03-16T14:55:25.285Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-16T14:55:25.285Z] ---> Using cache [2023-03-16T14:55:25.285Z] ---> 2e27dadca633 [2023-03-16T14:55:25.285Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-16T14:55:25.285Z] ---> Using cache [2023-03-16T14:55:25.285Z] ---> 63a884513f0e [2023-03-16T14:55:25.285Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:55:25.285Z] ---> Using cache [2023-03-16T14:55:25.285Z] ---> 31a0716fe44d [2023-03-16T14:55:25.285Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:55:25.285Z] ---> Using cache [2023-03-16T14:55:25.285Z] ---> 4a7addcfe355 [2023-03-16T14:55:25.285Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-16T14:55:25.285Z] ---> e4b2b16e815d [2023-03-16T14:55:25.285Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-16T14:55:25.285Z] ---> 628d86fe6b2a [2023-03-16T14:55:25.285Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-16T14:55:25.285Z] ---> 3103bf39aabd [2023-03-16T14:55:25.285Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-16T14:55:25.285Z] ---> Running in fe55825885ef [2023-03-16T14:55:26.754Z] Removing intermediate container fe55825885ef [2023-03-16T14:55:26.754Z] ---> 8316ed435e15 [2023-03-16T14:55:26.754Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-16T14:55:26.754Z] ---> Running in 9516c9cab51d [2023-03-16T14:55:27.031Z] Removing intermediate container 9516c9cab51d [2023-03-16T14:55:27.031Z] ---> be92ed96487a [2023-03-16T14:55:27.031Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-16T14:55:27.341Z] ---> Running in 42292f38bf1b [2023-03-16T14:55:27.932Z] Removing intermediate container 42292f38bf1b [2023-03-16T14:55:27.932Z] ---> b8f587ce8cf7 [2023-03-16T14:55:27.932Z] Step 21/23 : LABEL arch=arm64 [2023-03-16T14:55:27.932Z] ---> Running in e5504be9438a [2023-03-16T14:55:28.205Z] Removing intermediate container e5504be9438a [2023-03-16T14:55:28.205Z] ---> a08024ea7ee1 [2023-03-16T14:55:28.205Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:55:28.473Z] ---> Running in f293efafbd64 [2023-03-16T14:55:28.742Z] Removing intermediate container f293efafbd64 [2023-03-16T14:55:28.742Z] ---> 6398ad887b5e [2023-03-16T14:55:28.742Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:55:29.009Z] ---> Running in 686431b80248 [2023-03-16T14:55:29.275Z] Removing intermediate container 686431b80248 [2023-03-16T14:55:29.275Z] ---> 6a13b47ca5ee [2023-03-16T14:55:29.275Z] [2023-03-16T14:55:29.275Z] Successfully built 6a13b47ca5ee [2023-03-16T14:55:29.275Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-16T14:55:37.481Z]  Building core-common-config-bootstrapper ... done Removing intermediate container e23d1bd7d097 [2023-03-16T14:55:37.481Z] ---> 8fb797c7221d [2023-03-16T14:55:37.481Z] [2023-03-16T14:55:37.481Z] Step 10/23 : FROM alpine:3.17 [2023-03-16T14:55:37.481Z] ---> d74e625d9115 [2023-03-16T14:55:37.481Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-16T14:55:37.481Z] ---> Running in aadc9588b45b [2023-03-16T14:55:37.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-16T14:55:38.337Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-16T14:55:39.759Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-16T14:55:39.759Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-16T14:55:39.759Z] Executing busybox-1.35.0-r29.trigger [2023-03-16T14:55:39.759Z] Executing ca-certificates-20220614-r4.trigger [2023-03-16T14:55:40.035Z] OK: 8 MiB in 17 packages [2023-03-16T14:55:42.618Z] Removing intermediate container aadc9588b45b [2023-03-16T14:55:42.618Z] ---> 55d298c36e36 [2023-03-16T14:55:42.618Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-16T14:55:42.618Z] ---> Running in 5e270ecba329 [2023-03-16T14:55:42.618Z] Removing intermediate container 5e270ecba329 [2023-03-16T14:55:42.618Z] ---> 9df54dac6c23 [2023-03-16T14:55:42.618Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-16T14:55:42.618Z] ---> Running in 1a6c318519a1 [2023-03-16T14:55:42.885Z] Removing intermediate container 1a6c318519a1 [2023-03-16T14:55:42.885Z] ---> 330aa66f8f10 [2023-03-16T14:55:42.885Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-16T14:55:43.155Z] ---> Running in 0c1ea42fb782 [2023-03-16T14:55:43.424Z] Removing intermediate container 0c1ea42fb782 [2023-03-16T14:55:43.424Z] ---> de5bd4b13cc8 [2023-03-16T14:55:43.424Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-16T14:55:44.009Z] ---> 3a737c57af89 [2023-03-16T14:55:44.009Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-16T14:55:44.595Z] ---> f53541898ec9 [2023-03-16T14:55:44.595Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-16T14:55:46.008Z] ---> 2f975679daef [2023-03-16T14:55:46.008Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-16T14:55:46.595Z] ---> cfa6f3be40d4 [2023-03-16T14:55:46.595Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-16T14:55:46.595Z] ---> Running in b866deace4f9 [2023-03-16T14:55:46.866Z] Removing intermediate container b866deace4f9 [2023-03-16T14:55:46.866Z] ---> 4a40a0ae9cb7 [2023-03-16T14:55:46.866Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-16T14:55:46.866Z] ---> Running in 641eb2310fe5 [2023-03-16T14:55:47.460Z] Removing intermediate container 641eb2310fe5 [2023-03-16T14:55:47.460Z] ---> 0b58af0c2fec [2023-03-16T14:55:47.460Z] Step 21/23 : LABEL arch=arm64 [2023-03-16T14:55:47.460Z] ---> Running in 76c4b4e7656f [2023-03-16T14:55:47.728Z] Removing intermediate container 76c4b4e7656f [2023-03-16T14:55:47.728Z] ---> 4875d566810d [2023-03-16T14:55:47.728Z] Step 22/23 : LABEL git_sha=98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:55:47.998Z] ---> Running in 13caf92191f0 [2023-03-16T14:55:48.266Z] Removing intermediate container 13caf92191f0 [2023-03-16T14:55:48.266Z] ---> 62fb2a513459 [2023-03-16T14:55:48.266Z] Step 23/23 : LABEL version=3.0.0-dev.100 [2023-03-16T14:55:48.266Z] ---> Running in de61a14d0569 [2023-03-16T14:55:48.534Z] Removing intermediate container de61a14d0569 [2023-03-16T14:55:48.534Z] ---> 780a1b6da02d [2023-03-16T14:55:48.534Z] [2023-03-16T14:55:48.802Z] Successfully built 780a1b6da02d [2023-03-16T14:55:48.802Z] Successfully tagged support-notifications-arm64:latest [2023-03-16T14:55:49.080Z]  Building support-notifications ... done  [Pipeline] } [2023-03-16T14:55:49.089Z] $ docker stop --time=1 ae3cde61358ea875f9228bf3e3ae6172237cb6b6d8744b3ba32154d22555b25e [2023-03-16T14:55:50.758Z] $ docker rm -f --volumes ae3cde61358ea875f9228bf3e3ae6172237cb6b6d8744b3ba32154d22555b25e [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T14:55:51.244Z] + docker images [2023-03-16T14:55:51.510Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-16T14:55:51.510Z] support-notifications-arm64 latest 780a1b6da02d 3 seconds ago 32.5MB [2023-03-16T14:55:51.510Z] 8fb797c7221d 17 seconds ago 1.38GB [2023-03-16T14:55:51.510Z] core-common-config-bootstrapper-arm64 latest 6a13b47ca5ee 22 seconds ago 17.5MB [2023-03-16T14:55:51.510Z] 6c1f6e0fecbd 31 seconds ago 1.31GB [2023-03-16T14:55:51.510Z] support-scheduler-arm64 latest aa708e508b2a About a minute ago 31.8MB [2023-03-16T14:55:51.510Z] cc7475276d09 About a minute ago 1.38GB [2023-03-16T14:55:51.510Z] security-spire-config-arm64 latest 6c64e9b031c9 4 minutes ago 86.2MB [2023-03-16T14:55:51.510Z] core-metadata-arm64 latest e1be1dbf562c 4 minutes ago 20.4MB [2023-03-16T14:55:51.510Z] 636bba14abe6 4 minutes ago 1.32GB [2023-03-16T14:55:51.510Z] security-proxy-auth-arm64 latest a16ae656cccf 5 minutes ago 18.2MB [2023-03-16T14:55:51.510Z] 6014603af1e7 5 minutes ago 1.29GB [2023-03-16T14:55:51.510Z] core-command-arm64 latest 9f481436e1d0 5 minutes ago 19.7MB [2023-03-16T14:55:51.510Z] 12f870cd3a37 5 minutes ago 1.32GB [2023-03-16T14:55:51.510Z] security-spire-agent-arm64 latest c2718ac9fe44 10 minutes ago 125MB [2023-03-16T14:55:51.510Z] bc8cfcf55ead 10 minutes ago 1.18GB [2023-03-16T14:55:51.510Z] security-spiffe-token-provider-arm64 latest 53ea058c7500 11 minutes ago 32.6MB [2023-03-16T14:55:51.510Z] 5ca097e17ca4 11 minutes ago 1.35GB [2023-03-16T14:55:51.510Z] core-data-arm64 latest 2f95b95df8cd 12 minutes ago 19.9MB [2023-03-16T14:55:51.510Z] security-secretstore-setup-arm64 latest 443c34329f83 12 minutes ago 32MB [2023-03-16T14:55:51.510Z] c9a55ceb1517 13 minutes ago 1.32GB [2023-03-16T14:55:51.510Z] ef9af4616e7d 13 minutes ago 1.31GB [2023-03-16T14:55:51.510Z] security-bootstrapper-arm64 latest 04c89ede41b7 13 minutes ago 21.8MB [2023-03-16T14:55:51.510Z] security-proxy-setup-arm64 latest 8489b50dc8c3 14 minutes ago 18.6MB [2023-03-16T14:55:51.510Z] a6231aee1e6b 14 minutes ago 1.3GB [2023-03-16T14:55:51.510Z] 93bc80d53b03 14 minutes ago 1.29GB [2023-03-16T14:55:51.510Z] security-spire-server-arm64 latest 215f29ebb7a1 21 minutes ago 87.1MB [2023-03-16T14:55:51.510Z] 92191f7fb619 21 minutes ago 1.18GB [2023-03-16T14:55:51.510Z] ci-base-image-arm64 latest 962226d54998 24 minutes ago 868MB [2023-03-16T14:55:51.510Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 5 days ago 648MB [2023-03-16T14:55:51.510Z] alpine 3.17 d74e625d9115 4 weeks ago 7.46MB [2023-03-16T14:55:51.510Z] 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-16T14:55:51.616Z] provisioning config files... [2023-03-16T14:55:51.630Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/462@tmp/config13490140280210438120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T14:55:51.969Z] ---> docker-login.sh [2023-03-16T14:55:51.969Z] nexus3.edgexfoundry.org:10001 [2023-03-16T14:55:51.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:55:52.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:55:52.236Z] Configure a credential helper to remove this warning. See [2023-03-16T14:55:52.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:55:52.236Z] [2023-03-16T14:55:52.236Z] Login Succeeded [2023-03-16T14:55:52.236Z] nexus3.edgexfoundry.org:10002 [2023-03-16T14:55:52.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:55:52.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:55:52.502Z] Configure a credential helper to remove this warning. See [2023-03-16T14:55:52.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:55:52.502Z] [2023-03-16T14:55:52.502Z] Login Succeeded [2023-03-16T14:55:52.502Z] nexus3.edgexfoundry.org:10003 [2023-03-16T14:55:52.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:55:53.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:55:53.037Z] Configure a credential helper to remove this warning. See [2023-03-16T14:55:53.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:55:53.037Z] [2023-03-16T14:55:53.037Z] Login Succeeded [2023-03-16T14:55:53.037Z] nexus3.edgexfoundry.org:10004 [2023-03-16T14:55:53.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:55:53.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:55:53.304Z] Configure a credential helper to remove this warning. See [2023-03-16T14:55:53.304Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:55:53.304Z] [2023-03-16T14:55:53.304Z] Login Succeeded [2023-03-16T14:55:53.304Z] docker.io [2023-03-16T14:55:53.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-16T14:55:53.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-16T14:55:53.836Z] Configure a credential helper to remove this warning. See [2023-03-16T14:55:53.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-16T14:55:53.836Z] [2023-03-16T14:55:53.836Z] Login Succeeded [2023-03-16T14:55:53.836Z] ---> docker-login.sh ends [Pipeline] } [2023-03-16T14:55:53.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:55:53.877Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-16T14:55:53.909Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-16T14:55:53.909Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:55:53.909Z] latest [2023-03-16T14:55:53.909Z] 3.0.0-dev.100 [2023-03-16T14:55:53.909Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:55:53.909Z] main [2023-03-16T14:55:53.909Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:55:54.250Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:55:54.609Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:55:54.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-16T14:55:54.609Z] 6d85ab1387dd: Preparing [2023-03-16T14:55:54.609Z] 32d1f1cca342: Preparing [2023-03-16T14:55:54.609Z] 02c83ae7a4f1: Preparing [2023-03-16T14:55:54.609Z] a99ac82c22a1: Preparing [2023-03-16T14:55:54.609Z] 9c95ac14b0a4: Preparing [2023-03-16T14:55:54.609Z] edf70074bd40: Preparing [2023-03-16T14:55:54.609Z] edf70074bd40: Waiting [2023-03-16T14:55:54.877Z] a99ac82c22a1: Pushed [2023-03-16T14:55:54.877Z] edf70074bd40: Layer already exists [2023-03-16T14:55:54.877Z] 6d85ab1387dd: Pushed [2023-03-16T14:55:54.877Z] 9c95ac14b0a4: Pushed [2023-03-16T14:55:54.877Z] 02c83ae7a4f1: Pushed [2023-03-16T14:55:57.452Z] 32d1f1cca342: Pushed [2023-03-16T14:55:57.718Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:55:58.072Z] + 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-16T14:55:58.417Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-16T14:55:58.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-16T14:55:58.417Z] 6d85ab1387dd: Preparing [2023-03-16T14:55:58.417Z] 32d1f1cca342: Preparing [2023-03-16T14:55:58.417Z] 02c83ae7a4f1: Preparing [2023-03-16T14:55:58.417Z] a99ac82c22a1: Preparing [2023-03-16T14:55:58.417Z] 9c95ac14b0a4: Preparing [2023-03-16T14:55:58.417Z] edf70074bd40: Preparing [2023-03-16T14:55:58.417Z] edf70074bd40: Waiting [2023-03-16T14:55:58.417Z] 6d85ab1387dd: Layer already exists [2023-03-16T14:55:58.417Z] a99ac82c22a1: Layer already exists [2023-03-16T14:55:58.417Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:55:58.417Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:55:58.417Z] 32d1f1cca342: Layer already exists [2023-03-16T14:55:58.417Z] edf70074bd40: Layer already exists [2023-03-16T14:55:58.682Z] latest: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:55:59.022Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:55:59.370Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.100 [2023-03-16T14:55:59.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-16T14:55:59.370Z] 6d85ab1387dd: Preparing [2023-03-16T14:55:59.370Z] 32d1f1cca342: Preparing [2023-03-16T14:55:59.370Z] 02c83ae7a4f1: Preparing [2023-03-16T14:55:59.370Z] a99ac82c22a1: Preparing [2023-03-16T14:55:59.370Z] 9c95ac14b0a4: Preparing [2023-03-16T14:55:59.370Z] edf70074bd40: Preparing [2023-03-16T14:55:59.370Z] edf70074bd40: Waiting [2023-03-16T14:55:59.370Z] a99ac82c22a1: Layer already exists [2023-03-16T14:55:59.370Z] 32d1f1cca342: Layer already exists [2023-03-16T14:55:59.370Z] 6d85ab1387dd: Layer already exists [2023-03-16T14:55:59.370Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:55:59.370Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:55:59.370Z] edf70074bd40: Layer already exists [2023-03-16T14:55:59.637Z] 3.0.0-dev.100: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:55:59.979Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:00.323Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:00.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-16T14:56:00.323Z] 6d85ab1387dd: Preparing [2023-03-16T14:56:00.323Z] 32d1f1cca342: Preparing [2023-03-16T14:56:00.323Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:00.323Z] a99ac82c22a1: Preparing [2023-03-16T14:56:00.323Z] 9c95ac14b0a4: Preparing [2023-03-16T14:56:00.323Z] edf70074bd40: Preparing [2023-03-16T14:56:00.323Z] edf70074bd40: Waiting [2023-03-16T14:56:00.323Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:00.323Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:00.323Z] 6d85ab1387dd: Layer already exists [2023-03-16T14:56:00.323Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:56:00.323Z] 32d1f1cca342: Layer already exists [2023-03-16T14:56:00.323Z] edf70074bd40: Layer already exists [2023-03-16T14:56:00.589Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:00.930Z] + 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-16T14:56:01.269Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-16T14:56:01.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-16T14:56:01.269Z] 6d85ab1387dd: Preparing [2023-03-16T14:56:01.269Z] 32d1f1cca342: Preparing [2023-03-16T14:56:01.269Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:01.269Z] a99ac82c22a1: Preparing [2023-03-16T14:56:01.269Z] 9c95ac14b0a4: Preparing [2023-03-16T14:56:01.269Z] edf70074bd40: Preparing [2023-03-16T14:56:01.269Z] edf70074bd40: Waiting [2023-03-16T14:56:01.269Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:01.269Z] 6d85ab1387dd: Layer already exists [2023-03-16T14:56:01.269Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:01.269Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:56:01.269Z] 32d1f1cca342: Layer already exists [2023-03-16T14:56:01.269Z] edf70074bd40: Layer already exists [2023-03-16T14:56:01.534Z] main: digest: sha256:95b979c083a60e604c02bf9315a42c13e73130f6225efd0324a8264d2bdb013b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:56:01.575Z] ===================================================== [Pipeline] echo [2023-03-16T14:56:01.580Z] taggedImages: [2023-03-16T14:56:01.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:01.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-16T14:56:01.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.100 [2023-03-16T14:56:01.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:01.580Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-16T14:56:01.608Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-16T14:56:01.608Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:01.608Z] latest [2023-03-16T14:56:01.608Z] 3.0.0-dev.100 [2023-03-16T14:56:01.608Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:01.608Z] main [2023-03-16T14:56:01.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:01.956Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:02.300Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:02.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-16T14:56:02.300Z] 8b74b21bf11f: Preparing [2023-03-16T14:56:02.300Z] 6a3bd5ba0b14: Preparing [2023-03-16T14:56:02.300Z] f1b54b835c0f: Preparing [2023-03-16T14:56:02.300Z] 31374f55164b: Preparing [2023-03-16T14:56:02.300Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:02.300Z] a99ac82c22a1: Preparing [2023-03-16T14:56:02.300Z] aa841500c2d7: Preparing [2023-03-16T14:56:02.300Z] edf70074bd40: Preparing [2023-03-16T14:56:02.300Z] a99ac82c22a1: Waiting [2023-03-16T14:56:02.300Z] aa841500c2d7: Waiting [2023-03-16T14:56:02.300Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:02.565Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:02.565Z] 8b74b21bf11f: Pushed [2023-03-16T14:56:02.565Z] f1b54b835c0f: Pushed [2023-03-16T14:56:02.565Z] 6a3bd5ba0b14: Pushed [2023-03-16T14:56:02.565Z] edf70074bd40: Layer already exists [2023-03-16T14:56:02.565Z] aa841500c2d7: Pushed [2023-03-16T14:56:05.145Z] 31374f55164b: Pushed [2023-03-16T14:56:05.145Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:05.495Z] + 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-16T14:56:05.835Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-16T14:56:05.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-16T14:56:05.835Z] 8b74b21bf11f: Preparing [2023-03-16T14:56:05.835Z] 6a3bd5ba0b14: Preparing [2023-03-16T14:56:05.835Z] f1b54b835c0f: Preparing [2023-03-16T14:56:05.835Z] 31374f55164b: Preparing [2023-03-16T14:56:05.835Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:05.835Z] a99ac82c22a1: Preparing [2023-03-16T14:56:05.835Z] aa841500c2d7: Preparing [2023-03-16T14:56:05.835Z] edf70074bd40: Preparing [2023-03-16T14:56:05.835Z] edf70074bd40: Waiting [2023-03-16T14:56:05.835Z] a99ac82c22a1: Waiting [2023-03-16T14:56:05.835Z] aa841500c2d7: Waiting [2023-03-16T14:56:05.835Z] 8b74b21bf11f: Layer already exists [2023-03-16T14:56:05.835Z] 31374f55164b: Layer already exists [2023-03-16T14:56:05.835Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:05.835Z] 6a3bd5ba0b14: Layer already exists [2023-03-16T14:56:05.835Z] f1b54b835c0f: Layer already exists [2023-03-16T14:56:05.835Z] edf70074bd40: Layer already exists [2023-03-16T14:56:05.835Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:05.835Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:06.102Z] latest: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:06.464Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:06.809Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.100 [2023-03-16T14:56:06.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-16T14:56:06.809Z] 8b74b21bf11f: Preparing [2023-03-16T14:56:06.809Z] 6a3bd5ba0b14: Preparing [2023-03-16T14:56:06.809Z] f1b54b835c0f: Preparing [2023-03-16T14:56:06.809Z] 31374f55164b: Preparing [2023-03-16T14:56:06.809Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:06.809Z] a99ac82c22a1: Preparing [2023-03-16T14:56:06.809Z] aa841500c2d7: Preparing [2023-03-16T14:56:06.809Z] edf70074bd40: Preparing [2023-03-16T14:56:06.809Z] a99ac82c22a1: Waiting [2023-03-16T14:56:06.809Z] edf70074bd40: Waiting [2023-03-16T14:56:06.809Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:06.809Z] 6a3bd5ba0b14: Layer already exists [2023-03-16T14:56:06.809Z] 8b74b21bf11f: Layer already exists [2023-03-16T14:56:06.809Z] f1b54b835c0f: Layer already exists [2023-03-16T14:56:06.809Z] 31374f55164b: Layer already exists [2023-03-16T14:56:06.809Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:06.809Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:06.809Z] edf70074bd40: Layer already exists [2023-03-16T14:56:07.074Z] 3.0.0-dev.100: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:07.420Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:07.755Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:07.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-16T14:56:07.755Z] 8b74b21bf11f: Preparing [2023-03-16T14:56:07.755Z] 6a3bd5ba0b14: Preparing [2023-03-16T14:56:07.755Z] f1b54b835c0f: Preparing [2023-03-16T14:56:07.755Z] 31374f55164b: Preparing [2023-03-16T14:56:07.755Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:07.755Z] a99ac82c22a1: Preparing [2023-03-16T14:56:07.755Z] aa841500c2d7: Preparing [2023-03-16T14:56:07.755Z] edf70074bd40: Preparing [2023-03-16T14:56:07.755Z] a99ac82c22a1: Waiting [2023-03-16T14:56:07.755Z] aa841500c2d7: Waiting [2023-03-16T14:56:07.755Z] edf70074bd40: Waiting [2023-03-16T14:56:07.755Z] 6a3bd5ba0b14: Layer already exists [2023-03-16T14:56:07.755Z] f1b54b835c0f: Layer already exists [2023-03-16T14:56:07.755Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:07.755Z] 8b74b21bf11f: Layer already exists [2023-03-16T14:56:07.755Z] 31374f55164b: Layer already exists [2023-03-16T14:56:07.755Z] edf70074bd40: Layer already exists [2023-03-16T14:56:07.755Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:07.755Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:08.020Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:08.366Z] + 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-16T14:56:08.704Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-16T14:56:08.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-16T14:56:08.705Z] 8b74b21bf11f: Preparing [2023-03-16T14:56:08.705Z] 6a3bd5ba0b14: Preparing [2023-03-16T14:56:08.705Z] f1b54b835c0f: Preparing [2023-03-16T14:56:08.705Z] 31374f55164b: Preparing [2023-03-16T14:56:08.705Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:08.705Z] a99ac82c22a1: Preparing [2023-03-16T14:56:08.705Z] aa841500c2d7: Preparing [2023-03-16T14:56:08.705Z] edf70074bd40: Preparing [2023-03-16T14:56:08.705Z] a99ac82c22a1: Waiting [2023-03-16T14:56:08.705Z] aa841500c2d7: Waiting [2023-03-16T14:56:08.705Z] edf70074bd40: Waiting [2023-03-16T14:56:08.705Z] 6a3bd5ba0b14: Layer already exists [2023-03-16T14:56:08.705Z] 8b74b21bf11f: Layer already exists [2023-03-16T14:56:08.705Z] f1b54b835c0f: Layer already exists [2023-03-16T14:56:08.705Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:08.705Z] 31374f55164b: Layer already exists [2023-03-16T14:56:08.705Z] edf70074bd40: Layer already exists [2023-03-16T14:56:08.705Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:08.705Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:08.970Z] main: digest: sha256:d46f56f1a6801c525b83a637e71bad3780aded223626b32770dbaad26ac0c80a size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:56:09.021Z] ===================================================== [Pipeline] echo [2023-03-16T14:56:09.028Z] taggedImages: [2023-03-16T14:56:09.028Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:09.028Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-16T14:56:09.028Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.100 [2023-03-16T14:56:09.028Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:09.028Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-16T14:56:09.047Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-16T14:56:09.047Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:09.047Z] latest [2023-03-16T14:56:09.047Z] 3.0.0-dev.100 [2023-03-16T14:56:09.047Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:09.047Z] main [2023-03-16T14:56:09.047Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:09.401Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:09.752Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:09.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-16T14:56:09.752Z] dfe96afefd76: Preparing [2023-03-16T14:56:09.752Z] cbe367b105ea: Preparing [2023-03-16T14:56:09.752Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:09.752Z] a99ac82c22a1: Preparing [2023-03-16T14:56:09.752Z] 509b5b50a642: Preparing [2023-03-16T14:56:09.752Z] edf70074bd40: Preparing [2023-03-16T14:56:09.752Z] edf70074bd40: Waiting [2023-03-16T14:56:09.752Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:10.020Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:10.020Z] edf70074bd40: Layer already exists [2023-03-16T14:56:10.020Z] dfe96afefd76: Pushed [2023-03-16T14:56:10.020Z] 509b5b50a642: Pushed [2023-03-16T14:56:13.365Z] cbe367b105ea: Pushed [2023-03-16T14:56:13.632Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:13.985Z] + 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-16T14:56:14.333Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-16T14:56:14.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-16T14:56:14.333Z] dfe96afefd76: Preparing [2023-03-16T14:56:14.333Z] cbe367b105ea: Preparing [2023-03-16T14:56:14.333Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:14.333Z] a99ac82c22a1: Preparing [2023-03-16T14:56:14.333Z] 509b5b50a642: Preparing [2023-03-16T14:56:14.333Z] edf70074bd40: Preparing [2023-03-16T14:56:14.333Z] edf70074bd40: Waiting [2023-03-16T14:56:14.333Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:14.333Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:14.333Z] dfe96afefd76: Layer already exists [2023-03-16T14:56:14.333Z] cbe367b105ea: Layer already exists [2023-03-16T14:56:14.333Z] 509b5b50a642: Layer already exists [2023-03-16T14:56:14.333Z] edf70074bd40: Layer already exists [2023-03-16T14:56:14.599Z] latest: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:14.934Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:15.275Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.100 [2023-03-16T14:56:15.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-16T14:56:15.275Z] dfe96afefd76: Preparing [2023-03-16T14:56:15.275Z] cbe367b105ea: Preparing [2023-03-16T14:56:15.275Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:15.275Z] a99ac82c22a1: Preparing [2023-03-16T14:56:15.275Z] 509b5b50a642: Preparing [2023-03-16T14:56:15.275Z] edf70074bd40: Preparing [2023-03-16T14:56:15.275Z] edf70074bd40: Waiting [2023-03-16T14:56:15.275Z] dfe96afefd76: Layer already exists [2023-03-16T14:56:15.275Z] cbe367b105ea: Layer already exists [2023-03-16T14:56:15.275Z] 509b5b50a642: Layer already exists [2023-03-16T14:56:15.275Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:15.275Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:15.275Z] edf70074bd40: Layer already exists [2023-03-16T14:56:15.540Z] 3.0.0-dev.100: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:15.884Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:16.228Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:16.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-16T14:56:16.228Z] dfe96afefd76: Preparing [2023-03-16T14:56:16.228Z] cbe367b105ea: Preparing [2023-03-16T14:56:16.228Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:16.228Z] a99ac82c22a1: Preparing [2023-03-16T14:56:16.228Z] 509b5b50a642: Preparing [2023-03-16T14:56:16.228Z] edf70074bd40: Preparing [2023-03-16T14:56:16.228Z] edf70074bd40: Waiting [2023-03-16T14:56:16.228Z] dfe96afefd76: Layer already exists [2023-03-16T14:56:16.228Z] cbe367b105ea: Layer already exists [2023-03-16T14:56:16.228Z] 509b5b50a642: Layer already exists [2023-03-16T14:56:16.228Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:16.228Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:16.228Z] edf70074bd40: Layer already exists [2023-03-16T14:56:16.493Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:16.827Z] + 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-16T14:56:17.174Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-16T14:56:17.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-16T14:56:17.174Z] dfe96afefd76: Preparing [2023-03-16T14:56:17.174Z] cbe367b105ea: Preparing [2023-03-16T14:56:17.174Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:17.174Z] a99ac82c22a1: Preparing [2023-03-16T14:56:17.174Z] 509b5b50a642: Preparing [2023-03-16T14:56:17.174Z] edf70074bd40: Preparing [2023-03-16T14:56:17.174Z] edf70074bd40: Waiting [2023-03-16T14:56:17.174Z] cbe367b105ea: Layer already exists [2023-03-16T14:56:17.174Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:17.174Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:17.174Z] 509b5b50a642: Layer already exists [2023-03-16T14:56:17.174Z] edf70074bd40: Layer already exists [2023-03-16T14:56:17.174Z] dfe96afefd76: Layer already exists [2023-03-16T14:56:17.440Z] main: digest: sha256:e78b5b54f9643ee0ec426a1714a02c22cec17414749356baa81393f41322a75d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:56:17.497Z] ===================================================== [Pipeline] echo [2023-03-16T14:56:17.507Z] taggedImages: [2023-03-16T14:56:17.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:17.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-16T14:56:17.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.100 [2023-03-16T14:56:17.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:17.507Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-16T14:56:17.533Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-16T14:56:17.533Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:17.533Z] latest [2023-03-16T14:56:17.533Z] 3.0.0-dev.100 [2023-03-16T14:56:17.533Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:17.533Z] main [2023-03-16T14:56:17.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:17.893Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:18.236Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:18.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-16T14:56:18.236Z] 1e461961f76b: Preparing [2023-03-16T14:56:18.236Z] 749cbf98d802: Preparing [2023-03-16T14:56:18.236Z] 3dc4c11be44a: Preparing [2023-03-16T14:56:18.236Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:18.236Z] a99ac82c22a1: Preparing [2023-03-16T14:56:18.236Z] 9c95ac14b0a4: Preparing [2023-03-16T14:56:18.236Z] edf70074bd40: Preparing [2023-03-16T14:56:18.236Z] 9c95ac14b0a4: Waiting [2023-03-16T14:56:18.236Z] edf70074bd40: Waiting [2023-03-16T14:56:18.236Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:18.501Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:18.501Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:56:18.502Z] edf70074bd40: Layer already exists [2023-03-16T14:56:18.502Z] 1e461961f76b: Pushed [2023-03-16T14:56:18.502Z] 749cbf98d802: Pushed [2023-03-16T14:56:21.916Z] 3dc4c11be44a: Pushed [2023-03-16T14:56:21.916Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:22.287Z] + 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-16T14:56:22.641Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-16T14:56:22.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-16T14:56:22.641Z] 1e461961f76b: Preparing [2023-03-16T14:56:22.641Z] 749cbf98d802: Preparing [2023-03-16T14:56:22.641Z] 3dc4c11be44a: Preparing [2023-03-16T14:56:22.641Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:22.641Z] a99ac82c22a1: Preparing [2023-03-16T14:56:22.641Z] 9c95ac14b0a4: Preparing [2023-03-16T14:56:22.641Z] edf70074bd40: Preparing [2023-03-16T14:56:22.641Z] 9c95ac14b0a4: Waiting [2023-03-16T14:56:22.641Z] edf70074bd40: Waiting [2023-03-16T14:56:22.641Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:22.641Z] 1e461961f76b: Layer already exists [2023-03-16T14:56:22.641Z] 3dc4c11be44a: Layer already exists [2023-03-16T14:56:22.641Z] 749cbf98d802: Layer already exists [2023-03-16T14:56:22.641Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:22.641Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:56:22.641Z] edf70074bd40: Layer already exists [2023-03-16T14:56:22.909Z] latest: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:23.260Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:23.603Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.100 [2023-03-16T14:56:23.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-16T14:56:23.603Z] 1e461961f76b: Preparing [2023-03-16T14:56:23.603Z] 749cbf98d802: Preparing [2023-03-16T14:56:23.603Z] 3dc4c11be44a: Preparing [2023-03-16T14:56:23.603Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:23.603Z] a99ac82c22a1: Preparing [2023-03-16T14:56:23.603Z] 9c95ac14b0a4: Preparing [2023-03-16T14:56:23.603Z] edf70074bd40: Preparing [2023-03-16T14:56:23.603Z] 9c95ac14b0a4: Waiting [2023-03-16T14:56:23.603Z] edf70074bd40: Waiting [2023-03-16T14:56:23.603Z] 3dc4c11be44a: Layer already exists [2023-03-16T14:56:23.603Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:23.603Z] 1e461961f76b: Layer already exists [2023-03-16T14:56:23.603Z] 749cbf98d802: Layer already exists [2023-03-16T14:56:23.603Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:23.603Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:56:23.603Z] edf70074bd40: Layer already exists [2023-03-16T14:56:23.869Z] 3.0.0-dev.100: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:24.217Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:24.559Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:24.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-16T14:56:24.559Z] 1e461961f76b: Preparing [2023-03-16T14:56:24.559Z] 749cbf98d802: Preparing [2023-03-16T14:56:24.559Z] 3dc4c11be44a: Preparing [2023-03-16T14:56:24.559Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:24.559Z] a99ac82c22a1: Preparing [2023-03-16T14:56:24.559Z] 9c95ac14b0a4: Preparing [2023-03-16T14:56:24.559Z] edf70074bd40: Preparing [2023-03-16T14:56:24.559Z] 9c95ac14b0a4: Waiting [2023-03-16T14:56:24.559Z] edf70074bd40: Waiting [2023-03-16T14:56:24.559Z] 749cbf98d802: Layer already exists [2023-03-16T14:56:24.559Z] 1e461961f76b: Layer already exists [2023-03-16T14:56:24.559Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:24.559Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:24.559Z] 3dc4c11be44a: Layer already exists [2023-03-16T14:56:24.559Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:56:24.559Z] edf70074bd40: Layer already exists [2023-03-16T14:56:24.826Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:25.167Z] + 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-16T14:56:25.508Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-16T14:56:25.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-16T14:56:25.508Z] 1e461961f76b: Preparing [2023-03-16T14:56:25.509Z] 749cbf98d802: Preparing [2023-03-16T14:56:25.509Z] 3dc4c11be44a: Preparing [2023-03-16T14:56:25.509Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:25.509Z] a99ac82c22a1: Preparing [2023-03-16T14:56:25.509Z] 9c95ac14b0a4: Preparing [2023-03-16T14:56:25.509Z] edf70074bd40: Preparing [2023-03-16T14:56:25.509Z] 9c95ac14b0a4: Waiting [2023-03-16T14:56:25.509Z] edf70074bd40: Waiting [2023-03-16T14:56:25.509Z] 1e461961f76b: Layer already exists [2023-03-16T14:56:25.509Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:25.509Z] 3dc4c11be44a: Layer already exists [2023-03-16T14:56:25.509Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:25.509Z] 749cbf98d802: Layer already exists [2023-03-16T14:56:25.509Z] edf70074bd40: Layer already exists [2023-03-16T14:56:25.509Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:56:25.775Z] main: digest: sha256:a2d7a46327af5f4d3de94c1e0f514b5d56151625b3594d89daaede6ffbd6a6b1 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:56:25.826Z] ===================================================== [Pipeline] echo [2023-03-16T14:56:25.831Z] taggedImages: [2023-03-16T14:56:25.831Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:25.831Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-16T14:56:25.831Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.100 [2023-03-16T14:56:25.831Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:25.831Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-16T14:56:25.844Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-16T14:56:25.844Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:25.844Z] latest [2023-03-16T14:56:25.844Z] 3.0.0-dev.100 [2023-03-16T14:56:25.844Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:25.844Z] main [2023-03-16T14:56:25.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:26.180Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:26.527Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:26.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-16T14:56:26.527Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:26.527Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:26.527Z] 30a61f9e770e: Preparing [2023-03-16T14:56:26.527Z] 621630fa84d2: Preparing [2023-03-16T14:56:26.527Z] f901abe57945: Preparing [2023-03-16T14:56:26.527Z] 00f09ea04de0: Preparing [2023-03-16T14:56:26.527Z] d71565e4122a: Preparing [2023-03-16T14:56:26.527Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:26.527Z] a99ac82c22a1: Preparing [2023-03-16T14:56:26.527Z] 11bdbc32e677: Preparing [2023-03-16T14:56:26.527Z] 9e821d3f673f: Preparing [2023-03-16T14:56:26.527Z] 59b3b36f0b2c: Preparing [2023-03-16T14:56:26.527Z] c35fc628df96: Preparing [2023-03-16T14:56:26.527Z] edf70074bd40: Preparing [2023-03-16T14:56:26.527Z] d71565e4122a: Waiting [2023-03-16T14:56:26.527Z] 9e821d3f673f: Waiting [2023-03-16T14:56:26.527Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:26.527Z] 59b3b36f0b2c: Waiting [2023-03-16T14:56:26.527Z] a99ac82c22a1: Waiting [2023-03-16T14:56:26.527Z] c35fc628df96: Waiting [2023-03-16T14:56:26.527Z] 11bdbc32e677: Waiting [2023-03-16T14:56:26.527Z] edf70074bd40: Waiting [2023-03-16T14:56:26.794Z] 30a61f9e770e: Pushed [2023-03-16T14:56:26.794Z] f901abe57945: Pushed [2023-03-16T14:56:26.794Z] 00f09ea04de0: Pushed [2023-03-16T14:56:26.794Z] 621630fa84d2: Pushed [2023-03-16T14:56:26.794Z] 0a8c751a0c8d: Pushed [2023-03-16T14:56:26.794Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:26.794Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:27.063Z] 11bdbc32e677: Pushed [2023-03-16T14:56:27.063Z] 9e821d3f673f: Pushed [2023-03-16T14:56:27.063Z] 59b3b36f0b2c: Pushed [2023-03-16T14:56:27.063Z] edf70074bd40: Layer already exists [2023-03-16T14:56:27.063Z] c35fc628df96: Pushed [2023-03-16T14:56:31.320Z] d71565e4122a: Pushed [2023-03-16T14:56:31.320Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:31.672Z] + 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-16T14:56:32.023Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-16T14:56:32.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-16T14:56:32.023Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:32.023Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:32.023Z] 30a61f9e770e: Preparing [2023-03-16T14:56:32.023Z] 621630fa84d2: Preparing [2023-03-16T14:56:32.023Z] f901abe57945: Preparing [2023-03-16T14:56:32.023Z] 00f09ea04de0: Preparing [2023-03-16T14:56:32.023Z] d71565e4122a: Preparing [2023-03-16T14:56:32.023Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:32.023Z] a99ac82c22a1: Preparing [2023-03-16T14:56:32.023Z] 11bdbc32e677: Preparing [2023-03-16T14:56:32.023Z] 9e821d3f673f: Preparing [2023-03-16T14:56:32.023Z] 59b3b36f0b2c: Preparing [2023-03-16T14:56:32.023Z] c35fc628df96: Preparing [2023-03-16T14:56:32.023Z] edf70074bd40: Preparing [2023-03-16T14:56:32.023Z] d71565e4122a: Waiting [2023-03-16T14:56:32.023Z] 11bdbc32e677: Waiting [2023-03-16T14:56:32.023Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:32.023Z] a99ac82c22a1: Waiting [2023-03-16T14:56:32.023Z] 59b3b36f0b2c: Waiting [2023-03-16T14:56:32.023Z] c35fc628df96: Waiting [2023-03-16T14:56:32.023Z] edf70074bd40: Waiting [2023-03-16T14:56:32.023Z] 9e821d3f673f: Waiting [2023-03-16T14:56:32.023Z] 30a61f9e770e: Layer already exists [2023-03-16T14:56:32.023Z] f901abe57945: Layer already exists [2023-03-16T14:56:32.023Z] 0a8c751a0c8d: Layer already exists [2023-03-16T14:56:32.023Z] 621630fa84d2: Layer already exists [2023-03-16T14:56:32.023Z] 00f09ea04de0: Layer already exists [2023-03-16T14:56:32.023Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:32.023Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:32.023Z] 11bdbc32e677: Layer already exists [2023-03-16T14:56:32.023Z] d71565e4122a: Layer already exists [2023-03-16T14:56:32.023Z] 9e821d3f673f: Layer already exists [2023-03-16T14:56:32.023Z] 59b3b36f0b2c: Layer already exists [2023-03-16T14:56:32.023Z] c35fc628df96: Layer already exists [2023-03-16T14:56:32.023Z] edf70074bd40: Layer already exists [2023-03-16T14:56:32.289Z] latest: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:32.640Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:32.981Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.100 [2023-03-16T14:56:32.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-16T14:56:32.981Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:32.981Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:32.981Z] 30a61f9e770e: Preparing [2023-03-16T14:56:32.981Z] 621630fa84d2: Preparing [2023-03-16T14:56:32.981Z] f901abe57945: Preparing [2023-03-16T14:56:32.981Z] 00f09ea04de0: Preparing [2023-03-16T14:56:32.981Z] d71565e4122a: Preparing [2023-03-16T14:56:32.981Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:32.981Z] a99ac82c22a1: Preparing [2023-03-16T14:56:32.981Z] 11bdbc32e677: Preparing [2023-03-16T14:56:32.981Z] 9e821d3f673f: Preparing [2023-03-16T14:56:32.981Z] 59b3b36f0b2c: Preparing [2023-03-16T14:56:32.981Z] c35fc628df96: Preparing [2023-03-16T14:56:32.981Z] edf70074bd40: Preparing [2023-03-16T14:56:32.981Z] 11bdbc32e677: Waiting [2023-03-16T14:56:32.981Z] c35fc628df96: Waiting [2023-03-16T14:56:32.981Z] edf70074bd40: Waiting [2023-03-16T14:56:32.981Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:32.981Z] a99ac82c22a1: Waiting [2023-03-16T14:56:32.981Z] 9e821d3f673f: Waiting [2023-03-16T14:56:32.981Z] 59b3b36f0b2c: Waiting [2023-03-16T14:56:32.981Z] d71565e4122a: Waiting [2023-03-16T14:56:32.981Z] 0a8c751a0c8d: Layer already exists [2023-03-16T14:56:32.981Z] 621630fa84d2: Layer already exists [2023-03-16T14:56:32.981Z] 30a61f9e770e: Layer already exists [2023-03-16T14:56:32.981Z] 00f09ea04de0: Layer already exists [2023-03-16T14:56:32.981Z] f901abe57945: Layer already exists [2023-03-16T14:56:32.981Z] d71565e4122a: Layer already exists [2023-03-16T14:56:32.981Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:32.981Z] 9e821d3f673f: Layer already exists [2023-03-16T14:56:32.981Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:32.981Z] 11bdbc32e677: Layer already exists [2023-03-16T14:56:32.981Z] 59b3b36f0b2c: Layer already exists [2023-03-16T14:56:32.981Z] c35fc628df96: Layer already exists [2023-03-16T14:56:32.981Z] edf70074bd40: Layer already exists [2023-03-16T14:56:33.249Z] 3.0.0-dev.100: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:33.593Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:33.938Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:33.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-16T14:56:33.938Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:33.938Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:33.938Z] 30a61f9e770e: Preparing [2023-03-16T14:56:33.938Z] 621630fa84d2: Preparing [2023-03-16T14:56:33.938Z] f901abe57945: Preparing [2023-03-16T14:56:33.938Z] 00f09ea04de0: Preparing [2023-03-16T14:56:33.938Z] d71565e4122a: Preparing [2023-03-16T14:56:33.938Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:33.938Z] a99ac82c22a1: Preparing [2023-03-16T14:56:33.938Z] 11bdbc32e677: Preparing [2023-03-16T14:56:33.938Z] 9e821d3f673f: Preparing [2023-03-16T14:56:33.938Z] 59b3b36f0b2c: Preparing [2023-03-16T14:56:33.938Z] c35fc628df96: Preparing [2023-03-16T14:56:33.938Z] edf70074bd40: Preparing [2023-03-16T14:56:33.938Z] a99ac82c22a1: Waiting [2023-03-16T14:56:33.938Z] 11bdbc32e677: Waiting [2023-03-16T14:56:33.938Z] 9e821d3f673f: Waiting [2023-03-16T14:56:33.938Z] 59b3b36f0b2c: Waiting [2023-03-16T14:56:33.938Z] c35fc628df96: Waiting [2023-03-16T14:56:33.938Z] edf70074bd40: Waiting [2023-03-16T14:56:33.938Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:33.938Z] 0a8c751a0c8d: Layer already exists [2023-03-16T14:56:33.938Z] 30a61f9e770e: Layer already exists [2023-03-16T14:56:33.938Z] f901abe57945: Layer already exists [2023-03-16T14:56:33.938Z] 00f09ea04de0: Layer already exists [2023-03-16T14:56:33.938Z] 621630fa84d2: Layer already exists [2023-03-16T14:56:33.938Z] d71565e4122a: Layer already exists [2023-03-16T14:56:33.938Z] 11bdbc32e677: Layer already exists [2023-03-16T14:56:33.938Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:33.938Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:33.938Z] 9e821d3f673f: Layer already exists [2023-03-16T14:56:34.206Z] edf70074bd40: Layer already exists [2023-03-16T14:56:34.206Z] c35fc628df96: Layer already exists [2023-03-16T14:56:34.206Z] 59b3b36f0b2c: Layer already exists [2023-03-16T14:56:34.206Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:34.542Z] + 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-16T14:56:34.883Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-16T14:56:34.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-16T14:56:34.883Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:34.883Z] 0a8c751a0c8d: Preparing [2023-03-16T14:56:34.883Z] 30a61f9e770e: Preparing [2023-03-16T14:56:34.883Z] 621630fa84d2: Preparing [2023-03-16T14:56:34.883Z] f901abe57945: Preparing [2023-03-16T14:56:34.883Z] 00f09ea04de0: Preparing [2023-03-16T14:56:34.883Z] d71565e4122a: Preparing [2023-03-16T14:56:34.883Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:34.883Z] a99ac82c22a1: Preparing [2023-03-16T14:56:34.883Z] 11bdbc32e677: Preparing [2023-03-16T14:56:34.883Z] 9e821d3f673f: Preparing [2023-03-16T14:56:34.883Z] 59b3b36f0b2c: Preparing [2023-03-16T14:56:34.883Z] c35fc628df96: Preparing [2023-03-16T14:56:34.883Z] edf70074bd40: Preparing [2023-03-16T14:56:34.883Z] d71565e4122a: Waiting [2023-03-16T14:56:34.883Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:34.883Z] a99ac82c22a1: Waiting [2023-03-16T14:56:34.883Z] 11bdbc32e677: Waiting [2023-03-16T14:56:34.883Z] 9e821d3f673f: Waiting [2023-03-16T14:56:34.883Z] 59b3b36f0b2c: Waiting [2023-03-16T14:56:34.883Z] edf70074bd40: Waiting [2023-03-16T14:56:34.883Z] c35fc628df96: Waiting [2023-03-16T14:56:34.883Z] 00f09ea04de0: Layer already exists [2023-03-16T14:56:34.883Z] f901abe57945: Layer already exists [2023-03-16T14:56:34.883Z] 30a61f9e770e: Layer already exists [2023-03-16T14:56:34.883Z] 621630fa84d2: Layer already exists [2023-03-16T14:56:34.883Z] 0a8c751a0c8d: Layer already exists [2023-03-16T14:56:34.883Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:34.883Z] d71565e4122a: Layer already exists [2023-03-16T14:56:34.883Z] 11bdbc32e677: Layer already exists [2023-03-16T14:56:34.883Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:34.883Z] 9e821d3f673f: Layer already exists [2023-03-16T14:56:34.883Z] 59b3b36f0b2c: Layer already exists [2023-03-16T14:56:34.883Z] edf70074bd40: Layer already exists [2023-03-16T14:56:35.150Z] c35fc628df96: Layer already exists [2023-03-16T14:56:35.150Z] main: digest: sha256:e361f0b3049b06757081a1dd60ca43876be1b088e28ad1e4f0af4cc730b52158 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:56:35.209Z] ===================================================== [Pipeline] echo [2023-03-16T14:56:35.217Z] taggedImages: [2023-03-16T14:56:35.217Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:35.217Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-16T14:56:35.217Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.100 [2023-03-16T14:56:35.217Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:35.217Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-16T14:56:35.240Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-16T14:56:35.240Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:35.240Z] latest [2023-03-16T14:56:35.240Z] 3.0.0-dev.100 [2023-03-16T14:56:35.240Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:35.240Z] main [2023-03-16T14:56:35.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:35.588Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:35.943Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:35.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-16T14:56:35.943Z] 0e6e26bafa57: Preparing [2023-03-16T14:56:35.943Z] de2156913fef: Preparing [2023-03-16T14:56:35.943Z] 2b1169ca3a1d: Preparing [2023-03-16T14:56:35.943Z] 1556af6f521b: Preparing [2023-03-16T14:56:35.943Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:35.943Z] a99ac82c22a1: Preparing [2023-03-16T14:56:35.943Z] aa841500c2d7: Preparing [2023-03-16T14:56:35.943Z] edf70074bd40: Preparing [2023-03-16T14:56:35.943Z] aa841500c2d7: Waiting [2023-03-16T14:56:35.943Z] edf70074bd40: Waiting [2023-03-16T14:56:35.943Z] a99ac82c22a1: Waiting [2023-03-16T14:56:35.943Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:36.210Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:36.210Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:36.210Z] edf70074bd40: Layer already exists [2023-03-16T14:56:36.210Z] 2b1169ca3a1d: Pushed [2023-03-16T14:56:36.210Z] de2156913fef: Pushed [2023-03-16T14:56:36.210Z] 0e6e26bafa57: Pushed [2023-03-16T14:56:38.785Z] 1556af6f521b: Pushed [2023-03-16T14:56:39.741Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:40.082Z] + 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-16T14:56:40.419Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-16T14:56:40.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-16T14:56:40.419Z] 0e6e26bafa57: Preparing [2023-03-16T14:56:40.419Z] de2156913fef: Preparing [2023-03-16T14:56:40.419Z] 2b1169ca3a1d: Preparing [2023-03-16T14:56:40.419Z] 1556af6f521b: Preparing [2023-03-16T14:56:40.419Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:40.419Z] a99ac82c22a1: Preparing [2023-03-16T14:56:40.419Z] aa841500c2d7: Preparing [2023-03-16T14:56:40.419Z] edf70074bd40: Preparing [2023-03-16T14:56:40.419Z] a99ac82c22a1: Waiting [2023-03-16T14:56:40.419Z] aa841500c2d7: Waiting [2023-03-16T14:56:40.419Z] edf70074bd40: Waiting [2023-03-16T14:56:40.419Z] de2156913fef: Layer already exists [2023-03-16T14:56:40.419Z] 2b1169ca3a1d: Layer already exists [2023-03-16T14:56:40.419Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:40.419Z] 1556af6f521b: Layer already exists [2023-03-16T14:56:40.419Z] 0e6e26bafa57: Layer already exists [2023-03-16T14:56:40.419Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:40.419Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:40.419Z] edf70074bd40: Layer already exists [2023-03-16T14:56:40.685Z] latest: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:41.021Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:41.361Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.100 [2023-03-16T14:56:41.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-16T14:56:41.361Z] 0e6e26bafa57: Preparing [2023-03-16T14:56:41.361Z] de2156913fef: Preparing [2023-03-16T14:56:41.361Z] 2b1169ca3a1d: Preparing [2023-03-16T14:56:41.361Z] 1556af6f521b: Preparing [2023-03-16T14:56:41.361Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:41.361Z] a99ac82c22a1: Preparing [2023-03-16T14:56:41.361Z] aa841500c2d7: Preparing [2023-03-16T14:56:41.361Z] edf70074bd40: Preparing [2023-03-16T14:56:41.361Z] a99ac82c22a1: Waiting [2023-03-16T14:56:41.361Z] aa841500c2d7: Waiting [2023-03-16T14:56:41.361Z] edf70074bd40: Waiting [2023-03-16T14:56:41.361Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:41.361Z] 2b1169ca3a1d: Layer already exists [2023-03-16T14:56:41.361Z] 1556af6f521b: Layer already exists [2023-03-16T14:56:41.361Z] 0e6e26bafa57: Layer already exists [2023-03-16T14:56:41.361Z] de2156913fef: Layer already exists [2023-03-16T14:56:41.361Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:41.361Z] edf70074bd40: Layer already exists [2023-03-16T14:56:41.361Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:41.629Z] 3.0.0-dev.100: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:41.971Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:42.317Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:42.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-16T14:56:42.317Z] 0e6e26bafa57: Preparing [2023-03-16T14:56:42.317Z] de2156913fef: Preparing [2023-03-16T14:56:42.317Z] 2b1169ca3a1d: Preparing [2023-03-16T14:56:42.317Z] 1556af6f521b: Preparing [2023-03-16T14:56:42.317Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:42.317Z] a99ac82c22a1: Preparing [2023-03-16T14:56:42.317Z] aa841500c2d7: Preparing [2023-03-16T14:56:42.317Z] edf70074bd40: Preparing [2023-03-16T14:56:42.317Z] a99ac82c22a1: Waiting [2023-03-16T14:56:42.317Z] aa841500c2d7: Waiting [2023-03-16T14:56:42.317Z] edf70074bd40: Waiting [2023-03-16T14:56:42.317Z] 1556af6f521b: Layer already exists [2023-03-16T14:56:42.317Z] 2b1169ca3a1d: Layer already exists [2023-03-16T14:56:42.317Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:42.317Z] de2156913fef: Layer already exists [2023-03-16T14:56:42.317Z] 0e6e26bafa57: Layer already exists [2023-03-16T14:56:42.317Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:42.317Z] edf70074bd40: Layer already exists [2023-03-16T14:56:42.317Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:42.583Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:42.914Z] + 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-16T14:56:43.249Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-16T14:56:43.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-16T14:56:43.249Z] 0e6e26bafa57: Preparing [2023-03-16T14:56:43.249Z] de2156913fef: Preparing [2023-03-16T14:56:43.249Z] 2b1169ca3a1d: Preparing [2023-03-16T14:56:43.249Z] 1556af6f521b: Preparing [2023-03-16T14:56:43.249Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:43.249Z] a99ac82c22a1: Preparing [2023-03-16T14:56:43.249Z] aa841500c2d7: Preparing [2023-03-16T14:56:43.249Z] edf70074bd40: Preparing [2023-03-16T14:56:43.249Z] a99ac82c22a1: Waiting [2023-03-16T14:56:43.249Z] edf70074bd40: Waiting [2023-03-16T14:56:43.249Z] aa841500c2d7: Waiting [2023-03-16T14:56:43.249Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:43.249Z] 1556af6f521b: Layer already exists [2023-03-16T14:56:43.249Z] de2156913fef: Layer already exists [2023-03-16T14:56:43.249Z] 2b1169ca3a1d: Layer already exists [2023-03-16T14:56:43.249Z] 0e6e26bafa57: Layer already exists [2023-03-16T14:56:43.249Z] edf70074bd40: Layer already exists [2023-03-16T14:56:43.249Z] a99ac82c22a1: Layer already exists [2023-03-16T14:56:43.249Z] aa841500c2d7: Layer already exists [2023-03-16T14:56:43.515Z] main: digest: sha256:ce11102a895ed816f8cfce7baa80f2b207a53d23d033fe28cee92864a0fe5a0f size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:56:43.560Z] ===================================================== [Pipeline] echo [2023-03-16T14:56:43.572Z] taggedImages: [2023-03-16T14:56:43.572Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:43.572Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-16T14:56:43.572Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.100 [2023-03-16T14:56:43.572Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:43.572Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-16T14:56:43.589Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-16T14:56:43.589Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:43.589Z] latest [2023-03-16T14:56:43.589Z] 3.0.0-dev.100 [2023-03-16T14:56:43.589Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:43.589Z] main [2023-03-16T14:56:43.589Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:43.920Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:44.263Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:44.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-16T14:56:44.263Z] e9d20aa48e23: Preparing [2023-03-16T14:56:44.263Z] a614250d0a84: Preparing [2023-03-16T14:56:44.263Z] 5bc8be42d755: Preparing [2023-03-16T14:56:44.263Z] 7e309c451ccf: Preparing [2023-03-16T14:56:44.263Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:44.263Z] 3e5f207d4d84: Preparing [2023-03-16T14:56:44.263Z] 380f8b8a1c72: Preparing [2023-03-16T14:56:44.263Z] edf70074bd40: Preparing [2023-03-16T14:56:44.263Z] 380f8b8a1c72: Waiting [2023-03-16T14:56:44.263Z] 3e5f207d4d84: Waiting [2023-03-16T14:56:44.263Z] edf70074bd40: Waiting [2023-03-16T14:56:44.263Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:44.532Z] a614250d0a84: Pushed [2023-03-16T14:56:44.532Z] 7e309c451ccf: Pushed [2023-03-16T14:56:44.532Z] e9d20aa48e23: Pushed [2023-03-16T14:56:44.532Z] 3e5f207d4d84: Pushed [2023-03-16T14:56:44.532Z] edf70074bd40: Layer already exists [2023-03-16T14:56:45.115Z] 380f8b8a1c72: Pushed [2023-03-16T14:56:47.697Z] 5bc8be42d755: Pushed [2023-03-16T14:56:47.697Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:48.040Z] + 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-16T14:56:48.382Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-16T14:56:48.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-16T14:56:48.382Z] e9d20aa48e23: Preparing [2023-03-16T14:56:48.382Z] a614250d0a84: Preparing [2023-03-16T14:56:48.382Z] 5bc8be42d755: Preparing [2023-03-16T14:56:48.382Z] 7e309c451ccf: Preparing [2023-03-16T14:56:48.382Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:48.382Z] 3e5f207d4d84: Preparing [2023-03-16T14:56:48.382Z] 380f8b8a1c72: Preparing [2023-03-16T14:56:48.382Z] edf70074bd40: Preparing [2023-03-16T14:56:48.382Z] 3e5f207d4d84: Waiting [2023-03-16T14:56:48.382Z] 380f8b8a1c72: Waiting [2023-03-16T14:56:48.382Z] edf70074bd40: Waiting [2023-03-16T14:56:48.382Z] e9d20aa48e23: Layer already exists [2023-03-16T14:56:48.382Z] 5bc8be42d755: Layer already exists [2023-03-16T14:56:48.382Z] a614250d0a84: Layer already exists [2023-03-16T14:56:48.382Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:48.382Z] 7e309c451ccf: Layer already exists [2023-03-16T14:56:48.382Z] 380f8b8a1c72: Layer already exists [2023-03-16T14:56:48.382Z] 3e5f207d4d84: Layer already exists [2023-03-16T14:56:48.382Z] edf70074bd40: Layer already exists [2023-03-16T14:56:48.649Z] latest: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:48.997Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:49.334Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.100 [2023-03-16T14:56:49.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-16T14:56:49.334Z] e9d20aa48e23: Preparing [2023-03-16T14:56:49.334Z] a614250d0a84: Preparing [2023-03-16T14:56:49.334Z] 5bc8be42d755: Preparing [2023-03-16T14:56:49.334Z] 7e309c451ccf: Preparing [2023-03-16T14:56:49.334Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:49.334Z] 3e5f207d4d84: Preparing [2023-03-16T14:56:49.334Z] 380f8b8a1c72: Preparing [2023-03-16T14:56:49.334Z] edf70074bd40: Preparing [2023-03-16T14:56:49.334Z] 3e5f207d4d84: Waiting [2023-03-16T14:56:49.334Z] 380f8b8a1c72: Waiting [2023-03-16T14:56:49.334Z] edf70074bd40: Waiting [2023-03-16T14:56:49.334Z] 7e309c451ccf: Layer already exists [2023-03-16T14:56:49.334Z] 5bc8be42d755: Layer already exists [2023-03-16T14:56:49.334Z] a614250d0a84: Layer already exists [2023-03-16T14:56:49.334Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:49.334Z] e9d20aa48e23: Layer already exists [2023-03-16T14:56:49.334Z] 380f8b8a1c72: Layer already exists [2023-03-16T14:56:49.334Z] 3e5f207d4d84: Layer already exists [2023-03-16T14:56:49.334Z] edf70074bd40: Layer already exists [2023-03-16T14:56:49.603Z] 3.0.0-dev.100: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:49.946Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:50.285Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:50.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-16T14:56:50.285Z] e9d20aa48e23: Preparing [2023-03-16T14:56:50.285Z] a614250d0a84: Preparing [2023-03-16T14:56:50.285Z] 5bc8be42d755: Preparing [2023-03-16T14:56:50.285Z] 7e309c451ccf: Preparing [2023-03-16T14:56:50.285Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:50.285Z] 3e5f207d4d84: Preparing [2023-03-16T14:56:50.285Z] 380f8b8a1c72: Preparing [2023-03-16T14:56:50.285Z] edf70074bd40: Preparing [2023-03-16T14:56:50.285Z] 3e5f207d4d84: Waiting [2023-03-16T14:56:50.285Z] 380f8b8a1c72: Waiting [2023-03-16T14:56:50.285Z] edf70074bd40: Waiting [2023-03-16T14:56:50.285Z] 5bc8be42d755: Layer already exists [2023-03-16T14:56:50.285Z] e9d20aa48e23: Layer already exists [2023-03-16T14:56:50.285Z] a614250d0a84: Layer already exists [2023-03-16T14:56:50.285Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:50.285Z] 7e309c451ccf: Layer already exists [2023-03-16T14:56:50.285Z] 380f8b8a1c72: Layer already exists [2023-03-16T14:56:50.285Z] 3e5f207d4d84: Layer already exists [2023-03-16T14:56:50.285Z] edf70074bd40: Layer already exists [2023-03-16T14:56:50.551Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:50.888Z] + 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-16T14:56:51.228Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-16T14:56:51.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-16T14:56:51.228Z] e9d20aa48e23: Preparing [2023-03-16T14:56:51.228Z] a614250d0a84: Preparing [2023-03-16T14:56:51.228Z] 5bc8be42d755: Preparing [2023-03-16T14:56:51.228Z] 7e309c451ccf: Preparing [2023-03-16T14:56:51.228Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:51.228Z] 3e5f207d4d84: Preparing [2023-03-16T14:56:51.228Z] 380f8b8a1c72: Preparing [2023-03-16T14:56:51.228Z] edf70074bd40: Preparing [2023-03-16T14:56:51.228Z] 3e5f207d4d84: Waiting [2023-03-16T14:56:51.228Z] 380f8b8a1c72: Waiting [2023-03-16T14:56:51.228Z] edf70074bd40: Waiting [2023-03-16T14:56:51.228Z] 7e309c451ccf: Layer already exists [2023-03-16T14:56:51.228Z] e9d20aa48e23: Layer already exists [2023-03-16T14:56:51.228Z] 5bc8be42d755: Layer already exists [2023-03-16T14:56:51.228Z] a614250d0a84: Layer already exists [2023-03-16T14:56:51.228Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:51.228Z] 3e5f207d4d84: Layer already exists [2023-03-16T14:56:51.228Z] 380f8b8a1c72: Layer already exists [2023-03-16T14:56:51.228Z] edf70074bd40: Layer already exists [2023-03-16T14:56:51.496Z] main: digest: sha256:f9b141eb6d475fd723ddcb056951d6bf8fad6208160fdeb1dc6cbc5ceb0c6cb1 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:56:51.550Z] ===================================================== [Pipeline] echo [2023-03-16T14:56:51.558Z] taggedImages: [2023-03-16T14:56:51.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:51.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-16T14:56:51.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.100 [2023-03-16T14:56:51.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:51.558Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-16T14:56:51.579Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-16T14:56:51.579Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:51.579Z] latest [2023-03-16T14:56:51.579Z] 3.0.0-dev.100 [2023-03-16T14:56:51.579Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:51.579Z] main [2023-03-16T14:56:51.579Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:51.924Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:52.266Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:56:52.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-16T14:56:52.266Z] 6829e84e3526: Preparing [2023-03-16T14:56:52.266Z] a3cb2e8e95cd: Preparing [2023-03-16T14:56:52.266Z] fc5364167b9e: Preparing [2023-03-16T14:56:52.266Z] ed79ceb97ded: Preparing [2023-03-16T14:56:52.266Z] fbd8a41fc49b: Preparing [2023-03-16T14:56:52.266Z] 48c9517455a5: Preparing [2023-03-16T14:56:52.266Z] d61c79207390: Preparing [2023-03-16T14:56:52.266Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:52.266Z] 036d50deb4f9: Preparing [2023-03-16T14:56:52.266Z] edf70074bd40: Preparing [2023-03-16T14:56:52.266Z] 48c9517455a5: Waiting [2023-03-16T14:56:52.266Z] 036d50deb4f9: Waiting [2023-03-16T14:56:52.266Z] d61c79207390: Waiting [2023-03-16T14:56:52.266Z] edf70074bd40: Waiting [2023-03-16T14:56:52.266Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:52.535Z] a3cb2e8e95cd: Pushed [2023-03-16T14:56:52.535Z] fbd8a41fc49b: Pushed [2023-03-16T14:56:52.535Z] 6829e84e3526: Pushed [2023-03-16T14:56:52.535Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:52.803Z] 48c9517455a5: Pushed [2023-03-16T14:56:52.803Z] edf70074bd40: Layer already exists [2023-03-16T14:56:52.803Z] d61c79207390: Pushed [2023-03-16T14:56:53.071Z] 036d50deb4f9: Pushed [2023-03-16T14:56:55.656Z] ed79ceb97ded: Pushed [2023-03-16T14:56:56.237Z] fc5364167b9e: Pushed [2023-03-16T14:56:56.237Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:56.585Z] + 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-16T14:56:56.925Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-16T14:56:56.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-16T14:56:56.925Z] 6829e84e3526: Preparing [2023-03-16T14:56:56.925Z] a3cb2e8e95cd: Preparing [2023-03-16T14:56:56.925Z] fc5364167b9e: Preparing [2023-03-16T14:56:56.925Z] ed79ceb97ded: Preparing [2023-03-16T14:56:56.925Z] fbd8a41fc49b: Preparing [2023-03-16T14:56:56.925Z] 48c9517455a5: Preparing [2023-03-16T14:56:56.925Z] d61c79207390: Preparing [2023-03-16T14:56:56.925Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:56.925Z] 036d50deb4f9: Preparing [2023-03-16T14:56:56.925Z] edf70074bd40: Preparing [2023-03-16T14:56:56.925Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:56.925Z] 48c9517455a5: Waiting [2023-03-16T14:56:56.925Z] 036d50deb4f9: Waiting [2023-03-16T14:56:56.925Z] edf70074bd40: Waiting [2023-03-16T14:56:56.925Z] d61c79207390: Waiting [2023-03-16T14:56:56.925Z] fc5364167b9e: Layer already exists [2023-03-16T14:56:56.925Z] a3cb2e8e95cd: Layer already exists [2023-03-16T14:56:56.925Z] 6829e84e3526: Layer already exists [2023-03-16T14:56:56.925Z] ed79ceb97ded: Layer already exists [2023-03-16T14:56:56.925Z] fbd8a41fc49b: Layer already exists [2023-03-16T14:56:56.925Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:56.925Z] d61c79207390: Layer already exists [2023-03-16T14:56:56.925Z] 48c9517455a5: Layer already exists [2023-03-16T14:56:56.925Z] edf70074bd40: Layer already exists [2023-03-16T14:56:56.925Z] 036d50deb4f9: Layer already exists [2023-03-16T14:56:57.191Z] latest: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:57.543Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:57.883Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.100 [2023-03-16T14:56:57.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-16T14:56:57.883Z] 6829e84e3526: Preparing [2023-03-16T14:56:57.883Z] a3cb2e8e95cd: Preparing [2023-03-16T14:56:57.883Z] fc5364167b9e: Preparing [2023-03-16T14:56:57.883Z] ed79ceb97ded: Preparing [2023-03-16T14:56:57.883Z] fbd8a41fc49b: Preparing [2023-03-16T14:56:57.883Z] 48c9517455a5: Preparing [2023-03-16T14:56:57.883Z] d61c79207390: Preparing [2023-03-16T14:56:57.883Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:57.883Z] 036d50deb4f9: Preparing [2023-03-16T14:56:57.883Z] edf70074bd40: Preparing [2023-03-16T14:56:57.883Z] 48c9517455a5: Waiting [2023-03-16T14:56:57.883Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:57.883Z] 036d50deb4f9: Waiting [2023-03-16T14:56:57.883Z] edf70074bd40: Waiting [2023-03-16T14:56:57.883Z] d61c79207390: Waiting [2023-03-16T14:56:57.883Z] fc5364167b9e: Layer already exists [2023-03-16T14:56:57.883Z] ed79ceb97ded: Layer already exists [2023-03-16T14:56:57.883Z] fbd8a41fc49b: Layer already exists [2023-03-16T14:56:57.883Z] 6829e84e3526: Layer already exists [2023-03-16T14:56:57.883Z] a3cb2e8e95cd: Layer already exists [2023-03-16T14:56:57.883Z] d61c79207390: Layer already exists [2023-03-16T14:56:57.883Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:57.883Z] 48c9517455a5: Layer already exists [2023-03-16T14:56:57.883Z] 036d50deb4f9: Layer already exists [2023-03-16T14:56:57.883Z] edf70074bd40: Layer already exists [2023-03-16T14:56:58.152Z] 3.0.0-dev.100: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:58.513Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:58.856Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:56:58.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-16T14:56:58.856Z] 6829e84e3526: Preparing [2023-03-16T14:56:58.856Z] a3cb2e8e95cd: Preparing [2023-03-16T14:56:58.856Z] fc5364167b9e: Preparing [2023-03-16T14:56:58.856Z] ed79ceb97ded: Preparing [2023-03-16T14:56:58.856Z] fbd8a41fc49b: Preparing [2023-03-16T14:56:58.856Z] 48c9517455a5: Preparing [2023-03-16T14:56:58.856Z] d61c79207390: Preparing [2023-03-16T14:56:58.856Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:58.856Z] 036d50deb4f9: Preparing [2023-03-16T14:56:58.856Z] edf70074bd40: Preparing [2023-03-16T14:56:58.856Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:58.856Z] 48c9517455a5: Waiting [2023-03-16T14:56:58.856Z] d61c79207390: Waiting [2023-03-16T14:56:58.856Z] edf70074bd40: Waiting [2023-03-16T14:56:58.856Z] 036d50deb4f9: Waiting [2023-03-16T14:56:58.856Z] fc5364167b9e: Layer already exists [2023-03-16T14:56:58.856Z] 6829e84e3526: Layer already exists [2023-03-16T14:56:58.856Z] a3cb2e8e95cd: Layer already exists [2023-03-16T14:56:58.856Z] fbd8a41fc49b: Layer already exists [2023-03-16T14:56:58.856Z] ed79ceb97ded: Layer already exists [2023-03-16T14:56:58.856Z] 48c9517455a5: Layer already exists [2023-03-16T14:56:58.856Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:58.856Z] edf70074bd40: Layer already exists [2023-03-16T14:56:58.856Z] d61c79207390: Layer already exists [2023-03-16T14:56:58.856Z] 036d50deb4f9: Layer already exists [2023-03-16T14:56:59.124Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:56:59.470Z] + 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-16T14:56:59.808Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-16T14:56:59.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-16T14:56:59.809Z] 6829e84e3526: Preparing [2023-03-16T14:56:59.809Z] a3cb2e8e95cd: Preparing [2023-03-16T14:56:59.809Z] fc5364167b9e: Preparing [2023-03-16T14:56:59.809Z] ed79ceb97ded: Preparing [2023-03-16T14:56:59.809Z] fbd8a41fc49b: Preparing [2023-03-16T14:56:59.809Z] 48c9517455a5: Preparing [2023-03-16T14:56:59.809Z] d61c79207390: Preparing [2023-03-16T14:56:59.809Z] 02c83ae7a4f1: Preparing [2023-03-16T14:56:59.809Z] 036d50deb4f9: Preparing [2023-03-16T14:56:59.809Z] edf70074bd40: Preparing [2023-03-16T14:56:59.809Z] 02c83ae7a4f1: Waiting [2023-03-16T14:56:59.809Z] 48c9517455a5: Waiting [2023-03-16T14:56:59.809Z] 036d50deb4f9: Waiting [2023-03-16T14:56:59.809Z] edf70074bd40: Waiting [2023-03-16T14:56:59.809Z] d61c79207390: Waiting [2023-03-16T14:56:59.809Z] ed79ceb97ded: Layer already exists [2023-03-16T14:56:59.809Z] fc5364167b9e: Layer already exists [2023-03-16T14:56:59.809Z] fbd8a41fc49b: Layer already exists [2023-03-16T14:56:59.809Z] a3cb2e8e95cd: Layer already exists [2023-03-16T14:56:59.809Z] 6829e84e3526: Layer already exists [2023-03-16T14:56:59.809Z] 036d50deb4f9: Layer already exists [2023-03-16T14:56:59.809Z] edf70074bd40: Layer already exists [2023-03-16T14:56:59.809Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:56:59.809Z] d61c79207390: Layer already exists [2023-03-16T14:56:59.809Z] 48c9517455a5: Layer already exists [2023-03-16T14:57:00.076Z] main: digest: sha256:4538362ee4f6e56689d900beb7e2c803d8555a58c7b19aa7a0a8058775784546 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:57:00.124Z] ===================================================== [Pipeline] echo [2023-03-16T14:57:00.129Z] taggedImages: [2023-03-16T14:57:00.129Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:00.129Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-16T14:57:00.129Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.100 [2023-03-16T14:57:00.129Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:00.129Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-16T14:57:00.143Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-16T14:57:00.143Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:00.143Z] latest [2023-03-16T14:57:00.143Z] 3.0.0-dev.100 [2023-03-16T14:57:00.143Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:00.143Z] main [2023-03-16T14:57:00.143Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:00.667Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:01.037Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:01.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-16T14:57:01.037Z] d42b5fd24794: Preparing [2023-03-16T14:57:01.037Z] bb43ef9d75a9: Preparing [2023-03-16T14:57:01.037Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:01.037Z] a99ac82c22a1: Preparing [2023-03-16T14:57:01.037Z] b5eb61e63d61: Preparing [2023-03-16T14:57:01.037Z] edf70074bd40: Preparing [2023-03-16T14:57:01.037Z] edf70074bd40: Waiting [2023-03-16T14:57:01.037Z] a99ac82c22a1: Layer already exists [2023-03-16T14:57:01.318Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:01.318Z] edf70074bd40: Layer already exists [2023-03-16T14:57:01.318Z] d42b5fd24794: Pushed [2023-03-16T14:57:02.755Z] b5eb61e63d61: Pushed [2023-03-16T14:57:07.017Z] bb43ef9d75a9: Pushed [2023-03-16T14:57:07.017Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:07.353Z] + 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-16T14:57:07.687Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-16T14:57:07.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-16T14:57:07.687Z] d42b5fd24794: Preparing [2023-03-16T14:57:07.687Z] bb43ef9d75a9: Preparing [2023-03-16T14:57:07.687Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:07.687Z] a99ac82c22a1: Preparing [2023-03-16T14:57:07.687Z] b5eb61e63d61: Preparing [2023-03-16T14:57:07.687Z] edf70074bd40: Preparing [2023-03-16T14:57:07.687Z] edf70074bd40: Waiting [2023-03-16T14:57:07.687Z] d42b5fd24794: Layer already exists [2023-03-16T14:57:07.687Z] bb43ef9d75a9: Layer already exists [2023-03-16T14:57:07.687Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:07.687Z] a99ac82c22a1: Layer already exists [2023-03-16T14:57:07.687Z] b5eb61e63d61: Layer already exists [2023-03-16T14:57:07.687Z] edf70074bd40: Layer already exists [2023-03-16T14:57:07.954Z] latest: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:08.299Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:08.634Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.100 [2023-03-16T14:57:08.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-16T14:57:08.634Z] d42b5fd24794: Preparing [2023-03-16T14:57:08.634Z] bb43ef9d75a9: Preparing [2023-03-16T14:57:08.634Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:08.634Z] a99ac82c22a1: Preparing [2023-03-16T14:57:08.634Z] b5eb61e63d61: Preparing [2023-03-16T14:57:08.634Z] edf70074bd40: Preparing [2023-03-16T14:57:08.634Z] edf70074bd40: Waiting [2023-03-16T14:57:08.634Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:08.634Z] a99ac82c22a1: Layer already exists [2023-03-16T14:57:08.634Z] d42b5fd24794: Layer already exists [2023-03-16T14:57:08.634Z] bb43ef9d75a9: Layer already exists [2023-03-16T14:57:08.634Z] b5eb61e63d61: Layer already exists [2023-03-16T14:57:08.634Z] edf70074bd40: Layer already exists [2023-03-16T14:57:08.901Z] 3.0.0-dev.100: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:09.245Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:09.581Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:09.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-16T14:57:09.581Z] d42b5fd24794: Preparing [2023-03-16T14:57:09.581Z] bb43ef9d75a9: Preparing [2023-03-16T14:57:09.581Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:09.581Z] a99ac82c22a1: Preparing [2023-03-16T14:57:09.581Z] b5eb61e63d61: Preparing [2023-03-16T14:57:09.581Z] edf70074bd40: Preparing [2023-03-16T14:57:09.581Z] edf70074bd40: Waiting [2023-03-16T14:57:09.581Z] d42b5fd24794: Layer already exists [2023-03-16T14:57:09.581Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:09.581Z] b5eb61e63d61: Layer already exists [2023-03-16T14:57:09.581Z] a99ac82c22a1: Layer already exists [2023-03-16T14:57:09.581Z] bb43ef9d75a9: Layer already exists [2023-03-16T14:57:09.581Z] edf70074bd40: Layer already exists [2023-03-16T14:57:09.849Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:10.197Z] + 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-16T14:57:10.533Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-16T14:57:10.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-16T14:57:10.533Z] d42b5fd24794: Preparing [2023-03-16T14:57:10.533Z] bb43ef9d75a9: Preparing [2023-03-16T14:57:10.533Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:10.533Z] a99ac82c22a1: Preparing [2023-03-16T14:57:10.533Z] b5eb61e63d61: Preparing [2023-03-16T14:57:10.533Z] edf70074bd40: Preparing [2023-03-16T14:57:10.533Z] edf70074bd40: Waiting [2023-03-16T14:57:10.533Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:10.533Z] a99ac82c22a1: Layer already exists [2023-03-16T14:57:10.533Z] b5eb61e63d61: Layer already exists [2023-03-16T14:57:10.533Z] bb43ef9d75a9: Layer already exists [2023-03-16T14:57:10.533Z] d42b5fd24794: Layer already exists [2023-03-16T14:57:10.533Z] edf70074bd40: Layer already exists [2023-03-16T14:57:10.800Z] main: digest: sha256:daa5b2e4f549ee4099ea85ca619b81f6f42a0371ed2aeb44fa0671e6b82564e4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:57:10.850Z] ===================================================== [Pipeline] echo [2023-03-16T14:57:10.855Z] taggedImages: [2023-03-16T14:57:10.855Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:10.855Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-16T14:57:10.855Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.100 [2023-03-16T14:57:10.855Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:10.855Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-16T14:57:10.869Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-16T14:57:10.869Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:10.869Z] latest [2023-03-16T14:57:10.869Z] 3.0.0-dev.100 [2023-03-16T14:57:10.869Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:10.869Z] main [2023-03-16T14:57:10.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:11.213Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:11.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:11.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-16T14:57:11.565Z] 3d6913d4bd28: Preparing [2023-03-16T14:57:11.565Z] bbeb291db4b4: Preparing [2023-03-16T14:57:11.565Z] 542b12f5da26: Preparing [2023-03-16T14:57:11.565Z] f2d767f98c16: Preparing [2023-03-16T14:57:11.565Z] b7180942f0da: Preparing [2023-03-16T14:57:11.565Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:11.565Z] 8a4bd0603be0: Preparing [2023-03-16T14:57:11.565Z] edf70074bd40: Preparing [2023-03-16T14:57:11.565Z] 02c83ae7a4f1: Waiting [2023-03-16T14:57:11.565Z] 8a4bd0603be0: Waiting [2023-03-16T14:57:11.565Z] edf70074bd40: Waiting [2023-03-16T14:57:11.837Z] 3d6913d4bd28: Pushed [2023-03-16T14:57:11.837Z] bbeb291db4b4: Pushed [2023-03-16T14:57:11.837Z] 542b12f5da26: Pushed [2023-03-16T14:57:11.837Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:11.837Z] edf70074bd40: Layer already exists [2023-03-16T14:57:12.815Z] 8a4bd0603be0: Pushed [2023-03-16T14:57:21.050Z] b7180942f0da: Pushed [2023-03-16T14:57:29.261Z] f2d767f98c16: Pushed [2023-03-16T14:57:29.528Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:29.867Z] + 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-16T14:57:30.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-16T14:57:30.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-16T14:57:30.203Z] 3d6913d4bd28: Preparing [2023-03-16T14:57:30.203Z] bbeb291db4b4: Preparing [2023-03-16T14:57:30.203Z] 542b12f5da26: Preparing [2023-03-16T14:57:30.203Z] f2d767f98c16: Preparing [2023-03-16T14:57:30.204Z] b7180942f0da: Preparing [2023-03-16T14:57:30.204Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:30.204Z] 8a4bd0603be0: Preparing [2023-03-16T14:57:30.204Z] edf70074bd40: Preparing [2023-03-16T14:57:30.204Z] 8a4bd0603be0: Waiting [2023-03-16T14:57:30.204Z] edf70074bd40: Waiting [2023-03-16T14:57:30.204Z] 02c83ae7a4f1: Waiting [2023-03-16T14:57:30.204Z] b7180942f0da: Layer already exists [2023-03-16T14:57:30.204Z] f2d767f98c16: Layer already exists [2023-03-16T14:57:30.204Z] 3d6913d4bd28: Layer already exists [2023-03-16T14:57:30.204Z] 542b12f5da26: Layer already exists [2023-03-16T14:57:30.204Z] bbeb291db4b4: Layer already exists [2023-03-16T14:57:30.204Z] edf70074bd40: Layer already exists [2023-03-16T14:57:30.204Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:57:30.204Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:30.469Z] latest: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:30.816Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:31.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.100 [2023-03-16T14:57:31.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-16T14:57:31.151Z] 3d6913d4bd28: Preparing [2023-03-16T14:57:31.151Z] bbeb291db4b4: Preparing [2023-03-16T14:57:31.151Z] 542b12f5da26: Preparing [2023-03-16T14:57:31.151Z] f2d767f98c16: Preparing [2023-03-16T14:57:31.151Z] b7180942f0da: Preparing [2023-03-16T14:57:31.151Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:31.151Z] 8a4bd0603be0: Preparing [2023-03-16T14:57:31.151Z] edf70074bd40: Preparing [2023-03-16T14:57:31.151Z] 02c83ae7a4f1: Waiting [2023-03-16T14:57:31.151Z] 8a4bd0603be0: Waiting [2023-03-16T14:57:31.151Z] edf70074bd40: Waiting [2023-03-16T14:57:31.151Z] b7180942f0da: Layer already exists [2023-03-16T14:57:31.151Z] f2d767f98c16: Layer already exists [2023-03-16T14:57:31.151Z] 542b12f5da26: Layer already exists [2023-03-16T14:57:31.151Z] bbeb291db4b4: Layer already exists [2023-03-16T14:57:31.151Z] 3d6913d4bd28: Layer already exists [2023-03-16T14:57:31.151Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:31.151Z] edf70074bd40: Layer already exists [2023-03-16T14:57:31.151Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:57:31.417Z] 3.0.0-dev.100: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:31.756Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:32.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:32.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-16T14:57:32.089Z] 3d6913d4bd28: Preparing [2023-03-16T14:57:32.089Z] bbeb291db4b4: Preparing [2023-03-16T14:57:32.089Z] 542b12f5da26: Preparing [2023-03-16T14:57:32.089Z] f2d767f98c16: Preparing [2023-03-16T14:57:32.089Z] b7180942f0da: Preparing [2023-03-16T14:57:32.089Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:32.089Z] 8a4bd0603be0: Preparing [2023-03-16T14:57:32.089Z] edf70074bd40: Preparing [2023-03-16T14:57:32.089Z] 8a4bd0603be0: Waiting [2023-03-16T14:57:32.089Z] edf70074bd40: Waiting [2023-03-16T14:57:32.089Z] 02c83ae7a4f1: Waiting [2023-03-16T14:57:32.089Z] bbeb291db4b4: Layer already exists [2023-03-16T14:57:32.089Z] 542b12f5da26: Layer already exists [2023-03-16T14:57:32.089Z] 3d6913d4bd28: Layer already exists [2023-03-16T14:57:32.089Z] f2d767f98c16: Layer already exists [2023-03-16T14:57:32.089Z] b7180942f0da: Layer already exists [2023-03-16T14:57:32.089Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:57:32.089Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:32.089Z] edf70074bd40: Layer already exists [2023-03-16T14:57:32.355Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:32.697Z] + 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-16T14:57:33.025Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-16T14:57:33.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-16T14:57:33.025Z] 3d6913d4bd28: Preparing [2023-03-16T14:57:33.025Z] bbeb291db4b4: Preparing [2023-03-16T14:57:33.025Z] 542b12f5da26: Preparing [2023-03-16T14:57:33.025Z] f2d767f98c16: Preparing [2023-03-16T14:57:33.025Z] b7180942f0da: Preparing [2023-03-16T14:57:33.025Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:33.025Z] 8a4bd0603be0: Preparing [2023-03-16T14:57:33.025Z] edf70074bd40: Preparing [2023-03-16T14:57:33.025Z] 02c83ae7a4f1: Waiting [2023-03-16T14:57:33.025Z] 8a4bd0603be0: Waiting [2023-03-16T14:57:33.025Z] edf70074bd40: Waiting [2023-03-16T14:57:33.025Z] bbeb291db4b4: Layer already exists [2023-03-16T14:57:33.025Z] 542b12f5da26: Layer already exists [2023-03-16T14:57:33.025Z] b7180942f0da: Layer already exists [2023-03-16T14:57:33.025Z] f2d767f98c16: Layer already exists [2023-03-16T14:57:33.025Z] 3d6913d4bd28: Layer already exists [2023-03-16T14:57:33.025Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:57:33.025Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:33.025Z] edf70074bd40: Layer already exists [2023-03-16T14:57:33.290Z] main: digest: sha256:edb627af63e1f446d3ea423524d8a8ddc29ce362087cbbaac9584c73c3c1daa8 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:57:33.337Z] ===================================================== [Pipeline] echo [2023-03-16T14:57:33.342Z] taggedImages: [2023-03-16T14:57:33.342Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:33.342Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-16T14:57:33.342Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.100 [2023-03-16T14:57:33.342Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:33.342Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-16T14:57:33.356Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-16T14:57:33.356Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:33.356Z] latest [2023-03-16T14:57:33.356Z] 3.0.0-dev.100 [2023-03-16T14:57:33.356Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:33.356Z] main [2023-03-16T14:57:33.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:33.683Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:34.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:34.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-16T14:57:34.015Z] 2ac2afe6f623: Preparing [2023-03-16T14:57:34.015Z] fbc25d874840: Preparing [2023-03-16T14:57:34.015Z] 0e1f5acd4ea3: Preparing [2023-03-16T14:57:34.015Z] 926297cf6db0: Preparing [2023-03-16T14:57:34.015Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:34.015Z] 33b5355a7a8f: Preparing [2023-03-16T14:57:34.015Z] edf70074bd40: Preparing [2023-03-16T14:57:34.015Z] 33b5355a7a8f: Waiting [2023-03-16T14:57:34.015Z] edf70074bd40: Waiting [2023-03-16T14:57:34.281Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:34.281Z] 0e1f5acd4ea3: Pushed [2023-03-16T14:57:34.281Z] fbc25d874840: Pushed [2023-03-16T14:57:34.281Z] 2ac2afe6f623: Pushed [2023-03-16T14:57:34.281Z] edf70074bd40: Layer already exists [2023-03-16T14:57:34.865Z] 33b5355a7a8f: Pushed [2023-03-16T14:57:53.064Z] 926297cf6db0: Pushed [2023-03-16T14:57:53.064Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:53.408Z] + 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-16T14:57:53.730Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-16T14:57:53.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-16T14:57:53.730Z] 2ac2afe6f623: Preparing [2023-03-16T14:57:53.730Z] fbc25d874840: Preparing [2023-03-16T14:57:53.730Z] 0e1f5acd4ea3: Preparing [2023-03-16T14:57:53.730Z] 926297cf6db0: Preparing [2023-03-16T14:57:53.730Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:53.730Z] 33b5355a7a8f: Preparing [2023-03-16T14:57:53.730Z] edf70074bd40: Preparing [2023-03-16T14:57:53.730Z] 33b5355a7a8f: Waiting [2023-03-16T14:57:53.730Z] edf70074bd40: Waiting [2023-03-16T14:57:53.730Z] fbc25d874840: Layer already exists [2023-03-16T14:57:53.730Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:53.730Z] 926297cf6db0: Layer already exists [2023-03-16T14:57:53.730Z] 0e1f5acd4ea3: Layer already exists [2023-03-16T14:57:53.730Z] 2ac2afe6f623: Layer already exists [2023-03-16T14:57:53.730Z] edf70074bd40: Layer already exists [2023-03-16T14:57:53.730Z] 33b5355a7a8f: Layer already exists [2023-03-16T14:57:53.996Z] latest: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:54.340Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:54.677Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.100 [2023-03-16T14:57:54.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-16T14:57:54.677Z] 2ac2afe6f623: Preparing [2023-03-16T14:57:54.677Z] fbc25d874840: Preparing [2023-03-16T14:57:54.677Z] 0e1f5acd4ea3: Preparing [2023-03-16T14:57:54.677Z] 926297cf6db0: Preparing [2023-03-16T14:57:54.677Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:54.677Z] 33b5355a7a8f: Preparing [2023-03-16T14:57:54.677Z] edf70074bd40: Preparing [2023-03-16T14:57:54.677Z] edf70074bd40: Waiting [2023-03-16T14:57:54.677Z] 33b5355a7a8f: Waiting [2023-03-16T14:57:54.677Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:54.677Z] fbc25d874840: Layer already exists [2023-03-16T14:57:54.677Z] 2ac2afe6f623: Layer already exists [2023-03-16T14:57:54.677Z] 0e1f5acd4ea3: Layer already exists [2023-03-16T14:57:54.677Z] 926297cf6db0: Layer already exists [2023-03-16T14:57:54.677Z] edf70074bd40: Layer already exists [2023-03-16T14:57:54.677Z] 33b5355a7a8f: Layer already exists [2023-03-16T14:57:54.943Z] 3.0.0-dev.100: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:55.283Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:55.612Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:55.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-16T14:57:55.612Z] 2ac2afe6f623: Preparing [2023-03-16T14:57:55.612Z] fbc25d874840: Preparing [2023-03-16T14:57:55.612Z] 0e1f5acd4ea3: Preparing [2023-03-16T14:57:55.612Z] 926297cf6db0: Preparing [2023-03-16T14:57:55.612Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:55.612Z] 33b5355a7a8f: Preparing [2023-03-16T14:57:55.612Z] edf70074bd40: Preparing [2023-03-16T14:57:55.612Z] 33b5355a7a8f: Waiting [2023-03-16T14:57:55.612Z] edf70074bd40: Waiting [2023-03-16T14:57:55.612Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:55.612Z] 2ac2afe6f623: Layer already exists [2023-03-16T14:57:55.612Z] fbc25d874840: Layer already exists [2023-03-16T14:57:55.612Z] 926297cf6db0: Layer already exists [2023-03-16T14:57:55.612Z] 0e1f5acd4ea3: Layer already exists [2023-03-16T14:57:55.612Z] edf70074bd40: Layer already exists [2023-03-16T14:57:55.612Z] 33b5355a7a8f: Layer already exists [2023-03-16T14:57:55.877Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:56.218Z] + 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-16T14:57:56.547Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-16T14:57:56.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-16T14:57:56.547Z] 2ac2afe6f623: Preparing [2023-03-16T14:57:56.547Z] fbc25d874840: Preparing [2023-03-16T14:57:56.547Z] 0e1f5acd4ea3: Preparing [2023-03-16T14:57:56.547Z] 926297cf6db0: Preparing [2023-03-16T14:57:56.547Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:56.547Z] 33b5355a7a8f: Preparing [2023-03-16T14:57:56.547Z] edf70074bd40: Preparing [2023-03-16T14:57:56.547Z] 33b5355a7a8f: Waiting [2023-03-16T14:57:56.547Z] edf70074bd40: Waiting [2023-03-16T14:57:56.547Z] fbc25d874840: Layer already exists [2023-03-16T14:57:56.547Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:56.547Z] 0e1f5acd4ea3: Layer already exists [2023-03-16T14:57:56.547Z] 926297cf6db0: Layer already exists [2023-03-16T14:57:56.547Z] 2ac2afe6f623: Layer already exists [2023-03-16T14:57:56.547Z] 33b5355a7a8f: Layer already exists [2023-03-16T14:57:56.547Z] edf70074bd40: Layer already exists [2023-03-16T14:57:56.813Z] main: digest: sha256:67c93ee52830f6a0ff36f3db6bb080fef6496bb87da6192240392fc2206730ea size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:57:56.859Z] ===================================================== [Pipeline] echo [2023-03-16T14:57:56.864Z] taggedImages: [2023-03-16T14:57:56.864Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:56.864Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-16T14:57:56.864Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.100 [2023-03-16T14:57:56.864Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:56.864Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-16T14:57:56.877Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-16T14:57:56.877Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:56.877Z] latest [2023-03-16T14:57:56.877Z] 3.0.0-dev.100 [2023-03-16T14:57:56.877Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:57:56.877Z] main [2023-03-16T14:57:56.877Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:57.205Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:57:57.539Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:57:57.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-16T14:57:57.539Z] a50a92a71ee1: Preparing [2023-03-16T14:57:57.539Z] e2064d1ad849: Preparing [2023-03-16T14:57:57.539Z] ff5999b44c36: Preparing [2023-03-16T14:57:57.539Z] f1c279200560: Preparing [2023-03-16T14:57:57.539Z] 02c83ae7a4f1: Preparing [2023-03-16T14:57:57.539Z] 8a4bd0603be0: Preparing [2023-03-16T14:57:57.539Z] edf70074bd40: Preparing [2023-03-16T14:57:57.539Z] 8a4bd0603be0: Waiting [2023-03-16T14:57:57.539Z] edf70074bd40: Waiting [2023-03-16T14:57:57.539Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:57:57.805Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:57:57.805Z] ff5999b44c36: Pushed [2023-03-16T14:57:57.805Z] edf70074bd40: Layer already exists [2023-03-16T14:57:57.805Z] a50a92a71ee1: Pushed [2023-03-16T14:57:57.805Z] e2064d1ad849: Pushed [2023-03-16T14:58:15.992Z] f1c279200560: Pushed [2023-03-16T14:58:15.992Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:16.323Z] + 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-16T14:58:16.654Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-16T14:58:16.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-16T14:58:16.654Z] a50a92a71ee1: Preparing [2023-03-16T14:58:16.654Z] e2064d1ad849: Preparing [2023-03-16T14:58:16.654Z] ff5999b44c36: Preparing [2023-03-16T14:58:16.654Z] f1c279200560: Preparing [2023-03-16T14:58:16.654Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:16.654Z] 8a4bd0603be0: Preparing [2023-03-16T14:58:16.654Z] edf70074bd40: Preparing [2023-03-16T14:58:16.654Z] 8a4bd0603be0: Waiting [2023-03-16T14:58:16.654Z] edf70074bd40: Waiting [2023-03-16T14:58:16.654Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:16.654Z] e2064d1ad849: Layer already exists [2023-03-16T14:58:16.654Z] a50a92a71ee1: Layer already exists [2023-03-16T14:58:16.654Z] ff5999b44c36: Layer already exists [2023-03-16T14:58:16.654Z] f1c279200560: Layer already exists [2023-03-16T14:58:16.654Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:58:16.654Z] edf70074bd40: Layer already exists [2023-03-16T14:58:16.918Z] latest: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:17.255Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:17.585Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.100 [2023-03-16T14:58:17.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-16T14:58:17.585Z] a50a92a71ee1: Preparing [2023-03-16T14:58:17.585Z] e2064d1ad849: Preparing [2023-03-16T14:58:17.585Z] ff5999b44c36: Preparing [2023-03-16T14:58:17.585Z] f1c279200560: Preparing [2023-03-16T14:58:17.585Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:17.585Z] 8a4bd0603be0: Preparing [2023-03-16T14:58:17.585Z] edf70074bd40: Preparing [2023-03-16T14:58:17.585Z] 8a4bd0603be0: Waiting [2023-03-16T14:58:17.585Z] edf70074bd40: Waiting [2023-03-16T14:58:17.585Z] a50a92a71ee1: Layer already exists [2023-03-16T14:58:17.585Z] f1c279200560: Layer already exists [2023-03-16T14:58:17.585Z] e2064d1ad849: Layer already exists [2023-03-16T14:58:17.585Z] ff5999b44c36: Layer already exists [2023-03-16T14:58:17.585Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:17.585Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:58:17.585Z] edf70074bd40: Layer already exists [2023-03-16T14:58:17.854Z] 3.0.0-dev.100: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:18.203Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:18.540Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:18.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-16T14:58:18.540Z] a50a92a71ee1: Preparing [2023-03-16T14:58:18.540Z] e2064d1ad849: Preparing [2023-03-16T14:58:18.540Z] ff5999b44c36: Preparing [2023-03-16T14:58:18.540Z] f1c279200560: Preparing [2023-03-16T14:58:18.540Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:18.540Z] 8a4bd0603be0: Preparing [2023-03-16T14:58:18.540Z] edf70074bd40: Preparing [2023-03-16T14:58:18.540Z] 8a4bd0603be0: Waiting [2023-03-16T14:58:18.540Z] edf70074bd40: Waiting [2023-03-16T14:58:18.540Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:18.540Z] f1c279200560: Layer already exists [2023-03-16T14:58:18.540Z] e2064d1ad849: Layer already exists [2023-03-16T14:58:18.540Z] ff5999b44c36: Layer already exists [2023-03-16T14:58:18.540Z] a50a92a71ee1: Layer already exists [2023-03-16T14:58:18.540Z] edf70074bd40: Layer already exists [2023-03-16T14:58:18.540Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:58:18.807Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:19.152Z] + 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-16T14:58:19.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-16T14:58:19.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-16T14:58:19.494Z] a50a92a71ee1: Preparing [2023-03-16T14:58:19.494Z] e2064d1ad849: Preparing [2023-03-16T14:58:19.494Z] ff5999b44c36: Preparing [2023-03-16T14:58:19.494Z] f1c279200560: Preparing [2023-03-16T14:58:19.494Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:19.494Z] 8a4bd0603be0: Preparing [2023-03-16T14:58:19.494Z] edf70074bd40: Preparing [2023-03-16T14:58:19.494Z] 8a4bd0603be0: Waiting [2023-03-16T14:58:19.494Z] edf70074bd40: Waiting [2023-03-16T14:58:19.494Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:19.494Z] e2064d1ad849: Layer already exists [2023-03-16T14:58:19.494Z] a50a92a71ee1: Layer already exists [2023-03-16T14:58:19.494Z] ff5999b44c36: Layer already exists [2023-03-16T14:58:19.494Z] f1c279200560: Layer already exists [2023-03-16T14:58:19.494Z] edf70074bd40: Layer already exists [2023-03-16T14:58:19.494Z] 8a4bd0603be0: Layer already exists [2023-03-16T14:58:19.762Z] main: digest: sha256:9a13dd80c72552616c722f5df1ff083a5020cd7e1e87d3fd49274901fc0316de size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:58:19.816Z] ===================================================== [Pipeline] echo [2023-03-16T14:58:19.823Z] taggedImages: [2023-03-16T14:58:19.823Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:58:19.823Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-16T14:58:19.823Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.100 [2023-03-16T14:58:19.823Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:19.823Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-16T14:58:19.846Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-16T14:58:19.846Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:58:19.846Z] latest [2023-03-16T14:58:19.846Z] 3.0.0-dev.100 [2023-03-16T14:58:19.846Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:19.846Z] main [2023-03-16T14:58:19.846Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:20.201Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:20.549Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:58:20.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-16T14:58:20.549Z] 6891e7b3f544: Preparing [2023-03-16T14:58:20.549Z] 7f663ae92fae: Preparing [2023-03-16T14:58:20.549Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:20.549Z] a99ac82c22a1: Preparing [2023-03-16T14:58:20.549Z] 91df746bf533: Preparing [2023-03-16T14:58:20.549Z] edf70074bd40: Preparing [2023-03-16T14:58:20.549Z] edf70074bd40: Waiting [2023-03-16T14:58:20.549Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:20.549Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:20.816Z] edf70074bd40: Layer already exists [2023-03-16T14:58:20.816Z] 6891e7b3f544: Pushed [2023-03-16T14:58:21.082Z] 91df746bf533: Pushed [2023-03-16T14:58:27.822Z] 7f663ae92fae: Pushed [2023-03-16T14:58:27.822Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:28.180Z] + 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-16T14:58:28.515Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-16T14:58:28.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-16T14:58:28.515Z] 6891e7b3f544: Preparing [2023-03-16T14:58:28.515Z] 7f663ae92fae: Preparing [2023-03-16T14:58:28.515Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:28.515Z] a99ac82c22a1: Preparing [2023-03-16T14:58:28.515Z] 91df746bf533: Preparing [2023-03-16T14:58:28.515Z] edf70074bd40: Preparing [2023-03-16T14:58:28.515Z] edf70074bd40: Waiting [2023-03-16T14:58:28.515Z] 7f663ae92fae: Layer already exists [2023-03-16T14:58:28.515Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:28.515Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:28.515Z] 91df746bf533: Layer already exists [2023-03-16T14:58:28.515Z] 6891e7b3f544: Layer already exists [2023-03-16T14:58:28.515Z] edf70074bd40: Layer already exists [2023-03-16T14:58:28.781Z] latest: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:29.114Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:29.451Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.100 [2023-03-16T14:58:29.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-16T14:58:29.451Z] 6891e7b3f544: Preparing [2023-03-16T14:58:29.451Z] 7f663ae92fae: Preparing [2023-03-16T14:58:29.451Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:29.451Z] a99ac82c22a1: Preparing [2023-03-16T14:58:29.451Z] 91df746bf533: Preparing [2023-03-16T14:58:29.451Z] edf70074bd40: Preparing [2023-03-16T14:58:29.451Z] edf70074bd40: Waiting [2023-03-16T14:58:29.451Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:29.451Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:29.451Z] 7f663ae92fae: Layer already exists [2023-03-16T14:58:29.451Z] 91df746bf533: Layer already exists [2023-03-16T14:58:29.451Z] 6891e7b3f544: Layer already exists [2023-03-16T14:58:29.451Z] edf70074bd40: Layer already exists [2023-03-16T14:58:29.719Z] 3.0.0-dev.100: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:30.075Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:30.422Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:30.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-16T14:58:30.422Z] 6891e7b3f544: Preparing [2023-03-16T14:58:30.422Z] 7f663ae92fae: Preparing [2023-03-16T14:58:30.422Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:30.422Z] a99ac82c22a1: Preparing [2023-03-16T14:58:30.422Z] 91df746bf533: Preparing [2023-03-16T14:58:30.422Z] edf70074bd40: Preparing [2023-03-16T14:58:30.422Z] edf70074bd40: Waiting [2023-03-16T14:58:30.422Z] 6891e7b3f544: Layer already exists [2023-03-16T14:58:30.422Z] 7f663ae92fae: Layer already exists [2023-03-16T14:58:30.422Z] 91df746bf533: Layer already exists [2023-03-16T14:58:30.422Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:30.422Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:30.422Z] edf70074bd40: Layer already exists [2023-03-16T14:58:30.689Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:31.035Z] + 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-16T14:58:31.383Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-16T14:58:31.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-16T14:58:31.383Z] 6891e7b3f544: Preparing [2023-03-16T14:58:31.383Z] 7f663ae92fae: Preparing [2023-03-16T14:58:31.383Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:31.383Z] a99ac82c22a1: Preparing [2023-03-16T14:58:31.383Z] 91df746bf533: Preparing [2023-03-16T14:58:31.383Z] edf70074bd40: Preparing [2023-03-16T14:58:31.383Z] edf70074bd40: Waiting [2023-03-16T14:58:31.383Z] 91df746bf533: Layer already exists [2023-03-16T14:58:31.383Z] 6891e7b3f544: Layer already exists [2023-03-16T14:58:31.383Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:31.383Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:31.383Z] 7f663ae92fae: Layer already exists [2023-03-16T14:58:33.327Z] edf70074bd40: Layer already exists [2023-03-16T14:58:33.327Z] main: digest: sha256:9cf7547e828f126f1b2d1370f5c6b1c0524058a9facc5cd5fbbc0b8ae65602ec size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:58:33.366Z] ===================================================== [Pipeline] echo [2023-03-16T14:58:33.375Z] taggedImages: [2023-03-16T14:58:33.375Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:58:33.375Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-16T14:58:33.375Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.100 [2023-03-16T14:58:33.375Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:33.375Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-16T14:58:33.392Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-16T14:58:33.392Z] 98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:58:33.392Z] latest [2023-03-16T14:58:33.392Z] 3.0.0-dev.100 [2023-03-16T14:58:33.392Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:33.392Z] main [2023-03-16T14:58:33.392Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:33.719Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:34.054Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:58:34.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-16T14:58:34.054Z] c15f5ff0dff3: Preparing [2023-03-16T14:58:34.054Z] 3609b58ad179: Preparing [2023-03-16T14:58:34.054Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:34.054Z] a99ac82c22a1: Preparing [2023-03-16T14:58:34.054Z] 9c95ac14b0a4: Preparing [2023-03-16T14:58:34.054Z] edf70074bd40: Preparing [2023-03-16T14:58:34.054Z] edf70074bd40: Waiting [2023-03-16T14:58:34.054Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:34.320Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:34.320Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:58:34.320Z] edf70074bd40: Layer already exists [2023-03-16T14:58:34.320Z] c15f5ff0dff3: Pushed [2023-03-16T14:58:40.965Z] 3609b58ad179: Pushed [2023-03-16T14:58:40.965Z] 98f26a0c7d805e442403424f4b6a62f5234911ca: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:41.302Z] + 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-16T14:58:41.646Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-16T14:58:41.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-16T14:58:41.646Z] c15f5ff0dff3: Preparing [2023-03-16T14:58:41.646Z] 3609b58ad179: Preparing [2023-03-16T14:58:41.646Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:41.646Z] a99ac82c22a1: Preparing [2023-03-16T14:58:41.646Z] 9c95ac14b0a4: Preparing [2023-03-16T14:58:41.646Z] edf70074bd40: Preparing [2023-03-16T14:58:41.646Z] edf70074bd40: Waiting [2023-03-16T14:58:41.646Z] 3609b58ad179: Layer already exists [2023-03-16T14:58:41.646Z] c15f5ff0dff3: Layer already exists [2023-03-16T14:58:41.646Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:58:41.646Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:41.646Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:41.646Z] edf70074bd40: Layer already exists [2023-03-16T14:58:41.913Z] latest: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:42.253Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:42.595Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.100 [2023-03-16T14:58:42.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-16T14:58:42.595Z] c15f5ff0dff3: Preparing [2023-03-16T14:58:42.595Z] 3609b58ad179: Preparing [2023-03-16T14:58:42.595Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:42.595Z] a99ac82c22a1: Preparing [2023-03-16T14:58:42.595Z] 9c95ac14b0a4: Preparing [2023-03-16T14:58:42.595Z] edf70074bd40: Preparing [2023-03-16T14:58:42.595Z] edf70074bd40: Waiting [2023-03-16T14:58:42.595Z] c15f5ff0dff3: Layer already exists [2023-03-16T14:58:42.595Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:42.595Z] 3609b58ad179: Layer already exists [2023-03-16T14:58:42.595Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:58:42.595Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:42.595Z] edf70074bd40: Layer already exists [2023-03-16T14:58:42.863Z] 3.0.0-dev.100: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:43.197Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:43.530Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:43.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-16T14:58:43.530Z] c15f5ff0dff3: Preparing [2023-03-16T14:58:43.530Z] 3609b58ad179: Preparing [2023-03-16T14:58:43.530Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:43.530Z] a99ac82c22a1: Preparing [2023-03-16T14:58:43.530Z] 9c95ac14b0a4: Preparing [2023-03-16T14:58:43.530Z] edf70074bd40: Preparing [2023-03-16T14:58:43.530Z] edf70074bd40: Waiting [2023-03-16T14:58:43.530Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:43.530Z] 3609b58ad179: Layer already exists [2023-03-16T14:58:43.530Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:58:43.530Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:43.530Z] c15f5ff0dff3: Layer already exists [2023-03-16T14:58:43.530Z] edf70074bd40: Layer already exists [2023-03-16T14:58:43.796Z] 98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:44.132Z] + 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-16T14:58:44.473Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-16T14:58:44.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-16T14:58:44.473Z] c15f5ff0dff3: Preparing [2023-03-16T14:58:44.473Z] 3609b58ad179: Preparing [2023-03-16T14:58:44.473Z] 02c83ae7a4f1: Preparing [2023-03-16T14:58:44.473Z] a99ac82c22a1: Preparing [2023-03-16T14:58:44.473Z] 9c95ac14b0a4: Preparing [2023-03-16T14:58:44.473Z] edf70074bd40: Preparing [2023-03-16T14:58:44.473Z] edf70074bd40: Waiting [2023-03-16T14:58:44.473Z] c15f5ff0dff3: Layer already exists [2023-03-16T14:58:44.473Z] 02c83ae7a4f1: Layer already exists [2023-03-16T14:58:44.473Z] 3609b58ad179: Layer already exists [2023-03-16T14:58:44.473Z] 9c95ac14b0a4: Layer already exists [2023-03-16T14:58:44.473Z] a99ac82c22a1: Layer already exists [2023-03-16T14:58:44.473Z] edf70074bd40: Layer already exists [2023-03-16T14:58:45.879Z] main: digest: sha256:05fa59f86aedbfd1e696043f6a045bcbb52754a6c51224c8293e2326cca2c237 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-16T14:58:45.919Z] ===================================================== [Pipeline] echo [2023-03-16T14:58:45.925Z] taggedImages: [2023-03-16T14:58:45.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca [2023-03-16T14:58:45.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-16T14:58:45.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.100 [2023-03-16T14:58:45.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:98f26a0c7d805e442403424f4b6a62f5234911ca-3.0.0-dev.100 [2023-03-16T14:58:45.925Z] - 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-16T14:58:46.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T14:58:46.294Z] [2023-03-16T14:58:46.294Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:58:46.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T14:58:46.623Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-16T14:58:46.623Z] 8998bd30e6a1: Pulling fs layer [2023-03-16T14:58:46.623Z] 04944245beec: Pulling fs layer [2023-03-16T14:58:46.623Z] 699f458cf7ca: Pulling fs layer [2023-03-16T14:58:46.623Z] 765212b225bb: Pulling fs layer [2023-03-16T14:58:46.623Z] f23df028b6ca: Pulling fs layer [2023-03-16T14:58:46.623Z] d65c8cfc05b1: Pulling fs layer [2023-03-16T14:58:46.623Z] 2437ff75d9bd: Pulling fs layer [2023-03-16T14:58:46.623Z] 765212b225bb: Waiting [2023-03-16T14:58:46.623Z] f23df028b6ca: Waiting [2023-03-16T14:58:46.623Z] 2437ff75d9bd: Waiting [2023-03-16T14:58:46.623Z] d65c8cfc05b1: Waiting [2023-03-16T14:58:46.890Z] 04944245beec: Verifying Checksum [2023-03-16T14:58:46.890Z] 04944245beec: Download complete [2023-03-16T14:58:46.890Z] 765212b225bb: Verifying Checksum [2023-03-16T14:58:46.890Z] 765212b225bb: Download complete [2023-03-16T14:58:46.890Z] f23df028b6ca: Download complete [2023-03-16T14:58:46.890Z] d65c8cfc05b1: Verifying Checksum [2023-03-16T14:58:46.890Z] d65c8cfc05b1: Download complete [2023-03-16T14:58:47.156Z] 699f458cf7ca: Verifying Checksum [2023-03-16T14:58:47.156Z] 699f458cf7ca: Download complete [2023-03-16T14:58:47.421Z] 8998bd30e6a1: Verifying Checksum [2023-03-16T14:58:47.421Z] 8998bd30e6a1: Download complete [2023-03-16T14:58:49.997Z] 2437ff75d9bd: Verifying Checksum [2023-03-16T14:58:49.997Z] 2437ff75d9bd: Download complete [2023-03-16T14:58:51.402Z] 8998bd30e6a1: Pull complete [2023-03-16T14:58:51.667Z] 04944245beec: Pull complete [2023-03-16T14:58:53.072Z] 699f458cf7ca: Pull complete [2023-03-16T14:58:53.339Z] 765212b225bb: Pull complete [2023-03-16T14:58:53.918Z] f23df028b6ca: Pull complete [2023-03-16T14:58:54.183Z] d65c8cfc05b1: Pull complete [2023-03-16T14:59:09.158Z] 2437ff75d9bd: Pull complete [2023-03-16T14:59:09.158Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-16T14:59:09.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-16T14:59:09.158Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:59:09.356Z] prd-ubuntu20.04-docker-arm64-4c-16g-2438 does not seem to be running inside a container [2023-03-16T14:59:09.429Z] $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@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-16T14:59:13.453Z] $ docker top 23dc8e9e25667203b355aa44cce748480ec01d1a95baaf0104d98e002af03b62 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T14:59:14.370Z] ---> job-cost.sh [2023-03-16T14:59:14.371Z] lf-activate-venv: SKIPPING [2023-03-16T14:59:14.371Z] INFO: No Stack... [2023-03-16T14:59:14.636Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-16T14:59:15.603Z] INFO: Archiving Costs [Pipeline] sh [2023-03-16T14:59:16.239Z] + cut -d, -f6 [2023-03-16T14:59:16.239Z] + cat /w/workspace/edgex-go/462/archives/cost.csv [Pipeline] lock [2023-03-16T14:59:16.308Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] [2023-03-16T14:59:16.315Z] Resource [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] did not exist. Created. [2023-03-16T14:59:16.315Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-16T14:59:16.954Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-16T14:59:17.585Z] Stashed 1 file(s) [Pipeline] } [2023-03-16T14:59:17.597Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-462-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-16T14:59:17.621Z] $ docker stop --time=1 23dc8e9e25667203b355aa44cce748480ec01d1a95baaf0104d98e002af03b62 [2023-03-16T14:59:19.155Z] $ docker rm -f --volumes 23dc8e9e25667203b355aa44cce748480ec01d1a95baaf0104d98e002af03b62 [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-16T14:59:19.605Z] provisioning config files... [2023-03-16T14:59:19.610Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/462@tmp/config17663641526218646711tmp [Pipeline] { [Pipeline] sh [2023-03-16T14:59:19.893Z] + set +x [2023-03-16T14:59:19.893Z] + curl -s https://codecov.io/bash [2023-03-16T14:59:19.893Z] + bash -s -- [2023-03-16T14:59:19.893Z] [2023-03-16T14:59:19.893Z] _____ _ [2023-03-16T14:59:19.893Z] / ____| | | [2023-03-16T14:59:19.893Z] | | ___ __| | ___ ___ _____ __ [2023-03-16T14:59:19.893Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-16T14:59:19.893Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-16T14:59:19.893Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-16T14:59:19.893Z] Bash-1.0.6 [2023-03-16T14:59:19.893Z] [2023-03-16T14:59:19.893Z] [2023-03-16T14:59:19.893Z] ==> git version 2.25.1 found [2023-03-16T14:59:19.893Z] ==> 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-16T14:59:19.893Z] Release-Date: 2020-01-08 [2023-03-16T14:59:19.893Z] 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-16T14:59:19.893Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-16T14:59:19.893Z] ==> Jenkins CI detected. [2023-03-16T14:59:19.893Z] current dir:  /w/workspace/edgex-go/462 [2023-03-16T14:59:19.893Z] project root: . [2023-03-16T14:59:19.893Z] --> token set from env [2023-03-16T14:59:19.893Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-16T14:59:19.893Z] ==> Running gcov in . (disable via -X gcov) [2023-03-16T14:59:19.893Z] ==> Python coveragepy not found [2023-03-16T14:59:19.893Z] ==> Searching for coverage reports in: [2023-03-16T14:59:19.893Z] + . [2023-03-16T14:59:19.893Z] -> Found 1 reports [2023-03-16T14:59:19.893Z] ==> Detecting git/mercurial file structure [2023-03-16T14:59:19.893Z] ==> Reading reports [2023-03-16T14:59:19.893Z] + ./coverage.out bytes=447486 [2023-03-16T14:59:19.893Z] ==> Appending adjustments [2023-03-16T14:59:19.893Z] https://docs.codecov.io/docs/fixing-reports [2023-03-16T14:59:21.268Z] + Found adjustments [2023-03-16T14:59:21.268Z] ==> Gzipping contents [2023-03-16T14:59:21.268Z] 60K /tmp/codecov.45PCzO.gz [2023-03-16T14:59:21.268Z] ==> Uploading reports [2023-03-16T14:59:21.268Z] url: https://codecov.io [2023-03-16T14:59:21.268Z] query: branch=main&commit=98f26a0c7d805e442403424f4b6a62f5234911ca&build=462&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F462%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-16T14:59:21.268Z] -> Pinging Codecov [2023-03-16T14:59:21.268Z] 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=98f26a0c7d805e442403424f4b6a62f5234911ca&build=462&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F462%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-16T14:59:21.268Z] -> Uploading to [2023-03-16T14:59:21.268Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-16/00271124DB129430A58F1EEE437C3FCB/98f26a0c7d805e442403424f4b6a62f5234911ca/46c39817-c391-4667-8a7b-6df9e43002b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230316T145921Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=28ad42d34d3b996410dd9acfbb274e511ca1ed1b0d52156cf2118830ceef739c [2023-03-16T14:59:21.268Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T14:59:21.268Z] Dload Upload Total Spent Left Speed [2023-03-16T14:59:21.527Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57614 0 0 100 57614 0 198k --:--:-- --:--:-- --:--:-- 198k [2023-03-16T14:59:21.527Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/98f26a0c7d805e442403424f4b6a62f5234911ca [Pipeline] } [2023-03-16T14:59:21.534Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-16T14:59:21.727Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-16T14:59:21.737Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:59:22.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-16T14:59:22.035Z] [2023-03-16T14:59:22.035Z] 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-16T14:59:22.331Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-16T14:59:22.331Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-16T14:59:22.331Z] df9b9388f04a: Pulling fs layer [2023-03-16T14:59:22.331Z] 52dc419b0ee2: Pulling fs layer [2023-03-16T14:59:22.331Z] 25bc292e5bac: Pulling fs layer [2023-03-16T14:59:22.331Z] 114826534d7a: Pulling fs layer [2023-03-16T14:59:22.331Z] 4657fd5d0bcf: Pulling fs layer [2023-03-16T14:59:22.331Z] 6ad1cebc031e: Pulling fs layer [2023-03-16T14:59:22.331Z] 8a3aa393b2d8: Pulling fs layer [2023-03-16T14:59:22.331Z] 114826534d7a: Waiting [2023-03-16T14:59:22.331Z] 4657fd5d0bcf: Waiting [2023-03-16T14:59:22.331Z] 6ad1cebc031e: Waiting [2023-03-16T14:59:22.331Z] 8a3aa393b2d8: Waiting [2023-03-16T14:59:22.331Z] 25bc292e5bac: Verifying Checksum [2023-03-16T14:59:22.331Z] 25bc292e5bac: Download complete [2023-03-16T14:59:22.331Z] 52dc419b0ee2: Verifying Checksum [2023-03-16T14:59:22.331Z] 52dc419b0ee2: Download complete [2023-03-16T14:59:22.331Z] 4657fd5d0bcf: Verifying Checksum [2023-03-16T14:59:22.331Z] 4657fd5d0bcf: Download complete [2023-03-16T14:59:22.331Z] df9b9388f04a: Verifying Checksum [2023-03-16T14:59:22.331Z] df9b9388f04a: Download complete [2023-03-16T14:59:22.595Z] df9b9388f04a: Pull complete [2023-03-16T14:59:22.595Z] 6ad1cebc031e: Verifying Checksum [2023-03-16T14:59:22.595Z] 6ad1cebc031e: Download complete [2023-03-16T14:59:22.595Z] 52dc419b0ee2: Pull complete [2023-03-16T14:59:22.595Z] 25bc292e5bac: Pull complete [2023-03-16T14:59:23.167Z] 114826534d7a: Verifying Checksum [2023-03-16T14:59:23.167Z] 114826534d7a: Download complete [2023-03-16T14:59:23.167Z] 8a3aa393b2d8: Verifying Checksum [2023-03-16T14:59:23.167Z] 8a3aa393b2d8: Download complete [2023-03-16T14:59:26.444Z] 114826534d7a: Pull complete [2023-03-16T14:59:26.444Z] 4657fd5d0bcf: Pull complete [2023-03-16T14:59:26.703Z] 6ad1cebc031e: Pull complete [2023-03-16T14:59:29.982Z] 8a3aa393b2d8: Pull complete [2023-03-16T14:59:29.982Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-16T14:59:29.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-16T14:59:29.982Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:59:30.058Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:59:30.090Z] $ 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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-16T14:59:32.248Z] $ docker top 40a58dcbba0eea978505ab4d75eada0030b58e7bbaf69746320242974cb29184 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-16T14:59:32.310Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-16T14:59:32.586Z] + set -o pipefail [2023-03-16T14:59:32.586Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-16T14:59:39.149Z] [2023-03-16T14:59:39.149Z] Monitoring /w/workspace/edgex-go/462 (github.com/edgexfoundry/edgex-go)... [2023-03-16T14:59:39.149Z] [2023-03-16T14:59:39.149Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/b981438e-3df6-4146-96b0-708b1de76cfa [2023-03-16T14:59:39.149Z] [2023-03-16T14:59:39.149Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-16T14:59:39.149Z] [2023-03-16T14:59:39.149Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-16T14:59:39.149Z] [2023-03-16T14:59:39.149Z] [2023-03-16T14:59:39.149Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-16T14:59:39.149Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-16T14:59:39.149Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-16T14:59:39.160Z] $ docker stop --time=1 40a58dcbba0eea978505ab4d75eada0030b58e7bbaf69746320242974cb29184 [2023-03-16T14:59:41.273Z] $ docker rm -f --volumes 40a58dcbba0eea978505ab4d75eada0030b58e7bbaf69746320242974cb29184 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-16T14:59:41.624Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T14:59:41.637Z] provisioning config files... [2023-03-16T14:59:41.644Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/462@tmp/config5091677496466188273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-16T14:59:41.937Z] --> edgex-publish-swagger.sh [2023-03-16T14:59:41.937Z] === Publish openapi/v3 API === [2023-03-16T14:59:41.937Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-16T14:59:41.937Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/462/openapi/v3/core-command.yaml] [2023-03-16T14:59:41.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T14:59:41.937Z] Dload Upload Total Spent Left Speed [2023-03-16T14:59:42.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 47668 --:--:-- --:--:-- --:--:-- 47590 100 29030 0 0 100 29030 0 47668 --:--:-- --:--:-- --:--:-- 47590 [2023-03-16T14:59:42.505Z] [2023-03-16T14:59:42.505Z] [2023-03-16T14:59:42.505Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/462/openapi/v3/core-data.yaml] [2023-03-16T14:59:42.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T14:59:42.505Z] Dload Upload Total Spent Left Speed [2023-03-16T14:59:43.071Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 120k --:--:-- --:--:-- --:--:-- 120k [2023-03-16T14:59:43.071Z] [2023-03-16T14:59:43.071Z] [2023-03-16T14:59:43.071Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/462/openapi/v3/core-metadata.yaml] [2023-03-16T14:59:43.071Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T14:59:43.071Z] Dload Upload Total Spent Left Speed [2023-03-16T14:59:43.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 241k --:--:-- --:--:-- --:--:-- 240k [2023-03-16T14:59:43.639Z] [2023-03-16T14:59:43.639Z] [2023-03-16T14:59:43.639Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/462/openapi/v3/support-notifications.yaml] [2023-03-16T14:59:43.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T14:59:43.639Z] Dload Upload Total Spent Left Speed [2023-03-16T14:59:44.208Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 161k --:--:-- --:--:-- --:--:-- 160k 100 86965 0 0 100 86965 0 160k --:--:-- --:--:-- --:--:-- 160k [2023-03-16T14:59:44.208Z] [2023-03-16T14:59:44.208Z] [2023-03-16T14:59:44.208Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/462/openapi/v3/support-scheduler.yaml] [2023-03-16T14:59:44.208Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-16T14:59:44.208Z] Dload Upload Total Spent Left Speed [2023-03-16T14:59:44.777Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 67462 --:--:-- --:--:-- --:--:-- 67462 [2023-03-16T14:59:44.777Z] [2023-03-16T14:59:44.777Z] [Pipeline] } [2023-03-16T14:59:44.784Z] 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-16T14:59:45.192Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T14:59:45.192Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:59:45.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T14:59:45.498Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:59:45.570Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:59:45.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T14:59:45.983Z] $ docker top db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 -eo pid,comm [2023-03-16T14:59:46.032Z] 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-16T14:59:46.032Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T14:59:46.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T14:59:46.070Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T14:59:46.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T14:59:46.199Z] $ docker exec db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 ssh-agent [2023-03-16T14:59:46.318Z] SSH_AUTH_SOCK=/tmp/ssh-Bs3snuczazKd/agent.33 [2023-03-16T14:59:46.318Z] SSH_AGENT_PID=39 [2023-03-16T14:59:46.323Z] Running ssh-add (command line suppressed) [2023-03-16T14:59:46.433Z] Identity added: /w/workspace/edgex-go/462@tmp/private_key_9481065217735529408.key (/w/workspace/edgex-go/462@tmp/private_key_9481065217735529408.key) [2023-03-16T14:59:46.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T14:59:46.734Z] + git semver tag [2023-03-16T14:59:46.993Z] 2023-03-16 14:59:46,928 [run_tag] DEBUG tag force:False [2023-03-16T14:59:46.993Z] 2023-03-16 14:59:46,928 [check_head_tag] DEBUG check head tag [2023-03-16T14:59:46.993Z] 2023-03-16 14:59:46,931 [execute] INFO git cat-file --batch-check [2023-03-16T14:59:46.993Z] 2023-03-16 14:59:46,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=) [2023-03-16T14:59:46.993Z] 2023-03-16 14:59:46,935 [execute] INFO git cat-file --batch [2023-03-16T14:59:46.993Z] 2023-03-16 14:59:46,936 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=) [2023-03-16T14:59:47.253Z] 2023-03-16 14:59:47,017 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T14:59:47.253Z] 2023-03-16 14:59:47,018 [execute] INFO git tag -a v3.0.0-dev.100 -m v3.0.0-dev.100 [2023-03-16T14:59:47.253Z] 2023-03-16 14:59:47,018 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.100', '-m', 'v3.0.0-dev.100'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=None) [2023-03-16T14:59:47.253Z] 2023-03-16 14:59:47,023 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T14:59:47.253Z] 3.0.0-dev.100 [Pipeline] } [2023-03-16T14:59:47.263Z] $ docker exec --env ******** --env ******** db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 ssh-agent -k [2023-03-16T14:59:47.357Z] unset SSH_AUTH_SOCK; [2023-03-16T14:59:47.357Z] unset SSH_AGENT_PID; [2023-03-16T14:59:47.357Z] echo Agent pid 39 killed; [2023-03-16T14:59:47.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T14:59:47.676Z] + git semver [Pipeline] } [2023-03-16T14:59:47.948Z] $ docker stop --time=1 db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 [2023-03-16T14:59:49.226Z] $ docker rm -f --volumes db6eb95df0edd1da98f250898fede9c9ec2b474a8fc6f3c5c55677446a7617e9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:59:49.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-16T14:59:49.601Z] [2023-03-16T14:59:49.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T14:59:49.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-16T14:59:49.905Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-16T14:59:49.905Z] ab5ef0e58194: Pulling fs layer [2023-03-16T14:59:49.905Z] 9712f1f96733: Pulling fs layer [2023-03-16T14:59:49.905Z] 63f879dbbcfc: Pulling fs layer [2023-03-16T14:59:49.905Z] 0d9ebad4ef96: Pulling fs layer [2023-03-16T14:59:49.905Z] e9a5061849ea: Pulling fs layer [2023-03-16T14:59:49.905Z] d747dcd14b5f: Pulling fs layer [2023-03-16T14:59:49.905Z] 2de7ff778b66: Pulling fs layer [2023-03-16T14:59:49.905Z] d747dcd14b5f: Waiting [2023-03-16T14:59:49.905Z] 0d9ebad4ef96: Waiting [2023-03-16T14:59:49.905Z] e9a5061849ea: Waiting [2023-03-16T14:59:49.905Z] 2de7ff778b66: Waiting [2023-03-16T14:59:49.905Z] 9712f1f96733: Verifying Checksum [2023-03-16T14:59:49.905Z] 9712f1f96733: Download complete [2023-03-16T14:59:50.478Z] 63f879dbbcfc: Verifying Checksum [2023-03-16T14:59:50.478Z] 63f879dbbcfc: Download complete [2023-03-16T14:59:50.478Z] e9a5061849ea: Verifying Checksum [2023-03-16T14:59:50.478Z] e9a5061849ea: Download complete [2023-03-16T14:59:50.478Z] d747dcd14b5f: Verifying Checksum [2023-03-16T14:59:50.478Z] d747dcd14b5f: Download complete [2023-03-16T14:59:50.478Z] ab5ef0e58194: Verifying Checksum [2023-03-16T14:59:50.478Z] ab5ef0e58194: Download complete [2023-03-16T14:59:50.478Z] 0d9ebad4ef96: Verifying Checksum [2023-03-16T14:59:50.478Z] 0d9ebad4ef96: Download complete [2023-03-16T14:59:50.737Z] 2de7ff778b66: Verifying Checksum [2023-03-16T14:59:50.737Z] 2de7ff778b66: Download complete [2023-03-16T14:59:53.261Z] ab5ef0e58194: Pull complete [2023-03-16T14:59:53.261Z] 9712f1f96733: Pull complete [2023-03-16T14:59:54.192Z] 63f879dbbcfc: Pull complete [2023-03-16T14:59:57.465Z] 0d9ebad4ef96: Pull complete [2023-03-16T14:59:57.722Z] e9a5061849ea: Pull complete [2023-03-16T14:59:57.723Z] d747dcd14b5f: Pull complete [2023-03-16T14:59:58.655Z] 2de7ff778b66: Pull complete [2023-03-16T14:59:58.655Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-16T14:59:58.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-16T14:59:58.655Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T14:59:58.735Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T14:59:58.762Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-16T15:00:00.903Z] $ docker top b243ef7abdc537154ccc8876ff8027c77ce449b28553d6ced5350f47672168e3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-16T15:00:00.974Z] provisioning config files... [2023-03-16T15:00:00.980Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/462@tmp/config15704531638416410696tmp [2023-03-16T15:00:00.989Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/462@tmp/config16860024002750411525tmp [2023-03-16T15:00:00.997Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/462@tmp/config9639041067167790479tmp [Pipeline] { [Pipeline] echo [2023-03-16T15:00:01.012Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:01.296Z] ---> sigul-configuration.sh [2023-03-16T15:00:01.296Z] gpg: directory `/root/.gnupg' created [2023-03-16T15:00:01.296Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-16T15:00:01.296Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-16T15:00:01.296Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-16T15:00:01.296Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-16T15:00:01.296Z] gpg: CAST5 encrypted data [2023-03-16T15:00:01.296Z] gpg: encrypted with 1 passphrase [2023-03-16T15:00:01.296Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-16T15:00:01.580Z] + mkdir /home/jenkins [2023-03-16T15:00:01.580Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-16T15:00:01.869Z] + 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-16T15:00:01.877Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:02.169Z] ---> sigul-install.sh [2023-03-16T15:00:02.169Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-16T15:00:02.454Z] + git tag --list [2023-03-16T15:00:02.454Z] 0.6.0 [2023-03-16T15:00:02.454Z] 0.6.1 [2023-03-16T15:00:02.454Z] 0.7.0 [2023-03-16T15:00:02.454Z] 0.7.1 [2023-03-16T15:00:02.454Z] v1.0.0 [2023-03-16T15:00:02.454Z] v1.0.1 [2023-03-16T15:00:02.454Z] v1.1.0 [2023-03-16T15:00:02.454Z] v1.2.0 [2023-03-16T15:00:02.454Z] v1.2.1 [2023-03-16T15:00:02.454Z] v1.3.0 [2023-03-16T15:00:02.454Z] v1.3.1 [2023-03-16T15:00:02.454Z] v2.0.0 [2023-03-16T15:00:02.454Z] v2.1.0 [2023-03-16T15:00:02.454Z] v2.1.1 [2023-03-16T15:00:02.454Z] v2.1.1-dev.1 [2023-03-16T15:00:02.454Z] v2.1.1-dev.2 [2023-03-16T15:00:02.454Z] v2.1.1-dev.3 [2023-03-16T15:00:02.454Z] v2.1.1-dev.4 [2023-03-16T15:00:02.454Z] v2.1.1-dev.5 [2023-03-16T15:00:02.454Z] v2.1.1-dev.6 [2023-03-16T15:00:02.454Z] v2.1.1-dev.7 [2023-03-16T15:00:02.454Z] v2.1.1-dev.8 [2023-03-16T15:00:02.454Z] v2.1.2-dev.1 [2023-03-16T15:00:02.454Z] v2.2.0 [2023-03-16T15:00:02.454Z] v2.2.1-dev.1 [2023-03-16T15:00:02.454Z] v2.2.1-dev.10 [2023-03-16T15:00:02.454Z] v2.2.1-dev.11 [2023-03-16T15:00:02.454Z] v2.2.1-dev.12 [2023-03-16T15:00:02.454Z] v2.2.1-dev.13 [2023-03-16T15:00:02.454Z] v2.2.1-dev.14 [2023-03-16T15:00:02.454Z] v2.2.1-dev.15 [2023-03-16T15:00:02.454Z] v2.2.1-dev.16 [2023-03-16T15:00:02.454Z] v2.2.1-dev.17 [2023-03-16T15:00:02.454Z] v2.2.1-dev.18 [2023-03-16T15:00:02.454Z] v2.2.1-dev.19 [2023-03-16T15:00:02.454Z] v2.2.1-dev.2 [2023-03-16T15:00:02.454Z] v2.2.1-dev.20 [2023-03-16T15:00:02.454Z] v2.2.1-dev.21 [2023-03-16T15:00:02.454Z] v2.2.1-dev.22 [2023-03-16T15:00:02.454Z] v2.2.1-dev.23 [2023-03-16T15:00:02.454Z] v2.2.1-dev.24 [2023-03-16T15:00:02.454Z] v2.2.1-dev.25 [2023-03-16T15:00:02.454Z] v2.2.1-dev.26 [2023-03-16T15:00:02.454Z] v2.2.1-dev.27 [2023-03-16T15:00:02.454Z] v2.2.1-dev.28 [2023-03-16T15:00:02.454Z] v2.2.1-dev.29 [2023-03-16T15:00:02.454Z] v2.2.1-dev.3 [2023-03-16T15:00:02.454Z] v2.2.1-dev.4 [2023-03-16T15:00:02.454Z] v2.2.1-dev.5 [2023-03-16T15:00:02.454Z] v2.2.1-dev.6 [2023-03-16T15:00:02.454Z] v2.2.1-dev.7 [2023-03-16T15:00:02.454Z] v2.2.1-dev.8 [2023-03-16T15:00:02.454Z] v2.2.1-dev.9 [2023-03-16T15:00:02.454Z] v2.3.0 [2023-03-16T15:00:02.454Z] v2.3.0-dev.100 [2023-03-16T15:00:02.454Z] v2.3.0-dev.101 [2023-03-16T15:00:02.454Z] v2.3.0-dev.102 [2023-03-16T15:00:02.454Z] v2.3.0-dev.103 [2023-03-16T15:00:02.454Z] v2.3.0-dev.104 [2023-03-16T15:00:02.454Z] v2.3.0-dev.105 [2023-03-16T15:00:02.454Z] v2.3.0-dev.106 [2023-03-16T15:00:02.454Z] v2.3.0-dev.29 [2023-03-16T15:00:02.454Z] v2.3.0-dev.30 [2023-03-16T15:00:02.454Z] v2.3.0-dev.31 [2023-03-16T15:00:02.454Z] v2.3.0-dev.32 [2023-03-16T15:00:02.454Z] v2.3.0-dev.33 [2023-03-16T15:00:02.454Z] v2.3.0-dev.34 [2023-03-16T15:00:02.454Z] v2.3.0-dev.35 [2023-03-16T15:00:02.454Z] v2.3.0-dev.36 [2023-03-16T15:00:02.454Z] v2.3.0-dev.37 [2023-03-16T15:00:02.454Z] v2.3.0-dev.38 [2023-03-16T15:00:02.454Z] v2.3.0-dev.39 [2023-03-16T15:00:02.454Z] v2.3.0-dev.40 [2023-03-16T15:00:02.454Z] v2.3.0-dev.41 [2023-03-16T15:00:02.454Z] v2.3.0-dev.42 [2023-03-16T15:00:02.454Z] v2.3.0-dev.43 [2023-03-16T15:00:02.454Z] v2.3.0-dev.44 [2023-03-16T15:00:02.454Z] v2.3.0-dev.45 [2023-03-16T15:00:02.454Z] v2.3.0-dev.46 [2023-03-16T15:00:02.454Z] v2.3.0-dev.47 [2023-03-16T15:00:02.454Z] v2.3.0-dev.48 [2023-03-16T15:00:02.454Z] v2.3.0-dev.49 [2023-03-16T15:00:02.454Z] v2.3.0-dev.50 [2023-03-16T15:00:02.454Z] v2.3.0-dev.51 [2023-03-16T15:00:02.454Z] v2.3.0-dev.52 [2023-03-16T15:00:02.454Z] v2.3.0-dev.53 [2023-03-16T15:00:02.454Z] v2.3.0-dev.54 [2023-03-16T15:00:02.454Z] v2.3.0-dev.55 [2023-03-16T15:00:02.454Z] v2.3.0-dev.56 [2023-03-16T15:00:02.454Z] v2.3.0-dev.57 [2023-03-16T15:00:02.454Z] v2.3.0-dev.58 [2023-03-16T15:00:02.454Z] v2.3.0-dev.59 [2023-03-16T15:00:02.454Z] v2.3.0-dev.60 [2023-03-16T15:00:02.454Z] v2.3.0-dev.61 [2023-03-16T15:00:02.454Z] v2.3.0-dev.62 [2023-03-16T15:00:02.454Z] v2.3.0-dev.63 [2023-03-16T15:00:02.454Z] v2.3.0-dev.64 [2023-03-16T15:00:02.454Z] v2.3.0-dev.65 [2023-03-16T15:00:02.454Z] v2.3.0-dev.66 [2023-03-16T15:00:02.454Z] v2.3.0-dev.67 [2023-03-16T15:00:02.454Z] v2.3.0-dev.68 [2023-03-16T15:00:02.454Z] v2.3.0-dev.69 [2023-03-16T15:00:02.454Z] v2.3.0-dev.70 [2023-03-16T15:00:02.454Z] v2.3.0-dev.71 [2023-03-16T15:00:02.454Z] v2.3.0-dev.72 [2023-03-16T15:00:02.454Z] v2.3.0-dev.73 [2023-03-16T15:00:02.454Z] v2.3.0-dev.74 [2023-03-16T15:00:02.454Z] v2.3.0-dev.75 [2023-03-16T15:00:02.454Z] v2.3.0-dev.76 [2023-03-16T15:00:02.454Z] v2.3.0-dev.77 [2023-03-16T15:00:02.454Z] v2.3.0-dev.78 [2023-03-16T15:00:02.454Z] v2.3.0-dev.79 [2023-03-16T15:00:02.454Z] v2.3.0-dev.80 [2023-03-16T15:00:02.454Z] v2.3.0-dev.81 [2023-03-16T15:00:02.454Z] v2.3.0-dev.82 [2023-03-16T15:00:02.454Z] v2.3.0-dev.83 [2023-03-16T15:00:02.454Z] v2.3.0-dev.84 [2023-03-16T15:00:02.454Z] v2.3.0-dev.85 [2023-03-16T15:00:02.454Z] v2.3.0-dev.86 [2023-03-16T15:00:02.454Z] v2.3.0-dev.87 [2023-03-16T15:00:02.454Z] v2.3.0-dev.88 [2023-03-16T15:00:02.454Z] v2.3.0-dev.89 [2023-03-16T15:00:02.454Z] v2.3.0-dev.90 [2023-03-16T15:00:02.454Z] v2.3.0-dev.91 [2023-03-16T15:00:02.454Z] v2.3.0-dev.92 [2023-03-16T15:00:02.454Z] v2.3.0-dev.93 [2023-03-16T15:00:02.454Z] v2.3.0-dev.94 [2023-03-16T15:00:02.454Z] v2.3.0-dev.95 [2023-03-16T15:00:02.454Z] v2.3.0-dev.96 [2023-03-16T15:00:02.454Z] v2.3.0-dev.97 [2023-03-16T15:00:02.454Z] v2.3.0-dev.98 [2023-03-16T15:00:02.454Z] v2.3.0-dev.99 [2023-03-16T15:00:02.454Z] v2.3.1-dev.1 [2023-03-16T15:00:02.454Z] v2.3.1-dev.2 [2023-03-16T15:00:02.454Z] v2.3.1-dev.3 [2023-03-16T15:00:02.454Z] v2.3.1-dev.4 [2023-03-16T15:00:02.454Z] v2.3.1-dev.5 [2023-03-16T15:00:02.454Z] v3.0.0-dev.1 [2023-03-16T15:00:02.454Z] v3.0.0-dev.10 [2023-03-16T15:00:02.454Z] v3.0.0-dev.100 [2023-03-16T15:00:02.454Z] v3.0.0-dev.11 [2023-03-16T15:00:02.454Z] v3.0.0-dev.12 [2023-03-16T15:00:02.454Z] v3.0.0-dev.13 [2023-03-16T15:00:02.454Z] v3.0.0-dev.14 [2023-03-16T15:00:02.454Z] v3.0.0-dev.15 [2023-03-16T15:00:02.454Z] v3.0.0-dev.16 [2023-03-16T15:00:02.454Z] v3.0.0-dev.17 [2023-03-16T15:00:02.454Z] v3.0.0-dev.18 [2023-03-16T15:00:02.454Z] v3.0.0-dev.19 [2023-03-16T15:00:02.454Z] v3.0.0-dev.2 [2023-03-16T15:00:02.454Z] v3.0.0-dev.20 [2023-03-16T15:00:02.454Z] v3.0.0-dev.21 [2023-03-16T15:00:02.454Z] v3.0.0-dev.22 [2023-03-16T15:00:02.454Z] v3.0.0-dev.23 [2023-03-16T15:00:02.454Z] v3.0.0-dev.24 [2023-03-16T15:00:02.454Z] v3.0.0-dev.25 [2023-03-16T15:00:02.454Z] v3.0.0-dev.26 [2023-03-16T15:00:02.454Z] v3.0.0-dev.27 [2023-03-16T15:00:02.454Z] v3.0.0-dev.28 [2023-03-16T15:00:02.454Z] v3.0.0-dev.29 [2023-03-16T15:00:02.454Z] v3.0.0-dev.3 [2023-03-16T15:00:02.454Z] v3.0.0-dev.30 [2023-03-16T15:00:02.454Z] v3.0.0-dev.31 [2023-03-16T15:00:02.454Z] v3.0.0-dev.32 [2023-03-16T15:00:02.454Z] v3.0.0-dev.33 [2023-03-16T15:00:02.454Z] v3.0.0-dev.34 [2023-03-16T15:00:02.454Z] v3.0.0-dev.35 [2023-03-16T15:00:02.454Z] v3.0.0-dev.36 [2023-03-16T15:00:02.454Z] v3.0.0-dev.37 [2023-03-16T15:00:02.454Z] v3.0.0-dev.38 [2023-03-16T15:00:02.454Z] v3.0.0-dev.39 [2023-03-16T15:00:02.454Z] v3.0.0-dev.4 [2023-03-16T15:00:02.454Z] v3.0.0-dev.40 [2023-03-16T15:00:02.454Z] v3.0.0-dev.41 [2023-03-16T15:00:02.454Z] v3.0.0-dev.42 [2023-03-16T15:00:02.454Z] v3.0.0-dev.43 [2023-03-16T15:00:02.454Z] v3.0.0-dev.44 [2023-03-16T15:00:02.454Z] v3.0.0-dev.45 [2023-03-16T15:00:02.454Z] v3.0.0-dev.46 [2023-03-16T15:00:02.454Z] v3.0.0-dev.47 [2023-03-16T15:00:02.454Z] v3.0.0-dev.48 [2023-03-16T15:00:02.454Z] v3.0.0-dev.49 [2023-03-16T15:00:02.454Z] v3.0.0-dev.5 [2023-03-16T15:00:02.454Z] v3.0.0-dev.50 [2023-03-16T15:00:02.454Z] v3.0.0-dev.51 [2023-03-16T15:00:02.454Z] v3.0.0-dev.52 [2023-03-16T15:00:02.454Z] v3.0.0-dev.53 [2023-03-16T15:00:02.454Z] v3.0.0-dev.54 [2023-03-16T15:00:02.454Z] v3.0.0-dev.55 [2023-03-16T15:00:02.454Z] v3.0.0-dev.56 [2023-03-16T15:00:02.454Z] v3.0.0-dev.57 [2023-03-16T15:00:02.454Z] v3.0.0-dev.58 [2023-03-16T15:00:02.454Z] v3.0.0-dev.59 [2023-03-16T15:00:02.454Z] v3.0.0-dev.6 [2023-03-16T15:00:02.454Z] v3.0.0-dev.60 [2023-03-16T15:00:02.454Z] v3.0.0-dev.61 [2023-03-16T15:00:02.454Z] v3.0.0-dev.62 [2023-03-16T15:00:02.454Z] v3.0.0-dev.63 [2023-03-16T15:00:02.454Z] v3.0.0-dev.64 [2023-03-16T15:00:02.454Z] v3.0.0-dev.65 [2023-03-16T15:00:02.454Z] v3.0.0-dev.66 [2023-03-16T15:00:02.454Z] v3.0.0-dev.67 [2023-03-16T15:00:02.454Z] v3.0.0-dev.68 [2023-03-16T15:00:02.454Z] v3.0.0-dev.69 [2023-03-16T15:00:02.454Z] v3.0.0-dev.7 [2023-03-16T15:00:02.454Z] v3.0.0-dev.70 [2023-03-16T15:00:02.454Z] v3.0.0-dev.71 [2023-03-16T15:00:02.454Z] v3.0.0-dev.72 [2023-03-16T15:00:02.454Z] v3.0.0-dev.73 [2023-03-16T15:00:02.454Z] v3.0.0-dev.74 [2023-03-16T15:00:02.454Z] v3.0.0-dev.75 [2023-03-16T15:00:02.454Z] v3.0.0-dev.76 [2023-03-16T15:00:02.454Z] v3.0.0-dev.77 [2023-03-16T15:00:02.454Z] v3.0.0-dev.78 [2023-03-16T15:00:02.454Z] v3.0.0-dev.79 [2023-03-16T15:00:02.454Z] v3.0.0-dev.8 [2023-03-16T15:00:02.454Z] v3.0.0-dev.80 [2023-03-16T15:00:02.454Z] v3.0.0-dev.81 [2023-03-16T15:00:02.454Z] v3.0.0-dev.82 [2023-03-16T15:00:02.454Z] v3.0.0-dev.83 [2023-03-16T15:00:02.454Z] v3.0.0-dev.84 [2023-03-16T15:00:02.454Z] v3.0.0-dev.85 [2023-03-16T15:00:02.454Z] v3.0.0-dev.86 [2023-03-16T15:00:02.454Z] v3.0.0-dev.87 [2023-03-16T15:00:02.454Z] v3.0.0-dev.88 [2023-03-16T15:00:02.454Z] v3.0.0-dev.89 [2023-03-16T15:00:02.454Z] v3.0.0-dev.9 [2023-03-16T15:00:02.454Z] v3.0.0-dev.90 [2023-03-16T15:00:02.454Z] v3.0.0-dev.91 [2023-03-16T15:00:02.454Z] v3.0.0-dev.92 [2023-03-16T15:00:02.454Z] v3.0.0-dev.93 [2023-03-16T15:00:02.454Z] v3.0.0-dev.94 [2023-03-16T15:00:02.454Z] v3.0.0-dev.95 [2023-03-16T15:00:02.454Z] v3.0.0-dev.96 [2023-03-16T15:00:02.454Z] v3.0.0-dev.97 [2023-03-16T15:00:02.454Z] v3.0.0-dev.98 [2023-03-16T15:00:02.454Z] v3.0.0-dev.99 [Pipeline] sh [2023-03-16T15:00:02.741Z] + lftools sign git-tag v3.0.0-dev.100 [2023-03-16T15:00:03.307Z] Signing Git tag with Sigul... [2023-03-16T15:00:03.307Z] Signing v3.0.0-dev.100 [Pipeline] echo [2023-03-16T15:00:03.574Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:03.856Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-16T15:00:03.863Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-16T15:00:03.876Z] $ docker stop --time=1 b243ef7abdc537154ccc8876ff8027c77ce449b28553d6ced5350f47672168e3 [2023-03-16T15:00:05.194Z] $ docker rm -f --volumes b243ef7abdc537154ccc8876ff8027c77ce449b28553d6ced5350f47672168e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-16T15:00:05.590Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T15:00:05.590Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T15:00:05.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T15:00:05.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T15:00:05.953Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T15:00:05.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T15:00:06.349Z] $ docker top b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 -eo pid,comm [2023-03-16T15:00:06.404Z] 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-16T15:00:06.404Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T15:00:06.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T15:00:06.440Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T15:00:06.556Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T15:00:06.558Z] $ docker exec b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 ssh-agent [2023-03-16T15:00:06.681Z] SSH_AUTH_SOCK=/tmp/ssh-oF0r4GwJadRC/agent.32 [2023-03-16T15:00:06.681Z] SSH_AGENT_PID=38 [2023-03-16T15:00:06.686Z] Running ssh-add (command line suppressed) [2023-03-16T15:00:06.793Z] Identity added: /w/workspace/edgex-go/462@tmp/private_key_2424226579181667569.key (/w/workspace/edgex-go/462@tmp/private_key_2424226579181667569.key) [2023-03-16T15:00:06.807Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T15:00:07.090Z] + git semver bump pre [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,272 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,272 [bump_version] DEBUG bumping version:3.0.0-dev.100 on axis:pre with prefix:dev [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,272 [bump_version] DEBUG bumped version:3.0.0-dev.101 [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,272 [write_version] DEBUG write version:3.0.0-dev.101 to path:/w/workspace/edgex-go/462/.semver/main with force:True [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,272 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,272 [write_file] DEBUG write to file:/w/workspace/edgex-go/462/.semver/main [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,274 [execute] INFO git cat-file --batch-check [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,279 [execute] INFO git cat-file --batch [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,280 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T15:00:07.348Z] 2023-03-16 15:00:07,286 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T15:00:07.348Z] 3.0.0-dev.101 [Pipeline] } [2023-03-16T15:00:07.356Z] $ docker exec --env ******** --env ******** b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 ssh-agent -k [2023-03-16T15:00:07.450Z] unset SSH_AUTH_SOCK; [2023-03-16T15:00:07.450Z] unset SSH_AGENT_PID; [2023-03-16T15:00:07.450Z] echo Agent pid 38 killed; [2023-03-16T15:00:07.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T15:00:07.773Z] + git semver [Pipeline] } [2023-03-16T15:00:08.044Z] $ docker stop --time=1 b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 [2023-03-16T15:00:09.379Z] $ docker rm -f --volumes b241172420fe37b623b61e6dbdba238be482dfcc274192a428df4378a8a56c92 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-16T15:00:09.716Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-16T15:00:09.716Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T15:00:10.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-16T15:00:10.068Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T15:00:10.201Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T15:00:10.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-16T15:00:10.563Z] $ docker top a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe -eo pid,comm [2023-03-16T15:00:10.608Z] 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-16T15:00:10.608Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-16T15:00:10.649Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-16T15:00:10.649Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-16T15:00:10.756Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-16T15:00:10.757Z] $ docker exec a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe ssh-agent [2023-03-16T15:00:10.861Z] SSH_AUTH_SOCK=/tmp/ssh-hFx5WxEdZLGS/agent.32 [2023-03-16T15:00:10.861Z] SSH_AGENT_PID=38 [2023-03-16T15:00:10.866Z] Running ssh-add (command line suppressed) [2023-03-16T15:00:10.968Z] Identity added: /w/workspace/edgex-go/462@tmp/private_key_12509194007037723722.key (/w/workspace/edgex-go/462@tmp/private_key_12509194007037723722.key) [2023-03-16T15:00:10.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-16T15:00:11.265Z] + git semver push [2023-03-16T15:00:11.523Z] 2023-03-16 15:00:11,452 [run_push] DEBUG push [2023-03-16T15:00:11.524Z] 2023-03-16 15:00:11,453 [execute] INFO git cat-file --batch-check [2023-03-16T15:00:11.524Z] 2023-03-16 15:00:11,453 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=) [2023-03-16T15:00:11.524Z] 2023-03-16 15:00:11,457 [execute] INFO git rev-list 1c1b27aecc2be53f8fb0471de1b7d99413da46d1 -- [2023-03-16T15:00:11.524Z] 2023-03-16 15:00:11,457 [execute] DEBUG Popen(['git', 'rev-list', '1c1b27aecc2be53f8fb0471de1b7d99413da46d1', '--'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-16T15:00:11.524Z] 2023-03-16 15:00:11,475 [execute] INFO git fetch -v origin [2023-03-16T15:00:11.524Z] 2023-03-16 15:00:11,476 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-16T15:00:12.460Z] 2023-03-16 15:00:12,095 [run_push] DEBUG no remote changes detected [2023-03-16T15:00:12.460Z] 2023-03-16 15:00:12,096 [execute] INFO git push origin semver [2023-03-16T15:00:12.460Z] 2023-03-16 15:00:12,096 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/462/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-16T15:00:13.399Z] 2023-03-16 15:00:13,056 [run_push] DEBUG push all version tags [2023-03-16T15:00:13.399Z] 2023-03-16 15:00:13,057 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-16T15:00:13.399Z] 2023-03-16 15:00:13,057 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/462, universal_newlines=False, shell=None, istream=None) [2023-03-16T15:00:13.968Z] 2023-03-16 15:00:13,966 [read_version] DEBUG read version from /w/workspace/edgex-go/462/.semver/main [2023-03-16T15:00:13.968Z] 3.0.0-dev.101 [Pipeline] } [2023-03-16T15:00:14.237Z] $ docker exec --env ******** --env ******** a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe ssh-agent -k [2023-03-16T15:00:14.337Z] unset SSH_AUTH_SOCK; [2023-03-16T15:00:14.338Z] unset SSH_AGENT_PID; [2023-03-16T15:00:14.338Z] echo Agent pid 38 killed; [2023-03-16T15:00:14.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-16T15:00:14.654Z] + git semver [Pipeline] } [2023-03-16T15:00:14.924Z] $ docker stop --time=1 a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe [2023-03-16T15:00:16.254Z] $ docker rm -f --volumes a564a7d15999332952d671cf4824e1963489effc9a8049bbe0099cc5e60d14fe [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-16T15:00:16.806Z] + [ -d /w/workspace/edgex-go/462/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:17.096Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:17.950Z] ---> package-listing.sh [2023-03-16T15:00:17.951Z] ++ facter osfamily [2023-03-16T15:00:17.951Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-16T15:00:18.209Z] + OS_FAMILY=debian [2023-03-16T15:00:18.209Z] + workspace=/w/workspace/edgex-go/462 [2023-03-16T15:00:18.209Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-16T15:00:18.209Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-16T15:00:18.209Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-16T15:00:18.209Z] + PACKAGES=/tmp/packages_start.txt [2023-03-16T15:00:18.209Z] + '[' /w/workspace/edgex-go/462 ']' [2023-03-16T15:00:18.209Z] + PACKAGES=/tmp/packages_end.txt [2023-03-16T15:00:18.209Z] + case "${OS_FAMILY}" in [2023-03-16T15:00:18.209Z] + dpkg -l [2023-03-16T15:00:18.209Z] + grep '^ii' [2023-03-16T15:00:18.209Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-16T15:00:18.209Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-16T15:00:18.209Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-16T15:00:18.209Z] + '[' /w/workspace/edgex-go/462 ']' [2023-03-16T15:00:18.209Z] + mkdir -p /w/workspace/edgex-go/462/archives/ [2023-03-16T15:00:18.209Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/462/archives/ [Pipeline] echo [2023-03-16T15:00:18.220Z] 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/462/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-16T15:00:18.496Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T15:00:19.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T15:00:19.048Z] [2023-03-16T15:00:19.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-16T15:00:19.343Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T15:00:19.343Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-16T15:00:19.343Z] 5eb5b503b376: Pulling fs layer [2023-03-16T15:00:19.343Z] 5c69ac0246d0: Pulling fs layer [2023-03-16T15:00:19.343Z] ec43610c2a17: Pulling fs layer [2023-03-16T15:00:19.343Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-16T15:00:19.343Z] 33b1e0a273af: Pulling fs layer [2023-03-16T15:00:19.343Z] 5d3b04190fa2: Pulling fs layer [2023-03-16T15:00:19.343Z] 2f39f015ded8: Pulling fs layer [2023-03-16T15:00:19.343Z] 3a2ae6a8a46f: Waiting [2023-03-16T15:00:19.343Z] 33b1e0a273af: Waiting [2023-03-16T15:00:19.343Z] 5d3b04190fa2: Waiting [2023-03-16T15:00:19.343Z] 2f39f015ded8: Waiting [2023-03-16T15:00:19.343Z] 5c69ac0246d0: Verifying Checksum [2023-03-16T15:00:19.343Z] 5c69ac0246d0: Download complete [2023-03-16T15:00:19.343Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-16T15:00:19.343Z] 3a2ae6a8a46f: Download complete [2023-03-16T15:00:19.601Z] 33b1e0a273af: Verifying Checksum [2023-03-16T15:00:19.601Z] 33b1e0a273af: Download complete [2023-03-16T15:00:19.601Z] 5d3b04190fa2: Verifying Checksum [2023-03-16T15:00:19.601Z] 5d3b04190fa2: Download complete [2023-03-16T15:00:19.601Z] ec43610c2a17: Verifying Checksum [2023-03-16T15:00:19.601Z] ec43610c2a17: Download complete [2023-03-16T15:00:19.601Z] 5eb5b503b376: Verifying Checksum [2023-03-16T15:00:19.601Z] 5eb5b503b376: Download complete [2023-03-16T15:00:20.536Z] 2f39f015ded8: Download complete [2023-03-16T15:00:21.101Z] 5eb5b503b376: Pull complete [2023-03-16T15:00:21.101Z] 5c69ac0246d0: Pull complete [2023-03-16T15:00:21.664Z] ec43610c2a17: Pull complete [2023-03-16T15:00:21.664Z] 3a2ae6a8a46f: Pull complete [2023-03-16T15:00:21.922Z] 33b1e0a273af: Pull complete [2023-03-16T15:00:21.922Z] 5d3b04190fa2: Pull complete [2023-03-16T15:00:26.104Z] 2f39f015ded8: Pull complete [2023-03-16T15:00:26.104Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-16T15:00:26.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-16T15:00:26.104Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-16T15:00:26.190Z] prd-ubuntu20.04-docker-8c-8g-2436 does not seem to be running inside a container [2023-03-16T15:00:26.215Z] $ 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/462/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/462 -v /w/workspace/edgex-go/462:/w/workspace/edgex-go/462:rw,z -v /w/workspace/edgex-go/462@tmp:/w/workspace/edgex-go/462@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-16T15:00:27.781Z] $ docker top 8376fc06b6e206d264e1bb7392887297334601a3d085e562b69450c25ec5073f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-16T15:00:28.127Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-16T15:00:28.406Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-16T15:00:28.686Z] + ls /var/log/sa-host [2023-03-16T15:00:28.686Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-16T15:00:28.833Z] provisioning config files... [2023-03-16T15:00:28.841Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/462@tmp/config12618006650479365859tmp [Pipeline] { [Pipeline] echo [2023-03-16T15:00:28.852Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:29.129Z] ---> create-netrc.sh [Pipeline] } [2023-03-16T15:00:29.134Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:29.452Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-16T15:00:29.458Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:29.734Z] ---> sudo-logs.sh [2023-03-16T15:00:29.734Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-16T15:00:29.753Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:30.032Z] ---> job-cost.sh [2023-03-16T15:00:30.032Z] lf-activate-venv: SKIPPING [2023-03-16T15:00:30.032Z] DEBUG: total: 0.10999999940395355 [2023-03-16T15:00:30.032Z] INFO: Retrieving Stack Cost... [2023-03-16T15:00:30.290Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-16T15:00:30.856Z] INFO: Archiving Costs [Pipeline] echo [2023-03-16T15:00:30.868Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-16T15:00:31.150Z] ---> logs-deploy.sh [2023-03-16T15:00:31.150Z] lf-activate-venv: SKIPPING [2023-03-16T15:00:31.150Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/462 [2023-03-16T15:00:31.150Z] INFO: archiving workspace using pattern(s): [2023-03-16T15:00:32.096Z] Archives upload complete. [2023-03-16T15:00:32.355Z] INFO: archiving logs to Nexus [2023-03-16T15:00:32.923Z] ---> uname -a: [2023-03-16T15:00:32.923Z] Linux prd-ubuntu20-04-docker-8c-8g-2436 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-16T15:00:32.923Z] [2023-03-16T15:00:32.923Z] [2023-03-16T15:00:32.923Z] ---> lscpu: [2023-03-16T15:00:32.923Z] Architecture: x86_64 [2023-03-16T15:00:32.923Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-16T15:00:32.923Z] Byte Order: Little Endian [2023-03-16T15:00:32.923Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-16T15:00:32.923Z] CPU(s): 8 [2023-03-16T15:00:32.923Z] On-line CPU(s) list: 0-7 [2023-03-16T15:00:32.923Z] Thread(s) per core: 1 [2023-03-16T15:00:32.923Z] Core(s) per socket: 1 [2023-03-16T15:00:32.923Z] Socket(s): 8 [2023-03-16T15:00:32.923Z] NUMA node(s): 1 [2023-03-16T15:00:32.923Z] Vendor ID: AuthenticAMD [2023-03-16T15:00:32.923Z] CPU family: 23 [2023-03-16T15:00:32.923Z] Model: 49 [2023-03-16T15:00:32.923Z] Model name: AMD EPYC-Rome Processor [2023-03-16T15:00:32.923Z] Stepping: 0 [2023-03-16T15:00:32.923Z] CPU MHz: 2799.998 [2023-03-16T15:00:32.923Z] BogoMIPS: 5599.99 [2023-03-16T15:00:32.923Z] Virtualization: AMD-V [2023-03-16T15:00:32.923Z] Hypervisor vendor: KVM [2023-03-16T15:00:32.923Z] Virtualization type: full [2023-03-16T15:00:32.923Z] L1d cache: 256 KiB [2023-03-16T15:00:32.923Z] L1i cache: 256 KiB [2023-03-16T15:00:32.923Z] L2 cache: 4 MiB [2023-03-16T15:00:32.923Z] L3 cache: 128 MiB [2023-03-16T15:00:32.923Z] NUMA node0 CPU(s): 0-7 [2023-03-16T15:00:32.923Z] Vulnerability Itlb multihit: Not affected [2023-03-16T15:00:32.923Z] Vulnerability L1tf: Not affected [2023-03-16T15:00:32.923Z] Vulnerability Mds: Not affected [2023-03-16T15:00:32.923Z] Vulnerability Meltdown: Not affected [2023-03-16T15:00:32.924Z] Vulnerability Mmio stale data: Not affected [2023-03-16T15:00:32.924Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-16T15:00:32.924Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-16T15:00:32.924Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-16T15:00:32.924Z] Vulnerability Srbds: Not affected [2023-03-16T15:00:32.924Z] Vulnerability Tsx async abort: Not affected [2023-03-16T15:00:32.924Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-16T15:00:32.924Z] [2023-03-16T15:00:32.924Z] [2023-03-16T15:00:32.924Z] ---> nproc: [2023-03-16T15:00:32.924Z] 8 [2023-03-16T15:00:32.924Z] [2023-03-16T15:00:32.924Z] [2023-03-16T15:00:32.924Z] ---> df -h: [2023-03-16T15:00:32.924Z] Filesystem Size Used Avail Use% Mounted on [2023-03-16T15:00:32.924Z] overlay 155G 21G 134G 14% / [2023-03-16T15:00:32.924Z] tmpfs 64M 0 64M 0% /dev [2023-03-16T15:00:32.924Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-16T15:00:32.924Z] shm 64M 0 64M 0% /dev/shm [2023-03-16T15:00:32.924Z] /dev/vda1 155G 21G 134G 14% /facter-os [2023-03-16T15:00:32.924Z] [2023-03-16T15:00:32.924Z]