Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9f3a76adac1c477dc265c7be151b0f0ecbddfefb 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-ssh3131247258504696505.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh14666977931832542987.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh1841443839220159691.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh4778387531944021906.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-ssh4781093212863402073.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-13268 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/512 [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/512 # 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 9f3a76adac1c477dc265c7be151b0f0ecbddfefb (main) Commit message: "Merge pull request #4549 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.80" > 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 9f3a76adac1c477dc265c7be151b0f0ecbddfefb # timeout=10 > git rev-list --no-walk 2c041b4147831fcebf0fc978f6893564dd995fd2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-04T07:39:05.078Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-04T07:39:05.132Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-04T07:39:05.148Z] ========================================================= [2023-05-04T07:39:05.148Z] EdgeX Global Pipelines Version Info [2023-05-04T07:39:05.148Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-04T07:39:05.851Z] ------------------- [2023-05-04T07:39:05.851Z] stable info: [2023-05-04T07:39:05.851Z] ------------------- [2023-05-04T07:39:05.851Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-04T07:39:05.851Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-04T07:39:05.851Z] Message: update stable to v1.0.248 [2023-05-04T07:39:06.423Z] ------------------- [2023-05-04T07:39:06.423Z] experimental info: [2023-05-04T07:39:06.423Z] ------------------- [2023-05-04T07:39:06.423Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-04T07:39:06.423Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-04T07:39:06.423Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-04T07:39:06.588Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-05-04T07:39:06.601Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-05-04T07:39:06.617Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-04T07:39:06.630Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-04T07:39:06.640Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-04T07:39:06.654Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-04T07:39:06.663Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-04T07:39:06.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-05-04T07:39:06.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-05-04T07:39:06.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-05-04T07:39:06.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-04T07:39:06.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-04T07:39:06.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-04T07:39:06.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-04T07:39:06.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-04T07:39:06.777Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-04T07:39:06.790Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-04T07:39:06.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-04T07:39:06.812Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-04T07:39:06.823Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-05-04T07:39:06.834Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-04T07:39:06.844Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-04T07:39:06.860Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-04T07:39:06.874Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-04T07:39:06.883Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-04T07:39:06.892Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-04T07:39:06.902Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] echo [2023-05-04T07:39:06.915Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f3a76a [Pipeline] echo [2023-05-04T07:39:06.925Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T07:39:06.967Z] provisioning config files... [2023-05-04T07:39:06.995Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config16310144718199284948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T07:39:07.325Z] ---> docker-login.sh [2023-05-04T07:39:07.325Z] nexus3.edgexfoundry.org:10001 [2023-05-04T07:39:07.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:39:07.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:39:07.846Z] Configure a credential helper to remove this warning. See [2023-05-04T07:39:07.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:39:07.846Z] [2023-05-04T07:39:07.846Z] Login Succeeded [2023-05-04T07:39:07.846Z] nexus3.edgexfoundry.org:10002 [2023-05-04T07:39:07.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:39:07.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:39:07.846Z] Configure a credential helper to remove this warning. See [2023-05-04T07:39:07.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:39:07.846Z] [2023-05-04T07:39:07.846Z] Login Succeeded [2023-05-04T07:39:07.846Z] nexus3.edgexfoundry.org:10003 [2023-05-04T07:39:07.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:39:08.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:39:08.106Z] Configure a credential helper to remove this warning. See [2023-05-04T07:39:08.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:39:08.106Z] [2023-05-04T07:39:08.106Z] Login Succeeded [2023-05-04T07:39:08.106Z] nexus3.edgexfoundry.org:10004 [2023-05-04T07:39:08.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:39:08.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:39:08.106Z] Configure a credential helper to remove this warning. See [2023-05-04T07:39:08.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:39:08.106Z] [2023-05-04T07:39:08.106Z] Login Succeeded [2023-05-04T07:39:08.106Z] docker.io [2023-05-04T07:39:08.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:39:08.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:39:08.365Z] Configure a credential helper to remove this warning. See [2023-05-04T07:39:08.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:39:08.365Z] [2023-05-04T07:39:08.365Z] Login Succeeded [2023-05-04T07:39:08.365Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T07:39:08.374Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-04T07:39:08.684Z] + 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-05-04T07:39:08.684Z] + dirname cmd/core-command/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo core-command,cmd/core-command/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-05-04T07:39:08.684Z] + cut+ -d/ -f2 [2023-05-04T07:39:08.684Z] dirname cmd/core-data/Dockerfile [2023-05-04T07:39:08.684Z] + echo core-data,cmd/core-data/Dockerfile [2023-05-04T07:39:08.684Z] + + dirname cmd/core-metadata/Dockerfile [2023-05-04T07:39:08.684Z] cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-spire-agent/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-spire-config/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/security-spire-server/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/support-notifications/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-05-04T07:39:08.684Z] + dirname cmd/support-scheduler/Dockerfile [2023-05-04T07:39:08.684Z] + cut -d/ -f2 [2023-05-04T07:39:08.684Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-05-04T07:39:08.906Z] 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-05-04T07:39:09.268Z] + git rev-list -1 --merges 9f3a76adac1c477dc265c7be151b0f0ecbddfefb~1..9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] echo [2023-05-04T07:39:09.279Z] -----------> git rev-list -1 --merges 9f3a76adac1c477dc265c7be151b0f0ecbddfefb~1..9f3a76adac1c477dc265c7be151b0f0ecbddfefb 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:39:09.279Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [false] [Pipeline] sh [2023-05-04T07:39:09.568Z] + git log --format=format:%s -1 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] echo [2023-05-04T07:39:09.583Z] ========================================================= [2023-05-04T07:39:09.583Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-04T07:39:09.583Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-05-04T07:39:10.032Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-04T07:39:10.032Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-04T07:39:10.033Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-04T07:39:10.033Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-04T07:39:10.033Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-04T07:39:10.033Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-04T07:39:10.033Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:39:10.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T07:39:10.467Z] [2023-05-04T07:39:10.467Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:39:10.876Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T07:39:10.876Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-04T07:39:10.876Z] b85a868b505f: Pulling fs layer [2023-05-04T07:39:10.876Z] e2be974225ed: Pulling fs layer [2023-05-04T07:39:10.876Z] 339a4e72a1f5: Pulling fs layer [2023-05-04T07:39:10.876Z] 988bab9f4d93: Pulling fs layer [2023-05-04T07:39:10.876Z] 1469e6f7b9e6: Pulling fs layer [2023-05-04T07:39:10.876Z] eaf3925da568: Pulling fs layer [2023-05-04T07:39:10.876Z] bab4dde63d76: Pulling fs layer [2023-05-04T07:39:10.876Z] bde34c3a00c8: Pulling fs layer [2023-05-04T07:39:10.876Z] b352a97aabf1: Pulling fs layer [2023-05-04T07:39:10.876Z] 4872d77fe225: Pulling fs layer [2023-05-04T07:39:10.876Z] 5851b861e8e6: Pulling fs layer [2023-05-04T07:39:10.876Z] bde34c3a00c8: Waiting [2023-05-04T07:39:10.876Z] b352a97aabf1: Waiting [2023-05-04T07:39:10.876Z] 1469e6f7b9e6: Waiting [2023-05-04T07:39:10.876Z] eaf3925da568: Waiting [2023-05-04T07:39:10.876Z] 5851b861e8e6: Waiting [2023-05-04T07:39:10.876Z] 988bab9f4d93: Waiting [2023-05-04T07:39:10.876Z] 4872d77fe225: Waiting [2023-05-04T07:39:10.876Z] e2be974225ed: Download complete [2023-05-04T07:39:10.876Z] 988bab9f4d93: Verifying Checksum [2023-05-04T07:39:10.876Z] 988bab9f4d93: Download complete [2023-05-04T07:39:10.876Z] 1469e6f7b9e6: Verifying Checksum [2023-05-04T07:39:10.876Z] 1469e6f7b9e6: Download complete [2023-05-04T07:39:11.142Z] eaf3925da568: Download complete [2023-05-04T07:39:11.142Z] 339a4e72a1f5: Verifying Checksum [2023-05-04T07:39:11.142Z] 339a4e72a1f5: Download complete [2023-05-04T07:39:11.142Z] bde34c3a00c8: Download complete [2023-05-04T07:39:11.142Z] b352a97aabf1: Download complete [2023-05-04T07:39:11.142Z] 4872d77fe225: Verifying Checksum [2023-05-04T07:39:11.142Z] 4872d77fe225: Download complete [2023-05-04T07:39:11.142Z] 5851b861e8e6: Download complete [2023-05-04T07:39:11.142Z] b85a868b505f: Verifying Checksum [2023-05-04T07:39:11.142Z] b85a868b505f: Download complete [2023-05-04T07:39:11.414Z] bab4dde63d76: Download complete [2023-05-04T07:39:12.352Z] b85a868b505f: Pull complete [2023-05-04T07:39:12.352Z] e2be974225ed: Pull complete [2023-05-04T07:39:12.920Z] 339a4e72a1f5: Pull complete [2023-05-04T07:39:12.920Z] 988bab9f4d93: Pull complete [2023-05-04T07:39:13.179Z] 1469e6f7b9e6: Pull complete [2023-05-04T07:39:13.179Z] eaf3925da568: Pull complete [2023-05-04T07:39:15.087Z] bab4dde63d76: Pull complete [2023-05-04T07:39:15.087Z] bde34c3a00c8: Pull complete [2023-05-04T07:39:15.656Z] b352a97aabf1: Pull complete [2023-05-04T07:39:16.224Z] 4872d77fe225: Pull complete [2023-05-04T07:39:16.483Z] 5851b861e8e6: Pull complete [2023-05-04T07:39:16.742Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-04T07:39:17.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T07:39:17.001Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:39:17.160Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T07:39:17.203Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:39:22.923Z] $ docker top 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc -eo pid,comm [2023-05-04T07:39:23.013Z] 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-05-04T07:39:23.013Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-04T07:39:23.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T07:39:23.048Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T07:39:23.180Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T07:39:23.178Z] $ docker exec 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent [2023-05-04T07:39:23.413Z] SSH_AUTH_SOCK=/tmp/ssh-AmUuqcVlUNTv/agent.13 [2023-05-04T07:39:23.413Z] SSH_AGENT_PID=19 [2023-05-04T07:39:23.421Z] Running ssh-add (command line suppressed) [2023-05-04T07:39:23.516Z] Identity added: /w/workspace/edgex-go/512@tmp/private_key_8197941929955078606.key (/w/workspace/edgex-go/512@tmp/private_key_8197941929955078606.key) [2023-05-04T07:39:23.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T07:39:23.820Z] + git tag --points-at HEAD [Pipeline] } [2023-05-04T07:39:23.836Z] $ docker exec --env ******** --env ******** 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent -k [2023-05-04T07:39:23.926Z] unset SSH_AUTH_SOCK; [2023-05-04T07:39:23.926Z] unset SSH_AGENT_PID; [2023-05-04T07:39:23.926Z] echo Agent pid 19 killed; [2023-05-04T07:39:23.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-04T07:39:23.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T07:39:23.994Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T07:39:24.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T07:39:24.098Z] $ docker exec 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent [2023-05-04T07:39:24.211Z] SSH_AUTH_SOCK=/tmp/ssh-fFPOipDNGFmX/agent.70 [2023-05-04T07:39:24.211Z] SSH_AGENT_PID=76 [2023-05-04T07:39:24.217Z] Running ssh-add (command line suppressed) [2023-05-04T07:39:24.313Z] Identity added: /w/workspace/edgex-go/512@tmp/private_key_15991150253640279810.key (/w/workspace/edgex-go/512@tmp/private_key_15991150253640279810.key) [2023-05-04T07:39:24.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T07:39:24.617Z] + git semver init [2023-05-04T07:39:24.876Z] 2023-05-04 07:39:24,811 [run_init] DEBUG init version:0.0.0 force:False [2023-05-04T07:39:24.876Z] 2023-05-04 07:39:24,811 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/512/.semver [2023-05-04T07:39:24.876Z] 2023-05-04 07:39:24,812 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/512/.semver [2023-05-04T07:39:24.876Z] 2023-05-04 07:39:24,812 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/512/.semver'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=None) [2023-05-04T07:39:31.503Z] 2023-05-04 07:39:30,181 [append_file] DEBUG append to file:/w/workspace/edgex-go/512/.git/info/exclude [2023-05-04T07:39:31.503Z] 2023-05-04 07:39:30,182 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/512/.semver/main with force:False [2023-05-04T07:39:31.503Z] 2023-05-04 07:39:30,182 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T07:39:31.503Z] 2023-05-04 07:39:30,182 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T07:39:31.503Z] 3.0.0-dev.147 [Pipeline] } [2023-05-04T07:39:31.512Z] $ docker exec --env ******** --env ******** 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc ssh-agent -k [2023-05-04T07:39:31.618Z] unset SSH_AUTH_SOCK; [2023-05-04T07:39:31.619Z] unset SSH_AGENT_PID; [2023-05-04T07:39:31.619Z] echo Agent pid 76 killed; [2023-05-04T07:39:31.628Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-04T07:39:31.935Z] + git semver [Pipeline] } [2023-05-04T07:39:32.525Z] $ docker stop --time=1 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc [2023-05-04T07:39:34.025Z] $ docker rm -f --volumes 2620fe8cf6a011b7e8676354ecf9bfc4c62f060578c4306b6ed7a7b5871668dc [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T07:39:34.410Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-04T07:39:34.598Z] Stashed 1 file(s) [Pipeline] echo [2023-05-04T07:39:34.601Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.147 [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-05-04T07:39:34.978Z] + git config --global --add safe.directory /w/workspace/edgex-go/512 [Pipeline] echo [2023-05-04T07:39:34.988Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T07:39:34.998Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T07:39:35.004Z] ========================================================= [2023-05-04T07:39:35.004Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-04T07:39:35.004Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-04T07:39:35.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-04T07:39:35.283Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-04T07:39:35.283Z] f56be85fc22e: Pulling fs layer [2023-05-04T07:39:35.283Z] 85791d961cd3: Pulling fs layer [2023-05-04T07:39:35.283Z] d694b5ae8c79: Pulling fs layer [2023-05-04T07:39:35.283Z] 9f32a84ed3da: Pulling fs layer [2023-05-04T07:39:35.283Z] 4d19c01a9841: Pulling fs layer [2023-05-04T07:39:35.283Z] 9325e15d5711: Pulling fs layer [2023-05-04T07:39:35.283Z] 556b6ee489ea: Pulling fs layer [2023-05-04T07:39:35.283Z] c5a4b2cf53e6: Pulling fs layer [2023-05-04T07:39:35.283Z] 9f32a84ed3da: Waiting [2023-05-04T07:39:35.283Z] 4d19c01a9841: Waiting [2023-05-04T07:39:35.283Z] c5a4b2cf53e6: Waiting [2023-05-04T07:39:35.283Z] 9325e15d5711: Waiting [2023-05-04T07:39:35.283Z] 556b6ee489ea: Waiting [2023-05-04T07:39:35.283Z] 85791d961cd3: Verifying Checksum [2023-05-04T07:39:35.283Z] 85791d961cd3: Download complete [2023-05-04T07:39:35.283Z] 9f32a84ed3da: Verifying Checksum [2023-05-04T07:39:35.283Z] 9f32a84ed3da: Download complete [2023-05-04T07:39:35.283Z] 4d19c01a9841: Verifying Checksum [2023-05-04T07:39:35.283Z] 4d19c01a9841: Download complete [2023-05-04T07:39:35.283Z] f56be85fc22e: Verifying Checksum [2023-05-04T07:39:35.283Z] f56be85fc22e: Download complete [2023-05-04T07:39:35.543Z] 9325e15d5711: Verifying Checksum [2023-05-04T07:39:35.543Z] 9325e15d5711: Download complete [2023-05-04T07:39:35.543Z] f56be85fc22e: Pull complete [2023-05-04T07:39:35.803Z] 85791d961cd3: Pull complete [2023-05-04T07:39:36.064Z] c5a4b2cf53e6: Verifying Checksum [2023-05-04T07:39:36.064Z] c5a4b2cf53e6: Download complete [2023-05-04T07:39:36.064Z] d694b5ae8c79: Verifying Checksum [2023-05-04T07:39:36.064Z] d694b5ae8c79: Download complete [2023-05-04T07:39:36.322Z] 556b6ee489ea: Download complete [2023-05-04T07:39:39.612Z] d694b5ae8c79: Pull complete [2023-05-04T07:39:39.612Z] 9f32a84ed3da: Pull complete [2023-05-04T07:39:39.612Z] 4d19c01a9841: Pull complete [2023-05-04T07:39:39.612Z] 9325e15d5711: Pull complete [2023-05-04T07:39:41.515Z] 556b6ee489ea: Pull complete [2023-05-04T07:39:42.450Z] c5a4b2cf53e6: Pull complete [2023-05-04T07:39:42.450Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-04T07:39:42.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-04T07:39:42.450Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-04T07:39:42.742Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-04T07:39:42.742Z] WORKDIR /edgex [2023-05-04T07:39:42.742Z] COPY go.mod . [2023-05-04T07:39:42.742Z] RUN go mod download [2023-05-04T07:39:42.742Z] docker build -t ci-base-image-x86_64 -f - . [2023-05-04T07:39:43.308Z] Sending build context to Docker daemon 170.7MB [2023-05-04T07:39:43.308Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-04T07:39:43.308Z] ---> c4be618373d6 [2023-05-04T07:39:43.308Z] Step 2/4 : WORKDIR /edgex [2023-05-04T07:39:49.667Z] Still waiting to schedule task [2023-05-04T07:39:49.667Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-04T07:39:53.290Z] ---> Running in 55232debdf52 [2023-05-04T07:39:53.290Z] Removing intermediate container 55232debdf52 [2023-05-04T07:39:53.290Z] ---> 127445e4a47c [2023-05-04T07:39:53.290Z] Step 3/4 : COPY go.mod . [2023-05-04T07:39:53.290Z] ---> c313b396b4f2 [2023-05-04T07:39:53.290Z] Step 4/4 : RUN go mod download [2023-05-04T07:39:53.290Z] ---> Running in 443b30b66baa [2023-05-04T07:40:11.493Z] Removing intermediate container 443b30b66baa [2023-05-04T07:40:11.493Z] ---> 24150b459f71 [2023-05-04T07:40:11.493Z] Successfully built 24150b459f71 [2023-05-04T07:40:11.493Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:40:11.801Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-04T07:40:11.801Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:40:11.946Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T07:40:11.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:40:12.454Z] $ docker top 8c3fcbd3005f11a7f9be2289ef3b752aa9c2f6083dc43c648216450b4e38305d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T07:40:12.807Z] + go version [2023-05-04T07:40:12.807Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-04T07:40:12.824Z] $ docker stop --time=1 8c3fcbd3005f11a7f9be2289ef3b752aa9c2f6083dc43c648216450b4e38305d [2023-05-04T07:40:14.516Z] $ docker rm -f --volumes 8c3fcbd3005f11a7f9be2289ef3b752aa9c2f6083dc43c648216450b4e38305d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:40:14.905Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-04T07:40:14.905Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:40:14.977Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T07:40:15.013Z] $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:40:15.437Z] $ docker top d8acffdffc4faa0d678c6cd30e0a1f5a9fbd5da94733f2830a5f37a43e4972b4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-04T07:40:15.494Z] ========================================================= [2023-05-04T07:40:15.494Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-05-04T07:40:15.494Z] ========================================================= [Pipeline] sh [2023-05-04T07:40:15.770Z] + git config --global --add safe.directory /w/workspace/edgex-go/512 [Pipeline] fileExists [Pipeline] sh [2023-05-04T07:40:16.062Z] + make test [2023-05-04T07:40:16.062Z] go test -race -coverprofile=coverage.out ./... [2023-05-04T07:40:22.623Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-05-04T07:40:37.498Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-05-04T07:40:37.498Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-05-04T07:40:37.498Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-05-04T07:40:37.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-05-04T07:40:38.692Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-05-04T07:40:39.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-05-04T07:40:39.515Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-05-04T07:40:39.774Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-05-04T07:40:39.774Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-05-04T07:40:40.033Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-05-04T07:40:40.602Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-05-04T07:40:41.170Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-05-04T07:40:41.170Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-05-04T07:40:41.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-05-04T07:40:42.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-05-04T07:40:42.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-05-04T07:40:42.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.086s coverage: 28.7% of statements [2023-05-04T07:40:43.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.076s coverage: 98.5% of statements [2023-05-04T07:40:44.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-05-04T07:40:44.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-05-04T07:40:44.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-05-04T07:40:45.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-05-04T07:40:45.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-05-04T07:40:46.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-05-04T07:40:46.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-05-04T07:40:46.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-05-04T07:40:46.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-05-04T07:40:46.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-05-04T07:40:47.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.082s coverage: 71.5% of statements [2023-05-04T07:40:47.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 54.0% of statements [2023-05-04T07:40:47.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-05-04T07:40:47.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-05-04T07:40:48.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.224s coverage: 88.5% of statements [2023-05-04T07:40:48.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.8% of statements [2023-05-04T07:40:50.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-05-04T07:40:50.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-05-04T07:40:50.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-05-04T07:40:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.363s coverage: 95.6% of statements [2023-05-04T07:40:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-05-04T07:40:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-05-04T07:40:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-05-04T07:40:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-05-04T07:40:50.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-05-04T07:40:50.458Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.045s coverage: 72.2% of statements [2023-05-04T07:40:51.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-05-04T07:40:51.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-05-04T07:40:51.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-05-04T07:40:51.829Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 65.9% of statements [2023-05-04T07:40:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-05-04T07:40:52.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-05-04T07:40:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.064s coverage: 0.9% of statements [2023-05-04T07:40:52.087Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 29.0% of statements [2023-05-04T07:40:52.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 42.9% of statements [2023-05-04T07:40:52.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 82.9% of statements [2023-05-04T07:40:52.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2023-05-04T07:40:52.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2023-05-04T07:40:52.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2023-05-04T07:40:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-05-04T07:40:53.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-05-04T07:40:53.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-05-04T07:40:53.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-05-04T07:40:53.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-05-04T07:40:53.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-05-04T07:40:53.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-05-04T07:40:53.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-05-04T07:40:54.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-05-04T07:40:54.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-05-04T07:40:54.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-05-04T07:40:54.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-05-04T07:40:54.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-05-04T07:40:54.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-05-04T07:40:54.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-05-04T07:40:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-05-04T07:40:56.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-05-04T07:40:57.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-05-04T07:40:57.608Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-05-04T07:40:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-05-04T07:40:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-05-04T07:40:58.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-05-04T07:41:00.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-05-04T07:41:00.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-05-04T07:41:00.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-05-04T07:41:01.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-05-04T07:41:01.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-05-04T07:41:01.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-05-04T07:41:01.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-05-04T07:41:02.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-05-04T07:41:02.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-05-04T07:41:02.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-05-04T07:41:02.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-05-04T07:41:04.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-05-04T07:41:04.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-05-04T07:41:04.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-05-04T07:41:04.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-05-04T07:41:04.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-05-04T07:41:04.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-05-04T07:41:04.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2023-05-04T07:41:05.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-05-04T07:41:05.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-05-04T07:41:16.403Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-13269 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-05-04T07:41:16.416Z] Running in /w/workspace/edgex-go/512 [Pipeline] { [Pipeline] checkout [2023-05-04T07:41:16.461Z] The recommended git tool is: git [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.233s coverage: 79.9% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.063s coverage: 92.9% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.028s coverage: 64.4% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.048s coverage: 20.0% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 81.8% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.113s coverage: 82.1% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 86.0% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.1% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 38.4% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.108s coverage: 92.3% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 61.5% of statements [2023-05-04T07:41:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.078s coverage: 97.7% of statements [2023-05-04T07:41:18.104Z] 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-05-04T07:41:18.104Z] running golangci-lint [2023-05-04T07:41:18.104Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-05-04T07:41:18.104Z] go version go1.20.2 linux/amd64 [2023-05-04T07:41:18.104Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-05-04T07:41:18.104Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-05-04T07:41:22.032Z] using credential edgex-jenkins-ssh [2023-05-04T07:41:22.053Z] Cloning the remote Git repository [2023-05-04T07:41:22.090Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-05-04T07:41:22.189Z] > git init /w/workspace/edgex-go/512 # timeout=10 [2023-05-04T07:41:22.335Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-05-04T07:41:22.336Z] > git --version # timeout=10 [2023-05-04T07:41:22.358Z] > git --version # 'git version 2.25.1' [2023-05-04T07:41:22.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-04T07:41:22.528Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-04T07:41:32.991Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|name|types_sizes|compiled_files|deps|files|imports) took 13.582788135s" [2023-05-04T07:41:32.991Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.496497ms" [2023-05-04T07:41:38.257Z] level=info msg="[linters_context/goanalysis] analyzers took 1m5.290925589s with top 10 stages: buildir: 27.626006994s, fact_deprecated: 2.019902671s, inspect: 1.877967868s, gosec: 1.382342423s, ctrlflow: 1.109447877s, directives: 939.372731ms, printf: 935.545877ms, S1038: 865.093808ms, nilness: 776.069839ms, fact_purity: 748.852578ms" [2023-05-04T07:41:38.257Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-05-04T07:41:38.257Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 203/203, path_prettifier: 203/203, exclude-rules: 23/203, filename_unadjuster: 203/203, skip_files: 203/203, nolint: 0/23, skip_dirs: 203/203, autogenerated_exclude: 203/203, identifier_marker: 203/203, exclude: 203/203" [2023-05-04T07:41:38.257Z] level=info msg="[runner] processing took 17.223396ms with stages: nolint: 6.755909ms, identifier_marker: 5.058315ms, exclude-rules: 2.333058ms, path_prettifier: 1.223552ms, autogenerated_exclude: 1.208481ms, skip_dirs: 596.579µs, cgo: 33.262µs, filename_unadjuster: 9.68µs, max_same_issues: 930ns, uniq_by_line: 780ns, skip_files: 490ns, diff: 370ns, source_code: 360ns, exclude: 340ns, severity-rules: 260ns, sort_results: 260ns, path_shortener: 250ns, path_prefixer: 230ns, max_from_linter: 170ns, max_per_file_from_linter: 120ns" [2023-05-04T07:41:38.257Z] level=info msg="[runner] linters took 6.591752618s with stages: goanalysis_metalinter: 6.574395884s" [2023-05-04T07:41:38.257Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-05-04T07:41:38.257Z] level=info msg="Memory: 204 samples, avg is 172.2MB, max is 727.0MB" [2023-05-04T07:41:38.257Z] level=info msg="Execution took 20.226500403s" [2023-05-04T07:41:38.257Z] go vet ./... [2023-05-04T07:41:37.958Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-05-04T07:41:37.979Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-04T07:41:38.744Z] Avoid second fetch [2023-05-04T07:41:38.745Z] Checking out Revision 9f3a76adac1c477dc265c7be151b0f0ecbddfefb (main) [2023-05-04T07:41:39.408Z] Commit message: "Merge pull request #4549 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.0.0-dev.80" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-04T07:41:40.393Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-04T07:41:40.393Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T07:41:40.393Z] Dload Upload Total Spent Left Speed [2023-05-04T07:41:40.393Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh [2023-05-04T07:41:38.755Z] > git config core.sparsecheckout # timeout=10 [2023-05-04T07:41:38.823Z] > git checkout -f 9f3a76adac1c477dc265c7be151b0f0ecbddfefb # timeout=10 [2023-05-04T07:41:40.971Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-04T07:41:41.292Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-04T07:41:41.293Z] + sudo tee /etc/docker/daemon.new [2023-05-04T07:41:41.293Z] { [2023-05-04T07:41:41.293Z] "registry-mirrors": [ [2023-05-04T07:41:41.293Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-04T07:41:41.293Z] ], [2023-05-04T07:41:41.293Z] "bip": "10.250.0.254/24", [2023-05-04T07:41:41.293Z] "hosts": [ [2023-05-04T07:41:41.293Z] "tcp://0.0.0.0:5555", [2023-05-04T07:41:41.293Z] "unix:///var/run/docker.sock" [2023-05-04T07:41:41.293Z] ], [2023-05-04T07:41:41.293Z] "mtu": 1458, [2023-05-04T07:41:41.293Z] "selinux-enabled": true, [2023-05-04T07:41:41.293Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-04T07:41:41.293Z] } [Pipeline] sh [2023-05-04T07:41:41.539Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-04T07:41:41.539Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-04T07:41:41.619Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-04T07:41:41.798Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-04T07:41:41.810Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-05-04T07:41:41.940Z] + sudo service docker restart [2023-05-04T07:41:42.094Z] + ls -al . [2023-05-04T07:41:42.094Z] total 704 [2023-05-04T07:41:42.094Z] drwxrwxr-x 11 1001 1001 4096 May 4 07:40 . [2023-05-04T07:41:42.094Z] drwxr-xr-x 4 root root 4096 May 4 07:40 .. [2023-05-04T07:41:42.094Z] drwxrwxr-x 2 1001 1001 4096 May 4 07:39 .blubracket [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 16 May 4 07:39 .dockerignore [2023-05-04T07:41:42.094Z] drwxrwxr-x 8 1001 1001 4096 May 4 07:39 .git [2023-05-04T07:41:42.094Z] drwxrwxr-x 3 1001 1001 4096 May 4 07:39 .github [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 1133 May 4 07:39 .gitignore [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 42 May 4 07:39 .golangci.yml [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 87 May 4 07:39 .hadolint.yml [2023-05-04T07:41:42.094Z] drwxr-xr-x 3 1001 1001 4096 May 4 07:39 .semver [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 166 May 4 07:39 .sonarcloud.properties [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 1171 May 4 07:39 ADOPTERS.md [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 10835 May 4 07:39 Attribution.txt [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 73765 May 4 07:39 CHANGELOG.md [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 3804 May 4 07:39 CONTRIBUTING.md [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 677 May 4 07:39 GOVERNANCE.md [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 883 May 4 07:39 Jenkinsfile [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 10775 May 4 07:39 LICENSE [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 14368 May 4 07:39 Makefile [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 582 May 4 07:39 OWNERS.md [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 9403 May 4 07:39 README.md [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 789 May 4 07:39 SECURITY.md [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 13 May 4 07:39 VERSION [2023-05-04T07:41:42.094Z] drwxrwxr-x 2 1001 1001 4096 May 4 07:39 bin [2023-05-04T07:41:42.094Z] drwxrwxr-x 18 1001 1001 4096 May 4 07:39 cmd [2023-05-04T07:41:42.094Z] -rw-r--r-- 1 root root 448352 May 4 07:41 coverage.out [2023-05-04T07:41:42.094Z] -rw-rw-r-- 1 1001 1001 3200 May 4 07:39 go.mod [2023-05-04T07:41:42.095Z] -rw-rw-r-- 1 1001 1001 31040 May 4 07:39 go.sum [2023-05-04T07:41:42.095Z] drwxrwxr-x 7 1001 1001 4096 May 4 07:39 internal [2023-05-04T07:41:42.095Z] drwxrwxr-x 3 1001 1001 4096 May 4 07:39 openapi [2023-05-04T07:41:42.095Z] -rw-rw-r-- 1 1001 1001 594 May 4 07:39 security.txt [2023-05-04T07:41:42.095Z] drwxrwxr-x 4 1001 1001 4096 May 4 07:39 snap [2023-05-04T07:41:42.095Z] -rw-rw-r-- 1 1001 1001 204 May 4 07:39 version.go [Pipeline] sh [2023-05-04T07:41:42.381Z] + '[' -e coverage.out ] [2023-05-04T07:41:42.381Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-05-04T07:41:42.497Z] Stashed 1 file(s) [Pipeline] sh [2023-05-04T07:41:42.774Z] + make build [2023-05-04T07:41:42.774Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-04T07:41:54.979Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-04T07:41:54.979Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-04T07:41:55.912Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-04T07:41:56.478Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T07:42:00.176Z] provisioning config files... [2023-05-04T07:42:00.203Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config7599729962113883152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T07:42:00.549Z] ---> docker-login.sh [2023-05-04T07:42:00.549Z] nexus3.edgexfoundry.org:10001 [2023-05-04T07:42:00.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:42:01.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:42:01.086Z] Configure a credential helper to remove this warning. See [2023-05-04T07:42:01.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:42:01.086Z] [2023-05-04T07:42:01.086Z] Login Succeeded [2023-05-04T07:42:01.086Z] nexus3.edgexfoundry.org:10002 [2023-05-04T07:42:01.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:42:01.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:42:01.365Z] Configure a credential helper to remove this warning. See [2023-05-04T07:42:01.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:42:01.365Z] [2023-05-04T07:42:01.365Z] Login Succeeded [2023-05-04T07:42:01.365Z] nexus3.edgexfoundry.org:10003 [2023-05-04T07:42:01.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:42:01.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:42:01.905Z] Configure a credential helper to remove this warning. See [2023-05-04T07:42:01.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:42:01.905Z] [2023-05-04T07:42:01.905Z] Login Succeeded [2023-05-04T07:42:01.905Z] nexus3.edgexfoundry.org:10004 [2023-05-04T07:42:02.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:42:02.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:42:02.177Z] Configure a credential helper to remove this warning. See [2023-05-04T07:42:02.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:42:02.177Z] [2023-05-04T07:42:02.177Z] Login Succeeded [2023-05-04T07:42:02.177Z] docker.io [2023-05-04T07:42:02.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:42:02.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:42:02.715Z] Configure a credential helper to remove this warning. See [2023-05-04T07:42:02.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:42:02.715Z] [2023-05-04T07:42:02.715Z] Login Succeeded [2023-05-04T07:42:02.715Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T07:42:02.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-05-04T07:42:03.060Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-04T07:42:03.316Z] + git config --global --add safe.directory /w/workspace/edgex-go/512 [Pipeline] echo [2023-05-04T07:42:03.335Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T07:42:03.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T07:42:03.435Z] ========================================================= [2023-05-04T07:42:03.436Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-04T07:42:03.436Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-05-04T07:42:03.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-04T07:42:04.072Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-04T07:42:04.073Z] c41833b44d91: Pulling fs layer [2023-05-04T07:42:04.073Z] ed15518f5707: Pulling fs layer [2023-05-04T07:42:04.073Z] feae8fd75edb: Pulling fs layer [2023-05-04T07:42:04.073Z] 242c74f7c9fa: Pulling fs layer [2023-05-04T07:42:04.073Z] 3cdef696dda3: Pulling fs layer [2023-05-04T07:42:04.073Z] 2ced38df9373: Pulling fs layer [2023-05-04T07:42:04.073Z] 58f1dce35555: Pulling fs layer [2023-05-04T07:42:04.073Z] 242c74f7c9fa: Waiting [2023-05-04T07:42:04.073Z] 3cdef696dda3: Waiting [2023-05-04T07:42:04.073Z] 2ced38df9373: Waiting [2023-05-04T07:42:04.073Z] 58f1dce35555: Waiting [2023-05-04T07:42:04.073Z] ed15518f5707: Verifying Checksum [2023-05-04T07:42:04.073Z] ed15518f5707: Download complete [2023-05-04T07:42:04.073Z] 242c74f7c9fa: Verifying Checksum [2023-05-04T07:42:04.073Z] 242c74f7c9fa: Download complete [2023-05-04T07:42:04.073Z] 3cdef696dda3: Verifying Checksum [2023-05-04T07:42:04.073Z] 3cdef696dda3: Download complete [2023-05-04T07:42:04.073Z] c41833b44d91: Verifying Checksum [2023-05-04T07:42:04.073Z] c41833b44d91: Download complete [2023-05-04T07:42:04.439Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-04T07:42:05.375Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-04T07:42:05.509Z] c41833b44d91: Pull complete [2023-05-04T07:42:05.509Z] 58f1dce35555: Verifying Checksum [2023-05-04T07:42:05.509Z] 58f1dce35555: Download complete [2023-05-04T07:42:05.781Z] ed15518f5707: Pull complete [2023-05-04T07:42:06.752Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-04T07:42:06.764Z] feae8fd75edb: Verifying Checksum [2023-05-04T07:42:06.764Z] feae8fd75edb: Download complete [2023-05-04T07:42:06.764Z] 2ced38df9373: Verifying Checksum [2023-05-04T07:42:06.764Z] 2ced38df9373: Download complete [2023-05-04T07:42:07.350Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-04T07:42:08.287Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-04T07:42:09.223Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-05-04T07:42:10.617Z] $ docker stop --time=1 d8acffdffc4faa0d678c6cd30e0a1f5a9fbd5da94733f2830a5f37a43e4972b4 [2023-05-04T07:42:15.750Z] $ docker rm -f --volumes d8acffdffc4faa0d678c6cd30e0a1f5a9fbd5da94733f2830a5f37a43e4972b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:42:16.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-04T07:42:16.707Z] [2023-05-04T07:42:16.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:42:17.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-04T07:42:17.275Z] latest: Pulling from edgex-devops/edgex-compose [2023-05-04T07:42:17.275Z] cbdbe7a5bc2a: Pulling fs layer [2023-05-04T07:42:17.275Z] ca9280d653b3: Pulling fs layer [2023-05-04T07:42:17.275Z] 7e9c9ca2126c: Pulling fs layer [2023-05-04T07:42:17.275Z] cbdbe7a5bc2a: Download complete [2023-05-04T07:42:17.546Z] ca9280d653b3: Verifying Checksum [2023-05-04T07:42:17.546Z] ca9280d653b3: Download complete [2023-05-04T07:42:17.546Z] cbdbe7a5bc2a: Pull complete [2023-05-04T07:42:17.805Z] 7e9c9ca2126c: Verifying Checksum [2023-05-04T07:42:17.805Z] 7e9c9ca2126c: Download complete [2023-05-04T07:42:18.063Z] ca9280d653b3: Pull complete [2023-05-04T07:42:19.212Z] feae8fd75edb: Pull complete [2023-05-04T07:42:19.212Z] 242c74f7c9fa: Pull complete [2023-05-04T07:42:19.212Z] 3cdef696dda3: Pull complete [2023-05-04T07:42:21.356Z] 7e9c9ca2126c: Pull complete [2023-05-04T07:42:21.356Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-05-04T07:42:21.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-04T07:42:21.356Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:42:21.438Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T07:42:21.478Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:42:25.873Z] 2ced38df9373: Pull complete [2023-05-04T07:42:26.197Z] $ docker top 4a4cf45ae2daa75d892873b74ab4c93fda515cbe1cc11534f36922afe6e2bd6c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T07:42:26.533Z] + docker-compose+ buildgrep --help parallel [2023-05-04T07:42:26.533Z] [2023-05-04T07:42:27.101Z] --parallel Build images in parallel. [Pipeline] } [2023-05-04T07:42:27.121Z] $ docker stop --time=1 4a4cf45ae2daa75d892873b74ab4c93fda515cbe1cc11534f36922afe6e2bd6c [2023-05-04T07:42:28.449Z] $ docker rm -f --volumes 4a4cf45ae2daa75d892873b74ab4c93fda515cbe1cc11534f36922afe6e2bd6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:42:28.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-05-04T07:42:28.839Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:42:28.903Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T07:42:28.943Z] $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:42:29.356Z] $ docker top 02cfc6a72257055012e8096110b296124b6581390e8398526dc00be29cfb3f5b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T07:42:29.690Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-04T07:42:30.259Z] Building core-command ... [2023-05-04T07:42:30.259Z] Building core-common-config-bootstrapper ... [2023-05-04T07:42:30.259Z] Building core-data ... [2023-05-04T07:42:30.259Z] Building core-metadata ... [2023-05-04T07:42:30.259Z] Building security-bootstrapper ... [2023-05-04T07:42:30.259Z] Building security-proxy-auth ... [2023-05-04T07:42:30.259Z] Building security-proxy-setup ... [2023-05-04T07:42:30.259Z] Building security-secretstore-setup ... [2023-05-04T07:42:30.259Z] Building security-spiffe-token-provider ... [2023-05-04T07:42:30.259Z] Building security-spire-agent ... [2023-05-04T07:42:30.259Z] Building security-spire-config ... [2023-05-04T07:42:30.259Z] Building security-spire-server ... [2023-05-04T07:42:30.259Z] Building support-notifications ... [2023-05-04T07:42:30.259Z] Building support-scheduler ... [2023-05-04T07:42:30.259Z] Building security-proxy-auth [2023-05-04T07:42:30.259Z] Building core-data [2023-05-04T07:42:30.259Z] Building security-spiffe-token-provider [2023-05-04T07:42:30.259Z] Building core-metadata [2023-05-04T07:42:30.259Z] Building security-spire-agent [2023-05-04T07:42:31.225Z] 58f1dce35555: Pull complete [2023-05-04T07:42:31.225Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-04T07:42:31.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-04T07:42:31.225Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-05-04T07:42:31.556Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-04T07:42:31.556Z] WORKDIR /edgex [2023-05-04T07:42:31.556Z] COPY go.mod . [2023-05-04T07:42:31.556Z] RUN go mod download [2023-05-04T07:42:31.556Z] + docker build -t ci-base-image-arm64 -f - . [2023-05-04T07:42:32.142Z] Sending build context to Docker daemon 2.932MB [2023-05-04T07:42:32.142Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-04T07:42:32.142Z] ---> fadd8f120f05 [2023-05-04T07:42:32.142Z] Step 2/4 : WORKDIR /edgex [2023-05-04T07:42:34.109Z] ---> Running in 74347259c16f [2023-05-04T07:42:34.109Z] Removing intermediate container 74347259c16f [2023-05-04T07:42:34.109Z] ---> d26534272212 [2023-05-04T07:42:34.109Z] Step 3/4 : COPY go.mod . [2023-05-04T07:42:34.694Z] ---> 60511669c253 [2023-05-04T07:42:34.694Z] Step 4/4 : RUN go mod download [2023-05-04T07:42:34.694Z] ---> Running in 58a4ac07a3d6 [2023-05-04T07:42:42.470Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:42:42.471Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:42:42.471Z] ---> 24150b459f71 [2023-05-04T07:42:42.471Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:42:42.471Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:42:42.471Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:42:42.471Z] ---> 24150b459f71 [2023-05-04T07:42:42.471Z] Step 3/27 : WORKDIR /edgex-go [2023-05-04T07:42:42.471Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:42:42.471Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:42:42.471Z] ---> 24150b459f71 [2023-05-04T07:42:42.471Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:42:42.471Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:42:42.471Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:42:42.471Z] ---> 24150b459f71 [2023-05-04T07:42:42.471Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:42:42.471Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:42:42.471Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:42:42.471Z] ---> 24150b459f71 [2023-05-04T07:42:42.471Z] Step 3/20 : WORKDIR /edgex-go [2023-05-04T07:42:52.460Z] ---> Running in b3b509a6990b [2023-05-04T07:42:52.460Z] ---> Running in d4c7213e655d [2023-05-04T07:42:52.460Z] ---> Running in 38754048f967 [2023-05-04T07:42:52.460Z] ---> Running in 48c6ae9a6ee6 [2023-05-04T07:42:52.460Z] ---> Running in bb0b53dafeac [2023-05-04T07:42:52.460Z] Removing intermediate container b3b509a6990b [2023-05-04T07:42:52.460Z] ---> 703a17859f06 [2023-05-04T07:42:52.460Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:42:52.460Z] Removing intermediate container d4c7213e655d [2023-05-04T07:42:52.460Z] ---> db2bce2d26f3 [2023-05-04T07:42:52.460Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:42:52.460Z] Removing intermediate container 48c6ae9a6ee6 [2023-05-04T07:42:52.460Z] ---> 27b71dd51aa0 [2023-05-04T07:42:52.460Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-04T07:42:52.460Z] Removing intermediate container bb0b53dafeac [2023-05-04T07:42:52.460Z] ---> 0c4b46ca869c [2023-05-04T07:42:52.460Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-04T07:42:52.460Z] ---> Running in 6405c6bce016 [2023-05-04T07:42:52.460Z] Removing intermediate container 38754048f967 [2023-05-04T07:42:52.460Z] ---> 04ad2d36b711 [2023-05-04T07:42:52.460Z] Step 4/25 : WORKDIR /edgex-go [2023-05-04T07:42:52.460Z] ---> Running in e85235f16102 [2023-05-04T07:42:52.460Z] ---> Running in 27f40ce72944 [2023-05-04T07:42:52.460Z] ---> Running in 4a906860c87c [2023-05-04T07:42:52.460Z] ---> Running in 3d96af6e5b6c [2023-05-04T07:42:52.460Z] Removing intermediate container 6405c6bce016 [2023-05-04T07:42:52.460Z] ---> 04fa8275de73 [2023-05-04T07:42:52.460Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:42:52.460Z] Removing intermediate container e85235f16102 [2023-05-04T07:42:52.460Z] ---> 78af54d94548 [2023-05-04T07:42:52.460Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:42:52.720Z] Removing intermediate container 3d96af6e5b6c [2023-05-04T07:42:52.720Z] ---> e6f6e700f5ba [2023-05-04T07:42:52.720Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-04T07:42:52.720Z] ---> Running in e150bb4427be [2023-05-04T07:42:52.720Z] ---> Running in 2edec0326718 [2023-05-04T07:42:52.978Z] ---> Running in 84294bed093f [2023-05-04T07:42:52.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:52.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.494Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T07:42:53.494Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T07:42:53.494Z] OK: 17819 distinct packages available [2023-05-04T07:42:53.494Z] OK: 265 MiB in 53 packages [2023-05-04T07:42:53.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:42:53.755Z] OK: 265 MiB in 53 packages [2023-05-04T07:42:53.755Z] OK: 265 MiB in 53 packages [2023-05-04T07:42:53.755Z] OK: 265 MiB in 53 packages [2023-05-04T07:42:53.755Z] OK: 265 MiB in 53 packages [2023-05-04T07:42:54.015Z] Removing intermediate container 4a906860c87c [2023-05-04T07:42:54.015Z] ---> e3aeab273e14 [2023-05-04T07:42:54.015Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-04T07:42:54.015Z] ---> 61530bd2fd09 [2023-05-04T07:42:54.015Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:42:54.015Z] Removing intermediate container e150bb4427be [2023-05-04T07:42:54.015Z] ---> 2391483d8ae7 [2023-05-04T07:42:54.015Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:42:54.274Z] ---> Running in fdecb34ec2dc [2023-05-04T07:42:54.274Z] ---> 840684a95b20 [2023-05-04T07:42:54.274Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:42:54.274Z] Removing intermediate container 2edec0326718 [2023-05-04T07:42:54.274Z] ---> 633f52fdd783 [2023-05-04T07:42:54.274Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:42:54.274Z] ---> Running in a661315fa83f [2023-05-04T07:42:54.274Z] Removing intermediate container 84294bed093f [2023-05-04T07:42:54.274Z] ---> 9f7590211bf4 [2023-05-04T07:42:54.274Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-04T07:42:54.533Z] ---> d512a8e206a8 [2023-05-04T07:42:54.533Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:42:54.533Z] Removing intermediate container 27f40ce72944 [2023-05-04T07:42:54.533Z] ---> abd07837988f [2023-05-04T07:42:54.533Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-04T07:42:54.533Z] ---> Running in be072360a7d9 [2023-05-04T07:42:54.533Z] ---> 468f26405424 [2023-05-04T07:42:54.533Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:42:54.533Z] ---> Running in 635d07563349 [2023-05-04T07:42:54.533Z] ---> 164fea2410c8 [2023-05-04T07:42:54.533Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:42:54.533Z] ---> Running in cbc3f85e9195 [2023-05-04T07:43:06.973Z] Removing intermediate container 58a4ac07a3d6 [2023-05-04T07:43:06.973Z] ---> a10335f89138 [2023-05-04T07:43:06.973Z] Successfully built a10335f89138 [2023-05-04T07:43:06.973Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:43:10.575Z] + docker inspect -f . ci-base-image-arm64 [2023-05-04T07:43:10.576Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:43:10.781Z] prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container [2023-05-04T07:43:10.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:43:12.083Z] $ docker top 464dcee2abc12c694e93381e72200248aa298a21919daafc3e0cb2f23a1a61b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T07:43:12.923Z] + go version [2023-05-04T07:43:12.923Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-04T07:43:12.940Z] $ docker stop --time=1 464dcee2abc12c694e93381e72200248aa298a21919daafc3e0cb2f23a1a61b2 [2023-05-04T07:43:14.568Z] $ docker rm -f --volumes 464dcee2abc12c694e93381e72200248aa298a21919daafc3e0cb2f23a1a61b2 [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-05-04T07:43:15.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-04T07:43:15.163Z] [2023-05-04T07:43:15.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:43:15.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-04T07:43:15.502Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-05-04T07:43:15.502Z] 29e5d40040c1: Pulling fs layer [2023-05-04T07:43:15.502Z] 1ce36da41761: Pulling fs layer [2023-05-04T07:43:15.502Z] 25b303627fd3: Pulling fs layer [2023-05-04T07:43:15.772Z] 29e5d40040c1: Download complete [2023-05-04T07:43:16.040Z] 1ce36da41761: Verifying Checksum [2023-05-04T07:43:16.040Z] 1ce36da41761: Download complete [2023-05-04T07:43:16.309Z] 29e5d40040c1: Pull complete [2023-05-04T07:43:17.723Z] 1ce36da41761: Pull complete [2023-05-04T07:43:17.723Z] 25b303627fd3: Verifying Checksum [2023-05-04T07:43:17.723Z] 25b303627fd3: Download complete [2023-05-04T07:43:27.805Z] 25b303627fd3: Pull complete [2023-05-04T07:43:27.805Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-05-04T07:43:27.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-04T07:43:27.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:43:27.995Z] prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container [2023-05-04T07:43:28.052Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:43:30.039Z] $ docker top 1d1bf32c9d19baac5a4cd9e3fffedd07ca6fc4d2cc68be767f0d74b5797b0f5b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T07:43:30.851Z] + docker-compose build+ --helpgrep [2023-05-04T07:43:30.851Z] parallel [2023-05-04T07:43:34.186Z] --parallel Build images in parallel. [Pipeline] } [2023-05-04T07:43:34.469Z] $ docker stop --time=1 1d1bf32c9d19baac5a4cd9e3fffedd07ca6fc4d2cc68be767f0d74b5797b0f5b [2023-05-04T07:43:36.182Z] $ docker rm -f --volumes 1d1bf32c9d19baac5a4cd9e3fffedd07ca6fc4d2cc68be767f0d74b5797b0f5b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:43:36.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-05-04T07:43:36.706Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T07:43:36.876Z] prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container [2023-05-04T07:43:36.940Z] $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T07:43:38.037Z] $ docker top d1b66bf1bc3a041b9d43ec0a4caa688d802093f538698d4fa7f38ec635bdc162 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T07:43:38.519Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-05-04T07:43:42.758Z] Building core-command ... [2023-05-04T07:43:42.758Z] Building core-common-config-bootstrapper ... [2023-05-04T07:43:42.758Z] Building core-data ... [2023-05-04T07:43:42.758Z] Building core-metadata ... [2023-05-04T07:43:42.758Z] Building security-bootstrapper ... [2023-05-04T07:43:42.758Z] Building security-proxy-auth ... [2023-05-04T07:43:42.758Z] Building security-proxy-setup ... [2023-05-04T07:43:42.758Z] Building security-secretstore-setup ... [2023-05-04T07:43:42.758Z] Building security-spiffe-token-provider ... [2023-05-04T07:43:42.758Z] Building security-spire-agent ... [2023-05-04T07:43:42.758Z] Building security-spire-config ... [2023-05-04T07:43:42.758Z] Building security-spire-server ... [2023-05-04T07:43:42.758Z] Building support-notifications ... [2023-05-04T07:43:42.758Z] Building support-scheduler ... [2023-05-04T07:43:42.758Z] Building support-scheduler [2023-05-04T07:43:42.758Z] Building core-common-config-bootstrapper [2023-05-04T07:43:42.758Z] Building security-spire-agent [2023-05-04T07:43:42.758Z] Building core-command [2023-05-04T07:43:42.758Z] Building security-proxy-auth [2023-05-04T07:43:52.832Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:43:52.832Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:43:52.832Z] ---> a10335f89138 [2023-05-04T07:43:52.832Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:43:53.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:43:53.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:43:53.104Z] ---> a10335f89138 [2023-05-04T07:43:53.104Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:43:53.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:43:53.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:43:53.104Z] ---> a10335f89138 [2023-05-04T07:43:53.104Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:43:53.104Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:43:53.104Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:43:53.104Z] ---> a10335f89138 [2023-05-04T07:43:53.104Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:43:53.104Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:43:53.104Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:43:53.104Z] ---> a10335f89138 [2023-05-04T07:43:53.104Z] Step 3/27 : WORKDIR /edgex-go [2023-05-04T07:43:53.104Z] ---> Running in e09d7bbc7666 [2023-05-04T07:43:53.104Z] ---> Running in 6b13ce293b9c [2023-05-04T07:43:53.372Z] ---> Running in 96638f3c8b71 [2023-05-04T07:43:53.372Z] ---> Running in f56418b7b15a [2023-05-04T07:43:53.372Z] ---> Running in e37b7b1d8f51 [2023-05-04T07:43:53.647Z] Removing intermediate container e09d7bbc7666 [2023-05-04T07:43:53.647Z] ---> 22dbad2bc1cf [2023-05-04T07:43:53.647Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:43:53.918Z] Removing intermediate container 6b13ce293b9c [2023-05-04T07:43:53.918Z] ---> 22a003246aea [2023-05-04T07:43:53.918Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:43:53.918Z] ---> Running in 848bc24d6c51 [2023-05-04T07:43:53.918Z] Removing intermediate container 96638f3c8b71 [2023-05-04T07:43:53.918Z] ---> 438e5720b69f [2023-05-04T07:43:53.918Z] Step 4/24 : WORKDIR /edgex-go [2023-05-04T07:43:53.918Z] Removing intermediate container f56418b7b15a [2023-05-04T07:43:53.918Z] ---> 9b47cd4eef61 [2023-05-04T07:43:53.918Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:43:53.918Z] Removing intermediate container e37b7b1d8f51 [2023-05-04T07:43:53.918Z] ---> 8b61675bf4dd [2023-05-04T07:43:53.918Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-04T07:43:54.188Z] ---> Running in 306644fc2385 [2023-05-04T07:43:54.188Z] ---> Running in 891060d82783 [2023-05-04T07:43:54.188Z] ---> Running in 29e7e16375d4 [2023-05-04T07:43:54.188Z] ---> Running in 5e7b606494a0 [2023-05-04T07:43:54.456Z] Removing intermediate container 848bc24d6c51 [2023-05-04T07:43:54.456Z] ---> e62ab6664158 [2023-05-04T07:43:54.456Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:43:54.726Z] ---> Running in cddd58457cca [2023-05-04T07:43:54.726Z] Removing intermediate container 891060d82783 [2023-05-04T07:43:54.726Z] ---> c118991b18e7 [2023-05-04T07:43:54.726Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:43:54.992Z] Removing intermediate container 29e7e16375d4 [2023-05-04T07:43:54.992Z] ---> fbec4dbf7dce [2023-05-04T07:43:54.992Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-04T07:43:54.992Z] Removing intermediate container 306644fc2385 [2023-05-04T07:43:54.992Z] ---> 1af386c101cc [2023-05-04T07:43:54.992Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:43:54.992Z] ---> Running in 6f4c5841f511 [2023-05-04T07:43:55.259Z] ---> Running in 60ee0e146625 [2023-05-04T07:43:55.259Z] ---> Running in 24bc78cd1196 [2023-05-04T07:43:56.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:56.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:56.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:57.424Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:57.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:57.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:57.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:58.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:58.283Z] OK: 263 MiB in 53 packages [2023-05-04T07:43:58.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:58.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:43:59.143Z] OK: 263 MiB in 53 packages [2023-05-04T07:43:59.730Z] OK: 263 MiB in 53 packages [2023-05-04T07:43:59.730Z] Removing intermediate container 5e7b606494a0 [2023-05-04T07:43:59.730Z] ---> bcbf20c14e07 [2023-05-04T07:43:59.730Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-04T07:43:59.730Z] OK: 263 MiB in 53 packages [2023-05-04T07:44:00.322Z] OK: 263 MiB in 53 packages [2023-05-04T07:44:02.219Z] Removing intermediate container cbc3f85e9195 [2023-05-04T07:44:02.219Z] ---> 93b589b6c9a4 [2023-05-04T07:44:02.219Z] Step 7/20 : COPY . . [2023-05-04T07:44:02.219Z] Removing intermediate container a661315fa83f [2023-05-04T07:44:02.219Z] ---> 895ba7d7e4b8 [2023-05-04T07:44:02.219Z] Step 8/23 : COPY . . [2023-05-04T07:44:02.219Z] Removing intermediate container 635d07563349 [2023-05-04T07:44:02.219Z] ---> db82b8e59e78 [2023-05-04T07:44:02.219Z] Step 8/25 : COPY . . [2023-05-04T07:44:02.219Z] Removing intermediate container fdecb34ec2dc [2023-05-04T07:44:02.219Z] ---> 5703fb275029 [2023-05-04T07:44:02.219Z] Step 7/27 : COPY . . [2023-05-04T07:44:02.219Z] Removing intermediate container be072360a7d9 [2023-05-04T07:44:02.219Z] ---> 9a5e5c2d328a [2023-05-04T07:44:02.219Z] Step 8/23 : COPY . . [2023-05-04T07:44:02.276Z] ---> c43cfef9c725 [2023-05-04T07:44:02.276Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:44:02.276Z] Removing intermediate container cddd58457cca [2023-05-04T07:44:02.276Z] ---> 52a4e75a7fcc [2023-05-04T07:44:02.276Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:44:02.544Z] ---> Running in 2f57334e1b0c [2023-05-04T07:44:03.128Z] Removing intermediate container 24bc78cd1196 [2023-05-04T07:44:03.128Z] ---> 74befc66f0c8 [2023-05-04T07:44:03.128Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:44:03.128Z] Removing intermediate container 60ee0e146625 [2023-05-04T07:44:03.128Z] ---> c74f77b7629f [2023-05-04T07:44:03.128Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-04T07:44:03.128Z] Removing intermediate container 6f4c5841f511 [2023-05-04T07:44:03.128Z] ---> fdd65c142eac [2023-05-04T07:44:03.128Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:44:03.713Z] ---> d11704b6b940 [2023-05-04T07:44:03.713Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:44:03.990Z] ---> Running in 9bbdb500b224 [2023-05-04T07:44:04.257Z] ---> 44533d60e9e1 [2023-05-04T07:44:04.257Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:44:04.257Z] ---> 13340cf7efb0 [2023-05-04T07:44:04.257Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:44:04.525Z] ---> Running in c7f3c5381b3c [2023-05-04T07:44:04.525Z] ---> cdc6a4384469 [2023-05-04T07:44:04.525Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:44:04.525Z] ---> Running in 7fce70c39b57 [2023-05-04T07:44:04.794Z] ---> Running in fe00cfdd6fb1 [2023-05-04T07:44:20.356Z] ---> d36647ee2e70 [2023-05-04T07:44:20.356Z] ---> 607ef793b43c [2023-05-04T07:44:20.356Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-04T07:44:20.356Z] [2023-05-04T07:44:20.356Z] ---> 489e0276f63e [2023-05-04T07:44:20.356Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-04T07:44:20.356Z] ---> d2f5192d028a [2023-05-04T07:44:20.356Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-04T07:44:20.356Z] ---> 0ac7239b6339 [2023-05-04T07:44:20.356Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-04T07:44:20.356Z] ---> Running in 244fb51f171a [2023-05-04T07:44:20.356Z] ---> Running in 817783835d53 [2023-05-04T07:44:20.356Z] ---> Running in bb2410062c80 [2023-05-04T07:44:20.356Z] ---> Running in 268b4f3c68cf [2023-05-04T07:44:20.356Z] ---> Running in b20547f77615 [2023-05-04T07:44:20.356Z] Removing intermediate container 244fb51f171a [2023-05-04T07:44:20.356Z] ---> a306ada7e8b3 [2023-05-04T07:44:20.356Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-04T07:44:20.356Z] ---> Running in 8013f5032d7d [2023-05-04T07:44:20.356Z] Removing intermediate container 8013f5032d7d [2023-05-04T07:44:20.356Z] ---> 26c5a4c7a933 [2023-05-04T07:44:20.356Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-04T07:44:20.356Z] ---> Running in e2ef74d32380 [2023-05-04T07:44:20.356Z] Removing intermediate container e2ef74d32380 [2023-05-04T07:44:20.356Z] ---> aa109e4c3e32 [2023-05-04T07:44:20.356Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-04T07:44:20.356Z] ---> Running in 6318727e5bdc [2023-05-04T07:44:20.356Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-04T07:44:20.356Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-04T07:44:20.356Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-05-04T07:44:20.356Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-04T07:44:21.729Z] Removing intermediate container 6318727e5bdc [2023-05-04T07:44:21.729Z] ---> 2eec6c8eaf3d [2023-05-04T07:44:21.729Z] Step 12/27 : WORKDIR /edgex-go [2023-05-04T07:44:21.729Z] ---> Running in f82add498974 [2023-05-04T07:44:21.729Z] Removing intermediate container f82add498974 [2023-05-04T07:44:21.729Z] ---> 18cde47f90bc [2023-05-04T07:44:21.729Z] [2023-05-04T07:44:21.729Z] Step 13/27 : FROM alpine:3.17 [2023-05-04T07:44:21.986Z] 3.17: Pulling from library/alpine [2023-05-04T07:44:22.553Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-04T07:44:22.553Z] Status: Downloaded newer image for alpine:3.17 [2023-05-04T07:44:22.553Z] ---> 9ed4aefc74f6 [2023-05-04T07:44:22.553Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-04T07:44:22.553Z] ---> Running in 251de73000b8 [2023-05-04T07:44:22.812Z] Removing intermediate container 251de73000b8 [2023-05-04T07:44:22.812Z] ---> c5af0707496e [2023-05-04T07:44:22.812Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-04T07:44:23.068Z] ---> Running in 301d4a44b605 [2023-05-04T07:44:24.003Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:24.003Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:24.261Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T07:44:24.261Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T07:44:24.261Z] OK: 17820 distinct packages available [2023-05-04T07:44:24.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:24.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:24.518Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-04T07:44:24.518Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-04T07:44:24.518Z] (3/5) Installing libucontext (1.2-r0) [2023-05-04T07:44:24.518Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-04T07:44:24.518Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-04T07:44:24.518Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:44:24.518Z] OK: 8 MiB in 20 packages [2023-05-04T07:44:31.093Z] Removing intermediate container 301d4a44b605 [2023-05-04T07:44:31.093Z] ---> 7ca834b859f4 [2023-05-04T07:44:31.093Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:44:32.028Z] ---> db324aef13aa [2023-05-04T07:44:32.029Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:44:33.978Z] ---> 3bb7d5d6fb44 [2023-05-04T07:44:33.978Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-04T07:44:38.190Z] ---> 70f3d07c2f6c [2023-05-04T07:44:38.191Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-04T07:44:48.539Z] ---> d06ff3637e93 [2023-05-04T07:44:48.539Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-04T07:44:48.539Z] ---> dec79dc7328a [2023-05-04T07:44:48.539Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-04T07:44:50.444Z] ---> 97f60761c10e [2023-05-04T07:44:50.444Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-04T07:44:53.182Z] ---> 00296c1de295 [2023-05-04T07:44:53.182Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-04T07:44:53.182Z] ---> Running in 395b8ef82b12 [2023-05-04T07:44:53.182Z] Removing intermediate container b20547f77615 [2023-05-04T07:44:53.182Z] ---> ced559b3e8d2 [2023-05-04T07:44:53.182Z] [2023-05-04T07:44:53.182Z] Step 10/25 : FROM alpine:3.17 [2023-05-04T07:44:53.182Z] ---> 9ed4aefc74f6 [2023-05-04T07:44:53.182Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:44:53.182Z] Removing intermediate container 268b4f3c68cf [2023-05-04T07:44:53.182Z] ---> 383c58876be6 [2023-05-04T07:44:53.182Z] [2023-05-04T07:44:53.182Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:44:53.182Z] ---> 9ed4aefc74f6 [2023-05-04T07:44:53.182Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-04T07:44:53.182Z] Removing intermediate container 817783835d53 [2023-05-04T07:44:53.182Z] ---> 7a79199627c3 [2023-05-04T07:44:53.182Z] [2023-05-04T07:44:53.182Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:44:53.182Z] ---> 9ed4aefc74f6 [2023-05-04T07:44:53.182Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:44:54.137Z] ---> Running in 4d1d6a406a2c [2023-05-04T07:44:54.137Z] ---> Running in 7ed56c1bc49a [2023-05-04T07:44:54.137Z] ---> Running in 2b5f52f49e28 [2023-05-04T07:44:54.137Z] Removing intermediate container 395b8ef82b12 [2023-05-04T07:44:54.137Z] ---> ef6f009835f8 [2023-05-04T07:44:54.137Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-04T07:44:55.090Z] ---> Running in 6a7ea752e844 [2023-05-04T07:44:55.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:55.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:55.736Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T07:44:55.736Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:44:55.736Z] OK: 7 MiB in 16 packages [2023-05-04T07:44:55.997Z] Removing intermediate container 7ed56c1bc49a [2023-05-04T07:44:55.997Z] ---> 1a0e34acb4f2 [2023-05-04T07:44:55.997Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:44:56.256Z] Removing intermediate container 2b5f52f49e28 [2023-05-04T07:44:56.256Z] ---> 0d8031c54111 [2023-05-04T07:44:56.256Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-04T07:44:56.515Z] ---> Running in 5fcdf6c17076 [2023-05-04T07:44:56.515Z] ---> Running in 4397a483d3d9 [2023-05-04T07:44:56.515Z] Removing intermediate container 6a7ea752e844 [2023-05-04T07:44:56.515Z] ---> 0b4bc50baf9d [2023-05-04T07:44:56.515Z] Step 25/27 : LABEL arch=x86_64 [2023-05-04T07:44:56.774Z] Removing intermediate container bb2410062c80 [2023-05-04T07:44:56.774Z] ---> 45a5b583c7f5 [2023-05-04T07:44:56.774Z] [2023-05-04T07:44:56.774Z] Step 9/20 : FROM alpine:3.17 [2023-05-04T07:44:56.774Z] ---> Running in 0c20fc34a537 [2023-05-04T07:44:56.774Z] ---> 9ed4aefc74f6 [2023-05-04T07:44:56.774Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-04T07:44:56.774Z] Removing intermediate container 4397a483d3d9 [2023-05-04T07:44:56.774Z] ---> c43d98dd0aa5 [2023-05-04T07:44:56.774Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-04T07:44:56.774Z] ---> Running in f312ebd155db [2023-05-04T07:44:56.774Z] Removing intermediate container 4d1d6a406a2c [2023-05-04T07:44:56.774Z] ---> c8fffe0feb61 [2023-05-04T07:44:56.774Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:44:56.774Z] ---> Running in 1a836a22deec [2023-05-04T07:44:56.774Z] ---> Running in f460c6159285 [2023-05-04T07:44:56.774Z] Removing intermediate container 0c20fc34a537 [2023-05-04T07:44:56.774Z] ---> f7d2f652bc65 [2023-05-04T07:44:56.774Z] Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:44:57.034Z] Removing intermediate container f312ebd155db [2023-05-04T07:44:57.034Z] ---> 68e9bd9965fc [2023-05-04T07:44:57.034Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-04T07:44:57.034Z] Removing intermediate container 1a836a22deec [2023-05-04T07:44:57.034Z] ---> f94b29b89c2f [2023-05-04T07:44:57.034Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:44:57.034Z] ---> Running in d0ed27b3c34e [2023-05-04T07:44:57.034Z] ---> Running in 5ebb6717840a [2023-05-04T07:44:57.034Z] ---> Running in fc121477f716 [2023-05-04T07:44:57.294Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:57.294Z] Removing intermediate container f460c6159285 [2023-05-04T07:44:57.294Z] ---> 2d8f35eb4779 [2023-05-04T07:44:57.294Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-04T07:44:57.294Z] Removing intermediate container d0ed27b3c34e [2023-05-04T07:44:57.294Z] ---> 60ed6ea255fc [2023-05-04T07:44:57.294Z] Step 27/27 : LABEL version=3.0.0-dev.147 [2023-05-04T07:44:57.294Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:57.558Z] ---> Running in 38d259e4baa1 [2023-05-04T07:44:57.558Z] ---> Running in cb904da33ddd [2023-05-04T07:44:57.558Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T07:44:57.558Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:44:57.558Z] OK: 7 MiB in 16 packages [2023-05-04T07:44:57.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:58.084Z] Removing intermediate container 38d259e4baa1 [2023-05-04T07:44:58.084Z] ---> bbd7b4a1a4a7 [2023-05-04T07:44:58.084Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-04T07:44:58.084Z] Removing intermediate container cb904da33ddd [2023-05-04T07:44:58.084Z] ---> 2ad6c0c53ab5 [2023-05-04T07:44:58.084Z] [2023-05-04T07:44:58.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:58.084Z] Successfully built 2ad6c0c53ab5 [2023-05-04T07:44:58.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:58.084Z] Successfully tagged security-spire-agent:latest [2023-05-04T07:44:58.084Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:58.084Z]  Building security-spire-agent ... done Building core-command [2023-05-04T07:44:58.084Z] ---> Running in 5716902614bf [2023-05-04T07:44:58.345Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T07:44:58.345Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:44:58.345Z] OK: 7 MiB in 16 packages [2023-05-04T07:44:58.345Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T07:44:58.345Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T07:44:58.345Z] OK: 17820 distinct packages available [2023-05-04T07:44:58.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:58.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:44:58.866Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-04T07:44:58.866Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-04T07:44:58.866Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-04T07:44:58.866Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-04T07:44:58.866Z] (5/9) Installing curl (8.0.1-r0) [2023-05-04T07:44:58.866Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-04T07:44:58.866Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-04T07:44:58.866Z] (8/9) Installing libucontext (1.2-r0) [2023-05-04T07:44:58.866Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-04T07:44:58.866Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:44:58.866Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T07:44:58.866Z] OK: 10 MiB in 24 packages [2023-05-04T07:45:01.081Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:45:01.081Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:45:01.081Z] ---> 24150b459f71 [2023-05-04T07:45:01.081Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:45:01.081Z] ---> Using cache [2023-05-04T07:45:01.081Z] ---> 04ad2d36b711 [2023-05-04T07:45:01.081Z] Step 4/24 : WORKDIR /edgex-go [2023-05-04T07:45:01.081Z] ---> Using cache [2023-05-04T07:45:01.081Z] ---> e6f6e700f5ba [2023-05-04T07:45:01.081Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-05-04T07:45:01.081Z] ---> Using cache [2023-05-04T07:45:01.081Z] ---> 9f7590211bf4 [2023-05-04T07:45:01.081Z] Step 6/24 : COPY go.mod vendor* ./ [2023-05-04T07:45:01.081Z] ---> Using cache [2023-05-04T07:45:01.081Z] ---> 468f26405424 [2023-05-04T07:45:01.081Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:45:01.081Z] ---> Using cache [2023-05-04T07:45:01.081Z] ---> db82b8e59e78 [2023-05-04T07:45:01.081Z] Step 8/24 : COPY . . [2023-05-04T07:45:01.081Z] ---> Using cache [2023-05-04T07:45:01.081Z] ---> 0ac7239b6339 [2023-05-04T07:45:01.081Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-04T07:45:02.472Z] Removing intermediate container 5fcdf6c17076 [2023-05-04T07:45:02.472Z] ---> a6b6b392b623 [2023-05-04T07:45:02.472Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:45:02.472Z] Removing intermediate container 5716902614bf [2023-05-04T07:45:02.472Z] ---> 63d205e9c128 [2023-05-04T07:45:02.472Z] Step 15/25 : WORKDIR / [2023-05-04T07:45:02.472Z] ---> Running in 1541038e23f0 [2023-05-04T07:45:02.472Z] ---> Running in 3e3d0b9ae2ed [2023-05-04T07:45:02.765Z] Removing intermediate container fc121477f716 [2023-05-04T07:45:02.765Z] ---> 5841529008df [2023-05-04T07:45:02.765Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:45:02.765Z] Removing intermediate container 3e3d0b9ae2ed [2023-05-04T07:45:02.765Z] ---> 5dd84697103f [2023-05-04T07:45:02.765Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:45:02.765Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-04T07:45:03.027Z] ---> f4e42b3826e9 [2023-05-04T07:45:03.027Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:45:03.027Z] Removing intermediate container 5ebb6717840a [2023-05-04T07:45:03.027Z] ---> 9430fae3bef9 [2023-05-04T07:45:03.027Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:45:03.027Z] ---> 4849199ea345 [2023-05-04T07:45:03.027Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:45:03.027Z] ---> 5a4b2e22e484 [2023-05-04T07:45:03.027Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:45:03.284Z] ---> b8f4fe1ab8ad [2023-05-04T07:45:03.284Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:45:03.284Z] ---> 4224f4148644 [2023-05-04T07:45:03.284Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-04T07:45:03.284Z] ---> 1e9cd53fbd42 [2023-05-04T07:45:03.284Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-04T07:45:03.284Z] ---> 1ee1cadb137c [2023-05-04T07:45:03.285Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-04T07:45:03.542Z] ---> c0e84913558b [2023-05-04T07:45:03.542Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-04T07:45:05.684Z] ---> 96e02d16cf1c [2023-05-04T07:45:05.684Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:45:05.684Z] ---> 3843aa1a6e7e [2023-05-04T07:45:05.684Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:45:05.684Z] ---> 30a5d2c07fd7 [2023-05-04T07:45:05.684Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:45:05.684Z] ---> 75aa91e12e0b [2023-05-04T07:45:05.684Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:45:05.947Z] ---> ac540fa32b2e [2023-05-04T07:45:05.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-04T07:45:06.216Z] ---> 68353cc6a983 [2023-05-04T07:45:06.216Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-04T07:45:06.216Z] ---> 1d157fff9f76 [2023-05-04T07:45:06.216Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-04T07:45:06.216Z] ---> 6fddb63c728c [2023-05-04T07:45:06.216Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-04T07:45:06.216Z] ---> Running in e9a70dcb3b16 [2023-05-04T07:45:06.216Z] ---> Running in 1c29f6e5d8f6 [2023-05-04T07:45:06.216Z] ---> 3d605770b4d4 [2023-05-04T07:45:06.216Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T07:45:06.216Z] ---> Running in 831e003f9aad [2023-05-04T07:45:06.474Z] ---> 5b048b82f2cc [2023-05-04T07:45:06.474Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-04T07:45:06.474Z] Removing intermediate container 1c29f6e5d8f6 [2023-05-04T07:45:06.474Z] ---> 8d02f3bd53dd [2023-05-04T07:45:06.474Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-04T07:45:06.474Z] Removing intermediate container e9a70dcb3b16 [2023-05-04T07:45:06.474Z] ---> 03aa8d0454de [2023-05-04T07:45:06.474Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T07:45:06.734Z] ---> Running in 72379cdb2991 [2023-05-04T07:45:06.734Z] ---> Running in 19e2b95eff42 [2023-05-04T07:45:06.734Z] ---> Running in 13c6221da2ed [2023-05-04T07:45:06.990Z] Removing intermediate container 19e2b95eff42 [2023-05-04T07:45:06.990Z] ---> f611906342f7 [2023-05-04T07:45:06.990Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T07:45:07.248Z] ---> Running in 0d8fb23b5cf3 [2023-05-04T07:45:07.248Z] Removing intermediate container 72379cdb2991 [2023-05-04T07:45:07.248Z] ---> e4d6035da8bd [2023-05-04T07:45:07.248Z] Step 18/20 : LABEL arch=x86_64 [2023-05-04T07:45:07.248Z] Removing intermediate container 13c6221da2ed [2023-05-04T07:45:07.248Z] ---> 65769b278cae [2023-05-04T07:45:07.248Z] Step 21/23 : LABEL arch=x86_64 [2023-05-04T07:45:07.248Z] ---> Running in 08d57f89bd67 [2023-05-04T07:45:07.248Z] ---> Running in 6012d76bf38a [2023-05-04T07:45:07.248Z] Removing intermediate container 0d8fb23b5cf3 [2023-05-04T07:45:07.248Z] ---> 35a00b7d1951 [2023-05-04T07:45:07.248Z] Step 23/25 : LABEL arch=x86_64 [2023-05-04T07:45:07.517Z] ---> Running in 28a6966d20f4 [2023-05-04T07:45:07.775Z] Removing intermediate container 08d57f89bd67 [2023-05-04T07:45:07.775Z] ---> 9d124eceb7ed [2023-05-04T07:45:07.775Z] Step 19/20 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:45:08.033Z] Removing intermediate container 6012d76bf38a [2023-05-04T07:45:08.033Z] ---> bdfae3577bdc [2023-05-04T07:45:08.033Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:45:08.033Z] Removing intermediate container 28a6966d20f4 [2023-05-04T07:45:08.033Z] ---> 1ea00fe1aae0 [2023-05-04T07:45:08.033Z] Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:45:08.033Z] ---> Running in f69a785b67a2 [2023-05-04T07:45:08.033Z] ---> Running in 6e043c8e120f [2023-05-04T07:45:08.033Z] ---> Running in cfc4bd73b425 [2023-05-04T07:45:08.033Z] Removing intermediate container 831e003f9aad [2023-05-04T07:45:08.033Z] ---> eede7bdbd5ec [2023-05-04T07:45:08.033Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T07:45:08.033Z] ---> Running in 3d1aac58241d [2023-05-04T07:45:08.292Z] Removing intermediate container f69a785b67a2 [2023-05-04T07:45:08.292Z] ---> b450ec2bf601 [2023-05-04T07:45:08.292Z] Step 20/20 : LABEL version=3.0.0-dev.147 [2023-05-04T07:45:08.292Z] ---> Running in fd3ab1308e6c [2023-05-04T07:45:08.292Z] Removing intermediate container 6e043c8e120f [2023-05-04T07:45:08.292Z] ---> 1474dcbd4986 [2023-05-04T07:45:08.292Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:45:08.292Z] Removing intermediate container cfc4bd73b425 [2023-05-04T07:45:08.292Z] ---> 0d96f546b5d8 [2023-05-04T07:45:08.292Z] Step 25/25 : LABEL version=3.0.0-dev.147 [2023-05-04T07:45:08.292Z] Removing intermediate container 3d1aac58241d [2023-05-04T07:45:08.292Z] ---> 0ed374de5267 [2023-05-04T07:45:08.292Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-04T07:45:08.292Z] ---> Running in fb640ccc3d29 [2023-05-04T07:45:08.292Z] ---> Running in c8e6457584e0 [2023-05-04T07:45:08.292Z] ---> Running in db33154c0978 [2023-05-04T07:45:08.550Z] Removing intermediate container fb640ccc3d29 [2023-05-04T07:45:08.550Z] ---> 50f94fdf00ea [2023-05-04T07:45:08.550Z] [2023-05-04T07:45:08.550Z] Removing intermediate container c8e6457584e0 [2023-05-04T07:45:08.550Z] ---> 4a6bdb10387d [2023-05-04T07:45:08.550Z] [2023-05-04T07:45:08.550Z] Removing intermediate container fd3ab1308e6c [2023-05-04T07:45:08.550Z] ---> a88a1bb1388a [2023-05-04T07:45:08.550Z] [2023-05-04T07:45:08.550Z] Removing intermediate container db33154c0978 [2023-05-04T07:45:08.550Z] ---> 19a55455fcc6 [2023-05-04T07:45:08.550Z] Step 21/23 : LABEL arch=x86_64 [2023-05-04T07:45:08.550Z] Successfully built 50f94fdf00ea [2023-05-04T07:45:08.550Z] ---> Running in 46209f879583 [2023-05-04T07:45:08.550Z] Successfully tagged core-data:latest [2023-05-04T07:45:08.550Z]  Building core-data ... done Building support-notifications [2023-05-04T07:45:08.550Z] Successfully built a88a1bb1388a [2023-05-04T07:45:08.550Z] Successfully built 4a6bdb10387d [2023-05-04T07:45:08.550Z] Successfully tagged security-spiffe-token-provider:latest [2023-05-04T07:45:08.550Z] Successfully tagged core-metadata:latest [2023-05-04T07:45:08.550Z] Building security-secretstore-setup [2023-05-04T07:45:08.550Z] Building security-spire-config [2023-05-04T07:45:08.808Z]  Building security-spiffe-token-provider ... done  Building core-metadata ... done Removing intermediate container 46209f879583 [2023-05-04T07:45:08.808Z] ---> dacb9c33c447 [2023-05-04T07:45:08.808Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:45:08.808Z] ---> Running in a1d09b32ccca [2023-05-04T07:45:14.231Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:45:14.231Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:45:14.231Z] ---> 24150b459f71 [2023-05-04T07:45:14.231Z] Step 3/27 : WORKDIR /edgex-go [2023-05-04T07:45:14.231Z] ---> Using cache [2023-05-04T07:45:14.231Z] ---> 0c4b46ca869c [2023-05-04T07:45:14.231Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-04T07:45:15.619Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:45:15.619Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:45:15.619Z] ---> 24150b459f71 [2023-05-04T07:45:15.619Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:45:15.619Z] ---> Using cache [2023-05-04T07:45:15.619Z] ---> 04ad2d36b711 [2023-05-04T07:45:15.619Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:45:15.619Z] ---> Using cache [2023-05-04T07:45:15.619Z] ---> e6f6e700f5ba [2023-05-04T07:45:15.619Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-04T07:45:19.037Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:45:19.037Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:45:19.037Z] ---> 24150b459f71 [2023-05-04T07:45:19.037Z] Step 3/25 : WORKDIR /edgex-go [2023-05-04T07:45:19.037Z] ---> Using cache [2023-05-04T07:45:19.037Z] ---> 0c4b46ca869c [2023-05-04T07:45:19.037Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-04T07:45:22.338Z] Removing intermediate container a1d09b32ccca [2023-05-04T07:45:22.338Z] ---> c353e79db3ab [2023-05-04T07:45:22.338Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:45:30.472Z] ---> Running in 793c97f71236 [2023-05-04T07:45:30.472Z] ---> Running in dbd07cff8cbc [2023-05-04T07:45:30.472Z] ---> Running in c2d7f16532cd [2023-05-04T07:45:30.472Z] ---> Running in 82120207e631 [2023-05-04T07:45:30.472Z] Removing intermediate container 793c97f71236 [2023-05-04T07:45:30.472Z] ---> 4cc4a1e3e437 [2023-05-04T07:45:30.472Z] [2023-05-04T07:45:30.472Z] Successfully built 4cc4a1e3e437 [2023-05-04T07:45:30.472Z] Successfully tagged security-proxy-auth:latest [2023-05-04T07:45:30.472Z]  Building security-proxy-auth ... done Building security-bootstrapper [2023-05-04T07:45:30.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:30.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:30.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:30.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:30.472Z] OK: 265 MiB in 53 packages [2023-05-04T07:45:30.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:30.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:30.733Z] OK: 265 MiB in 53 packages [2023-05-04T07:45:30.991Z] OK: 265 MiB in 53 packages [2023-05-04T07:45:37.700Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:45:37.700Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:45:37.700Z] ---> 24150b459f71 [2023-05-04T07:45:37.700Z] Step 3/33 : WORKDIR /edgex-go [2023-05-04T07:45:37.700Z] ---> Using cache [2023-05-04T07:45:37.700Z] ---> 0c4b46ca869c [2023-05-04T07:45:37.700Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-04T07:45:41.007Z] Removing intermediate container 1541038e23f0 [2023-05-04T07:45:41.007Z] ---> e8a4eadf2050 [2023-05-04T07:45:41.007Z] [2023-05-04T07:45:41.007Z] Step 10/24 : FROM alpine:3.17 [2023-05-04T07:45:41.007Z] ---> 9ed4aefc74f6 [2023-05-04T07:45:41.007Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:45:41.007Z] ---> Using cache [2023-05-04T07:45:41.007Z] ---> c8fffe0feb61 [2023-05-04T07:45:41.007Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:45:41.007Z] ---> Using cache [2023-05-04T07:45:41.007Z] ---> 2d8f35eb4779 [2023-05-04T07:45:41.007Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-04T07:45:41.007Z] ---> Running in 7295274faae9 [2023-05-04T07:45:41.268Z] ---> Running in b62150bb2187 [2023-05-04T07:45:41.268Z] Removing intermediate container c2d7f16532cd [2023-05-04T07:45:41.268Z] ---> e58c3ce1378f [2023-05-04T07:45:41.268Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-04T07:45:41.529Z] Removing intermediate container dbd07cff8cbc [2023-05-04T07:45:41.529Z] Removing intermediate container 82120207e631 [2023-05-04T07:45:41.529Z] ---> 903b8ef6f4d6 [2023-05-04T07:45:41.529Z] ---> b94a5ffb72fe [2023-05-04T07:45:41.529Z] Step 6/23 : COPY go.mod vendor* ./Step 5/27 : COPY go.mod vendor* ./ [2023-05-04T07:45:41.529Z] [2023-05-04T07:45:41.529Z] Removing intermediate container b62150bb2187 [2023-05-04T07:45:41.529Z] ---> 9b6dcde7db2a [2023-05-04T07:45:41.529Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-04T07:45:41.529Z] ---> 7d5ea691d56a [2023-05-04T07:45:41.529Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:45:41.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:41.789Z] ---> Running in 763c39d0afc6 [2023-05-04T07:45:41.789Z] ---> 3468fc1fa100 [2023-05-04T07:45:41.789Z] ---> c3564d85c7ad [2023-05-04T07:45:41.789Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:45:41.789Z] [2023-05-04T07:45:41.789Z] ---> Running in ab4b1a8ef508 [2023-05-04T07:45:41.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:45:42.049Z] ---> Running in 2975cbb605e1 [2023-05-04T07:45:42.049Z] ---> Running in c531e9892aa6 [2023-05-04T07:45:42.049Z] OK: 265 MiB in 53 packages [2023-05-04T07:45:42.310Z] Removing intermediate container 763c39d0afc6 [2023-05-04T07:45:42.310Z] ---> b5dd3b1d93af [2023-05-04T07:45:42.310Z] Step 15/24 : WORKDIR / [2023-05-04T07:45:42.310Z] ---> Running in 64b1cf10b730 [2023-05-04T07:45:42.571Z] Removing intermediate container 64b1cf10b730 [2023-05-04T07:45:42.571Z] ---> f5b7d1ae0087 [2023-05-04T07:45:42.571Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:45:43.143Z] ---> 07c4dd4baa3e [2023-05-04T07:45:43.143Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:45:43.403Z] Removing intermediate container 7295274faae9 [2023-05-04T07:45:43.403Z] ---> e2fd73eebee8 [2023-05-04T07:45:43.403Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-04T07:45:43.403Z] ---> f563c110caee [2023-05-04T07:45:43.403Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-04T07:45:43.663Z] ---> e56f72dac256 [2023-05-04T07:45:43.663Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:45:43.923Z] ---> Running in 036aabf1ce2d [2023-05-04T07:45:44.493Z] ---> 47301076e982 [2023-05-04T07:45:44.493Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:45:45.062Z] ---> d41846cb2983 [2023-05-04T07:45:45.062Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-04T07:45:45.062Z] ---> Running in d88ca8f7dcd7 [2023-05-04T07:45:45.323Z] Removing intermediate container d88ca8f7dcd7 [2023-05-04T07:45:45.323Z] ---> b711f423c127 [2023-05-04T07:45:45.323Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T07:45:45.585Z] ---> Running in 0ea49567ec82 [2023-05-04T07:45:45.847Z] Removing intermediate container 0ea49567ec82 [2023-05-04T07:45:45.847Z] ---> 033306aebe5c [2023-05-04T07:45:45.847Z] Step 22/24 : LABEL arch=x86_64 [2023-05-04T07:45:46.107Z] ---> Running in ad9495ff6aba [2023-05-04T07:45:46.370Z] Removing intermediate container ad9495ff6aba [2023-05-04T07:45:46.370Z] ---> 9e266343a327 [2023-05-04T07:45:46.370Z] Step 23/24 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:45:46.630Z] ---> Running in 6da5712eabe5 [2023-05-04T07:45:47.207Z] Removing intermediate container 6da5712eabe5 [2023-05-04T07:45:47.207Z] ---> 74d8d3763c53 [2023-05-04T07:45:47.207Z] Step 24/24 : LABEL version=3.0.0-dev.147 [2023-05-04T07:45:47.473Z] ---> Running in 41219f6013aa [2023-05-04T07:45:50.821Z] Removing intermediate container 41219f6013aa [2023-05-04T07:45:50.821Z] ---> 1ae90a32e3a2 [2023-05-04T07:45:50.821Z] [2023-05-04T07:45:50.821Z] Successfully built 1ae90a32e3a2 [2023-05-04T07:45:50.821Z] Successfully tagged core-command:latest [2023-05-04T07:45:50.821Z]  Building core-command ... done Building support-scheduler [2023-05-04T07:45:54.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:45:54.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:45:54.133Z] ---> 24150b459f71 [2023-05-04T07:45:54.133Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:45:54.133Z] ---> Using cache [2023-05-04T07:45:54.133Z] ---> 04ad2d36b711 [2023-05-04T07:45:54.133Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:45:54.133Z] ---> Using cache [2023-05-04T07:45:54.133Z] ---> e6f6e700f5ba [2023-05-04T07:45:54.133Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:45:54.133Z] ---> Using cache [2023-05-04T07:45:54.133Z] ---> 9f7590211bf4 [2023-05-04T07:45:54.133Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:45:54.133Z] ---> Using cache [2023-05-04T07:45:54.133Z] ---> 468f26405424 [2023-05-04T07:45:54.133Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:45:54.133Z] ---> Using cache [2023-05-04T07:45:54.133Z] ---> db82b8e59e78 [2023-05-04T07:45:54.133Z] Step 8/23 : COPY . . [2023-05-04T07:45:54.133Z] ---> Using cache [2023-05-04T07:45:54.133Z] ---> 0ac7239b6339 [2023-05-04T07:45:54.133Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-04T07:45:56.489Z] Removing intermediate container c7f3c5381b3c [2023-05-04T07:45:56.489Z] ---> 4de0ed3954a8 [2023-05-04T07:45:56.489Z] Step 8/23 : COPY . . [2023-05-04T07:45:56.489Z] Removing intermediate container 2f57334e1b0c [2023-05-04T07:45:56.489Z] ---> 3db0903f0455 [2023-05-04T07:45:56.489Z] Step 7/27 : COPY . . [2023-05-04T07:45:56.489Z] Removing intermediate container 9bbdb500b224 [2023-05-04T07:45:56.489Z] ---> 5d1431d07130 [2023-05-04T07:45:56.489Z] Step 8/23 : COPY . . [2023-05-04T07:45:56.489Z] Removing intermediate container 7fce70c39b57 [2023-05-04T07:45:56.489Z] ---> 009280d88f70 [2023-05-04T07:45:56.489Z] Step 8/24 : COPY . . [2023-05-04T07:45:56.489Z] Removing intermediate container fe00cfdd6fb1 [2023-05-04T07:45:56.489Z] ---> f8befa852ba3 [2023-05-04T07:45:56.489Z] Step 8/23 : COPY . . [2023-05-04T07:45:56.489Z] ---> b5a752636108 [2023-05-04T07:45:56.489Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-04T07:45:56.489Z] ---> 529e6e0d222f [2023-05-04T07:45:56.489Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-04T07:45:56.489Z] ---> Running in 06d3514ca67d [2023-05-04T07:45:56.489Z] ---> dc855ca41533 [2023-05-04T07:45:56.489Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-05-04T07:45:56.489Z] ---> Running in c7782eae2d1c [2023-05-04T07:45:56.489Z] ---> Running in 9fbfe9c88095 [2023-05-04T07:45:56.489Z] ---> 1a5259390bde [2023-05-04T07:45:56.489Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-05-04T07:45:56.489Z] ---> Running in 085b0b04894e [2023-05-04T07:45:56.489Z] ---> 96896e873099 [2023-05-04T07:45:56.489Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-05-04T07:45:56.489Z] Removing intermediate container c7782eae2d1c [2023-05-04T07:45:56.489Z] ---> 905ab023277b [2023-05-04T07:45:56.489Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-04T07:45:56.489Z] ---> Running in ef71ffa74fde [2023-05-04T07:45:56.489Z] ---> Running in 8cfeca21f954 [2023-05-04T07:45:56.768Z] Removing intermediate container ef71ffa74fde [2023-05-04T07:45:56.768Z] ---> 7c53baf7ac1a [2023-05-04T07:45:56.768Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-04T07:45:57.049Z] ---> Running in 9176f1a70b65 [2023-05-04T07:45:57.635Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-04T07:45:57.635Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-04T07:45:57.903Z] Removing intermediate container 9176f1a70b65 [2023-05-04T07:45:57.903Z] ---> 76f8f6c58521 [2023-05-04T07:45:57.903Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-04T07:45:58.170Z] ---> Running in 8955a0c6f103 [2023-05-04T07:45:58.438Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-05-04T07:45:58.438Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-05-04T07:46:03.803Z] Removing intermediate container 8955a0c6f103 [2023-05-04T07:46:03.803Z] ---> 26c23eaa6b4c [2023-05-04T07:46:03.803Z] Step 12/27 : WORKDIR /edgex-go [2023-05-04T07:46:04.071Z] ---> Running in 992df896b283 [2023-05-04T07:46:04.664Z] Removing intermediate container 992df896b283 [2023-05-04T07:46:04.664Z] ---> 46dca3d9c7f1 [2023-05-04T07:46:04.664Z] [2023-05-04T07:46:04.664Z] Step 13/27 : FROM alpine:3.17 [2023-05-04T07:46:04.664Z] 3.17: Pulling from library/alpine [2023-05-04T07:46:05.255Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-04T07:46:05.255Z] Status: Downloaded newer image for alpine:3.17 [2023-05-04T07:46:05.255Z] ---> 51e60588ff2c [2023-05-04T07:46:05.255Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-04T07:46:05.523Z] ---> Running in 4b7ec8fefcd7 [2023-05-04T07:46:06.112Z] Removing intermediate container 4b7ec8fefcd7 [2023-05-04T07:46:06.112Z] ---> 78a5eefa64fb [2023-05-04T07:46:06.112Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-04T07:46:06.384Z] ---> Running in af96c4dc55f8 [2023-05-04T07:46:09.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:46:10.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:46:12.356Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T07:46:12.356Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T07:46:12.356Z] OK: 17691 distinct packages available [2023-05-04T07:46:12.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:46:14.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:46:16.100Z] ---> Running in a0390ca0888f [2023-05-04T07:46:16.100Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-05-04T07:46:16.626Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-05-04T07:46:16.627Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-05-04T07:46:16.627Z] (3/5) Installing libucontext (1.2-r0) [2023-05-04T07:46:16.627Z] (4/5) Installing gcompat (1.1.0-r0) [2023-05-04T07:46:16.627Z] (5/5) Installing openssl (3.0.8-r4) [2023-05-04T07:46:16.627Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:46:16.627Z] OK: 9 MiB in 20 packages [2023-05-04T07:46:20.884Z] Removing intermediate container af96c4dc55f8 [2023-05-04T07:46:20.884Z] ---> e48b69c1a176 [2023-05-04T07:46:20.884Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:46:21.848Z] ---> 56a645246c60 [2023-05-04T07:46:21.848Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:46:22.807Z] ---> 47e167ef8803 [2023-05-04T07:46:22.807Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-05-04T07:46:29.450Z] ---> ab0f56e30d02 [2023-05-04T07:46:29.450Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-04T07:46:37.634Z] ---> 882cfb682b87 [2023-05-04T07:46:37.634Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-05-04T07:46:39.600Z] ---> 75cbb3c5d5ef [2023-05-04T07:46:39.600Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-05-04T07:46:41.158Z] ---> a30b19032271 [2023-05-04T07:46:41.158Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-05-04T07:46:42.139Z] ---> c60bb8165af7 [2023-05-04T07:46:42.139Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-04T07:46:42.438Z] ---> Running in 5d136ca3158f [2023-05-04T07:46:43.047Z] Removing intermediate container 5d136ca3158f [2023-05-04T07:46:43.047Z] ---> f54e5e8b6363 [2023-05-04T07:46:43.047Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-04T07:46:43.047Z] ---> Running in fbff3e618b97 [2023-05-04T07:46:44.038Z] Removing intermediate container fbff3e618b97 [2023-05-04T07:46:44.038Z] ---> 80d0f9161bda [2023-05-04T07:46:44.038Z] Step 25/27 : LABEL arch=arm64 [2023-05-04T07:46:44.038Z] ---> Running in 5062e4609138 [2023-05-04T07:46:44.645Z] Removing intermediate container 5062e4609138 [2023-05-04T07:46:44.645Z] ---> 1b1563e348f5 [2023-05-04T07:46:44.645Z] Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:46:44.914Z] ---> Running in 458f0d190bdd [2023-05-04T07:46:45.496Z] Removing intermediate container 458f0d190bdd [2023-05-04T07:46:45.496Z] ---> 0430a5620d26 [2023-05-04T07:46:45.496Z] Step 27/27 : LABEL version=3.0.0-dev.147 [2023-05-04T07:46:45.496Z] ---> Running in 1f8a33cc7779 [2023-05-04T07:46:46.470Z] Removing intermediate container 1f8a33cc7779 [2023-05-04T07:46:46.470Z] ---> 514269efb05b [2023-05-04T07:46:46.470Z] [2023-05-04T07:46:46.470Z] Successfully built 514269efb05b [2023-05-04T07:46:46.470Z] Successfully tagged security-spire-agent-arm64:latest [2023-05-04T07:46:46.470Z] Building security-proxy-setup [2023-05-04T07:46:48.549Z] Removing intermediate container ab4b1a8ef508 [2023-05-04T07:46:48.549Z] ---> 36ae0ad69efb [2023-05-04T07:46:48.549Z] Step 7/25 : COPY . . [2023-05-04T07:46:48.549Z] Removing intermediate container 2975cbb605e1 [2023-05-04T07:46:48.549Z] ---> 2f27d42fa2d1 [2023-05-04T07:46:48.549Z] Step 8/23 : COPY . . [2023-05-04T07:46:48.549Z] Removing intermediate container c531e9892aa6 [2023-05-04T07:46:48.549Z] ---> a3ac9e24a8a6 [2023-05-04T07:46:48.549Z] Step 7/27 : COPY . . [2023-05-04T07:46:48.549Z] Removing intermediate container 036aabf1ce2d [2023-05-04T07:46:48.549Z] ---> c3491d735f9d [2023-05-04T07:46:48.549Z] Step 7/33 : COPY . . [2023-05-04T07:46:50.721Z]  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:46:50.721Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:46:50.721Z] ---> a10335f89138 [2023-05-04T07:46:50.721Z] Step 3/22 : WORKDIR /edgex-go [2023-05-04T07:46:50.721Z] ---> Using cache [2023-05-04T07:46:50.721Z] ---> 8b61675bf4dd [2023-05-04T07:46:50.721Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-04T07:46:51.299Z] ---> Running in 2e5e905ee807 [2023-05-04T07:46:53.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:46:54.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:46:56.602Z] OK: 263 MiB in 53 packages [2023-05-04T07:46:58.008Z] Removing intermediate container 2e5e905ee807 [2023-05-04T07:46:58.008Z] ---> 20e6ed246f90 [2023-05-04T07:46:58.008Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-04T07:47:00.583Z] ---> f73c13be6cbc [2023-05-04T07:47:00.583Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:47:00.857Z] ---> Running in 453b8361c21c [2023-05-04T07:47:15.367Z] ---> b213b7781d9e [2023-05-04T07:47:15.367Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-04T07:47:15.367Z] ---> 073226444f90 [2023-05-04T07:47:15.367Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-04T07:47:15.367Z] ---> 83c70cfd0137 [2023-05-04T07:47:15.367Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-04T07:47:15.367Z] ---> 03c1e71bbd50 [2023-05-04T07:47:15.367Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-04T07:47:15.367Z] ---> Running in 0cc840ffce91 [2023-05-04T07:47:15.367Z] ---> Running in 5b37a34bc5fb [2023-05-04T07:47:15.367Z] ---> Running in 8ee93a09a251 [2023-05-04T07:47:15.367Z] ---> Running in 659516ab67da [2023-05-04T07:47:15.367Z] Removing intermediate container a0390ca0888f [2023-05-04T07:47:15.367Z] ---> 304b93392338 [2023-05-04T07:47:15.367Z] [2023-05-04T07:47:15.367Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:47:15.367Z] ---> 9ed4aefc74f6 [2023-05-04T07:47:15.367Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:47:15.367Z] ---> Using cache [2023-05-04T07:47:15.367Z] ---> c8fffe0feb61 [2023-05-04T07:47:15.367Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:47:15.367Z] ---> Using cache [2023-05-04T07:47:15.367Z] ---> 2d8f35eb4779 [2023-05-04T07:47:15.367Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-04T07:47:15.367Z] ---> Running in 4a2fd456f362 [2023-05-04T07:47:15.367Z] Removing intermediate container 8ee93a09a251 [2023-05-04T07:47:15.367Z] ---> 9b4c2f5bad3d [2023-05-04T07:47:15.367Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-04T07:47:15.367Z] ---> Running in abbd7e9e72b4 [2023-05-04T07:47:15.367Z] Removing intermediate container 4a2fd456f362 [2023-05-04T07:47:15.367Z] ---> 96d2bd188475 [2023-05-04T07:47:15.367Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-04T07:47:15.367Z] ---> Running in 2fb282272bb1 [2023-05-04T07:47:15.367Z] Removing intermediate container abbd7e9e72b4 [2023-05-04T07:47:15.367Z] ---> c47ec0370402 [2023-05-04T07:47:15.367Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-04T07:47:15.367Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-04T07:47:15.367Z] ---> Running in 0d3a8fd0de72 [2023-05-04T07:47:15.367Z] Removing intermediate container 2fb282272bb1 [2023-05-04T07:47:15.367Z] ---> ffd693fdd651 [2023-05-04T07:47:15.367Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:47:15.367Z] Removing intermediate container 0d3a8fd0de72 [2023-05-04T07:47:15.367Z] ---> 8f8a17dc1085 [2023-05-04T07:47:15.367Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-04T07:47:15.367Z] ---> Running in 452113c176d4 [2023-05-04T07:47:15.367Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-04T07:47:15.367Z] ---> dfb99cdc37ea [2023-05-04T07:47:15.367Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:47:15.367Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-04T07:47:15.367Z] ---> f83d304d2908 [2023-05-04T07:47:15.367Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-04T07:47:15.367Z] ---> f38552efbfb3 [2023-05-04T07:47:15.367Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:47:15.367Z] Removing intermediate container 452113c176d4 [2023-05-04T07:47:15.367Z] ---> 7d7c00fbaefe [2023-05-04T07:47:15.367Z] Step 12/27 : WORKDIR /edgex-go [2023-05-04T07:47:15.367Z] ---> Running in dd517490d1c0 [2023-05-04T07:47:15.367Z] ---> e9fb780d88e1 [2023-05-04T07:47:15.367Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-04T07:47:15.368Z] Removing intermediate container dd517490d1c0 [2023-05-04T07:47:15.368Z] ---> 8b102f399c49 [2023-05-04T07:47:15.368Z] [2023-05-04T07:47:15.368Z] Step 13/27 : FROM alpine:3.17 [2023-05-04T07:47:15.368Z] ---> 9ed4aefc74f6 [2023-05-04T07:47:15.368Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-04T07:47:15.368Z] ---> Using cache [2023-05-04T07:47:15.368Z] ---> c5af0707496e [2023-05-04T07:47:15.368Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-04T07:47:15.368Z] ---> Running in 990ce05a7649 [2023-05-04T07:47:15.368Z] ---> Running in 5c6382ecce65 [2023-05-04T07:47:15.368Z] Removing intermediate container 990ce05a7649 [2023-05-04T07:47:15.368Z] ---> 4d4f0f45838d [2023-05-04T07:47:15.368Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T07:47:15.368Z] ---> Running in 7aac452cd316 [2023-05-04T07:47:15.368Z] Removing intermediate container 7aac452cd316 [2023-05-04T07:47:15.368Z] ---> 4b9c06a6d63b [2023-05-04T07:47:15.368Z] Step 21/23 : LABEL arch=x86_64 [2023-05-04T07:47:15.368Z] ---> Running in 966dd88a50d2 [2023-05-04T07:47:15.368Z] Removing intermediate container 966dd88a50d2 [2023-05-04T07:47:15.368Z] ---> d1af1492c4c9 [2023-05-04T07:47:15.368Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:47:15.630Z] ---> Running in 089483e2769c [2023-05-04T07:47:15.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:15.630Z] Removing intermediate container 089483e2769c [2023-05-04T07:47:15.630Z] ---> b0c0f50cee05 [2023-05-04T07:47:15.630Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:47:15.630Z] ---> Running in 5ec00ba482eb [2023-05-04T07:47:15.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:15.892Z] Removing intermediate container 5ec00ba482eb [2023-05-04T07:47:15.892Z] ---> 86020d77d975 [2023-05-04T07:47:15.892Z] [2023-05-04T07:47:16.152Z] Successfully built 86020d77d975 [2023-05-04T07:47:16.152Z] Successfully tagged support-scheduler:latest [2023-05-04T07:47:16.152Z]  Building support-scheduler ... done Building security-spire-server [2023-05-04T07:47:16.152Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T07:47:16.152Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T07:47:16.152Z] OK: 17820 distinct packages available [2023-05-04T07:47:16.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:16.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:16.673Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-04T07:47:16.673Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-04T07:47:16.673Z] (3/4) Installing libucontext (1.2-r0) [2023-05-04T07:47:16.673Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-04T07:47:16.673Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:47:16.673Z] OK: 7 MiB in 19 packages [2023-05-04T07:47:22.756Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:47:22.756Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:47:22.756Z] ---> 24150b459f71 [2023-05-04T07:47:22.756Z] Step 3/26 : WORKDIR /edgex-go [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> 0c4b46ca869c [2023-05-04T07:47:22.756Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> b94a5ffb72fe [2023-05-04T07:47:22.756Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> c3564d85c7ad [2023-05-04T07:47:22.756Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> a3ac9e24a8a6 [2023-05-04T07:47:22.756Z] Step 7/26 : COPY . . [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> 03c1e71bbd50 [2023-05-04T07:47:22.756Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> 9b4c2f5bad3d [2023-05-04T07:47:22.756Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> c47ec0370402 [2023-05-04T07:47:22.756Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-04T07:47:22.756Z] ---> Using cache [2023-05-04T07:47:22.756Z] ---> 8f8a17dc1085 [2023-05-04T07:47:22.756Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-04T07:47:32.946Z] ---> Running in 56baa03bdd86 [2023-05-04T07:47:32.946Z] Removing intermediate container 5c6382ecce65 [2023-05-04T07:47:32.946Z] ---> 8b1f124735a4 [2023-05-04T07:47:32.946Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:47:33.207Z] ---> 2bb7a5877233 [2023-05-04T07:47:33.207Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:47:33.817Z] ---> 9cc8c7664e32 [2023-05-04T07:47:33.817Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-04T07:47:34.077Z] Removing intermediate container 56baa03bdd86 [2023-05-04T07:47:34.077Z] ---> 4addfae8ee6c [2023-05-04T07:47:34.077Z] Step 12/26 : WORKDIR /edgex-go [2023-05-04T07:47:34.077Z] ---> Running in 4fe60a92a07c [2023-05-04T07:47:34.390Z] Removing intermediate container 4fe60a92a07c [2023-05-04T07:47:34.390Z] ---> e02d3d4faba9 [2023-05-04T07:47:34.390Z] [2023-05-04T07:47:34.390Z] Step 13/26 : FROM alpine:3.17 [2023-05-04T07:47:34.390Z] ---> 9ed4aefc74f6 [2023-05-04T07:47:34.390Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-04T07:47:34.390Z] ---> Using cache [2023-05-04T07:47:34.390Z] ---> c5af0707496e [2023-05-04T07:47:34.390Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-04T07:47:34.390Z] ---> Using cache [2023-05-04T07:47:34.390Z] ---> 7ca834b859f4 [2023-05-04T07:47:34.390Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:47:34.390Z] ---> Using cache [2023-05-04T07:47:34.875Z] ---> db324aef13aa [2023-05-04T07:47:34.875Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:47:34.875Z] ---> Using cache [2023-05-04T07:47:35.552Z] ---> 3bb7d5d6fb44 [2023-05-04T07:47:35.552Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-04T07:47:44.516Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-04T07:47:46.474Z] ---> 46bf3482cbd3 [2023-05-04T07:47:46.474Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-04T07:47:46.732Z] ---> a4c0ea4928b9 [2023-05-04T07:47:46.732Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-04T07:47:46.732Z] ---> 05978c927832 [2023-05-04T07:47:46.732Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-04T07:47:46.732Z] ---> Running in f50bcaa994bf [2023-05-04T07:47:46.732Z] ---> d518af7df9a8 [2023-05-04T07:47:46.732Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-04T07:47:46.732Z] Removing intermediate container f50bcaa994bf [2023-05-04T07:47:46.732Z] ---> 3fd7119ae943 [2023-05-04T07:47:46.732Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-04T07:47:47.298Z] ---> 8157b8d64f88 [2023-05-04T07:47:47.298Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-04T07:47:47.568Z] ---> 781eb07c9146 [2023-05-04T07:47:47.568Z] Step 22/27 : WORKDIR / [2023-05-04T07:47:48.157Z] ---> Running in 792cf4646be1 [2023-05-04T07:47:55.105Z] ---> d3c436f824f3 [2023-05-04T07:47:55.105Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-04T07:47:55.105Z] Removing intermediate container 792cf4646be1 [2023-05-04T07:47:55.105Z] ---> c5d5e807b200 [2023-05-04T07:47:55.105Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-04T07:47:55.105Z] ---> Running in 6965a0f89aec [2023-05-04T07:47:55.105Z] ---> Running in d09771c76786 [2023-05-04T07:47:55.105Z] Removing intermediate container 6965a0f89aec [2023-05-04T07:47:55.105Z] ---> a88fa9b59725 [2023-05-04T07:47:55.105Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-04T07:47:55.105Z] Removing intermediate container 659516ab67da [2023-05-04T07:47:55.105Z] ---> c1cac91c4e42 [2023-05-04T07:47:55.105Z] [2023-05-04T07:47:55.105Z] Step 9/25 : FROM alpine:3.17 [2023-05-04T07:47:55.105Z] ---> 9ed4aefc74f6 [2023-05-04T07:47:55.105Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-04T07:47:55.105Z] Removing intermediate container d09771c76786 [2023-05-04T07:47:55.105Z] ---> 81a53a519c9d [2023-05-04T07:47:55.105Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-04T07:47:55.105Z] ---> Running in 1273ccf06e03 [2023-05-04T07:47:55.105Z] Removing intermediate container 0cc840ffce91 [2023-05-04T07:47:55.105Z] ---> 539188464bff [2023-05-04T07:47:55.105Z] [2023-05-04T07:47:55.105Z] Step 9/33 : FROM alpine:3.17 [2023-05-04T07:47:55.105Z] ---> 9ed4aefc74f6 [2023-05-04T07:47:55.105Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-04T07:47:55.105Z] ---> Using cache [2023-05-04T07:47:55.105Z] ---> 68e9bd9965fc [2023-05-04T07:47:55.105Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-04T07:47:55.105Z] Removing intermediate container 5b37a34bc5fb [2023-05-04T07:47:55.105Z] ---> c2eb4f0cd84e [2023-05-04T07:47:55.105Z] [2023-05-04T07:47:55.105Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:47:55.105Z] ---> 9ed4aefc74f6 [2023-05-04T07:47:55.105Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-04T07:47:55.105Z] ---> Running in b7808207a332 [2023-05-04T07:47:55.105Z] ---> Running in a2682201fa9b [2023-05-04T07:47:55.105Z] ---> Running in 133675453cbf [2023-05-04T07:47:55.105Z] Removing intermediate container 1273ccf06e03 [2023-05-04T07:47:55.105Z] ---> e27a463a1cb6 [2023-05-04T07:47:55.105Z] Step 24/26 : LABEL arch=x86_64 [2023-05-04T07:47:55.105Z] ---> Running in 03d27fe852c6 [2023-05-04T07:47:55.105Z] Removing intermediate container a2682201fa9b [2023-05-04T07:47:55.105Z] ---> cbde7703622e [2023-05-04T07:47:55.105Z] Step 25/27 : LABEL arch=x86_64 [2023-05-04T07:47:55.105Z] ---> Running in 6d8276fc3259 [2023-05-04T07:47:55.105Z] ---> Running in e99912b1b176 [2023-05-04T07:47:55.105Z] Removing intermediate container 6d8276fc3259 [2023-05-04T07:47:55.105Z] ---> ae48b5eda1dd [2023-05-04T07:47:55.105Z] Step 25/26 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:47:55.105Z] Removing intermediate container e99912b1b176 [2023-05-04T07:47:55.105Z] ---> bcb7a4ba4cb2 [2023-05-04T07:47:55.105Z] Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:47:55.105Z] ---> Running in d9fc84bb8280 [2023-05-04T07:47:55.105Z] ---> Running in aa024a4ee744 [2023-05-04T07:47:55.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:55.105Z] Removing intermediate container d9fc84bb8280 [2023-05-04T07:47:55.105Z] ---> 54c74eb2a194 [2023-05-04T07:47:55.105Z] Step 26/26 : LABEL version=3.0.0-dev.147 [2023-05-04T07:47:55.105Z] Removing intermediate container aa024a4ee744 [2023-05-04T07:47:55.105Z] ---> 2be5c9c0db95 [2023-05-04T07:47:55.105Z] Step 27/27 : LABEL version=3.0.0-dev.147 [2023-05-04T07:47:55.105Z] ---> Running in a274a0ab8727 [2023-05-04T07:47:55.105Z] ---> Running in 514c9bc9c5bb [2023-05-04T07:47:55.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:55.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:55.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:55.105Z] Removing intermediate container a274a0ab8727 [2023-05-04T07:47:55.105Z] ---> 9ed1a3b65ec7 [2023-05-04T07:47:55.105Z] [2023-05-04T07:47:55.105Z] Removing intermediate container 514c9bc9c5bb [2023-05-04T07:47:55.105Z] ---> 3145c0f6dbd2 [2023-05-04T07:47:55.105Z] [2023-05-04T07:47:55.365Z] Successfully built 3145c0f6dbd2 [2023-05-04T07:47:55.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:55.365Z] Successfully tagged security-spire-config:latest [2023-05-04T07:47:55.365Z] Building core-common-config-bootstrapper [2023-05-04T07:47:55.365Z]  Building security-spire-config ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:47:55.365Z] Successfully built 9ed1a3b65ec7 [2023-05-04T07:47:55.365Z] Successfully tagged security-spire-server:latest [2023-05-04T07:47:55.365Z]  Building security-spire-server ... done Building security-proxy-setup [2023-05-04T07:47:55.365Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-04T07:47:55.365Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-04T07:47:55.365Z] (3/3) Installing su-exec (0.2-r2) [2023-05-04T07:47:55.365Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:47:55.365Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T07:47:55.625Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-04T07:47:55.625Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-04T07:47:55.625Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:47:55.625Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T07:47:55.625Z] OK: 8 MiB in 18 packages [2023-05-04T07:47:55.625Z] OK: 8 MiB in 17 packages [2023-05-04T07:47:55.625Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-04T07:47:55.625Z] (2/2) Installing su-exec (0.2-r2) [2023-05-04T07:47:55.625Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:47:55.625Z] OK: 7 MiB in 17 packages [2023-05-04T07:47:59.340Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:47:59.340Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:47:59.340Z] ---> 24150b459f71 [2023-05-04T07:47:59.340Z] Step 3/22 : WORKDIR /edgex-go [2023-05-04T07:47:59.340Z] ---> Using cache [2023-05-04T07:47:59.340Z] ---> 0c4b46ca869c [2023-05-04T07:47:59.340Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-05-04T07:47:59.340Z] ---> Using cache [2023-05-04T07:47:59.340Z] ---> e2fd73eebee8 [2023-05-04T07:47:59.340Z] Step 5/22 : COPY go.mod vendor* ./ [2023-05-04T07:47:59.340Z] ---> Using cache [2023-05-04T07:47:59.340Z] ---> e56f72dac256 [2023-05-04T07:47:59.340Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:47:59.340Z] ---> Using cache [2023-05-04T07:47:59.340Z] ---> c3491d735f9d [2023-05-04T07:47:59.340Z] Step 7/22 : COPY . . [2023-05-04T07:47:59.340Z] ---> Using cache [2023-05-04T07:47:59.340Z] ---> b213b7781d9e [2023-05-04T07:47:59.340Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-04T07:47:59.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:47:59.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:47:59.600Z] ---> 24150b459f71 [2023-05-04T07:47:59.600Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:47:59.600Z] ---> Using cache [2023-05-04T07:47:59.600Z] ---> 04ad2d36b711 [2023-05-04T07:47:59.600Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:47:59.600Z] ---> Using cache [2023-05-04T07:47:59.600Z] ---> e6f6e700f5ba [2023-05-04T07:47:59.600Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:47:59.600Z] ---> Using cache [2023-05-04T07:47:59.600Z] ---> 9f7590211bf4 [2023-05-04T07:47:59.600Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:47:59.600Z] ---> Using cache [2023-05-04T07:47:59.600Z] ---> 468f26405424 [2023-05-04T07:47:59.600Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:47:59.600Z] ---> Using cache [2023-05-04T07:47:59.600Z] ---> db82b8e59e78 [2023-05-04T07:47:59.600Z] Step 8/23 : COPY . . [2023-05-04T07:47:59.600Z] ---> Using cache [2023-05-04T07:47:59.600Z] ---> 0ac7239b6339 [2023-05-04T07:47:59.600Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-05-04T07:48:02.889Z] ---> Running in ad2aea64a75a [2023-05-04T07:48:02.889Z] ---> Running in 03c07a8de859 [2023-05-04T07:48:02.889Z] Removing intermediate container 133675453cbf [2023-05-04T07:48:02.889Z] ---> 3f771d773d1a [2023-05-04T07:48:02.889Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-04T07:48:03.155Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-04T07:48:03.155Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-05-04T07:48:03.155Z] Removing intermediate container 03d27fe852c6 [2023-05-04T07:48:03.155Z] ---> d7333e6e5875 [2023-05-04T07:48:03.155Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:48:03.155Z] Removing intermediate container b7808207a332 [2023-05-04T07:48:03.155Z] ---> 8dbe552a975f [2023-05-04T07:48:03.155Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-04T07:48:03.414Z] ---> Running in 250470b23a0b [2023-05-04T07:48:03.671Z] ---> Running in 189e93318632 [2023-05-04T07:48:03.671Z] ---> Running in a0cffe54eeb2 [2023-05-04T07:48:03.930Z] Removing intermediate container 250470b23a0b [2023-05-04T07:48:03.930Z] ---> 72a79d4cd40e [2023-05-04T07:48:03.930Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-04T07:48:03.930Z] ---> Running in 258b11e88414 [2023-05-04T07:48:03.930Z] Removing intermediate container 189e93318632 [2023-05-04T07:48:03.930Z] ---> bfd512920050 [2023-05-04T07:48:03.930Z] Step 12/25 : WORKDIR / [2023-05-04T07:48:04.191Z] Removing intermediate container a0cffe54eeb2 [2023-05-04T07:48:04.191Z] ---> ceb3cdade186 [2023-05-04T07:48:04.191Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-04T07:48:04.191Z] ---> Running in 73c39511febd [2023-05-04T07:48:04.191Z] Removing intermediate container 258b11e88414 [2023-05-04T07:48:04.191Z] ---> b8da53b46d0c [2023-05-04T07:48:04.191Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-04T07:48:04.191Z] ---> Running in 9bf3cf409693 [2023-05-04T07:48:04.191Z] ---> Running in 93a659694021 [2023-05-04T07:48:04.449Z] Removing intermediate container 73c39511febd [2023-05-04T07:48:04.449Z] ---> 70cb14092525 [2023-05-04T07:48:04.449Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:48:04.449Z] Removing intermediate container 9bf3cf409693 [2023-05-04T07:48:04.449Z] ---> b4a42fbc4a70 [2023-05-04T07:48:04.449Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-04T07:48:04.449Z] Removing intermediate container 93a659694021 [2023-05-04T07:48:04.449Z] ---> 51a61f1d7007 [2023-05-04T07:48:04.449Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-04T07:48:04.449Z] ---> Running in be847e560548 [2023-05-04T07:48:04.709Z] ---> Running in 09664f8cbc87 [2023-05-04T07:48:04.709Z] ---> 33b9b63c3494 [2023-05-04T07:48:04.709Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:48:04.709Z] Removing intermediate container be847e560548 [2023-05-04T07:48:04.709Z] ---> 8e79882c1efb [2023-05-04T07:48:04.709Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:48:04.978Z] Removing intermediate container 09664f8cbc87 [2023-05-04T07:48:04.978Z] ---> da925ce034c3 [2023-05-04T07:48:04.978Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-04T07:48:04.978Z] ---> bf4e525f57b1 [2023-05-04T07:48:04.978Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-04T07:48:04.978Z] ---> 18df853c5d60 [2023-05-04T07:48:04.978Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:48:04.978Z] ---> Running in af0195d57ad3 [2023-05-04T07:48:05.237Z] ---> 754ac634f300 [2023-05-04T07:48:05.237Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-04T07:48:05.237Z] ---> 008f3b286d6c [2023-05-04T07:48:05.237Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-04T07:48:06.206Z] ---> c653378d1e14 [2023-05-04T07:48:06.206Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:48:08.310Z] ---> 13e10fda6b5a [2023-05-04T07:48:08.310Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-04T07:48:08.310Z] ---> dfc32fdbf56d [2023-05-04T07:48:08.310Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:48:08.310Z] Removing intermediate container af0195d57ad3 [2023-05-04T07:48:08.310Z] ---> e812f365376a [2023-05-04T07:48:08.310Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-04T07:48:08.603Z] ---> Running in 31f91f0c0821 [2023-05-04T07:48:09.557Z] ---> cdbcf3e92738 [2023-05-04T07:48:09.557Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-04T07:48:10.499Z] Removing intermediate container 31f91f0c0821 [2023-05-04T07:48:10.499Z] ---> abcaa41647c3 [2023-05-04T07:48:10.499Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-04T07:48:10.499Z] ---> 07a003bab816 [2023-05-04T07:48:10.499Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-04T07:48:10.499Z] ---> Running in 1d338570fb04 [2023-05-04T07:48:12.536Z] Removing intermediate container 1d338570fb04 [2023-05-04T07:48:12.536Z] ---> 7f477af5a09a [2023-05-04T07:48:12.536Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T07:48:12.797Z] ---> 4545afbc29de [2023-05-04T07:48:12.797Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-04T07:48:13.369Z] ---> Running in bc8cedc05025 [2023-05-04T07:48:13.369Z] ---> Running in cb2a56e0d2b6 [2023-05-04T07:48:13.369Z] ---> 25b06f85140d [2023-05-04T07:48:13.369Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-04T07:48:14.308Z] Removing intermediate container bc8cedc05025 [2023-05-04T07:48:14.308Z] ---> ee353e69bbde [2023-05-04T07:48:14.308Z] Step 21/23 : LABEL arch=x86_64 [2023-05-04T07:48:14.308Z] ---> 9a760bb60b62 [2023-05-04T07:48:14.308Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T07:48:14.308Z] ---> Running in 56352f6821c0 [2023-05-04T07:48:14.568Z] ---> Running in 6bb3380fc906 [2023-05-04T07:48:14.568Z] Removing intermediate container 56352f6821c0 [2023-05-04T07:48:14.568Z] ---> e063a0ae3b80 [2023-05-04T07:48:14.568Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:14.568Z] ---> Running in 5777230b8b9e [2023-05-04T07:48:14.826Z] Removing intermediate container 5777230b8b9e [2023-05-04T07:48:14.826Z] ---> b4c2a3d60604 [2023-05-04T07:48:14.826Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:48:15.085Z] Removing intermediate container cb2a56e0d2b6 [2023-05-04T07:48:15.085Z] ---> 76fdd545d87d [2023-05-04T07:48:15.085Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:48:15.085Z] ---> Running in d91609028df8 [2023-05-04T07:48:15.344Z] Removing intermediate container d91609028df8 [2023-05-04T07:48:15.344Z] ---> 83a85def0515 [2023-05-04T07:48:15.344Z] [2023-05-04T07:48:15.344Z] Successfully built 83a85def0515 [2023-05-04T07:48:15.605Z] Successfully tagged support-notifications:latest [2023-05-04T07:48:15.605Z]  Building support-notifications ... done  ---> 221275b10f7c [2023-05-04T07:48:15.867Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:48:16.806Z] ---> 1cf066e39e69 [2023-05-04T07:48:16.806Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-04T07:48:17.403Z] Removing intermediate container 6bb3380fc906 [2023-05-04T07:48:17.403Z] ---> 106fd147a6a3 [2023-05-04T07:48:17.403Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T07:48:18.472Z] ---> Running in 3b2ceb304717 [2023-05-04T07:48:18.472Z] ---> 2762c4fddcc5 [2023-05-04T07:48:18.472Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-04T07:48:18.756Z] Removing intermediate container 3b2ceb304717 [2023-05-04T07:48:18.756Z] ---> 8cb7d4ac710a [2023-05-04T07:48:18.756Z] Step 23/25 : LABEL arch=x86_64 [2023-05-04T07:48:19.124Z] ---> Running in c3a69ea33bc8 [2023-05-04T07:48:19.407Z] ---> 50541333bff3 [2023-05-04T07:48:19.407Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-04T07:48:20.027Z] Removing intermediate container c3a69ea33bc8 [2023-05-04T07:48:20.027Z] ---> 34be6bb3c38f [2023-05-04T07:48:20.027Z] Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:22.841Z] ---> Running in eaf18c932fdb [2023-05-04T07:48:22.841Z] ---> cf4065b20506 [2023-05-04T07:48:22.841Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-04T07:48:22.841Z] Removing intermediate container eaf18c932fdb [2023-05-04T07:48:22.841Z] ---> 41002afd5030 [2023-05-04T07:48:22.841Z] Step 25/25 : LABEL version=3.0.0-dev.147 [2023-05-04T07:48:23.249Z] ---> 8a2d96a04624 [2023-05-04T07:48:23.249Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-04T07:48:24.252Z] ---> Running in 724d876b4818 [2023-05-04T07:48:25.642Z] ---> e91c535bb2be [2023-05-04T07:48:25.642Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-04T07:48:25.902Z] Removing intermediate container 724d876b4818 [2023-05-04T07:48:25.902Z] ---> 36a428f13481 [2023-05-04T07:48:25.902Z] [2023-05-04T07:48:25.902Z] Successfully built 36a428f13481 [2023-05-04T07:48:25.902Z] Removing intermediate container 03c07a8de859 [2023-05-04T07:48:25.902Z] ---> 1e9dafea95cc [2023-05-04T07:48:25.902Z] [2023-05-04T07:48:25.903Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:48:26.163Z] ---> 9ed4aefc74f6 [2023-05-04T07:48:26.163Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-04T07:48:26.163Z] Successfully tagged security-secretstore-setup:latest [2023-05-04T07:48:26.163Z] ---> 00b5e07235f8 [2023-05-04T07:48:26.163Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-04T07:48:26.163Z] ---> Using cache [2023-05-04T07:48:26.163Z]  Building security-secretstore-setup ... done  ---> 1a0e34acb4f2 [2023-05-04T07:48:26.163Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:48:26.163Z] ---> Using cache [2023-05-04T07:48:26.163Z] ---> a6b6b392b623 [2023-05-04T07:48:26.163Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:48:26.163Z] ---> Using cache [2023-05-04T07:48:26.163Z] ---> f4e42b3826e9 [2023-05-04T07:48:26.163Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:48:26.163Z] ---> Using cache [2023-05-04T07:48:26.163Z] Removing intermediate container ad2aea64a75a [2023-05-04T07:48:26.163Z] ---> 8c932cad6623 [2023-05-04T07:48:26.163Z] [2023-05-04T07:48:26.163Z] Step 9/22 : FROM alpine:3.17 [2023-05-04T07:48:26.163Z] ---> 9ed4aefc74f6 [2023-05-04T07:48:26.163Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-04T07:48:26.443Z] ---> 4224f4148644 [2023-05-04T07:48:26.443Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-04T07:48:26.443Z] ---> Running in ea05412efb3f [2023-05-04T07:48:26.443Z] ---> Running in 795f0daa573c [2023-05-04T07:48:27.013Z] ---> 1558b1bd33b2 [2023-05-04T07:48:27.013Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:48:27.272Z] ---> efe69b330230 [2023-05-04T07:48:27.272Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-04T07:48:27.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-04T07:48:27.549Z] ---> fd88633da84e [2023-05-04T07:48:27.549Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T07:48:27.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-04T07:48:28.117Z] ---> Running in d4e0af5601b6 [2023-05-04T07:48:28.117Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-04T07:48:28.117Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-04T07:48:28.117Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:48:28.117Z] OK: 8 MiB in 17 packages [2023-05-04T07:48:28.117Z] Removing intermediate container ea05412efb3f [2023-05-04T07:48:28.117Z] ---> 82c0c33a600a [2023-05-04T07:48:28.117Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-04T07:48:28.605Z] ---> Running in 006f0a008ef5 [2023-05-04T07:48:28.868Z] Removing intermediate container 006f0a008ef5 [2023-05-04T07:48:28.868Z] ---> 859064c2ce67 [2023-05-04T07:48:28.868Z] Step 30/33 : CMD ["gate"] [2023-05-04T07:48:28.868Z] ---> Running in af58dacb1d89 [2023-05-04T07:48:28.868Z] Removing intermediate container 795f0daa573c [2023-05-04T07:48:28.868Z] ---> 9521ea83f089 [2023-05-04T07:48:28.868Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-04T07:48:28.868Z] Removing intermediate container af58dacb1d89 [2023-05-04T07:48:28.868Z] ---> cc6427138ece [2023-05-04T07:48:28.868Z] Step 31/33 : LABEL arch=x86_64 [2023-05-04T07:48:29.134Z] ---> Running in 184f41015f6e [2023-05-04T07:48:29.134Z] ---> Running in b60b338e8bcd [2023-05-04T07:48:29.395Z] Removing intermediate container 184f41015f6e [2023-05-04T07:48:29.395Z] ---> ce47c0b09ab8 [2023-05-04T07:48:29.395Z] Step 12/22 : WORKDIR /edgex [2023-05-04T07:48:29.395Z] Removing intermediate container d4e0af5601b6 [2023-05-04T07:48:29.395Z] ---> 54547597429c [2023-05-04T07:48:29.395Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T07:48:29.395Z] Removing intermediate container b60b338e8bcd [2023-05-04T07:48:29.395Z] ---> 4b14996fe77c [2023-05-04T07:48:29.395Z] Step 32/33 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:29.656Z] ---> Running in fd2f99c4964a [2023-05-04T07:48:29.656Z] ---> Running in 253a3cefae9b [2023-05-04T07:48:29.656Z] ---> Running in 2aa1d3c67a1b [2023-05-04T07:48:29.920Z] Removing intermediate container fd2f99c4964a [2023-05-04T07:48:29.920Z] ---> 0440c48b7dd7 [2023-05-04T07:48:29.920Z] Step 33/33 : LABEL version=3.0.0-dev.147 [2023-05-04T07:48:29.920Z] Removing intermediate container 2aa1d3c67a1b [2023-05-04T07:48:29.920Z] ---> 836e0948b2fa [2023-05-04T07:48:29.920Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-04T07:48:29.920Z] Removing intermediate container 253a3cefae9b [2023-05-04T07:48:29.920Z] ---> 633ef9a6871b [2023-05-04T07:48:29.920Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:48:29.920Z] ---> Running in 0a74ba215cba [2023-05-04T07:48:29.920Z] ---> Running in 28383d0d8dc2 [2023-05-04T07:48:30.185Z] Removing intermediate container 0a74ba215cba [2023-05-04T07:48:30.185Z] ---> d9cf4aab1d4c [2023-05-04T07:48:30.185Z] [2023-05-04T07:48:30.185Z] Removing intermediate container 28383d0d8dc2 [2023-05-04T07:48:30.185Z] ---> b79da94a22a3 [2023-05-04T07:48:30.185Z] Step 21/23 : LABEL arch=x86_64 [2023-05-04T07:48:30.185Z] ---> f106ea97d5cd [2023-05-04T07:48:30.185Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:48:30.185Z] ---> Running in 3c99e613e10e [2023-05-04T07:48:30.185Z] Successfully built d9cf4aab1d4c [2023-05-04T07:48:30.185Z] Successfully tagged security-bootstrapper:latest [2023-05-04T07:48:30.185Z]  Building security-bootstrapper ... done Removing intermediate container 3c99e613e10e [2023-05-04T07:48:30.185Z] ---> 585216fa6c2c [2023-05-04T07:48:30.185Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:30.185Z] ---> Running in cda1f9d5ed62 [2023-05-04T07:48:30.185Z] ---> 9f2da92e7e5b [2023-05-04T07:48:30.185Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-04T07:48:30.450Z] Removing intermediate container cda1f9d5ed62 [2023-05-04T07:48:30.450Z] ---> 4ce5340509a9 [2023-05-04T07:48:30.450Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:48:30.450Z] ---> Running in c53ff943524f [2023-05-04T07:48:30.721Z] ---> 0840504d0a62 [2023-05-04T07:48:30.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-04T07:48:30.981Z] Removing intermediate container c53ff943524f [2023-05-04T07:48:30.982Z] ---> cedfa1786405 [2023-05-04T07:48:30.982Z] [2023-05-04T07:48:30.982Z] Successfully built cedfa1786405 [2023-05-04T07:48:30.982Z] Successfully tagged core-common-config-bootstrapper:latest [2023-05-04T07:48:31.574Z]  Building core-common-config-bootstrapper ... done  ---> 462498b16c86 [2023-05-04T07:48:31.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-04T07:48:31.833Z] ---> d8300d35714a [2023-05-04T07:48:31.833Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T07:48:31.833Z] ---> Running in 63d82bf10012 [2023-05-04T07:48:33.264Z] Removing intermediate container 63d82bf10012 [2023-05-04T07:48:33.264Z] ---> d1c90e94ed9e [2023-05-04T07:48:33.264Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T07:48:33.264Z] ---> Running in 79a7ac3e85e2 [2023-05-04T07:48:33.264Z] Removing intermediate container 79a7ac3e85e2 [2023-05-04T07:48:33.264Z] ---> be35ae1bc85c [2023-05-04T07:48:33.264Z] Step 20/22 : LABEL arch=x86_64 [2023-05-04T07:48:33.264Z] ---> Running in 81af051142e6 [2023-05-04T07:48:33.264Z] Removing intermediate container 81af051142e6 [2023-05-04T07:48:33.264Z] ---> fb01464e547b [2023-05-04T07:48:33.264Z] Step 21/22 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:33.264Z] ---> Running in cc6137d34cc0 [2023-05-04T07:48:33.524Z] Removing intermediate container cc6137d34cc0 [2023-05-04T07:48:33.524Z] ---> d57f8d05c5e9 [2023-05-04T07:48:33.524Z] Step 22/22 : LABEL version=3.0.0-dev.147 [2023-05-04T07:48:33.785Z] ---> Running in 2a01b6d7e243 [2023-05-04T07:48:33.785Z] Removing intermediate container 2a01b6d7e243 [2023-05-04T07:48:33.785Z] ---> 6eefaac565cb [2023-05-04T07:48:33.785Z] [2023-05-04T07:48:33.785Z] Successfully built 6eefaac565cb [2023-05-04T07:48:34.046Z] Successfully tagged security-proxy-setup:latest [2023-05-04T07:48:34.053Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-05-04T07:48:34.093Z] $ docker stop --time=1 02cfc6a72257055012e8096110b296124b6581390e8398526dc00be29cfb3f5b [2023-05-04T07:48:35.499Z] $ docker rm -f --volumes 02cfc6a72257055012e8096110b296124b6581390e8398526dc00be29cfb3f5b [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T07:48:35.821Z] + docker images [2023-05-04T07:48:35.821Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-04T07:48:35.821Z] security-proxy-setup latest 6eefaac565cb 2 seconds ago 18.7MB [2023-05-04T07:48:35.821Z] core-common-config-bootstrapper latest cedfa1786405 5 seconds ago 17.2MB [2023-05-04T07:48:35.821Z] security-bootstrapper latest d9cf4aab1d4c 6 seconds ago 22.2MB [2023-05-04T07:48:35.821Z] security-secretstore-setup latest 36a428f13481 10 seconds ago 32.8MB [2023-05-04T07:48:35.821Z] 1e9dafea95cc 10 seconds ago 1.72GB [2023-05-04T07:48:35.821Z] 8c932cad6623 10 seconds ago 1.7GB [2023-05-04T07:48:35.821Z] support-notifications latest 83a85def0515 20 seconds ago 32.4MB [2023-05-04T07:48:35.821Z] security-spire-config latest 3145c0f6dbd2 40 seconds ago 102MB [2023-05-04T07:48:35.821Z] security-spire-server latest 9ed1a3b65ec7 40 seconds ago 103MB [2023-05-04T07:48:35.821Z] 539188464bff 42 seconds ago 1.71GB [2023-05-04T07:48:35.821Z] c2eb4f0cd84e 42 seconds ago 1.79GB [2023-05-04T07:48:35.821Z] c1cac91c4e42 42 seconds ago 1.72GB [2023-05-04T07:48:35.821Z] e02d3d4faba9 About a minute ago 1.58GB [2023-05-04T07:48:35.821Z] support-scheduler latest 86020d77d975 About a minute ago 31.8MB [2023-05-04T07:48:35.821Z] 8b102f399c49 About a minute ago 1.58GB [2023-05-04T07:48:35.821Z] 304b93392338 About a minute ago 1.79GB [2023-05-04T07:48:35.821Z] core-command latest 1ae90a32e3a2 2 minutes ago 19.8MB [2023-05-04T07:48:35.821Z] e8a4eadf2050 2 minutes ago 1.72GB [2023-05-04T07:48:35.821Z] security-proxy-auth latest 4cc4a1e3e437 3 minutes ago 18.3MB [2023-05-04T07:48:35.821Z] core-data latest 50f94fdf00ea 3 minutes ago 20MB [2023-05-04T07:48:35.821Z] core-metadata latest 4a6bdb10387d 3 minutes ago 20.4MB [2023-05-04T07:48:35.821Z] security-spiffe-token-provider latest a88a1bb1388a 3 minutes ago 32.8MB [2023-05-04T07:48:35.821Z] security-spire-agent latest 2ad6c0c53ab5 3 minutes ago 161MB [2023-05-04T07:48:35.821Z] 45a5b583c7f5 3 minutes ago 1.76GB [2023-05-04T07:48:35.821Z] ced559b3e8d2 3 minutes ago 1.73GB [2023-05-04T07:48:35.821Z] 383c58876be6 3 minutes ago 1.7GB [2023-05-04T07:48:35.821Z] 7a79199627c3 3 minutes ago 1.73GB [2023-05-04T07:48:35.821Z] 18cde47f90bc 4 minutes ago 1.58GB [2023-05-04T07:48:35.821Z] ci-base-image-x86_64 latest 24150b459f71 8 minutes ago 918MB [2023-05-04T07:48:35.821Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 9 days ago 700MB [2023-05-04T07:48:35.821Z] alpine 3.17 9ed4aefc74f6 5 weeks ago 7.05MB [2023-05-04T07:48:35.821Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-05-04T07:48:35.821Z] 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-05-04T07:48:35.947Z] provisioning config files... [2023-05-04T07:48:35.954Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config5044390345661933843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T07:48:36.251Z] ---> docker-login.sh [2023-05-04T07:48:36.251Z] nexus3.edgexfoundry.org:10001 [2023-05-04T07:48:36.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:48:36.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:48:36.251Z] Configure a credential helper to remove this warning. See [2023-05-04T07:48:36.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:48:36.251Z] [2023-05-04T07:48:36.251Z] Login Succeeded [2023-05-04T07:48:36.251Z] nexus3.edgexfoundry.org:10002 [2023-05-04T07:48:36.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:48:36.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:48:36.513Z] Configure a credential helper to remove this warning. See [2023-05-04T07:48:36.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:48:36.513Z] [2023-05-04T07:48:36.513Z] Login Succeeded [2023-05-04T07:48:36.513Z] nexus3.edgexfoundry.org:10003 [2023-05-04T07:48:36.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:48:36.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:48:36.513Z] Configure a credential helper to remove this warning. See [2023-05-04T07:48:36.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:48:36.513Z] [2023-05-04T07:48:36.513Z] Login Succeeded [2023-05-04T07:48:36.513Z] nexus3.edgexfoundry.org:10004 [2023-05-04T07:48:36.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:48:36.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:48:36.773Z] Configure a credential helper to remove this warning. See [2023-05-04T07:48:36.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:48:36.773Z] [2023-05-04T07:48:36.773Z] Login Succeeded [2023-05-04T07:48:36.773Z] docker.io [2023-05-04T07:48:36.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T07:48:37.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T07:48:37.033Z] Configure a credential helper to remove this warning. See [2023-05-04T07:48:37.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T07:48:37.033Z] [2023-05-04T07:48:37.033Z] Login Succeeded [2023-05-04T07:48:37.033Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T07:48:37.039Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:48:37.073Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T07:48:37.101Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-05-04T07:48:37.101Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:37.101Z] latest [2023-05-04T07:48:37.101Z] 3.0.0-dev.147 [2023-05-04T07:48:37.101Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:37.101Z] main [2023-05-04T07:48:37.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:37.429Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:37.741Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:37.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-04T07:48:37.742Z] 77080b338150: Preparing [2023-05-04T07:48:37.742Z] 1c7f2bb0cfdc: Preparing [2023-05-04T07:48:37.742Z] de54c6884eb1: Preparing [2023-05-04T07:48:37.742Z] 87a97453d705: Preparing [2023-05-04T07:48:37.742Z] 9184a187baed: Preparing [2023-05-04T07:48:37.742Z] f1417ff83b31: Preparing [2023-05-04T07:48:37.742Z] f1417ff83b31: Waiting [2023-05-04T07:48:37.742Z] de54c6884eb1: Pushed [2023-05-04T07:48:37.742Z] 77080b338150: Pushed [2023-05-04T07:48:38.001Z] 9184a187baed: Pushed [2023-05-04T07:48:38.001Z] 87a97453d705: Pushed [2023-05-04T07:48:38.001Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:38.936Z] 1c7f2bb0cfdc: Pushed [2023-05-04T07:48:39.502Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:39.819Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:40.148Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-05-04T07:48:40.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-04T07:48:40.148Z] 77080b338150: Preparing [2023-05-04T07:48:40.148Z] 1c7f2bb0cfdc: Preparing [2023-05-04T07:48:40.148Z] de54c6884eb1: Preparing [2023-05-04T07:48:40.148Z] 87a97453d705: Preparing [2023-05-04T07:48:40.148Z] 9184a187baed: Preparing [2023-05-04T07:48:40.148Z] f1417ff83b31: Preparing [2023-05-04T07:48:40.148Z] 87a97453d705: Layer already exists [2023-05-04T07:48:40.148Z] 9184a187baed: Layer already exists [2023-05-04T07:48:40.148Z] 77080b338150: Layer already exists [2023-05-04T07:48:40.148Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:40.148Z] 1c7f2bb0cfdc: Layer already exists [2023-05-04T07:48:40.148Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:40.148Z] latest: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:40.466Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:40.775Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.147 [2023-05-04T07:48:40.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-04T07:48:40.775Z] 77080b338150: Preparing [2023-05-04T07:48:40.775Z] 1c7f2bb0cfdc: Preparing [2023-05-04T07:48:40.775Z] de54c6884eb1: Preparing [2023-05-04T07:48:40.775Z] 87a97453d705: Preparing [2023-05-04T07:48:40.775Z] 9184a187baed: Preparing [2023-05-04T07:48:40.775Z] f1417ff83b31: Preparing [2023-05-04T07:48:40.775Z] f1417ff83b31: Waiting [2023-05-04T07:48:40.775Z] 9184a187baed: Layer already exists [2023-05-04T07:48:40.775Z] 77080b338150: Layer already exists [2023-05-04T07:48:40.775Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:40.775Z] 1c7f2bb0cfdc: Layer already exists [2023-05-04T07:48:40.775Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:40.775Z] 87a97453d705: Layer already exists [2023-05-04T07:48:40.775Z] 3.0.0-dev.147: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:41.108Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:41.682Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:41.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-04T07:48:41.682Z] 77080b338150: Preparing [2023-05-04T07:48:41.682Z] 1c7f2bb0cfdc: Preparing [2023-05-04T07:48:41.682Z] de54c6884eb1: Preparing [2023-05-04T07:48:41.682Z] 87a97453d705: Preparing [2023-05-04T07:48:41.682Z] 9184a187baed: Preparing [2023-05-04T07:48:41.682Z] f1417ff83b31: Preparing [2023-05-04T07:48:41.682Z] f1417ff83b31: Waiting [2023-05-04T07:48:41.682Z] 1c7f2bb0cfdc: Layer already exists [2023-05-04T07:48:41.682Z] 87a97453d705: Layer already exists [2023-05-04T07:48:41.682Z] 77080b338150: Layer already exists [2023-05-04T07:48:41.682Z] 9184a187baed: Layer already exists [2023-05-04T07:48:41.682Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:41.682Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:41.682Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:41.989Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:42.294Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-05-04T07:48:42.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-05-04T07:48:42.295Z] 77080b338150: Preparing [2023-05-04T07:48:42.295Z] 1c7f2bb0cfdc: Preparing [2023-05-04T07:48:42.295Z] de54c6884eb1: Preparing [2023-05-04T07:48:42.295Z] 87a97453d705: Preparing [2023-05-04T07:48:42.295Z] 9184a187baed: Preparing [2023-05-04T07:48:42.295Z] f1417ff83b31: Preparing [2023-05-04T07:48:42.295Z] f1417ff83b31: Waiting [2023-05-04T07:48:42.295Z] 1c7f2bb0cfdc: Layer already exists [2023-05-04T07:48:42.295Z] 87a97453d705: Layer already exists [2023-05-04T07:48:42.295Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:42.295Z] 77080b338150: Layer already exists [2023-05-04T07:48:42.295Z] 9184a187baed: Layer already exists [2023-05-04T07:48:42.295Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:42.295Z] main: digest: sha256:ec3e5713cb2812f6549a0f48ff4cfa8be83557a778515ba55de60b1b8521ab7d size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:48:42.330Z] ===================================================== [Pipeline] echo [2023-05-04T07:48:42.336Z] taggedImages: [2023-05-04T07:48:42.336Z] - nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:42.336Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-05-04T07:48:42.336Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.147 [2023-05-04T07:48:42.336Z] - nexus3.edgexfoundry.org:10004/core-command:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:42.336Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-05-04T07:48:42.376Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-05-04T07:48:42.376Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:42.376Z] latest [2023-05-04T07:48:42.376Z] 3.0.0-dev.147 [2023-05-04T07:48:42.376Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:42.376Z] main [2023-05-04T07:48:42.376Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:42.686Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:43.017Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:43.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-04T07:48:43.017Z] 23363e878a62: Preparing [2023-05-04T07:48:43.017Z] 1889f80d0082: Preparing [2023-05-04T07:48:43.017Z] 0c1a88dcbd72: Preparing [2023-05-04T07:48:43.017Z] a8d723c4dfe8: Preparing [2023-05-04T07:48:43.017Z] de54c6884eb1: Preparing [2023-05-04T07:48:43.017Z] 87a97453d705: Preparing [2023-05-04T07:48:43.017Z] bd1911abc278: Preparing [2023-05-04T07:48:43.017Z] f1417ff83b31: Preparing [2023-05-04T07:48:43.017Z] bd1911abc278: Waiting [2023-05-04T07:48:43.017Z] 87a97453d705: Waiting [2023-05-04T07:48:43.017Z] f1417ff83b31: Waiting [2023-05-04T07:48:43.017Z] 23363e878a62: Pushed [2023-05-04T07:48:43.017Z] 0c1a88dcbd72: Pushed [2023-05-04T07:48:43.321Z] 1889f80d0082: Pushed [2023-05-04T07:48:43.321Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:43.321Z] bd1911abc278: Pushed [2023-05-04T07:48:43.321Z] 87a97453d705: Layer already exists [2023-05-04T07:48:43.321Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:44.287Z] a8d723c4dfe8: Pushed [2023-05-04T07:48:44.287Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:44.648Z] + 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-05-04T07:48:44.951Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-05-04T07:48:44.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-04T07:48:44.951Z] 23363e878a62: Preparing [2023-05-04T07:48:44.951Z] 1889f80d0082: Preparing [2023-05-04T07:48:44.951Z] 0c1a88dcbd72: Preparing [2023-05-04T07:48:44.951Z] a8d723c4dfe8: Preparing [2023-05-04T07:48:44.951Z] de54c6884eb1: Preparing [2023-05-04T07:48:44.951Z] 87a97453d705: Preparing [2023-05-04T07:48:44.951Z] bd1911abc278: Preparing [2023-05-04T07:48:44.951Z] f1417ff83b31: Preparing [2023-05-04T07:48:44.951Z] bd1911abc278: Waiting [2023-05-04T07:48:44.951Z] f1417ff83b31: Waiting [2023-05-04T07:48:44.951Z] 87a97453d705: Waiting [2023-05-04T07:48:44.951Z] 0c1a88dcbd72: Layer already exists [2023-05-04T07:48:44.951Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:44.951Z] a8d723c4dfe8: Layer already exists [2023-05-04T07:48:44.951Z] 1889f80d0082: Layer already exists [2023-05-04T07:48:44.951Z] 23363e878a62: Layer already exists [2023-05-04T07:48:44.951Z] bd1911abc278: Layer already exists [2023-05-04T07:48:44.951Z] 87a97453d705: Layer already exists [2023-05-04T07:48:44.951Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:44.951Z] latest: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:45.259Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:45.558Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.147 [2023-05-04T07:48:45.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-04T07:48:45.558Z] 23363e878a62: Preparing [2023-05-04T07:48:45.558Z] 1889f80d0082: Preparing [2023-05-04T07:48:45.558Z] 0c1a88dcbd72: Preparing [2023-05-04T07:48:45.558Z] a8d723c4dfe8: Preparing [2023-05-04T07:48:45.558Z] de54c6884eb1: Preparing [2023-05-04T07:48:45.558Z] 87a97453d705: Preparing [2023-05-04T07:48:45.558Z] bd1911abc278: Preparing [2023-05-04T07:48:45.558Z] f1417ff83b31: Preparing [2023-05-04T07:48:45.558Z] 87a97453d705: Waiting [2023-05-04T07:48:45.558Z] bd1911abc278: Waiting [2023-05-04T07:48:45.558Z] f1417ff83b31: Waiting [2023-05-04T07:48:45.558Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:45.558Z] a8d723c4dfe8: Layer already exists [2023-05-04T07:48:45.558Z] 1889f80d0082: Layer already exists [2023-05-04T07:48:45.558Z] 0c1a88dcbd72: Layer already exists [2023-05-04T07:48:45.558Z] 23363e878a62: Layer already exists [2023-05-04T07:48:45.558Z] bd1911abc278: Layer already exists [2023-05-04T07:48:45.558Z] 87a97453d705: Layer already exists [2023-05-04T07:48:45.558Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:45.558Z] 3.0.0-dev.147: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:45.880Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:46.188Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:46.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-04T07:48:46.188Z] 23363e878a62: Preparing [2023-05-04T07:48:46.188Z] 1889f80d0082: Preparing [2023-05-04T07:48:46.188Z] 0c1a88dcbd72: Preparing [2023-05-04T07:48:46.188Z] a8d723c4dfe8: Preparing [2023-05-04T07:48:46.188Z] de54c6884eb1: Preparing [2023-05-04T07:48:46.188Z] 87a97453d705: Preparing [2023-05-04T07:48:46.188Z] bd1911abc278: Preparing [2023-05-04T07:48:46.188Z] f1417ff83b31: Preparing [2023-05-04T07:48:46.188Z] 87a97453d705: Waiting [2023-05-04T07:48:46.188Z] bd1911abc278: Waiting [2023-05-04T07:48:46.188Z] f1417ff83b31: Waiting [2023-05-04T07:48:46.188Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:46.188Z] 23363e878a62: Layer already exists [2023-05-04T07:48:46.188Z] 0c1a88dcbd72: Layer already exists [2023-05-04T07:48:46.188Z] a8d723c4dfe8: Layer already exists [2023-05-04T07:48:46.188Z] 1889f80d0082: Layer already exists [2023-05-04T07:48:46.188Z] 87a97453d705: Layer already exists [2023-05-04T07:48:46.188Z] bd1911abc278: Layer already exists [2023-05-04T07:48:46.188Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:46.188Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:46.501Z] + 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-05-04T07:48:46.817Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-05-04T07:48:46.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-05-04T07:48:46.817Z] 23363e878a62: Preparing [2023-05-04T07:48:46.817Z] 1889f80d0082: Preparing [2023-05-04T07:48:46.817Z] 0c1a88dcbd72: Preparing [2023-05-04T07:48:46.817Z] a8d723c4dfe8: Preparing [2023-05-04T07:48:46.817Z] de54c6884eb1: Preparing [2023-05-04T07:48:46.817Z] 87a97453d705: Preparing [2023-05-04T07:48:46.817Z] bd1911abc278: Preparing [2023-05-04T07:48:46.817Z] f1417ff83b31: Preparing [2023-05-04T07:48:46.817Z] 87a97453d705: Waiting [2023-05-04T07:48:46.817Z] bd1911abc278: Waiting [2023-05-04T07:48:46.817Z] f1417ff83b31: Waiting [2023-05-04T07:48:46.817Z] a8d723c4dfe8: Layer already exists [2023-05-04T07:48:46.817Z] 1889f80d0082: Layer already exists [2023-05-04T07:48:46.817Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:46.817Z] 0c1a88dcbd72: Layer already exists [2023-05-04T07:48:46.817Z] 23363e878a62: Layer already exists [2023-05-04T07:48:46.817Z] 87a97453d705: Layer already exists [2023-05-04T07:48:46.817Z] bd1911abc278: Layer already exists [2023-05-04T07:48:46.817Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:46.817Z] main: digest: sha256:1bc70ead05016ba2a6e801bf26d10cdfa739cc9d61bb0ece59f0d767d3873b56 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:48:46.854Z] ===================================================== [Pipeline] echo [2023-05-04T07:48:46.860Z] taggedImages: [2023-05-04T07:48:46.860Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:46.860Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-05-04T07:48:46.860Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.147 [2023-05-04T07:48:46.860Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:46.860Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-05-04T07:48:46.875Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-05-04T07:48:46.875Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:46.875Z] latest [2023-05-04T07:48:46.875Z] 3.0.0-dev.147 [2023-05-04T07:48:46.875Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:46.875Z] main [2023-05-04T07:48:46.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:47.189Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:47.500Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:47.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-04T07:48:47.500Z] 43abb1d7e171: Preparing [2023-05-04T07:48:47.500Z] 0d9c1878a19b: Preparing [2023-05-04T07:48:47.500Z] de54c6884eb1: Preparing [2023-05-04T07:48:47.500Z] 87a97453d705: Preparing [2023-05-04T07:48:47.500Z] eb5a084b3891: Preparing [2023-05-04T07:48:47.500Z] f1417ff83b31: Preparing [2023-05-04T07:48:47.500Z] f1417ff83b31: Waiting [2023-05-04T07:48:47.500Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:47.500Z] 87a97453d705: Layer already exists [2023-05-04T07:48:47.500Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:47.500Z] 43abb1d7e171: Pushed [2023-05-04T07:48:47.500Z] eb5a084b3891: Pushed [2023-05-04T07:48:48.875Z] 0d9c1878a19b: Pushed [2023-05-04T07:48:48.876Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:49.184Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:49.488Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-05-04T07:48:49.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-04T07:48:49.488Z] 43abb1d7e171: Preparing [2023-05-04T07:48:49.488Z] 0d9c1878a19b: Preparing [2023-05-04T07:48:49.489Z] de54c6884eb1: Preparing [2023-05-04T07:48:49.489Z] 87a97453d705: Preparing [2023-05-04T07:48:49.489Z] eb5a084b3891: Preparing [2023-05-04T07:48:49.489Z] f1417ff83b31: Preparing [2023-05-04T07:48:49.489Z] f1417ff83b31: Waiting [2023-05-04T07:48:49.489Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:49.489Z] eb5a084b3891: Layer already exists [2023-05-04T07:48:49.489Z] 0d9c1878a19b: Layer already exists [2023-05-04T07:48:49.489Z] 87a97453d705: Layer already exists [2023-05-04T07:48:49.489Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:49.489Z] 43abb1d7e171: Layer already exists [2023-05-04T07:48:49.489Z] latest: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:49.793Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:50.126Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.147 [2023-05-04T07:48:50.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-04T07:48:50.126Z] 43abb1d7e171: Preparing [2023-05-04T07:48:50.126Z] 0d9c1878a19b: Preparing [2023-05-04T07:48:50.126Z] de54c6884eb1: Preparing [2023-05-04T07:48:50.126Z] 87a97453d705: Preparing [2023-05-04T07:48:50.126Z] eb5a084b3891: Preparing [2023-05-04T07:48:50.126Z] f1417ff83b31: Preparing [2023-05-04T07:48:50.126Z] f1417ff83b31: Waiting [2023-05-04T07:48:50.126Z] 0d9c1878a19b: Layer already exists [2023-05-04T07:48:50.126Z] 43abb1d7e171: Layer already exists [2023-05-04T07:48:50.126Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:50.126Z] eb5a084b3891: Layer already exists [2023-05-04T07:48:50.126Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:50.126Z] 87a97453d705: Layer already exists [2023-05-04T07:48:50.126Z] 3.0.0-dev.147: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:50.441Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:50.750Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:50.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-04T07:48:50.750Z] 43abb1d7e171: Preparing [2023-05-04T07:48:50.750Z] 0d9c1878a19b: Preparing [2023-05-04T07:48:50.750Z] de54c6884eb1: Preparing [2023-05-04T07:48:50.750Z] 87a97453d705: Preparing [2023-05-04T07:48:50.750Z] eb5a084b3891: Preparing [2023-05-04T07:48:50.750Z] f1417ff83b31: Preparing [2023-05-04T07:48:50.750Z] f1417ff83b31: Waiting [2023-05-04T07:48:50.750Z] 87a97453d705: Layer already exists [2023-05-04T07:48:50.750Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:50.750Z] 43abb1d7e171: Layer already exists [2023-05-04T07:48:50.750Z] eb5a084b3891: Layer already exists [2023-05-04T07:48:50.750Z] 0d9c1878a19b: Layer already exists [2023-05-04T07:48:50.750Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:50.750Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:51.061Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:51.933Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-05-04T07:48:51.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-05-04T07:48:51.933Z] 43abb1d7e171: Preparing [2023-05-04T07:48:51.933Z] 0d9c1878a19b: Preparing [2023-05-04T07:48:51.933Z] de54c6884eb1: Preparing [2023-05-04T07:48:51.933Z] 87a97453d705: Preparing [2023-05-04T07:48:51.933Z] eb5a084b3891: Preparing [2023-05-04T07:48:51.933Z] f1417ff83b31: Preparing [2023-05-04T07:48:51.933Z] f1417ff83b31: Waiting [2023-05-04T07:48:51.933Z] eb5a084b3891: Layer already exists [2023-05-04T07:48:51.933Z] 87a97453d705: Layer already exists [2023-05-04T07:48:51.933Z] 43abb1d7e171: Layer already exists [2023-05-04T07:48:51.933Z] 0d9c1878a19b: Layer already exists [2023-05-04T07:48:51.933Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:51.933Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:51.933Z] main: digest: sha256:5f5382dd2c284df759799e0e60fe291cade15cc9e0c1a86b1f0c96255c1244fb size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:48:51.971Z] ===================================================== [Pipeline] echo [2023-05-04T07:48:51.977Z] taggedImages: [2023-05-04T07:48:51.977Z] - nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:51.977Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-05-04T07:48:51.977Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.147 [2023-05-04T07:48:51.977Z] - nexus3.edgexfoundry.org:10004/core-data:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:51.977Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-05-04T07:48:51.992Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-05-04T07:48:51.992Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:51.992Z] latest [2023-05-04T07:48:51.992Z] 3.0.0-dev.147 [2023-05-04T07:48:51.992Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:51.992Z] main [2023-05-04T07:48:51.992Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:52.300Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:52.524Z] Removing intermediate container 453b8361c21c [2023-05-04T07:48:52.524Z] ---> f2270d340b70 [2023-05-04T07:48:52.524Z] Step 7/22 : COPY . . [2023-05-04T07:48:52.524Z] ---> 834b4162ae28 [2023-05-04T07:48:52.524Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-05-04T07:48:52.524Z] ---> Running in 1c222437a49c [2023-05-04T07:48:52.524Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-05-04T07:48:52.597Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:52.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-04T07:48:52.597Z] aa8663ddd030: Preparing [2023-05-04T07:48:52.597Z] 061761df9022: Preparing [2023-05-04T07:48:52.597Z] c1202ddc6e3f: Preparing [2023-05-04T07:48:52.597Z] de54c6884eb1: Preparing [2023-05-04T07:48:52.597Z] 87a97453d705: Preparing [2023-05-04T07:48:52.597Z] 9184a187baed: Preparing [2023-05-04T07:48:52.597Z] f1417ff83b31: Preparing [2023-05-04T07:48:52.597Z] f1417ff83b31: Waiting [2023-05-04T07:48:52.597Z] 9184a187baed: Waiting [2023-05-04T07:48:52.597Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:52.597Z] 87a97453d705: Layer already exists [2023-05-04T07:48:52.597Z] 9184a187baed: Layer already exists [2023-05-04T07:48:52.597Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:52.597Z] aa8663ddd030: Pushed [2023-05-04T07:48:52.597Z] 061761df9022: Pushed [2023-05-04T07:48:53.971Z] c1202ddc6e3f: Pushed [2023-05-04T07:48:53.971Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:54.275Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:54.833Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-05-04T07:48:54.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-04T07:48:54.833Z] aa8663ddd030: Preparing [2023-05-04T07:48:54.833Z] 061761df9022: Preparing [2023-05-04T07:48:54.833Z] c1202ddc6e3f: Preparing [2023-05-04T07:48:54.833Z] de54c6884eb1: Preparing [2023-05-04T07:48:54.833Z] 87a97453d705: Preparing [2023-05-04T07:48:54.833Z] 9184a187baed: Preparing [2023-05-04T07:48:54.833Z] f1417ff83b31: Preparing [2023-05-04T07:48:54.833Z] 9184a187baed: Waiting [2023-05-04T07:48:54.833Z] f1417ff83b31: Waiting [2023-05-04T07:48:54.833Z] c1202ddc6e3f: Layer already exists [2023-05-04T07:48:54.833Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:54.833Z] 061761df9022: Layer already exists [2023-05-04T07:48:54.833Z] aa8663ddd030: Layer already exists [2023-05-04T07:48:54.833Z] 87a97453d705: Layer already exists [2023-05-04T07:48:54.833Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:54.833Z] 9184a187baed: Layer already exists [2023-05-04T07:48:55.093Z] latest: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:55.407Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:55.708Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.147 [2023-05-04T07:48:55.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-04T07:48:55.708Z] aa8663ddd030: Preparing [2023-05-04T07:48:55.708Z] 061761df9022: Preparing [2023-05-04T07:48:55.708Z] c1202ddc6e3f: Preparing [2023-05-04T07:48:55.708Z] de54c6884eb1: Preparing [2023-05-04T07:48:55.708Z] 87a97453d705: Preparing [2023-05-04T07:48:55.708Z] 9184a187baed: Preparing [2023-05-04T07:48:55.708Z] f1417ff83b31: Preparing [2023-05-04T07:48:55.708Z] 9184a187baed: Waiting [2023-05-04T07:48:55.708Z] 87a97453d705: Layer already exists [2023-05-04T07:48:55.708Z] aa8663ddd030: Layer already exists [2023-05-04T07:48:55.708Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:55.708Z] 061761df9022: Layer already exists [2023-05-04T07:48:55.708Z] 9184a187baed: Layer already exists [2023-05-04T07:48:55.708Z] c1202ddc6e3f: Layer already exists [2023-05-04T07:48:55.708Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:55.708Z] 3.0.0-dev.147: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:56.032Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:56.424Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:56.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-04T07:48:56.424Z] aa8663ddd030: Preparing [2023-05-04T07:48:56.424Z] 061761df9022: Preparing [2023-05-04T07:48:56.424Z] c1202ddc6e3f: Preparing [2023-05-04T07:48:56.424Z] de54c6884eb1: Preparing [2023-05-04T07:48:56.424Z] 87a97453d705: Preparing [2023-05-04T07:48:56.424Z] 9184a187baed: Preparing [2023-05-04T07:48:56.424Z] f1417ff83b31: Preparing [2023-05-04T07:48:56.424Z] 9184a187baed: Waiting [2023-05-04T07:48:56.424Z] f1417ff83b31: Waiting [2023-05-04T07:48:56.424Z] c1202ddc6e3f: Layer already exists [2023-05-04T07:48:56.424Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:56.424Z] 87a97453d705: Layer already exists [2023-05-04T07:48:56.424Z] 061761df9022: Layer already exists [2023-05-04T07:48:56.424Z] aa8663ddd030: Layer already exists [2023-05-04T07:48:56.424Z] 9184a187baed: Layer already exists [2023-05-04T07:48:56.424Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:56.424Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:56.749Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:57.058Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-05-04T07:48:57.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-05-04T07:48:57.059Z] aa8663ddd030: Preparing [2023-05-04T07:48:57.059Z] 061761df9022: Preparing [2023-05-04T07:48:57.059Z] c1202ddc6e3f: Preparing [2023-05-04T07:48:57.059Z] de54c6884eb1: Preparing [2023-05-04T07:48:57.059Z] 87a97453d705: Preparing [2023-05-04T07:48:57.059Z] 9184a187baed: Preparing [2023-05-04T07:48:57.059Z] f1417ff83b31: Preparing [2023-05-04T07:48:57.059Z] f1417ff83b31: Waiting [2023-05-04T07:48:57.059Z] 9184a187baed: Waiting [2023-05-04T07:48:57.059Z] c1202ddc6e3f: Layer already exists [2023-05-04T07:48:57.059Z] aa8663ddd030: Layer already exists [2023-05-04T07:48:57.059Z] 061761df9022: Layer already exists [2023-05-04T07:48:57.059Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:57.059Z] 87a97453d705: Layer already exists [2023-05-04T07:48:57.059Z] 9184a187baed: Layer already exists [2023-05-04T07:48:57.059Z] f1417ff83b31: Layer already exists [2023-05-04T07:48:57.059Z] main: digest: sha256:70f4d292819b30dd9c50a94fb5be295222431d2ec6c9356623933e436419578a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:48:57.112Z] ===================================================== [Pipeline] echo [2023-05-04T07:48:57.120Z] taggedImages: [2023-05-04T07:48:57.120Z] - nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:57.120Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-05-04T07:48:57.120Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.147 [2023-05-04T07:48:57.120Z] - nexus3.edgexfoundry.org:10004/core-metadata:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:57.120Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-05-04T07:48:57.145Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-05-04T07:48:57.145Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:57.145Z] latest [2023-05-04T07:48:57.145Z] 3.0.0-dev.147 [2023-05-04T07:48:57.145Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:48:57.145Z] main [2023-05-04T07:48:57.145Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:57.470Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:48:58.055Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:48:58.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-04T07:48:58.055Z] e9f786740076: Preparing [2023-05-04T07:48:58.055Z] e9f786740076: Preparing [2023-05-04T07:48:58.055Z] a02f928c8470: Preparing [2023-05-04T07:48:58.055Z] 7380ec053868: Preparing [2023-05-04T07:48:58.055Z] a7b86bf7a5c6: Preparing [2023-05-04T07:48:58.055Z] e8e1438ee10a: Preparing [2023-05-04T07:48:58.055Z] 7ef2f1d31b80: Preparing [2023-05-04T07:48:58.055Z] de54c6884eb1: Preparing [2023-05-04T07:48:58.055Z] 87a97453d705: Preparing [2023-05-04T07:48:58.055Z] 6104ee048f17: Preparing [2023-05-04T07:48:58.055Z] 7ef2f1d31b80: Waiting [2023-05-04T07:48:58.055Z] de54c6884eb1: Waiting [2023-05-04T07:48:58.055Z] 87a97453d705: Waiting [2023-05-04T07:48:58.055Z] d1d77f9d7638: Preparing [2023-05-04T07:48:58.056Z] 65d55cf95a2e: Preparing [2023-05-04T07:48:58.056Z] 3bfef0e91d1b: Preparing [2023-05-04T07:48:58.056Z] d1d77f9d7638: Waiting [2023-05-04T07:48:58.056Z] 65d55cf95a2e: Waiting [2023-05-04T07:48:58.056Z] 6104ee048f17: Waiting [2023-05-04T07:48:58.056Z] f1417ff83b31: Preparing [2023-05-04T07:48:58.056Z] 3bfef0e91d1b: Waiting [2023-05-04T07:48:58.056Z] 7380ec053868: Pushed [2023-05-04T07:48:58.056Z] e8e1438ee10a: Pushed [2023-05-04T07:48:58.056Z] a02f928c8470: Pushed [2023-05-04T07:48:58.056Z] a7b86bf7a5c6: Pushed [2023-05-04T07:48:58.056Z] e9f786740076: Pushed [2023-05-04T07:48:59.956Z] 6104ee048f17: Pushed [2023-05-04T07:48:59.956Z] d1d77f9d7638: Pushed [2023-05-04T07:48:59.956Z] de54c6884eb1: Layer already exists [2023-05-04T07:48:59.956Z] 65d55cf95a2e: Pushed [2023-05-04T07:48:59.956Z] 87a97453d705: Layer already exists [2023-05-04T07:48:59.956Z] 3bfef0e91d1b: Pushed [2023-05-04T07:48:59.956Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:00.281Z] 7ef2f1d31b80: Pushed [2023-05-04T07:49:00.281Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:00.856Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:01.191Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-05-04T07:49:01.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-04T07:49:01.191Z] e9f786740076: Preparing [2023-05-04T07:49:01.191Z] e9f786740076: Preparing [2023-05-04T07:49:01.191Z] a02f928c8470: Preparing [2023-05-04T07:49:01.191Z] 7380ec053868: Preparing [2023-05-04T07:49:01.191Z] a7b86bf7a5c6: Preparing [2023-05-04T07:49:01.191Z] e8e1438ee10a: Preparing [2023-05-04T07:49:01.191Z] 7ef2f1d31b80: Preparing [2023-05-04T07:49:01.191Z] de54c6884eb1: Preparing [2023-05-04T07:49:01.191Z] 87a97453d705: Preparing [2023-05-04T07:49:01.191Z] de54c6884eb1: Waiting [2023-05-04T07:49:01.191Z] 7ef2f1d31b80: Waiting [2023-05-04T07:49:01.191Z] 6104ee048f17: Preparing [2023-05-04T07:49:01.191Z] d1d77f9d7638: Preparing [2023-05-04T07:49:01.191Z] 65d55cf95a2e: Preparing [2023-05-04T07:49:01.191Z] 3bfef0e91d1b: Preparing [2023-05-04T07:49:01.191Z] f1417ff83b31: Preparing [2023-05-04T07:49:01.191Z] 6104ee048f17: Waiting [2023-05-04T07:49:01.191Z] d1d77f9d7638: Waiting [2023-05-04T07:49:01.191Z] 65d55cf95a2e: Waiting [2023-05-04T07:49:01.191Z] 3bfef0e91d1b: Waiting [2023-05-04T07:49:01.191Z] f1417ff83b31: Waiting [2023-05-04T07:49:01.191Z] 87a97453d705: Waiting [2023-05-04T07:49:01.191Z] a7b86bf7a5c6: Layer already exists [2023-05-04T07:49:01.191Z] e8e1438ee10a: Layer already exists [2023-05-04T07:49:01.191Z] a02f928c8470: Layer already exists [2023-05-04T07:49:01.191Z] e9f786740076: Layer already exists [2023-05-04T07:49:01.191Z] 7380ec053868: Layer already exists [2023-05-04T07:49:01.191Z] 7ef2f1d31b80: Layer already exists [2023-05-04T07:49:01.191Z] 6104ee048f17: Layer already exists [2023-05-04T07:49:01.191Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:01.191Z] 87a97453d705: Layer already exists [2023-05-04T07:49:01.191Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:01.191Z] 65d55cf95a2e: Layer already exists [2023-05-04T07:49:01.191Z] 3bfef0e91d1b: Layer already exists [2023-05-04T07:49:01.191Z] d1d77f9d7638: Layer already exists [2023-05-04T07:49:01.191Z] latest: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:01.497Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:02.062Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.147 [2023-05-04T07:49:02.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-04T07:49:02.063Z] e9f786740076: Preparing [2023-05-04T07:49:02.063Z] e9f786740076: Preparing [2023-05-04T07:49:02.063Z] a02f928c8470: Preparing [2023-05-04T07:49:02.063Z] 7380ec053868: Preparing [2023-05-04T07:49:02.063Z] a7b86bf7a5c6: Preparing [2023-05-04T07:49:02.063Z] e8e1438ee10a: Preparing [2023-05-04T07:49:02.063Z] 7ef2f1d31b80: Preparing [2023-05-04T07:49:02.063Z] de54c6884eb1: Preparing [2023-05-04T07:49:02.063Z] 87a97453d705: Preparing [2023-05-04T07:49:02.063Z] 6104ee048f17: Preparing [2023-05-04T07:49:02.063Z] d1d77f9d7638: Preparing [2023-05-04T07:49:02.063Z] 65d55cf95a2e: Preparing [2023-05-04T07:49:02.063Z] 3bfef0e91d1b: Preparing [2023-05-04T07:49:02.063Z] f1417ff83b31: Preparing [2023-05-04T07:49:02.063Z] d1d77f9d7638: Waiting [2023-05-04T07:49:02.063Z] de54c6884eb1: Waiting [2023-05-04T07:49:02.063Z] 65d55cf95a2e: Waiting [2023-05-04T07:49:02.063Z] 3bfef0e91d1b: Waiting [2023-05-04T07:49:02.063Z] 87a97453d705: Waiting [2023-05-04T07:49:02.063Z] f1417ff83b31: Waiting [2023-05-04T07:49:02.063Z] 6104ee048f17: Waiting [2023-05-04T07:49:02.063Z] 7ef2f1d31b80: Waiting [2023-05-04T07:49:02.063Z] a7b86bf7a5c6: Layer already exists [2023-05-04T07:49:02.063Z] e8e1438ee10a: Layer already exists [2023-05-04T07:49:02.063Z] 7380ec053868: Layer already exists [2023-05-04T07:49:02.063Z] a02f928c8470: Layer already exists [2023-05-04T07:49:02.063Z] e9f786740076: Layer already exists [2023-05-04T07:49:02.063Z] 7ef2f1d31b80: Layer already exists [2023-05-04T07:49:02.063Z] 6104ee048f17: Layer already exists [2023-05-04T07:49:02.063Z] 87a97453d705: Layer already exists [2023-05-04T07:49:02.063Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:02.063Z] d1d77f9d7638: Layer already exists [2023-05-04T07:49:02.063Z] 3bfef0e91d1b: Layer already exists [2023-05-04T07:49:02.063Z] 65d55cf95a2e: Layer already exists [2023-05-04T07:49:02.063Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:02.063Z] 3.0.0-dev.147: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:02.368Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:02.934Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:02.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-04T07:49:02.934Z] e9f786740076: Preparing [2023-05-04T07:49:02.934Z] e9f786740076: Preparing [2023-05-04T07:49:02.934Z] a02f928c8470: Preparing [2023-05-04T07:49:02.934Z] 7380ec053868: Preparing [2023-05-04T07:49:02.934Z] a7b86bf7a5c6: Preparing [2023-05-04T07:49:02.934Z] e8e1438ee10a: Preparing [2023-05-04T07:49:02.934Z] 7ef2f1d31b80: Preparing [2023-05-04T07:49:02.934Z] de54c6884eb1: Preparing [2023-05-04T07:49:02.934Z] 87a97453d705: Preparing [2023-05-04T07:49:02.934Z] 6104ee048f17: Preparing [2023-05-04T07:49:02.934Z] d1d77f9d7638: Preparing [2023-05-04T07:49:02.934Z] 65d55cf95a2e: Preparing [2023-05-04T07:49:02.934Z] 3bfef0e91d1b: Preparing [2023-05-04T07:49:02.934Z] f1417ff83b31: Preparing [2023-05-04T07:49:02.934Z] de54c6884eb1: Waiting [2023-05-04T07:49:02.934Z] 87a97453d705: Waiting [2023-05-04T07:49:02.934Z] 6104ee048f17: Waiting [2023-05-04T07:49:02.934Z] d1d77f9d7638: Waiting [2023-05-04T07:49:02.934Z] 65d55cf95a2e: Waiting [2023-05-04T07:49:02.934Z] f1417ff83b31: Waiting [2023-05-04T07:49:02.934Z] 3bfef0e91d1b: Waiting [2023-05-04T07:49:02.934Z] 7ef2f1d31b80: Waiting [2023-05-04T07:49:02.934Z] a7b86bf7a5c6: Layer already exists [2023-05-04T07:49:02.934Z] a02f928c8470: Layer already exists [2023-05-04T07:49:02.934Z] e8e1438ee10a: Layer already exists [2023-05-04T07:49:02.934Z] 7380ec053868: Layer already exists [2023-05-04T07:49:02.934Z] e9f786740076: Layer already exists [2023-05-04T07:49:02.934Z] 7ef2f1d31b80: Layer already exists [2023-05-04T07:49:02.934Z] 87a97453d705: Layer already exists [2023-05-04T07:49:02.934Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:02.934Z] 6104ee048f17: Layer already exists [2023-05-04T07:49:02.934Z] 3bfef0e91d1b: Layer already exists [2023-05-04T07:49:03.193Z] 65d55cf95a2e: Layer already exists [2023-05-04T07:49:03.193Z] d1d77f9d7638: Layer already exists [2023-05-04T07:49:03.193Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:03.193Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:03.499Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:04.066Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-05-04T07:49:04.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-05-04T07:49:04.066Z] e9f786740076: Preparing [2023-05-04T07:49:04.066Z] e9f786740076: Preparing [2023-05-04T07:49:04.066Z] a02f928c8470: Preparing [2023-05-04T07:49:04.066Z] 7380ec053868: Preparing [2023-05-04T07:49:04.066Z] a7b86bf7a5c6: Preparing [2023-05-04T07:49:04.066Z] e8e1438ee10a: Preparing [2023-05-04T07:49:04.066Z] 7ef2f1d31b80: Preparing [2023-05-04T07:49:04.066Z] de54c6884eb1: Preparing [2023-05-04T07:49:04.066Z] 87a97453d705: Preparing [2023-05-04T07:49:04.066Z] 6104ee048f17: Preparing [2023-05-04T07:49:04.066Z] d1d77f9d7638: Preparing [2023-05-04T07:49:04.066Z] 65d55cf95a2e: Preparing [2023-05-04T07:49:04.066Z] 3bfef0e91d1b: Preparing [2023-05-04T07:49:04.066Z] f1417ff83b31: Preparing [2023-05-04T07:49:04.066Z] 87a97453d705: Waiting [2023-05-04T07:49:04.066Z] d1d77f9d7638: Waiting [2023-05-04T07:49:04.066Z] 6104ee048f17: Waiting [2023-05-04T07:49:04.066Z] 65d55cf95a2e: Waiting [2023-05-04T07:49:04.066Z] 7ef2f1d31b80: Waiting [2023-05-04T07:49:04.066Z] 3bfef0e91d1b: Waiting [2023-05-04T07:49:04.066Z] f1417ff83b31: Waiting [2023-05-04T07:49:04.066Z] de54c6884eb1: Waiting [2023-05-04T07:49:04.066Z] e8e1438ee10a: Layer already exists [2023-05-04T07:49:04.066Z] a7b86bf7a5c6: Layer already exists [2023-05-04T07:49:04.066Z] a02f928c8470: Layer already exists [2023-05-04T07:49:04.066Z] e9f786740076: Layer already exists [2023-05-04T07:49:04.066Z] 7380ec053868: Layer already exists [2023-05-04T07:49:04.066Z] d1d77f9d7638: Layer already exists [2023-05-04T07:49:04.066Z] 87a97453d705: Layer already exists [2023-05-04T07:49:04.066Z] 6104ee048f17: Layer already exists [2023-05-04T07:49:04.066Z] 3bfef0e91d1b: Layer already exists [2023-05-04T07:49:04.066Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:04.066Z] 65d55cf95a2e: Layer already exists [2023-05-04T07:49:04.066Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:04.066Z] 7ef2f1d31b80: Layer already exists [2023-05-04T07:49:04.066Z] main: digest: sha256:38c3a397ce4f331696308c16c683386f9b6b2ef7dcc98764efb1331b9e3b9bf8 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:04.099Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:04.108Z] taggedImages: [2023-05-04T07:49:04.108Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:04.108Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-05-04T07:49:04.108Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.147 [2023-05-04T07:49:04.108Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:04.108Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-05-04T07:49:04.133Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-05-04T07:49:04.133Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:04.133Z] latest [2023-05-04T07:49:04.133Z] 3.0.0-dev.147 [2023-05-04T07:49:04.133Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:04.133Z] main [2023-05-04T07:49:04.133Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:04.505Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:04.853Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:04.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-04T07:49:04.853Z] 443bccaf44d3: Preparing [2023-05-04T07:49:04.853Z] 22e4180de6e4: Preparing [2023-05-04T07:49:04.853Z] 7e645d431377: Preparing [2023-05-04T07:49:04.853Z] 2de66966bf14: Preparing [2023-05-04T07:49:04.853Z] de54c6884eb1: Preparing [2023-05-04T07:49:04.853Z] 87a97453d705: Preparing [2023-05-04T07:49:04.853Z] bd1911abc278: Preparing [2023-05-04T07:49:04.853Z] f1417ff83b31: Preparing [2023-05-04T07:49:04.853Z] bd1911abc278: Waiting [2023-05-04T07:49:04.853Z] 87a97453d705: Waiting [2023-05-04T07:49:04.853Z] 22e4180de6e4: Pushed [2023-05-04T07:49:04.853Z] 7e645d431377: Pushed [2023-05-04T07:49:04.853Z] 443bccaf44d3: Pushed [2023-05-04T07:49:05.113Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:05.113Z] 87a97453d705: Layer already exists [2023-05-04T07:49:05.113Z] bd1911abc278: Layer already exists [2023-05-04T07:49:05.113Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:06.046Z] 2de66966bf14: Pushed [2023-05-04T07:49:06.046Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:06.350Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:06.654Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-05-04T07:49:06.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-04T07:49:06.654Z] 443bccaf44d3: Preparing [2023-05-04T07:49:06.654Z] 22e4180de6e4: Preparing [2023-05-04T07:49:06.654Z] 7e645d431377: Preparing [2023-05-04T07:49:06.654Z] 2de66966bf14: Preparing [2023-05-04T07:49:06.654Z] de54c6884eb1: Preparing [2023-05-04T07:49:06.654Z] 87a97453d705: Preparing [2023-05-04T07:49:06.654Z] bd1911abc278: Preparing [2023-05-04T07:49:06.654Z] f1417ff83b31: Preparing [2023-05-04T07:49:06.654Z] 87a97453d705: Waiting [2023-05-04T07:49:06.654Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:06.654Z] 2de66966bf14: Layer already exists [2023-05-04T07:49:06.654Z] 22e4180de6e4: Layer already exists [2023-05-04T07:49:06.654Z] 443bccaf44d3: Layer already exists [2023-05-04T07:49:06.654Z] 7e645d431377: Layer already exists [2023-05-04T07:49:06.654Z] 87a97453d705: Layer already exists [2023-05-04T07:49:06.654Z] bd1911abc278: Layer already exists [2023-05-04T07:49:06.654Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:06.654Z] latest: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:06.966Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:07.262Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.147 [2023-05-04T07:49:07.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-04T07:49:07.262Z] 443bccaf44d3: Preparing [2023-05-04T07:49:07.262Z] 22e4180de6e4: Preparing [2023-05-04T07:49:07.262Z] 7e645d431377: Preparing [2023-05-04T07:49:07.262Z] 2de66966bf14: Preparing [2023-05-04T07:49:07.262Z] de54c6884eb1: Preparing [2023-05-04T07:49:07.262Z] 87a97453d705: Preparing [2023-05-04T07:49:07.262Z] bd1911abc278: Preparing [2023-05-04T07:49:07.262Z] f1417ff83b31: Preparing [2023-05-04T07:49:07.262Z] 87a97453d705: Waiting [2023-05-04T07:49:07.262Z] bd1911abc278: Waiting [2023-05-04T07:49:07.262Z] f1417ff83b31: Waiting [2023-05-04T07:49:07.262Z] 22e4180de6e4: Layer already exists [2023-05-04T07:49:07.262Z] 7e645d431377: Layer already exists [2023-05-04T07:49:07.262Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:07.262Z] 2de66966bf14: Layer already exists [2023-05-04T07:49:07.262Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:07.262Z] bd1911abc278: Layer already exists [2023-05-04T07:49:07.262Z] 87a97453d705: Layer already exists [2023-05-04T07:49:07.262Z] 443bccaf44d3: Layer already exists [2023-05-04T07:49:07.262Z] 3.0.0-dev.147: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:07.576Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:07.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:07.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-04T07:49:07.884Z] 443bccaf44d3: Preparing [2023-05-04T07:49:07.884Z] 22e4180de6e4: Preparing [2023-05-04T07:49:07.884Z] 7e645d431377: Preparing [2023-05-04T07:49:07.884Z] 2de66966bf14: Preparing [2023-05-04T07:49:07.884Z] de54c6884eb1: Preparing [2023-05-04T07:49:07.884Z] 87a97453d705: Preparing [2023-05-04T07:49:07.884Z] bd1911abc278: Preparing [2023-05-04T07:49:07.884Z] f1417ff83b31: Preparing [2023-05-04T07:49:07.884Z] 87a97453d705: Waiting [2023-05-04T07:49:07.884Z] bd1911abc278: Waiting [2023-05-04T07:49:07.884Z] f1417ff83b31: Waiting [2023-05-04T07:49:07.884Z] 443bccaf44d3: Layer already exists [2023-05-04T07:49:07.884Z] 7e645d431377: Layer already exists [2023-05-04T07:49:07.884Z] 22e4180de6e4: Layer already exists [2023-05-04T07:49:07.884Z] 2de66966bf14: Layer already exists [2023-05-04T07:49:07.884Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:07.884Z] 87a97453d705: Layer already exists [2023-05-04T07:49:07.884Z] bd1911abc278: Layer already exists [2023-05-04T07:49:07.884Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:07.884Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:08.194Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:08.496Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-05-04T07:49:08.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-05-04T07:49:08.496Z] 443bccaf44d3: Preparing [2023-05-04T07:49:08.496Z] 22e4180de6e4: Preparing [2023-05-04T07:49:08.496Z] 7e645d431377: Preparing [2023-05-04T07:49:08.496Z] 2de66966bf14: Preparing [2023-05-04T07:49:08.496Z] de54c6884eb1: Preparing [2023-05-04T07:49:08.496Z] 87a97453d705: Preparing [2023-05-04T07:49:08.496Z] bd1911abc278: Preparing [2023-05-04T07:49:08.496Z] f1417ff83b31: Preparing [2023-05-04T07:49:08.496Z] bd1911abc278: Waiting [2023-05-04T07:49:08.496Z] f1417ff83b31: Waiting [2023-05-04T07:49:08.496Z] 87a97453d705: Waiting [2023-05-04T07:49:08.496Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:08.496Z] 443bccaf44d3: Layer already exists [2023-05-04T07:49:08.496Z] 7e645d431377: Layer already exists [2023-05-04T07:49:08.496Z] 2de66966bf14: Layer already exists [2023-05-04T07:49:08.496Z] 87a97453d705: Layer already exists [2023-05-04T07:49:08.496Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:08.496Z] bd1911abc278: Layer already exists [2023-05-04T07:49:08.496Z] 22e4180de6e4: Layer already exists [2023-05-04T07:49:08.496Z] main: digest: sha256:3ec257ce03cf4db8caae90dec82c910b32d0cd08ac2840b6c09bf91f80c60fc7 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:08.533Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:08.539Z] taggedImages: [2023-05-04T07:49:08.539Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:08.539Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-05-04T07:49:08.539Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.147 [2023-05-04T07:49:08.539Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:08.539Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-05-04T07:49:08.556Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-05-04T07:49:08.556Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:08.556Z] latest [2023-05-04T07:49:08.556Z] 3.0.0-dev.147 [2023-05-04T07:49:08.556Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:08.556Z] main [2023-05-04T07:49:08.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:08.880Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:09.179Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:09.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-04T07:49:09.180Z] 0627cc6ae072: Preparing [2023-05-04T07:49:09.180Z] c2e4b8514cf4: Preparing [2023-05-04T07:49:09.180Z] e2e9f1c706cc: Preparing [2023-05-04T07:49:09.180Z] 472e763a5ff0: Preparing [2023-05-04T07:49:09.180Z] de54c6884eb1: Preparing [2023-05-04T07:49:09.180Z] 87a97453d705: Preparing [2023-05-04T07:49:09.180Z] 7ec0d7b577fb: Preparing [2023-05-04T07:49:09.180Z] fb674e94fa08: Preparing [2023-05-04T07:49:09.180Z] f1417ff83b31: Preparing [2023-05-04T07:49:09.180Z] fb674e94fa08: Waiting [2023-05-04T07:49:09.180Z] 87a97453d705: Waiting [2023-05-04T07:49:09.180Z] f1417ff83b31: Waiting [2023-05-04T07:49:09.180Z] 7ec0d7b577fb: Waiting [2023-05-04T07:49:09.180Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:09.180Z] 87a97453d705: Layer already exists [2023-05-04T07:49:09.180Z] 0627cc6ae072: Pushed [2023-05-04T07:49:09.438Z] c2e4b8514cf4: Pushed [2023-05-04T07:49:09.438Z] 472e763a5ff0: Pushed [2023-05-04T07:49:09.438Z] 7ec0d7b577fb: Pushed [2023-05-04T07:49:09.695Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:09.695Z] fb674e94fa08: Pushed [2023-05-04T07:49:10.277Z] e2e9f1c706cc: Pushed [2023-05-04T07:49:10.535Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:10.956Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:11.457Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-05-04T07:49:11.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-04T07:49:11.457Z] 0627cc6ae072: Preparing [2023-05-04T07:49:11.457Z] c2e4b8514cf4: Preparing [2023-05-04T07:49:11.457Z] e2e9f1c706cc: Preparing [2023-05-04T07:49:11.457Z] 472e763a5ff0: Preparing [2023-05-04T07:49:11.457Z] de54c6884eb1: Preparing [2023-05-04T07:49:11.457Z] 87a97453d705: Preparing [2023-05-04T07:49:11.457Z] 7ec0d7b577fb: Preparing [2023-05-04T07:49:11.457Z] fb674e94fa08: Preparing [2023-05-04T07:49:11.457Z] f1417ff83b31: Preparing [2023-05-04T07:49:11.457Z] fb674e94fa08: Waiting [2023-05-04T07:49:11.457Z] f1417ff83b31: Waiting [2023-05-04T07:49:11.457Z] 87a97453d705: Waiting [2023-05-04T07:49:11.457Z] 0627cc6ae072: Layer already exists [2023-05-04T07:49:11.457Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:11.457Z] c2e4b8514cf4: Layer already exists [2023-05-04T07:49:11.457Z] e2e9f1c706cc: Layer already exists [2023-05-04T07:49:11.457Z] 472e763a5ff0: Layer already exists [2023-05-04T07:49:11.457Z] 87a97453d705: Layer already exists [2023-05-04T07:49:11.457Z] fb674e94fa08: Layer already exists [2023-05-04T07:49:11.457Z] 7ec0d7b577fb: Layer already exists [2023-05-04T07:49:11.457Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:11.457Z] latest: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:11.775Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:12.090Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.147 [2023-05-04T07:49:12.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-04T07:49:12.090Z] 0627cc6ae072: Preparing [2023-05-04T07:49:12.090Z] c2e4b8514cf4: Preparing [2023-05-04T07:49:12.090Z] e2e9f1c706cc: Preparing [2023-05-04T07:49:12.090Z] 472e763a5ff0: Preparing [2023-05-04T07:49:12.090Z] de54c6884eb1: Preparing [2023-05-04T07:49:12.090Z] 87a97453d705: Preparing [2023-05-04T07:49:12.090Z] 7ec0d7b577fb: Preparing [2023-05-04T07:49:12.090Z] fb674e94fa08: Preparing [2023-05-04T07:49:12.090Z] f1417ff83b31: Preparing [2023-05-04T07:49:12.090Z] 7ec0d7b577fb: Waiting [2023-05-04T07:49:12.090Z] f1417ff83b31: Waiting [2023-05-04T07:49:12.090Z] 87a97453d705: Waiting [2023-05-04T07:49:12.090Z] 0627cc6ae072: Layer already exists [2023-05-04T07:49:12.090Z] c2e4b8514cf4: Layer already exists [2023-05-04T07:49:12.090Z] e2e9f1c706cc: Layer already exists [2023-05-04T07:49:12.090Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:12.090Z] 472e763a5ff0: Layer already exists [2023-05-04T07:49:12.090Z] 7ec0d7b577fb: Layer already exists [2023-05-04T07:49:12.090Z] 87a97453d705: Layer already exists [2023-05-04T07:49:12.090Z] fb674e94fa08: Layer already exists [2023-05-04T07:49:12.090Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:12.090Z] 3.0.0-dev.147: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:12.393Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:12.718Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:12.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-04T07:49:12.718Z] 0627cc6ae072: Preparing [2023-05-04T07:49:12.718Z] c2e4b8514cf4: Preparing [2023-05-04T07:49:12.718Z] e2e9f1c706cc: Preparing [2023-05-04T07:49:12.718Z] 472e763a5ff0: Preparing [2023-05-04T07:49:12.718Z] de54c6884eb1: Preparing [2023-05-04T07:49:12.718Z] 87a97453d705: Preparing [2023-05-04T07:49:12.718Z] 7ec0d7b577fb: Preparing [2023-05-04T07:49:12.718Z] fb674e94fa08: Preparing [2023-05-04T07:49:12.718Z] 7ec0d7b577fb: Waiting [2023-05-04T07:49:12.718Z] f1417ff83b31: Preparing [2023-05-04T07:49:12.718Z] fb674e94fa08: Waiting [2023-05-04T07:49:12.718Z] f1417ff83b31: Waiting [2023-05-04T07:49:12.718Z] 472e763a5ff0: Layer already exists [2023-05-04T07:49:12.718Z] e2e9f1c706cc: Layer already exists [2023-05-04T07:49:12.718Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:12.718Z] 0627cc6ae072: Layer already exists [2023-05-04T07:49:12.718Z] c2e4b8514cf4: Layer already exists [2023-05-04T07:49:12.718Z] fb674e94fa08: Layer already exists [2023-05-04T07:49:12.718Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:12.718Z] 87a97453d705: Layer already exists [2023-05-04T07:49:12.718Z] 7ec0d7b577fb: Layer already exists [2023-05-04T07:49:12.718Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:13.031Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:13.336Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-05-04T07:49:13.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-05-04T07:49:13.337Z] 0627cc6ae072: Preparing [2023-05-04T07:49:13.337Z] c2e4b8514cf4: Preparing [2023-05-04T07:49:13.337Z] e2e9f1c706cc: Preparing [2023-05-04T07:49:13.337Z] 472e763a5ff0: Preparing [2023-05-04T07:49:13.337Z] de54c6884eb1: Preparing [2023-05-04T07:49:13.337Z] 87a97453d705: Preparing [2023-05-04T07:49:13.337Z] 7ec0d7b577fb: Preparing [2023-05-04T07:49:13.337Z] fb674e94fa08: Preparing [2023-05-04T07:49:13.337Z] f1417ff83b31: Preparing [2023-05-04T07:49:13.337Z] f1417ff83b31: Waiting [2023-05-04T07:49:13.337Z] 87a97453d705: Waiting [2023-05-04T07:49:13.337Z] 7ec0d7b577fb: Waiting [2023-05-04T07:49:13.337Z] fb674e94fa08: Waiting [2023-05-04T07:49:13.337Z] c2e4b8514cf4: Layer already exists [2023-05-04T07:49:13.337Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:13.337Z] 472e763a5ff0: Layer already exists [2023-05-04T07:49:13.337Z] 87a97453d705: Layer already exists [2023-05-04T07:49:13.337Z] fb674e94fa08: Layer already exists [2023-05-04T07:49:13.337Z] e2e9f1c706cc: Layer already exists [2023-05-04T07:49:13.337Z] 7ec0d7b577fb: Layer already exists [2023-05-04T07:49:13.337Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:13.337Z] 0627cc6ae072: Layer already exists [2023-05-04T07:49:13.337Z] main: digest: sha256:38b3c05bab817f050097ce609b849f47861fc4a0a521fbb6ed85880fb1441167 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:13.387Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:13.397Z] taggedImages: [2023-05-04T07:49:13.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:13.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-05-04T07:49:13.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.147 [2023-05-04T07:49:13.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:13.397Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-05-04T07:49:13.420Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-05-04T07:49:13.420Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:13.420Z] latest [2023-05-04T07:49:13.420Z] 3.0.0-dev.147 [2023-05-04T07:49:13.420Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:13.420Z] main [2023-05-04T07:49:13.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:13.744Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:14.413Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:14.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-04T07:49:14.414Z] 6cbbd9f14bda: Preparing [2023-05-04T07:49:14.414Z] fce24a328773: Preparing [2023-05-04T07:49:14.414Z] 0d29bdbba204: Preparing [2023-05-04T07:49:14.414Z] 13821727d89f: Preparing [2023-05-04T07:49:14.414Z] d1ede937f3dd: Preparing [2023-05-04T07:49:14.414Z] f213f673da93: Preparing [2023-05-04T07:49:14.414Z] a9a92198a933: Preparing [2023-05-04T07:49:14.414Z] de54c6884eb1: Preparing [2023-05-04T07:49:14.414Z] 87a97453d705: Preparing [2023-05-04T07:49:14.414Z] 50a7faccef5a: Preparing [2023-05-04T07:49:14.414Z] f1417ff83b31: Preparing [2023-05-04T07:49:14.414Z] a9a92198a933: Waiting [2023-05-04T07:49:14.414Z] f213f673da93: Waiting [2023-05-04T07:49:14.414Z] de54c6884eb1: Waiting [2023-05-04T07:49:14.414Z] f1417ff83b31: Waiting [2023-05-04T07:49:14.414Z] 87a97453d705: Waiting [2023-05-04T07:49:14.414Z] 6cbbd9f14bda: Pushed [2023-05-04T07:49:14.414Z] fce24a328773: Pushed [2023-05-04T07:49:14.414Z] d1ede937f3dd: Pushed [2023-05-04T07:49:14.683Z] f213f673da93: Pushed [2023-05-04T07:49:14.683Z] a9a92198a933: Pushed [2023-05-04T07:49:14.683Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:15.263Z] 87a97453d705: Layer already exists [2023-05-04T07:49:15.263Z] 50a7faccef5a: Pushed [2023-05-04T07:49:15.263Z] 13821727d89f: Pushed [2023-05-04T07:49:15.522Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:15.780Z] 0d29bdbba204: Pushed [2023-05-04T07:49:15.780Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:16.341Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:16.642Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-05-04T07:49:16.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-04T07:49:16.642Z] 6cbbd9f14bda: Preparing [2023-05-04T07:49:16.642Z] fce24a328773: Preparing [2023-05-04T07:49:16.642Z] 0d29bdbba204: Preparing [2023-05-04T07:49:16.642Z] 13821727d89f: Preparing [2023-05-04T07:49:16.642Z] d1ede937f3dd: Preparing [2023-05-04T07:49:16.642Z] f213f673da93: Preparing [2023-05-04T07:49:16.642Z] a9a92198a933: Preparing [2023-05-04T07:49:16.642Z] de54c6884eb1: Preparing [2023-05-04T07:49:16.642Z] 87a97453d705: Preparing [2023-05-04T07:49:16.642Z] 50a7faccef5a: Preparing [2023-05-04T07:49:16.642Z] f1417ff83b31: Preparing [2023-05-04T07:49:16.642Z] a9a92198a933: Waiting [2023-05-04T07:49:16.642Z] de54c6884eb1: Waiting [2023-05-04T07:49:16.642Z] f1417ff83b31: Waiting [2023-05-04T07:49:16.642Z] 87a97453d705: Waiting [2023-05-04T07:49:16.642Z] 50a7faccef5a: Waiting [2023-05-04T07:49:16.642Z] f213f673da93: Waiting [2023-05-04T07:49:16.642Z] d1ede937f3dd: Layer already exists [2023-05-04T07:49:16.642Z] 0d29bdbba204: Layer already exists [2023-05-04T07:49:16.642Z] fce24a328773: Layer already exists [2023-05-04T07:49:16.642Z] 13821727d89f: Layer already exists [2023-05-04T07:49:16.642Z] 6cbbd9f14bda: Layer already exists [2023-05-04T07:49:16.642Z] a9a92198a933: Layer already exists [2023-05-04T07:49:16.642Z] 50a7faccef5a: Layer already exists [2023-05-04T07:49:16.642Z] f213f673da93: Layer already exists [2023-05-04T07:49:16.642Z] 87a97453d705: Layer already exists [2023-05-04T07:49:16.642Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:16.642Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:16.642Z] latest: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:16.953Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:17.510Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.147 [2023-05-04T07:49:17.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-04T07:49:17.510Z] 6cbbd9f14bda: Preparing [2023-05-04T07:49:17.510Z] fce24a328773: Preparing [2023-05-04T07:49:17.510Z] 0d29bdbba204: Preparing [2023-05-04T07:49:17.510Z] 13821727d89f: Preparing [2023-05-04T07:49:17.510Z] d1ede937f3dd: Preparing [2023-05-04T07:49:17.510Z] f213f673da93: Preparing [2023-05-04T07:49:17.510Z] a9a92198a933: Preparing [2023-05-04T07:49:17.510Z] de54c6884eb1: Preparing [2023-05-04T07:49:17.510Z] 87a97453d705: Preparing [2023-05-04T07:49:17.510Z] 50a7faccef5a: Preparing [2023-05-04T07:49:17.510Z] f1417ff83b31: Preparing [2023-05-04T07:49:17.510Z] f213f673da93: Waiting [2023-05-04T07:49:17.510Z] a9a92198a933: Waiting [2023-05-04T07:49:17.510Z] f1417ff83b31: Waiting [2023-05-04T07:49:17.510Z] de54c6884eb1: Waiting [2023-05-04T07:49:17.510Z] 87a97453d705: Waiting [2023-05-04T07:49:17.510Z] 50a7faccef5a: Waiting [2023-05-04T07:49:17.510Z] 13821727d89f: Layer already exists [2023-05-04T07:49:17.510Z] d1ede937f3dd: Layer already exists [2023-05-04T07:49:17.510Z] 0d29bdbba204: Layer already exists [2023-05-04T07:49:17.510Z] 6cbbd9f14bda: Layer already exists [2023-05-04T07:49:17.510Z] fce24a328773: Layer already exists [2023-05-04T07:49:17.510Z] a9a92198a933: Layer already exists [2023-05-04T07:49:17.510Z] f213f673da93: Layer already exists [2023-05-04T07:49:17.510Z] 87a97453d705: Layer already exists [2023-05-04T07:49:17.510Z] 50a7faccef5a: Layer already exists [2023-05-04T07:49:17.510Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:17.510Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:17.510Z] 3.0.0-dev.147: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:17.819Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:18.120Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:18.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-04T07:49:18.120Z] 6cbbd9f14bda: Preparing [2023-05-04T07:49:18.120Z] fce24a328773: Preparing [2023-05-04T07:49:18.120Z] 0d29bdbba204: Preparing [2023-05-04T07:49:18.120Z] 13821727d89f: Preparing [2023-05-04T07:49:18.120Z] d1ede937f3dd: Preparing [2023-05-04T07:49:18.120Z] f213f673da93: Preparing [2023-05-04T07:49:18.120Z] a9a92198a933: Preparing [2023-05-04T07:49:18.120Z] de54c6884eb1: Preparing [2023-05-04T07:49:18.120Z] 87a97453d705: Preparing [2023-05-04T07:49:18.120Z] 50a7faccef5a: Preparing [2023-05-04T07:49:18.120Z] f1417ff83b31: Preparing [2023-05-04T07:49:18.120Z] f213f673da93: Waiting [2023-05-04T07:49:18.120Z] a9a92198a933: Waiting [2023-05-04T07:49:18.120Z] de54c6884eb1: Waiting [2023-05-04T07:49:18.120Z] 87a97453d705: Waiting [2023-05-04T07:49:18.120Z] 50a7faccef5a: Waiting [2023-05-04T07:49:18.120Z] f1417ff83b31: Waiting [2023-05-04T07:49:18.120Z] 6cbbd9f14bda: Layer already exists [2023-05-04T07:49:18.120Z] fce24a328773: Layer already exists [2023-05-04T07:49:18.120Z] d1ede937f3dd: Layer already exists [2023-05-04T07:49:18.120Z] 0d29bdbba204: Layer already exists [2023-05-04T07:49:18.120Z] a9a92198a933: Layer already exists [2023-05-04T07:49:18.120Z] f213f673da93: Layer already exists [2023-05-04T07:49:18.120Z] 13821727d89f: Layer already exists [2023-05-04T07:49:18.120Z] 87a97453d705: Layer already exists [2023-05-04T07:49:18.120Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:18.120Z] 50a7faccef5a: Layer already exists [2023-05-04T07:49:18.120Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:18.120Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:18.434Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:18.738Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-05-04T07:49:18.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-05-04T07:49:18.738Z] 6cbbd9f14bda: Preparing [2023-05-04T07:49:18.738Z] fce24a328773: Preparing [2023-05-04T07:49:18.738Z] 0d29bdbba204: Preparing [2023-05-04T07:49:18.738Z] 13821727d89f: Preparing [2023-05-04T07:49:18.738Z] d1ede937f3dd: Preparing [2023-05-04T07:49:18.738Z] f213f673da93: Preparing [2023-05-04T07:49:18.738Z] a9a92198a933: Preparing [2023-05-04T07:49:18.738Z] de54c6884eb1: Preparing [2023-05-04T07:49:18.738Z] 87a97453d705: Preparing [2023-05-04T07:49:18.738Z] 50a7faccef5a: Preparing [2023-05-04T07:49:18.738Z] f1417ff83b31: Preparing [2023-05-04T07:49:18.738Z] f213f673da93: Waiting [2023-05-04T07:49:18.738Z] a9a92198a933: Waiting [2023-05-04T07:49:18.738Z] de54c6884eb1: Waiting [2023-05-04T07:49:18.738Z] 50a7faccef5a: Waiting [2023-05-04T07:49:18.738Z] f1417ff83b31: Waiting [2023-05-04T07:49:18.738Z] fce24a328773: Layer already exists [2023-05-04T07:49:18.738Z] 0d29bdbba204: Layer already exists [2023-05-04T07:49:18.738Z] d1ede937f3dd: Layer already exists [2023-05-04T07:49:18.738Z] 6cbbd9f14bda: Layer already exists [2023-05-04T07:49:18.738Z] 13821727d89f: Layer already exists [2023-05-04T07:49:18.738Z] a9a92198a933: Layer already exists [2023-05-04T07:49:18.738Z] f213f673da93: Layer already exists [2023-05-04T07:49:18.738Z] 87a97453d705: Layer already exists [2023-05-04T07:49:18.738Z] 50a7faccef5a: Layer already exists [2023-05-04T07:49:18.738Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:18.738Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:18.738Z] main: digest: sha256:47d154054064a2929e746dde01f6b8bbfc26a7145b9a2b392872e8df6f4f88d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:18.775Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:18.780Z] taggedImages: [2023-05-04T07:49:18.780Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:18.780Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-05-04T07:49:18.780Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.147 [2023-05-04T07:49:18.780Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:18.780Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-05-04T07:49:18.795Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-05-04T07:49:18.795Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:18.795Z] latest [2023-05-04T07:49:18.795Z] 3.0.0-dev.147 [2023-05-04T07:49:18.795Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:18.795Z] main [2023-05-04T07:49:18.795Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:19.098Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:19.395Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:19.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-04T07:49:19.395Z] d817c84f0293: Preparing [2023-05-04T07:49:19.395Z] 46e5d1d058df: Preparing [2023-05-04T07:49:19.395Z] de54c6884eb1: Preparing [2023-05-04T07:49:19.395Z] 87a97453d705: Preparing [2023-05-04T07:49:19.395Z] d0d8039081fa: Preparing [2023-05-04T07:49:19.395Z] f1417ff83b31: Preparing [2023-05-04T07:49:19.395Z] f1417ff83b31: Waiting [2023-05-04T07:49:19.395Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:19.395Z] d817c84f0293: Pushed [2023-05-04T07:49:19.653Z] 87a97453d705: Layer already exists [2023-05-04T07:49:19.653Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:19.912Z] d0d8039081fa: Pushed [2023-05-04T07:49:21.288Z] 46e5d1d058df: Pushed [2023-05-04T07:49:21.288Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:21.870Z] + 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-05-04T07:49:22.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-05-04T07:49:22.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-04T07:49:22.173Z] d817c84f0293: Preparing [2023-05-04T07:49:22.173Z] 46e5d1d058df: Preparing [2023-05-04T07:49:22.173Z] de54c6884eb1: Preparing [2023-05-04T07:49:22.173Z] 87a97453d705: Preparing [2023-05-04T07:49:22.173Z] d0d8039081fa: Preparing [2023-05-04T07:49:22.173Z] f1417ff83b31: Preparing [2023-05-04T07:49:22.173Z] f1417ff83b31: Waiting [2023-05-04T07:49:22.439Z] d817c84f0293: Layer already exists [2023-05-04T07:49:22.439Z] 87a97453d705: Layer already exists [2023-05-04T07:49:22.440Z] d0d8039081fa: Layer already exists [2023-05-04T07:49:22.440Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:22.440Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:22.440Z] 46e5d1d058df: Layer already exists [2023-05-04T07:49:22.440Z] latest: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:22.745Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:23.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.147 [2023-05-04T07:49:23.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-04T07:49:23.061Z] d817c84f0293: Preparing [2023-05-04T07:49:23.061Z] 46e5d1d058df: Preparing [2023-05-04T07:49:23.061Z] de54c6884eb1: Preparing [2023-05-04T07:49:23.061Z] 87a97453d705: Preparing [2023-05-04T07:49:23.061Z] d0d8039081fa: Preparing [2023-05-04T07:49:23.061Z] f1417ff83b31: Preparing [2023-05-04T07:49:23.061Z] f1417ff83b31: Waiting [2023-05-04T07:49:23.061Z] 46e5d1d058df: Layer already exists [2023-05-04T07:49:23.061Z] d817c84f0293: Layer already exists [2023-05-04T07:49:23.061Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:23.061Z] d0d8039081fa: Layer already exists [2023-05-04T07:49:23.061Z] 87a97453d705: Layer already exists [2023-05-04T07:49:23.061Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:23.061Z] 3.0.0-dev.147: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:23.377Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:23.760Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:23.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-04T07:49:23.760Z] d817c84f0293: Preparing [2023-05-04T07:49:23.760Z] 46e5d1d058df: Preparing [2023-05-04T07:49:23.760Z] de54c6884eb1: Preparing [2023-05-04T07:49:23.760Z] 87a97453d705: Preparing [2023-05-04T07:49:23.760Z] d0d8039081fa: Preparing [2023-05-04T07:49:23.760Z] f1417ff83b31: Preparing [2023-05-04T07:49:23.760Z] f1417ff83b31: Waiting [2023-05-04T07:49:23.760Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:23.760Z] d817c84f0293: Layer already exists [2023-05-04T07:49:23.760Z] 46e5d1d058df: Layer already exists [2023-05-04T07:49:23.760Z] 87a97453d705: Layer already exists [2023-05-04T07:49:23.760Z] d0d8039081fa: Layer already exists [2023-05-04T07:49:23.760Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:23.760Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:24.203Z] + 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-05-04T07:49:24.530Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-05-04T07:49:24.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-05-04T07:49:24.530Z] d817c84f0293: Preparing [2023-05-04T07:49:24.530Z] 46e5d1d058df: Preparing [2023-05-04T07:49:24.530Z] de54c6884eb1: Preparing [2023-05-04T07:49:24.530Z] 87a97453d705: Preparing [2023-05-04T07:49:24.530Z] d0d8039081fa: Preparing [2023-05-04T07:49:24.530Z] f1417ff83b31: Preparing [2023-05-04T07:49:24.530Z] f1417ff83b31: Waiting [2023-05-04T07:49:24.530Z] d817c84f0293: Layer already exists [2023-05-04T07:49:24.530Z] 87a97453d705: Layer already exists [2023-05-04T07:49:24.530Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:24.530Z] 46e5d1d058df: Layer already exists [2023-05-04T07:49:24.530Z] d0d8039081fa: Layer already exists [2023-05-04T07:49:24.530Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:24.530Z] main: digest: sha256:515e0a1235a8a405cae7b2de1a01f0360f0f9d7815f32e91427694d37f8a7ee2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:24.565Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:24.570Z] taggedImages: [2023-05-04T07:49:24.570Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:24.570Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-05-04T07:49:24.570Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.147 [2023-05-04T07:49:24.570Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:24.570Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-05-04T07:49:24.584Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-05-04T07:49:24.584Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:24.584Z] latest [2023-05-04T07:49:24.584Z] 3.0.0-dev.147 [2023-05-04T07:49:24.584Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:24.584Z] main [2023-05-04T07:49:24.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:24.934Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:25.238Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:25.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-04T07:49:25.238Z] 1fd3daffc24d: Preparing [2023-05-04T07:49:25.238Z] 5213c13a002d: Preparing [2023-05-04T07:49:25.238Z] 0efb724539a3: Preparing [2023-05-04T07:49:25.238Z] 9ea2ab333142: Preparing [2023-05-04T07:49:25.238Z] e0e9cdc1fdd1: Preparing [2023-05-04T07:49:25.238Z] de54c6884eb1: Preparing [2023-05-04T07:49:25.238Z] 87a97453d705: Preparing [2023-05-04T07:49:25.238Z] 0172563e0e49: Preparing [2023-05-04T07:49:25.238Z] f1417ff83b31: Preparing [2023-05-04T07:49:25.238Z] de54c6884eb1: Waiting [2023-05-04T07:49:25.238Z] 87a97453d705: Waiting [2023-05-04T07:49:25.238Z] 0172563e0e49: Waiting [2023-05-04T07:49:25.238Z] f1417ff83b31: Waiting [2023-05-04T07:49:25.238Z] 0efb724539a3: Pushed [2023-05-04T07:49:25.238Z] 5213c13a002d: Pushed [2023-05-04T07:49:25.238Z] 1fd3daffc24d: Pushed [2023-05-04T07:49:25.497Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:25.497Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:25.497Z] 87a97453d705: Layer already exists [2023-05-04T07:49:25.755Z] 0172563e0e49: Pushed [2023-05-04T07:49:29.947Z] e0e9cdc1fdd1: Pushed [2023-05-04T07:49:32.474Z] 9ea2ab333142: Pushed [2023-05-04T07:49:32.474Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:32.795Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:33.102Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-05-04T07:49:33.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-04T07:49:33.102Z] 1fd3daffc24d: Preparing [2023-05-04T07:49:33.102Z] 5213c13a002d: Preparing [2023-05-04T07:49:33.102Z] 0efb724539a3: Preparing [2023-05-04T07:49:33.102Z] 9ea2ab333142: Preparing [2023-05-04T07:49:33.102Z] e0e9cdc1fdd1: Preparing [2023-05-04T07:49:33.102Z] de54c6884eb1: Preparing [2023-05-04T07:49:33.102Z] 87a97453d705: Preparing [2023-05-04T07:49:33.102Z] de54c6884eb1: Waiting [2023-05-04T07:49:33.102Z] 0172563e0e49: Preparing [2023-05-04T07:49:33.102Z] f1417ff83b31: Preparing [2023-05-04T07:49:33.102Z] 0172563e0e49: Waiting [2023-05-04T07:49:33.102Z] f1417ff83b31: Waiting [2023-05-04T07:49:33.102Z] 87a97453d705: Waiting [2023-05-04T07:49:33.102Z] 5213c13a002d: Layer already exists [2023-05-04T07:49:33.102Z] e0e9cdc1fdd1: Layer already exists [2023-05-04T07:49:33.102Z] 1fd3daffc24d: Layer already exists [2023-05-04T07:49:33.102Z] 9ea2ab333142: Layer already exists [2023-05-04T07:49:33.102Z] 0efb724539a3: Layer already exists [2023-05-04T07:49:33.102Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:33.102Z] 87a97453d705: Layer already exists [2023-05-04T07:49:33.102Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:33.102Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:33.102Z] latest: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:33.424Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:33.731Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.147 [2023-05-04T07:49:33.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-04T07:49:33.731Z] 1fd3daffc24d: Preparing [2023-05-04T07:49:33.731Z] 5213c13a002d: Preparing [2023-05-04T07:49:33.731Z] 0efb724539a3: Preparing [2023-05-04T07:49:33.731Z] 9ea2ab333142: Preparing [2023-05-04T07:49:33.731Z] e0e9cdc1fdd1: Preparing [2023-05-04T07:49:33.731Z] de54c6884eb1: Preparing [2023-05-04T07:49:33.731Z] 87a97453d705: Preparing [2023-05-04T07:49:33.731Z] 0172563e0e49: Preparing [2023-05-04T07:49:33.731Z] f1417ff83b31: Preparing [2023-05-04T07:49:33.731Z] 87a97453d705: Waiting [2023-05-04T07:49:33.731Z] f1417ff83b31: Waiting [2023-05-04T07:49:33.731Z] de54c6884eb1: Waiting [2023-05-04T07:49:33.731Z] 9ea2ab333142: Layer already exists [2023-05-04T07:49:33.731Z] 5213c13a002d: Layer already exists [2023-05-04T07:49:33.731Z] 0efb724539a3: Layer already exists [2023-05-04T07:49:33.731Z] e0e9cdc1fdd1: Layer already exists [2023-05-04T07:49:33.731Z] 1fd3daffc24d: Layer already exists [2023-05-04T07:49:33.731Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:33.731Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:33.731Z] 87a97453d705: Layer already exists [2023-05-04T07:49:33.731Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:33.731Z] 3.0.0-dev.147: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:34.038Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:34.343Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:34.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-04T07:49:34.343Z] 1fd3daffc24d: Preparing [2023-05-04T07:49:34.343Z] 5213c13a002d: Preparing [2023-05-04T07:49:34.343Z] 0efb724539a3: Preparing [2023-05-04T07:49:34.343Z] 9ea2ab333142: Preparing [2023-05-04T07:49:34.343Z] e0e9cdc1fdd1: Preparing [2023-05-04T07:49:34.343Z] de54c6884eb1: Preparing [2023-05-04T07:49:34.343Z] de54c6884eb1: Waiting [2023-05-04T07:49:34.343Z] 87a97453d705: Preparing [2023-05-04T07:49:34.343Z] 0172563e0e49: Preparing [2023-05-04T07:49:34.343Z] f1417ff83b31: Preparing [2023-05-04T07:49:34.343Z] 87a97453d705: Waiting [2023-05-04T07:49:34.343Z] 0172563e0e49: Waiting [2023-05-04T07:49:34.343Z] f1417ff83b31: Waiting [2023-05-04T07:49:34.343Z] 9ea2ab333142: Layer already exists [2023-05-04T07:49:34.343Z] 0efb724539a3: Layer already exists [2023-05-04T07:49:34.343Z] 5213c13a002d: Layer already exists [2023-05-04T07:49:34.343Z] e0e9cdc1fdd1: Layer already exists [2023-05-04T07:49:34.343Z] 87a97453d705: Layer already exists [2023-05-04T07:49:34.343Z] 1fd3daffc24d: Layer already exists [2023-05-04T07:49:34.343Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:34.343Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:34.343Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:34.343Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:34.652Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:34.957Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-05-04T07:49:34.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-05-04T07:49:34.957Z] 1fd3daffc24d: Preparing [2023-05-04T07:49:34.957Z] 5213c13a002d: Preparing [2023-05-04T07:49:34.957Z] 0efb724539a3: Preparing [2023-05-04T07:49:34.957Z] 9ea2ab333142: Preparing [2023-05-04T07:49:34.957Z] e0e9cdc1fdd1: Preparing [2023-05-04T07:49:34.957Z] de54c6884eb1: Preparing [2023-05-04T07:49:34.957Z] 87a97453d705: Preparing [2023-05-04T07:49:34.957Z] 0172563e0e49: Preparing [2023-05-04T07:49:34.957Z] f1417ff83b31: Preparing [2023-05-04T07:49:34.957Z] de54c6884eb1: Waiting [2023-05-04T07:49:34.957Z] 87a97453d705: Waiting [2023-05-04T07:49:34.957Z] 0172563e0e49: Waiting [2023-05-04T07:49:34.957Z] f1417ff83b31: Waiting [2023-05-04T07:49:34.957Z] 0efb724539a3: Layer already exists [2023-05-04T07:49:34.957Z] 1fd3daffc24d: Layer already exists [2023-05-04T07:49:34.957Z] e0e9cdc1fdd1: Layer already exists [2023-05-04T07:49:34.957Z] 9ea2ab333142: Layer already exists [2023-05-04T07:49:34.957Z] 5213c13a002d: Layer already exists [2023-05-04T07:49:34.957Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:34.957Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:34.957Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:34.957Z] 87a97453d705: Layer already exists [2023-05-04T07:49:34.957Z] main: digest: sha256:7a7d8b247a982e0c5e9ef57190e7ed98f44d3964e5d88cbac91ea23ec51f4c5e size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:34.997Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:35.005Z] taggedImages: [2023-05-04T07:49:35.005Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:35.005Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-05-04T07:49:35.005Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.147 [2023-05-04T07:49:35.005Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:35.005Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-05-04T07:49:35.028Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-05-04T07:49:35.028Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:35.028Z] latest [2023-05-04T07:49:35.028Z] 3.0.0-dev.147 [2023-05-04T07:49:35.028Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:35.028Z] main [2023-05-04T07:49:35.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:35.349Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:35.654Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:35.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-04T07:49:35.655Z] 503c3d5d2d31: Preparing [2023-05-04T07:49:35.655Z] 44a10034bd48: Preparing [2023-05-04T07:49:35.655Z] 13db9c917c68: Preparing [2023-05-04T07:49:35.655Z] 0db8e5648ec1: Preparing [2023-05-04T07:49:35.655Z] de54c6884eb1: Preparing [2023-05-04T07:49:35.655Z] 87a97453d705: Preparing [2023-05-04T07:49:35.655Z] 6d2bf3f0d70d: Preparing [2023-05-04T07:49:35.655Z] f1417ff83b31: Preparing [2023-05-04T07:49:35.655Z] 87a97453d705: Waiting [2023-05-04T07:49:35.655Z] 6d2bf3f0d70d: Waiting [2023-05-04T07:49:35.655Z] f1417ff83b31: Waiting [2023-05-04T07:49:35.655Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:35.655Z] 503c3d5d2d31: Pushed [2023-05-04T07:49:35.655Z] 13db9c917c68: Pushed [2023-05-04T07:49:35.655Z] 44a10034bd48: Pushed [2023-05-04T07:49:35.655Z] 87a97453d705: Layer already exists [2023-05-04T07:49:36.221Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:36.221Z] 6d2bf3f0d70d: Pushed [2023-05-04T07:49:44.334Z] 0db8e5648ec1: Pushed [2023-05-04T07:49:44.334Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:44.648Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:44.966Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-05-04T07:49:44.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-04T07:49:44.966Z] 503c3d5d2d31: Preparing [2023-05-04T07:49:44.966Z] 44a10034bd48: Preparing [2023-05-04T07:49:44.966Z] 13db9c917c68: Preparing [2023-05-04T07:49:44.966Z] 0db8e5648ec1: Preparing [2023-05-04T07:49:44.966Z] de54c6884eb1: Preparing [2023-05-04T07:49:44.966Z] 87a97453d705: Preparing [2023-05-04T07:49:44.966Z] 6d2bf3f0d70d: Preparing [2023-05-04T07:49:44.966Z] f1417ff83b31: Preparing [2023-05-04T07:49:44.966Z] 87a97453d705: Waiting [2023-05-04T07:49:44.966Z] 6d2bf3f0d70d: Waiting [2023-05-04T07:49:44.966Z] f1417ff83b31: Waiting [2023-05-04T07:49:44.966Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:44.966Z] 13db9c917c68: Layer already exists [2023-05-04T07:49:44.966Z] 44a10034bd48: Layer already exists [2023-05-04T07:49:44.966Z] 0db8e5648ec1: Layer already exists [2023-05-04T07:49:44.966Z] 503c3d5d2d31: Layer already exists [2023-05-04T07:49:44.966Z] 87a97453d705: Layer already exists [2023-05-04T07:49:44.966Z] 6d2bf3f0d70d: Layer already exists [2023-05-04T07:49:44.966Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:44.966Z] latest: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:45.271Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:45.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.147 [2023-05-04T07:49:45.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-04T07:49:45.575Z] 503c3d5d2d31: Preparing [2023-05-04T07:49:45.575Z] 44a10034bd48: Preparing [2023-05-04T07:49:45.575Z] 13db9c917c68: Preparing [2023-05-04T07:49:45.575Z] 0db8e5648ec1: Preparing [2023-05-04T07:49:45.575Z] de54c6884eb1: Preparing [2023-05-04T07:49:45.575Z] 87a97453d705: Preparing [2023-05-04T07:49:45.575Z] 6d2bf3f0d70d: Preparing [2023-05-04T07:49:45.575Z] f1417ff83b31: Preparing [2023-05-04T07:49:45.575Z] 87a97453d705: Waiting [2023-05-04T07:49:45.575Z] 6d2bf3f0d70d: Waiting [2023-05-04T07:49:45.575Z] f1417ff83b31: Waiting [2023-05-04T07:49:45.575Z] 0db8e5648ec1: Layer already exists [2023-05-04T07:49:45.575Z] 13db9c917c68: Layer already exists [2023-05-04T07:49:45.575Z] 503c3d5d2d31: Layer already exists [2023-05-04T07:49:45.575Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:45.575Z] 87a97453d705: Layer already exists [2023-05-04T07:49:45.575Z] 44a10034bd48: Layer already exists [2023-05-04T07:49:45.575Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:45.575Z] 6d2bf3f0d70d: Layer already exists [2023-05-04T07:49:45.575Z] 3.0.0-dev.147: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:45.878Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:46.184Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:46.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-04T07:49:46.185Z] 503c3d5d2d31: Preparing [2023-05-04T07:49:46.185Z] 44a10034bd48: Preparing [2023-05-04T07:49:46.185Z] 13db9c917c68: Preparing [2023-05-04T07:49:46.185Z] 0db8e5648ec1: Preparing [2023-05-04T07:49:46.185Z] de54c6884eb1: Preparing [2023-05-04T07:49:46.185Z] 87a97453d705: Preparing [2023-05-04T07:49:46.185Z] 6d2bf3f0d70d: Preparing [2023-05-04T07:49:46.185Z] f1417ff83b31: Preparing [2023-05-04T07:49:46.185Z] 87a97453d705: Waiting [2023-05-04T07:49:46.185Z] 6d2bf3f0d70d: Waiting [2023-05-04T07:49:46.185Z] f1417ff83b31: Waiting [2023-05-04T07:49:46.185Z] 503c3d5d2d31: Layer already exists [2023-05-04T07:49:46.185Z] 44a10034bd48: Layer already exists [2023-05-04T07:49:46.185Z] 0db8e5648ec1: Layer already exists [2023-05-04T07:49:46.185Z] 13db9c917c68: Layer already exists [2023-05-04T07:49:46.185Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:46.185Z] 87a97453d705: Layer already exists [2023-05-04T07:49:46.185Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:46.185Z] 6d2bf3f0d70d: Layer already exists [2023-05-04T07:49:46.185Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:46.499Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:46.801Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-05-04T07:49:46.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-05-04T07:49:46.801Z] 503c3d5d2d31: Preparing [2023-05-04T07:49:46.801Z] 44a10034bd48: Preparing [2023-05-04T07:49:46.801Z] 13db9c917c68: Preparing [2023-05-04T07:49:46.801Z] 0db8e5648ec1: Preparing [2023-05-04T07:49:46.801Z] de54c6884eb1: Preparing [2023-05-04T07:49:46.801Z] 87a97453d705: Preparing [2023-05-04T07:49:46.801Z] 6d2bf3f0d70d: Preparing [2023-05-04T07:49:46.801Z] f1417ff83b31: Preparing [2023-05-04T07:49:46.801Z] f1417ff83b31: Waiting [2023-05-04T07:49:46.801Z] 6d2bf3f0d70d: Waiting [2023-05-04T07:49:46.801Z] 13db9c917c68: Layer already exists [2023-05-04T07:49:46.801Z] 0db8e5648ec1: Layer already exists [2023-05-04T07:49:46.801Z] 503c3d5d2d31: Layer already exists [2023-05-04T07:49:46.801Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:46.801Z] 44a10034bd48: Layer already exists [2023-05-04T07:49:46.801Z] 6d2bf3f0d70d: Layer already exists [2023-05-04T07:49:46.801Z] 87a97453d705: Layer already exists [2023-05-04T07:49:46.801Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:46.801Z] main: digest: sha256:3309f9c879484bfd12d8c8b9397f8f574cee9eb3e06fa6311a4bc930d263b20f size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:46.838Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:46.843Z] taggedImages: [2023-05-04T07:49:46.843Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:46.843Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-05-04T07:49:46.843Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.147 [2023-05-04T07:49:46.843Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:46.843Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-05-04T07:49:46.859Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-05-04T07:49:46.859Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:46.859Z] latest [2023-05-04T07:49:46.859Z] 3.0.0-dev.147 [2023-05-04T07:49:46.859Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:46.859Z] main [2023-05-04T07:49:46.859Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:47.164Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:47.464Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:47.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-04T07:49:47.464Z] 64cbb975bd5c: Preparing [2023-05-04T07:49:47.465Z] 4c41fd8df3cd: Preparing [2023-05-04T07:49:47.465Z] 734ec2a17c52: Preparing [2023-05-04T07:49:47.465Z] e2515a7eee37: Preparing [2023-05-04T07:49:47.465Z] de54c6884eb1: Preparing [2023-05-04T07:49:47.465Z] 87a97453d705: Preparing [2023-05-04T07:49:47.465Z] 0172563e0e49: Preparing [2023-05-04T07:49:47.465Z] f1417ff83b31: Preparing [2023-05-04T07:49:47.465Z] 87a97453d705: Waiting [2023-05-04T07:49:47.465Z] 0172563e0e49: Waiting [2023-05-04T07:49:47.465Z] f1417ff83b31: Waiting [2023-05-04T07:49:47.465Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:47.465Z] 87a97453d705: Layer already exists [2023-05-04T07:49:47.465Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:47.465Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:47.465Z] 64cbb975bd5c: Pushed [2023-05-04T07:49:47.465Z] 4c41fd8df3cd: Pushed [2023-05-04T07:49:47.465Z] 734ec2a17c52: Pushed [2023-05-04T07:49:54.027Z] e2515a7eee37: Pushed [2023-05-04T07:49:54.027Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:54.342Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:54.648Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-05-04T07:49:54.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-04T07:49:54.648Z] 64cbb975bd5c: Preparing [2023-05-04T07:49:54.648Z] 4c41fd8df3cd: Preparing [2023-05-04T07:49:54.648Z] 734ec2a17c52: Preparing [2023-05-04T07:49:54.648Z] e2515a7eee37: Preparing [2023-05-04T07:49:54.648Z] de54c6884eb1: Preparing [2023-05-04T07:49:54.648Z] 87a97453d705: Preparing [2023-05-04T07:49:54.648Z] 0172563e0e49: Preparing [2023-05-04T07:49:54.648Z] f1417ff83b31: Preparing [2023-05-04T07:49:54.648Z] f1417ff83b31: Waiting [2023-05-04T07:49:54.648Z] 87a97453d705: Waiting [2023-05-04T07:49:54.648Z] 0172563e0e49: Waiting [2023-05-04T07:49:54.648Z] 4c41fd8df3cd: Layer already exists [2023-05-04T07:49:54.648Z] 734ec2a17c52: Layer already exists [2023-05-04T07:49:54.648Z] e2515a7eee37: Layer already exists [2023-05-04T07:49:54.648Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:54.648Z] 64cbb975bd5c: Layer already exists [2023-05-04T07:49:54.649Z] 87a97453d705: Layer already exists [2023-05-04T07:49:54.649Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:54.649Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:54.649Z] latest: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:54.953Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:55.258Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.147 [2023-05-04T07:49:55.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-04T07:49:55.258Z] 64cbb975bd5c: Preparing [2023-05-04T07:49:55.258Z] 4c41fd8df3cd: Preparing [2023-05-04T07:49:55.258Z] 734ec2a17c52: Preparing [2023-05-04T07:49:55.258Z] e2515a7eee37: Preparing [2023-05-04T07:49:55.258Z] de54c6884eb1: Preparing [2023-05-04T07:49:55.258Z] 87a97453d705: Preparing [2023-05-04T07:49:55.258Z] 0172563e0e49: Preparing [2023-05-04T07:49:55.258Z] f1417ff83b31: Preparing [2023-05-04T07:49:55.258Z] 87a97453d705: Waiting [2023-05-04T07:49:55.258Z] 0172563e0e49: Waiting [2023-05-04T07:49:55.258Z] f1417ff83b31: Waiting [2023-05-04T07:49:55.258Z] 734ec2a17c52: Layer already exists [2023-05-04T07:49:55.258Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:55.258Z] 64cbb975bd5c: Layer already exists [2023-05-04T07:49:55.258Z] e2515a7eee37: Layer already exists [2023-05-04T07:49:55.258Z] 4c41fd8df3cd: Layer already exists [2023-05-04T07:49:55.258Z] 87a97453d705: Layer already exists [2023-05-04T07:49:55.258Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:55.258Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:55.258Z] 3.0.0-dev.147: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:55.569Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:55.876Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:55.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-04T07:49:55.876Z] 64cbb975bd5c: Preparing [2023-05-04T07:49:55.876Z] 4c41fd8df3cd: Preparing [2023-05-04T07:49:55.876Z] 734ec2a17c52: Preparing [2023-05-04T07:49:55.876Z] e2515a7eee37: Preparing [2023-05-04T07:49:55.876Z] de54c6884eb1: Preparing [2023-05-04T07:49:55.876Z] 87a97453d705: Preparing [2023-05-04T07:49:55.876Z] 0172563e0e49: Preparing [2023-05-04T07:49:55.876Z] f1417ff83b31: Preparing [2023-05-04T07:49:55.876Z] 0172563e0e49: Waiting [2023-05-04T07:49:55.876Z] f1417ff83b31: Waiting [2023-05-04T07:49:55.876Z] 87a97453d705: Waiting [2023-05-04T07:49:55.876Z] 734ec2a17c52: Layer already exists [2023-05-04T07:49:55.876Z] 64cbb975bd5c: Layer already exists [2023-05-04T07:49:55.876Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:55.876Z] 4c41fd8df3cd: Layer already exists [2023-05-04T07:49:55.876Z] e2515a7eee37: Layer already exists [2023-05-04T07:49:55.876Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:55.876Z] 87a97453d705: Layer already exists [2023-05-04T07:49:55.876Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:55.876Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:56.183Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:56.495Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-05-04T07:49:56.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-05-04T07:49:56.495Z] 64cbb975bd5c: Preparing [2023-05-04T07:49:56.495Z] 4c41fd8df3cd: Preparing [2023-05-04T07:49:56.495Z] 734ec2a17c52: Preparing [2023-05-04T07:49:56.495Z] e2515a7eee37: Preparing [2023-05-04T07:49:56.495Z] de54c6884eb1: Preparing [2023-05-04T07:49:56.495Z] 87a97453d705: Preparing [2023-05-04T07:49:56.495Z] 0172563e0e49: Preparing [2023-05-04T07:49:56.495Z] f1417ff83b31: Preparing [2023-05-04T07:49:56.495Z] 87a97453d705: Waiting [2023-05-04T07:49:56.495Z] 0172563e0e49: Waiting [2023-05-04T07:49:56.495Z] f1417ff83b31: Waiting [2023-05-04T07:49:56.495Z] 64cbb975bd5c: Layer already exists [2023-05-04T07:49:56.495Z] 4c41fd8df3cd: Layer already exists [2023-05-04T07:49:56.495Z] 734ec2a17c52: Layer already exists [2023-05-04T07:49:56.495Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:56.495Z] e2515a7eee37: Layer already exists [2023-05-04T07:49:56.495Z] 0172563e0e49: Layer already exists [2023-05-04T07:49:56.495Z] 87a97453d705: Layer already exists [2023-05-04T07:49:56.495Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:56.495Z] main: digest: sha256:616de7a678ea854bbfffea53431ec5cd40319b93d75bd5739bfaa6779510d4b4 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:49:56.542Z] ===================================================== [Pipeline] echo [2023-05-04T07:49:56.551Z] taggedImages: [2023-05-04T07:49:56.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:56.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-05-04T07:49:56.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.147 [2023-05-04T07:49:56.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:56.551Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-05-04T07:49:56.575Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-05-04T07:49:56.575Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:56.575Z] latest [2023-05-04T07:49:56.575Z] 3.0.0-dev.147 [2023-05-04T07:49:56.575Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:49:56.575Z] main [2023-05-04T07:49:56.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:56.908Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:49:57.212Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:49:57.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-04T07:49:57.212Z] 9b76745e8ea3: Preparing [2023-05-04T07:49:57.212Z] f9468f71a3b2: Preparing [2023-05-04T07:49:57.212Z] de54c6884eb1: Preparing [2023-05-04T07:49:57.212Z] 87a97453d705: Preparing [2023-05-04T07:49:57.212Z] 083714ae3c2a: Preparing [2023-05-04T07:49:57.212Z] f1417ff83b31: Preparing [2023-05-04T07:49:57.212Z] f1417ff83b31: Waiting [2023-05-04T07:49:57.212Z] de54c6884eb1: Layer already exists [2023-05-04T07:49:57.212Z] 87a97453d705: Layer already exists [2023-05-04T07:49:57.212Z] f1417ff83b31: Layer already exists [2023-05-04T07:49:57.212Z] 9b76745e8ea3: Pushed [2023-05-04T07:49:57.212Z] 083714ae3c2a: Pushed [2023-05-04T07:49:59.742Z] f9468f71a3b2: Pushed [2023-05-04T07:49:59.742Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:00.134Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:00.431Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-05-04T07:50:00.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-04T07:50:00.431Z] 9b76745e8ea3: Preparing [2023-05-04T07:50:00.431Z] f9468f71a3b2: Preparing [2023-05-04T07:50:00.431Z] de54c6884eb1: Preparing [2023-05-04T07:50:00.431Z] 87a97453d705: Preparing [2023-05-04T07:50:00.431Z] 083714ae3c2a: Preparing [2023-05-04T07:50:00.431Z] f1417ff83b31: Preparing [2023-05-04T07:50:00.431Z] f1417ff83b31: Waiting [2023-05-04T07:50:00.431Z] 87a97453d705: Layer already exists [2023-05-04T07:50:00.431Z] 083714ae3c2a: Layer already exists [2023-05-04T07:50:00.431Z] 9b76745e8ea3: Layer already exists [2023-05-04T07:50:00.431Z] f9468f71a3b2: Layer already exists [2023-05-04T07:50:00.431Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:00.431Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:00.431Z] latest: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:00.737Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:01.082Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.147 [2023-05-04T07:50:01.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-04T07:50:01.083Z] 9b76745e8ea3: Preparing [2023-05-04T07:50:01.083Z] f9468f71a3b2: Preparing [2023-05-04T07:50:01.083Z] de54c6884eb1: Preparing [2023-05-04T07:50:01.083Z] 87a97453d705: Preparing [2023-05-04T07:50:01.083Z] 083714ae3c2a: Preparing [2023-05-04T07:50:01.083Z] f1417ff83b31: Preparing [2023-05-04T07:50:01.083Z] f1417ff83b31: Waiting [2023-05-04T07:50:01.083Z] 083714ae3c2a: Layer already exists [2023-05-04T07:50:01.083Z] f9468f71a3b2: Layer already exists [2023-05-04T07:50:01.083Z] 9b76745e8ea3: Layer already exists [2023-05-04T07:50:01.083Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:01.083Z] 87a97453d705: Layer already exists [2023-05-04T07:50:01.083Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:01.083Z] 3.0.0-dev.147: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:01.388Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:01.685Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:50:01.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-04T07:50:01.685Z] 9b76745e8ea3: Preparing [2023-05-04T07:50:01.685Z] f9468f71a3b2: Preparing [2023-05-04T07:50:01.685Z] de54c6884eb1: Preparing [2023-05-04T07:50:01.685Z] 87a97453d705: Preparing [2023-05-04T07:50:01.685Z] 083714ae3c2a: Preparing [2023-05-04T07:50:01.685Z] f1417ff83b31: Preparing [2023-05-04T07:50:01.685Z] f1417ff83b31: Waiting [2023-05-04T07:50:01.685Z] 87a97453d705: Layer already exists [2023-05-04T07:50:01.685Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:01.685Z] 9b76745e8ea3: Layer already exists [2023-05-04T07:50:01.685Z] 083714ae3c2a: Layer already exists [2023-05-04T07:50:01.685Z] f9468f71a3b2: Layer already exists [2023-05-04T07:50:01.685Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:01.686Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:01.987Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:02.288Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-05-04T07:50:02.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-05-04T07:50:02.289Z] 9b76745e8ea3: Preparing [2023-05-04T07:50:02.289Z] f9468f71a3b2: Preparing [2023-05-04T07:50:02.289Z] de54c6884eb1: Preparing [2023-05-04T07:50:02.289Z] 87a97453d705: Preparing [2023-05-04T07:50:02.289Z] 083714ae3c2a: Preparing [2023-05-04T07:50:02.289Z] f1417ff83b31: Preparing [2023-05-04T07:50:02.289Z] f1417ff83b31: Waiting [2023-05-04T07:50:02.289Z] 9b76745e8ea3: Layer already exists [2023-05-04T07:50:02.289Z] f9468f71a3b2: Layer already exists [2023-05-04T07:50:02.289Z] 87a97453d705: Layer already exists [2023-05-04T07:50:02.289Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:02.289Z] 083714ae3c2a: Layer already exists [2023-05-04T07:50:02.289Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:02.289Z] main: digest: sha256:fdb98df6bfb8cc76c9c1443898e6d35ecd019e2914a527c92e8297ad8d0e0833 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:50:02.322Z] ===================================================== [Pipeline] echo [2023-05-04T07:50:02.328Z] taggedImages: [2023-05-04T07:50:02.328Z] - nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:50:02.328Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-05-04T07:50:02.328Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.147 [2023-05-04T07:50:02.328Z] - nexus3.edgexfoundry.org:10004/support-notifications:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:50:02.328Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-05-04T07:50:02.346Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-05-04T07:50:02.346Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:50:02.346Z] latest [2023-05-04T07:50:02.346Z] 3.0.0-dev.147 [2023-05-04T07:50:02.346Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:50:02.346Z] main [2023-05-04T07:50:02.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:02.677Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:02.990Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:50:02.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-04T07:50:02.991Z] dd9c771c39ec: Preparing [2023-05-04T07:50:02.991Z] 75dcff642a49: Preparing [2023-05-04T07:50:02.991Z] de54c6884eb1: Preparing [2023-05-04T07:50:02.991Z] 87a97453d705: Preparing [2023-05-04T07:50:02.991Z] 9184a187baed: Preparing [2023-05-04T07:50:02.991Z] f1417ff83b31: Preparing [2023-05-04T07:50:02.991Z] f1417ff83b31: Waiting [2023-05-04T07:50:02.991Z] 87a97453d705: Layer already exists [2023-05-04T07:50:02.991Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:02.991Z] 9184a187baed: Layer already exists [2023-05-04T07:50:02.991Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:02.991Z] dd9c771c39ec: Pushed [2023-05-04T07:50:05.518Z] 75dcff642a49: Pushed [2023-05-04T07:50:05.518Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:05.830Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:06.149Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-05-04T07:50:06.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-04T07:50:06.149Z] dd9c771c39ec: Preparing [2023-05-04T07:50:06.149Z] 75dcff642a49: Preparing [2023-05-04T07:50:06.149Z] de54c6884eb1: Preparing [2023-05-04T07:50:06.149Z] 87a97453d705: Preparing [2023-05-04T07:50:06.149Z] 9184a187baed: Preparing [2023-05-04T07:50:06.149Z] f1417ff83b31: Preparing [2023-05-04T07:50:06.149Z] f1417ff83b31: Waiting [2023-05-04T07:50:06.149Z] 87a97453d705: Layer already exists [2023-05-04T07:50:06.149Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:06.149Z] 9184a187baed: Layer already exists [2023-05-04T07:50:06.149Z] 75dcff642a49: Layer already exists [2023-05-04T07:50:06.149Z] dd9c771c39ec: Layer already exists [2023-05-04T07:50:06.149Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:06.149Z] latest: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:06.464Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:06.774Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.147 [2023-05-04T07:50:06.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-04T07:50:06.774Z] dd9c771c39ec: Preparing [2023-05-04T07:50:06.774Z] 75dcff642a49: Preparing [2023-05-04T07:50:06.774Z] de54c6884eb1: Preparing [2023-05-04T07:50:06.774Z] 87a97453d705: Preparing [2023-05-04T07:50:06.774Z] 9184a187baed: Preparing [2023-05-04T07:50:06.774Z] f1417ff83b31: Preparing [2023-05-04T07:50:06.774Z] f1417ff83b31: Waiting [2023-05-04T07:50:06.774Z] 9184a187baed: Layer already exists [2023-05-04T07:50:06.774Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:06.774Z] 75dcff642a49: Layer already exists [2023-05-04T07:50:06.774Z] dd9c771c39ec: Layer already exists [2023-05-04T07:50:06.774Z] 87a97453d705: Layer already exists [2023-05-04T07:50:06.774Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:06.774Z] 3.0.0-dev.147: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:07.079Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:07.415Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:50:07.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-04T07:50:07.415Z] dd9c771c39ec: Preparing [2023-05-04T07:50:07.415Z] 75dcff642a49: Preparing [2023-05-04T07:50:07.415Z] de54c6884eb1: Preparing [2023-05-04T07:50:07.415Z] 87a97453d705: Preparing [2023-05-04T07:50:07.415Z] 9184a187baed: Preparing [2023-05-04T07:50:07.415Z] f1417ff83b31: Preparing [2023-05-04T07:50:07.415Z] f1417ff83b31: Waiting [2023-05-04T07:50:07.415Z] 9184a187baed: Layer already exists [2023-05-04T07:50:07.415Z] 87a97453d705: Layer already exists [2023-05-04T07:50:07.415Z] dd9c771c39ec: Layer already exists [2023-05-04T07:50:07.415Z] 75dcff642a49: Layer already exists [2023-05-04T07:50:07.415Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:07.415Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:07.415Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:07.731Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T07:50:08.030Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-05-04T07:50:08.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-05-04T07:50:08.030Z] dd9c771c39ec: Preparing [2023-05-04T07:50:08.030Z] 75dcff642a49: Preparing [2023-05-04T07:50:08.030Z] de54c6884eb1: Preparing [2023-05-04T07:50:08.030Z] 87a97453d705: Preparing [2023-05-04T07:50:08.030Z] 9184a187baed: Preparing [2023-05-04T07:50:08.030Z] f1417ff83b31: Preparing [2023-05-04T07:50:08.030Z] f1417ff83b31: Waiting [2023-05-04T07:50:08.030Z] de54c6884eb1: Layer already exists [2023-05-04T07:50:08.030Z] 75dcff642a49: Layer already exists [2023-05-04T07:50:08.030Z] 9184a187baed: Layer already exists [2023-05-04T07:50:08.030Z] 87a97453d705: Layer already exists [2023-05-04T07:50:08.030Z] dd9c771c39ec: Layer already exists [2023-05-04T07:50:08.030Z] f1417ff83b31: Layer already exists [2023-05-04T07:50:08.030Z] main: digest: sha256:9dd556cd9d8b72a99daeef03c60b33c95e4e6c33e931b534f30558dbe871cd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T07:50:08.075Z] ===================================================== [Pipeline] echo [2023-05-04T07:50:08.087Z] taggedImages: [2023-05-04T07:50:08.087Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:50:08.087Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-05-04T07:50:08.087Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.147 [2023-05-04T07:50:08.087Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T07:50:08.087Z] - 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-05-04T07:52:29.335Z] Removing intermediate container 085b0b04894e [2023-05-04T07:52:29.335Z] ---> 8f751968d89b [2023-05-04T07:52:29.335Z] [2023-05-04T07:52:29.335Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:52:29.335Z] ---> 51e60588ff2c [2023-05-04T07:52:29.335Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-04T07:52:29.335Z] ---> Running in b86f5b52e13a [2023-05-04T07:52:29.335Z] Removing intermediate container b86f5b52e13a [2023-05-04T07:52:29.335Z] ---> 33c2b2f6afa1 [2023-05-04T07:52:29.335Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:52:29.335Z] ---> Running in 591e54e3d3d8 [2023-05-04T07:52:29.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:52:29.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:52:29.335Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T07:52:29.335Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:52:29.335Z] OK: 8 MiB in 16 packages [2023-05-04T07:52:30.757Z] Removing intermediate container 591e54e3d3d8 [2023-05-04T07:52:30.757Z] ---> 49b072d05652 [2023-05-04T07:52:30.757Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:52:31.718Z] ---> aff32b9a497f [2023-05-04T07:52:31.718Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:52:32.301Z] ---> fadacc6c0176 [2023-05-04T07:52:32.301Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-05-04T07:52:34.251Z] ---> 1a86ff3bfae8 [2023-05-04T07:52:34.251Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:52:34.846Z] ---> 73f49b6d54b1 [2023-05-04T07:52:34.846Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-05-04T07:52:35.808Z] ---> 30025cdad977 [2023-05-04T07:52:35.808Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T07:52:36.075Z] ---> Running in a5a60f643398 [2023-05-04T07:52:39.421Z] Removing intermediate container a5a60f643398 [2023-05-04T07:52:39.421Z] ---> 9a687a80dbff [2023-05-04T07:52:39.421Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T07:52:39.421Z] ---> Running in 2681027469bc [2023-05-04T07:52:42.766Z] Removing intermediate container 2681027469bc [2023-05-04T07:52:42.766Z] ---> 657f3e42efee [2023-05-04T07:52:42.766Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-04T07:52:43.054Z] ---> Running in f042177c515b [2023-05-04T07:52:43.636Z] Removing intermediate container f042177c515b [2023-05-04T07:52:43.636Z] ---> b2c38a36266f [2023-05-04T07:52:43.636Z] Step 21/23 : LABEL arch=arm64 [2023-05-04T07:52:43.636Z] ---> Running in 54fe5d2f687b [2023-05-04T07:52:44.224Z] Removing intermediate container 54fe5d2f687b [2023-05-04T07:52:44.224Z] ---> b6fb9a4a2b7a [2023-05-04T07:52:44.224Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:52:44.489Z] ---> Running in f21c9919e5fb [2023-05-04T07:52:44.766Z] Removing intermediate container f21c9919e5fb [2023-05-04T07:52:44.766Z] ---> 19979a15d6c3 [2023-05-04T07:52:44.766Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:52:45.032Z] ---> Running in 5ef750447b58 [2023-05-04T07:52:45.621Z] Removing intermediate container 5ef750447b58 [2023-05-04T07:52:45.621Z] ---> 8a282e39aee2 [2023-05-04T07:52:45.621Z] [2023-05-04T07:52:45.621Z] Successfully built 8a282e39aee2 [2023-05-04T07:52:45.621Z] Successfully tagged security-proxy-auth-arm64:latest [2023-05-04T07:52:45.621Z] Building core-metadata [2023-05-04T07:52:50.975Z]  Building security-proxy-auth ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:52:50.975Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:52:50.975Z] ---> a10335f89138 [2023-05-04T07:52:50.975Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:52:50.975Z] ---> Using cache [2023-05-04T07:52:50.975Z] ---> 9b47cd4eef61 [2023-05-04T07:52:50.975Z] Step 4/25 : WORKDIR /edgex-go [2023-05-04T07:52:50.975Z] ---> Using cache [2023-05-04T07:52:50.975Z] ---> c118991b18e7 [2023-05-04T07:52:50.975Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-05-04T07:52:50.975Z] ---> Using cache [2023-05-04T07:52:50.975Z] ---> fdd65c142eac [2023-05-04T07:52:50.975Z] Step 6/25 : COPY go.mod vendor* ./ [2023-05-04T07:52:50.975Z] ---> Using cache [2023-05-04T07:52:50.975Z] ---> 44533d60e9e1 [2023-05-04T07:52:50.975Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:52:50.975Z] ---> Using cache [2023-05-04T07:52:50.975Z] ---> 4de0ed3954a8 [2023-05-04T07:52:50.975Z] Step 8/25 : COPY . . [2023-05-04T07:52:50.975Z] ---> Using cache [2023-05-04T07:52:50.975Z] ---> b5a752636108 [2023-05-04T07:52:50.975Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-05-04T07:52:51.242Z] ---> Running in 60ad04063e2b [2023-05-04T07:52:53.828Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-05-04T07:52:58.083Z] Removing intermediate container 06d3514ca67d [2023-05-04T07:52:58.083Z] ---> a795c891b34b [2023-05-04T07:52:58.083Z] [2023-05-04T07:52:58.083Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:52:58.083Z] ---> 51e60588ff2c [2023-05-04T07:52:58.083Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-05-04T07:52:58.083Z] ---> Using cache [2023-05-04T07:52:58.083Z] ---> 33c2b2f6afa1 [2023-05-04T07:52:58.083Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:52:58.083Z] ---> Using cache [2023-05-04T07:52:58.083Z] ---> 49b072d05652 [2023-05-04T07:52:58.083Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:52:58.083Z] ---> Using cache [2023-05-04T07:52:58.083Z] ---> aff32b9a497f [2023-05-04T07:52:58.083Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:52:58.083Z] ---> Using cache [2023-05-04T07:52:58.083Z] ---> fadacc6c0176 [2023-05-04T07:52:58.083Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-05-04T07:52:59.500Z] ---> 5a249d54dc2d [2023-05-04T07:52:59.500Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:53:00.924Z] ---> 25576414cf44 [2023-05-04T07:53:00.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-05-04T07:53:02.329Z] ---> a733ce750051 [2023-05-04T07:53:02.330Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T07:53:02.330Z] ---> Running in 130aa249ab83 [2023-05-04T07:53:06.579Z] Removing intermediate container 130aa249ab83 [2023-05-04T07:53:06.579Z] ---> 875632a69382 [2023-05-04T07:53:06.579Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T07:53:06.579Z] ---> Running in fee2bb4871dd [2023-05-04T07:53:10.861Z] Removing intermediate container fee2bb4871dd [2023-05-04T07:53:10.861Z] ---> bdeadf1c27c3 [2023-05-04T07:53:10.861Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-05-04T07:53:11.133Z] ---> Running in aca9fc42e141 [2023-05-04T07:53:11.717Z] Removing intermediate container 8cfeca21f954 [2023-05-04T07:53:11.717Z] ---> 4f234c7253fb [2023-05-04T07:53:11.717Z] [2023-05-04T07:53:11.717Z] Step 10/24 : FROM alpine:3.17 [2023-05-04T07:53:11.717Z] ---> 51e60588ff2c [2023-05-04T07:53:11.717Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:53:11.984Z] ---> Running in 95f5ae44a2ca [2023-05-04T07:53:12.487Z] Removing intermediate container aca9fc42e141 [2023-05-04T07:53:12.487Z] ---> 651ea301a70e [2023-05-04T07:53:12.487Z] Step 21/23 : LABEL arch=arm64 [2023-05-04T07:53:12.487Z] ---> Running in 22d6f17e8b85 [2023-05-04T07:53:13.512Z] Removing intermediate container 22d6f17e8b85 [2023-05-04T07:53:13.512Z] ---> fe26399faab6 [2023-05-04T07:53:13.512Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:53:13.512Z] ---> Running in 20c6478b7530 [2023-05-04T07:53:14.508Z] Removing intermediate container 20c6478b7530 [2023-05-04T07:53:14.508Z] ---> aef3793580cd [2023-05-04T07:53:14.508Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:53:14.508Z] ---> Running in c286656f5291 [2023-05-04T07:53:14.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:15.062Z] Removing intermediate container c286656f5291 [2023-05-04T07:53:15.062Z] ---> f4e50fe067cb [2023-05-04T07:53:15.062Z] [2023-05-04T07:53:15.062Z] Successfully built f4e50fe067cb [2023-05-04T07:53:15.062Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-05-04T07:53:15.062Z]  Building core-common-config-bootstrapper ... done Building security-spire-config [2023-05-04T07:53:15.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:17.092Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T07:53:17.092Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:53:17.092Z] OK: 8 MiB in 16 packages [2023-05-04T07:53:19.031Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:53:19.031Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:53:19.031Z] ---> a10335f89138 [2023-05-04T07:53:19.031Z] Step 3/27 : WORKDIR /edgex-go [2023-05-04T07:53:19.031Z] ---> Using cache [2023-05-04T07:53:19.031Z] ---> 8b61675bf4dd [2023-05-04T07:53:19.031Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-05-04T07:53:19.031Z] ---> Using cache [2023-05-04T07:53:19.031Z] ---> bcbf20c14e07 [2023-05-04T07:53:19.031Z] Step 5/27 : COPY go.mod vendor* ./ [2023-05-04T07:53:19.031Z] ---> Using cache [2023-05-04T07:53:19.031Z] ---> c43cfef9c725 [2023-05-04T07:53:19.031Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:53:19.031Z] ---> Using cache [2023-05-04T07:53:19.031Z] ---> 3db0903f0455 [2023-05-04T07:53:19.031Z] Step 7/27 : COPY . . [2023-05-04T07:53:19.031Z] Removing intermediate container 95f5ae44a2ca [2023-05-04T07:53:19.031Z] ---> 4f9cb0946e5b [2023-05-04T07:53:19.031Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:53:19.298Z] ---> Running in b36d8b3e0789 [2023-05-04T07:53:19.298Z] ---> Using cache [2023-05-04T07:53:19.298Z] ---> 529e6e0d222f [2023-05-04T07:53:19.298Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-05-04T07:53:19.298Z] ---> Using cache [2023-05-04T07:53:19.298Z] ---> 905ab023277b [2023-05-04T07:53:19.298Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-05-04T07:53:19.298Z] ---> Using cache [2023-05-04T07:53:19.298Z] ---> 7c53baf7ac1a [2023-05-04T07:53:19.298Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-04T07:53:19.298Z] ---> Using cache [2023-05-04T07:53:19.298Z] ---> 76f8f6c58521 [2023-05-04T07:53:19.298Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-04T07:53:19.298Z] ---> Using cache [2023-05-04T07:53:19.298Z] ---> 26c23eaa6b4c [2023-05-04T07:53:19.298Z] Step 12/27 : WORKDIR /edgex-go [2023-05-04T07:53:19.298Z] ---> Using cache [2023-05-04T07:53:19.298Z] ---> 46dca3d9c7f1 [2023-05-04T07:53:19.298Z] [2023-05-04T07:53:19.298Z] Step 13/27 : FROM alpine:3.17 [2023-05-04T07:53:19.298Z] ---> 51e60588ff2c [2023-05-04T07:53:19.299Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-04T07:53:19.299Z] ---> Using cache [2023-05-04T07:53:19.299Z] ---> 78a5eefa64fb [2023-05-04T07:53:19.299Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-05-04T07:53:19.299Z] ---> Running in 34838ea94f46 [2023-05-04T07:53:20.272Z] Removing intermediate container b36d8b3e0789 [2023-05-04T07:53:20.272Z] ---> 02a188b94290 [2023-05-04T07:53:20.272Z] Step 13/24 : ENV APP_PORT=59882 [2023-05-04T07:53:20.272Z] ---> Running in d3721fab60e9 [2023-05-04T07:53:20.852Z] Removing intermediate container d3721fab60e9 [2023-05-04T07:53:20.852Z] ---> 1bc1bd8e6db2 [2023-05-04T07:53:20.852Z] Step 14/24 : EXPOSE $APP_PORT [2023-05-04T07:53:21.117Z] ---> Running in b4d1f9fa78a9 [2023-05-04T07:53:21.696Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:22.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:23.603Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T07:53:23.603Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T07:53:23.603Z] OK: 17691 distinct packages available [2023-05-04T07:53:23.869Z] Removing intermediate container b4d1f9fa78a9 [2023-05-04T07:53:23.869Z] ---> c8fe71712798 [2023-05-04T07:53:23.869Z] Step 15/24 : WORKDIR / [2023-05-04T07:53:23.869Z] ---> Running in ee2ed2cb29eb [2023-05-04T07:53:24.135Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:24.404Z] Removing intermediate container ee2ed2cb29eb [2023-05-04T07:53:24.404Z] ---> 389592c9e714 [2023-05-04T07:53:24.404Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:53:24.985Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:25.566Z] ---> bd05277a7819 [2023-05-04T07:53:25.566Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:53:26.255Z] ---> d67a468e5fad [2023-05-04T07:53:26.255Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-05-04T07:53:26.838Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-05-04T07:53:26.838Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-05-04T07:53:26.838Z] (3/4) Installing libucontext (1.2-r0) [2023-05-04T07:53:26.838Z] (4/4) Installing gcompat (1.1.0-r0) [2023-05-04T07:53:26.838Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:53:26.838Z] OK: 8 MiB in 19 packages [2023-05-04T07:53:28.246Z] ---> 69bd8cb8b8e0 [2023-05-04T07:53:28.246Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:53:28.829Z] Removing intermediate container 34838ea94f46 [2023-05-04T07:53:28.829Z] ---> 8ff6be05d7c9 [2023-05-04T07:53:28.829Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:53:29.416Z] ---> ddd2a165ef9b [2023-05-04T07:53:29.416Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-05-04T07:53:29.686Z] ---> Running in e41ccb94195f [2023-05-04T07:53:30.269Z] ---> 8329f00669a8 [2023-05-04T07:53:30.269Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:53:30.269Z] Removing intermediate container e41ccb94195f [2023-05-04T07:53:30.269Z] ---> 0e3c72dcd316 [2023-05-04T07:53:30.269Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T07:53:30.269Z] ---> Running in 5b2230bcda83 [2023-05-04T07:53:31.228Z] Removing intermediate container 5b2230bcda83 [2023-05-04T07:53:31.228Z] ---> cf131135572e [2023-05-04T07:53:31.228Z] Step 22/24 : LABEL arch=arm64 [2023-05-04T07:53:31.228Z] ---> Running in 6577a75119b5 [2023-05-04T07:53:31.228Z] ---> 707f3f92cbbc [2023-05-04T07:53:31.228Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-04T07:53:32.197Z] Removing intermediate container 6577a75119b5 [2023-05-04T07:53:32.197Z] ---> a6ceffa80707 [2023-05-04T07:53:32.197Z] Step 23/24 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:53:32.197Z] ---> Running in ae0af9c992de [2023-05-04T07:53:32.800Z] Removing intermediate container ae0af9c992de [2023-05-04T07:53:32.800Z] ---> 0b1d6c994751 [2023-05-04T07:53:32.800Z] Step 24/24 : LABEL version=3.0.0-dev.147 [2023-05-04T07:53:33.079Z] ---> Running in 58053be97edb [2023-05-04T07:53:33.669Z] Removing intermediate container 58053be97edb [2023-05-04T07:53:33.669Z] ---> 4745f86a77d6 [2023-05-04T07:53:33.669Z] [2023-05-04T07:53:33.937Z] Successfully built 4745f86a77d6 [2023-05-04T07:53:33.937Z] Successfully tagged core-command-arm64:latest [2023-05-04T07:53:33.937Z] Building security-bootstrapper [2023-05-04T07:53:37.306Z]  Building core-command ... done  ---> cbefdf7f9785 [2023-05-04T07:53:37.306Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-05-04T07:53:37.888Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:53:37.888Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:53:37.888Z] ---> a10335f89138 [2023-05-04T07:53:37.888Z] Step 3/33 : WORKDIR /edgex-go [2023-05-04T07:53:37.888Z] ---> Using cache [2023-05-04T07:53:37.888Z] ---> 8b61675bf4dd [2023-05-04T07:53:37.888Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-05-04T07:53:37.888Z] ---> Using cache [2023-05-04T07:53:37.888Z] ---> 20e6ed246f90 [2023-05-04T07:53:37.888Z] Step 5/33 : COPY go.mod vendor* ./ [2023-05-04T07:53:37.888Z] ---> Using cache [2023-05-04T07:53:37.888Z] ---> f73c13be6cbc [2023-05-04T07:53:37.888Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:53:37.888Z] ---> Using cache [2023-05-04T07:53:37.888Z] ---> f2270d340b70 [2023-05-04T07:53:37.888Z] Step 7/33 : COPY . . [2023-05-04T07:53:38.155Z] ---> Using cache [2023-05-04T07:53:38.155Z] ---> 834b4162ae28 [2023-05-04T07:53:38.155Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-05-04T07:53:38.423Z] ---> Running in 721a8b97a8f2 [2023-05-04T07:53:38.423Z] ---> ed80512cbe99 [2023-05-04T07:53:38.423Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-05-04T07:53:38.692Z] ---> Running in 969cccc9c2f5 [2023-05-04T07:53:39.658Z] Removing intermediate container 969cccc9c2f5 [2023-05-04T07:53:39.658Z] ---> aa2bd978f39d [2023-05-04T07:53:39.658Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-05-04T07:53:40.622Z] ---> 85341471ac45 [2023-05-04T07:53:40.622Z] Step 22/27 : WORKDIR / [2023-05-04T07:53:40.622Z] ---> Running in 42c83f93e669 [2023-05-04T07:53:40.622Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-05-04T07:53:41.208Z] Removing intermediate container 42c83f93e669 [2023-05-04T07:53:41.208Z] ---> 43445c78092b [2023-05-04T07:53:41.208Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-04T07:53:41.477Z] ---> Running in 2dba1c4cc0a8 [2023-05-04T07:53:41.747Z] Removing intermediate container 2dba1c4cc0a8 [2023-05-04T07:53:41.747Z] ---> dcddde044e79 [2023-05-04T07:53:41.747Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-04T07:53:42.014Z] ---> Running in a4fc0cf6627d [2023-05-04T07:53:42.604Z] Removing intermediate container a4fc0cf6627d [2023-05-04T07:53:42.604Z] ---> e89d3444c9a4 [2023-05-04T07:53:42.604Z] Step 25/27 : LABEL arch=arm64 [2023-05-04T07:53:42.604Z] ---> Running in 93a4530c74cc [2023-05-04T07:53:43.191Z] Removing intermediate container 93a4530c74cc [2023-05-04T07:53:43.191Z] ---> 82e7c5825201 [2023-05-04T07:53:43.191Z] Step 26/27 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:53:43.191Z] ---> Running in dfec2133ed9b [2023-05-04T07:53:43.778Z] Removing intermediate container dfec2133ed9b [2023-05-04T07:53:43.778Z] ---> 9ac9838c8f52 [2023-05-04T07:53:43.778Z] Step 27/27 : LABEL version=3.0.0-dev.147 [2023-05-04T07:53:43.778Z] ---> Running in 3b89dc1db185 [2023-05-04T07:53:44.376Z] Removing intermediate container 3b89dc1db185 [2023-05-04T07:53:44.376Z] ---> 0bd382ce3721 [2023-05-04T07:53:44.376Z] [2023-05-04T07:53:44.376Z] Successfully built 0bd382ce3721 [2023-05-04T07:53:44.376Z] Successfully tagged security-spire-config-arm64:latest [2023-05-04T07:53:44.376Z]  Building security-spire-config ... done Building security-spiffe-token-provider [2023-05-04T07:53:47.716Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:53:47.716Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:53:47.716Z] ---> a10335f89138 [2023-05-04T07:53:47.716Z] Step 3/20 : WORKDIR /edgex-go [2023-05-04T07:53:47.716Z] ---> Using cache [2023-05-04T07:53:47.716Z] ---> 8b61675bf4dd [2023-05-04T07:53:47.716Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-05-04T07:53:47.984Z] ---> Running in eafc00a1a4c1 [2023-05-04T07:53:49.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:50.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:52.320Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T07:53:52.320Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T07:53:52.320Z] OK: 17690 distinct packages available [2023-05-04T07:53:52.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:53.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:53:54.617Z] OK: 263 MiB in 53 packages [2023-05-04T07:53:56.582Z] Removing intermediate container eafc00a1a4c1 [2023-05-04T07:53:56.582Z] ---> 31dd508b5453 [2023-05-04T07:53:56.582Z] Step 5/20 : COPY go.mod vendor* ./ [2023-05-04T07:53:57.166Z] ---> 209292c69781 [2023-05-04T07:53:57.166Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:53:57.440Z] ---> Running in 5ffb5cf3ae54 [2023-05-04T07:54:53.849Z] Removing intermediate container 1c222437a49c [2023-05-04T07:54:53.849Z] ---> 3fba7b3de133 [2023-05-04T07:54:53.849Z] [2023-05-04T07:54:53.849Z] Step 9/22 : FROM alpine:3.17 [2023-05-04T07:54:53.849Z] ---> 51e60588ff2c [2023-05-04T07:54:53.849Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-05-04T07:54:53.849Z] ---> Running in bb13cba13c1c [2023-05-04T07:54:53.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:54:53.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:54:53.849Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-04T07:54:53.849Z] (2/2) Installing openssl (3.0.8-r4) [2023-05-04T07:54:53.849Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:54:53.849Z] OK: 8 MiB in 17 packages [2023-05-04T07:54:56.448Z] Removing intermediate container bb13cba13c1c [2023-05-04T07:54:56.448Z] ---> d9cd0de2d797 [2023-05-04T07:54:56.448Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-04T07:54:56.717Z] ---> Running in 6d62024d28b8 [2023-05-04T07:54:57.676Z] Removing intermediate container 6d62024d28b8 [2023-05-04T07:54:57.676Z] ---> e1b2272f8908 [2023-05-04T07:54:57.676Z] Step 12/22 : WORKDIR /edgex [2023-05-04T07:54:57.949Z] ---> Running in 0bd4a6abc901 [2023-05-04T07:54:58.920Z] Removing intermediate container 0bd4a6abc901 [2023-05-04T07:54:58.920Z] ---> fdfbe9a8cf67 [2023-05-04T07:54:58.920Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:55:00.861Z] ---> 694e0edac842 [2023-05-04T07:55:00.861Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:55:02.269Z] ---> b942628cc67a [2023-05-04T07:55:02.536Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-05-04T07:55:03.948Z] ---> c86307017e60 [2023-05-04T07:55:03.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-05-04T07:55:06.526Z] ---> 9239d8fdeaed [2023-05-04T07:55:06.526Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-05-04T07:55:10.784Z] ---> 9c594f5fa140 [2023-05-04T07:55:10.785Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T07:55:11.052Z] ---> Running in 5b7c27370894 [2023-05-04T07:55:15.301Z] Removing intermediate container 5b7c27370894 [2023-05-04T07:55:15.301Z] ---> 015f6013f0a5 [2023-05-04T07:55:15.301Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T07:55:15.577Z] ---> Running in a4b213f10364 [2023-05-04T07:55:16.162Z] Removing intermediate container a4b213f10364 [2023-05-04T07:55:16.162Z] ---> 99c4b0bd0e69 [2023-05-04T07:55:16.162Z] Step 20/22 : LABEL arch=arm64 [2023-05-04T07:55:16.162Z] ---> Running in ffb65a526b63 [2023-05-04T07:55:17.129Z] Removing intermediate container ffb65a526b63 [2023-05-04T07:55:17.129Z] ---> 8e12eaa1c8c5 [2023-05-04T07:55:17.129Z] Step 21/22 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:55:17.403Z] ---> Running in 062f15d187ac [2023-05-04T07:55:18.373Z] Removing intermediate container 062f15d187ac [2023-05-04T07:55:18.373Z] ---> e6786970a08a [2023-05-04T07:55:18.373Z] Step 22/22 : LABEL version=3.0.0-dev.147 [2023-05-04T07:55:18.373Z] ---> Running in 212bce080f6d [2023-05-04T07:55:19.337Z] Removing intermediate container 212bce080f6d [2023-05-04T07:55:19.337Z] ---> 6e4f18aaddc8 [2023-05-04T07:55:19.337Z] [2023-05-04T07:55:19.337Z] Successfully built 6e4f18aaddc8 [2023-05-04T07:55:19.337Z] Successfully tagged security-proxy-setup-arm64:latest [2023-05-04T07:55:19.337Z] Building security-spire-server [2023-05-04T07:55:24.690Z]  Building security-proxy-setup ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:55:24.690Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:55:24.690Z] ---> a10335f89138 [2023-05-04T07:55:24.690Z] Step 3/26 : WORKDIR /edgex-go [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> 8b61675bf4dd [2023-05-04T07:55:24.690Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> bcbf20c14e07 [2023-05-04T07:55:24.690Z] Step 5/26 : COPY go.mod vendor* ./ [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> c43cfef9c725 [2023-05-04T07:55:24.690Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> 3db0903f0455 [2023-05-04T07:55:24.690Z] Step 7/26 : COPY . . [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> 529e6e0d222f [2023-05-04T07:55:24.690Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> 905ab023277b [2023-05-04T07:55:24.690Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> 7c53baf7ac1a [2023-05-04T07:55:24.690Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-05-04T07:55:24.690Z] ---> Using cache [2023-05-04T07:55:24.690Z] ---> 76f8f6c58521 [2023-05-04T07:55:24.690Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-05-04T07:55:24.958Z] ---> Running in 6331028c67dc [2023-05-04T07:55:30.303Z] Removing intermediate container 6331028c67dc [2023-05-04T07:55:30.303Z] ---> 6e0f3f80be4c [2023-05-04T07:55:30.303Z] Step 12/26 : WORKDIR /edgex-go [2023-05-04T07:55:30.303Z] ---> Running in c2c6e35e93ae [2023-05-04T07:55:30.569Z] Removing intermediate container c2c6e35e93ae [2023-05-04T07:55:30.569Z] ---> 5651ca04ca54 [2023-05-04T07:55:30.569Z] [2023-05-04T07:55:30.569Z] Step 13/26 : FROM alpine:3.17 [2023-05-04T07:55:30.569Z] ---> 51e60588ff2c [2023-05-04T07:55:30.569Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-05-04T07:55:30.569Z] ---> Using cache [2023-05-04T07:55:30.569Z] ---> 78a5eefa64fb [2023-05-04T07:55:30.569Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-05-04T07:55:30.569Z] ---> Using cache [2023-05-04T07:55:30.569Z] ---> e48b69c1a176 [2023-05-04T07:55:30.569Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:55:30.569Z] ---> Using cache [2023-05-04T07:55:30.569Z] ---> 56a645246c60 [2023-05-04T07:55:30.569Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:55:30.569Z] ---> Using cache [2023-05-04T07:55:30.569Z] ---> 47e167ef8803 [2023-05-04T07:55:30.569Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-05-04T07:55:40.641Z] ---> f9f9ade46e8e [2023-05-04T07:55:40.641Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-05-04T07:55:40.641Z] ---> 9cf6c95d8bb4 [2023-05-04T07:55:40.641Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-05-04T07:55:42.051Z] ---> fe8821416dde [2023-05-04T07:55:42.051Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-05-04T07:55:42.636Z] Removing intermediate container 5ffb5cf3ae54 [2023-05-04T07:55:42.636Z] ---> 288cee91ec8b [2023-05-04T07:55:42.636Z] Step 7/20 : COPY . . [2023-05-04T07:55:43.598Z] ---> f84067667657 [2023-05-04T07:55:43.598Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-05-04T07:55:43.598Z] ---> Running in 8fd31ec35fda [2023-05-04T07:55:44.561Z] Removing intermediate container 8fd31ec35fda [2023-05-04T07:55:44.561Z] ---> e3f30115f213 [2023-05-04T07:55:44.561Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-05-04T07:55:44.828Z] ---> Running in 1780fe1fd5a3 [2023-05-04T07:55:45.788Z] Removing intermediate container 1780fe1fd5a3 [2023-05-04T07:55:45.788Z] ---> ceaab52aee0f [2023-05-04T07:55:45.788Z] Step 24/26 : LABEL arch=arm64 [2023-05-04T07:55:46.057Z] ---> Running in 8c6a00265a15 [2023-05-04T07:55:47.465Z] Removing intermediate container 8c6a00265a15 [2023-05-04T07:55:47.465Z] ---> 3ec6a68c9b1d [2023-05-04T07:55:47.465Z] Step 25/26 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:55:47.465Z] ---> Running in 7057e62177b7 [2023-05-04T07:55:48.429Z] Removing intermediate container 7057e62177b7 [2023-05-04T07:55:48.429Z] ---> 2069ac290da5 [2023-05-04T07:55:48.429Z] Step 26/26 : LABEL version=3.0.0-dev.147 [2023-05-04T07:55:48.696Z] ---> Running in 17c85aebfa3c [2023-05-04T07:55:49.277Z] ---> e70c19ed06c1 [2023-05-04T07:55:49.277Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-05-04T07:55:51.227Z] ---> Running in 32b00982e811 [2023-05-04T07:55:51.228Z] Removing intermediate container 17c85aebfa3c [2023-05-04T07:55:51.228Z] ---> a94a592b865b [2023-05-04T07:55:51.228Z] [2023-05-04T07:55:51.498Z] Successfully built a94a592b865b [2023-05-04T07:55:51.498Z] Successfully tagged security-spire-server-arm64:latest [2023-05-04T07:55:51.498Z]  Building security-spire-server ... done Building security-secretstore-setup [2023-05-04T07:55:53.439Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-05-04T07:55:56.015Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:55:56.015Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:55:56.015Z] ---> a10335f89138 [2023-05-04T07:55:56.015Z] Step 3/25 : WORKDIR /edgex-go [2023-05-04T07:55:56.015Z] ---> Using cache [2023-05-04T07:55:56.015Z] ---> 8b61675bf4dd [2023-05-04T07:55:56.015Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-05-04T07:55:56.015Z] ---> Using cache [2023-05-04T07:55:56.015Z] ---> 20e6ed246f90 [2023-05-04T07:55:56.015Z] Step 5/25 : COPY go.mod vendor* ./ [2023-05-04T07:55:56.015Z] ---> Using cache [2023-05-04T07:55:56.015Z] ---> f73c13be6cbc [2023-05-04T07:55:56.015Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:55:56.015Z] ---> Using cache [2023-05-04T07:55:56.015Z] ---> f2270d340b70 [2023-05-04T07:55:56.015Z] Step 7/25 : COPY . . [2023-05-04T07:55:56.285Z] ---> Using cache [2023-05-04T07:55:56.285Z] ---> 834b4162ae28 [2023-05-04T07:55:56.285Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-05-04T07:55:56.876Z] ---> Running in 3a741c2a0528 [2023-05-04T07:56:00.218Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-05-04T07:56:00.218Z] Removing intermediate container 9fbfe9c88095 [2023-05-04T07:56:00.218Z] ---> eaa0d8438f41 [2023-05-04T07:56:00.218Z] [2023-05-04T07:56:00.218Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T07:56:00.218Z] ---> 51e60588ff2c [2023-05-04T07:56:00.218Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:56:00.218Z] ---> Using cache [2023-05-04T07:56:00.218Z] ---> 4f9cb0946e5b [2023-05-04T07:56:00.218Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:56:00.218Z] ---> Using cache [2023-05-04T07:56:00.218Z] ---> 02a188b94290 [2023-05-04T07:56:00.218Z] Step 13/23 : ENV APP_PORT=59861 [2023-05-04T07:56:00.485Z] ---> Running in b3a0af91955b [2023-05-04T07:56:01.068Z] Removing intermediate container b3a0af91955b [2023-05-04T07:56:01.068Z] ---> edda2d3d7092 [2023-05-04T07:56:01.068Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-04T07:56:01.068Z] ---> Running in f9970b8caba7 [2023-05-04T07:56:03.651Z] Removing intermediate container f9970b8caba7 [2023-05-04T07:56:03.651Z] ---> 74b62f6565cb [2023-05-04T07:56:03.652Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:56:04.612Z] ---> e0912593ceb3 [2023-05-04T07:56:04.612Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:56:05.577Z] ---> f9e3b9dd0bd9 [2023-05-04T07:56:05.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-05-04T07:56:08.156Z] ---> 71436f28e7fe [2023-05-04T07:56:08.156Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-05-04T07:56:09.118Z] ---> 5ef3c19bd3b3 [2023-05-04T07:56:09.118Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-05-04T07:56:09.118Z] ---> Running in eb0b8f3463d9 [2023-05-04T07:56:09.702Z] Removing intermediate container eb0b8f3463d9 [2023-05-04T07:56:09.702Z] ---> 0b7d942105d0 [2023-05-04T07:56:09.702Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T07:56:09.702Z] ---> Running in 1ca3ce05d548 [2023-05-04T07:56:10.286Z] Removing intermediate container 1ca3ce05d548 [2023-05-04T07:56:10.286Z] ---> 8c0c0cf778f2 [2023-05-04T07:56:10.286Z] Step 21/23 : LABEL arch=arm64 [2023-05-04T07:56:10.559Z] ---> Running in 9d389bcec6d5 [2023-05-04T07:56:10.835Z] Removing intermediate container 9d389bcec6d5 [2023-05-04T07:56:10.835Z] ---> 20ac09af46be [2023-05-04T07:56:10.835Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T07:56:11.105Z] ---> Running in 8bb865e43618 [2023-05-04T07:56:11.687Z] Removing intermediate container 8bb865e43618 [2023-05-04T07:56:11.687Z] ---> a94912be3db5 [2023-05-04T07:56:11.687Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T07:56:11.687Z] ---> Running in 002732c4a083 [2023-05-04T07:56:12.270Z] Removing intermediate container 002732c4a083 [2023-05-04T07:56:12.270Z] ---> 8adf9bf6d636 [2023-05-04T07:56:12.270Z] [2023-05-04T07:56:12.270Z] Successfully built 8adf9bf6d636 [2023-05-04T07:56:12.270Z] Successfully tagged support-scheduler-arm64:latest [2023-05-04T07:56:12.270Z]  Building support-scheduler ... done Building core-data [2023-05-04T07:56:15.618Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T07:56:15.618Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T07:56:15.618Z] ---> a10335f89138 [2023-05-04T07:56:15.618Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T07:56:15.618Z] ---> Using cache [2023-05-04T07:56:15.618Z] ---> 9b47cd4eef61 [2023-05-04T07:56:15.618Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T07:56:15.618Z] ---> Using cache [2023-05-04T07:56:15.618Z] ---> c118991b18e7 [2023-05-04T07:56:15.618Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-05-04T07:56:15.618Z] ---> Using cache [2023-05-04T07:56:15.618Z] ---> fdd65c142eac [2023-05-04T07:56:15.618Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T07:56:15.618Z] ---> Using cache [2023-05-04T07:56:15.618Z] ---> 44533d60e9e1 [2023-05-04T07:56:15.618Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T07:56:15.618Z] ---> Using cache [2023-05-04T07:56:15.618Z] ---> 4de0ed3954a8 [2023-05-04T07:56:15.618Z] Step 8/23 : COPY . . [2023-05-04T07:56:15.884Z] ---> Using cache [2023-05-04T07:56:15.884Z] ---> b5a752636108 [2023-05-04T07:56:15.884Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-05-04T07:56:17.816Z] ---> Running in c94f35a33f85 [2023-05-04T07:56:19.754Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-05-04T07:59:57.002Z] Removing intermediate container 721a8b97a8f2 [2023-05-04T07:59:57.002Z] ---> 2c4cbc5d4e64 [2023-05-04T07:59:57.002Z] [2023-05-04T07:59:57.002Z] Step 9/33 : FROM alpine:3.17 [2023-05-04T07:59:57.002Z] ---> 51e60588ff2c [2023-05-04T07:59:57.002Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-04T07:59:57.002Z] ---> Running in c9b649e56a5a [2023-05-04T07:59:57.002Z] Removing intermediate container c9b649e56a5a [2023-05-04T07:59:57.002Z] ---> b599ffb9d85d [2023-05-04T07:59:57.002Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-05-04T07:59:57.002Z] ---> Running in 02f7aaeff23d [2023-05-04T07:59:57.002Z] Removing intermediate container 60ad04063e2b [2023-05-04T07:59:57.002Z] ---> 9485160e6548 [2023-05-04T07:59:57.002Z] [2023-05-04T07:59:57.002Z] Step 10/25 : FROM alpine:3.17 [2023-05-04T07:59:57.002Z] ---> 51e60588ff2c [2023-05-04T07:59:57.002Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-05-04T07:59:57.002Z] ---> Using cache [2023-05-04T07:59:57.002Z] ---> 4f9cb0946e5b [2023-05-04T07:59:57.002Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T07:59:57.002Z] ---> Using cache [2023-05-04T07:59:57.002Z] ---> 02a188b94290 [2023-05-04T07:59:57.002Z] Step 13/25 : ENV APP_PORT=59881 [2023-05-04T07:59:57.002Z] ---> Running in 26f122ccfa7d [2023-05-04T07:59:57.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T07:59:57.002Z] Removing intermediate container 26f122ccfa7d [2023-05-04T07:59:57.002Z] ---> 529e5448711c [2023-05-04T07:59:57.002Z] Step 14/25 : EXPOSE $APP_PORT [2023-05-04T07:59:57.002Z] ---> Running in ba824ae48e47 [2023-05-04T07:59:57.002Z] Removing intermediate container ba824ae48e47 [2023-05-04T07:59:57.002Z] ---> d9191ae0897e [2023-05-04T07:59:57.002Z] Step 15/25 : WORKDIR / [2023-05-04T07:59:57.002Z] ---> Running in 8e1dfdd6358d [2023-05-04T07:59:57.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T07:59:57.002Z] Removing intermediate container 8e1dfdd6358d [2023-05-04T07:59:57.002Z] ---> 432ecf9b7477 [2023-05-04T07:59:57.002Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T07:59:57.002Z] ---> d4ce68650779 [2023-05-04T07:59:57.002Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T07:59:57.267Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-05-04T07:59:57.268Z] (2/2) Installing su-exec (0.2-r2) [2023-05-04T07:59:57.268Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T07:59:57.268Z] OK: 8 MiB in 17 packages [2023-05-04T07:59:58.223Z] ---> fe65d60df611 [2023-05-04T07:59:58.223Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-05-04T07:59:58.805Z] Removing intermediate container 02f7aaeff23d [2023-05-04T07:59:58.805Z] ---> 8a0a9a461f3e [2023-05-04T07:59:58.805Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-05-04T07:59:58.805Z] ---> Running in 83fd76c756f2 [2023-05-04T07:59:59.761Z] Removing intermediate container 83fd76c756f2 [2023-05-04T07:59:59.761Z] ---> f4fc7a5d3987 [2023-05-04T07:59:59.761Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-05-04T07:59:59.761Z] ---> Running in 990019d989b1 [2023-05-04T08:00:00.342Z] Removing intermediate container 990019d989b1 [2023-05-04T08:00:00.342Z] ---> a6569ca16df0 [2023-05-04T08:00:00.342Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-05-04T08:00:00.608Z] ---> Running in 663347627d96 [2023-05-04T08:00:00.874Z] ---> 9b601e2176f5 [2023-05-04T08:00:00.874Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-05-04T08:00:01.141Z] Removing intermediate container 663347627d96 [2023-05-04T08:00:01.141Z] ---> 6de2b6310174 [2023-05-04T08:00:01.141Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-05-04T08:00:01.408Z] ---> Running in 43e16b4fb22d [2023-05-04T08:00:02.011Z] ---> e941395dffcd [2023-05-04T08:00:02.011Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-05-04T08:00:02.276Z] Removing intermediate container 43e16b4fb22d [2023-05-04T08:00:02.276Z] ---> 69d706116efd [2023-05-04T08:00:02.276Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-05-04T08:00:02.276Z] ---> Running in c2702abb9104 [2023-05-04T08:00:03.245Z] ---> 9578c1636e98 [2023-05-04T08:00:03.245Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-05-04T08:00:03.513Z] ---> Running in 5f6e2c1c1e13 [2023-05-04T08:00:04.472Z] Removing intermediate container 5f6e2c1c1e13 [2023-05-04T08:00:04.472Z] ---> 752e2469c3fc [2023-05-04T08:00:04.472Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T08:00:04.472Z] ---> Running in c729d1abd392 [2023-05-04T08:00:05.054Z] Removing intermediate container c729d1abd392 [2023-05-04T08:00:05.054Z] ---> 1d7802d06aa1 [2023-05-04T08:00:05.054Z] Step 23/25 : LABEL arch=arm64 [2023-05-04T08:00:05.054Z] ---> Running in a749d771cb8f [2023-05-04T08:00:06.025Z] Removing intermediate container a749d771cb8f [2023-05-04T08:00:06.025Z] ---> 7603b6ad493d [2023-05-04T08:00:06.025Z] Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:00:06.295Z] ---> Running in 2d2f90643c01 [2023-05-04T08:00:06.563Z] Removing intermediate container c2702abb9104 [2023-05-04T08:00:06.563Z] ---> d734244affff [2023-05-04T08:00:06.563Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-05-04T08:00:06.563Z] ---> Running in 7dd61c28acaa [2023-05-04T08:00:07.152Z] Removing intermediate container 2d2f90643c01 [2023-05-04T08:00:07.152Z] ---> 6afb297ca15e [2023-05-04T08:00:07.152Z] Step 25/25 : LABEL version=3.0.0-dev.147 [2023-05-04T08:00:07.152Z] ---> Running in 009ca1b001fa [2023-05-04T08:00:07.420Z] Removing intermediate container 7dd61c28acaa [2023-05-04T08:00:07.420Z] ---> aa2e58bd5df3 [2023-05-04T08:00:07.420Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-05-04T08:00:08.007Z] Removing intermediate container 009ca1b001fa [2023-05-04T08:00:08.007Z] ---> c4e050abb115 [2023-05-04T08:00:08.007Z] [2023-05-04T08:00:08.007Z] Successfully built c4e050abb115 [2023-05-04T08:00:08.007Z] Successfully tagged core-metadata-arm64:latest [2023-05-04T08:00:08.007Z] Building support-notifications [2023-05-04T08:00:08.588Z]  Building core-metadata ... done  ---> 91d141668d16 [2023-05-04T08:00:08.588Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-05-04T08:00:08.588Z] ---> Running in e5ef316daef2 [2023-05-04T08:00:11.824Z] Removing intermediate container e5ef316daef2 [2023-05-04T08:00:11.824Z] ---> 99ac000ddb1c [2023-05-04T08:00:11.824Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T08:00:12.865Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-05-04T08:00:12.865Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-05-04T08:00:12.865Z] ---> a10335f89138 [2023-05-04T08:00:12.865Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-05-04T08:00:12.865Z] ---> Using cache [2023-05-04T08:00:12.865Z] ---> 9b47cd4eef61 [2023-05-04T08:00:12.865Z] Step 4/23 : WORKDIR /edgex-go [2023-05-04T08:00:12.865Z] ---> Using cache [2023-05-04T08:00:12.865Z] ---> c118991b18e7 [2023-05-04T08:00:12.865Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-05-04T08:00:12.865Z] ---> Running in bdb21e311559 [2023-05-04T08:00:13.132Z] ---> fbd5f39128e9 [2023-05-04T08:00:13.132Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T08:00:17.006Z] ---> 5e23c86cc09a [2023-05-04T08:00:17.006Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-05-04T08:00:18.347Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T08:00:18.347Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T08:00:18.948Z] ---> 28f522126d2f [2023-05-04T08:00:18.948Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-05-04T08:00:19.916Z] ---> 02d10b854319 [2023-05-04T08:00:19.916Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-05-04T08:00:20.187Z] OK: 263 MiB in 53 packages [2023-05-04T08:00:21.150Z] ---> 94e254c7aec1 [2023-05-04T08:00:21.150Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-05-04T08:00:22.117Z] Removing intermediate container bdb21e311559 [2023-05-04T08:00:22.117Z] ---> 572536ec04cb [2023-05-04T08:00:22.117Z] Step 6/23 : COPY go.mod vendor* ./ [2023-05-04T08:00:22.117Z] ---> 0169db8b70b9 [2023-05-04T08:00:22.117Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-05-04T08:00:23.080Z] ---> 5d823be5653f [2023-05-04T08:00:23.080Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-04T08:00:23.349Z] ---> 5da9356c82b8 [2023-05-04T08:00:23.349Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-05-04T08:00:23.349Z] ---> Running in c253d44b14f0 [2023-05-04T08:00:24.316Z] ---> 57b6631a64d5 [2023-05-04T08:00:24.316Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-05-04T08:00:24.584Z] ---> Running in cd804e31345c [2023-05-04T08:00:29.947Z] Removing intermediate container cd804e31345c [2023-05-04T08:00:29.947Z] ---> a0489a96ca47 [2023-05-04T08:00:29.947Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-05-04T08:00:29.947Z] ---> Running in 230c372f3482 [2023-05-04T08:00:30.544Z] Removing intermediate container 230c372f3482 [2023-05-04T08:00:30.544Z] ---> a96beff32cc9 [2023-05-04T08:00:30.544Z] Step 30/33 : CMD ["gate"] [2023-05-04T08:00:30.544Z] ---> Running in 9d081cc93d03 [2023-05-04T08:00:31.135Z] Removing intermediate container 9d081cc93d03 [2023-05-04T08:00:31.135Z] ---> 805d98e5937d [2023-05-04T08:00:31.135Z] Step 31/33 : LABEL arch=arm64 [2023-05-04T08:00:31.135Z] ---> Running in 6613cb789895 [2023-05-04T08:00:31.741Z] Removing intermediate container 6613cb789895 [2023-05-04T08:00:31.741Z] ---> eb6fa0fb120a [2023-05-04T08:00:31.741Z] Step 32/33 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:00:32.012Z] ---> Running in 1a2811a2f0cb [2023-05-04T08:00:32.281Z] Removing intermediate container 1a2811a2f0cb [2023-05-04T08:00:32.281Z] ---> 16cdbc086a84 [2023-05-04T08:00:32.281Z] Step 33/33 : LABEL version=3.0.0-dev.147 [2023-05-04T08:00:32.550Z] ---> Running in 9ff7d9bfb47e [2023-05-04T08:00:33.139Z] Removing intermediate container 9ff7d9bfb47e [2023-05-04T08:00:33.139Z] ---> b5cc4433f1bc [2023-05-04T08:00:33.139Z] [2023-05-04T08:00:33.139Z] Successfully built b5cc4433f1bc [2023-05-04T08:00:33.139Z] Successfully tagged security-bootstrapper-arm64:latest [2023-05-04T08:01:41.046Z]  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-05-04T08:01:56.048Z] Removing intermediate container 3a741c2a0528 [2023-05-04T08:01:56.048Z] ---> b3eed402e856 [2023-05-04T08:01:56.048Z] [2023-05-04T08:01:56.048Z] Step 9/25 : FROM alpine:3.17 [2023-05-04T08:01:56.048Z] ---> 51e60588ff2c [2023-05-04T08:01:56.048Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-05-04T08:01:56.048Z] ---> Running in bd388a7e4227 [2023-05-04T08:01:56.048Z] Removing intermediate container c253d44b14f0 [2023-05-04T08:01:56.048Z] ---> 5dec42f767b0 [2023-05-04T08:01:56.048Z] Step 8/23 : COPY . . [2023-05-04T08:01:56.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T08:01:57.583Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T08:01:58.993Z] (1/3) Installing ca-certificates (20220614-r4) [2023-05-04T08:01:58.993Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-05-04T08:01:59.259Z] (3/3) Installing su-exec (0.2-r2) [2023-05-04T08:01:59.260Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T08:01:59.260Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T08:01:59.260Z] ---> 25ec3610685b [2023-05-04T08:01:59.260Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-05-04T08:01:59.260Z] ---> Running in 350380ba3894 [2023-05-04T08:01:59.841Z] OK: 8 MiB in 18 packages [2023-05-04T08:02:03.176Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.147" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-05-04T08:02:03.764Z] Removing intermediate container bd388a7e4227 [2023-05-04T08:02:03.764Z] ---> d733f72aab38 [2023-05-04T08:02:03.764Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-05-04T08:02:04.030Z] ---> Running in 1f70aebe69cd [2023-05-04T08:02:04.610Z] Removing intermediate container 1f70aebe69cd [2023-05-04T08:02:04.610Z] ---> 7ae85806d310 [2023-05-04T08:02:04.610Z] Step 12/25 : WORKDIR / [2023-05-04T08:02:04.610Z] ---> Running in bf89d214bd70 [2023-05-04T08:02:04.883Z] Removing intermediate container bf89d214bd70 [2023-05-04T08:02:04.883Z] ---> 2c80464734f6 [2023-05-04T08:02:04.883Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T08:02:05.842Z] ---> 203ebde520e4 [2023-05-04T08:02:05.842Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T08:02:06.797Z] ---> c3cd4c513f76 [2023-05-04T08:02:06.797Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-05-04T08:02:08.200Z] ---> 4a5ba7803834 [2023-05-04T08:02:08.200Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-05-04T08:02:08.781Z] ---> 640b1a431758 [2023-05-04T08:02:08.781Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-05-04T08:02:09.742Z] ---> 1d7f59082bd6 [2023-05-04T08:02:09.742Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-05-04T08:02:11.677Z] ---> a5a673d74f9a [2023-05-04T08:02:11.677Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-05-04T08:02:13.081Z] ---> a59c85401978 [2023-05-04T08:02:13.081Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-05-04T08:02:17.332Z] ---> 56ccbd7ac60f [2023-05-04T08:02:17.332Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-05-04T08:02:17.332Z] ---> Running in 3fa9381b238c [2023-05-04T08:02:20.670Z] Removing intermediate container 3fa9381b238c [2023-05-04T08:02:20.670Z] ---> c104937ceff6 [2023-05-04T08:02:20.670Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-05-04T08:02:20.670Z] ---> Running in 9d81e2345d5a [2023-05-04T08:02:21.260Z] Removing intermediate container 9d81e2345d5a [2023-05-04T08:02:21.260Z] ---> 37fc24323f53 [2023-05-04T08:02:21.260Z] Step 23/25 : LABEL arch=arm64 [2023-05-04T08:02:21.260Z] ---> Running in 1cc969fbb193 [2023-05-04T08:02:22.214Z] Removing intermediate container 1cc969fbb193 [2023-05-04T08:02:22.214Z] ---> a638bea15e16 [2023-05-04T08:02:22.214Z] Step 24/25 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:02:22.214Z] ---> Running in 946690c935d9 [2023-05-04T08:02:22.796Z] Removing intermediate container 946690c935d9 [2023-05-04T08:02:22.796Z] ---> 3bc5b7f593fb [2023-05-04T08:02:22.796Z] Step 25/25 : LABEL version=3.0.0-dev.147 [2023-05-04T08:02:23.061Z] ---> Running in 7df9671f25d7 [2023-05-04T08:02:23.643Z] Removing intermediate container 7df9671f25d7 [2023-05-04T08:02:23.643Z] ---> c99c48d862e5 [2023-05-04T08:02:23.643Z] [2023-05-04T08:02:23.908Z] Successfully built c99c48d862e5 [2023-05-04T08:02:23.908Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-05-04T08:02:27.248Z]  Building security-secretstore-setup ... done Removing intermediate container c94f35a33f85 [2023-05-04T08:02:27.249Z] ---> e7768dcd1744 [2023-05-04T08:02:27.249Z] [2023-05-04T08:02:27.249Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T08:02:27.249Z] ---> 51e60588ff2c [2023-05-04T08:02:27.249Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T08:02:29.817Z] ---> Running in 000b3a04fa7b [2023-05-04T08:02:30.082Z] Removing intermediate container 000b3a04fa7b [2023-05-04T08:02:30.082Z] ---> 0bfd5e859bfb [2023-05-04T08:02:30.082Z] Step 12/23 : ENV APP_PORT=59880 [2023-05-04T08:02:30.082Z] ---> Running in 1cd6bb7a96c6 [2023-05-04T08:02:30.673Z] Removing intermediate container 1cd6bb7a96c6 [2023-05-04T08:02:30.673Z] ---> 7dcbcb37eeb9 [2023-05-04T08:02:30.673Z] Step 13/23 : EXPOSE $APP_PORT [2023-05-04T08:02:30.673Z] ---> Running in 56fc4e7a5012 [2023-05-04T08:02:31.261Z] Removing intermediate container 56fc4e7a5012 [2023-05-04T08:02:31.261Z] ---> 40e08054ec56 [2023-05-04T08:02:31.261Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-05-04T08:02:31.261Z] ---> Running in da01bd79e86b [2023-05-04T08:02:33.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T08:02:33.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T08:02:34.736Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-04T08:02:34.736Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T08:02:34.736Z] OK: 8 MiB in 16 packages [2023-05-04T08:02:36.147Z] Removing intermediate container da01bd79e86b [2023-05-04T08:02:36.147Z] ---> 9d88eb329b09 [2023-05-04T08:02:36.147Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T08:02:37.119Z] ---> 67b625f31986 [2023-05-04T08:02:37.119Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T08:02:37.705Z] ---> e31ae17b4bc4 [2023-05-04T08:02:37.705Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-05-04T08:02:39.116Z] ---> d3abbbfac71d [2023-05-04T08:02:39.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-05-04T08:02:39.700Z] ---> eab10548d8cc [2023-05-04T08:02:39.700Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-05-04T08:02:39.700Z] ---> Running in fc73ff3867a7 [2023-05-04T08:02:40.285Z] Removing intermediate container fc73ff3867a7 [2023-05-04T08:02:40.285Z] ---> b059413e3e6b [2023-05-04T08:02:40.285Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T08:02:40.285Z] ---> Running in dbd8a573a159 [2023-05-04T08:02:40.552Z] Removing intermediate container dbd8a573a159 [2023-05-04T08:02:40.552Z] ---> 944704031a34 [2023-05-04T08:02:40.552Z] Step 21/23 : LABEL arch=arm64 [2023-05-04T08:02:40.820Z] ---> Running in 610df762c9b9 [2023-05-04T08:02:41.087Z] Removing intermediate container 610df762c9b9 [2023-05-04T08:02:41.087Z] ---> d394da5c56da [2023-05-04T08:02:41.087Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:02:41.356Z] ---> Running in 914e032b371e [2023-05-04T08:02:42.315Z] Removing intermediate container 914e032b371e [2023-05-04T08:02:42.315Z] ---> 7efc9dd7beb6 [2023-05-04T08:02:42.315Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T08:02:42.584Z] ---> Running in 970607ec0a58 [2023-05-04T08:02:42.849Z] Removing intermediate container 970607ec0a58 [2023-05-04T08:02:42.849Z] ---> 09266f1eaff2 [2023-05-04T08:02:42.849Z] [2023-05-04T08:02:43.116Z] Successfully built 09266f1eaff2 [2023-05-04T08:02:43.116Z] Successfully tagged core-data-arm64:latest [2023-05-04T08:03:05.217Z]  Building core-data ... done Removing intermediate container 32b00982e811 [2023-05-04T08:03:05.217Z] ---> d27b0653005f [2023-05-04T08:03:05.217Z] [2023-05-04T08:03:05.217Z] Step 9/20 : FROM alpine:3.17 [2023-05-04T08:03:05.217Z] ---> 51e60588ff2c [2023-05-04T08:03:05.217Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-05-04T08:03:05.217Z] ---> Using cache [2023-05-04T08:03:05.217Z] ---> b599ffb9d85d [2023-05-04T08:03:05.217Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-05-04T08:03:05.217Z] ---> Running in 477604f56f85 [2023-05-04T08:03:05.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T08:03:05.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T08:03:07.050Z] v3.17.3-147-gc4fb7618739 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-05-04T08:03:07.050Z] v3.17.3-150-g717cba89b75 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-05-04T08:03:07.050Z] OK: 17691 distinct packages available [2023-05-04T08:03:07.050Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T08:03:07.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T08:03:09.139Z] (1/9) Installing ca-certificates (20220614-r4) [2023-05-04T08:03:09.139Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-05-04T08:03:09.139Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-05-04T08:03:09.139Z] (4/9) Installing libcurl (8.0.1-r0) [2023-05-04T08:03:09.139Z] (5/9) Installing curl (8.0.1-r0) [2023-05-04T08:03:09.139Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-05-04T08:03:09.139Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-05-04T08:03:09.139Z] (8/9) Installing libucontext (1.2-r0) [2023-05-04T08:03:09.139Z] (9/9) Installing gcompat (1.1.0-r0) [2023-05-04T08:03:09.139Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T08:03:09.139Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T08:03:09.752Z] OK: 11 MiB in 24 packages [2023-05-04T08:03:11.753Z] Removing intermediate container 477604f56f85 [2023-05-04T08:03:11.753Z] ---> 9de2dee3d171 [2023-05-04T08:03:11.753Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T08:03:12.715Z] ---> 93f6f4ed221e [2023-05-04T08:03:12.715Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T08:03:13.681Z] ---> 1a186b8fb0c8 [2023-05-04T08:03:13.681Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-05-04T08:03:15.625Z] ---> b1cafa73e91b [2023-05-04T08:03:15.626Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-05-04T08:03:16.583Z] ---> 09a8280e10ae [2023-05-04T08:03:16.583Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-05-04T08:03:16.583Z] ---> Running in fd0e73abad90 [2023-05-04T08:03:17.163Z] Removing intermediate container fd0e73abad90 [2023-05-04T08:03:17.163Z] ---> 41464bc324c7 [2023-05-04T08:03:17.163Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] [2023-05-04T08:03:17.163Z] ---> Running in 4992c9f36e79 [2023-05-04T08:03:17.742Z] Removing intermediate container 4992c9f36e79 [2023-05-04T08:03:17.742Z] ---> a2f2c64e08bc [2023-05-04T08:03:17.742Z] Step 18/20 : LABEL arch=arm64 [2023-05-04T08:03:17.742Z] ---> Running in a1da3d4e5ddb [2023-05-04T08:03:18.327Z] Removing intermediate container a1da3d4e5ddb [2023-05-04T08:03:18.327Z] ---> 9a11e8c7c70e [2023-05-04T08:03:18.327Z] Step 19/20 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:03:18.327Z] ---> Running in 5dff445c3266 [2023-05-04T08:03:18.906Z] Removing intermediate container 5dff445c3266 [2023-05-04T08:03:18.906Z] ---> c599cc6974db [2023-05-04T08:03:18.906Z] Step 20/20 : LABEL version=3.0.0-dev.147 [2023-05-04T08:03:18.906Z] ---> Running in 4df3ec96ee39 [2023-05-04T08:03:19.485Z] Removing intermediate container 4df3ec96ee39 [2023-05-04T08:03:19.485Z] ---> 997d769688b0 [2023-05-04T08:03:19.485Z] [2023-05-04T08:03:19.485Z] Successfully built 997d769688b0 [2023-05-04T08:03:19.485Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-05-04T08:04:41.094Z]  Building security-spiffe-token-provider ... done Removing intermediate container 350380ba3894 [2023-05-04T08:04:41.094Z] ---> dd6eaeee4fba [2023-05-04T08:04:41.094Z] [2023-05-04T08:04:41.094Z] Step 10/23 : FROM alpine:3.17 [2023-05-04T08:04:41.370Z] ---> 51e60588ff2c [2023-05-04T08:04:41.370Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-05-04T08:04:41.370Z] ---> Running in 9fc4ceb56047 [2023-05-04T08:04:42.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-04T08:04:43.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-04T08:04:44.267Z] (1/2) Installing ca-certificates (20220614-r4) [2023-05-04T08:04:44.267Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-05-04T08:04:44.267Z] Executing busybox-1.35.0-r29.trigger [2023-05-04T08:04:44.267Z] Executing ca-certificates-20220614-r4.trigger [2023-05-04T08:04:44.851Z] OK: 8 MiB in 17 packages [2023-05-04T08:04:45.816Z] Removing intermediate container 9fc4ceb56047 [2023-05-04T08:04:45.816Z] ---> 858a5d8a2289 [2023-05-04T08:04:45.816Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-05-04T08:04:46.088Z] ---> Running in c3d44c5fa904 [2023-05-04T08:04:46.357Z] Removing intermediate container c3d44c5fa904 [2023-05-04T08:04:46.357Z] ---> 69ad8ba32828 [2023-05-04T08:04:46.357Z] Step 13/23 : ENV APP_PORT=59860 [2023-05-04T08:04:46.357Z] ---> Running in 95fb7875ddce [2023-05-04T08:04:46.628Z] Removing intermediate container 95fb7875ddce [2023-05-04T08:04:46.629Z] ---> 084161640596 [2023-05-04T08:04:46.629Z] Step 14/23 : EXPOSE $APP_PORT [2023-05-04T08:04:46.629Z] ---> Running in 2f5324501e64 [2023-05-04T08:04:46.899Z] Removing intermediate container 2f5324501e64 [2023-05-04T08:04:46.899Z] ---> cf2b59b895d0 [2023-05-04T08:04:46.899Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-05-04T08:04:47.488Z] ---> 589332fbb596 [2023-05-04T08:04:47.488Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-05-04T08:04:48.069Z] ---> 64629559868d [2023-05-04T08:04:48.069Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-05-04T08:04:49.474Z] ---> 7e6765ab84d5 [2023-05-04T08:04:49.474Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-05-04T08:04:49.741Z] ---> 3446aedee052 [2023-05-04T08:04:49.741Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-05-04T08:04:49.741Z] ---> Running in 3369c5558d49 [2023-05-04T08:04:50.327Z] Removing intermediate container 3369c5558d49 [2023-05-04T08:04:50.327Z] ---> 978e77450402 [2023-05-04T08:04:50.327Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-04T08:04:50.327Z] ---> Running in d795de36fe51 [2023-05-04T08:04:50.592Z] Removing intermediate container d795de36fe51 [2023-05-04T08:04:50.593Z] ---> 93fde6224570 [2023-05-04T08:04:50.593Z] Step 21/23 : LABEL arch=arm64 [2023-05-04T08:04:50.593Z] ---> Running in 1e4ce75bc2cf [2023-05-04T08:04:50.860Z] Removing intermediate container 1e4ce75bc2cf [2023-05-04T08:04:50.860Z] ---> 836205d4bba3 [2023-05-04T08:04:50.860Z] Step 22/23 : LABEL git_sha=9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:04:51.127Z] ---> Running in 3df123417816 [2023-05-04T08:04:51.392Z] Removing intermediate container 3df123417816 [2023-05-04T08:04:51.392Z] ---> 9d2641e37482 [2023-05-04T08:04:51.392Z] Step 23/23 : LABEL version=3.0.0-dev.147 [2023-05-04T08:04:51.392Z] ---> Running in a4bf6563f10c [2023-05-04T08:04:51.661Z] Removing intermediate container a4bf6563f10c [2023-05-04T08:04:51.661Z] ---> 180e1c17a086 [2023-05-04T08:04:51.661Z] [2023-05-04T08:04:51.661Z] Successfully built 180e1c17a086 [2023-05-04T08:04:51.661Z] Successfully tagged support-notifications-arm64:latest [2023-05-04T08:04:52.251Z]  Building support-notifications ... done  [Pipeline] } [2023-05-04T08:04:52.255Z] $ docker stop --time=1 d1b66bf1bc3a041b9d43ec0a4caa688d802093f538698d4fa7f38ec635bdc162 [2023-05-04T08:04:56.751Z] $ docker rm -f --volumes d1b66bf1bc3a041b9d43ec0a4caa688d802093f538698d4fa7f38ec635bdc162 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T08:04:57.218Z] + docker images [2023-05-04T08:04:57.483Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-05-04T08:04:57.483Z] support-notifications-arm64 latest 180e1c17a086 6 seconds ago 31.9MB [2023-05-04T08:04:57.483Z] dd6eaeee4fba 18 seconds ago 1.42GB [2023-05-04T08:04:57.483Z] security-spiffe-token-provider-arm64 latest 997d769688b0 About a minute ago 32.7MB [2023-05-04T08:04:57.483Z] d27b0653005f About a minute ago 1.39GB [2023-05-04T08:04:57.483Z] core-data-arm64 latest 09266f1eaff2 2 minutes ago 19.9MB [2023-05-04T08:04:57.483Z] e7768dcd1744 2 minutes ago 1.36GB [2023-05-04T08:04:57.483Z] security-secretstore-setup-arm64 latest c99c48d862e5 2 minutes ago 32.2MB [2023-05-04T08:04:57.483Z] b3eed402e856 3 minutes ago 1.35GB [2023-05-04T08:04:57.483Z] security-bootstrapper-arm64 latest b5cc4433f1bc 4 minutes ago 21.9MB [2023-05-04T08:04:57.483Z] core-metadata-arm64 latest c4e050abb115 4 minutes ago 20.2MB [2023-05-04T08:04:57.483Z] 9485160e6548 5 minutes ago 1.36GB [2023-05-04T08:04:57.483Z] 2c4cbc5d4e64 5 minutes ago 1.34GB [2023-05-04T08:04:57.483Z] support-scheduler-arm64 latest 8adf9bf6d636 8 minutes ago 31.2MB [2023-05-04T08:04:57.483Z] eaa0d8438f41 8 minutes ago 1.42GB [2023-05-04T08:04:57.483Z] security-spire-server-arm64 latest a94a592b865b 9 minutes ago 97MB [2023-05-04T08:04:57.483Z] 5651ca04ca54 9 minutes ago 1.21GB [2023-05-04T08:04:57.483Z] security-proxy-setup-arm64 latest 6e4f18aaddc8 9 minutes ago 18.7MB [2023-05-04T08:04:57.483Z] 3fba7b3de133 10 minutes ago 1.33GB [2023-05-04T08:04:57.483Z] security-spire-config-arm64 latest 0bd382ce3721 11 minutes ago 96.1MB [2023-05-04T08:04:57.483Z] core-command-arm64 latest 4745f86a77d6 11 minutes ago 19.7MB [2023-05-04T08:04:57.483Z] core-common-config-bootstrapper-arm64 latest f4e50fe067cb 11 minutes ago 17.2MB [2023-05-04T08:04:57.483Z] 4f234c7253fb 11 minutes ago 1.35GB [2023-05-04T08:04:57.483Z] a795c891b34b 12 minutes ago 1.35GB [2023-05-04T08:04:57.483Z] security-proxy-auth-arm64 latest 8a282e39aee2 12 minutes ago 18.1MB [2023-05-04T08:04:57.483Z] 8f751968d89b 12 minutes ago 1.33GB [2023-05-04T08:04:57.483Z] security-spire-agent-arm64 latest 514269efb05b 18 minutes ago 153MB [2023-05-04T08:04:57.483Z] 46dca3d9c7f1 18 minutes ago 1.21GB [2023-05-04T08:04:57.483Z] ci-base-image-arm64 latest a10335f89138 21 minutes ago 899MB [2023-05-04T08:04:57.483Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine fadd8f120f05 9 days ago 681MB [2023-05-04T08:04:57.483Z] alpine 3.17 51e60588ff2c 5 weeks ago 7.46MB [2023-05-04T08:04:57.483Z] 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-05-04T08:04:57.566Z] provisioning config files... [2023-05-04T08:04:57.579Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/512@tmp/config4374256824096383368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:04:57.908Z] ---> docker-login.sh [2023-05-04T08:04:57.909Z] nexus3.edgexfoundry.org:10001 [2023-05-04T08:04:57.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T08:04:58.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T08:04:58.178Z] Configure a credential helper to remove this warning. See [2023-05-04T08:04:58.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T08:04:58.178Z] [2023-05-04T08:04:58.178Z] Login Succeeded [2023-05-04T08:04:58.178Z] nexus3.edgexfoundry.org:10002 [2023-05-04T08:04:58.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T08:04:58.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T08:04:58.446Z] Configure a credential helper to remove this warning. See [2023-05-04T08:04:58.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T08:04:58.446Z] [2023-05-04T08:04:58.446Z] Login Succeeded [2023-05-04T08:04:58.446Z] nexus3.edgexfoundry.org:10003 [2023-05-04T08:04:58.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T08:04:58.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T08:04:58.977Z] Configure a credential helper to remove this warning. See [2023-05-04T08:04:58.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T08:04:58.977Z] [2023-05-04T08:04:58.977Z] Login Succeeded [2023-05-04T08:04:58.977Z] nexus3.edgexfoundry.org:10004 [2023-05-04T08:04:59.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T08:04:59.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T08:04:59.244Z] Configure a credential helper to remove this warning. See [2023-05-04T08:04:59.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T08:04:59.244Z] [2023-05-04T08:04:59.244Z] Login Succeeded [2023-05-04T08:04:59.244Z] docker.io [2023-05-04T08:04:59.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-04T08:04:59.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-04T08:04:59.775Z] Configure a credential helper to remove this warning. See [2023-05-04T08:04:59.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-04T08:04:59.775Z] [2023-05-04T08:04:59.775Z] Login Succeeded [2023-05-04T08:04:59.775Z] ---> docker-login.sh ends [Pipeline] } [2023-05-04T08:04:59.787Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:04:59.810Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-04T08:04:59.836Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-05-04T08:04:59.836Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:04:59.836Z] latest [2023-05-04T08:04:59.836Z] 3.0.0-dev.147 [2023-05-04T08:04:59.836Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:04:59.836Z] main [2023-05-04T08:04:59.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:00.176Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:00.507Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:00.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-04T08:05:00.508Z] e5bd4f1347b2: Preparing [2023-05-04T08:05:00.508Z] 57fc3a2601d5: Preparing [2023-05-04T08:05:00.508Z] ed14fcfcb551: Preparing [2023-05-04T08:05:00.508Z] f7225a23db01: Preparing [2023-05-04T08:05:00.508Z] 289b64295cd3: Preparing [2023-05-04T08:05:00.508Z] 26cbea5cba74: Preparing [2023-05-04T08:05:00.508Z] 26cbea5cba74: Waiting [2023-05-04T08:05:00.775Z] f7225a23db01: Pushed [2023-05-04T08:05:00.776Z] e5bd4f1347b2: Pushed [2023-05-04T08:05:00.776Z] ed14fcfcb551: Pushed [2023-05-04T08:05:00.776Z] 289b64295cd3: Pushed [2023-05-04T08:05:00.776Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:04.116Z] 57fc3a2601d5: Pushed [2023-05-04T08:05:04.116Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:04.472Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:04.805Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-05-04T08:05:04.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-04T08:05:04.805Z] e5bd4f1347b2: Preparing [2023-05-04T08:05:04.805Z] 57fc3a2601d5: Preparing [2023-05-04T08:05:04.805Z] ed14fcfcb551: Preparing [2023-05-04T08:05:04.805Z] f7225a23db01: Preparing [2023-05-04T08:05:04.805Z] 289b64295cd3: Preparing [2023-05-04T08:05:04.805Z] 26cbea5cba74: Preparing [2023-05-04T08:05:04.805Z] 26cbea5cba74: Waiting [2023-05-04T08:05:04.805Z] 57fc3a2601d5: Layer already exists [2023-05-04T08:05:04.805Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:04.805Z] e5bd4f1347b2: Layer already exists [2023-05-04T08:05:04.805Z] f7225a23db01: Layer already exists [2023-05-04T08:05:04.805Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:04.805Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:05.070Z] latest: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:05.417Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:05.760Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.147 [2023-05-04T08:05:05.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-04T08:05:05.760Z] e5bd4f1347b2: Preparing [2023-05-04T08:05:05.760Z] 57fc3a2601d5: Preparing [2023-05-04T08:05:05.760Z] ed14fcfcb551: Preparing [2023-05-04T08:05:05.760Z] f7225a23db01: Preparing [2023-05-04T08:05:05.760Z] 289b64295cd3: Preparing [2023-05-04T08:05:05.760Z] 26cbea5cba74: Preparing [2023-05-04T08:05:05.760Z] 26cbea5cba74: Waiting [2023-05-04T08:05:05.760Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:05.760Z] e5bd4f1347b2: Layer already exists [2023-05-04T08:05:05.760Z] f7225a23db01: Layer already exists [2023-05-04T08:05:05.760Z] 57fc3a2601d5: Layer already exists [2023-05-04T08:05:05.760Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:05.760Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:06.025Z] 3.0.0-dev.147: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:06.383Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:06.728Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:06.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-04T08:05:06.728Z] e5bd4f1347b2: Preparing [2023-05-04T08:05:06.728Z] 57fc3a2601d5: Preparing [2023-05-04T08:05:06.728Z] ed14fcfcb551: Preparing [2023-05-04T08:05:06.728Z] f7225a23db01: Preparing [2023-05-04T08:05:06.728Z] 289b64295cd3: Preparing [2023-05-04T08:05:06.728Z] 26cbea5cba74: Preparing [2023-05-04T08:05:06.728Z] 26cbea5cba74: Waiting [2023-05-04T08:05:06.728Z] e5bd4f1347b2: Layer already exists [2023-05-04T08:05:06.728Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:06.728Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:06.728Z] 57fc3a2601d5: Layer already exists [2023-05-04T08:05:06.995Z] f7225a23db01: Layer already exists [2023-05-04T08:05:06.995Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:06.995Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:07.336Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:07.680Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-05-04T08:05:07.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-05-04T08:05:07.680Z] e5bd4f1347b2: Preparing [2023-05-04T08:05:07.680Z] 57fc3a2601d5: Preparing [2023-05-04T08:05:07.680Z] ed14fcfcb551: Preparing [2023-05-04T08:05:07.680Z] f7225a23db01: Preparing [2023-05-04T08:05:07.680Z] 289b64295cd3: Preparing [2023-05-04T08:05:07.680Z] 26cbea5cba74: Preparing [2023-05-04T08:05:07.680Z] 26cbea5cba74: Waiting [2023-05-04T08:05:07.680Z] e5bd4f1347b2: Layer already exists [2023-05-04T08:05:07.680Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:07.680Z] 57fc3a2601d5: Layer already exists [2023-05-04T08:05:07.680Z] f7225a23db01: Layer already exists [2023-05-04T08:05:07.680Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:07.680Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:07.945Z] main: digest: sha256:dee3ed92b694be6355a699bb52c9c7890702ded9ea22d6967b9d933dc141a120 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:05:07.992Z] ===================================================== [Pipeline] echo [2023-05-04T08:05:08.001Z] taggedImages: [2023-05-04T08:05:08.001Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:08.001Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-05-04T08:05:08.001Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.147 [2023-05-04T08:05:08.001Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:08.001Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-05-04T08:05:08.028Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-05-04T08:05:08.028Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:08.028Z] latest [2023-05-04T08:05:08.028Z] 3.0.0-dev.147 [2023-05-04T08:05:08.028Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:08.028Z] main [2023-05-04T08:05:08.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:08.381Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:08.715Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:08.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-04T08:05:08.715Z] 6005d4e12cc6: Preparing [2023-05-04T08:05:08.715Z] b5e4e160d04d: Preparing [2023-05-04T08:05:08.715Z] 4eab85f38e9d: Preparing [2023-05-04T08:05:08.715Z] be3bf35a8640: Preparing [2023-05-04T08:05:08.715Z] ed14fcfcb551: Preparing [2023-05-04T08:05:08.715Z] f7225a23db01: Preparing [2023-05-04T08:05:08.715Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:08.715Z] 26cbea5cba74: Preparing [2023-05-04T08:05:08.715Z] f7225a23db01: Waiting [2023-05-04T08:05:08.715Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:08.715Z] 26cbea5cba74: Waiting [2023-05-04T08:05:08.715Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:08.980Z] f7225a23db01: Layer already exists [2023-05-04T08:05:08.980Z] 6005d4e12cc6: Pushed [2023-05-04T08:05:08.980Z] b5e4e160d04d: Pushed [2023-05-04T08:05:08.980Z] 4eab85f38e9d: Pushed [2023-05-04T08:05:08.980Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:08.980Z] 0d0dbf05d390: Pushed [2023-05-04T08:05:11.557Z] be3bf35a8640: Pushed [2023-05-04T08:05:11.557Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:11.897Z] + 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-05-04T08:05:12.232Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-05-04T08:05:12.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-04T08:05:12.232Z] 6005d4e12cc6: Preparing [2023-05-04T08:05:12.232Z] b5e4e160d04d: Preparing [2023-05-04T08:05:12.232Z] 4eab85f38e9d: Preparing [2023-05-04T08:05:12.232Z] be3bf35a8640: Preparing [2023-05-04T08:05:12.232Z] ed14fcfcb551: Preparing [2023-05-04T08:05:12.232Z] f7225a23db01: Preparing [2023-05-04T08:05:12.232Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:12.232Z] 26cbea5cba74: Preparing [2023-05-04T08:05:12.232Z] f7225a23db01: Waiting [2023-05-04T08:05:12.232Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:12.232Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:12.232Z] 4eab85f38e9d: Layer already exists [2023-05-04T08:05:12.232Z] be3bf35a8640: Layer already exists [2023-05-04T08:05:12.232Z] b5e4e160d04d: Layer already exists [2023-05-04T08:05:12.232Z] 6005d4e12cc6: Layer already exists [2023-05-04T08:05:12.232Z] f7225a23db01: Layer already exists [2023-05-04T08:05:12.232Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:12.232Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:12.496Z] latest: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:12.828Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:13.170Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.147 [2023-05-04T08:05:13.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-04T08:05:13.170Z] 6005d4e12cc6: Preparing [2023-05-04T08:05:13.170Z] b5e4e160d04d: Preparing [2023-05-04T08:05:13.170Z] 4eab85f38e9d: Preparing [2023-05-04T08:05:13.170Z] be3bf35a8640: Preparing [2023-05-04T08:05:13.170Z] ed14fcfcb551: Preparing [2023-05-04T08:05:13.170Z] f7225a23db01: Preparing [2023-05-04T08:05:13.170Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:13.170Z] 26cbea5cba74: Preparing [2023-05-04T08:05:13.170Z] f7225a23db01: Waiting [2023-05-04T08:05:13.170Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:13.170Z] 26cbea5cba74: Waiting [2023-05-04T08:05:13.170Z] be3bf35a8640: Layer already exists [2023-05-04T08:05:13.170Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:13.170Z] 6005d4e12cc6: Layer already exists [2023-05-04T08:05:13.170Z] b5e4e160d04d: Layer already exists [2023-05-04T08:05:13.170Z] 4eab85f38e9d: Layer already exists [2023-05-04T08:05:13.170Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:13.170Z] f7225a23db01: Layer already exists [2023-05-04T08:05:13.170Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:13.435Z] 3.0.0-dev.147: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:13.779Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:14.115Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:14.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-04T08:05:14.115Z] 6005d4e12cc6: Preparing [2023-05-04T08:05:14.115Z] b5e4e160d04d: Preparing [2023-05-04T08:05:14.115Z] 4eab85f38e9d: Preparing [2023-05-04T08:05:14.115Z] be3bf35a8640: Preparing [2023-05-04T08:05:14.115Z] ed14fcfcb551: Preparing [2023-05-04T08:05:14.115Z] f7225a23db01: Preparing [2023-05-04T08:05:14.115Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:14.115Z] 26cbea5cba74: Preparing [2023-05-04T08:05:14.115Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:14.115Z] 26cbea5cba74: Waiting [2023-05-04T08:05:14.115Z] f7225a23db01: Waiting [2023-05-04T08:05:14.115Z] be3bf35a8640: Layer already exists [2023-05-04T08:05:14.115Z] b5e4e160d04d: Layer already exists [2023-05-04T08:05:14.116Z] 4eab85f38e9d: Layer already exists [2023-05-04T08:05:14.116Z] 6005d4e12cc6: Layer already exists [2023-05-04T08:05:14.116Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:14.116Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:14.116Z] f7225a23db01: Layer already exists [2023-05-04T08:05:14.116Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:14.380Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:14.720Z] + 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-05-04T08:05:15.054Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-05-04T08:05:15.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-05-04T08:05:15.054Z] 6005d4e12cc6: Preparing [2023-05-04T08:05:15.054Z] b5e4e160d04d: Preparing [2023-05-04T08:05:15.054Z] 4eab85f38e9d: Preparing [2023-05-04T08:05:15.054Z] be3bf35a8640: Preparing [2023-05-04T08:05:15.054Z] ed14fcfcb551: Preparing [2023-05-04T08:05:15.054Z] f7225a23db01: Preparing [2023-05-04T08:05:15.054Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:15.054Z] 26cbea5cba74: Preparing [2023-05-04T08:05:15.054Z] f7225a23db01: Waiting [2023-05-04T08:05:15.054Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:15.054Z] 26cbea5cba74: Waiting [2023-05-04T08:05:15.054Z] b5e4e160d04d: Layer already exists [2023-05-04T08:05:15.054Z] 4eab85f38e9d: Layer already exists [2023-05-04T08:05:15.054Z] be3bf35a8640: Layer already exists [2023-05-04T08:05:15.054Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:15.054Z] 6005d4e12cc6: Layer already exists [2023-05-04T08:05:15.054Z] f7225a23db01: Layer already exists [2023-05-04T08:05:15.054Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:15.054Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:15.318Z] main: digest: sha256:0e243987dd0fd48e3441dc97fdf130ea238a211b16072d9bad43ffd5ee72be70 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:05:15.356Z] ===================================================== [Pipeline] echo [2023-05-04T08:05:15.362Z] taggedImages: [2023-05-04T08:05:15.362Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:15.362Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-05-04T08:05:15.362Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.147 [2023-05-04T08:05:15.362Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:15.362Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-05-04T08:05:15.377Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-05-04T08:05:15.377Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:15.377Z] latest [2023-05-04T08:05:15.377Z] 3.0.0-dev.147 [2023-05-04T08:05:15.377Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:15.377Z] main [2023-05-04T08:05:15.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:15.712Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:16.060Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:16.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-04T08:05:16.060Z] d44b1434fd3e: Preparing [2023-05-04T08:05:16.060Z] 5e619e045e2f: Preparing [2023-05-04T08:05:16.060Z] ed14fcfcb551: Preparing [2023-05-04T08:05:16.060Z] f7225a23db01: Preparing [2023-05-04T08:05:16.060Z] 8bd77deb7463: Preparing [2023-05-04T08:05:16.060Z] 26cbea5cba74: Preparing [2023-05-04T08:05:16.060Z] 26cbea5cba74: Waiting [2023-05-04T08:05:16.060Z] f7225a23db01: Layer already exists [2023-05-04T08:05:16.060Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:16.060Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:16.324Z] d44b1434fd3e: Pushed [2023-05-04T08:05:16.324Z] 8bd77deb7463: Pushed [2023-05-04T08:05:19.656Z] 5e619e045e2f: Pushed [2023-05-04T08:05:19.656Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:20.004Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:20.343Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-05-04T08:05:20.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-04T08:05:20.343Z] d44b1434fd3e: Preparing [2023-05-04T08:05:20.343Z] 5e619e045e2f: Preparing [2023-05-04T08:05:20.343Z] ed14fcfcb551: Preparing [2023-05-04T08:05:20.343Z] f7225a23db01: Preparing [2023-05-04T08:05:20.343Z] 8bd77deb7463: Preparing [2023-05-04T08:05:20.343Z] 26cbea5cba74: Preparing [2023-05-04T08:05:20.343Z] 26cbea5cba74: Waiting [2023-05-04T08:05:20.343Z] 5e619e045e2f: Layer already exists [2023-05-04T08:05:20.343Z] 8bd77deb7463: Layer already exists [2023-05-04T08:05:20.343Z] f7225a23db01: Layer already exists [2023-05-04T08:05:20.343Z] d44b1434fd3e: Layer already exists [2023-05-04T08:05:20.343Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:20.343Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:20.612Z] latest: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:20.965Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:21.311Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.147 [2023-05-04T08:05:21.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-04T08:05:21.312Z] d44b1434fd3e: Preparing [2023-05-04T08:05:21.312Z] 5e619e045e2f: Preparing [2023-05-04T08:05:21.312Z] ed14fcfcb551: Preparing [2023-05-04T08:05:21.312Z] f7225a23db01: Preparing [2023-05-04T08:05:21.312Z] 8bd77deb7463: Preparing [2023-05-04T08:05:21.312Z] 26cbea5cba74: Preparing [2023-05-04T08:05:21.312Z] 26cbea5cba74: Waiting [2023-05-04T08:05:21.312Z] f7225a23db01: Layer already exists [2023-05-04T08:05:21.312Z] 8bd77deb7463: Layer already exists [2023-05-04T08:05:21.312Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:21.312Z] 5e619e045e2f: Layer already exists [2023-05-04T08:05:21.312Z] d44b1434fd3e: Layer already exists [2023-05-04T08:05:21.312Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:21.577Z] 3.0.0-dev.147: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:21.923Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:22.254Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:22.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-04T08:05:22.254Z] d44b1434fd3e: Preparing [2023-05-04T08:05:22.254Z] 5e619e045e2f: Preparing [2023-05-04T08:05:22.254Z] ed14fcfcb551: Preparing [2023-05-04T08:05:22.254Z] f7225a23db01: Preparing [2023-05-04T08:05:22.254Z] 8bd77deb7463: Preparing [2023-05-04T08:05:22.254Z] 26cbea5cba74: Preparing [2023-05-04T08:05:22.254Z] 26cbea5cba74: Waiting [2023-05-04T08:05:22.254Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:22.254Z] 5e619e045e2f: Layer already exists [2023-05-04T08:05:22.254Z] 8bd77deb7463: Layer already exists [2023-05-04T08:05:22.254Z] f7225a23db01: Layer already exists [2023-05-04T08:05:22.254Z] d44b1434fd3e: Layer already exists [2023-05-04T08:05:22.254Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:22.518Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:22.863Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:23.245Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-05-04T08:05:23.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-05-04T08:05:23.245Z] d44b1434fd3e: Preparing [2023-05-04T08:05:23.245Z] 5e619e045e2f: Preparing [2023-05-04T08:05:23.245Z] ed14fcfcb551: Preparing [2023-05-04T08:05:23.245Z] f7225a23db01: Preparing [2023-05-04T08:05:23.245Z] 8bd77deb7463: Preparing [2023-05-04T08:05:23.245Z] 26cbea5cba74: Preparing [2023-05-04T08:05:23.245Z] 26cbea5cba74: Waiting [2023-05-04T08:05:23.245Z] f7225a23db01: Layer already exists [2023-05-04T08:05:23.245Z] 8bd77deb7463: Layer already exists [2023-05-04T08:05:23.245Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:23.245Z] d44b1434fd3e: Layer already exists [2023-05-04T08:05:23.245Z] 5e619e045e2f: Layer already exists [2023-05-04T08:05:23.245Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:23.516Z] main: digest: sha256:d80531c7d88d237ba3f29a28d9f19d34d4fdbd9c5fc02937501be9543bc1e399 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:05:23.558Z] ===================================================== [Pipeline] echo [2023-05-04T08:05:23.563Z] taggedImages: [2023-05-04T08:05:23.563Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:23.563Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-05-04T08:05:23.563Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.147 [2023-05-04T08:05:23.563Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:23.563Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-05-04T08:05:23.578Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-05-04T08:05:23.579Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:23.579Z] latest [2023-05-04T08:05:23.579Z] 3.0.0-dev.147 [2023-05-04T08:05:23.579Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:23.579Z] main [2023-05-04T08:05:23.579Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:23.927Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:24.282Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:24.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-04T08:05:24.282Z] 635745265e74: Preparing [2023-05-04T08:05:24.282Z] 354c84c50842: Preparing [2023-05-04T08:05:24.282Z] c737621bc888: Preparing [2023-05-04T08:05:24.282Z] ed14fcfcb551: Preparing [2023-05-04T08:05:24.282Z] f7225a23db01: Preparing [2023-05-04T08:05:24.282Z] 289b64295cd3: Preparing [2023-05-04T08:05:24.282Z] 26cbea5cba74: Preparing [2023-05-04T08:05:24.282Z] 289b64295cd3: Waiting [2023-05-04T08:05:24.282Z] 26cbea5cba74: Waiting [2023-05-04T08:05:24.282Z] f7225a23db01: Layer already exists [2023-05-04T08:05:24.282Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:24.550Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:24.550Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:24.550Z] 354c84c50842: Pushed [2023-05-04T08:05:24.550Z] 635745265e74: Pushed [2023-05-04T08:05:27.901Z] c737621bc888: Pushed [2023-05-04T08:05:27.901Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:28.245Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:28.579Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-05-04T08:05:28.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-04T08:05:28.580Z] 635745265e74: Preparing [2023-05-04T08:05:28.580Z] 354c84c50842: Preparing [2023-05-04T08:05:28.580Z] c737621bc888: Preparing [2023-05-04T08:05:28.580Z] ed14fcfcb551: Preparing [2023-05-04T08:05:28.580Z] f7225a23db01: Preparing [2023-05-04T08:05:28.580Z] 289b64295cd3: Preparing [2023-05-04T08:05:28.580Z] 26cbea5cba74: Preparing [2023-05-04T08:05:28.580Z] 289b64295cd3: Waiting [2023-05-04T08:05:28.580Z] 26cbea5cba74: Waiting [2023-05-04T08:05:28.580Z] c737621bc888: Layer already exists [2023-05-04T08:05:28.580Z] f7225a23db01: Layer already exists [2023-05-04T08:05:28.580Z] 635745265e74: Layer already exists [2023-05-04T08:05:28.580Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:28.580Z] 354c84c50842: Layer already exists [2023-05-04T08:05:28.580Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:28.580Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:28.843Z] latest: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:29.186Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:29.521Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.147 [2023-05-04T08:05:29.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-04T08:05:29.521Z] 635745265e74: Preparing [2023-05-04T08:05:29.521Z] 354c84c50842: Preparing [2023-05-04T08:05:29.521Z] c737621bc888: Preparing [2023-05-04T08:05:29.521Z] ed14fcfcb551: Preparing [2023-05-04T08:05:29.521Z] f7225a23db01: Preparing [2023-05-04T08:05:29.521Z] 289b64295cd3: Preparing [2023-05-04T08:05:29.521Z] 26cbea5cba74: Preparing [2023-05-04T08:05:29.521Z] 289b64295cd3: Waiting [2023-05-04T08:05:29.521Z] 26cbea5cba74: Waiting [2023-05-04T08:05:29.521Z] 635745265e74: Layer already exists [2023-05-04T08:05:29.521Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:29.521Z] c737621bc888: Layer already exists [2023-05-04T08:05:29.521Z] 354c84c50842: Layer already exists [2023-05-04T08:05:29.521Z] f7225a23db01: Layer already exists [2023-05-04T08:05:29.521Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:29.521Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:29.789Z] 3.0.0-dev.147: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:30.139Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:30.475Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:30.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-04T08:05:30.475Z] 635745265e74: Preparing [2023-05-04T08:05:30.475Z] 354c84c50842: Preparing [2023-05-04T08:05:30.475Z] c737621bc888: Preparing [2023-05-04T08:05:30.475Z] ed14fcfcb551: Preparing [2023-05-04T08:05:30.475Z] f7225a23db01: Preparing [2023-05-04T08:05:30.475Z] 289b64295cd3: Preparing [2023-05-04T08:05:30.475Z] 26cbea5cba74: Preparing [2023-05-04T08:05:30.475Z] 289b64295cd3: Waiting [2023-05-04T08:05:30.475Z] 26cbea5cba74: Waiting [2023-05-04T08:05:30.475Z] 635745265e74: Layer already exists [2023-05-04T08:05:30.475Z] 354c84c50842: Layer already exists [2023-05-04T08:05:30.475Z] c737621bc888: Layer already exists [2023-05-04T08:05:30.475Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:30.475Z] f7225a23db01: Layer already exists [2023-05-04T08:05:30.475Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:30.475Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:30.475Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:31.084Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:31.423Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-05-04T08:05:31.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-05-04T08:05:31.424Z] 635745265e74: Preparing [2023-05-04T08:05:31.424Z] 354c84c50842: Preparing [2023-05-04T08:05:31.424Z] c737621bc888: Preparing [2023-05-04T08:05:31.424Z] ed14fcfcb551: Preparing [2023-05-04T08:05:31.424Z] f7225a23db01: Preparing [2023-05-04T08:05:31.424Z] 289b64295cd3: Preparing [2023-05-04T08:05:31.424Z] 26cbea5cba74: Preparing [2023-05-04T08:05:31.424Z] 289b64295cd3: Waiting [2023-05-04T08:05:31.424Z] 26cbea5cba74: Waiting [2023-05-04T08:05:31.424Z] 635745265e74: Layer already exists [2023-05-04T08:05:31.424Z] c737621bc888: Layer already exists [2023-05-04T08:05:31.424Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:31.424Z] f7225a23db01: Layer already exists [2023-05-04T08:05:31.424Z] 354c84c50842: Layer already exists [2023-05-04T08:05:31.424Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:31.424Z] 289b64295cd3: Layer already exists [2023-05-04T08:05:31.688Z] main: digest: sha256:850b8b6c4dcf2142e9f7266bafe06ff876bfc1ec0e002d392d170777f50c56fd size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:05:31.736Z] ===================================================== [Pipeline] echo [2023-05-04T08:05:31.743Z] taggedImages: [2023-05-04T08:05:31.743Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:31.743Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-05-04T08:05:31.743Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.147 [2023-05-04T08:05:31.743Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:31.743Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-05-04T08:05:31.767Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-05-04T08:05:31.767Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:31.767Z] latest [2023-05-04T08:05:31.767Z] 3.0.0-dev.147 [2023-05-04T08:05:31.767Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:31.767Z] main [2023-05-04T08:05:31.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:32.109Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:32.440Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:32.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-04T08:05:32.440Z] 8269af5c48db: Preparing [2023-05-04T08:05:32.440Z] 8269af5c48db: Preparing [2023-05-04T08:05:32.440Z] f9eecce3ab50: Preparing [2023-05-04T08:05:32.440Z] bc224b44071a: Preparing [2023-05-04T08:05:32.440Z] 0462c58996c4: Preparing [2023-05-04T08:05:32.440Z] 7f5898c03ef7: Preparing [2023-05-04T08:05:32.440Z] 66e3369cdcb6: Preparing [2023-05-04T08:05:32.440Z] ed14fcfcb551: Preparing [2023-05-04T08:05:32.440Z] f7225a23db01: Preparing [2023-05-04T08:05:32.440Z] 052fcd22e21a: Preparing [2023-05-04T08:05:32.440Z] 5fa03d825d00: Preparing [2023-05-04T08:05:32.440Z] b4420aee8ba2: Preparing [2023-05-04T08:05:32.440Z] ee944f955553: Preparing [2023-05-04T08:05:32.440Z] 26cbea5cba74: Preparing [2023-05-04T08:05:32.440Z] 66e3369cdcb6: Waiting [2023-05-04T08:05:32.440Z] ed14fcfcb551: Waiting [2023-05-04T08:05:32.440Z] f7225a23db01: Waiting [2023-05-04T08:05:32.440Z] 052fcd22e21a: Waiting [2023-05-04T08:05:32.440Z] ee944f955553: Waiting [2023-05-04T08:05:32.440Z] 26cbea5cba74: Waiting [2023-05-04T08:05:32.440Z] 5fa03d825d00: Waiting [2023-05-04T08:05:32.440Z] b4420aee8ba2: Waiting [2023-05-04T08:05:32.707Z] 8269af5c48db: Pushed [2023-05-04T08:05:32.707Z] 7f5898c03ef7: Pushed [2023-05-04T08:05:32.707Z] f9eecce3ab50: Pushed [2023-05-04T08:05:32.707Z] bc224b44071a: Pushed [2023-05-04T08:05:32.707Z] 0462c58996c4: Pushed [2023-05-04T08:05:32.707Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:32.973Z] f7225a23db01: Layer already exists [2023-05-04T08:05:32.973Z] 052fcd22e21a: Pushed [2023-05-04T08:05:32.973Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:32.973Z] ee944f955553: Pushed [2023-05-04T08:05:32.973Z] b4420aee8ba2: Pushed [2023-05-04T08:05:32.973Z] 5fa03d825d00: Pushed [2023-05-04T08:05:36.303Z] 66e3369cdcb6: Pushed [2023-05-04T08:05:36.568Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:36.912Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:37.260Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-05-04T08:05:37.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-04T08:05:37.260Z] 8269af5c48db: Preparing [2023-05-04T08:05:37.260Z] 8269af5c48db: Preparing [2023-05-04T08:05:37.260Z] f9eecce3ab50: Preparing [2023-05-04T08:05:37.260Z] bc224b44071a: Preparing [2023-05-04T08:05:37.260Z] 0462c58996c4: Preparing [2023-05-04T08:05:37.260Z] 7f5898c03ef7: Preparing [2023-05-04T08:05:37.260Z] 66e3369cdcb6: Preparing [2023-05-04T08:05:37.260Z] ed14fcfcb551: Preparing [2023-05-04T08:05:37.260Z] f7225a23db01: Preparing [2023-05-04T08:05:37.260Z] 052fcd22e21a: Preparing [2023-05-04T08:05:37.260Z] 5fa03d825d00: Preparing [2023-05-04T08:05:37.260Z] b4420aee8ba2: Preparing [2023-05-04T08:05:37.260Z] ee944f955553: Preparing [2023-05-04T08:05:37.260Z] 26cbea5cba74: Preparing [2023-05-04T08:05:37.260Z] 052fcd22e21a: Waiting [2023-05-04T08:05:37.260Z] 5fa03d825d00: Waiting [2023-05-04T08:05:37.260Z] 66e3369cdcb6: Waiting [2023-05-04T08:05:37.260Z] ed14fcfcb551: Waiting [2023-05-04T08:05:37.260Z] f7225a23db01: Waiting [2023-05-04T08:05:37.260Z] b4420aee8ba2: Waiting [2023-05-04T08:05:37.260Z] ee944f955553: Waiting [2023-05-04T08:05:37.260Z] 26cbea5cba74: Waiting [2023-05-04T08:05:37.260Z] 7f5898c03ef7: Layer already exists [2023-05-04T08:05:37.260Z] 0462c58996c4: Layer already exists [2023-05-04T08:05:37.260Z] f9eecce3ab50: Layer already exists [2023-05-04T08:05:37.260Z] bc224b44071a: Layer already exists [2023-05-04T08:05:37.261Z] 8269af5c48db: Layer already exists [2023-05-04T08:05:37.261Z] 66e3369cdcb6: Layer already exists [2023-05-04T08:05:37.261Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:37.261Z] f7225a23db01: Layer already exists [2023-05-04T08:05:37.261Z] 5fa03d825d00: Layer already exists [2023-05-04T08:05:37.261Z] 052fcd22e21a: Layer already exists [2023-05-04T08:05:37.261Z] ee944f955553: Layer already exists [2023-05-04T08:05:37.261Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:37.261Z] b4420aee8ba2: Layer already exists [2023-05-04T08:05:37.526Z] latest: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:37.870Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:38.199Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.147 [2023-05-04T08:05:38.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-04T08:05:38.199Z] 8269af5c48db: Preparing [2023-05-04T08:05:38.199Z] 8269af5c48db: Preparing [2023-05-04T08:05:38.199Z] f9eecce3ab50: Preparing [2023-05-04T08:05:38.199Z] bc224b44071a: Preparing [2023-05-04T08:05:38.199Z] 0462c58996c4: Preparing [2023-05-04T08:05:38.199Z] 7f5898c03ef7: Preparing [2023-05-04T08:05:38.199Z] 66e3369cdcb6: Preparing [2023-05-04T08:05:38.199Z] ed14fcfcb551: Preparing [2023-05-04T08:05:38.199Z] f7225a23db01: Preparing [2023-05-04T08:05:38.199Z] 052fcd22e21a: Preparing [2023-05-04T08:05:38.199Z] 5fa03d825d00: Preparing [2023-05-04T08:05:38.199Z] b4420aee8ba2: Preparing [2023-05-04T08:05:38.199Z] ee944f955553: Preparing [2023-05-04T08:05:38.199Z] 26cbea5cba74: Preparing [2023-05-04T08:05:38.199Z] 66e3369cdcb6: Waiting [2023-05-04T08:05:38.199Z] ed14fcfcb551: Waiting [2023-05-04T08:05:38.199Z] f7225a23db01: Waiting [2023-05-04T08:05:38.199Z] 052fcd22e21a: Waiting [2023-05-04T08:05:38.199Z] 5fa03d825d00: Waiting [2023-05-04T08:05:38.199Z] b4420aee8ba2: Waiting [2023-05-04T08:05:38.199Z] ee944f955553: Waiting [2023-05-04T08:05:38.199Z] 26cbea5cba74: Waiting [2023-05-04T08:05:38.199Z] 8269af5c48db: Layer already exists [2023-05-04T08:05:38.199Z] 0462c58996c4: Layer already exists [2023-05-04T08:05:38.199Z] f9eecce3ab50: Layer already exists [2023-05-04T08:05:38.199Z] bc224b44071a: Layer already exists [2023-05-04T08:05:38.200Z] 7f5898c03ef7: Layer already exists [2023-05-04T08:05:38.200Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:38.200Z] 66e3369cdcb6: Layer already exists [2023-05-04T08:05:38.200Z] f7225a23db01: Layer already exists [2023-05-04T08:05:38.200Z] 052fcd22e21a: Layer already exists [2023-05-04T08:05:38.200Z] 5fa03d825d00: Layer already exists [2023-05-04T08:05:38.200Z] b4420aee8ba2: Layer already exists [2023-05-04T08:05:38.200Z] ee944f955553: Layer already exists [2023-05-04T08:05:38.200Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:38.464Z] 3.0.0-dev.147: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:38.812Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:39.143Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:39.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-04T08:05:39.143Z] 8269af5c48db: Preparing [2023-05-04T08:05:39.143Z] 8269af5c48db: Preparing [2023-05-04T08:05:39.143Z] f9eecce3ab50: Preparing [2023-05-04T08:05:39.143Z] bc224b44071a: Preparing [2023-05-04T08:05:39.143Z] 0462c58996c4: Preparing [2023-05-04T08:05:39.143Z] 7f5898c03ef7: Preparing [2023-05-04T08:05:39.143Z] 66e3369cdcb6: Preparing [2023-05-04T08:05:39.143Z] ed14fcfcb551: Preparing [2023-05-04T08:05:39.143Z] 66e3369cdcb6: Waiting [2023-05-04T08:05:39.143Z] f7225a23db01: Preparing [2023-05-04T08:05:39.143Z] 052fcd22e21a: Preparing [2023-05-04T08:05:39.143Z] 5fa03d825d00: Preparing [2023-05-04T08:05:39.143Z] b4420aee8ba2: Preparing [2023-05-04T08:05:39.143Z] ee944f955553: Preparing [2023-05-04T08:05:39.143Z] 26cbea5cba74: Preparing [2023-05-04T08:05:39.143Z] f7225a23db01: Waiting [2023-05-04T08:05:39.143Z] ed14fcfcb551: Waiting [2023-05-04T08:05:39.143Z] 052fcd22e21a: Waiting [2023-05-04T08:05:39.143Z] 5fa03d825d00: Waiting [2023-05-04T08:05:39.143Z] b4420aee8ba2: Waiting [2023-05-04T08:05:39.143Z] 26cbea5cba74: Waiting [2023-05-04T08:05:39.143Z] ee944f955553: Waiting [2023-05-04T08:05:39.143Z] 8269af5c48db: Layer already exists [2023-05-04T08:05:39.143Z] bc224b44071a: Layer already exists [2023-05-04T08:05:39.143Z] f9eecce3ab50: Layer already exists [2023-05-04T08:05:39.143Z] 7f5898c03ef7: Layer already exists [2023-05-04T08:05:39.143Z] 0462c58996c4: Layer already exists [2023-05-04T08:05:39.143Z] f7225a23db01: Layer already exists [2023-05-04T08:05:39.143Z] 5fa03d825d00: Layer already exists [2023-05-04T08:05:39.143Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:39.143Z] 052fcd22e21a: Layer already exists [2023-05-04T08:05:39.143Z] 66e3369cdcb6: Layer already exists [2023-05-04T08:05:39.143Z] ee944f955553: Layer already exists [2023-05-04T08:05:39.143Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:39.143Z] b4420aee8ba2: Layer already exists [2023-05-04T08:05:39.410Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:39.742Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:40.081Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-05-04T08:05:40.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-05-04T08:05:40.081Z] 8269af5c48db: Preparing [2023-05-04T08:05:40.081Z] 8269af5c48db: Preparing [2023-05-04T08:05:40.081Z] f9eecce3ab50: Preparing [2023-05-04T08:05:40.081Z] bc224b44071a: Preparing [2023-05-04T08:05:40.081Z] 0462c58996c4: Preparing [2023-05-04T08:05:40.081Z] 7f5898c03ef7: Preparing [2023-05-04T08:05:40.081Z] 66e3369cdcb6: Preparing [2023-05-04T08:05:40.081Z] ed14fcfcb551: Preparing [2023-05-04T08:05:40.081Z] f7225a23db01: Preparing [2023-05-04T08:05:40.081Z] 052fcd22e21a: Preparing [2023-05-04T08:05:40.081Z] 5fa03d825d00: Preparing [2023-05-04T08:05:40.081Z] b4420aee8ba2: Preparing [2023-05-04T08:05:40.081Z] ee944f955553: Preparing [2023-05-04T08:05:40.081Z] 26cbea5cba74: Preparing [2023-05-04T08:05:40.081Z] 66e3369cdcb6: Waiting [2023-05-04T08:05:40.081Z] 052fcd22e21a: Waiting [2023-05-04T08:05:40.081Z] 5fa03d825d00: Waiting [2023-05-04T08:05:40.081Z] ed14fcfcb551: Waiting [2023-05-04T08:05:40.081Z] f7225a23db01: Waiting [2023-05-04T08:05:40.081Z] b4420aee8ba2: Waiting [2023-05-04T08:05:40.081Z] ee944f955553: Waiting [2023-05-04T08:05:40.081Z] 26cbea5cba74: Waiting [2023-05-04T08:05:40.081Z] 7f5898c03ef7: Layer already exists [2023-05-04T08:05:40.081Z] bc224b44071a: Layer already exists [2023-05-04T08:05:40.081Z] 0462c58996c4: Layer already exists [2023-05-04T08:05:40.081Z] 8269af5c48db: Layer already exists [2023-05-04T08:05:40.081Z] f9eecce3ab50: Layer already exists [2023-05-04T08:05:40.081Z] 66e3369cdcb6: Layer already exists [2023-05-04T08:05:40.081Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:40.081Z] f7225a23db01: Layer already exists [2023-05-04T08:05:40.081Z] 052fcd22e21a: Layer already exists [2023-05-04T08:05:40.081Z] 5fa03d825d00: Layer already exists [2023-05-04T08:05:40.081Z] b4420aee8ba2: Layer already exists [2023-05-04T08:05:40.081Z] ee944f955553: Layer already exists [2023-05-04T08:05:40.081Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:40.346Z] main: digest: sha256:754e4db5c8dd53105dd4259a275a2659d3ded1464fbe7453f5e6eea0a6338f0d size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:05:40.398Z] ===================================================== [Pipeline] echo [2023-05-04T08:05:40.405Z] taggedImages: [2023-05-04T08:05:40.405Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:40.405Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-05-04T08:05:40.405Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.147 [2023-05-04T08:05:40.405Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:40.405Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-05-04T08:05:40.430Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-05-04T08:05:40.430Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:40.430Z] latest [2023-05-04T08:05:40.430Z] 3.0.0-dev.147 [2023-05-04T08:05:40.430Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:40.430Z] main [2023-05-04T08:05:40.431Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:40.778Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:41.109Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:41.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-04T08:05:41.109Z] 17a311cf095e: Preparing [2023-05-04T08:05:41.110Z] 444c6e65d4d6: Preparing [2023-05-04T08:05:41.110Z] 6f826a0bea97: Preparing [2023-05-04T08:05:41.110Z] 403536cc6538: Preparing [2023-05-04T08:05:41.110Z] ed14fcfcb551: Preparing [2023-05-04T08:05:41.110Z] f7225a23db01: Preparing [2023-05-04T08:05:41.110Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:41.110Z] 26cbea5cba74: Preparing [2023-05-04T08:05:41.110Z] f7225a23db01: Waiting [2023-05-04T08:05:41.110Z] 26cbea5cba74: Waiting [2023-05-04T08:05:41.110Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:41.110Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:41.110Z] f7225a23db01: Layer already exists [2023-05-04T08:05:41.390Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:41.390Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:41.390Z] 444c6e65d4d6: Pushed [2023-05-04T08:05:41.390Z] 17a311cf095e: Pushed [2023-05-04T08:05:41.390Z] 6f826a0bea97: Pushed [2023-05-04T08:05:43.961Z] 403536cc6538: Pushed [2023-05-04T08:05:43.961Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:44.286Z] + 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-05-04T08:05:44.614Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-05-04T08:05:44.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-04T08:05:44.614Z] 17a311cf095e: Preparing [2023-05-04T08:05:44.614Z] 444c6e65d4d6: Preparing [2023-05-04T08:05:44.614Z] 6f826a0bea97: Preparing [2023-05-04T08:05:44.614Z] 403536cc6538: Preparing [2023-05-04T08:05:44.614Z] ed14fcfcb551: Preparing [2023-05-04T08:05:44.614Z] f7225a23db01: Preparing [2023-05-04T08:05:44.614Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:44.614Z] 26cbea5cba74: Preparing [2023-05-04T08:05:44.614Z] 26cbea5cba74: Waiting [2023-05-04T08:05:44.614Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:44.614Z] 17a311cf095e: Layer already exists [2023-05-04T08:05:44.614Z] 6f826a0bea97: Layer already exists [2023-05-04T08:05:44.614Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:44.614Z] 444c6e65d4d6: Layer already exists [2023-05-04T08:05:44.614Z] 403536cc6538: Layer already exists [2023-05-04T08:05:44.614Z] f7225a23db01: Layer already exists [2023-05-04T08:05:44.614Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:44.614Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:44.879Z] latest: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:45.213Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:45.538Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.147 [2023-05-04T08:05:45.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-04T08:05:45.538Z] 17a311cf095e: Preparing [2023-05-04T08:05:45.538Z] 444c6e65d4d6: Preparing [2023-05-04T08:05:45.538Z] 6f826a0bea97: Preparing [2023-05-04T08:05:45.538Z] 403536cc6538: Preparing [2023-05-04T08:05:45.538Z] ed14fcfcb551: Preparing [2023-05-04T08:05:45.538Z] f7225a23db01: Preparing [2023-05-04T08:05:45.538Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:45.538Z] 26cbea5cba74: Preparing [2023-05-04T08:05:45.538Z] f7225a23db01: Waiting [2023-05-04T08:05:45.538Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:45.538Z] 26cbea5cba74: Waiting [2023-05-04T08:05:45.538Z] 6f826a0bea97: Layer already exists [2023-05-04T08:05:45.538Z] 444c6e65d4d6: Layer already exists [2023-05-04T08:05:45.538Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:45.538Z] 403536cc6538: Layer already exists [2023-05-04T08:05:45.538Z] 17a311cf095e: Layer already exists [2023-05-04T08:05:45.538Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:45.538Z] f7225a23db01: Layer already exists [2023-05-04T08:05:45.538Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:45.538Z] 3.0.0-dev.147: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:46.145Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:46.471Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:46.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-04T08:05:46.471Z] 17a311cf095e: Preparing [2023-05-04T08:05:46.471Z] 444c6e65d4d6: Preparing [2023-05-04T08:05:46.471Z] 6f826a0bea97: Preparing [2023-05-04T08:05:46.471Z] 403536cc6538: Preparing [2023-05-04T08:05:46.471Z] ed14fcfcb551: Preparing [2023-05-04T08:05:46.471Z] f7225a23db01: Preparing [2023-05-04T08:05:46.471Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:46.471Z] 26cbea5cba74: Preparing [2023-05-04T08:05:46.471Z] f7225a23db01: Waiting [2023-05-04T08:05:46.471Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:46.471Z] 26cbea5cba74: Waiting [2023-05-04T08:05:46.471Z] 403536cc6538: Layer already exists [2023-05-04T08:05:46.471Z] 444c6e65d4d6: Layer already exists [2023-05-04T08:05:46.471Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:46.471Z] 17a311cf095e: Layer already exists [2023-05-04T08:05:46.471Z] 6f826a0bea97: Layer already exists [2023-05-04T08:05:46.471Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:46.471Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:46.471Z] f7225a23db01: Layer already exists [2023-05-04T08:05:46.736Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:47.069Z] + 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-05-04T08:05:47.396Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-05-04T08:05:47.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-05-04T08:05:47.396Z] 17a311cf095e: Preparing [2023-05-04T08:05:47.396Z] 444c6e65d4d6: Preparing [2023-05-04T08:05:47.396Z] 6f826a0bea97: Preparing [2023-05-04T08:05:47.396Z] 403536cc6538: Preparing [2023-05-04T08:05:47.396Z] ed14fcfcb551: Preparing [2023-05-04T08:05:47.396Z] f7225a23db01: Preparing [2023-05-04T08:05:47.396Z] 0d0dbf05d390: Preparing [2023-05-04T08:05:47.396Z] 26cbea5cba74: Preparing [2023-05-04T08:05:47.396Z] f7225a23db01: Waiting [2023-05-04T08:05:47.396Z] 0d0dbf05d390: Waiting [2023-05-04T08:05:47.396Z] 26cbea5cba74: Waiting [2023-05-04T08:05:47.396Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:47.396Z] 403536cc6538: Layer already exists [2023-05-04T08:05:47.396Z] 17a311cf095e: Layer already exists [2023-05-04T08:05:47.396Z] 444c6e65d4d6: Layer already exists [2023-05-04T08:05:47.396Z] 6f826a0bea97: Layer already exists [2023-05-04T08:05:47.396Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:47.396Z] 0d0dbf05d390: Layer already exists [2023-05-04T08:05:47.396Z] f7225a23db01: Layer already exists [2023-05-04T08:05:47.659Z] main: digest: sha256:d53cb58ecf76b6606d8bdd2d9053d341f3989f896c2ac17bfbcc4fe24d9f69a8 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:05:47.699Z] ===================================================== [Pipeline] echo [2023-05-04T08:05:47.705Z] taggedImages: [2023-05-04T08:05:47.705Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:47.705Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-05-04T08:05:47.705Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.147 [2023-05-04T08:05:47.705Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:47.705Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-05-04T08:05:47.725Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-05-04T08:05:47.725Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:47.725Z] latest [2023-05-04T08:05:47.725Z] 3.0.0-dev.147 [2023-05-04T08:05:47.725Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:47.725Z] main [2023-05-04T08:05:47.725Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:48.054Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:48.969Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:48.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-04T08:05:48.969Z] ada965067dfc: Preparing [2023-05-04T08:05:48.969Z] d6d74652baea: Preparing [2023-05-04T08:05:48.969Z] a2d84a10f6e4: Preparing [2023-05-04T08:05:48.969Z] 58babd6b0213: Preparing [2023-05-04T08:05:48.969Z] ed14fcfcb551: Preparing [2023-05-04T08:05:48.969Z] f7225a23db01: Preparing [2023-05-04T08:05:48.969Z] 0fd1e917f102: Preparing [2023-05-04T08:05:48.969Z] 90143a665327: Preparing [2023-05-04T08:05:48.969Z] 26cbea5cba74: Preparing [2023-05-04T08:05:48.969Z] 0fd1e917f102: Waiting [2023-05-04T08:05:48.969Z] 26cbea5cba74: Waiting [2023-05-04T08:05:48.969Z] 90143a665327: Waiting [2023-05-04T08:05:48.969Z] f7225a23db01: Waiting [2023-05-04T08:05:48.969Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:49.235Z] f7225a23db01: Layer already exists [2023-05-04T08:05:49.235Z] 58babd6b0213: Pushed [2023-05-04T08:05:49.235Z] d6d74652baea: Pushed [2023-05-04T08:05:49.235Z] ada965067dfc: Pushed [2023-05-04T08:05:49.235Z] 0fd1e917f102: Pushed [2023-05-04T08:05:49.235Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:49.500Z] 90143a665327: Pushed [2023-05-04T08:05:52.071Z] a2d84a10f6e4: Pushed [2023-05-04T08:05:52.071Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:52.401Z] + 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-05-04T08:05:52.729Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-05-04T08:05:52.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-04T08:05:52.729Z] ada965067dfc: Preparing [2023-05-04T08:05:52.729Z] d6d74652baea: Preparing [2023-05-04T08:05:52.729Z] a2d84a10f6e4: Preparing [2023-05-04T08:05:52.729Z] 58babd6b0213: Preparing [2023-05-04T08:05:52.729Z] ed14fcfcb551: Preparing [2023-05-04T08:05:52.729Z] f7225a23db01: Preparing [2023-05-04T08:05:52.729Z] 0fd1e917f102: Preparing [2023-05-04T08:05:52.729Z] 90143a665327: Preparing [2023-05-04T08:05:52.729Z] 26cbea5cba74: Preparing [2023-05-04T08:05:52.729Z] f7225a23db01: Waiting [2023-05-04T08:05:52.729Z] 0fd1e917f102: Waiting [2023-05-04T08:05:52.729Z] 90143a665327: Waiting [2023-05-04T08:05:52.729Z] 26cbea5cba74: Waiting [2023-05-04T08:05:52.729Z] 58babd6b0213: Layer already exists [2023-05-04T08:05:52.729Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:52.729Z] d6d74652baea: Layer already exists [2023-05-04T08:05:52.729Z] ada965067dfc: Layer already exists [2023-05-04T08:05:52.729Z] a2d84a10f6e4: Layer already exists [2023-05-04T08:05:52.729Z] 0fd1e917f102: Layer already exists [2023-05-04T08:05:52.729Z] 90143a665327: Layer already exists [2023-05-04T08:05:52.729Z] f7225a23db01: Layer already exists [2023-05-04T08:05:52.729Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:52.993Z] latest: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:53.327Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:53.652Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.147 [2023-05-04T08:05:53.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-04T08:05:53.652Z] ada965067dfc: Preparing [2023-05-04T08:05:53.652Z] d6d74652baea: Preparing [2023-05-04T08:05:53.652Z] a2d84a10f6e4: Preparing [2023-05-04T08:05:53.652Z] 58babd6b0213: Preparing [2023-05-04T08:05:53.652Z] ed14fcfcb551: Preparing [2023-05-04T08:05:53.652Z] f7225a23db01: Preparing [2023-05-04T08:05:53.652Z] 0fd1e917f102: Preparing [2023-05-04T08:05:53.652Z] 90143a665327: Preparing [2023-05-04T08:05:53.652Z] 26cbea5cba74: Preparing [2023-05-04T08:05:53.652Z] 0fd1e917f102: Waiting [2023-05-04T08:05:53.652Z] 26cbea5cba74: Waiting [2023-05-04T08:05:53.652Z] f7225a23db01: Waiting [2023-05-04T08:05:53.652Z] 90143a665327: Waiting [2023-05-04T08:05:53.652Z] d6d74652baea: Layer already exists [2023-05-04T08:05:53.652Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:53.652Z] ada965067dfc: Layer already exists [2023-05-04T08:05:53.652Z] 58babd6b0213: Layer already exists [2023-05-04T08:05:53.652Z] a2d84a10f6e4: Layer already exists [2023-05-04T08:05:53.652Z] 0fd1e917f102: Layer already exists [2023-05-04T08:05:53.652Z] f7225a23db01: Layer already exists [2023-05-04T08:05:53.652Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:53.652Z] 90143a665327: Layer already exists [2023-05-04T08:05:53.652Z] 3.0.0-dev.147: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:54.244Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:54.578Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:54.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-04T08:05:54.578Z] ada965067dfc: Preparing [2023-05-04T08:05:54.578Z] d6d74652baea: Preparing [2023-05-04T08:05:54.578Z] a2d84a10f6e4: Preparing [2023-05-04T08:05:54.578Z] 58babd6b0213: Preparing [2023-05-04T08:05:54.578Z] ed14fcfcb551: Preparing [2023-05-04T08:05:54.578Z] f7225a23db01: Preparing [2023-05-04T08:05:54.578Z] 0fd1e917f102: Preparing [2023-05-04T08:05:54.578Z] 90143a665327: Preparing [2023-05-04T08:05:54.578Z] 26cbea5cba74: Preparing [2023-05-04T08:05:54.578Z] 0fd1e917f102: Waiting [2023-05-04T08:05:54.578Z] 90143a665327: Waiting [2023-05-04T08:05:54.578Z] 26cbea5cba74: Waiting [2023-05-04T08:05:54.578Z] f7225a23db01: Waiting [2023-05-04T08:05:54.578Z] d6d74652baea: Layer already exists [2023-05-04T08:05:54.578Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:54.578Z] 58babd6b0213: Layer already exists [2023-05-04T08:05:54.578Z] ada965067dfc: Layer already exists [2023-05-04T08:05:54.578Z] a2d84a10f6e4: Layer already exists [2023-05-04T08:05:54.578Z] 90143a665327: Layer already exists [2023-05-04T08:05:54.578Z] f7225a23db01: Layer already exists [2023-05-04T08:05:54.578Z] 0fd1e917f102: Layer already exists [2023-05-04T08:05:54.578Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:54.841Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:55.185Z] + 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-05-04T08:05:55.513Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-05-04T08:05:55.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-05-04T08:05:55.513Z] ada965067dfc: Preparing [2023-05-04T08:05:55.513Z] d6d74652baea: Preparing [2023-05-04T08:05:55.513Z] a2d84a10f6e4: Preparing [2023-05-04T08:05:55.513Z] 58babd6b0213: Preparing [2023-05-04T08:05:55.513Z] ed14fcfcb551: Preparing [2023-05-04T08:05:55.513Z] f7225a23db01: Preparing [2023-05-04T08:05:55.513Z] 0fd1e917f102: Preparing [2023-05-04T08:05:55.513Z] 90143a665327: Preparing [2023-05-04T08:05:55.513Z] 26cbea5cba74: Preparing [2023-05-04T08:05:55.513Z] 0fd1e917f102: Waiting [2023-05-04T08:05:55.513Z] 90143a665327: Waiting [2023-05-04T08:05:55.513Z] 26cbea5cba74: Waiting [2023-05-04T08:05:55.513Z] f7225a23db01: Waiting [2023-05-04T08:05:55.513Z] d6d74652baea: Layer already exists [2023-05-04T08:05:55.513Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:55.513Z] 58babd6b0213: Layer already exists [2023-05-04T08:05:55.513Z] ada965067dfc: Layer already exists [2023-05-04T08:05:55.513Z] a2d84a10f6e4: Layer already exists [2023-05-04T08:05:55.513Z] 0fd1e917f102: Layer already exists [2023-05-04T08:05:55.513Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:55.513Z] f7225a23db01: Layer already exists [2023-05-04T08:05:55.513Z] 90143a665327: Layer already exists [2023-05-04T08:05:55.777Z] main: digest: sha256:bc290f9c6ab2ff743da27c59ccbd624bb698448cd9c9041ef6883dbd72387cda size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:05:55.834Z] ===================================================== [Pipeline] echo [2023-05-04T08:05:55.839Z] taggedImages: [2023-05-04T08:05:55.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:55.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-05-04T08:05:55.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.147 [2023-05-04T08:05:55.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:55.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-05-04T08:05:55.854Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-05-04T08:05:55.854Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:55.854Z] latest [2023-05-04T08:05:55.854Z] 3.0.0-dev.147 [2023-05-04T08:05:55.854Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:05:55.854Z] main [2023-05-04T08:05:55.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:56.183Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:05:56.508Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:05:56.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-04T08:05:56.509Z] 664f551bf7db: Preparing [2023-05-04T08:05:56.509Z] 13d465d0272f: Preparing [2023-05-04T08:05:56.509Z] 9485f39d5231: Preparing [2023-05-04T08:05:56.509Z] 8b1b6ec359c8: Preparing [2023-05-04T08:05:56.509Z] 87cbf065affc: Preparing [2023-05-04T08:05:56.509Z] a07324d38ccc: Preparing [2023-05-04T08:05:56.509Z] 666f5cb72463: Preparing [2023-05-04T08:05:56.509Z] ed14fcfcb551: Preparing [2023-05-04T08:05:56.509Z] f7225a23db01: Preparing [2023-05-04T08:05:56.509Z] f6f0def263b6: Preparing [2023-05-04T08:05:56.509Z] 26cbea5cba74: Preparing [2023-05-04T08:05:56.509Z] ed14fcfcb551: Waiting [2023-05-04T08:05:56.509Z] f7225a23db01: Waiting [2023-05-04T08:05:56.509Z] f6f0def263b6: Waiting [2023-05-04T08:05:56.509Z] a07324d38ccc: Waiting [2023-05-04T08:05:56.509Z] 666f5cb72463: Waiting [2023-05-04T08:05:56.509Z] 26cbea5cba74: Waiting [2023-05-04T08:05:56.777Z] 87cbf065affc: Pushed [2023-05-04T08:05:56.777Z] 664f551bf7db: Pushed [2023-05-04T08:05:56.777Z] 13d465d0272f: Pushed [2023-05-04T08:05:56.777Z] ed14fcfcb551: Layer already exists [2023-05-04T08:05:57.042Z] f7225a23db01: Layer already exists [2023-05-04T08:05:57.042Z] a07324d38ccc: Pushed [2023-05-04T08:05:57.042Z] 666f5cb72463: Pushed [2023-05-04T08:05:57.042Z] 26cbea5cba74: Layer already exists [2023-05-04T08:05:57.308Z] f6f0def263b6: Pushed [2023-05-04T08:05:59.241Z] 8b1b6ec359c8: Pushed [2023-05-04T08:06:00.196Z] 9485f39d5231: Pushed [2023-05-04T08:06:00.196Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:00.525Z] + 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-05-04T08:06:00.854Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-05-04T08:06:00.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-04T08:06:00.854Z] 664f551bf7db: Preparing [2023-05-04T08:06:00.854Z] 13d465d0272f: Preparing [2023-05-04T08:06:00.854Z] 9485f39d5231: Preparing [2023-05-04T08:06:00.854Z] 8b1b6ec359c8: Preparing [2023-05-04T08:06:00.854Z] 87cbf065affc: Preparing [2023-05-04T08:06:00.854Z] a07324d38ccc: Preparing [2023-05-04T08:06:00.854Z] 666f5cb72463: Preparing [2023-05-04T08:06:00.854Z] ed14fcfcb551: Preparing [2023-05-04T08:06:00.854Z] f7225a23db01: Preparing [2023-05-04T08:06:00.854Z] f6f0def263b6: Preparing [2023-05-04T08:06:00.854Z] 26cbea5cba74: Preparing [2023-05-04T08:06:00.854Z] a07324d38ccc: Waiting [2023-05-04T08:06:00.854Z] 666f5cb72463: Waiting [2023-05-04T08:06:00.854Z] f6f0def263b6: Waiting [2023-05-04T08:06:00.854Z] ed14fcfcb551: Waiting [2023-05-04T08:06:00.854Z] f7225a23db01: Waiting [2023-05-04T08:06:00.854Z] 26cbea5cba74: Waiting [2023-05-04T08:06:00.854Z] 8b1b6ec359c8: Layer already exists [2023-05-04T08:06:00.854Z] 87cbf065affc: Layer already exists [2023-05-04T08:06:00.854Z] 13d465d0272f: Layer already exists [2023-05-04T08:06:00.854Z] 664f551bf7db: Layer already exists [2023-05-04T08:06:00.854Z] 9485f39d5231: Layer already exists [2023-05-04T08:06:00.854Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:00.854Z] 666f5cb72463: Layer already exists [2023-05-04T08:06:00.854Z] f7225a23db01: Layer already exists [2023-05-04T08:06:00.854Z] f6f0def263b6: Layer already exists [2023-05-04T08:06:00.854Z] a07324d38ccc: Layer already exists [2023-05-04T08:06:00.854Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:01.120Z] latest: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:01.469Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:01.805Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.147 [2023-05-04T08:06:01.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-04T08:06:01.805Z] 664f551bf7db: Preparing [2023-05-04T08:06:01.805Z] 13d465d0272f: Preparing [2023-05-04T08:06:01.805Z] 9485f39d5231: Preparing [2023-05-04T08:06:01.805Z] 8b1b6ec359c8: Preparing [2023-05-04T08:06:01.805Z] 87cbf065affc: Preparing [2023-05-04T08:06:01.805Z] a07324d38ccc: Preparing [2023-05-04T08:06:01.805Z] 666f5cb72463: Preparing [2023-05-04T08:06:01.805Z] ed14fcfcb551: Preparing [2023-05-04T08:06:01.805Z] f7225a23db01: Preparing [2023-05-04T08:06:01.805Z] f6f0def263b6: Preparing [2023-05-04T08:06:01.805Z] 26cbea5cba74: Preparing [2023-05-04T08:06:01.805Z] a07324d38ccc: Waiting [2023-05-04T08:06:01.805Z] 666f5cb72463: Waiting [2023-05-04T08:06:01.805Z] ed14fcfcb551: Waiting [2023-05-04T08:06:01.805Z] f7225a23db01: Waiting [2023-05-04T08:06:01.805Z] f6f0def263b6: Waiting [2023-05-04T08:06:01.805Z] 26cbea5cba74: Waiting [2023-05-04T08:06:01.805Z] 13d465d0272f: Layer already exists [2023-05-04T08:06:01.805Z] 87cbf065affc: Layer already exists [2023-05-04T08:06:01.805Z] 9485f39d5231: Layer already exists [2023-05-04T08:06:01.805Z] 664f551bf7db: Layer already exists [2023-05-04T08:06:01.805Z] 8b1b6ec359c8: Layer already exists [2023-05-04T08:06:01.805Z] a07324d38ccc: Layer already exists [2023-05-04T08:06:01.805Z] 666f5cb72463: Layer already exists [2023-05-04T08:06:01.805Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:01.805Z] f7225a23db01: Layer already exists [2023-05-04T08:06:01.805Z] f6f0def263b6: Layer already exists [2023-05-04T08:06:01.805Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:02.071Z] 3.0.0-dev.147: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:02.418Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:02.766Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:02.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-04T08:06:02.767Z] 664f551bf7db: Preparing [2023-05-04T08:06:02.767Z] 13d465d0272f: Preparing [2023-05-04T08:06:02.767Z] 9485f39d5231: Preparing [2023-05-04T08:06:02.767Z] 8b1b6ec359c8: Preparing [2023-05-04T08:06:02.767Z] 87cbf065affc: Preparing [2023-05-04T08:06:02.767Z] a07324d38ccc: Preparing [2023-05-04T08:06:02.767Z] 666f5cb72463: Preparing [2023-05-04T08:06:02.767Z] ed14fcfcb551: Preparing [2023-05-04T08:06:02.767Z] f7225a23db01: Preparing [2023-05-04T08:06:02.767Z] f6f0def263b6: Preparing [2023-05-04T08:06:02.767Z] 26cbea5cba74: Preparing [2023-05-04T08:06:02.767Z] 666f5cb72463: Waiting [2023-05-04T08:06:02.767Z] ed14fcfcb551: Waiting [2023-05-04T08:06:02.767Z] f7225a23db01: Waiting [2023-05-04T08:06:02.767Z] f6f0def263b6: Waiting [2023-05-04T08:06:02.767Z] 26cbea5cba74: Waiting [2023-05-04T08:06:02.767Z] a07324d38ccc: Waiting [2023-05-04T08:06:02.767Z] 8b1b6ec359c8: Layer already exists [2023-05-04T08:06:02.767Z] 13d465d0272f: Layer already exists [2023-05-04T08:06:02.767Z] 664f551bf7db: Layer already exists [2023-05-04T08:06:02.767Z] 9485f39d5231: Layer already exists [2023-05-04T08:06:02.767Z] 87cbf065affc: Layer already exists [2023-05-04T08:06:02.767Z] 666f5cb72463: Layer already exists [2023-05-04T08:06:02.767Z] f6f0def263b6: Layer already exists [2023-05-04T08:06:02.767Z] a07324d38ccc: Layer already exists [2023-05-04T08:06:02.767Z] f7225a23db01: Layer already exists [2023-05-04T08:06:02.767Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:02.767Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:03.032Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:03.368Z] + 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-05-04T08:06:03.734Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-05-04T08:06:03.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-05-04T08:06:03.734Z] 664f551bf7db: Preparing [2023-05-04T08:06:03.734Z] 13d465d0272f: Preparing [2023-05-04T08:06:03.734Z] 9485f39d5231: Preparing [2023-05-04T08:06:03.734Z] 8b1b6ec359c8: Preparing [2023-05-04T08:06:03.734Z] 87cbf065affc: Preparing [2023-05-04T08:06:03.734Z] a07324d38ccc: Preparing [2023-05-04T08:06:03.734Z] 666f5cb72463: Preparing [2023-05-04T08:06:03.734Z] a07324d38ccc: Waiting [2023-05-04T08:06:03.734Z] ed14fcfcb551: Preparing [2023-05-04T08:06:03.734Z] 666f5cb72463: Waiting [2023-05-04T08:06:03.734Z] f7225a23db01: Preparing [2023-05-04T08:06:03.734Z] ed14fcfcb551: Waiting [2023-05-04T08:06:03.734Z] f7225a23db01: Waiting [2023-05-04T08:06:03.734Z] f6f0def263b6: Preparing [2023-05-04T08:06:03.734Z] 26cbea5cba74: Preparing [2023-05-04T08:06:03.734Z] f6f0def263b6: Waiting [2023-05-04T08:06:03.734Z] 26cbea5cba74: Waiting [2023-05-04T08:06:03.734Z] 87cbf065affc: Layer already exists [2023-05-04T08:06:03.734Z] 13d465d0272f: Layer already exists [2023-05-04T08:06:03.734Z] 664f551bf7db: Layer already exists [2023-05-04T08:06:03.734Z] 8b1b6ec359c8: Layer already exists [2023-05-04T08:06:03.734Z] 9485f39d5231: Layer already exists [2023-05-04T08:06:03.734Z] a07324d38ccc: Layer already exists [2023-05-04T08:06:03.734Z] 666f5cb72463: Layer already exists [2023-05-04T08:06:03.734Z] f6f0def263b6: Layer already exists [2023-05-04T08:06:03.734Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:03.734Z] f7225a23db01: Layer already exists [2023-05-04T08:06:03.734Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:04.009Z] main: digest: sha256:2ceb2da0cbdede7fdb6a45c4b7102adb4788c8fcdd0c9d6a23adf7b7d997f3f5 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:06:04.064Z] ===================================================== [Pipeline] echo [2023-05-04T08:06:04.072Z] taggedImages: [2023-05-04T08:06:04.072Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:04.072Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-05-04T08:06:04.072Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.147 [2023-05-04T08:06:04.072Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:04.072Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-05-04T08:06:04.093Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-05-04T08:06:04.093Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:04.093Z] latest [2023-05-04T08:06:04.093Z] 3.0.0-dev.147 [2023-05-04T08:06:04.093Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:04.093Z] main [2023-05-04T08:06:04.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:04.471Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:04.836Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:04.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-04T08:06:04.836Z] 2ffce56f3fd9: Preparing [2023-05-04T08:06:04.836Z] 86644a69362a: Preparing [2023-05-04T08:06:04.836Z] ed14fcfcb551: Preparing [2023-05-04T08:06:04.836Z] f7225a23db01: Preparing [2023-05-04T08:06:04.836Z] eebf7752fdfd: Preparing [2023-05-04T08:06:04.836Z] 26cbea5cba74: Preparing [2023-05-04T08:06:04.836Z] 26cbea5cba74: Waiting [2023-05-04T08:06:04.836Z] f7225a23db01: Layer already exists [2023-05-04T08:06:05.110Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:05.110Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:05.110Z] 2ffce56f3fd9: Pushed [2023-05-04T08:06:06.523Z] eebf7752fdfd: Pushed [2023-05-04T08:06:09.854Z] 86644a69362a: Pushed [2023-05-04T08:06:10.119Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:10.456Z] + 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-05-04T08:06:10.790Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-05-04T08:06:10.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-04T08:06:10.790Z] 2ffce56f3fd9: Preparing [2023-05-04T08:06:10.790Z] 86644a69362a: Preparing [2023-05-04T08:06:10.790Z] ed14fcfcb551: Preparing [2023-05-04T08:06:10.790Z] f7225a23db01: Preparing [2023-05-04T08:06:10.790Z] eebf7752fdfd: Preparing [2023-05-04T08:06:10.790Z] 26cbea5cba74: Preparing [2023-05-04T08:06:10.790Z] 26cbea5cba74: Waiting [2023-05-04T08:06:10.790Z] 2ffce56f3fd9: Layer already exists [2023-05-04T08:06:10.790Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:10.790Z] eebf7752fdfd: Layer already exists [2023-05-04T08:06:10.790Z] 86644a69362a: Layer already exists [2023-05-04T08:06:10.790Z] f7225a23db01: Layer already exists [2023-05-04T08:06:10.790Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:11.057Z] latest: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:11.402Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:11.746Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.147 [2023-05-04T08:06:11.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-04T08:06:11.746Z] 2ffce56f3fd9: Preparing [2023-05-04T08:06:11.746Z] 86644a69362a: Preparing [2023-05-04T08:06:11.746Z] ed14fcfcb551: Preparing [2023-05-04T08:06:11.746Z] f7225a23db01: Preparing [2023-05-04T08:06:11.746Z] eebf7752fdfd: Preparing [2023-05-04T08:06:11.746Z] 26cbea5cba74: Preparing [2023-05-04T08:06:11.746Z] 26cbea5cba74: Waiting [2023-05-04T08:06:11.746Z] 86644a69362a: Layer already exists [2023-05-04T08:06:11.746Z] f7225a23db01: Layer already exists [2023-05-04T08:06:11.746Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:11.746Z] 2ffce56f3fd9: Layer already exists [2023-05-04T08:06:11.746Z] eebf7752fdfd: Layer already exists [2023-05-04T08:06:11.746Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:12.011Z] 3.0.0-dev.147: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:12.352Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:12.686Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:12.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-04T08:06:12.686Z] 2ffce56f3fd9: Preparing [2023-05-04T08:06:12.686Z] 86644a69362a: Preparing [2023-05-04T08:06:12.686Z] ed14fcfcb551: Preparing [2023-05-04T08:06:12.686Z] f7225a23db01: Preparing [2023-05-04T08:06:12.686Z] eebf7752fdfd: Preparing [2023-05-04T08:06:12.686Z] 26cbea5cba74: Preparing [2023-05-04T08:06:12.686Z] 26cbea5cba74: Waiting [2023-05-04T08:06:12.686Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:12.686Z] 2ffce56f3fd9: Layer already exists [2023-05-04T08:06:12.686Z] f7225a23db01: Layer already exists [2023-05-04T08:06:12.686Z] 86644a69362a: Layer already exists [2023-05-04T08:06:12.686Z] eebf7752fdfd: Layer already exists [2023-05-04T08:06:12.686Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:12.686Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:13.300Z] + 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-05-04T08:06:13.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-05-04T08:06:13.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-05-04T08:06:13.638Z] 2ffce56f3fd9: Preparing [2023-05-04T08:06:13.638Z] 86644a69362a: Preparing [2023-05-04T08:06:13.638Z] ed14fcfcb551: Preparing [2023-05-04T08:06:13.638Z] f7225a23db01: Preparing [2023-05-04T08:06:13.638Z] eebf7752fdfd: Preparing [2023-05-04T08:06:13.639Z] 26cbea5cba74: Preparing [2023-05-04T08:06:13.639Z] 26cbea5cba74: Waiting [2023-05-04T08:06:13.639Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:13.639Z] f7225a23db01: Layer already exists [2023-05-04T08:06:13.639Z] 2ffce56f3fd9: Layer already exists [2023-05-04T08:06:13.639Z] eebf7752fdfd: Layer already exists [2023-05-04T08:06:13.639Z] 86644a69362a: Layer already exists [2023-05-04T08:06:13.639Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:13.639Z] main: digest: sha256:bb38c5f8eed99fd34b9909fb4f740424dd80509b9984ea02e9c67c4677f0cf5d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:06:13.959Z] ===================================================== [Pipeline] echo [2023-05-04T08:06:13.968Z] taggedImages: [2023-05-04T08:06:13.968Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:13.968Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-05-04T08:06:13.969Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.147 [2023-05-04T08:06:13.969Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:13.969Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-05-04T08:06:13.991Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-05-04T08:06:13.991Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:13.991Z] latest [2023-05-04T08:06:13.991Z] 3.0.0-dev.147 [2023-05-04T08:06:13.991Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:13.991Z] main [2023-05-04T08:06:13.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:14.337Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:14.674Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:14.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-04T08:06:14.674Z] a1e94bd068c2: Preparing [2023-05-04T08:06:14.674Z] 6b5ff63faaa1: Preparing [2023-05-04T08:06:14.674Z] 4a79ca80debd: Preparing [2023-05-04T08:06:14.674Z] a695cc11d60d: Preparing [2023-05-04T08:06:14.674Z] 5dbfd83fe955: Preparing [2023-05-04T08:06:14.674Z] ed14fcfcb551: Preparing [2023-05-04T08:06:14.674Z] ed14fcfcb551: Waiting [2023-05-04T08:06:14.674Z] f7225a23db01: Preparing [2023-05-04T08:06:14.674Z] 7f0ce426ed26: Preparing [2023-05-04T08:06:14.674Z] 26cbea5cba74: Preparing [2023-05-04T08:06:14.674Z] f7225a23db01: Waiting [2023-05-04T08:06:14.674Z] 7f0ce426ed26: Waiting [2023-05-04T08:06:14.674Z] 26cbea5cba74: Waiting [2023-05-04T08:06:14.940Z] 6b5ff63faaa1: Pushed [2023-05-04T08:06:14.940Z] a1e94bd068c2: Pushed [2023-05-04T08:06:14.940Z] 4a79ca80debd: Pushed [2023-05-04T08:06:14.940Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:14.940Z] f7225a23db01: Layer already exists [2023-05-04T08:06:15.205Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:16.160Z] 7f0ce426ed26: Pushed [2023-05-04T08:06:28.447Z] 5dbfd83fe955: Pushed [2023-05-04T08:06:32.699Z] a695cc11d60d: Pushed [2023-05-04T08:06:32.967Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:33.318Z] + 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-05-04T08:06:33.653Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-05-04T08:06:33.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-04T08:06:33.653Z] a1e94bd068c2: Preparing [2023-05-04T08:06:33.653Z] 6b5ff63faaa1: Preparing [2023-05-04T08:06:33.653Z] 4a79ca80debd: Preparing [2023-05-04T08:06:33.653Z] a695cc11d60d: Preparing [2023-05-04T08:06:33.653Z] 5dbfd83fe955: Preparing [2023-05-04T08:06:33.653Z] ed14fcfcb551: Preparing [2023-05-04T08:06:33.653Z] f7225a23db01: Preparing [2023-05-04T08:06:33.653Z] 7f0ce426ed26: Preparing [2023-05-04T08:06:33.653Z] 26cbea5cba74: Preparing [2023-05-04T08:06:33.653Z] f7225a23db01: Waiting [2023-05-04T08:06:33.653Z] 26cbea5cba74: Waiting [2023-05-04T08:06:33.653Z] 7f0ce426ed26: Waiting [2023-05-04T08:06:33.653Z] ed14fcfcb551: Waiting [2023-05-04T08:06:33.653Z] a1e94bd068c2: Layer already exists [2023-05-04T08:06:33.653Z] a695cc11d60d: Layer already exists [2023-05-04T08:06:33.653Z] 4a79ca80debd: Layer already exists [2023-05-04T08:06:33.653Z] 6b5ff63faaa1: Layer already exists [2023-05-04T08:06:33.653Z] 5dbfd83fe955: Layer already exists [2023-05-04T08:06:33.653Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:33.653Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:06:33.653Z] f7225a23db01: Layer already exists [2023-05-04T08:06:33.653Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:33.919Z] latest: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:34.256Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:34.590Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.147 [2023-05-04T08:06:34.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-04T08:06:34.590Z] a1e94bd068c2: Preparing [2023-05-04T08:06:34.590Z] 6b5ff63faaa1: Preparing [2023-05-04T08:06:34.590Z] 4a79ca80debd: Preparing [2023-05-04T08:06:34.590Z] a695cc11d60d: Preparing [2023-05-04T08:06:34.590Z] 5dbfd83fe955: Preparing [2023-05-04T08:06:34.590Z] ed14fcfcb551: Preparing [2023-05-04T08:06:34.590Z] f7225a23db01: Preparing [2023-05-04T08:06:34.590Z] 7f0ce426ed26: Preparing [2023-05-04T08:06:34.590Z] 26cbea5cba74: Preparing [2023-05-04T08:06:34.590Z] f7225a23db01: Waiting [2023-05-04T08:06:34.590Z] 7f0ce426ed26: Waiting [2023-05-04T08:06:34.590Z] 26cbea5cba74: Waiting [2023-05-04T08:06:34.590Z] ed14fcfcb551: Waiting [2023-05-04T08:06:34.590Z] 4a79ca80debd: Layer already exists [2023-05-04T08:06:34.590Z] a1e94bd068c2: Layer already exists [2023-05-04T08:06:34.590Z] 5dbfd83fe955: Layer already exists [2023-05-04T08:06:34.590Z] a695cc11d60d: Layer already exists [2023-05-04T08:06:34.590Z] 6b5ff63faaa1: Layer already exists [2023-05-04T08:06:34.591Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:34.591Z] f7225a23db01: Layer already exists [2023-05-04T08:06:34.591Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:06:34.591Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:34.856Z] 3.0.0-dev.147: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:35.198Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:35.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:35.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-04T08:06:35.537Z] a1e94bd068c2: Preparing [2023-05-04T08:06:35.537Z] 6b5ff63faaa1: Preparing [2023-05-04T08:06:35.537Z] 4a79ca80debd: Preparing [2023-05-04T08:06:35.537Z] a695cc11d60d: Preparing [2023-05-04T08:06:35.537Z] 5dbfd83fe955: Preparing [2023-05-04T08:06:35.537Z] ed14fcfcb551: Preparing [2023-05-04T08:06:35.537Z] f7225a23db01: Preparing [2023-05-04T08:06:35.537Z] 7f0ce426ed26: Preparing [2023-05-04T08:06:35.537Z] 26cbea5cba74: Preparing [2023-05-04T08:06:35.537Z] ed14fcfcb551: Waiting [2023-05-04T08:06:35.537Z] 7f0ce426ed26: Waiting [2023-05-04T08:06:35.537Z] f7225a23db01: Waiting [2023-05-04T08:06:35.537Z] 26cbea5cba74: Waiting [2023-05-04T08:06:35.537Z] 5dbfd83fe955: Layer already exists [2023-05-04T08:06:35.537Z] 6b5ff63faaa1: Layer already exists [2023-05-04T08:06:35.537Z] 4a79ca80debd: Layer already exists [2023-05-04T08:06:35.537Z] a1e94bd068c2: Layer already exists [2023-05-04T08:06:35.537Z] a695cc11d60d: Layer already exists [2023-05-04T08:06:35.537Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:35.537Z] f7225a23db01: Layer already exists [2023-05-04T08:06:35.537Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:35.537Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:06:35.804Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:36.140Z] + 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-05-04T08:06:36.472Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-05-04T08:06:36.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-05-04T08:06:36.473Z] a1e94bd068c2: Preparing [2023-05-04T08:06:36.473Z] 6b5ff63faaa1: Preparing [2023-05-04T08:06:36.473Z] 4a79ca80debd: Preparing [2023-05-04T08:06:36.473Z] a695cc11d60d: Preparing [2023-05-04T08:06:36.473Z] 5dbfd83fe955: Preparing [2023-05-04T08:06:36.473Z] ed14fcfcb551: Preparing [2023-05-04T08:06:36.473Z] f7225a23db01: Preparing [2023-05-04T08:06:36.473Z] 7f0ce426ed26: Preparing [2023-05-04T08:06:36.473Z] 26cbea5cba74: Preparing [2023-05-04T08:06:36.473Z] f7225a23db01: Waiting [2023-05-04T08:06:36.473Z] 7f0ce426ed26: Waiting [2023-05-04T08:06:36.473Z] 26cbea5cba74: Waiting [2023-05-04T08:06:36.473Z] ed14fcfcb551: Waiting [2023-05-04T08:06:36.473Z] a1e94bd068c2: Layer already exists [2023-05-04T08:06:36.473Z] a695cc11d60d: Layer already exists [2023-05-04T08:06:36.473Z] 6b5ff63faaa1: Layer already exists [2023-05-04T08:06:36.473Z] 4a79ca80debd: Layer already exists [2023-05-04T08:06:36.473Z] 5dbfd83fe955: Layer already exists [2023-05-04T08:06:36.473Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:36.473Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:36.473Z] f7225a23db01: Layer already exists [2023-05-04T08:06:36.473Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:06:36.743Z] main: digest: sha256:c098f4a6bbb6af5fabc622c8d8b37a127261daa26603b380a1a1b72eb0bb7d67 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:06:36.799Z] ===================================================== [Pipeline] echo [2023-05-04T08:06:36.808Z] taggedImages: [2023-05-04T08:06:36.808Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:36.808Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-05-04T08:06:36.808Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.147 [2023-05-04T08:06:36.808Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:36.808Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-05-04T08:06:36.832Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-05-04T08:06:36.832Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:36.832Z] latest [2023-05-04T08:06:36.832Z] 3.0.0-dev.147 [2023-05-04T08:06:36.832Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:36.832Z] main [2023-05-04T08:06:36.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:37.181Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:37.522Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:06:37.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-04T08:06:37.522Z] 5b2070cb85c2: Preparing [2023-05-04T08:06:37.522Z] 75d7d38ef32c: Preparing [2023-05-04T08:06:37.522Z] 3ba7d3d1d790: Preparing [2023-05-04T08:06:37.522Z] a4604452533b: Preparing [2023-05-04T08:06:37.522Z] ed14fcfcb551: Preparing [2023-05-04T08:06:37.522Z] f7225a23db01: Preparing [2023-05-04T08:06:37.522Z] 20f86a7ba9f5: Preparing [2023-05-04T08:06:37.522Z] 26cbea5cba74: Preparing [2023-05-04T08:06:37.522Z] f7225a23db01: Waiting [2023-05-04T08:06:37.522Z] 20f86a7ba9f5: Waiting [2023-05-04T08:06:37.522Z] 26cbea5cba74: Waiting [2023-05-04T08:06:37.522Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:37.522Z] f7225a23db01: Layer already exists [2023-05-04T08:06:37.788Z] 3ba7d3d1d790: Pushed [2023-05-04T08:06:37.788Z] 75d7d38ef32c: Pushed [2023-05-04T08:06:37.788Z] 5b2070cb85c2: Pushed [2023-05-04T08:06:37.788Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:38.370Z] 20f86a7ba9f5: Pushed [2023-05-04T08:06:56.555Z] a4604452533b: Pushed [2023-05-04T08:06:56.555Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:56.897Z] + 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-05-04T08:06:57.222Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-05-04T08:06:57.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-04T08:06:57.222Z] 5b2070cb85c2: Preparing [2023-05-04T08:06:57.222Z] 75d7d38ef32c: Preparing [2023-05-04T08:06:57.222Z] 3ba7d3d1d790: Preparing [2023-05-04T08:06:57.222Z] a4604452533b: Preparing [2023-05-04T08:06:57.222Z] ed14fcfcb551: Preparing [2023-05-04T08:06:57.222Z] f7225a23db01: Preparing [2023-05-04T08:06:57.222Z] 20f86a7ba9f5: Preparing [2023-05-04T08:06:57.223Z] 26cbea5cba74: Preparing [2023-05-04T08:06:57.223Z] 20f86a7ba9f5: Waiting [2023-05-04T08:06:57.223Z] 26cbea5cba74: Waiting [2023-05-04T08:06:57.223Z] f7225a23db01: Waiting [2023-05-04T08:06:57.223Z] 3ba7d3d1d790: Layer already exists [2023-05-04T08:06:57.223Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:57.223Z] 5b2070cb85c2: Layer already exists [2023-05-04T08:06:57.223Z] 75d7d38ef32c: Layer already exists [2023-05-04T08:06:57.223Z] a4604452533b: Layer already exists [2023-05-04T08:06:57.223Z] 20f86a7ba9f5: Layer already exists [2023-05-04T08:06:57.223Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:57.223Z] f7225a23db01: Layer already exists [2023-05-04T08:06:57.487Z] latest: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:57.816Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:58.144Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.147 [2023-05-04T08:06:58.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-04T08:06:58.145Z] 5b2070cb85c2: Preparing [2023-05-04T08:06:58.145Z] 75d7d38ef32c: Preparing [2023-05-04T08:06:58.145Z] 3ba7d3d1d790: Preparing [2023-05-04T08:06:58.145Z] a4604452533b: Preparing [2023-05-04T08:06:58.145Z] ed14fcfcb551: Preparing [2023-05-04T08:06:58.145Z] f7225a23db01: Preparing [2023-05-04T08:06:58.145Z] 20f86a7ba9f5: Preparing [2023-05-04T08:06:58.145Z] 26cbea5cba74: Preparing [2023-05-04T08:06:58.145Z] f7225a23db01: Waiting [2023-05-04T08:06:58.145Z] 20f86a7ba9f5: Waiting [2023-05-04T08:06:58.145Z] 26cbea5cba74: Waiting [2023-05-04T08:06:58.145Z] 75d7d38ef32c: Layer already exists [2023-05-04T08:06:58.145Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:58.145Z] 3ba7d3d1d790: Layer already exists [2023-05-04T08:06:58.145Z] a4604452533b: Layer already exists [2023-05-04T08:06:58.145Z] 5b2070cb85c2: Layer already exists [2023-05-04T08:06:58.145Z] 20f86a7ba9f5: Layer already exists [2023-05-04T08:06:58.145Z] f7225a23db01: Layer already exists [2023-05-04T08:06:58.145Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:58.145Z] 3.0.0-dev.147: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:58.474Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:58.795Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:06:58.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-04T08:06:58.795Z] 5b2070cb85c2: Preparing [2023-05-04T08:06:58.795Z] 75d7d38ef32c: Preparing [2023-05-04T08:06:58.795Z] 3ba7d3d1d790: Preparing [2023-05-04T08:06:58.795Z] a4604452533b: Preparing [2023-05-04T08:06:58.795Z] ed14fcfcb551: Preparing [2023-05-04T08:06:58.795Z] f7225a23db01: Preparing [2023-05-04T08:06:58.795Z] 20f86a7ba9f5: Preparing [2023-05-04T08:06:58.795Z] 26cbea5cba74: Preparing [2023-05-04T08:06:58.795Z] f7225a23db01: Waiting [2023-05-04T08:06:58.795Z] 20f86a7ba9f5: Waiting [2023-05-04T08:06:58.795Z] 26cbea5cba74: Waiting [2023-05-04T08:06:58.795Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:58.795Z] 5b2070cb85c2: Layer already exists [2023-05-04T08:06:58.795Z] 3ba7d3d1d790: Layer already exists [2023-05-04T08:06:58.795Z] a4604452533b: Layer already exists [2023-05-04T08:06:58.795Z] 75d7d38ef32c: Layer already exists [2023-05-04T08:06:58.795Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:58.795Z] f7225a23db01: Layer already exists [2023-05-04T08:06:58.795Z] 20f86a7ba9f5: Layer already exists [2023-05-04T08:06:59.059Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:06:59.393Z] + 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-05-04T08:06:59.731Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-05-04T08:06:59.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-05-04T08:06:59.731Z] 5b2070cb85c2: Preparing [2023-05-04T08:06:59.731Z] 75d7d38ef32c: Preparing [2023-05-04T08:06:59.731Z] 3ba7d3d1d790: Preparing [2023-05-04T08:06:59.731Z] a4604452533b: Preparing [2023-05-04T08:06:59.731Z] ed14fcfcb551: Preparing [2023-05-04T08:06:59.731Z] f7225a23db01: Preparing [2023-05-04T08:06:59.731Z] 20f86a7ba9f5: Preparing [2023-05-04T08:06:59.731Z] 26cbea5cba74: Preparing [2023-05-04T08:06:59.731Z] 20f86a7ba9f5: Waiting [2023-05-04T08:06:59.731Z] 26cbea5cba74: Waiting [2023-05-04T08:06:59.731Z] f7225a23db01: Waiting [2023-05-04T08:06:59.731Z] 3ba7d3d1d790: Layer already exists [2023-05-04T08:06:59.731Z] 5b2070cb85c2: Layer already exists [2023-05-04T08:06:59.731Z] 75d7d38ef32c: Layer already exists [2023-05-04T08:06:59.731Z] a4604452533b: Layer already exists [2023-05-04T08:06:59.731Z] ed14fcfcb551: Layer already exists [2023-05-04T08:06:59.731Z] 20f86a7ba9f5: Layer already exists [2023-05-04T08:06:59.731Z] f7225a23db01: Layer already exists [2023-05-04T08:06:59.731Z] 26cbea5cba74: Layer already exists [2023-05-04T08:06:59.996Z] main: digest: sha256:088f05aab10c97b7df6964ecad0b5e65a4e9d3845dde5ca30f3b4616ccf86572 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:07:00.059Z] ===================================================== [Pipeline] echo [2023-05-04T08:07:00.072Z] taggedImages: [2023-05-04T08:07:00.072Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:00.072Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-05-04T08:07:00.072Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.147 [2023-05-04T08:07:00.072Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:00.072Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-05-04T08:07:00.095Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-05-04T08:07:00.095Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:00.095Z] latest [2023-05-04T08:07:00.095Z] 3.0.0-dev.147 [2023-05-04T08:07:00.095Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:00.095Z] main [2023-05-04T08:07:00.095Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:00.439Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:00.776Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:00.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-04T08:07:00.776Z] c6eef28ba416: Preparing [2023-05-04T08:07:00.776Z] 247192525bd6: Preparing [2023-05-04T08:07:00.776Z] d0fad8672314: Preparing [2023-05-04T08:07:00.776Z] f3910befc3e5: Preparing [2023-05-04T08:07:00.776Z] ed14fcfcb551: Preparing [2023-05-04T08:07:00.776Z] f7225a23db01: Preparing [2023-05-04T08:07:00.776Z] 7f0ce426ed26: Preparing [2023-05-04T08:07:00.776Z] 26cbea5cba74: Preparing [2023-05-04T08:07:00.776Z] f7225a23db01: Waiting [2023-05-04T08:07:00.776Z] 7f0ce426ed26: Waiting [2023-05-04T08:07:00.776Z] 26cbea5cba74: Waiting [2023-05-04T08:07:00.776Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:00.776Z] f7225a23db01: Layer already exists [2023-05-04T08:07:01.042Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:07:01.042Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:01.042Z] c6eef28ba416: Pushed [2023-05-04T08:07:01.042Z] d0fad8672314: Pushed [2023-05-04T08:07:01.042Z] 247192525bd6: Pushed [2023-05-04T08:07:23.745Z] f3910befc3e5: Pushed [2023-05-04T08:07:23.745Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:24.071Z] + 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-05-04T08:07:26.160Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-05-04T08:07:26.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-04T08:07:26.427Z] c6eef28ba416: Preparing [2023-05-04T08:07:26.427Z] 247192525bd6: Preparing [2023-05-04T08:07:26.427Z] d0fad8672314: Preparing [2023-05-04T08:07:26.427Z] f3910befc3e5: Preparing [2023-05-04T08:07:26.427Z] ed14fcfcb551: Preparing [2023-05-04T08:07:26.427Z] f7225a23db01: Preparing [2023-05-04T08:07:26.427Z] 7f0ce426ed26: Preparing [2023-05-04T08:07:26.427Z] 26cbea5cba74: Preparing [2023-05-04T08:07:26.427Z] f7225a23db01: Waiting [2023-05-04T08:07:26.427Z] 7f0ce426ed26: Waiting [2023-05-04T08:07:26.427Z] 26cbea5cba74: Waiting [2023-05-04T08:07:26.427Z] f3910befc3e5: Layer already exists [2023-05-04T08:07:26.427Z] 247192525bd6: Layer already exists [2023-05-04T08:07:26.427Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:26.427Z] d0fad8672314: Layer already exists [2023-05-04T08:07:26.427Z] c6eef28ba416: Layer already exists [2023-05-04T08:07:26.427Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:07:26.427Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:26.427Z] f7225a23db01: Layer already exists [2023-05-04T08:07:26.427Z] latest: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:26.767Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:27.098Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.147 [2023-05-04T08:07:27.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-04T08:07:27.098Z] c6eef28ba416: Preparing [2023-05-04T08:07:27.098Z] 247192525bd6: Preparing [2023-05-04T08:07:27.098Z] d0fad8672314: Preparing [2023-05-04T08:07:27.098Z] f3910befc3e5: Preparing [2023-05-04T08:07:27.098Z] ed14fcfcb551: Preparing [2023-05-04T08:07:27.098Z] f7225a23db01: Preparing [2023-05-04T08:07:27.098Z] 7f0ce426ed26: Preparing [2023-05-04T08:07:27.098Z] 26cbea5cba74: Preparing [2023-05-04T08:07:27.098Z] f7225a23db01: Waiting [2023-05-04T08:07:27.098Z] 7f0ce426ed26: Waiting [2023-05-04T08:07:27.098Z] 26cbea5cba74: Waiting [2023-05-04T08:07:27.098Z] 247192525bd6: Layer already exists [2023-05-04T08:07:27.098Z] c6eef28ba416: Layer already exists [2023-05-04T08:07:27.098Z] f3910befc3e5: Layer already exists [2023-05-04T08:07:27.098Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:27.098Z] d0fad8672314: Layer already exists [2023-05-04T08:07:27.098Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:07:27.098Z] f7225a23db01: Layer already exists [2023-05-04T08:07:27.098Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:27.364Z] 3.0.0-dev.147: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:27.699Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:28.032Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:28.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-04T08:07:28.032Z] c6eef28ba416: Preparing [2023-05-04T08:07:28.032Z] 247192525bd6: Preparing [2023-05-04T08:07:28.032Z] d0fad8672314: Preparing [2023-05-04T08:07:28.032Z] f3910befc3e5: Preparing [2023-05-04T08:07:28.032Z] ed14fcfcb551: Preparing [2023-05-04T08:07:28.032Z] f7225a23db01: Preparing [2023-05-04T08:07:28.032Z] 7f0ce426ed26: Preparing [2023-05-04T08:07:28.032Z] 26cbea5cba74: Preparing [2023-05-04T08:07:28.032Z] 7f0ce426ed26: Waiting [2023-05-04T08:07:28.032Z] 26cbea5cba74: Waiting [2023-05-04T08:07:28.032Z] f7225a23db01: Waiting [2023-05-04T08:07:28.032Z] f3910befc3e5: Layer already exists [2023-05-04T08:07:28.032Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:28.032Z] d0fad8672314: Layer already exists [2023-05-04T08:07:28.032Z] 247192525bd6: Layer already exists [2023-05-04T08:07:28.032Z] c6eef28ba416: Layer already exists [2023-05-04T08:07:28.032Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:07:28.032Z] f7225a23db01: Layer already exists [2023-05-04T08:07:28.032Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:28.297Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:28.631Z] + 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-05-04T08:07:28.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-05-04T08:07:28.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-05-04T08:07:28.964Z] c6eef28ba416: Preparing [2023-05-04T08:07:28.964Z] 247192525bd6: Preparing [2023-05-04T08:07:28.964Z] d0fad8672314: Preparing [2023-05-04T08:07:28.964Z] f3910befc3e5: Preparing [2023-05-04T08:07:28.964Z] ed14fcfcb551: Preparing [2023-05-04T08:07:28.964Z] f7225a23db01: Preparing [2023-05-04T08:07:28.964Z] 7f0ce426ed26: Preparing [2023-05-04T08:07:28.964Z] 26cbea5cba74: Preparing [2023-05-04T08:07:28.964Z] f7225a23db01: Waiting [2023-05-04T08:07:28.964Z] 7f0ce426ed26: Waiting [2023-05-04T08:07:28.964Z] 26cbea5cba74: Waiting [2023-05-04T08:07:28.964Z] 247192525bd6: Layer already exists [2023-05-04T08:07:28.964Z] f3910befc3e5: Layer already exists [2023-05-04T08:07:28.964Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:28.964Z] c6eef28ba416: Layer already exists [2023-05-04T08:07:28.964Z] d0fad8672314: Layer already exists [2023-05-04T08:07:28.964Z] f7225a23db01: Layer already exists [2023-05-04T08:07:28.964Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:28.964Z] 7f0ce426ed26: Layer already exists [2023-05-04T08:07:29.229Z] main: digest: sha256:569d80f802baee48595b73e748ce34a90de951e9b9530718df7e348da3f09b0b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:07:29.267Z] ===================================================== [Pipeline] echo [2023-05-04T08:07:29.272Z] taggedImages: [2023-05-04T08:07:29.272Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:29.272Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-05-04T08:07:29.272Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.147 [2023-05-04T08:07:29.272Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:29.272Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-05-04T08:07:29.298Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-05-04T08:07:29.298Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:29.298Z] latest [2023-05-04T08:07:29.298Z] 3.0.0-dev.147 [2023-05-04T08:07:29.298Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:29.298Z] main [2023-05-04T08:07:29.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:29.636Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:29.969Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:29.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-04T08:07:29.969Z] 78702ffc8de2: Preparing [2023-05-04T08:07:29.969Z] bc9dbdcfbc12: Preparing [2023-05-04T08:07:29.969Z] ed14fcfcb551: Preparing [2023-05-04T08:07:29.969Z] f7225a23db01: Preparing [2023-05-04T08:07:29.969Z] e2890c43e4ff: Preparing [2023-05-04T08:07:29.969Z] 26cbea5cba74: Preparing [2023-05-04T08:07:29.969Z] 26cbea5cba74: Waiting [2023-05-04T08:07:29.969Z] f7225a23db01: Layer already exists [2023-05-04T08:07:29.969Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:29.969Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:30.235Z] 78702ffc8de2: Pushed [2023-05-04T08:07:30.501Z] e2890c43e4ff: Pushed [2023-05-04T08:07:36.066Z] bc9dbdcfbc12: Pushed [2023-05-04T08:07:36.066Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:36.419Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:36.756Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-05-04T08:07:36.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-04T08:07:36.756Z] 78702ffc8de2: Preparing [2023-05-04T08:07:36.756Z] bc9dbdcfbc12: Preparing [2023-05-04T08:07:36.756Z] ed14fcfcb551: Preparing [2023-05-04T08:07:36.756Z] f7225a23db01: Preparing [2023-05-04T08:07:36.756Z] e2890c43e4ff: Preparing [2023-05-04T08:07:36.756Z] 26cbea5cba74: Preparing [2023-05-04T08:07:36.756Z] 26cbea5cba74: Waiting [2023-05-04T08:07:36.756Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:36.756Z] e2890c43e4ff: Layer already exists [2023-05-04T08:07:36.756Z] bc9dbdcfbc12: Layer already exists [2023-05-04T08:07:36.756Z] f7225a23db01: Layer already exists [2023-05-04T08:07:36.756Z] 78702ffc8de2: Layer already exists [2023-05-04T08:07:36.756Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:37.021Z] latest: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:37.359Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:37.691Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.147 [2023-05-04T08:07:37.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-04T08:07:37.691Z] 78702ffc8de2: Preparing [2023-05-04T08:07:37.691Z] bc9dbdcfbc12: Preparing [2023-05-04T08:07:37.692Z] ed14fcfcb551: Preparing [2023-05-04T08:07:37.692Z] f7225a23db01: Preparing [2023-05-04T08:07:37.692Z] e2890c43e4ff: Preparing [2023-05-04T08:07:37.692Z] 26cbea5cba74: Preparing [2023-05-04T08:07:37.692Z] 26cbea5cba74: Waiting [2023-05-04T08:07:37.692Z] f7225a23db01: Layer already exists [2023-05-04T08:07:37.692Z] e2890c43e4ff: Layer already exists [2023-05-04T08:07:37.692Z] 78702ffc8de2: Layer already exists [2023-05-04T08:07:37.692Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:37.692Z] bc9dbdcfbc12: Layer already exists [2023-05-04T08:07:37.692Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:37.692Z] 3.0.0-dev.147: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:38.032Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:38.366Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:38.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-04T08:07:38.366Z] 78702ffc8de2: Preparing [2023-05-04T08:07:38.366Z] bc9dbdcfbc12: Preparing [2023-05-04T08:07:38.366Z] ed14fcfcb551: Preparing [2023-05-04T08:07:38.366Z] f7225a23db01: Preparing [2023-05-04T08:07:38.366Z] e2890c43e4ff: Preparing [2023-05-04T08:07:38.366Z] 26cbea5cba74: Preparing [2023-05-04T08:07:38.366Z] 26cbea5cba74: Waiting [2023-05-04T08:07:38.366Z] 78702ffc8de2: Layer already exists [2023-05-04T08:07:38.366Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:38.366Z] bc9dbdcfbc12: Layer already exists [2023-05-04T08:07:38.366Z] f7225a23db01: Layer already exists [2023-05-04T08:07:38.366Z] e2890c43e4ff: Layer already exists [2023-05-04T08:07:38.366Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:38.366Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:38.705Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:39.045Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-05-04T08:07:39.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-05-04T08:07:39.045Z] 78702ffc8de2: Preparing [2023-05-04T08:07:39.045Z] bc9dbdcfbc12: Preparing [2023-05-04T08:07:39.045Z] ed14fcfcb551: Preparing [2023-05-04T08:07:39.045Z] f7225a23db01: Preparing [2023-05-04T08:07:39.045Z] e2890c43e4ff: Preparing [2023-05-04T08:07:39.045Z] 26cbea5cba74: Preparing [2023-05-04T08:07:39.045Z] 26cbea5cba74: Waiting [2023-05-04T08:07:39.045Z] f7225a23db01: Layer already exists [2023-05-04T08:07:39.045Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:39.045Z] bc9dbdcfbc12: Layer already exists [2023-05-04T08:07:39.045Z] 78702ffc8de2: Layer already exists [2023-05-04T08:07:39.045Z] e2890c43e4ff: Layer already exists [2023-05-04T08:07:39.045Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:39.312Z] main: digest: sha256:7f3d2eb96eb72e4101545cef7c722091056bf50fd64656b7cd94a387b240643f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:07:39.356Z] ===================================================== [Pipeline] echo [2023-05-04T08:07:39.363Z] taggedImages: [2023-05-04T08:07:39.363Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:39.363Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-05-04T08:07:39.363Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.147 [2023-05-04T08:07:39.363Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:39.363Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-05-04T08:07:39.393Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-05-04T08:07:39.394Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:39.394Z] latest [2023-05-04T08:07:39.394Z] 3.0.0-dev.147 [2023-05-04T08:07:39.394Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:39.394Z] main [2023-05-04T08:07:39.394Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:39.739Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:40.065Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:40.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-04T08:07:40.065Z] 935c6b9d49de: Preparing [2023-05-04T08:07:40.065Z] 1b1c7f4b4a22: Preparing [2023-05-04T08:07:40.065Z] ed14fcfcb551: Preparing [2023-05-04T08:07:40.065Z] f7225a23db01: Preparing [2023-05-04T08:07:40.065Z] 289b64295cd3: Preparing [2023-05-04T08:07:40.065Z] 26cbea5cba74: Preparing [2023-05-04T08:07:40.065Z] 26cbea5cba74: Waiting [2023-05-04T08:07:40.065Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:40.065Z] 289b64295cd3: Layer already exists [2023-05-04T08:07:40.065Z] f7225a23db01: Layer already exists [2023-05-04T08:07:40.328Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:40.328Z] 935c6b9d49de: Pushed [2023-05-04T08:07:45.660Z] 1b1c7f4b4a22: Pushed [2023-05-04T08:07:45.923Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:46.255Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:46.578Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-05-04T08:07:46.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-04T08:07:46.578Z] 935c6b9d49de: Preparing [2023-05-04T08:07:46.578Z] 1b1c7f4b4a22: Preparing [2023-05-04T08:07:46.578Z] ed14fcfcb551: Preparing [2023-05-04T08:07:46.578Z] f7225a23db01: Preparing [2023-05-04T08:07:46.578Z] 289b64295cd3: Preparing [2023-05-04T08:07:46.578Z] 26cbea5cba74: Preparing [2023-05-04T08:07:46.578Z] 26cbea5cba74: Waiting [2023-05-04T08:07:46.578Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:46.578Z] 1b1c7f4b4a22: Layer already exists [2023-05-04T08:07:46.578Z] f7225a23db01: Layer already exists [2023-05-04T08:07:46.578Z] 289b64295cd3: Layer already exists [2023-05-04T08:07:46.578Z] 935c6b9d49de: Layer already exists [2023-05-04T08:07:46.578Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:46.578Z] latest: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:47.177Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:47.514Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.147 [2023-05-04T08:07:47.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-04T08:07:47.514Z] 935c6b9d49de: Preparing [2023-05-04T08:07:47.514Z] 1b1c7f4b4a22: Preparing [2023-05-04T08:07:47.514Z] ed14fcfcb551: Preparing [2023-05-04T08:07:47.514Z] f7225a23db01: Preparing [2023-05-04T08:07:47.514Z] 289b64295cd3: Preparing [2023-05-04T08:07:47.514Z] 26cbea5cba74: Preparing [2023-05-04T08:07:47.514Z] 26cbea5cba74: Waiting [2023-05-04T08:07:47.514Z] 1b1c7f4b4a22: Layer already exists [2023-05-04T08:07:47.514Z] f7225a23db01: Layer already exists [2023-05-04T08:07:47.514Z] 935c6b9d49de: Layer already exists [2023-05-04T08:07:47.514Z] 289b64295cd3: Layer already exists [2023-05-04T08:07:47.514Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:47.514Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:47.514Z] 3.0.0-dev.147: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:48.125Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:50.401Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:50.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-04T08:07:50.401Z] 935c6b9d49de: Preparing [2023-05-04T08:07:50.401Z] 1b1c7f4b4a22: Preparing [2023-05-04T08:07:50.401Z] ed14fcfcb551: Preparing [2023-05-04T08:07:50.401Z] f7225a23db01: Preparing [2023-05-04T08:07:50.401Z] 289b64295cd3: Preparing [2023-05-04T08:07:50.401Z] 26cbea5cba74: Preparing [2023-05-04T08:07:50.401Z] 26cbea5cba74: Waiting [2023-05-04T08:07:50.401Z] 935c6b9d49de: Layer already exists [2023-05-04T08:07:50.401Z] 1b1c7f4b4a22: Layer already exists [2023-05-04T08:07:50.401Z] f7225a23db01: Layer already exists [2023-05-04T08:07:50.401Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:50.401Z] 289b64295cd3: Layer already exists [2023-05-04T08:07:50.401Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:50.401Z] 9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:51.006Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:51.334Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-05-04T08:07:51.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-05-04T08:07:51.334Z] 935c6b9d49de: Preparing [2023-05-04T08:07:51.334Z] 1b1c7f4b4a22: Preparing [2023-05-04T08:07:51.334Z] ed14fcfcb551: Preparing [2023-05-04T08:07:51.334Z] f7225a23db01: Preparing [2023-05-04T08:07:51.334Z] 289b64295cd3: Preparing [2023-05-04T08:07:51.334Z] 26cbea5cba74: Preparing [2023-05-04T08:07:51.334Z] 26cbea5cba74: Waiting [2023-05-04T08:07:51.334Z] 289b64295cd3: Layer already exists [2023-05-04T08:07:51.334Z] ed14fcfcb551: Layer already exists [2023-05-04T08:07:51.334Z] f7225a23db01: Layer already exists [2023-05-04T08:07:51.334Z] 935c6b9d49de: Layer already exists [2023-05-04T08:07:51.334Z] 1b1c7f4b4a22: Layer already exists [2023-05-04T08:07:51.334Z] 26cbea5cba74: Layer already exists [2023-05-04T08:07:51.600Z] main: digest: sha256:75e318da4832817d5697794d0d37faf71faab7c72344064199135452633867d2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-05-04T08:07:51.653Z] ===================================================== [Pipeline] echo [2023-05-04T08:07:51.665Z] taggedImages: [2023-05-04T08:07:51.665Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb [2023-05-04T08:07:51.665Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-05-04T08:07:51.665Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.147 [2023-05-04T08:07:51.665Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9f3a76adac1c477dc265c7be151b0f0ecbddfefb-3.0.0-dev.147 [2023-05-04T08:07:51.665Z] - 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-05-04T08:07:52.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T08:07:52.036Z] [2023-05-04T08:07:52.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:07:52.367Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T08:07:52.367Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-04T08:07:52.633Z] 8998bd30e6a1: Pulling fs layer [2023-05-04T08:07:52.633Z] 04944245beec: Pulling fs layer [2023-05-04T08:07:52.633Z] 699f458cf7ca: Pulling fs layer [2023-05-04T08:07:52.633Z] 765212b225bb: Pulling fs layer [2023-05-04T08:07:52.633Z] f23df028b6ca: Pulling fs layer [2023-05-04T08:07:52.633Z] d65c8cfc05b1: Pulling fs layer [2023-05-04T08:07:52.633Z] 2437ff75d9bd: Pulling fs layer [2023-05-04T08:07:52.633Z] 765212b225bb: Waiting [2023-05-04T08:07:52.633Z] f23df028b6ca: Waiting [2023-05-04T08:07:52.633Z] d65c8cfc05b1: Waiting [2023-05-04T08:07:52.633Z] 2437ff75d9bd: Waiting [2023-05-04T08:07:52.633Z] 04944245beec: Verifying Checksum [2023-05-04T08:07:52.633Z] 04944245beec: Download complete [2023-05-04T08:07:52.633Z] 765212b225bb: Verifying Checksum [2023-05-04T08:07:52.633Z] 765212b225bb: Download complete [2023-05-04T08:07:52.633Z] f23df028b6ca: Verifying Checksum [2023-05-04T08:07:52.633Z] f23df028b6ca: Download complete [2023-05-04T08:07:52.633Z] d65c8cfc05b1: Verifying Checksum [2023-05-04T08:07:52.633Z] d65c8cfc05b1: Download complete [2023-05-04T08:07:52.899Z] 699f458cf7ca: Verifying Checksum [2023-05-04T08:07:52.899Z] 699f458cf7ca: Download complete [2023-05-04T08:07:53.165Z] 8998bd30e6a1: Verifying Checksum [2023-05-04T08:07:53.165Z] 8998bd30e6a1: Download complete [2023-05-04T08:07:55.737Z] 2437ff75d9bd: Verifying Checksum [2023-05-04T08:07:55.737Z] 2437ff75d9bd: Download complete [2023-05-04T08:07:57.140Z] 8998bd30e6a1: Pull complete [2023-05-04T08:07:57.407Z] 04944245beec: Pull complete [2023-05-04T08:07:58.814Z] 699f458cf7ca: Pull complete [2023-05-04T08:07:59.082Z] 765212b225bb: Pull complete [2023-05-04T08:07:59.665Z] f23df028b6ca: Pull complete [2023-05-04T08:07:59.932Z] d65c8cfc05b1: Pull complete [2023-05-04T08:08:14.913Z] 2437ff75d9bd: Pull complete [2023-05-04T08:08:14.913Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-04T08:08:14.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-04T08:08:14.913Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T08:08:15.104Z] prd-ubuntu20.04-docker-arm64-4c-16g-13269 does not seem to be running inside a container [2023-05-04T08:08:15.163Z] $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T08:08:18.147Z] $ docker top c7800f33d25762e1e648a1f6676ad07718d7652f792dc15e4710ba52c8622361 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:08:19.023Z] ---> job-cost.sh [2023-05-04T08:08:19.023Z] lf-activate-venv: SKIPPING [2023-05-04T08:08:19.023Z] INFO: No Stack... [2023-05-04T08:08:19.603Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-04T08:08:20.563Z] INFO: Archiving Costs [Pipeline] sh [2023-05-04T08:08:21.195Z] + cat /w/workspace/edgex-go/512/archives/cost.csv [2023-05-04T08:08:21.195Z] + cut -d, -f6 [Pipeline] lock [2023-05-04T08:08:21.234Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] [2023-05-04T08:08:21.239Z] Resource [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] did not exist. Created. [2023-05-04T08:08:21.239Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-04T08:08:21.877Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-04T08:08:22.522Z] Stashed 1 file(s) [Pipeline] } [2023-05-04T08:08:22.532Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-512-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-04T08:08:22.551Z] $ docker stop --time=1 c7800f33d25762e1e648a1f6676ad07718d7652f792dc15e4710ba52c8622361 [2023-05-04T08:08:24.097Z] $ docker rm -f --volumes c7800f33d25762e1e648a1f6676ad07718d7652f792dc15e4710ba52c8622361 [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-05-04T08:08:24.563Z] provisioning config files... [2023-05-04T08:08:24.571Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/512@tmp/config6425741843073749975tmp [Pipeline] { [Pipeline] sh [2023-05-04T08:08:24.876Z] + set +x [2023-05-04T08:08:24.876Z] + + curl -s https://codecov.io/bash [2023-05-04T08:08:24.876Z] bash -s -- [2023-05-04T08:08:25.136Z] [2023-05-04T08:08:25.136Z] _____ _ [2023-05-04T08:08:25.136Z] / ____| | | [2023-05-04T08:08:25.136Z] | | ___ __| | ___ ___ _____ __ [2023-05-04T08:08:25.136Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-04T08:08:25.136Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-04T08:08:25.136Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-04T08:08:25.136Z] Bash-1.0.6 [2023-05-04T08:08:25.136Z] [2023-05-04T08:08:25.136Z] [2023-05-04T08:08:25.136Z] ==> git version 2.25.1 found [2023-05-04T08:08:25.136Z] ==> 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-05-04T08:08:25.136Z] Release-Date: 2020-01-08 [2023-05-04T08:08:25.136Z] 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-05-04T08:08:25.136Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-04T08:08:25.136Z] ==> Jenkins CI detected. [2023-05-04T08:08:25.136Z] current dir:  /w/workspace/edgex-go/512 [2023-05-04T08:08:25.136Z] project root: . [2023-05-04T08:08:25.136Z] --> token set from env [2023-05-04T08:08:25.136Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-04T08:08:25.136Z] ==> Running gcov in . (disable via -X gcov) [2023-05-04T08:08:25.136Z] ==> Python coveragepy not found [2023-05-04T08:08:25.136Z] ==> Searching for coverage reports in: [2023-05-04T08:08:25.136Z] + . [2023-05-04T08:08:25.136Z] -> Found 1 reports [2023-05-04T08:08:25.136Z] ==> Detecting git/mercurial file structure [2023-05-04T08:08:25.136Z] ==> Reading reports [2023-05-04T08:08:25.136Z] + ./coverage.out bytes=448352 [2023-05-04T08:08:25.136Z] ==> Appending adjustments [2023-05-04T08:08:25.136Z] https://docs.codecov.io/docs/fixing-reports [2023-05-04T08:08:26.513Z] + Found adjustments [2023-05-04T08:08:26.513Z] ==> Gzipping contents [2023-05-04T08:08:26.513Z] 60K /tmp/codecov.8vpHNG.gz [2023-05-04T08:08:26.513Z] ==> Uploading reports [2023-05-04T08:08:26.513Z] url: https://codecov.io [2023-05-04T08:08:26.513Z] query: branch=main&commit=9f3a76adac1c477dc265c7be151b0f0ecbddfefb&build=512&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F512%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-04T08:08:26.513Z] -> Pinging Codecov [2023-05-04T08:08:26.513Z] 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=9f3a76adac1c477dc265c7be151b0f0ecbddfefb&build=512&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F512%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-04T08:08:26.513Z] -> Uploading to [2023-05-04T08:08:26.513Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-04/00271124DB129430A58F1EEE437C3FCB/9f3a76adac1c477dc265c7be151b0f0ecbddfefb/63590e2f-3343-47fa-a860-41ad0c6595ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230504T080826Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d696a64a8193fcf69653ce028ae8f5ea295a4b73e6291ba4f57f0f6cd8598c5 [2023-05-04T08:08:26.513Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T08:08:26.513Z] Dload Upload Total Spent Left Speed [2023-05-04T08:08:26.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57546 0 0 100 57546 0 254k --:--:-- --:--:-- --:--:-- 253k 100 57546 0 0 100 57546 0 215k --:--:-- --:--:-- --:--:-- 214k [2023-05-04T08:08:26.772Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9f3a76adac1c477dc265c7be151b0f0ecbddfefb [Pipeline] } [2023-05-04T08:08:26.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-05-04T08:08:27.007Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-04T08:08:27.023Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:08:27.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-04T08:08:27.323Z] [2023-05-04T08:08:27.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:08:27.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-04T08:08:27.622Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-04T08:08:27.622Z] df9b9388f04a: Pulling fs layer [2023-05-04T08:08:27.622Z] 52dc419b0ee2: Pulling fs layer [2023-05-04T08:08:27.622Z] 25bc292e5bac: Pulling fs layer [2023-05-04T08:08:27.622Z] 114826534d7a: Pulling fs layer [2023-05-04T08:08:27.622Z] 4657fd5d0bcf: Pulling fs layer [2023-05-04T08:08:27.622Z] 6ad1cebc031e: Pulling fs layer [2023-05-04T08:08:27.622Z] 8a3aa393b2d8: Pulling fs layer [2023-05-04T08:08:27.622Z] 114826534d7a: Waiting [2023-05-04T08:08:27.622Z] 4657fd5d0bcf: Waiting [2023-05-04T08:08:27.622Z] 6ad1cebc031e: Waiting [2023-05-04T08:08:27.622Z] 8a3aa393b2d8: Waiting [2023-05-04T08:08:27.622Z] 25bc292e5bac: Verifying Checksum [2023-05-04T08:08:27.622Z] 52dc419b0ee2: Download complete [2023-05-04T08:08:27.622Z] 4657fd5d0bcf: Verifying Checksum [2023-05-04T08:08:27.622Z] 4657fd5d0bcf: Download complete [2023-05-04T08:08:27.622Z] df9b9388f04a: Verifying Checksum [2023-05-04T08:08:27.622Z] df9b9388f04a: Download complete [2023-05-04T08:08:27.881Z] 6ad1cebc031e: Verifying Checksum [2023-05-04T08:08:27.881Z] 6ad1cebc031e: Download complete [2023-05-04T08:08:27.881Z] df9b9388f04a: Pull complete [2023-05-04T08:08:28.139Z] 52dc419b0ee2: Pull complete [2023-05-04T08:08:28.139Z] 25bc292e5bac: Pull complete [2023-05-04T08:08:28.398Z] 114826534d7a: Verifying Checksum [2023-05-04T08:08:28.398Z] 114826534d7a: Download complete [2023-05-04T08:08:28.657Z] 8a3aa393b2d8: Verifying Checksum [2023-05-04T08:08:28.657Z] 8a3aa393b2d8: Download complete [2023-05-04T08:08:31.937Z] 114826534d7a: Pull complete [2023-05-04T08:08:31.938Z] 4657fd5d0bcf: Pull complete [2023-05-04T08:08:31.938Z] 6ad1cebc031e: Pull complete [2023-05-04T08:08:34.469Z] 8a3aa393b2d8: Pull complete [2023-05-04T08:08:34.469Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-04T08:08:34.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-04T08:08:34.469Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T08:08:34.553Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T08:08:34.599Z] $ 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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T08:08:39.027Z] $ docker top af63ff87372bdc4070c08dfa6461e81fc723ea38c0eaa371affa39866d92e965 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-04T08:08:39.070Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-05-04T08:08:39.346Z] + set -o pipefail [2023-05-04T08:08:39.347Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-05-04T08:08:45.943Z] [2023-05-04T08:08:45.943Z] Monitoring /w/workspace/edgex-go/512 (github.com/edgexfoundry/edgex-go)... [2023-05-04T08:08:45.943Z] [2023-05-04T08:08:45.943Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/48a02933-e5da-43c2-872d-e40a58f7445a [2023-05-04T08:08:45.943Z] [2023-05-04T08:08:45.943Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-05-04T08:08:45.943Z] [2023-05-04T08:08:45.943Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-04T08:08:45.943Z] [2023-05-04T08:08:45.943Z] [2023-05-04T08:08:45.943Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-04T08:08:45.943Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-04T08:08:45.943Z] More details here: https://snyk.co/ue1NS [2023-05-04T08:08:45.943Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-05-04T08:08:45.943Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-05-04T08:08:45.973Z] $ docker stop --time=1 af63ff87372bdc4070c08dfa6461e81fc723ea38c0eaa371affa39866d92e965 [2023-05-04T08:08:48.556Z] $ docker rm -f --volumes af63ff87372bdc4070c08dfa6461e81fc723ea38c0eaa371affa39866d92e965 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-05-04T08:08:48.916Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T08:08:48.929Z] provisioning config files... [2023-05-04T08:08:48.938Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/512@tmp/config5382840221366760482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:08:49.235Z] --> edgex-publish-swagger.sh [2023-05-04T08:08:49.236Z] === Publish openapi/v3 API === [2023-05-04T08:08:49.236Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-05-04T08:08:49.236Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/512/openapi/v3/core-command.yaml] [2023-05-04T08:08:49.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T08:08:49.236Z] Dload Upload Total Spent Left Speed [2023-05-04T08:08:49.803Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 51654 --:--:-- --:--:-- --:--:-- 51563 100 29030 0 0 100 29030 0 51654 --:--:-- --:--:-- --:--:-- 51563 [2023-05-04T08:08:49.803Z] [2023-05-04T08:08:49.803Z] [2023-05-04T08:08:49.803Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/512/openapi/v3/core-data.yaml] [2023-05-04T08:08:49.803Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T08:08:49.803Z] Dload Upload Total Spent Left Speed [2023-05-04T08:08:50.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 123k --:--:-- --:--:-- --:--:-- 123k [2023-05-04T08:08:50.371Z] [2023-05-04T08:08:50.371Z] [2023-05-04T08:08:50.371Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/512/openapi/v3/core-metadata.yaml] [2023-05-04T08:08:50.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T08:08:50.371Z] Dload Upload Total Spent Left Speed [2023-05-04T08:08:50.937Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 278k --:--:-- --:--:-- --:--:-- 278k 100 141k 0 0 100 141k 0 278k --:--:-- --:--:-- --:--:-- 277k [2023-05-04T08:08:50.937Z] [2023-05-04T08:08:50.937Z] [2023-05-04T08:08:50.937Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/512/openapi/v3/support-notifications.yaml] [2023-05-04T08:08:50.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T08:08:50.937Z] Dload Upload Total Spent Left Speed [2023-05-04T08:08:51.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 147k --:--:-- --:--:-- --:--:-- 147k [2023-05-04T08:08:51.505Z] [2023-05-04T08:08:51.505Z] [2023-05-04T08:08:51.505Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/512/openapi/v3/support-scheduler.yaml] [2023-05-04T08:08:51.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-04T08:08:51.505Z] Dload Upload Total Spent Left Speed [2023-05-04T08:08:51.763Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 70546 --:--:-- --:--:-- --:--:-- 70546 100 34356 0 0 100 34356 0 70546 --:--:-- --:--:-- --:--:-- 70401 [2023-05-04T08:08:51.763Z] [2023-05-04T08:08:51.763Z] [Pipeline] } [2023-05-04T08:08:51.769Z] 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-05-04T08:08:52.175Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-04T08:08:52.175Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:08:52.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T08:08:52.476Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T08:08:52.544Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T08:08:52.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T08:08:53.173Z] $ docker top 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d -eo pid,comm [2023-05-04T08:08:53.194Z] 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-05-04T08:08:53.194Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-04T08:08:53.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T08:08:53.240Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T08:08:53.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T08:08:53.364Z] $ docker exec 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d ssh-agent [2023-05-04T08:08:53.442Z] SSH_AUTH_SOCK=/tmp/ssh-VPmN5XLcgOUh/agent.33 [2023-05-04T08:08:53.442Z] SSH_AGENT_PID=39 [2023-05-04T08:08:53.447Z] Running ssh-add (command line suppressed) [2023-05-04T08:08:53.561Z] Identity added: /w/workspace/edgex-go/512@tmp/private_key_7801776542056964497.key (/w/workspace/edgex-go/512@tmp/private_key_7801776542056964497.key) [2023-05-04T08:08:53.556Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T08:08:53.843Z] + git semver tag [2023-05-04T08:08:54.101Z] 2023-05-04 08:08:54,080 [run_tag] DEBUG tag force:False [2023-05-04T08:08:54.101Z] 2023-05-04 08:08:54,080 [check_head_tag] DEBUG check head tag [2023-05-04T08:08:54.101Z] 2023-05-04 08:08:54,086 [execute] INFO git cat-file --batch-check [2023-05-04T08:08:54.101Z] 2023-05-04 08:08:54,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=) [2023-05-04T08:08:54.101Z] 2023-05-04 08:08:54,090 [execute] INFO git cat-file --batch [2023-05-04T08:08:54.101Z] 2023-05-04 08:08:54,090 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=) [2023-05-04T08:08:54.364Z] 2023-05-04 08:08:54,158 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T08:08:54.364Z] 2023-05-04 08:08:54,158 [execute] INFO git tag -a v3.0.0-dev.147 -m v3.0.0-dev.147 [2023-05-04T08:08:54.364Z] 2023-05-04 08:08:54,159 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.147', '-m', 'v3.0.0-dev.147'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=None) [2023-05-04T08:08:54.364Z] 2023-05-04 08:08:54,162 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T08:08:54.364Z] 3.0.0-dev.147 [Pipeline] } [2023-05-04T08:08:54.393Z] $ docker exec --env ******** --env ******** 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d ssh-agent -k [2023-05-04T08:08:54.481Z] unset SSH_AUTH_SOCK; [2023-05-04T08:08:54.482Z] unset SSH_AGENT_PID; [2023-05-04T08:08:54.482Z] echo Agent pid 39 killed; [2023-05-04T08:08:54.473Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-04T08:08:54.846Z] + git semver [Pipeline] } [2023-05-04T08:08:55.188Z] $ docker stop --time=1 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d [2023-05-04T08:08:56.664Z] $ docker rm -f --volumes 322530a28f49bce83327119acfbbafd9aabf73b50e582990dd1acd5e5a17135d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:08:57.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-04T08:08:57.063Z] [2023-05-04T08:08:57.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:08:57.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-04T08:08:57.614Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-04T08:08:57.614Z] ab5ef0e58194: Pulling fs layer [2023-05-04T08:08:57.614Z] 9712f1f96733: Pulling fs layer [2023-05-04T08:08:57.614Z] 63f879dbbcfc: Pulling fs layer [2023-05-04T08:08:57.614Z] 0d9ebad4ef96: Pulling fs layer [2023-05-04T08:08:57.614Z] e9a5061849ea: Pulling fs layer [2023-05-04T08:08:57.614Z] d747dcd14b5f: Pulling fs layer [2023-05-04T08:08:57.614Z] 2de7ff778b66: Pulling fs layer [2023-05-04T08:08:57.614Z] 0d9ebad4ef96: Waiting [2023-05-04T08:08:57.614Z] d747dcd14b5f: Waiting [2023-05-04T08:08:57.614Z] e9a5061849ea: Waiting [2023-05-04T08:08:57.614Z] 2de7ff778b66: Waiting [2023-05-04T08:08:57.614Z] 9712f1f96733: Verifying Checksum [2023-05-04T08:08:57.614Z] 9712f1f96733: Download complete [2023-05-04T08:08:57.874Z] 63f879dbbcfc: Verifying Checksum [2023-05-04T08:08:57.874Z] 63f879dbbcfc: Download complete [2023-05-04T08:08:58.135Z] 0d9ebad4ef96: Verifying Checksum [2023-05-04T08:08:58.135Z] 0d9ebad4ef96: Download complete [2023-05-04T08:08:58.135Z] d747dcd14b5f: Download complete [2023-05-04T08:08:58.135Z] ab5ef0e58194: Verifying Checksum [2023-05-04T08:08:58.135Z] ab5ef0e58194: Download complete [2023-05-04T08:08:58.135Z] e9a5061849ea: Verifying Checksum [2023-05-04T08:08:58.135Z] e9a5061849ea: Download complete [2023-05-04T08:08:58.135Z] 2de7ff778b66: Verifying Checksum [2023-05-04T08:08:58.135Z] 2de7ff778b66: Download complete [2023-05-04T08:09:00.667Z] ab5ef0e58194: Pull complete [2023-05-04T08:09:00.667Z] 9712f1f96733: Pull complete [2023-05-04T08:09:01.603Z] 63f879dbbcfc: Pull complete [2023-05-04T08:09:04.890Z] 0d9ebad4ef96: Pull complete [2023-05-04T08:09:05.457Z] e9a5061849ea: Pull complete [2023-05-04T08:09:05.457Z] d747dcd14b5f: Pull complete [2023-05-04T08:09:06.392Z] 2de7ff778b66: Pull complete [2023-05-04T08:09:06.392Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-04T08:09:06.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-04T08:09:06.392Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T08:09:06.466Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T08:09:06.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T08:09:10.969Z] $ docker top 9bd74196a231de14ff893c0c27de28260a46255cf4c5fa420549d5bb3f2a422e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-04T08:09:11.018Z] provisioning config files... [2023-05-04T08:09:11.024Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/512@tmp/config15746625940323036671tmp [2023-05-04T08:09:11.032Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/512@tmp/config2247412017738719343tmp [2023-05-04T08:09:11.042Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/512@tmp/config16297965445874440581tmp [Pipeline] { [Pipeline] echo [2023-05-04T08:09:11.055Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:11.335Z] ---> sigul-configuration.sh [2023-05-04T08:09:11.336Z] gpg: directory `/root/.gnupg' created [2023-05-04T08:09:11.336Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-04T08:09:11.336Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-04T08:09:11.336Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-04T08:09:11.336Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-04T08:09:11.336Z] gpg: CAST5 encrypted data [2023-05-04T08:09:11.336Z] gpg: encrypted with 1 passphrase [2023-05-04T08:09:11.336Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-04T08:09:11.617Z] + mkdir /home/jenkins [2023-05-04T08:09:11.617Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-04T08:09:11.899Z] + 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-05-04T08:09:11.909Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:12.190Z] ---> sigul-install.sh [2023-05-04T08:09:12.190Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-04T08:09:12.470Z] + git tag --list [2023-05-04T08:09:12.471Z] 0.6.0 [2023-05-04T08:09:12.471Z] 0.6.1 [2023-05-04T08:09:12.471Z] 0.7.0 [2023-05-04T08:09:12.471Z] 0.7.1 [2023-05-04T08:09:12.471Z] v1.0.0 [2023-05-04T08:09:12.471Z] v1.0.1 [2023-05-04T08:09:12.471Z] v1.1.0 [2023-05-04T08:09:12.471Z] v1.2.0 [2023-05-04T08:09:12.471Z] v1.2.1 [2023-05-04T08:09:12.471Z] v1.3.0 [2023-05-04T08:09:12.471Z] v1.3.1 [2023-05-04T08:09:12.471Z] v2.0.0 [2023-05-04T08:09:12.471Z] v2.1.0 [2023-05-04T08:09:12.471Z] v2.1.1 [2023-05-04T08:09:12.471Z] v2.1.1-dev.1 [2023-05-04T08:09:12.471Z] v2.1.1-dev.2 [2023-05-04T08:09:12.471Z] v2.1.1-dev.3 [2023-05-04T08:09:12.471Z] v2.1.1-dev.4 [2023-05-04T08:09:12.471Z] v2.1.1-dev.5 [2023-05-04T08:09:12.471Z] v2.1.1-dev.6 [2023-05-04T08:09:12.471Z] v2.1.1-dev.7 [2023-05-04T08:09:12.471Z] v2.1.1-dev.8 [2023-05-04T08:09:12.471Z] v2.1.2-dev.1 [2023-05-04T08:09:12.471Z] v2.2.0 [2023-05-04T08:09:12.471Z] v2.2.1-dev.1 [2023-05-04T08:09:12.471Z] v2.2.1-dev.10 [2023-05-04T08:09:12.471Z] v2.2.1-dev.11 [2023-05-04T08:09:12.471Z] v2.2.1-dev.12 [2023-05-04T08:09:12.471Z] v2.2.1-dev.13 [2023-05-04T08:09:12.471Z] v2.2.1-dev.14 [2023-05-04T08:09:12.471Z] v2.2.1-dev.15 [2023-05-04T08:09:12.471Z] v2.2.1-dev.16 [2023-05-04T08:09:12.471Z] v2.2.1-dev.17 [2023-05-04T08:09:12.471Z] v2.2.1-dev.18 [2023-05-04T08:09:12.471Z] v2.2.1-dev.19 [2023-05-04T08:09:12.471Z] v2.2.1-dev.2 [2023-05-04T08:09:12.471Z] v2.2.1-dev.20 [2023-05-04T08:09:12.471Z] v2.2.1-dev.21 [2023-05-04T08:09:12.471Z] v2.2.1-dev.22 [2023-05-04T08:09:12.471Z] v2.2.1-dev.23 [2023-05-04T08:09:12.471Z] v2.2.1-dev.24 [2023-05-04T08:09:12.471Z] v2.2.1-dev.25 [2023-05-04T08:09:12.471Z] v2.2.1-dev.26 [2023-05-04T08:09:12.471Z] v2.2.1-dev.27 [2023-05-04T08:09:12.471Z] v2.2.1-dev.28 [2023-05-04T08:09:12.471Z] v2.2.1-dev.29 [2023-05-04T08:09:12.471Z] v2.2.1-dev.3 [2023-05-04T08:09:12.471Z] v2.2.1-dev.4 [2023-05-04T08:09:12.471Z] v2.2.1-dev.5 [2023-05-04T08:09:12.471Z] v2.2.1-dev.6 [2023-05-04T08:09:12.471Z] v2.2.1-dev.7 [2023-05-04T08:09:12.471Z] v2.2.1-dev.8 [2023-05-04T08:09:12.471Z] v2.2.1-dev.9 [2023-05-04T08:09:12.471Z] v2.3.0 [2023-05-04T08:09:12.471Z] v2.3.0-dev.100 [2023-05-04T08:09:12.471Z] v2.3.0-dev.101 [2023-05-04T08:09:12.471Z] v2.3.0-dev.102 [2023-05-04T08:09:12.471Z] v2.3.0-dev.103 [2023-05-04T08:09:12.471Z] v2.3.0-dev.104 [2023-05-04T08:09:12.471Z] v2.3.0-dev.105 [2023-05-04T08:09:12.471Z] v2.3.0-dev.106 [2023-05-04T08:09:12.471Z] v2.3.0-dev.29 [2023-05-04T08:09:12.471Z] v2.3.0-dev.30 [2023-05-04T08:09:12.471Z] v2.3.0-dev.31 [2023-05-04T08:09:12.471Z] v2.3.0-dev.32 [2023-05-04T08:09:12.471Z] v2.3.0-dev.33 [2023-05-04T08:09:12.471Z] v2.3.0-dev.34 [2023-05-04T08:09:12.471Z] v2.3.0-dev.35 [2023-05-04T08:09:12.471Z] v2.3.0-dev.36 [2023-05-04T08:09:12.471Z] v2.3.0-dev.37 [2023-05-04T08:09:12.471Z] v2.3.0-dev.38 [2023-05-04T08:09:12.471Z] v2.3.0-dev.39 [2023-05-04T08:09:12.471Z] v2.3.0-dev.40 [2023-05-04T08:09:12.471Z] v2.3.0-dev.41 [2023-05-04T08:09:12.471Z] v2.3.0-dev.42 [2023-05-04T08:09:12.471Z] v2.3.0-dev.43 [2023-05-04T08:09:12.471Z] v2.3.0-dev.44 [2023-05-04T08:09:12.471Z] v2.3.0-dev.45 [2023-05-04T08:09:12.471Z] v2.3.0-dev.46 [2023-05-04T08:09:12.471Z] v2.3.0-dev.47 [2023-05-04T08:09:12.471Z] v2.3.0-dev.48 [2023-05-04T08:09:12.471Z] v2.3.0-dev.49 [2023-05-04T08:09:12.471Z] v2.3.0-dev.50 [2023-05-04T08:09:12.471Z] v2.3.0-dev.51 [2023-05-04T08:09:12.471Z] v2.3.0-dev.52 [2023-05-04T08:09:12.471Z] v2.3.0-dev.53 [2023-05-04T08:09:12.471Z] v2.3.0-dev.54 [2023-05-04T08:09:12.471Z] v2.3.0-dev.55 [2023-05-04T08:09:12.471Z] v2.3.0-dev.56 [2023-05-04T08:09:12.471Z] v2.3.0-dev.57 [2023-05-04T08:09:12.471Z] v2.3.0-dev.58 [2023-05-04T08:09:12.471Z] v2.3.0-dev.59 [2023-05-04T08:09:12.471Z] v2.3.0-dev.60 [2023-05-04T08:09:12.471Z] v2.3.0-dev.61 [2023-05-04T08:09:12.471Z] v2.3.0-dev.62 [2023-05-04T08:09:12.471Z] v2.3.0-dev.63 [2023-05-04T08:09:12.471Z] v2.3.0-dev.64 [2023-05-04T08:09:12.471Z] v2.3.0-dev.65 [2023-05-04T08:09:12.471Z] v2.3.0-dev.66 [2023-05-04T08:09:12.471Z] v2.3.0-dev.67 [2023-05-04T08:09:12.471Z] v2.3.0-dev.68 [2023-05-04T08:09:12.471Z] v2.3.0-dev.69 [2023-05-04T08:09:12.471Z] v2.3.0-dev.70 [2023-05-04T08:09:12.471Z] v2.3.0-dev.71 [2023-05-04T08:09:12.471Z] v2.3.0-dev.72 [2023-05-04T08:09:12.471Z] v2.3.0-dev.73 [2023-05-04T08:09:12.471Z] v2.3.0-dev.74 [2023-05-04T08:09:12.471Z] v2.3.0-dev.75 [2023-05-04T08:09:12.471Z] v2.3.0-dev.76 [2023-05-04T08:09:12.471Z] v2.3.0-dev.77 [2023-05-04T08:09:12.471Z] v2.3.0-dev.78 [2023-05-04T08:09:12.471Z] v2.3.0-dev.79 [2023-05-04T08:09:12.471Z] v2.3.0-dev.80 [2023-05-04T08:09:12.471Z] v2.3.0-dev.81 [2023-05-04T08:09:12.471Z] v2.3.0-dev.82 [2023-05-04T08:09:12.471Z] v2.3.0-dev.83 [2023-05-04T08:09:12.471Z] v2.3.0-dev.84 [2023-05-04T08:09:12.471Z] v2.3.0-dev.85 [2023-05-04T08:09:12.471Z] v2.3.0-dev.86 [2023-05-04T08:09:12.471Z] v2.3.0-dev.87 [2023-05-04T08:09:12.471Z] v2.3.0-dev.88 [2023-05-04T08:09:12.471Z] v2.3.0-dev.89 [2023-05-04T08:09:12.471Z] v2.3.0-dev.90 [2023-05-04T08:09:12.471Z] v2.3.0-dev.91 [2023-05-04T08:09:12.471Z] v2.3.0-dev.92 [2023-05-04T08:09:12.471Z] v2.3.0-dev.93 [2023-05-04T08:09:12.471Z] v2.3.0-dev.94 [2023-05-04T08:09:12.471Z] v2.3.0-dev.95 [2023-05-04T08:09:12.471Z] v2.3.0-dev.96 [2023-05-04T08:09:12.471Z] v2.3.0-dev.97 [2023-05-04T08:09:12.471Z] v2.3.0-dev.98 [2023-05-04T08:09:12.471Z] v2.3.0-dev.99 [2023-05-04T08:09:12.471Z] v2.3.1-dev.1 [2023-05-04T08:09:12.471Z] v2.3.1-dev.2 [2023-05-04T08:09:12.471Z] v2.3.1-dev.3 [2023-05-04T08:09:12.471Z] v2.3.1-dev.4 [2023-05-04T08:09:12.471Z] v2.3.1-dev.5 [2023-05-04T08:09:12.471Z] v3.0.0-dev.1 [2023-05-04T08:09:12.471Z] v3.0.0-dev.10 [2023-05-04T08:09:12.471Z] v3.0.0-dev.100 [2023-05-04T08:09:12.471Z] v3.0.0-dev.101 [2023-05-04T08:09:12.471Z] v3.0.0-dev.102 [2023-05-04T08:09:12.471Z] v3.0.0-dev.103 [2023-05-04T08:09:12.471Z] v3.0.0-dev.104 [2023-05-04T08:09:12.471Z] v3.0.0-dev.105 [2023-05-04T08:09:12.471Z] v3.0.0-dev.106 [2023-05-04T08:09:12.471Z] v3.0.0-dev.107 [2023-05-04T08:09:12.471Z] v3.0.0-dev.108 [2023-05-04T08:09:12.471Z] v3.0.0-dev.109 [2023-05-04T08:09:12.471Z] v3.0.0-dev.11 [2023-05-04T08:09:12.471Z] v3.0.0-dev.110 [2023-05-04T08:09:12.471Z] v3.0.0-dev.111 [2023-05-04T08:09:12.471Z] v3.0.0-dev.112 [2023-05-04T08:09:12.471Z] v3.0.0-dev.113 [2023-05-04T08:09:12.471Z] v3.0.0-dev.114 [2023-05-04T08:09:12.471Z] v3.0.0-dev.115 [2023-05-04T08:09:12.471Z] v3.0.0-dev.116 [2023-05-04T08:09:12.471Z] v3.0.0-dev.117 [2023-05-04T08:09:12.471Z] v3.0.0-dev.118 [2023-05-04T08:09:12.471Z] v3.0.0-dev.119 [2023-05-04T08:09:12.471Z] v3.0.0-dev.12 [2023-05-04T08:09:12.471Z] v3.0.0-dev.120 [2023-05-04T08:09:12.471Z] v3.0.0-dev.121 [2023-05-04T08:09:12.471Z] v3.0.0-dev.122 [2023-05-04T08:09:12.471Z] v3.0.0-dev.123 [2023-05-04T08:09:12.471Z] v3.0.0-dev.124 [2023-05-04T08:09:12.471Z] v3.0.0-dev.125 [2023-05-04T08:09:12.471Z] v3.0.0-dev.126 [2023-05-04T08:09:12.471Z] v3.0.0-dev.127 [2023-05-04T08:09:12.471Z] v3.0.0-dev.128 [2023-05-04T08:09:12.471Z] v3.0.0-dev.129 [2023-05-04T08:09:12.471Z] v3.0.0-dev.13 [2023-05-04T08:09:12.471Z] v3.0.0-dev.130 [2023-05-04T08:09:12.471Z] v3.0.0-dev.131 [2023-05-04T08:09:12.471Z] v3.0.0-dev.132 [2023-05-04T08:09:12.471Z] v3.0.0-dev.133 [2023-05-04T08:09:12.471Z] v3.0.0-dev.134 [2023-05-04T08:09:12.471Z] v3.0.0-dev.135 [2023-05-04T08:09:12.471Z] v3.0.0-dev.136 [2023-05-04T08:09:12.471Z] v3.0.0-dev.137 [2023-05-04T08:09:12.471Z] v3.0.0-dev.138 [2023-05-04T08:09:12.471Z] v3.0.0-dev.139 [2023-05-04T08:09:12.471Z] v3.0.0-dev.14 [2023-05-04T08:09:12.471Z] v3.0.0-dev.140 [2023-05-04T08:09:12.471Z] v3.0.0-dev.141 [2023-05-04T08:09:12.471Z] v3.0.0-dev.142 [2023-05-04T08:09:12.471Z] v3.0.0-dev.143 [2023-05-04T08:09:12.471Z] v3.0.0-dev.144 [2023-05-04T08:09:12.471Z] v3.0.0-dev.145 [2023-05-04T08:09:12.471Z] v3.0.0-dev.146 [2023-05-04T08:09:12.471Z] v3.0.0-dev.147 [2023-05-04T08:09:12.471Z] v3.0.0-dev.15 [2023-05-04T08:09:12.471Z] v3.0.0-dev.16 [2023-05-04T08:09:12.471Z] v3.0.0-dev.17 [2023-05-04T08:09:12.471Z] v3.0.0-dev.18 [2023-05-04T08:09:12.471Z] v3.0.0-dev.19 [2023-05-04T08:09:12.471Z] v3.0.0-dev.2 [2023-05-04T08:09:12.471Z] v3.0.0-dev.20 [2023-05-04T08:09:12.471Z] v3.0.0-dev.21 [2023-05-04T08:09:12.471Z] v3.0.0-dev.22 [2023-05-04T08:09:12.471Z] v3.0.0-dev.23 [2023-05-04T08:09:12.471Z] v3.0.0-dev.24 [2023-05-04T08:09:12.471Z] v3.0.0-dev.25 [2023-05-04T08:09:12.471Z] v3.0.0-dev.26 [2023-05-04T08:09:12.471Z] v3.0.0-dev.27 [2023-05-04T08:09:12.471Z] v3.0.0-dev.28 [2023-05-04T08:09:12.471Z] v3.0.0-dev.29 [2023-05-04T08:09:12.471Z] v3.0.0-dev.3 [2023-05-04T08:09:12.471Z] v3.0.0-dev.30 [2023-05-04T08:09:12.471Z] v3.0.0-dev.31 [2023-05-04T08:09:12.471Z] v3.0.0-dev.32 [2023-05-04T08:09:12.471Z] v3.0.0-dev.33 [2023-05-04T08:09:12.471Z] v3.0.0-dev.34 [2023-05-04T08:09:12.471Z] v3.0.0-dev.35 [2023-05-04T08:09:12.471Z] v3.0.0-dev.36 [2023-05-04T08:09:12.471Z] v3.0.0-dev.37 [2023-05-04T08:09:12.471Z] v3.0.0-dev.38 [2023-05-04T08:09:12.471Z] v3.0.0-dev.39 [2023-05-04T08:09:12.471Z] v3.0.0-dev.4 [2023-05-04T08:09:12.471Z] v3.0.0-dev.40 [2023-05-04T08:09:12.471Z] v3.0.0-dev.41 [2023-05-04T08:09:12.471Z] v3.0.0-dev.42 [2023-05-04T08:09:12.471Z] v3.0.0-dev.43 [2023-05-04T08:09:12.471Z] v3.0.0-dev.44 [2023-05-04T08:09:12.471Z] v3.0.0-dev.45 [2023-05-04T08:09:12.471Z] v3.0.0-dev.46 [2023-05-04T08:09:12.471Z] v3.0.0-dev.47 [2023-05-04T08:09:12.471Z] v3.0.0-dev.48 [2023-05-04T08:09:12.471Z] v3.0.0-dev.49 [2023-05-04T08:09:12.471Z] v3.0.0-dev.5 [2023-05-04T08:09:12.471Z] v3.0.0-dev.50 [2023-05-04T08:09:12.471Z] v3.0.0-dev.51 [2023-05-04T08:09:12.471Z] v3.0.0-dev.52 [2023-05-04T08:09:12.471Z] v3.0.0-dev.53 [2023-05-04T08:09:12.471Z] v3.0.0-dev.54 [2023-05-04T08:09:12.471Z] v3.0.0-dev.55 [2023-05-04T08:09:12.471Z] v3.0.0-dev.56 [2023-05-04T08:09:12.471Z] v3.0.0-dev.57 [2023-05-04T08:09:12.471Z] v3.0.0-dev.58 [2023-05-04T08:09:12.471Z] v3.0.0-dev.59 [2023-05-04T08:09:12.471Z] v3.0.0-dev.6 [2023-05-04T08:09:12.471Z] v3.0.0-dev.60 [2023-05-04T08:09:12.471Z] v3.0.0-dev.61 [2023-05-04T08:09:12.471Z] v3.0.0-dev.62 [2023-05-04T08:09:12.471Z] v3.0.0-dev.63 [2023-05-04T08:09:12.471Z] v3.0.0-dev.64 [2023-05-04T08:09:12.471Z] v3.0.0-dev.65 [2023-05-04T08:09:12.471Z] v3.0.0-dev.66 [2023-05-04T08:09:12.471Z] v3.0.0-dev.67 [2023-05-04T08:09:12.471Z] v3.0.0-dev.68 [2023-05-04T08:09:12.471Z] v3.0.0-dev.69 [2023-05-04T08:09:12.471Z] v3.0.0-dev.7 [2023-05-04T08:09:12.471Z] v3.0.0-dev.70 [2023-05-04T08:09:12.471Z] v3.0.0-dev.71 [2023-05-04T08:09:12.471Z] v3.0.0-dev.72 [2023-05-04T08:09:12.471Z] v3.0.0-dev.73 [2023-05-04T08:09:12.471Z] v3.0.0-dev.74 [2023-05-04T08:09:12.471Z] v3.0.0-dev.75 [2023-05-04T08:09:12.471Z] v3.0.0-dev.76 [2023-05-04T08:09:12.471Z] v3.0.0-dev.77 [2023-05-04T08:09:12.471Z] v3.0.0-dev.78 [2023-05-04T08:09:12.471Z] v3.0.0-dev.79 [2023-05-04T08:09:12.471Z] v3.0.0-dev.8 [2023-05-04T08:09:12.471Z] v3.0.0-dev.80 [2023-05-04T08:09:12.471Z] v3.0.0-dev.81 [2023-05-04T08:09:12.471Z] v3.0.0-dev.82 [2023-05-04T08:09:12.471Z] v3.0.0-dev.83 [2023-05-04T08:09:12.471Z] v3.0.0-dev.84 [2023-05-04T08:09:12.471Z] v3.0.0-dev.85 [2023-05-04T08:09:12.471Z] v3.0.0-dev.86 [2023-05-04T08:09:12.471Z] v3.0.0-dev.87 [2023-05-04T08:09:12.471Z] v3.0.0-dev.88 [2023-05-04T08:09:12.471Z] v3.0.0-dev.89 [2023-05-04T08:09:12.471Z] v3.0.0-dev.9 [2023-05-04T08:09:12.471Z] v3.0.0-dev.90 [2023-05-04T08:09:12.471Z] v3.0.0-dev.91 [2023-05-04T08:09:12.471Z] v3.0.0-dev.92 [2023-05-04T08:09:12.471Z] v3.0.0-dev.93 [2023-05-04T08:09:12.471Z] v3.0.0-dev.94 [2023-05-04T08:09:12.471Z] v3.0.0-dev.95 [2023-05-04T08:09:12.471Z] v3.0.0-dev.96 [2023-05-04T08:09:12.471Z] v3.0.0-dev.97 [2023-05-04T08:09:12.471Z] v3.0.0-dev.98 [2023-05-04T08:09:12.471Z] v3.0.0-dev.99 [Pipeline] sh [2023-05-04T08:09:12.760Z] + lftools sign git-tag v3.0.0-dev.147 [2023-05-04T08:09:13.330Z] Signing Git tag with Sigul... [2023-05-04T08:09:13.330Z] Signing v3.0.0-dev.147 [Pipeline] echo [2023-05-04T08:09:13.597Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:13.881Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-04T08:09:13.888Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-04T08:09:13.925Z] $ docker stop --time=1 9bd74196a231de14ff893c0c27de28260a46255cf4c5fa420549d5bb3f2a422e [2023-05-04T08:09:15.187Z] $ docker rm -f --volumes 9bd74196a231de14ff893c0c27de28260a46255cf4c5fa420549d5bb3f2a422e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-04T08:09:15.572Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-04T08:09:15.572Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:09:15.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T08:09:15.873Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T08:09:15.944Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T08:09:15.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T08:09:16.341Z] $ docker top 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa -eo pid,comm [2023-05-04T08:09:16.364Z] 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-05-04T08:09:16.364Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-04T08:09:16.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T08:09:16.411Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T08:09:16.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T08:09:16.540Z] $ docker exec 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa ssh-agent [2023-05-04T08:09:16.620Z] SSH_AUTH_SOCK=/tmp/ssh-iNiOYySnZK2C/agent.32 [2023-05-04T08:09:16.620Z] SSH_AGENT_PID=38 [2023-05-04T08:09:16.625Z] Running ssh-add (command line suppressed) [2023-05-04T08:09:16.742Z] Identity added: /w/workspace/edgex-go/512@tmp/private_key_17811094894610706939.key (/w/workspace/edgex-go/512@tmp/private_key_17811094894610706939.key) [2023-05-04T08:09:16.735Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T08:09:17.016Z] + git semver bump pre [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,179 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,179 [bump_version] DEBUG bumping version:3.0.0-dev.147 on axis:pre with prefix:dev [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,179 [bump_version] DEBUG bumped version:3.0.0-dev.148 [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,179 [write_version] DEBUG write version:3.0.0-dev.148 to path:/w/workspace/edgex-go/512/.semver/main with force:True [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,179 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,179 [write_file] DEBUG write to file:/w/workspace/edgex-go/512/.semver/main [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,182 [execute] INFO git cat-file --batch-check [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=) [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,187 [execute] INFO git cat-file --batch [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,188 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=) [2023-05-04T08:09:17.275Z] 2023-05-04 08:09:17,193 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T08:09:17.275Z] 3.0.0-dev.148 [Pipeline] } [2023-05-04T08:09:17.303Z] $ docker exec --env ******** --env ******** 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa ssh-agent -k [2023-05-04T08:09:17.391Z] unset SSH_AUTH_SOCK; [2023-05-04T08:09:17.391Z] unset SSH_AGENT_PID; [2023-05-04T08:09:17.391Z] echo Agent pid 38 killed; [2023-05-04T08:09:17.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-04T08:09:17.678Z] + git semver [Pipeline] } [2023-05-04T08:09:17.969Z] $ docker stop --time=1 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa [2023-05-04T08:09:19.209Z] $ docker rm -f --volumes 04ed366e2a2c9337535efe2e2e9386f2538196200b8cb99b63aa01a7a8bafbfa [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-04T08:09:19.515Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-04T08:09:19.515Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:09:19.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-04T08:09:19.810Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T08:09:19.870Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T08:09:19.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T08:09:20.222Z] $ docker top d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-04T08:09:20.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-04T08:09:20.284Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-04T08:09:20.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-04T08:09:20.411Z] $ docker exec d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 ssh-agent [2023-05-04T08:09:20.491Z] SSH_AUTH_SOCK=/tmp/ssh-eLGmzl4DY7Qz/agent.32 [2023-05-04T08:09:20.491Z] SSH_AGENT_PID=38 [2023-05-04T08:09:20.496Z] Running ssh-add (command line suppressed) [2023-05-04T08:09:20.611Z] Identity added: /w/workspace/edgex-go/512@tmp/private_key_15509829469199760624.key (/w/workspace/edgex-go/512@tmp/private_key_15509829469199760624.key) [2023-05-04T08:09:20.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-04T08:09:20.888Z] + git semver push [2023-05-04T08:09:21.146Z] 2023-05-04 08:09:21,076 [run_push] DEBUG push [2023-05-04T08:09:21.146Z] 2023-05-04 08:09:21,076 [execute] INFO git cat-file --batch-check [2023-05-04T08:09:21.146Z] 2023-05-04 08:09:21,076 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=) [2023-05-04T08:09:21.146Z] 2023-05-04 08:09:21,080 [execute] INFO git rev-list 6cd2634474d6378fe8846a935f4a58f61ddc7469 -- [2023-05-04T08:09:21.146Z] 2023-05-04 08:09:21,080 [execute] DEBUG Popen(['git', 'rev-list', '6cd2634474d6378fe8846a935f4a58f61ddc7469', '--'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-04T08:09:21.146Z] 2023-05-04 08:09:21,093 [execute] INFO git fetch -v origin [2023-05-04T08:09:21.146Z] 2023-05-04 08:09:21,094 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=True, shell=None, istream=None) [2023-05-04T08:09:21.716Z] 2023-05-04 08:09:21,547 [run_push] DEBUG no remote changes detected [2023-05-04T08:09:21.716Z] 2023-05-04 08:09:21,547 [execute] INFO git push origin semver [2023-05-04T08:09:21.716Z] 2023-05-04 08:09:21,548 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/512/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-04T08:09:22.654Z] 2023-05-04 08:09:22,385 [run_push] DEBUG push all version tags [2023-05-04T08:09:22.654Z] 2023-05-04 08:09:22,385 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-04T08:09:22.654Z] 2023-05-04 08:09:22,386 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/512, universal_newlines=False, shell=None, istream=None) [2023-05-04T08:09:23.223Z] 2023-05-04 08:09:23,201 [read_version] DEBUG read version from /w/workspace/edgex-go/512/.semver/main [2023-05-04T08:09:23.223Z] 3.0.0-dev.148 [Pipeline] } [2023-05-04T08:09:23.260Z] $ docker exec --env ******** --env ******** d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 ssh-agent -k [2023-05-04T08:09:23.354Z] unset SSH_AUTH_SOCK; [2023-05-04T08:09:23.355Z] unset SSH_AGENT_PID; [2023-05-04T08:09:23.355Z] echo Agent pid 38 killed; [2023-05-04T08:09:23.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-04T08:09:23.641Z] + git semver [Pipeline] } [2023-05-04T08:09:23.929Z] $ docker stop --time=1 d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 [2023-05-04T08:09:25.172Z] $ docker rm -f --volumes d64dbba9beacd6c8ccbba9d97ac333b46d754bea74f329a0c92f09e152de0623 [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-05-04T08:09:25.649Z] + [ -d /w/workspace/edgex-go/512/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:25.930Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:26.800Z] ---> package-listing.sh [2023-05-04T08:09:26.800Z] ++ facter osfamily [2023-05-04T08:09:26.800Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-04T08:09:27.058Z] + OS_FAMILY=debian [2023-05-04T08:09:27.058Z] + workspace=/w/workspace/edgex-go/512 [2023-05-04T08:09:27.058Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-04T08:09:27.058Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-04T08:09:27.058Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-04T08:09:27.058Z] + PACKAGES=/tmp/packages_start.txt [2023-05-04T08:09:27.058Z] + '[' /w/workspace/edgex-go/512 ']' [2023-05-04T08:09:27.058Z] + PACKAGES=/tmp/packages_end.txt [2023-05-04T08:09:27.058Z] + case "${OS_FAMILY}" in [2023-05-04T08:09:27.058Z] + dpkg -l [2023-05-04T08:09:27.058Z] + grep '^ii' [2023-05-04T08:09:27.058Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-04T08:09:27.058Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-04T08:09:27.058Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-04T08:09:27.058Z] + '[' /w/workspace/edgex-go/512 ']' [2023-05-04T08:09:27.058Z] + mkdir -p /w/workspace/edgex-go/512/archives/ [2023-05-04T08:09:27.058Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/512/archives/ [Pipeline] echo [2023-05-04T08:09:27.067Z] 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/512/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-04T08:09:27.342Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:09:27.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T08:09:27.895Z] [2023-05-04T08:09:27.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-04T08:09:28.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T08:09:28.190Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-04T08:09:28.190Z] 5eb5b503b376: Pulling fs layer [2023-05-04T08:09:28.190Z] 5c69ac0246d0: Pulling fs layer [2023-05-04T08:09:28.190Z] ec43610c2a17: Pulling fs layer [2023-05-04T08:09:28.190Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-04T08:09:28.190Z] 33b1e0a273af: Pulling fs layer [2023-05-04T08:09:28.190Z] 5d3b04190fa2: Pulling fs layer [2023-05-04T08:09:28.190Z] 2f39f015ded8: Pulling fs layer [2023-05-04T08:09:28.190Z] 33b1e0a273af: Waiting [2023-05-04T08:09:28.190Z] 5d3b04190fa2: Waiting [2023-05-04T08:09:28.190Z] 3a2ae6a8a46f: Waiting [2023-05-04T08:09:28.190Z] 2f39f015ded8: Waiting [2023-05-04T08:09:28.190Z] 5c69ac0246d0: Verifying Checksum [2023-05-04T08:09:28.190Z] 5c69ac0246d0: Download complete [2023-05-04T08:09:28.190Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-04T08:09:28.190Z] 3a2ae6a8a46f: Download complete [2023-05-04T08:09:28.190Z] 33b1e0a273af: Verifying Checksum [2023-05-04T08:09:28.190Z] 33b1e0a273af: Download complete [2023-05-04T08:09:28.190Z] ec43610c2a17: Verifying Checksum [2023-05-04T08:09:28.190Z] ec43610c2a17: Download complete [2023-05-04T08:09:28.190Z] 5d3b04190fa2: Verifying Checksum [2023-05-04T08:09:28.190Z] 5d3b04190fa2: Download complete [2023-05-04T08:09:28.449Z] 5eb5b503b376: Verifying Checksum [2023-05-04T08:09:28.449Z] 5eb5b503b376: Download complete [2023-05-04T08:09:29.014Z] 2f39f015ded8: Download complete [2023-05-04T08:09:29.579Z] 5eb5b503b376: Pull complete [2023-05-04T08:09:29.579Z] 5c69ac0246d0: Pull complete [2023-05-04T08:09:29.837Z] ec43610c2a17: Pull complete [2023-05-04T08:09:30.096Z] 3a2ae6a8a46f: Pull complete [2023-05-04T08:09:30.096Z] 33b1e0a273af: Pull complete [2023-05-04T08:09:30.353Z] 5d3b04190fa2: Pull complete [2023-05-04T08:09:34.541Z] 2f39f015ded8: Pull complete [2023-05-04T08:09:34.541Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-04T08:09:34.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-04T08:09:34.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-04T08:09:34.614Z] prd-ubuntu20.04-docker-8c-8g-13268 does not seem to be running inside a container [2023-05-04T08:09:34.669Z] $ 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/512/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/512 -v /w/workspace/edgex-go/512:/w/workspace/edgex-go/512:rw,z -v /w/workspace/edgex-go/512@tmp:/w/workspace/edgex-go/512@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-05-04T08:09:36.819Z] $ docker top 35b274578ea8f450f9c81cbe5cb9fa5b26404c7100a8e3a1fa974019638a844c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-04T08:09:37.138Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-04T08:09:37.421Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-04T08:09:37.705Z] + ls /var/log/sa-host [2023-05-04T08:09:37.705Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-04T08:09:37.862Z] provisioning config files... [2023-05-04T08:09:37.870Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/512@tmp/config977252239127919616tmp [Pipeline] { [Pipeline] echo [2023-05-04T08:09:37.881Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:38.165Z] ---> create-netrc.sh [Pipeline] } [2023-05-04T08:09:38.172Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:38.513Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-04T08:09:38.522Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:38.806Z] ---> sudo-logs.sh [2023-05-04T08:09:38.807Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-04T08:09:38.824Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:39.103Z] ---> job-cost.sh [2023-05-04T08:09:39.103Z] lf-activate-venv: SKIPPING [2023-05-04T08:09:39.103Z] DEBUG: total: 0.10999999940395355 [2023-05-04T08:09:39.103Z] INFO: Retrieving Stack Cost... [2023-05-04T08:09:39.363Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-04T08:09:39.931Z] INFO: Archiving Costs [Pipeline] echo [2023-05-04T08:09:39.942Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-04T08:09:40.222Z] ---> logs-deploy.sh [2023-05-04T08:09:40.222Z] lf-activate-venv: SKIPPING [2023-05-04T08:09:40.222Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/512 [2023-05-04T08:09:40.222Z] INFO: archiving workspace using pattern(s): [2023-05-04T08:09:41.157Z] Archives upload complete. [2023-05-04T08:09:41.415Z] INFO: archiving logs to Nexus