Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c 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-ssh5900921934393367134.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10313585979867614961.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7316114785690171305.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10305726789378636160.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-ssh2758757258842510051.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9892 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/455 [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/455 # 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 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c (main) Commit message: "fix(security): Add back missing configuration to seed message-bus secrets (#4436)" > 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 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c # timeout=10 > git rev-list --no-walk d24fe0b8a803ab82a1b8b81fe0757dc64fed8372 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-13T15:01:56.228Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-13T15:01:56.286Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-13T15:01:56.308Z] ========================================================= [2023-03-13T15:01:56.308Z] EdgeX Global Pipelines Version Info [2023-03-13T15:01:56.308Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:01:57.010Z] ------------------- [2023-03-13T15:01:57.010Z] stable info: [2023-03-13T15:01:57.010Z] ------------------- [2023-03-13T15:01:57.010Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-13T15:01:57.010Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-13T15:01:57.010Z] Message: update stable to v1.0.244 [2023-03-13T15:01:57.581Z] ------------------- [2023-03-13T15:01:57.581Z] experimental info: [2023-03-13T15:01:57.581Z] ------------------- [2023-03-13T15:01:57.581Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-13T15:01:57.581Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-13T15:01:57.581Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-13T15:01:57.757Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-13T15:01:57.769Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-13T15:01:57.779Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-13T15:01:57.787Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-13T15:01:57.795Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-13T15:01:57.814Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-13T15:01:57.825Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-13T15:01:57.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-13T15:01:57.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-13T15:01:57.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-13T15:01:57.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-13T15:01:57.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-13T15:01:57.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-13T15:01:57.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-13T15:01:57.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-13T15:01:57.939Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-13T15:01:57.948Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-13T15:01:57.964Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-13T15:01:57.974Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-13T15:01:57.984Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-13T15:01:57.995Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-13T15:01:58.006Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-13T15:01:58.014Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-13T15:01:58.023Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-13T15:01:58.032Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-13T15:01:58.049Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-13T15:01:58.059Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] echo [2023-03-13T15:01:58.070Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca61b1d [Pipeline] echo [2023-03-13T15:01:58.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T15:01:58.136Z] provisioning config files... [2023-03-13T15:01:58.149Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config596287264845275324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:01:58.451Z] ---> docker-login.sh [2023-03-13T15:01:58.451Z] nexus3.edgexfoundry.org:10001 [2023-03-13T15:01:58.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:01:58.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:01:58.711Z] Configure a credential helper to remove this warning. See [2023-03-13T15:01:58.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:01:58.711Z] [2023-03-13T15:01:58.711Z] Login Succeeded [2023-03-13T15:01:58.711Z] nexus3.edgexfoundry.org:10002 [2023-03-13T15:01:58.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:01:58.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:01:58.971Z] Configure a credential helper to remove this warning. See [2023-03-13T15:01:58.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:01:58.971Z] [2023-03-13T15:01:58.971Z] Login Succeeded [2023-03-13T15:01:58.971Z] nexus3.edgexfoundry.org:10003 [2023-03-13T15:01:58.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:01:58.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:01:58.971Z] Configure a credential helper to remove this warning. See [2023-03-13T15:01:58.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:01:58.971Z] [2023-03-13T15:01:58.971Z] Login Succeeded [2023-03-13T15:01:58.971Z] nexus3.edgexfoundry.org:10004 [2023-03-13T15:01:58.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:01:59.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:01:59.232Z] Configure a credential helper to remove this warning. See [2023-03-13T15:01:59.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:01:59.232Z] [2023-03-13T15:01:59.232Z] Login Succeeded [2023-03-13T15:01:59.232Z] docker.io [2023-03-13T15:01:59.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:01:59.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:01:59.493Z] Configure a credential helper to remove this warning. See [2023-03-13T15:01:59.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:01:59.493Z] [2023-03-13T15:01:59.493Z] Login Succeeded [2023-03-13T15:01:59.493Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T15:01:59.501Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T15:01:59.815Z] + 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-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + dirname cmd/core-command/Dockerfile [2023-03-13T15:01:59.815Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-13T15:01:59.815Z] + + dirnamecut cmd/core-common-config-bootstrapper/Dockerfile -d/ [2023-03-13T15:01:59.815Z] -f2 [2023-03-13T15:01:59.815Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/core-data/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/core-metadata/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-13T15:01:59.815Z] + + cutdirname -d/ cmd/security-proxy-setup/Dockerfile -f2 [2023-03-13T15:01:59.815Z] [2023-03-13T15:01:59.815Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-13T15:01:59.815Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/support-notifications/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-13T15:01:59.815Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-13T15:01:59.815Z] + cut -d/ -f2 [2023-03-13T15:01:59.815Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-13T15:01:59.868Z] 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-13T15:02:00.214Z] + git rev-list -1 --merges ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c~1..ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] echo [2023-03-13T15:02:00.233Z] -----------> git rev-list -1 --merges ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c~1..ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [false] [Pipeline] sh [2023-03-13T15:02:00.517Z] + git log --format=format:%s -1 ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] echo [2023-03-13T15:02:00.533Z] ========================================================= [2023-03-13T15:02:00.533Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-13T15:02:00.533Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-13T15:02:00.959Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T15:02:00.959Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-13T15:02:00.959Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-13T15:02:00.959Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-13T15:02:00.959Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-13T15:02:00.959Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-13T15:02:00.959Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:02:01.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T15:02:01.369Z] [2023-03-13T15:02:01.369Z] 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-13T15:02:01.670Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T15:02:01.670Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-13T15:02:01.670Z] b85a868b505f: Pulling fs layer [2023-03-13T15:02:01.670Z] e2be974225ed: Pulling fs layer [2023-03-13T15:02:01.670Z] 339a4e72a1f5: Pulling fs layer [2023-03-13T15:02:01.670Z] 988bab9f4d93: Pulling fs layer [2023-03-13T15:02:01.670Z] 1469e6f7b9e6: Pulling fs layer [2023-03-13T15:02:01.670Z] eaf3925da568: Pulling fs layer [2023-03-13T15:02:01.670Z] bab4dde63d76: Pulling fs layer [2023-03-13T15:02:01.670Z] bde34c3a00c8: Pulling fs layer [2023-03-13T15:02:01.670Z] b352a97aabf1: Pulling fs layer [2023-03-13T15:02:01.670Z] 4872d77fe225: Pulling fs layer [2023-03-13T15:02:01.670Z] 5851b861e8e6: Pulling fs layer [2023-03-13T15:02:01.670Z] b352a97aabf1: Waiting [2023-03-13T15:02:01.670Z] bab4dde63d76: Waiting [2023-03-13T15:02:01.670Z] bde34c3a00c8: Waiting [2023-03-13T15:02:01.670Z] 4872d77fe225: Waiting [2023-03-13T15:02:01.670Z] 988bab9f4d93: Waiting [2023-03-13T15:02:01.670Z] 5851b861e8e6: Waiting [2023-03-13T15:02:01.670Z] eaf3925da568: Waiting [2023-03-13T15:02:01.670Z] 1469e6f7b9e6: Waiting [2023-03-13T15:02:01.670Z] e2be974225ed: Verifying Checksum [2023-03-13T15:02:01.670Z] e2be974225ed: Download complete [2023-03-13T15:02:01.670Z] 988bab9f4d93: Download complete [2023-03-13T15:02:01.930Z] 1469e6f7b9e6: Verifying Checksum [2023-03-13T15:02:01.930Z] 1469e6f7b9e6: Download complete [2023-03-13T15:02:01.930Z] eaf3925da568: Verifying Checksum [2023-03-13T15:02:01.930Z] eaf3925da568: Download complete [2023-03-13T15:02:01.930Z] 339a4e72a1f5: Verifying Checksum [2023-03-13T15:02:01.930Z] 339a4e72a1f5: Download complete [2023-03-13T15:02:01.930Z] bde34c3a00c8: Verifying Checksum [2023-03-13T15:02:01.930Z] bde34c3a00c8: Download complete [2023-03-13T15:02:01.930Z] b352a97aabf1: Download complete [2023-03-13T15:02:01.930Z] 4872d77fe225: Download complete [2023-03-13T15:02:01.930Z] 5851b861e8e6: Verifying Checksum [2023-03-13T15:02:01.930Z] 5851b861e8e6: Download complete [2023-03-13T15:02:01.930Z] b85a868b505f: Verifying Checksum [2023-03-13T15:02:01.930Z] b85a868b505f: Download complete [2023-03-13T15:02:02.189Z] bab4dde63d76: Verifying Checksum [2023-03-13T15:02:03.568Z] b85a868b505f: Pull complete [2023-03-13T15:02:03.568Z] e2be974225ed: Pull complete [2023-03-13T15:02:04.137Z] 339a4e72a1f5: Pull complete [2023-03-13T15:02:04.137Z] 988bab9f4d93: Pull complete [2023-03-13T15:02:04.397Z] 1469e6f7b9e6: Pull complete [2023-03-13T15:02:04.397Z] eaf3925da568: Pull complete [2023-03-13T15:02:06.296Z] bab4dde63d76: Pull complete [2023-03-13T15:02:06.296Z] bde34c3a00c8: Pull complete [2023-03-13T15:02:06.555Z] b352a97aabf1: Pull complete [2023-03-13T15:02:06.555Z] 4872d77fe225: Pull complete [2023-03-13T15:02:06.555Z] 5851b861e8e6: Pull complete [2023-03-13T15:02:06.555Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-13T15:02:06.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T15:02:06.555Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:02:06.643Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:02:06.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:02:08.796Z] $ docker top 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 -eo pid,comm [2023-03-13T15:02:08.853Z] 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-13T15:02:08.853Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T15:02:08.888Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T15:02:08.889Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T15:02:09.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T15:02:09.006Z] $ docker exec 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent [2023-03-13T15:02:09.124Z] SSH_AUTH_SOCK=/tmp/ssh-yaSfUQ2O8wM8/agent.33 [2023-03-13T15:02:09.124Z] SSH_AGENT_PID=39 [2023-03-13T15:02:09.130Z] Running ssh-add (command line suppressed) [2023-03-13T15:02:09.237Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_12895669538353312140.key (/w/workspace/edgex-go/455@tmp/private_key_12895669538353312140.key) [2023-03-13T15:02:09.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T15:02:09.535Z] + git tag --points-at HEAD [Pipeline] } [2023-03-13T15:02:09.551Z] $ docker exec --env ******** --env ******** 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent -k [2023-03-13T15:02:09.653Z] unset SSH_AUTH_SOCK; [2023-03-13T15:02:09.654Z] unset SSH_AGENT_PID; [2023-03-13T15:02:09.654Z] echo Agent pid 39 killed; [2023-03-13T15:02:09.660Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-13T15:02:09.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T15:02:09.688Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T15:02:09.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T15:02:09.810Z] $ docker exec 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent [2023-03-13T15:02:09.918Z] SSH_AUTH_SOCK=/tmp/ssh-SCNwibfQfAWS/agent.71 [2023-03-13T15:02:09.918Z] SSH_AGENT_PID=77 [2023-03-13T15:02:09.923Z] Running ssh-add (command line suppressed) [2023-03-13T15:02:10.016Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_12671674161814243865.key (/w/workspace/edgex-go/455@tmp/private_key_12671674161814243865.key) [2023-03-13T15:02:10.027Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T15:02:10.313Z] + git semver init [2023-03-13T15:02:10.571Z] 2023-03-13 15:02:10,480 [run_init] DEBUG init version:0.0.0 force:False [2023-03-13T15:02:10.571Z] 2023-03-13 15:02:10,481 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/455/.semver [2023-03-13T15:02:10.571Z] 2023-03-13 15:02:10,481 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/455/.semver [2023-03-13T15:02:10.571Z] 2023-03-13 15:02:10,481 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/455/.semver'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=None) [2023-03-13T15:02:15.843Z] 2023-03-13 15:02:15,013 [append_file] DEBUG append to file:/w/workspace/edgex-go/455/.git/info/exclude [2023-03-13T15:02:15.843Z] 2023-03-13 15:02:15,015 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/455/.semver/main with force:False [2023-03-13T15:02:15.843Z] 2023-03-13 15:02:15,015 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:02:15.843Z] 2023-03-13 15:02:15,015 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:02:15.843Z] 3.0.0-dev.93 [Pipeline] } [2023-03-13T15:02:15.857Z] $ docker exec --env ******** --env ******** 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 ssh-agent -k [2023-03-13T15:02:15.973Z] unset SSH_AUTH_SOCK; [2023-03-13T15:02:15.974Z] unset SSH_AGENT_PID; [2023-03-13T15:02:15.974Z] echo Agent pid 77 killed; [2023-03-13T15:02:15.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T15:02:16.287Z] + git semver [Pipeline] } [2023-03-13T15:02:16.564Z] $ docker stop --time=1 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 [2023-03-13T15:02:17.869Z] $ docker rm -f --volumes 677dbf53c085accfafeee5927716bdb7c2b9858a27a434b11fcb8f8f3232c4c4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T15:02:18.205Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-13T15:02:18.403Z] Stashed 1 file(s) [Pipeline] echo [2023-03-13T15:02:18.407Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.93 [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-13T15:02:18.776Z] + git config --global --add safe.directory /w/workspace/edgex-go/455 [Pipeline] echo [2023-03-13T15:02:18.789Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T15:02:18.799Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T15:02:18.805Z] ========================================================= [2023-03-13T15:02:18.805Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-13T15:02:18.805Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-13T15:02:19.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-13T15:02:19.090Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-13T15:02:19.090Z] 213ec9aee27d: Pulling fs layer [2023-03-13T15:02:19.090Z] 4583459ba037: Pulling fs layer [2023-03-13T15:02:19.090Z] 93c1e223e6f2: Pulling fs layer [2023-03-13T15:02:19.090Z] 53926ce57604: Pulling fs layer [2023-03-13T15:02:19.090Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-13T15:02:19.090Z] 22ff95d597cd: Pulling fs layer [2023-03-13T15:02:19.090Z] 12d6caf4c0d1: Pulling fs layer [2023-03-13T15:02:19.090Z] 96b7cbca73a9: Pulling fs layer [2023-03-13T15:02:19.090Z] a7acece74701: Pulling fs layer [2023-03-13T15:02:19.090Z] 53926ce57604: Waiting [2023-03-13T15:02:19.090Z] 22ff95d597cd: Waiting [2023-03-13T15:02:19.090Z] 12d6caf4c0d1: Waiting [2023-03-13T15:02:19.090Z] 96b7cbca73a9: Waiting [2023-03-13T15:02:19.090Z] a7acece74701: Waiting [2023-03-13T15:02:19.090Z] 21b2b0c7a3f4: Waiting [2023-03-13T15:02:19.090Z] 93c1e223e6f2: Verifying Checksum [2023-03-13T15:02:19.090Z] 93c1e223e6f2: Download complete [2023-03-13T15:02:19.090Z] 4583459ba037: Verifying Checksum [2023-03-13T15:02:19.090Z] 4583459ba037: Download complete [2023-03-13T15:02:19.090Z] 21b2b0c7a3f4: Download complete [2023-03-13T15:02:19.090Z] 22ff95d597cd: Verifying Checksum [2023-03-13T15:02:19.090Z] 22ff95d597cd: Download complete [2023-03-13T15:02:19.090Z] 213ec9aee27d: Verifying Checksum [2023-03-13T15:02:19.090Z] 12d6caf4c0d1: Verifying Checksum [2023-03-13T15:02:19.090Z] 12d6caf4c0d1: Download complete [2023-03-13T15:02:19.353Z] 213ec9aee27d: Pull complete [2023-03-13T15:02:19.353Z] 4583459ba037: Pull complete [2023-03-13T15:02:19.617Z] 93c1e223e6f2: Pull complete [2023-03-13T15:02:19.617Z] a7acece74701: Verifying Checksum [2023-03-13T15:02:19.617Z] a7acece74701: Download complete [2023-03-13T15:02:19.875Z] 96b7cbca73a9: Verifying Checksum [2023-03-13T15:02:19.875Z] 96b7cbca73a9: Download complete [2023-03-13T15:02:19.875Z] 53926ce57604: Verifying Checksum [2023-03-13T15:02:19.875Z] 53926ce57604: Download complete [2023-03-13T15:02:24.070Z] 53926ce57604: Pull complete [2023-03-13T15:02:24.070Z] 21b2b0c7a3f4: Pull complete [2023-03-13T15:02:24.070Z] 22ff95d597cd: Pull complete [2023-03-13T15:02:24.070Z] 12d6caf4c0d1: Pull complete [2023-03-13T15:02:25.967Z] 96b7cbca73a9: Pull complete [2023-03-13T15:02:26.904Z] a7acece74701: Pull complete [2023-03-13T15:02:26.904Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-13T15:02:26.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-13T15:02:26.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-13T15:02:27.203Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-13T15:02:27.203Z] WORKDIR /edgex [2023-03-13T15:02:27.203Z] COPY go.mod . [2023-03-13T15:02:27.203Z] RUN go mod download [2023-03-13T15:02:27.203Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-13T15:02:27.769Z] Sending build context to Docker daemon 170.4MB [2023-03-13T15:02:27.769Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-13T15:02:27.769Z] ---> db6d94c90886 [2023-03-13T15:02:27.769Z] Step 2/4 : WORKDIR /edgex [2023-03-13T15:02:31.062Z] ---> Running in 2ed1c2c900b6 [2023-03-13T15:02:31.321Z] Removing intermediate container 2ed1c2c900b6 [2023-03-13T15:02:31.321Z] ---> 6dd1c4fa1811 [2023-03-13T15:02:31.321Z] Step 3/4 : COPY go.mod . [2023-03-13T15:02:31.321Z] ---> ff0becd3f089 [2023-03-13T15:02:31.321Z] Step 4/4 : RUN go mod download [2023-03-13T15:02:31.321Z] ---> Running in 57bab360ba30 [2023-03-13T15:02:33.464Z] Still waiting to schedule task [2023-03-13T15:02:33.465Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-13T15:02:46.200Z] Removing intermediate container 57bab360ba30 [2023-03-13T15:02:46.200Z] ---> 49c5ddee03e9 [2023-03-13T15:02:46.200Z] Successfully built 49c5ddee03e9 [2023-03-13T15:02:46.200Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:02:46.495Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-13T15:02:46.495Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:02:46.565Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:02:46.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:02:46.976Z] $ docker top 834f9ad4923282235e641aca70f61e982131e3a276ebd6f6eb93ce8774b779d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T15:02:47.326Z] + go version [2023-03-13T15:02:47.326Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-13T15:02:47.340Z] $ docker stop --time=1 834f9ad4923282235e641aca70f61e982131e3a276ebd6f6eb93ce8774b779d0 [2023-03-13T15:02:48.603Z] $ docker rm -f --volumes 834f9ad4923282235e641aca70f61e982131e3a276ebd6f6eb93ce8774b779d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:02:48.978Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-13T15:02:48.978Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:02:49.043Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:02:49.071Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:02:49.407Z] $ docker top 5d61bd7fbc3524c8ab8887ac050bf71817dd9f0b6985243b5d02869b479d38a3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-13T15:02:49.474Z] ========================================================= [2023-03-13T15:02:49.474Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-13T15:02:49.474Z] ========================================================= [Pipeline] sh [2023-03-13T15:02:49.750Z] + git config --global --add safe.directory /w/workspace/edgex-go/455 [Pipeline] fileExists [Pipeline] sh [2023-03-13T15:02:50.053Z] + make test [2023-03-13T15:02:50.053Z] go test -race -coverprofile=coverage.out ./... [2023-03-13T15:02:56.617Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-13T15:03:11.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-13T15:03:11.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-13T15:03:11.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.114s coverage: 98.5% of statements [2023-03-13T15:03:14.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.136s coverage: 71.2% of statements [2023-03-13T15:03:14.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-13T15:03:14.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-13T15:03:14.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-13T15:03:14.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements [2023-03-13T15:03:14.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-13T15:03:14.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.219s coverage: 88.5% of statements [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.075s coverage: 3.9% of statements [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.495s coverage: 95.6% of statements [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.069s coverage: 72.2% of statements [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.061s coverage: 65.9% of statements [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.107s coverage: 0.9% of statements [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 29.0% of statements [2023-03-13T15:03:15.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 45.5% of statements [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.109s coverage: 82.9% of statements [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2023-03-13T15:03:15.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2023-03-13T15:03:23.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.385s coverage: 79.9% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 81.2% of statements [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 82.1% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 84.8% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.216s coverage: 63.1% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-13T15:03:38.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.064s coverage: 84.8% of statements [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-13T15:03:38.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-13T15:03:38.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.090s coverage: 17.7% of statements [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-13T15:03:38.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-13T15:03:38.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.078s coverage: 61.5% of statements [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-13T15:03:38.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-13T15:03:38.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-13T15:03:38.042Z] 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-13T15:03:56.115Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-13T15:03:56.374Z] go vet ./... [2023-03-13T15:04:00.588Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-13T15:04:00.588Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-13T15:04:00.852Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-13T15:04:00.865Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-13T15:04:01.151Z] + ls -al . [2023-03-13T15:04:01.151Z] total 704 [2023-03-13T15:04:01.151Z] drwxrwxr-x 11 1001 1001 4096 Mar 13 15:02 . [2023-03-13T15:04:01.151Z] drwxr-xr-x 4 root root 4096 Mar 13 15:02 .. [2023-03-13T15:04:01.151Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 15:01 .blubracket [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 16 Mar 13 15:01 .dockerignore [2023-03-13T15:04:01.151Z] drwxrwxr-x 8 1001 1001 4096 Mar 13 15:03 .git [2023-03-13T15:04:01.151Z] drwxrwxr-x 3 1001 1001 4096 Mar 13 15:01 .github [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 1133 Mar 13 15:01 .gitignore [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 42 Mar 13 15:01 .golangci.yml [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 87 Mar 13 15:01 .hadolint.yml [2023-03-13T15:04:01.151Z] drwxr-xr-x 3 1001 1001 4096 Mar 13 15:02 .semver [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 166 Mar 13 15:01 .sonarcloud.properties [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 1171 Mar 13 15:01 ADOPTERS.md [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 10825 Mar 13 15:01 Attribution.txt [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 73765 Mar 13 15:01 CHANGELOG.md [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 3804 Mar 13 15:01 CONTRIBUTING.md [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 677 Mar 13 15:01 GOVERNANCE.md [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 883 Mar 13 15:01 Jenkinsfile [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 10775 Mar 13 15:01 LICENSE [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 14232 Mar 13 15:01 Makefile [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 582 Mar 13 15:01 OWNERS.md [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 9403 Mar 13 15:01 README.md [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 789 Mar 13 15:01 SECURITY.md [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 12 Mar 13 15:02 VERSION [2023-03-13T15:04:01.151Z] drwxrwxr-x 2 1001 1001 4096 Mar 13 15:01 bin [2023-03-13T15:04:01.151Z] drwxrwxr-x 18 1001 1001 4096 Mar 13 15:01 cmd [2023-03-13T15:04:01.151Z] -rw-r--r-- 1 root root 447487 Mar 13 15:03 coverage.out [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 3232 Mar 13 15:01 go.mod [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 31098 Mar 13 15:01 go.sum [2023-03-13T15:04:01.151Z] drwxrwxr-x 7 1001 1001 4096 Mar 13 15:01 internal [2023-03-13T15:04:01.151Z] drwxrwxr-x 3 1001 1001 4096 Mar 13 15:01 openapi [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 594 Mar 13 15:01 security.txt [2023-03-13T15:04:01.151Z] drwxrwxr-x 4 1001 1001 4096 Mar 13 15:01 snap [2023-03-13T15:04:01.151Z] -rw-rw-r-- 1 1001 1001 204 Mar 13 15:01 version.go [Pipeline] sh [2023-03-13T15:04:01.523Z] + '[' -e coverage.out ] [2023-03-13T15:04:01.523Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-13T15:04:01.630Z] Stashed 1 file(s) [Pipeline] sh [2023-03-13T15:04:01.910Z] + make build [2023-03-13T15:04:01.910Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-13T15:04:14.097Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-13T15:04:14.340Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9893 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-13T15:04:14.353Z] Running in /w/workspace/edgex-go/455 [Pipeline] { [Pipeline] checkout [2023-03-13T15:04:14.423Z] The recommended git tool is: git [2023-03-13T15:04:14.663Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-13T15:04:16.037Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-13T15:04:16.971Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-13T15:04:23.590Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-13T15:04:24.091Z] using credential edgex-jenkins-ssh [2023-03-13T15:04:24.110Z] Cloning the remote Git repository [2023-03-13T15:04:24.171Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-13T15:04:24.303Z] > git init /w/workspace/edgex-go/455 # timeout=10 [2023-03-13T15:04:24.615Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-13T15:04:24.616Z] > git --version # timeout=10 [2023-03-13T15:04:24.664Z] > git --version # 'git version 2.25.1' [2023-03-13T15:04:24.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-13T15:04:24.825Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-13T15:04:25.052Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-13T15:04:26.467Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-13T15:04:27.405Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-13T15:04:28.338Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-13T15:04:28.907Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-13T15:04:30.283Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-13T15:04:31.234Z] $ docker stop --time=1 5d61bd7fbc3524c8ab8887ac050bf71817dd9f0b6985243b5d02869b479d38a3 [2023-03-13T15:04:35.171Z] $ docker rm -f --volumes 5d61bd7fbc3524c8ab8887ac050bf71817dd9f0b6985243b5d02869b479d38a3 [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-13T15:04:36.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-13T15:04:36.023Z] [2023-03-13T15:04:36.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:04:36.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-13T15:04:36.336Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-13T15:04:36.336Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-13T15:04:36.336Z] ca9280d653b3: Pulling fs layer [2023-03-13T15:04:36.336Z] 7e9c9ca2126c: Pulling fs layer [2023-03-13T15:04:36.336Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-13T15:04:36.336Z] cbdbe7a5bc2a: Download complete [2023-03-13T15:04:36.595Z] ca9280d653b3: Verifying Checksum [2023-03-13T15:04:36.595Z] ca9280d653b3: Download complete [2023-03-13T15:04:36.595Z] cbdbe7a5bc2a: Pull complete [2023-03-13T15:04:36.854Z] 7e9c9ca2126c: Download complete [2023-03-13T15:04:36.854Z] ca9280d653b3: Pull complete [2023-03-13T15:04:40.132Z] 7e9c9ca2126c: Pull complete [2023-03-13T15:04:40.132Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-13T15:04:40.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-13T15:04:40.132Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:04:40.208Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:04:40.240Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:04:42.282Z] $ docker top 057028bb725254d47307a9dd181d01a75ce1c8f262594283248c6cbdae62f4a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T15:04:42.621Z] + grep parallel [2023-03-13T15:04:42.621Z] + docker-compose build --help [2023-03-13T15:04:42.894Z] Avoid second fetch [2023-03-13T15:04:42.895Z] Checking out Revision ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c (main) [2023-03-13T15:04:43.189Z] --parallel Build images in parallel. [Pipeline] } [2023-03-13T15:04:43.205Z] $ docker stop --time=1 057028bb725254d47307a9dd181d01a75ce1c8f262594283248c6cbdae62f4a5 [2023-03-13T15:04:42.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-13T15:04:42.083Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-13T15:04:42.911Z] > git config core.sparsecheckout # timeout=10 [2023-03-13T15:04:42.931Z] > git checkout -f ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c # timeout=10 [2023-03-13T15:04:43.577Z] Commit message: "fix(security): Add back missing configuration to seed message-bus secrets (#4436)" [2023-03-13T15:04:44.461Z] $ docker rm -f --volumes 057028bb725254d47307a9dd181d01a75ce1c8f262594283248c6cbdae62f4a5 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:04:45.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-13T15:04:45.090Z] . [Pipeline] } [Pipeline] // withEnv [2023-03-13T15:04:45.112Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-13T15:04:45.112Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T15:04:45.112Z] Dload Upload Total Spent Left Speed [2023-03-13T15:04:45.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 78226 [Pipeline] withDockerContainer [2023-03-13T15:04:45.162Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:04:45.193Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:04:45.495Z] $ docker top bb30bee136a3241f0d18900e9220faa8508a11696cbc4c898fc8e19ae51a1752 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-03-13T15:04:45.885Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-13T15:04:45.909Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-13T15:04:46.215Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-13T15:04:46.215Z] + sudo tee /etc/docker/daemon.new [2023-03-13T15:04:46.215Z] { [2023-03-13T15:04:46.215Z] "registry-mirrors": [ [2023-03-13T15:04:46.215Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-13T15:04:46.215Z] ], [2023-03-13T15:04:46.215Z] "bip": "10.250.0.254/24", [2023-03-13T15:04:46.215Z] "hosts": [ [2023-03-13T15:04:46.215Z] "tcp://0.0.0.0:5555", [2023-03-13T15:04:46.215Z] "unix:///var/run/docker.sock" [2023-03-13T15:04:46.215Z] ], [2023-03-13T15:04:46.215Z] "mtu": 1458, [2023-03-13T15:04:46.215Z] "selinux-enabled": true, [2023-03-13T15:04:46.215Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-13T15:04:46.215Z] } [Pipeline] sh [2023-03-13T15:04:46.477Z] Building core-command ... [2023-03-13T15:04:46.477Z] Building core-common-config-bootstrapper ... [2023-03-13T15:04:46.477Z] Building core-data ... [2023-03-13T15:04:46.477Z] Building core-metadata ... [2023-03-13T15:04:46.477Z] Building security-bootstrapper ... [2023-03-13T15:04:46.477Z] Building security-proxy-auth ... [2023-03-13T15:04:46.477Z] Building security-proxy-setup ... [2023-03-13T15:04:46.477Z] Building security-secretstore-setup ... [2023-03-13T15:04:46.477Z] Building security-spiffe-token-provider ... [2023-03-13T15:04:46.477Z] Building security-spire-agent ... [2023-03-13T15:04:46.477Z] Building security-spire-config ... [2023-03-13T15:04:46.477Z] Building security-spire-server ... [2023-03-13T15:04:46.477Z] Building support-notifications ... [2023-03-13T15:04:46.477Z] Building support-scheduler ... [2023-03-13T15:04:46.477Z] Building core-common-config-bootstrapper [2023-03-13T15:04:46.477Z] Building security-proxy-setup [2023-03-13T15:04:46.477Z] Building security-proxy-auth [2023-03-13T15:04:46.477Z] Building support-scheduler [2023-03-13T15:04:46.477Z] Building support-notifications [2023-03-13T15:04:46.556Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-13T15:04:46.894Z] + sudo service docker restart [2023-03-13T15:04:58.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:04:58.696Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:04:58.696Z] ---> 49c5ddee03e9 [2023-03-13T15:04:58.696Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:04:58.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:04:58.696Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:04:58.696Z] ---> 49c5ddee03e9 [2023-03-13T15:04:58.696Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:04:58.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:04:58.696Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:04:58.696Z] ---> 49c5ddee03e9 [2023-03-13T15:04:58.696Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:04:58.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:04:58.696Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:04:58.696Z] ---> 49c5ddee03e9 [2023-03-13T15:04:58.696Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:04:58.696Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:04:58.696Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:04:58.696Z] ---> 49c5ddee03e9 [2023-03-13T15:04:58.696Z] Step 3/20 : WORKDIR /edgex-go [2023-03-13T15:05:02.886Z] ---> Running in 2161bcc0f0db [2023-03-13T15:05:02.886Z] ---> Running in 52e582d688f5 [2023-03-13T15:05:02.886Z] ---> Running in 59970615f03a [2023-03-13T15:05:02.886Z] ---> Running in 7a0f58b0d336 [2023-03-13T15:05:02.886Z] ---> Running in 6917a6fb0abb [2023-03-13T15:05:02.886Z] Removing intermediate container 2161bcc0f0db [2023-03-13T15:05:02.886Z] ---> 90ace75f8225 [2023-03-13T15:05:02.886Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:05:02.886Z] Removing intermediate container 7a0f58b0d336 [2023-03-13T15:05:02.886Z] ---> 96df1c0df638 [2023-03-13T15:05:02.886Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:05:02.886Z] Removing intermediate container 59970615f03a [2023-03-13T15:05:02.886Z] ---> 1e0e4a293052 [2023-03-13T15:05:02.886Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:05:02.886Z] Removing intermediate container 52e582d688f5 [2023-03-13T15:05:02.886Z] ---> 75a2233bec7d [2023-03-13T15:05:02.886Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:05:02.886Z] Removing intermediate container 6917a6fb0abb [2023-03-13T15:05:02.886Z] ---> 1d94d9777567 [2023-03-13T15:05:02.886Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-13T15:05:03.145Z] ---> Running in 57e429bbbffb [2023-03-13T15:05:03.145Z] ---> Running in d16d6ac09c74 [2023-03-13T15:05:03.145Z] ---> Running in 8543a1651557 [2023-03-13T15:05:03.145Z] ---> Running in de04a0f2dbd5 [2023-03-13T15:05:03.145Z] ---> Running in 1065b8c20261 [2023-03-13T15:05:03.402Z] Removing intermediate container 57e429bbbffb [2023-03-13T15:05:03.402Z] ---> d1d936cb5b2d [2023-03-13T15:05:03.402Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:05:03.402Z] Removing intermediate container d16d6ac09c74 [2023-03-13T15:05:03.402Z] ---> d7b3abad98af [2023-03-13T15:05:03.402Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:05:03.402Z] Removing intermediate container de04a0f2dbd5 [2023-03-13T15:05:03.402Z] ---> 280079703e52 [2023-03-13T15:05:03.402Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-13T15:05:03.402Z] Removing intermediate container 8543a1651557 [2023-03-13T15:05:03.402Z] ---> 61c39cde82e9 [2023-03-13T15:05:03.402Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:05:03.402Z] ---> Running in d4b929ea149c [2023-03-13T15:05:03.402Z] ---> Running in e87a0cfb5497 [2023-03-13T15:05:03.402Z] ---> Running in 1f6c005d116b [2023-03-13T15:05:03.402Z] ---> Running in f3c2220af643 [2023-03-13T15:05:03.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:03.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:03.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] OK: 211 MiB in 51 packages [2023-03-13T15:05:04.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:05:04.174Z] OK: 211 MiB in 51 packages [2023-03-13T15:05:04.174Z] OK: 211 MiB in 51 packages [2023-03-13T15:05:04.432Z] OK: 211 MiB in 51 packages [2023-03-13T15:05:04.432Z] OK: 211 MiB in 51 packages [2023-03-13T15:05:04.432Z] Removing intermediate container 1065b8c20261 [2023-03-13T15:05:04.432Z] ---> fe97fc52ec9f [2023-03-13T15:05:04.432Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-13T15:05:04.691Z] ---> 37de0e0bc83a [2023-03-13T15:05:04.691Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:05:04.691Z] ---> Running in 46c24e127233 [2023-03-13T15:05:04.691Z] Removing intermediate container e87a0cfb5497 [2023-03-13T15:05:04.691Z] ---> c0c5f142e081 [2023-03-13T15:05:04.691Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:05:04.948Z] ---> e3e979dd8c39 [2023-03-13T15:05:04.948Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:05:04.948Z] ---> Running in 6c4d6f8a39f2 [2023-03-13T15:05:04.948Z] Removing intermediate container f3c2220af643 [2023-03-13T15:05:04.948Z] ---> 86d7210ff5ae [2023-03-13T15:05:04.948Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:05:04.948Z] Removing intermediate container 1f6c005d116b [2023-03-13T15:05:04.948Z] ---> 76f81369d6b8 [2023-03-13T15:05:04.948Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:05:04.948Z] Removing intermediate container d4b929ea149c [2023-03-13T15:05:04.948Z] ---> 78ef002f5086 [2023-03-13T15:05:04.948Z] Step 6/22 : COPY go.mod vendor* ./ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T15:05:05.179Z] provisioning config files... [2023-03-13T15:05:05.206Z] ---> 0f1b42a13cd5 [2023-03-13T15:05:05.206Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:05:05.206Z] ---> 3feba9bd1f65 [2023-03-13T15:05:05.206Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:05:05.206Z] ---> Running in cf0995262d9e [2023-03-13T15:05:05.206Z] ---> Running in 191faeb4aa37 [2023-03-13T15:05:05.206Z] ---> db7d7c3e7467 [2023-03-13T15:05:05.206Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:05:05.206Z] ---> Running in 0b098c1bf310 [2023-03-13T15:05:05.211Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config18322524172109955704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:05:05.569Z] ---> docker-login.sh [2023-03-13T15:05:05.569Z] nexus3.edgexfoundry.org:10001 [2023-03-13T15:05:05.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:05:06.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:05:06.106Z] Configure a credential helper to remove this warning. See [2023-03-13T15:05:06.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:05:06.106Z] [2023-03-13T15:05:06.106Z] Login Succeeded [2023-03-13T15:05:06.106Z] nexus3.edgexfoundry.org:10002 [2023-03-13T15:05:06.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:05:06.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:05:06.641Z] Configure a credential helper to remove this warning. See [2023-03-13T15:05:06.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:05:06.641Z] [2023-03-13T15:05:06.641Z] Login Succeeded [2023-03-13T15:05:06.641Z] nexus3.edgexfoundry.org:10003 [2023-03-13T15:05:06.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:05:06.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:05:06.913Z] Configure a credential helper to remove this warning. See [2023-03-13T15:05:06.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:05:06.913Z] [2023-03-13T15:05:06.913Z] Login Succeeded [2023-03-13T15:05:06.913Z] nexus3.edgexfoundry.org:10004 [2023-03-13T15:05:07.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:05:07.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:05:07.183Z] Configure a credential helper to remove this warning. See [2023-03-13T15:05:07.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:05:07.183Z] [2023-03-13T15:05:07.183Z] Login Succeeded [2023-03-13T15:05:07.183Z] docker.io [2023-03-13T15:05:07.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:05:07.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:05:07.721Z] Configure a credential helper to remove this warning. See [2023-03-13T15:05:07.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:05:07.721Z] [2023-03-13T15:05:07.721Z] Login Succeeded [2023-03-13T15:05:07.721Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T15:05:07.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-13T15:05:08.307Z] + git config --global --add safe.directory /w/workspace/edgex-go/455 [Pipeline] echo [2023-03-13T15:05:08.328Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T15:05:08.338Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T15:05:08.345Z] ========================================================= [2023-03-13T15:05:08.345Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-13T15:05:08.345Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-13T15:05:08.677Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-13T15:05:08.677Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-13T15:05:08.677Z] 9b18e9b68314: Pulling fs layer [2023-03-13T15:05:08.677Z] 35d82f9e3411: Pulling fs layer [2023-03-13T15:05:08.677Z] e16973657156: Pulling fs layer [2023-03-13T15:05:08.677Z] fc693d55d65f: Pulling fs layer [2023-03-13T15:05:08.677Z] 7e9fc2657dce: Pulling fs layer [2023-03-13T15:05:08.677Z] dda99020689f: Pulling fs layer [2023-03-13T15:05:08.677Z] db1c61fa0a46: Pulling fs layer [2023-03-13T15:05:08.677Z] 891c053d2c06: Pulling fs layer [2023-03-13T15:05:08.677Z] 7e9fc2657dce: Waiting [2023-03-13T15:05:08.677Z] dda99020689f: Waiting [2023-03-13T15:05:08.677Z] db1c61fa0a46: Waiting [2023-03-13T15:05:08.677Z] 891c053d2c06: Waiting [2023-03-13T15:05:08.677Z] fc693d55d65f: Waiting [2023-03-13T15:05:08.946Z] e16973657156: Verifying Checksum [2023-03-13T15:05:08.946Z] 35d82f9e3411: Verifying Checksum [2023-03-13T15:05:08.946Z] 35d82f9e3411: Download complete [2023-03-13T15:05:08.946Z] 7e9fc2657dce: Verifying Checksum [2023-03-13T15:05:08.946Z] 7e9fc2657dce: Download complete [2023-03-13T15:05:08.946Z] dda99020689f: Verifying Checksum [2023-03-13T15:05:08.946Z] dda99020689f: Download complete [2023-03-13T15:05:08.946Z] 9b18e9b68314: Verifying Checksum [2023-03-13T15:05:09.917Z] 9b18e9b68314: Pull complete [2023-03-13T15:05:09.917Z] 891c053d2c06: Verifying Checksum [2023-03-13T15:05:09.917Z] 891c053d2c06: Download complete [2023-03-13T15:05:10.510Z] 35d82f9e3411: Pull complete [2023-03-13T15:05:10.784Z] e16973657156: Pull complete [2023-03-13T15:05:11.372Z] db1c61fa0a46: Verifying Checksum [2023-03-13T15:05:11.372Z] db1c61fa0a46: Download complete [2023-03-13T15:05:11.642Z] fc693d55d65f: Verifying Checksum [2023-03-13T15:05:11.642Z] fc693d55d65f: Download complete [2023-03-13T15:05:23.987Z] fc693d55d65f: Pull complete [2023-03-13T15:05:23.987Z] 7e9fc2657dce: Pull complete [2023-03-13T15:05:23.987Z] dda99020689f: Pull complete [2023-03-13T15:05:29.353Z] db1c61fa0a46: Pull complete [2023-03-13T15:05:31.991Z] 891c053d2c06: Pull complete [2023-03-13T15:05:31.991Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-13T15:05:31.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-13T15:05:31.991Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-13T15:05:32.321Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-13T15:05:32.321Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-13T15:05:32.321Z] WORKDIR /edgex [2023-03-13T15:05:32.321Z] COPY go.mod . [2023-03-13T15:05:32.321Z] RUN go mod download [2023-03-13T15:05:32.918Z] Sending build context to Docker daemon 2.946MB [2023-03-13T15:05:32.918Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-13T15:05:32.918Z] ---> f96f9c87975a [2023-03-13T15:05:32.918Z] Step 2/4 : WORKDIR /edgex [2023-03-13T15:05:34.859Z] ---> Running in b8dbaad15725 [2023-03-13T15:05:34.859Z] Removing intermediate container b8dbaad15725 [2023-03-13T15:05:34.859Z] ---> 19f2b2e43cb8 [2023-03-13T15:05:34.859Z] Step 3/4 : COPY go.mod . [2023-03-13T15:05:35.448Z] ---> a42919b1d1cf [2023-03-13T15:05:35.448Z] Step 4/4 : RUN go mod download [2023-03-13T15:05:35.448Z] ---> Running in 8087eccdcd9f [2023-03-13T15:05:51.932Z] Removing intermediate container 191faeb4aa37 [2023-03-13T15:05:51.932Z] ---> 948a1325881b [2023-03-13T15:05:51.932Z] Step 8/22 : COPY . . [2023-03-13T15:05:51.932Z] Removing intermediate container 46c24e127233 [2023-03-13T15:05:51.932Z] ---> 3885cb4e2cf9 [2023-03-13T15:05:51.932Z] Step 7/20 : COPY . . [2023-03-13T15:05:51.932Z] Removing intermediate container cf0995262d9e [2023-03-13T15:05:51.932Z] ---> cce023968bea [2023-03-13T15:05:51.932Z] Step 8/22 : COPY . . [2023-03-13T15:05:51.932Z] Removing intermediate container 6c4d6f8a39f2 [2023-03-13T15:05:51.932Z] ---> e67948e14a7c [2023-03-13T15:05:51.932Z] Step 8/22 : COPY . . [2023-03-13T15:05:51.932Z] Removing intermediate container 0b098c1bf310 [2023-03-13T15:05:51.932Z] ---> 1cf8008337e0 [2023-03-13T15:05:51.932Z] Step 8/22 : COPY . . [2023-03-13T15:06:06.818Z] ---> 55b1b096437d [2023-03-13T15:06:06.818Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-13T15:06:06.818Z] ---> Running in ac6f677fc93b [2023-03-13T15:06:06.818Z] ---> b673f4026425 [2023-03-13T15:06:06.818Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-13T15:06:06.818Z] ---> 64f8b523c7fb [2023-03-13T15:06:06.818Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-13T15:06:06.818Z] ---> f970c171244f [2023-03-13T15:06:06.818Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-13T15:06:06.818Z] ---> 8fee5db6b9f0 [2023-03-13T15:06:06.818Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-13T15:06:06.818Z] ---> Running in 8f5e5a5e41b3 [2023-03-13T15:06:06.818Z] ---> Running in ae1d60cba98f [2023-03-13T15:06:06.818Z] ---> Running in 9c3c4d54514f [2023-03-13T15:06:06.818Z] ---> Running in cfe718978387 [2023-03-13T15:06:07.393Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-13T15:06:07.393Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-13T15:06:07.393Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-13T15:06:07.650Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-13T15:06:07.650Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-13T15:06:07.684Z] Removing intermediate container 8087eccdcd9f [2023-03-13T15:06:07.684Z] ---> 7ac2966e086c [2023-03-13T15:06:07.684Z] Successfully built 7ac2966e086c [2023-03-13T15:06:07.684Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:06:08.020Z] + docker inspect -f . ci-base-image-arm64 [2023-03-13T15:06:08.020Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:06:08.209Z] prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container [2023-03-13T15:06:08.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:06:09.547Z] $ docker top 68f309457a5632240985236d2372d8af55eef1bf81dd0ee3c44ff3610a6beaf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T15:06:10.371Z] + go version [2023-03-13T15:06:10.371Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-13T15:06:10.414Z] $ docker stop --time=1 68f309457a5632240985236d2372d8af55eef1bf81dd0ee3c44ff3610a6beaf1 [2023-03-13T15:06:12.064Z] $ docker rm -f --volumes 68f309457a5632240985236d2372d8af55eef1bf81dd0ee3c44ff3610a6beaf1 [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-13T15:06:12.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-13T15:06:12.703Z] [2023-03-13T15:06:12.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:06:13.042Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-13T15:06:13.042Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-13T15:06:13.042Z] 29e5d40040c1: Pulling fs layer [2023-03-13T15:06:13.042Z] 1ce36da41761: Pulling fs layer [2023-03-13T15:06:13.042Z] 25b303627fd3: Pulling fs layer [2023-03-13T15:06:13.312Z] 29e5d40040c1: Download complete [2023-03-13T15:06:13.582Z] 1ce36da41761: Verifying Checksum [2023-03-13T15:06:13.582Z] 1ce36da41761: Download complete [2023-03-13T15:06:13.850Z] 29e5d40040c1: Pull complete [2023-03-13T15:06:15.262Z] 1ce36da41761: Pull complete [2023-03-13T15:06:15.262Z] 25b303627fd3: Verifying Checksum [2023-03-13T15:06:15.262Z] 25b303627fd3: Download complete [2023-03-13T15:06:25.341Z] 25b303627fd3: Pull complete [2023-03-13T15:06:25.341Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-13T15:06:25.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-13T15:06:25.341Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:06:25.525Z] prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container [2023-03-13T15:06:25.595Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:06:27.714Z] $ docker top 11b501612e94564409ff6a413b4832568494c4f50097cb91476620e87fdb57d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T15:06:28.559Z] + docker-compose build --help [2023-03-13T15:06:28.559Z] + grep parallel [2023-03-13T15:06:32.816Z] --parallel Build images in parallel. [Pipeline] } [2023-03-13T15:06:32.829Z] $ docker stop --time=1 11b501612e94564409ff6a413b4832568494c4f50097cb91476620e87fdb57d9 [2023-03-13T15:06:34.466Z] $ docker rm -f --volumes 11b501612e94564409ff6a413b4832568494c4f50097cb91476620e87fdb57d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:06:34.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-13T15:06:34.986Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:06:35.163Z] prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container [2023-03-13T15:06:35.220Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:06:36.358Z] $ docker top 64491d2c6d1f1ce76cec4f55f8efe81527ad36e95c9ce1a87a6b855f1240cc35 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T15:06:37.192Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-13T15:06:41.445Z] Building core-command ... [2023-03-13T15:06:41.445Z] Building core-common-config-bootstrapper ... [2023-03-13T15:06:41.445Z] Building core-data ... [2023-03-13T15:06:41.445Z] Building core-metadata ... [2023-03-13T15:06:41.445Z] Building security-bootstrapper ... [2023-03-13T15:06:41.445Z] Building security-proxy-auth ... [2023-03-13T15:06:41.445Z] Building security-proxy-setup ... [2023-03-13T15:06:41.445Z] Building security-secretstore-setup ... [2023-03-13T15:06:41.445Z] Building security-spiffe-token-provider ... [2023-03-13T15:06:41.445Z] Building security-spire-agent ... [2023-03-13T15:06:41.445Z] Building security-spire-config ... [2023-03-13T15:06:41.445Z] Building security-spire-server ... [2023-03-13T15:06:41.445Z] Building support-notifications ... [2023-03-13T15:06:41.445Z] Building support-scheduler ... [2023-03-13T15:06:41.445Z] Building security-spire-agent [2023-03-13T15:06:41.445Z] Building security-bootstrapper [2023-03-13T15:06:41.445Z] Building security-spire-server [2023-03-13T15:06:41.445Z] Building support-scheduler [2023-03-13T15:06:41.445Z] Building core-metadata [2023-03-13T15:06:46.335Z] Removing intermediate container ae1d60cba98f [2023-03-13T15:06:46.335Z] ---> 9f2fe519c236 [2023-03-13T15:06:46.335Z] [2023-03-13T15:06:46.335Z] Step 9/20 : FROM alpine:3.16 [2023-03-13T15:06:46.592Z] 3.16: Pulling from library/alpine [2023-03-13T15:06:49.916Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-13T15:06:50.487Z] Status: Downloaded newer image for alpine:3.16 [2023-03-13T15:06:50.747Z] ---> dfd21b5a31f5 [2023-03-13T15:06:50.747Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-13T15:06:51.004Z] ---> Running in a7499482f7c8 [2023-03-13T15:06:51.273Z] Removing intermediate container 9c3c4d54514f [2023-03-13T15:06:51.273Z] ---> 50ddb8bb740c [2023-03-13T15:06:51.273Z] [2023-03-13T15:06:51.273Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:06:51.273Z] ---> dfd21b5a31f5 [2023-03-13T15:06:51.273Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-13T15:06:51.273Z] Removing intermediate container cfe718978387 [2023-03-13T15:06:51.273Z] ---> 312dc07f2fbe [2023-03-13T15:06:51.273Z] [2023-03-13T15:06:51.273Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:06:51.273Z] ---> dfd21b5a31f5 [2023-03-13T15:06:51.273Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-13T15:06:51.273Z] ---> Running in 98111c85238e [2023-03-13T15:06:51.512Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:06:51.512Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:06:51.512Z] ---> 7ac2966e086c [2023-03-13T15:06:51.512Z] Step 3/24 : WORKDIR /edgex-go [2023-03-13T15:06:51.512Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:06:51.512Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:06:51.512Z] ---> 7ac2966e086c [2023-03-13T15:06:51.512Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:06:51.512Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:06:51.512Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:06:51.512Z] ---> 7ac2966e086c [2023-03-13T15:06:51.512Z] Step 3/32 : WORKDIR /edgex-go [2023-03-13T15:06:51.512Z] ---> Running in ae11ec6f7e9e [2023-03-13T15:06:51.512Z] ---> Running in 3ad86eeae14d [2023-03-13T15:06:51.512Z] ---> Running in 2b11c611b564 [2023-03-13T15:06:51.512Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:06:51.512Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:06:51.512Z] ---> 7ac2966e086c [2023-03-13T15:06:51.512Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:06:51.512Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:06:51.512Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:06:51.512Z] ---> 7ac2966e086c [2023-03-13T15:06:51.512Z] Step 3/23 : WORKDIR /edgex-go [2023-03-13T15:06:51.512Z] ---> Running in dfe698506c78 [2023-03-13T15:06:51.512Z] ---> Running in bfe776afc2c8 [2023-03-13T15:06:51.512Z] Removing intermediate container 3ad86eeae14d [2023-03-13T15:06:51.512Z] ---> 4dbb0aa47c53 [2023-03-13T15:06:51.512Z] Step 4/24 : WORKDIR /edgex-go [2023-03-13T15:06:51.534Z] Removing intermediate container ac6f677fc93b [2023-03-13T15:06:51.534Z] ---> 7a551aa55b7e [2023-03-13T15:06:51.534Z] [2023-03-13T15:06:51.534Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:06:51.534Z] ---> dfd21b5a31f5 [2023-03-13T15:06:51.534Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-13T15:06:51.534Z] Removing intermediate container 8f5e5a5e41b3 [2023-03-13T15:06:51.534Z] ---> 3c40af3f852a [2023-03-13T15:06:51.534Z] [2023-03-13T15:06:51.534Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:06:51.534Z] ---> dfd21b5a31f5 [2023-03-13T15:06:51.534Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:06:51.534Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:51.534Z] ---> Running in 280d743db73b [2023-03-13T15:06:51.534Z] ---> Running in bb890988a08e [2023-03-13T15:06:51.534Z] ---> Running in a14603ecd016 [2023-03-13T15:06:51.534Z] Removing intermediate container 98111c85238e [2023-03-13T15:06:51.534Z] ---> ba9e1f63b44a [2023-03-13T15:06:51.534Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:06:51.534Z] ---> Running in ef9216a5f886 [2023-03-13T15:06:51.534Z] Removing intermediate container 280d743db73b [2023-03-13T15:06:51.534Z] ---> b5911f9740d8 [2023-03-13T15:06:51.534Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:06:51.791Z] ---> Running in 0866cd9722d6 [2023-03-13T15:06:51.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:51.791Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-13T15:06:51.791Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-13T15:06:51.791Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:06:51.793Z] Removing intermediate container ae11ec6f7e9e [2023-03-13T15:06:51.793Z] ---> d1b7f7289955 [2023-03-13T15:06:51.793Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-13T15:06:51.793Z] Removing intermediate container 2b11c611b564 [2023-03-13T15:06:51.793Z] ---> 1e88ae99eaee [2023-03-13T15:06:51.793Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-13T15:06:51.793Z] ---> Running in 9cd3a3c40ef2 [2023-03-13T15:06:51.793Z] ---> Running in 4a27940d3278 [2023-03-13T15:06:51.793Z] ---> Running in 7cd8830601d1 [2023-03-13T15:06:52.049Z] OK: 6 MiB in 16 packages [2023-03-13T15:06:52.062Z] Removing intermediate container dfe698506c78 [2023-03-13T15:06:52.062Z] ---> f4232dfe4060 [2023-03-13T15:06:52.062Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-13T15:06:52.062Z] Removing intermediate container bfe776afc2c8 [2023-03-13T15:06:52.062Z] ---> 5c203f20c41e [2023-03-13T15:06:52.062Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:06:52.062Z] ---> Running in fb070a1756d3 [2023-03-13T15:06:52.062Z] ---> Running in ac6f746943b8 [2023-03-13T15:06:52.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.330Z] Removing intermediate container 9cd3a3c40ef2 [2023-03-13T15:06:52.330Z] ---> 03eac702293b [2023-03-13T15:06:52.330Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-13T15:06:52.563Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T15:06:52.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:06:52.564Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:06:52.564Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-13T15:06:52.564Z] OK: 6 MiB in 15 packages [2023-03-13T15:06:52.564Z] Removing intermediate container a7499482f7c8 [2023-03-13T15:06:52.564Z] ---> ccb2d24f9384 [2023-03-13T15:06:52.564Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-13T15:06:52.564Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-13T15:06:52.564Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:06:52.564Z] ---> Running in 60681084c921 [2023-03-13T15:06:52.564Z] Executing ca-certificates-20220614-r0.trigger [2023-03-13T15:06:52.564Z] OK: 6 MiB in 16 packages [2023-03-13T15:06:52.564Z] Removing intermediate container 60681084c921 [2023-03-13T15:06:52.564Z] ---> 8afcfe5878c9 [2023-03-13T15:06:52.564Z] Step 12/20 : WORKDIR /edgex [2023-03-13T15:06:52.564Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T15:06:52.564Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:06:52.564Z] OK: 6 MiB in 15 packages [2023-03-13T15:06:52.564Z] ---> Running in f072a851f578 [2023-03-13T15:06:52.564Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T15:06:52.564Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:06:52.564Z] OK: 6 MiB in 15 packages [2023-03-13T15:06:52.598Z] ---> Running in c8ed55ded87c [2023-03-13T15:06:52.821Z] Removing intermediate container f072a851f578 [2023-03-13T15:06:52.822Z] ---> 92d3762ea0b7 [2023-03-13T15:06:52.822Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-13T15:06:52.822Z] ---> d40b0f947ea3 [2023-03-13T15:06:52.822Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-13T15:06:52.822Z] Removing intermediate container a14603ecd016 [2023-03-13T15:06:52.822Z] ---> 555a64b02b99 [2023-03-13T15:06:52.822Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:06:52.822Z] ---> Running in bd17743d1ed1 [2023-03-13T15:06:53.183Z] Removing intermediate container ac6f746943b8 [2023-03-13T15:06:53.183Z] ---> 987acd3c9374 [2023-03-13T15:06:53.183Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:06:53.183Z] ---> Running in 37688e6c31e0 [2023-03-13T15:06:53.388Z] Removing intermediate container bd17743d1ed1 [2023-03-13T15:06:53.388Z] ---> 763db8c46f21 [2023-03-13T15:06:53.388Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-13T15:06:53.388Z] Removing intermediate container bb890988a08e [2023-03-13T15:06:53.388Z] ---> 3aa0d54ae34d [2023-03-13T15:06:53.388Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:06:53.388Z] ---> c3953a601b69 [2023-03-13T15:06:53.388Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-13T15:06:53.388Z] ---> Running in e64c14715611 [2023-03-13T15:06:53.388Z] ---> Running in bb80325d79df [2023-03-13T15:06:53.388Z] Removing intermediate container ef9216a5f886 [2023-03-13T15:06:53.388Z] ---> 4dd3b3f9383c [2023-03-13T15:06:53.388Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:06:53.388Z] Removing intermediate container e64c14715611 [2023-03-13T15:06:53.388Z] ---> 05adb60cea4a [2023-03-13T15:06:53.388Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-13T15:06:53.388Z] ---> Running in 3f7c3024531e [2023-03-13T15:06:53.388Z] Removing intermediate container bb80325d79df [2023-03-13T15:06:53.388Z] ---> 9b7adabbcf0f [2023-03-13T15:06:53.388Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-13T15:06:53.388Z] Removing intermediate container 0866cd9722d6 [2023-03-13T15:06:53.388Z] ---> c3ffc0f914b7 [2023-03-13T15:06:53.388Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:06:53.388Z] ---> 76771eb0424d [2023-03-13T15:06:53.388Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:06:53.388Z] ---> Running in 7bf00bf34824 [2023-03-13T15:06:53.388Z] ---> Running in 8eec9446bb63 [2023-03-13T15:06:53.716Z] Removing intermediate container 3f7c3024531e [2023-03-13T15:06:53.716Z] ---> a14fb1977c7c [2023-03-13T15:06:53.716Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:06:53.716Z] ---> da4cbbe2ac0b [2023-03-13T15:06:53.716Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-13T15:06:53.716Z] Removing intermediate container 7bf00bf34824 [2023-03-13T15:06:53.716Z] ---> 23c94b5bb25a [2023-03-13T15:06:53.716Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-13T15:06:53.716Z] ---> Running in 3279e886506d [2023-03-13T15:06:53.716Z] ---> bacefdb15a17 [2023-03-13T15:06:53.716Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-13T15:06:53.974Z] Removing intermediate container 3279e886506d [2023-03-13T15:06:53.974Z] ---> f36fb90470e6 [2023-03-13T15:06:53.974Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:06:53.974Z] ---> 1a746df6d65f [2023-03-13T15:06:53.974Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-13T15:06:54.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:54.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:54.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:54.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:54.941Z] ---> f6c5389f044b [2023-03-13T15:06:54.941Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-13T15:06:54.941Z] ---> 46fb0b3fa962 [2023-03-13T15:06:54.941Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-13T15:06:54.941Z] ---> 569b363c1ec5 [2023-03-13T15:06:54.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-13T15:06:54.941Z] ---> 681b9b312f11 [2023-03-13T15:06:54.941Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-13T15:06:54.941Z] Removing intermediate container 8eec9446bb63 [2023-03-13T15:06:54.941Z] ---> 95e6906000fa [2023-03-13T15:06:54.941Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:06:54.941Z] ---> Running in fb10ad82d719 [2023-03-13T15:06:54.941Z] ---> 05c5a60c9d19 [2023-03-13T15:06:54.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-13T15:06:54.941Z] ---> 15b95777ceed [2023-03-13T15:06:54.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-13T15:06:55.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:55.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:55.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:55.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:55.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:55.298Z] ---> b91b07431315 [2023-03-13T15:06:55.299Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-13T15:06:55.556Z] Removing intermediate container fb10ad82d719 [2023-03-13T15:06:55.556Z] ---> 7bf3fe68e0d5 [2023-03-13T15:06:55.556Z] Step 18/20 : LABEL arch=x86_64 [2023-03-13T15:06:55.556Z] ---> Running in d2f39d0116fc [2023-03-13T15:06:55.556Z] ---> da8f3a228743 [2023-03-13T15:06:55.556Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:06:55.556Z] ---> dd5270c2db93 [2023-03-13T15:06:55.556Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:06:55.556Z] ---> 683caae26822 [2023-03-13T15:06:55.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-13T15:06:55.556Z] ---> Running in 36617b51a97e [2023-03-13T15:06:55.556Z] ---> Running in 22775132d64d [2023-03-13T15:06:55.556Z] ---> Running in 81232069c288 [2023-03-13T15:06:55.814Z] Removing intermediate container d2f39d0116fc [2023-03-13T15:06:55.814Z] ---> 78071d5bafb3 [2023-03-13T15:06:55.814Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:06:55.814Z] Removing intermediate container 36617b51a97e [2023-03-13T15:06:55.814Z] ---> 963b0097a18d [2023-03-13T15:06:55.814Z] Step 19/20 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:06:55.814Z] ---> Running in 1da7f114d7cf [2023-03-13T15:06:55.814Z] ---> Running in fe52454976e0 [2023-03-13T15:06:55.814Z] ---> e663686710e8 [2023-03-13T15:06:55.814Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-13T15:06:55.814Z] Removing intermediate container 1da7f114d7cf [2023-03-13T15:06:55.814Z] ---> 0b9e0236d776 [2023-03-13T15:06:55.814Z] Step 20/22 : LABEL arch=x86_64 [2023-03-13T15:06:55.814Z] ---> Running in 10e60122992d [2023-03-13T15:06:55.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:06:56.073Z] ---> Running in 4c622e1ce036 [2023-03-13T15:06:56.073Z] Removing intermediate container fe52454976e0 [2023-03-13T15:06:56.073Z] ---> b6e05503898f [2023-03-13T15:06:56.073Z] Step 20/20 : LABEL version=3.0.0-dev.93 [2023-03-13T15:06:56.073Z] ---> Running in 444efa520ad6 [2023-03-13T15:06:56.073Z] Removing intermediate container 10e60122992d [2023-03-13T15:06:56.073Z] ---> b46dc0bdd186 [2023-03-13T15:06:56.073Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:06:56.073Z] ---> Running in b983ca277a58 [2023-03-13T15:06:56.073Z] Removing intermediate container 4c622e1ce036 [2023-03-13T15:06:56.073Z] ---> 3ec853aedbd8 [2023-03-13T15:06:56.073Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:06:56.073Z] Removing intermediate container 444efa520ad6 [2023-03-13T15:06:56.073Z] ---> 963a95334b4b [2023-03-13T15:06:56.073Z] [2023-03-13T15:06:56.073Z] ---> Running in 3ba4ed595ddc [2023-03-13T15:06:56.073Z] Removing intermediate container b983ca277a58 [2023-03-13T15:06:56.073Z] ---> 0479a30c5813 [2023-03-13T15:06:56.073Z] Step 20/22 : LABEL arch=x86_64 [2023-03-13T15:06:56.124Z] OK: 221 MiB in 51 packages [2023-03-13T15:06:56.124Z] OK: 221 MiB in 51 packages [2023-03-13T15:06:56.369Z] Successfully built 963a95334b4b [2023-03-13T15:06:56.369Z] Successfully tagged security-proxy-setup:latest [2023-03-13T15:06:56.369Z] Building core-data [2023-03-13T15:06:56.369Z]  Building security-proxy-setup ... done  ---> Running in 40fb5308ce3f [2023-03-13T15:06:56.369Z] Removing intermediate container 3ba4ed595ddc [2023-03-13T15:06:56.369Z] ---> 037d0406eea6 [2023-03-13T15:06:56.369Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:06:56.369Z] ---> Running in a60a34ed981e [2023-03-13T15:06:56.392Z] OK: 221 MiB in 51 packages [2023-03-13T15:06:56.628Z] Removing intermediate container 40fb5308ce3f [2023-03-13T15:06:56.628Z] ---> 5f0e5dd5d1f8 [2023-03-13T15:06:56.628Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:06:56.664Z] OK: 221 MiB in 51 packages [2023-03-13T15:06:56.949Z] OK: 221 MiB in 51 packages [2023-03-13T15:06:57.910Z] Removing intermediate container 7cd8830601d1 [2023-03-13T15:06:57.910Z] ---> 75ecc8316bbe [2023-03-13T15:06:57.910Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-13T15:06:58.498Z] Removing intermediate container fb070a1756d3 [2023-03-13T15:06:58.498Z] ---> f505df04f7cd [2023-03-13T15:06:58.498Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-13T15:06:58.498Z] Removing intermediate container c8ed55ded87c [2023-03-13T15:06:58.498Z] ---> ef97660b9464 [2023-03-13T15:06:58.498Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-13T15:06:58.498Z] Removing intermediate container 4a27940d3278 [2023-03-13T15:06:58.498Z] ---> 2e41608fc3d0 [2023-03-13T15:06:58.498Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-13T15:06:58.498Z] Removing intermediate container 37688e6c31e0 [2023-03-13T15:06:58.498Z] ---> 9b8494a9e377 [2023-03-13T15:06:58.766Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:06:59.179Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:06:59.179Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:06:59.179Z] ---> 49c5ddee03e9 [2023-03-13T15:06:59.179Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:06:59.179Z] ---> Using cache [2023-03-13T15:06:59.179Z] ---> 96df1c0df638 [2023-03-13T15:06:59.179Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:06:59.179Z] ---> Using cache [2023-03-13T15:06:59.179Z] ---> d1d936cb5b2d [2023-03-13T15:06:59.179Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:06:59.179Z] ---> Using cache [2023-03-13T15:06:59.179Z] ---> 78ef002f5086 [2023-03-13T15:06:59.179Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:06:59.179Z] ---> Using cache [2023-03-13T15:06:59.179Z] ---> db7d7c3e7467 [2023-03-13T15:06:59.179Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:06:59.179Z] ---> Using cache [2023-03-13T15:06:59.180Z] ---> 1cf8008337e0 [2023-03-13T15:06:59.180Z] Step 8/22 : COPY . . [2023-03-13T15:06:59.180Z] ---> Using cache [2023-03-13T15:06:59.180Z] ---> b673f4026425 [2023-03-13T15:06:59.180Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-13T15:06:59.349Z] ---> d0b7484b7c20 [2023-03-13T15:06:59.349Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:06:59.349Z] ---> 75ff64b98bc0 [2023-03-13T15:06:59.349Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:06:59.349Z] ---> Running in 08431402ff8d [2023-03-13T15:06:59.629Z] ---> 9599fb81f7da [2023-03-13T15:06:59.629Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:06:59.629Z] ---> c6f9c70e8d7d [2023-03-13T15:06:59.629Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:06:59.629Z] ---> Running in e57884ac6485 [2023-03-13T15:06:59.629Z] ---> Running in ea613cda6eaa [2023-03-13T15:06:59.896Z] ---> 19c2d7deb8d2 [2023-03-13T15:06:59.896Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:06:59.896Z] ---> Running in d1ab424afef6 [2023-03-13T15:06:59.896Z] ---> Running in c6c8722a7303 [2023-03-13T15:07:00.559Z] Removing intermediate container a60a34ed981e [2023-03-13T15:07:00.560Z] ---> 8da0dd1329fb [2023-03-13T15:07:00.560Z] [2023-03-13T15:07:00.560Z] ---> Running in 454f59b2aff8 [2023-03-13T15:07:00.560Z] Successfully built 8da0dd1329fb [2023-03-13T15:07:00.560Z] ---> Running in fd56e4e5c3e9 [2023-03-13T15:07:00.560Z] Successfully tagged support-scheduler:latest [2023-03-13T15:07:00.560Z]  Building support-scheduler ... done Building security-spiffe-token-provider [2023-03-13T15:07:00.820Z] Removing intermediate container 81232069c288 [2023-03-13T15:07:00.820Z] ---> bae91a614de5 [2023-03-13T15:07:00.820Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:07:03.353Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:07:03.353Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:07:03.353Z] ---> 49c5ddee03e9 [2023-03-13T15:07:03.353Z] Step 3/19 : WORKDIR /edgex-go [2023-03-13T15:07:03.353Z] ---> Using cache [2023-03-13T15:07:03.353Z] ---> 1d94d9777567 [2023-03-13T15:07:03.353Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-13T15:07:03.919Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-13T15:07:04.485Z] Removing intermediate container 22775132d64d [2023-03-13T15:07:04.485Z] ---> af278323aa49 [2023-03-13T15:07:04.485Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:07:05.053Z] Removing intermediate container fd56e4e5c3e9 [2023-03-13T15:07:05.053Z] ---> 09f2b827d7bc [2023-03-13T15:07:05.053Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:07:05.053Z] ---> Running in d9c1f77654d2 [2023-03-13T15:07:05.053Z] ---> Running in 57828a298cc9 [2023-03-13T15:07:05.053Z] ---> Running in 4ffd06a94170 [2023-03-13T15:07:05.053Z] ---> Running in 64c330e0a502 [2023-03-13T15:07:05.053Z] Removing intermediate container 4ffd06a94170 [2023-03-13T15:07:05.053Z] ---> 26e1a696ace0 [2023-03-13T15:07:05.053Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-13T15:07:05.053Z] Removing intermediate container 57828a298cc9 [2023-03-13T15:07:05.053Z] ---> 2a79ae55c85b [2023-03-13T15:07:05.053Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-13T15:07:05.053Z] ---> Running in 9df119be9db7 [2023-03-13T15:07:05.053Z] ---> Running in eaef1465d47d [2023-03-13T15:07:05.053Z] Removing intermediate container 64c330e0a502 [2023-03-13T15:07:05.053Z] ---> d4f637fd6617 [2023-03-13T15:07:05.053Z] [2023-03-13T15:07:05.312Z] Removing intermediate container eaef1465d47d [2023-03-13T15:07:05.312Z] ---> 976b396ef222 [2023-03-13T15:07:05.312Z] Step 20/22 : LABEL arch=x86_64 [2023-03-13T15:07:05.312Z] Removing intermediate container 9df119be9db7 [2023-03-13T15:07:05.312Z] ---> 937935f1987a [2023-03-13T15:07:05.312Z] Step 20/22 : LABEL arch=x86_64 [2023-03-13T15:07:05.312Z] Successfully built d4f637fd6617 [2023-03-13T15:07:05.312Z] Successfully tagged support-notifications:latest [2023-03-13T15:07:05.312Z] Building security-spire-agent [2023-03-13T15:07:05.312Z]  Building support-notifications ... done  ---> Running in 478107d7c8ce [2023-03-13T15:07:05.312Z] ---> Running in 3d0b4ea2dfe6 [2023-03-13T15:07:05.312Z] Removing intermediate container 478107d7c8ce [2023-03-13T15:07:05.312Z] ---> 484656fb1a1d [2023-03-13T15:07:05.312Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:07:05.312Z] Removing intermediate container 3d0b4ea2dfe6 [2023-03-13T15:07:05.312Z] ---> 3c0d28c2305e [2023-03-13T15:07:05.312Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:07:05.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:05.810Z] ---> Running in 5e36ff6d81b1 [2023-03-13T15:07:06.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:06.073Z] ---> Running in 717bd88bac7f [2023-03-13T15:07:06.332Z] v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-13T15:07:06.332Z] v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-13T15:07:06.332Z] OK: 17046 distinct packages available [2023-03-13T15:07:06.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:06.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:06.589Z] OK: 211 MiB in 51 packages [2023-03-13T15:07:07.548Z] Removing intermediate container 5e36ff6d81b1 [2023-03-13T15:07:07.548Z] ---> 897530696da3 [2023-03-13T15:07:07.548Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:07:08.491Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:07:08.491Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:07:08.491Z] ---> 49c5ddee03e9 [2023-03-13T15:07:08.491Z] Step 3/24 : WORKDIR /edgex-go [2023-03-13T15:07:08.491Z] ---> Using cache [2023-03-13T15:07:08.491Z] ---> 1d94d9777567 [2023-03-13T15:07:08.491Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-13T15:07:09.869Z] ---> Running in 8c292a987be7 [2023-03-13T15:07:09.869Z] Removing intermediate container 717bd88bac7f [2023-03-13T15:07:09.869Z] ---> eb872713ae21 [2023-03-13T15:07:09.869Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:07:09.869Z] ---> Running in ce30dbf8054f [2023-03-13T15:07:09.869Z] ---> Running in 0183cf5d2e36 [2023-03-13T15:07:09.869Z] Removing intermediate container 8c292a987be7 [2023-03-13T15:07:09.869Z] ---> 03dfd17a2b10 [2023-03-13T15:07:09.869Z] [2023-03-13T15:07:09.869Z] Successfully built 03dfd17a2b10 [2023-03-13T15:07:09.869Z] Successfully tagged security-proxy-auth:latest [2023-03-13T15:07:09.869Z]  Building security-proxy-auth ... done Building security-spire-config [2023-03-13T15:07:10.139Z] Removing intermediate container 0183cf5d2e36 [2023-03-13T15:07:10.139Z] ---> 5ed6a63ab941 [2023-03-13T15:07:10.139Z] [2023-03-13T15:07:10.139Z] Removing intermediate container d9c1f77654d2 [2023-03-13T15:07:10.139Z] ---> 3ab7c36ec176 [2023-03-13T15:07:10.139Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-13T15:07:10.139Z] Successfully built 5ed6a63ab941 [2023-03-13T15:07:10.139Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-13T15:07:10.139Z] Building security-spire-server [2023-03-13T15:07:10.398Z]  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:10.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:10.657Z] OK: 211 MiB in 51 packages [2023-03-13T15:07:15.090Z] ---> ff85d4dbd132 [2023-03-13T15:07:15.090Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:07:15.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:07:15.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:07:15.350Z] ---> 49c5ddee03e9 [2023-03-13T15:07:15.350Z] Step 3/24 : WORKDIR /edgex-go [2023-03-13T15:07:15.350Z] ---> Using cache [2023-03-13T15:07:15.350Z] ---> 1d94d9777567 [2023-03-13T15:07:15.350Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-13T15:07:15.619Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:07:15.619Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:07:15.619Z] ---> 49c5ddee03e9 [2023-03-13T15:07:15.619Z] Step 3/23 : WORKDIR /edgex-go [2023-03-13T15:07:15.619Z] ---> Using cache [2023-03-13T15:07:15.619Z] ---> 1d94d9777567 [2023-03-13T15:07:15.620Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-13T15:07:18.164Z] ---> Running in 30c28c3a9641 [2023-03-13T15:07:18.164Z] ---> Running in 64f93a88f57a [2023-03-13T15:07:18.164Z] ---> Running in 448f7acd4770 [2023-03-13T15:07:18.424Z] Removing intermediate container ce30dbf8054f [2023-03-13T15:07:18.424Z] ---> 0211578de818 [2023-03-13T15:07:18.424Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-13T15:07:18.424Z] ---> 7510b04642ee [2023-03-13T15:07:18.424Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:07:18.424Z] ---> Running in 6ac43588b84e [2023-03-13T15:07:18.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:18.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:18.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:18.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:07:19.255Z] OK: 211 MiB in 51 packages [2023-03-13T15:07:19.255Z] OK: 211 MiB in 51 packages [2023-03-13T15:07:19.829Z] Removing intermediate container 448f7acd4770 [2023-03-13T15:07:19.829Z] ---> 2a4490ad7376 [2023-03-13T15:07:19.829Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-13T15:07:19.829Z] Removing intermediate container 30c28c3a9641 [2023-03-13T15:07:19.829Z] ---> 79ab1aadbfde [2023-03-13T15:07:19.829Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-13T15:07:20.089Z] ---> 912dd7745b85 [2023-03-13T15:07:20.089Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:07:20.089Z] ---> 721a01044990 [2023-03-13T15:07:20.089Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:07:20.089Z] ---> Running in 7c15c46273f7 [2023-03-13T15:07:20.089Z] ---> Running in 1281bbc77b25 [2023-03-13T15:07:52.200Z] Removing intermediate container 454f59b2aff8 [2023-03-13T15:07:52.200Z] ---> a267492d5f0b [2023-03-13T15:07:52.200Z] [2023-03-13T15:07:52.200Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:07:52.200Z] ---> dfd21b5a31f5 [2023-03-13T15:07:52.200Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-13T15:07:52.200Z] ---> Running in aae5b2342991 [2023-03-13T15:07:52.200Z] Removing intermediate container aae5b2342991 [2023-03-13T15:07:52.200Z] ---> 09e126c8e33f [2023-03-13T15:07:52.200Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-13T15:07:52.200Z] ---> Running in 36d688f6e6a1 [2023-03-13T15:07:52.200Z] Removing intermediate container 36d688f6e6a1 [2023-03-13T15:07:52.200Z] ---> 7ed75d16c02c [2023-03-13T15:07:52.200Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-13T15:07:52.200Z] ---> Running in 53dc6c2946a2 [2023-03-13T15:07:52.200Z] Removing intermediate container 1281bbc77b25 [2023-03-13T15:07:52.200Z] ---> 4b96b9e69149 [2023-03-13T15:07:52.200Z] Step 7/24 : COPY . . [2023-03-13T15:07:52.200Z] Removing intermediate container 64f93a88f57a [2023-03-13T15:07:52.200Z] ---> 442b93e8644b [2023-03-13T15:07:52.200Z] Step 7/19 : COPY . . [2023-03-13T15:07:52.200Z] Removing intermediate container 7c15c46273f7 [2023-03-13T15:07:52.200Z] ---> 625b5397e3f0 [2023-03-13T15:07:52.200Z] Step 7/23 : COPY . . [2023-03-13T15:07:52.200Z] Removing intermediate container 53dc6c2946a2 [2023-03-13T15:07:52.200Z] ---> 717337dc4cea [2023-03-13T15:07:52.200Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:07:52.200Z] Removing intermediate container 6ac43588b84e [2023-03-13T15:07:52.200Z] ---> d18132bea13b [2023-03-13T15:07:52.200Z] Step 7/24 : COPY . . [2023-03-13T15:08:04.439Z] ---> Running in 8a1151073634 [2023-03-13T15:08:04.439Z] ---> 831a46445ed2 [2023-03-13T15:08:04.439Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-13T15:08:04.439Z] ---> c1a2c68c6504 [2023-03-13T15:08:04.439Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-13T15:08:04.439Z] ---> da154c6f8f5a [2023-03-13T15:08:04.439Z] ---> 9498cc138fdc [2023-03-13T15:08:04.439Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-13T15:08:04.439Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-13T15:08:04.439Z] ---> Running in dd565103e025 [2023-03-13T15:08:04.439Z] ---> Running in 5052eea80894 [2023-03-13T15:08:04.439Z] ---> Running in adbdde2cae52 [2023-03-13T15:08:04.439Z] ---> Running in 235b0ef36a2f [2023-03-13T15:08:04.439Z] Removing intermediate container 5052eea80894 [2023-03-13T15:08:04.439Z] ---> e86500b9ac15 [2023-03-13T15:08:04.439Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-13T15:08:04.439Z] ---> Running in ebed73cfc3cd [2023-03-13T15:08:04.439Z] Removing intermediate container 235b0ef36a2f [2023-03-13T15:08:04.439Z] ---> 6c0abdd89e27 [2023-03-13T15:08:04.439Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-13T15:08:04.439Z] Removing intermediate container dd565103e025 [2023-03-13T15:08:04.439Z] ---> eb316a556382 [2023-03-13T15:08:04.439Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-13T15:08:04.439Z] ---> Running in e2866385d825 [2023-03-13T15:08:04.439Z] ---> Running in af2f6cc3ee84 [2023-03-13T15:08:04.439Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-13T15:08:04.439Z] Removing intermediate container ebed73cfc3cd [2023-03-13T15:08:04.439Z] ---> 3ed9a845e22e [2023-03-13T15:08:04.439Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-13T15:08:04.439Z] ---> Running in 15380380394c [2023-03-13T15:08:04.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:04.439Z] Removing intermediate container af2f6cc3ee84 [2023-03-13T15:08:04.439Z] ---> db6b2b34c327 [2023-03-13T15:08:04.439Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-13T15:08:04.439Z] Removing intermediate container e2866385d825 [2023-03-13T15:08:04.439Z] ---> 5f1199ba6731 [2023-03-13T15:08:04.439Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-13T15:08:04.439Z] ---> Running in 78979ae5ed33 [2023-03-13T15:08:04.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:04.439Z] ---> Running in 2fc71b6711ce [2023-03-13T15:08:04.439Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T15:08:04.439Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:08:04.439Z] OK: 6 MiB in 15 packages [2023-03-13T15:08:04.699Z] Removing intermediate container 8a1151073634 [2023-03-13T15:08:04.699Z] ---> 2d542f328386 [2023-03-13T15:08:04.699Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:08:04.958Z] ---> bbcf57221e47 [2023-03-13T15:08:04.958Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-13T15:08:04.958Z] Removing intermediate container 78979ae5ed33 [2023-03-13T15:08:04.958Z] ---> ee715bd973fd [2023-03-13T15:08:04.958Z] Step 11/24 : WORKDIR /edgex-go [2023-03-13T15:08:04.958Z] ---> Running in 271bb3ab83bb [2023-03-13T15:08:04.958Z] Removing intermediate container 15380380394c [2023-03-13T15:08:04.958Z] ---> 65cc30802096 [2023-03-13T15:08:04.958Z] Step 11/23 : WORKDIR /edgex-go [2023-03-13T15:08:04.958Z] ---> Running in 34930ebd0cc3 [2023-03-13T15:08:05.240Z] Removing intermediate container 2fc71b6711ce [2023-03-13T15:08:05.240Z] ---> 6b8ca96300f7 [2023-03-13T15:08:05.240Z] Step 11/24 : WORKDIR /edgex-go [2023-03-13T15:08:05.240Z] ---> Running in 284075bfe2f7 [2023-03-13T15:08:05.240Z] Removing intermediate container 271bb3ab83bb [2023-03-13T15:08:05.240Z] ---> fcf9e8c9035b [2023-03-13T15:08:05.240Z] [2023-03-13T15:08:05.240Z] Step 12/24 : FROM alpine:3.15 [2023-03-13T15:08:05.240Z] Removing intermediate container 34930ebd0cc3 [2023-03-13T15:08:05.240Z] ---> bf8eea4d2353 [2023-03-13T15:08:05.240Z] [2023-03-13T15:08:05.240Z] Step 12/23 : FROM alpine:3.15 [2023-03-13T15:08:05.500Z] Removing intermediate container 284075bfe2f7 [2023-03-13T15:08:05.500Z] ---> 6d9a1f0a9e4f [2023-03-13T15:08:05.500Z] [2023-03-13T15:08:05.500Z] Step 12/24 : FROM alpine:3.15 [2023-03-13T15:08:05.500Z] ---> 6eabc699bdf0 [2023-03-13T15:08:05.500Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-13T15:08:05.760Z] ---> 7f4af2cad20d [2023-03-13T15:08:05.760Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-13T15:08:05.760Z] ---> Running in eeb0dd5cab95 [2023-03-13T15:08:05.760Z] Removing intermediate container eeb0dd5cab95 [2023-03-13T15:08:05.760Z] ---> bb0ee18900e9 [2023-03-13T15:08:05.760Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:08:05.760Z] ---> Running in f353b302c1ac [2023-03-13T15:08:05.760Z] Removing intermediate container f353b302c1ac [2023-03-13T15:08:05.760Z] ---> 5fff58f9de38 [2023-03-13T15:08:05.760Z] Step 20/22 : LABEL arch=x86_64 [2023-03-13T15:08:05.760Z] ---> Running in 7d915691a5e6 [2023-03-13T15:08:06.021Z] Removing intermediate container 7d915691a5e6 [2023-03-13T15:08:06.021Z] ---> 6805155c9a96 [2023-03-13T15:08:06.021Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:08:06.021Z] ---> Running in 667fca70f714 [2023-03-13T15:08:06.021Z] Removing intermediate container 667fca70f714 [2023-03-13T15:08:06.021Z] ---> 02f82b365ff9 [2023-03-13T15:08:06.021Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:08:06.280Z] ---> Running in e356bf3aa184 [2023-03-13T15:08:06.280Z] 3.15: Pulling from library/alpine [2023-03-13T15:08:06.280Z] Removing intermediate container e356bf3aa184 [2023-03-13T15:08:06.280Z] ---> dd0244d83057 [2023-03-13T15:08:06.280Z] [2023-03-13T15:08:06.539Z] 3.15: Pulling from library/alpine [2023-03-13T15:08:06.539Z] Successfully built dd0244d83057 [2023-03-13T15:08:06.539Z] 3.15: Pulling from library/alpine [2023-03-13T15:08:06.539Z] Successfully tagged core-data:latest [2023-03-13T15:08:06.539Z]  Building core-data ... done Building security-bootstrapper [2023-03-13T15:08:07.916Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-13T15:08:07.916Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-13T15:08:07.916Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-13T15:08:07.916Z] Status: Downloaded newer image for alpine:3.15 [2023-03-13T15:08:07.916Z] Status: Image is up to date for alpine:3.15 [2023-03-13T15:08:07.916Z] Status: Downloaded newer image for alpine:3.15 [2023-03-13T15:08:07.916Z] ---> 5ce65d7b0fde [2023-03-13T15:08:07.916Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:08:07.916Z] ---> 5ce65d7b0fde [2023-03-13T15:08:07.916Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:08:07.916Z] ---> 5ce65d7b0fde [2023-03-13T15:08:07.916Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:08:11.478Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:08:11.478Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:08:11.478Z] ---> 49c5ddee03e9 [2023-03-13T15:08:11.478Z] Step 3/32 : WORKDIR /edgex-go [2023-03-13T15:08:11.478Z] ---> Using cache [2023-03-13T15:08:11.478Z] ---> 1d94d9777567 [2023-03-13T15:08:11.478Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-13T15:08:11.478Z] ---> Using cache [2023-03-13T15:08:11.478Z] ---> fe97fc52ec9f [2023-03-13T15:08:11.478Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-13T15:08:11.478Z] ---> Using cache [2023-03-13T15:08:11.478Z] ---> 37de0e0bc83a [2023-03-13T15:08:11.478Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:08:11.478Z] ---> Using cache [2023-03-13T15:08:11.478Z] ---> 3885cb4e2cf9 [2023-03-13T15:08:11.478Z] Step 7/32 : COPY . . [2023-03-13T15:08:11.478Z] ---> Using cache [2023-03-13T15:08:11.478Z] ---> 64f8b523c7fb [2023-03-13T15:08:11.478Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-13T15:08:15.764Z] ---> Running in b990ecbeeb4b [2023-03-13T15:08:15.764Z] ---> Running in c5f516f1ea32 [2023-03-13T15:08:15.764Z] ---> Running in 26ec6d58a16a [2023-03-13T15:08:15.764Z] ---> Running in 839db3a900cb [2023-03-13T15:08:15.764Z] Removing intermediate container c5f516f1ea32 [2023-03-13T15:08:15.764Z] ---> 4daf28949942 [2023-03-13T15:08:15.764Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-13T15:08:15.764Z] Removing intermediate container b990ecbeeb4b [2023-03-13T15:08:15.764Z] ---> bd694984559d [2023-03-13T15:08:15.764Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-13T15:08:15.764Z] Removing intermediate container 26ec6d58a16a [2023-03-13T15:08:15.764Z] ---> 075ee7780b5d [2023-03-13T15:08:15.764Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-13T15:08:15.765Z] ---> Running in c2a35c7ed406 [2023-03-13T15:08:15.765Z] ---> Running in 3dca2683429f [2023-03-13T15:08:15.765Z] ---> Running in 755753800fd8 [2023-03-13T15:08:15.765Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-13T15:08:15.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:15.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:15.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:15.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:15.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.023Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:08:16.023Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:08:16.023Z] OK: 15859 distinct packages available [2023-03-13T15:08:16.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.023Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:08:16.023Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:08:16.023Z] OK: 15859 distinct packages available [2023-03-13T15:08:16.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.024Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:08:16.024Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:08:16.024Z] OK: 15859 distinct packages available [2023-03-13T15:08:16.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:16.290Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-13T15:08:16.290Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:08:16.290Z] (3/5) Installing libucontext (1.1-r0) [2023-03-13T15:08:16.290Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-13T15:08:16.290Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-13T15:08:16.290Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:08:16.290Z] OK: 7 MiB in 19 packages [2023-03-13T15:08:16.290Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-13T15:08:16.290Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:08:16.290Z] (3/5) Installing libucontext (1.1-r0) [2023-03-13T15:08:16.290Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-13T15:08:16.290Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-13T15:08:16.290Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:08:16.290Z] OK: 7 MiB in 19 packages [2023-03-13T15:08:16.290Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-13T15:08:16.290Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:08:16.290Z] (3/4) Installing libucontext (1.1-r0) [2023-03-13T15:08:16.290Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-13T15:08:16.554Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:08:16.554Z] OK: 6 MiB in 18 packages [2023-03-13T15:08:17.495Z] Removing intermediate container 3dca2683429f [2023-03-13T15:08:17.495Z] ---> 46c4446feb17 [2023-03-13T15:08:17.495Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-13T15:08:17.495Z] Removing intermediate container 755753800fd8 [2023-03-13T15:08:17.495Z] ---> a1d22d08af6f [2023-03-13T15:08:17.495Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-13T15:08:17.758Z] Removing intermediate container c2a35c7ed406 [2023-03-13T15:08:17.758Z] ---> 535e66287760 [2023-03-13T15:08:17.758Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-13T15:08:23.229Z] ---> 27550a2fadb4 [2023-03-13T15:08:23.229Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-13T15:08:23.229Z] ---> 3576fef02eb1 [2023-03-13T15:08:23.229Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-13T15:08:23.229Z] ---> 2af55ecb62ff [2023-03-13T15:08:23.229Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-13T15:08:23.229Z] ---> 58a4bac4d24d [2023-03-13T15:08:23.229Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-13T15:08:23.229Z] ---> dbebc3da2ae4 [2023-03-13T15:08:23.229Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-13T15:08:23.489Z] ---> Running in 9d28ae13de0b [2023-03-13T15:08:26.046Z] ---> f4d9292618f8 [2023-03-13T15:08:26.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-13T15:08:26.047Z] Removing intermediate container 9d28ae13de0b [2023-03-13T15:08:26.047Z] ---> 592dd12c9211 [2023-03-13T15:08:26.047Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-13T15:08:26.047Z] ---> 15ff73aff10c [2023-03-13T15:08:26.047Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-13T15:08:26.345Z] ---> 0326a8f6f3c9 [2023-03-13T15:08:26.345Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-13T15:08:26.345Z] ---> cfb2c7f2a2bf [2023-03-13T15:08:26.345Z] Step 19/24 : WORKDIR / [2023-03-13T15:08:26.345Z] ---> aa270a921e81 [2023-03-13T15:08:26.345Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-13T15:08:26.345Z] ---> Running in b1d8fd881bf9 [2023-03-13T15:08:26.345Z] ---> Running in 898df164a48d [2023-03-13T15:08:26.613Z] ---> 33f24850bf96 [2023-03-13T15:08:26.613Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-13T15:08:26.613Z] Removing intermediate container b1d8fd881bf9 [2023-03-13T15:08:26.613Z] ---> ca9f436a133e [2023-03-13T15:08:26.613Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-13T15:08:26.613Z] Removing intermediate container 898df164a48d [2023-03-13T15:08:26.613Z] ---> 66fbfd95345f [2023-03-13T15:08:26.613Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-13T15:08:26.613Z] ---> Running in 696402151b28 [2023-03-13T15:08:26.613Z] ---> Running in f2dcd62627e5 [2023-03-13T15:08:26.873Z] ---> 2bf96608f115 [2023-03-13T15:08:26.873Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-13T15:08:26.873Z] Removing intermediate container 696402151b28 [2023-03-13T15:08:26.873Z] ---> d341eef261d5 [2023-03-13T15:08:26.873Z] Step 21/23 : LABEL arch=x86_64 [2023-03-13T15:08:27.135Z] ---> Running in bd7794b4a94b [2023-03-13T15:08:27.135Z] Removing intermediate container f2dcd62627e5 [2023-03-13T15:08:27.135Z] ---> f035e1086653 [2023-03-13T15:08:27.135Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-13T15:08:27.401Z] ---> Running in 41faef1ff57c [2023-03-13T15:08:27.401Z] ---> Running in bb88760baeb7 [2023-03-13T15:08:27.401Z] Removing intermediate container bd7794b4a94b [2023-03-13T15:08:27.401Z] ---> d206266f37f8 [2023-03-13T15:08:27.401Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-13T15:08:27.989Z] Removing intermediate container bb88760baeb7 [2023-03-13T15:08:27.989Z] ---> 2f3416367904 [2023-03-13T15:08:27.989Z] Step 22/24 : LABEL arch=x86_64 [2023-03-13T15:08:28.277Z] ---> Running in 741cf5a3fdfc [2023-03-13T15:08:28.277Z] Removing intermediate container 41faef1ff57c [2023-03-13T15:08:28.277Z] ---> a1daa305daae [2023-03-13T15:08:28.277Z] Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:08:28.534Z] ---> Running in d3c677f8305a [2023-03-13T15:08:28.534Z] ---> Running in 27eb4326757b [2023-03-13T15:08:28.794Z] Removing intermediate container 741cf5a3fdfc [2023-03-13T15:08:28.794Z] ---> a7bd969f1244 [2023-03-13T15:08:28.794Z] Step 22/24 : LABEL arch=x86_64 [2023-03-13T15:08:28.794Z] Removing intermediate container d3c677f8305a [2023-03-13T15:08:28.794Z] ---> 9cecbe38be61 [2023-03-13T15:08:28.794Z] Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:08:28.794Z] Removing intermediate container 27eb4326757b [2023-03-13T15:08:28.794Z] ---> d19c4f644479 [2023-03-13T15:08:28.794Z] Step 23/23 : LABEL version=3.0.0-dev.93 [2023-03-13T15:08:28.794Z] ---> Running in 564b821dcc7d [2023-03-13T15:08:29.078Z] ---> Running in 6f634fdbfa0a [2023-03-13T15:08:29.078Z] ---> Running in 8077e1b7eae7 [2023-03-13T15:08:29.078Z] Removing intermediate container 564b821dcc7d [2023-03-13T15:08:29.078Z] ---> 9f2236f977ae [2023-03-13T15:08:29.078Z] Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:08:29.078Z] Removing intermediate container 6f634fdbfa0a [2023-03-13T15:08:29.078Z] ---> bec783d0dac9 [2023-03-13T15:08:29.078Z] Step 24/24 : LABEL version=3.0.0-dev.93 [2023-03-13T15:08:29.078Z] ---> Running in 31d233782be4 [2023-03-13T15:08:29.078Z] ---> Running in 5817e3864ab6 [2023-03-13T15:08:29.078Z] Removing intermediate container 8077e1b7eae7 [2023-03-13T15:08:29.078Z] ---> 235df4f62944 [2023-03-13T15:08:29.078Z] [2023-03-13T15:08:29.337Z] Removing intermediate container 31d233782be4 [2023-03-13T15:08:29.337Z] ---> 1cdacec7ba95 [2023-03-13T15:08:29.337Z] Step 24/24 : LABEL version=3.0.0-dev.93 [2023-03-13T15:08:29.337Z] Removing intermediate container 5817e3864ab6 [2023-03-13T15:08:29.337Z] ---> 5d15114b0f3b [2023-03-13T15:08:29.337Z] [2023-03-13T15:08:29.337Z] ---> Running in 40397b603c2e [2023-03-13T15:08:29.337Z] Successfully built 235df4f62944 [2023-03-13T15:08:29.337Z] Successfully tagged security-spire-server:latest [2023-03-13T15:08:29.337Z]  Building security-spire-server ... done Building security-secretstore-setup [2023-03-13T15:08:29.337Z] Successfully built 5d15114b0f3b [2023-03-13T15:08:29.594Z] Successfully tagged security-spire-config:latest [2023-03-13T15:08:29.594Z]  Building security-spire-config ... done Building core-command [2023-03-13T15:08:29.594Z] Removing intermediate container 40397b603c2e [2023-03-13T15:08:29.594Z] ---> bc6d0865c737 [2023-03-13T15:08:29.594Z] [2023-03-13T15:08:29.594Z] Removing intermediate container adbdde2cae52 [2023-03-13T15:08:29.594Z] ---> d5daa16e8aee [2023-03-13T15:08:29.594Z] Successfully built bc6d0865c737 [2023-03-13T15:08:29.594Z] [2023-03-13T15:08:29.594Z] Step 9/19 : FROM alpine:3.15 [2023-03-13T15:08:29.594Z] ---> 5ce65d7b0fde [2023-03-13T15:08:29.594Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:08:29.594Z] ---> Using cache [2023-03-13T15:08:29.594Z] ---> 075ee7780b5d [2023-03-13T15:08:29.594Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-13T15:08:29.594Z] Successfully tagged security-spire-agent:latest [2023-03-13T15:08:29.594Z]  Building security-spire-agent ... done Building core-metadata [2023-03-13T15:08:29.594Z] ---> Running in c3a532ad940d [2023-03-13T15:08:29.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:30.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:30.365Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:08:30.365Z] v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:08:30.365Z] OK: 15859 distinct packages available [2023-03-13T15:08:30.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:30.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:30.624Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-13T15:08:30.624Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-13T15:08:30.624Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-13T15:08:30.624Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-13T15:08:30.624Z] (5/9) Installing curl (7.80.0-r6) [2023-03-13T15:08:30.624Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-13T15:08:30.624Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:08:30.624Z] (8/9) Installing libucontext (1.1-r0) [2023-03-13T15:08:30.624Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-13T15:08:30.624Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:08:30.624Z] Executing ca-certificates-20220614-r0.trigger [2023-03-13T15:08:30.624Z] OK: 8 MiB in 23 packages [2023-03-13T15:08:35.993Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:08:35.993Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:08:35.993Z] ---> 49c5ddee03e9 [2023-03-13T15:08:35.993Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:08:35.993Z] ---> Using cache [2023-03-13T15:08:35.993Z] ---> 96df1c0df638 [2023-03-13T15:08:35.993Z] Step 4/23 : WORKDIR /edgex-go [2023-03-13T15:08:35.993Z] ---> Using cache [2023-03-13T15:08:35.993Z] ---> d1d936cb5b2d [2023-03-13T15:08:35.993Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-13T15:08:35.993Z] ---> Using cache [2023-03-13T15:08:35.993Z] ---> 78ef002f5086 [2023-03-13T15:08:35.993Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-13T15:08:35.993Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> db7d7c3e7467 [2023-03-13T15:08:35.994Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 1cf8008337e0 [2023-03-13T15:08:35.994Z] Step 8/23 : COPY . . [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> b673f4026425 [2023-03-13T15:08:35.994Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-13T15:08:35.994Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:08:35.994Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:08:35.994Z] ---> 49c5ddee03e9 [2023-03-13T15:08:35.994Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 96df1c0df638 [2023-03-13T15:08:35.994Z] Step 4/24 : WORKDIR /edgex-go [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> d1d936cb5b2d [2023-03-13T15:08:35.994Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 78ef002f5086 [2023-03-13T15:08:35.994Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> db7d7c3e7467 [2023-03-13T15:08:35.994Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 1cf8008337e0 [2023-03-13T15:08:35.994Z] Step 8/24 : COPY . . [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> b673f4026425 [2023-03-13T15:08:35.994Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-13T15:08:35.994Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:08:35.994Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:08:35.994Z] ---> 49c5ddee03e9 [2023-03-13T15:08:35.994Z] Step 3/23 : WORKDIR /edgex-go [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 1d94d9777567 [2023-03-13T15:08:35.994Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> fe97fc52ec9f [2023-03-13T15:08:35.994Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 37de0e0bc83a [2023-03-13T15:08:35.994Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 3885cb4e2cf9 [2023-03-13T15:08:35.994Z] Step 7/23 : COPY . . [2023-03-13T15:08:35.994Z] ---> Using cache [2023-03-13T15:08:35.994Z] ---> 64f8b523c7fb [2023-03-13T15:08:35.994Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-13T15:08:40.264Z] ---> Running in 6e09fca16b24 [2023-03-13T15:08:40.264Z] ---> Running in 032366a4ea69 [2023-03-13T15:08:40.264Z] ---> Running in c0c6081883f0 [2023-03-13T15:08:40.845Z] Removing intermediate container c3a532ad940d [2023-03-13T15:08:40.845Z] ---> 85fc4ce8a3c1 [2023-03-13T15:08:40.845Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:08:41.416Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-13T15:08:41.982Z] ---> a24db49489d1 [2023-03-13T15:08:41.982Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-13T15:08:41.982Z] Removing intermediate container 839db3a900cb [2023-03-13T15:08:41.982Z] ---> 0cf468895905 [2023-03-13T15:08:41.982Z] [2023-03-13T15:08:41.982Z] Step 9/32 : FROM alpine:3.16 [2023-03-13T15:08:41.982Z] ---> dfd21b5a31f5 [2023-03-13T15:08:41.982Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:08:42.242Z] ---> Running in 6085be9028d0 [2023-03-13T15:08:42.242Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-13T15:08:42.501Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-13T15:08:42.501Z] Removing intermediate container 6085be9028d0 [2023-03-13T15:08:42.501Z] ---> b9b7bd3f7ea9 [2023-03-13T15:08:42.501Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-13T15:08:42.501Z] ---> f7b8cd40d266 [2023-03-13T15:08:42.501Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-13T15:08:42.501Z] ---> Running in 30b1d24cb9ee [2023-03-13T15:08:42.758Z] ---> cc848620b6ad [2023-03-13T15:08:42.759Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-13T15:08:42.759Z] ---> Running in 77a7d659153f [2023-03-13T15:08:43.015Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:43.015Z] Removing intermediate container 77a7d659153f [2023-03-13T15:08:43.015Z] ---> caf8f4a18057 [2023-03-13T15:08:43.015Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:08:43.015Z] ---> Running in ddd4bf3e7f0c [2023-03-13T15:08:43.015Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:08:43.277Z] Removing intermediate container ddd4bf3e7f0c [2023-03-13T15:08:43.277Z] ---> aa0b354c332a [2023-03-13T15:08:43.277Z] Step 17/19 : LABEL arch=x86_64 [2023-03-13T15:08:43.277Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-13T15:08:43.277Z] ---> Running in 7e27cef0904c [2023-03-13T15:08:43.277Z] (2/2) Installing su-exec (0.2-r1) [2023-03-13T15:08:43.277Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:08:43.277Z] OK: 6 MiB in 16 packages [2023-03-13T15:08:43.538Z] Removing intermediate container 7e27cef0904c [2023-03-13T15:08:43.538Z] ---> f219ee24629c [2023-03-13T15:08:43.538Z] Step 18/19 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:08:43.538Z] ---> Running in 1aa9152ae5bd [2023-03-13T15:08:43.538Z] Removing intermediate container 1aa9152ae5bd [2023-03-13T15:08:43.538Z] ---> 8b9069551110 [2023-03-13T15:08:43.538Z] Step 19/19 : LABEL version=3.0.0-dev.93 [2023-03-13T15:08:43.795Z] ---> Running in 5ea33940fd17 [2023-03-13T15:08:43.795Z] Removing intermediate container 30b1d24cb9ee [2023-03-13T15:08:43.795Z] ---> 5c560202544f [2023-03-13T15:08:43.795Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-13T15:08:43.795Z] ---> Running in c342e278beda [2023-03-13T15:08:43.795Z] Removing intermediate container 5ea33940fd17 [2023-03-13T15:08:43.795Z] ---> ec8e92ba478b [2023-03-13T15:08:43.795Z] [2023-03-13T15:08:43.795Z] Removing intermediate container c342e278beda [2023-03-13T15:08:43.795Z] ---> c35a04bf6dd6 [2023-03-13T15:08:43.795Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-13T15:08:43.795Z] Successfully built ec8e92ba478b [2023-03-13T15:08:43.795Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-13T15:08:43.795Z]  Building security-spiffe-token-provider ... done  ---> Running in 1f58ac817e28 [2023-03-13T15:08:44.417Z] Removing intermediate container 1f58ac817e28 [2023-03-13T15:08:44.417Z] ---> c466df6a70b6 [2023-03-13T15:08:44.417Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-13T15:08:44.417Z] ---> Running in bd43595f699e [2023-03-13T15:08:44.676Z] Removing intermediate container bd43595f699e [2023-03-13T15:08:44.676Z] ---> 64570ccccb29 [2023-03-13T15:08:44.676Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-13T15:08:44.676Z] ---> Running in c0c83676eb15 [2023-03-13T15:08:44.676Z] Removing intermediate container c0c83676eb15 [2023-03-13T15:08:44.676Z] ---> 8a851e1b4b65 [2023-03-13T15:08:44.676Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-13T15:08:44.676Z] ---> Running in ee169fec85b8 [2023-03-13T15:08:46.121Z] Removing intermediate container ee169fec85b8 [2023-03-13T15:08:46.121Z] ---> 2949be7d40c4 [2023-03-13T15:08:46.121Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-13T15:08:46.121Z] ---> Running in 021249af855a [2023-03-13T15:08:46.380Z] Removing intermediate container 021249af855a [2023-03-13T15:08:46.380Z] ---> 00fef6167638 [2023-03-13T15:08:46.380Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-13T15:08:47.318Z] ---> d6584425ec4a [2023-03-13T15:08:47.318Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-13T15:08:47.318Z] ---> Running in 495243eb4546 [2023-03-13T15:08:49.230Z] Removing intermediate container 495243eb4546 [2023-03-13T15:08:49.230Z] ---> 00214aa7e393 [2023-03-13T15:08:49.230Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:08:49.488Z] ---> d8ac471d3b63 [2023-03-13T15:08:49.488Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-13T15:08:51.658Z] Removing intermediate container e57884ac6485 [2023-03-13T15:08:51.658Z] ---> a3663af1fc7b [2023-03-13T15:08:51.658Z] Step 7/24 : COPY . . [2023-03-13T15:08:51.658Z] Removing intermediate container d1ab424afef6 [2023-03-13T15:08:51.658Z] ---> 092a39f6aeb0 [2023-03-13T15:08:51.658Z] Step 7/32 : COPY . . [2023-03-13T15:08:51.658Z] Removing intermediate container c6c8722a7303 [2023-03-13T15:08:51.658Z] ---> a91724e37a57 [2023-03-13T15:08:51.658Z] Step 8/22 : COPY . . [2023-03-13T15:08:51.658Z] Removing intermediate container 08431402ff8d [2023-03-13T15:08:51.658Z] ---> aae446525139 [2023-03-13T15:08:51.658Z] Step 7/23 : COPY . . [2023-03-13T15:08:51.658Z] Removing intermediate container ea613cda6eaa [2023-03-13T15:08:51.658Z] ---> 38fed14ba83f [2023-03-13T15:08:51.658Z] Step 8/24 : COPY . . [2023-03-13T15:08:51.658Z] ---> ea55c27affc2 [2023-03-13T15:08:51.658Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-13T15:08:51.658Z] ---> c93a5215e442 [2023-03-13T15:08:51.658Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-13T15:08:51.658Z] ---> 1fcdef92779c [2023-03-13T15:08:51.658Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-13T15:08:51.658Z] ---> Running in be8d3871d2b8 [2023-03-13T15:08:51.658Z] ---> 3628832b1059 [2023-03-13T15:08:51.658Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-13T15:08:51.658Z] ---> 3ddfb5fb3efb [2023-03-13T15:08:51.658Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-13T15:08:51.658Z] ---> Running in 7ebc7a988a5f [2023-03-13T15:08:51.658Z] ---> Running in 18db9e45dbf3 [2023-03-13T15:08:51.658Z] ---> Running in 8ef8b0ddc049 [2023-03-13T15:08:51.658Z] ---> Running in 07841d90836e [2023-03-13T15:08:51.658Z] Removing intermediate container be8d3871d2b8 [2023-03-13T15:08:51.658Z] ---> 615f5eebd3c7 [2023-03-13T15:08:51.658Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-13T15:08:51.658Z] ---> Running in 43f94a617ba3 [2023-03-13T15:08:51.658Z] Removing intermediate container 18db9e45dbf3 [2023-03-13T15:08:51.658Z] ---> 90b6d108c4b3 [2023-03-13T15:08:51.658Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-13T15:08:51.658Z] ---> Running in 60a8eb5efed0 [2023-03-13T15:08:51.658Z] Removing intermediate container 43f94a617ba3 [2023-03-13T15:08:51.658Z] ---> 9fe87a0852c5 [2023-03-13T15:08:51.658Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-13T15:08:51.658Z] ---> Running in 701fde4ad242 [2023-03-13T15:08:51.658Z] Removing intermediate container 60a8eb5efed0 [2023-03-13T15:08:51.658Z] ---> 0cdc0c8a1bc0 [2023-03-13T15:08:51.658Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-13T15:08:51.658Z] ---> Running in 938c610f052c [2023-03-13T15:08:51.658Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-13T15:08:51.658Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-13T15:08:51.658Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-13T15:08:51.658Z] Removing intermediate container 701fde4ad242 [2023-03-13T15:08:51.658Z] ---> 3fe3e0b03a64 [2023-03-13T15:08:51.658Z] Step 11/24 : WORKDIR /edgex-go [2023-03-13T15:08:51.658Z] ---> Running in 814d2ee43fde [2023-03-13T15:08:51.934Z] Removing intermediate container 938c610f052c [2023-03-13T15:08:51.934Z] ---> add1183576af [2023-03-13T15:08:51.934Z] Step 11/23 : WORKDIR /edgex-go [2023-03-13T15:08:52.014Z] ---> a4a8a30cb4f8 [2023-03-13T15:08:52.014Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-13T15:08:52.204Z] ---> Running in 4feeb4806d34 [2023-03-13T15:08:52.204Z] Removing intermediate container 814d2ee43fde [2023-03-13T15:08:52.204Z] ---> 5c2ec851dd03 [2023-03-13T15:08:52.204Z] [2023-03-13T15:08:52.204Z] Step 12/24 : FROM alpine:3.15 [2023-03-13T15:08:52.204Z] 3.15: Pulling from library/alpine [2023-03-13T15:08:52.630Z] Removing intermediate container 4feeb4806d34 [2023-03-13T15:08:52.630Z] ---> 15ab74c24283 [2023-03-13T15:08:52.630Z] [2023-03-13T15:08:52.630Z] Step 12/23 : FROM alpine:3.15 [2023-03-13T15:08:52.970Z] 3.15: Pulling from library/alpine [2023-03-13T15:08:53.384Z] ---> cb7d9e3ee51d [2023-03-13T15:08:53.384Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-13T15:08:53.641Z] ---> d9ae178c385b [2023-03-13T15:08:53.641Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-13T15:08:54.047Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-13T15:08:54.047Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-13T15:08:54.047Z] Status: Downloaded newer image for alpine:3.15 [2023-03-13T15:08:54.047Z] Status: Downloaded newer image for alpine:3.15 [2023-03-13T15:08:54.047Z] ---> 354640af7b1b [2023-03-13T15:08:54.047Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:08:54.047Z] ---> 354640af7b1b [2023-03-13T15:08:54.047Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:08:54.317Z] ---> Running in 3acddb511454 [2023-03-13T15:08:54.317Z] ---> Running in 844d7e908a51 [2023-03-13T15:08:54.573Z] ---> 0fda88a22cc0 [2023-03-13T15:08:54.573Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-13T15:08:54.904Z] Removing intermediate container 3acddb511454 [2023-03-13T15:08:54.904Z] ---> a0ad03e8b144 [2023-03-13T15:08:54.904Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-13T15:08:55.137Z] ---> bd72f628a2c3 [2023-03-13T15:08:55.137Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-13T15:08:55.173Z] ---> Running in d65f6bd9d091 [2023-03-13T15:08:55.173Z] Removing intermediate container 844d7e908a51 [2023-03-13T15:08:55.173Z] ---> dfa60b70c2b4 [2023-03-13T15:08:55.173Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-13T15:08:55.442Z] ---> Running in be892889ff06 [2023-03-13T15:08:55.702Z] ---> ee007ec3c055 [2023-03-13T15:08:55.702Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-13T15:08:55.702Z] ---> Running in e2d37decc1f6 [2023-03-13T15:08:57.092Z] Removing intermediate container e2d37decc1f6 [2023-03-13T15:08:57.092Z] ---> 415449d66d1e [2023-03-13T15:08:57.092Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-13T15:08:57.092Z] ---> Running in 7d1ee44601ef [2023-03-13T15:08:57.092Z] Removing intermediate container 7d1ee44601ef [2023-03-13T15:08:57.092Z] ---> 4fa193bbc298 [2023-03-13T15:08:57.092Z] Step 29/32 : CMD ["gate"] [2023-03-13T15:08:57.349Z] ---> Running in d0c4c887c03e [2023-03-13T15:08:57.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:08:57.605Z] Removing intermediate container d0c4c887c03e [2023-03-13T15:08:57.605Z] ---> 5f393e155f82 [2023-03-13T15:08:57.605Z] Step 30/32 : LABEL arch=x86_64 [2023-03-13T15:08:57.605Z] ---> Running in 68fab36c9379 [2023-03-13T15:08:57.653Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:08:57.863Z] Removing intermediate container 68fab36c9379 [2023-03-13T15:08:57.863Z] ---> 47318813de7c [2023-03-13T15:08:57.863Z] Step 31/32 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:08:57.863Z] ---> Running in 3f10eea09595 [2023-03-13T15:08:57.920Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:08:58.120Z] Removing intermediate container 3f10eea09595 [2023-03-13T15:08:58.120Z] ---> 00a28b7b75ba [2023-03-13T15:08:58.120Z] Step 32/32 : LABEL version=3.0.0-dev.93 [2023-03-13T15:08:58.120Z] ---> Running in 6ddbaec3ab5b [2023-03-13T15:08:58.185Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:08:59.077Z] Removing intermediate container 6ddbaec3ab5b [2023-03-13T15:08:59.077Z] ---> b4e35137817d [2023-03-13T15:08:59.077Z] [2023-03-13T15:08:59.077Z] Successfully built b4e35137817d [2023-03-13T15:08:59.077Z] Successfully tagged security-bootstrapper:latest [2023-03-13T15:08:59.144Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:08:59.144Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:08:59.144Z] OK: 15736 distinct packages available [2023-03-13T15:08:59.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:08:59.412Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:08:59.412Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:08:59.412Z] OK: 15736 distinct packages available [2023-03-13T15:08:59.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:08:59.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:09:00.263Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:09:01.225Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-13T15:09:01.225Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:09:01.225Z] (3/5) Installing libucontext (1.1-r0) [2023-03-13T15:09:01.225Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-13T15:09:01.225Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-13T15:09:01.225Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:09:01.225Z] OK: 6 MiB in 19 packages [2023-03-13T15:09:01.225Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-13T15:09:01.225Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:09:01.225Z] (3/5) Installing libucontext (1.1-r0) [2023-03-13T15:09:01.225Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-13T15:09:01.225Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-13T15:09:01.493Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:09:01.493Z] OK: 6 MiB in 19 packages [2023-03-13T15:09:01.603Z]  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-13T15:09:03.458Z] Removing intermediate container be892889ff06 [2023-03-13T15:09:03.458Z] ---> 6ddf29d566b3 [2023-03-13T15:09:03.458Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-13T15:09:03.458Z] Removing intermediate container d65f6bd9d091 [2023-03-13T15:09:03.458Z] ---> de273d41e511 [2023-03-13T15:09:03.458Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-13T15:09:08.153Z] Removing intermediate container 6e09fca16b24 [2023-03-13T15:09:08.153Z] ---> dcf8412482f6 [2023-03-13T15:09:08.153Z] [2023-03-13T15:09:08.153Z] Step 9/23 : FROM alpine:3.16 [2023-03-13T15:09:08.153Z] ---> dfd21b5a31f5 [2023-03-13T15:09:08.153Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-13T15:09:08.153Z] Removing intermediate container c0c6081883f0 [2023-03-13T15:09:08.153Z] ---> 55a31b0ee934 [2023-03-13T15:09:08.153Z] [2023-03-13T15:09:08.153Z] Step 10/24 : FROM alpine:3.16 [2023-03-13T15:09:08.153Z] ---> dfd21b5a31f5 [2023-03-13T15:09:08.153Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:09:08.153Z] ---> Using cache [2023-03-13T15:09:08.153Z] ---> 555a64b02b99 [2023-03-13T15:09:08.153Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:09:08.153Z] ---> Using cache [2023-03-13T15:09:08.153Z] ---> 763db8c46f21 [2023-03-13T15:09:08.153Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-13T15:09:08.153Z] Removing intermediate container 032366a4ea69 [2023-03-13T15:09:08.153Z] ---> 72d4d91477e7 [2023-03-13T15:09:08.153Z] [2023-03-13T15:09:08.153Z] Step 10/23 : FROM alpine:3.16 [2023-03-13T15:09:08.153Z] ---> dfd21b5a31f5 [2023-03-13T15:09:08.153Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:09:08.153Z] ---> Using cache [2023-03-13T15:09:08.153Z] ---> 555a64b02b99 [2023-03-13T15:09:08.153Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:09:08.153Z] ---> Using cache [2023-03-13T15:09:08.153Z] ---> 763db8c46f21 [2023-03-13T15:09:08.153Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-13T15:09:08.153Z] ---> Running in ed2eaeba79e5 [2023-03-13T15:09:08.153Z] ---> Running in 3eaaabd65f54 [2023-03-13T15:09:08.153Z] ---> Running in 26e3d3c4370f [2023-03-13T15:09:08.153Z] Removing intermediate container 3eaaabd65f54 [2023-03-13T15:09:08.153Z] ---> 590e78b3396b [2023-03-13T15:09:08.153Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-13T15:09:08.153Z] Removing intermediate container 26e3d3c4370f [2023-03-13T15:09:08.153Z] ---> 0284a96addef [2023-03-13T15:09:08.153Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-13T15:09:08.153Z] ---> Running in 05e12ca91697 [2023-03-13T15:09:08.153Z] ---> Running in 9d6ea2ad9f29 [2023-03-13T15:09:08.153Z] Removing intermediate container 05e12ca91697 [2023-03-13T15:09:08.153Z] ---> 132b7f9b85b3 [2023-03-13T15:09:08.153Z] Step 15/24 : WORKDIR / [2023-03-13T15:09:08.153Z] Removing intermediate container 9d6ea2ad9f29 [2023-03-13T15:09:08.153Z] ---> 6a62a356c89e [2023-03-13T15:09:08.153Z] Step 15/23 : WORKDIR / [2023-03-13T15:09:08.153Z] ---> Running in 77ce14078be1 [2023-03-13T15:09:08.153Z] ---> Running in 000f9822d397 [2023-03-13T15:09:08.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T15:09:08.153Z] Removing intermediate container 000f9822d397 [2023-03-13T15:09:08.153Z] ---> d8b36f9939c0 [2023-03-13T15:09:08.153Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:09:08.153Z] Removing intermediate container 77ce14078be1 [2023-03-13T15:09:08.153Z] ---> fe9b7fd55d16 [2023-03-13T15:09:08.153Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:09:08.153Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T15:09:08.153Z] ---> 4bae3999a957 [2023-03-13T15:09:08.153Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-13T15:09:08.153Z] ---> ab16abb56319 [2023-03-13T15:09:08.153Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-13T15:09:08.412Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-13T15:09:08.412Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-13T15:09:08.412Z] (3/3) Installing su-exec (0.2-r1) [2023-03-13T15:09:08.412Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:09:08.412Z] Executing ca-certificates-20220614-r0.trigger [2023-03-13T15:09:08.412Z] OK: 6 MiB in 17 packages [2023-03-13T15:09:08.799Z] ---> 09e767282de6 [2023-03-13T15:09:08.799Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-13T15:09:09.344Z] ---> 5686418522db [2023-03-13T15:09:09.344Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-13T15:09:09.344Z] ---> 8f2552fa1263 [2023-03-13T15:09:09.344Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-13T15:09:09.344Z] ---> a2ea98182abb [2023-03-13T15:09:09.344Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-13T15:09:09.344Z] ---> 65973ed3603c [2023-03-13T15:09:09.344Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-13T15:09:09.344Z] ---> Running in 64df1596a25f [2023-03-13T15:09:09.344Z] Removing intermediate container ed2eaeba79e5 [2023-03-13T15:09:09.344Z] ---> 0a3bce015f46 [2023-03-13T15:09:09.344Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-13T15:09:09.344Z] ---> Running in ac254b1ed594 [2023-03-13T15:09:09.344Z] Removing intermediate container 64df1596a25f [2023-03-13T15:09:09.344Z] ---> c09aa2c125d2 [2023-03-13T15:09:09.344Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:09:09.344Z] ---> 580b83cc16f5 [2023-03-13T15:09:09.344Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-13T15:09:09.344Z] ---> Running in e9fd0f70e59e [2023-03-13T15:09:09.344Z] ---> Running in 3ce1d85d5f5b [2023-03-13T15:09:09.344Z] Removing intermediate container ac254b1ed594 [2023-03-13T15:09:09.344Z] ---> 4f6e8363b396 [2023-03-13T15:09:09.344Z] Step 12/23 : WORKDIR / [2023-03-13T15:09:09.602Z] ---> Running in d3fc5798182a [2023-03-13T15:09:09.602Z] Removing intermediate container e9fd0f70e59e [2023-03-13T15:09:09.602Z] ---> bcd6849bad17 [2023-03-13T15:09:09.602Z] Step 21/23 : LABEL arch=x86_64 [2023-03-13T15:09:09.602Z] Removing intermediate container 3ce1d85d5f5b [2023-03-13T15:09:09.602Z] ---> 5109a700318e [2023-03-13T15:09:09.602Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:09:09.602Z] ---> Running in f723a6a0a504 [2023-03-13T15:09:09.602Z] ---> Running in 1e32f9bd114a [2023-03-13T15:09:09.602Z] Removing intermediate container d3fc5798182a [2023-03-13T15:09:09.602Z] ---> d9d65fd348a0 [2023-03-13T15:09:09.602Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-13T15:09:09.602Z] Removing intermediate container f723a6a0a504 [2023-03-13T15:09:09.602Z] ---> f58f76e466e1 [2023-03-13T15:09:09.602Z] Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:09.602Z] ---> Running in 145185ecbdd7 [2023-03-13T15:09:09.602Z] Removing intermediate container 1e32f9bd114a [2023-03-13T15:09:09.602Z] ---> 05ca9b152459 [2023-03-13T15:09:09.602Z] Step 22/24 : LABEL arch=x86_64 [2023-03-13T15:09:09.859Z] ---> Running in 16b9856f61e0 [2023-03-13T15:09:09.859Z] ---> 3c18c1a0b076 [2023-03-13T15:09:09.859Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-13T15:09:09.859Z] Removing intermediate container 145185ecbdd7 [2023-03-13T15:09:09.859Z] ---> 4eef474d22ff [2023-03-13T15:09:09.859Z] Step 23/23 : LABEL version=3.0.0-dev.93 [2023-03-13T15:09:09.859Z] Removing intermediate container 16b9856f61e0 [2023-03-13T15:09:09.859Z] ---> 7dd9c9066363 [2023-03-13T15:09:09.859Z] Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:09.859Z] ---> Running in f46f85cb962b [2023-03-13T15:09:09.859Z] ---> Running in 1b005d2b5d8d [2023-03-13T15:09:09.859Z] ---> 75d03312d3d4 [2023-03-13T15:09:09.859Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-13T15:09:10.117Z] Removing intermediate container f46f85cb962b [2023-03-13T15:09:10.117Z] ---> ac294f048aad [2023-03-13T15:09:10.117Z] [2023-03-13T15:09:10.117Z] Removing intermediate container 1b005d2b5d8d [2023-03-13T15:09:10.117Z] ---> 8e7d4c6ac7a4 [2023-03-13T15:09:10.117Z] Step 24/24 : LABEL version=3.0.0-dev.93 [2023-03-13T15:09:10.117Z] ---> Running in ce7baa2a193b [2023-03-13T15:09:10.117Z] Successfully built ac294f048aad [2023-03-13T15:09:10.117Z] Successfully tagged core-command:latest [2023-03-13T15:09:10.117Z]  Building core-command ... done  ---> 77a821de0f1a [2023-03-13T15:09:10.117Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-13T15:09:10.117Z] Removing intermediate container ce7baa2a193b [2023-03-13T15:09:10.117Z] ---> d9ee8359712e [2023-03-13T15:09:10.117Z] [2023-03-13T15:09:10.117Z] Successfully built d9ee8359712e [2023-03-13T15:09:10.117Z] Successfully tagged core-metadata:latest [2023-03-13T15:09:10.376Z]  Building core-metadata ... done  ---> f8a402becf5a [2023-03-13T15:09:10.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-13T15:09:10.941Z] ---> 51c7f65b2e22 [2023-03-13T15:09:10.941Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-13T15:09:11.198Z] ---> 12306ea2963d [2023-03-13T15:09:11.198Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:09:11.198Z] ---> Running in 98f5861dfe97 [2023-03-13T15:09:11.763Z] Removing intermediate container 98f5861dfe97 [2023-03-13T15:09:11.763Z] ---> af8267dba402 [2023-03-13T15:09:11.763Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:09:11.763Z] ---> Running in 91b9782e3335 [2023-03-13T15:09:11.763Z] Removing intermediate container 91b9782e3335 [2023-03-13T15:09:11.763Z] ---> 688ea2811915 [2023-03-13T15:09:11.763Z] Step 21/23 : LABEL arch=x86_64 [2023-03-13T15:09:11.763Z] ---> Running in fa891940606f [2023-03-13T15:09:11.763Z] Removing intermediate container fa891940606f [2023-03-13T15:09:11.763Z] ---> a9617eb1e359 [2023-03-13T15:09:11.763Z] Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:11.763Z] ---> Running in 2b4d61db844e [2023-03-13T15:09:12.021Z] Removing intermediate container 2b4d61db844e [2023-03-13T15:09:12.021Z] ---> 87dd673b7ff0 [2023-03-13T15:09:12.021Z] Step 23/23 : LABEL version=3.0.0-dev.93 [2023-03-13T15:09:12.021Z] ---> Running in 7c05e0438ce0 [2023-03-13T15:09:12.021Z] Removing intermediate container 7c05e0438ce0 [2023-03-13T15:09:12.021Z] ---> def8957a12ea [2023-03-13T15:09:12.021Z] [2023-03-13T15:09:12.021Z] Successfully built def8957a12ea [2023-03-13T15:09:12.021Z] Successfully tagged security-secretstore-setup:latest [2023-03-13T15:09:12.027Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-03-13T15:09:12.033Z] $ docker stop --time=1 bb30bee136a3241f0d18900e9220faa8508a11696cbc4c898fc8e19ae51a1752 [2023-03-13T15:09:12.131Z] ---> 8a6214bfa039 [2023-03-13T15:09:12.132Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-13T15:09:13.089Z] ---> fcb474c91136 [2023-03-13T15:09:13.089Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-13T15:09:13.314Z] $ docker rm -f --volumes bb30bee136a3241f0d18900e9220faa8508a11696cbc4c898fc8e19ae51a1752 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T15:09:13.639Z] + docker images [2023-03-13T15:09:13.639Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-13T15:09:13.639Z] security-secretstore-setup latest def8957a12ea 2 seconds ago 29.9MB [2023-03-13T15:09:13.639Z] core-metadata latest d9ee8359712e 3 seconds ago 18.5MB [2023-03-13T15:09:13.639Z] core-command latest ac294f048aad 4 seconds ago 17.8MB [2023-03-13T15:09:13.639Z] 55a31b0ee934 6 seconds ago 1.69GB [2023-03-13T15:09:13.639Z] 72d4d91477e7 6 seconds ago 1.68GB [2023-03-13T15:09:13.639Z] dcf8412482f6 8 seconds ago 1.67GB [2023-03-13T15:09:13.639Z] security-bootstrapper latest b4e35137817d 15 seconds ago 19.8MB [2023-03-13T15:09:13.639Z] security-spiffe-token-provider latest ec8e92ba478b 30 seconds ago 30MB [2023-03-13T15:09:13.639Z] 0cf468895905 32 seconds ago 1.67GB [2023-03-13T15:09:13.639Z] security-spire-agent latest bc6d0865c737 44 seconds ago 125MB [2023-03-13T15:09:13.639Z] security-spire-config latest 5d15114b0f3b 44 seconds ago 85.8MB [2023-03-13T15:09:13.639Z] d5daa16e8aee 44 seconds ago 1.72GB [2023-03-13T15:09:13.639Z] security-spire-server latest 235df4f62944 45 seconds ago 86.5MB [2023-03-13T15:09:13.639Z] core-data latest dd0244d83057 About a minute ago 18MB [2023-03-13T15:09:13.639Z] 6d9a1f0a9e4f About a minute ago 1.55GB [2023-03-13T15:09:13.639Z] fcf9e8c9035b About a minute ago 1.55GB [2023-03-13T15:09:13.639Z] bf8eea4d2353 About a minute ago 1.55GB [2023-03-13T15:09:13.639Z] a267492d5f0b About a minute ago 1.69GB [2023-03-13T15:09:13.639Z] core-common-config-bootstrapper latest 5ed6a63ab941 2 minutes ago 15.5MB [2023-03-13T15:09:13.639Z] security-proxy-auth latest 03dfd17a2b10 2 minutes ago 16.2MB [2023-03-13T15:09:13.639Z] support-notifications latest d4f637fd6617 2 minutes ago 30.7MB [2023-03-13T15:09:13.639Z] support-scheduler latest 8da0dd1329fb 2 minutes ago 30.1MB [2023-03-13T15:09:13.639Z] security-proxy-setup latest 963a95334b4b 2 minutes ago 16.5MB [2023-03-13T15:09:13.639Z] 7a551aa55b7e 2 minutes ago 1.75GB [2023-03-13T15:09:13.639Z] 3c40af3f852a 2 minutes ago 1.75GB [2023-03-13T15:09:13.639Z] 312dc07f2fbe 2 minutes ago 1.68GB [2023-03-13T15:09:13.639Z] 50ddb8bb740c 2 minutes ago 1.66GB [2023-03-13T15:09:13.639Z] 9f2fe519c236 2 minutes ago 1.66GB [2023-03-13T15:09:13.639Z] ci-base-image-x86_64 latest 49c5ddee03e9 6 minutes ago 903MB [2023-03-13T15:09:13.639Z] alpine 3.15 5ce65d7b0fde 4 weeks ago 5.59MB [2023-03-13T15:09:13.639Z] alpine 3.16 dfd21b5a31f5 4 weeks ago 5.55MB [2023-03-13T15:09:13.639Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-13T15:09:13.639Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-13T15:09:13.640Z] 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-13T15:09:13.753Z] provisioning config files... [2023-03-13T15:09:13.761Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config6474313397911833968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:09:14.054Z] ---> docker-login.sh [2023-03-13T15:09:14.054Z] nexus3.edgexfoundry.org:10001 [2023-03-13T15:09:14.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:09:14.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:09:14.054Z] Configure a credential helper to remove this warning. See [2023-03-13T15:09:14.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:09:14.054Z] [2023-03-13T15:09:14.054Z] Login Succeeded [2023-03-13T15:09:14.054Z] nexus3.edgexfoundry.org:10002 [2023-03-13T15:09:14.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:09:14.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:09:14.054Z] Configure a credential helper to remove this warning. See [2023-03-13T15:09:14.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:09:14.054Z] [2023-03-13T15:09:14.054Z] Login Succeeded [2023-03-13T15:09:14.054Z] nexus3.edgexfoundry.org:10003 [2023-03-13T15:09:14.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:09:14.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:09:14.313Z] Configure a credential helper to remove this warning. See [2023-03-13T15:09:14.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:09:14.313Z] [2023-03-13T15:09:14.313Z] Login Succeeded [2023-03-13T15:09:14.313Z] nexus3.edgexfoundry.org:10004 [2023-03-13T15:09:14.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:09:14.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:09:14.313Z] Configure a credential helper to remove this warning. See [2023-03-13T15:09:14.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:09:14.313Z] [2023-03-13T15:09:14.313Z] Login Succeeded [2023-03-13T15:09:14.313Z] docker.io [2023-03-13T15:09:14.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:09:14.491Z] ---> 1c77d95eb389 [2023-03-13T15:09:14.491Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-13T15:09:14.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:09:14.572Z] Configure a credential helper to remove this warning. See [2023-03-13T15:09:14.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:09:14.572Z] [2023-03-13T15:09:14.572Z] Login Succeeded [2023-03-13T15:09:14.572Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T15:09:14.580Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:14.598Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T15:09:14.623Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-13T15:09:14.623Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:14.623Z] latest [2023-03-13T15:09:14.623Z] 3.0.0-dev.93 [2023-03-13T15:09:14.623Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:14.623Z] main [2023-03-13T15:09:14.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:14.945Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:15.256Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:15.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-13T15:09:15.256Z] 70837c9afe97: Preparing [2023-03-13T15:09:15.256Z] fb16e5ee2267: Preparing [2023-03-13T15:09:15.256Z] ab2dead4fa21: Preparing [2023-03-13T15:09:15.256Z] 849d5074fb7c: Preparing [2023-03-13T15:09:15.256Z] aa5968d388b8: Preparing [2023-03-13T15:09:15.256Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:15.256Z] ab2dead4fa21: Pushed [2023-03-13T15:09:15.256Z] 849d5074fb7c: Pushed [2023-03-13T15:09:15.256Z] 70837c9afe97: Pushed [2023-03-13T15:09:15.891Z] ---> 0b06ff618e75 [2023-03-13T15:09:15.891Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-13T15:09:16.157Z] ---> Running in a9acf6bff3fb [2023-03-13T15:09:16.157Z] ---> f2c9c2fb50f5 [2023-03-13T15:09:16.157Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-13T15:09:16.634Z] fb16e5ee2267: Pushed [2023-03-13T15:09:16.634Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:16.934Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:17.117Z] Removing intermediate container a9acf6bff3fb [2023-03-13T15:09:17.117Z] ---> e83647092da4 [2023-03-13T15:09:17.117Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-13T15:09:17.117Z] ---> Running in dc53fc1b2488 [2023-03-13T15:09:17.248Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-13T15:09:17.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-13T15:09:17.249Z] 70837c9afe97: Preparing [2023-03-13T15:09:17.249Z] fb16e5ee2267: Preparing [2023-03-13T15:09:17.249Z] ab2dead4fa21: Preparing [2023-03-13T15:09:17.249Z] 849d5074fb7c: Preparing [2023-03-13T15:09:17.249Z] aa5968d388b8: Preparing [2023-03-13T15:09:17.249Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:17.249Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:17.249Z] 70837c9afe97: Layer already exists [2023-03-13T15:09:17.249Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:17.249Z] fb16e5ee2267: Layer already exists [2023-03-13T15:09:17.249Z] latest: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:17.383Z] ---> 10c87fd6e85a [2023-03-13T15:09:17.383Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-13T15:09:17.553Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:17.858Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.93 [2023-03-13T15:09:17.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-13T15:09:17.858Z] 70837c9afe97: Preparing [2023-03-13T15:09:17.858Z] fb16e5ee2267: Preparing [2023-03-13T15:09:17.858Z] ab2dead4fa21: Preparing [2023-03-13T15:09:17.858Z] 849d5074fb7c: Preparing [2023-03-13T15:09:17.858Z] aa5968d388b8: Preparing [2023-03-13T15:09:17.858Z] 70837c9afe97: Layer already exists [2023-03-13T15:09:17.858Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:17.858Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:17.858Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:17.858Z] fb16e5ee2267: Layer already exists [2023-03-13T15:09:17.858Z] 3.0.0-dev.93: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:17.968Z] Removing intermediate container dc53fc1b2488 [2023-03-13T15:09:17.968Z] ---> 66f24acfe6fd [2023-03-13T15:09:17.968Z] Step 21/23 : LABEL arch=arm64 [2023-03-13T15:09:17.968Z] ---> Running in e42b543f2b11 [2023-03-13T15:09:18.163Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:18.465Z] + docker push nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:18.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-13T15:09:18.465Z] 70837c9afe97: Preparing [2023-03-13T15:09:18.465Z] fb16e5ee2267: Preparing [2023-03-13T15:09:18.465Z] ab2dead4fa21: Preparing [2023-03-13T15:09:18.465Z] 849d5074fb7c: Preparing [2023-03-13T15:09:18.465Z] aa5968d388b8: Preparing [2023-03-13T15:09:18.465Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:18.465Z] fb16e5ee2267: Layer already exists [2023-03-13T15:09:18.465Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:18.465Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:18.465Z] 70837c9afe97: Layer already exists [2023-03-13T15:09:18.465Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:18.551Z] ---> 31b347725436 [2023-03-13T15:09:18.551Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-13T15:09:18.771Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:19.080Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-13T15:09:19.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-13T15:09:19.080Z] 70837c9afe97: Preparing [2023-03-13T15:09:19.080Z] fb16e5ee2267: Preparing [2023-03-13T15:09:19.080Z] ab2dead4fa21: Preparing [2023-03-13T15:09:19.080Z] 849d5074fb7c: Preparing [2023-03-13T15:09:19.080Z] aa5968d388b8: Preparing [2023-03-13T15:09:19.080Z] fb16e5ee2267: Layer already exists [2023-03-13T15:09:19.080Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:19.080Z] 70837c9afe97: Layer already exists [2023-03-13T15:09:19.080Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:19.080Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:19.080Z] main: digest: sha256:dff2bbf7e3a317cb35f6a78c5825967d393d185a8c07a85b8afea58addfe94bd size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:19.118Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:19.131Z] taggedImages: [2023-03-13T15:09:19.132Z] - nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:19.132Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-13T15:09:19.132Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.93 [2023-03-13T15:09:19.132Z] - nexus3.edgexfoundry.org:10004/core-command:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:19.132Z] - nexus3.edgexfoundry.org:10004/core-command:main [2023-03-13T15:09:19.132Z] Removing intermediate container e42b543f2b11 [2023-03-13T15:09:19.132Z] ---> dcdf566801bc [2023-03-13T15:09:19.132Z] Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:19.132Z] ---> Running in 941b0db9c807 [Pipeline] echo [2023-03-13T15:09:19.152Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-13T15:09:19.152Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:19.152Z] latest [2023-03-13T15:09:19.152Z] 3.0.0-dev.93 [2023-03-13T15:09:19.152Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:19.152Z] main [2023-03-13T15:09:19.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:19.622Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:19.723Z] ---> acb3de8a0156 [2023-03-13T15:09:19.723Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-13T15:09:19.723Z] ---> Running in 7519ae0cf5ea [2023-03-13T15:09:19.984Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:19.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-13T15:09:19.984Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:19.984Z] 487aca168a20: Preparing [2023-03-13T15:09:19.984Z] ca9c4919059e: Preparing [2023-03-13T15:09:19.984Z] 22d798591b7b: Preparing [2023-03-13T15:09:19.984Z] ab2dead4fa21: Preparing [2023-03-13T15:09:19.984Z] 849d5074fb7c: Preparing [2023-03-13T15:09:19.984Z] aa5968d388b8: Preparing [2023-03-13T15:09:19.984Z] 849d5074fb7c: Waiting [2023-03-13T15:09:19.984Z] aa5968d388b8: Waiting [2023-03-13T15:09:19.984Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:19.984Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:19.984Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:19.984Z] 2bb3b1d96953: Pushed [2023-03-13T15:09:19.984Z] ca9c4919059e: Pushed [2023-03-13T15:09:19.984Z] 487aca168a20: Pushed [2023-03-13T15:09:19.992Z] Removing intermediate container 941b0db9c807 [2023-03-13T15:09:19.992Z] ---> ef93764aa1ff [2023-03-13T15:09:19.992Z] Step 23/23 : LABEL version=3.0.0-dev.93 [2023-03-13T15:09:19.992Z] ---> Running in 9aa7ae95b6b4 [2023-03-13T15:09:20.268Z] Removing intermediate container 7519ae0cf5ea [2023-03-13T15:09:20.269Z] ---> 0614b30c05d9 [2023-03-13T15:09:20.269Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-13T15:09:20.536Z] ---> Running in b5730603ef09 [2023-03-13T15:09:20.803Z] Removing intermediate container 9aa7ae95b6b4 [2023-03-13T15:09:20.803Z] ---> dbfee2d98e70 [2023-03-13T15:09:20.803Z] [2023-03-13T15:09:21.009Z] 22d798591b7b: Pushed [2023-03-13T15:09:21.074Z] Successfully built dbfee2d98e70 [2023-03-13T15:09:21.074Z] Successfully tagged security-spire-server-arm64:latest [2023-03-13T15:09:21.074Z]  Building security-spire-server ... done Building security-proxy-auth [2023-03-13T15:09:21.074Z] Removing intermediate container b5730603ef09 [2023-03-13T15:09:21.074Z] ---> d66bfdbb16cc [2023-03-13T15:09:21.074Z] Step 22/24 : LABEL arch=arm64 [2023-03-13T15:09:21.074Z] ---> Running in 019c76661533 [2023-03-13T15:09:21.282Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:21.603Z] + 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-13T15:09:21.661Z] Removing intermediate container 019c76661533 [2023-03-13T15:09:21.661Z] ---> 2e6b6ae5fcfd [2023-03-13T15:09:21.661Z] Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:21.902Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-13T15:09:21.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-13T15:09:21.902Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:21.902Z] 487aca168a20: Preparing [2023-03-13T15:09:21.902Z] ca9c4919059e: Preparing [2023-03-13T15:09:21.902Z] 22d798591b7b: Preparing [2023-03-13T15:09:21.902Z] ab2dead4fa21: Preparing [2023-03-13T15:09:21.902Z] 849d5074fb7c: Preparing [2023-03-13T15:09:21.902Z] aa5968d388b8: Preparing [2023-03-13T15:09:21.902Z] 849d5074fb7c: Waiting [2023-03-13T15:09:21.902Z] aa5968d388b8: Waiting [2023-03-13T15:09:21.902Z] 22d798591b7b: Layer already exists [2023-03-13T15:09:21.902Z] ca9c4919059e: Layer already exists [2023-03-13T15:09:21.902Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:21.902Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:21.902Z] 487aca168a20: Layer already exists [2023-03-13T15:09:21.902Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:21.902Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:21.902Z] latest: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-03-13T15:09:21.933Z] ---> Running in 281c1db3f5f6 [Pipeline] sh [2023-03-13T15:09:22.204Z] Removing intermediate container 281c1db3f5f6 [2023-03-13T15:09:22.204Z] ---> 7b4fa487bd8c [2023-03-13T15:09:22.204Z] Step 24/24 : LABEL version=3.0.0-dev.93 [2023-03-13T15:09:22.212Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:22.481Z] ---> Running in 5ec00f1a5b1a [2023-03-13T15:09:22.510Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.93 [2023-03-13T15:09:22.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-13T15:09:22.510Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:22.510Z] 487aca168a20: Preparing [2023-03-13T15:09:22.510Z] ca9c4919059e: Preparing [2023-03-13T15:09:22.510Z] 22d798591b7b: Preparing [2023-03-13T15:09:22.510Z] ab2dead4fa21: Preparing [2023-03-13T15:09:22.510Z] 849d5074fb7c: Preparing [2023-03-13T15:09:22.510Z] aa5968d388b8: Preparing [2023-03-13T15:09:22.510Z] 849d5074fb7c: Waiting [2023-03-13T15:09:22.510Z] aa5968d388b8: Waiting [2023-03-13T15:09:22.510Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:22.510Z] ca9c4919059e: Layer already exists [2023-03-13T15:09:22.510Z] 22d798591b7b: Layer already exists [2023-03-13T15:09:22.510Z] 487aca168a20: Layer already exists [2023-03-13T15:09:22.510Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:22.510Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:22.510Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:22.510Z] 3.0.0-dev.93: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:22.748Z] Removing intermediate container 5ec00f1a5b1a [2023-03-13T15:09:22.748Z] ---> ab904fccced0 [2023-03-13T15:09:22.748Z] [2023-03-13T15:09:22.817Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:23.014Z] Successfully built ab904fccced0 [2023-03-13T15:09:23.015Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-13T15:09:23.015Z]  Building security-spire-agent ... done Building security-proxy-setup [2023-03-13T15:09:23.120Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:23.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-13T15:09:23.120Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:23.120Z] 487aca168a20: Preparing [2023-03-13T15:09:23.120Z] ca9c4919059e: Preparing [2023-03-13T15:09:23.120Z] 22d798591b7b: Preparing [2023-03-13T15:09:23.120Z] ab2dead4fa21: Preparing [2023-03-13T15:09:23.120Z] 849d5074fb7c: Preparing [2023-03-13T15:09:23.120Z] aa5968d388b8: Preparing [2023-03-13T15:09:23.120Z] 849d5074fb7c: Waiting [2023-03-13T15:09:23.120Z] aa5968d388b8: Waiting [2023-03-13T15:09:23.120Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:23.120Z] 487aca168a20: Layer already exists [2023-03-13T15:09:23.120Z] 22d798591b7b: Layer already exists [2023-03-13T15:09:23.121Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:23.121Z] ca9c4919059e: Layer already exists [2023-03-13T15:09:23.121Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:23.121Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:23.121Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:23.440Z] + 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-13T15:09:23.742Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-13T15:09:23.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-13T15:09:23.742Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:23.742Z] 487aca168a20: Preparing [2023-03-13T15:09:23.742Z] ca9c4919059e: Preparing [2023-03-13T15:09:23.742Z] 22d798591b7b: Preparing [2023-03-13T15:09:23.742Z] ab2dead4fa21: Preparing [2023-03-13T15:09:23.742Z] 849d5074fb7c: Preparing [2023-03-13T15:09:23.742Z] aa5968d388b8: Preparing [2023-03-13T15:09:23.742Z] aa5968d388b8: Waiting [2023-03-13T15:09:23.742Z] 849d5074fb7c: Waiting [2023-03-13T15:09:23.742Z] 487aca168a20: Layer already exists [2023-03-13T15:09:23.742Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:23.742Z] 22d798591b7b: Layer already exists [2023-03-13T15:09:23.742Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:23.742Z] ca9c4919059e: Layer already exists [2023-03-13T15:09:23.742Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:23.742Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:23.742Z] main: digest: sha256:233c97c224d7c3d00fa9e1239deddbefcbf03f520cc2f222a26984782d9d538b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:23.825Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:23.831Z] taggedImages: [2023-03-13T15:09:23.831Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:23.831Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-13T15:09:23.831Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.93 [2023-03-13T15:09:23.831Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:23.831Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-13T15:09:23.845Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-13T15:09:23.845Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:23.845Z] latest [2023-03-13T15:09:23.845Z] 3.0.0-dev.93 [2023-03-13T15:09:23.845Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:23.845Z] main [2023-03-13T15:09:23.845Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:24.147Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:24.452Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:24.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-13T15:09:24.452Z] 07831899980b: Preparing [2023-03-13T15:09:24.452Z] c232157b6d87: Preparing [2023-03-13T15:09:24.452Z] ab2dead4fa21: Preparing [2023-03-13T15:09:24.452Z] 07f6f77a583c: Preparing [2023-03-13T15:09:24.452Z] aa5968d388b8: Preparing [2023-03-13T15:09:24.452Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:24.452Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:24.452Z] 07f6f77a583c: Pushed [2023-03-13T15:09:24.452Z] 07831899980b: Pushed [2023-03-13T15:09:25.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:09:25.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:09:25.591Z] ---> 7ac2966e086c [2023-03-13T15:09:25.591Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:09:25.591Z] ---> Using cache [2023-03-13T15:09:25.591Z] ---> 5c203f20c41e [2023-03-13T15:09:25.591Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:09:25.591Z] ---> Using cache [2023-03-13T15:09:25.591Z] ---> 987acd3c9374 [2023-03-13T15:09:25.591Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:09:25.591Z] ---> Using cache [2023-03-13T15:09:25.591Z] ---> 9b8494a9e377 [2023-03-13T15:09:25.591Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:09:25.591Z] ---> Using cache [2023-03-13T15:09:25.591Z] ---> 19c2d7deb8d2 [2023-03-13T15:09:25.591Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:09:25.591Z] ---> Using cache [2023-03-13T15:09:25.591Z] ---> a91724e37a57 [2023-03-13T15:09:25.591Z] Step 8/22 : COPY . . [2023-03-13T15:09:25.828Z] c232157b6d87: Pushed [2023-03-13T15:09:25.828Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-03-13T15:09:25.865Z] ---> Using cache [2023-03-13T15:09:25.865Z] ---> 3628832b1059 [2023-03-13T15:09:25.865Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [Pipeline] sh [2023-03-13T15:09:26.138Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-13T15:09:26.139Z] ---> Running in 4f59cd1e6195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:26.439Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-13T15:09:26.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-13T15:09:26.439Z] 07831899980b: Preparing [2023-03-13T15:09:26.439Z] c232157b6d87: Preparing [2023-03-13T15:09:26.439Z] ab2dead4fa21: Preparing [2023-03-13T15:09:26.439Z] 07f6f77a583c: Preparing [2023-03-13T15:09:26.439Z] aa5968d388b8: Preparing [2023-03-13T15:09:26.439Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:26.439Z] 07831899980b: Layer already exists [2023-03-13T15:09:26.439Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:26.439Z] 07f6f77a583c: Layer already exists [2023-03-13T15:09:26.439Z] c232157b6d87: Layer already exists [2023-03-13T15:09:26.439Z] latest: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:26.748Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:27.047Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.93 [2023-03-13T15:09:27.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-13T15:09:27.047Z] 07831899980b: Preparing [2023-03-13T15:09:27.047Z] c232157b6d87: Preparing [2023-03-13T15:09:27.047Z] ab2dead4fa21: Preparing [2023-03-13T15:09:27.047Z] 07f6f77a583c: Preparing [2023-03-13T15:09:27.047Z] aa5968d388b8: Preparing [2023-03-13T15:09:27.047Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:27.047Z] 07831899980b: Layer already exists [2023-03-13T15:09:27.047Z] 07f6f77a583c: Layer already exists [2023-03-13T15:09:27.047Z] c232157b6d87: Layer already exists [2023-03-13T15:09:27.047Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:27.047Z] 3.0.0-dev.93: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:27.356Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:27.556Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:09:27.556Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:09:27.556Z] ---> 7ac2966e086c [2023-03-13T15:09:27.556Z] Step 3/20 : WORKDIR /edgex-go [2023-03-13T15:09:27.556Z] ---> Using cache [2023-03-13T15:09:27.659Z] + docker push nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:27.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-13T15:09:27.659Z] 07831899980b: Preparing [2023-03-13T15:09:27.659Z] c232157b6d87: Preparing [2023-03-13T15:09:27.659Z] ab2dead4fa21: Preparing [2023-03-13T15:09:27.659Z] 07f6f77a583c: Preparing [2023-03-13T15:09:27.659Z] aa5968d388b8: Preparing [2023-03-13T15:09:27.659Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:27.659Z] 07f6f77a583c: Layer already exists [2023-03-13T15:09:27.659Z] c232157b6d87: Layer already exists [2023-03-13T15:09:27.659Z] 07831899980b: Layer already exists [2023-03-13T15:09:27.659Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:27.659Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:27.829Z] ---> f4232dfe4060 [2023-03-13T15:09:27.829Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-13T15:09:27.829Z] ---> Running in 20bd4c84c750 [2023-03-13T15:09:27.965Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:28.266Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-13T15:09:28.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-13T15:09:28.267Z] 07831899980b: Preparing [2023-03-13T15:09:28.267Z] c232157b6d87: Preparing [2023-03-13T15:09:28.267Z] ab2dead4fa21: Preparing [2023-03-13T15:09:28.267Z] 07f6f77a583c: Preparing [2023-03-13T15:09:28.267Z] aa5968d388b8: Preparing [2023-03-13T15:09:28.267Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:28.267Z] 07f6f77a583c: Layer already exists [2023-03-13T15:09:28.267Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:28.267Z] c232157b6d87: Layer already exists [2023-03-13T15:09:28.267Z] 07831899980b: Layer already exists [2023-03-13T15:09:28.267Z] main: digest: sha256:a4fa4399feb1db714adb43a44ebae6aae17b658da521c133290865102adbc56c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:28.304Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:28.310Z] taggedImages: [2023-03-13T15:09:28.310Z] - nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:28.310Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-13T15:09:28.310Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.93 [2023-03-13T15:09:28.310Z] - nexus3.edgexfoundry.org:10004/core-data:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:28.310Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-13T15:09:28.330Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-13T15:09:28.330Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:28.330Z] latest [2023-03-13T15:09:28.330Z] 3.0.0-dev.93 [2023-03-13T15:09:28.330Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:28.330Z] main [2023-03-13T15:09:28.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:28.411Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-13T15:09:28.633Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:28.940Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:28.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-13T15:09:28.940Z] 5d85c618a4ac: Preparing [2023-03-13T15:09:28.940Z] 32a072269dd7: Preparing [2023-03-13T15:09:28.940Z] 975e0970db7b: Preparing [2023-03-13T15:09:28.940Z] ab2dead4fa21: Preparing [2023-03-13T15:09:28.940Z] 849d5074fb7c: Preparing [2023-03-13T15:09:28.940Z] aa5968d388b8: Preparing [2023-03-13T15:09:28.940Z] aa5968d388b8: Waiting [2023-03-13T15:09:28.940Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:28.940Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:28.940Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:28.940Z] 32a072269dd7: Pushed [2023-03-13T15:09:28.940Z] 5d85c618a4ac: Pushed [2023-03-13T15:09:29.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:09:30.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:09:30.317Z] 975e0970db7b: Pushed [2023-03-13T15:09:30.575Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:30.883Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:31.192Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-13T15:09:31.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-13T15:09:31.192Z] 5d85c618a4ac: Preparing [2023-03-13T15:09:31.192Z] 32a072269dd7: Preparing [2023-03-13T15:09:31.192Z] 975e0970db7b: Preparing [2023-03-13T15:09:31.192Z] ab2dead4fa21: Preparing [2023-03-13T15:09:31.192Z] 849d5074fb7c: Preparing [2023-03-13T15:09:31.192Z] aa5968d388b8: Preparing [2023-03-13T15:09:31.192Z] 975e0970db7b: Layer already exists [2023-03-13T15:09:31.192Z] 5d85c618a4ac: Layer already exists [2023-03-13T15:09:31.192Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:31.192Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:31.192Z] 32a072269dd7: Layer already exists [2023-03-13T15:09:31.192Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:31.192Z] latest: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:31.497Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [2023-03-13T15:09:31.513Z] OK: 221 MiB in 51 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:31.804Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.93 [2023-03-13T15:09:31.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-13T15:09:31.804Z] 5d85c618a4ac: Preparing [2023-03-13T15:09:31.804Z] 32a072269dd7: Preparing [2023-03-13T15:09:31.804Z] 975e0970db7b: Preparing [2023-03-13T15:09:31.804Z] ab2dead4fa21: Preparing [2023-03-13T15:09:31.804Z] 849d5074fb7c: Preparing [2023-03-13T15:09:31.804Z] aa5968d388b8: Preparing [2023-03-13T15:09:31.804Z] aa5968d388b8: Waiting [2023-03-13T15:09:31.804Z] 975e0970db7b: Layer already exists [2023-03-13T15:09:31.804Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:31.804Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:31.804Z] 32a072269dd7: Layer already exists [2023-03-13T15:09:31.804Z] 5d85c618a4ac: Layer already exists [2023-03-13T15:09:31.804Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:31.804Z] 3.0.0-dev.93: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:32.108Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:32.422Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:32.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-13T15:09:32.422Z] 5d85c618a4ac: Preparing [2023-03-13T15:09:32.422Z] 32a072269dd7: Preparing [2023-03-13T15:09:32.422Z] 975e0970db7b: Preparing [2023-03-13T15:09:32.422Z] ab2dead4fa21: Preparing [2023-03-13T15:09:32.422Z] 849d5074fb7c: Preparing [2023-03-13T15:09:32.422Z] aa5968d388b8: Preparing [2023-03-13T15:09:32.422Z] aa5968d388b8: Waiting [2023-03-13T15:09:32.422Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:32.422Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:32.422Z] 975e0970db7b: Layer already exists [2023-03-13T15:09:32.422Z] 32a072269dd7: Layer already exists [2023-03-13T15:09:32.422Z] 5d85c618a4ac: Layer already exists [2023-03-13T15:09:32.422Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:32.422Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:32.718Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:32.935Z] Removing intermediate container 20bd4c84c750 [2023-03-13T15:09:32.935Z] ---> 0636228151f2 [2023-03-13T15:09:32.935Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-13T15:09:33.021Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-13T15:09:33.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-13T15:09:33.021Z] 5d85c618a4ac: Preparing [2023-03-13T15:09:33.021Z] 32a072269dd7: Preparing [2023-03-13T15:09:33.021Z] 975e0970db7b: Preparing [2023-03-13T15:09:33.021Z] ab2dead4fa21: Preparing [2023-03-13T15:09:33.021Z] 849d5074fb7c: Preparing [2023-03-13T15:09:33.021Z] aa5968d388b8: Preparing [2023-03-13T15:09:33.021Z] aa5968d388b8: Waiting [2023-03-13T15:09:33.021Z] 5d85c618a4ac: Layer already exists [2023-03-13T15:09:33.021Z] 975e0970db7b: Layer already exists [2023-03-13T15:09:33.021Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:33.021Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:33.021Z] 32a072269dd7: Layer already exists [2023-03-13T15:09:33.021Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:33.021Z] main: digest: sha256:0de9dbf99837e8f009e5e2dcf189b0a666a987f8b9f50497bd981d210e778670 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:33.071Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:33.077Z] taggedImages: [2023-03-13T15:09:33.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:33.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-13T15:09:33.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.93 [2023-03-13T15:09:33.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:33.077Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-13T15:09:33.095Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-13T15:09:33.095Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:33.095Z] latest [2023-03-13T15:09:33.095Z] 3.0.0-dev.93 [2023-03-13T15:09:33.095Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:33.095Z] main [2023-03-13T15:09:33.095Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:33.396Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:33.697Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:33.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-13T15:09:33.697Z] a5c142899375: Preparing [2023-03-13T15:09:33.697Z] a5c142899375: Preparing [2023-03-13T15:09:33.697Z] 4de87a808325: Preparing [2023-03-13T15:09:33.697Z] e0fef4ae1796: Preparing [2023-03-13T15:09:33.697Z] f9af4aec617f: Preparing [2023-03-13T15:09:33.697Z] 62e65ccee430: Preparing [2023-03-13T15:09:33.697Z] f46077f1cc0f: Preparing [2023-03-13T15:09:33.697Z] ab2dead4fa21: Preparing [2023-03-13T15:09:33.697Z] b5809e43b897: Preparing [2023-03-13T15:09:33.697Z] 89c76c0035dd: Preparing [2023-03-13T15:09:33.697Z] b856e189e2f8: Preparing [2023-03-13T15:09:33.697Z] 93d9115b69fb: Preparing [2023-03-13T15:09:33.697Z] aa5968d388b8: Preparing [2023-03-13T15:09:33.697Z] 89c76c0035dd: Waiting [2023-03-13T15:09:33.697Z] b856e189e2f8: Waiting [2023-03-13T15:09:33.697Z] ab2dead4fa21: Waiting [2023-03-13T15:09:33.697Z] 93d9115b69fb: Waiting [2023-03-13T15:09:33.697Z] b5809e43b897: Waiting [2023-03-13T15:09:33.697Z] f46077f1cc0f: Waiting [2023-03-13T15:09:33.697Z] aa5968d388b8: Waiting [2023-03-13T15:09:33.697Z] 62e65ccee430: Pushed [2023-03-13T15:09:33.697Z] 4de87a808325: Pushed [2023-03-13T15:09:33.697Z] f9af4aec617f: Pushed [2023-03-13T15:09:33.697Z] a5c142899375: Pushed [2023-03-13T15:09:33.697Z] e0fef4ae1796: Pushed [2023-03-13T15:09:33.697Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:33.897Z] ---> 9402ad3d4de0 [2023-03-13T15:09:33.897Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:09:33.897Z] ---> Running in d74099a1589a [2023-03-13T15:09:33.955Z] 93d9115b69fb: Pushed [2023-03-13T15:09:33.955Z] 89c76c0035dd: Pushed [2023-03-13T15:09:33.955Z] b856e189e2f8: Pushed [2023-03-13T15:09:33.955Z] b5809e43b897: Pushed [2023-03-13T15:09:33.955Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:35.329Z] f46077f1cc0f: Pushed [2023-03-13T15:09:35.588Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:35.897Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:36.207Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-13T15:09:36.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-13T15:09:36.207Z] a5c142899375: Preparing [2023-03-13T15:09:36.207Z] a5c142899375: Preparing [2023-03-13T15:09:36.207Z] 4de87a808325: Preparing [2023-03-13T15:09:36.207Z] e0fef4ae1796: Preparing [2023-03-13T15:09:36.207Z] f9af4aec617f: Preparing [2023-03-13T15:09:36.207Z] 62e65ccee430: Preparing [2023-03-13T15:09:36.207Z] f46077f1cc0f: Preparing [2023-03-13T15:09:36.207Z] f46077f1cc0f: Waiting [2023-03-13T15:09:36.207Z] ab2dead4fa21: Preparing [2023-03-13T15:09:36.207Z] b5809e43b897: Preparing [2023-03-13T15:09:36.207Z] 89c76c0035dd: Preparing [2023-03-13T15:09:36.207Z] b856e189e2f8: Preparing [2023-03-13T15:09:36.207Z] 89c76c0035dd: Waiting [2023-03-13T15:09:36.207Z] b5809e43b897: Waiting [2023-03-13T15:09:36.207Z] 93d9115b69fb: Preparing [2023-03-13T15:09:36.207Z] aa5968d388b8: Preparing [2023-03-13T15:09:36.207Z] 93d9115b69fb: Waiting [2023-03-13T15:09:36.207Z] b856e189e2f8: Waiting [2023-03-13T15:09:36.207Z] aa5968d388b8: Waiting [2023-03-13T15:09:36.207Z] e0fef4ae1796: Layer already exists [2023-03-13T15:09:36.207Z] 4de87a808325: Layer already exists [2023-03-13T15:09:36.207Z] a5c142899375: Layer already exists [2023-03-13T15:09:36.207Z] f9af4aec617f: Layer already exists [2023-03-13T15:09:36.207Z] 62e65ccee430: Layer already exists [2023-03-13T15:09:36.207Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:36.207Z] f46077f1cc0f: Layer already exists [2023-03-13T15:09:36.207Z] b5809e43b897: Layer already exists [2023-03-13T15:09:36.207Z] b856e189e2f8: Layer already exists [2023-03-13T15:09:36.207Z] 89c76c0035dd: Layer already exists [2023-03-13T15:09:36.207Z] 93d9115b69fb: Layer already exists [2023-03-13T15:09:36.207Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:36.207Z] latest: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:36.527Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:36.834Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.93 [2023-03-13T15:09:36.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-13T15:09:36.834Z] a5c142899375: Preparing [2023-03-13T15:09:36.834Z] a5c142899375: Preparing [2023-03-13T15:09:36.834Z] 4de87a808325: Preparing [2023-03-13T15:09:36.834Z] e0fef4ae1796: Preparing [2023-03-13T15:09:36.834Z] f9af4aec617f: Preparing [2023-03-13T15:09:36.834Z] 62e65ccee430: Preparing [2023-03-13T15:09:36.834Z] f46077f1cc0f: Preparing [2023-03-13T15:09:36.834Z] ab2dead4fa21: Preparing [2023-03-13T15:09:36.834Z] b5809e43b897: Preparing [2023-03-13T15:09:36.834Z] 89c76c0035dd: Preparing [2023-03-13T15:09:36.834Z] b856e189e2f8: Preparing [2023-03-13T15:09:36.834Z] 93d9115b69fb: Preparing [2023-03-13T15:09:36.834Z] aa5968d388b8: Preparing [2023-03-13T15:09:36.834Z] 89c76c0035dd: Waiting [2023-03-13T15:09:36.834Z] b5809e43b897: Waiting [2023-03-13T15:09:36.834Z] 93d9115b69fb: Waiting [2023-03-13T15:09:36.834Z] aa5968d388b8: Waiting [2023-03-13T15:09:36.834Z] b856e189e2f8: Waiting [2023-03-13T15:09:36.834Z] ab2dead4fa21: Waiting [2023-03-13T15:09:36.834Z] f46077f1cc0f: Waiting [2023-03-13T15:09:36.834Z] f9af4aec617f: Layer already exists [2023-03-13T15:09:36.834Z] a5c142899375: Layer already exists [2023-03-13T15:09:36.834Z] 4de87a808325: Layer already exists [2023-03-13T15:09:36.835Z] e0fef4ae1796: Layer already exists [2023-03-13T15:09:36.835Z] 62e65ccee430: Layer already exists [2023-03-13T15:09:36.835Z] f46077f1cc0f: Layer already exists [2023-03-13T15:09:36.835Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:36.835Z] b5809e43b897: Layer already exists [2023-03-13T15:09:36.835Z] 89c76c0035dd: Layer already exists [2023-03-13T15:09:36.835Z] b856e189e2f8: Layer already exists [2023-03-13T15:09:36.835Z] 93d9115b69fb: Layer already exists [2023-03-13T15:09:36.835Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:36.835Z] 3.0.0-dev.93: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:37.148Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:37.452Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:37.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-13T15:09:37.452Z] a5c142899375: Preparing [2023-03-13T15:09:37.452Z] a5c142899375: Preparing [2023-03-13T15:09:37.452Z] 4de87a808325: Preparing [2023-03-13T15:09:37.452Z] e0fef4ae1796: Preparing [2023-03-13T15:09:37.452Z] f9af4aec617f: Preparing [2023-03-13T15:09:37.452Z] 62e65ccee430: Preparing [2023-03-13T15:09:37.452Z] f46077f1cc0f: Preparing [2023-03-13T15:09:37.452Z] ab2dead4fa21: Preparing [2023-03-13T15:09:37.452Z] b5809e43b897: Preparing [2023-03-13T15:09:37.452Z] 89c76c0035dd: Preparing [2023-03-13T15:09:37.452Z] b856e189e2f8: Preparing [2023-03-13T15:09:37.452Z] 93d9115b69fb: Preparing [2023-03-13T15:09:37.452Z] aa5968d388b8: Preparing [2023-03-13T15:09:37.452Z] f46077f1cc0f: Waiting [2023-03-13T15:09:37.452Z] ab2dead4fa21: Waiting [2023-03-13T15:09:37.452Z] b5809e43b897: Waiting [2023-03-13T15:09:37.452Z] 89c76c0035dd: Waiting [2023-03-13T15:09:37.452Z] b856e189e2f8: Waiting [2023-03-13T15:09:37.452Z] 93d9115b69fb: Waiting [2023-03-13T15:09:37.452Z] aa5968d388b8: Waiting [2023-03-13T15:09:37.452Z] 62e65ccee430: Layer already exists [2023-03-13T15:09:37.452Z] a5c142899375: Layer already exists [2023-03-13T15:09:37.452Z] 4de87a808325: Layer already exists [2023-03-13T15:09:37.452Z] e0fef4ae1796: Layer already exists [2023-03-13T15:09:37.452Z] f9af4aec617f: Layer already exists [2023-03-13T15:09:37.452Z] f46077f1cc0f: Layer already exists [2023-03-13T15:09:37.452Z] b5809e43b897: Layer already exists [2023-03-13T15:09:37.452Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:37.452Z] 89c76c0035dd: Layer already exists [2023-03-13T15:09:37.452Z] b856e189e2f8: Layer already exists [2023-03-13T15:09:37.452Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:37.452Z] 93d9115b69fb: Layer already exists [2023-03-13T15:09:37.452Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:37.763Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:38.066Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-13T15:09:38.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-13T15:09:38.066Z] a5c142899375: Preparing [2023-03-13T15:09:38.066Z] a5c142899375: Preparing [2023-03-13T15:09:38.066Z] 4de87a808325: Preparing [2023-03-13T15:09:38.066Z] e0fef4ae1796: Preparing [2023-03-13T15:09:38.066Z] f9af4aec617f: Preparing [2023-03-13T15:09:38.066Z] 62e65ccee430: Preparing [2023-03-13T15:09:38.066Z] f46077f1cc0f: Preparing [2023-03-13T15:09:38.066Z] ab2dead4fa21: Preparing [2023-03-13T15:09:38.066Z] b5809e43b897: Preparing [2023-03-13T15:09:38.066Z] 89c76c0035dd: Preparing [2023-03-13T15:09:38.066Z] b856e189e2f8: Preparing [2023-03-13T15:09:38.066Z] 93d9115b69fb: Preparing [2023-03-13T15:09:38.066Z] aa5968d388b8: Preparing [2023-03-13T15:09:38.066Z] 89c76c0035dd: Waiting [2023-03-13T15:09:38.066Z] f46077f1cc0f: Waiting [2023-03-13T15:09:38.066Z] b856e189e2f8: Waiting [2023-03-13T15:09:38.066Z] ab2dead4fa21: Waiting [2023-03-13T15:09:38.066Z] b5809e43b897: Waiting [2023-03-13T15:09:38.066Z] aa5968d388b8: Waiting [2023-03-13T15:09:38.066Z] 93d9115b69fb: Waiting [2023-03-13T15:09:38.066Z] e0fef4ae1796: Layer already exists [2023-03-13T15:09:38.066Z] a5c142899375: Layer already exists [2023-03-13T15:09:38.066Z] f9af4aec617f: Layer already exists [2023-03-13T15:09:38.066Z] 62e65ccee430: Layer already exists [2023-03-13T15:09:38.066Z] 4de87a808325: Layer already exists [2023-03-13T15:09:38.066Z] f46077f1cc0f: Layer already exists [2023-03-13T15:09:38.066Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:38.066Z] b5809e43b897: Layer already exists [2023-03-13T15:09:38.066Z] 89c76c0035dd: Layer already exists [2023-03-13T15:09:38.066Z] 93d9115b69fb: Layer already exists [2023-03-13T15:09:38.066Z] b856e189e2f8: Layer already exists [2023-03-13T15:09:38.066Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:38.066Z] main: digest: sha256:98e9b40d3101385e4efed7c7d4f77e7a35453d518f6a0bdcc397f1a46c7e0f15 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:38.119Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:38.127Z] taggedImages: [2023-03-13T15:09:38.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:38.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-13T15:09:38.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.93 [2023-03-13T15:09:38.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:38.127Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-13T15:09:38.155Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-13T15:09:38.155Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:38.155Z] latest [2023-03-13T15:09:38.155Z] 3.0.0-dev.93 [2023-03-13T15:09:38.155Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:38.155Z] main [2023-03-13T15:09:38.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:38.484Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:38.790Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:38.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-13T15:09:38.790Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:38.790Z] 487aca168a20: Preparing [2023-03-13T15:09:38.790Z] e6eb5c976c71: Preparing [2023-03-13T15:09:38.790Z] e8ec380beb01: Preparing [2023-03-13T15:09:38.790Z] ab2dead4fa21: Preparing [2023-03-13T15:09:38.790Z] 849d5074fb7c: Preparing [2023-03-13T15:09:38.790Z] aa5968d388b8: Preparing [2023-03-13T15:09:38.790Z] aa5968d388b8: Waiting [2023-03-13T15:09:38.790Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:38.790Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:38.790Z] 487aca168a20: Layer already exists [2023-03-13T15:09:38.790Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:38.790Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:38.790Z] e6eb5c976c71: Pushed [2023-03-13T15:09:40.172Z] e8ec380beb01: Pushed [2023-03-13T15:09:40.172Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:40.489Z] + 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-13T15:09:40.805Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-13T15:09:40.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-13T15:09:40.805Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:40.805Z] 487aca168a20: Preparing [2023-03-13T15:09:40.805Z] e6eb5c976c71: Preparing [2023-03-13T15:09:40.805Z] e8ec380beb01: Preparing [2023-03-13T15:09:40.805Z] ab2dead4fa21: Preparing [2023-03-13T15:09:40.805Z] 849d5074fb7c: Preparing [2023-03-13T15:09:40.805Z] aa5968d388b8: Preparing [2023-03-13T15:09:40.805Z] 849d5074fb7c: Waiting [2023-03-13T15:09:40.805Z] aa5968d388b8: Waiting [2023-03-13T15:09:40.805Z] e6eb5c976c71: Layer already exists [2023-03-13T15:09:40.805Z] e8ec380beb01: Layer already exists [2023-03-13T15:09:40.805Z] 487aca168a20: Layer already exists [2023-03-13T15:09:40.805Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:40.805Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:40.805Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:40.805Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:40.805Z] latest: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:41.118Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:41.418Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.93 [2023-03-13T15:09:41.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-13T15:09:41.418Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:41.418Z] 487aca168a20: Preparing [2023-03-13T15:09:41.418Z] e6eb5c976c71: Preparing [2023-03-13T15:09:41.418Z] e8ec380beb01: Preparing [2023-03-13T15:09:41.418Z] ab2dead4fa21: Preparing [2023-03-13T15:09:41.418Z] 849d5074fb7c: Preparing [2023-03-13T15:09:41.418Z] aa5968d388b8: Preparing [2023-03-13T15:09:41.418Z] 849d5074fb7c: Waiting [2023-03-13T15:09:41.418Z] aa5968d388b8: Waiting [2023-03-13T15:09:41.418Z] e6eb5c976c71: Layer already exists [2023-03-13T15:09:41.418Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:41.418Z] e8ec380beb01: Layer already exists [2023-03-13T15:09:41.418Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:41.418Z] 487aca168a20: Layer already exists [2023-03-13T15:09:41.418Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:41.418Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:41.418Z] 3.0.0-dev.93: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:41.723Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:42.028Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:42.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-13T15:09:42.028Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:42.028Z] 487aca168a20: Preparing [2023-03-13T15:09:42.028Z] e6eb5c976c71: Preparing [2023-03-13T15:09:42.028Z] e8ec380beb01: Preparing [2023-03-13T15:09:42.028Z] ab2dead4fa21: Preparing [2023-03-13T15:09:42.028Z] 849d5074fb7c: Preparing [2023-03-13T15:09:42.028Z] aa5968d388b8: Preparing [2023-03-13T15:09:42.028Z] 849d5074fb7c: Waiting [2023-03-13T15:09:42.028Z] aa5968d388b8: Waiting [2023-03-13T15:09:42.028Z] 487aca168a20: Layer already exists [2023-03-13T15:09:42.028Z] e6eb5c976c71: Layer already exists [2023-03-13T15:09:42.028Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:42.028Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:42.028Z] e8ec380beb01: Layer already exists [2023-03-13T15:09:42.028Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:42.028Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:42.028Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:42.340Z] + 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-13T15:09:42.643Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-13T15:09:42.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-13T15:09:42.643Z] 2bb3b1d96953: Preparing [2023-03-13T15:09:42.643Z] 487aca168a20: Preparing [2023-03-13T15:09:42.643Z] e6eb5c976c71: Preparing [2023-03-13T15:09:42.643Z] e8ec380beb01: Preparing [2023-03-13T15:09:42.643Z] ab2dead4fa21: Preparing [2023-03-13T15:09:42.643Z] 849d5074fb7c: Preparing [2023-03-13T15:09:42.643Z] aa5968d388b8: Preparing [2023-03-13T15:09:42.643Z] aa5968d388b8: Waiting [2023-03-13T15:09:42.643Z] 849d5074fb7c: Waiting [2023-03-13T15:09:42.643Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:42.643Z] e6eb5c976c71: Layer already exists [2023-03-13T15:09:42.643Z] 487aca168a20: Layer already exists [2023-03-13T15:09:42.643Z] e8ec380beb01: Layer already exists [2023-03-13T15:09:42.643Z] 2bb3b1d96953: Layer already exists [2023-03-13T15:09:42.643Z] 849d5074fb7c: Layer already exists [2023-03-13T15:09:42.643Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:42.643Z] main: digest: sha256:23227dccbd5967d6a161f7f89f8ee4c4a932ad5bf9c4ab711e1e31e755aa7dad size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:42.681Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:42.688Z] taggedImages: [2023-03-13T15:09:42.688Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:42.688Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-13T15:09:42.688Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.93 [2023-03-13T15:09:42.688Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:42.688Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-13T15:09:42.706Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-13T15:09:42.706Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:42.706Z] latest [2023-03-13T15:09:42.706Z] 3.0.0-dev.93 [2023-03-13T15:09:42.706Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:42.706Z] main [2023-03-13T15:09:42.706Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:43.012Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:43.322Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:43.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-13T15:09:43.322Z] 3cb25753591d: Preparing [2023-03-13T15:09:43.322Z] de0744ab6df8: Preparing [2023-03-13T15:09:43.322Z] 4bd5ca53acd5: Preparing [2023-03-13T15:09:43.322Z] 3d47b41253a6: Preparing [2023-03-13T15:09:43.322Z] cc48007b036f: Preparing [2023-03-13T15:09:43.322Z] be7aa1d0103d: Preparing [2023-03-13T15:09:43.322Z] aa5968d388b8: Preparing [2023-03-13T15:09:43.322Z] aa5968d388b8: Waiting [2023-03-13T15:09:43.322Z] be7aa1d0103d: Waiting [2023-03-13T15:09:43.322Z] cc48007b036f: Pushed [2023-03-13T15:09:43.322Z] 3cb25753591d: Pushed [2023-03-13T15:09:43.322Z] de0744ab6df8: Pushed [2023-03-13T15:09:43.322Z] 3d47b41253a6: Pushed [2023-03-13T15:09:43.322Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:43.580Z] be7aa1d0103d: Pushed [2023-03-13T15:09:44.516Z] 4bd5ca53acd5: Pushed [2023-03-13T15:09:44.776Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:45.080Z] + 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-13T15:09:45.391Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-13T15:09:45.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-13T15:09:45.391Z] 3cb25753591d: Preparing [2023-03-13T15:09:45.391Z] de0744ab6df8: Preparing [2023-03-13T15:09:45.391Z] 4bd5ca53acd5: Preparing [2023-03-13T15:09:45.391Z] 3d47b41253a6: Preparing [2023-03-13T15:09:45.391Z] cc48007b036f: Preparing [2023-03-13T15:09:45.391Z] be7aa1d0103d: Preparing [2023-03-13T15:09:45.391Z] aa5968d388b8: Preparing [2023-03-13T15:09:45.391Z] be7aa1d0103d: Waiting [2023-03-13T15:09:45.391Z] aa5968d388b8: Waiting [2023-03-13T15:09:45.391Z] 3cb25753591d: Layer already exists [2023-03-13T15:09:45.391Z] 4bd5ca53acd5: Layer already exists [2023-03-13T15:09:45.391Z] 3d47b41253a6: Layer already exists [2023-03-13T15:09:45.391Z] de0744ab6df8: Layer already exists [2023-03-13T15:09:45.391Z] cc48007b036f: Layer already exists [2023-03-13T15:09:45.392Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:45.392Z] be7aa1d0103d: Layer already exists [2023-03-13T15:09:45.392Z] latest: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:45.696Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:46.008Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.93 [2023-03-13T15:09:46.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-13T15:09:46.008Z] 3cb25753591d: Preparing [2023-03-13T15:09:46.008Z] de0744ab6df8: Preparing [2023-03-13T15:09:46.008Z] 4bd5ca53acd5: Preparing [2023-03-13T15:09:46.008Z] 3d47b41253a6: Preparing [2023-03-13T15:09:46.008Z] cc48007b036f: Preparing [2023-03-13T15:09:46.008Z] be7aa1d0103d: Preparing [2023-03-13T15:09:46.008Z] aa5968d388b8: Preparing [2023-03-13T15:09:46.008Z] be7aa1d0103d: Waiting [2023-03-13T15:09:46.008Z] aa5968d388b8: Waiting [2023-03-13T15:09:46.008Z] 3cb25753591d: Layer already exists [2023-03-13T15:09:46.008Z] 3d47b41253a6: Layer already exists [2023-03-13T15:09:46.008Z] cc48007b036f: Layer already exists [2023-03-13T15:09:46.008Z] de0744ab6df8: Layer already exists [2023-03-13T15:09:46.008Z] 4bd5ca53acd5: Layer already exists [2023-03-13T15:09:46.008Z] be7aa1d0103d: Layer already exists [2023-03-13T15:09:46.008Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:46.008Z] 3.0.0-dev.93: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:46.313Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:46.629Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:46.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-13T15:09:46.629Z] 3cb25753591d: Preparing [2023-03-13T15:09:46.629Z] de0744ab6df8: Preparing [2023-03-13T15:09:46.629Z] 4bd5ca53acd5: Preparing [2023-03-13T15:09:46.629Z] 3d47b41253a6: Preparing [2023-03-13T15:09:46.629Z] cc48007b036f: Preparing [2023-03-13T15:09:46.629Z] be7aa1d0103d: Preparing [2023-03-13T15:09:46.629Z] aa5968d388b8: Preparing [2023-03-13T15:09:46.629Z] be7aa1d0103d: Waiting [2023-03-13T15:09:46.629Z] aa5968d388b8: Waiting [2023-03-13T15:09:46.629Z] de0744ab6df8: Layer already exists [2023-03-13T15:09:46.629Z] 3cb25753591d: Layer already exists [2023-03-13T15:09:46.629Z] cc48007b036f: Layer already exists [2023-03-13T15:09:46.629Z] 4bd5ca53acd5: Layer already exists [2023-03-13T15:09:46.629Z] 3d47b41253a6: Layer already exists [2023-03-13T15:09:46.629Z] be7aa1d0103d: Layer already exists [2023-03-13T15:09:46.629Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:46.629Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:46.936Z] + 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-13T15:09:47.245Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-13T15:09:47.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-13T15:09:47.245Z] 3cb25753591d: Preparing [2023-03-13T15:09:47.245Z] de0744ab6df8: Preparing [2023-03-13T15:09:47.245Z] 4bd5ca53acd5: Preparing [2023-03-13T15:09:47.245Z] 3d47b41253a6: Preparing [2023-03-13T15:09:47.245Z] cc48007b036f: Preparing [2023-03-13T15:09:47.245Z] be7aa1d0103d: Preparing [2023-03-13T15:09:47.245Z] aa5968d388b8: Preparing [2023-03-13T15:09:47.245Z] be7aa1d0103d: Waiting [2023-03-13T15:09:47.245Z] aa5968d388b8: Waiting [2023-03-13T15:09:47.245Z] cc48007b036f: Layer already exists [2023-03-13T15:09:47.245Z] 3d47b41253a6: Layer already exists [2023-03-13T15:09:47.245Z] de0744ab6df8: Layer already exists [2023-03-13T15:09:47.245Z] 3cb25753591d: Layer already exists [2023-03-13T15:09:47.245Z] 4bd5ca53acd5: Layer already exists [2023-03-13T15:09:47.245Z] be7aa1d0103d: Layer already exists [2023-03-13T15:09:47.245Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:47.245Z] main: digest: sha256:6073c67c697145e164233a3850e36c78746040a504df77961d6f8bca49f971b2 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:47.286Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:47.295Z] taggedImages: [2023-03-13T15:09:47.295Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:47.295Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-13T15:09:47.295Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.93 [2023-03-13T15:09:47.295Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:47.295Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-13T15:09:47.316Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-13T15:09:47.316Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:47.316Z] latest [2023-03-13T15:09:47.316Z] 3.0.0-dev.93 [2023-03-13T15:09:47.316Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:47.316Z] main [2023-03-13T15:09:47.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:47.638Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:47.941Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:47.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-13T15:09:47.942Z] dc678b101fa8: Preparing [2023-03-13T15:09:47.942Z] feff44b8fe8a: Preparing [2023-03-13T15:09:47.942Z] 957d56a4336b: Preparing [2023-03-13T15:09:47.942Z] df00ef3e834e: Preparing [2023-03-13T15:09:47.942Z] 71ecd85f8917: Preparing [2023-03-13T15:09:47.942Z] cb64cf2cb6a2: Preparing [2023-03-13T15:09:47.942Z] 846cdf2f331a: Preparing [2023-03-13T15:09:47.942Z] 79a38149f929: Preparing [2023-03-13T15:09:47.942Z] aa5968d388b8: Preparing [2023-03-13T15:09:47.942Z] 846cdf2f331a: Waiting [2023-03-13T15:09:47.942Z] 79a38149f929: Waiting [2023-03-13T15:09:47.942Z] cb64cf2cb6a2: Waiting [2023-03-13T15:09:47.942Z] aa5968d388b8: Waiting [2023-03-13T15:09:47.942Z] 71ecd85f8917: Pushed [2023-03-13T15:09:47.942Z] feff44b8fe8a: Pushed [2023-03-13T15:09:47.942Z] dc678b101fa8: Pushed [2023-03-13T15:09:48.203Z] cb64cf2cb6a2: Pushed [2023-03-13T15:09:48.203Z] 846cdf2f331a: Pushed [2023-03-13T15:09:48.203Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:48.203Z] 79a38149f929: Pushed [2023-03-13T15:09:49.143Z] df00ef3e834e: Pushed [2023-03-13T15:09:49.400Z] 957d56a4336b: Pushed [2023-03-13T15:09:49.659Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:49.970Z] + 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-13T15:09:50.271Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-13T15:09:50.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-13T15:09:50.271Z] dc678b101fa8: Preparing [2023-03-13T15:09:50.271Z] feff44b8fe8a: Preparing [2023-03-13T15:09:50.271Z] 957d56a4336b: Preparing [2023-03-13T15:09:50.271Z] df00ef3e834e: Preparing [2023-03-13T15:09:50.271Z] 71ecd85f8917: Preparing [2023-03-13T15:09:50.271Z] cb64cf2cb6a2: Preparing [2023-03-13T15:09:50.271Z] 846cdf2f331a: Preparing [2023-03-13T15:09:50.271Z] 79a38149f929: Preparing [2023-03-13T15:09:50.271Z] aa5968d388b8: Preparing [2023-03-13T15:09:50.271Z] cb64cf2cb6a2: Waiting [2023-03-13T15:09:50.271Z] 846cdf2f331a: Waiting [2023-03-13T15:09:50.271Z] 79a38149f929: Waiting [2023-03-13T15:09:50.271Z] aa5968d388b8: Waiting [2023-03-13T15:09:50.271Z] feff44b8fe8a: Layer already exists [2023-03-13T15:09:50.271Z] dc678b101fa8: Layer already exists [2023-03-13T15:09:50.271Z] df00ef3e834e: Layer already exists [2023-03-13T15:09:50.271Z] 957d56a4336b: Layer already exists [2023-03-13T15:09:50.271Z] 71ecd85f8917: Layer already exists [2023-03-13T15:09:50.271Z] 846cdf2f331a: Layer already exists [2023-03-13T15:09:50.271Z] cb64cf2cb6a2: Layer already exists [2023-03-13T15:09:50.271Z] 79a38149f929: Layer already exists [2023-03-13T15:09:50.271Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:50.272Z] latest: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:50.585Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:50.885Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.93 [2023-03-13T15:09:50.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-13T15:09:50.885Z] dc678b101fa8: Preparing [2023-03-13T15:09:50.885Z] feff44b8fe8a: Preparing [2023-03-13T15:09:50.885Z] 957d56a4336b: Preparing [2023-03-13T15:09:50.885Z] df00ef3e834e: Preparing [2023-03-13T15:09:50.885Z] 71ecd85f8917: Preparing [2023-03-13T15:09:50.885Z] cb64cf2cb6a2: Preparing [2023-03-13T15:09:50.885Z] 846cdf2f331a: Preparing [2023-03-13T15:09:50.885Z] 79a38149f929: Preparing [2023-03-13T15:09:50.885Z] 846cdf2f331a: Waiting [2023-03-13T15:09:50.885Z] cb64cf2cb6a2: Waiting [2023-03-13T15:09:50.885Z] aa5968d388b8: Preparing [2023-03-13T15:09:50.885Z] 79a38149f929: Waiting [2023-03-13T15:09:50.885Z] aa5968d388b8: Waiting [2023-03-13T15:09:50.885Z] 957d56a4336b: Layer already exists [2023-03-13T15:09:50.885Z] dc678b101fa8: Layer already exists [2023-03-13T15:09:50.885Z] 71ecd85f8917: Layer already exists [2023-03-13T15:09:50.885Z] df00ef3e834e: Layer already exists [2023-03-13T15:09:50.885Z] feff44b8fe8a: Layer already exists [2023-03-13T15:09:50.885Z] cb64cf2cb6a2: Layer already exists [2023-03-13T15:09:50.885Z] 79a38149f929: Layer already exists [2023-03-13T15:09:50.885Z] 846cdf2f331a: Layer already exists [2023-03-13T15:09:50.885Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:50.885Z] 3.0.0-dev.93: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:51.192Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:51.497Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:51.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-13T15:09:51.497Z] dc678b101fa8: Preparing [2023-03-13T15:09:51.497Z] feff44b8fe8a: Preparing [2023-03-13T15:09:51.497Z] 957d56a4336b: Preparing [2023-03-13T15:09:51.497Z] df00ef3e834e: Preparing [2023-03-13T15:09:51.497Z] 71ecd85f8917: Preparing [2023-03-13T15:09:51.497Z] cb64cf2cb6a2: Preparing [2023-03-13T15:09:51.497Z] 846cdf2f331a: Preparing [2023-03-13T15:09:51.497Z] 79a38149f929: Preparing [2023-03-13T15:09:51.497Z] aa5968d388b8: Preparing [2023-03-13T15:09:51.497Z] cb64cf2cb6a2: Waiting [2023-03-13T15:09:51.497Z] 846cdf2f331a: Waiting [2023-03-13T15:09:51.497Z] 79a38149f929: Waiting [2023-03-13T15:09:51.497Z] aa5968d388b8: Waiting [2023-03-13T15:09:51.497Z] 71ecd85f8917: Layer already exists [2023-03-13T15:09:51.497Z] df00ef3e834e: Layer already exists [2023-03-13T15:09:51.497Z] feff44b8fe8a: Layer already exists [2023-03-13T15:09:51.497Z] dc678b101fa8: Layer already exists [2023-03-13T15:09:51.497Z] 957d56a4336b: Layer already exists [2023-03-13T15:09:51.497Z] cb64cf2cb6a2: Layer already exists [2023-03-13T15:09:51.497Z] 79a38149f929: Layer already exists [2023-03-13T15:09:51.497Z] 846cdf2f331a: Layer already exists [2023-03-13T15:09:51.497Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:51.497Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:51.814Z] + 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-13T15:09:52.121Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-13T15:09:52.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-13T15:09:52.121Z] dc678b101fa8: Preparing [2023-03-13T15:09:52.121Z] feff44b8fe8a: Preparing [2023-03-13T15:09:52.121Z] 957d56a4336b: Preparing [2023-03-13T15:09:52.121Z] df00ef3e834e: Preparing [2023-03-13T15:09:52.121Z] 71ecd85f8917: Preparing [2023-03-13T15:09:52.121Z] cb64cf2cb6a2: Preparing [2023-03-13T15:09:52.121Z] 846cdf2f331a: Preparing [2023-03-13T15:09:52.121Z] 79a38149f929: Preparing [2023-03-13T15:09:52.121Z] aa5968d388b8: Preparing [2023-03-13T15:09:52.121Z] cb64cf2cb6a2: Waiting [2023-03-13T15:09:52.121Z] 846cdf2f331a: Waiting [2023-03-13T15:09:52.121Z] 79a38149f929: Waiting [2023-03-13T15:09:52.121Z] aa5968d388b8: Waiting [2023-03-13T15:09:52.121Z] df00ef3e834e: Layer already exists [2023-03-13T15:09:52.121Z] 957d56a4336b: Layer already exists [2023-03-13T15:09:52.121Z] dc678b101fa8: Layer already exists [2023-03-13T15:09:52.121Z] feff44b8fe8a: Layer already exists [2023-03-13T15:09:52.121Z] 71ecd85f8917: Layer already exists [2023-03-13T15:09:52.121Z] cb64cf2cb6a2: Layer already exists [2023-03-13T15:09:52.121Z] 846cdf2f331a: Layer already exists [2023-03-13T15:09:52.121Z] 79a38149f929: Layer already exists [2023-03-13T15:09:52.121Z] aa5968d388b8: Layer already exists [2023-03-13T15:09:52.121Z] main: digest: sha256:6095a701505683bc76e0ea6cadd7e56a5d4a3c67c0ce00a3ca28f9c0452dea78 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:52.170Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:52.179Z] taggedImages: [2023-03-13T15:09:52.179Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:52.179Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-13T15:09:52.179Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.93 [2023-03-13T15:09:52.180Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:52.180Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-13T15:09:52.203Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-13T15:09:52.203Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:52.203Z] latest [2023-03-13T15:09:52.203Z] 3.0.0-dev.93 [2023-03-13T15:09:52.203Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:52.203Z] main [2023-03-13T15:09:52.203Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:52.527Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:52.835Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:52.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-13T15:09:52.835Z] 2514606178ef: Preparing [2023-03-13T15:09:52.835Z] 509ad71598e3: Preparing [2023-03-13T15:09:52.835Z] ab2dead4fa21: Preparing [2023-03-13T15:09:52.835Z] 50f3a75a3362: Preparing [2023-03-13T15:09:52.835Z] 4e6476652798: Preparing [2023-03-13T15:09:52.835Z] 4e6476652798: Layer already exists [2023-03-13T15:09:52.835Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:52.835Z] 2514606178ef: Pushed [2023-03-13T15:09:53.404Z] 50f3a75a3362: Pushed [2023-03-13T15:09:54.783Z] 509ad71598e3: Pushed [2023-03-13T15:09:54.783Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:55.084Z] + 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-13T15:09:55.387Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-13T15:09:55.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-13T15:09:55.387Z] 2514606178ef: Preparing [2023-03-13T15:09:55.387Z] 509ad71598e3: Preparing [2023-03-13T15:09:55.387Z] ab2dead4fa21: Preparing [2023-03-13T15:09:55.387Z] 50f3a75a3362: Preparing [2023-03-13T15:09:55.387Z] 4e6476652798: Preparing [2023-03-13T15:09:55.387Z] 2514606178ef: Layer already exists [2023-03-13T15:09:55.387Z] 4e6476652798: Layer already exists [2023-03-13T15:09:55.387Z] 50f3a75a3362: Layer already exists [2023-03-13T15:09:55.387Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:55.387Z] 509ad71598e3: Layer already exists [2023-03-13T15:09:55.387Z] latest: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:55.701Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:56.007Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.93 [2023-03-13T15:09:56.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-13T15:09:56.008Z] 2514606178ef: Preparing [2023-03-13T15:09:56.008Z] 509ad71598e3: Preparing [2023-03-13T15:09:56.008Z] ab2dead4fa21: Preparing [2023-03-13T15:09:56.008Z] 50f3a75a3362: Preparing [2023-03-13T15:09:56.008Z] 4e6476652798: Preparing [2023-03-13T15:09:56.008Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:56.008Z] 509ad71598e3: Layer already exists [2023-03-13T15:09:56.008Z] 2514606178ef: Layer already exists [2023-03-13T15:09:56.008Z] 4e6476652798: Layer already exists [2023-03-13T15:09:56.008Z] 50f3a75a3362: Layer already exists [2023-03-13T15:09:56.008Z] 3.0.0-dev.93: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:56.317Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:56.627Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:56.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-13T15:09:56.628Z] 2514606178ef: Preparing [2023-03-13T15:09:56.628Z] 509ad71598e3: Preparing [2023-03-13T15:09:56.628Z] ab2dead4fa21: Preparing [2023-03-13T15:09:56.628Z] 50f3a75a3362: Preparing [2023-03-13T15:09:56.628Z] 4e6476652798: Preparing [2023-03-13T15:09:56.628Z] 509ad71598e3: Layer already exists [2023-03-13T15:09:56.628Z] 4e6476652798: Layer already exists [2023-03-13T15:09:56.628Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:56.628Z] 50f3a75a3362: Layer already exists [2023-03-13T15:09:56.628Z] 2514606178ef: Layer already exists [2023-03-13T15:09:56.628Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:56.937Z] + 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-13T15:09:57.246Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-13T15:09:57.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-13T15:09:57.247Z] 2514606178ef: Preparing [2023-03-13T15:09:57.247Z] 509ad71598e3: Preparing [2023-03-13T15:09:57.247Z] ab2dead4fa21: Preparing [2023-03-13T15:09:57.247Z] 50f3a75a3362: Preparing [2023-03-13T15:09:57.247Z] 4e6476652798: Preparing [2023-03-13T15:09:57.247Z] ab2dead4fa21: Layer already exists [2023-03-13T15:09:57.247Z] 50f3a75a3362: Layer already exists [2023-03-13T15:09:57.247Z] 2514606178ef: Layer already exists [2023-03-13T15:09:57.247Z] 4e6476652798: Layer already exists [2023-03-13T15:09:57.247Z] 509ad71598e3: Layer already exists [2023-03-13T15:09:57.247Z] main: digest: sha256:55697053554532fbed8ec62d96f1da72b0f4d5f5c8fb74bc8be431f304bea33e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:09:57.294Z] ===================================================== [Pipeline] echo [2023-03-13T15:09:57.303Z] taggedImages: [2023-03-13T15:09:57.303Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:57.303Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-13T15:09:57.303Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.93 [2023-03-13T15:09:57.303Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:57.303Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-13T15:09:57.330Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-13T15:09:57.330Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:57.330Z] latest [2023-03-13T15:09:57.330Z] 3.0.0-dev.93 [2023-03-13T15:09:57.330Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:09:57.330Z] main [2023-03-13T15:09:57.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:57.648Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:09:57.966Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:09:57.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-13T15:09:57.967Z] 6d2ac86485b1: Preparing [2023-03-13T15:09:57.967Z] c3b64e00a7ad: Preparing [2023-03-13T15:09:57.967Z] db8ec254a52f: Preparing [2023-03-13T15:09:57.967Z] c3b9daec21bf: Preparing [2023-03-13T15:09:57.967Z] 966ed901f0c9: Preparing [2023-03-13T15:09:57.967Z] 10894d51140e: Preparing [2023-03-13T15:09:57.967Z] 4e6476652798: Preparing [2023-03-13T15:09:57.967Z] 10894d51140e: Waiting [2023-03-13T15:09:57.967Z] 4e6476652798: Waiting [2023-03-13T15:09:57.967Z] c3b64e00a7ad: Pushed [2023-03-13T15:09:57.967Z] db8ec254a52f: Pushed [2023-03-13T15:09:57.967Z] 6d2ac86485b1: Pushed [2023-03-13T15:09:57.967Z] 4e6476652798: Layer already exists [2023-03-13T15:09:58.540Z] 10894d51140e: Pushed [2023-03-13T15:10:01.829Z] 966ed901f0c9: Pushed [2023-03-13T15:10:05.126Z] c3b9daec21bf: Pushed [2023-03-13T15:10:05.126Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:05.431Z] + 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-13T15:10:05.732Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-13T15:10:05.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-13T15:10:05.732Z] 6d2ac86485b1: Preparing [2023-03-13T15:10:05.732Z] c3b64e00a7ad: Preparing [2023-03-13T15:10:05.732Z] db8ec254a52f: Preparing [2023-03-13T15:10:05.732Z] c3b9daec21bf: Preparing [2023-03-13T15:10:05.732Z] 966ed901f0c9: Preparing [2023-03-13T15:10:05.732Z] 10894d51140e: Preparing [2023-03-13T15:10:05.732Z] 4e6476652798: Preparing [2023-03-13T15:10:05.732Z] 10894d51140e: Waiting [2023-03-13T15:10:05.732Z] 4e6476652798: Waiting [2023-03-13T15:10:05.732Z] 966ed901f0c9: Layer already exists [2023-03-13T15:10:05.732Z] c3b9daec21bf: Layer already exists [2023-03-13T15:10:05.732Z] db8ec254a52f: Layer already exists [2023-03-13T15:10:05.732Z] 6d2ac86485b1: Layer already exists [2023-03-13T15:10:05.732Z] c3b64e00a7ad: Layer already exists [2023-03-13T15:10:05.732Z] 4e6476652798: Layer already exists [2023-03-13T15:10:05.732Z] 10894d51140e: Layer already exists [2023-03-13T15:10:05.732Z] latest: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:06.047Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:06.347Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.93 [2023-03-13T15:10:06.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-13T15:10:06.347Z] 6d2ac86485b1: Preparing [2023-03-13T15:10:06.347Z] c3b64e00a7ad: Preparing [2023-03-13T15:10:06.347Z] db8ec254a52f: Preparing [2023-03-13T15:10:06.347Z] c3b9daec21bf: Preparing [2023-03-13T15:10:06.347Z] 966ed901f0c9: Preparing [2023-03-13T15:10:06.347Z] 10894d51140e: Preparing [2023-03-13T15:10:06.347Z] 4e6476652798: Preparing [2023-03-13T15:10:06.347Z] 10894d51140e: Waiting [2023-03-13T15:10:06.347Z] 4e6476652798: Waiting [2023-03-13T15:10:06.347Z] 966ed901f0c9: Layer already exists [2023-03-13T15:10:06.347Z] c3b9daec21bf: Layer already exists [2023-03-13T15:10:06.347Z] 6d2ac86485b1: Layer already exists [2023-03-13T15:10:06.347Z] db8ec254a52f: Layer already exists [2023-03-13T15:10:06.347Z] c3b64e00a7ad: Layer already exists [2023-03-13T15:10:06.347Z] 10894d51140e: Layer already exists [2023-03-13T15:10:06.347Z] 4e6476652798: Layer already exists [2023-03-13T15:10:06.347Z] 3.0.0-dev.93: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:06.659Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:06.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:06.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-13T15:10:06.968Z] 6d2ac86485b1: Preparing [2023-03-13T15:10:06.968Z] c3b64e00a7ad: Preparing [2023-03-13T15:10:06.968Z] db8ec254a52f: Preparing [2023-03-13T15:10:06.968Z] c3b9daec21bf: Preparing [2023-03-13T15:10:06.968Z] 966ed901f0c9: Preparing [2023-03-13T15:10:06.968Z] 10894d51140e: Preparing [2023-03-13T15:10:06.968Z] 4e6476652798: Preparing [2023-03-13T15:10:06.968Z] 10894d51140e: Waiting [2023-03-13T15:10:06.968Z] 4e6476652798: Waiting [2023-03-13T15:10:06.968Z] 6d2ac86485b1: Layer already exists [2023-03-13T15:10:06.968Z] 966ed901f0c9: Layer already exists [2023-03-13T15:10:06.968Z] c3b64e00a7ad: Layer already exists [2023-03-13T15:10:06.968Z] db8ec254a52f: Layer already exists [2023-03-13T15:10:06.968Z] c3b9daec21bf: Layer already exists [2023-03-13T15:10:06.968Z] 10894d51140e: Layer already exists [2023-03-13T15:10:06.968Z] 4e6476652798: Layer already exists [2023-03-13T15:10:06.968Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:07.275Z] + 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-13T15:10:07.582Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-13T15:10:07.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-13T15:10:07.582Z] 6d2ac86485b1: Preparing [2023-03-13T15:10:07.582Z] c3b64e00a7ad: Preparing [2023-03-13T15:10:07.582Z] db8ec254a52f: Preparing [2023-03-13T15:10:07.582Z] c3b9daec21bf: Preparing [2023-03-13T15:10:07.582Z] 966ed901f0c9: Preparing [2023-03-13T15:10:07.582Z] 10894d51140e: Preparing [2023-03-13T15:10:07.582Z] 4e6476652798: Preparing [2023-03-13T15:10:07.582Z] 10894d51140e: Waiting [2023-03-13T15:10:07.582Z] 4e6476652798: Waiting [2023-03-13T15:10:07.582Z] c3b64e00a7ad: Layer already exists [2023-03-13T15:10:07.582Z] c3b9daec21bf: Layer already exists [2023-03-13T15:10:07.582Z] db8ec254a52f: Layer already exists [2023-03-13T15:10:07.582Z] 6d2ac86485b1: Layer already exists [2023-03-13T15:10:07.582Z] 966ed901f0c9: Layer already exists [2023-03-13T15:10:07.582Z] 4e6476652798: Layer already exists [2023-03-13T15:10:07.582Z] 10894d51140e: Layer already exists [2023-03-13T15:10:07.582Z] main: digest: sha256:5539645b32dd9cf91beb6f4938caa6753f0449d95df66bc0aaad742e45699cb1 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:10:07.639Z] ===================================================== [Pipeline] echo [2023-03-13T15:10:07.648Z] taggedImages: [2023-03-13T15:10:07.648Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:07.648Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-13T15:10:07.648Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.93 [2023-03-13T15:10:07.648Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:07.648Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-13T15:10:07.671Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-13T15:10:07.671Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:07.671Z] latest [2023-03-13T15:10:07.671Z] 3.0.0-dev.93 [2023-03-13T15:10:07.671Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:07.671Z] main [2023-03-13T15:10:07.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:07.982Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:08.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:08.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-13T15:10:08.304Z] 18a3881ae738: Preparing [2023-03-13T15:10:08.304Z] 2bf489451bb9: Preparing [2023-03-13T15:10:08.304Z] 8b1b3424c4b1: Preparing [2023-03-13T15:10:08.304Z] 491b6926f79f: Preparing [2023-03-13T15:10:08.304Z] 27c170909825: Preparing [2023-03-13T15:10:08.304Z] 4e6476652798: Preparing [2023-03-13T15:10:08.304Z] 4e6476652798: Waiting [2023-03-13T15:10:08.304Z] 18a3881ae738: Pushed [2023-03-13T15:10:08.304Z] 2bf489451bb9: Pushed [2023-03-13T15:10:08.304Z] 8b1b3424c4b1: Pushed [2023-03-13T15:10:08.304Z] 4e6476652798: Layer already exists [2023-03-13T15:10:08.874Z] 27c170909825: Pushed [2023-03-13T15:10:15.443Z] 491b6926f79f: Pushed [2023-03-13T15:10:15.443Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:15.748Z] + 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-13T15:10:16.054Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-13T15:10:16.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-13T15:10:16.054Z] 18a3881ae738: Preparing [2023-03-13T15:10:16.054Z] 2bf489451bb9: Preparing [2023-03-13T15:10:16.054Z] 8b1b3424c4b1: Preparing [2023-03-13T15:10:16.054Z] 491b6926f79f: Preparing [2023-03-13T15:10:16.054Z] 27c170909825: Preparing [2023-03-13T15:10:16.055Z] 4e6476652798: Preparing [2023-03-13T15:10:16.055Z] 18a3881ae738: Layer already exists [2023-03-13T15:10:16.055Z] 8b1b3424c4b1: Layer already exists [2023-03-13T15:10:16.055Z] 2bf489451bb9: Layer already exists [2023-03-13T15:10:16.055Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:16.055Z] 27c170909825: Layer already exists [2023-03-13T15:10:16.055Z] 4e6476652798: Layer already exists [2023-03-13T15:10:16.055Z] latest: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:16.363Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:16.668Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.93 [2023-03-13T15:10:16.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-13T15:10:16.668Z] 18a3881ae738: Preparing [2023-03-13T15:10:16.668Z] 2bf489451bb9: Preparing [2023-03-13T15:10:16.668Z] 8b1b3424c4b1: Preparing [2023-03-13T15:10:16.668Z] 491b6926f79f: Preparing [2023-03-13T15:10:16.668Z] 27c170909825: Preparing [2023-03-13T15:10:16.668Z] 4e6476652798: Preparing [2023-03-13T15:10:16.668Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:16.668Z] 8b1b3424c4b1: Layer already exists [2023-03-13T15:10:16.668Z] 18a3881ae738: Layer already exists [2023-03-13T15:10:16.668Z] 27c170909825: Layer already exists [2023-03-13T15:10:16.668Z] 2bf489451bb9: Layer already exists [2023-03-13T15:10:16.668Z] 4e6476652798: Layer already exists [2023-03-13T15:10:16.668Z] 3.0.0-dev.93: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:16.972Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:17.275Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:17.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-13T15:10:17.275Z] 18a3881ae738: Preparing [2023-03-13T15:10:17.275Z] 2bf489451bb9: Preparing [2023-03-13T15:10:17.275Z] 8b1b3424c4b1: Preparing [2023-03-13T15:10:17.275Z] 491b6926f79f: Preparing [2023-03-13T15:10:17.275Z] 27c170909825: Preparing [2023-03-13T15:10:17.275Z] 4e6476652798: Preparing [2023-03-13T15:10:17.275Z] 4e6476652798: Waiting [2023-03-13T15:10:17.275Z] 2bf489451bb9: Layer already exists [2023-03-13T15:10:17.275Z] 8b1b3424c4b1: Layer already exists [2023-03-13T15:10:17.275Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:17.275Z] 18a3881ae738: Layer already exists [2023-03-13T15:10:17.275Z] 27c170909825: Layer already exists [2023-03-13T15:10:17.275Z] 4e6476652798: Layer already exists [2023-03-13T15:10:17.275Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:17.581Z] + 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-13T15:10:17.889Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-13T15:10:17.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-13T15:10:17.889Z] 18a3881ae738: Preparing [2023-03-13T15:10:17.889Z] 2bf489451bb9: Preparing [2023-03-13T15:10:17.889Z] 8b1b3424c4b1: Preparing [2023-03-13T15:10:17.889Z] 491b6926f79f: Preparing [2023-03-13T15:10:17.889Z] 27c170909825: Preparing [2023-03-13T15:10:17.889Z] 4e6476652798: Preparing [2023-03-13T15:10:17.889Z] 27c170909825: Layer already exists [2023-03-13T15:10:17.889Z] 8b1b3424c4b1: Layer already exists [2023-03-13T15:10:17.889Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:17.889Z] 2bf489451bb9: Layer already exists [2023-03-13T15:10:17.889Z] 18a3881ae738: Layer already exists [2023-03-13T15:10:17.889Z] 4e6476652798: Layer already exists [2023-03-13T15:10:17.889Z] main: digest: sha256:033c884def93e327c6ec6bcbe6edb13100fd8bb23a16f91abfbebb8ec0bc49d0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:10:17.940Z] ===================================================== [Pipeline] echo [2023-03-13T15:10:17.951Z] taggedImages: [2023-03-13T15:10:17.951Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:17.951Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-13T15:10:17.951Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.93 [2023-03-13T15:10:17.951Z] - nexus3.edgexfoundry.org:10004/security-spire-config:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:17.951Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-13T15:10:17.978Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-13T15:10:17.978Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:17.978Z] latest [2023-03-13T15:10:17.978Z] 3.0.0-dev.93 [2023-03-13T15:10:17.978Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:17.978Z] main [2023-03-13T15:10:17.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:18.306Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:18.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:18.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-13T15:10:18.611Z] dcb20d8fd3e0: Preparing [2023-03-13T15:10:18.611Z] db26bced5750: Preparing [2023-03-13T15:10:18.612Z] 3e66978b8e22: Preparing [2023-03-13T15:10:18.612Z] 491b6926f79f: Preparing [2023-03-13T15:10:18.612Z] 10894d51140e: Preparing [2023-03-13T15:10:18.612Z] 4e6476652798: Preparing [2023-03-13T15:10:18.612Z] 4e6476652798: Waiting [2023-03-13T15:10:18.612Z] 10894d51140e: Layer already exists [2023-03-13T15:10:18.612Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:18.612Z] 4e6476652798: Layer already exists [2023-03-13T15:10:18.612Z] db26bced5750: Pushed [2023-03-13T15:10:18.612Z] dcb20d8fd3e0: Pushed [2023-03-13T15:10:18.612Z] 3e66978b8e22: Pushed [2023-03-13T15:10:18.871Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:19.174Z] + 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-13T15:10:19.491Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-13T15:10:19.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-13T15:10:19.491Z] dcb20d8fd3e0: Preparing [2023-03-13T15:10:19.491Z] db26bced5750: Preparing [2023-03-13T15:10:19.491Z] 3e66978b8e22: Preparing [2023-03-13T15:10:19.491Z] 491b6926f79f: Preparing [2023-03-13T15:10:19.491Z] 10894d51140e: Preparing [2023-03-13T15:10:19.491Z] 4e6476652798: Preparing [2023-03-13T15:10:19.491Z] 4e6476652798: Waiting [2023-03-13T15:10:19.491Z] dcb20d8fd3e0: Layer already exists [2023-03-13T15:10:19.491Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:19.491Z] 10894d51140e: Layer already exists [2023-03-13T15:10:19.491Z] db26bced5750: Layer already exists [2023-03-13T15:10:19.491Z] 3e66978b8e22: Layer already exists [2023-03-13T15:10:19.491Z] 4e6476652798: Layer already exists [2023-03-13T15:10:19.491Z] latest: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:19.801Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:20.108Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.93 [2023-03-13T15:10:20.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-13T15:10:20.108Z] dcb20d8fd3e0: Preparing [2023-03-13T15:10:20.108Z] db26bced5750: Preparing [2023-03-13T15:10:20.108Z] 3e66978b8e22: Preparing [2023-03-13T15:10:20.108Z] 491b6926f79f: Preparing [2023-03-13T15:10:20.108Z] 10894d51140e: Preparing [2023-03-13T15:10:20.108Z] 4e6476652798: Preparing [2023-03-13T15:10:20.108Z] db26bced5750: Layer already exists [2023-03-13T15:10:20.108Z] 3e66978b8e22: Layer already exists [2023-03-13T15:10:20.108Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:20.108Z] dcb20d8fd3e0: Layer already exists [2023-03-13T15:10:20.108Z] 10894d51140e: Layer already exists [2023-03-13T15:10:20.108Z] 4e6476652798: Layer already exists [2023-03-13T15:10:20.108Z] 3.0.0-dev.93: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:20.488Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:20.841Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:20.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-13T15:10:20.841Z] dcb20d8fd3e0: Preparing [2023-03-13T15:10:20.841Z] db26bced5750: Preparing [2023-03-13T15:10:20.841Z] 3e66978b8e22: Preparing [2023-03-13T15:10:20.841Z] 491b6926f79f: Preparing [2023-03-13T15:10:20.841Z] 10894d51140e: Preparing [2023-03-13T15:10:20.841Z] 4e6476652798: Preparing [2023-03-13T15:10:20.841Z] 4e6476652798: Waiting [2023-03-13T15:10:20.841Z] 10894d51140e: Layer already exists [2023-03-13T15:10:20.841Z] dcb20d8fd3e0: Layer already exists [2023-03-13T15:10:20.841Z] db26bced5750: Layer already exists [2023-03-13T15:10:20.841Z] 3e66978b8e22: Layer already exists [2023-03-13T15:10:20.841Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:20.841Z] 4e6476652798: Layer already exists [2023-03-13T15:10:20.841Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:21.176Z] + 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-13T15:10:21.477Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-13T15:10:21.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-13T15:10:21.477Z] dcb20d8fd3e0: Preparing [2023-03-13T15:10:21.477Z] db26bced5750: Preparing [2023-03-13T15:10:21.477Z] 3e66978b8e22: Preparing [2023-03-13T15:10:21.477Z] 491b6926f79f: Preparing [2023-03-13T15:10:21.477Z] 10894d51140e: Preparing [2023-03-13T15:10:21.477Z] 4e6476652798: Preparing [2023-03-13T15:10:21.477Z] 4e6476652798: Waiting [2023-03-13T15:10:21.477Z] 3e66978b8e22: Layer already exists [2023-03-13T15:10:21.477Z] db26bced5750: Layer already exists [2023-03-13T15:10:21.477Z] 491b6926f79f: Layer already exists [2023-03-13T15:10:21.477Z] 10894d51140e: Layer already exists [2023-03-13T15:10:21.477Z] dcb20d8fd3e0: Layer already exists [2023-03-13T15:10:21.477Z] 4e6476652798: Layer already exists [2023-03-13T15:10:21.477Z] main: digest: sha256:6e09feecb2a7499c66a0f632ab332c4f7221d945fc30ff2030e19d35720a0265 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:10:21.514Z] ===================================================== [Pipeline] echo [2023-03-13T15:10:21.520Z] taggedImages: [2023-03-13T15:10:21.520Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:21.520Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-13T15:10:21.520Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.93 [2023-03-13T15:10:21.520Z] - nexus3.edgexfoundry.org:10004/security-spire-server:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:21.520Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-13T15:10:21.534Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-13T15:10:21.534Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:21.534Z] latest [2023-03-13T15:10:21.534Z] 3.0.0-dev.93 [2023-03-13T15:10:21.534Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:21.534Z] main [2023-03-13T15:10:21.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:21.841Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:22.150Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:22.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-13T15:10:22.151Z] 86569f7861e6: Preparing [2023-03-13T15:10:22.151Z] 8272c95aa207: Preparing [2023-03-13T15:10:22.151Z] ab2dead4fa21: Preparing [2023-03-13T15:10:22.151Z] b940ef87283b: Preparing [2023-03-13T15:10:22.151Z] aa5968d388b8: Preparing [2023-03-13T15:10:22.151Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:22.151Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:22.151Z] 86569f7861e6: Pushed [2023-03-13T15:10:22.151Z] b940ef87283b: Pushed [2023-03-13T15:10:25.444Z] 8272c95aa207: Pushed [2023-03-13T15:10:25.444Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:25.758Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:26.077Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-13T15:10:26.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-13T15:10:26.077Z] 86569f7861e6: Preparing [2023-03-13T15:10:26.077Z] 8272c95aa207: Preparing [2023-03-13T15:10:26.077Z] ab2dead4fa21: Preparing [2023-03-13T15:10:26.077Z] b940ef87283b: Preparing [2023-03-13T15:10:26.077Z] aa5968d388b8: Preparing [2023-03-13T15:10:26.077Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:26.077Z] b940ef87283b: Layer already exists [2023-03-13T15:10:26.077Z] 8272c95aa207: Layer already exists [2023-03-13T15:10:26.077Z] 86569f7861e6: Layer already exists [2023-03-13T15:10:26.077Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:26.077Z] latest: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:26.389Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:26.697Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.93 [2023-03-13T15:10:26.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-13T15:10:26.697Z] 86569f7861e6: Preparing [2023-03-13T15:10:26.697Z] 8272c95aa207: Preparing [2023-03-13T15:10:26.697Z] ab2dead4fa21: Preparing [2023-03-13T15:10:26.697Z] b940ef87283b: Preparing [2023-03-13T15:10:26.697Z] aa5968d388b8: Preparing [2023-03-13T15:10:26.697Z] 8272c95aa207: Layer already exists [2023-03-13T15:10:26.697Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:26.697Z] b940ef87283b: Layer already exists [2023-03-13T15:10:26.697Z] 86569f7861e6: Layer already exists [2023-03-13T15:10:26.697Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:26.697Z] 3.0.0-dev.93: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:27.002Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:27.303Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:27.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-13T15:10:27.304Z] 86569f7861e6: Preparing [2023-03-13T15:10:27.304Z] 8272c95aa207: Preparing [2023-03-13T15:10:27.304Z] ab2dead4fa21: Preparing [2023-03-13T15:10:27.304Z] b940ef87283b: Preparing [2023-03-13T15:10:27.304Z] aa5968d388b8: Preparing [2023-03-13T15:10:27.304Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:27.304Z] b940ef87283b: Layer already exists [2023-03-13T15:10:27.304Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:27.304Z] 8272c95aa207: Layer already exists [2023-03-13T15:10:27.304Z] 86569f7861e6: Layer already exists [2023-03-13T15:10:27.304Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:27.610Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:27.911Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-13T15:10:27.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-13T15:10:27.911Z] 86569f7861e6: Preparing [2023-03-13T15:10:27.911Z] 8272c95aa207: Preparing [2023-03-13T15:10:27.911Z] ab2dead4fa21: Preparing [2023-03-13T15:10:27.911Z] b940ef87283b: Preparing [2023-03-13T15:10:27.911Z] aa5968d388b8: Preparing [2023-03-13T15:10:27.911Z] 86569f7861e6: Layer already exists [2023-03-13T15:10:27.911Z] 8272c95aa207: Layer already exists [2023-03-13T15:10:27.911Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:27.911Z] b940ef87283b: Layer already exists [2023-03-13T15:10:27.911Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:27.911Z] main: digest: sha256:27f5b250e162585a8f199d18c3e565001f892dbfcf548e225b35f89f8e5f12b8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:10:27.951Z] ===================================================== [Pipeline] echo [2023-03-13T15:10:27.956Z] taggedImages: [2023-03-13T15:10:27.956Z] - nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:27.956Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-13T15:10:27.956Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.93 [2023-03-13T15:10:27.956Z] - nexus3.edgexfoundry.org:10004/support-notifications:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:27.956Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-13T15:10:27.971Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-13T15:10:27.971Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:27.971Z] latest [2023-03-13T15:10:27.971Z] 3.0.0-dev.93 [2023-03-13T15:10:27.971Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:27.971Z] main [2023-03-13T15:10:27.971Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:28.277Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:28.582Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:28.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-13T15:10:28.582Z] d5d217fe6a35: Preparing [2023-03-13T15:10:28.582Z] fc929ae60075: Preparing [2023-03-13T15:10:28.582Z] ab2dead4fa21: Preparing [2023-03-13T15:10:28.582Z] 849d5074fb7c: Preparing [2023-03-13T15:10:28.582Z] aa5968d388b8: Preparing [2023-03-13T15:10:28.582Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:28.582Z] 849d5074fb7c: Layer already exists [2023-03-13T15:10:28.582Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:28.582Z] d5d217fe6a35: Pushed [2023-03-13T15:10:31.871Z] fc929ae60075: Pushed [2023-03-13T15:10:31.871Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:32.173Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:32.470Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-13T15:10:32.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-13T15:10:32.470Z] d5d217fe6a35: Preparing [2023-03-13T15:10:32.470Z] fc929ae60075: Preparing [2023-03-13T15:10:32.470Z] ab2dead4fa21: Preparing [2023-03-13T15:10:32.470Z] 849d5074fb7c: Preparing [2023-03-13T15:10:32.470Z] aa5968d388b8: Preparing [2023-03-13T15:10:32.470Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:32.470Z] 849d5074fb7c: Layer already exists [2023-03-13T15:10:32.470Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:32.470Z] fc929ae60075: Layer already exists [2023-03-13T15:10:32.470Z] d5d217fe6a35: Layer already exists [2023-03-13T15:10:32.470Z] latest: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:32.777Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:33.075Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.93 [2023-03-13T15:10:33.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-13T15:10:33.075Z] d5d217fe6a35: Preparing [2023-03-13T15:10:33.075Z] fc929ae60075: Preparing [2023-03-13T15:10:33.075Z] ab2dead4fa21: Preparing [2023-03-13T15:10:33.075Z] 849d5074fb7c: Preparing [2023-03-13T15:10:33.075Z] aa5968d388b8: Preparing [2023-03-13T15:10:33.075Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:33.075Z] d5d217fe6a35: Layer already exists [2023-03-13T15:10:33.075Z] 849d5074fb7c: Layer already exists [2023-03-13T15:10:33.075Z] fc929ae60075: Layer already exists [2023-03-13T15:10:33.075Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:33.075Z] 3.0.0-dev.93: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:33.384Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:33.680Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:33.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-13T15:10:33.681Z] d5d217fe6a35: Preparing [2023-03-13T15:10:33.681Z] fc929ae60075: Preparing [2023-03-13T15:10:33.681Z] ab2dead4fa21: Preparing [2023-03-13T15:10:33.681Z] 849d5074fb7c: Preparing [2023-03-13T15:10:33.681Z] aa5968d388b8: Preparing [2023-03-13T15:10:33.681Z] fc929ae60075: Layer already exists [2023-03-13T15:10:33.681Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:33.681Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:33.681Z] 849d5074fb7c: Layer already exists [2023-03-13T15:10:33.681Z] d5d217fe6a35: Layer already exists [2023-03-13T15:10:33.681Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:33.985Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:10:34.291Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-13T15:10:34.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-13T15:10:34.291Z] d5d217fe6a35: Preparing [2023-03-13T15:10:34.291Z] fc929ae60075: Preparing [2023-03-13T15:10:34.291Z] ab2dead4fa21: Preparing [2023-03-13T15:10:34.291Z] 849d5074fb7c: Preparing [2023-03-13T15:10:34.291Z] aa5968d388b8: Preparing [2023-03-13T15:10:34.291Z] d5d217fe6a35: Layer already exists [2023-03-13T15:10:34.291Z] 849d5074fb7c: Layer already exists [2023-03-13T15:10:34.291Z] fc929ae60075: Layer already exists [2023-03-13T15:10:34.291Z] aa5968d388b8: Layer already exists [2023-03-13T15:10:34.291Z] ab2dead4fa21: Layer already exists [2023-03-13T15:10:34.291Z] main: digest: sha256:50433241cff814e90b18901367e9f89dbcf20dfffe5e001bb8fd4440da27e1c8 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:10:34.332Z] ===================================================== [Pipeline] echo [2023-03-13T15:10:34.342Z] taggedImages: [2023-03-13T15:10:34.342Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:10:34.342Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-13T15:10:34.342Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.93 [2023-03-13T15:10:34.342Z] - nexus3.edgexfoundry.org:10004/support-scheduler:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:10:34.342Z] - 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-13T15:11:10.531Z] Removing intermediate container d74099a1589a [2023-03-13T15:11:10.531Z] ---> 7c55de2b1886 [2023-03-13T15:11:10.531Z] Step 7/20 : COPY . . [2023-03-13T15:11:10.531Z] ---> f85ba5a32849 [2023-03-13T15:11:10.531Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-13T15:11:10.531Z] ---> Running in 83ee831604fc [2023-03-13T15:11:10.531Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-13T15:14:48.795Z] Removing intermediate container 07841d90836e [2023-03-13T15:14:48.795Z] ---> 3c0a0110ab8b [2023-03-13T15:14:48.795Z] [2023-03-13T15:14:48.795Z] Step 9/32 : FROM alpine:3.16 [2023-03-13T15:14:48.795Z] 3.16: Pulling from library/alpine [2023-03-13T15:14:48.795Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-13T15:14:48.795Z] Status: Downloaded newer image for alpine:3.16 [2023-03-13T15:14:48.795Z] ---> 4c81e5bf8899 [2023-03-13T15:14:48.795Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:14:48.795Z] ---> Running in 2b77416ad53d [2023-03-13T15:14:49.062Z] Removing intermediate container 2b77416ad53d [2023-03-13T15:14:49.062Z] ---> f3c0955d0733 [2023-03-13T15:14:49.062Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-13T15:14:49.062Z] ---> Running in 62b4da4fb799 [2023-03-13T15:14:51.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:14:51.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:14:52.679Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-13T15:14:52.679Z] (2/2) Installing su-exec (0.2-r1) [2023-03-13T15:14:52.679Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:14:52.679Z] OK: 5 MiB in 16 packages [2023-03-13T15:14:54.096Z] Removing intermediate container 62b4da4fb799 [2023-03-13T15:14:54.096Z] ---> 50e83f0afe2c [2023-03-13T15:14:54.096Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-13T15:14:54.362Z] ---> Running in 5661cb549f43 [2023-03-13T15:14:54.946Z] Removing intermediate container 5661cb549f43 [2023-03-13T15:14:54.946Z] ---> 71b561eee623 [2023-03-13T15:14:54.946Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-13T15:14:54.946Z] ---> Running in b5ae292bfb4d [2023-03-13T15:14:55.537Z] Removing intermediate container b5ae292bfb4d [2023-03-13T15:14:55.537Z] ---> 109375e19c4d [2023-03-13T15:14:55.537Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-13T15:14:55.537Z] ---> Running in cf383f23dc9b [2023-03-13T15:14:56.120Z] Removing intermediate container cf383f23dc9b [2023-03-13T15:14:56.120Z] ---> 5d58a792de8d [2023-03-13T15:14:56.120Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-13T15:14:56.120Z] ---> Running in b5b923703ef3 [2023-03-13T15:14:56.703Z] Removing intermediate container b5b923703ef3 [2023-03-13T15:14:56.703Z] ---> a24c7b20b28d [2023-03-13T15:14:56.703Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-13T15:14:56.703Z] ---> Running in 7d0d7a2f937b [2023-03-13T15:15:00.044Z] Removing intermediate container 7d0d7a2f937b [2023-03-13T15:15:00.045Z] ---> 017351316b3a [2023-03-13T15:15:00.045Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-13T15:15:00.045Z] ---> Running in fd41a43dc779 [2023-03-13T15:15:00.634Z] Removing intermediate container fd41a43dc779 [2023-03-13T15:15:00.634Z] ---> c82b69e45336 [2023-03-13T15:15:00.634Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-13T15:15:01.604Z] ---> eb7e9b32bb06 [2023-03-13T15:15:01.604Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-13T15:15:01.604Z] ---> Running in 0210f7cbb7c4 [2023-03-13T15:15:04.946Z] Removing intermediate container 0210f7cbb7c4 [2023-03-13T15:15:04.946Z] ---> d2eafe1347dd [2023-03-13T15:15:04.946Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:15:05.528Z] ---> 658155e13f8a [2023-03-13T15:15:05.528Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-13T15:15:07.470Z] ---> 87f87970607b [2023-03-13T15:15:07.470Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-13T15:15:08.880Z] ---> d75c14bb1d4e [2023-03-13T15:15:08.881Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-13T15:15:09.478Z] ---> 5485e81315c9 [2023-03-13T15:15:09.478Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-13T15:15:10.438Z] ---> 245b79c0184e [2023-03-13T15:15:10.438Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-13T15:15:11.397Z] ---> c4555c3d78e3 [2023-03-13T15:15:11.397Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-13T15:15:12.355Z] ---> d49ccf487f56 [2023-03-13T15:15:12.355Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-13T15:15:12.355Z] ---> Running in 5690d556d4f8 [2023-03-13T15:15:15.729Z] Removing intermediate container 5690d556d4f8 [2023-03-13T15:15:15.729Z] ---> ca7cd0c32580 [2023-03-13T15:15:15.729Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-13T15:15:15.996Z] ---> Running in e15a60a44581 [2023-03-13T15:15:16.957Z] Removing intermediate container e15a60a44581 [2023-03-13T15:15:16.957Z] ---> 618b85653feb [2023-03-13T15:15:16.957Z] Step 29/32 : CMD ["gate"] [2023-03-13T15:15:16.957Z] ---> Running in 54bdea150f42 [2023-03-13T15:15:17.919Z] Removing intermediate container 54bdea150f42 [2023-03-13T15:15:17.919Z] ---> 8e51d02dd576 [2023-03-13T15:15:17.919Z] Step 30/32 : LABEL arch=arm64 [2023-03-13T15:15:18.188Z] ---> Running in 9076ec127192 [2023-03-13T15:15:19.149Z] Removing intermediate container 9076ec127192 [2023-03-13T15:15:19.149Z] ---> eb54ab26d429 [2023-03-13T15:15:19.149Z] Step 31/32 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:15:19.149Z] ---> Running in 770bbecbaf7a [2023-03-13T15:15:20.114Z] Removing intermediate container 770bbecbaf7a [2023-03-13T15:15:20.114Z] ---> f121797c57b8 [2023-03-13T15:15:20.114Z] Step 32/32 : LABEL version=3.0.0-dev.93 [2023-03-13T15:15:20.381Z] ---> Running in 351db5738553 [2023-03-13T15:15:21.385Z] Removing intermediate container 351db5738553 [2023-03-13T15:15:21.385Z] ---> 42239ec9ade2 [2023-03-13T15:15:21.385Z] [2023-03-13T15:15:21.652Z] Successfully built 42239ec9ade2 [2023-03-13T15:15:21.652Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-13T15:15:21.652Z]  Building security-bootstrapper ... done Building core-data [2023-03-13T15:15:24.227Z] Removing intermediate container 4f59cd1e6195 [2023-03-13T15:15:24.227Z] ---> 7079ab415fc9 [2023-03-13T15:15:24.227Z] [2023-03-13T15:15:24.227Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:15:24.227Z] ---> 4c81e5bf8899 [2023-03-13T15:15:24.227Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-13T15:15:24.228Z] ---> Running in 3a98f62a5245 [2023-03-13T15:15:24.653Z] Removing intermediate container 3a98f62a5245 [2023-03-13T15:15:24.653Z] ---> 402e463497c1 [2023-03-13T15:15:24.653Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:15:24.653Z] ---> Running in 38c1c86658a7 [2023-03-13T15:15:26.136Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:15:26.136Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:15:26.136Z] ---> 7ac2966e086c [2023-03-13T15:15:26.136Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:15:26.136Z] ---> Using cache [2023-03-13T15:15:26.136Z] ---> 5c203f20c41e [2023-03-13T15:15:26.136Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:15:26.136Z] ---> Using cache [2023-03-13T15:15:26.136Z] ---> 987acd3c9374 [2023-03-13T15:15:26.136Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:15:26.136Z] ---> Using cache [2023-03-13T15:15:26.136Z] ---> 9b8494a9e377 [2023-03-13T15:15:26.136Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:15:26.136Z] ---> Using cache [2023-03-13T15:15:26.136Z] ---> 19c2d7deb8d2 [2023-03-13T15:15:26.136Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:15:26.136Z] ---> Using cache [2023-03-13T15:15:26.136Z] ---> a91724e37a57 [2023-03-13T15:15:26.136Z] Step 8/22 : COPY . . [2023-03-13T15:15:26.756Z] ---> Using cache [2023-03-13T15:15:26.756Z] ---> 3628832b1059 [2023-03-13T15:15:26.756Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-13T15:15:26.756Z] ---> Running in f13bdb464a63 [2023-03-13T15:15:27.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:15:27.659Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:15:29.100Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-13T15:15:29.366Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T15:15:29.366Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:15:29.366Z] OK: 5 MiB in 15 packages [2023-03-13T15:15:30.773Z] Removing intermediate container 38c1c86658a7 [2023-03-13T15:15:30.773Z] ---> af941b009332 [2023-03-13T15:15:30.773Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:15:31.734Z] ---> b09f60f5c527 [2023-03-13T15:15:31.734Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-13T15:15:33.677Z] ---> 0374a9e4a9c6 [2023-03-13T15:15:33.677Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-13T15:15:36.257Z] ---> fe4b3c005927 [2023-03-13T15:15:36.257Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-13T15:15:37.218Z] ---> 6843301ee548 [2023-03-13T15:15:37.218Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:15:37.218Z] ---> Running in e3f64eb724e7 [2023-03-13T15:15:40.584Z] Removing intermediate container e3f64eb724e7 [2023-03-13T15:15:40.584Z] ---> 0582aa6010c6 [2023-03-13T15:15:40.584Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:15:40.584Z] ---> Running in 01868367f09f [2023-03-13T15:15:40.584Z] Removing intermediate container 01868367f09f [2023-03-13T15:15:40.584Z] ---> 54305f912405 [2023-03-13T15:15:40.853Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-13T15:15:40.853Z] ---> Running in d12996fb669a [2023-03-13T15:15:41.432Z] Removing intermediate container d12996fb669a [2023-03-13T15:15:41.432Z] ---> 3a3edc980de2 [2023-03-13T15:15:41.432Z] Step 20/22 : LABEL arch=arm64 [2023-03-13T15:15:41.432Z] ---> Running in e757fc30d1a9 [2023-03-13T15:15:42.012Z] Removing intermediate container e757fc30d1a9 [2023-03-13T15:15:42.012Z] ---> 8be8b319d1b1 [2023-03-13T15:15:42.012Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:15:42.283Z] ---> Running in fedf537bf680 [2023-03-13T15:15:42.866Z] Removing intermediate container fedf537bf680 [2023-03-13T15:15:42.866Z] ---> 134f1b8c9566 [2023-03-13T15:15:42.866Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:15:42.866Z] ---> Running in 693abf881639 [2023-03-13T15:15:43.451Z] Removing intermediate container 693abf881639 [2023-03-13T15:15:43.451Z] ---> 397281660a8b [2023-03-13T15:15:43.451Z] [2023-03-13T15:15:43.451Z] Successfully built 397281660a8b [2023-03-13T15:15:43.451Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-13T15:15:43.451Z] Building core-common-config-bootstrapper [2023-03-13T15:15:47.720Z]  Building security-proxy-auth ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:15:47.720Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:15:47.720Z] ---> 7ac2966e086c [2023-03-13T15:15:47.720Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:15:47.720Z] ---> Using cache [2023-03-13T15:15:47.720Z] ---> 5c203f20c41e [2023-03-13T15:15:47.720Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:15:47.720Z] ---> Using cache [2023-03-13T15:15:47.720Z] ---> 987acd3c9374 [2023-03-13T15:15:47.720Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-13T15:15:47.720Z] ---> Using cache [2023-03-13T15:15:47.720Z] ---> 9b8494a9e377 [2023-03-13T15:15:47.720Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:15:47.720Z] ---> Using cache [2023-03-13T15:15:47.720Z] ---> 19c2d7deb8d2 [2023-03-13T15:15:47.720Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:15:47.720Z] ---> Using cache [2023-03-13T15:15:47.720Z] ---> a91724e37a57 [2023-03-13T15:15:47.720Z] Step 8/22 : COPY . . [2023-03-13T15:15:47.988Z] ---> Using cache [2023-03-13T15:15:47.988Z] ---> 3628832b1059 [2023-03-13T15:15:47.988Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-13T15:15:48.277Z] ---> Running in e23a439d3ec4 [2023-03-13T15:15:50.850Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-13T15:15:54.189Z] Removing intermediate container 7ebc7a988a5f [2023-03-13T15:15:54.189Z] ---> f31a88024999 [2023-03-13T15:15:54.189Z] [2023-03-13T15:15:54.189Z] Step 10/24 : FROM alpine:3.16 [2023-03-13T15:15:54.189Z] ---> 4c81e5bf8899 [2023-03-13T15:15:54.189Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:15:54.189Z] ---> Running in 46ff808dce24 [2023-03-13T15:15:56.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:15:56.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:15:57.543Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T15:15:57.543Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:15:57.812Z] OK: 5 MiB in 15 packages [2023-03-13T15:15:59.232Z] Removing intermediate container 46ff808dce24 [2023-03-13T15:15:59.232Z] ---> 9aafd67b0c31 [2023-03-13T15:15:59.232Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:15:59.232Z] ---> Running in ad177bc1ca7b [2023-03-13T15:15:59.817Z] Removing intermediate container ad177bc1ca7b [2023-03-13T15:15:59.817Z] ---> 664206db978c [2023-03-13T15:15:59.817Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-13T15:15:59.817Z] ---> Running in 91ed61d12494 [2023-03-13T15:16:00.401Z] Removing intermediate container 91ed61d12494 [2023-03-13T15:16:00.401Z] ---> 3b7970a02437 [2023-03-13T15:16:00.401Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-13T15:16:02.499Z] ---> Running in df2df308ec8e [2023-03-13T15:16:03.083Z] Removing intermediate container df2df308ec8e [2023-03-13T15:16:03.083Z] ---> 08f0e9d168e3 [2023-03-13T15:16:03.083Z] Step 15/24 : WORKDIR / [2023-03-13T15:16:03.083Z] ---> Running in 9a6728c8259e [2023-03-13T15:16:03.668Z] Removing intermediate container 9a6728c8259e [2023-03-13T15:16:03.668Z] ---> 50a348a66c06 [2023-03-13T15:16:03.668Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:16:04.633Z] ---> 2b1af1f7c43a [2023-03-13T15:16:04.633Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-13T15:16:06.041Z] ---> 925e3e80f88b [2023-03-13T15:16:06.041Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-13T15:16:07.001Z] ---> a8a96d4bc64c [2023-03-13T15:16:07.002Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-13T15:16:07.961Z] ---> 1bb3d8c461ba [2023-03-13T15:16:07.961Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-13T15:16:07.961Z] ---> Running in ea33199a3a51 [2023-03-13T15:16:08.554Z] Removing intermediate container ea33199a3a51 [2023-03-13T15:16:08.554Z] ---> 53008bd30dd0 [2023-03-13T15:16:08.554Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:16:08.554Z] ---> Running in 89afd898a1cd [2023-03-13T15:16:09.136Z] Removing intermediate container 89afd898a1cd [2023-03-13T15:16:09.136Z] ---> 712c3668b88a [2023-03-13T15:16:09.136Z] Step 22/24 : LABEL arch=arm64 [2023-03-13T15:16:09.136Z] ---> Running in c6d6466ec35d [2023-03-13T15:16:09.722Z] Removing intermediate container c6d6466ec35d [2023-03-13T15:16:09.722Z] ---> f7711140fff9 [2023-03-13T15:16:09.722Z] Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:16:09.723Z] ---> Running in 03201bd248d9 [2023-03-13T15:16:10.304Z] Removing intermediate container 03201bd248d9 [2023-03-13T15:16:10.304Z] ---> e28ae42962cb [2023-03-13T15:16:10.304Z] Step 24/24 : LABEL version=3.0.0-dev.93 [2023-03-13T15:16:10.304Z] ---> Running in f637da9de894 [2023-03-13T15:16:10.885Z] Removing intermediate container f637da9de894 [2023-03-13T15:16:10.885Z] ---> ab469a35067c [2023-03-13T15:16:10.885Z] [2023-03-13T15:16:11.151Z] Successfully built ab469a35067c [2023-03-13T15:16:11.151Z] Successfully tagged core-metadata-arm64:latest [2023-03-13T15:16:11.151Z]  Building core-metadata ... done Building security-spiffe-token-provider [2023-03-13T15:16:14.487Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:16:14.487Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:16:14.487Z] ---> 7ac2966e086c [2023-03-13T15:16:14.487Z] Step 3/19 : WORKDIR /edgex-go [2023-03-13T15:16:14.487Z] ---> Using cache [2023-03-13T15:16:14.487Z] ---> f4232dfe4060 [2023-03-13T15:16:14.487Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-13T15:16:15.447Z] ---> Running in 7f87bdbcfdf2 [2023-03-13T15:16:17.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:16:17.654Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:16:19.060Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-13T15:16:19.060Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-13T15:16:19.060Z] OK: 16903 distinct packages available [2023-03-13T15:16:19.060Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:16:19.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:16:20.601Z] OK: 221 MiB in 51 packages [2023-03-13T15:16:22.542Z] Removing intermediate container 7f87bdbcfdf2 [2023-03-13T15:16:22.542Z] ---> 811d468fe8a1 [2023-03-13T15:16:22.542Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-13T15:16:23.130Z] ---> 4c6c2b29f969 [2023-03-13T15:16:23.130Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:16:23.396Z] ---> Running in a873f44fe448 [2023-03-13T15:17:03.735Z] Removing intermediate container 83ee831604fc [2023-03-13T15:17:03.735Z] ---> fa77f944a3b4 [2023-03-13T15:17:03.735Z] [2023-03-13T15:17:03.735Z] Step 9/20 : FROM alpine:3.16 [2023-03-13T15:17:03.735Z] ---> 4c81e5bf8899 [2023-03-13T15:17:03.735Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-13T15:17:03.735Z] ---> Running in 126651830e47 [2023-03-13T15:17:04.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:17:05.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:17:06.676Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-13T15:17:06.676Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-13T15:17:06.676Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:17:06.943Z] OK: 6 MiB in 16 packages [2023-03-13T15:17:09.523Z] Removing intermediate container 126651830e47 [2023-03-13T15:17:09.523Z] ---> 601e6494c3d4 [2023-03-13T15:17:09.523Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-13T15:17:09.523Z] ---> Running in 557f47f03dcd [2023-03-13T15:17:09.794Z] Removing intermediate container 557f47f03dcd [2023-03-13T15:17:09.794Z] ---> c6f02953c2eb [2023-03-13T15:17:10.061Z] Step 12/20 : WORKDIR /edgex [2023-03-13T15:17:10.061Z] ---> Running in 62caa0fb98c9 [2023-03-13T15:17:10.661Z] Removing intermediate container 62caa0fb98c9 [2023-03-13T15:17:10.661Z] ---> 26af7250b6ec [2023-03-13T15:17:10.661Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-13T15:17:11.645Z] ---> 9b08121b621b [2023-03-13T15:17:11.645Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-13T15:17:13.590Z] ---> 71da24a7f2e0 [2023-03-13T15:17:13.590Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-13T15:17:14.174Z] ---> 7db821a0ed0b [2023-03-13T15:17:14.174Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:17:14.448Z] ---> Running in f56ed8184b45 [2023-03-13T15:17:17.802Z] Removing intermediate container f56ed8184b45 [2023-03-13T15:17:17.802Z] ---> 022fd32aca83 [2023-03-13T15:17:17.802Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:17:17.802Z] ---> Running in 6e2729463d94 [2023-03-13T15:17:18.383Z] Removing intermediate container 6e2729463d94 [2023-03-13T15:17:18.383Z] ---> 265677eafee8 [2023-03-13T15:17:18.383Z] Step 18/20 : LABEL arch=arm64 [2023-03-13T15:17:18.383Z] ---> Running in adb34ff51a4c [2023-03-13T15:17:18.663Z] Removing intermediate container adb34ff51a4c [2023-03-13T15:17:18.663Z] ---> 226bce600f25 [2023-03-13T15:17:18.663Z] Step 19/20 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:17:18.937Z] ---> Running in 0a0405a07b3e [2023-03-13T15:17:21.515Z] Removing intermediate container 0a0405a07b3e [2023-03-13T15:17:21.515Z] ---> 97e828e13481 [2023-03-13T15:17:21.515Z] Step 20/20 : LABEL version=3.0.0-dev.93 [2023-03-13T15:17:21.781Z] ---> Running in 060784df1517 [2023-03-13T15:17:22.364Z] Removing intermediate container 060784df1517 [2023-03-13T15:17:22.364Z] ---> 95c190ba9aa5 [2023-03-13T15:17:22.364Z] [2023-03-13T15:17:22.632Z] Successfully built 95c190ba9aa5 [2023-03-13T15:17:22.632Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-13T15:17:22.632Z] Building security-spire-config [2023-03-13T15:17:26.871Z]  Building security-proxy-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:17:26.871Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:17:26.871Z] ---> 7ac2966e086c [2023-03-13T15:17:26.871Z] Step 3/24 : WORKDIR /edgex-go [2023-03-13T15:17:26.871Z] ---> Using cache [2023-03-13T15:17:26.871Z] ---> f4232dfe4060 [2023-03-13T15:17:26.871Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-13T15:17:26.871Z] ---> Using cache [2023-03-13T15:17:26.871Z] ---> f505df04f7cd [2023-03-13T15:17:26.871Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-13T15:17:26.871Z] ---> Using cache [2023-03-13T15:17:26.871Z] ---> d0b7484b7c20 [2023-03-13T15:17:26.871Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:17:26.871Z] ---> Using cache [2023-03-13T15:17:26.871Z] ---> aae446525139 [2023-03-13T15:17:26.871Z] Step 7/24 : COPY . . [2023-03-13T15:17:27.136Z] ---> Using cache [2023-03-13T15:17:27.136Z] ---> c93a5215e442 [2023-03-13T15:17:27.136Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-13T15:17:27.136Z] ---> Using cache [2023-03-13T15:17:27.136Z] ---> 90b6d108c4b3 [2023-03-13T15:17:27.136Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-13T15:17:27.136Z] ---> Using cache [2023-03-13T15:17:27.136Z] ---> 0cdc0c8a1bc0 [2023-03-13T15:17:27.136Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-13T15:17:27.716Z] ---> Running in fad1df1a4b64 [2023-03-13T15:17:31.975Z] Removing intermediate container fad1df1a4b64 [2023-03-13T15:17:31.975Z] ---> 274faccafd0d [2023-03-13T15:17:31.975Z] Step 11/24 : WORKDIR /edgex-go [2023-03-13T15:17:31.975Z] ---> Running in 9af3725b5eab [2023-03-13T15:17:34.553Z] Removing intermediate container 9af3725b5eab [2023-03-13T15:17:34.553Z] ---> 24776f8b9edf [2023-03-13T15:17:34.553Z] [2023-03-13T15:17:34.553Z] Step 12/24 : FROM alpine:3.15 [2023-03-13T15:17:34.553Z] ---> 354640af7b1b [2023-03-13T15:17:34.553Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:17:34.553Z] ---> Using cache [2023-03-13T15:17:34.553Z] ---> dfa60b70c2b4 [2023-03-13T15:17:34.553Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-13T15:17:34.553Z] ---> Running in c3e63bce1c37 [2023-03-13T15:17:37.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:17:37.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:17:38.546Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:17:38.546Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:17:38.546Z] OK: 15736 distinct packages available [2023-03-13T15:17:38.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:17:39.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:17:40.679Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-13T15:17:40.679Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:17:40.679Z] (3/4) Installing libucontext (1.1-r0) [2023-03-13T15:17:40.679Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-13T15:17:40.679Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:17:40.679Z] OK: 6 MiB in 18 packages [2023-03-13T15:17:43.346Z] Removing intermediate container c3e63bce1c37 [2023-03-13T15:17:43.346Z] ---> d8446e919c37 [2023-03-13T15:17:43.346Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-13T15:17:53.421Z] ---> 13f395ee796f [2023-03-13T15:17:53.421Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-13T15:17:54.824Z] ---> 0cbb597172ef [2023-03-13T15:17:54.825Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-13T15:17:54.825Z] ---> Running in 834b0fb3e4c6 [2023-03-13T15:17:56.230Z] Removing intermediate container 834b0fb3e4c6 [2023-03-13T15:17:56.230Z] ---> cd0cb2af92d5 [2023-03-13T15:17:56.230Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-13T15:17:57.641Z] ---> 81b878859559 [2023-03-13T15:17:57.641Z] Step 19/24 : WORKDIR / [2023-03-13T15:17:57.914Z] ---> Running in 70aa088334cd [2023-03-13T15:17:59.325Z] Removing intermediate container 70aa088334cd [2023-03-13T15:17:59.600Z] ---> 90f2536da5c7 [2023-03-13T15:17:59.600Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-13T15:17:59.600Z] ---> Running in eb771dc0c6bf [2023-03-13T15:18:00.221Z] Removing intermediate container eb771dc0c6bf [2023-03-13T15:18:00.221Z] ---> ba355c3c39ab [2023-03-13T15:18:00.221Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-13T15:18:00.503Z] ---> Running in 9c890c4b8449 [2023-03-13T15:18:01.091Z] Removing intermediate container 9c890c4b8449 [2023-03-13T15:18:01.091Z] ---> 905b92f0e6bc [2023-03-13T15:18:01.091Z] Step 22/24 : LABEL arch=arm64 [2023-03-13T15:18:01.091Z] ---> Running in dfaf95ba2c80 [2023-03-13T15:18:01.683Z] Removing intermediate container dfaf95ba2c80 [2023-03-13T15:18:01.683Z] ---> 5b084296915a [2023-03-13T15:18:01.683Z] Step 23/24 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:18:01.949Z] ---> Running in 13d258e6d27a [2023-03-13T15:18:02.532Z] Removing intermediate container 13d258e6d27a [2023-03-13T15:18:02.532Z] ---> b940f480d61c [2023-03-13T15:18:02.532Z] Step 24/24 : LABEL version=3.0.0-dev.93 [2023-03-13T15:18:02.801Z] ---> Running in 8436c3b8e32b [2023-03-13T15:18:03.385Z] Removing intermediate container 8436c3b8e32b [2023-03-13T15:18:03.385Z] ---> ea5902891e1e [2023-03-13T15:18:03.385Z] [2023-03-13T15:18:03.651Z] Successfully built ea5902891e1e [2023-03-13T15:18:03.651Z] Successfully tagged security-spire-config-arm64:latest [2023-03-13T15:18:03.651Z]  Building security-spire-config ... done Building support-notifications [2023-03-13T15:18:05.588Z] Removing intermediate container a873f44fe448 [2023-03-13T15:18:05.589Z] ---> 2abbed8fcc45 [2023-03-13T15:18:05.589Z] Step 7/19 : COPY . . [2023-03-13T15:18:07.543Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:18:07.543Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:18:07.543Z] ---> 7ac2966e086c [2023-03-13T15:18:07.543Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:18:07.543Z] ---> Using cache [2023-03-13T15:18:07.543Z] ---> 5c203f20c41e [2023-03-13T15:18:07.543Z] Step 4/22 : WORKDIR /edgex-go [2023-03-13T15:18:07.543Z] ---> Using cache [2023-03-13T15:18:07.543Z] ---> 987acd3c9374 [2023-03-13T15:18:07.543Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-13T15:18:07.810Z] ---> Running in c48db9266365 [2023-03-13T15:18:09.222Z] ---> ae7506b5bbfd [2023-03-13T15:18:09.222Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-13T15:18:09.222Z] ---> Running in bedfca2702ea [2023-03-13T15:18:10.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:18:11.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:18:11.490Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-13T15:18:12.928Z] OK: 221 MiB in 51 packages [2023-03-13T15:18:14.334Z] Removing intermediate container c48db9266365 [2023-03-13T15:18:14.334Z] ---> 137482777b92 [2023-03-13T15:18:14.334Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-13T15:18:15.740Z] ---> 187c65951d0c [2023-03-13T15:18:15.740Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:18:16.006Z] ---> Running in ad85380ab431 [2023-03-13T15:18:24.209Z] Removing intermediate container 8ef8b0ddc049 [2023-03-13T15:18:24.209Z] ---> 5e1678fd1ba7 [2023-03-13T15:18:24.209Z] [2023-03-13T15:18:24.209Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:18:24.209Z] ---> 4c81e5bf8899 [2023-03-13T15:18:24.209Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:18:24.209Z] ---> Using cache [2023-03-13T15:18:24.209Z] ---> 9aafd67b0c31 [2023-03-13T15:18:24.209Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:18:24.209Z] ---> Using cache [2023-03-13T15:18:24.209Z] ---> 664206db978c [2023-03-13T15:18:24.209Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-13T15:18:24.476Z] ---> Running in d2c703039936 [2023-03-13T15:18:25.058Z] Removing intermediate container d2c703039936 [2023-03-13T15:18:25.058Z] ---> a034ba983c89 [2023-03-13T15:18:25.058Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-13T15:18:25.058Z] ---> Running in 4c1da0903af9 [2023-03-13T15:18:25.640Z] Removing intermediate container 4c1da0903af9 [2023-03-13T15:18:25.640Z] ---> 63f57bb82200 [2023-03-13T15:18:25.640Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:18:26.603Z] ---> 7ad599aaae1f [2023-03-13T15:18:26.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-13T15:18:29.184Z] ---> 5a3fa4155dfc [2023-03-13T15:18:29.184Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-13T15:18:29.766Z] ---> 598abbdd63d2 [2023-03-13T15:18:29.766Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-13T15:18:29.766Z] ---> Running in fe855c1dcb22 [2023-03-13T15:18:30.349Z] Removing intermediate container fe855c1dcb22 [2023-03-13T15:18:30.349Z] ---> 5b3d0ca4f365 [2023-03-13T15:18:30.349Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:18:30.349Z] ---> Running in 4c22ac0022a2 [2023-03-13T15:18:30.617Z] Removing intermediate container 4c22ac0022a2 [2023-03-13T15:18:30.617Z] ---> b10a7b71d4bc [2023-03-13T15:18:30.617Z] Step 20/22 : LABEL arch=arm64 [2023-03-13T15:18:30.883Z] ---> Running in e8a5dc35c75e [2023-03-13T15:18:31.152Z] Removing intermediate container e8a5dc35c75e [2023-03-13T15:18:31.152Z] ---> 83ecc6ebb03c [2023-03-13T15:18:31.152Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:18:31.420Z] ---> Running in af12c5a28147 [2023-03-13T15:18:32.001Z] Removing intermediate container af12c5a28147 [2023-03-13T15:18:32.001Z] ---> 31355e5762c0 [2023-03-13T15:18:32.001Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:18:32.001Z] ---> Running in 58561accf228 [2023-03-13T15:18:32.584Z] Removing intermediate container 58561accf228 [2023-03-13T15:18:32.584Z] ---> a29ceaf69b58 [2023-03-13T15:18:32.584Z] [2023-03-13T15:18:32.584Z] Successfully built a29ceaf69b58 [2023-03-13T15:18:32.584Z] Successfully tagged support-scheduler-arm64:latest [2023-03-13T15:18:32.584Z] Building core-command [2023-03-13T15:18:36.192Z]  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:18:36.192Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:18:36.192Z] ---> 7ac2966e086c [2023-03-13T15:18:36.192Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-13T15:18:36.192Z] ---> Using cache [2023-03-13T15:18:36.192Z] ---> 5c203f20c41e [2023-03-13T15:18:36.192Z] Step 4/23 : WORKDIR /edgex-go [2023-03-13T15:18:36.192Z] ---> Using cache [2023-03-13T15:18:36.192Z] ---> 987acd3c9374 [2023-03-13T15:18:36.192Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-13T15:18:36.192Z] ---> Using cache [2023-03-13T15:18:36.192Z] ---> 9b8494a9e377 [2023-03-13T15:18:36.192Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-13T15:18:36.192Z] ---> Using cache [2023-03-13T15:18:36.192Z] ---> 19c2d7deb8d2 [2023-03-13T15:18:36.192Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:18:36.192Z] ---> Using cache [2023-03-13T15:18:36.192Z] ---> a91724e37a57 [2023-03-13T15:18:36.192Z] Step 8/23 : COPY . . [2023-03-13T15:18:36.192Z] ---> Using cache [2023-03-13T15:18:36.192Z] ---> 3628832b1059 [2023-03-13T15:18:36.192Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-13T15:18:37.597Z] ---> Running in c2f5da0557bd [2023-03-13T15:18:39.543Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-13T15:20:01.143Z] Removing intermediate container ad85380ab431 [2023-03-13T15:20:01.143Z] ---> e9e312548f6a [2023-03-13T15:20:01.143Z] Step 8/22 : COPY . . [2023-03-13T15:20:01.143Z] ---> 66d2a8b56faa [2023-03-13T15:20:01.143Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-13T15:20:01.143Z] ---> Running in 277ec707c458 [2023-03-13T15:20:01.143Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-13T15:22:22.808Z] Removing intermediate container e23a439d3ec4 [2023-03-13T15:22:22.808Z] ---> 196835561ec8 [2023-03-13T15:22:22.808Z] [2023-03-13T15:22:22.808Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:22:22.808Z] ---> 4c81e5bf8899 [2023-03-13T15:22:22.808Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-13T15:22:22.808Z] ---> Using cache [2023-03-13T15:22:22.808Z] ---> 402e463497c1 [2023-03-13T15:22:22.808Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:22:22.808Z] ---> Using cache [2023-03-13T15:22:22.808Z] ---> af941b009332 [2023-03-13T15:22:22.808Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:22:22.808Z] ---> Using cache [2023-03-13T15:22:22.808Z] ---> b09f60f5c527 [2023-03-13T15:22:22.808Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-13T15:22:22.808Z] ---> 848f630a403e [2023-03-13T15:22:22.808Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-13T15:22:22.808Z] ---> c2d9a9ff8c77 [2023-03-13T15:22:22.808Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-13T15:22:22.808Z] ---> 07c868e6b817 [2023-03-13T15:22:22.808Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:22:22.808Z] ---> Running in 3a36ccbe78ef [2023-03-13T15:22:22.808Z] Removing intermediate container 3a36ccbe78ef [2023-03-13T15:22:22.808Z] ---> cb8df83275a7 [2023-03-13T15:22:22.808Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:22:22.808Z] ---> Running in b56f6a3b3e19 [2023-03-13T15:22:22.808Z] Removing intermediate container b56f6a3b3e19 [2023-03-13T15:22:22.808Z] ---> 7ff3d2c1e14f [2023-03-13T15:22:22.808Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-13T15:22:22.808Z] ---> Running in 2a3506754b42 [2023-03-13T15:22:24.745Z] Removing intermediate container 2a3506754b42 [2023-03-13T15:22:24.745Z] ---> ebee407702b7 [2023-03-13T15:22:24.745Z] Step 20/22 : LABEL arch=arm64 [2023-03-13T15:22:24.745Z] ---> Running in b6576769fdc6 [2023-03-13T15:22:25.707Z] Removing intermediate container b6576769fdc6 [2023-03-13T15:22:25.707Z] ---> 3b514c460ca7 [2023-03-13T15:22:25.707Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:22:25.973Z] ---> Running in b8b001f77ef9 [2023-03-13T15:22:26.931Z] Removing intermediate container b8b001f77ef9 [2023-03-13T15:22:26.931Z] ---> bda5305f7030 [2023-03-13T15:22:26.931Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:22:27.197Z] ---> Running in 3af82a314c67 [2023-03-13T15:22:27.777Z] Removing intermediate container 3af82a314c67 [2023-03-13T15:22:27.777Z] ---> bce89642bff5 [2023-03-13T15:22:27.777Z] [2023-03-13T15:22:27.777Z] Successfully built bce89642bff5 [2023-03-13T15:22:28.044Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-13T15:22:28.044Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-03-13T15:22:28.044Z] Removing intermediate container f13bdb464a63 [2023-03-13T15:22:28.044Z] ---> 86acc76aa4db [2023-03-13T15:22:28.044Z] [2023-03-13T15:22:28.044Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:22:28.044Z] ---> 4c81e5bf8899 [2023-03-13T15:22:28.044Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-13T15:22:28.316Z] ---> Running in a655c20130c3 [2023-03-13T15:22:28.582Z] Removing intermediate container a655c20130c3 [2023-03-13T15:22:28.582Z] ---> 6fa2d49691df [2023-03-13T15:22:28.582Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-13T15:22:28.849Z] ---> Running in bfe84e3897cb [2023-03-13T15:22:29.432Z] Removing intermediate container bfe84e3897cb [2023-03-13T15:22:29.432Z] ---> 17b573a06a4b [2023-03-13T15:22:29.432Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-13T15:22:29.432Z] ---> Running in 5297268682aa [2023-03-13T15:22:30.014Z] Removing intermediate container 5297268682aa [2023-03-13T15:22:30.014Z] ---> 1967203390d6 [2023-03-13T15:22:30.014Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:22:30.014Z] ---> Running in dc7536fb5847 [2023-03-13T15:22:32.591Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-13T15:22:32.591Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-13T15:22:32.591Z] ---> 7ac2966e086c [2023-03-13T15:22:32.591Z] Step 3/23 : WORKDIR /edgex-go [2023-03-13T15:22:32.591Z] ---> Using cache [2023-03-13T15:22:32.591Z] ---> f4232dfe4060 [2023-03-13T15:22:32.591Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-13T15:22:32.591Z] ---> Using cache [2023-03-13T15:22:32.591Z] ---> 0636228151f2 [2023-03-13T15:22:32.591Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-13T15:22:32.591Z] ---> Using cache [2023-03-13T15:22:32.591Z] ---> 9402ad3d4de0 [2023-03-13T15:22:32.591Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T15:22:32.591Z] ---> Using cache [2023-03-13T15:22:32.591Z] ---> 7c55de2b1886 [2023-03-13T15:22:32.591Z] Step 7/23 : COPY . . [2023-03-13T15:22:32.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:22:32.591Z] ---> Using cache [2023-03-13T15:22:32.591Z] ---> f85ba5a32849 [2023-03-13T15:22:32.591Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-13T15:22:32.591Z] ---> Running in afc7d4d3f98c [2023-03-13T15:22:32.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:22:34.268Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T15:22:34.268Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:22:34.268Z] OK: 5 MiB in 15 packages [2023-03-13T15:22:34.535Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-13T15:22:35.938Z] Removing intermediate container dc7536fb5847 [2023-03-13T15:22:35.938Z] ---> c089770cf67b [2023-03-13T15:22:35.938Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:22:37.339Z] ---> 6063c865ad3d [2023-03-13T15:22:37.339Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-13T15:22:38.741Z] ---> 9e6e3d2c3d6a [2023-03-13T15:22:38.741Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-13T15:22:39.698Z] ---> bbe1660cb065 [2023-03-13T15:22:39.698Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-13T15:22:39.966Z] ---> Running in 603f0a2b0da0 [2023-03-13T15:22:40.552Z] Removing intermediate container 603f0a2b0da0 [2023-03-13T15:22:40.552Z] ---> 44c0216f3df5 [2023-03-13T15:22:40.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:22:40.819Z] ---> Running in d2e58f282ef7 [2023-03-13T15:22:41.399Z] Removing intermediate container d2e58f282ef7 [2023-03-13T15:22:41.399Z] ---> ce5eb4edcff2 [2023-03-13T15:22:41.399Z] Step 20/22 : LABEL arch=arm64 [2023-03-13T15:22:41.399Z] ---> Running in 3620fabf968a [2023-03-13T15:22:41.982Z] Removing intermediate container 3620fabf968a [2023-03-13T15:22:41.982Z] ---> 1807f083eccc [2023-03-13T15:22:41.982Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:22:41.982Z] ---> Running in c368249bc144 [2023-03-13T15:22:42.575Z] Removing intermediate container c368249bc144 [2023-03-13T15:22:42.575Z] ---> 230435efc2a0 [2023-03-13T15:22:42.575Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:22:42.575Z] ---> Running in 69145a8cb3ec [2023-03-13T15:22:43.157Z] Removing intermediate container 69145a8cb3ec [2023-03-13T15:22:43.157Z] ---> 951925b9108d [2023-03-13T15:22:43.157Z] [2023-03-13T15:22:43.157Z] Successfully built 951925b9108d [2023-03-13T15:22:43.157Z] Successfully tagged core-data-arm64:latest [2023-03-13T15:24:49.796Z]  Building core-data ... done Removing intermediate container c2f5da0557bd [2023-03-13T15:24:49.796Z] ---> bc94c2ec0cf3 [2023-03-13T15:24:49.796Z] [2023-03-13T15:24:49.796Z] Step 10/23 : FROM alpine:3.16 [2023-03-13T15:24:49.796Z] ---> 4c81e5bf8899 [2023-03-13T15:24:49.796Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-13T15:24:49.796Z] ---> Using cache [2023-03-13T15:24:49.796Z] ---> 9aafd67b0c31 [2023-03-13T15:24:49.796Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:24:49.796Z] ---> Using cache [2023-03-13T15:24:49.796Z] ---> 664206db978c [2023-03-13T15:24:49.796Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-13T15:24:49.796Z] ---> Running in 838e106eccb1 [2023-03-13T15:24:49.796Z] Removing intermediate container 838e106eccb1 [2023-03-13T15:24:49.796Z] ---> 03224da6ee79 [2023-03-13T15:24:49.796Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-13T15:24:49.796Z] ---> Running in 70f16e31de2c [2023-03-13T15:24:49.796Z] Removing intermediate container 70f16e31de2c [2023-03-13T15:24:49.796Z] ---> 75533ecf8b45 [2023-03-13T15:24:49.796Z] Step 15/23 : WORKDIR / [2023-03-13T15:24:49.796Z] ---> Running in b38ab3db45d7 [2023-03-13T15:24:49.796Z] Removing intermediate container b38ab3db45d7 [2023-03-13T15:24:49.796Z] ---> fe92f185b637 [2023-03-13T15:24:49.796Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:24:50.762Z] ---> 2626d63cbfc1 [2023-03-13T15:24:50.762Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-13T15:24:52.717Z] ---> 2318a91c7b78 [2023-03-13T15:24:52.717Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-13T15:24:53.843Z] ---> 24535b94eb22 [2023-03-13T15:24:53.843Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-13T15:24:53.843Z] ---> Running in 16cf3b73883d [2023-03-13T15:24:54.137Z] Removing intermediate container 16cf3b73883d [2023-03-13T15:24:54.137Z] ---> 79ff6de9f807 [2023-03-13T15:24:54.137Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:24:54.412Z] ---> Running in 27686e58968e [2023-03-13T15:24:55.029Z] Removing intermediate container 27686e58968e [2023-03-13T15:24:55.029Z] ---> 8760290ab466 [2023-03-13T15:24:55.029Z] Step 21/23 : LABEL arch=arm64 [2023-03-13T15:24:55.029Z] ---> Running in cbae74ddc6da [2023-03-13T15:24:55.644Z] Removing intermediate container cbae74ddc6da [2023-03-13T15:24:55.644Z] ---> 742d9fdab0dd [2023-03-13T15:24:55.644Z] Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:24:55.644Z] ---> Running in d6b50dddf327 [2023-03-13T15:24:55.950Z] Removing intermediate container d6b50dddf327 [2023-03-13T15:24:55.950Z] ---> 8a0ab8e71129 [2023-03-13T15:24:55.950Z] Step 23/23 : LABEL version=3.0.0-dev.93 [2023-03-13T15:24:56.233Z] ---> Running in 6839d87e9d39 [2023-03-13T15:24:56.828Z] Removing intermediate container 6839d87e9d39 [2023-03-13T15:24:56.828Z] ---> d2f2b73f66f6 [2023-03-13T15:24:56.828Z] [2023-03-13T15:24:56.828Z] Successfully built d2f2b73f66f6 [2023-03-13T15:24:56.828Z] Successfully tagged core-command-arm64:latest [2023-03-13T15:25:43.644Z]  Building core-command ... done Removing intermediate container bedfca2702ea [2023-03-13T15:25:43.644Z] ---> 7f82b316aa71 [2023-03-13T15:25:43.644Z] [2023-03-13T15:25:43.644Z] Step 9/19 : FROM alpine:3.15 [2023-03-13T15:25:43.644Z] ---> 354640af7b1b [2023-03-13T15:25:43.644Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-13T15:25:43.644Z] ---> Using cache [2023-03-13T15:25:43.644Z] ---> dfa60b70c2b4 [2023-03-13T15:25:43.644Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-13T15:25:43.644Z] ---> Running in c246b1fa126a [2023-03-13T15:25:43.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:25:43.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:25:43.644Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-13T15:25:43.644Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-13T15:25:43.644Z] OK: 15736 distinct packages available [2023-03-13T15:25:43.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:25:43.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:25:43.644Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-13T15:25:43.644Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-13T15:25:43.644Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-13T15:25:43.644Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-13T15:25:43.644Z] (5/9) Installing curl (7.80.0-r6) [2023-03-13T15:25:43.644Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-13T15:25:43.644Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-13T15:25:43.919Z] (8/9) Installing libucontext (1.1-r0) [2023-03-13T15:25:43.919Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-13T15:25:43.919Z] Executing busybox-1.34.1-r7.trigger [2023-03-13T15:25:43.919Z] Executing ca-certificates-20220614-r0.trigger [2023-03-13T15:25:44.187Z] OK: 8 MiB in 23 packages [2023-03-13T15:25:46.760Z] Removing intermediate container c246b1fa126a [2023-03-13T15:25:46.760Z] ---> 0d9778a59718 [2023-03-13T15:25:46.760Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:25:47.344Z] ---> 252ae19583c7 [2023-03-13T15:25:47.344Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-13T15:25:49.920Z] ---> 56c1556bcc9b [2023-03-13T15:25:49.920Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-13T15:25:50.503Z] ---> 395e39ddf3b6 [2023-03-13T15:25:50.503Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-13T15:25:50.771Z] ---> Running in 905fe307ac39 [2023-03-13T15:25:52.182Z] Removing intermediate container 905fe307ac39 [2023-03-13T15:25:52.182Z] ---> 853f90138a0d [2023-03-13T15:25:52.182Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:25:52.182Z] ---> Running in 20182d2c2b16 [2023-03-13T15:25:52.763Z] Removing intermediate container 20182d2c2b16 [2023-03-13T15:25:52.763Z] ---> c0510014570b [2023-03-13T15:25:52.763Z] Step 17/19 : LABEL arch=arm64 [2023-03-13T15:25:52.763Z] ---> Running in f8eb270ee43d [2023-03-13T15:25:53.343Z] Removing intermediate container f8eb270ee43d [2023-03-13T15:25:53.343Z] ---> b9b32d9be3fe [2023-03-13T15:25:53.343Z] Step 18/19 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:25:53.343Z] ---> Running in 756ebfd1d1aa [2023-03-13T15:25:53.924Z] Removing intermediate container 756ebfd1d1aa [2023-03-13T15:25:53.924Z] ---> c19862e71726 [2023-03-13T15:25:53.924Z] Step 19/19 : LABEL version=3.0.0-dev.93 [2023-03-13T15:25:53.924Z] ---> Running in 47b66e337282 [2023-03-13T15:25:54.516Z] Removing intermediate container 47b66e337282 [2023-03-13T15:25:54.516Z] ---> 66767e3e4bc0 [2023-03-13T15:25:54.516Z] [2023-03-13T15:25:54.516Z] Successfully built 66767e3e4bc0 [2023-03-13T15:25:54.516Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-13T15:26:21.204Z]  Building security-spiffe-token-provider ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.93" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-13T15:26:31.257Z] Removing intermediate container afc7d4d3f98c [2023-03-13T15:26:31.257Z] ---> 1b5bd917e91d [2023-03-13T15:26:31.257Z] [2023-03-13T15:26:31.257Z] Step 9/23 : FROM alpine:3.16 [2023-03-13T15:26:31.257Z] ---> 4c81e5bf8899 [2023-03-13T15:26:31.257Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-13T15:26:31.257Z] ---> Running in bd220afe37f2 [2023-03-13T15:26:31.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:26:31.790Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:26:32.746Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-13T15:26:33.012Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-13T15:26:33.012Z] (3/3) Installing su-exec (0.2-r1) [2023-03-13T15:26:33.012Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:26:33.012Z] Executing ca-certificates-20220614-r0.trigger [2023-03-13T15:26:33.279Z] OK: 6 MiB in 17 packages [2023-03-13T15:26:34.682Z] Removing intermediate container bd220afe37f2 [2023-03-13T15:26:34.682Z] ---> ecbadd9946f6 [2023-03-13T15:26:34.682Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-13T15:26:34.948Z] ---> Running in ae2765fe4cd7 [2023-03-13T15:26:35.215Z] Removing intermediate container ae2765fe4cd7 [2023-03-13T15:26:35.215Z] ---> 5d01e835bf72 [2023-03-13T15:26:35.215Z] Step 12/23 : WORKDIR / [2023-03-13T15:26:35.480Z] ---> Running in 410aa1210ab9 [2023-03-13T15:26:36.061Z] Removing intermediate container 410aa1210ab9 [2023-03-13T15:26:36.061Z] ---> ba078960087a [2023-03-13T15:26:36.061Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-13T15:26:36.653Z] ---> bda06211ab1b [2023-03-13T15:26:36.653Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-13T15:26:37.240Z] ---> c4ec761f7781 [2023-03-13T15:26:37.240Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-13T15:26:38.202Z] ---> 671e8ff76fd0 [2023-03-13T15:26:38.202Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-13T15:26:39.163Z] ---> 201b6ac6ba9c [2023-03-13T15:26:39.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-13T15:26:40.586Z] ---> 76eb92b43e30 [2023-03-13T15:26:40.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-13T15:26:40.854Z] Removing intermediate container 277ec707c458 [2023-03-13T15:26:40.854Z] ---> 5b2dba9a02a9 [2023-03-13T15:26:40.854Z] [2023-03-13T15:26:40.854Z] Step 10/22 : FROM alpine:3.16 [2023-03-13T15:26:40.854Z] ---> 4c81e5bf8899 [2023-03-13T15:26:40.854Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-13T15:26:40.854Z] ---> Running in 7869428d1693 [2023-03-13T15:26:40.854Z] ---> 527e8a0df7ea [2023-03-13T15:26:40.854Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-13T15:26:41.121Z] ---> Running in e49fd6c32f42 [2023-03-13T15:26:42.082Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T15:26:42.672Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T15:26:43.636Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-13T15:26:43.636Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-13T15:26:43.636Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T15:26:43.636Z] Executing ca-certificates-20220614-r0.trigger [2023-03-13T15:26:43.636Z] Removing intermediate container e49fd6c32f42 [2023-03-13T15:26:43.636Z] ---> 673e601cd6c4 [2023-03-13T15:26:43.636Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-13T15:26:43.909Z] ---> Running in 4ebc2fd39dbc [2023-03-13T15:26:43.909Z] OK: 6 MiB in 16 packages [2023-03-13T15:26:44.176Z] Removing intermediate container 4ebc2fd39dbc [2023-03-13T15:26:44.176Z] ---> 69a46389040e [2023-03-13T15:26:44.176Z] Step 21/23 : LABEL arch=arm64 [2023-03-13T15:26:44.176Z] ---> Running in e11fae0f5ced [2023-03-13T15:26:44.762Z] Removing intermediate container e11fae0f5ced [2023-03-13T15:26:44.762Z] ---> 8c2e9ee7414e [2023-03-13T15:26:44.762Z] Step 22/23 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:26:44.763Z] ---> Running in a648d57e5f4f [2023-03-13T15:26:45.031Z] Removing intermediate container a648d57e5f4f [2023-03-13T15:26:45.031Z] ---> 16d59fd11566 [2023-03-13T15:26:45.031Z] Step 23/23 : LABEL version=3.0.0-dev.93 [2023-03-13T15:26:45.298Z] ---> Running in b01b142989f4 [2023-03-13T15:26:45.298Z] Removing intermediate container 7869428d1693 [2023-03-13T15:26:45.298Z] ---> 814197d81d15 [2023-03-13T15:26:45.298Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-13T15:26:45.298Z] ---> Running in 2eb024d0a9aa [2023-03-13T15:26:45.565Z] Removing intermediate container b01b142989f4 [2023-03-13T15:26:45.565Z] ---> b8c33507a546 [2023-03-13T15:26:45.565Z] [2023-03-13T15:26:45.565Z] Successfully built b8c33507a546 [2023-03-13T15:26:45.565Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-13T15:26:45.831Z]  Building security-secretstore-setup ... done Removing intermediate container 2eb024d0a9aa [2023-03-13T15:26:45.831Z] ---> db3ee84277ed [2023-03-13T15:26:45.831Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-13T15:26:45.831Z] ---> Running in a1999e2bc4cd [2023-03-13T15:26:46.097Z] Removing intermediate container a1999e2bc4cd [2023-03-13T15:26:46.097Z] ---> 918bc80db484 [2023-03-13T15:26:46.097Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-13T15:26:46.097Z] ---> Running in 8d9d9ef64090 [2023-03-13T15:26:46.363Z] Removing intermediate container 8d9d9ef64090 [2023-03-13T15:26:46.363Z] ---> 93105602b731 [2023-03-13T15:26:46.363Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-13T15:26:46.945Z] ---> 3bd94b1e5388 [2023-03-13T15:26:46.945Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-13T15:26:48.361Z] ---> 02217cf65839 [2023-03-13T15:26:48.361Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-13T15:26:48.629Z] ---> 1ec49645af7a [2023-03-13T15:26:48.629Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-13T15:26:48.896Z] ---> Running in 9747d4affe93 [2023-03-13T15:26:49.162Z] Removing intermediate container 9747d4affe93 [2023-03-13T15:26:49.162Z] ---> f1e169e8758d [2023-03-13T15:26:49.162Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T15:26:49.162Z] ---> Running in 92e469c3c141 [2023-03-13T15:26:49.430Z] Removing intermediate container 92e469c3c141 [2023-03-13T15:26:49.430Z] ---> 58ad45c668b0 [2023-03-13T15:26:49.430Z] Step 20/22 : LABEL arch=arm64 [2023-03-13T15:26:49.430Z] ---> Running in 91c963e05a64 [2023-03-13T15:26:49.702Z] Removing intermediate container 91c963e05a64 [2023-03-13T15:26:49.702Z] ---> 4b1f43f9cca5 [2023-03-13T15:26:49.702Z] Step 21/22 : LABEL git_sha=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:26:49.968Z] ---> Running in 7d0f7e650dad [2023-03-13T15:26:50.233Z] Removing intermediate container 7d0f7e650dad [2023-03-13T15:26:50.233Z] ---> 046c7671f70b [2023-03-13T15:26:50.233Z] Step 22/22 : LABEL version=3.0.0-dev.93 [2023-03-13T15:26:50.233Z] ---> Running in 7251df0a6197 [2023-03-13T15:26:50.499Z] Removing intermediate container 7251df0a6197 [2023-03-13T15:26:50.499Z] ---> 82a34b80adc7 [2023-03-13T15:26:50.499Z] [2023-03-13T15:26:50.499Z] Successfully built 82a34b80adc7 [2023-03-13T15:26:50.765Z] Successfully tagged support-notifications-arm64:latest [2023-03-13T15:26:51.041Z]  Building support-notifications ... done  [Pipeline] } [2023-03-13T15:26:51.041Z] $ docker stop --time=1 64491d2c6d1f1ce76cec4f55f8efe81527ad36e95c9ce1a87a6b855f1240cc35 [2023-03-13T15:26:52.727Z] $ docker rm -f --volumes 64491d2c6d1f1ce76cec4f55f8efe81527ad36e95c9ce1a87a6b855f1240cc35 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T15:26:53.202Z] + docker images [2023-03-13T15:26:53.467Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-13T15:26:53.467Z] support-notifications-arm64 latest 82a34b80adc7 3 seconds ago 29.7MB [2023-03-13T15:26:53.467Z] security-secretstore-setup-arm64 latest b8c33507a546 8 seconds ago 28.8MB [2023-03-13T15:26:53.467Z] 5b2dba9a02a9 14 seconds ago 1.4GB [2023-03-13T15:26:53.467Z] 1b5bd917e91d 24 seconds ago 1.33GB [2023-03-13T15:26:53.467Z] security-spiffe-token-provider-arm64 latest 66767e3e4bc0 59 seconds ago 29.1MB [2023-03-13T15:26:53.467Z] 7f82b316aa71 About a minute ago 1.37GB [2023-03-13T15:26:53.467Z] core-command-arm64 latest d2f2b73f66f6 About a minute ago 17.1MB [2023-03-13T15:26:53.467Z] bc94c2ec0cf3 2 minutes ago 1.34GB [2023-03-13T15:26:53.467Z] core-data-arm64 latest 951925b9108d 4 minutes ago 17.3MB [2023-03-13T15:26:53.467Z] core-common-config-bootstrapper-arm64 latest bce89642bff5 4 minutes ago 14.9MB [2023-03-13T15:26:53.467Z] 86acc76aa4db 4 minutes ago 1.34GB [2023-03-13T15:26:53.467Z] 196835561ec8 4 minutes ago 1.33GB [2023-03-13T15:26:53.467Z] support-scheduler-arm64 latest a29ceaf69b58 8 minutes ago 29.1MB [2023-03-13T15:26:53.467Z] 5e1678fd1ba7 8 minutes ago 1.4GB [2023-03-13T15:26:53.467Z] security-spire-config-arm64 latest ea5902891e1e 8 minutes ago 83.6MB [2023-03-13T15:26:53.467Z] 24776f8b9edf 9 minutes ago 1.21GB [2023-03-13T15:26:53.467Z] security-proxy-setup-arm64 latest 95c190ba9aa5 9 minutes ago 15.8MB [2023-03-13T15:26:53.467Z] fa77f944a3b4 9 minutes ago 1.32GB [2023-03-13T15:26:53.467Z] core-metadata-arm64 latest ab469a35067c 10 minutes ago 17.8MB [2023-03-13T15:26:53.467Z] f31a88024999 11 minutes ago 1.35GB [2023-03-13T15:26:53.467Z] security-proxy-auth-arm64 latest 397281660a8b 11 minutes ago 15.7MB [2023-03-13T15:26:53.467Z] 7079ab415fc9 11 minutes ago 1.32GB [2023-03-13T15:26:53.467Z] security-bootstrapper-arm64 latest 42239ec9ade2 11 minutes ago 19MB [2023-03-13T15:26:53.467Z] 3c0a0110ab8b 12 minutes ago 1.32GB [2023-03-13T15:26:53.467Z] security-spire-agent-arm64 latest ab904fccced0 17 minutes ago 122MB [2023-03-13T15:26:53.467Z] security-spire-server-arm64 latest dbfee2d98e70 17 minutes ago 84.3MB [2023-03-13T15:26:53.467Z] 15ab74c24283 18 minutes ago 1.21GB [2023-03-13T15:26:53.467Z] 5c2ec851dd03 18 minutes ago 1.21GB [2023-03-13T15:26:53.467Z] ci-base-image-arm64 latest 7ac2966e086c 20 minutes ago 904MB [2023-03-13T15:26:53.468Z] alpine 3.15 354640af7b1b 4 weeks ago 5.34MB [2023-03-13T15:26:53.468Z] alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB [2023-03-13T15:26:53.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-13T15:26:53.468Z] 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-13T15:26:53.599Z] provisioning config files... [2023-03-13T15:26:53.612Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/455@tmp/config11995010212406943953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:26:53.946Z] ---> docker-login.sh [2023-03-13T15:26:53.946Z] nexus3.edgexfoundry.org:10001 [2023-03-13T15:26:53.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:26:54.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:26:54.212Z] Configure a credential helper to remove this warning. See [2023-03-13T15:26:54.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:26:54.212Z] [2023-03-13T15:26:54.212Z] Login Succeeded [2023-03-13T15:26:54.212Z] nexus3.edgexfoundry.org:10002 [2023-03-13T15:26:54.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:26:54.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:26:54.747Z] Configure a credential helper to remove this warning. See [2023-03-13T15:26:54.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:26:54.747Z] [2023-03-13T15:26:54.747Z] Login Succeeded [2023-03-13T15:26:54.747Z] nexus3.edgexfoundry.org:10003 [2023-03-13T15:26:55.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:26:55.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:26:55.013Z] Configure a credential helper to remove this warning. See [2023-03-13T15:26:55.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:26:55.013Z] [2023-03-13T15:26:55.013Z] Login Succeeded [2023-03-13T15:26:55.013Z] nexus3.edgexfoundry.org:10004 [2023-03-13T15:26:55.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:26:55.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:26:55.545Z] Configure a credential helper to remove this warning. See [2023-03-13T15:26:55.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:26:55.545Z] [2023-03-13T15:26:55.545Z] Login Succeeded [2023-03-13T15:26:55.545Z] docker.io [2023-03-13T15:26:55.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T15:26:56.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T15:26:56.079Z] Configure a credential helper to remove this warning. See [2023-03-13T15:26:56.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T15:26:56.079Z] [2023-03-13T15:26:56.079Z] Login Succeeded [2023-03-13T15:26:56.079Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T15:26:56.092Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:26:56.114Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T15:26:56.196Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-13T15:26:56.196Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:26:56.196Z] latest [2023-03-13T15:26:56.196Z] 3.0.0-dev.93 [2023-03-13T15:26:56.196Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:26:56.196Z] main [2023-03-13T15:26:56.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:26:56.535Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:26:56.879Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:26:56.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-13T15:26:56.879Z] c8f21cecd592: Preparing [2023-03-13T15:26:56.879Z] 233c51cac155: Preparing [2023-03-13T15:26:56.879Z] d4aab430c2fe: Preparing [2023-03-13T15:26:56.879Z] d684c2edc478: Preparing [2023-03-13T15:26:56.879Z] f70ee36035b9: Preparing [2023-03-13T15:26:56.879Z] f70ee36035b9: Layer already exists [2023-03-13T15:26:57.145Z] c8f21cecd592: Pushed [2023-03-13T15:26:57.145Z] d4aab430c2fe: Pushed [2023-03-13T15:26:57.145Z] d684c2edc478: Pushed [2023-03-13T15:27:00.479Z] 233c51cac155: Pushed [2023-03-13T15:27:00.479Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:00.815Z] + 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-13T15:27:01.147Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-13T15:27:01.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-13T15:27:01.147Z] c8f21cecd592: Preparing [2023-03-13T15:27:01.147Z] 233c51cac155: Preparing [2023-03-13T15:27:01.147Z] d4aab430c2fe: Preparing [2023-03-13T15:27:01.147Z] d684c2edc478: Preparing [2023-03-13T15:27:01.147Z] f70ee36035b9: Preparing [2023-03-13T15:27:01.147Z] 233c51cac155: Layer already exists [2023-03-13T15:27:01.147Z] c8f21cecd592: Layer already exists [2023-03-13T15:27:01.147Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:01.147Z] d684c2edc478: Layer already exists [2023-03-13T15:27:01.147Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:01.412Z] latest: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:01.747Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:02.079Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.93 [2023-03-13T15:27:02.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-13T15:27:02.079Z] c8f21cecd592: Preparing [2023-03-13T15:27:02.079Z] 233c51cac155: Preparing [2023-03-13T15:27:02.079Z] d4aab430c2fe: Preparing [2023-03-13T15:27:02.079Z] d684c2edc478: Preparing [2023-03-13T15:27:02.079Z] f70ee36035b9: Preparing [2023-03-13T15:27:02.079Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:02.079Z] c8f21cecd592: Layer already exists [2023-03-13T15:27:02.079Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:02.079Z] 233c51cac155: Layer already exists [2023-03-13T15:27:02.079Z] d684c2edc478: Layer already exists [2023-03-13T15:27:02.079Z] 3.0.0-dev.93: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:02.421Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:02.763Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:02.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-13T15:27:02.763Z] c8f21cecd592: Preparing [2023-03-13T15:27:02.763Z] 233c51cac155: Preparing [2023-03-13T15:27:02.763Z] d4aab430c2fe: Preparing [2023-03-13T15:27:02.763Z] d684c2edc478: Preparing [2023-03-13T15:27:02.763Z] f70ee36035b9: Preparing [2023-03-13T15:27:02.763Z] c8f21cecd592: Layer already exists [2023-03-13T15:27:02.763Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:02.763Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:02.763Z] d684c2edc478: Layer already exists [2023-03-13T15:27:02.763Z] 233c51cac155: Layer already exists [2023-03-13T15:27:02.763Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:03.372Z] + 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-13T15:27:03.709Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-13T15:27:03.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-13T15:27:03.709Z] c8f21cecd592: Preparing [2023-03-13T15:27:03.709Z] 233c51cac155: Preparing [2023-03-13T15:27:03.709Z] d4aab430c2fe: Preparing [2023-03-13T15:27:03.709Z] d684c2edc478: Preparing [2023-03-13T15:27:03.709Z] f70ee36035b9: Preparing [2023-03-13T15:27:03.709Z] 233c51cac155: Layer already exists [2023-03-13T15:27:03.709Z] d684c2edc478: Layer already exists [2023-03-13T15:27:03.709Z] c8f21cecd592: Layer already exists [2023-03-13T15:27:03.709Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:03.709Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:03.975Z] main: digest: sha256:de5a3bc0b15e51be8ff655ee10216edb4ef6182d2552d24fc0d312b37aab0925 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:04.025Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:04.033Z] taggedImages: [2023-03-13T15:27:04.033Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:04.033Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-13T15:27:04.033Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.93 [2023-03-13T15:27:04.033Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:04.033Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-13T15:27:04.057Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-13T15:27:04.057Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:04.057Z] latest [2023-03-13T15:27:04.057Z] 3.0.0-dev.93 [2023-03-13T15:27:04.057Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:04.057Z] main [2023-03-13T15:27:04.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:04.397Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:04.732Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:04.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-13T15:27:04.732Z] e5faec10b27a: Preparing [2023-03-13T15:27:04.732Z] 09be66e1037e: Preparing [2023-03-13T15:27:04.732Z] c1e696564665: Preparing [2023-03-13T15:27:04.732Z] e34b929935cf: Preparing [2023-03-13T15:27:04.732Z] d4aab430c2fe: Preparing [2023-03-13T15:27:04.732Z] 347b3648f1ef: Preparing [2023-03-13T15:27:04.732Z] f70ee36035b9: Preparing [2023-03-13T15:27:04.732Z] 347b3648f1ef: Waiting [2023-03-13T15:27:04.732Z] f70ee36035b9: Waiting [2023-03-13T15:27:04.732Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:05.002Z] 09be66e1037e: Pushed [2023-03-13T15:27:05.002Z] c1e696564665: Pushed [2023-03-13T15:27:05.002Z] e5faec10b27a: Pushed [2023-03-13T15:27:05.003Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:05.003Z] 347b3648f1ef: Pushed [2023-03-13T15:27:06.938Z] e34b929935cf: Pushed [2023-03-13T15:27:07.204Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:07.548Z] + 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-13T15:27:07.882Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-13T15:27:07.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-13T15:27:07.882Z] e5faec10b27a: Preparing [2023-03-13T15:27:07.882Z] 09be66e1037e: Preparing [2023-03-13T15:27:07.882Z] c1e696564665: Preparing [2023-03-13T15:27:07.882Z] e34b929935cf: Preparing [2023-03-13T15:27:07.882Z] d4aab430c2fe: Preparing [2023-03-13T15:27:07.882Z] 347b3648f1ef: Preparing [2023-03-13T15:27:07.882Z] f70ee36035b9: Preparing [2023-03-13T15:27:07.882Z] 347b3648f1ef: Waiting [2023-03-13T15:27:07.882Z] f70ee36035b9: Waiting [2023-03-13T15:27:07.882Z] 09be66e1037e: Layer already exists [2023-03-13T15:27:07.882Z] e34b929935cf: Layer already exists [2023-03-13T15:27:07.882Z] c1e696564665: Layer already exists [2023-03-13T15:27:07.882Z] e5faec10b27a: Layer already exists [2023-03-13T15:27:07.883Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:07.883Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:07.883Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:08.148Z] latest: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:08.490Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:08.825Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.93 [2023-03-13T15:27:08.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-13T15:27:08.825Z] e5faec10b27a: Preparing [2023-03-13T15:27:08.825Z] 09be66e1037e: Preparing [2023-03-13T15:27:08.825Z] c1e696564665: Preparing [2023-03-13T15:27:08.825Z] e34b929935cf: Preparing [2023-03-13T15:27:08.825Z] d4aab430c2fe: Preparing [2023-03-13T15:27:08.825Z] 347b3648f1ef: Preparing [2023-03-13T15:27:08.825Z] f70ee36035b9: Preparing [2023-03-13T15:27:08.825Z] 347b3648f1ef: Waiting [2023-03-13T15:27:08.825Z] f70ee36035b9: Waiting [2023-03-13T15:27:08.825Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:08.825Z] 09be66e1037e: Layer already exists [2023-03-13T15:27:08.825Z] e34b929935cf: Layer already exists [2023-03-13T15:27:08.825Z] e5faec10b27a: Layer already exists [2023-03-13T15:27:08.825Z] c1e696564665: Layer already exists [2023-03-13T15:27:08.825Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:08.825Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:09.090Z] 3.0.0-dev.93: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:09.461Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:09.814Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:09.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-13T15:27:09.815Z] e5faec10b27a: Preparing [2023-03-13T15:27:09.815Z] 09be66e1037e: Preparing [2023-03-13T15:27:09.815Z] c1e696564665: Preparing [2023-03-13T15:27:09.815Z] e34b929935cf: Preparing [2023-03-13T15:27:09.815Z] d4aab430c2fe: Preparing [2023-03-13T15:27:09.815Z] 347b3648f1ef: Preparing [2023-03-13T15:27:09.815Z] f70ee36035b9: Preparing [2023-03-13T15:27:09.815Z] 347b3648f1ef: Waiting [2023-03-13T15:27:09.815Z] f70ee36035b9: Waiting [2023-03-13T15:27:09.815Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:09.815Z] e5faec10b27a: Layer already exists [2023-03-13T15:27:09.815Z] 09be66e1037e: Layer already exists [2023-03-13T15:27:09.815Z] e34b929935cf: Layer already exists [2023-03-13T15:27:09.815Z] c1e696564665: Layer already exists [2023-03-13T15:27:09.815Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:09.815Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:10.098Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:10.458Z] + 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-13T15:27:10.825Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-13T15:27:10.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-13T15:27:10.825Z] e5faec10b27a: Preparing [2023-03-13T15:27:10.825Z] 09be66e1037e: Preparing [2023-03-13T15:27:10.825Z] c1e696564665: Preparing [2023-03-13T15:27:10.825Z] e34b929935cf: Preparing [2023-03-13T15:27:10.825Z] d4aab430c2fe: Preparing [2023-03-13T15:27:10.825Z] 347b3648f1ef: Preparing [2023-03-13T15:27:10.825Z] f70ee36035b9: Preparing [2023-03-13T15:27:10.825Z] 347b3648f1ef: Waiting [2023-03-13T15:27:10.825Z] f70ee36035b9: Waiting [2023-03-13T15:27:10.825Z] e34b929935cf: Layer already exists [2023-03-13T15:27:10.825Z] c1e696564665: Layer already exists [2023-03-13T15:27:10.825Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:10.825Z] 09be66e1037e: Layer already exists [2023-03-13T15:27:10.825Z] e5faec10b27a: Layer already exists [2023-03-13T15:27:10.825Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:10.825Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:11.100Z] main: digest: sha256:a9354c12d0494cc09d7ad735f26198cf06639a693b4c1183c6df3d59f5b12eee size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:11.155Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:11.165Z] taggedImages: [2023-03-13T15:27:11.165Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:11.165Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-13T15:27:11.165Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.93 [2023-03-13T15:27:11.165Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:11.165Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-13T15:27:11.186Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-13T15:27:11.186Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:11.186Z] latest [2023-03-13T15:27:11.186Z] 3.0.0-dev.93 [2023-03-13T15:27:11.186Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:11.186Z] main [2023-03-13T15:27:11.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:11.530Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:11.865Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:11.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-13T15:27:11.865Z] 421e97c12dd6: Preparing [2023-03-13T15:27:11.865Z] 40c798d44151: Preparing [2023-03-13T15:27:11.865Z] d4aab430c2fe: Preparing [2023-03-13T15:27:11.865Z] c43f2cba773a: Preparing [2023-03-13T15:27:11.865Z] f70ee36035b9: Preparing [2023-03-13T15:27:11.865Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:11.865Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:12.131Z] 421e97c12dd6: Pushed [2023-03-13T15:27:12.131Z] c43f2cba773a: Pushed [2023-03-13T15:27:15.463Z] 40c798d44151: Pushed [2023-03-13T15:27:15.463Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:15.809Z] + 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-13T15:27:16.151Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-13T15:27:16.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-13T15:27:16.151Z] 421e97c12dd6: Preparing [2023-03-13T15:27:16.151Z] 40c798d44151: Preparing [2023-03-13T15:27:16.151Z] d4aab430c2fe: Preparing [2023-03-13T15:27:16.151Z] c43f2cba773a: Preparing [2023-03-13T15:27:16.151Z] f70ee36035b9: Preparing [2023-03-13T15:27:16.151Z] 421e97c12dd6: Layer already exists [2023-03-13T15:27:16.151Z] 40c798d44151: Layer already exists [2023-03-13T15:27:16.151Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:16.151Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:16.151Z] c43f2cba773a: Layer already exists [2023-03-13T15:27:16.151Z] latest: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:16.761Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:17.099Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.93 [2023-03-13T15:27:17.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-13T15:27:17.099Z] 421e97c12dd6: Preparing [2023-03-13T15:27:17.099Z] 40c798d44151: Preparing [2023-03-13T15:27:17.099Z] d4aab430c2fe: Preparing [2023-03-13T15:27:17.099Z] c43f2cba773a: Preparing [2023-03-13T15:27:17.099Z] f70ee36035b9: Preparing [2023-03-13T15:27:17.099Z] 421e97c12dd6: Layer already exists [2023-03-13T15:27:17.099Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:17.099Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:17.099Z] 40c798d44151: Layer already exists [2023-03-13T15:27:17.099Z] c43f2cba773a: Layer already exists [2023-03-13T15:27:17.099Z] 3.0.0-dev.93: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:17.719Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:18.051Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:18.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-13T15:27:18.051Z] 421e97c12dd6: Preparing [2023-03-13T15:27:18.051Z] 40c798d44151: Preparing [2023-03-13T15:27:18.051Z] d4aab430c2fe: Preparing [2023-03-13T15:27:18.051Z] c43f2cba773a: Preparing [2023-03-13T15:27:18.051Z] f70ee36035b9: Preparing [2023-03-13T15:27:18.051Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:18.051Z] 421e97c12dd6: Layer already exists [2023-03-13T15:27:18.051Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:18.051Z] 40c798d44151: Layer already exists [2023-03-13T15:27:18.051Z] c43f2cba773a: Layer already exists [2023-03-13T15:27:18.051Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:18.382Z] + 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-13T15:27:18.714Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-13T15:27:18.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-13T15:27:18.715Z] 421e97c12dd6: Preparing [2023-03-13T15:27:18.715Z] 40c798d44151: Preparing [2023-03-13T15:27:18.715Z] d4aab430c2fe: Preparing [2023-03-13T15:27:18.715Z] c43f2cba773a: Preparing [2023-03-13T15:27:18.715Z] f70ee36035b9: Preparing [2023-03-13T15:27:18.715Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:18.715Z] 421e97c12dd6: Layer already exists [2023-03-13T15:27:18.715Z] 40c798d44151: Layer already exists [2023-03-13T15:27:18.715Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:18.715Z] c43f2cba773a: Layer already exists [2023-03-13T15:27:18.715Z] main: digest: sha256:d468f6885dacbd97e30f2df45971e424e2c323e004e4353a9fea56ef46f50d89 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:19.029Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:19.040Z] taggedImages: [2023-03-13T15:27:19.040Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:19.040Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-13T15:27:19.040Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.93 [2023-03-13T15:27:19.040Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:19.040Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-13T15:27:19.061Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-13T15:27:19.061Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:19.061Z] latest [2023-03-13T15:27:19.061Z] 3.0.0-dev.93 [2023-03-13T15:27:19.061Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:19.061Z] main [2023-03-13T15:27:19.061Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:19.392Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:19.722Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:19.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-13T15:27:19.722Z] 5950db911b98: Preparing [2023-03-13T15:27:19.722Z] 597d0f62d80c: Preparing [2023-03-13T15:27:19.722Z] 1beff7e6e9a9: Preparing [2023-03-13T15:27:19.722Z] d4aab430c2fe: Preparing [2023-03-13T15:27:19.722Z] d684c2edc478: Preparing [2023-03-13T15:27:19.722Z] f70ee36035b9: Preparing [2023-03-13T15:27:19.722Z] f70ee36035b9: Waiting [2023-03-13T15:27:19.722Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:19.722Z] d684c2edc478: Layer already exists [2023-03-13T15:27:19.987Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:19.987Z] 5950db911b98: Pushed [2023-03-13T15:27:19.987Z] 597d0f62d80c: Pushed [2023-03-13T15:27:22.555Z] 1beff7e6e9a9: Pushed [2023-03-13T15:27:22.820Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:23.148Z] + 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-13T15:27:23.472Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-13T15:27:23.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-13T15:27:23.472Z] 5950db911b98: Preparing [2023-03-13T15:27:23.472Z] 597d0f62d80c: Preparing [2023-03-13T15:27:23.472Z] 1beff7e6e9a9: Preparing [2023-03-13T15:27:23.472Z] d4aab430c2fe: Preparing [2023-03-13T15:27:23.472Z] d684c2edc478: Preparing [2023-03-13T15:27:23.472Z] f70ee36035b9: Preparing [2023-03-13T15:27:23.472Z] f70ee36035b9: Waiting [2023-03-13T15:27:23.472Z] d684c2edc478: Layer already exists [2023-03-13T15:27:23.472Z] 1beff7e6e9a9: Layer already exists [2023-03-13T15:27:23.472Z] 5950db911b98: Layer already exists [2023-03-13T15:27:23.472Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:23.472Z] 597d0f62d80c: Layer already exists [2023-03-13T15:27:23.472Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:23.472Z] latest: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:24.077Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:24.415Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.93 [2023-03-13T15:27:24.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-13T15:27:24.415Z] 5950db911b98: Preparing [2023-03-13T15:27:24.415Z] 597d0f62d80c: Preparing [2023-03-13T15:27:24.415Z] 1beff7e6e9a9: Preparing [2023-03-13T15:27:24.415Z] d4aab430c2fe: Preparing [2023-03-13T15:27:24.415Z] d684c2edc478: Preparing [2023-03-13T15:27:24.415Z] f70ee36035b9: Preparing [2023-03-13T15:27:24.415Z] f70ee36035b9: Waiting [2023-03-13T15:27:24.415Z] 1beff7e6e9a9: Layer already exists [2023-03-13T15:27:24.415Z] 597d0f62d80c: Layer already exists [2023-03-13T15:27:24.415Z] d684c2edc478: Layer already exists [2023-03-13T15:27:24.415Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:24.415Z] 5950db911b98: Layer already exists [2023-03-13T15:27:24.415Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:24.415Z] 3.0.0-dev.93: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:24.756Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:25.087Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:25.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-13T15:27:25.087Z] 5950db911b98: Preparing [2023-03-13T15:27:25.087Z] 597d0f62d80c: Preparing [2023-03-13T15:27:25.087Z] 1beff7e6e9a9: Preparing [2023-03-13T15:27:25.087Z] d4aab430c2fe: Preparing [2023-03-13T15:27:25.087Z] d684c2edc478: Preparing [2023-03-13T15:27:25.087Z] f70ee36035b9: Preparing [2023-03-13T15:27:25.087Z] f70ee36035b9: Waiting [2023-03-13T15:27:25.087Z] 1beff7e6e9a9: Layer already exists [2023-03-13T15:27:25.087Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:25.087Z] 597d0f62d80c: Layer already exists [2023-03-13T15:27:25.087Z] 5950db911b98: Layer already exists [2023-03-13T15:27:25.087Z] d684c2edc478: Layer already exists [2023-03-13T15:27:25.087Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:25.087Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:25.691Z] + 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-13T15:27:26.014Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-13T15:27:26.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-13T15:27:26.015Z] 5950db911b98: Preparing [2023-03-13T15:27:26.015Z] 597d0f62d80c: Preparing [2023-03-13T15:27:26.015Z] 1beff7e6e9a9: Preparing [2023-03-13T15:27:26.015Z] d4aab430c2fe: Preparing [2023-03-13T15:27:26.015Z] d684c2edc478: Preparing [2023-03-13T15:27:26.015Z] f70ee36035b9: Preparing [2023-03-13T15:27:26.015Z] 597d0f62d80c: Layer already exists [2023-03-13T15:27:26.015Z] d684c2edc478: Layer already exists [2023-03-13T15:27:26.015Z] 5950db911b98: Layer already exists [2023-03-13T15:27:26.015Z] 1beff7e6e9a9: Layer already exists [2023-03-13T15:27:26.015Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:26.015Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:26.278Z] main: digest: sha256:137b6f6a61e9067491ac8c93e6cc7cfa1d54caf53f648b6376b19bf5f15dd7a0 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:26.331Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:26.340Z] taggedImages: [2023-03-13T15:27:26.340Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:26.340Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-13T15:27:26.340Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.93 [2023-03-13T15:27:26.340Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:26.340Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-13T15:27:26.361Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-13T15:27:26.361Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:26.361Z] latest [2023-03-13T15:27:26.361Z] 3.0.0-dev.93 [2023-03-13T15:27:26.361Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:26.361Z] main [2023-03-13T15:27:26.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:26.707Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:27.039Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:27.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-13T15:27:27.039Z] 85a779df4021: Preparing [2023-03-13T15:27:27.039Z] 85a779df4021: Preparing [2023-03-13T15:27:27.039Z] 4294e99ef203: Preparing [2023-03-13T15:27:27.039Z] 69c8cc6c72ed: Preparing [2023-03-13T15:27:27.039Z] 11cafc0c1e79: Preparing [2023-03-13T15:27:27.039Z] 5a0c0f1bfe91: Preparing [2023-03-13T15:27:27.039Z] d03311125a7e: Preparing [2023-03-13T15:27:27.039Z] d4aab430c2fe: Preparing [2023-03-13T15:27:27.039Z] 3e716ec81171: Preparing [2023-03-13T15:27:27.039Z] d03748df5634: Preparing [2023-03-13T15:27:27.039Z] 41f99d73a36c: Preparing [2023-03-13T15:27:27.039Z] 9ece3b128b37: Preparing [2023-03-13T15:27:27.039Z] f70ee36035b9: Preparing [2023-03-13T15:27:27.039Z] 3e716ec81171: Waiting [2023-03-13T15:27:27.039Z] d03748df5634: Waiting [2023-03-13T15:27:27.039Z] 41f99d73a36c: Waiting [2023-03-13T15:27:27.039Z] 9ece3b128b37: Waiting [2023-03-13T15:27:27.039Z] f70ee36035b9: Waiting [2023-03-13T15:27:27.039Z] d03311125a7e: Waiting [2023-03-13T15:27:27.039Z] d4aab430c2fe: Waiting [2023-03-13T15:27:27.309Z] 69c8cc6c72ed: Pushed [2023-03-13T15:27:27.309Z] 5a0c0f1bfe91: Pushed [2023-03-13T15:27:27.309Z] 11cafc0c1e79: Pushed [2023-03-13T15:27:27.309Z] 85a779df4021: Pushed [2023-03-13T15:27:27.309Z] 4294e99ef203: Pushed [2023-03-13T15:27:27.309Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:27.576Z] 9ece3b128b37: Pushed [2023-03-13T15:27:27.576Z] 41f99d73a36c: Pushed [2023-03-13T15:27:27.576Z] 3e716ec81171: Pushed [2023-03-13T15:27:27.576Z] d03748df5634: Pushed [2023-03-13T15:27:27.576Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:30.916Z] d03311125a7e: Pushed [2023-03-13T15:27:30.916Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:31.255Z] + 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-13T15:27:31.584Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-13T15:27:31.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-13T15:27:31.584Z] 85a779df4021: Preparing [2023-03-13T15:27:31.584Z] 85a779df4021: Preparing [2023-03-13T15:27:31.584Z] 4294e99ef203: Preparing [2023-03-13T15:27:31.584Z] 69c8cc6c72ed: Preparing [2023-03-13T15:27:31.584Z] 11cafc0c1e79: Preparing [2023-03-13T15:27:31.584Z] 5a0c0f1bfe91: Preparing [2023-03-13T15:27:31.584Z] d03311125a7e: Preparing [2023-03-13T15:27:31.584Z] d4aab430c2fe: Preparing [2023-03-13T15:27:31.584Z] 3e716ec81171: Preparing [2023-03-13T15:27:31.584Z] d03748df5634: Preparing [2023-03-13T15:27:31.584Z] 41f99d73a36c: Preparing [2023-03-13T15:27:31.584Z] 9ece3b128b37: Preparing [2023-03-13T15:27:31.584Z] f70ee36035b9: Preparing [2023-03-13T15:27:31.584Z] 3e716ec81171: Waiting [2023-03-13T15:27:31.584Z] d03748df5634: Waiting [2023-03-13T15:27:31.584Z] 41f99d73a36c: Waiting [2023-03-13T15:27:31.584Z] 9ece3b128b37: Waiting [2023-03-13T15:27:31.584Z] f70ee36035b9: Waiting [2023-03-13T15:27:31.584Z] d03311125a7e: Waiting [2023-03-13T15:27:31.584Z] d4aab430c2fe: Waiting [2023-03-13T15:27:31.584Z] 5a0c0f1bfe91: Layer already exists [2023-03-13T15:27:31.584Z] 69c8cc6c72ed: Layer already exists [2023-03-13T15:27:31.584Z] 85a779df4021: Layer already exists [2023-03-13T15:27:31.584Z] 11cafc0c1e79: Layer already exists [2023-03-13T15:27:31.584Z] 4294e99ef203: Layer already exists [2023-03-13T15:27:31.584Z] 3e716ec81171: Layer already exists [2023-03-13T15:27:31.584Z] d03748df5634: Layer already exists [2023-03-13T15:27:31.584Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:31.584Z] 41f99d73a36c: Layer already exists [2023-03-13T15:27:31.584Z] d03311125a7e: Layer already exists [2023-03-13T15:27:31.584Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:31.584Z] 9ece3b128b37: Layer already exists [2023-03-13T15:27:31.850Z] latest: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:32.180Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:32.512Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.93 [2023-03-13T15:27:32.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-13T15:27:32.512Z] 85a779df4021: Preparing [2023-03-13T15:27:32.512Z] 85a779df4021: Preparing [2023-03-13T15:27:32.512Z] 4294e99ef203: Preparing [2023-03-13T15:27:32.512Z] 69c8cc6c72ed: Preparing [2023-03-13T15:27:32.512Z] 11cafc0c1e79: Preparing [2023-03-13T15:27:32.512Z] 5a0c0f1bfe91: Preparing [2023-03-13T15:27:32.512Z] d03311125a7e: Preparing [2023-03-13T15:27:32.512Z] d4aab430c2fe: Preparing [2023-03-13T15:27:32.512Z] 3e716ec81171: Preparing [2023-03-13T15:27:32.512Z] d03748df5634: Preparing [2023-03-13T15:27:32.512Z] 41f99d73a36c: Preparing [2023-03-13T15:27:32.512Z] 9ece3b128b37: Preparing [2023-03-13T15:27:32.512Z] f70ee36035b9: Preparing [2023-03-13T15:27:32.512Z] d03311125a7e: Waiting [2023-03-13T15:27:32.512Z] d4aab430c2fe: Waiting [2023-03-13T15:27:32.512Z] 3e716ec81171: Waiting [2023-03-13T15:27:32.512Z] d03748df5634: Waiting [2023-03-13T15:27:32.512Z] 9ece3b128b37: Waiting [2023-03-13T15:27:32.512Z] f70ee36035b9: Waiting [2023-03-13T15:27:32.512Z] 41f99d73a36c: Waiting [2023-03-13T15:27:32.512Z] 69c8cc6c72ed: Layer already exists [2023-03-13T15:27:32.512Z] 85a779df4021: Layer already exists [2023-03-13T15:27:32.512Z] 5a0c0f1bfe91: Layer already exists [2023-03-13T15:27:32.512Z] 11cafc0c1e79: Layer already exists [2023-03-13T15:27:32.512Z] 4294e99ef203: Layer already exists [2023-03-13T15:27:32.512Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:32.512Z] d03311125a7e: Layer already exists [2023-03-13T15:27:32.512Z] 3e716ec81171: Layer already exists [2023-03-13T15:27:32.512Z] d03748df5634: Layer already exists [2023-03-13T15:27:32.512Z] 41f99d73a36c: Layer already exists [2023-03-13T15:27:32.512Z] 9ece3b128b37: Layer already exists [2023-03-13T15:27:32.512Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:32.776Z] 3.0.0-dev.93: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:33.125Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:33.459Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:33.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-13T15:27:33.460Z] 85a779df4021: Preparing [2023-03-13T15:27:33.460Z] 85a779df4021: Preparing [2023-03-13T15:27:33.460Z] 4294e99ef203: Preparing [2023-03-13T15:27:33.460Z] 69c8cc6c72ed: Preparing [2023-03-13T15:27:33.460Z] 11cafc0c1e79: Preparing [2023-03-13T15:27:33.460Z] 5a0c0f1bfe91: Preparing [2023-03-13T15:27:33.460Z] d03311125a7e: Preparing [2023-03-13T15:27:33.460Z] d4aab430c2fe: Preparing [2023-03-13T15:27:33.460Z] 3e716ec81171: Preparing [2023-03-13T15:27:33.460Z] d03748df5634: Preparing [2023-03-13T15:27:33.460Z] 41f99d73a36c: Preparing [2023-03-13T15:27:33.460Z] 9ece3b128b37: Preparing [2023-03-13T15:27:33.460Z] f70ee36035b9: Preparing [2023-03-13T15:27:33.460Z] d03748df5634: Waiting [2023-03-13T15:27:33.460Z] 41f99d73a36c: Waiting [2023-03-13T15:27:33.460Z] 9ece3b128b37: Waiting [2023-03-13T15:27:33.460Z] d03311125a7e: Waiting [2023-03-13T15:27:33.460Z] d4aab430c2fe: Waiting [2023-03-13T15:27:33.460Z] 3e716ec81171: Waiting [2023-03-13T15:27:33.460Z] f70ee36035b9: Waiting [2023-03-13T15:27:33.460Z] 5a0c0f1bfe91: Layer already exists [2023-03-13T15:27:33.460Z] 11cafc0c1e79: Layer already exists [2023-03-13T15:27:33.460Z] 4294e99ef203: Layer already exists [2023-03-13T15:27:33.460Z] 69c8cc6c72ed: Layer already exists [2023-03-13T15:27:33.460Z] 85a779df4021: Layer already exists [2023-03-13T15:27:33.460Z] d03311125a7e: Layer already exists [2023-03-13T15:27:33.460Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:33.460Z] 3e716ec81171: Layer already exists [2023-03-13T15:27:33.460Z] 41f99d73a36c: Layer already exists [2023-03-13T15:27:33.460Z] d03748df5634: Layer already exists [2023-03-13T15:27:33.460Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:33.460Z] 9ece3b128b37: Layer already exists [2023-03-13T15:27:33.725Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:34.063Z] + 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-13T15:27:34.400Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-13T15:27:34.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-13T15:27:34.400Z] 85a779df4021: Preparing [2023-03-13T15:27:34.400Z] 85a779df4021: Preparing [2023-03-13T15:27:34.400Z] 4294e99ef203: Preparing [2023-03-13T15:27:34.401Z] 69c8cc6c72ed: Preparing [2023-03-13T15:27:34.401Z] 11cafc0c1e79: Preparing [2023-03-13T15:27:34.401Z] 5a0c0f1bfe91: Preparing [2023-03-13T15:27:34.401Z] d03311125a7e: Preparing [2023-03-13T15:27:34.401Z] d4aab430c2fe: Preparing [2023-03-13T15:27:34.401Z] 3e716ec81171: Preparing [2023-03-13T15:27:34.401Z] d03748df5634: Preparing [2023-03-13T15:27:34.401Z] 41f99d73a36c: Preparing [2023-03-13T15:27:34.401Z] 9ece3b128b37: Preparing [2023-03-13T15:27:34.401Z] f70ee36035b9: Preparing [2023-03-13T15:27:34.401Z] d03748df5634: Waiting [2023-03-13T15:27:34.401Z] d03311125a7e: Waiting [2023-03-13T15:27:34.401Z] 41f99d73a36c: Waiting [2023-03-13T15:27:34.401Z] d4aab430c2fe: Waiting [2023-03-13T15:27:34.401Z] 9ece3b128b37: Waiting [2023-03-13T15:27:34.401Z] f70ee36035b9: Waiting [2023-03-13T15:27:34.401Z] 3e716ec81171: Waiting [2023-03-13T15:27:34.401Z] 69c8cc6c72ed: Layer already exists [2023-03-13T15:27:34.401Z] 85a779df4021: Layer already exists [2023-03-13T15:27:34.401Z] 11cafc0c1e79: Layer already exists [2023-03-13T15:27:34.401Z] 4294e99ef203: Layer already exists [2023-03-13T15:27:34.401Z] 5a0c0f1bfe91: Layer already exists [2023-03-13T15:27:34.401Z] 3e716ec81171: Layer already exists [2023-03-13T15:27:34.401Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:34.401Z] d03311125a7e: Layer already exists [2023-03-13T15:27:34.401Z] 41f99d73a36c: Layer already exists [2023-03-13T15:27:34.401Z] d03748df5634: Layer already exists [2023-03-13T15:27:34.401Z] 9ece3b128b37: Layer already exists [2023-03-13T15:27:34.401Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:34.667Z] main: digest: sha256:d61f162d62f9d73bdbbc766553554af2eeda819bbd7cd7da9b1f13312dc21214 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:34.713Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:34.721Z] taggedImages: [2023-03-13T15:27:34.721Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:34.721Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-13T15:27:34.721Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.93 [2023-03-13T15:27:34.721Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:34.721Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-13T15:27:34.736Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-13T15:27:34.736Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:34.736Z] latest [2023-03-13T15:27:34.736Z] 3.0.0-dev.93 [2023-03-13T15:27:34.736Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:34.736Z] main [2023-03-13T15:27:34.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:35.086Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:35.433Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:35.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-13T15:27:35.433Z] a34097cb3cb9: Preparing [2023-03-13T15:27:35.433Z] e95147f3f9c6: Preparing [2023-03-13T15:27:35.433Z] 0184c0442f63: Preparing [2023-03-13T15:27:35.433Z] 93357677fb4e: Preparing [2023-03-13T15:27:35.433Z] d4aab430c2fe: Preparing [2023-03-13T15:27:35.433Z] 347b3648f1ef: Preparing [2023-03-13T15:27:35.433Z] f70ee36035b9: Preparing [2023-03-13T15:27:35.433Z] 347b3648f1ef: Waiting [2023-03-13T15:27:35.433Z] f70ee36035b9: Waiting [2023-03-13T15:27:35.433Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:35.698Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:35.698Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:35.698Z] 0184c0442f63: Pushed [2023-03-13T15:27:35.698Z] a34097cb3cb9: Pushed [2023-03-13T15:27:35.698Z] e95147f3f9c6: Pushed [2023-03-13T15:27:38.275Z] 93357677fb4e: Pushed [2023-03-13T15:27:38.275Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:38.611Z] + 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-13T15:27:38.955Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-13T15:27:38.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-13T15:27:38.955Z] a34097cb3cb9: Preparing [2023-03-13T15:27:38.955Z] e95147f3f9c6: Preparing [2023-03-13T15:27:38.955Z] 0184c0442f63: Preparing [2023-03-13T15:27:38.955Z] 93357677fb4e: Preparing [2023-03-13T15:27:38.955Z] d4aab430c2fe: Preparing [2023-03-13T15:27:38.955Z] 347b3648f1ef: Preparing [2023-03-13T15:27:38.955Z] f70ee36035b9: Preparing [2023-03-13T15:27:38.955Z] 347b3648f1ef: Waiting [2023-03-13T15:27:38.955Z] f70ee36035b9: Waiting [2023-03-13T15:27:38.955Z] 93357677fb4e: Layer already exists [2023-03-13T15:27:38.955Z] a34097cb3cb9: Layer already exists [2023-03-13T15:27:38.955Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:38.955Z] 0184c0442f63: Layer already exists [2023-03-13T15:27:38.955Z] e95147f3f9c6: Layer already exists [2023-03-13T15:27:38.955Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:38.955Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:39.221Z] latest: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:39.562Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:39.895Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.93 [2023-03-13T15:27:39.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-13T15:27:39.895Z] a34097cb3cb9: Preparing [2023-03-13T15:27:39.896Z] e95147f3f9c6: Preparing [2023-03-13T15:27:39.896Z] 0184c0442f63: Preparing [2023-03-13T15:27:39.896Z] 93357677fb4e: Preparing [2023-03-13T15:27:39.896Z] d4aab430c2fe: Preparing [2023-03-13T15:27:39.896Z] 347b3648f1ef: Preparing [2023-03-13T15:27:39.896Z] f70ee36035b9: Preparing [2023-03-13T15:27:39.896Z] 347b3648f1ef: Waiting [2023-03-13T15:27:39.896Z] f70ee36035b9: Waiting [2023-03-13T15:27:39.896Z] e95147f3f9c6: Layer already exists [2023-03-13T15:27:39.896Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:39.896Z] a34097cb3cb9: Layer already exists [2023-03-13T15:27:39.896Z] 93357677fb4e: Layer already exists [2023-03-13T15:27:39.896Z] 0184c0442f63: Layer already exists [2023-03-13T15:27:39.896Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:39.896Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:39.896Z] 3.0.0-dev.93: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:40.491Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:40.829Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:40.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-13T15:27:40.829Z] a34097cb3cb9: Preparing [2023-03-13T15:27:40.829Z] e95147f3f9c6: Preparing [2023-03-13T15:27:40.829Z] 0184c0442f63: Preparing [2023-03-13T15:27:40.829Z] 93357677fb4e: Preparing [2023-03-13T15:27:40.829Z] d4aab430c2fe: Preparing [2023-03-13T15:27:40.829Z] 347b3648f1ef: Preparing [2023-03-13T15:27:40.829Z] f70ee36035b9: Preparing [2023-03-13T15:27:40.829Z] 347b3648f1ef: Waiting [2023-03-13T15:27:40.829Z] a34097cb3cb9: Layer already exists [2023-03-13T15:27:40.829Z] 0184c0442f63: Layer already exists [2023-03-13T15:27:40.829Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:40.829Z] 93357677fb4e: Layer already exists [2023-03-13T15:27:40.829Z] e95147f3f9c6: Layer already exists [2023-03-13T15:27:40.829Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:40.829Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:41.096Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:41.443Z] + 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-13T15:27:41.780Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-13T15:27:41.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-13T15:27:41.780Z] a34097cb3cb9: Preparing [2023-03-13T15:27:41.780Z] e95147f3f9c6: Preparing [2023-03-13T15:27:41.780Z] 0184c0442f63: Preparing [2023-03-13T15:27:41.780Z] 93357677fb4e: Preparing [2023-03-13T15:27:41.780Z] d4aab430c2fe: Preparing [2023-03-13T15:27:41.780Z] 347b3648f1ef: Preparing [2023-03-13T15:27:41.780Z] f70ee36035b9: Preparing [2023-03-13T15:27:41.780Z] 347b3648f1ef: Waiting [2023-03-13T15:27:41.780Z] f70ee36035b9: Waiting [2023-03-13T15:27:41.780Z] e95147f3f9c6: Layer already exists [2023-03-13T15:27:41.780Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:41.780Z] a34097cb3cb9: Layer already exists [2023-03-13T15:27:41.780Z] 93357677fb4e: Layer already exists [2023-03-13T15:27:41.780Z] 0184c0442f63: Layer already exists [2023-03-13T15:27:41.780Z] 347b3648f1ef: Layer already exists [2023-03-13T15:27:41.780Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:41.780Z] main: digest: sha256:9d6327673687e35c248bf489b354da3ecefe6fcde1fea334915e18cbd8bd5ea9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:42.092Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:42.100Z] taggedImages: [2023-03-13T15:27:42.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:42.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-13T15:27:42.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.93 [2023-03-13T15:27:42.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:42.100Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-13T15:27:42.117Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-13T15:27:42.117Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:42.117Z] latest [2023-03-13T15:27:42.117Z] 3.0.0-dev.93 [2023-03-13T15:27:42.117Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:42.117Z] main [2023-03-13T15:27:42.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:42.443Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:42.773Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:42.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-13T15:27:42.773Z] 33d44f3bada4: Preparing [2023-03-13T15:27:42.773Z] 186e881a0998: Preparing [2023-03-13T15:27:42.773Z] cafe5b860963: Preparing [2023-03-13T15:27:42.773Z] 795bf7bdc4db: Preparing [2023-03-13T15:27:42.773Z] 33aba1a7d7bc: Preparing [2023-03-13T15:27:42.773Z] 6ce809719fc7: Preparing [2023-03-13T15:27:42.773Z] f70ee36035b9: Preparing [2023-03-13T15:27:42.773Z] 6ce809719fc7: Waiting [2023-03-13T15:27:43.039Z] 795bf7bdc4db: Pushed [2023-03-13T15:27:43.039Z] 33aba1a7d7bc: Pushed [2023-03-13T15:27:43.039Z] 186e881a0998: Pushed [2023-03-13T15:27:43.039Z] 33d44f3bada4: Pushed [2023-03-13T15:27:43.039Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:43.305Z] 6ce809719fc7: Pushed [2023-03-13T15:27:45.244Z] cafe5b860963: Pushed [2023-03-13T15:27:45.510Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:45.842Z] + 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-13T15:27:46.168Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-13T15:27:46.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-13T15:27:46.168Z] 33d44f3bada4: Preparing [2023-03-13T15:27:46.168Z] 186e881a0998: Preparing [2023-03-13T15:27:46.168Z] cafe5b860963: Preparing [2023-03-13T15:27:46.168Z] 795bf7bdc4db: Preparing [2023-03-13T15:27:46.168Z] 33aba1a7d7bc: Preparing [2023-03-13T15:27:46.168Z] 6ce809719fc7: Preparing [2023-03-13T15:27:46.168Z] f70ee36035b9: Preparing [2023-03-13T15:27:46.168Z] 6ce809719fc7: Waiting [2023-03-13T15:27:46.168Z] f70ee36035b9: Waiting [2023-03-13T15:27:46.168Z] 33aba1a7d7bc: Layer already exists [2023-03-13T15:27:46.168Z] 33d44f3bada4: Layer already exists [2023-03-13T15:27:46.168Z] cafe5b860963: Layer already exists [2023-03-13T15:27:46.168Z] 186e881a0998: Layer already exists [2023-03-13T15:27:46.168Z] 795bf7bdc4db: Layer already exists [2023-03-13T15:27:46.168Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:46.168Z] 6ce809719fc7: Layer already exists [2023-03-13T15:27:46.432Z] latest: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:46.770Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:47.107Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.93 [2023-03-13T15:27:47.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-13T15:27:47.107Z] 33d44f3bada4: Preparing [2023-03-13T15:27:47.107Z] 186e881a0998: Preparing [2023-03-13T15:27:47.107Z] cafe5b860963: Preparing [2023-03-13T15:27:47.107Z] 795bf7bdc4db: Preparing [2023-03-13T15:27:47.107Z] 33aba1a7d7bc: Preparing [2023-03-13T15:27:47.107Z] 6ce809719fc7: Preparing [2023-03-13T15:27:47.107Z] f70ee36035b9: Preparing [2023-03-13T15:27:47.107Z] 6ce809719fc7: Waiting [2023-03-13T15:27:47.107Z] f70ee36035b9: Waiting [2023-03-13T15:27:47.107Z] 795bf7bdc4db: Layer already exists [2023-03-13T15:27:47.107Z] 33d44f3bada4: Layer already exists [2023-03-13T15:27:47.107Z] 33aba1a7d7bc: Layer already exists [2023-03-13T15:27:47.107Z] cafe5b860963: Layer already exists [2023-03-13T15:27:47.107Z] 186e881a0998: Layer already exists [2023-03-13T15:27:47.107Z] 6ce809719fc7: Layer already exists [2023-03-13T15:27:47.107Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:47.372Z] 3.0.0-dev.93: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:47.721Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:48.065Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:48.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-13T15:27:48.065Z] 33d44f3bada4: Preparing [2023-03-13T15:27:48.065Z] 186e881a0998: Preparing [2023-03-13T15:27:48.065Z] cafe5b860963: Preparing [2023-03-13T15:27:48.065Z] 795bf7bdc4db: Preparing [2023-03-13T15:27:48.065Z] 33aba1a7d7bc: Preparing [2023-03-13T15:27:48.065Z] 6ce809719fc7: Preparing [2023-03-13T15:27:48.065Z] f70ee36035b9: Preparing [2023-03-13T15:27:48.065Z] f70ee36035b9: Waiting [2023-03-13T15:27:48.065Z] 795bf7bdc4db: Layer already exists [2023-03-13T15:27:48.065Z] 33aba1a7d7bc: Layer already exists [2023-03-13T15:27:48.065Z] 186e881a0998: Layer already exists [2023-03-13T15:27:48.065Z] cafe5b860963: Layer already exists [2023-03-13T15:27:48.065Z] 33d44f3bada4: Layer already exists [2023-03-13T15:27:48.065Z] 6ce809719fc7: Layer already exists [2023-03-13T15:27:48.065Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:48.332Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:48.683Z] + 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-13T15:27:49.020Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-13T15:27:49.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-13T15:27:49.020Z] 33d44f3bada4: Preparing [2023-03-13T15:27:49.020Z] 186e881a0998: Preparing [2023-03-13T15:27:49.020Z] cafe5b860963: Preparing [2023-03-13T15:27:49.020Z] 795bf7bdc4db: Preparing [2023-03-13T15:27:49.020Z] 33aba1a7d7bc: Preparing [2023-03-13T15:27:49.020Z] 6ce809719fc7: Preparing [2023-03-13T15:27:49.020Z] f70ee36035b9: Preparing [2023-03-13T15:27:49.020Z] 6ce809719fc7: Waiting [2023-03-13T15:27:49.020Z] f70ee36035b9: Waiting [2023-03-13T15:27:49.020Z] 795bf7bdc4db: Layer already exists [2023-03-13T15:27:49.020Z] 33d44f3bada4: Layer already exists [2023-03-13T15:27:49.020Z] cafe5b860963: Layer already exists [2023-03-13T15:27:49.020Z] 33aba1a7d7bc: Layer already exists [2023-03-13T15:27:49.020Z] 186e881a0998: Layer already exists [2023-03-13T15:27:49.020Z] 6ce809719fc7: Layer already exists [2023-03-13T15:27:49.020Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:49.286Z] main: digest: sha256:e59756c41f4dc8e7d13c62358d17c0ff3fa114c4af4e60ce7cad712fd3499388 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:49.328Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:49.334Z] taggedImages: [2023-03-13T15:27:49.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:49.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-13T15:27:49.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.93 [2023-03-13T15:27:49.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:49.334Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-13T15:27:49.348Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-13T15:27:49.348Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:49.348Z] latest [2023-03-13T15:27:49.348Z] 3.0.0-dev.93 [2023-03-13T15:27:49.348Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:49.348Z] main [2023-03-13T15:27:49.348Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:49.709Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:50.056Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:50.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-13T15:27:50.056Z] aa5fd5b6ba5a: Preparing [2023-03-13T15:27:50.056Z] 147cde0bccba: Preparing [2023-03-13T15:27:50.056Z] 8f1f4ff507b6: Preparing [2023-03-13T15:27:50.056Z] 1ca7a4bc72b1: Preparing [2023-03-13T15:27:50.056Z] 134810582d3a: Preparing [2023-03-13T15:27:50.056Z] 8d7d8e460cc9: Preparing [2023-03-13T15:27:50.056Z] dd9493e70da6: Preparing [2023-03-13T15:27:50.056Z] cc7395d612a8: Preparing [2023-03-13T15:27:50.056Z] f70ee36035b9: Preparing [2023-03-13T15:27:50.056Z] 8d7d8e460cc9: Waiting [2023-03-13T15:27:50.056Z] dd9493e70da6: Waiting [2023-03-13T15:27:50.056Z] cc7395d612a8: Waiting [2023-03-13T15:27:50.056Z] f70ee36035b9: Waiting [2023-03-13T15:27:50.337Z] 147cde0bccba: Pushed [2023-03-13T15:27:50.337Z] aa5fd5b6ba5a: Pushed [2023-03-13T15:27:50.337Z] 134810582d3a: Pushed [2023-03-13T15:27:50.614Z] 8d7d8e460cc9: Pushed [2023-03-13T15:27:50.614Z] dd9493e70da6: Pushed [2023-03-13T15:27:50.614Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:50.885Z] cc7395d612a8: Pushed [2023-03-13T15:27:52.832Z] 1ca7a4bc72b1: Pushed [2023-03-13T15:27:53.783Z] 8f1f4ff507b6: Pushed [2023-03-13T15:27:53.783Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:54.111Z] + 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-13T15:27:54.442Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-13T15:27:54.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-13T15:27:54.442Z] aa5fd5b6ba5a: Preparing [2023-03-13T15:27:54.442Z] 147cde0bccba: Preparing [2023-03-13T15:27:54.442Z] 8f1f4ff507b6: Preparing [2023-03-13T15:27:54.442Z] 1ca7a4bc72b1: Preparing [2023-03-13T15:27:54.442Z] 134810582d3a: Preparing [2023-03-13T15:27:54.442Z] 8d7d8e460cc9: Preparing [2023-03-13T15:27:54.442Z] dd9493e70da6: Preparing [2023-03-13T15:27:54.442Z] cc7395d612a8: Preparing [2023-03-13T15:27:54.442Z] f70ee36035b9: Preparing [2023-03-13T15:27:54.442Z] dd9493e70da6: Waiting [2023-03-13T15:27:54.442Z] cc7395d612a8: Waiting [2023-03-13T15:27:54.442Z] f70ee36035b9: Waiting [2023-03-13T15:27:54.442Z] 8d7d8e460cc9: Waiting [2023-03-13T15:27:54.442Z] aa5fd5b6ba5a: Layer already exists [2023-03-13T15:27:54.442Z] 1ca7a4bc72b1: Layer already exists [2023-03-13T15:27:54.442Z] 147cde0bccba: Layer already exists [2023-03-13T15:27:54.442Z] 8f1f4ff507b6: Layer already exists [2023-03-13T15:27:54.442Z] 134810582d3a: Layer already exists [2023-03-13T15:27:54.442Z] 8d7d8e460cc9: Layer already exists [2023-03-13T15:27:54.442Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:54.442Z] dd9493e70da6: Layer already exists [2023-03-13T15:27:54.442Z] cc7395d612a8: Layer already exists [2023-03-13T15:27:54.706Z] latest: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:55.041Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:55.375Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.93 [2023-03-13T15:27:55.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-13T15:27:55.375Z] aa5fd5b6ba5a: Preparing [2023-03-13T15:27:55.375Z] 147cde0bccba: Preparing [2023-03-13T15:27:55.375Z] 8f1f4ff507b6: Preparing [2023-03-13T15:27:55.375Z] 1ca7a4bc72b1: Preparing [2023-03-13T15:27:55.375Z] 134810582d3a: Preparing [2023-03-13T15:27:55.375Z] 8d7d8e460cc9: Preparing [2023-03-13T15:27:55.375Z] dd9493e70da6: Preparing [2023-03-13T15:27:55.375Z] cc7395d612a8: Preparing [2023-03-13T15:27:55.375Z] f70ee36035b9: Preparing [2023-03-13T15:27:55.375Z] 8d7d8e460cc9: Waiting [2023-03-13T15:27:55.375Z] dd9493e70da6: Waiting [2023-03-13T15:27:55.375Z] cc7395d612a8: Waiting [2023-03-13T15:27:55.375Z] f70ee36035b9: Waiting [2023-03-13T15:27:55.375Z] aa5fd5b6ba5a: Layer already exists [2023-03-13T15:27:55.375Z] 8f1f4ff507b6: Layer already exists [2023-03-13T15:27:55.375Z] 1ca7a4bc72b1: Layer already exists [2023-03-13T15:27:55.375Z] 134810582d3a: Layer already exists [2023-03-13T15:27:55.375Z] 147cde0bccba: Layer already exists [2023-03-13T15:27:55.375Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:55.375Z] 8d7d8e460cc9: Layer already exists [2023-03-13T15:27:55.375Z] cc7395d612a8: Layer already exists [2023-03-13T15:27:55.375Z] dd9493e70da6: Layer already exists [2023-03-13T15:27:55.640Z] 3.0.0-dev.93: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:55.982Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:56.308Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:56.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-13T15:27:56.308Z] aa5fd5b6ba5a: Preparing [2023-03-13T15:27:56.308Z] 147cde0bccba: Preparing [2023-03-13T15:27:56.308Z] 8f1f4ff507b6: Preparing [2023-03-13T15:27:56.308Z] 1ca7a4bc72b1: Preparing [2023-03-13T15:27:56.308Z] 134810582d3a: Preparing [2023-03-13T15:27:56.308Z] 8d7d8e460cc9: Preparing [2023-03-13T15:27:56.308Z] dd9493e70da6: Preparing [2023-03-13T15:27:56.308Z] cc7395d612a8: Preparing [2023-03-13T15:27:56.308Z] f70ee36035b9: Preparing [2023-03-13T15:27:56.308Z] cc7395d612a8: Waiting [2023-03-13T15:27:56.308Z] 8d7d8e460cc9: Waiting [2023-03-13T15:27:56.308Z] dd9493e70da6: Waiting [2023-03-13T15:27:56.308Z] f70ee36035b9: Waiting [2023-03-13T15:27:56.308Z] 147cde0bccba: Layer already exists [2023-03-13T15:27:56.308Z] 8f1f4ff507b6: Layer already exists [2023-03-13T15:27:56.308Z] 1ca7a4bc72b1: Layer already exists [2023-03-13T15:27:56.308Z] 134810582d3a: Layer already exists [2023-03-13T15:27:56.308Z] aa5fd5b6ba5a: Layer already exists [2023-03-13T15:27:56.308Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:56.308Z] cc7395d612a8: Layer already exists [2023-03-13T15:27:56.308Z] dd9493e70da6: Layer already exists [2023-03-13T15:27:56.308Z] 8d7d8e460cc9: Layer already exists [2023-03-13T15:27:56.308Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:56.903Z] + 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-13T15:27:57.227Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-13T15:27:57.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-13T15:27:57.227Z] aa5fd5b6ba5a: Preparing [2023-03-13T15:27:57.227Z] 147cde0bccba: Preparing [2023-03-13T15:27:57.227Z] 8f1f4ff507b6: Preparing [2023-03-13T15:27:57.227Z] 1ca7a4bc72b1: Preparing [2023-03-13T15:27:57.227Z] 134810582d3a: Preparing [2023-03-13T15:27:57.227Z] 8d7d8e460cc9: Preparing [2023-03-13T15:27:57.227Z] dd9493e70da6: Preparing [2023-03-13T15:27:57.227Z] cc7395d612a8: Preparing [2023-03-13T15:27:57.227Z] f70ee36035b9: Preparing [2023-03-13T15:27:57.227Z] 8d7d8e460cc9: Waiting [2023-03-13T15:27:57.227Z] dd9493e70da6: Waiting [2023-03-13T15:27:57.227Z] cc7395d612a8: Waiting [2023-03-13T15:27:57.227Z] f70ee36035b9: Waiting [2023-03-13T15:27:57.227Z] 147cde0bccba: Layer already exists [2023-03-13T15:27:57.227Z] 8f1f4ff507b6: Layer already exists [2023-03-13T15:27:57.227Z] 1ca7a4bc72b1: Layer already exists [2023-03-13T15:27:57.227Z] 134810582d3a: Layer already exists [2023-03-13T15:27:57.227Z] aa5fd5b6ba5a: Layer already exists [2023-03-13T15:27:57.227Z] 8d7d8e460cc9: Layer already exists [2023-03-13T15:27:57.227Z] cc7395d612a8: Layer already exists [2023-03-13T15:27:57.227Z] dd9493e70da6: Layer already exists [2023-03-13T15:27:57.227Z] f70ee36035b9: Layer already exists [2023-03-13T15:27:57.491Z] main: digest: sha256:b10f928a1145c734e17dda4919786f32a3506e58d094546bcb873cd66e397afb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:27:57.538Z] ===================================================== [Pipeline] echo [2023-03-13T15:27:57.543Z] taggedImages: [2023-03-13T15:27:57.543Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:57.543Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-13T15:27:57.543Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.93 [2023-03-13T15:27:57.543Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:57.543Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-13T15:27:57.557Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-13T15:27:57.557Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:57.557Z] latest [2023-03-13T15:27:57.557Z] 3.0.0-dev.93 [2023-03-13T15:27:57.557Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:27:57.557Z] main [2023-03-13T15:27:57.557Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:57.895Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:27:58.221Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:27:58.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-13T15:27:58.221Z] de44fb1f8bf2: Preparing [2023-03-13T15:27:58.221Z] fd70271171d0: Preparing [2023-03-13T15:27:58.221Z] d4aab430c2fe: Preparing [2023-03-13T15:27:58.221Z] ce0636bf0f8d: Preparing [2023-03-13T15:27:58.221Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:27:58.221Z] d4aab430c2fe: Layer already exists [2023-03-13T15:27:58.221Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:27:58.486Z] de44fb1f8bf2: Pushed [2023-03-13T15:27:59.439Z] ce0636bf0f8d: Pushed [2023-03-13T15:28:02.770Z] fd70271171d0: Pushed [2023-03-13T15:28:03.035Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:03.366Z] + 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-13T15:28:03.695Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-13T15:28:03.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-13T15:28:03.695Z] de44fb1f8bf2: Preparing [2023-03-13T15:28:03.695Z] fd70271171d0: Preparing [2023-03-13T15:28:03.695Z] d4aab430c2fe: Preparing [2023-03-13T15:28:03.695Z] ce0636bf0f8d: Preparing [2023-03-13T15:28:03.695Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:03.695Z] de44fb1f8bf2: Layer already exists [2023-03-13T15:28:03.695Z] fd70271171d0: Layer already exists [2023-03-13T15:28:03.695Z] d4aab430c2fe: Layer already exists [2023-03-13T15:28:03.695Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:03.695Z] ce0636bf0f8d: Layer already exists [2023-03-13T15:28:03.695Z] latest: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:04.036Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:04.365Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.93 [2023-03-13T15:28:04.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-13T15:28:04.365Z] de44fb1f8bf2: Preparing [2023-03-13T15:28:04.365Z] fd70271171d0: Preparing [2023-03-13T15:28:04.365Z] d4aab430c2fe: Preparing [2023-03-13T15:28:04.365Z] ce0636bf0f8d: Preparing [2023-03-13T15:28:04.365Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:04.365Z] fd70271171d0: Layer already exists [2023-03-13T15:28:04.365Z] de44fb1f8bf2: Layer already exists [2023-03-13T15:28:04.365Z] d4aab430c2fe: Layer already exists [2023-03-13T15:28:04.366Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:04.366Z] ce0636bf0f8d: Layer already exists [2023-03-13T15:28:04.366Z] 3.0.0-dev.93: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:04.702Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:05.032Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:05.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-13T15:28:05.033Z] de44fb1f8bf2: Preparing [2023-03-13T15:28:05.033Z] fd70271171d0: Preparing [2023-03-13T15:28:05.033Z] d4aab430c2fe: Preparing [2023-03-13T15:28:05.033Z] ce0636bf0f8d: Preparing [2023-03-13T15:28:05.033Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:05.033Z] fd70271171d0: Layer already exists [2023-03-13T15:28:05.033Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:05.033Z] d4aab430c2fe: Layer already exists [2023-03-13T15:28:05.033Z] de44fb1f8bf2: Layer already exists [2023-03-13T15:28:05.033Z] ce0636bf0f8d: Layer already exists [2023-03-13T15:28:05.033Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:05.371Z] + 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-13T15:28:05.699Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-13T15:28:05.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-13T15:28:05.699Z] de44fb1f8bf2: Preparing [2023-03-13T15:28:05.699Z] fd70271171d0: Preparing [2023-03-13T15:28:05.699Z] d4aab430c2fe: Preparing [2023-03-13T15:28:05.699Z] ce0636bf0f8d: Preparing [2023-03-13T15:28:05.699Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:05.699Z] d4aab430c2fe: Layer already exists [2023-03-13T15:28:05.699Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:05.699Z] de44fb1f8bf2: Layer already exists [2023-03-13T15:28:05.699Z] fd70271171d0: Layer already exists [2023-03-13T15:28:05.699Z] ce0636bf0f8d: Layer already exists [2023-03-13T15:28:05.699Z] main: digest: sha256:5f7c48df09b5f9655a21a2156f9b94ae03453ab3589229001dc47f5bb9fa245d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:28:06.010Z] ===================================================== [Pipeline] echo [2023-03-13T15:28:06.015Z] taggedImages: [2023-03-13T15:28:06.015Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:06.015Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-13T15:28:06.015Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.93 [2023-03-13T15:28:06.015Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:06.015Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-13T15:28:06.032Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-13T15:28:06.032Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:06.032Z] latest [2023-03-13T15:28:06.032Z] 3.0.0-dev.93 [2023-03-13T15:28:06.032Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:06.032Z] main [2023-03-13T15:28:06.032Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:06.356Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:06.691Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:06.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-13T15:28:06.691Z] 8bbf264c6819: Preparing [2023-03-13T15:28:06.691Z] fdea1e11b203: Preparing [2023-03-13T15:28:06.691Z] b5d478f5d876: Preparing [2023-03-13T15:28:06.691Z] ae0e96ca722d: Preparing [2023-03-13T15:28:06.691Z] 1f275cc92b09: Preparing [2023-03-13T15:28:06.691Z] 1aee43c4f565: Preparing [2023-03-13T15:28:06.691Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:06.691Z] 1aee43c4f565: Waiting [2023-03-13T15:28:06.691Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:06.962Z] 8bbf264c6819: Pushed [2023-03-13T15:28:06.962Z] fdea1e11b203: Pushed [2023-03-13T15:28:06.962Z] b5d478f5d876: Pushed [2023-03-13T15:28:06.962Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:08.899Z] 1aee43c4f565: Pushed [2023-03-13T15:28:15.524Z] 1f275cc92b09: Pushed [2023-03-13T15:28:22.155Z] ae0e96ca722d: Pushed [2023-03-13T15:28:22.420Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:22.762Z] + 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-13T15:28:23.090Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-13T15:28:23.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-13T15:28:23.090Z] 8bbf264c6819: Preparing [2023-03-13T15:28:23.090Z] fdea1e11b203: Preparing [2023-03-13T15:28:23.090Z] b5d478f5d876: Preparing [2023-03-13T15:28:23.090Z] ae0e96ca722d: Preparing [2023-03-13T15:28:23.090Z] 1f275cc92b09: Preparing [2023-03-13T15:28:23.090Z] 1aee43c4f565: Preparing [2023-03-13T15:28:23.090Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:23.090Z] 1aee43c4f565: Waiting [2023-03-13T15:28:23.090Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:23.090Z] 8bbf264c6819: Layer already exists [2023-03-13T15:28:23.090Z] b5d478f5d876: Layer already exists [2023-03-13T15:28:23.090Z] fdea1e11b203: Layer already exists [2023-03-13T15:28:23.090Z] ae0e96ca722d: Layer already exists [2023-03-13T15:28:23.090Z] 1f275cc92b09: Layer already exists [2023-03-13T15:28:23.090Z] 1aee43c4f565: Layer already exists [2023-03-13T15:28:23.090Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:23.355Z] latest: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:23.692Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:24.017Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.93 [2023-03-13T15:28:24.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-13T15:28:24.017Z] 8bbf264c6819: Preparing [2023-03-13T15:28:24.017Z] fdea1e11b203: Preparing [2023-03-13T15:28:24.017Z] b5d478f5d876: Preparing [2023-03-13T15:28:24.017Z] ae0e96ca722d: Preparing [2023-03-13T15:28:24.017Z] 1f275cc92b09: Preparing [2023-03-13T15:28:24.017Z] 1aee43c4f565: Preparing [2023-03-13T15:28:24.017Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:24.017Z] 1aee43c4f565: Waiting [2023-03-13T15:28:24.017Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:24.017Z] fdea1e11b203: Layer already exists [2023-03-13T15:28:24.017Z] ae0e96ca722d: Layer already exists [2023-03-13T15:28:24.017Z] 1f275cc92b09: Layer already exists [2023-03-13T15:28:24.017Z] 8bbf264c6819: Layer already exists [2023-03-13T15:28:24.017Z] b5d478f5d876: Layer already exists [2023-03-13T15:28:24.017Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:24.017Z] 1aee43c4f565: Layer already exists [2023-03-13T15:28:24.017Z] 3.0.0-dev.93: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:24.610Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:24.941Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:24.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-13T15:28:24.941Z] 8bbf264c6819: Preparing [2023-03-13T15:28:24.941Z] fdea1e11b203: Preparing [2023-03-13T15:28:24.941Z] b5d478f5d876: Preparing [2023-03-13T15:28:24.941Z] ae0e96ca722d: Preparing [2023-03-13T15:28:24.941Z] 1f275cc92b09: Preparing [2023-03-13T15:28:24.941Z] 1aee43c4f565: Preparing [2023-03-13T15:28:24.941Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:24.941Z] 1aee43c4f565: Waiting [2023-03-13T15:28:24.941Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:24.941Z] ae0e96ca722d: Layer already exists [2023-03-13T15:28:24.941Z] 8bbf264c6819: Layer already exists [2023-03-13T15:28:24.941Z] 1f275cc92b09: Layer already exists [2023-03-13T15:28:24.941Z] fdea1e11b203: Layer already exists [2023-03-13T15:28:24.941Z] b5d478f5d876: Layer already exists [2023-03-13T15:28:24.941Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:24.941Z] 1aee43c4f565: Layer already exists [2023-03-13T15:28:25.207Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:25.536Z] + 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-13T15:28:25.868Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-13T15:28:25.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-13T15:28:25.868Z] 8bbf264c6819: Preparing [2023-03-13T15:28:25.868Z] fdea1e11b203: Preparing [2023-03-13T15:28:25.868Z] b5d478f5d876: Preparing [2023-03-13T15:28:25.868Z] ae0e96ca722d: Preparing [2023-03-13T15:28:25.868Z] 1f275cc92b09: Preparing [2023-03-13T15:28:25.868Z] 1aee43c4f565: Preparing [2023-03-13T15:28:25.868Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:25.868Z] 1aee43c4f565: Waiting [2023-03-13T15:28:25.868Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:25.868Z] b5d478f5d876: Layer already exists [2023-03-13T15:28:25.868Z] 1f275cc92b09: Layer already exists [2023-03-13T15:28:25.868Z] fdea1e11b203: Layer already exists [2023-03-13T15:28:25.868Z] ae0e96ca722d: Layer already exists [2023-03-13T15:28:25.868Z] 8bbf264c6819: Layer already exists [2023-03-13T15:28:25.868Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:25.868Z] 1aee43c4f565: Layer already exists [2023-03-13T15:28:26.134Z] main: digest: sha256:94ebb30d0389cd3b192b6e03c86548065732c531fc147c7308556cf7277b0ccd size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:28:26.187Z] ===================================================== [Pipeline] echo [2023-03-13T15:28:26.195Z] taggedImages: [2023-03-13T15:28:26.195Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:26.195Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-13T15:28:26.195Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.93 [2023-03-13T15:28:26.195Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:26.195Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-13T15:28:26.218Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-13T15:28:26.218Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:26.218Z] latest [2023-03-13T15:28:26.218Z] 3.0.0-dev.93 [2023-03-13T15:28:26.218Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:26.218Z] main [2023-03-13T15:28:26.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:26.571Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:26.908Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:26.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-13T15:28:26.909Z] a7c894e29cec: Preparing [2023-03-13T15:28:26.909Z] 2713edca4cc1: Preparing [2023-03-13T15:28:26.909Z] a854430e91e3: Preparing [2023-03-13T15:28:26.909Z] 9f770623c9d2: Preparing [2023-03-13T15:28:26.909Z] 4c7cf51af709: Preparing [2023-03-13T15:28:26.909Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:26.909Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:27.174Z] a7c894e29cec: Pushed [2023-03-13T15:28:27.174Z] 2713edca4cc1: Pushed [2023-03-13T15:28:27.174Z] a854430e91e3: Pushed [2023-03-13T15:28:27.174Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:27.754Z] 4c7cf51af709: Pushed [2023-03-13T15:28:42.712Z] 9f770623c9d2: Pushed [2023-03-13T15:28:42.712Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:43.041Z] + 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-13T15:28:43.376Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-13T15:28:43.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-13T15:28:43.376Z] a7c894e29cec: Preparing [2023-03-13T15:28:43.376Z] 2713edca4cc1: Preparing [2023-03-13T15:28:43.376Z] a854430e91e3: Preparing [2023-03-13T15:28:43.376Z] 9f770623c9d2: Preparing [2023-03-13T15:28:43.376Z] 4c7cf51af709: Preparing [2023-03-13T15:28:43.376Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:43.376Z] 4c7cf51af709: Layer already exists [2023-03-13T15:28:43.376Z] a854430e91e3: Layer already exists [2023-03-13T15:28:43.376Z] 9f770623c9d2: Layer already exists [2023-03-13T15:28:43.376Z] 2713edca4cc1: Layer already exists [2023-03-13T15:28:43.376Z] a7c894e29cec: Layer already exists [2023-03-13T15:28:43.376Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:43.642Z] latest: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:43.984Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:44.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.93 [2023-03-13T15:28:44.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-13T15:28:44.325Z] a7c894e29cec: Preparing [2023-03-13T15:28:44.325Z] 2713edca4cc1: Preparing [2023-03-13T15:28:44.325Z] a854430e91e3: Preparing [2023-03-13T15:28:44.325Z] 9f770623c9d2: Preparing [2023-03-13T15:28:44.325Z] 4c7cf51af709: Preparing [2023-03-13T15:28:44.325Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:44.325Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:44.325Z] 9f770623c9d2: Layer already exists [2023-03-13T15:28:44.325Z] a7c894e29cec: Layer already exists [2023-03-13T15:28:44.325Z] 2713edca4cc1: Layer already exists [2023-03-13T15:28:44.325Z] 4c7cf51af709: Layer already exists [2023-03-13T15:28:44.325Z] a854430e91e3: Layer already exists [2023-03-13T15:28:44.325Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:44.589Z] 3.0.0-dev.93: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:44.929Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:45.264Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:45.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-13T15:28:45.264Z] a7c894e29cec: Preparing [2023-03-13T15:28:45.264Z] 2713edca4cc1: Preparing [2023-03-13T15:28:45.264Z] a854430e91e3: Preparing [2023-03-13T15:28:45.264Z] 9f770623c9d2: Preparing [2023-03-13T15:28:45.264Z] 4c7cf51af709: Preparing [2023-03-13T15:28:45.264Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:45.264Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:45.264Z] 9f770623c9d2: Layer already exists [2023-03-13T15:28:45.264Z] a854430e91e3: Layer already exists [2023-03-13T15:28:45.264Z] 2713edca4cc1: Layer already exists [2023-03-13T15:28:45.264Z] 4c7cf51af709: Layer already exists [2023-03-13T15:28:45.264Z] a7c894e29cec: Layer already exists [2023-03-13T15:28:45.264Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:45.264Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:45.854Z] + 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-13T15:28:46.191Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-13T15:28:46.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-13T15:28:46.191Z] a7c894e29cec: Preparing [2023-03-13T15:28:46.191Z] 2713edca4cc1: Preparing [2023-03-13T15:28:46.191Z] a854430e91e3: Preparing [2023-03-13T15:28:46.191Z] 9f770623c9d2: Preparing [2023-03-13T15:28:46.191Z] 4c7cf51af709: Preparing [2023-03-13T15:28:46.191Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:46.191Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:46.191Z] 4c7cf51af709: Layer already exists [2023-03-13T15:28:46.191Z] a854430e91e3: Layer already exists [2023-03-13T15:28:46.191Z] a7c894e29cec: Layer already exists [2023-03-13T15:28:46.191Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:46.191Z] 2713edca4cc1: Layer already exists [2023-03-13T15:28:46.191Z] 9f770623c9d2: Layer already exists [2023-03-13T15:28:46.456Z] main: digest: sha256:70bf99dc00bb0fc108128a770abe7c6c85e470e6195499def0a5467f4139215e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:28:46.513Z] ===================================================== [Pipeline] echo [2023-03-13T15:28:46.522Z] taggedImages: [2023-03-13T15:28:46.522Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:46.522Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-13T15:28:46.522Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.93 [2023-03-13T15:28:46.522Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:46.522Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-13T15:28:46.543Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-13T15:28:46.543Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:46.543Z] latest [2023-03-13T15:28:46.543Z] 3.0.0-dev.93 [2023-03-13T15:28:46.543Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:28:46.543Z] main [2023-03-13T15:28:46.543Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:46.896Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:28:47.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:28:47.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-13T15:28:47.232Z] cd7d4c0f24d4: Preparing [2023-03-13T15:28:47.232Z] d7078d77140c: Preparing [2023-03-13T15:28:47.232Z] de721e012d96: Preparing [2023-03-13T15:28:47.232Z] 835f01cd9be7: Preparing [2023-03-13T15:28:47.232Z] 26c81ff9a7b9: Preparing [2023-03-13T15:28:47.232Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:28:47.232Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:28:47.499Z] de721e012d96: Pushed [2023-03-13T15:28:47.499Z] d7078d77140c: Pushed [2023-03-13T15:28:47.499Z] cd7d4c0f24d4: Pushed [2023-03-13T15:28:47.499Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:28:48.078Z] 26c81ff9a7b9: Pushed [2023-03-13T15:29:03.041Z] 835f01cd9be7: Pushed [2023-03-13T15:29:03.041Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:03.376Z] + 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-13T15:29:03.701Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-13T15:29:03.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-13T15:29:03.701Z] cd7d4c0f24d4: Preparing [2023-03-13T15:29:03.701Z] d7078d77140c: Preparing [2023-03-13T15:29:03.701Z] de721e012d96: Preparing [2023-03-13T15:29:03.701Z] 835f01cd9be7: Preparing [2023-03-13T15:29:03.701Z] 26c81ff9a7b9: Preparing [2023-03-13T15:29:03.701Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:29:03.701Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:29:03.701Z] 835f01cd9be7: Layer already exists [2023-03-13T15:29:03.701Z] cd7d4c0f24d4: Layer already exists [2023-03-13T15:29:03.701Z] d7078d77140c: Layer already exists [2023-03-13T15:29:03.701Z] 26c81ff9a7b9: Layer already exists [2023-03-13T15:29:03.701Z] de721e012d96: Layer already exists [2023-03-13T15:29:03.701Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:29:03.966Z] latest: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:04.300Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:04.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.93 [2023-03-13T15:29:04.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-13T15:29:04.638Z] cd7d4c0f24d4: Preparing [2023-03-13T15:29:04.638Z] d7078d77140c: Preparing [2023-03-13T15:29:04.638Z] de721e012d96: Preparing [2023-03-13T15:29:04.638Z] 835f01cd9be7: Preparing [2023-03-13T15:29:04.638Z] 26c81ff9a7b9: Preparing [2023-03-13T15:29:04.638Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:29:04.638Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:29:04.638Z] d7078d77140c: Layer already exists [2023-03-13T15:29:04.638Z] de721e012d96: Layer already exists [2023-03-13T15:29:04.638Z] 835f01cd9be7: Layer already exists [2023-03-13T15:29:04.638Z] cd7d4c0f24d4: Layer already exists [2023-03-13T15:29:04.638Z] 26c81ff9a7b9: Layer already exists [2023-03-13T15:29:04.638Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:29:04.903Z] 3.0.0-dev.93: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:05.246Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:05.572Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:05.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-13T15:29:05.572Z] cd7d4c0f24d4: Preparing [2023-03-13T15:29:05.572Z] d7078d77140c: Preparing [2023-03-13T15:29:05.572Z] de721e012d96: Preparing [2023-03-13T15:29:05.572Z] 835f01cd9be7: Preparing [2023-03-13T15:29:05.572Z] 26c81ff9a7b9: Preparing [2023-03-13T15:29:05.572Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:29:05.572Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:29:05.572Z] d7078d77140c: Layer already exists [2023-03-13T15:29:05.572Z] cd7d4c0f24d4: Layer already exists [2023-03-13T15:29:05.572Z] 26c81ff9a7b9: Layer already exists [2023-03-13T15:29:05.572Z] de721e012d96: Layer already exists [2023-03-13T15:29:05.572Z] 835f01cd9be7: Layer already exists [2023-03-13T15:29:05.572Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:29:05.836Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:06.179Z] + 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-13T15:29:06.506Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-13T15:29:06.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-13T15:29:06.506Z] cd7d4c0f24d4: Preparing [2023-03-13T15:29:06.506Z] d7078d77140c: Preparing [2023-03-13T15:29:06.506Z] de721e012d96: Preparing [2023-03-13T15:29:06.506Z] 835f01cd9be7: Preparing [2023-03-13T15:29:06.506Z] 26c81ff9a7b9: Preparing [2023-03-13T15:29:06.506Z] a8cfdf0cc8ec: Preparing [2023-03-13T15:29:06.506Z] a8cfdf0cc8ec: Waiting [2023-03-13T15:29:06.506Z] 26c81ff9a7b9: Layer already exists [2023-03-13T15:29:06.506Z] de721e012d96: Layer already exists [2023-03-13T15:29:06.506Z] 835f01cd9be7: Layer already exists [2023-03-13T15:29:06.506Z] d7078d77140c: Layer already exists [2023-03-13T15:29:06.506Z] cd7d4c0f24d4: Layer already exists [2023-03-13T15:29:06.506Z] a8cfdf0cc8ec: Layer already exists [2023-03-13T15:29:06.770Z] main: digest: sha256:7c9b769d320416ac36287af78e58d3bf25cd0f875dce89a3585fcacba27d10f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:29:06.834Z] ===================================================== [Pipeline] echo [2023-03-13T15:29:06.842Z] taggedImages: [2023-03-13T15:29:06.842Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:29:06.842Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-13T15:29:06.842Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.93 [2023-03-13T15:29:06.842Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:06.842Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-13T15:29:06.867Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-13T15:29:06.867Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:29:06.867Z] latest [2023-03-13T15:29:06.867Z] 3.0.0-dev.93 [2023-03-13T15:29:06.867Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:06.867Z] main [2023-03-13T15:29:06.867Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:07.207Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:07.547Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:29:07.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-13T15:29:07.548Z] d9e6985fb79a: Preparing [2023-03-13T15:29:07.548Z] ecc81c73ab7a: Preparing [2023-03-13T15:29:07.548Z] d4aab430c2fe: Preparing [2023-03-13T15:29:07.548Z] 5c2c041f95ca: Preparing [2023-03-13T15:29:07.548Z] f70ee36035b9: Preparing [2023-03-13T15:29:07.548Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:07.548Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:07.812Z] d9e6985fb79a: Pushed [2023-03-13T15:29:08.076Z] 5c2c041f95ca: Pushed [2023-03-13T15:29:13.408Z] ecc81c73ab7a: Pushed [2023-03-13T15:29:13.408Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:13.765Z] + 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-13T15:29:14.109Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-13T15:29:14.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-13T15:29:14.109Z] d9e6985fb79a: Preparing [2023-03-13T15:29:14.109Z] ecc81c73ab7a: Preparing [2023-03-13T15:29:14.109Z] d4aab430c2fe: Preparing [2023-03-13T15:29:14.109Z] 5c2c041f95ca: Preparing [2023-03-13T15:29:14.109Z] f70ee36035b9: Preparing [2023-03-13T15:29:14.109Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:14.109Z] 5c2c041f95ca: Layer already exists [2023-03-13T15:29:14.109Z] ecc81c73ab7a: Layer already exists [2023-03-13T15:29:14.109Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:14.109Z] d9e6985fb79a: Layer already exists [2023-03-13T15:29:14.377Z] latest: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:14.721Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:15.061Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.93 [2023-03-13T15:29:15.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-13T15:29:15.061Z] d9e6985fb79a: Preparing [2023-03-13T15:29:15.061Z] ecc81c73ab7a: Preparing [2023-03-13T15:29:15.061Z] d4aab430c2fe: Preparing [2023-03-13T15:29:15.061Z] 5c2c041f95ca: Preparing [2023-03-13T15:29:15.061Z] f70ee36035b9: Preparing [2023-03-13T15:29:15.061Z] ecc81c73ab7a: Layer already exists [2023-03-13T15:29:15.061Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:15.061Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:15.061Z] 5c2c041f95ca: Layer already exists [2023-03-13T15:29:15.061Z] d9e6985fb79a: Layer already exists [2023-03-13T15:29:15.061Z] 3.0.0-dev.93: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:15.419Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:15.750Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:15.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-13T15:29:15.750Z] d9e6985fb79a: Preparing [2023-03-13T15:29:15.750Z] ecc81c73ab7a: Preparing [2023-03-13T15:29:15.750Z] d4aab430c2fe: Preparing [2023-03-13T15:29:15.750Z] 5c2c041f95ca: Preparing [2023-03-13T15:29:15.750Z] f70ee36035b9: Preparing [2023-03-13T15:29:15.750Z] d9e6985fb79a: Layer already exists [2023-03-13T15:29:15.750Z] 5c2c041f95ca: Layer already exists [2023-03-13T15:29:15.750Z] ecc81c73ab7a: Layer already exists [2023-03-13T15:29:15.750Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:15.750Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:15.750Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:16.098Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:16.484Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-13T15:29:16.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-13T15:29:16.484Z] d9e6985fb79a: Preparing [2023-03-13T15:29:16.484Z] ecc81c73ab7a: Preparing [2023-03-13T15:29:16.484Z] d4aab430c2fe: Preparing [2023-03-13T15:29:16.484Z] 5c2c041f95ca: Preparing [2023-03-13T15:29:16.484Z] f70ee36035b9: Preparing [2023-03-13T15:29:16.484Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:16.484Z] 5c2c041f95ca: Layer already exists [2023-03-13T15:29:16.484Z] ecc81c73ab7a: Layer already exists [2023-03-13T15:29:16.484Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:16.484Z] d9e6985fb79a: Layer already exists [2023-03-13T15:29:16.484Z] main: digest: sha256:b26a68748d28aa0b401473a40301c5c1020eed8f6914fcac8db8a22bdfd18212 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:29:16.530Z] ===================================================== [Pipeline] echo [2023-03-13T15:29:16.541Z] taggedImages: [2023-03-13T15:29:16.541Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:29:16.541Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-13T15:29:16.541Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.93 [2023-03-13T15:29:16.541Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:16.541Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-13T15:29:16.564Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-13T15:29:16.564Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:29:16.564Z] latest [2023-03-13T15:29:16.564Z] 3.0.0-dev.93 [2023-03-13T15:29:16.564Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:16.564Z] main [2023-03-13T15:29:16.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:16.905Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:17.250Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:29:17.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-13T15:29:17.250Z] 9c6d3fc7f01f: Preparing [2023-03-13T15:29:17.250Z] a13a876337de: Preparing [2023-03-13T15:29:17.250Z] d4aab430c2fe: Preparing [2023-03-13T15:29:17.250Z] d684c2edc478: Preparing [2023-03-13T15:29:17.250Z] f70ee36035b9: Preparing [2023-03-13T15:29:17.250Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:17.250Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:17.250Z] d684c2edc478: Layer already exists [2023-03-13T15:29:17.523Z] 9c6d3fc7f01f: Pushed [2023-03-13T15:29:22.879Z] a13a876337de: Pushed [2023-03-13T15:29:22.880Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:23.218Z] + 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-13T15:29:23.556Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-13T15:29:23.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-13T15:29:23.557Z] 9c6d3fc7f01f: Preparing [2023-03-13T15:29:23.557Z] a13a876337de: Preparing [2023-03-13T15:29:23.557Z] d4aab430c2fe: Preparing [2023-03-13T15:29:23.557Z] d684c2edc478: Preparing [2023-03-13T15:29:23.557Z] f70ee36035b9: Preparing [2023-03-13T15:29:23.557Z] a13a876337de: Layer already exists [2023-03-13T15:29:23.557Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:23.557Z] 9c6d3fc7f01f: Layer already exists [2023-03-13T15:29:23.557Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:23.557Z] d684c2edc478: Layer already exists [2023-03-13T15:29:23.557Z] latest: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:24.150Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:24.477Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.93 [2023-03-13T15:29:24.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-13T15:29:24.477Z] 9c6d3fc7f01f: Preparing [2023-03-13T15:29:24.477Z] a13a876337de: Preparing [2023-03-13T15:29:24.477Z] d4aab430c2fe: Preparing [2023-03-13T15:29:24.477Z] d684c2edc478: Preparing [2023-03-13T15:29:24.477Z] f70ee36035b9: Preparing [2023-03-13T15:29:24.477Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:24.477Z] d684c2edc478: Layer already exists [2023-03-13T15:29:24.477Z] a13a876337de: Layer already exists [2023-03-13T15:29:24.477Z] 9c6d3fc7f01f: Layer already exists [2023-03-13T15:29:24.477Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:24.477Z] 3.0.0-dev.93: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:25.069Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:25.398Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:25.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-13T15:29:25.398Z] 9c6d3fc7f01f: Preparing [2023-03-13T15:29:25.398Z] a13a876337de: Preparing [2023-03-13T15:29:25.398Z] d4aab430c2fe: Preparing [2023-03-13T15:29:25.398Z] d684c2edc478: Preparing [2023-03-13T15:29:25.398Z] f70ee36035b9: Preparing [2023-03-13T15:29:25.398Z] d684c2edc478: Layer already exists [2023-03-13T15:29:25.398Z] a13a876337de: Layer already exists [2023-03-13T15:29:25.398Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:25.398Z] 9c6d3fc7f01f: Layer already exists [2023-03-13T15:29:25.398Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:25.398Z] ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:25.729Z] + 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-13T15:29:26.061Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-13T15:29:26.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-13T15:29:26.061Z] 9c6d3fc7f01f: Preparing [2023-03-13T15:29:26.061Z] a13a876337de: Preparing [2023-03-13T15:29:26.061Z] d4aab430c2fe: Preparing [2023-03-13T15:29:26.061Z] d684c2edc478: Preparing [2023-03-13T15:29:26.061Z] f70ee36035b9: Preparing [2023-03-13T15:29:26.061Z] f70ee36035b9: Layer already exists [2023-03-13T15:29:26.061Z] 9c6d3fc7f01f: Layer already exists [2023-03-13T15:29:26.061Z] d684c2edc478: Layer already exists [2023-03-13T15:29:26.061Z] d4aab430c2fe: Layer already exists [2023-03-13T15:29:26.061Z] a13a876337de: Layer already exists [2023-03-13T15:29:26.325Z] main: digest: sha256:31525617449f11e961a9124cda21f1f8e0b3fd3ae95e0771529c1c66a49a11e3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T15:29:26.379Z] ===================================================== [Pipeline] echo [2023-03-13T15:29:26.386Z] taggedImages: [2023-03-13T15:29:26.387Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [2023-03-13T15:29:26.387Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-13T15:29:26.387Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.93 [2023-03-13T15:29:26.387Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c-3.0.0-dev.93 [2023-03-13T15:29:26.387Z] - 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-13T15:29:26.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-13T15:29:26.741Z] [2023-03-13T15:29:26.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:29:27.060Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-13T15:29:27.061Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-13T15:29:27.061Z] 8998bd30e6a1: Pulling fs layer [2023-03-13T15:29:27.061Z] 04944245beec: Pulling fs layer [2023-03-13T15:29:27.061Z] 699f458cf7ca: Pulling fs layer [2023-03-13T15:29:27.061Z] 765212b225bb: Pulling fs layer [2023-03-13T15:29:27.061Z] f23df028b6ca: Pulling fs layer [2023-03-13T15:29:27.061Z] d65c8cfc05b1: Pulling fs layer [2023-03-13T15:29:27.061Z] 2437ff75d9bd: Pulling fs layer [2023-03-13T15:29:27.061Z] f23df028b6ca: Waiting [2023-03-13T15:29:27.061Z] d65c8cfc05b1: Waiting [2023-03-13T15:29:27.061Z] 2437ff75d9bd: Waiting [2023-03-13T15:29:27.061Z] 765212b225bb: Waiting [2023-03-13T15:29:27.328Z] 04944245beec: Verifying Checksum [2023-03-13T15:29:27.328Z] 04944245beec: Download complete [2023-03-13T15:29:27.328Z] 765212b225bb: Verifying Checksum [2023-03-13T15:29:27.328Z] 765212b225bb: Download complete [2023-03-13T15:29:27.328Z] f23df028b6ca: Verifying Checksum [2023-03-13T15:29:27.328Z] f23df028b6ca: Download complete [2023-03-13T15:29:27.328Z] d65c8cfc05b1: Verifying Checksum [2023-03-13T15:29:27.328Z] d65c8cfc05b1: Download complete [2023-03-13T15:29:27.328Z] 699f458cf7ca: Verifying Checksum [2023-03-13T15:29:27.328Z] 699f458cf7ca: Download complete [2023-03-13T15:29:27.913Z] 8998bd30e6a1: Verifying Checksum [2023-03-13T15:29:27.913Z] 8998bd30e6a1: Download complete [2023-03-13T15:29:29.854Z] 2437ff75d9bd: Verifying Checksum [2023-03-13T15:29:29.855Z] 2437ff75d9bd: Download complete [2023-03-13T15:29:31.787Z] 8998bd30e6a1: Pull complete [2023-03-13T15:29:32.052Z] 04944245beec: Pull complete [2023-03-13T15:29:33.456Z] 699f458cf7ca: Pull complete [2023-03-13T15:29:33.721Z] 765212b225bb: Pull complete [2023-03-13T15:29:34.300Z] f23df028b6ca: Pull complete [2023-03-13T15:29:34.566Z] d65c8cfc05b1: Pull complete [2023-03-13T15:29:49.538Z] 2437ff75d9bd: Pull complete [2023-03-13T15:29:49.538Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-13T15:29:49.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-13T15:29:49.538Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:29:49.721Z] prd-ubuntu20.04-docker-arm64-4c-16g-9893 does not seem to be running inside a container [2023-03-13T15:29:49.767Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:29:52.320Z] $ docker top dff3c06b54557c30e997326d907fcd7138452a3fb80a1ee8d6eab3b95a5136da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:29:52.949Z] ---> job-cost.sh [2023-03-13T15:29:53.216Z] lf-activate-venv: SKIPPING [2023-03-13T15:29:53.216Z] INFO: No Stack... [2023-03-13T15:29:53.793Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-13T15:29:54.745Z] INFO: Archiving Costs [Pipeline] sh [2023-03-13T15:29:55.372Z] + cat /w/workspace/edgex-go/455/archives/cost.csv [2023-03-13T15:29:55.372Z] + cut -d, -f6 [Pipeline] lock [2023-03-13T15:29:55.412Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] [2023-03-13T15:29:55.418Z] Resource [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] did not exist. Created. [2023-03-13T15:29:55.418Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-13T15:29:56.052Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-13T15:29:56.582Z] Stashed 1 file(s) [Pipeline] } [2023-03-13T15:29:56.588Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-455-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-13T15:29:56.600Z] $ docker stop --time=1 dff3c06b54557c30e997326d907fcd7138452a3fb80a1ee8d6eab3b95a5136da [2023-03-13T15:29:58.127Z] $ docker rm -f --volumes dff3c06b54557c30e997326d907fcd7138452a3fb80a1ee8d6eab3b95a5136da [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-13T15:29:58.617Z] provisioning config files... [2023-03-13T15:29:58.624Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/455@tmp/config6542168321485548940tmp [Pipeline] { [Pipeline] sh [2023-03-13T15:29:58.915Z] + set +x [2023-03-13T15:29:58.915Z] + curl -s https://codecov.io/bash [2023-03-13T15:29:58.915Z] + bash -s -- [2023-03-13T15:29:58.915Z] [2023-03-13T15:29:58.915Z] _____ _ [2023-03-13T15:29:58.915Z] / ____| | | [2023-03-13T15:29:58.915Z] | | ___ __| | ___ ___ _____ __ [2023-03-13T15:29:58.915Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-13T15:29:58.915Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-13T15:29:58.915Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-13T15:29:58.915Z] Bash-1.0.6 [2023-03-13T15:29:58.915Z] [2023-03-13T15:29:58.915Z] [2023-03-13T15:29:58.915Z] ==> git version 2.25.1 found [2023-03-13T15:29:58.915Z] ==> 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-13T15:29:58.915Z] Release-Date: 2020-01-08 [2023-03-13T15:29:58.915Z] 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-13T15:29:58.916Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-13T15:29:58.916Z] ==> Jenkins CI detected. [2023-03-13T15:29:58.916Z] current dir:  /w/workspace/edgex-go/455 [2023-03-13T15:29:58.916Z] project root: . [2023-03-13T15:29:58.916Z] --> token set from env [2023-03-13T15:29:58.916Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-13T15:29:58.916Z] ==> Running gcov in . (disable via -X gcov) [2023-03-13T15:29:58.916Z] ==> Python coveragepy not found [2023-03-13T15:29:58.916Z] ==> Searching for coverage reports in: [2023-03-13T15:29:58.916Z] + . [2023-03-13T15:29:58.916Z] -> Found 1 reports [2023-03-13T15:29:58.916Z] ==> Detecting git/mercurial file structure [2023-03-13T15:29:58.916Z] ==> Reading reports [2023-03-13T15:29:59.175Z] + ./coverage.out bytes=447487 [2023-03-13T15:29:59.175Z] ==> Appending adjustments [2023-03-13T15:29:59.175Z] https://docs.codecov.io/docs/fixing-reports [2023-03-13T15:30:00.110Z] + Found adjustments [2023-03-13T15:30:00.110Z] ==> Gzipping contents [2023-03-13T15:30:00.110Z] 60K /tmp/codecov.OiKD1a.gz [2023-03-13T15:30:00.110Z] ==> Uploading reports [2023-03-13T15:30:00.110Z] url: https://codecov.io [2023-03-13T15:30:00.110Z] query: branch=main&commit=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c&build=455&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F455%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-13T15:30:00.110Z] -> Pinging Codecov [2023-03-13T15:30:00.110Z] 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=ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c&build=455&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F455%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-13T15:30:00.369Z] -> Uploading to [2023-03-13T15:30:00.369Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-13/00271124DB129430A58F1EEE437C3FCB/ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c/769197a8-e1f5-4d2a-ac81-7ca60d27d953.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230313T153000Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=31d40c4c310d8e08883c7325ad15f54d7eaa7a505f818daea2e95c2122161da0 [2023-03-13T15:30:00.369Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T15:30:00.369Z] Dload Upload Total Spent Left Speed [2023-03-13T15:30:00.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58209 0 0 100 58209 0 168k --:--:-- --:--:-- --:--:-- 168k [2023-03-13T15:30:00.628Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ca61b1dfa1b42abdc1eb639bcc7cd1bc9470c87c [Pipeline] } [2023-03-13T15:30:00.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-13T15:30:00.842Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-13T15:30:00.854Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:01.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-13T15:30:01.150Z] [2023-03-13T15:30:01.150Z] 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-13T15:30:01.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-13T15:30:01.453Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-13T15:30:01.453Z] df9b9388f04a: Pulling fs layer [2023-03-13T15:30:01.453Z] 52dc419b0ee2: Pulling fs layer [2023-03-13T15:30:01.453Z] 25bc292e5bac: Pulling fs layer [2023-03-13T15:30:01.453Z] 114826534d7a: Pulling fs layer [2023-03-13T15:30:01.453Z] 4657fd5d0bcf: Pulling fs layer [2023-03-13T15:30:01.453Z] 6ad1cebc031e: Pulling fs layer [2023-03-13T15:30:01.453Z] 8a3aa393b2d8: Pulling fs layer [2023-03-13T15:30:01.453Z] 4657fd5d0bcf: Waiting [2023-03-13T15:30:01.453Z] 6ad1cebc031e: Waiting [2023-03-13T15:30:01.453Z] 8a3aa393b2d8: Waiting [2023-03-13T15:30:01.453Z] 114826534d7a: Waiting [2023-03-13T15:30:01.453Z] 25bc292e5bac: Download complete [2023-03-13T15:30:01.453Z] 52dc419b0ee2: Verifying Checksum [2023-03-13T15:30:01.453Z] 52dc419b0ee2: Download complete [2023-03-13T15:30:01.453Z] 4657fd5d0bcf: Verifying Checksum [2023-03-13T15:30:01.453Z] 4657fd5d0bcf: Download complete [2023-03-13T15:30:01.453Z] df9b9388f04a: Verifying Checksum [2023-03-13T15:30:01.453Z] df9b9388f04a: Download complete [2023-03-13T15:30:01.713Z] df9b9388f04a: Pull complete [2023-03-13T15:30:01.713Z] 6ad1cebc031e: Verifying Checksum [2023-03-13T15:30:01.713Z] 6ad1cebc031e: Download complete [2023-03-13T15:30:01.713Z] 52dc419b0ee2: Pull complete [2023-03-13T15:30:01.973Z] 25bc292e5bac: Pull complete [2023-03-13T15:30:02.231Z] 114826534d7a: Verifying Checksum [2023-03-13T15:30:02.231Z] 114826534d7a: Download complete [2023-03-13T15:30:02.489Z] 8a3aa393b2d8: Verifying Checksum [2023-03-13T15:30:02.489Z] 8a3aa393b2d8: Download complete [2023-03-13T15:30:05.766Z] 114826534d7a: Pull complete [2023-03-13T15:30:05.766Z] 4657fd5d0bcf: Pull complete [2023-03-13T15:30:05.766Z] 6ad1cebc031e: Pull complete [2023-03-13T15:30:08.291Z] 8a3aa393b2d8: Pull complete [2023-03-13T15:30:08.292Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-13T15:30:08.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-13T15:30:08.292Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:30:08.368Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:30:08.397Z] $ 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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:30:11.838Z] $ docker top a4c5169644125830a9b5e6682905321b910a38cc67cce2ceb026f18317cbd157 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-13T15:30:11.900Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-13T15:30:12.179Z] + set -o pipefail [2023-03-13T15:30:12.179Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-13T15:30:18.740Z] [2023-03-13T15:30:18.740Z] Monitoring /w/workspace/edgex-go/455 (github.com/edgexfoundry/edgex-go)... [2023-03-13T15:30:18.740Z] [2023-03-13T15:30:18.740Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ac358975-d338-47b5-9697-01f61fd84f1f [2023-03-13T15:30:18.740Z] [2023-03-13T15:30:18.740Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-13T15:30:18.740Z] [2023-03-13T15:30:18.740Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-13T15:30:18.740Z] [2023-03-13T15:30:18.740Z] [2023-03-13T15:30:18.740Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-13T15:30:18.740Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-13T15:30:18.740Z] More details here: https://snyk.co/ue1NS [2023-03-13T15:30:18.740Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-13T15:30:18.740Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-13T15:30:18.749Z] $ docker stop --time=1 a4c5169644125830a9b5e6682905321b910a38cc67cce2ceb026f18317cbd157 [2023-03-13T15:30:21.250Z] $ docker rm -f --volumes a4c5169644125830a9b5e6682905321b910a38cc67cce2ceb026f18317cbd157 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-13T15:30:21.601Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T15:30:21.622Z] provisioning config files... [2023-03-13T15:30:21.628Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/455@tmp/config10110187642434991413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:30:21.923Z] --> edgex-publish-swagger.sh [2023-03-13T15:30:21.923Z] === Publish openapi/v3 API === [2023-03-13T15:30:21.923Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-13T15:30:21.923Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/455/openapi/v3/core-command.yaml] [2023-03-13T15:30:21.923Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T15:30:21.923Z] Dload Upload Total Spent Left Speed [2023-03-13T15:30:22.490Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 49623 --:--:-- --:--:-- --:--:-- 49539 [2023-03-13T15:30:22.490Z] [2023-03-13T15:30:22.490Z] [2023-03-13T15:30:22.490Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/455/openapi/v3/core-data.yaml] [2023-03-13T15:30:22.490Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T15:30:22.490Z] Dload Upload Total Spent Left Speed [2023-03-13T15:30:23.057Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 134k --:--:-- --:--:-- --:--:-- 134k 100 69110 0 0 100 69110 0 134k --:--:-- --:--:-- --:--:-- 134k [2023-03-13T15:30:23.057Z] [2023-03-13T15:30:23.057Z] [2023-03-13T15:30:23.057Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/455/openapi/v3/core-metadata.yaml] [2023-03-13T15:30:23.057Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T15:30:23.057Z] Dload Upload Total Spent Left Speed [2023-03-13T15:30:23.315Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 284k --:--:-- --:--:-- --:--:-- 284k [2023-03-13T15:30:23.315Z] [2023-03-13T15:30:23.315Z] [2023-03-13T15:30:23.315Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/455/openapi/v3/support-notifications.yaml] [2023-03-13T15:30:23.315Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T15:30:23.315Z] Dload Upload Total Spent Left Speed [2023-03-13T15:30:23.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k [2023-03-13T15:30:23.881Z] [2023-03-13T15:30:23.881Z] [2023-03-13T15:30:23.881Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/455/openapi/v3/support-scheduler.yaml] [2023-03-13T15:30:23.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T15:30:23.881Z] Dload Upload Total Spent Left Speed [2023-03-13T15:30:24.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 80954 --:--:-- --:--:-- --:--:-- 80954 [2023-03-13T15:30:24.447Z] [2023-03-13T15:30:24.447Z] [Pipeline] } [2023-03-13T15:30:24.455Z] 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-13T15:30:24.863Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T15:30:24.863Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:25.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T15:30:25.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:30:25.236Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:30:25.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:30:25.626Z] $ docker top b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d -eo pid,comm [2023-03-13T15:30:25.671Z] 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-13T15:30:25.671Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T15:30:25.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T15:30:25.712Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T15:30:25.815Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T15:30:25.816Z] $ docker exec b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d ssh-agent [2023-03-13T15:30:25.915Z] SSH_AUTH_SOCK=/tmp/ssh-19Vr8mI5B56H/agent.32 [2023-03-13T15:30:25.916Z] SSH_AGENT_PID=38 [2023-03-13T15:30:25.920Z] Running ssh-add (command line suppressed) [2023-03-13T15:30:26.025Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_603205893112941271.key (/w/workspace/edgex-go/455@tmp/private_key_603205893112941271.key) [2023-03-13T15:30:26.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T15:30:26.320Z] + git semver tag [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,474 [run_tag] DEBUG tag force:False [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,474 [check_head_tag] DEBUG check head tag [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,476 [execute] INFO git cat-file --batch-check [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=) [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,480 [execute] INFO git cat-file --batch [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,480 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=) [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,529 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,529 [execute] INFO git tag -a v3.0.0-dev.93 -m v3.0.0-dev.93 [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,530 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.93', '-m', 'v3.0.0-dev.93'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=None) [2023-03-13T15:30:26.578Z] 2023-03-13 15:30:26,532 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:30:26.578Z] 3.0.0-dev.93 [Pipeline] } [2023-03-13T15:30:26.586Z] $ docker exec --env ******** --env ******** b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d ssh-agent -k [2023-03-13T15:30:26.676Z] unset SSH_AUTH_SOCK; [2023-03-13T15:30:26.676Z] unset SSH_AGENT_PID; [2023-03-13T15:30:26.676Z] echo Agent pid 38 killed; [2023-03-13T15:30:26.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T15:30:26.980Z] + git semver [Pipeline] } [2023-03-13T15:30:27.250Z] $ docker stop --time=1 b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d [2023-03-13T15:30:28.513Z] $ docker rm -f --volumes b713f2cd9e851a9e5882ffd752e60e9263dd0b615b2482b6ffd369b89791220d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:28.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-13T15:30:28.903Z] [2023-03-13T15:30:28.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:29.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-13T15:30:29.211Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-13T15:30:29.211Z] ab5ef0e58194: Pulling fs layer [2023-03-13T15:30:29.211Z] 9712f1f96733: Pulling fs layer [2023-03-13T15:30:29.211Z] 63f879dbbcfc: Pulling fs layer [2023-03-13T15:30:29.211Z] 0d9ebad4ef96: Pulling fs layer [2023-03-13T15:30:29.211Z] e9a5061849ea: Pulling fs layer [2023-03-13T15:30:29.211Z] 0d9ebad4ef96: Waiting [2023-03-13T15:30:29.211Z] d747dcd14b5f: Pulling fs layer [2023-03-13T15:30:29.211Z] 2de7ff778b66: Pulling fs layer [2023-03-13T15:30:29.211Z] e9a5061849ea: Waiting [2023-03-13T15:30:29.211Z] 2de7ff778b66: Waiting [2023-03-13T15:30:29.211Z] d747dcd14b5f: Waiting [2023-03-13T15:30:29.211Z] 9712f1f96733: Verifying Checksum [2023-03-13T15:30:29.211Z] 9712f1f96733: Download complete [2023-03-13T15:30:29.793Z] 63f879dbbcfc: Verifying Checksum [2023-03-13T15:30:29.793Z] 63f879dbbcfc: Download complete [2023-03-13T15:30:29.793Z] ab5ef0e58194: Download complete [2023-03-13T15:30:29.793Z] d747dcd14b5f: Verifying Checksum [2023-03-13T15:30:29.793Z] d747dcd14b5f: Download complete [2023-03-13T15:30:30.050Z] 0d9ebad4ef96: Verifying Checksum [2023-03-13T15:30:30.050Z] 0d9ebad4ef96: Download complete [2023-03-13T15:30:30.050Z] e9a5061849ea: Verifying Checksum [2023-03-13T15:30:30.050Z] e9a5061849ea: Download complete [2023-03-13T15:30:30.050Z] 2de7ff778b66: Verifying Checksum [2023-03-13T15:30:30.050Z] 2de7ff778b66: Download complete [2023-03-13T15:30:32.575Z] ab5ef0e58194: Pull complete [2023-03-13T15:30:32.575Z] 9712f1f96733: Pull complete [2023-03-13T15:30:33.140Z] 63f879dbbcfc: Pull complete [2023-03-13T15:30:36.413Z] 0d9ebad4ef96: Pull complete [2023-03-13T15:30:36.413Z] e9a5061849ea: Pull complete [2023-03-13T15:30:36.413Z] d747dcd14b5f: Pull complete [2023-03-13T15:30:37.344Z] 2de7ff778b66: Pull complete [2023-03-13T15:30:37.344Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-13T15:30:37.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-13T15:30:37.344Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:30:37.419Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:30:37.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:30:41.132Z] $ docker top c7987a21aabd3192dcf3fc4eead2c5bb107c2f300f007e5227fbbe8318d21c20 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-13T15:30:41.214Z] provisioning config files... [2023-03-13T15:30:41.219Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/455@tmp/config9228421726096534764tmp [2023-03-13T15:30:41.228Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/455@tmp/config8405959235390923870tmp [2023-03-13T15:30:41.235Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/455@tmp/config10296259052384844324tmp [Pipeline] { [Pipeline] echo [2023-03-13T15:30:41.252Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:30:41.531Z] ---> sigul-configuration.sh [2023-03-13T15:30:41.531Z] gpg: directory `/root/.gnupg' created [2023-03-13T15:30:41.531Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-13T15:30:41.531Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-13T15:30:41.531Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-13T15:30:41.531Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-13T15:30:41.531Z] gpg: CAST5 encrypted data [2023-03-13T15:30:41.531Z] gpg: encrypted with 1 passphrase [2023-03-13T15:30:41.532Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-13T15:30:41.816Z] + mkdir /home/jenkins [2023-03-13T15:30:41.816Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-13T15:30:42.103Z] + 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-13T15:30:42.110Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:30:42.391Z] ---> sigul-install.sh [2023-03-13T15:30:42.391Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-13T15:30:42.677Z] + git tag --list [2023-03-13T15:30:42.677Z] 0.6.0 [2023-03-13T15:30:42.677Z] 0.6.1 [2023-03-13T15:30:42.677Z] 0.7.0 [2023-03-13T15:30:42.677Z] 0.7.1 [2023-03-13T15:30:42.677Z] v1.0.0 [2023-03-13T15:30:42.677Z] v1.0.1 [2023-03-13T15:30:42.677Z] v1.1.0 [2023-03-13T15:30:42.677Z] v1.2.0 [2023-03-13T15:30:42.677Z] v1.2.1 [2023-03-13T15:30:42.677Z] v1.3.0 [2023-03-13T15:30:42.677Z] v1.3.1 [2023-03-13T15:30:42.677Z] v2.0.0 [2023-03-13T15:30:42.677Z] v2.1.0 [2023-03-13T15:30:42.677Z] v2.1.1 [2023-03-13T15:30:42.677Z] v2.1.1-dev.1 [2023-03-13T15:30:42.677Z] v2.1.1-dev.2 [2023-03-13T15:30:42.677Z] v2.1.1-dev.3 [2023-03-13T15:30:42.677Z] v2.1.1-dev.4 [2023-03-13T15:30:42.677Z] v2.1.1-dev.5 [2023-03-13T15:30:42.677Z] v2.1.1-dev.6 [2023-03-13T15:30:42.677Z] v2.1.1-dev.7 [2023-03-13T15:30:42.677Z] v2.1.1-dev.8 [2023-03-13T15:30:42.677Z] v2.1.2-dev.1 [2023-03-13T15:30:42.677Z] v2.2.0 [2023-03-13T15:30:42.677Z] v2.2.1-dev.1 [2023-03-13T15:30:42.677Z] v2.2.1-dev.10 [2023-03-13T15:30:42.677Z] v2.2.1-dev.11 [2023-03-13T15:30:42.677Z] v2.2.1-dev.12 [2023-03-13T15:30:42.677Z] v2.2.1-dev.13 [2023-03-13T15:30:42.677Z] v2.2.1-dev.14 [2023-03-13T15:30:42.677Z] v2.2.1-dev.15 [2023-03-13T15:30:42.677Z] v2.2.1-dev.16 [2023-03-13T15:30:42.677Z] v2.2.1-dev.17 [2023-03-13T15:30:42.677Z] v2.2.1-dev.18 [2023-03-13T15:30:42.677Z] v2.2.1-dev.19 [2023-03-13T15:30:42.677Z] v2.2.1-dev.2 [2023-03-13T15:30:42.677Z] v2.2.1-dev.20 [2023-03-13T15:30:42.677Z] v2.2.1-dev.21 [2023-03-13T15:30:42.677Z] v2.2.1-dev.22 [2023-03-13T15:30:42.677Z] v2.2.1-dev.23 [2023-03-13T15:30:42.677Z] v2.2.1-dev.24 [2023-03-13T15:30:42.677Z] v2.2.1-dev.25 [2023-03-13T15:30:42.677Z] v2.2.1-dev.26 [2023-03-13T15:30:42.677Z] v2.2.1-dev.27 [2023-03-13T15:30:42.677Z] v2.2.1-dev.28 [2023-03-13T15:30:42.677Z] v2.2.1-dev.29 [2023-03-13T15:30:42.677Z] v2.2.1-dev.3 [2023-03-13T15:30:42.677Z] v2.2.1-dev.4 [2023-03-13T15:30:42.677Z] v2.2.1-dev.5 [2023-03-13T15:30:42.677Z] v2.2.1-dev.6 [2023-03-13T15:30:42.677Z] v2.2.1-dev.7 [2023-03-13T15:30:42.677Z] v2.2.1-dev.8 [2023-03-13T15:30:42.677Z] v2.2.1-dev.9 [2023-03-13T15:30:42.677Z] v2.3.0 [2023-03-13T15:30:42.677Z] v2.3.0-dev.100 [2023-03-13T15:30:42.677Z] v2.3.0-dev.101 [2023-03-13T15:30:42.677Z] v2.3.0-dev.102 [2023-03-13T15:30:42.677Z] v2.3.0-dev.103 [2023-03-13T15:30:42.677Z] v2.3.0-dev.104 [2023-03-13T15:30:42.677Z] v2.3.0-dev.105 [2023-03-13T15:30:42.677Z] v2.3.0-dev.106 [2023-03-13T15:30:42.677Z] v2.3.0-dev.29 [2023-03-13T15:30:42.677Z] v2.3.0-dev.30 [2023-03-13T15:30:42.677Z] v2.3.0-dev.31 [2023-03-13T15:30:42.677Z] v2.3.0-dev.32 [2023-03-13T15:30:42.677Z] v2.3.0-dev.33 [2023-03-13T15:30:42.677Z] v2.3.0-dev.34 [2023-03-13T15:30:42.677Z] v2.3.0-dev.35 [2023-03-13T15:30:42.677Z] v2.3.0-dev.36 [2023-03-13T15:30:42.677Z] v2.3.0-dev.37 [2023-03-13T15:30:42.677Z] v2.3.0-dev.38 [2023-03-13T15:30:42.677Z] v2.3.0-dev.39 [2023-03-13T15:30:42.677Z] v2.3.0-dev.40 [2023-03-13T15:30:42.677Z] v2.3.0-dev.41 [2023-03-13T15:30:42.677Z] v2.3.0-dev.42 [2023-03-13T15:30:42.677Z] v2.3.0-dev.43 [2023-03-13T15:30:42.677Z] v2.3.0-dev.44 [2023-03-13T15:30:42.677Z] v2.3.0-dev.45 [2023-03-13T15:30:42.677Z] v2.3.0-dev.46 [2023-03-13T15:30:42.677Z] v2.3.0-dev.47 [2023-03-13T15:30:42.677Z] v2.3.0-dev.48 [2023-03-13T15:30:42.677Z] v2.3.0-dev.49 [2023-03-13T15:30:42.677Z] v2.3.0-dev.50 [2023-03-13T15:30:42.677Z] v2.3.0-dev.51 [2023-03-13T15:30:42.677Z] v2.3.0-dev.52 [2023-03-13T15:30:42.677Z] v2.3.0-dev.53 [2023-03-13T15:30:42.677Z] v2.3.0-dev.54 [2023-03-13T15:30:42.677Z] v2.3.0-dev.55 [2023-03-13T15:30:42.677Z] v2.3.0-dev.56 [2023-03-13T15:30:42.677Z] v2.3.0-dev.57 [2023-03-13T15:30:42.677Z] v2.3.0-dev.58 [2023-03-13T15:30:42.677Z] v2.3.0-dev.59 [2023-03-13T15:30:42.677Z] v2.3.0-dev.60 [2023-03-13T15:30:42.677Z] v2.3.0-dev.61 [2023-03-13T15:30:42.677Z] v2.3.0-dev.62 [2023-03-13T15:30:42.677Z] v2.3.0-dev.63 [2023-03-13T15:30:42.677Z] v2.3.0-dev.64 [2023-03-13T15:30:42.677Z] v2.3.0-dev.65 [2023-03-13T15:30:42.677Z] v2.3.0-dev.66 [2023-03-13T15:30:42.677Z] v2.3.0-dev.67 [2023-03-13T15:30:42.677Z] v2.3.0-dev.68 [2023-03-13T15:30:42.677Z] v2.3.0-dev.69 [2023-03-13T15:30:42.677Z] v2.3.0-dev.70 [2023-03-13T15:30:42.677Z] v2.3.0-dev.71 [2023-03-13T15:30:42.677Z] v2.3.0-dev.72 [2023-03-13T15:30:42.677Z] v2.3.0-dev.73 [2023-03-13T15:30:42.677Z] v2.3.0-dev.74 [2023-03-13T15:30:42.677Z] v2.3.0-dev.75 [2023-03-13T15:30:42.677Z] v2.3.0-dev.76 [2023-03-13T15:30:42.677Z] v2.3.0-dev.77 [2023-03-13T15:30:42.677Z] v2.3.0-dev.78 [2023-03-13T15:30:42.677Z] v2.3.0-dev.79 [2023-03-13T15:30:42.677Z] v2.3.0-dev.80 [2023-03-13T15:30:42.677Z] v2.3.0-dev.81 [2023-03-13T15:30:42.677Z] v2.3.0-dev.82 [2023-03-13T15:30:42.677Z] v2.3.0-dev.83 [2023-03-13T15:30:42.677Z] v2.3.0-dev.84 [2023-03-13T15:30:42.677Z] v2.3.0-dev.85 [2023-03-13T15:30:42.677Z] v2.3.0-dev.86 [2023-03-13T15:30:42.677Z] v2.3.0-dev.87 [2023-03-13T15:30:42.677Z] v2.3.0-dev.88 [2023-03-13T15:30:42.677Z] v2.3.0-dev.89 [2023-03-13T15:30:42.677Z] v2.3.0-dev.90 [2023-03-13T15:30:42.677Z] v2.3.0-dev.91 [2023-03-13T15:30:42.677Z] v2.3.0-dev.92 [2023-03-13T15:30:42.677Z] v2.3.0-dev.93 [2023-03-13T15:30:42.677Z] v2.3.0-dev.94 [2023-03-13T15:30:42.677Z] v2.3.0-dev.95 [2023-03-13T15:30:42.677Z] v2.3.0-dev.96 [2023-03-13T15:30:42.677Z] v2.3.0-dev.97 [2023-03-13T15:30:42.677Z] v2.3.0-dev.98 [2023-03-13T15:30:42.677Z] v2.3.0-dev.99 [2023-03-13T15:30:42.677Z] v2.3.1-dev.1 [2023-03-13T15:30:42.677Z] v2.3.1-dev.2 [2023-03-13T15:30:42.677Z] v2.3.1-dev.3 [2023-03-13T15:30:42.677Z] v2.3.1-dev.4 [2023-03-13T15:30:42.677Z] v2.3.1-dev.5 [2023-03-13T15:30:42.677Z] v3.0.0-dev.1 [2023-03-13T15:30:42.677Z] v3.0.0-dev.10 [2023-03-13T15:30:42.677Z] v3.0.0-dev.11 [2023-03-13T15:30:42.677Z] v3.0.0-dev.12 [2023-03-13T15:30:42.677Z] v3.0.0-dev.13 [2023-03-13T15:30:42.677Z] v3.0.0-dev.14 [2023-03-13T15:30:42.677Z] v3.0.0-dev.15 [2023-03-13T15:30:42.677Z] v3.0.0-dev.16 [2023-03-13T15:30:42.677Z] v3.0.0-dev.17 [2023-03-13T15:30:42.677Z] v3.0.0-dev.18 [2023-03-13T15:30:42.677Z] v3.0.0-dev.19 [2023-03-13T15:30:42.677Z] v3.0.0-dev.2 [2023-03-13T15:30:42.677Z] v3.0.0-dev.20 [2023-03-13T15:30:42.677Z] v3.0.0-dev.21 [2023-03-13T15:30:42.677Z] v3.0.0-dev.22 [2023-03-13T15:30:42.677Z] v3.0.0-dev.23 [2023-03-13T15:30:42.677Z] v3.0.0-dev.24 [2023-03-13T15:30:42.677Z] v3.0.0-dev.25 [2023-03-13T15:30:42.677Z] v3.0.0-dev.26 [2023-03-13T15:30:42.677Z] v3.0.0-dev.27 [2023-03-13T15:30:42.677Z] v3.0.0-dev.28 [2023-03-13T15:30:42.677Z] v3.0.0-dev.29 [2023-03-13T15:30:42.677Z] v3.0.0-dev.3 [2023-03-13T15:30:42.677Z] v3.0.0-dev.30 [2023-03-13T15:30:42.677Z] v3.0.0-dev.31 [2023-03-13T15:30:42.677Z] v3.0.0-dev.32 [2023-03-13T15:30:42.677Z] v3.0.0-dev.33 [2023-03-13T15:30:42.677Z] v3.0.0-dev.34 [2023-03-13T15:30:42.677Z] v3.0.0-dev.35 [2023-03-13T15:30:42.677Z] v3.0.0-dev.36 [2023-03-13T15:30:42.677Z] v3.0.0-dev.37 [2023-03-13T15:30:42.677Z] v3.0.0-dev.38 [2023-03-13T15:30:42.677Z] v3.0.0-dev.39 [2023-03-13T15:30:42.677Z] v3.0.0-dev.4 [2023-03-13T15:30:42.677Z] v3.0.0-dev.40 [2023-03-13T15:30:42.677Z] v3.0.0-dev.41 [2023-03-13T15:30:42.677Z] v3.0.0-dev.42 [2023-03-13T15:30:42.677Z] v3.0.0-dev.43 [2023-03-13T15:30:42.677Z] v3.0.0-dev.44 [2023-03-13T15:30:42.677Z] v3.0.0-dev.45 [2023-03-13T15:30:42.677Z] v3.0.0-dev.46 [2023-03-13T15:30:42.677Z] v3.0.0-dev.47 [2023-03-13T15:30:42.677Z] v3.0.0-dev.48 [2023-03-13T15:30:42.677Z] v3.0.0-dev.49 [2023-03-13T15:30:42.677Z] v3.0.0-dev.5 [2023-03-13T15:30:42.677Z] v3.0.0-dev.50 [2023-03-13T15:30:42.677Z] v3.0.0-dev.51 [2023-03-13T15:30:42.677Z] v3.0.0-dev.52 [2023-03-13T15:30:42.677Z] v3.0.0-dev.53 [2023-03-13T15:30:42.677Z] v3.0.0-dev.54 [2023-03-13T15:30:42.677Z] v3.0.0-dev.55 [2023-03-13T15:30:42.677Z] v3.0.0-dev.56 [2023-03-13T15:30:42.677Z] v3.0.0-dev.57 [2023-03-13T15:30:42.677Z] v3.0.0-dev.58 [2023-03-13T15:30:42.677Z] v3.0.0-dev.59 [2023-03-13T15:30:42.677Z] v3.0.0-dev.6 [2023-03-13T15:30:42.677Z] v3.0.0-dev.60 [2023-03-13T15:30:42.677Z] v3.0.0-dev.61 [2023-03-13T15:30:42.677Z] v3.0.0-dev.62 [2023-03-13T15:30:42.677Z] v3.0.0-dev.63 [2023-03-13T15:30:42.677Z] v3.0.0-dev.64 [2023-03-13T15:30:42.677Z] v3.0.0-dev.65 [2023-03-13T15:30:42.677Z] v3.0.0-dev.66 [2023-03-13T15:30:42.677Z] v3.0.0-dev.67 [2023-03-13T15:30:42.677Z] v3.0.0-dev.68 [2023-03-13T15:30:42.677Z] v3.0.0-dev.69 [2023-03-13T15:30:42.677Z] v3.0.0-dev.7 [2023-03-13T15:30:42.677Z] v3.0.0-dev.70 [2023-03-13T15:30:42.677Z] v3.0.0-dev.71 [2023-03-13T15:30:42.677Z] v3.0.0-dev.72 [2023-03-13T15:30:42.677Z] v3.0.0-dev.73 [2023-03-13T15:30:42.677Z] v3.0.0-dev.74 [2023-03-13T15:30:42.677Z] v3.0.0-dev.75 [2023-03-13T15:30:42.677Z] v3.0.0-dev.76 [2023-03-13T15:30:42.677Z] v3.0.0-dev.77 [2023-03-13T15:30:42.677Z] v3.0.0-dev.78 [2023-03-13T15:30:42.677Z] v3.0.0-dev.79 [2023-03-13T15:30:42.677Z] v3.0.0-dev.8 [2023-03-13T15:30:42.677Z] v3.0.0-dev.80 [2023-03-13T15:30:42.677Z] v3.0.0-dev.81 [2023-03-13T15:30:42.677Z] v3.0.0-dev.82 [2023-03-13T15:30:42.677Z] v3.0.0-dev.83 [2023-03-13T15:30:42.677Z] v3.0.0-dev.84 [2023-03-13T15:30:42.677Z] v3.0.0-dev.85 [2023-03-13T15:30:42.677Z] v3.0.0-dev.86 [2023-03-13T15:30:42.677Z] v3.0.0-dev.87 [2023-03-13T15:30:42.677Z] v3.0.0-dev.88 [2023-03-13T15:30:42.677Z] v3.0.0-dev.89 [2023-03-13T15:30:42.677Z] v3.0.0-dev.9 [2023-03-13T15:30:42.677Z] v3.0.0-dev.90 [2023-03-13T15:30:42.677Z] v3.0.0-dev.91 [2023-03-13T15:30:42.677Z] v3.0.0-dev.92 [2023-03-13T15:30:42.677Z] v3.0.0-dev.93 [Pipeline] sh [2023-03-13T15:30:42.964Z] + lftools sign git-tag v3.0.0-dev.93 [2023-03-13T15:30:43.533Z] Signing Git tag with Sigul... [2023-03-13T15:30:43.533Z] Signing v3.0.0-dev.93 [Pipeline] echo [2023-03-13T15:30:43.803Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:30:44.087Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-13T15:30:44.094Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-13T15:30:44.109Z] $ docker stop --time=1 c7987a21aabd3192dcf3fc4eead2c5bb107c2f300f007e5227fbbe8318d21c20 [2023-03-13T15:30:45.400Z] $ docker rm -f --volumes c7987a21aabd3192dcf3fc4eead2c5bb107c2f300f007e5227fbbe8318d21c20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-13T15:30:45.804Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T15:30:45.804Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:46.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T15:30:46.108Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:30:46.184Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:30:46.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:30:46.553Z] $ docker top 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 -eo pid,comm [2023-03-13T15:30:46.599Z] 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-13T15:30:46.599Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T15:30:46.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T15:30:46.634Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T15:30:46.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T15:30:46.744Z] $ docker exec 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 ssh-agent [2023-03-13T15:30:46.843Z] SSH_AUTH_SOCK=/tmp/ssh-sSWdGhwA8OW3/agent.32 [2023-03-13T15:30:46.843Z] SSH_AGENT_PID=38 [2023-03-13T15:30:46.848Z] Running ssh-add (command line suppressed) [2023-03-13T15:30:46.942Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_4755123524700484216.key (/w/workspace/edgex-go/455@tmp/private_key_4755123524700484216.key) [2023-03-13T15:30:46.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T15:30:47.240Z] + git semver bump pre [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,408 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,408 [bump_version] DEBUG bumping version:3.0.0-dev.93 on axis:pre with prefix:dev [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,408 [bump_version] DEBUG bumped version:3.0.0-dev.94 [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,408 [write_version] DEBUG write version:3.0.0-dev.94 to path:/w/workspace/edgex-go/455/.semver/main with force:True [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,408 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,408 [write_file] DEBUG write to file:/w/workspace/edgex-go/455/.semver/main [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,410 [execute] INFO git cat-file --batch-check [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,410 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=) [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,414 [execute] INFO git cat-file --batch [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,414 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=) [2023-03-13T15:30:47.499Z] 2023-03-13 15:30:47,419 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:30:47.499Z] 3.0.0-dev.94 [Pipeline] } [2023-03-13T15:30:47.506Z] $ docker exec --env ******** --env ******** 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 ssh-agent -k [2023-03-13T15:30:47.608Z] unset SSH_AUTH_SOCK; [2023-03-13T15:30:47.608Z] unset SSH_AGENT_PID; [2023-03-13T15:30:47.608Z] echo Agent pid 38 killed; [2023-03-13T15:30:47.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T15:30:47.924Z] + git semver [Pipeline] } [2023-03-13T15:30:48.195Z] $ docker stop --time=1 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 [2023-03-13T15:30:49.456Z] $ docker rm -f --volumes 1807ba7cf4bea5e13876f102b38f586a7fd34eefaa763b5c43f2f7134dedfac0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T15:30:49.807Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T15:30:49.807Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:50.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T15:30:50.107Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:30:50.181Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:30:50.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:30:50.531Z] $ docker top ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T15:30:50.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T15:30:50.615Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T15:30:50.732Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T15:30:50.733Z] $ docker exec ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 ssh-agent [2023-03-13T15:30:50.858Z] SSH_AUTH_SOCK=/tmp/ssh-yCgM0ZyCFUch/agent.32 [2023-03-13T15:30:50.858Z] SSH_AGENT_PID=39 [2023-03-13T15:30:50.862Z] Running ssh-add (command line suppressed) [2023-03-13T15:30:50.977Z] Identity added: /w/workspace/edgex-go/455@tmp/private_key_6843870416715557023.key (/w/workspace/edgex-go/455@tmp/private_key_6843870416715557023.key) [2023-03-13T15:30:50.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T15:30:51.278Z] + git semver push [2023-03-13T15:30:51.537Z] 2023-03-13 15:30:51,446 [run_push] DEBUG push [2023-03-13T15:30:51.537Z] 2023-03-13 15:30:51,446 [execute] INFO git cat-file --batch-check [2023-03-13T15:30:51.537Z] 2023-03-13 15:30:51,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=) [2023-03-13T15:30:51.537Z] 2023-03-13 15:30:51,449 [execute] INFO git rev-list 6e004a467ba551022a845dfb62499f0385a50698 -- [2023-03-13T15:30:51.537Z] 2023-03-13 15:30:51,450 [execute] DEBUG Popen(['git', 'rev-list', '6e004a467ba551022a845dfb62499f0385a50698', '--'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-13T15:30:51.537Z] 2023-03-13 15:30:51,462 [execute] INFO git fetch -v origin [2023-03-13T15:30:51.537Z] 2023-03-13 15:30:51,463 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-13T15:30:52.106Z] 2023-03-13 15:30:51,931 [run_push] DEBUG no remote changes detected [2023-03-13T15:30:52.106Z] 2023-03-13 15:30:51,931 [execute] INFO git push origin semver [2023-03-13T15:30:52.106Z] 2023-03-13 15:30:51,932 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/455/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-13T15:30:53.042Z] 2023-03-13 15:30:52,871 [run_push] DEBUG push all version tags [2023-03-13T15:30:53.042Z] 2023-03-13 15:30:52,872 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-13T15:30:53.042Z] 2023-03-13 15:30:52,872 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/455, universal_newlines=False, shell=None, istream=None) [2023-03-13T15:30:53.980Z] 2023-03-13 15:30:53,721 [read_version] DEBUG read version from /w/workspace/edgex-go/455/.semver/main [2023-03-13T15:30:53.980Z] 3.0.0-dev.94 [Pipeline] } [2023-03-13T15:30:53.988Z] $ docker exec --env ******** --env ******** ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 ssh-agent -k [2023-03-13T15:30:54.084Z] unset SSH_AUTH_SOCK; [2023-03-13T15:30:54.085Z] unset SSH_AGENT_PID; [2023-03-13T15:30:54.085Z] echo Agent pid 39 killed; [2023-03-13T15:30:54.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T15:30:54.560Z] + git semver [Pipeline] } [2023-03-13T15:30:54.875Z] $ docker stop --time=1 ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 [2023-03-13T15:30:56.148Z] $ docker rm -f --volumes ddac312ca42a3b395ff08729d3c9fe58979a8e7950d402490afbef6032ae5272 [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-13T15:30:56.699Z] + [ -d /w/workspace/edgex-go/455/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:30:56.991Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:30:57.849Z] ---> package-listing.sh [2023-03-13T15:30:57.849Z] ++ facter osfamily [2023-03-13T15:30:57.849Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-13T15:30:58.108Z] + OS_FAMILY=debian [2023-03-13T15:30:58.108Z] + workspace=/w/workspace/edgex-go/455 [2023-03-13T15:30:58.108Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-13T15:30:58.108Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-13T15:30:58.108Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-13T15:30:58.108Z] + PACKAGES=/tmp/packages_start.txt [2023-03-13T15:30:58.108Z] + '[' /w/workspace/edgex-go/455 ']' [2023-03-13T15:30:58.108Z] + PACKAGES=/tmp/packages_end.txt [2023-03-13T15:30:58.108Z] + case "${OS_FAMILY}" in [2023-03-13T15:30:58.108Z] + dpkg -l [2023-03-13T15:30:58.108Z] + grep '^ii' [2023-03-13T15:30:58.108Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-13T15:30:58.108Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-13T15:30:58.108Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-13T15:30:58.108Z] + '[' /w/workspace/edgex-go/455 ']' [2023-03-13T15:30:58.108Z] + mkdir -p /w/workspace/edgex-go/455/archives/ [2023-03-13T15:30:58.108Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/455/archives/ [Pipeline] echo [2023-03-13T15:30:58.119Z] 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/455/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-13T15:30:58.396Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:58.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-13T15:30:58.963Z] [2023-03-13T15:30:58.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T15:30:59.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-13T15:30:59.265Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-13T15:30:59.265Z] 5eb5b503b376: Pulling fs layer [2023-03-13T15:30:59.265Z] 5c69ac0246d0: Pulling fs layer [2023-03-13T15:30:59.265Z] ec43610c2a17: Pulling fs layer [2023-03-13T15:30:59.265Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-13T15:30:59.265Z] 33b1e0a273af: Pulling fs layer [2023-03-13T15:30:59.265Z] 5d3b04190fa2: Pulling fs layer [2023-03-13T15:30:59.265Z] 2f39f015ded8: Pulling fs layer [2023-03-13T15:30:59.265Z] 3a2ae6a8a46f: Waiting [2023-03-13T15:30:59.265Z] 33b1e0a273af: Waiting [2023-03-13T15:30:59.265Z] 5d3b04190fa2: Waiting [2023-03-13T15:30:59.265Z] 2f39f015ded8: Waiting [2023-03-13T15:30:59.265Z] 5c69ac0246d0: Verifying Checksum [2023-03-13T15:30:59.265Z] 5c69ac0246d0: Download complete [2023-03-13T15:30:59.265Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-13T15:30:59.265Z] 3a2ae6a8a46f: Download complete [2023-03-13T15:30:59.526Z] 33b1e0a273af: Verifying Checksum [2023-03-13T15:30:59.526Z] 33b1e0a273af: Download complete [2023-03-13T15:30:59.526Z] 5d3b04190fa2: Verifying Checksum [2023-03-13T15:30:59.526Z] 5d3b04190fa2: Download complete [2023-03-13T15:30:59.526Z] ec43610c2a17: Verifying Checksum [2023-03-13T15:30:59.526Z] ec43610c2a17: Download complete [2023-03-13T15:30:59.526Z] 5eb5b503b376: Verifying Checksum [2023-03-13T15:30:59.526Z] 5eb5b503b376: Download complete [2023-03-13T15:31:00.091Z] 2f39f015ded8: Download complete [2023-03-13T15:31:00.657Z] 5eb5b503b376: Pull complete [2023-03-13T15:31:00.915Z] 5c69ac0246d0: Pull complete [2023-03-13T15:31:01.173Z] ec43610c2a17: Pull complete [2023-03-13T15:31:01.173Z] 3a2ae6a8a46f: Pull complete [2023-03-13T15:31:01.431Z] 33b1e0a273af: Pull complete [2023-03-13T15:31:01.431Z] 5d3b04190fa2: Pull complete [2023-03-13T15:31:05.615Z] 2f39f015ded8: Pull complete [2023-03-13T15:31:05.615Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-13T15:31:05.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-13T15:31:05.615Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T15:31:05.687Z] prd-ubuntu20.04-docker-8c-8g-9892 does not seem to be running inside a container [2023-03-13T15:31:05.714Z] $ 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/455/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/455 -v /w/workspace/edgex-go/455:/w/workspace/edgex-go/455:rw,z -v /w/workspace/edgex-go/455@tmp:/w/workspace/edgex-go/455@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-13T15:31:08.606Z] $ docker top 2f0b47cb668e0743c49731182a7c94906ad5b0541de5584a62daf38767414554 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T15:31:08.944Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-13T15:31:09.228Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-13T15:31:09.513Z] + ls /var/log/sa-host [2023-03-13T15:31:09.513Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T15:31:09.673Z] provisioning config files... [2023-03-13T15:31:09.681Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/455@tmp/config3768237400336753597tmp [Pipeline] { [Pipeline] echo [2023-03-13T15:31:09.699Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:31:09.978Z] ---> create-netrc.sh [Pipeline] } [2023-03-13T15:31:09.986Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:31:10.320Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-13T15:31:10.328Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:31:10.606Z] ---> sudo-logs.sh [2023-03-13T15:31:10.606Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-13T15:31:10.626Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:31:10.910Z] ---> job-cost.sh [2023-03-13T15:31:10.910Z] lf-activate-venv: SKIPPING [2023-03-13T15:31:10.910Z] DEBUG: total: 0.10999999940395355 [2023-03-13T15:31:10.910Z] INFO: Retrieving Stack Cost... [2023-03-13T15:31:11.169Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-13T15:31:11.736Z] INFO: Archiving Costs [Pipeline] echo [2023-03-13T15:31:11.751Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T15:31:12.032Z] ---> logs-deploy.sh [2023-03-13T15:31:12.032Z] lf-activate-venv: SKIPPING [2023-03-13T15:31:12.032Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/455 [2023-03-13T15:31:12.032Z] INFO: archiving workspace using pattern(s): [2023-03-13T15:31:12.967Z] Archives upload complete. [2023-03-13T15:31:12.967Z] INFO: archiving logs to Nexus