Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8aa10c1497df1eea7ec4785a9c01b401f72abbbc 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-ssh5690358726180726648.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14233177986118306807.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2921123782632785723.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9180487262384128312.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-ssh2474260535519052914.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8011 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/435 [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/435 # 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 8aa10c1497df1eea7ec4785a9c01b401f72abbbc (main) Commit message: "fix: Consume Request API fix in go-mod-messaging (#4404)" > 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 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 > git rev-list --no-walk c62a5d89f5f52d8aa6b35d9623ff06e1c2b819d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-01T19:15:09.262Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-01T19:15:09.311Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-01T19:15:09.325Z] ========================================================= [2023-03-01T19:15:09.325Z] EdgeX Global Pipelines Version Info [2023-03-01T19:15:09.325Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:15:10.028Z] ------------------- [2023-03-01T19:15:10.028Z] stable info: [2023-03-01T19:15:10.028Z] ------------------- [2023-03-01T19:15:10.028Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-01T19:15:10.028Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T19:15:10.028Z] Message: update stable to v1.0.244 [2023-03-01T19:15:10.599Z] ------------------- [2023-03-01T19:15:10.599Z] experimental info: [2023-03-01T19:15:10.599Z] ------------------- [2023-03-01T19:15:10.599Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-01T19:15:10.599Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T19:15:10.599Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-01T19:15:10.775Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-01T19:15:10.783Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-01T19:15:10.791Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-01T19:15:10.801Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-01T19:15:10.812Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-01T19:15:10.824Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-01T19:15:10.835Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-01T19:15:10.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-01T19:15:10.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-01T19:15:10.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-01T19:15:10.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-01T19:15:10.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-01T19:15:10.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-01T19:15:10.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-01T19:15:10.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-01T19:15:10.944Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T19:15:10.955Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T19:15:10.965Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-01T19:15:10.976Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-01T19:15:10.987Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-01T19:15:10.998Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-01T19:15:11.009Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-01T19:15:11.019Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-01T19:15:11.030Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-01T19:15:11.044Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-01T19:15:11.057Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-01T19:15:11.068Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] echo [2023-03-01T19:15:11.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8aa10c1 [Pipeline] echo [2023-03-01T19:15:11.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T19:15:11.133Z] provisioning config files... [2023-03-01T19:15:11.146Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config4543167907530726224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:15:11.450Z] ---> docker-login.sh [2023-03-01T19:15:11.450Z] nexus3.edgexfoundry.org:10001 [2023-03-01T19:15:11.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:15:11.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:15:11.710Z] Configure a credential helper to remove this warning. See [2023-03-01T19:15:11.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:15:11.710Z] [2023-03-01T19:15:11.710Z] Login Succeeded [2023-03-01T19:15:11.710Z] nexus3.edgexfoundry.org:10002 [2023-03-01T19:15:11.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:15:11.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:15:11.710Z] Configure a credential helper to remove this warning. See [2023-03-01T19:15:11.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:15:11.710Z] [2023-03-01T19:15:11.710Z] Login Succeeded [2023-03-01T19:15:11.710Z] nexus3.edgexfoundry.org:10003 [2023-03-01T19:15:11.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:15:11.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:15:11.971Z] Configure a credential helper to remove this warning. See [2023-03-01T19:15:11.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:15:11.971Z] [2023-03-01T19:15:11.971Z] Login Succeeded [2023-03-01T19:15:11.971Z] nexus3.edgexfoundry.org:10004 [2023-03-01T19:15:11.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:15:11.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:15:11.971Z] Configure a credential helper to remove this warning. See [2023-03-01T19:15:11.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:15:11.971Z] [2023-03-01T19:15:11.971Z] Login Succeeded [2023-03-01T19:15:11.971Z] docker.io [2023-03-01T19:15:11.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:15:12.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:15:12.230Z] Configure a credential helper to remove this warning. See [2023-03-01T19:15:12.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:15:12.230Z] [2023-03-01T19:15:12.230Z] Login Succeeded [2023-03-01T19:15:12.230Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T19:15:12.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T19:15:12.537Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + dirname cmd/core-command/Dockerfile [2023-03-01T19:15:12.537Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/core-data/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/core-metadata/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/support-notifications/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-01T19:15:12.537Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-01T19:15:12.537Z] + cut -d/ -f2 [2023-03-01T19:15:12.537Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-01T19:15:12.585Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-01T19:15:12.998Z] + git rev-list -1 --merges 8aa10c1497df1eea7ec4785a9c01b401f72abbbc~1..8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] echo [2023-03-01T19:15:13.017Z] -----------> git rev-list -1 --merges 8aa10c1497df1eea7ec4785a9c01b401f72abbbc~1..8aa10c1497df1eea7ec4785a9c01b401f72abbbc 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [false] [Pipeline] sh [2023-03-01T19:15:13.305Z] + git log --format=format:%s -1 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] echo [2023-03-01T19:15:13.319Z] ========================================================= [2023-03-01T19:15:13.319Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-01T19:15:13.319Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-01T19:15:13.787Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T19:15:13.787Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-01T19:15:13.787Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-01T19:15:13.787Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-01T19:15:13.787Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-01T19:15:13.787Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-01T19:15:13.787Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:15:14.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T19:15:14.188Z] [2023-03-01T19:15:14.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:15:14.486Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T19:15:14.486Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-01T19:15:14.486Z] b85a868b505f: Pulling fs layer [2023-03-01T19:15:14.486Z] e2be974225ed: Pulling fs layer [2023-03-01T19:15:14.486Z] 339a4e72a1f5: Pulling fs layer [2023-03-01T19:15:14.486Z] 988bab9f4d93: Pulling fs layer [2023-03-01T19:15:14.486Z] 1469e6f7b9e6: Pulling fs layer [2023-03-01T19:15:14.486Z] eaf3925da568: Pulling fs layer [2023-03-01T19:15:14.486Z] bab4dde63d76: Pulling fs layer [2023-03-01T19:15:14.486Z] bde34c3a00c8: Pulling fs layer [2023-03-01T19:15:14.486Z] b352a97aabf1: Pulling fs layer [2023-03-01T19:15:14.486Z] 4872d77fe225: Pulling fs layer [2023-03-01T19:15:14.486Z] 5851b861e8e6: Pulling fs layer [2023-03-01T19:15:14.486Z] 1469e6f7b9e6: Waiting [2023-03-01T19:15:14.486Z] 988bab9f4d93: Waiting [2023-03-01T19:15:14.486Z] b352a97aabf1: Waiting [2023-03-01T19:15:14.487Z] 4872d77fe225: Waiting [2023-03-01T19:15:14.487Z] eaf3925da568: Waiting [2023-03-01T19:15:14.487Z] bde34c3a00c8: Waiting [2023-03-01T19:15:14.487Z] bab4dde63d76: Waiting [2023-03-01T19:15:14.487Z] 5851b861e8e6: Waiting [2023-03-01T19:15:14.487Z] e2be974225ed: Download complete [2023-03-01T19:15:14.745Z] 339a4e72a1f5: Verifying Checksum [2023-03-01T19:15:14.745Z] 339a4e72a1f5: Download complete [2023-03-01T19:15:14.745Z] 1469e6f7b9e6: Verifying Checksum [2023-03-01T19:15:14.745Z] 1469e6f7b9e6: Download complete [2023-03-01T19:15:14.745Z] eaf3925da568: Verifying Checksum [2023-03-01T19:15:14.745Z] eaf3925da568: Download complete [2023-03-01T19:15:14.745Z] bde34c3a00c8: Verifying Checksum [2023-03-01T19:15:14.745Z] bde34c3a00c8: Download complete [2023-03-01T19:15:14.745Z] b352a97aabf1: Download complete [2023-03-01T19:15:14.745Z] 4872d77fe225: Verifying Checksum [2023-03-01T19:15:14.745Z] 4872d77fe225: Download complete [2023-03-01T19:15:14.745Z] 5851b861e8e6: Verifying Checksum [2023-03-01T19:15:14.745Z] 5851b861e8e6: Download complete [2023-03-01T19:15:15.003Z] b85a868b505f: Download complete [2023-03-01T19:15:15.263Z] bab4dde63d76: Verifying Checksum [2023-03-01T19:15:15.263Z] bab4dde63d76: Download complete [2023-03-01T19:15:15.833Z] b85a868b505f: Pull complete [2023-03-01T19:15:16.091Z] e2be974225ed: Pull complete [2023-03-01T19:15:16.660Z] 339a4e72a1f5: Pull complete [2023-03-01T19:15:16.660Z] 988bab9f4d93: Pull complete [2023-03-01T19:15:17.230Z] 1469e6f7b9e6: Pull complete [2023-03-01T19:15:17.230Z] eaf3925da568: Pull complete [2023-03-01T19:15:18.615Z] bab4dde63d76: Pull complete [2023-03-01T19:15:18.615Z] bde34c3a00c8: Pull complete [2023-03-01T19:15:18.874Z] b352a97aabf1: Pull complete [2023-03-01T19:15:18.874Z] 4872d77fe225: Pull complete [2023-03-01T19:15:18.874Z] 5851b861e8e6: Pull complete [2023-03-01T19:15:18.874Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-01T19:15:18.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T19:15:18.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:15:19.221Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:15:19.253Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T19:15:21.656Z] $ docker top aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d -eo pid,comm [2023-03-01T19:15:21.710Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-01T19:15:21.710Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T19:15:21.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T19:15:21.751Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T19:15:21.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T19:15:21.878Z] $ docker exec aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent [2023-03-01T19:15:22.021Z] SSH_AUTH_SOCK=/tmp/ssh-sTx3EtJhFRyt/agent.33 [2023-03-01T19:15:22.021Z] SSH_AGENT_PID=39 [2023-03-01T19:15:22.029Z] Running ssh-add (command line suppressed) [2023-03-01T19:15:22.117Z] Identity added: /w/workspace/edgex-go/435@tmp/private_key_12899076391893331527.key (/w/workspace/edgex-go/435@tmp/private_key_12899076391893331527.key) [2023-03-01T19:15:22.135Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T19:15:22.420Z] + git tag --points-at HEAD [Pipeline] } [2023-03-01T19:15:22.431Z] $ docker exec --env ******** --env ******** aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent -k [2023-03-01T19:15:22.535Z] unset SSH_AUTH_SOCK; [2023-03-01T19:15:22.536Z] unset SSH_AGENT_PID; [2023-03-01T19:15:22.536Z] echo Agent pid 39 killed; [2023-03-01T19:15:22.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-01T19:15:22.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T19:15:22.571Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T19:15:22.676Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T19:15:22.678Z] $ docker exec aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent [2023-03-01T19:15:22.786Z] SSH_AUTH_SOCK=/tmp/ssh-NryUm512NWZ0/agent.71 [2023-03-01T19:15:22.786Z] SSH_AGENT_PID=77 [2023-03-01T19:15:22.790Z] Running ssh-add (command line suppressed) [2023-03-01T19:15:22.891Z] Identity added: /w/workspace/edgex-go/435@tmp/private_key_9291597680254287550.key (/w/workspace/edgex-go/435@tmp/private_key_9291597680254287550.key) [2023-03-01T19:15:22.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T19:15:23.190Z] + git semver init [2023-03-01T19:15:23.450Z] 2023-03-01 19:15:23,371 [run_init] DEBUG init version:0.0.0 force:False [2023-03-01T19:15:23.450Z] 2023-03-01 19:15:23,371 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/435/.semver [2023-03-01T19:15:23.450Z] 2023-03-01 19:15:23,372 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/435/.semver [2023-03-01T19:15:23.450Z] 2023-03-01 19:15:23,372 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/435/.semver'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=None) [2023-03-01T19:15:28.836Z] 2023-03-01 19:15:27,826 [append_file] DEBUG append to file:/w/workspace/edgex-go/435/.git/info/exclude [2023-03-01T19:15:28.836Z] 2023-03-01 19:15:27,826 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/435/.semver/main with force:False [2023-03-01T19:15:28.836Z] 2023-03-01 19:15:27,827 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:15:28.836Z] 2023-03-01 19:15:27,827 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:15:28.836Z] 3.0.0-dev.74 [Pipeline] } [2023-03-01T19:15:28.844Z] $ docker exec --env ******** --env ******** aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d ssh-agent -k [2023-03-01T19:15:28.944Z] unset SSH_AUTH_SOCK; [2023-03-01T19:15:28.945Z] unset SSH_AGENT_PID; [2023-03-01T19:15:28.945Z] echo Agent pid 77 killed; [2023-03-01T19:15:28.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T19:15:29.252Z] + git semver [Pipeline] } [2023-03-01T19:15:29.530Z] $ docker stop --time=1 aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d [2023-03-01T19:15:30.799Z] $ docker rm -f --volumes aecf53c2c7d751d30a7f7660af317ea29cc336b6400b2214ae1279f6ee4b368d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T19:15:31.129Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-01T19:15:31.328Z] Stashed 1 file(s) [Pipeline] echo [2023-03-01T19:15:31.331Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.74 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T19:15:31.753Z] + git config --global --add safe.directory /w/workspace/edgex-go/435 [Pipeline] echo [2023-03-01T19:15:31.764Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T19:15:31.777Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T19:15:31.787Z] ========================================================= [2023-03-01T19:15:31.787Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-01T19:15:31.787Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-01T19:15:32.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T19:15:32.073Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-01T19:15:32.073Z] 213ec9aee27d: Pulling fs layer [2023-03-01T19:15:32.073Z] 4583459ba037: Pulling fs layer [2023-03-01T19:15:32.073Z] 93c1e223e6f2: Pulling fs layer [2023-03-01T19:15:32.073Z] 53926ce57604: Pulling fs layer [2023-03-01T19:15:32.073Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-01T19:15:32.073Z] 22ff95d597cd: Pulling fs layer [2023-03-01T19:15:32.073Z] 12d6caf4c0d1: Pulling fs layer [2023-03-01T19:15:32.073Z] 96b7cbca73a9: Pulling fs layer [2023-03-01T19:15:32.073Z] a7acece74701: Pulling fs layer [2023-03-01T19:15:32.073Z] 96b7cbca73a9: Waiting [2023-03-01T19:15:32.073Z] 21b2b0c7a3f4: Waiting [2023-03-01T19:15:32.073Z] 22ff95d597cd: Waiting [2023-03-01T19:15:32.073Z] 12d6caf4c0d1: Waiting [2023-03-01T19:15:32.073Z] 53926ce57604: Waiting [2023-03-01T19:15:32.073Z] a7acece74701: Waiting [2023-03-01T19:15:32.073Z] 93c1e223e6f2: Verifying Checksum [2023-03-01T19:15:32.073Z] 93c1e223e6f2: Download complete [2023-03-01T19:15:32.073Z] 4583459ba037: Verifying Checksum [2023-03-01T19:15:32.073Z] 4583459ba037: Download complete [2023-03-01T19:15:32.073Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-01T19:15:32.073Z] 21b2b0c7a3f4: Download complete [2023-03-01T19:15:32.073Z] 22ff95d597cd: Verifying Checksum [2023-03-01T19:15:32.073Z] 22ff95d597cd: Download complete [2023-03-01T19:15:32.073Z] 213ec9aee27d: Verifying Checksum [2023-03-01T19:15:32.073Z] 213ec9aee27d: Download complete [2023-03-01T19:15:32.331Z] 12d6caf4c0d1: Verifying Checksum [2023-03-01T19:15:32.331Z] 12d6caf4c0d1: Download complete [2023-03-01T19:15:32.331Z] 213ec9aee27d: Pull complete [2023-03-01T19:15:32.331Z] 4583459ba037: Pull complete [2023-03-01T19:15:32.600Z] 93c1e223e6f2: Pull complete [2023-03-01T19:15:32.863Z] a7acece74701: Verifying Checksum [2023-03-01T19:15:32.863Z] a7acece74701: Download complete [2023-03-01T19:15:33.119Z] 96b7cbca73a9: Verifying Checksum [2023-03-01T19:15:33.120Z] 96b7cbca73a9: Download complete [2023-03-01T19:15:33.120Z] 53926ce57604: Verifying Checksum [2023-03-01T19:15:33.120Z] 53926ce57604: Download complete [2023-03-01T19:15:36.399Z] 53926ce57604: Pull complete [2023-03-01T19:15:36.399Z] 21b2b0c7a3f4: Pull complete [2023-03-01T19:15:36.656Z] 22ff95d597cd: Pull complete [2023-03-01T19:15:36.656Z] 12d6caf4c0d1: Pull complete [2023-03-01T19:15:38.560Z] 96b7cbca73a9: Pull complete [2023-03-01T19:15:39.491Z] a7acece74701: Pull complete [2023-03-01T19:15:39.491Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-01T19:15:39.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T19:15:39.491Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-01T19:15:39.783Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T19:15:39.783Z] WORKDIR /edgex [2023-03-01T19:15:39.783Z] COPY go.mod . [2023-03-01T19:15:39.783Z] RUN go mod download [2023-03-01T19:15:39.783Z] docker build -t ci-base-image-x86_64 -f - . [2023-03-01T19:15:40.347Z] Sending build context to Docker daemon 170.4MB [2023-03-01T19:15:40.347Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T19:15:40.347Z] ---> db6d94c90886 [2023-03-01T19:15:40.347Z] Step 2/4 : WORKDIR /edgex [2023-03-01T19:15:44.538Z] ---> Running in bc5d955d934e [2023-03-01T19:15:44.538Z] Removing intermediate container bc5d955d934e [2023-03-01T19:15:44.538Z] ---> 2c4106934349 [2023-03-01T19:15:44.538Z] Step 3/4 : COPY go.mod . [2023-03-01T19:15:44.797Z] ---> 5a98c8142903 [2023-03-01T19:15:44.797Z] Step 4/4 : RUN go mod download [2023-03-01T19:15:44.797Z] ---> Running in 46b257c45065 [2023-03-01T19:15:46.421Z] Still waiting to schedule task [2023-03-01T19:15:46.422Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-01T19:15:57.272Z] Removing intermediate container 46b257c45065 [2023-03-01T19:15:57.272Z] ---> 827377a81e23 [2023-03-01T19:15:57.272Z] Successfully built 827377a81e23 [2023-03-01T19:15:57.272Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:15:57.566Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T19:15:57.566Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:15:57.638Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:15:57.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-01T19:15:58.076Z] $ docker top 17802b6fe4597920a47af028008657f10c18c5ff042c53c48a8eac784948ab32 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T19:15:58.411Z] + go version [2023-03-01T19:15:58.411Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-01T19:15:58.421Z] $ docker stop --time=1 17802b6fe4597920a47af028008657f10c18c5ff042c53c48a8eac784948ab32 [2023-03-01T19:15:59.674Z] $ docker rm -f --volumes 17802b6fe4597920a47af028008657f10c18c5ff042c53c48a8eac784948ab32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:16:00.048Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T19:16:00.048Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:16:00.111Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:16:00.138Z] $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-01T19:16:00.458Z] $ docker top 2fedcc3dc1081610e0ea88cb0bf1f4589b909dffb8f7448edc2bc32500248d69 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-01T19:16:00.520Z] ========================================================= [2023-03-01T19:16:00.520Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-01T19:16:00.520Z] ========================================================= [Pipeline] sh [2023-03-01T19:16:00.796Z] + git config --global --add safe.directory /w/workspace/edgex-go/435 [Pipeline] fileExists [Pipeline] sh [2023-03-01T19:16:01.088Z] + make test [2023-03-01T19:16:01.088Z] go test -race -coverprofile=coverage.out ./... [2023-03-01T19:16:07.648Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-01T19:16:19.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-01T19:16:20.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.043s coverage: 28.7% of statements [2023-03-01T19:16:20.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-01T19:16:20.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-01T19:16:20.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.081s coverage: 98.5% of statements [2023-03-01T19:16:24.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.128s coverage: 71.2% of statements [2023-03-01T19:16:24.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-01T19:16:24.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-01T19:16:24.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-01T19:16:24.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.075s coverage: 54.0% of statements [2023-03-01T19:16:24.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-01T19:16:24.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-01T19:16:24.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.355s coverage: 88.5% of statements [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 3.9% of statements [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.492s coverage: 95.6% of statements [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.113s coverage: 72.2% of statements [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 65.9% of statements [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.6% of statements [2023-03-01T19:16:24.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 82.9% of statements [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2023-03-01T19:16:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2023-03-01T19:16:30.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2023-03-01T19:16:30.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.377s coverage: 79.9% of statements [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.051s coverage: 20.0% of statements [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 77.4% of statements [2023-03-01T19:16:45.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-03-01T19:16:45.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.0% of statements [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.281s coverage: 91.2% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 65.3% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.157s coverage: 41.0% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.075s coverage: 89.5% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.097s coverage: 17.7% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.135s coverage: 92.3% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 63.2% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-01T19:16:45.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-01T19:16:45.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-01T19:16:45.706Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-03-01T19:17:03.873Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-01T19:17:03.873Z] go vet ./... [2023-03-01T19:17:05.778Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T19:17:05.778Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T19:17:05.778Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T19:17:05.791Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-01T19:17:06.077Z] + ls -al . [2023-03-01T19:17:06.077Z] total 744 [2023-03-01T19:17:06.077Z] drwxrwxr-x 11 1001 1001 4096 Mar 1 19:16 . [2023-03-01T19:17:06.077Z] drwxr-xr-x 4 root root 4096 Mar 1 19:16 .. [2023-03-01T19:17:06.077Z] drwxrwxr-x 2 1001 1001 4096 Mar 1 19:15 .blubracket [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 16 Mar 1 19:15 .dockerignore [2023-03-01T19:17:06.077Z] drwxrwxr-x 8 1001 1001 4096 Mar 1 19:16 .git [2023-03-01T19:17:06.077Z] drwxrwxr-x 3 1001 1001 4096 Mar 1 19:15 .github [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 1068 Mar 1 19:15 .gitignore [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 42 Mar 1 19:15 .golangci.yml [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 87 Mar 1 19:15 .hadolint.yml [2023-03-01T19:17:06.077Z] drwxr-xr-x 3 1001 1001 4096 Mar 1 19:15 .semver [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 166 Mar 1 19:15 .sonarcloud.properties [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 1171 Mar 1 19:15 ADOPTERS.md [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 10825 Mar 1 19:15 Attribution.txt [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 73765 Mar 1 19:15 CHANGELOG.md [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 3804 Mar 1 19:15 CONTRIBUTING.md [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 677 Mar 1 19:15 GOVERNANCE.md [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 883 Mar 1 19:15 Jenkinsfile [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 10775 Mar 1 19:15 LICENSE [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 14116 Mar 1 19:15 Makefile [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 582 Mar 1 19:15 OWNERS.md [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 9403 Mar 1 19:15 README.md [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 6912 Mar 1 19:15 SECURITY.md [2023-03-01T19:17:06.077Z] -rw-rw-r-- 1 1001 1001 12 Mar 1 19:15 VERSION [2023-03-01T19:17:06.077Z] drwxrwxr-x 2 1001 1001 4096 Mar 1 19:15 bin [2023-03-01T19:17:06.078Z] drwxrwxr-x 18 1001 1001 4096 Mar 1 19:15 cmd [2023-03-01T19:17:06.078Z] -rw-r--r-- 1 root root 487670 Mar 1 19:16 coverage.out [2023-03-01T19:17:06.078Z] -rw-rw-r-- 1 1001 1001 3296 Mar 1 19:15 go.mod [2023-03-01T19:17:06.078Z] -rw-rw-r-- 1 1001 1001 31429 Mar 1 19:15 go.sum [2023-03-01T19:17:06.078Z] drwxrwxr-x 7 1001 1001 4096 Mar 1 19:15 internal [2023-03-01T19:17:06.078Z] drwxrwxr-x 3 1001 1001 4096 Mar 1 19:15 openapi [2023-03-01T19:17:06.078Z] drwxrwxr-x 4 1001 1001 4096 Mar 1 19:15 snap [2023-03-01T19:17:06.078Z] -rw-rw-r-- 1 1001 1001 204 Mar 1 19:15 version.go [Pipeline] sh [2023-03-01T19:17:06.360Z] + '[' -e coverage.out ] [2023-03-01T19:17:06.360Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-01T19:17:06.455Z] Stashed 1 file(s) [Pipeline] sh [2023-03-01T19:17:06.730Z] + make build [2023-03-01T19:17:06.730Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-01T19:17:19.111Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-01T19:17:19.111Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-01T19:17:19.376Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-01T19:17:20.310Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-01T19:17:26.084Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8012 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-01T19:17:26.096Z] Running in /w/workspace/edgex-go/435 [Pipeline] { [Pipeline] checkout [2023-03-01T19:17:26.128Z] The recommended git tool is: git [2023-03-01T19:17:26.864Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-01T19:17:27.796Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-01T19:17:29.168Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-03-01T19:17:29.733Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-01T19:17:30.807Z] using credential edgex-jenkins-ssh [2023-03-01T19:17:30.826Z] Cloning the remote Git repository [2023-03-01T19:17:30.868Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-01T19:17:30.934Z] > git init /w/workspace/edgex-go/435 # timeout=10 [2023-03-01T19:17:31.105Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-01T19:17:31.671Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-01T19:17:31.092Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-01T19:17:31.093Z] > git --version # timeout=10 [2023-03-01T19:17:31.114Z] > git --version # 'git version 2.25.1' [2023-03-01T19:17:31.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T19:17:31.169Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T19:17:32.614Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-01T19:17:35.154Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-01T19:17:36.101Z] $ docker stop --time=1 2fedcc3dc1081610e0ea88cb0bf1f4589b909dffb8f7448edc2bc32500248d69 [2023-03-01T19:17:39.710Z] $ docker rm -f --volumes 2fedcc3dc1081610e0ea88cb0bf1f4589b909dffb8f7448edc2bc32500248d69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:17:41.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-01T19:17:41.170Z] [2023-03-01T19:17:41.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:17:42.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-01T19:17:43.422Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-01T19:17:43.422Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-01T19:17:43.422Z] ca9280d653b3: Pulling fs layer [2023-03-01T19:17:43.422Z] 7e9c9ca2126c: Pulling fs layer [2023-03-01T19:17:43.422Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-01T19:17:43.422Z] cbdbe7a5bc2a: Download complete [2023-03-01T19:17:43.680Z] ca9280d653b3: Verifying Checksum [2023-03-01T19:17:43.680Z] ca9280d653b3: Download complete [2023-03-01T19:17:43.680Z] cbdbe7a5bc2a: Pull complete [2023-03-01T19:17:43.939Z] 7e9c9ca2126c: Download complete [2023-03-01T19:17:44.196Z] ca9280d653b3: Pull complete [2023-03-01T19:17:47.480Z] 7e9c9ca2126c: Pull complete [2023-03-01T19:17:47.480Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-01T19:17:47.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-01T19:17:47.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [2023-03-01T19:17:47.488Z] Avoid second fetch [2023-03-01T19:17:47.489Z] Checking out Revision 8aa10c1497df1eea7ec4785a9c01b401f72abbbc (main) [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:17:47.573Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:17:47.605Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-01T19:17:48.205Z] Commit message: "fix: Consume Request API fix in go-mod-messaging (#4404)" [2023-03-01T19:17:46.659Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-01T19:17:46.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T19:17:47.508Z] > git config core.sparsecheckout # timeout=10 [2023-03-01T19:17:47.523Z] > git checkout -f 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 [2023-03-01T19:17:49.791Z] $ docker top a9d0e0b2a7b5a836e09062511794f24795dc645d01df6d44773d22676481fa62 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T19:17:50.136Z] + docker-compose build --help [2023-03-01T19:17:50.136Z] + grep parallel [2023-03-01T19:17:50.424Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-01T19:17:50.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T19:17:50.425Z] Dload Upload Total Spent Left Speed [2023-03-01T19:17:50.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 98844 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 97335 [2023-03-01T19:17:50.703Z] --parallel Build images in parallel. [Pipeline] } [2023-03-01T19:17:50.713Z] $ docker stop --time=1 a9d0e0b2a7b5a836e09062511794f24795dc645d01df6d44773d22676481fa62 [2023-03-01T19:17:51.972Z] $ docker rm -f --volumes a9d0e0b2a7b5a836e09062511794f24795dc645d01df6d44773d22676481fa62 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:17:52.334Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-01T19:17:52.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-01T19:17:52.421Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:17:52.489Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:17:52.518Z] $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-01T19:17:52.660Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-01T19:17:52.660Z] + sudo tee /etc/docker/daemon.new [2023-03-01T19:17:52.660Z] { [2023-03-01T19:17:52.660Z] "registry-mirrors": [ [2023-03-01T19:17:52.660Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-01T19:17:52.660Z] ], [2023-03-01T19:17:52.660Z] "bip": "10.250.0.254/24", [2023-03-01T19:17:52.660Z] "hosts": [ [2023-03-01T19:17:52.660Z] "tcp://0.0.0.0:5555", [2023-03-01T19:17:52.660Z] "unix:///var/run/docker.sock" [2023-03-01T19:17:52.660Z] ], [2023-03-01T19:17:52.660Z] "mtu": 1458, [2023-03-01T19:17:52.660Z] "selinux-enabled": true, [2023-03-01T19:17:52.660Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-01T19:17:52.660Z] } [2023-03-01T19:17:52.812Z] $ docker top a379e95d30cdf3a767181755a9779a4a65a1e4480930c2353d6cdf1f273cc570 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-03-01T19:17:53.203Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-01T19:17:53.228Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-01T19:17:53.532Z] + sudo service docker restart [2023-03-01T19:17:53.794Z] Building core-command ... [2023-03-01T19:17:53.794Z] Building core-common-config-bootstrapper ... [2023-03-01T19:17:53.794Z] Building core-data ... [2023-03-01T19:17:53.794Z] Building core-metadata ... [2023-03-01T19:17:53.794Z] Building security-bootstrapper ... [2023-03-01T19:17:53.794Z] Building security-proxy-auth ... [2023-03-01T19:17:53.794Z] Building security-proxy-setup ... [2023-03-01T19:17:53.794Z] Building security-secretstore-setup ... [2023-03-01T19:17:53.794Z] Building security-spiffe-token-provider ... [2023-03-01T19:17:53.794Z] Building security-spire-agent ... [2023-03-01T19:17:53.794Z] Building security-spire-config ... [2023-03-01T19:17:53.794Z] Building security-spire-server ... [2023-03-01T19:17:53.795Z] Building support-notifications ... [2023-03-01T19:17:53.795Z] Building support-scheduler ... [2023-03-01T19:17:53.795Z] Building security-proxy-setup [2023-03-01T19:17:53.795Z] Building core-metadata [2023-03-01T19:17:53.795Z] Building core-common-config-bootstrapper [2023-03-01T19:17:53.795Z] Building support-scheduler [2023-03-01T19:17:53.795Z] Building support-notifications [2023-03-01T19:18:03.763Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:18:03.763Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:18:03.763Z] ---> 827377a81e23 [2023-03-01T19:18:03.763Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:18:03.763Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:18:03.763Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:18:03.763Z] ---> 827377a81e23 [2023-03-01T19:18:03.763Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:18:03.763Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:18:03.763Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:18:03.763Z] ---> 827377a81e23 [2023-03-01T19:18:03.763Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:18:03.763Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:18:03.763Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:18:03.763Z] ---> 827377a81e23 [2023-03-01T19:18:03.763Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:18:04.022Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:18:04.022Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:18:04.022Z] ---> 827377a81e23 [2023-03-01T19:18:04.022Z] Step 3/21 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T19:18:11.785Z] provisioning config files... [2023-03-01T19:18:11.813Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config10035165035168828113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:18:12.166Z] ---> docker-login.sh [2023-03-01T19:18:12.166Z] nexus3.edgexfoundry.org:10001 [2023-03-01T19:18:12.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:18:12.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:18:12.758Z] Configure a credential helper to remove this warning. See [2023-03-01T19:18:12.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:18:12.758Z] [2023-03-01T19:18:12.758Z] Login Succeeded [2023-03-01T19:18:12.758Z] nexus3.edgexfoundry.org:10002 [2023-03-01T19:18:13.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:18:13.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:18:13.026Z] Configure a credential helper to remove this warning. See [2023-03-01T19:18:13.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:18:13.026Z] [2023-03-01T19:18:13.026Z] Login Succeeded [2023-03-01T19:18:13.026Z] nexus3.edgexfoundry.org:10003 [2023-03-01T19:18:13.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:18:13.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:18:13.569Z] Configure a credential helper to remove this warning. See [2023-03-01T19:18:13.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:18:13.569Z] [2023-03-01T19:18:13.569Z] Login Succeeded [2023-03-01T19:18:13.569Z] nexus3.edgexfoundry.org:10004 [2023-03-01T19:18:13.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:18:13.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:18:13.851Z] Configure a credential helper to remove this warning. See [2023-03-01T19:18:13.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:18:13.851Z] [2023-03-01T19:18:13.851Z] Login Succeeded [2023-03-01T19:18:13.851Z] docker.io [2023-03-01T19:18:13.993Z] ---> Running in 0af9b9cba414 [2023-03-01T19:18:13.993Z] ---> Running in 566bd3d1c4f0 [2023-03-01T19:18:13.993Z] ---> Running in 857af7c0eb04 [2023-03-01T19:18:13.993Z] ---> Running in 332d2f44462d [2023-03-01T19:18:13.993Z] ---> Running in 8b579ef175b9 [2023-03-01T19:18:13.993Z] Removing intermediate container 8b579ef175b9 [2023-03-01T19:18:13.993Z] ---> 252dc626add0 [2023-03-01T19:18:13.993Z] Step 4/24 : WORKDIR /edgex-go [2023-03-01T19:18:13.993Z] Removing intermediate container 0af9b9cba414 [2023-03-01T19:18:13.993Z] ---> 80c77457b20e [2023-03-01T19:18:13.993Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:18:13.993Z] Removing intermediate container 566bd3d1c4f0 [2023-03-01T19:18:13.993Z] ---> f6b7b89c0f6e [2023-03-01T19:18:13.993Z] Step 4/22 : WORKDIR /edgex-goRemoving intermediate container 332d2f44462d [2023-03-01T19:18:13.993Z] [2023-03-01T19:18:13.993Z] ---> 0ed570705119 [2023-03-01T19:18:13.993Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:18:13.993Z] Removing intermediate container 857af7c0eb04 [2023-03-01T19:18:13.993Z] ---> 4203ba0cf85d [2023-03-01T19:18:13.993Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-01T19:18:13.993Z] ---> Running in 8f99f0ba0539 [2023-03-01T19:18:13.993Z] ---> Running in 2291bc21bef5 [2023-03-01T19:18:13.993Z] ---> Running in d7639d8f524c [2023-03-01T19:18:13.993Z] ---> Running in 295e242afaa2 [2023-03-01T19:18:13.993Z] ---> Running in 0c690454bcaa [2023-03-01T19:18:13.993Z] Removing intermediate container 8f99f0ba0539 [2023-03-01T19:18:13.993Z] ---> f9ea2fa73b33 [2023-03-01T19:18:13.993Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-01T19:18:13.993Z] Removing intermediate container 2291bc21bef5 [2023-03-01T19:18:13.993Z] ---> 1b350a1b32ea [2023-03-01T19:18:13.994Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:18:13.994Z] ---> Running in 373b234618cc [2023-03-01T19:18:13.994Z] ---> Running in 4b3a593aeeac [2023-03-01T19:18:13.994Z] Removing intermediate container d7639d8f524c [2023-03-01T19:18:13.994Z] ---> 468f1f962806 [2023-03-01T19:18:13.994Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-01T19:18:13.994Z] Removing intermediate container 295e242afaa2 [2023-03-01T19:18:13.994Z] ---> 6cac93aea874 [2023-03-01T19:18:13.994Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:18:13.994Z] ---> Running in df7f16416016 [2023-03-01T19:18:13.994Z] ---> Running in f5a9dc020ab4 [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] OK: 211 MiB in 51 packages [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:18:13.994Z] OK: 211 MiB in 51 packages [2023-03-01T19:18:13.994Z] OK: 211 MiB in 51 packages [2023-03-01T19:18:14.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:18:14.251Z] OK: 211 MiB in 51 packages [2023-03-01T19:18:14.251Z] OK: 211 MiB in 51 packages [2023-03-01T19:18:14.251Z] Removing intermediate container 0c690454bcaa [2023-03-01T19:18:14.251Z] ---> baac4bd23b5a [2023-03-01T19:18:14.251Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-01T19:18:14.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:18:14.396Z] Configure a credential helper to remove this warning. See [2023-03-01T19:18:14.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:18:14.396Z] [2023-03-01T19:18:14.396Z] Login Succeeded [2023-03-01T19:18:14.396Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T19:18:14.410Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-03-01T19:18:14.508Z] Removing intermediate container 4b3a593aeeac [2023-03-01T19:18:14.508Z] ---> 42e0818d2e2a [2023-03-01T19:18:14.508Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:18:14.508Z] ---> 6a90aaf84cf3 [2023-03-01T19:18:14.508Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:18:14.508Z] ---> Running in 0e124e7aa6ea [2023-03-01T19:18:14.508Z] ---> 862ed51684b8 [2023-03-01T19:18:14.508Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:18:14.508Z] ---> Running in cfef69fc1809 [Pipeline] sh [2023-03-01T19:18:14.766Z] Removing intermediate container f5a9dc020ab4 [2023-03-01T19:18:14.766Z] ---> e5f7448935e1 [2023-03-01T19:18:14.766Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:18:14.766Z] Removing intermediate container 373b234618cc [2023-03-01T19:18:14.766Z] ---> 67bb70314902 [2023-03-01T19:18:14.766Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-01T19:18:14.766Z] Removing intermediate container df7f16416016 [2023-03-01T19:18:14.766Z] ---> ddd4fbe1e31c [2023-03-01T19:18:14.766Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:18:14.766Z] ---> 2eb71bea3769 [2023-03-01T19:18:14.766Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:18:14.986Z] + git config --global --add safe.directory /w/workspace/edgex-go/435 [Pipeline] echo [2023-03-01T19:18:15.003Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T19:18:15.013Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T19:18:15.020Z] ========================================================= [2023-03-01T19:18:15.020Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-01T19:18:15.020Z] ========================================================= [Pipeline] fileExists [2023-03-01T19:18:15.026Z] ---> Running in 76844187aaa5 [2023-03-01T19:18:15.026Z] ---> c7eca0fe43e2 [2023-03-01T19:18:15.026Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:18:15.026Z] ---> Running in b80709f73b00 [2023-03-01T19:18:15.026Z] ---> fabf3b733384 [2023-03-01T19:18:15.026Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:18:15.026Z] ---> Running in f1346fecc577 [Pipeline] sh [2023-03-01T19:18:15.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T19:18:17.927Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-01T19:18:17.927Z] 9b18e9b68314: Pulling fs layer [2023-03-01T19:18:17.927Z] 35d82f9e3411: Pulling fs layer [2023-03-01T19:18:17.927Z] e16973657156: Pulling fs layer [2023-03-01T19:18:17.927Z] fc693d55d65f: Pulling fs layer [2023-03-01T19:18:17.927Z] 7e9fc2657dce: Pulling fs layer [2023-03-01T19:18:17.927Z] dda99020689f: Pulling fs layer [2023-03-01T19:18:17.927Z] db1c61fa0a46: Pulling fs layer [2023-03-01T19:18:17.927Z] 891c053d2c06: Pulling fs layer [2023-03-01T19:18:17.927Z] fc693d55d65f: Waiting [2023-03-01T19:18:17.927Z] 7e9fc2657dce: Waiting [2023-03-01T19:18:17.927Z] dda99020689f: Waiting [2023-03-01T19:18:17.927Z] 891c053d2c06: Waiting [2023-03-01T19:18:17.927Z] db1c61fa0a46: Waiting [2023-03-01T19:18:17.927Z] e16973657156: Verifying Checksum [2023-03-01T19:18:17.927Z] e16973657156: Download complete [2023-03-01T19:18:17.927Z] 35d82f9e3411: Download complete [2023-03-01T19:18:17.927Z] 7e9fc2657dce: Verifying Checksum [2023-03-01T19:18:17.927Z] 7e9fc2657dce: Download complete [2023-03-01T19:18:17.927Z] dda99020689f: Verifying Checksum [2023-03-01T19:18:17.927Z] dda99020689f: Download complete [2023-03-01T19:18:17.927Z] 9b18e9b68314: Verifying Checksum [2023-03-01T19:18:17.927Z] 9b18e9b68314: Download complete [2023-03-01T19:18:18.519Z] 9b18e9b68314: Pull complete [2023-03-01T19:18:18.519Z] 891c053d2c06: Verifying Checksum [2023-03-01T19:18:18.519Z] 891c053d2c06: Download complete [2023-03-01T19:18:19.109Z] 35d82f9e3411: Pull complete [2023-03-01T19:18:19.378Z] e16973657156: Pull complete [2023-03-01T19:18:19.965Z] db1c61fa0a46: Verifying Checksum [2023-03-01T19:18:19.965Z] db1c61fa0a46: Download complete [2023-03-01T19:18:20.553Z] fc693d55d65f: Verifying Checksum [2023-03-01T19:18:20.553Z] fc693d55d65f: Download complete [2023-03-01T19:18:32.905Z] fc693d55d65f: Pull complete [2023-03-01T19:18:32.905Z] 7e9fc2657dce: Pull complete [2023-03-01T19:18:32.905Z] dda99020689f: Pull complete [2023-03-01T19:18:39.602Z] db1c61fa0a46: Pull complete [2023-03-01T19:18:41.020Z] 891c053d2c06: Pull complete [2023-03-01T19:18:41.021Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-01T19:18:41.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T19:18:41.021Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-01T19:18:41.367Z] + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T19:18:41.368Z] WORKDIR /edgex [2023-03-01T19:18:41.368Z] COPY go.mod . [2023-03-01T19:18:41.368Z] RUN go mod download ci-base-image-arm64 [2023-03-01T19:18:41.368Z] -f - . [2023-03-01T19:18:44.716Z] Sending build context to Docker daemon 3.118MB [2023-03-01T19:18:44.984Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T19:18:44.984Z] ---> f96f9c87975a [2023-03-01T19:18:44.984Z] Step 2/4 : WORKDIR /edgex [2023-03-01T19:18:46.935Z] ---> Running in 6539075e05fa [2023-03-01T19:18:46.935Z] Removing intermediate container 6539075e05fa [2023-03-01T19:18:46.935Z] ---> e82a81c7f9b0 [2023-03-01T19:18:46.935Z] Step 3/4 : COPY go.mod . [2023-03-01T19:18:47.584Z] ---> 446ef0460c70 [2023-03-01T19:18:47.584Z] Step 4/4 : RUN go mod download [2023-03-01T19:18:47.584Z] ---> Running in 913eb68c429d [2023-03-01T19:19:19.889Z] Removing intermediate container 913eb68c429d [2023-03-01T19:19:19.889Z] ---> e4b13064ba74 [2023-03-01T19:19:19.889Z] Successfully built e4b13064ba74 [2023-03-01T19:19:19.889Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:19:20.235Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T19:19:20.235Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:19:20.444Z] prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container [2023-03-01T19:19:20.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-01T19:19:22.751Z] Removing intermediate container cfef69fc1809 [2023-03-01T19:19:22.752Z] ---> 3bf5a4de918b [2023-03-01T19:19:22.752Z] Step 8/22 : COPY . . [2023-03-01T19:19:22.752Z] Removing intermediate container f1346fecc577 [2023-03-01T19:19:22.752Z] ---> 5e1c3d38a243 [2023-03-01T19:19:22.752Z] Step 8/22 : COPY . . [2023-03-01T19:19:22.752Z] Removing intermediate container 76844187aaa5 [2023-03-01T19:19:22.752Z] ---> 71e12bd43f73 [2023-03-01T19:19:22.752Z] Step 8/22 : COPY . . [2023-03-01T19:19:22.752Z] Removing intermediate container 0e124e7aa6ea [2023-03-01T19:19:22.752Z] ---> 9a08bba7bb46 [2023-03-01T19:19:22.752Z] Step 7/21 : COPY . . [2023-03-01T19:19:22.752Z] Removing intermediate container b80709f73b00 [2023-03-01T19:19:22.752Z] ---> 06cc3bc51fbb [2023-03-01T19:19:22.752Z] Step 8/24 : COPY . . [2023-03-01T19:19:23.077Z] $ docker top 6853f0b45e7f42e9904215c9eff7c8d2049b22c02374bc2059d84b6eabf3a050 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T19:19:23.929Z] + go version [2023-03-01T19:19:23.929Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-01T19:19:23.948Z] $ docker stop --time=1 6853f0b45e7f42e9904215c9eff7c8d2049b22c02374bc2059d84b6eabf3a050 [2023-03-01T19:19:25.602Z] $ docker rm -f --volumes 6853f0b45e7f42e9904215c9eff7c8d2049b22c02374bc2059d84b6eabf3a050 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:19:26.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-01T19:19:26.180Z] [2023-03-01T19:19:26.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:19:26.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-01T19:19:26.520Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-01T19:19:26.520Z] 29e5d40040c1: Pulling fs layer [2023-03-01T19:19:26.520Z] 1ce36da41761: Pulling fs layer [2023-03-01T19:19:26.520Z] 25b303627fd3: Pulling fs layer [2023-03-01T19:19:26.789Z] 29e5d40040c1: Verifying Checksum [2023-03-01T19:19:26.789Z] 29e5d40040c1: Download complete [2023-03-01T19:19:27.057Z] 1ce36da41761: Verifying Checksum [2023-03-01T19:19:27.057Z] 1ce36da41761: Download complete [2023-03-01T19:19:27.325Z] 29e5d40040c1: Pull complete [2023-03-01T19:19:28.737Z] 25b303627fd3: Verifying Checksum [2023-03-01T19:19:28.737Z] 25b303627fd3: Download complete [2023-03-01T19:19:28.737Z] 1ce36da41761: Pull complete [2023-03-01T19:19:38.820Z] 25b303627fd3: Pull complete [2023-03-01T19:19:38.820Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-01T19:19:38.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-01T19:19:38.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:19:38.990Z] prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container [2023-03-01T19:19:39.050Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-01T19:19:40.923Z] ---> 7be0975fed51 [2023-03-01T19:19:40.923Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-01T19:19:40.923Z] ---> Running in 81b09df8ec1b [2023-03-01T19:19:40.923Z] ---> 438578f0798f [2023-03-01T19:19:40.923Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-01T19:19:40.923Z] ---> 83ec00dfb60b [2023-03-01T19:19:40.923Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-01T19:19:40.923Z] ---> d8c0793176d7 [2023-03-01T19:19:40.923Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-03-01T19:19:40.923Z] ---> 3c057ead766d [2023-03-01T19:19:40.923Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-01T19:19:40.923Z] ---> Running in 9214c7c201ae [2023-03-01T19:19:40.923Z] ---> Running in 62705b27cdd2 [2023-03-01T19:19:40.923Z] ---> Running in 7854621e797e [2023-03-01T19:19:40.923Z] ---> Running in 0a2f1cc74a06 [2023-03-01T19:19:40.923Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-01T19:19:40.923Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-01T19:19:40.923Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-01T19:19:40.923Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-03-01T19:19:40.923Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-01T19:19:41.140Z] $ docker top b3fa8999dfa9a7fc954bbdd4dd3415c740dfa30f23af0cb48cd5510d6bb3db72 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T19:19:41.955Z] + docker-compose+ buildgrep --help parallel [2023-03-01T19:19:41.955Z] [2023-03-01T19:19:46.195Z] --parallel Build images in parallel. [Pipeline] } [2023-03-01T19:19:46.216Z] $ docker stop --time=1 b3fa8999dfa9a7fc954bbdd4dd3415c740dfa30f23af0cb48cd5510d6bb3db72 [2023-03-01T19:19:48.200Z] $ docker rm -f --volumes b3fa8999dfa9a7fc954bbdd4dd3415c740dfa30f23af0cb48cd5510d6bb3db72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:19:48.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-01T19:19:48.706Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:19:48.894Z] prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container [2023-03-01T19:19:48.954Z] $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-01T19:19:50.115Z] $ docker top 9e623fc5d149d6de884d93cc16cd5c0c1d9f05786dcf0452f62790f1483c10de -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T19:19:50.607Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-01T19:19:54.856Z] Building core-command ... [2023-03-01T19:19:54.856Z] Building core-common-config-bootstrapper ... [2023-03-01T19:19:54.856Z] Building core-data ... [2023-03-01T19:19:54.856Z] Building core-metadata ... [2023-03-01T19:19:54.856Z] Building security-bootstrapper ... [2023-03-01T19:19:54.856Z] Building security-proxy-auth ... [2023-03-01T19:19:54.856Z] Building security-proxy-setup ... [2023-03-01T19:19:54.856Z] Building security-secretstore-setup ... [2023-03-01T19:19:54.856Z] Building security-spiffe-token-provider ... [2023-03-01T19:19:54.856Z] Building security-spire-agent ... [2023-03-01T19:19:54.856Z] Building security-spire-config ... [2023-03-01T19:19:54.856Z] Building security-spire-server ... [2023-03-01T19:19:54.856Z] Building support-notifications ... [2023-03-01T19:19:54.856Z] Building support-scheduler ... [2023-03-01T19:19:54.856Z] Building security-proxy-auth [2023-03-01T19:19:54.856Z] Building support-scheduler [2023-03-01T19:19:54.856Z] Building core-command [2023-03-01T19:19:54.856Z] Building security-secretstore-setup [2023-03-01T19:19:54.856Z] Building security-spiffe-token-provider [2023-03-01T19:20:04.954Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:04.954Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:04.954Z] ---> e4b13064ba74 [2023-03-01T19:20:04.954Z] Step 3/24 : WORKDIR /edgex-go [2023-03-01T19:20:04.954Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:04.954Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:04.954Z] ---> e4b13064ba74 [2023-03-01T19:20:04.954Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:20:05.229Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:05.229Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:05.229Z] ---> e4b13064ba74 [2023-03-01T19:20:05.229Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:20:05.229Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:05.229Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:05.229Z] ---> e4b13064ba74 [2023-03-01T19:20:05.229Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 3/19 : WORKDIR /edgex-go [2023-03-01T19:20:05.229Z] [2023-03-01T19:20:05.229Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:05.229Z] ---> e4b13064ba74 [2023-03-01T19:20:05.229Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:20:05.229Z] ---> Running in 87f8d9141df9 [2023-03-01T19:20:05.229Z] ---> Running in 265bf472f435 [2023-03-01T19:20:05.229Z] ---> Running in ca72c4a06258 [2023-03-01T19:20:05.229Z] ---> Running in 7a8fd2dd1470 [2023-03-01T19:20:05.229Z] ---> Running in 6b698410556f [2023-03-01T19:20:05.816Z] Removing intermediate container 87f8d9141df9 [2023-03-01T19:20:05.816Z] ---> 55ce18351133 [2023-03-01T19:20:05.816Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-01T19:20:05.816Z] Removing intermediate container 265bf472f435 [2023-03-01T19:20:05.816Z] ---> 98adbbe698bf [2023-03-01T19:20:05.816Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:20:06.084Z] Removing intermediate container 6b698410556f [2023-03-01T19:20:06.084Z] ---> e4f97ca412c0 [2023-03-01T19:20:06.084Z] Step 4/23 : WORKDIR /edgex-go [2023-03-01T19:20:06.084Z] Removing intermediate container 7a8fd2dd1470 [2023-03-01T19:20:06.084Z] ---> 047bad65557e [2023-03-01T19:20:06.084Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:20:06.084Z] ---> Running in e3908dc474c9 [2023-03-01T19:20:06.084Z] ---> Running in 5f38a3c80e4e [2023-03-01T19:20:06.084Z] Removing intermediate container ca72c4a06258 [2023-03-01T19:20:06.084Z] ---> a40e9fb6faa9 [2023-03-01T19:20:06.084Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-01T19:20:06.354Z] ---> Running in bf9781e2d626 [2023-03-01T19:20:06.354Z] ---> Running in 02bd068f8f71 [2023-03-01T19:20:06.354Z] ---> Running in 63b1cd4d178f [2023-03-01T19:20:06.941Z] Removing intermediate container bf9781e2d626 [2023-03-01T19:20:06.941Z] ---> d8b1db0e92a7 [2023-03-01T19:20:06.941Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-01T19:20:07.211Z] Removing intermediate container 5f38a3c80e4e [2023-03-01T19:20:07.211Z] ---> b9b1dbb19f8e [2023-03-01T19:20:07.211Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:20:07.211Z] ---> Running in eb5e118119d5 [2023-03-01T19:20:07.211Z] Removing intermediate container 02bd068f8f71 [2023-03-01T19:20:07.211Z] ---> 8d2860bd9624 [2023-03-01T19:20:07.211Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:20:07.211Z] ---> Running in 898c1bc940fc [2023-03-01T19:20:07.480Z] ---> Running in 6f9441b11031 [2023-03-01T19:20:08.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:08.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:08.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:09.001Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:09.272Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:09.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:09.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:09.812Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:10.083Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-01T19:20:10.083Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-01T19:20:10.083Z] OK: 16903 distinct packages available [2023-03-01T19:20:10.083Z] OK: 221 MiB in 51 packages [2023-03-01T19:20:10.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:10.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:10.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:10.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:20:10.895Z] OK: 221 MiB in 51 packages [2023-03-01T19:20:11.864Z] OK: 221 MiB in 51 packages [2023-03-01T19:20:11.864Z] OK: 221 MiB in 51 packages [2023-03-01T19:20:12.133Z] OK: 221 MiB in 51 packages [2023-03-01T19:20:13.546Z] Removing intermediate container e3908dc474c9 [2023-03-01T19:20:13.546Z] ---> 24ba60739d74 [2023-03-01T19:20:13.546Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-01T19:20:14.133Z] Removing intermediate container eb5e118119d5 [2023-03-01T19:20:14.133Z] ---> 9ec07caeeba8 [2023-03-01T19:20:14.133Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-01T19:20:14.412Z] ---> 97fd3bb323ce [2023-03-01T19:20:14.412Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:20:14.681Z] ---> Running in 3b5fba65e20e [2023-03-01T19:20:14.681Z] Removing intermediate container 898c1bc940fc [2023-03-01T19:20:14.681Z] ---> c71bf023516c [2023-03-01T19:20:14.681Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:20:14.681Z] Removing intermediate container 6f9441b11031 [2023-03-01T19:20:14.681Z] ---> da909da0b068 [2023-03-01T19:20:14.681Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:20:14.681Z] Removing intermediate container 63b1cd4d178f [2023-03-01T19:20:14.681Z] ---> fb38d2ada121 [2023-03-01T19:20:14.681Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-01T19:20:15.642Z] ---> d288c23c01ef [2023-03-01T19:20:15.642Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:20:15.642Z] ---> Running in adf4bdb16cbf [2023-03-01T19:20:16.226Z] ---> d3a0b85913a8 [2023-03-01T19:20:16.226Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:20:16.226Z] ---> Running in d7f9bd37b449 [2023-03-01T19:20:16.496Z] ---> dde11dcd85de [2023-03-01T19:20:16.496Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:20:16.496Z] ---> 71baafdefc0c [2023-03-01T19:20:16.496Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:20:16.496Z] ---> Running in ed0ace23f52a [2023-03-01T19:20:16.496Z] ---> Running in 9527375ec990 [2023-03-01T19:20:19.640Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-01T19:20:24.912Z] Removing intermediate container 7854621e797e [2023-03-01T19:20:24.912Z] ---> d63a2f86b4df [2023-03-01T19:20:24.912Z] [2023-03-01T19:20:24.912Z] Step 9/21 : FROM alpine:3.16 [2023-03-01T19:20:24.912Z] Removing intermediate container 62705b27cdd2 [2023-03-01T19:20:24.912Z] ---> cc733fc026ce [2023-03-01T19:20:24.912Z] [2023-03-01T19:20:24.912Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:20:24.912Z] Removing intermediate container 81b09df8ec1b [2023-03-01T19:20:24.912Z] ---> 8d99ca0f519f [2023-03-01T19:20:24.912Z] [2023-03-01T19:20:24.912Z] Step 10/24 : FROM alpine:3.16 [2023-03-01T19:20:24.912Z] 3.16: Pulling from library/alpine [2023-03-01T19:20:24.912Z] 3.16: Pulling from library/alpine [2023-03-01T19:20:24.912Z] 3.16: Pulling from library/alpine [2023-03-01T19:20:26.289Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T19:20:26.289Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T19:20:26.289Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T19:20:26.289Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T19:20:26.289Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T19:20:26.289Z] Status: Image is up to date for alpine:3.16 [2023-03-01T19:20:26.289Z] ---> dfd21b5a31f5 [2023-03-01T19:20:26.289Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-01T19:20:26.289Z] ---> dfd21b5a31f5 [2023-03-01T19:20:26.289Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-03-01T19:20:26.289Z] ---> dfd21b5a31f5 [2023-03-01T19:20:26.289Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:20:29.584Z] ---> Running in fcdc6311d1e9 [2023-03-01T19:20:29.584Z] ---> Running in 140907e3bec4 [2023-03-01T19:20:29.584Z] ---> Running in 8e2b5edf5c33 [2023-03-01T19:20:29.584Z] Removing intermediate container 8e2b5edf5c33 [2023-03-01T19:20:29.584Z] ---> f68f6f446b2c [2023-03-01T19:20:29.584Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:20:29.584Z] Removing intermediate container 0a2f1cc74a06 [2023-03-01T19:20:29.584Z] ---> eb29ed665f2c [2023-03-01T19:20:29.584Z] [2023-03-01T19:20:29.584Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:20:29.584Z] ---> dfd21b5a31f5 [2023-03-01T19:20:29.584Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-01T19:20:29.584Z] ---> Running in ab7038079764 [2023-03-01T19:20:29.584Z] Removing intermediate container 9214c7c201ae [2023-03-01T19:20:29.584Z] ---> dfb2f098fe77 [2023-03-01T19:20:29.584Z] [2023-03-01T19:20:29.584Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:20:29.584Z] ---> dfd21b5a31f5 [2023-03-01T19:20:29.584Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:20:29.584Z] ---> Running in c817ae4d87f5 [2023-03-01T19:20:29.584Z] ---> Running in 4d0c57eafee3 [2023-03-01T19:20:29.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:29.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:30.101Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T19:20:30.101Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:20:30.101Z] OK: 6 MiB in 15 packages [2023-03-01T19:20:30.101Z] (1/6) Installing ca-certificates (20220614-r0) [2023-03-01T19:20:30.101Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T19:20:30.101Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:20:30.101Z] OK: 6 MiB in 15 packages [2023-03-01T19:20:30.101Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-03-01T19:20:30.101Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-03-01T19:20:30.101Z] (4/6) Installing libcurl (7.83.1-r6) [2023-03-01T19:20:30.101Z] (5/6) Installing curl (7.83.1-r6) [2023-03-01T19:20:30.101Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-03-01T19:20:30.101Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:20:30.101Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:20:30.101Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T19:20:30.101Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:20:30.101Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-01T19:20:30.101Z] OK: 6 MiB in 15 packages [2023-03-01T19:20:30.101Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-01T19:20:30.101Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:20:30.101Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:20:30.101Z] OK: 8 MiB in 20 packages [2023-03-01T19:20:30.101Z] OK: 6 MiB in 16 packages [2023-03-01T19:20:30.668Z] Removing intermediate container 140907e3bec4 [2023-03-01T19:20:30.668Z] ---> b1ae75c3fbc4 [2023-03-01T19:20:30.668Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:20:30.668Z] ---> Running in 63cc0e026485 [2023-03-01T19:20:30.668Z] Removing intermediate container 4d0c57eafee3 [2023-03-01T19:20:30.668Z] ---> abeae167ee87 [2023-03-01T19:20:30.668Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:20:30.668Z] Removing intermediate container 63cc0e026485 [2023-03-01T19:20:30.668Z] ---> 7f490e06856a [2023-03-01T19:20:30.668Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-01T19:20:30.668Z] ---> Running in 82800d6fff72 [2023-03-01T19:20:30.927Z] ---> Running in 54852758dade [2023-03-01T19:20:30.927Z] Removing intermediate container ab7038079764 [2023-03-01T19:20:30.927Z] ---> 89be6981dc84 [2023-03-01T19:20:30.927Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:20:30.927Z] Removing intermediate container fcdc6311d1e9 [2023-03-01T19:20:30.927Z] ---> 6454959cb00e [2023-03-01T19:20:30.927Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-01T19:20:30.927Z] ---> Running in b6fd62efbb71 [2023-03-01T19:20:30.927Z] Removing intermediate container 82800d6fff72 [2023-03-01T19:20:30.927Z] ---> e6972a0febe4 [2023-03-01T19:20:30.927Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-01T19:20:30.927Z] Removing intermediate container 54852758dade [2023-03-01T19:20:30.927Z] ---> 981def73c8d2 [2023-03-01T19:20:30.927Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-01T19:20:30.927Z] Removing intermediate container c817ae4d87f5 [2023-03-01T19:20:30.927Z] ---> af65fac0269d [2023-03-01T19:20:30.927Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:20:30.927Z] ---> Running in 4c08bd0a4417 [2023-03-01T19:20:31.199Z] ---> Running in 891eab8622d5 [2023-03-01T19:20:31.199Z] ---> Running in f39c6d184cb3 [2023-03-01T19:20:31.199Z] ---> db2ea794a340 [2023-03-01T19:20:31.199Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-01T19:20:31.199Z] Removing intermediate container b6fd62efbb71 [2023-03-01T19:20:31.199Z] ---> 04bf75ee6391 [2023-03-01T19:20:31.199Z] Step 12/21 : WORKDIR /edgex [2023-03-01T19:20:31.199Z] Removing intermediate container 4c08bd0a4417 [2023-03-01T19:20:31.199Z] ---> f50678d53104 [2023-03-01T19:20:31.199Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-01T19:20:31.199Z] ---> Running in 5254c26f0117 [2023-03-01T19:20:31.199Z] ---> Running in c7de7a8d4855 [2023-03-01T19:20:31.457Z] Removing intermediate container 891eab8622d5 [2023-03-01T19:20:31.457Z] ---> c2d5fa3f3d24 [2023-03-01T19:20:31.457Z] Step 15/24 : WORKDIR / [2023-03-01T19:20:31.457Z] Removing intermediate container f39c6d184cb3 [2023-03-01T19:20:31.457Z] ---> dff78ba84694 [2023-03-01T19:20:31.457Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-01T19:20:31.457Z] ---> Running in 80091450e3b2 [2023-03-01T19:20:31.457Z] Removing intermediate container 5254c26f0117 [2023-03-01T19:20:31.457Z] ---> 84aa3ac56ec8 [2023-03-01T19:20:31.457Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-03-01T19:20:31.457Z] Removing intermediate container c7de7a8d4855 [2023-03-01T19:20:31.457Z] ---> d3a85abf4add [2023-03-01T19:20:31.457Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:20:31.457Z] ---> Running in 156839cac059 [2023-03-01T19:20:31.457Z] ---> cef485140cea [2023-03-01T19:20:31.457Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-01T19:20:31.715Z] Removing intermediate container 80091450e3b2 [2023-03-01T19:20:31.715Z] ---> 52d5a0d288e1 [2023-03-01T19:20:31.715Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:20:31.715Z] Removing intermediate container 156839cac059 [2023-03-01T19:20:31.715Z] ---> 40c1418a0a6c [2023-03-01T19:20:31.715Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-01T19:20:31.715Z] ---> Running in 8cc4adfb2fc0 [2023-03-01T19:20:31.715Z] ---> d880c66058cf [2023-03-01T19:20:31.715Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-03-01T19:20:31.715Z] ---> 7fba379aec0a [2023-03-01T19:20:31.715Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-01T19:20:31.715Z] ---> 31cf221af9cf [2023-03-01T19:20:31.715Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-01T19:20:31.715Z] Removing intermediate container 8cc4adfb2fc0 [2023-03-01T19:20:31.715Z] ---> 03c9a1b64935 [2023-03-01T19:20:31.715Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:20:31.715Z] ---> dfbda8b0785c [2023-03-01T19:20:31.715Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-01T19:20:32.649Z] ---> 2cd4a86bfa49 [2023-03-01T19:20:32.649Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:20:32.649Z] ---> d50d61dfe4b1 [2023-03-01T19:20:32.649Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-01T19:20:32.649Z] ---> Running in f16c4188db0c [2023-03-01T19:20:32.649Z] ---> fb04020af254 [2023-03-01T19:20:32.649Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-01T19:20:32.649Z] ---> 899e462a38ca [2023-03-01T19:20:32.649Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-01T19:20:32.649Z] ---> 742c0f4d0c72 [2023-03-01T19:20:32.649Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-01T19:20:33.585Z] ---> 219cde17d032 [2023-03-01T19:20:33.585Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-01T19:20:33.585Z] ---> 524b42a0b0d3 [2023-03-01T19:20:33.585Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-01T19:20:33.585Z] ---> 2cec82df2014 [2023-03-01T19:20:33.585Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-01T19:20:33.585Z] ---> 945af84dca9a [2023-03-01T19:20:33.585Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-01T19:20:33.585Z] ---> Running in 4acd1adee2ab [2023-03-01T19:20:33.585Z] ---> 5514849f9974 [2023-03-01T19:20:33.585Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-01T19:20:33.585Z] ---> Running in a663e6f5ef8e [2023-03-01T19:20:33.844Z] ---> 61b535ab3d1d [2023-03-01T19:20:33.844Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:20:33.844Z] ---> Running in 50ab2929af4d [2023-03-01T19:20:33.844Z] Removing intermediate container 4acd1adee2ab [2023-03-01T19:20:33.844Z] ---> 2c00cbf8b993 [2023-03-01T19:20:33.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:20:33.844Z] Removing intermediate container a663e6f5ef8e [2023-03-01T19:20:33.844Z] ---> f8bf6ab89627 [2023-03-01T19:20:33.844Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:20:33.844Z] ---> Running in 73fcce7e5d82 [2023-03-01T19:20:33.844Z] Removing intermediate container f16c4188db0c [2023-03-01T19:20:33.844Z] ---> 3ff8df744e5e [2023-03-01T19:20:33.844Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:20:33.844Z] ---> 4999689e7d88 [2023-03-01T19:20:33.844Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-01T19:20:33.844Z] ---> Running in 384136ec097e [2023-03-01T19:20:34.104Z] ---> Running in 0dbe68b9e7d7 [2023-03-01T19:20:34.104Z] ---> Running in 6ecf1d1b21a7 [2023-03-01T19:20:34.104Z] Removing intermediate container 73fcce7e5d82 [2023-03-01T19:20:34.104Z] ---> 4aefde932eb1 [2023-03-01T19:20:34.104Z] Step 20/22 : LABEL arch=x86_64 [2023-03-01T19:20:34.104Z] Removing intermediate container 384136ec097e [2023-03-01T19:20:34.104Z] ---> b4767926b935 [2023-03-01T19:20:34.104Z] Step 22/24 : LABEL arch=x86_64 [2023-03-01T19:20:34.104Z] ---> Running in 18af8d003d86 [2023-03-01T19:20:34.104Z] Removing intermediate container 0dbe68b9e7d7 [2023-03-01T19:20:34.104Z] ---> 6acaf9a5083f [2023-03-01T19:20:34.104Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-01T19:20:34.104Z] ---> Running in 1666be800dc5 [2023-03-01T19:20:34.104Z] Removing intermediate container 6ecf1d1b21a7 [2023-03-01T19:20:34.104Z] ---> 356bd6f5c7e3 [2023-03-01T19:20:34.104Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:20:34.371Z] Removing intermediate container 18af8d003d86 [2023-03-01T19:20:34.371Z] ---> e5bbb07c07ae [2023-03-01T19:20:34.371Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:20:34.371Z] ---> Running in e5f6da939e30 [2023-03-01T19:20:34.371Z] ---> Running in 9b504c41748f [2023-03-01T19:20:34.371Z] ---> Running in 175a1966751c [2023-03-01T19:20:34.371Z] Removing intermediate container 1666be800dc5 [2023-03-01T19:20:34.371Z] ---> 56c2217d325c [2023-03-01T19:20:34.371Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:20:34.371Z] Removing intermediate container e5f6da939e30 [2023-03-01T19:20:34.371Z] ---> a9cf63e2bcb0 [2023-03-01T19:20:34.371Z] Step 20/22 : LABEL arch=x86_64 [2023-03-01T19:20:34.371Z] ---> Running in f26fec2b6836 [2023-03-01T19:20:34.371Z] Removing intermediate container 9b504c41748f [2023-03-01T19:20:34.371Z] ---> 6a2212fd759e [2023-03-01T19:20:34.371Z] Step 20/22 : LABEL arch=x86_64 [2023-03-01T19:20:34.629Z] ---> Running in 72ab54f13bc8 [2023-03-01T19:20:34.629Z] Removing intermediate container 175a1966751c [2023-03-01T19:20:34.629Z] ---> a53ea6010640 [2023-03-01T19:20:34.629Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:20:34.629Z] ---> Running in 463f313584bc [2023-03-01T19:20:34.629Z] Removing intermediate container 50ab2929af4d [2023-03-01T19:20:34.629Z] ---> eda27663e3c1 [2023-03-01T19:20:34.629Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:20:34.629Z] ---> Running in 5cb3f90f00a3 [2023-03-01T19:20:34.629Z] Removing intermediate container f26fec2b6836 [2023-03-01T19:20:34.629Z] ---> 67f58e26c1a2 [2023-03-01T19:20:34.629Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:20:34.629Z] Removing intermediate container 72ab54f13bc8 [2023-03-01T19:20:34.629Z] ---> 39b216f13df8 [2023-03-01T19:20:34.629Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:20:34.629Z] ---> Running in 1e586a0a920c [2023-03-01T19:20:34.629Z] ---> Running in ff8f8c647e6b [2023-03-01T19:20:34.629Z] ---> Running in 30e4183853a0 [2023-03-01T19:20:34.629Z] Removing intermediate container 463f313584bc [2023-03-01T19:20:34.629Z] ---> 23392695e3c1 [2023-03-01T19:20:34.629Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:20:34.888Z] Removing intermediate container 5cb3f90f00a3 [2023-03-01T19:20:34.888Z] ---> 83487561fb08 [2023-03-01T19:20:34.888Z] [2023-03-01T19:20:34.888Z] ---> Running in c015ed3e615f [2023-03-01T19:20:34.888Z] Removing intermediate container 1e586a0a920c [2023-03-01T19:20:34.888Z] ---> 02b2f2fa90f8 [2023-03-01T19:20:34.888Z] Step 19/21 : LABEL arch=x86_64 [2023-03-01T19:20:34.888Z] Removing intermediate container ff8f8c647e6b [2023-03-01T19:20:34.888Z] ---> dee20774e494 [2023-03-01T19:20:34.888Z] [2023-03-01T19:20:34.888Z] Successfully built 83487561fb08 [2023-03-01T19:20:34.888Z] Removing intermediate container 30e4183853a0 [2023-03-01T19:20:34.888Z] ---> 341db3a09d06 [2023-03-01T19:20:34.888Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:20:34.888Z] Successfully tagged support-scheduler:latest [2023-03-01T19:20:34.888Z]  Building support-scheduler ... done Building core-data [2023-03-01T19:20:34.888Z] ---> Running in 997758de76f1 [2023-03-01T19:20:34.888Z] Removing intermediate container c015ed3e615f [2023-03-01T19:20:34.888Z] ---> 6f63ccade77f [2023-03-01T19:20:34.888Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:20:34.888Z] Successfully built dee20774e494 [2023-03-01T19:20:34.888Z] ---> Running in b53728e1af66 [2023-03-01T19:20:34.888Z] Successfully tagged core-metadata:latest [2023-03-01T19:20:34.888Z]  Building core-metadata ... done Building security-spire-config [2023-03-01T19:20:35.250Z] ---> Running in c168339ff1b7 [2023-03-01T19:20:35.250Z] Removing intermediate container 997758de76f1 [2023-03-01T19:20:35.250Z] ---> 5ccda4196fef [2023-03-01T19:20:35.250Z] Step 20/21 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:20:35.250Z] ---> Running in 56da9f898fc0 [2023-03-01T19:20:35.250Z] Removing intermediate container b53728e1af66 [2023-03-01T19:20:35.250Z] ---> f3163320efb5 [2023-03-01T19:20:35.250Z] [2023-03-01T19:20:35.250Z] Removing intermediate container c168339ff1b7 [2023-03-01T19:20:35.250Z] ---> 096fcaf68ea1 [2023-03-01T19:20:35.250Z] [2023-03-01T19:20:35.508Z] Successfully built f3163320efb5 [2023-03-01T19:20:35.508Z] Successfully built 096fcaf68ea1 [2023-03-01T19:20:36.444Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-01T19:20:36.444Z] Successfully tagged support-notifications:latest [2023-03-01T19:20:36.444Z] Building security-spire-server [2023-03-01T19:20:36.444Z] Building security-spire-agent [2023-03-01T19:20:36.444Z]  Building core-common-config-bootstrapper ... done  Building support-notifications ... done Removing intermediate container 56da9f898fc0 [2023-03-01T19:20:36.444Z] ---> 6e1183507f9b [2023-03-01T19:20:36.444Z] Step 21/21 : LABEL version=3.0.0-dev.74 [2023-03-01T19:20:41.710Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:41.710Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:41.710Z] ---> 827377a81e23 [2023-03-01T19:20:41.710Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:20:41.710Z] ---> Using cache [2023-03-01T19:20:41.710Z] ---> 0ed570705119 [2023-03-01T19:20:41.710Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:20:41.710Z] ---> Using cache [2023-03-01T19:20:41.710Z] ---> 6cac93aea874 [2023-03-01T19:20:41.710Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:20:41.710Z] ---> Using cache [2023-03-01T19:20:41.710Z] ---> e5f7448935e1 [2023-03-01T19:20:41.710Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:20:41.710Z] ---> Using cache [2023-03-01T19:20:41.710Z] ---> 2eb71bea3769 [2023-03-01T19:20:41.710Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:20:41.710Z] ---> Using cache [2023-03-01T19:20:41.710Z] ---> 71e12bd43f73 [2023-03-01T19:20:41.710Z] Step 8/22 : COPY . . [2023-03-01T19:20:41.710Z] ---> Using cache [2023-03-01T19:20:41.710Z] ---> 438578f0798f [2023-03-01T19:20:41.710Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-01T19:20:41.968Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:41.968Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:41.968Z] ---> 827377a81e23 [2023-03-01T19:20:41.968Z] Step 3/24 : WORKDIR /edgex-go [2023-03-01T19:20:41.968Z] ---> Using cache [2023-03-01T19:20:41.968Z] ---> 4203ba0cf85d [2023-03-01T19:20:41.968Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-01T19:20:43.010Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:43.010Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:43.010Z] ---> 827377a81e23 [2023-03-01T19:20:43.010Z] Step 3/24 : WORKDIR /edgex-go [2023-03-01T19:20:43.010Z] ---> Using cache [2023-03-01T19:20:43.010Z] ---> 4203ba0cf85d [2023-03-01T19:20:43.010Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-01T19:20:44.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:44.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:44.397Z] ---> 827377a81e23 [2023-03-01T19:20:44.397Z] Step 3/23 : WORKDIR /edgex-go [2023-03-01T19:20:44.397Z] ---> Using cache [2023-03-01T19:20:44.397Z] ---> 4203ba0cf85d [2023-03-01T19:20:44.397Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-01T19:20:52.537Z] ---> Running in 9ad13ff57a28 [2023-03-01T19:20:52.537Z] ---> Running in 1381077b8c4a [2023-03-01T19:20:52.537Z] ---> Running in 58c9f8c26477 [2023-03-01T19:20:52.537Z] ---> Running in cf94865a9848 [2023-03-01T19:20:52.537Z] ---> Running in 940ff60bb189 [2023-03-01T19:20:52.537Z] Removing intermediate container cf94865a9848 [2023-03-01T19:20:52.537Z] ---> 71f31fdc3994 [2023-03-01T19:20:52.537Z] [2023-03-01T19:20:52.537Z] Successfully built 71f31fdc3994 [2023-03-01T19:20:52.537Z] Successfully tagged security-proxy-setup:latest [2023-03-01T19:20:52.537Z] Building core-command [2023-03-01T19:20:52.537Z]  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:52.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:52.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:52.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:52.537Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-01T19:20:52.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:52.537Z] OK: 211 MiB in 51 packages [2023-03-01T19:20:52.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:20:52.794Z] OK: 211 MiB in 51 packages [2023-03-01T19:20:52.794Z] OK: 211 MiB in 51 packages [2023-03-01T19:20:56.071Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:20:56.071Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:20:56.071Z] ---> 827377a81e23 [2023-03-01T19:20:56.071Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:20:56.071Z] ---> Using cache [2023-03-01T19:20:56.071Z] ---> 0ed570705119 [2023-03-01T19:20:56.071Z] Step 4/23 : WORKDIR /edgex-go [2023-03-01T19:20:56.071Z] ---> Using cache [2023-03-01T19:20:56.071Z] ---> 6cac93aea874 [2023-03-01T19:20:56.071Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-01T19:20:56.071Z] ---> Using cache [2023-03-01T19:20:56.071Z] ---> e5f7448935e1 [2023-03-01T19:20:56.071Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-01T19:20:56.071Z] ---> Using cache [2023-03-01T19:20:56.071Z] ---> 2eb71bea3769 [2023-03-01T19:20:56.071Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:20:56.071Z] ---> Using cache [2023-03-01T19:20:56.071Z] ---> 71e12bd43f73 [2023-03-01T19:20:56.071Z] Step 8/23 : COPY . . [2023-03-01T19:20:56.071Z] ---> Using cache [2023-03-01T19:20:56.071Z] ---> 438578f0798f [2023-03-01T19:20:56.071Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-01T19:21:00.251Z] ---> Running in 19f41ec10135 [2023-03-01T19:21:00.251Z] Removing intermediate container 940ff60bb189 [2023-03-01T19:21:00.251Z] ---> ca1bb533a0d2 [2023-03-01T19:21:00.251Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-01T19:21:00.251Z] Removing intermediate container 58c9f8c26477 [2023-03-01T19:21:00.251Z] ---> 74c7ba4c1cde [2023-03-01T19:21:00.251Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-01T19:21:00.251Z] Removing intermediate container 9ad13ff57a28 [2023-03-01T19:21:00.251Z] ---> 596c98f6adb6 [2023-03-01T19:21:00.252Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-01T19:21:00.252Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-01T19:21:00.252Z] ---> cc3c3d87ad59 [2023-03-01T19:21:00.252Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:21:00.252Z] ---> Running in e3f5be7dbc6a [2023-03-01T19:21:00.508Z] ---> c951c094df9c [2023-03-01T19:21:00.508Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:21:00.508Z] ---> 2b583ccdeba6 [2023-03-01T19:21:00.508Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:21:00.508Z] ---> Running in ee8659457692 [2023-03-01T19:21:00.508Z] ---> Running in 4100852abc65 [2023-03-01T19:21:39.234Z] Removing intermediate container 19f41ec10135 [2023-03-01T19:21:39.234Z] ---> b10d1f962c66 [2023-03-01T19:21:39.234Z] [2023-03-01T19:21:39.234Z] Step 10/23 : FROM alpine:3.16 [2023-03-01T19:21:39.234Z] ---> dfd21b5a31f5 [2023-03-01T19:21:39.234Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:21:39.234Z] ---> Using cache [2023-03-01T19:21:39.234Z] ---> abeae167ee87 [2023-03-01T19:21:39.234Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:21:39.234Z] ---> Using cache [2023-03-01T19:21:39.234Z] ---> e6972a0febe4 [2023-03-01T19:21:39.234Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-01T19:21:39.234Z] Removing intermediate container 1381077b8c4a [2023-03-01T19:21:39.234Z] ---> af4f97eae107 [2023-03-01T19:21:39.234Z] [2023-03-01T19:21:39.234Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:21:39.234Z] ---> dfd21b5a31f5 [2023-03-01T19:21:39.234Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-01T19:21:39.234Z] ---> Running in 2e1447526856 [2023-03-01T19:21:39.234Z] ---> Running in 4089951f5565 [2023-03-01T19:21:39.234Z] Removing intermediate container 2e1447526856 [2023-03-01T19:21:39.234Z] ---> 35211259b4d2 [2023-03-01T19:21:39.234Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-01T19:21:39.234Z] Removing intermediate container 4089951f5565 [2023-03-01T19:21:39.234Z] ---> be907ca89299 [2023-03-01T19:21:39.234Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-01T19:21:39.234Z] ---> Running in a0f737c7908c [2023-03-01T19:21:39.234Z] ---> Running in fc749384d028 [2023-03-01T19:21:39.234Z] Removing intermediate container a0f737c7908c [2023-03-01T19:21:39.234Z] ---> e1900a64198c [2023-03-01T19:21:39.234Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-01T19:21:39.234Z] Removing intermediate container fc749384d028 [2023-03-01T19:21:39.234Z] ---> 67f73aadf6c1 [2023-03-01T19:21:39.234Z] Step 15/23 : WORKDIR / [2023-03-01T19:21:39.234Z] ---> Running in cfb43ac27021 [2023-03-01T19:21:39.234Z] ---> Running in 95b59ec0d166 [2023-03-01T19:21:39.234Z] Removing intermediate container cfb43ac27021 [2023-03-01T19:21:39.234Z] ---> 67f996fb5d8e [2023-03-01T19:21:39.234Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:21:39.234Z] Removing intermediate container 95b59ec0d166 [2023-03-01T19:21:39.234Z] ---> 62ed471bb377 [2023-03-01T19:21:39.234Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:21:39.234Z] ---> Running in 5b10cd0c9745 [2023-03-01T19:21:39.234Z] Removing intermediate container ee8659457692 [2023-03-01T19:21:39.234Z] ---> e6b9078d812b [2023-03-01T19:21:39.234Z] Step 7/24 : COPY . . [2023-03-01T19:21:39.234Z] Removing intermediate container 4100852abc65 [2023-03-01T19:21:39.234Z] ---> d808d410021a [2023-03-01T19:21:39.234Z] Step 7/24 : COPY . . [2023-03-01T19:21:39.234Z] Removing intermediate container e3f5be7dbc6a [2023-03-01T19:21:39.234Z] ---> 4f7f06bc997d [2023-03-01T19:21:39.234Z] Step 7/23 : COPY . . [2023-03-01T19:21:39.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:21:39.234Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:21:39.234Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T19:21:39.234Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:21:39.234Z] OK: 6 MiB in 15 packages [2023-03-01T19:21:49.413Z] ---> a4bd3d66ccd4 [2023-03-01T19:21:49.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-01T19:21:49.413Z] ---> 2f1c892c37f8 [2023-03-01T19:21:49.414Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-01T19:21:49.414Z] ---> 62a82de93a1e [2023-03-01T19:21:49.414Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-01T19:21:49.414Z] ---> a16e5aa74dd1 [2023-03-01T19:21:49.414Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-01T19:21:49.672Z] ---> Running in 48c783a3840d [2023-03-01T19:21:49.672Z] ---> Running in 6a9e45d903f5 [2023-03-01T19:21:49.672Z] ---> Running in 8eb9fdf6948a [2023-03-01T19:21:49.672Z] Removing intermediate container 5b10cd0c9745 [2023-03-01T19:21:49.672Z] ---> 290b742f9875 [2023-03-01T19:21:49.672Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:21:49.672Z] ---> 3e2a53080659 [2023-03-01T19:21:49.672Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-01T19:21:49.672Z] Removing intermediate container 6a9e45d903f5 [2023-03-01T19:21:49.672Z] ---> c228c5553a70 [2023-03-01T19:21:49.672Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-01T19:21:49.672Z] Removing intermediate container 48c783a3840d [2023-03-01T19:21:49.673Z] ---> 16c27506ef1b [2023-03-01T19:21:49.673Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-01T19:21:49.673Z] Removing intermediate container 8eb9fdf6948a [2023-03-01T19:21:49.673Z] ---> d528b51dd215 [2023-03-01T19:21:49.673Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-01T19:21:49.673Z] ---> Running in 56955b72771a [2023-03-01T19:21:49.673Z] ---> Running in 1489f50c2382 [2023-03-01T19:21:49.673Z] ---> Running in ed886d9cd11a [2023-03-01T19:21:49.673Z] ---> f6660b9c90b4 [2023-03-01T19:21:49.673Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-01T19:21:49.930Z] ---> 3ddfbb1ae827 [2023-03-01T19:21:49.930Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-01T19:21:49.930Z] Removing intermediate container 56955b72771a [2023-03-01T19:21:49.930Z] ---> a7b15c6f47ee [2023-03-01T19:21:49.930Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-01T19:21:49.930Z] Removing intermediate container 1489f50c2382 [2023-03-01T19:21:49.930Z] ---> f209b1197644 [2023-03-01T19:21:49.930Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-01T19:21:49.930Z] Removing intermediate container ed886d9cd11a [2023-03-01T19:21:49.930Z] ---> ac01ac0899db [2023-03-01T19:21:49.930Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-01T19:21:50.196Z] ---> Running in c485fb2110f7 [2023-03-01T19:21:50.196Z] ---> Running in 5d6d692244fd [2023-03-01T19:21:50.196Z] ---> Running in 909aae42d2ad [2023-03-01T19:21:50.196Z] ---> Running in 6f32d571e1a7 [2023-03-01T19:21:50.196Z] ---> f3982fa0e33b [2023-03-01T19:21:50.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-01T19:21:50.196Z] Removing intermediate container 5d6d692244fd [2023-03-01T19:21:50.196Z] ---> 62707cf8389a [2023-03-01T19:21:50.196Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:21:50.196Z] ---> Running in 2d8cb92c797e [2023-03-01T19:21:50.196Z] ---> 06a708cf2439 [2023-03-01T19:21:50.196Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-01T19:21:50.196Z] Removing intermediate container 2d8cb92c797e [2023-03-01T19:21:50.196Z] ---> fabc9160856e [2023-03-01T19:21:50.196Z] Step 21/23 : LABEL arch=x86_64 [2023-03-01T19:21:50.455Z] ---> Running in 6aa71668d0ff [2023-03-01T19:21:50.455Z] ---> Running in 0bb58b3a3d68 [2023-03-01T19:21:50.455Z] Removing intermediate container 6aa71668d0ff [2023-03-01T19:21:50.455Z] ---> 4707bc8f40c9 [2023-03-01T19:21:50.455Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:21:50.455Z] Removing intermediate container 0bb58b3a3d68 [2023-03-01T19:21:50.455Z] ---> 3ad2063e2f9d [2023-03-01T19:21:50.455Z] Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:21:50.455Z] ---> Running in 7d46fca91b97 [2023-03-01T19:21:50.455Z] ---> Running in a6fbe116c078 [2023-03-01T19:21:50.714Z] Removing intermediate container 7d46fca91b97 [2023-03-01T19:21:50.714Z] ---> 866628a13c90 [2023-03-01T19:21:50.714Z] Step 20/22 : LABEL arch=x86_64 [2023-03-01T19:21:50.714Z] Removing intermediate container a6fbe116c078 [2023-03-01T19:21:50.714Z] ---> 97a3dc1db5ef [2023-03-01T19:21:50.714Z] Step 23/23 : LABEL version=3.0.0-dev.74 [2023-03-01T19:21:50.714Z] ---> Running in c26609ae9e7c [2023-03-01T19:21:50.714Z] ---> Running in 5940c3e7d0ac [2023-03-01T19:21:50.714Z] Removing intermediate container c26609ae9e7c [2023-03-01T19:21:50.714Z] ---> 01e002ebd2bc [2023-03-01T19:21:50.714Z] [2023-03-01T19:21:50.714Z] Removing intermediate container 5940c3e7d0ac [2023-03-01T19:21:50.714Z] ---> 69fb75c5728b [2023-03-01T19:21:50.714Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:21:50.714Z] ---> Running in 38ce6d3c6201 [2023-03-01T19:21:50.714Z] Successfully built 01e002ebd2bc [2023-03-01T19:21:50.714Z] Successfully tagged core-command:latest [2023-03-01T19:21:50.714Z]  Building core-command ... done Building security-proxy-auth [2023-03-01T19:21:50.974Z] Removing intermediate container 38ce6d3c6201 [2023-03-01T19:21:50.974Z] ---> 418a56f6f521 [2023-03-01T19:21:50.974Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:21:50.974Z] Removing intermediate container c485fb2110f7 [2023-03-01T19:21:50.974Z] ---> 72306622754d [2023-03-01T19:21:50.974Z] Step 11/24 : WORKDIR /edgex-go [2023-03-01T19:21:50.974Z] ---> Running in 3f1cb2990481 [2023-03-01T19:21:53.098Z] ---> Running in 7559e1a8bbe1 [2023-03-01T19:21:54.031Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:21:54.031Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:21:54.031Z] ---> 827377a81e23 [2023-03-01T19:21:54.031Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:21:54.031Z] ---> Using cache [2023-03-01T19:21:54.031Z] ---> 0ed570705119 [2023-03-01T19:21:54.031Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:21:54.031Z] ---> Using cache [2023-03-01T19:21:54.031Z] ---> 6cac93aea874 [2023-03-01T19:21:54.031Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:21:54.031Z] ---> Using cache [2023-03-01T19:21:54.031Z] ---> e5f7448935e1 [2023-03-01T19:21:54.031Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:21:54.031Z] ---> Using cache [2023-03-01T19:21:54.031Z] ---> 2eb71bea3769 [2023-03-01T19:21:54.031Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:21:54.031Z] ---> Using cache [2023-03-01T19:21:54.031Z] ---> 71e12bd43f73 [2023-03-01T19:21:54.031Z] Step 8/22 : COPY . . [2023-03-01T19:21:54.031Z] ---> Using cache [2023-03-01T19:21:54.031Z] ---> 438578f0798f [2023-03-01T19:21:54.031Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-01T19:21:56.566Z] Removing intermediate container 3f1cb2990481 [2023-03-01T19:21:56.566Z] ---> 17fd5d2d5ed0 [2023-03-01T19:21:56.566Z] [2023-03-01T19:21:56.566Z] ---> Running in e9b28fe32faa [2023-03-01T19:21:56.824Z] Successfully built 17fd5d2d5ed0 [2023-03-01T19:21:56.824Z] Successfully tagged core-data:latest [2023-03-01T19:21:56.824Z]  Building core-data ... done Building security-spiffe-token-provider [2023-03-01T19:21:56.824Z] Removing intermediate container 7559e1a8bbe1 [2023-03-01T19:21:56.824Z] ---> 1dfc5323505e [2023-03-01T19:21:56.824Z] [2023-03-01T19:21:56.824Z] Step 12/24 : FROM alpine:3.15 [2023-03-01T19:21:56.824Z] Removing intermediate container 6f32d571e1a7 [2023-03-01T19:21:56.824Z] ---> 5e31598a4c3d [2023-03-01T19:21:56.824Z] Step 11/23 : WORKDIR /edgex-go [2023-03-01T19:21:56.824Z] Removing intermediate container 909aae42d2ad [2023-03-01T19:21:56.824Z] ---> f54e5a81cbc7 [2023-03-01T19:21:56.824Z] Step 11/24 : WORKDIR /edgex-go [2023-03-01T19:21:56.824Z] ---> Running in 902fa9767f9d [2023-03-01T19:21:57.084Z] 3.15: Pulling from library/alpine [2023-03-01T19:21:57.084Z] ---> Running in 018cf1948959 [2023-03-01T19:21:57.084Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-01T19:22:00.674Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:22:00.674Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:22:00.674Z] ---> 827377a81e23 [2023-03-01T19:22:00.674Z] Step 3/19 : WORKDIR /edgex-go [2023-03-01T19:22:00.674Z] ---> Using cache [2023-03-01T19:22:00.674Z] ---> 4203ba0cf85d [2023-03-01T19:22:00.674Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-01T19:22:03.215Z] Removing intermediate container 902fa9767f9d [2023-03-01T19:22:03.215Z] ---> b1f387ae70c8 [2023-03-01T19:22:03.215Z] [2023-03-01T19:22:03.215Z] Step 12/23 : FROM alpine:3.15 [2023-03-01T19:22:03.215Z] 3.15: Pulling from library/alpine [2023-03-01T19:22:03.215Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-01T19:22:03.215Z] ---> Running in 40d2e581d7d6 [2023-03-01T19:22:03.215Z] Status: Downloaded newer image for alpine:3.15 [2023-03-01T19:22:03.215Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-01T19:22:03.215Z] Status: Image is up to date for alpine:3.15 [2023-03-01T19:22:03.215Z] ---> 5ce65d7b0fde [2023-03-01T19:22:03.215Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' ---> 5ce65d7b0fde [2023-03-01T19:22:03.215Z] [2023-03-01T19:22:03.215Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:22:03.215Z] Removing intermediate container 018cf1948959 [2023-03-01T19:22:03.215Z] ---> c5adeb320458 [2023-03-01T19:22:03.215Z] [2023-03-01T19:22:03.215Z] Step 12/24 : FROM alpine:3.15 [2023-03-01T19:22:03.215Z] ---> 5ce65d7b0fde [2023-03-01T19:22:03.215Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:22:03.215Z] ---> Running in 4d25f4d17257 [2023-03-01T19:22:03.215Z] ---> Running in 417f8e3aa169 [2023-03-01T19:22:03.215Z] ---> Running in 2fef1b95f17f [2023-03-01T19:22:03.473Z] Removing intermediate container 417f8e3aa169 [2023-03-01T19:22:03.473Z] ---> f47870168f51 [2023-03-01T19:22:03.473Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-01T19:22:03.473Z] Removing intermediate container 4d25f4d17257 [2023-03-01T19:22:03.473Z] ---> 13838be2fd38 [2023-03-01T19:22:03.473Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-01T19:22:03.473Z] Removing intermediate container 2fef1b95f17f [2023-03-01T19:22:03.473Z] ---> ef478c6973dc [2023-03-01T19:22:03.473Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-01T19:22:03.473Z] ---> Running in ba5dc4098802 [2023-03-01T19:22:03.473Z] ---> Running in 0463329d8208 [2023-03-01T19:22:03.473Z] ---> Running in 2293e11e1e1f [2023-03-01T19:22:03.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:03.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:03.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:03.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:03.988Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-01T19:22:03.988Z] v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-01T19:22:03.988Z] OK: 17046 distinct packages available [2023-03-01T19:22:03.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.502Z] OK: 211 MiB in 51 packages [2023-03-01T19:22:04.502Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-01T19:22:04.502Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-01T19:22:04.502Z] OK: 15857 distinct packages available [2023-03-01T19:22:04.502Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-01T19:22:04.502Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-01T19:22:04.502Z] OK: 15857 distinct packages available [2023-03-01T19:22:04.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.502Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-01T19:22:04.502Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-01T19:22:04.502Z] OK: 15857 distinct packages available [2023-03-01T19:22:04.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:04.818Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-01T19:22:04.818Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-01T19:22:04.818Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-01T19:22:04.818Z] (3/4) Installing libucontext (1.1-r0) [2023-03-01T19:22:04.818Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-01T19:22:04.818Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-01T19:22:04.818Z] (3/5) Installing libucontext (1.1-r0) [2023-03-01T19:22:04.818Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-01T19:22:04.818Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-01T19:22:04.818Z] (3/5) Installing libucontext (1.1-r0) [2023-03-01T19:22:04.818Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-01T19:22:04.818Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-01T19:22:04.818Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-01T19:22:04.818Z] Executing busybox-1.34.1-r7.trigger [2023-03-01T19:22:04.818Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-01T19:22:04.818Z] OK: 6 MiB in 18 packages [2023-03-01T19:22:04.818Z] Executing busybox-1.34.1-r7.trigger [2023-03-01T19:22:04.818Z] OK: 7 MiB in 19 packages [2023-03-01T19:22:04.818Z] Executing busybox-1.34.1-r7.trigger [2023-03-01T19:22:04.818Z] OK: 7 MiB in 19 packages [2023-03-01T19:22:05.384Z] Removing intermediate container 40d2e581d7d6 [2023-03-01T19:22:05.384Z] ---> a5a32c856f6b [2023-03-01T19:22:05.384Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-01T19:22:05.992Z] Removing intermediate container 0463329d8208 [2023-03-01T19:22:05.992Z] ---> f25651dd2a51 [2023-03-01T19:22:05.992Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-01T19:22:05.992Z] ---> 8708809b3092 [2023-03-01T19:22:05.992Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:22:05.992Z] Removing intermediate container 2293e11e1e1f [2023-03-01T19:22:05.992Z] ---> 55ad030bc44b [2023-03-01T19:22:05.992Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-01T19:22:05.992Z] Removing intermediate container ba5dc4098802 [2023-03-01T19:22:05.992Z] ---> 42e7c0c4d5a3 [2023-03-01T19:22:05.992Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-01T19:22:05.992Z] ---> Running in 9dd301f2663b [2023-03-01T19:22:08.195Z] Removing intermediate container 3b5fba65e20e [2023-03-01T19:22:08.195Z] ---> 498ad5bf5cbc [2023-03-01T19:22:08.195Z] Step 7/24 : COPY . . [2023-03-01T19:22:08.195Z] Removing intermediate container 9527375ec990 [2023-03-01T19:22:08.195Z] ---> fa3d72c2c516 [2023-03-01T19:22:08.195Z] Step 7/19 : COPY . . [2023-03-01T19:22:08.195Z] Removing intermediate container adf4bdb16cbf [2023-03-01T19:22:08.195Z] ---> 1e4ef3ec4268 [2023-03-01T19:22:08.195Z] Step 8/23 : COPY . . [2023-03-01T19:22:08.195Z] Removing intermediate container d7f9bd37b449 [2023-03-01T19:22:08.195Z] ---> 4cc67183e100 [2023-03-01T19:22:08.195Z] Step 8/22 : COPY . . [2023-03-01T19:22:08.195Z] Removing intermediate container ed0ace23f52a [2023-03-01T19:22:08.195Z] ---> ff37fcebaa41 [2023-03-01T19:22:08.195Z] Step 8/22 : COPY . . [2023-03-01T19:22:08.195Z] ---> 1dc5db491159 [2023-03-01T19:22:08.195Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-01T19:22:08.195Z] ---> 1e7e10dbf9f3 [2023-03-01T19:22:08.196Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-01T19:22:08.196Z] ---> 012e7b2b3b0a [2023-03-01T19:22:08.196Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-01T19:22:08.196Z] ---> e7ff708ee0bb [2023-03-01T19:22:08.196Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-01T19:22:08.196Z] ---> 563567f625f3 [2023-03-01T19:22:08.196Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-01T19:22:08.196Z] ---> Running in c4eb46c4d230 [2023-03-01T19:22:08.196Z] ---> Running in ef2e3f8b7472 [2023-03-01T19:22:08.196Z] ---> Running in 3257ad518e7d [2023-03-01T19:22:08.196Z] ---> Running in 9ed99b0e1d65 [2023-03-01T19:22:08.196Z] ---> Running in b3546eb7f8dc [2023-03-01T19:22:10.156Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-01T19:22:10.425Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-01T19:22:11.008Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-01T19:22:11.008Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-01T19:22:11.279Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-01T19:22:11.359Z] ---> 116280194b19 [2023-03-01T19:22:11.359Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-01T19:22:11.359Z] ---> 487b44c8fbb9 [2023-03-01T19:22:11.359Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-01T19:22:11.359Z] ---> 63b92520165f [2023-03-01T19:22:11.359Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-01T19:22:11.359Z] ---> e30b7c0874b4 [2023-03-01T19:22:11.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-01T19:22:11.359Z] ---> 93de72ac7c93 [2023-03-01T19:22:11.359Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-01T19:22:11.359Z] ---> Running in 9432ff9dfee8 [2023-03-01T19:22:11.743Z] ---> ad80e7151b7d [2023-03-01T19:22:11.743Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-01T19:22:12.002Z] Removing intermediate container 9432ff9dfee8 [2023-03-01T19:22:12.002Z] ---> 81d46fc3ceae [2023-03-01T19:22:12.002Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-01T19:22:12.002Z] ---> ff9f1d4c813e [2023-03-01T19:22:12.002Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-01T19:22:12.261Z] ---> b4cfa773c712 [2023-03-01T19:22:12.261Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-01T19:22:12.261Z] ---> Running in 09f3d39bcd2c [2023-03-01T19:22:12.261Z] ---> 4ff759c0d6af [2023-03-01T19:22:12.261Z] Step 19/24 : WORKDIR / [2023-03-01T19:22:12.261Z] ---> Running in 73fa8d5a4b06 [2023-03-01T19:22:12.261Z] ---> 25d47ce48db5 [2023-03-01T19:22:12.261Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-01T19:22:12.261Z] Removing intermediate container 09f3d39bcd2c [2023-03-01T19:22:12.261Z] ---> 14cb99d0938f [2023-03-01T19:22:12.261Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-01T19:22:12.261Z] ---> Running in 47ba7f187900 [2023-03-01T19:22:12.521Z] Removing intermediate container 73fa8d5a4b06 [2023-03-01T19:22:12.521Z] ---> 928db3939e1b [2023-03-01T19:22:12.521Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-01T19:22:12.521Z] ---> Running in b8c88bab4ceb [2023-03-01T19:22:12.521Z] Removing intermediate container 47ba7f187900 [2023-03-01T19:22:12.521Z] ---> 88cdcc3f2a35 [2023-03-01T19:22:12.521Z] Step 21/23 : LABEL arch=x86_64 [2023-03-01T19:22:12.521Z] Removing intermediate container b8c88bab4ceb [2023-03-01T19:22:12.521Z] ---> 849e43b3e54c [2023-03-01T19:22:12.521Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-01T19:22:12.521Z] ---> Running in c3bf96b21683 [2023-03-01T19:22:12.521Z] ---> 9dd5a97b5197 [2023-03-01T19:22:12.521Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-01T19:22:12.521Z] ---> Running in 54e843501793 [2023-03-01T19:22:12.781Z] Removing intermediate container c3bf96b21683 [2023-03-01T19:22:12.781Z] ---> 28933bf6e83c [2023-03-01T19:22:12.781Z] Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:22:12.781Z] ---> Running in 7fce7b96ec3a [2023-03-01T19:22:12.781Z] Removing intermediate container 54e843501793 [2023-03-01T19:22:12.781Z] ---> 20a06432ad7a [2023-03-01T19:22:12.781Z] Step 22/24 : LABEL arch=x86_64 [2023-03-01T19:22:12.781Z] ---> Running in 2099557809d4 [2023-03-01T19:22:12.781Z] ---> 32525104cd5c [2023-03-01T19:22:12.781Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-01T19:22:13.041Z] ---> Running in b3e9c4a4bb12 [2023-03-01T19:22:13.041Z] Removing intermediate container 2099557809d4 [2023-03-01T19:22:13.041Z] ---> 9421828d725b [2023-03-01T19:22:13.041Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:22:13.041Z] ---> Running in a1db404854da [2023-03-01T19:22:13.041Z] Removing intermediate container 7fce7b96ec3a [2023-03-01T19:22:13.041Z] ---> cebdcf208a24 [2023-03-01T19:22:13.041Z] Step 23/23 : LABEL version=3.0.0-dev.74 [2023-03-01T19:22:13.041Z] Removing intermediate container b3e9c4a4bb12 [2023-03-01T19:22:13.041Z] ---> 648142b3d810 [2023-03-01T19:22:13.041Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-01T19:22:13.041Z] ---> Running in 409ed7ba55fe [2023-03-01T19:22:13.301Z] ---> Running in f58c4b9f249d [2023-03-01T19:22:13.301Z] Removing intermediate container 409ed7ba55fe [2023-03-01T19:22:13.301Z] ---> 0738f5605b21 [2023-03-01T19:22:13.301Z] [2023-03-01T19:22:13.301Z] Removing intermediate container a1db404854da [2023-03-01T19:22:13.301Z] ---> d9b5e732bc09 [2023-03-01T19:22:13.301Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:22:13.301Z] Removing intermediate container f58c4b9f249d [2023-03-01T19:22:13.301Z] ---> fe6c796dc72a [2023-03-01T19:22:13.301Z] Step 22/24 : LABEL arch=x86_64 [2023-03-01T19:22:13.301Z] ---> Running in 04c8dfa2dcec [2023-03-01T19:22:13.560Z] ---> Running in f49187fe4bef [2023-03-01T19:22:13.560Z] Successfully built 0738f5605b21 [2023-03-01T19:22:13.560Z] Successfully tagged security-spire-server:latest [2023-03-01T19:22:13.560Z] Building security-secretstore-setup [2023-03-01T19:22:13.560Z]  Building security-spire-server ... done Removing intermediate container 04c8dfa2dcec [2023-03-01T19:22:13.560Z] ---> bac02f9d7e3d [2023-03-01T19:22:13.560Z] [2023-03-01T19:22:13.560Z] Successfully built bac02f9d7e3d [2023-03-01T19:22:15.491Z] Successfully tagged security-spire-config:latest [2023-03-01T19:22:15.491Z] Building security-bootstrapper [2023-03-01T19:22:15.748Z]  Building security-spire-config ... done Removing intermediate container f49187fe4bef [2023-03-01T19:22:15.748Z] ---> b6474f9affae [2023-03-01T19:22:15.748Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:22:18.292Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:22:18.293Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:22:18.293Z] ---> 827377a81e23 [2023-03-01T19:22:18.293Z] Step 3/24 : WORKDIR /edgex-go [2023-03-01T19:22:18.293Z] ---> Using cache [2023-03-01T19:22:18.293Z] ---> 4203ba0cf85d [2023-03-01T19:22:18.293Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-03-01T19:22:18.293Z] ---> Using cache [2023-03-01T19:22:18.293Z] ---> baac4bd23b5a [2023-03-01T19:22:18.293Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-01T19:22:18.293Z] ---> Using cache [2023-03-01T19:22:18.293Z] ---> 6a90aaf84cf3 [2023-03-01T19:22:18.293Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:22:18.293Z] ---> Using cache [2023-03-01T19:22:18.293Z] ---> 9a08bba7bb46 [2023-03-01T19:22:18.293Z] Step 7/24 : COPY . . [2023-03-01T19:22:18.293Z] ---> Using cache [2023-03-01T19:22:18.293Z] ---> d8c0793176d7 [2023-03-01T19:22:18.293Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-01T19:22:20.196Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:22:20.196Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:22:20.196Z] ---> 827377a81e23 [2023-03-01T19:22:20.196Z] Step 3/32 : WORKDIR /edgex-go [2023-03-01T19:22:20.196Z] ---> Using cache [2023-03-01T19:22:20.196Z] ---> 4203ba0cf85d [2023-03-01T19:22:20.196Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-01T19:22:20.196Z] ---> Using cache [2023-03-01T19:22:20.196Z] ---> baac4bd23b5a [2023-03-01T19:22:20.196Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-01T19:22:20.196Z] ---> Using cache [2023-03-01T19:22:20.196Z] ---> 6a90aaf84cf3 [2023-03-01T19:22:20.196Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:22:20.196Z] ---> Using cache [2023-03-01T19:22:20.196Z] ---> 9a08bba7bb46 [2023-03-01T19:22:20.196Z] Step 7/32 : COPY . . [2023-03-01T19:22:20.196Z] ---> Using cache [2023-03-01T19:22:20.196Z] ---> d8c0793176d7 [2023-03-01T19:22:20.196Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-01T19:22:24.392Z] ---> Running in a74cdd3e493e [2023-03-01T19:22:24.392Z] ---> Running in bc96356bd7f9 [2023-03-01T19:22:24.392Z] ---> Running in 5a2059776130 [2023-03-01T19:22:24.392Z] Removing intermediate container bc96356bd7f9 [2023-03-01T19:22:24.392Z] ---> 6988293d4175 [2023-03-01T19:22:24.392Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:22:24.392Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-01T19:22:24.392Z] ---> Running in d5b3ccfa90fb [2023-03-01T19:22:24.392Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-01T19:22:24.649Z] Removing intermediate container d5b3ccfa90fb [2023-03-01T19:22:24.649Z] ---> 952a1f4e0a0c [2023-03-01T19:22:24.649Z] [2023-03-01T19:22:24.649Z] Successfully built 952a1f4e0a0c [2023-03-01T19:22:24.649Z] Successfully tagged security-spire-agent:latest [2023-03-01T19:22:26.558Z]  Building security-spire-agent ... done Removing intermediate container e9b28fe32faa [2023-03-01T19:22:26.558Z] ---> 17237bab22f7 [2023-03-01T19:22:26.558Z] [2023-03-01T19:22:26.558Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:22:26.558Z] ---> dfd21b5a31f5 [2023-03-01T19:22:26.558Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-01T19:22:26.558Z] ---> Using cache [2023-03-01T19:22:26.558Z] ---> f68f6f446b2c [2023-03-01T19:22:26.558Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:22:26.558Z] ---> Using cache [2023-03-01T19:22:26.558Z] ---> 89be6981dc84 [2023-03-01T19:22:26.558Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:22:26.558Z] ---> Using cache [2023-03-01T19:22:26.558Z] ---> db2ea794a340 [2023-03-01T19:22:26.558Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-01T19:22:27.163Z] ---> 323c79246ffa [2023-03-01T19:22:27.163Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-01T19:22:27.443Z] ---> 894b7b2ce55f [2023-03-01T19:22:27.443Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-01T19:22:27.443Z] ---> c33e7372a602 [2023-03-01T19:22:27.443Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:22:27.701Z] ---> Running in d017b57a7eef [2023-03-01T19:22:29.074Z] Removing intermediate container d017b57a7eef [2023-03-01T19:22:29.074Z] ---> 179b248ba057 [2023-03-01T19:22:29.074Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:22:29.074Z] ---> Running in ce4f24c48182 [2023-03-01T19:22:29.335Z] Removing intermediate container ce4f24c48182 [2023-03-01T19:22:29.335Z] ---> 4b4e37ffd6e5 [2023-03-01T19:22:29.335Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-01T19:22:29.593Z] ---> Running in 25a820169b3c [2023-03-01T19:22:29.950Z] Removing intermediate container 25a820169b3c [2023-03-01T19:22:29.950Z] ---> 6b752c3cb062 [2023-03-01T19:22:29.950Z] Step 20/22 : LABEL arch=x86_64 [2023-03-01T19:22:30.214Z] ---> Running in 0af76ecf601f [2023-03-01T19:22:31.819Z] Removing intermediate container 0af76ecf601f [2023-03-01T19:22:31.819Z] ---> 247e526b53bf [2023-03-01T19:22:31.819Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:22:32.825Z] ---> Running in db0993224681 [2023-03-01T19:22:33.846Z] Removing intermediate container db0993224681 [2023-03-01T19:22:33.846Z] ---> 07f81c9b1ee0 [2023-03-01T19:22:33.846Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:22:36.421Z] ---> Running in 5eeb6ca35fbc [2023-03-01T19:22:36.421Z] Removing intermediate container 5eeb6ca35fbc [2023-03-01T19:22:36.421Z] ---> 9afc14e997f9 [2023-03-01T19:22:36.421Z] [2023-03-01T19:22:36.421Z] Successfully built 9afc14e997f9 [2023-03-01T19:22:36.421Z] Successfully tagged security-proxy-auth:latest [2023-03-01T19:22:46.396Z]  Building security-proxy-auth ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-01T19:22:46.967Z] Removing intermediate container 9dd301f2663b [2023-03-01T19:22:46.967Z] ---> ce791df8de69 [2023-03-01T19:22:46.967Z] Step 7/19 : COPY . . [2023-03-01T19:22:55.147Z] Removing intermediate container 5a2059776130 [2023-03-01T19:22:55.147Z] ---> 2fff64396cbb [2023-03-01T19:22:55.147Z] [2023-03-01T19:22:55.147Z] Step 9/32 : FROM alpine:3.16 [2023-03-01T19:22:55.147Z] ---> dfd21b5a31f5 [2023-03-01T19:22:55.147Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:22:55.147Z] ---> 16f85cf0af3f [2023-03-01T19:22:55.147Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-01T19:22:55.147Z] Removing intermediate container a74cdd3e493e [2023-03-01T19:22:55.147Z] ---> 4d8a0e5e9b6f [2023-03-01T19:22:55.147Z] [2023-03-01T19:22:55.147Z] Step 9/24 : FROM alpine:3.16 [2023-03-01T19:22:55.147Z] ---> dfd21b5a31f5 [2023-03-01T19:22:55.147Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-01T19:22:55.147Z] ---> Running in 49f264bbdf32 [2023-03-01T19:22:55.147Z] ---> Running in 6e9fe7940f6e [2023-03-01T19:22:55.147Z] ---> Running in a30b1557a8d9 [2023-03-01T19:22:55.147Z] Removing intermediate container 49f264bbdf32 [2023-03-01T19:22:55.147Z] ---> 3826db02c2c0 [2023-03-01T19:22:55.147Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-01T19:22:55.147Z] ---> Running in e276d83c553c [2023-03-01T19:22:55.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:55.405Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-01T19:22:55.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:55.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:55.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:22:55.664Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-01T19:22:55.664Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-01T19:22:55.664Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-01T19:22:55.664Z] (2/2) Installing su-exec (0.2-r1) [2023-03-01T19:22:55.664Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:22:55.664Z] (3/3) Installing su-exec (0.2-r1) [2023-03-01T19:22:55.664Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:22:55.664Z] OK: 6 MiB in 16 packages [2023-03-01T19:22:55.664Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:22:55.664Z] OK: 6 MiB in 17 packages [2023-03-01T19:22:56.232Z] Removing intermediate container e276d83c553c [2023-03-01T19:22:56.232Z] ---> 194c9a0d1e47 [2023-03-01T19:22:56.232Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-01T19:22:56.232Z] ---> Running in e3628682f576 [2023-03-01T19:22:56.232Z] Removing intermediate container 6e9fe7940f6e [2023-03-01T19:22:56.232Z] ---> 7d66dec3b440 [2023-03-01T19:22:56.232Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-01T19:22:56.490Z] ---> Running in 8f546435af41 [2023-03-01T19:22:56.490Z] Removing intermediate container e3628682f576 [2023-03-01T19:22:56.490Z] ---> cc0e01bf5cee [2023-03-01T19:22:56.490Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-01T19:22:56.490Z] ---> Running in beebf65bf2bd [2023-03-01T19:22:56.490Z] Removing intermediate container beebf65bf2bd [2023-03-01T19:22:56.490Z] ---> d73b7538b57a [2023-03-01T19:22:56.490Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-01T19:22:56.490Z] Removing intermediate container 8f546435af41 [2023-03-01T19:22:56.490Z] ---> dbc6e5aafe68 [2023-03-01T19:22:56.490Z] Step 12/24 : WORKDIR / [2023-03-01T19:22:56.490Z] ---> Running in 0445b5560a47 [2023-03-01T19:22:56.490Z] ---> Running in 14a2a59862b4 [2023-03-01T19:22:56.490Z] Removing intermediate container 0445b5560a47 [2023-03-01T19:22:56.490Z] ---> 9a94a2c0521b [2023-03-01T19:22:56.490Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-01T19:22:56.490Z] ---> Running in 48cd0c14bcbf [2023-03-01T19:22:56.490Z] Removing intermediate container 14a2a59862b4 [2023-03-01T19:22:56.490Z] ---> 1462d9c342ef [2023-03-01T19:22:56.490Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-01T19:22:56.747Z] Removing intermediate container 48cd0c14bcbf [2023-03-01T19:22:56.747Z] ---> 8d488cbd9902 [2023-03-01T19:22:56.747Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-01T19:22:56.747Z] ---> Running in d13c5ee8c7e7 [2023-03-01T19:22:56.747Z] ---> 2e896a6c8e1a [2023-03-01T19:22:56.747Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-01T19:22:57.004Z] ---> d911d8f5223a [2023-03-01T19:22:57.004Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-01T19:22:57.263Z] ---> 95229b6c6110 [2023-03-01T19:22:57.263Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-03-01T19:22:57.520Z] Removing intermediate container d13c5ee8c7e7 [2023-03-01T19:22:57.520Z] ---> d1c2ea906f62 [2023-03-01T19:22:57.520Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-01T19:22:57.520Z] ---> Running in ace395d03cdb [2023-03-01T19:22:57.520Z] ---> 4fc00d522092 [2023-03-01T19:22:57.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-01T19:22:57.520Z] Removing intermediate container ace395d03cdb [2023-03-01T19:22:57.520Z] ---> 357b2b1c99d5 [2023-03-01T19:22:57.520Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-01T19:22:58.085Z] ---> 386e1e4bb872 [2023-03-01T19:22:58.085Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-01T19:22:58.085Z] ---> 0015617f59ad [2023-03-01T19:22:58.085Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-01T19:22:58.085Z] ---> Running in dffbf29f508f [2023-03-01T19:22:59.462Z] ---> 24afacc29624 [2023-03-01T19:22:59.462Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-01T19:22:59.462Z] Removing intermediate container dffbf29f508f [2023-03-01T19:22:59.462Z] ---> 58f61720e1e5 [2023-03-01T19:22:59.462Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:22:59.720Z] ---> 429b5c8bcf1e [2023-03-01T19:22:59.720Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:22:59.720Z] ---> Running in 6fbad8b4d8c9 [2023-03-01T19:22:59.720Z] ---> d640a608fc7c [2023-03-01T19:22:59.720Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-01T19:23:00.733Z] ---> ecb9917c6cfe [2023-03-01T19:23:00.733Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-01T19:23:00.993Z] Removing intermediate container 6fbad8b4d8c9 [2023-03-01T19:23:00.993Z] ---> ac9facc2c2ef [2023-03-01T19:23:00.993Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:23:01.254Z] ---> 34d880b0c563 [2023-03-01T19:23:01.254Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-01T19:23:01.254Z] ---> Running in 90bb8c63ab5a [2023-03-01T19:23:01.254Z] Removing intermediate container 90bb8c63ab5a [2023-03-01T19:23:01.254Z] ---> fecded2daffd [2023-03-01T19:23:01.254Z] Step 22/24 : LABEL arch=x86_64 [2023-03-01T19:23:01.254Z] ---> Running in 6efffe9c9bbd [2023-03-01T19:23:01.516Z] ---> 74551f79cd74 [2023-03-01T19:23:01.516Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-01T19:23:01.516Z] Removing intermediate container 6efffe9c9bbd [2023-03-01T19:23:01.516Z] ---> d2a3e320091d [2023-03-01T19:23:01.516Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:01.516Z] ---> Running in 9d65b82e4666 [2023-03-01T19:23:02.088Z] Removing intermediate container 9d65b82e4666 [2023-03-01T19:23:02.088Z] ---> 67f04de396fc [2023-03-01T19:23:02.088Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:23:02.088Z] ---> 83886d9c6358 [2023-03-01T19:23:02.088Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-01T19:23:02.088Z] ---> Running in f47d995d655c [2023-03-01T19:23:02.088Z] Removing intermediate container f47d995d655c [2023-03-01T19:23:02.088Z] ---> c32f337f7140 [2023-03-01T19:23:02.088Z] [2023-03-01T19:23:02.350Z] ---> 2313d04082a0 [2023-03-01T19:23:02.350Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-01T19:23:02.350Z] Successfully built c32f337f7140 [2023-03-01T19:23:02.350Z] Successfully tagged security-secretstore-setup:latest [2023-03-01T19:23:02.611Z]  Building security-secretstore-setup ... done  ---> 0623c6bb72a7 [2023-03-01T19:23:02.611Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-01T19:23:02.611Z] ---> Running in 5fdf7a179ab2 [2023-03-01T19:23:04.023Z] Removing intermediate container 5fdf7a179ab2 [2023-03-01T19:23:04.023Z] ---> 626403b7df5e [2023-03-01T19:23:04.023Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-01T19:23:04.023Z] ---> Running in 500f01dc2f7f [2023-03-01T19:23:04.282Z] Removing intermediate container 500f01dc2f7f [2023-03-01T19:23:04.282Z] ---> 09f3d2818554 [2023-03-01T19:23:04.282Z] Step 29/32 : CMD ["gate"] [2023-03-01T19:23:04.282Z] ---> Running in 21539019364d [2023-03-01T19:23:04.282Z] Removing intermediate container 21539019364d [2023-03-01T19:23:04.282Z] ---> 6b643927b6b9 [2023-03-01T19:23:04.282Z] Step 30/32 : LABEL arch=x86_64 [2023-03-01T19:23:04.282Z] ---> Running in fc5f45bdbb56 [2023-03-01T19:23:04.542Z] Removing intermediate container fc5f45bdbb56 [2023-03-01T19:23:04.542Z] ---> 8c5a810df407 [2023-03-01T19:23:04.542Z] Step 31/32 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:04.542Z] ---> Running in d20b90f6b944 [2023-03-01T19:23:04.804Z] Removing intermediate container d20b90f6b944 [2023-03-01T19:23:04.804Z] ---> 707112e4273d [2023-03-01T19:23:04.804Z] Step 32/32 : LABEL version=3.0.0-dev.74 [2023-03-01T19:23:04.804Z] ---> Running in d62f4ecaf2d4 [2023-03-01T19:23:05.064Z] Removing intermediate container d62f4ecaf2d4 [2023-03-01T19:23:05.064Z] ---> f24159503406 [2023-03-01T19:23:05.064Z] [2023-03-01T19:23:05.064Z] Successfully built f24159503406 [2023-03-01T19:23:05.064Z] Successfully tagged security-bootstrapper:latest [2023-03-01T19:23:15.068Z]  Building security-bootstrapper ... done Removing intermediate container a30b1557a8d9 [2023-03-01T19:23:15.068Z] ---> dd498d6e0848 [2023-03-01T19:23:15.068Z] [2023-03-01T19:23:15.068Z] Step 9/19 : FROM alpine:3.15 [2023-03-01T19:23:15.068Z] ---> 5ce65d7b0fde [2023-03-01T19:23:15.068Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:23:15.068Z] ---> Using cache [2023-03-01T19:23:15.068Z] ---> ef478c6973dc [2023-03-01T19:23:15.068Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-01T19:23:15.068Z] ---> Running in d3184259d3ab [2023-03-01T19:23:15.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:23:15.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:23:15.850Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-01T19:23:15.850Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-01T19:23:15.850Z] OK: 15857 distinct packages available [2023-03-01T19:23:15.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-01T19:23:15.850Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-01T19:23:16.110Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-01T19:23:16.110Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-01T19:23:16.110Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-01T19:23:16.110Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-01T19:23:16.110Z] (5/9) Installing curl (7.80.0-r6) [2023-03-01T19:23:16.110Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-01T19:23:16.110Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-01T19:23:16.110Z] (8/9) Installing libucontext (1.1-r0) [2023-03-01T19:23:16.110Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-01T19:23:16.110Z] Executing busybox-1.34.1-r7.trigger [2023-03-01T19:23:16.110Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:23:16.110Z] OK: 8 MiB in 23 packages [2023-03-01T19:23:16.682Z] Removing intermediate container d3184259d3ab [2023-03-01T19:23:16.682Z] ---> d87a07588fe3 [2023-03-01T19:23:16.682Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:23:16.942Z] ---> 7e8083c1e830 [2023-03-01T19:23:16.942Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-01T19:23:17.515Z] ---> 0c90e7f83092 [2023-03-01T19:23:17.515Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-01T19:23:17.515Z] ---> f4b31100e004 [2023-03-01T19:23:17.515Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-01T19:23:17.777Z] ---> Running in 3d18176fc4f0 [2023-03-01T19:23:17.777Z] Removing intermediate container 3d18176fc4f0 [2023-03-01T19:23:17.777Z] ---> d5d9b8a152af [2023-03-01T19:23:17.777Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:23:17.777Z] ---> Running in e73cd0c5db7d [2023-03-01T19:23:17.777Z] Removing intermediate container e73cd0c5db7d [2023-03-01T19:23:17.777Z] ---> 77404bd74b6a [2023-03-01T19:23:17.777Z] Step 17/19 : LABEL arch=x86_64 [2023-03-01T19:23:17.777Z] ---> Running in 4ab32d8a0a9c [2023-03-01T19:23:18.040Z] Removing intermediate container 4ab32d8a0a9c [2023-03-01T19:23:18.040Z] ---> 9044afe504e5 [2023-03-01T19:23:18.040Z] Step 18/19 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:18.040Z] ---> Running in 6fafc8f2d7a9 [2023-03-01T19:23:18.040Z] Removing intermediate container 6fafc8f2d7a9 [2023-03-01T19:23:18.040Z] ---> 883c07558522 [2023-03-01T19:23:18.040Z] Step 19/19 : LABEL version=3.0.0-dev.74 [2023-03-01T19:23:18.040Z] ---> Running in 6cf942978105 [2023-03-01T19:23:18.040Z] Removing intermediate container 6cf942978105 [2023-03-01T19:23:18.040Z] ---> 798fe697e957 [2023-03-01T19:23:18.040Z] [2023-03-01T19:23:18.301Z] Successfully built 798fe697e957 [2023-03-01T19:23:18.301Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-01T19:23:18.310Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-03-01T19:23:18.311Z] $ docker stop --time=1 a379e95d30cdf3a767181755a9779a4a65a1e4480930c2353d6cdf1f273cc570 [2023-03-01T19:23:19.590Z] $ docker rm -f --volumes a379e95d30cdf3a767181755a9779a4a65a1e4480930c2353d6cdf1f273cc570 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T19:23:19.923Z] + docker images [2023-03-01T19:23:19.924Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-01T19:23:19.924Z] security-spiffe-token-provider latest 798fe697e957 2 seconds ago 30MB [2023-03-01T19:23:19.924Z] dd498d6e0848 6 seconds ago 1.73GB [2023-03-01T19:23:19.924Z] security-bootstrapper latest f24159503406 15 seconds ago 20.4MB [2023-03-01T19:23:19.924Z] security-secretstore-setup latest c32f337f7140 17 seconds ago 30MB [2023-03-01T19:23:19.924Z] 4d8a0e5e9b6f 29 seconds ago 1.68GB [2023-03-01T19:23:19.924Z] 2fff64396cbb 32 seconds ago 1.68GB [2023-03-01T19:23:19.924Z] security-proxy-auth latest 9afc14e997f9 43 seconds ago 16.2MB [2023-03-01T19:23:19.924Z] 17237bab22f7 54 seconds ago 1.67GB [2023-03-01T19:23:19.924Z] security-spire-agent latest 952a1f4e0a0c 55 seconds ago 125MB [2023-03-01T19:23:19.924Z] security-spire-config latest bac02f9d7e3d About a minute ago 85.8MB [2023-03-01T19:23:19.924Z] security-spire-server latest 0738f5605b21 About a minute ago 86.5MB [2023-03-01T19:23:19.924Z] c5adeb320458 About a minute ago 1.56GB [2023-03-01T19:23:19.924Z] b1f387ae70c8 About a minute ago 1.56GB [2023-03-01T19:23:19.924Z] 1dfc5323505e About a minute ago 1.56GB [2023-03-01T19:23:19.924Z] core-data latest 17fd5d2d5ed0 About a minute ago 18MB [2023-03-01T19:23:19.924Z] core-command latest 01e002ebd2bc About a minute ago 17.7MB [2023-03-01T19:23:19.924Z] af4f97eae107 About a minute ago 1.7GB [2023-03-01T19:23:19.924Z] b10d1f962c66 About a minute ago 1.69GB [2023-03-01T19:23:19.924Z] security-proxy-setup latest 71f31fdc3994 2 minutes ago 27.8MB [2023-03-01T19:23:19.924Z] core-metadata latest dee20774e494 2 minutes ago 18.5MB [2023-03-01T19:23:19.924Z] support-scheduler latest 83487561fb08 2 minutes ago 30.1MB [2023-03-01T19:23:19.924Z] support-notifications latest 096fcaf68ea1 2 minutes ago 30.7MB [2023-03-01T19:23:19.924Z] core-common-config-bootstrapper latest f3163320efb5 2 minutes ago 15.5MB [2023-03-01T19:23:19.924Z] eb29ed665f2c 2 minutes ago 1.76GB [2023-03-01T19:23:19.924Z] dfb2f098fe77 2 minutes ago 1.75GB [2023-03-01T19:23:19.924Z] 8d99ca0f519f 2 minutes ago 1.7GB [2023-03-01T19:23:19.924Z] d63a2f86b4df 2 minutes ago 1.68GB [2023-03-01T19:23:19.924Z] cc733fc026ce 2 minutes ago 1.69GB [2023-03-01T19:23:19.924Z] ci-base-image-x86_64 latest 827377a81e23 7 minutes ago 904MB [2023-03-01T19:23:19.924Z] alpine 3.15 5ce65d7b0fde 2 weeks ago 5.59MB [2023-03-01T19:23:19.924Z] alpine 3.16 dfd21b5a31f5 2 weeks ago 5.55MB [2023-03-01T19:23:19.924Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-03-01T19:23:19.924Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-03-01T19:23:19.924Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T19:23:20.039Z] provisioning config files... [2023-03-01T19:23:20.047Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config13532071809221217189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:23:20.352Z] ---> docker-login.sh [2023-03-01T19:23:20.352Z] nexus3.edgexfoundry.org:10001 [2023-03-01T19:23:20.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:23:20.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:23:20.352Z] Configure a credential helper to remove this warning. See [2023-03-01T19:23:20.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:23:20.352Z] [2023-03-01T19:23:20.352Z] Login Succeeded [2023-03-01T19:23:20.352Z] nexus3.edgexfoundry.org:10002 [2023-03-01T19:23:20.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:23:20.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:23:20.612Z] Configure a credential helper to remove this warning. See [2023-03-01T19:23:20.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:23:20.612Z] [2023-03-01T19:23:20.612Z] Login Succeeded [2023-03-01T19:23:20.612Z] nexus3.edgexfoundry.org:10003 [2023-03-01T19:23:20.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:23:20.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:23:20.612Z] Configure a credential helper to remove this warning. See [2023-03-01T19:23:20.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:23:20.612Z] [2023-03-01T19:23:20.612Z] Login Succeeded [2023-03-01T19:23:20.612Z] nexus3.edgexfoundry.org:10004 [2023-03-01T19:23:20.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:23:20.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:23:20.871Z] Configure a credential helper to remove this warning. See [2023-03-01T19:23:20.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:23:20.871Z] [2023-03-01T19:23:20.871Z] Login Succeeded [2023-03-01T19:23:20.871Z] docker.io [2023-03-01T19:23:20.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:23:21.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:23:21.129Z] Configure a credential helper to remove this warning. See [2023-03-01T19:23:21.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:23:21.129Z] [2023-03-01T19:23:21.129Z] Login Succeeded [2023-03-01T19:23:21.129Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T19:23:21.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:21.159Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T19:23:21.175Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-01T19:23:21.175Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:21.175Z] latest [2023-03-01T19:23:21.175Z] 3.0.0-dev.74 [2023-03-01T19:23:21.175Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:21.175Z] main [2023-03-01T19:23:21.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:21.484Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:21.790Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:21.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-01T19:23:21.790Z] 2310ca84f324: Preparing [2023-03-01T19:23:21.790Z] 36e4e97ada90: Preparing [2023-03-01T19:23:21.790Z] 8118559e3ee8: Preparing [2023-03-01T19:23:21.790Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:21.790Z] aa5968d388b8: Preparing [2023-03-01T19:23:21.790Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:21.790Z] 2310ca84f324: Pushed [2023-03-01T19:23:21.790Z] 12f5758fa1d5: Pushed [2023-03-01T19:23:21.790Z] 8118559e3ee8: Pushed [2023-03-01T19:23:23.168Z] 36e4e97ada90: Pushed [2023-03-01T19:23:23.168Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:23.477Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:23.783Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-01T19:23:23.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-01T19:23:23.783Z] 2310ca84f324: Preparing [2023-03-01T19:23:23.783Z] 36e4e97ada90: Preparing [2023-03-01T19:23:23.783Z] 8118559e3ee8: Preparing [2023-03-01T19:23:23.784Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:23.784Z] aa5968d388b8: Preparing [2023-03-01T19:23:23.784Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:23.784Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:23.784Z] 2310ca84f324: Layer already exists [2023-03-01T19:23:23.784Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:23.784Z] 36e4e97ada90: Layer already exists [2023-03-01T19:23:23.784Z] latest: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:24.102Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:24.411Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.74 [2023-03-01T19:23:24.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-01T19:23:24.411Z] 2310ca84f324: Preparing [2023-03-01T19:23:24.411Z] 36e4e97ada90: Preparing [2023-03-01T19:23:24.411Z] 8118559e3ee8: Preparing [2023-03-01T19:23:24.411Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:24.411Z] aa5968d388b8: Preparing [2023-03-01T19:23:24.411Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:24.411Z] 36e4e97ada90: Layer already exists [2023-03-01T19:23:24.411Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:24.411Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:24.411Z] 2310ca84f324: Layer already exists [2023-03-01T19:23:24.411Z] 3.0.0-dev.74: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:24.728Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:25.029Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:25.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-01T19:23:25.029Z] 2310ca84f324: Preparing [2023-03-01T19:23:25.029Z] 36e4e97ada90: Preparing [2023-03-01T19:23:25.029Z] 8118559e3ee8: Preparing [2023-03-01T19:23:25.029Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:25.029Z] aa5968d388b8: Preparing [2023-03-01T19:23:25.029Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:25.029Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:25.029Z] 2310ca84f324: Layer already exists [2023-03-01T19:23:25.029Z] 36e4e97ada90: Layer already exists [2023-03-01T19:23:25.029Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:25.029Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:25.334Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:25.646Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-01T19:23:25.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-01T19:23:25.646Z] 2310ca84f324: Preparing [2023-03-01T19:23:25.646Z] 36e4e97ada90: Preparing [2023-03-01T19:23:25.646Z] 8118559e3ee8: Preparing [2023-03-01T19:23:25.646Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:25.646Z] aa5968d388b8: Preparing [2023-03-01T19:23:25.646Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:25.646Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:25.646Z] 36e4e97ada90: Layer already exists [2023-03-01T19:23:25.646Z] 2310ca84f324: Layer already exists [2023-03-01T19:23:25.646Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:25.646Z] main: digest: sha256:bdde6b46b4f55fbe870e05103806b166525b7f4be44e435b8672418715056198 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:25.682Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:25.687Z] taggedImages: [2023-03-01T19:23:25.687Z] - nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:25.687Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-01T19:23:25.687Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.74 [2023-03-01T19:23:25.687Z] - nexus3.edgexfoundry.org:10004/core-command:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:25.687Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-01T19:23:25.701Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-01T19:23:25.701Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:25.701Z] latest [2023-03-01T19:23:25.701Z] 3.0.0-dev.74 [2023-03-01T19:23:25.701Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:25.701Z] main [2023-03-01T19:23:25.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:26.017Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:26.318Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:26.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-01T19:23:26.318Z] 0d49c44e1a8f: Preparing [2023-03-01T19:23:26.318Z] fd55fdac5b7c: Preparing [2023-03-01T19:23:26.318Z] 9ff8fc1f9aea: Preparing [2023-03-01T19:23:26.318Z] a253e8758203: Preparing [2023-03-01T19:23:26.318Z] 8118559e3ee8: Preparing [2023-03-01T19:23:26.318Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:26.318Z] aa5968d388b8: Preparing [2023-03-01T19:23:26.318Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:26.318Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:26.318Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:26.318Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:26.318Z] fd55fdac5b7c: Pushed [2023-03-01T19:23:26.318Z] 9ff8fc1f9aea: Pushed [2023-03-01T19:23:26.318Z] 0d49c44e1a8f: Pushed [2023-03-01T19:23:27.691Z] a253e8758203: Pushed [2023-03-01T19:23:27.691Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:28.008Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:28.312Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-01T19:23:28.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-01T19:23:28.312Z] 0d49c44e1a8f: Preparing [2023-03-01T19:23:28.312Z] fd55fdac5b7c: Preparing [2023-03-01T19:23:28.312Z] 9ff8fc1f9aea: Preparing [2023-03-01T19:23:28.312Z] a253e8758203: Preparing [2023-03-01T19:23:28.312Z] 8118559e3ee8: Preparing [2023-03-01T19:23:28.312Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:28.312Z] aa5968d388b8: Preparing [2023-03-01T19:23:28.312Z] aa5968d388b8: Waiting [2023-03-01T19:23:28.312Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:28.312Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:28.312Z] fd55fdac5b7c: Layer already exists [2023-03-01T19:23:28.312Z] 0d49c44e1a8f: Layer already exists [2023-03-01T19:23:28.312Z] 9ff8fc1f9aea: Layer already exists [2023-03-01T19:23:28.312Z] a253e8758203: Layer already exists [2023-03-01T19:23:28.312Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:28.312Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:28.312Z] latest: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:28.629Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:28.934Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.74 [2023-03-01T19:23:28.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-01T19:23:28.934Z] 0d49c44e1a8f: Preparing [2023-03-01T19:23:28.934Z] fd55fdac5b7c: Preparing [2023-03-01T19:23:28.934Z] 9ff8fc1f9aea: Preparing [2023-03-01T19:23:28.934Z] a253e8758203: Preparing [2023-03-01T19:23:28.934Z] 8118559e3ee8: Preparing [2023-03-01T19:23:28.934Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:28.934Z] aa5968d388b8: Preparing [2023-03-01T19:23:28.934Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:28.934Z] aa5968d388b8: Waiting [2023-03-01T19:23:28.934Z] a253e8758203: Layer already exists [2023-03-01T19:23:28.934Z] 0d49c44e1a8f: Layer already exists [2023-03-01T19:23:28.934Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:28.934Z] 9ff8fc1f9aea: Layer already exists [2023-03-01T19:23:28.934Z] fd55fdac5b7c: Layer already exists [2023-03-01T19:23:28.934Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:28.934Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:28.934Z] 3.0.0-dev.74: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:29.243Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:29.560Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:29.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-01T19:23:29.561Z] 0d49c44e1a8f: Preparing [2023-03-01T19:23:29.561Z] fd55fdac5b7c: Preparing [2023-03-01T19:23:29.561Z] 9ff8fc1f9aea: Preparing [2023-03-01T19:23:29.561Z] a253e8758203: Preparing [2023-03-01T19:23:29.561Z] 8118559e3ee8: Preparing [2023-03-01T19:23:29.561Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:29.561Z] aa5968d388b8: Preparing [2023-03-01T19:23:29.561Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:29.561Z] aa5968d388b8: Waiting [2023-03-01T19:23:29.561Z] a253e8758203: Layer already exists [2023-03-01T19:23:29.561Z] 9ff8fc1f9aea: Layer already exists [2023-03-01T19:23:29.561Z] 0d49c44e1a8f: Layer already exists [2023-03-01T19:23:29.561Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:29.561Z] fd55fdac5b7c: Layer already exists [2023-03-01T19:23:29.561Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:29.561Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:29.561Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:29.879Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:30.263Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-01T19:23:30.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-01T19:23:30.264Z] 0d49c44e1a8f: Preparing [2023-03-01T19:23:30.264Z] fd55fdac5b7c: Preparing [2023-03-01T19:23:30.264Z] 9ff8fc1f9aea: Preparing [2023-03-01T19:23:30.264Z] a253e8758203: Preparing [2023-03-01T19:23:30.264Z] 8118559e3ee8: Preparing [2023-03-01T19:23:30.264Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:30.264Z] aa5968d388b8: Preparing [2023-03-01T19:23:30.264Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:30.264Z] aa5968d388b8: Waiting [2023-03-01T19:23:30.264Z] a253e8758203: Layer already exists [2023-03-01T19:23:30.264Z] 0d49c44e1a8f: Layer already exists [2023-03-01T19:23:30.264Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:30.264Z] fd55fdac5b7c: Layer already exists [2023-03-01T19:23:30.264Z] 9ff8fc1f9aea: Layer already exists [2023-03-01T19:23:30.264Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:30.264Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:30.264Z] main: digest: sha256:ea1dce817df0bc940540dde55e6faf161c938cb4979d08b872f78adb8fde0d78 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:30.316Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:30.326Z] taggedImages: [2023-03-01T19:23:30.326Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:30.326Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-01T19:23:30.326Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.74 [2023-03-01T19:23:30.326Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:30.326Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-01T19:23:30.345Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-01T19:23:30.345Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:30.345Z] latest [2023-03-01T19:23:30.345Z] 3.0.0-dev.74 [2023-03-01T19:23:30.345Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:30.345Z] main [2023-03-01T19:23:30.345Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:30.705Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:31.074Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:31.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-01T19:23:31.074Z] 805c71bb774d: Preparing [2023-03-01T19:23:31.074Z] 3426963318e9: Preparing [2023-03-01T19:23:31.074Z] 8118559e3ee8: Preparing [2023-03-01T19:23:31.074Z] 6a90bb6f5410: Preparing [2023-03-01T19:23:31.074Z] aa5968d388b8: Preparing [2023-03-01T19:23:31.074Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:31.074Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:31.074Z] 805c71bb774d: Pushed [2023-03-01T19:23:31.074Z] 6a90bb6f5410: Pushed [2023-03-01T19:23:32.503Z] 3426963318e9: Pushed [2023-03-01T19:23:32.503Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:32.822Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:33.123Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-01T19:23:33.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-01T19:23:33.123Z] 805c71bb774d: Preparing [2023-03-01T19:23:33.123Z] 3426963318e9: Preparing [2023-03-01T19:23:33.123Z] 8118559e3ee8: Preparing [2023-03-01T19:23:33.123Z] 6a90bb6f5410: Preparing [2023-03-01T19:23:33.123Z] aa5968d388b8: Preparing [2023-03-01T19:23:33.123Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:33.123Z] 805c71bb774d: Layer already exists [2023-03-01T19:23:33.123Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:33.123Z] 6a90bb6f5410: Layer already exists [2023-03-01T19:23:33.123Z] 3426963318e9: Layer already exists [2023-03-01T19:23:33.123Z] latest: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:33.438Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:33.743Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.74 [2023-03-01T19:23:33.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-01T19:23:33.743Z] 805c71bb774d: Preparing [2023-03-01T19:23:33.743Z] 3426963318e9: Preparing [2023-03-01T19:23:33.743Z] 8118559e3ee8: Preparing [2023-03-01T19:23:33.743Z] 6a90bb6f5410: Preparing [2023-03-01T19:23:33.743Z] aa5968d388b8: Preparing [2023-03-01T19:23:33.743Z] 3426963318e9: Layer already exists [2023-03-01T19:23:33.743Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:33.743Z] 805c71bb774d: Layer already exists [2023-03-01T19:23:33.743Z] 6a90bb6f5410: Layer already exists [2023-03-01T19:23:33.743Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:33.743Z] 3.0.0-dev.74: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:34.058Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:34.365Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:34.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-01T19:23:34.365Z] 805c71bb774d: Preparing [2023-03-01T19:23:34.365Z] 3426963318e9: Preparing [2023-03-01T19:23:34.365Z] 8118559e3ee8: Preparing [2023-03-01T19:23:34.365Z] 6a90bb6f5410: Preparing [2023-03-01T19:23:34.365Z] aa5968d388b8: Preparing [2023-03-01T19:23:34.365Z] 3426963318e9: Layer already exists [2023-03-01T19:23:34.365Z] 805c71bb774d: Layer already exists [2023-03-01T19:23:34.365Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:34.365Z] 6a90bb6f5410: Layer already exists [2023-03-01T19:23:34.365Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:34.365Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:34.669Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:34.974Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-01T19:23:34.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-01T19:23:34.974Z] 805c71bb774d: Preparing [2023-03-01T19:23:34.974Z] 3426963318e9: Preparing [2023-03-01T19:23:34.974Z] 8118559e3ee8: Preparing [2023-03-01T19:23:34.974Z] 6a90bb6f5410: Preparing [2023-03-01T19:23:34.974Z] aa5968d388b8: Preparing [2023-03-01T19:23:34.974Z] 6a90bb6f5410: Layer already exists [2023-03-01T19:23:34.974Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:34.974Z] 805c71bb774d: Layer already exists [2023-03-01T19:23:34.974Z] 3426963318e9: Layer already exists [2023-03-01T19:23:34.974Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:34.974Z] main: digest: sha256:2f0678a95be76715584205c1a5376acba56b4bf3ed50c0829002fda0a77293a4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:35.008Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:35.014Z] taggedImages: [2023-03-01T19:23:35.014Z] - nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:35.014Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-01T19:23:35.014Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.74 [2023-03-01T19:23:35.014Z] - nexus3.edgexfoundry.org:10004/core-data:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:35.014Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-01T19:23:35.029Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-01T19:23:35.029Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:35.029Z] latest [2023-03-01T19:23:35.029Z] 3.0.0-dev.74 [2023-03-01T19:23:35.029Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:35.029Z] main [2023-03-01T19:23:35.029Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:35.338Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:35.647Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:35.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-01T19:23:35.647Z] 246f8e27aa09: Preparing [2023-03-01T19:23:35.647Z] 3a8c87d41a80: Preparing [2023-03-01T19:23:35.647Z] 73da474048bf: Preparing [2023-03-01T19:23:35.647Z] 8118559e3ee8: Preparing [2023-03-01T19:23:35.647Z] 3558b8e368da: Preparing [2023-03-01T19:23:35.647Z] aa5968d388b8: Preparing [2023-03-01T19:23:35.647Z] aa5968d388b8: Waiting [2023-03-01T19:23:35.647Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:35.647Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:35.647Z] 3a8c87d41a80: Pushed [2023-03-01T19:23:35.647Z] 246f8e27aa09: Pushed [2023-03-01T19:23:35.647Z] 3558b8e368da: Pushed [2023-03-01T19:23:37.025Z] 73da474048bf: Pushed [2023-03-01T19:23:37.025Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:37.345Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:37.652Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-01T19:23:37.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-01T19:23:37.652Z] 246f8e27aa09: Preparing [2023-03-01T19:23:37.652Z] 3a8c87d41a80: Preparing [2023-03-01T19:23:37.652Z] 73da474048bf: Preparing [2023-03-01T19:23:37.652Z] 8118559e3ee8: Preparing [2023-03-01T19:23:37.652Z] 3558b8e368da: Preparing [2023-03-01T19:23:37.652Z] aa5968d388b8: Preparing [2023-03-01T19:23:37.652Z] aa5968d388b8: Waiting [2023-03-01T19:23:37.652Z] 3a8c87d41a80: Layer already exists [2023-03-01T19:23:37.652Z] 246f8e27aa09: Layer already exists [2023-03-01T19:23:37.652Z] 3558b8e368da: Layer already exists [2023-03-01T19:23:37.652Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:37.652Z] 73da474048bf: Layer already exists [2023-03-01T19:23:37.652Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:37.652Z] latest: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:37.966Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:38.281Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.74 [2023-03-01T19:23:38.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-01T19:23:38.281Z] 246f8e27aa09: Preparing [2023-03-01T19:23:38.281Z] 3a8c87d41a80: Preparing [2023-03-01T19:23:38.281Z] 73da474048bf: Preparing [2023-03-01T19:23:38.281Z] 8118559e3ee8: Preparing [2023-03-01T19:23:38.281Z] 3558b8e368da: Preparing [2023-03-01T19:23:38.281Z] aa5968d388b8: Preparing [2023-03-01T19:23:38.281Z] aa5968d388b8: Waiting [2023-03-01T19:23:38.281Z] 3558b8e368da: Layer already exists [2023-03-01T19:23:38.281Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:38.281Z] 73da474048bf: Layer already exists [2023-03-01T19:23:38.281Z] 3a8c87d41a80: Layer already exists [2023-03-01T19:23:38.281Z] 246f8e27aa09: Layer already exists [2023-03-01T19:23:38.281Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:38.281Z] 3.0.0-dev.74: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:38.598Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:38.914Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:38.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-01T19:23:38.914Z] 246f8e27aa09: Preparing [2023-03-01T19:23:38.914Z] 3a8c87d41a80: Preparing [2023-03-01T19:23:38.914Z] 73da474048bf: Preparing [2023-03-01T19:23:38.914Z] 8118559e3ee8: Preparing [2023-03-01T19:23:38.914Z] 3558b8e368da: Preparing [2023-03-01T19:23:38.914Z] aa5968d388b8: Preparing [2023-03-01T19:23:38.914Z] aa5968d388b8: Waiting [2023-03-01T19:23:38.914Z] 246f8e27aa09: Layer already exists [2023-03-01T19:23:38.914Z] 73da474048bf: Layer already exists [2023-03-01T19:23:38.914Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:38.914Z] 3558b8e368da: Layer already exists [2023-03-01T19:23:38.914Z] 3a8c87d41a80: Layer already exists [2023-03-01T19:23:38.914Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:38.914Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:39.227Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:39.539Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-01T19:23:39.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-01T19:23:39.539Z] 246f8e27aa09: Preparing [2023-03-01T19:23:39.539Z] 3a8c87d41a80: Preparing [2023-03-01T19:23:39.539Z] 73da474048bf: Preparing [2023-03-01T19:23:39.539Z] 8118559e3ee8: Preparing [2023-03-01T19:23:39.539Z] 3558b8e368da: Preparing [2023-03-01T19:23:39.539Z] aa5968d388b8: Preparing [2023-03-01T19:23:39.539Z] aa5968d388b8: Waiting [2023-03-01T19:23:39.539Z] 3a8c87d41a80: Layer already exists [2023-03-01T19:23:39.539Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:39.539Z] 73da474048bf: Layer already exists [2023-03-01T19:23:39.539Z] 246f8e27aa09: Layer already exists [2023-03-01T19:23:39.539Z] 3558b8e368da: Layer already exists [2023-03-01T19:23:39.539Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:39.539Z] main: digest: sha256:ec00b32c2c75d3adcb17f39d39fb6922b897707182788748c9b5a453c7b7a79c size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:39.574Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:39.580Z] taggedImages: [2023-03-01T19:23:39.580Z] - nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:39.580Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-01T19:23:39.580Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.74 [2023-03-01T19:23:39.580Z] - nexus3.edgexfoundry.org:10004/core-metadata:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:39.580Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-01T19:23:39.594Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-01T19:23:39.594Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:39.594Z] latest [2023-03-01T19:23:39.594Z] 3.0.0-dev.74 [2023-03-01T19:23:39.594Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:39.594Z] main [2023-03-01T19:23:39.594Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:39.898Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:40.203Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:40.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-01T19:23:40.203Z] 15d6f8e77382: Preparing [2023-03-01T19:23:40.203Z] 15d6f8e77382: Preparing [2023-03-01T19:23:40.203Z] 233125562371: Preparing [2023-03-01T19:23:40.203Z] 49300b425dcb: Preparing [2023-03-01T19:23:40.203Z] 3533eb50ec85: Preparing [2023-03-01T19:23:40.203Z] 9d6c209480be: Preparing [2023-03-01T19:23:40.203Z] 85665d171496: Preparing [2023-03-01T19:23:40.203Z] 8118559e3ee8: Preparing [2023-03-01T19:23:40.203Z] c21252876343: Preparing [2023-03-01T19:23:40.203Z] bba21ee7732d: Preparing [2023-03-01T19:23:40.203Z] 2b1ef437416c: Preparing [2023-03-01T19:23:40.203Z] 0df95ee0bda8: Preparing [2023-03-01T19:23:40.203Z] aa5968d388b8: Preparing [2023-03-01T19:23:40.203Z] 2b1ef437416c: Waiting [2023-03-01T19:23:40.203Z] c21252876343: Waiting [2023-03-01T19:23:40.203Z] 0df95ee0bda8: Waiting [2023-03-01T19:23:40.203Z] bba21ee7732d: Waiting [2023-03-01T19:23:40.203Z] aa5968d388b8: Waiting [2023-03-01T19:23:40.203Z] 85665d171496: Waiting [2023-03-01T19:23:40.203Z] 8118559e3ee8: Waiting [2023-03-01T19:23:40.203Z] 233125562371: Pushed [2023-03-01T19:23:40.203Z] 49300b425dcb: Pushed [2023-03-01T19:23:40.203Z] 15d6f8e77382: Pushed [2023-03-01T19:23:40.203Z] 9d6c209480be: Pushed [2023-03-01T19:23:40.203Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:40.203Z] 3533eb50ec85: Pushed [2023-03-01T19:23:40.461Z] bba21ee7732d: Pushed [2023-03-01T19:23:40.461Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:40.461Z] c21252876343: Pushed [2023-03-01T19:23:40.461Z] 0df95ee0bda8: Pushed [2023-03-01T19:23:40.461Z] 2b1ef437416c: Pushed [2023-03-01T19:23:42.365Z] 85665d171496: Pushed [2023-03-01T19:23:42.365Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:42.688Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:43.005Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-01T19:23:43.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-01T19:23:43.005Z] 15d6f8e77382: Preparing [2023-03-01T19:23:43.005Z] 15d6f8e77382: Preparing [2023-03-01T19:23:43.005Z] 233125562371: Preparing [2023-03-01T19:23:43.005Z] 49300b425dcb: Preparing [2023-03-01T19:23:43.005Z] 3533eb50ec85: Preparing [2023-03-01T19:23:43.005Z] 9d6c209480be: Preparing [2023-03-01T19:23:43.005Z] 85665d171496: Preparing [2023-03-01T19:23:43.005Z] 85665d171496: Waiting [2023-03-01T19:23:43.005Z] 8118559e3ee8: Preparing [2023-03-01T19:23:43.005Z] c21252876343: Preparing [2023-03-01T19:23:43.005Z] bba21ee7732d: Preparing [2023-03-01T19:23:43.005Z] 8118559e3ee8: Waiting [2023-03-01T19:23:43.005Z] c21252876343: Waiting [2023-03-01T19:23:43.005Z] 2b1ef437416c: Preparing [2023-03-01T19:23:43.005Z] 0df95ee0bda8: Preparing [2023-03-01T19:23:43.005Z] aa5968d388b8: Preparing [2023-03-01T19:23:43.005Z] 0df95ee0bda8: Waiting [2023-03-01T19:23:43.005Z] aa5968d388b8: Waiting [2023-03-01T19:23:43.005Z] 2b1ef437416c: Waiting [2023-03-01T19:23:43.005Z] 3533eb50ec85: Layer already exists [2023-03-01T19:23:43.005Z] 233125562371: Layer already exists [2023-03-01T19:23:43.005Z] 15d6f8e77382: Layer already exists [2023-03-01T19:23:43.005Z] 9d6c209480be: Layer already exists [2023-03-01T19:23:43.005Z] 49300b425dcb: Layer already exists [2023-03-01T19:23:43.005Z] 85665d171496: Layer already exists [2023-03-01T19:23:43.005Z] c21252876343: Layer already exists [2023-03-01T19:23:43.005Z] 2b1ef437416c: Layer already exists [2023-03-01T19:23:43.005Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:43.005Z] bba21ee7732d: Layer already exists [2023-03-01T19:23:43.005Z] 0df95ee0bda8: Layer already exists [2023-03-01T19:23:43.005Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:43.005Z] latest: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:43.326Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:43.643Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.74 [2023-03-01T19:23:43.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-01T19:23:43.643Z] 15d6f8e77382: Preparing [2023-03-01T19:23:43.643Z] 15d6f8e77382: Preparing [2023-03-01T19:23:43.643Z] 233125562371: Preparing [2023-03-01T19:23:43.643Z] 49300b425dcb: Preparing [2023-03-01T19:23:43.643Z] 3533eb50ec85: Preparing [2023-03-01T19:23:43.643Z] 9d6c209480be: Preparing [2023-03-01T19:23:43.643Z] 85665d171496: Preparing [2023-03-01T19:23:43.643Z] 8118559e3ee8: Preparing [2023-03-01T19:23:43.643Z] c21252876343: Preparing [2023-03-01T19:23:43.643Z] bba21ee7732d: Preparing [2023-03-01T19:23:43.643Z] 2b1ef437416c: Preparing [2023-03-01T19:23:43.643Z] 0df95ee0bda8: Preparing [2023-03-01T19:23:43.643Z] aa5968d388b8: Preparing [2023-03-01T19:23:43.643Z] c21252876343: Waiting [2023-03-01T19:23:43.643Z] bba21ee7732d: Waiting [2023-03-01T19:23:43.643Z] 2b1ef437416c: Waiting [2023-03-01T19:23:43.643Z] 0df95ee0bda8: Waiting [2023-03-01T19:23:43.643Z] 85665d171496: Waiting [2023-03-01T19:23:43.643Z] aa5968d388b8: Waiting [2023-03-01T19:23:43.643Z] 8118559e3ee8: Waiting [2023-03-01T19:23:43.643Z] 9d6c209480be: Layer already exists [2023-03-01T19:23:43.643Z] 233125562371: Layer already exists [2023-03-01T19:23:43.643Z] 15d6f8e77382: Layer already exists [2023-03-01T19:23:43.643Z] 49300b425dcb: Layer already exists [2023-03-01T19:23:43.643Z] 3533eb50ec85: Layer already exists [2023-03-01T19:23:43.643Z] 85665d171496: Layer already exists [2023-03-01T19:23:43.643Z] bba21ee7732d: Layer already exists [2023-03-01T19:23:43.643Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:43.643Z] c21252876343: Layer already exists [2023-03-01T19:23:43.643Z] 2b1ef437416c: Layer already exists [2023-03-01T19:23:43.643Z] 0df95ee0bda8: Layer already exists [2023-03-01T19:23:43.643Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:43.643Z] 3.0.0-dev.74: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:43.962Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:44.268Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:44.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-01T19:23:44.268Z] 15d6f8e77382: Preparing [2023-03-01T19:23:44.268Z] 15d6f8e77382: Preparing [2023-03-01T19:23:44.268Z] 233125562371: Preparing [2023-03-01T19:23:44.268Z] 49300b425dcb: Preparing [2023-03-01T19:23:44.268Z] 3533eb50ec85: Preparing [2023-03-01T19:23:44.268Z] 9d6c209480be: Preparing [2023-03-01T19:23:44.268Z] 85665d171496: Preparing [2023-03-01T19:23:44.268Z] 8118559e3ee8: Preparing [2023-03-01T19:23:44.268Z] c21252876343: Preparing [2023-03-01T19:23:44.268Z] bba21ee7732d: Preparing [2023-03-01T19:23:44.268Z] 2b1ef437416c: Preparing [2023-03-01T19:23:44.268Z] 0df95ee0bda8: Preparing [2023-03-01T19:23:44.268Z] aa5968d388b8: Preparing [2023-03-01T19:23:44.268Z] 85665d171496: Waiting [2023-03-01T19:23:44.268Z] bba21ee7732d: Waiting [2023-03-01T19:23:44.268Z] 8118559e3ee8: Waiting [2023-03-01T19:23:44.268Z] c21252876343: Waiting [2023-03-01T19:23:44.268Z] 2b1ef437416c: Waiting [2023-03-01T19:23:44.268Z] 0df95ee0bda8: Waiting [2023-03-01T19:23:44.268Z] aa5968d388b8: Waiting [2023-03-01T19:23:44.268Z] 49300b425dcb: Layer already exists [2023-03-01T19:23:44.268Z] 9d6c209480be: Layer already exists [2023-03-01T19:23:44.268Z] 15d6f8e77382: Layer already exists [2023-03-01T19:23:44.268Z] 3533eb50ec85: Layer already exists [2023-03-01T19:23:44.268Z] 233125562371: Layer already exists [2023-03-01T19:23:44.268Z] 85665d171496: Layer already exists [2023-03-01T19:23:44.268Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:44.268Z] bba21ee7732d: Layer already exists [2023-03-01T19:23:44.268Z] 2b1ef437416c: Layer already exists [2023-03-01T19:23:44.268Z] c21252876343: Layer already exists [2023-03-01T19:23:44.268Z] 0df95ee0bda8: Layer already exists [2023-03-01T19:23:44.268Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:44.268Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:44.567Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:44.872Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-01T19:23:44.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-01T19:23:44.873Z] 15d6f8e77382: Preparing [2023-03-01T19:23:44.873Z] 15d6f8e77382: Preparing [2023-03-01T19:23:44.873Z] 233125562371: Preparing [2023-03-01T19:23:44.873Z] 49300b425dcb: Preparing [2023-03-01T19:23:44.873Z] 3533eb50ec85: Preparing [2023-03-01T19:23:44.873Z] 9d6c209480be: Preparing [2023-03-01T19:23:44.873Z] 85665d171496: Preparing [2023-03-01T19:23:44.873Z] 8118559e3ee8: Preparing [2023-03-01T19:23:44.873Z] c21252876343: Preparing [2023-03-01T19:23:44.873Z] bba21ee7732d: Preparing [2023-03-01T19:23:44.873Z] 2b1ef437416c: Preparing [2023-03-01T19:23:44.873Z] 0df95ee0bda8: Preparing [2023-03-01T19:23:44.873Z] aa5968d388b8: Preparing [2023-03-01T19:23:44.873Z] 8118559e3ee8: Waiting [2023-03-01T19:23:44.873Z] 2b1ef437416c: Waiting [2023-03-01T19:23:44.873Z] 85665d171496: Waiting [2023-03-01T19:23:44.873Z] c21252876343: Waiting [2023-03-01T19:23:44.873Z] 0df95ee0bda8: Waiting [2023-03-01T19:23:44.873Z] bba21ee7732d: Waiting [2023-03-01T19:23:44.873Z] aa5968d388b8: Waiting [2023-03-01T19:23:44.873Z] 9d6c209480be: Layer already exists [2023-03-01T19:23:44.873Z] 233125562371: Layer already exists [2023-03-01T19:23:44.873Z] 3533eb50ec85: Layer already exists [2023-03-01T19:23:44.873Z] 15d6f8e77382: Layer already exists [2023-03-01T19:23:44.873Z] 49300b425dcb: Layer already exists [2023-03-01T19:23:44.873Z] c21252876343: Layer already exists [2023-03-01T19:23:44.873Z] 85665d171496: Layer already exists [2023-03-01T19:23:44.873Z] 2b1ef437416c: Layer already exists [2023-03-01T19:23:44.873Z] bba21ee7732d: Layer already exists [2023-03-01T19:23:44.873Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:44.873Z] 0df95ee0bda8: Layer already exists [2023-03-01T19:23:44.873Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:44.873Z] main: digest: sha256:70cc5d2f570519b62410adec2848993a85b93a0d511adf8194c488d1b4191e8b size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:44.910Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:44.919Z] taggedImages: [2023-03-01T19:23:44.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:44.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-01T19:23:44.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.74 [2023-03-01T19:23:44.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:44.919Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-01T19:23:44.937Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-01T19:23:44.937Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:44.937Z] latest [2023-03-01T19:23:44.937Z] 3.0.0-dev.74 [2023-03-01T19:23:44.937Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:44.937Z] main [2023-03-01T19:23:44.937Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:45.304Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:45.600Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:45.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-01T19:23:45.601Z] f6af7c23de3a: Preparing [2023-03-01T19:23:45.601Z] e3986e372224: Preparing [2023-03-01T19:23:45.601Z] 295fefb7f0d1: Preparing [2023-03-01T19:23:45.601Z] 3ba1fc9bd23b: Preparing [2023-03-01T19:23:45.601Z] 8118559e3ee8: Preparing [2023-03-01T19:23:45.601Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:45.601Z] aa5968d388b8: Preparing [2023-03-01T19:23:45.601Z] aa5968d388b8: Waiting [2023-03-01T19:23:45.601Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:45.601Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:45.601Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:45.601Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:45.601Z] e3986e372224: Pushed [2023-03-01T19:23:45.601Z] f6af7c23de3a: Pushed [2023-03-01T19:23:45.601Z] 295fefb7f0d1: Pushed [2023-03-01T19:23:46.977Z] 3ba1fc9bd23b: Pushed [2023-03-01T19:23:46.977Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:47.280Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:47.582Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-01T19:23:47.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-01T19:23:47.582Z] f6af7c23de3a: Preparing [2023-03-01T19:23:47.582Z] e3986e372224: Preparing [2023-03-01T19:23:47.582Z] 295fefb7f0d1: Preparing [2023-03-01T19:23:47.582Z] 3ba1fc9bd23b: Preparing [2023-03-01T19:23:47.582Z] 8118559e3ee8: Preparing [2023-03-01T19:23:47.582Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:47.582Z] aa5968d388b8: Preparing [2023-03-01T19:23:47.582Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:47.582Z] 295fefb7f0d1: Layer already exists [2023-03-01T19:23:47.582Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:47.582Z] 3ba1fc9bd23b: Layer already exists [2023-03-01T19:23:47.582Z] e3986e372224: Layer already exists [2023-03-01T19:23:47.582Z] f6af7c23de3a: Layer already exists [2023-03-01T19:23:47.582Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:47.582Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:47.582Z] latest: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:47.886Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:48.192Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.74 [2023-03-01T19:23:48.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-01T19:23:48.192Z] f6af7c23de3a: Preparing [2023-03-01T19:23:48.192Z] e3986e372224: Preparing [2023-03-01T19:23:48.192Z] 295fefb7f0d1: Preparing [2023-03-01T19:23:48.192Z] 3ba1fc9bd23b: Preparing [2023-03-01T19:23:48.192Z] 8118559e3ee8: Preparing [2023-03-01T19:23:48.192Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:48.192Z] aa5968d388b8: Preparing [2023-03-01T19:23:48.192Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:48.192Z] aa5968d388b8: Waiting [2023-03-01T19:23:48.192Z] f6af7c23de3a: Layer already exists [2023-03-01T19:23:48.192Z] 295fefb7f0d1: Layer already exists [2023-03-01T19:23:48.192Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:48.192Z] e3986e372224: Layer already exists [2023-03-01T19:23:48.192Z] 3ba1fc9bd23b: Layer already exists [2023-03-01T19:23:48.192Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:48.192Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:48.192Z] 3.0.0-dev.74: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:48.497Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:48.800Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:48.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-01T19:23:48.800Z] f6af7c23de3a: Preparing [2023-03-01T19:23:48.800Z] e3986e372224: Preparing [2023-03-01T19:23:48.800Z] 295fefb7f0d1: Preparing [2023-03-01T19:23:48.800Z] 3ba1fc9bd23b: Preparing [2023-03-01T19:23:48.800Z] 8118559e3ee8: Preparing [2023-03-01T19:23:48.800Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:48.800Z] aa5968d388b8: Preparing [2023-03-01T19:23:48.800Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:48.800Z] aa5968d388b8: Waiting [2023-03-01T19:23:48.800Z] 3ba1fc9bd23b: Layer already exists [2023-03-01T19:23:48.800Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:48.800Z] 295fefb7f0d1: Layer already exists [2023-03-01T19:23:48.800Z] e3986e372224: Layer already exists [2023-03-01T19:23:48.800Z] f6af7c23de3a: Layer already exists [2023-03-01T19:23:48.800Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:48.800Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:48.800Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:49.101Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:49.399Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-01T19:23:49.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-01T19:23:49.399Z] f6af7c23de3a: Preparing [2023-03-01T19:23:49.399Z] e3986e372224: Preparing [2023-03-01T19:23:49.399Z] 295fefb7f0d1: Preparing [2023-03-01T19:23:49.399Z] 3ba1fc9bd23b: Preparing [2023-03-01T19:23:49.399Z] 8118559e3ee8: Preparing [2023-03-01T19:23:49.399Z] 12f5758fa1d5: Preparing [2023-03-01T19:23:49.399Z] aa5968d388b8: Preparing [2023-03-01T19:23:49.399Z] 12f5758fa1d5: Waiting [2023-03-01T19:23:49.399Z] aa5968d388b8: Waiting [2023-03-01T19:23:49.399Z] e3986e372224: Layer already exists [2023-03-01T19:23:49.399Z] f6af7c23de3a: Layer already exists [2023-03-01T19:23:49.399Z] 3ba1fc9bd23b: Layer already exists [2023-03-01T19:23:49.399Z] 295fefb7f0d1: Layer already exists [2023-03-01T19:23:49.399Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:49.399Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:23:49.399Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:49.399Z] main: digest: sha256:617cb2ed015d66fc318dfc947bfb0a4aa6be88f8992d50826e79eac2e580773c size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:49.434Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:49.439Z] taggedImages: [2023-03-01T19:23:49.439Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:49.439Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-01T19:23:49.439Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.74 [2023-03-01T19:23:49.439Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:49.439Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-01T19:23:49.453Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-01T19:23:49.453Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:49.453Z] latest [2023-03-01T19:23:49.453Z] 3.0.0-dev.74 [2023-03-01T19:23:49.453Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:49.453Z] main [2023-03-01T19:23:49.453Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:49.755Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:50.068Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:50.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-01T19:23:50.068Z] 848bfe4580b9: Preparing [2023-03-01T19:23:50.068Z] 8603dce33bc3: Preparing [2023-03-01T19:23:50.068Z] 26ed235a0d35: Preparing [2023-03-01T19:23:50.068Z] 883ac8fe9df4: Preparing [2023-03-01T19:23:50.068Z] ff9c51190d56: Preparing [2023-03-01T19:23:50.068Z] 2808d8b01953: Preparing [2023-03-01T19:23:50.068Z] f529706e48f5: Preparing [2023-03-01T19:23:50.068Z] aa5968d388b8: Preparing [2023-03-01T19:23:50.068Z] 2808d8b01953: Waiting [2023-03-01T19:23:50.068Z] f529706e48f5: Waiting [2023-03-01T19:23:50.068Z] aa5968d388b8: Waiting [2023-03-01T19:23:50.068Z] ff9c51190d56: Pushed [2023-03-01T19:23:50.068Z] 848bfe4580b9: Pushed [2023-03-01T19:23:50.068Z] 8603dce33bc3: Pushed [2023-03-01T19:23:50.068Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:50.329Z] 2808d8b01953: Pushed [2023-03-01T19:23:50.588Z] f529706e48f5: Pushed [2023-03-01T19:23:51.158Z] 883ac8fe9df4: Pushed [2023-03-01T19:23:51.158Z] 26ed235a0d35: Pushed [2023-03-01T19:23:51.418Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:51.734Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:52.033Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-01T19:23:52.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-01T19:23:52.033Z] 848bfe4580b9: Preparing [2023-03-01T19:23:52.033Z] 8603dce33bc3: Preparing [2023-03-01T19:23:52.033Z] 26ed235a0d35: Preparing [2023-03-01T19:23:52.033Z] 883ac8fe9df4: Preparing [2023-03-01T19:23:52.033Z] ff9c51190d56: Preparing [2023-03-01T19:23:52.033Z] 2808d8b01953: Preparing [2023-03-01T19:23:52.033Z] f529706e48f5: Preparing [2023-03-01T19:23:52.033Z] aa5968d388b8: Preparing [2023-03-01T19:23:52.033Z] 2808d8b01953: Waiting [2023-03-01T19:23:52.033Z] aa5968d388b8: Waiting [2023-03-01T19:23:52.033Z] f529706e48f5: Waiting [2023-03-01T19:23:52.033Z] 26ed235a0d35: Layer already exists [2023-03-01T19:23:52.033Z] ff9c51190d56: Layer already exists [2023-03-01T19:23:52.033Z] 8603dce33bc3: Layer already exists [2023-03-01T19:23:52.033Z] 883ac8fe9df4: Layer already exists [2023-03-01T19:23:52.033Z] 848bfe4580b9: Layer already exists [2023-03-01T19:23:52.033Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:52.033Z] 2808d8b01953: Layer already exists [2023-03-01T19:23:52.034Z] f529706e48f5: Layer already exists [2023-03-01T19:23:52.034Z] latest: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:52.349Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:52.655Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.74 [2023-03-01T19:23:52.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-01T19:23:52.655Z] 848bfe4580b9: Preparing [2023-03-01T19:23:52.655Z] 8603dce33bc3: Preparing [2023-03-01T19:23:52.655Z] 26ed235a0d35: Preparing [2023-03-01T19:23:52.655Z] 883ac8fe9df4: Preparing [2023-03-01T19:23:52.655Z] ff9c51190d56: Preparing [2023-03-01T19:23:52.655Z] 2808d8b01953: Preparing [2023-03-01T19:23:52.655Z] f529706e48f5: Preparing [2023-03-01T19:23:52.655Z] aa5968d388b8: Preparing [2023-03-01T19:23:52.655Z] 2808d8b01953: Waiting [2023-03-01T19:23:52.655Z] f529706e48f5: Waiting [2023-03-01T19:23:52.655Z] aa5968d388b8: Waiting [2023-03-01T19:23:52.655Z] ff9c51190d56: Layer already exists [2023-03-01T19:23:52.655Z] 8603dce33bc3: Layer already exists [2023-03-01T19:23:52.655Z] 26ed235a0d35: Layer already exists [2023-03-01T19:23:52.655Z] 848bfe4580b9: Layer already exists [2023-03-01T19:23:52.655Z] 883ac8fe9df4: Layer already exists [2023-03-01T19:23:52.655Z] f529706e48f5: Layer already exists [2023-03-01T19:23:52.655Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:52.655Z] 2808d8b01953: Layer already exists [2023-03-01T19:23:52.655Z] 3.0.0-dev.74: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:52.965Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:53.271Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:53.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-01T19:23:53.271Z] 848bfe4580b9: Preparing [2023-03-01T19:23:53.271Z] 8603dce33bc3: Preparing [2023-03-01T19:23:53.271Z] 26ed235a0d35: Preparing [2023-03-01T19:23:53.271Z] 883ac8fe9df4: Preparing [2023-03-01T19:23:53.271Z] ff9c51190d56: Preparing [2023-03-01T19:23:53.271Z] 2808d8b01953: Preparing [2023-03-01T19:23:53.271Z] f529706e48f5: Preparing [2023-03-01T19:23:53.271Z] aa5968d388b8: Preparing [2023-03-01T19:23:53.271Z] 2808d8b01953: Waiting [2023-03-01T19:23:53.271Z] f529706e48f5: Waiting [2023-03-01T19:23:53.271Z] 883ac8fe9df4: Layer already exists [2023-03-01T19:23:53.271Z] 848bfe4580b9: Layer already exists [2023-03-01T19:23:53.271Z] 8603dce33bc3: Layer already exists [2023-03-01T19:23:53.271Z] 26ed235a0d35: Layer already exists [2023-03-01T19:23:53.271Z] ff9c51190d56: Layer already exists [2023-03-01T19:23:53.271Z] 2808d8b01953: Layer already exists [2023-03-01T19:23:53.271Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:53.271Z] f529706e48f5: Layer already exists [2023-03-01T19:23:53.271Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:53.572Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:53.869Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-01T19:23:53.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-01T19:23:53.869Z] 848bfe4580b9: Preparing [2023-03-01T19:23:53.869Z] 8603dce33bc3: Preparing [2023-03-01T19:23:53.869Z] 26ed235a0d35: Preparing [2023-03-01T19:23:53.869Z] 883ac8fe9df4: Preparing [2023-03-01T19:23:53.869Z] ff9c51190d56: Preparing [2023-03-01T19:23:53.869Z] 2808d8b01953: Preparing [2023-03-01T19:23:53.869Z] f529706e48f5: Preparing [2023-03-01T19:23:53.869Z] aa5968d388b8: Preparing [2023-03-01T19:23:53.869Z] 2808d8b01953: Waiting [2023-03-01T19:23:53.869Z] f529706e48f5: Waiting [2023-03-01T19:23:53.869Z] aa5968d388b8: Waiting [2023-03-01T19:23:53.869Z] ff9c51190d56: Layer already exists [2023-03-01T19:23:53.869Z] 26ed235a0d35: Layer already exists [2023-03-01T19:23:53.869Z] 848bfe4580b9: Layer already exists [2023-03-01T19:23:53.869Z] 8603dce33bc3: Layer already exists [2023-03-01T19:23:53.869Z] 883ac8fe9df4: Layer already exists [2023-03-01T19:23:53.869Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:53.869Z] f529706e48f5: Layer already exists [2023-03-01T19:23:53.869Z] 2808d8b01953: Layer already exists [2023-03-01T19:23:53.869Z] main: digest: sha256:69d4de0b2209434bfd1f7c60f18ab896f76a18afda810fd83ee46957b0020a52 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:53.900Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:53.906Z] taggedImages: [2023-03-01T19:23:53.906Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:53.906Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-01T19:23:53.906Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.74 [2023-03-01T19:23:53.906Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:53.906Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-01T19:23:53.925Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-01T19:23:53.925Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:53.925Z] latest [2023-03-01T19:23:53.925Z] 3.0.0-dev.74 [2023-03-01T19:23:53.925Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:53.925Z] main [2023-03-01T19:23:53.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:54.230Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:54.529Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:54.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-01T19:23:54.529Z] 7c94e9315a5f: Preparing [2023-03-01T19:23:54.529Z] 5b9d3cffb526: Preparing [2023-03-01T19:23:54.529Z] 940e64da0f2f: Preparing [2023-03-01T19:23:54.529Z] 20a295aa03e0: Preparing [2023-03-01T19:23:54.529Z] 2687b6b1a1c9: Preparing [2023-03-01T19:23:54.529Z] 707cbd6993ca: Preparing [2023-03-01T19:23:54.529Z] 6e563b939786: Preparing [2023-03-01T19:23:54.529Z] 113d460352fe: Preparing [2023-03-01T19:23:54.529Z] d375abc755fa: Preparing [2023-03-01T19:23:54.529Z] aa5968d388b8: Preparing [2023-03-01T19:23:54.529Z] 707cbd6993ca: Waiting [2023-03-01T19:23:54.529Z] 6e563b939786: Waiting [2023-03-01T19:23:54.529Z] 113d460352fe: Waiting [2023-03-01T19:23:54.529Z] d375abc755fa: Waiting [2023-03-01T19:23:54.529Z] aa5968d388b8: Waiting [2023-03-01T19:23:54.529Z] 2687b6b1a1c9: Pushed [2023-03-01T19:23:54.529Z] 5b9d3cffb526: Pushed [2023-03-01T19:23:54.529Z] 7c94e9315a5f: Pushed [2023-03-01T19:23:54.787Z] 6e563b939786: Pushed [2023-03-01T19:23:54.787Z] 707cbd6993ca: Pushed [2023-03-01T19:23:54.787Z] 113d460352fe: Pushed [2023-03-01T19:23:54.787Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:54.787Z] d375abc755fa: Pushed [2023-03-01T19:23:55.735Z] 20a295aa03e0: Pushed [2023-03-01T19:23:56.304Z] 940e64da0f2f: Pushed [2023-03-01T19:23:56.304Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:56.616Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:56.927Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-01T19:23:56.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-01T19:23:56.927Z] 7c94e9315a5f: Preparing [2023-03-01T19:23:56.927Z] 5b9d3cffb526: Preparing [2023-03-01T19:23:56.927Z] 940e64da0f2f: Preparing [2023-03-01T19:23:56.927Z] 20a295aa03e0: Preparing [2023-03-01T19:23:56.927Z] 2687b6b1a1c9: Preparing [2023-03-01T19:23:56.927Z] 707cbd6993ca: Preparing [2023-03-01T19:23:56.927Z] 6e563b939786: Preparing [2023-03-01T19:23:56.927Z] 113d460352fe: Preparing [2023-03-01T19:23:56.927Z] d375abc755fa: Preparing [2023-03-01T19:23:56.927Z] aa5968d388b8: Preparing [2023-03-01T19:23:56.927Z] 113d460352fe: Waiting [2023-03-01T19:23:56.927Z] 707cbd6993ca: Waiting [2023-03-01T19:23:56.927Z] 6e563b939786: Waiting [2023-03-01T19:23:56.927Z] aa5968d388b8: Waiting [2023-03-01T19:23:56.927Z] d375abc755fa: Waiting [2023-03-01T19:23:56.927Z] 7c94e9315a5f: Layer already exists [2023-03-01T19:23:56.927Z] 940e64da0f2f: Layer already exists [2023-03-01T19:23:56.927Z] 20a295aa03e0: Layer already exists [2023-03-01T19:23:56.927Z] 5b9d3cffb526: Layer already exists [2023-03-01T19:23:56.927Z] 2687b6b1a1c9: Layer already exists [2023-03-01T19:23:56.927Z] 6e563b939786: Layer already exists [2023-03-01T19:23:56.927Z] 707cbd6993ca: Layer already exists [2023-03-01T19:23:56.927Z] 113d460352fe: Layer already exists [2023-03-01T19:23:56.927Z] d375abc755fa: Layer already exists [2023-03-01T19:23:56.927Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:56.927Z] latest: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:57.231Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:57.531Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.74 [2023-03-01T19:23:57.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-01T19:23:57.531Z] 7c94e9315a5f: Preparing [2023-03-01T19:23:57.531Z] 5b9d3cffb526: Preparing [2023-03-01T19:23:57.531Z] 940e64da0f2f: Preparing [2023-03-01T19:23:57.531Z] 20a295aa03e0: Preparing [2023-03-01T19:23:57.531Z] 2687b6b1a1c9: Preparing [2023-03-01T19:23:57.531Z] 707cbd6993ca: Preparing [2023-03-01T19:23:57.531Z] 6e563b939786: Preparing [2023-03-01T19:23:57.531Z] 113d460352fe: Preparing [2023-03-01T19:23:57.531Z] d375abc755fa: Preparing [2023-03-01T19:23:57.531Z] aa5968d388b8: Preparing [2023-03-01T19:23:57.531Z] 113d460352fe: Waiting [2023-03-01T19:23:57.531Z] d375abc755fa: Waiting [2023-03-01T19:23:57.531Z] aa5968d388b8: Waiting [2023-03-01T19:23:57.531Z] 707cbd6993ca: Waiting [2023-03-01T19:23:57.531Z] 6e563b939786: Waiting [2023-03-01T19:23:57.531Z] 940e64da0f2f: Layer already exists [2023-03-01T19:23:57.531Z] 20a295aa03e0: Layer already exists [2023-03-01T19:23:57.531Z] 7c94e9315a5f: Layer already exists [2023-03-01T19:23:57.531Z] 2687b6b1a1c9: Layer already exists [2023-03-01T19:23:57.531Z] 5b9d3cffb526: Layer already exists [2023-03-01T19:23:57.531Z] 6e563b939786: Layer already exists [2023-03-01T19:23:57.531Z] 707cbd6993ca: Layer already exists [2023-03-01T19:23:57.531Z] 113d460352fe: Layer already exists [2023-03-01T19:23:57.531Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:57.531Z] d375abc755fa: Layer already exists [2023-03-01T19:23:57.531Z] 3.0.0-dev.74: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:57.837Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:58.141Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:58.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-01T19:23:58.141Z] 7c94e9315a5f: Preparing [2023-03-01T19:23:58.141Z] 5b9d3cffb526: Preparing [2023-03-01T19:23:58.141Z] 940e64da0f2f: Preparing [2023-03-01T19:23:58.141Z] 20a295aa03e0: Preparing [2023-03-01T19:23:58.141Z] 2687b6b1a1c9: Preparing [2023-03-01T19:23:58.141Z] 707cbd6993ca: Preparing [2023-03-01T19:23:58.141Z] 6e563b939786: Preparing [2023-03-01T19:23:58.141Z] 113d460352fe: Preparing [2023-03-01T19:23:58.141Z] d375abc755fa: Preparing [2023-03-01T19:23:58.141Z] aa5968d388b8: Preparing [2023-03-01T19:23:58.141Z] 707cbd6993ca: Waiting [2023-03-01T19:23:58.141Z] 6e563b939786: Waiting [2023-03-01T19:23:58.141Z] 113d460352fe: Waiting [2023-03-01T19:23:58.141Z] d375abc755fa: Waiting [2023-03-01T19:23:58.141Z] aa5968d388b8: Waiting [2023-03-01T19:23:58.141Z] 2687b6b1a1c9: Layer already exists [2023-03-01T19:23:58.141Z] 5b9d3cffb526: Layer already exists [2023-03-01T19:23:58.141Z] 940e64da0f2f: Layer already exists [2023-03-01T19:23:58.141Z] 20a295aa03e0: Layer already exists [2023-03-01T19:23:58.141Z] 7c94e9315a5f: Layer already exists [2023-03-01T19:23:58.141Z] 707cbd6993ca: Layer already exists [2023-03-01T19:23:58.141Z] 6e563b939786: Layer already exists [2023-03-01T19:23:58.141Z] d375abc755fa: Layer already exists [2023-03-01T19:23:58.141Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:58.141Z] 113d460352fe: Layer already exists [2023-03-01T19:23:58.141Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:58.447Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:58.750Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-01T19:23:58.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-01T19:23:58.750Z] 7c94e9315a5f: Preparing [2023-03-01T19:23:58.750Z] 5b9d3cffb526: Preparing [2023-03-01T19:23:58.750Z] 940e64da0f2f: Preparing [2023-03-01T19:23:58.750Z] 20a295aa03e0: Preparing [2023-03-01T19:23:58.750Z] 2687b6b1a1c9: Preparing [2023-03-01T19:23:58.750Z] 707cbd6993ca: Preparing [2023-03-01T19:23:58.750Z] 6e563b939786: Preparing [2023-03-01T19:23:58.750Z] 113d460352fe: Preparing [2023-03-01T19:23:58.750Z] d375abc755fa: Preparing [2023-03-01T19:23:58.750Z] aa5968d388b8: Preparing [2023-03-01T19:23:58.750Z] 707cbd6993ca: Waiting [2023-03-01T19:23:58.750Z] 6e563b939786: Waiting [2023-03-01T19:23:58.750Z] 113d460352fe: Waiting [2023-03-01T19:23:58.750Z] d375abc755fa: Waiting [2023-03-01T19:23:58.750Z] aa5968d388b8: Waiting [2023-03-01T19:23:58.750Z] 940e64da0f2f: Layer already exists [2023-03-01T19:23:58.750Z] 7c94e9315a5f: Layer already exists [2023-03-01T19:23:58.750Z] 20a295aa03e0: Layer already exists [2023-03-01T19:23:58.750Z] 5b9d3cffb526: Layer already exists [2023-03-01T19:23:58.750Z] 2687b6b1a1c9: Layer already exists [2023-03-01T19:23:58.750Z] 707cbd6993ca: Layer already exists [2023-03-01T19:23:58.750Z] aa5968d388b8: Layer already exists [2023-03-01T19:23:58.750Z] 113d460352fe: Layer already exists [2023-03-01T19:23:58.750Z] 6e563b939786: Layer already exists [2023-03-01T19:23:58.750Z] d375abc755fa: Layer already exists [2023-03-01T19:23:58.750Z] main: digest: sha256:db20536e0bf158421dd0a9241639e955c09776115d45e4a9e107cf5d6bf48643 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:23:58.782Z] ===================================================== [Pipeline] echo [2023-03-01T19:23:58.787Z] taggedImages: [2023-03-01T19:23:58.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:58.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-01T19:23:58.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.74 [2023-03-01T19:23:58.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:58.787Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-01T19:23:58.802Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-01T19:23:58.802Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:58.802Z] latest [2023-03-01T19:23:58.802Z] 3.0.0-dev.74 [2023-03-01T19:23:58.802Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:23:58.802Z] main [2023-03-01T19:23:58.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:59.103Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:23:59.407Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:23:59.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-01T19:23:59.407Z] 2d5364f6369e: Preparing [2023-03-01T19:23:59.407Z] ef733ac7c6e0: Preparing [2023-03-01T19:23:59.407Z] 8118559e3ee8: Preparing [2023-03-01T19:23:59.407Z] 4cce1124b3c1: Preparing [2023-03-01T19:23:59.407Z] 4e6476652798: Preparing [2023-03-01T19:23:59.407Z] 4e6476652798: Layer already exists [2023-03-01T19:23:59.407Z] 8118559e3ee8: Layer already exists [2023-03-01T19:23:59.407Z] 2d5364f6369e: Pushed [2023-03-01T19:23:59.989Z] 4cce1124b3c1: Pushed [2023-03-01T19:24:01.888Z] ef733ac7c6e0: Pushed [2023-03-01T19:24:01.888Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:02.190Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:02.488Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-01T19:24:02.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-01T19:24:02.488Z] 2d5364f6369e: Preparing [2023-03-01T19:24:02.488Z] ef733ac7c6e0: Preparing [2023-03-01T19:24:02.488Z] 8118559e3ee8: Preparing [2023-03-01T19:24:02.488Z] 4cce1124b3c1: Preparing [2023-03-01T19:24:02.488Z] 4e6476652798: Preparing [2023-03-01T19:24:02.488Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:02.488Z] 4cce1124b3c1: Layer already exists [2023-03-01T19:24:02.488Z] ef733ac7c6e0: Layer already exists [2023-03-01T19:24:02.488Z] 2d5364f6369e: Layer already exists [2023-03-01T19:24:02.488Z] 4e6476652798: Layer already exists [2023-03-01T19:24:02.488Z] latest: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:02.791Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:03.090Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.74 [2023-03-01T19:24:03.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-01T19:24:03.090Z] 2d5364f6369e: Preparing [2023-03-01T19:24:03.090Z] ef733ac7c6e0: Preparing [2023-03-01T19:24:03.090Z] 8118559e3ee8: Preparing [2023-03-01T19:24:03.090Z] 4cce1124b3c1: Preparing [2023-03-01T19:24:03.090Z] 4e6476652798: Preparing [2023-03-01T19:24:03.090Z] 2d5364f6369e: Layer already exists [2023-03-01T19:24:03.090Z] 4e6476652798: Layer already exists [2023-03-01T19:24:03.090Z] 4cce1124b3c1: Layer already exists [2023-03-01T19:24:03.090Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:03.090Z] ef733ac7c6e0: Layer already exists [2023-03-01T19:24:03.090Z] 3.0.0-dev.74: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:03.404Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:03.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:03.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-01T19:24:03.711Z] 2d5364f6369e: Preparing [2023-03-01T19:24:03.711Z] ef733ac7c6e0: Preparing [2023-03-01T19:24:03.711Z] 8118559e3ee8: Preparing [2023-03-01T19:24:03.711Z] 4cce1124b3c1: Preparing [2023-03-01T19:24:03.711Z] 4e6476652798: Preparing [2023-03-01T19:24:03.711Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:03.711Z] 4cce1124b3c1: Layer already exists [2023-03-01T19:24:03.711Z] ef733ac7c6e0: Layer already exists [2023-03-01T19:24:03.711Z] 4e6476652798: Layer already exists [2023-03-01T19:24:03.711Z] 2d5364f6369e: Layer already exists [2023-03-01T19:24:03.711Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:04.027Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:04.326Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-01T19:24:04.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-01T19:24:04.326Z] 2d5364f6369e: Preparing [2023-03-01T19:24:04.326Z] ef733ac7c6e0: Preparing [2023-03-01T19:24:04.326Z] 8118559e3ee8: Preparing [2023-03-01T19:24:04.326Z] 4cce1124b3c1: Preparing [2023-03-01T19:24:04.326Z] 4e6476652798: Preparing [2023-03-01T19:24:04.326Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:04.326Z] ef733ac7c6e0: Layer already exists [2023-03-01T19:24:04.326Z] 4cce1124b3c1: Layer already exists [2023-03-01T19:24:04.326Z] 4e6476652798: Layer already exists [2023-03-01T19:24:04.326Z] 2d5364f6369e: Layer already exists [2023-03-01T19:24:04.326Z] main: digest: sha256:1a25e540a98912c85c09e3be84d43b12e51816f212f8d55fcefa27b70a0bc6aa size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:24:04.364Z] ===================================================== [Pipeline] echo [2023-03-01T19:24:04.373Z] taggedImages: [2023-03-01T19:24:04.373Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:04.373Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-01T19:24:04.373Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.74 [2023-03-01T19:24:04.373Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:04.373Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-01T19:24:04.393Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-01T19:24:04.393Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:04.393Z] latest [2023-03-01T19:24:04.393Z] 3.0.0-dev.74 [2023-03-01T19:24:04.393Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:04.393Z] main [2023-03-01T19:24:04.393Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:04.721Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:05.040Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:05.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-01T19:24:05.040Z] 73284357b13e: Preparing [2023-03-01T19:24:05.040Z] 08830bb91a41: Preparing [2023-03-01T19:24:05.040Z] a23858360530: Preparing [2023-03-01T19:24:05.040Z] 0cad600a8541: Preparing [2023-03-01T19:24:05.040Z] 78862d8ea468: Preparing [2023-03-01T19:24:05.040Z] 3a4469c921e3: Preparing [2023-03-01T19:24:05.040Z] 4e6476652798: Preparing [2023-03-01T19:24:05.040Z] 3a4469c921e3: Waiting [2023-03-01T19:24:05.040Z] 4e6476652798: Waiting [2023-03-01T19:24:05.040Z] 08830bb91a41: Pushed [2023-03-01T19:24:05.040Z] 73284357b13e: Pushed [2023-03-01T19:24:05.040Z] a23858360530: Pushed [2023-03-01T19:24:05.040Z] 4e6476652798: Layer already exists [2023-03-01T19:24:05.608Z] 3a4469c921e3: Pushed [2023-03-01T19:24:08.894Z] 78862d8ea468: Pushed [2023-03-01T19:24:12.180Z] 0cad600a8541: Pushed [2023-03-01T19:24:12.180Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:12.497Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:12.808Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-01T19:24:12.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-01T19:24:12.808Z] 73284357b13e: Preparing [2023-03-01T19:24:12.808Z] 08830bb91a41: Preparing [2023-03-01T19:24:12.808Z] a23858360530: Preparing [2023-03-01T19:24:12.808Z] 0cad600a8541: Preparing [2023-03-01T19:24:12.808Z] 78862d8ea468: Preparing [2023-03-01T19:24:12.808Z] 3a4469c921e3: Preparing [2023-03-01T19:24:12.808Z] 4e6476652798: Preparing [2023-03-01T19:24:12.808Z] 4e6476652798: Waiting [2023-03-01T19:24:12.808Z] 0cad600a8541: Layer already exists [2023-03-01T19:24:12.808Z] 73284357b13e: Layer already exists [2023-03-01T19:24:12.808Z] 78862d8ea468: Layer already exists [2023-03-01T19:24:12.808Z] a23858360530: Layer already exists [2023-03-01T19:24:12.808Z] 08830bb91a41: Layer already exists [2023-03-01T19:24:12.808Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:12.808Z] 4e6476652798: Layer already exists [2023-03-01T19:24:12.808Z] latest: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:13.110Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:13.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.74 [2023-03-01T19:24:13.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-01T19:24:13.411Z] 73284357b13e: Preparing [2023-03-01T19:24:13.411Z] 08830bb91a41: Preparing [2023-03-01T19:24:13.411Z] a23858360530: Preparing [2023-03-01T19:24:13.411Z] 0cad600a8541: Preparing [2023-03-01T19:24:13.411Z] 78862d8ea468: Preparing [2023-03-01T19:24:13.411Z] 3a4469c921e3: Preparing [2023-03-01T19:24:13.411Z] 4e6476652798: Preparing [2023-03-01T19:24:13.411Z] 3a4469c921e3: Waiting [2023-03-01T19:24:13.411Z] 4e6476652798: Waiting [2023-03-01T19:24:13.411Z] a23858360530: Layer already exists [2023-03-01T19:24:13.411Z] 78862d8ea468: Layer already exists [2023-03-01T19:24:13.411Z] 08830bb91a41: Layer already exists [2023-03-01T19:24:13.411Z] 73284357b13e: Layer already exists [2023-03-01T19:24:13.411Z] 0cad600a8541: Layer already exists [2023-03-01T19:24:13.411Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:13.411Z] 4e6476652798: Layer already exists [2023-03-01T19:24:13.411Z] 3.0.0-dev.74: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:13.716Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:14.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:14.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-01T19:24:14.020Z] 73284357b13e: Preparing [2023-03-01T19:24:14.020Z] 08830bb91a41: Preparing [2023-03-01T19:24:14.020Z] a23858360530: Preparing [2023-03-01T19:24:14.020Z] 0cad600a8541: Preparing [2023-03-01T19:24:14.020Z] 78862d8ea468: Preparing [2023-03-01T19:24:14.020Z] 3a4469c921e3: Preparing [2023-03-01T19:24:14.020Z] 4e6476652798: Preparing [2023-03-01T19:24:14.020Z] 3a4469c921e3: Waiting [2023-03-01T19:24:14.020Z] 4e6476652798: Waiting [2023-03-01T19:24:14.020Z] 0cad600a8541: Layer already exists [2023-03-01T19:24:14.020Z] 73284357b13e: Layer already exists [2023-03-01T19:24:14.020Z] 78862d8ea468: Layer already exists [2023-03-01T19:24:14.020Z] 08830bb91a41: Layer already exists [2023-03-01T19:24:14.020Z] a23858360530: Layer already exists [2023-03-01T19:24:14.020Z] 4e6476652798: Layer already exists [2023-03-01T19:24:14.020Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:14.020Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:14.322Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:14.623Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-01T19:24:14.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-01T19:24:14.623Z] 73284357b13e: Preparing [2023-03-01T19:24:14.623Z] 08830bb91a41: Preparing [2023-03-01T19:24:14.623Z] a23858360530: Preparing [2023-03-01T19:24:14.623Z] 0cad600a8541: Preparing [2023-03-01T19:24:14.623Z] 78862d8ea468: Preparing [2023-03-01T19:24:14.623Z] 3a4469c921e3: Preparing [2023-03-01T19:24:14.623Z] 4e6476652798: Preparing [2023-03-01T19:24:14.623Z] 3a4469c921e3: Waiting [2023-03-01T19:24:14.623Z] 4e6476652798: Waiting [2023-03-01T19:24:14.623Z] 08830bb91a41: Layer already exists [2023-03-01T19:24:14.623Z] 78862d8ea468: Layer already exists [2023-03-01T19:24:14.623Z] 0cad600a8541: Layer already exists [2023-03-01T19:24:14.623Z] 73284357b13e: Layer already exists [2023-03-01T19:24:14.623Z] a23858360530: Layer already exists [2023-03-01T19:24:14.623Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:14.623Z] 4e6476652798: Layer already exists [2023-03-01T19:24:14.623Z] main: digest: sha256:a4b81f5e9970ce3319f52c6856b66035095d730ec69ef2b74f3ad332527d502b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:24:14.671Z] ===================================================== [Pipeline] echo [2023-03-01T19:24:14.678Z] taggedImages: [2023-03-01T19:24:14.678Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:14.678Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-01T19:24:14.678Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.74 [2023-03-01T19:24:14.678Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:14.678Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-01T19:24:14.699Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-01T19:24:14.699Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:14.699Z] latest [2023-03-01T19:24:14.699Z] 3.0.0-dev.74 [2023-03-01T19:24:14.699Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:14.699Z] main [2023-03-01T19:24:14.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:15.008Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:15.319Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:15.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-01T19:24:15.319Z] 9c6d882aa58d: Preparing [2023-03-01T19:24:15.319Z] fb4c73a3cbaa: Preparing [2023-03-01T19:24:15.319Z] a5a7dd6adbb5: Preparing [2023-03-01T19:24:15.319Z] b159c78be5e2: Preparing [2023-03-01T19:24:15.319Z] 9c27a1dbf7b0: Preparing [2023-03-01T19:24:15.319Z] 4e6476652798: Preparing [2023-03-01T19:24:15.319Z] 4e6476652798: Waiting [2023-03-01T19:24:15.319Z] a5a7dd6adbb5: Pushed [2023-03-01T19:24:15.319Z] fb4c73a3cbaa: Pushed [2023-03-01T19:24:15.319Z] 9c6d882aa58d: Pushed [2023-03-01T19:24:15.319Z] 4e6476652798: Layer already exists [2023-03-01T19:24:15.578Z] 9c27a1dbf7b0: Pushed [2023-03-01T19:24:22.144Z] b159c78be5e2: Pushed [2023-03-01T19:24:22.404Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:22.713Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:23.014Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-01T19:24:23.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-01T19:24:23.014Z] 9c6d882aa58d: Preparing [2023-03-01T19:24:23.014Z] fb4c73a3cbaa: Preparing [2023-03-01T19:24:23.014Z] a5a7dd6adbb5: Preparing [2023-03-01T19:24:23.014Z] b159c78be5e2: Preparing [2023-03-01T19:24:23.014Z] 9c27a1dbf7b0: Preparing [2023-03-01T19:24:23.014Z] 4e6476652798: Preparing [2023-03-01T19:24:23.014Z] 4e6476652798: Waiting [2023-03-01T19:24:23.014Z] 9c27a1dbf7b0: Layer already exists [2023-03-01T19:24:23.014Z] 9c6d882aa58d: Layer already exists [2023-03-01T19:24:23.014Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:23.014Z] fb4c73a3cbaa: Layer already exists [2023-03-01T19:24:23.014Z] a5a7dd6adbb5: Layer already exists [2023-03-01T19:24:23.014Z] 4e6476652798: Layer already exists [2023-03-01T19:24:23.014Z] latest: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:23.328Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:23.638Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.74 [2023-03-01T19:24:23.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-01T19:24:23.638Z] 9c6d882aa58d: Preparing [2023-03-01T19:24:23.638Z] fb4c73a3cbaa: Preparing [2023-03-01T19:24:23.638Z] a5a7dd6adbb5: Preparing [2023-03-01T19:24:23.638Z] b159c78be5e2: Preparing [2023-03-01T19:24:23.638Z] 9c27a1dbf7b0: Preparing [2023-03-01T19:24:23.638Z] 4e6476652798: Preparing [2023-03-01T19:24:23.638Z] 4e6476652798: Waiting [2023-03-01T19:24:23.638Z] 9c6d882aa58d: Layer already exists [2023-03-01T19:24:23.638Z] 9c27a1dbf7b0: Layer already exists [2023-03-01T19:24:23.638Z] fb4c73a3cbaa: Layer already exists [2023-03-01T19:24:23.638Z] a5a7dd6adbb5: Layer already exists [2023-03-01T19:24:23.638Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:23.638Z] 4e6476652798: Layer already exists [2023-03-01T19:24:23.638Z] 3.0.0-dev.74: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:23.940Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:24.245Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:24.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-01T19:24:24.245Z] 9c6d882aa58d: Preparing [2023-03-01T19:24:24.245Z] fb4c73a3cbaa: Preparing [2023-03-01T19:24:24.245Z] a5a7dd6adbb5: Preparing [2023-03-01T19:24:24.245Z] b159c78be5e2: Preparing [2023-03-01T19:24:24.245Z] 9c27a1dbf7b0: Preparing [2023-03-01T19:24:24.245Z] 4e6476652798: Preparing [2023-03-01T19:24:24.245Z] 4e6476652798: Waiting [2023-03-01T19:24:24.245Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:24.245Z] fb4c73a3cbaa: Layer already exists [2023-03-01T19:24:24.245Z] 9c27a1dbf7b0: Layer already exists [2023-03-01T19:24:24.245Z] a5a7dd6adbb5: Layer already exists [2023-03-01T19:24:24.245Z] 9c6d882aa58d: Layer already exists [2023-03-01T19:24:24.245Z] 4e6476652798: Layer already exists [2023-03-01T19:24:24.245Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:24.554Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:24.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-01T19:24:24.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-01T19:24:24.858Z] 9c6d882aa58d: Preparing [2023-03-01T19:24:24.858Z] fb4c73a3cbaa: Preparing [2023-03-01T19:24:24.858Z] a5a7dd6adbb5: Preparing [2023-03-01T19:24:24.858Z] b159c78be5e2: Preparing [2023-03-01T19:24:24.858Z] 9c27a1dbf7b0: Preparing [2023-03-01T19:24:24.858Z] 4e6476652798: Preparing [2023-03-01T19:24:24.858Z] 4e6476652798: Waiting [2023-03-01T19:24:24.858Z] fb4c73a3cbaa: Layer already exists [2023-03-01T19:24:24.858Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:24.858Z] a5a7dd6adbb5: Layer already exists [2023-03-01T19:24:24.858Z] 9c6d882aa58d: Layer already exists [2023-03-01T19:24:24.858Z] 9c27a1dbf7b0: Layer already exists [2023-03-01T19:24:24.858Z] 4e6476652798: Layer already exists [2023-03-01T19:24:24.858Z] main: digest: sha256:e9aaca50851cc7f3aa0641f131fc3f0bc52cb3769fd555a20f130c9870e37fc2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:24:24.896Z] ===================================================== [Pipeline] echo [2023-03-01T19:24:24.902Z] taggedImages: [2023-03-01T19:24:24.902Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:24.902Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-01T19:24:24.902Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.74 [2023-03-01T19:24:24.902Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:24.902Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-01T19:24:24.918Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-01T19:24:24.918Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:24.918Z] latest [2023-03-01T19:24:24.918Z] 3.0.0-dev.74 [2023-03-01T19:24:24.918Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:24.918Z] main [2023-03-01T19:24:24.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:25.219Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:25.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:25.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-01T19:24:25.519Z] f9fdfed6a911: Preparing [2023-03-01T19:24:25.519Z] 9a92821168f2: Preparing [2023-03-01T19:24:25.519Z] 753cb2e3ad71: Preparing [2023-03-01T19:24:25.519Z] b159c78be5e2: Preparing [2023-03-01T19:24:25.519Z] 3a4469c921e3: Preparing [2023-03-01T19:24:25.519Z] 4e6476652798: Preparing [2023-03-01T19:24:25.519Z] 4e6476652798: Waiting [2023-03-01T19:24:25.519Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:25.519Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:25.519Z] 4e6476652798: Layer already exists [2023-03-01T19:24:25.519Z] 753cb2e3ad71: Pushed [2023-03-01T19:24:25.519Z] f9fdfed6a911: Pushed [2023-03-01T19:24:25.519Z] 9a92821168f2: Pushed [2023-03-01T19:24:25.778Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:26.091Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:26.406Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-01T19:24:26.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-01T19:24:26.406Z] f9fdfed6a911: Preparing [2023-03-01T19:24:26.406Z] 9a92821168f2: Preparing [2023-03-01T19:24:26.406Z] 753cb2e3ad71: Preparing [2023-03-01T19:24:26.406Z] b159c78be5e2: Preparing [2023-03-01T19:24:26.406Z] 3a4469c921e3: Preparing [2023-03-01T19:24:26.406Z] 4e6476652798: Preparing [2023-03-01T19:24:26.406Z] 4e6476652798: Waiting [2023-03-01T19:24:26.406Z] f9fdfed6a911: Layer already exists [2023-03-01T19:24:26.406Z] 9a92821168f2: Layer already exists [2023-03-01T19:24:26.406Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:26.406Z] 753cb2e3ad71: Layer already exists [2023-03-01T19:24:26.406Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:26.406Z] 4e6476652798: Layer already exists [2023-03-01T19:24:26.406Z] latest: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:26.720Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:27.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.74 [2023-03-01T19:24:27.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-01T19:24:27.020Z] f9fdfed6a911: Preparing [2023-03-01T19:24:27.020Z] 9a92821168f2: Preparing [2023-03-01T19:24:27.020Z] 753cb2e3ad71: Preparing [2023-03-01T19:24:27.020Z] b159c78be5e2: Preparing [2023-03-01T19:24:27.020Z] 3a4469c921e3: Preparing [2023-03-01T19:24:27.020Z] 4e6476652798: Preparing [2023-03-01T19:24:27.020Z] 4e6476652798: Waiting [2023-03-01T19:24:27.020Z] f9fdfed6a911: Layer already exists [2023-03-01T19:24:27.020Z] 9a92821168f2: Layer already exists [2023-03-01T19:24:27.020Z] 753cb2e3ad71: Layer already exists [2023-03-01T19:24:27.020Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:27.020Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:27.020Z] 4e6476652798: Layer already exists [2023-03-01T19:24:27.020Z] 3.0.0-dev.74: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:27.325Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:27.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:27.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-01T19:24:27.626Z] f9fdfed6a911: Preparing [2023-03-01T19:24:27.626Z] 9a92821168f2: Preparing [2023-03-01T19:24:27.626Z] 753cb2e3ad71: Preparing [2023-03-01T19:24:27.626Z] b159c78be5e2: Preparing [2023-03-01T19:24:27.626Z] 3a4469c921e3: Preparing [2023-03-01T19:24:27.626Z] 4e6476652798: Preparing [2023-03-01T19:24:27.626Z] 4e6476652798: Waiting [2023-03-01T19:24:27.626Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:27.626Z] 753cb2e3ad71: Layer already exists [2023-03-01T19:24:27.626Z] f9fdfed6a911: Layer already exists [2023-03-01T19:24:27.626Z] 9a92821168f2: Layer already exists [2023-03-01T19:24:27.626Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:27.626Z] 4e6476652798: Layer already exists [2023-03-01T19:24:27.626Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:28.005Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:28.372Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-01T19:24:28.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-01T19:24:28.373Z] f9fdfed6a911: Preparing [2023-03-01T19:24:28.373Z] 9a92821168f2: Preparing [2023-03-01T19:24:28.373Z] 753cb2e3ad71: Preparing [2023-03-01T19:24:28.373Z] b159c78be5e2: Preparing [2023-03-01T19:24:28.373Z] 3a4469c921e3: Preparing [2023-03-01T19:24:28.373Z] 4e6476652798: Preparing [2023-03-01T19:24:28.373Z] 4e6476652798: Waiting [2023-03-01T19:24:28.373Z] 9a92821168f2: Layer already exists [2023-03-01T19:24:28.373Z] b159c78be5e2: Layer already exists [2023-03-01T19:24:28.373Z] 3a4469c921e3: Layer already exists [2023-03-01T19:24:28.373Z] 753cb2e3ad71: Layer already exists [2023-03-01T19:24:28.373Z] f9fdfed6a911: Layer already exists [2023-03-01T19:24:28.373Z] 4e6476652798: Layer already exists [2023-03-01T19:24:28.373Z] main: digest: sha256:4c10fab0b7d538931dfb85412dbaf40578b03c73b7f841775ef470d334052607 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:24:28.435Z] ===================================================== [Pipeline] echo [2023-03-01T19:24:28.447Z] taggedImages: [2023-03-01T19:24:28.447Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:28.447Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-01T19:24:28.447Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.74 [2023-03-01T19:24:28.447Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:28.447Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-01T19:24:28.472Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-01T19:24:28.472Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:28.472Z] latest [2023-03-01T19:24:28.472Z] 3.0.0-dev.74 [2023-03-01T19:24:28.472Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:28.472Z] main [2023-03-01T19:24:28.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:28.806Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:29.104Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:29.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-01T19:24:29.104Z] 754f1f19a2b4: Preparing [2023-03-01T19:24:29.104Z] 6a0f2d0b8294: Preparing [2023-03-01T19:24:29.104Z] 8118559e3ee8: Preparing [2023-03-01T19:24:29.104Z] ac093934d967: Preparing [2023-03-01T19:24:29.104Z] aa5968d388b8: Preparing [2023-03-01T19:24:29.104Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:29.104Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:29.104Z] 754f1f19a2b4: Pushed [2023-03-01T19:24:29.104Z] ac093934d967: Pushed [2023-03-01T19:24:31.642Z] 6a0f2d0b8294: Pushed [2023-03-01T19:24:31.642Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:31.952Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:32.253Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-01T19:24:32.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-01T19:24:32.253Z] 754f1f19a2b4: Preparing [2023-03-01T19:24:32.253Z] 6a0f2d0b8294: Preparing [2023-03-01T19:24:32.253Z] 8118559e3ee8: Preparing [2023-03-01T19:24:32.253Z] ac093934d967: Preparing [2023-03-01T19:24:32.253Z] aa5968d388b8: Preparing [2023-03-01T19:24:32.253Z] 754f1f19a2b4: Layer already exists [2023-03-01T19:24:32.253Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:32.253Z] 6a0f2d0b8294: Layer already exists [2023-03-01T19:24:32.253Z] ac093934d967: Layer already exists [2023-03-01T19:24:32.253Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:32.253Z] latest: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:32.569Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:32.869Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.74 [2023-03-01T19:24:32.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-01T19:24:32.869Z] 754f1f19a2b4: Preparing [2023-03-01T19:24:32.869Z] 6a0f2d0b8294: Preparing [2023-03-01T19:24:32.869Z] 8118559e3ee8: Preparing [2023-03-01T19:24:32.869Z] ac093934d967: Preparing [2023-03-01T19:24:32.869Z] aa5968d388b8: Preparing [2023-03-01T19:24:32.869Z] 6a0f2d0b8294: Layer already exists [2023-03-01T19:24:32.869Z] 754f1f19a2b4: Layer already exists [2023-03-01T19:24:32.869Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:32.869Z] ac093934d967: Layer already exists [2023-03-01T19:24:32.869Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:32.869Z] 3.0.0-dev.74: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:33.177Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:33.486Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:33.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-01T19:24:33.486Z] 754f1f19a2b4: Preparing [2023-03-01T19:24:33.486Z] 6a0f2d0b8294: Preparing [2023-03-01T19:24:33.486Z] 8118559e3ee8: Preparing [2023-03-01T19:24:33.486Z] ac093934d967: Preparing [2023-03-01T19:24:33.486Z] aa5968d388b8: Preparing [2023-03-01T19:24:33.486Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:33.486Z] ac093934d967: Layer already exists [2023-03-01T19:24:33.486Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:33.486Z] 6a0f2d0b8294: Layer already exists [2023-03-01T19:24:33.486Z] 754f1f19a2b4: Layer already exists [2023-03-01T19:24:33.486Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:33.803Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:34.102Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-01T19:24:34.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-01T19:24:34.102Z] 754f1f19a2b4: Preparing [2023-03-01T19:24:34.102Z] 6a0f2d0b8294: Preparing [2023-03-01T19:24:34.102Z] 8118559e3ee8: Preparing [2023-03-01T19:24:34.102Z] ac093934d967: Preparing [2023-03-01T19:24:34.102Z] aa5968d388b8: Preparing [2023-03-01T19:24:34.102Z] 6a0f2d0b8294: Layer already exists [2023-03-01T19:24:34.102Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:34.102Z] 754f1f19a2b4: Layer already exists [2023-03-01T19:24:34.102Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:34.102Z] ac093934d967: Layer already exists [2023-03-01T19:24:34.102Z] main: digest: sha256:0cd0193b610934522fc8370b4ca7d9d7b11d570897be784c09648d866fcfab75 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:24:34.136Z] ===================================================== [Pipeline] echo [2023-03-01T19:24:34.142Z] taggedImages: [2023-03-01T19:24:34.142Z] - nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:34.142Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-01T19:24:34.142Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.74 [2023-03-01T19:24:34.142Z] - nexus3.edgexfoundry.org:10004/support-notifications:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:34.142Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-01T19:24:34.155Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-01T19:24:34.155Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:34.155Z] latest [2023-03-01T19:24:34.155Z] 3.0.0-dev.74 [2023-03-01T19:24:34.155Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:34.155Z] main [2023-03-01T19:24:34.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:34.461Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:34.762Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:34.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-01T19:24:34.762Z] c2a1300895c4: Preparing [2023-03-01T19:24:34.762Z] f83fa971608a: Preparing [2023-03-01T19:24:34.762Z] 8118559e3ee8: Preparing [2023-03-01T19:24:34.762Z] 12f5758fa1d5: Preparing [2023-03-01T19:24:34.762Z] aa5968d388b8: Preparing [2023-03-01T19:24:34.762Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:34.762Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:24:34.762Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:34.762Z] c2a1300895c4: Pushed [2023-03-01T19:24:37.300Z] f83fa971608a: Pushed [2023-03-01T19:24:37.558Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:37.861Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:38.159Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-01T19:24:38.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-01T19:24:38.159Z] c2a1300895c4: Preparing [2023-03-01T19:24:38.159Z] f83fa971608a: Preparing [2023-03-01T19:24:38.159Z] 8118559e3ee8: Preparing [2023-03-01T19:24:38.159Z] 12f5758fa1d5: Preparing [2023-03-01T19:24:38.159Z] aa5968d388b8: Preparing [2023-03-01T19:24:38.159Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:38.159Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:24:38.159Z] f83fa971608a: Layer already exists [2023-03-01T19:24:38.159Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:38.159Z] c2a1300895c4: Layer already exists [2023-03-01T19:24:38.159Z] latest: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:38.466Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:38.770Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.74 [2023-03-01T19:24:38.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-01T19:24:38.770Z] c2a1300895c4: Preparing [2023-03-01T19:24:38.770Z] f83fa971608a: Preparing [2023-03-01T19:24:38.770Z] 8118559e3ee8: Preparing [2023-03-01T19:24:38.770Z] 12f5758fa1d5: Preparing [2023-03-01T19:24:38.770Z] aa5968d388b8: Preparing [2023-03-01T19:24:38.770Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:38.770Z] f83fa971608a: Layer already exists [2023-03-01T19:24:38.770Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:24:38.770Z] c2a1300895c4: Layer already exists [2023-03-01T19:24:38.770Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:38.770Z] 3.0.0-dev.74: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:39.072Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:39.372Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:39.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-01T19:24:39.372Z] c2a1300895c4: Preparing [2023-03-01T19:24:39.372Z] f83fa971608a: Preparing [2023-03-01T19:24:39.372Z] 8118559e3ee8: Preparing [2023-03-01T19:24:39.372Z] 12f5758fa1d5: Preparing [2023-03-01T19:24:39.372Z] aa5968d388b8: Preparing [2023-03-01T19:24:39.372Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:39.372Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:39.372Z] f83fa971608a: Layer already exists [2023-03-01T19:24:39.372Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:24:39.372Z] c2a1300895c4: Layer already exists [2023-03-01T19:24:39.372Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:39.674Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:24:39.969Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-01T19:24:39.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-01T19:24:39.969Z] c2a1300895c4: Preparing [2023-03-01T19:24:39.969Z] f83fa971608a: Preparing [2023-03-01T19:24:39.969Z] 8118559e3ee8: Preparing [2023-03-01T19:24:39.969Z] 12f5758fa1d5: Preparing [2023-03-01T19:24:39.969Z] aa5968d388b8: Preparing [2023-03-01T19:24:39.969Z] 12f5758fa1d5: Layer already exists [2023-03-01T19:24:39.969Z] aa5968d388b8: Layer already exists [2023-03-01T19:24:39.969Z] f83fa971608a: Layer already exists [2023-03-01T19:24:39.969Z] c2a1300895c4: Layer already exists [2023-03-01T19:24:39.969Z] 8118559e3ee8: Layer already exists [2023-03-01T19:24:39.969Z] main: digest: sha256:f7348ca0616d6db4e4b5bf10db9ed1bec8ebf26dc2d29ff85b9df6b6979eed27 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:24:40.000Z] ===================================================== [Pipeline] echo [2023-03-01T19:24:40.006Z] taggedImages: [2023-03-01T19:24:40.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:24:40.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-01T19:24:40.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.74 [2023-03-01T19:24:40.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:24:40.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-01T19:28:03.973Z] Removing intermediate container 3257ad518e7d [2023-03-01T19:28:03.973Z] ---> 29c9ccab18b9 [2023-03-01T19:28:03.973Z] [2023-03-01T19:28:03.973Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:28:03.973Z] 3.16: Pulling from library/alpine [2023-03-01T19:28:03.973Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T19:28:03.973Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T19:28:03.973Z] ---> 4c81e5bf8899 [2023-03-01T19:28:03.973Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-01T19:28:03.973Z] ---> Running in 6280ff26486e [2023-03-01T19:28:03.973Z] Removing intermediate container 6280ff26486e [2023-03-01T19:28:03.973Z] ---> 597de7dd1af4 [2023-03-01T19:28:03.973Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:28:03.973Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-01T19:28:03.973Z] ---> Running in bb7c1e146e24 [2023-03-01T19:28:03.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:03.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:03.973Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T19:28:03.973Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:28:03.973Z] OK: 5 MiB in 15 packages [2023-03-01T19:28:04.239Z] Removing intermediate container bb7c1e146e24 [2023-03-01T19:28:04.239Z] ---> 2ca535f91cb1 [2023-03-01T19:28:04.239Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:28:05.206Z] ---> e46f72c08d73 [2023-03-01T19:28:05.206Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-01T19:28:07.150Z] ---> 69607e86eba6 [2023-03-01T19:28:07.150Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-01T19:28:07.737Z] ---> 08d9bd685132 [2023-03-01T19:28:07.738Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-01T19:28:08.713Z] ---> 6fbe75512ec0 [2023-03-01T19:28:08.713Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:28:08.987Z] ---> Running in eb420bebae3a [2023-03-01T19:28:15.266Z] Removing intermediate container eb420bebae3a [2023-03-01T19:28:15.266Z] ---> 47cbbcfec991 [2023-03-01T19:28:15.266Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:28:15.266Z] ---> Running in 49cc71e72cd7 [2023-03-01T19:28:15.266Z] Removing intermediate container 49cc71e72cd7 [2023-03-01T19:28:15.266Z] ---> 736808465fd5 [2023-03-01T19:28:15.266Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-01T19:28:15.266Z] ---> Running in 0854808334d4 [2023-03-01T19:28:15.543Z] Removing intermediate container 0854808334d4 [2023-03-01T19:28:15.543Z] ---> 11e7f1dbc1e7 [2023-03-01T19:28:15.543Z] Step 20/22 : LABEL arch=arm64 [2023-03-01T19:28:15.815Z] ---> Running in cfeb7fa81cc3 [2023-03-01T19:28:16.412Z] Removing intermediate container cfeb7fa81cc3 [2023-03-01T19:28:16.412Z] ---> 5c84f806acf5 [2023-03-01T19:28:16.412Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:28:16.678Z] ---> Running in e7f221ff5ddd [2023-03-01T19:28:17.259Z] Removing intermediate container e7f221ff5ddd [2023-03-01T19:28:17.259Z] ---> 141b8fa168e5 [2023-03-01T19:28:17.259Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:28:17.525Z] ---> Running in 84ed049c6f25 [2023-03-01T19:28:18.107Z] Removing intermediate container 84ed049c6f25 [2023-03-01T19:28:18.107Z] ---> 3df066943c51 [2023-03-01T19:28:18.107Z] [2023-03-01T19:28:18.373Z] Successfully built 3df066943c51 [2023-03-01T19:28:18.847Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-01T19:28:18.847Z] Building security-bootstrapper [2023-03-01T19:28:24.356Z]  Building security-proxy-auth ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:28:24.356Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:28:24.356Z] ---> e4b13064ba74 [2023-03-01T19:28:24.356Z] Step 3/32 : WORKDIR /edgex-go [2023-03-01T19:28:24.356Z] ---> Using cache [2023-03-01T19:28:24.356Z] ---> a40e9fb6faa9 [2023-03-01T19:28:24.356Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-01T19:28:24.356Z] ---> Running in 5488ca0d4d09 [2023-03-01T19:28:24.955Z] Removing intermediate container c4eb46c4d230 [2023-03-01T19:28:24.955Z] ---> 78a88fdce715 [2023-03-01T19:28:24.955Z] [2023-03-01T19:28:24.955Z] Step 9/24 : FROM alpine:3.16 [2023-03-01T19:28:24.955Z] ---> 4c81e5bf8899 [2023-03-01T19:28:24.955Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-01T19:28:25.221Z] ---> Running in 8665db0cd0b3 [2023-03-01T19:28:27.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:27.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:27.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:27.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:28.655Z] OK: 221 MiB in 51 packages [2023-03-01T19:28:28.923Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-01T19:28:28.923Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-01T19:28:28.923Z] (3/3) Installing su-exec (0.2-r1) [2023-03-01T19:28:28.923Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:28:29.193Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:28:29.786Z] OK: 6 MiB in 17 packages [2023-03-01T19:28:30.054Z] Removing intermediate container 5488ca0d4d09 [2023-03-01T19:28:30.054Z] ---> 875bafee7354 [2023-03-01T19:28:30.054Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-01T19:28:31.466Z] ---> 2fd88dab1b95 [2023-03-01T19:28:31.466Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:28:31.466Z] ---> Running in e31e0b4ab905 [2023-03-01T19:28:32.425Z] Removing intermediate container 8665db0cd0b3 [2023-03-01T19:28:32.425Z] ---> df4607d1de70 [2023-03-01T19:28:32.425Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-01T19:28:32.425Z] ---> Running in 47f6926ef638 [2023-03-01T19:28:33.008Z] Removing intermediate container 47f6926ef638 [2023-03-01T19:28:33.008Z] ---> dd9495dbb268 [2023-03-01T19:28:33.008Z] Step 12/24 : WORKDIR / [2023-03-01T19:28:33.275Z] ---> Running in 12dbbf0b0e6f [2023-03-01T19:28:33.859Z] Removing intermediate container 12dbbf0b0e6f [2023-03-01T19:28:33.859Z] ---> 72f4b28b4e4f [2023-03-01T19:28:33.859Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-01T19:28:34.822Z] ---> 1ffe8026c5e9 [2023-03-01T19:28:34.822Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-01T19:28:35.788Z] ---> 7891956aa09b [2023-03-01T19:28:35.788Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-01T19:28:36.750Z] ---> 79d0f3779b6c [2023-03-01T19:28:36.750Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-03-01T19:28:37.709Z] ---> b107ef0f3ff8 [2023-03-01T19:28:37.709Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-01T19:28:39.117Z] ---> dfbe3c79f5e0 [2023-03-01T19:28:39.117Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-01T19:28:42.460Z] ---> 0e7fba018bce [2023-03-01T19:28:42.460Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-01T19:28:43.533Z] ---> 81a15cbfc5d5 [2023-03-01T19:28:43.533Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:28:43.802Z] ---> Running in 193f4b6f76a5 [2023-03-01T19:28:48.058Z] Removing intermediate container 193f4b6f76a5 [2023-03-01T19:28:48.058Z] ---> 5a8f0926ad5b [2023-03-01T19:28:48.058Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:28:48.058Z] ---> Running in 80a2c1a05b1f [2023-03-01T19:28:48.647Z] Removing intermediate container 80a2c1a05b1f [2023-03-01T19:28:48.647Z] ---> 80f85b66d6ed [2023-03-01T19:28:48.647Z] Step 22/24 : LABEL arch=arm64 [2023-03-01T19:28:48.929Z] ---> Running in 583b61ac0d91 [2023-03-01T19:28:49.890Z] Removing intermediate container 583b61ac0d91 [2023-03-01T19:28:49.890Z] ---> b48797a129e9 [2023-03-01T19:28:49.890Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:28:49.890Z] ---> Running in 696acf7aff5f [2023-03-01T19:28:50.486Z] Removing intermediate container 696acf7aff5f [2023-03-01T19:28:50.486Z] ---> bfb6d65b23bf [2023-03-01T19:28:50.486Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:28:50.767Z] ---> Running in 3f67adb99bc0 [2023-03-01T19:28:50.767Z] Removing intermediate container b3546eb7f8dc [2023-03-01T19:28:50.767Z] ---> 50a589f57e3c [2023-03-01T19:28:50.767Z] [2023-03-01T19:28:50.767Z] Step 10/23 : FROM alpine:3.16 [2023-03-01T19:28:50.767Z] ---> 4c81e5bf8899 [2023-03-01T19:28:50.767Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:28:51.035Z] ---> Running in 7ae691cf64de [2023-03-01T19:28:51.615Z] Removing intermediate container 3f67adb99bc0 [2023-03-01T19:28:51.615Z] ---> 243a48f1c65e [2023-03-01T19:28:51.615Z] [2023-03-01T19:28:51.881Z] Successfully built 243a48f1c65e [2023-03-01T19:28:51.881Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-01T19:28:51.881Z]  Building security-secretstore-setup ... done Building security-spire-config [2023-03-01T19:28:52.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:53.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:54.840Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T19:28:54.840Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:28:54.840Z] OK: 5 MiB in 15 packages [2023-03-01T19:28:56.253Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:28:56.253Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:28:56.253Z] ---> e4b13064ba74 [2023-03-01T19:28:56.253Z] Step 3/24 : WORKDIR /edgex-go [2023-03-01T19:28:56.253Z] ---> Using cache [2023-03-01T19:28:56.253Z] ---> a40e9fb6faa9 [2023-03-01T19:28:56.253Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-01T19:28:56.519Z] ---> Running in d34e133fdcc0 [2023-03-01T19:28:57.474Z] Removing intermediate container 7ae691cf64de [2023-03-01T19:28:57.474Z] ---> 6c7a1026d265 [2023-03-01T19:28:57.474Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:28:57.739Z] ---> Running in 197d02c6a417 [2023-03-01T19:28:58.322Z] Removing intermediate container 197d02c6a417 [2023-03-01T19:28:58.322Z] ---> 0d539de58698 [2023-03-01T19:28:58.322Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-01T19:28:58.322Z] ---> Running in db89cf252d68 [2023-03-01T19:28:58.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:58.860Z] Removing intermediate container db89cf252d68 [2023-03-01T19:28:58.860Z] ---> d72f26005282 [2023-03-01T19:28:59.127Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-01T19:28:59.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:28:59.127Z] ---> Running in 82cbef134cdf [2023-03-01T19:28:59.712Z] Removing intermediate container 82cbef134cdf [2023-03-01T19:28:59.712Z] ---> b9e3342b030b [2023-03-01T19:28:59.712Z] Step 15/23 : WORKDIR / [2023-03-01T19:28:59.978Z] ---> Running in 25a620337e52 [2023-03-01T19:29:00.574Z] Removing intermediate container 25a620337e52 [2023-03-01T19:29:00.574Z] ---> a974d4c92cb4 [2023-03-01T19:29:00.574Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:29:00.574Z] OK: 221 MiB in 51 packages [2023-03-01T19:29:01.978Z] ---> 4380c59f4bb9 [2023-03-01T19:29:01.978Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-01T19:29:02.558Z] Removing intermediate container d34e133fdcc0 [2023-03-01T19:29:02.558Z] ---> 885fdaa774f4 [2023-03-01T19:29:02.558Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-01T19:29:03.966Z] ---> f4e1cb57e464 [2023-03-01T19:29:03.966Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:29:03.966Z] ---> Running in a1666711c311 [2023-03-01T19:29:04.551Z] ---> ff146d732d6b [2023-03-01T19:29:04.551Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-01T19:29:05.971Z] ---> d8fa8f21cb70 [2023-03-01T19:29:05.971Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-01T19:29:05.971Z] ---> Running in 0fdd70a15db3 [2023-03-01T19:29:06.552Z] Removing intermediate container 0fdd70a15db3 [2023-03-01T19:29:06.552Z] ---> e3691fbacb8a [2023-03-01T19:29:06.552Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:29:06.816Z] ---> Running in 8210fa6730ba [2023-03-01T19:29:07.083Z] Removing intermediate container 8210fa6730ba [2023-03-01T19:29:07.083Z] ---> d467b2a7b672 [2023-03-01T19:29:07.083Z] Step 21/23 : LABEL arch=arm64 [2023-03-01T19:29:07.349Z] ---> Running in d89e7d0d1fd9 [2023-03-01T19:29:07.930Z] Removing intermediate container d89e7d0d1fd9 [2023-03-01T19:29:07.930Z] ---> d8527553155e [2023-03-01T19:29:07.930Z] Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:29:08.197Z] ---> Running in 9bf506157e33 [2023-03-01T19:29:10.133Z] Removing intermediate container 9bf506157e33 [2023-03-01T19:29:10.133Z] ---> 7db467e9548d [2023-03-01T19:29:10.133Z] Step 23/23 : LABEL version=3.0.0-dev.74 [2023-03-01T19:29:10.133Z] ---> Running in 1abb16291f4e [2023-03-01T19:29:10.715Z] Removing intermediate container 1abb16291f4e [2023-03-01T19:29:10.715Z] ---> a4c7f8e0f78d [2023-03-01T19:29:10.715Z] [2023-03-01T19:29:10.715Z] Successfully built a4c7f8e0f78d [2023-03-01T19:29:10.715Z] Successfully tagged core-command-arm64:latest [2023-03-01T19:29:10.715Z]  Building core-command ... done Building core-data [2023-03-01T19:29:14.051Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:29:14.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:29:14.051Z] ---> e4b13064ba74 [2023-03-01T19:29:14.051Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:29:14.051Z] ---> Using cache [2023-03-01T19:29:14.051Z] ---> 047bad65557e [2023-03-01T19:29:14.051Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:29:14.051Z] ---> Using cache [2023-03-01T19:29:14.051Z] ---> 8d2860bd9624 [2023-03-01T19:29:14.051Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:29:14.051Z] ---> Using cache [2023-03-01T19:29:14.051Z] ---> da909da0b068 [2023-03-01T19:29:14.051Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:29:14.051Z] ---> Using cache [2023-03-01T19:29:14.051Z] ---> dde11dcd85de [2023-03-01T19:29:14.051Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:29:14.051Z] ---> Using cache [2023-03-01T19:29:14.051Z] ---> ff37fcebaa41 [2023-03-01T19:29:14.051Z] Step 8/22 : COPY . . [2023-03-01T19:29:14.051Z] ---> Using cache [2023-03-01T19:29:14.051Z] ---> e7ff708ee0bb [2023-03-01T19:29:14.051Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-01T19:29:14.319Z] ---> Running in 4a6072a21706 [2023-03-01T19:29:16.259Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-01T19:30:03.075Z] Removing intermediate container e31e0b4ab905 [2023-03-01T19:30:03.075Z] ---> 8a18a9287ba6 [2023-03-01T19:30:03.075Z] Step 7/32 : COPY . . [2023-03-01T19:30:07.341Z] ---> 1768af62972b [2023-03-01T19:30:07.341Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-01T19:30:07.341Z] ---> Running in 181efb9147d8 [2023-03-01T19:30:09.917Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-01T19:30:31.991Z] Removing intermediate container 9ed99b0e1d65 [2023-03-01T19:30:31.991Z] ---> 6d2e27ae4e90 [2023-03-01T19:30:31.991Z] [2023-03-01T19:30:31.991Z] Step 9/19 : FROM alpine:3.15 [2023-03-01T19:30:31.991Z] 3.15: Pulling from library/alpine [2023-03-01T19:30:33.924Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-01T19:30:33.924Z] Status: Downloaded newer image for alpine:3.15 [2023-03-01T19:30:33.924Z] ---> 354640af7b1b [2023-03-01T19:30:33.924Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:30:34.517Z] ---> Running in a25a9f57ce5c [2023-03-01T19:30:35.099Z] Removing intermediate container a25a9f57ce5c [2023-03-01T19:30:35.099Z] ---> ad7d514b7297 [2023-03-01T19:30:35.099Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-01T19:30:35.367Z] ---> Running in c7de9268addb [2023-03-01T19:30:37.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:30:38.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:30:40.165Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-01T19:30:40.165Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-01T19:30:40.165Z] OK: 15734 distinct packages available [2023-03-01T19:30:40.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:30:41.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:30:42.429Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-01T19:30:42.429Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-01T19:30:42.429Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-01T19:30:42.696Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-01T19:30:42.696Z] (5/9) Installing curl (7.80.0-r6) [2023-03-01T19:30:42.696Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-01T19:30:42.696Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-01T19:30:42.696Z] (8/9) Installing libucontext (1.1-r0) [2023-03-01T19:30:42.696Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-01T19:30:42.696Z] Executing busybox-1.34.1-r7.trigger [2023-03-01T19:30:42.696Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:30:42.972Z] OK: 8 MiB in 23 packages [2023-03-01T19:30:45.548Z] Removing intermediate container c7de9268addb [2023-03-01T19:30:45.548Z] ---> f61fc3b68cda [2023-03-01T19:30:45.548Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:30:46.504Z] ---> be2f38fa10db [2023-03-01T19:30:46.504Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-01T19:30:48.437Z] Removing intermediate container a1666711c311 [2023-03-01T19:30:48.437Z] ---> ed306834fc54 [2023-03-01T19:30:48.437Z] Step 7/24 : COPY . . [2023-03-01T19:30:48.701Z] ---> 01a2c42b4814 [2023-03-01T19:30:48.701Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-01T19:30:50.111Z] ---> 01c47566312d [2023-03-01T19:30:50.111Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-01T19:30:50.377Z] ---> Running in f696d590a9cc [2023-03-01T19:30:51.335Z] Removing intermediate container f696d590a9cc [2023-03-01T19:30:51.335Z] ---> f215b83a8713 [2023-03-01T19:30:51.335Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:30:51.335Z] ---> Running in 0490a09fde3e [2023-03-01T19:30:51.916Z] Removing intermediate container 0490a09fde3e [2023-03-01T19:30:51.916Z] ---> 9826f18d953f [2023-03-01T19:30:51.916Z] Step 17/19 : LABEL arch=arm64 [2023-03-01T19:30:52.199Z] ---> Running in 73a8280510bd [2023-03-01T19:30:52.480Z] ---> 288022ebd664 [2023-03-01T19:30:52.480Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-01T19:30:52.751Z] ---> Running in 63ac9f7dae8a [2023-03-01T19:30:53.018Z] Removing intermediate container 73a8280510bd [2023-03-01T19:30:53.018Z] ---> eb9ae3fb4ffd [2023-03-01T19:30:53.018Z] Step 18/19 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:30:53.018Z] ---> Running in fdb675a1cc5f [2023-03-01T19:30:53.303Z] Removing intermediate container 63ac9f7dae8a [2023-03-01T19:30:53.303Z] ---> fc6b5803660b [2023-03-01T19:30:53.303Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-01T19:30:53.569Z] ---> Running in 9d678acaf27b [2023-03-01T19:30:53.836Z] Removing intermediate container fdb675a1cc5f [2023-03-01T19:30:53.836Z] ---> 836943a0171e [2023-03-01T19:30:53.836Z] Step 19/19 : LABEL version=3.0.0-dev.74 [2023-03-01T19:30:54.102Z] ---> Running in 5f26cbd25501 [2023-03-01T19:30:54.102Z] Removing intermediate container 9d678acaf27b [2023-03-01T19:30:54.102Z] ---> f75c0be1d50b [2023-03-01T19:30:54.102Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-01T19:30:54.372Z] ---> Running in cd729f91a6b3 [2023-03-01T19:30:54.954Z] Removing intermediate container 5f26cbd25501 [2023-03-01T19:30:54.954Z] ---> 735a0f11f428 [2023-03-01T19:30:54.954Z] [2023-03-01T19:30:55.220Z] Successfully built 735a0f11f428 [2023-03-01T19:30:55.220Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-01T19:30:55.220Z]  Building security-spiffe-token-provider ... done Building security-spire-agent [2023-03-01T19:30:57.798Z] Removing intermediate container cd729f91a6b3 [2023-03-01T19:30:57.798Z] ---> f45752933d73 [2023-03-01T19:30:57.798Z] Step 11/24 : WORKDIR /edgex-go [2023-03-01T19:30:57.798Z] ---> Running in 7e82856f6be1 [2023-03-01T19:30:58.067Z] Removing intermediate container 7e82856f6be1 [2023-03-01T19:30:58.067Z] ---> 40634e88f9fe [2023-03-01T19:30:58.068Z] [2023-03-01T19:30:58.068Z] Step 12/24 : FROM alpine:3.15 [2023-03-01T19:30:58.068Z] ---> 354640af7b1b [2023-03-01T19:30:58.068Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:30:58.068Z] ---> Using cache [2023-03-01T19:30:58.068Z] ---> ad7d514b7297 [2023-03-01T19:30:58.068Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-01T19:30:58.068Z] ---> Running in 8d1a291338ec [2023-03-01T19:31:00.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:00.282Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:31:00.282Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:31:00.282Z] ---> e4b13064ba74 [2023-03-01T19:31:00.282Z] Step 3/24 : WORKDIR /edgex-go [2023-03-01T19:31:00.282Z] ---> Using cache [2023-03-01T19:31:00.282Z] ---> a40e9fb6faa9 [2023-03-01T19:31:00.282Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-01T19:31:00.282Z] ---> Using cache [2023-03-01T19:31:00.282Z] ---> 885fdaa774f4 [2023-03-01T19:31:00.282Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> f4e1cb57e464 [2023-03-01T19:31:00.548Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> ed306834fc54 [2023-03-01T19:31:00.548Z] Step 7/24 : COPY . . [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> 288022ebd664 [2023-03-01T19:31:00.548Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> fc6b5803660b [2023-03-01T19:31:00.548Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> f75c0be1d50b [2023-03-01T19:31:00.548Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> f45752933d73 [2023-03-01T19:31:00.548Z] Step 11/24 : WORKDIR /edgex-go [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> 40634e88f9fe [2023-03-01T19:31:00.548Z] [2023-03-01T19:31:00.548Z] Step 12/24 : FROM alpine:3.15 [2023-03-01T19:31:00.548Z] ---> 354640af7b1b [2023-03-01T19:31:00.548Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:31:00.548Z] ---> Using cache [2023-03-01T19:31:00.548Z] ---> ad7d514b7297 [2023-03-01T19:31:00.548Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-01T19:31:00.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:00.820Z] ---> Running in a843beffe198 [2023-03-01T19:31:02.228Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-01T19:31:02.228Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-01T19:31:02.228Z] OK: 15734 distinct packages available [2023-03-01T19:31:02.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:02.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:02.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:03.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:03.988Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-01T19:31:03.988Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-01T19:31:03.988Z] (3/4) Installing libucontext (1.1-r0) [2023-03-01T19:31:03.988Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-01T19:31:03.988Z] Executing busybox-1.34.1-r7.trigger [2023-03-01T19:31:03.988Z] OK: 6 MiB in 18 packages [2023-03-01T19:31:04.254Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-01T19:31:04.254Z] v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-01T19:31:04.254Z] OK: 15734 distinct packages available [2023-03-01T19:31:04.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:05.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:31:05.689Z] Removing intermediate container 8d1a291338ec [2023-03-01T19:31:05.689Z] ---> 194e314301fd [2023-03-01T19:31:05.689Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-01T19:31:06.649Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-01T19:31:06.649Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-01T19:31:06.649Z] (3/5) Installing libucontext (1.1-r0) [2023-03-01T19:31:06.649Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-01T19:31:06.649Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-01T19:31:06.649Z] Executing busybox-1.34.1-r7.trigger [2023-03-01T19:31:06.649Z] OK: 6 MiB in 19 packages [2023-03-01T19:31:09.245Z] Removing intermediate container a843beffe198 [2023-03-01T19:31:09.245Z] ---> 9e0c66f38d8d [2023-03-01T19:31:09.245Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-01T19:31:13.492Z] ---> 7f92374e1a26 [2023-03-01T19:31:13.492Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-01T19:31:14.452Z] ---> c017d066e26a [2023-03-01T19:31:14.452Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-01T19:31:14.718Z] ---> 30ef90330879 [2023-03-01T19:31:14.718Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-01T19:31:14.718Z] ---> Running in f622f7b62853 [2023-03-01T19:31:15.675Z] Removing intermediate container f622f7b62853 [2023-03-01T19:31:15.675Z] ---> ecf68974f263 [2023-03-01T19:31:15.675Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-01T19:31:19.183Z] ---> 5ef15fd67821 [2023-03-01T19:31:19.183Z] Step 19/24 : WORKDIR / [2023-03-01T19:31:19.183Z] ---> Running in a0e7f2c1f9bc [2023-03-01T19:31:20.245Z] Removing intermediate container a0e7f2c1f9bc [2023-03-01T19:31:20.245Z] ---> 83818c4faf07 [2023-03-01T19:31:20.245Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-01T19:31:20.245Z] ---> Running in 6a181fe14002 [2023-03-01T19:31:20.842Z] Removing intermediate container 6a181fe14002 [2023-03-01T19:31:20.842Z] ---> f666e2efd98e [2023-03-01T19:31:20.842Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-01T19:31:21.115Z] ---> Running in 6b015b5b4c56 [2023-03-01T19:31:22.175Z] Removing intermediate container 6b015b5b4c56 [2023-03-01T19:31:22.175Z] ---> 7330ea2ea114 [2023-03-01T19:31:22.175Z] Step 22/24 : LABEL arch=arm64 [2023-03-01T19:31:22.175Z] ---> e0d3f17f9642 [2023-03-01T19:31:22.175Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-01T19:31:22.175Z] ---> Running in 45c31deb4426 [2023-03-01T19:31:22.780Z] Removing intermediate container 45c31deb4426 [2023-03-01T19:31:22.780Z] ---> 19d937c952c3 [2023-03-01T19:31:22.780Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:31:23.045Z] ---> Running in b98a37b271d8 [2023-03-01T19:31:23.311Z] ---> be3c7ad2ac5e [2023-03-01T19:31:23.311Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-01T19:31:23.891Z] Removing intermediate container b98a37b271d8 [2023-03-01T19:31:23.891Z] ---> 54265f3cc41b [2023-03-01T19:31:23.891Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:31:24.156Z] ---> Running in de50596137a3 [2023-03-01T19:31:24.422Z] ---> 469b49893887 [2023-03-01T19:31:24.422Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-01T19:31:24.687Z] Removing intermediate container de50596137a3 [2023-03-01T19:31:24.687Z] ---> e20d769bd9d0 [2023-03-01T19:31:24.687Z] [2023-03-01T19:31:24.953Z] Successfully built e20d769bd9d0 [2023-03-01T19:31:24.953Z] Successfully tagged security-spire-config-arm64:latest [2023-03-01T19:31:24.953Z]  Building security-spire-config ... done Building security-proxy-setup [2023-03-01T19:31:25.536Z] ---> 5f2bd24ae3b6 [2023-03-01T19:31:25.536Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-01T19:31:25.536Z] ---> Running in 09a0dfd82b43 [2023-03-01T19:31:26.123Z] Removing intermediate container 09a0dfd82b43 [2023-03-01T19:31:26.123Z] ---> f61ba8327257 [2023-03-01T19:31:26.123Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-01T19:31:26.709Z] ---> Running in 699318015fb2 [2023-03-01T19:31:27.291Z] Removing intermediate container 699318015fb2 [2023-03-01T19:31:27.291Z] ---> 247123fa0dc2 [2023-03-01T19:31:27.291Z] Step 22/24 : LABEL arch=arm64 [2023-03-01T19:31:27.556Z] ---> Running in ad70d44a563e [2023-03-01T19:31:28.151Z] Removing intermediate container ad70d44a563e [2023-03-01T19:31:28.151Z] ---> 9a09b1d64d9c [2023-03-01T19:31:28.151Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:31:28.417Z] ---> Running in 07ef19bef467 [2023-03-01T19:31:29.378Z] Removing intermediate container 07ef19bef467 [2023-03-01T19:31:29.378Z] ---> cc7ad1977bdc [2023-03-01T19:31:29.378Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:31:29.644Z] ---> Running in 148dd32099fa [2023-03-01T19:31:30.600Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:31:30.600Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:31:30.600Z] ---> e4b13064ba74 [2023-03-01T19:31:30.600Z] Step 3/21 : WORKDIR /edgex-go [2023-03-01T19:31:30.600Z] ---> Using cache [2023-03-01T19:31:30.600Z] ---> a40e9fb6faa9 [2023-03-01T19:31:30.600Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-03-01T19:31:30.600Z] ---> Using cache [2023-03-01T19:31:30.600Z] ---> 875bafee7354 [2023-03-01T19:31:30.600Z] Step 5/21 : COPY go.mod vendor* ./ [2023-03-01T19:31:30.600Z] ---> Using cache [2023-03-01T19:31:30.600Z] ---> 2fd88dab1b95 [2023-03-01T19:31:30.600Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:31:30.600Z] ---> Using cache [2023-03-01T19:31:30.600Z] ---> 8a18a9287ba6 [2023-03-01T19:31:30.600Z] Step 7/21 : COPY . . [2023-03-01T19:31:30.869Z] ---> Using cache [2023-03-01T19:31:30.869Z] ---> 1768af62972b [2023-03-01T19:31:30.869Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-03-01T19:31:31.839Z] Removing intermediate container 148dd32099fa [2023-03-01T19:31:31.839Z] ---> 5b03963dd505 [2023-03-01T19:31:31.839Z] [2023-03-01T19:31:31.839Z] ---> Running in dd0bf8615ad9 [2023-03-01T19:31:32.427Z] Successfully built 5b03963dd505 [2023-03-01T19:31:32.427Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-01T19:31:32.427Z]  Building security-spire-agent ... done Building security-spire-server [2023-03-01T19:31:34.363Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-03-01T19:31:37.694Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:31:37.694Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:31:37.694Z] ---> e4b13064ba74 [2023-03-01T19:31:37.694Z] Step 3/23 : WORKDIR /edgex-go [2023-03-01T19:31:37.694Z] ---> Using cache [2023-03-01T19:31:37.694Z] ---> a40e9fb6faa9 [2023-03-01T19:31:37.694Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-01T19:31:37.694Z] ---> Using cache [2023-03-01T19:31:37.694Z] ---> 885fdaa774f4 [2023-03-01T19:31:37.694Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-01T19:31:37.694Z] ---> Using cache [2023-03-01T19:31:37.694Z] ---> f4e1cb57e464 [2023-03-01T19:31:37.694Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:31:37.694Z] ---> Using cache [2023-03-01T19:31:37.694Z] ---> ed306834fc54 [2023-03-01T19:31:37.694Z] Step 7/23 : COPY . . [2023-03-01T19:31:38.275Z] ---> Using cache [2023-03-01T19:31:38.275Z] ---> 288022ebd664 [2023-03-01T19:31:38.275Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-01T19:31:38.275Z] ---> Using cache [2023-03-01T19:31:38.275Z] ---> fc6b5803660b [2023-03-01T19:31:38.275Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-01T19:31:38.275Z] ---> Using cache [2023-03-01T19:31:38.275Z] ---> f75c0be1d50b [2023-03-01T19:31:38.275Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-01T19:31:38.857Z] ---> Running in a6e7c516712f [2023-03-01T19:31:41.437Z] Removing intermediate container ef2e3f8b7472 [2023-03-01T19:31:41.437Z] ---> cb34ce371eae [2023-03-01T19:31:41.437Z] [2023-03-01T19:31:41.437Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:31:41.437Z] ---> 4c81e5bf8899 [2023-03-01T19:31:41.437Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:31:41.437Z] ---> Using cache [2023-03-01T19:31:41.437Z] ---> 6c7a1026d265 [2023-03-01T19:31:41.437Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:31:41.437Z] ---> Using cache [2023-03-01T19:31:41.437Z] ---> 0d539de58698 [2023-03-01T19:31:41.705Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-01T19:31:41.705Z] ---> Running in 0a94a7f449b0 [2023-03-01T19:31:42.289Z] Removing intermediate container 0a94a7f449b0 [2023-03-01T19:31:42.289Z] ---> 65c547dda430 [2023-03-01T19:31:42.289Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-01T19:31:44.226Z] ---> Running in 18c6d201a143 [2023-03-01T19:31:44.226Z] Removing intermediate container a6e7c516712f [2023-03-01T19:31:44.226Z] ---> b144e396c33a [2023-03-01T19:31:44.226Z] Step 11/23 : WORKDIR /edgex-go [2023-03-01T19:31:44.226Z] ---> Running in 1923d9b26108 [2023-03-01T19:31:44.816Z] Removing intermediate container 18c6d201a143 [2023-03-01T19:31:44.816Z] ---> 07797c4b117c [2023-03-01T19:31:44.816Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:31:45.082Z] Removing intermediate container 1923d9b26108 [2023-03-01T19:31:45.082Z] ---> 300d9f0c82d1 [2023-03-01T19:31:45.082Z] [2023-03-01T19:31:45.082Z] Step 12/23 : FROM alpine:3.15 [2023-03-01T19:31:45.082Z] ---> 354640af7b1b [2023-03-01T19:31:45.082Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:31:45.082Z] ---> Using cache [2023-03-01T19:31:45.082Z] ---> ad7d514b7297 [2023-03-01T19:31:45.082Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-01T19:31:45.082Z] ---> Using cache [2023-03-01T19:31:45.082Z] ---> 9e0c66f38d8d [2023-03-01T19:31:45.082Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-01T19:31:46.039Z] ---> c1f4b528f323 [2023-03-01T19:31:46.039Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-01T19:31:49.376Z] ---> ba4d762e02e7 [2023-03-01T19:31:49.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-01T19:31:50.777Z] ---> d1cf765bbc10 [2023-03-01T19:31:50.777Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-01T19:31:51.045Z] ---> Running in 91e7cb20d065 [2023-03-01T19:31:51.632Z] Removing intermediate container 91e7cb20d065 [2023-03-01T19:31:51.632Z] ---> cc0ee448ac87 [2023-03-01T19:31:51.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:31:51.632Z] ---> Running in d6b10ffcd609 [2023-03-01T19:31:52.595Z] Removing intermediate container d6b10ffcd609 [2023-03-01T19:31:52.595Z] ---> cc1ba4e8ae9e [2023-03-01T19:31:52.595Z] Step 20/22 : LABEL arch=arm64 [2023-03-01T19:31:52.862Z] ---> Running in 50533d196e2f [2023-03-01T19:31:53.443Z] Removing intermediate container 50533d196e2f [2023-03-01T19:31:53.443Z] ---> 28f1b6251d88 [2023-03-01T19:31:53.443Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:31:53.708Z] ---> b89083b2a4b5 [2023-03-01T19:31:53.708Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-01T19:31:53.708Z] ---> Running in cafc9499b125 [2023-03-01T19:31:54.293Z] Removing intermediate container cafc9499b125 [2023-03-01T19:31:54.293Z] ---> a2686a82e203 [2023-03-01T19:31:54.293Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:31:54.559Z] ---> Running in f68013e71572 [2023-03-01T19:31:55.139Z] ---> afd24c64e2a7 [2023-03-01T19:31:55.139Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-01T19:31:55.139Z] Removing intermediate container f68013e71572 [2023-03-01T19:31:55.139Z] ---> 76579e5b89aa [2023-03-01T19:31:55.139Z] [2023-03-01T19:31:55.406Z] Successfully built 76579e5b89aa [2023-03-01T19:31:55.406Z] Successfully tagged support-scheduler-arm64:latest [2023-03-01T19:31:55.406Z]  Building support-scheduler ... done Building support-notifications [2023-03-01T19:31:56.809Z] ---> 98f2f8ff9bf3 [2023-03-01T19:31:56.809Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-01T19:31:57.767Z] ---> 62c05bf73778 [2023-03-01T19:31:57.767Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-01T19:31:57.767Z] ---> Running in 221bd21fff4f [2023-03-01T19:31:58.348Z] Removing intermediate container 221bd21fff4f [2023-03-01T19:31:58.348Z] ---> d664ed1cb1e1 [2023-03-01T19:31:58.348Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-01T19:31:58.627Z] ---> Running in aa9951fbe6d1 [2023-03-01T19:31:59.207Z] Removing intermediate container aa9951fbe6d1 [2023-03-01T19:31:59.207Z] ---> aaaecf686057 [2023-03-01T19:31:59.207Z] Step 21/23 : LABEL arch=arm64 [2023-03-01T19:31:59.472Z] ---> Running in e6a198785412 [2023-03-01T19:31:59.472Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:31:59.472Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:31:59.738Z] ---> e4b13064ba74 [2023-03-01T19:31:59.738Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:31:59.738Z] ---> Using cache [2023-03-01T19:31:59.738Z] ---> 047bad65557e [2023-03-01T19:31:59.738Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:31:59.738Z] ---> Using cache [2023-03-01T19:31:59.738Z] ---> 8d2860bd9624 [2023-03-01T19:31:59.738Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-01T19:31:59.738Z] ---> Running in 13eaf19fef3b [2023-03-01T19:32:00.320Z] Removing intermediate container e6a198785412 [2023-03-01T19:32:00.320Z] ---> 0bee2d337c66 [2023-03-01T19:32:00.320Z] Step 22/23 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:32:00.320Z] ---> Running in 56262fec5cc1 [2023-03-01T19:32:00.903Z] Removing intermediate container 56262fec5cc1 [2023-03-01T19:32:00.903Z] ---> 706baa29bbb4 [2023-03-01T19:32:00.903Z] Step 23/23 : LABEL version=3.0.0-dev.74 [2023-03-01T19:32:01.169Z] ---> Running in 5ea2237bf5ce [2023-03-01T19:32:01.749Z] Removing intermediate container 5ea2237bf5ce [2023-03-01T19:32:01.749Z] ---> 1617ca49751d [2023-03-01T19:32:01.749Z] [2023-03-01T19:32:02.021Z] Successfully built 1617ca49751d [2023-03-01T19:32:02.021Z] Successfully tagged security-spire-server-arm64:latest [2023-03-01T19:32:02.021Z] Building core-metadata [2023-03-01T19:32:02.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:32:02.287Z]  Building security-spire-server ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:32:03.692Z] OK: 221 MiB in 51 packages [2023-03-01T19:32:05.096Z] Removing intermediate container 13eaf19fef3b [2023-03-01T19:32:05.096Z] ---> bbc543b784ae [2023-03-01T19:32:05.096Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:32:06.052Z] ---> 5d8921d920bf [2023-03-01T19:32:06.052Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:32:06.317Z] ---> Running in 08d628022bb0 [2023-03-01T19:32:06.586Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:32:06.586Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:32:06.586Z] ---> e4b13064ba74 [2023-03-01T19:32:06.586Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:32:06.586Z] ---> Using cache [2023-03-01T19:32:06.586Z] ---> 047bad65557e [2023-03-01T19:32:06.586Z] Step 4/24 : WORKDIR /edgex-go [2023-03-01T19:32:06.586Z] ---> Using cache [2023-03-01T19:32:06.586Z] ---> 8d2860bd9624 [2023-03-01T19:32:06.586Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-01T19:32:06.586Z] ---> Using cache [2023-03-01T19:32:06.586Z] ---> da909da0b068 [2023-03-01T19:32:06.586Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-01T19:32:06.586Z] ---> Using cache [2023-03-01T19:32:06.586Z] ---> dde11dcd85de [2023-03-01T19:32:06.586Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:32:06.586Z] ---> Using cache [2023-03-01T19:32:06.586Z] ---> ff37fcebaa41 [2023-03-01T19:32:06.586Z] Step 8/24 : COPY . . [2023-03-01T19:32:06.873Z] ---> Using cache [2023-03-01T19:32:06.873Z] ---> e7ff708ee0bb [2023-03-01T19:32:06.873Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-01T19:32:07.140Z] ---> Running in 7e9765d02260 [2023-03-01T19:32:09.077Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-01T19:33:45.692Z] Removing intermediate container 08d628022bb0 [2023-03-01T19:33:45.692Z] ---> b16616d6dc95 [2023-03-01T19:33:45.692Z] Step 8/22 : COPY . . [2023-03-01T19:33:45.692Z] ---> 90a194845d00 [2023-03-01T19:33:45.692Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-01T19:33:45.692Z] ---> Running in 2441036a370b [2023-03-01T19:33:45.692Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-01T19:36:37.436Z] Removing intermediate container 4a6072a21706 [2023-03-01T19:36:37.436Z] ---> 4193728989e1 [2023-03-01T19:36:37.436Z] [2023-03-01T19:36:37.436Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:36:37.436Z] ---> 4c81e5bf8899 [2023-03-01T19:36:37.436Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-01T19:36:37.436Z] ---> Running in 6db0c2d9b7f0 [2023-03-01T19:36:37.436Z] Removing intermediate container 6db0c2d9b7f0 [2023-03-01T19:36:37.436Z] ---> 155b32ec3bf9 [2023-03-01T19:36:37.436Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-01T19:36:37.436Z] ---> Running in d9e5ee7305da [2023-03-01T19:36:37.436Z] Removing intermediate container d9e5ee7305da [2023-03-01T19:36:37.436Z] ---> b91ca1aca0bf [2023-03-01T19:36:37.436Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-01T19:36:37.436Z] ---> Running in 46dbac9c829f [2023-03-01T19:36:37.436Z] Removing intermediate container 46dbac9c829f [2023-03-01T19:36:37.436Z] ---> 10dc36724998 [2023-03-01T19:36:37.436Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:36:37.436Z] ---> Running in 0b7a0261ad52 [2023-03-01T19:36:37.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:36:37.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:36:37.436Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T19:36:37.436Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:36:37.436Z] OK: 5 MiB in 15 packages [2023-03-01T19:36:40.019Z] Removing intermediate container 0b7a0261ad52 [2023-03-01T19:36:40.019Z] ---> 079d6226b72f [2023-03-01T19:36:40.019Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:36:40.972Z] ---> e49f1e5fc072 [2023-03-01T19:36:40.972Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-01T19:36:44.326Z] ---> 19cce4285430 [2023-03-01T19:36:44.326Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-01T19:36:45.735Z] ---> d8a36b70fb42 [2023-03-01T19:36:45.735Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-01T19:36:45.736Z] ---> Running in 28b7b6fb33da [2023-03-01T19:36:46.699Z] Removing intermediate container 28b7b6fb33da [2023-03-01T19:36:46.699Z] ---> 8559e50232e5 [2023-03-01T19:36:46.699Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:36:46.965Z] ---> Running in 11d427dcc608 [2023-03-01T19:36:47.922Z] Removing intermediate container 11d427dcc608 [2023-03-01T19:36:47.922Z] ---> 45d367a10178 [2023-03-01T19:36:47.922Z] Step 20/22 : LABEL arch=arm64 [2023-03-01T19:36:48.189Z] ---> Running in 7252c8a4ef86 [2023-03-01T19:36:49.150Z] Removing intermediate container 7252c8a4ef86 [2023-03-01T19:36:49.150Z] ---> c8a7bb10ef87 [2023-03-01T19:36:49.150Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:36:49.417Z] ---> Running in 0200e1e90a2e [2023-03-01T19:36:50.377Z] Removing intermediate container 181efb9147d8 [2023-03-01T19:36:50.377Z] ---> c0e727814e0b [2023-03-01T19:36:50.377Z] [2023-03-01T19:36:50.377Z] Step 9/32 : FROM alpine:3.16 [2023-03-01T19:36:50.377Z] ---> 4c81e5bf8899 [2023-03-01T19:36:50.377Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-01T19:36:51.788Z] Removing intermediate container 0200e1e90a2e [2023-03-01T19:36:51.788Z] ---> af07d612bbe2 [2023-03-01T19:36:51.788Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:36:51.788Z] ---> Running in 6eacd1b7a914 [2023-03-01T19:36:52.055Z] ---> Running in e30789991b9b [2023-03-01T19:36:53.012Z] Removing intermediate container 6eacd1b7a914 [2023-03-01T19:36:53.012Z] ---> b494ae4927fb [2023-03-01T19:36:53.012Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-01T19:36:53.012Z] Removing intermediate container e30789991b9b [2023-03-01T19:36:53.012Z] ---> e945fc7902e8 [2023-03-01T19:36:53.012Z] [2023-03-01T19:36:53.012Z] ---> Running in b6f70468e7fd [2023-03-01T19:36:53.012Z] Successfully built e945fc7902e8 [2023-03-01T19:36:53.012Z] Successfully tagged core-data-arm64:latest [2023-03-01T19:36:53.012Z] Building core-common-config-bootstrapper [2023-03-01T19:36:54.958Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:36:55.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:36:56.954Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-01T19:36:56.954Z] (2/2) Installing su-exec (0.2-r1) [2023-03-01T19:36:56.954Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:36:56.954Z] OK: 5 MiB in 16 packages [2023-03-01T19:36:57.487Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-01T19:36:57.487Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-01T19:36:57.487Z] ---> e4b13064ba74 [2023-03-01T19:36:57.487Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-01T19:36:57.488Z] ---> Using cache [2023-03-01T19:36:57.488Z] ---> 047bad65557e [2023-03-01T19:36:57.488Z] Step 4/22 : WORKDIR /edgex-go [2023-03-01T19:36:57.488Z] ---> Using cache [2023-03-01T19:36:57.488Z] ---> 8d2860bd9624 [2023-03-01T19:36:57.488Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-01T19:36:57.488Z] ---> Using cache [2023-03-01T19:36:57.488Z] ---> da909da0b068 [2023-03-01T19:36:57.488Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-01T19:36:57.488Z] ---> Using cache [2023-03-01T19:36:57.488Z] ---> dde11dcd85de [2023-03-01T19:36:57.488Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T19:36:57.488Z] ---> Using cache [2023-03-01T19:36:57.488Z] ---> ff37fcebaa41 [2023-03-01T19:36:57.488Z] Step 8/22 : COPY . . [2023-03-01T19:36:57.756Z] ---> Using cache [2023-03-01T19:36:57.756Z] ---> e7ff708ee0bb [2023-03-01T19:36:57.756Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-01T19:36:58.024Z] ---> Running in 6bacbb65cddd [2023-03-01T19:36:59.432Z] Removing intermediate container b6f70468e7fd [2023-03-01T19:36:59.432Z] ---> 789d256aabe7 [2023-03-01T19:36:59.432Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-01T19:36:59.432Z] ---> Running in 24da4be61292 [2023-03-01T19:36:59.702Z] Removing intermediate container 24da4be61292 [2023-03-01T19:36:59.702Z] ---> b698e9e0965b [2023-03-01T19:36:59.702Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-01T19:36:59.968Z] ---> Running in 13a10984d316 [2023-03-01T19:37:00.558Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-01T19:37:00.558Z] Removing intermediate container 13a10984d316 [2023-03-01T19:37:00.558Z] ---> fdf58c0c3e99 [2023-03-01T19:37:00.558Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-01T19:37:00.824Z] ---> Running in e1d3e998bccb [2023-03-01T19:37:01.404Z] Removing intermediate container e1d3e998bccb [2023-03-01T19:37:01.404Z] ---> be9d28b9ab8c [2023-03-01T19:37:01.404Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-01T19:37:01.404Z] ---> Running in 7c83681ee8d3 [2023-03-01T19:37:01.991Z] Removing intermediate container 7c83681ee8d3 [2023-03-01T19:37:01.991Z] ---> d512fc4e5ee7 [2023-03-01T19:37:01.991Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-01T19:37:02.260Z] ---> Running in 7e7794be7060 [2023-03-01T19:37:05.590Z] Removing intermediate container 7e7794be7060 [2023-03-01T19:37:05.590Z] ---> 3fddb1050536 [2023-03-01T19:37:05.590Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-01T19:37:05.590Z] ---> Running in 899626d1e08a [2023-03-01T19:37:05.860Z] Removing intermediate container 899626d1e08a [2023-03-01T19:37:05.860Z] ---> ca24475bfbbf [2023-03-01T19:37:05.860Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-01T19:37:06.824Z] ---> 5d27f06a612d [2023-03-01T19:37:06.824Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-01T19:37:07.091Z] ---> Running in 87d8f114c732 [2023-03-01T19:37:10.431Z] Removing intermediate container 87d8f114c732 [2023-03-01T19:37:10.431Z] ---> 0568c7a0c344 [2023-03-01T19:37:10.431Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:37:11.014Z] ---> 1b4ce9b999ed [2023-03-01T19:37:11.014Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-01T19:37:12.959Z] ---> f4cbaf18076e [2023-03-01T19:37:12.959Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-01T19:37:14.051Z] ---> 8a1f0750bd15 [2023-03-01T19:37:14.051Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-01T19:37:15.059Z] ---> 633b2982e617 [2023-03-01T19:37:15.059Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-01T19:37:17.103Z] ---> 434ca2b815e2 [2023-03-01T19:37:17.103Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-01T19:37:18.121Z] ---> 9183c368fa61 [2023-03-01T19:37:18.121Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-01T19:37:18.727Z] ---> bd2caf3fbcbb [2023-03-01T19:37:18.727Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-01T19:37:18.727Z] ---> Running in 39f380834289 [2023-03-01T19:37:22.067Z] Removing intermediate container 39f380834289 [2023-03-01T19:37:22.067Z] ---> 48d98393bd71 [2023-03-01T19:37:22.067Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-01T19:37:22.067Z] ---> Running in 6425ef0fd358 [2023-03-01T19:37:22.335Z] Removing intermediate container 6425ef0fd358 [2023-03-01T19:37:22.335Z] ---> 4b1a5107281a [2023-03-01T19:37:22.335Z] Step 29/32 : CMD ["gate"] [2023-03-01T19:37:22.602Z] ---> Running in a4d8b713ccb8 [2023-03-01T19:37:23.196Z] Removing intermediate container a4d8b713ccb8 [2023-03-01T19:37:23.196Z] ---> 4aa5ef5ce084 [2023-03-01T19:37:23.196Z] Step 30/32 : LABEL arch=arm64 [2023-03-01T19:37:23.196Z] ---> Running in 96dcc480db0a [2023-03-01T19:37:23.783Z] Removing intermediate container 96dcc480db0a [2023-03-01T19:37:23.783Z] ---> f206b7048173 [2023-03-01T19:37:23.783Z] Step 31/32 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:37:23.783Z] ---> Running in b93910bfc462 [2023-03-01T19:37:24.048Z] Removing intermediate container b93910bfc462 [2023-03-01T19:37:24.048Z] ---> ceeb1e20b3de [2023-03-01T19:37:24.048Z] Step 32/32 : LABEL version=3.0.0-dev.74 [2023-03-01T19:37:24.314Z] ---> Running in 1c5561afab2d [2023-03-01T19:37:24.897Z] Removing intermediate container 1c5561afab2d [2023-03-01T19:37:24.897Z] ---> 48f444decffa [2023-03-01T19:37:24.897Z] [2023-03-01T19:37:24.897Z] Successfully built 48f444decffa [2023-03-01T19:37:24.897Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-01T19:37:39.851Z]  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.74" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-01T19:37:58.067Z] Removing intermediate container dd0bf8615ad9 [2023-03-01T19:37:58.067Z] ---> bd30b1346d39 [2023-03-01T19:37:58.067Z] [2023-03-01T19:37:58.067Z] Step 9/21 : FROM alpine:3.16 [2023-03-01T19:37:58.067Z] ---> 4c81e5bf8899 [2023-03-01T19:37:58.067Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-03-01T19:37:58.067Z] ---> Running in 5740bd94d07d [2023-03-01T19:38:00.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:38:00.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:38:01.226Z] (1/6) Installing ca-certificates (20220614-r0) [2023-03-01T19:38:01.491Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-03-01T19:38:01.491Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-03-01T19:38:01.491Z] (4/6) Installing libcurl (7.83.1-r6) [2023-03-01T19:38:01.491Z] (5/6) Installing curl (7.83.1-r6) [2023-03-01T19:38:01.491Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-03-01T19:38:01.491Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:38:01.491Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:38:02.071Z] OK: 8 MiB in 20 packages [2023-03-01T19:38:04.008Z] Removing intermediate container 5740bd94d07d [2023-03-01T19:38:04.008Z] ---> fc2f66d29444 [2023-03-01T19:38:04.008Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-01T19:38:04.275Z] ---> Running in 0e9239345f29 [2023-03-01T19:38:04.547Z] Removing intermediate container 0e9239345f29 [2023-03-01T19:38:04.547Z] ---> 77a07737f778 [2023-03-01T19:38:04.547Z] Step 12/21 : WORKDIR /edgex [2023-03-01T19:38:04.814Z] ---> Running in 8cdbfdfba44f [2023-03-01T19:38:08.150Z] Removing intermediate container 8cdbfdfba44f [2023-03-01T19:38:08.150Z] ---> 8bab0bb7c144 [2023-03-01T19:38:08.150Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-03-01T19:38:09.126Z] ---> 2f8d07b72d95 [2023-03-01T19:38:09.126Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-03-01T19:38:10.535Z] ---> 61e3c2a9f482 [2023-03-01T19:38:10.535Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-01T19:38:12.485Z] ---> 53470f54e804 [2023-03-01T19:38:12.485Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-01T19:38:13.068Z] ---> aa249ae6d1df [2023-03-01T19:38:13.068Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:38:13.068Z] ---> Running in e51b4c779f57 [2023-03-01T19:38:16.407Z] Removing intermediate container e51b4c779f57 [2023-03-01T19:38:16.407Z] ---> 64f52b22aded [2023-03-01T19:38:16.407Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:38:16.407Z] ---> Running in 16d31613c3e1 [2023-03-01T19:38:16.989Z] Removing intermediate container 16d31613c3e1 [2023-03-01T19:38:16.989Z] ---> d19ea2f1f3cf [2023-03-01T19:38:16.989Z] Step 19/21 : LABEL arch=arm64 [2023-03-01T19:38:16.989Z] ---> Running in 14bec25fa8b0 [2023-03-01T19:38:17.573Z] Removing intermediate container 14bec25fa8b0 [2023-03-01T19:38:17.573Z] ---> 74fefe47db8b [2023-03-01T19:38:17.573Z] Step 20/21 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:38:17.573Z] ---> Running in b58526e0c9b0 [2023-03-01T19:38:18.164Z] Removing intermediate container b58526e0c9b0 [2023-03-01T19:38:18.164Z] ---> b91d8bdace58 [2023-03-01T19:38:18.164Z] Step 21/21 : LABEL version=3.0.0-dev.74 [2023-03-01T19:38:18.164Z] ---> Running in df0ecfedd7da [2023-03-01T19:38:18.756Z] Removing intermediate container df0ecfedd7da [2023-03-01T19:38:18.757Z] ---> 498b626097ae [2023-03-01T19:38:18.757Z] [2023-03-01T19:38:19.026Z] Successfully built 498b626097ae [2023-03-01T19:38:19.026Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-01T19:38:57.876Z]  Building security-proxy-setup ... done Removing intermediate container 7e9765d02260 [2023-03-01T19:38:57.876Z] ---> 9be9436837c7 [2023-03-01T19:38:57.876Z] [2023-03-01T19:38:57.876Z] Step 10/24 : FROM alpine:3.16 [2023-03-01T19:38:57.876Z] ---> 4c81e5bf8899 [2023-03-01T19:38:57.876Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:38:57.876Z] ---> Using cache [2023-03-01T19:38:57.876Z] ---> 6c7a1026d265 [2023-03-01T19:38:57.876Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:38:57.876Z] ---> Using cache [2023-03-01T19:38:57.876Z] ---> 0d539de58698 [2023-03-01T19:38:57.876Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-01T19:38:57.876Z] ---> Running in 615f9d16eb41 [2023-03-01T19:38:57.876Z] Removing intermediate container 615f9d16eb41 [2023-03-01T19:38:57.876Z] ---> d1c4a4243431 [2023-03-01T19:38:57.876Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-01T19:38:57.876Z] ---> Running in 4374bc88b0e0 [2023-03-01T19:38:57.876Z] Removing intermediate container 4374bc88b0e0 [2023-03-01T19:38:57.876Z] ---> 1670d240e78d [2023-03-01T19:38:57.876Z] Step 15/24 : WORKDIR / [2023-03-01T19:38:57.876Z] ---> Running in de2be17a08a5 [2023-03-01T19:38:57.876Z] Removing intermediate container de2be17a08a5 [2023-03-01T19:38:57.876Z] ---> 87f2104a3981 [2023-03-01T19:38:57.876Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:38:59.810Z] ---> a87248ab7bd4 [2023-03-01T19:38:59.810Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-01T19:39:01.213Z] ---> 01f7c98424e9 [2023-03-01T19:39:01.213Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-01T19:39:02.166Z] ---> b5d2b1283cd6 [2023-03-01T19:39:02.166Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-01T19:39:02.752Z] ---> f75276ec9a6f [2023-03-01T19:39:02.752Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-01T19:39:03.017Z] ---> Running in 9dcc68d2d14e [2023-03-01T19:39:03.282Z] Removing intermediate container 9dcc68d2d14e [2023-03-01T19:39:03.282Z] ---> b43b35e12e36 [2023-03-01T19:39:03.282Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:39:03.552Z] ---> Running in 72c9395d3067 [2023-03-01T19:39:03.817Z] Removing intermediate container 72c9395d3067 [2023-03-01T19:39:03.817Z] ---> b9fca56ff29b [2023-03-01T19:39:03.817Z] Step 22/24 : LABEL arch=arm64 [2023-03-01T19:39:04.085Z] ---> Running in 9e29640462b3 [2023-03-01T19:39:04.666Z] Removing intermediate container 9e29640462b3 [2023-03-01T19:39:04.666Z] ---> 097b5133aad3 [2023-03-01T19:39:04.666Z] Step 23/24 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:39:04.666Z] ---> Running in be6bb9167af6 [2023-03-01T19:39:05.246Z] Removing intermediate container be6bb9167af6 [2023-03-01T19:39:05.246Z] ---> 8f7aaef8895c [2023-03-01T19:39:05.246Z] Step 24/24 : LABEL version=3.0.0-dev.74 [2023-03-01T19:39:05.246Z] ---> Running in ca8140986695 [2023-03-01T19:39:05.825Z] Removing intermediate container ca8140986695 [2023-03-01T19:39:05.825Z] ---> d3628da55f5a [2023-03-01T19:39:05.825Z] [2023-03-01T19:39:05.825Z] Successfully built d3628da55f5a [2023-03-01T19:39:05.825Z] Successfully tagged core-metadata-arm64:latest [2023-03-01T19:40:27.415Z]  Building core-metadata ... done Removing intermediate container 6bacbb65cddd [2023-03-01T19:40:27.415Z] ---> 64fb92a52c85 [2023-03-01T19:40:27.415Z] [2023-03-01T19:40:27.415Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:40:27.415Z] ---> 4c81e5bf8899 [2023-03-01T19:40:27.415Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-01T19:40:27.415Z] ---> Using cache [2023-03-01T19:40:27.415Z] ---> 597de7dd1af4 [2023-03-01T19:40:27.415Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-01T19:40:27.415Z] ---> Using cache [2023-03-01T19:40:27.415Z] ---> 2ca535f91cb1 [2023-03-01T19:40:27.415Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:40:27.415Z] ---> Using cache [2023-03-01T19:40:27.415Z] ---> e46f72c08d73 [2023-03-01T19:40:27.415Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-01T19:40:27.415Z] ---> be721c812619 [2023-03-01T19:40:27.415Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-01T19:40:27.415Z] ---> d8bf41769d57 [2023-03-01T19:40:27.415Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-01T19:40:27.415Z] ---> 8b3d2f1ea3d3 [2023-03-01T19:40:27.415Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-01T19:40:27.415Z] ---> Running in b77152ef7325 [2023-03-01T19:40:27.415Z] Removing intermediate container b77152ef7325 [2023-03-01T19:40:27.415Z] ---> 836e05c977f1 [2023-03-01T19:40:27.415Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-01T19:40:27.415Z] ---> Running in c8d5ed113be8 [2023-03-01T19:40:27.415Z] Removing intermediate container 2441036a370b [2023-03-01T19:40:27.415Z] ---> 5bc27fe3ce68 [2023-03-01T19:40:27.415Z] [2023-03-01T19:40:27.415Z] Step 10/22 : FROM alpine:3.16 [2023-03-01T19:40:27.415Z] ---> 4c81e5bf8899 [2023-03-01T19:40:27.415Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-01T19:40:27.415Z] ---> Running in bb4b3e296a0a [2023-03-01T19:40:27.415Z] Removing intermediate container c8d5ed113be8 [2023-03-01T19:40:27.415Z] ---> 13eecd3e3f48 [2023-03-01T19:40:27.415Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-01T19:40:27.415Z] ---> Running in 98e4748f2fa3 [2023-03-01T19:40:27.415Z] Removing intermediate container 98e4748f2fa3 [2023-03-01T19:40:27.415Z] ---> 56627ebb96d5 [2023-03-01T19:40:27.415Z] Step 20/22 : LABEL arch=arm64 [2023-03-01T19:40:27.415Z] ---> Running in cdd01f8c4d13 [2023-03-01T19:40:27.415Z] Removing intermediate container cdd01f8c4d13 [2023-03-01T19:40:27.415Z] ---> 4612f8042088 [2023-03-01T19:40:27.415Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:27.415Z] ---> Running in 066ff39cc732 [2023-03-01T19:40:27.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T19:40:27.415Z] Removing intermediate container 066ff39cc732 [2023-03-01T19:40:27.415Z] ---> 445b0d9b534f [2023-03-01T19:40:27.415Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:40:27.415Z] ---> Running in 9783c289cfbc [2023-03-01T19:40:27.415Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T19:40:27.415Z] Removing intermediate container 9783c289cfbc [2023-03-01T19:40:27.415Z] ---> eb10b8b6bb24 [2023-03-01T19:40:27.415Z] [2023-03-01T19:40:27.415Z] Successfully built eb10b8b6bb24 [2023-03-01T19:40:27.415Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-01T19:40:27.994Z]  Building core-common-config-bootstrapper ... done (1/2) Installing ca-certificates (20220614-r0) [2023-03-01T19:40:27.994Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-01T19:40:27.994Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T19:40:28.263Z] Executing ca-certificates-20220614-r0.trigger [2023-03-01T19:40:28.263Z] OK: 6 MiB in 16 packages [2023-03-01T19:40:30.200Z] Removing intermediate container bb4b3e296a0a [2023-03-01T19:40:30.200Z] ---> 8601af59d159 [2023-03-01T19:40:30.200Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-01T19:40:30.200Z] ---> Running in 076633eade54 [2023-03-01T19:40:30.200Z] Removing intermediate container 076633eade54 [2023-03-01T19:40:30.200Z] ---> 21e40c0098f8 [2023-03-01T19:40:30.200Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-01T19:40:30.200Z] ---> Running in f537af0793e2 [2023-03-01T19:40:30.470Z] Removing intermediate container f537af0793e2 [2023-03-01T19:40:30.470Z] ---> d43d6bdf7725 [2023-03-01T19:40:30.470Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-01T19:40:30.736Z] ---> Running in df70df51f4f8 [2023-03-01T19:40:31.003Z] Removing intermediate container df70df51f4f8 [2023-03-01T19:40:31.003Z] ---> 845264a7688b [2023-03-01T19:40:31.003Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-01T19:40:31.270Z] ---> bd550a3e4f16 [2023-03-01T19:40:31.270Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-01T19:40:32.673Z] ---> d45115484d3d [2023-03-01T19:40:32.673Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-01T19:40:33.253Z] ---> b1cb070588fb [2023-03-01T19:40:33.253Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-01T19:40:33.253Z] ---> Running in 278f5dd5c722 [2023-03-01T19:40:33.518Z] Removing intermediate container 278f5dd5c722 [2023-03-01T19:40:33.518Z] ---> a436a4a453b8 [2023-03-01T19:40:33.518Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T19:40:33.784Z] ---> Running in da280dfc7a75 [2023-03-01T19:40:34.048Z] Removing intermediate container da280dfc7a75 [2023-03-01T19:40:34.048Z] ---> 2105f5721823 [2023-03-01T19:40:34.048Z] Step 20/22 : LABEL arch=arm64 [2023-03-01T19:40:34.048Z] ---> Running in 7aed679a0e6f [2023-03-01T19:40:34.313Z] Removing intermediate container 7aed679a0e6f [2023-03-01T19:40:34.313Z] ---> 59e5a09a90ad [2023-03-01T19:40:34.313Z] Step 21/22 : LABEL git_sha=8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:34.313Z] ---> Running in 75198d07f660 [2023-03-01T19:40:34.578Z] Removing intermediate container 75198d07f660 [2023-03-01T19:40:34.578Z] ---> c3d58716355a [2023-03-01T19:40:34.578Z] Step 22/22 : LABEL version=3.0.0-dev.74 [2023-03-01T19:40:34.578Z] ---> Running in 954beb75444e [2023-03-01T19:40:34.842Z] Removing intermediate container 954beb75444e [2023-03-01T19:40:34.842Z] ---> 27752f1bbaa3 [2023-03-01T19:40:34.842Z] [2023-03-01T19:40:34.842Z] Successfully built 27752f1bbaa3 [2023-03-01T19:40:35.106Z] Successfully tagged support-notifications-arm64:latest [2023-03-01T19:40:35.378Z]  Building support-notifications ... done  [Pipeline] } [2023-03-01T19:40:35.380Z] $ docker stop --time=1 9e623fc5d149d6de884d93cc16cd5c0c1d9f05786dcf0452f62790f1483c10de [2023-03-01T19:40:36.998Z] $ docker rm -f --volumes 9e623fc5d149d6de884d93cc16cd5c0c1d9f05786dcf0452f62790f1483c10de [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T19:40:37.449Z] + docker images [2023-03-01T19:40:37.712Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-01T19:40:37.713Z] support-notifications-arm64 latest 27752f1bbaa3 3 seconds ago 29.7MB [2023-03-01T19:40:37.713Z] core-common-config-bootstrapper-arm64 latest eb10b8b6bb24 10 seconds ago 14.9MB [2023-03-01T19:40:37.713Z] 5bc27fe3ce68 13 seconds ago 1.4GB [2023-03-01T19:40:37.713Z] 64fb92a52c85 18 seconds ago 1.33GB [2023-03-01T19:40:37.713Z] core-metadata-arm64 latest d3628da55f5a About a minute ago 17.8MB [2023-03-01T19:40:37.713Z] 9be9436837c7 About a minute ago 1.34GB [2023-03-01T19:40:37.713Z] security-proxy-setup-arm64 latest 498b626097ae 2 minutes ago 26.9MB [2023-03-01T19:40:37.713Z] bd30b1346d39 2 minutes ago 1.33GB [2023-03-01T19:40:37.713Z] security-bootstrapper-arm64 latest 48f444decffa 3 minutes ago 19.6MB [2023-03-01T19:40:37.713Z] core-data-arm64 latest e945fc7902e8 3 minutes ago 17.3MB [2023-03-01T19:40:37.713Z] c0e727814e0b 3 minutes ago 1.33GB [2023-03-01T19:40:37.713Z] 4193728989e1 4 minutes ago 1.34GB [2023-03-01T19:40:37.713Z] security-spire-server-arm64 latest 1617ca49751d 8 minutes ago 84.3MB [2023-03-01T19:40:37.713Z] support-scheduler-arm64 latest 76579e5b89aa 8 minutes ago 29.1MB [2023-03-01T19:40:37.713Z] 300d9f0c82d1 8 minutes ago 1.21GB [2023-03-01T19:40:37.713Z] cb34ce371eae 8 minutes ago 1.4GB [2023-03-01T19:40:37.713Z] security-spire-agent-arm64 latest 5b03963dd505 9 minutes ago 122MB [2023-03-01T19:40:37.713Z] security-spire-config-arm64 latest e20d769bd9d0 9 minutes ago 83.6MB [2023-03-01T19:40:37.713Z] 40634e88f9fe 9 minutes ago 1.21GB [2023-03-01T19:40:37.713Z] security-spiffe-token-provider-arm64 latest 735a0f11f428 9 minutes ago 29.1MB [2023-03-01T19:40:37.713Z] 6d2e27ae4e90 10 minutes ago 1.37GB [2023-03-01T19:40:37.713Z] core-command-arm64 latest a4c7f8e0f78d 11 minutes ago 17.1MB [2023-03-01T19:40:37.713Z] security-secretstore-setup-arm64 latest 243a48f1c65e 11 minutes ago 29MB [2023-03-01T19:40:37.713Z] 50a589f57e3c 11 minutes ago 1.34GB [2023-03-01T19:40:37.713Z] 78a88fdce715 12 minutes ago 1.33GB [2023-03-01T19:40:37.713Z] security-proxy-auth-arm64 latest 3df066943c51 12 minutes ago 15.6MB [2023-03-01T19:40:37.713Z] 29c9ccab18b9 12 minutes ago 1.32GB [2023-03-01T19:40:37.713Z] ci-base-image-arm64 latest e4b13064ba74 21 minutes ago 905MB [2023-03-01T19:40:37.713Z] alpine 3.15 354640af7b1b 2 weeks ago 5.34MB [2023-03-01T19:40:37.713Z] alpine 3.16 4c81e5bf8899 2 weeks ago 5.3MB [2023-03-01T19:40:37.713Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-03-01T19:40:37.713Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T19:40:37.819Z] provisioning config files... [2023-03-01T19:40:37.829Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/435@tmp/config13007716592057194124tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:40:38.146Z] ---> docker-login.sh [2023-03-01T19:40:38.146Z] nexus3.edgexfoundry.org:10001 [2023-03-01T19:40:38.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:40:38.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:40:38.413Z] Configure a credential helper to remove this warning. See [2023-03-01T19:40:38.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:40:38.413Z] [2023-03-01T19:40:38.413Z] Login Succeeded [2023-03-01T19:40:38.413Z] nexus3.edgexfoundry.org:10002 [2023-03-01T19:40:38.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:40:38.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:40:38.681Z] Configure a credential helper to remove this warning. See [2023-03-01T19:40:38.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:40:38.681Z] [2023-03-01T19:40:38.681Z] Login Succeeded [2023-03-01T19:40:38.681Z] nexus3.edgexfoundry.org:10003 [2023-03-01T19:40:38.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:40:38.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:40:38.946Z] Configure a credential helper to remove this warning. See [2023-03-01T19:40:38.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:40:38.946Z] [2023-03-01T19:40:38.946Z] Login Succeeded [2023-03-01T19:40:38.946Z] nexus3.edgexfoundry.org:10004 [2023-03-01T19:40:39.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:40:39.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:40:39.474Z] Configure a credential helper to remove this warning. See [2023-03-01T19:40:39.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:40:39.474Z] [2023-03-01T19:40:39.474Z] Login Succeeded [2023-03-01T19:40:39.474Z] docker.io [2023-03-01T19:40:39.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T19:40:39.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T19:40:39.741Z] Configure a credential helper to remove this warning. See [2023-03-01T19:40:39.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T19:40:39.741Z] [2023-03-01T19:40:39.741Z] Login Succeeded [2023-03-01T19:40:39.741Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T19:40:39.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:40:39.775Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T19:40:39.791Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-01T19:40:39.791Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:39.791Z] latest [2023-03-01T19:40:39.791Z] 3.0.0-dev.74 [2023-03-01T19:40:39.791Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:39.791Z] main [2023-03-01T19:40:39.791Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:40.113Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:40.438Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:40.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-01T19:40:40.438Z] 5e78639b36e7: Preparing [2023-03-01T19:40:40.438Z] 0ef6d3dbd8f0: Preparing [2023-03-01T19:40:40.438Z] a7fc30cfd213: Preparing [2023-03-01T19:40:40.438Z] cc855f6051b8: Preparing [2023-03-01T19:40:40.438Z] f70ee36035b9: Preparing [2023-03-01T19:40:40.438Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:40.706Z] 5e78639b36e7: Pushed [2023-03-01T19:40:40.706Z] cc855f6051b8: Pushed [2023-03-01T19:40:40.706Z] a7fc30cfd213: Pushed [2023-03-01T19:40:43.273Z] 0ef6d3dbd8f0: Pushed [2023-03-01T19:40:43.273Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:43.610Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:43.932Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-01T19:40:43.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-01T19:40:43.932Z] 5e78639b36e7: Preparing [2023-03-01T19:40:43.932Z] 0ef6d3dbd8f0: Preparing [2023-03-01T19:40:43.932Z] a7fc30cfd213: Preparing [2023-03-01T19:40:43.932Z] cc855f6051b8: Preparing [2023-03-01T19:40:43.932Z] f70ee36035b9: Preparing [2023-03-01T19:40:43.932Z] 5e78639b36e7: Layer already exists [2023-03-01T19:40:43.932Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:43.932Z] 0ef6d3dbd8f0: Layer already exists [2023-03-01T19:40:43.932Z] cc855f6051b8: Layer already exists [2023-03-01T19:40:43.932Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:43.932Z] latest: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:44.260Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:44.583Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.74 [2023-03-01T19:40:44.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-01T19:40:44.583Z] 5e78639b36e7: Preparing [2023-03-01T19:40:44.583Z] 0ef6d3dbd8f0: Preparing [2023-03-01T19:40:44.583Z] a7fc30cfd213: Preparing [2023-03-01T19:40:44.583Z] cc855f6051b8: Preparing [2023-03-01T19:40:44.583Z] f70ee36035b9: Preparing [2023-03-01T19:40:44.583Z] cc855f6051b8: Layer already exists [2023-03-01T19:40:44.583Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:44.583Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:44.583Z] 0ef6d3dbd8f0: Layer already exists [2023-03-01T19:40:44.583Z] 5e78639b36e7: Layer already exists [2023-03-01T19:40:44.583Z] 3.0.0-dev.74: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:44.920Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:45.252Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:45.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-01T19:40:45.252Z] 5e78639b36e7: Preparing [2023-03-01T19:40:45.252Z] 0ef6d3dbd8f0: Preparing [2023-03-01T19:40:45.252Z] a7fc30cfd213: Preparing [2023-03-01T19:40:45.252Z] cc855f6051b8: Preparing [2023-03-01T19:40:45.252Z] f70ee36035b9: Preparing [2023-03-01T19:40:45.252Z] 5e78639b36e7: Layer already exists [2023-03-01T19:40:45.252Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:45.252Z] 0ef6d3dbd8f0: Layer already exists [2023-03-01T19:40:45.252Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:45.252Z] cc855f6051b8: Layer already exists [2023-03-01T19:40:45.252Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:45.590Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:45.913Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-01T19:40:45.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-01T19:40:45.913Z] 5e78639b36e7: Preparing [2023-03-01T19:40:45.913Z] 0ef6d3dbd8f0: Preparing [2023-03-01T19:40:45.913Z] a7fc30cfd213: Preparing [2023-03-01T19:40:45.913Z] cc855f6051b8: Preparing [2023-03-01T19:40:45.913Z] f70ee36035b9: Preparing [2023-03-01T19:40:45.913Z] cc855f6051b8: Layer already exists [2023-03-01T19:40:45.913Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:45.913Z] 5e78639b36e7: Layer already exists [2023-03-01T19:40:45.913Z] 0ef6d3dbd8f0: Layer already exists [2023-03-01T19:40:45.913Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:45.913Z] main: digest: sha256:9f468ef5605856230bfc8dc5fc9d379b04e47b9991961968c7fd9ac187c72871 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:40:45.952Z] ===================================================== [Pipeline] echo [2023-03-01T19:40:45.957Z] taggedImages: [2023-03-01T19:40:45.957Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:45.957Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-01T19:40:45.957Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.74 [2023-03-01T19:40:45.957Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:45.957Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-01T19:40:45.977Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-01T19:40:45.977Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:45.977Z] latest [2023-03-01T19:40:45.977Z] 3.0.0-dev.74 [2023-03-01T19:40:45.977Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:45.977Z] main [2023-03-01T19:40:45.977Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:46.322Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:46.660Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:46.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-01T19:40:46.660Z] 1d7e00bf0c06: Preparing [2023-03-01T19:40:46.660Z] e70fa7098e54: Preparing [2023-03-01T19:40:46.660Z] d19bdb579269: Preparing [2023-03-01T19:40:46.660Z] cc044e2e0fa4: Preparing [2023-03-01T19:40:46.660Z] a7fc30cfd213: Preparing [2023-03-01T19:40:46.660Z] 65ecf2c988b5: Preparing [2023-03-01T19:40:46.660Z] f70ee36035b9: Preparing [2023-03-01T19:40:46.660Z] f70ee36035b9: Waiting [2023-03-01T19:40:46.660Z] 65ecf2c988b5: Waiting [2023-03-01T19:40:46.660Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:46.925Z] e70fa7098e54: Pushed [2023-03-01T19:40:46.925Z] 1d7e00bf0c06: Pushed [2023-03-01T19:40:46.925Z] d19bdb579269: Pushed [2023-03-01T19:40:46.925Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:46.925Z] 65ecf2c988b5: Pushed [2023-03-01T19:40:48.892Z] cc044e2e0fa4: Pushed [2023-03-01T19:40:49.160Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:49.519Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:49.863Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-01T19:40:49.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-01T19:40:49.863Z] 1d7e00bf0c06: Preparing [2023-03-01T19:40:49.863Z] e70fa7098e54: Preparing [2023-03-01T19:40:49.863Z] d19bdb579269: Preparing [2023-03-01T19:40:49.863Z] cc044e2e0fa4: Preparing [2023-03-01T19:40:49.863Z] a7fc30cfd213: Preparing [2023-03-01T19:40:49.863Z] 65ecf2c988b5: Preparing [2023-03-01T19:40:49.863Z] f70ee36035b9: Preparing [2023-03-01T19:40:49.863Z] 65ecf2c988b5: Waiting [2023-03-01T19:40:49.863Z] f70ee36035b9: Waiting [2023-03-01T19:40:49.863Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:49.863Z] d19bdb579269: Layer already exists [2023-03-01T19:40:49.863Z] e70fa7098e54: Layer already exists [2023-03-01T19:40:49.863Z] cc044e2e0fa4: Layer already exists [2023-03-01T19:40:49.863Z] 1d7e00bf0c06: Layer already exists [2023-03-01T19:40:49.863Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:40:49.863Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:50.134Z] latest: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:50.471Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:50.809Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.74 [2023-03-01T19:40:50.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-01T19:40:50.809Z] 1d7e00bf0c06: Preparing [2023-03-01T19:40:50.809Z] e70fa7098e54: Preparing [2023-03-01T19:40:50.809Z] d19bdb579269: Preparing [2023-03-01T19:40:50.809Z] cc044e2e0fa4: Preparing [2023-03-01T19:40:50.809Z] a7fc30cfd213: Preparing [2023-03-01T19:40:50.809Z] 65ecf2c988b5: Preparing [2023-03-01T19:40:50.809Z] f70ee36035b9: Preparing [2023-03-01T19:40:50.809Z] 65ecf2c988b5: Waiting [2023-03-01T19:40:50.809Z] f70ee36035b9: Waiting [2023-03-01T19:40:50.809Z] cc044e2e0fa4: Layer already exists [2023-03-01T19:40:50.809Z] 1d7e00bf0c06: Layer already exists [2023-03-01T19:40:50.809Z] e70fa7098e54: Layer already exists [2023-03-01T19:40:50.809Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:50.809Z] d19bdb579269: Layer already exists [2023-03-01T19:40:50.809Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:50.809Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:40:50.809Z] 3.0.0-dev.74: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:51.141Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:51.469Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:51.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-01T19:40:51.469Z] 1d7e00bf0c06: Preparing [2023-03-01T19:40:51.469Z] e70fa7098e54: Preparing [2023-03-01T19:40:51.469Z] d19bdb579269: Preparing [2023-03-01T19:40:51.469Z] cc044e2e0fa4: Preparing [2023-03-01T19:40:51.469Z] a7fc30cfd213: Preparing [2023-03-01T19:40:51.469Z] 65ecf2c988b5: Preparing [2023-03-01T19:40:51.469Z] f70ee36035b9: Preparing [2023-03-01T19:40:51.469Z] f70ee36035b9: Waiting [2023-03-01T19:40:51.469Z] 65ecf2c988b5: Waiting [2023-03-01T19:40:51.469Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:51.469Z] 1d7e00bf0c06: Layer already exists [2023-03-01T19:40:51.469Z] e70fa7098e54: Layer already exists [2023-03-01T19:40:51.469Z] cc044e2e0fa4: Layer already exists [2023-03-01T19:40:51.469Z] d19bdb579269: Layer already exists [2023-03-01T19:40:51.469Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:51.469Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:40:51.469Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:51.794Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:52.120Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-01T19:40:52.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-01T19:40:52.120Z] 1d7e00bf0c06: Preparing [2023-03-01T19:40:52.120Z] e70fa7098e54: Preparing [2023-03-01T19:40:52.120Z] d19bdb579269: Preparing [2023-03-01T19:40:52.120Z] cc044e2e0fa4: Preparing [2023-03-01T19:40:52.120Z] a7fc30cfd213: Preparing [2023-03-01T19:40:52.120Z] 65ecf2c988b5: Preparing [2023-03-01T19:40:52.120Z] f70ee36035b9: Preparing [2023-03-01T19:40:52.120Z] 65ecf2c988b5: Waiting [2023-03-01T19:40:52.120Z] e70fa7098e54: Layer already exists [2023-03-01T19:40:52.120Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:52.120Z] 1d7e00bf0c06: Layer already exists [2023-03-01T19:40:52.120Z] cc044e2e0fa4: Layer already exists [2023-03-01T19:40:52.120Z] d19bdb579269: Layer already exists [2023-03-01T19:40:52.120Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:52.120Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:40:52.386Z] main: digest: sha256:5c99531499e5994e84fd9a3e4107aaa1523447e9e5e289d5cc5471f635935231 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:40:52.432Z] ===================================================== [Pipeline] echo [2023-03-01T19:40:52.440Z] taggedImages: [2023-03-01T19:40:52.440Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:52.440Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-01T19:40:52.440Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.74 [2023-03-01T19:40:52.440Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:52.440Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-01T19:40:52.460Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-01T19:40:52.460Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:52.460Z] latest [2023-03-01T19:40:52.460Z] 3.0.0-dev.74 [2023-03-01T19:40:52.460Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:52.460Z] main [2023-03-01T19:40:52.460Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:52.784Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:53.108Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:53.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-01T19:40:53.108Z] 15dd6364a0d0: Preparing [2023-03-01T19:40:53.108Z] 3efd6ff1b990: Preparing [2023-03-01T19:40:53.108Z] a7fc30cfd213: Preparing [2023-03-01T19:40:53.108Z] 32219508dad7: Preparing [2023-03-01T19:40:53.108Z] f70ee36035b9: Preparing [2023-03-01T19:40:53.108Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:53.108Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:53.373Z] 15dd6364a0d0: Pushed [2023-03-01T19:40:53.373Z] 32219508dad7: Pushed [2023-03-01T19:40:55.940Z] 3efd6ff1b990: Pushed [2023-03-01T19:40:55.940Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:56.271Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:56.597Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-01T19:40:56.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-01T19:40:56.597Z] 15dd6364a0d0: Preparing [2023-03-01T19:40:56.597Z] 3efd6ff1b990: Preparing [2023-03-01T19:40:56.597Z] a7fc30cfd213: Preparing [2023-03-01T19:40:56.597Z] 32219508dad7: Preparing [2023-03-01T19:40:56.597Z] f70ee36035b9: Preparing [2023-03-01T19:40:56.597Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:56.597Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:56.597Z] 15dd6364a0d0: Layer already exists [2023-03-01T19:40:56.597Z] 3efd6ff1b990: Layer already exists [2023-03-01T19:40:56.597Z] 32219508dad7: Layer already exists [2023-03-01T19:40:56.597Z] latest: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:56.925Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:57.250Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.74 [2023-03-01T19:40:57.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-01T19:40:57.250Z] 15dd6364a0d0: Preparing [2023-03-01T19:40:57.250Z] 3efd6ff1b990: Preparing [2023-03-01T19:40:57.250Z] a7fc30cfd213: Preparing [2023-03-01T19:40:57.250Z] 32219508dad7: Preparing [2023-03-01T19:40:57.250Z] f70ee36035b9: Preparing [2023-03-01T19:40:57.250Z] 32219508dad7: Layer already exists [2023-03-01T19:40:57.250Z] 3efd6ff1b990: Layer already exists [2023-03-01T19:40:57.250Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:57.250Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:57.250Z] 15dd6364a0d0: Layer already exists [2023-03-01T19:40:57.250Z] 3.0.0-dev.74: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:57.582Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:57.912Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:57.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-01T19:40:57.912Z] 15dd6364a0d0: Preparing [2023-03-01T19:40:57.912Z] 3efd6ff1b990: Preparing [2023-03-01T19:40:57.912Z] a7fc30cfd213: Preparing [2023-03-01T19:40:57.912Z] 32219508dad7: Preparing [2023-03-01T19:40:57.912Z] f70ee36035b9: Preparing [2023-03-01T19:40:57.912Z] 15dd6364a0d0: Layer already exists [2023-03-01T19:40:57.912Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:57.912Z] 32219508dad7: Layer already exists [2023-03-01T19:40:57.912Z] 3efd6ff1b990: Layer already exists [2023-03-01T19:40:57.912Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:57.912Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:58.262Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:58.593Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-01T19:40:58.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-01T19:40:58.593Z] 15dd6364a0d0: Preparing [2023-03-01T19:40:58.593Z] 3efd6ff1b990: Preparing [2023-03-01T19:40:58.593Z] a7fc30cfd213: Preparing [2023-03-01T19:40:58.593Z] 32219508dad7: Preparing [2023-03-01T19:40:58.593Z] f70ee36035b9: Preparing [2023-03-01T19:40:58.593Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:58.593Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:58.593Z] 3efd6ff1b990: Layer already exists [2023-03-01T19:40:58.593Z] 32219508dad7: Layer already exists [2023-03-01T19:40:58.593Z] 15dd6364a0d0: Layer already exists [2023-03-01T19:40:58.593Z] main: digest: sha256:0513c61cd3fb861bca01427af2f049b95e3dc1f4be4a765eefc8c8bd4a15e63d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:40:58.633Z] ===================================================== [Pipeline] echo [2023-03-01T19:40:58.638Z] taggedImages: [2023-03-01T19:40:58.638Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:58.638Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-01T19:40:58.638Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.74 [2023-03-01T19:40:58.638Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:58.638Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-01T19:40:58.652Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-01T19:40:58.652Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:58.652Z] latest [2023-03-01T19:40:58.652Z] 3.0.0-dev.74 [2023-03-01T19:40:58.652Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:40:58.652Z] main [2023-03-01T19:40:58.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:58.975Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:40:59.296Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:40:59.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-01T19:40:59.296Z] 31199a131465: Preparing [2023-03-01T19:40:59.296Z] 3f68ef683da1: Preparing [2023-03-01T19:40:59.296Z] fbbd1df1ddcc: Preparing [2023-03-01T19:40:59.296Z] a7fc30cfd213: Preparing [2023-03-01T19:40:59.296Z] cc855f6051b8: Preparing [2023-03-01T19:40:59.296Z] f70ee36035b9: Preparing [2023-03-01T19:40:59.296Z] f70ee36035b9: Waiting [2023-03-01T19:40:59.296Z] a7fc30cfd213: Layer already exists [2023-03-01T19:40:59.296Z] cc855f6051b8: Layer already exists [2023-03-01T19:40:59.296Z] f70ee36035b9: Layer already exists [2023-03-01T19:40:59.559Z] 3f68ef683da1: Pushed [2023-03-01T19:40:59.559Z] 31199a131465: Pushed [2023-03-01T19:41:02.122Z] fbbd1df1ddcc: Pushed [2023-03-01T19:41:02.122Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:02.720Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:03.046Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-01T19:41:03.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-01T19:41:03.046Z] 31199a131465: Preparing [2023-03-01T19:41:03.046Z] 3f68ef683da1: Preparing [2023-03-01T19:41:03.046Z] fbbd1df1ddcc: Preparing [2023-03-01T19:41:03.046Z] a7fc30cfd213: Preparing [2023-03-01T19:41:03.046Z] cc855f6051b8: Preparing [2023-03-01T19:41:03.046Z] f70ee36035b9: Preparing [2023-03-01T19:41:03.046Z] f70ee36035b9: Waiting [2023-03-01T19:41:03.046Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:03.046Z] fbbd1df1ddcc: Layer already exists [2023-03-01T19:41:03.046Z] 3f68ef683da1: Layer already exists [2023-03-01T19:41:03.046Z] cc855f6051b8: Layer already exists [2023-03-01T19:41:03.046Z] 31199a131465: Layer already exists [2023-03-01T19:41:03.046Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:03.046Z] latest: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:03.377Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:03.703Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.74 [2023-03-01T19:41:03.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-01T19:41:03.703Z] 31199a131465: Preparing [2023-03-01T19:41:03.703Z] 3f68ef683da1: Preparing [2023-03-01T19:41:03.703Z] fbbd1df1ddcc: Preparing [2023-03-01T19:41:03.703Z] a7fc30cfd213: Preparing [2023-03-01T19:41:03.703Z] cc855f6051b8: Preparing [2023-03-01T19:41:03.703Z] f70ee36035b9: Preparing [2023-03-01T19:41:03.703Z] f70ee36035b9: Waiting [2023-03-01T19:41:03.703Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:03.703Z] 31199a131465: Layer already exists [2023-03-01T19:41:03.703Z] fbbd1df1ddcc: Layer already exists [2023-03-01T19:41:03.703Z] 3f68ef683da1: Layer already exists [2023-03-01T19:41:03.703Z] cc855f6051b8: Layer already exists [2023-03-01T19:41:03.703Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:03.703Z] 3.0.0-dev.74: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:04.037Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:04.386Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:04.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-01T19:41:04.386Z] 31199a131465: Preparing [2023-03-01T19:41:04.386Z] 3f68ef683da1: Preparing [2023-03-01T19:41:04.386Z] fbbd1df1ddcc: Preparing [2023-03-01T19:41:04.386Z] a7fc30cfd213: Preparing [2023-03-01T19:41:04.386Z] cc855f6051b8: Preparing [2023-03-01T19:41:04.386Z] f70ee36035b9: Preparing [2023-03-01T19:41:04.386Z] f70ee36035b9: Waiting [2023-03-01T19:41:04.386Z] 3f68ef683da1: Layer already exists [2023-03-01T19:41:04.386Z] cc855f6051b8: Layer already exists [2023-03-01T19:41:04.386Z] 31199a131465: Layer already exists [2023-03-01T19:41:04.386Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:04.386Z] fbbd1df1ddcc: Layer already exists [2023-03-01T19:41:04.386Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:04.651Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:04.985Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:05.317Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-01T19:41:05.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-01T19:41:05.317Z] 31199a131465: Preparing [2023-03-01T19:41:05.317Z] 3f68ef683da1: Preparing [2023-03-01T19:41:05.317Z] fbbd1df1ddcc: Preparing [2023-03-01T19:41:05.317Z] a7fc30cfd213: Preparing [2023-03-01T19:41:05.317Z] cc855f6051b8: Preparing [2023-03-01T19:41:05.317Z] f70ee36035b9: Preparing [2023-03-01T19:41:05.317Z] f70ee36035b9: Waiting [2023-03-01T19:41:05.317Z] 3f68ef683da1: Layer already exists [2023-03-01T19:41:05.317Z] cc855f6051b8: Layer already exists [2023-03-01T19:41:05.317Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:05.317Z] fbbd1df1ddcc: Layer already exists [2023-03-01T19:41:05.317Z] 31199a131465: Layer already exists [2023-03-01T19:41:05.317Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:05.581Z] main: digest: sha256:01d024cad0b960de958e89f915d2a36322837cf0fefd7004e4d44f83ca8e9256 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:41:05.621Z] ===================================================== [Pipeline] echo [2023-03-01T19:41:05.628Z] taggedImages: [2023-03-01T19:41:05.628Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:05.628Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-01T19:41:05.628Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.74 [2023-03-01T19:41:05.628Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:05.628Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-01T19:41:05.647Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-01T19:41:05.647Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:05.647Z] latest [2023-03-01T19:41:05.647Z] 3.0.0-dev.74 [2023-03-01T19:41:05.647Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:05.647Z] main [2023-03-01T19:41:05.647Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:05.994Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:06.325Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:06.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-01T19:41:06.325Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:06.325Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:06.325Z] 76c8703e43e4: Preparing [2023-03-01T19:41:06.325Z] 8976db8fe840: Preparing [2023-03-01T19:41:06.325Z] fcef61fa4fe3: Preparing [2023-03-01T19:41:06.325Z] 0f0e12585298: Preparing [2023-03-01T19:41:06.325Z] 4552353dfb87: Preparing [2023-03-01T19:41:06.325Z] a7fc30cfd213: Preparing [2023-03-01T19:41:06.325Z] 0767fdb8efba: Preparing [2023-03-01T19:41:06.325Z] 14be1ae9cedf: Preparing [2023-03-01T19:41:06.325Z] a065a6359d5a: Preparing [2023-03-01T19:41:06.325Z] a600584e3d16: Preparing [2023-03-01T19:41:06.325Z] f70ee36035b9: Preparing [2023-03-01T19:41:06.325Z] 4552353dfb87: Waiting [2023-03-01T19:41:06.325Z] a065a6359d5a: Waiting [2023-03-01T19:41:06.325Z] f70ee36035b9: Waiting [2023-03-01T19:41:06.325Z] a600584e3d16: Waiting [2023-03-01T19:41:06.325Z] a7fc30cfd213: Waiting [2023-03-01T19:41:06.325Z] 0767fdb8efba: Waiting [2023-03-01T19:41:06.325Z] 14be1ae9cedf: Waiting [2023-03-01T19:41:06.600Z] aa0b9edf97fc: Pushed [2023-03-01T19:41:06.600Z] 76c8703e43e4: Pushed [2023-03-01T19:41:06.600Z] 8976db8fe840: Pushed [2023-03-01T19:41:06.600Z] 0f0e12585298: Pushed [2023-03-01T19:41:06.600Z] fcef61fa4fe3: Pushed [2023-03-01T19:41:06.600Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:06.873Z] 0767fdb8efba: Pushed [2023-03-01T19:41:06.873Z] a065a6359d5a: Pushed [2023-03-01T19:41:06.873Z] 14be1ae9cedf: Pushed [2023-03-01T19:41:06.873Z] a600584e3d16: Pushed [2023-03-01T19:41:07.825Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:10.413Z] 4552353dfb87: Pushed [2023-03-01T19:41:10.413Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:10.745Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:11.078Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-01T19:41:11.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-01T19:41:11.078Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:11.078Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:11.078Z] 76c8703e43e4: Preparing [2023-03-01T19:41:11.078Z] 8976db8fe840: Preparing [2023-03-01T19:41:11.078Z] fcef61fa4fe3: Preparing [2023-03-01T19:41:11.078Z] 0f0e12585298: Preparing [2023-03-01T19:41:11.078Z] 4552353dfb87: Preparing [2023-03-01T19:41:11.078Z] a7fc30cfd213: Preparing [2023-03-01T19:41:11.078Z] 0767fdb8efba: Preparing [2023-03-01T19:41:11.078Z] 14be1ae9cedf: Preparing [2023-03-01T19:41:11.078Z] a065a6359d5a: Preparing [2023-03-01T19:41:11.078Z] a600584e3d16: Preparing [2023-03-01T19:41:11.078Z] f70ee36035b9: Preparing [2023-03-01T19:41:11.078Z] 14be1ae9cedf: Waiting [2023-03-01T19:41:11.078Z] a7fc30cfd213: Waiting [2023-03-01T19:41:11.078Z] 4552353dfb87: Waiting [2023-03-01T19:41:11.078Z] 0767fdb8efba: Waiting [2023-03-01T19:41:11.078Z] a065a6359d5a: Waiting [2023-03-01T19:41:11.078Z] f70ee36035b9: Waiting [2023-03-01T19:41:11.078Z] a600584e3d16: Waiting [2023-03-01T19:41:11.078Z] 76c8703e43e4: Layer already exists [2023-03-01T19:41:11.078Z] fcef61fa4fe3: Layer already exists [2023-03-01T19:41:11.078Z] aa0b9edf97fc: Layer already exists [2023-03-01T19:41:11.078Z] 0f0e12585298: Layer already exists [2023-03-01T19:41:11.078Z] 8976db8fe840: Layer already exists [2023-03-01T19:41:11.078Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:11.078Z] 4552353dfb87: Layer already exists [2023-03-01T19:41:11.078Z] 0767fdb8efba: Layer already exists [2023-03-01T19:41:11.078Z] 14be1ae9cedf: Layer already exists [2023-03-01T19:41:11.078Z] a065a6359d5a: Layer already exists [2023-03-01T19:41:11.078Z] a600584e3d16: Layer already exists [2023-03-01T19:41:11.078Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:11.346Z] latest: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:11.749Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:12.076Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.74 [2023-03-01T19:41:12.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-01T19:41:12.076Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:12.076Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:12.076Z] 76c8703e43e4: Preparing [2023-03-01T19:41:12.076Z] 8976db8fe840: Preparing [2023-03-01T19:41:12.076Z] fcef61fa4fe3: Preparing [2023-03-01T19:41:12.076Z] 0f0e12585298: Preparing [2023-03-01T19:41:12.076Z] 4552353dfb87: Preparing [2023-03-01T19:41:12.076Z] a7fc30cfd213: Preparing [2023-03-01T19:41:12.076Z] 0767fdb8efba: Preparing [2023-03-01T19:41:12.076Z] 14be1ae9cedf: Preparing [2023-03-01T19:41:12.076Z] a065a6359d5a: Preparing [2023-03-01T19:41:12.076Z] a600584e3d16: Preparing [2023-03-01T19:41:12.076Z] f70ee36035b9: Preparing [2023-03-01T19:41:12.076Z] 4552353dfb87: Waiting [2023-03-01T19:41:12.076Z] a7fc30cfd213: Waiting [2023-03-01T19:41:12.076Z] 0767fdb8efba: Waiting [2023-03-01T19:41:12.076Z] a600584e3d16: Waiting [2023-03-01T19:41:12.076Z] f70ee36035b9: Waiting [2023-03-01T19:41:12.076Z] 14be1ae9cedf: Waiting [2023-03-01T19:41:12.076Z] a065a6359d5a: Waiting [2023-03-01T19:41:12.076Z] aa0b9edf97fc: Layer already exists [2023-03-01T19:41:12.076Z] 8976db8fe840: Layer already exists [2023-03-01T19:41:12.076Z] 0f0e12585298: Layer already exists [2023-03-01T19:41:12.076Z] 76c8703e43e4: Layer already exists [2023-03-01T19:41:12.076Z] fcef61fa4fe3: Layer already exists [2023-03-01T19:41:12.076Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:12.076Z] 4552353dfb87: Layer already exists [2023-03-01T19:41:12.076Z] 0767fdb8efba: Layer already exists [2023-03-01T19:41:12.076Z] a065a6359d5a: Layer already exists [2023-03-01T19:41:12.076Z] 14be1ae9cedf: Layer already exists [2023-03-01T19:41:12.076Z] a600584e3d16: Layer already exists [2023-03-01T19:41:12.076Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:12.340Z] 3.0.0-dev.74: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:12.673Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:13.008Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:13.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-01T19:41:13.008Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:13.008Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:13.008Z] 76c8703e43e4: Preparing [2023-03-01T19:41:13.008Z] 8976db8fe840: Preparing [2023-03-01T19:41:13.008Z] fcef61fa4fe3: Preparing [2023-03-01T19:41:13.008Z] 0f0e12585298: Preparing [2023-03-01T19:41:13.008Z] 4552353dfb87: Preparing [2023-03-01T19:41:13.008Z] a7fc30cfd213: Preparing [2023-03-01T19:41:13.008Z] 0767fdb8efba: Preparing [2023-03-01T19:41:13.008Z] 14be1ae9cedf: Preparing [2023-03-01T19:41:13.008Z] a065a6359d5a: Preparing [2023-03-01T19:41:13.008Z] a600584e3d16: Preparing [2023-03-01T19:41:13.008Z] f70ee36035b9: Preparing [2023-03-01T19:41:13.008Z] 4552353dfb87: Waiting [2023-03-01T19:41:13.008Z] a7fc30cfd213: Waiting [2023-03-01T19:41:13.008Z] 14be1ae9cedf: Waiting [2023-03-01T19:41:13.008Z] a600584e3d16: Waiting [2023-03-01T19:41:13.009Z] a065a6359d5a: Waiting [2023-03-01T19:41:13.009Z] 76c8703e43e4: Layer already exists [2023-03-01T19:41:13.009Z] 8976db8fe840: Layer already exists [2023-03-01T19:41:13.009Z] fcef61fa4fe3: Layer already exists [2023-03-01T19:41:13.009Z] aa0b9edf97fc: Layer already exists [2023-03-01T19:41:13.009Z] 0f0e12585298: Layer already exists [2023-03-01T19:41:13.009Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:13.009Z] 14be1ae9cedf: Layer already exists [2023-03-01T19:41:13.009Z] 4552353dfb87: Layer already exists [2023-03-01T19:41:13.009Z] 0767fdb8efba: Layer already exists [2023-03-01T19:41:13.009Z] a065a6359d5a: Layer already exists [2023-03-01T19:41:13.009Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:13.009Z] a600584e3d16: Layer already exists [2023-03-01T19:41:13.272Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:13.601Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:13.932Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-01T19:41:13.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-01T19:41:13.932Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:13.932Z] aa0b9edf97fc: Preparing [2023-03-01T19:41:13.932Z] 76c8703e43e4: Preparing [2023-03-01T19:41:13.932Z] 8976db8fe840: Preparing [2023-03-01T19:41:13.932Z] fcef61fa4fe3: Preparing [2023-03-01T19:41:13.932Z] 0f0e12585298: Preparing [2023-03-01T19:41:13.932Z] 4552353dfb87: Preparing [2023-03-01T19:41:13.932Z] a7fc30cfd213: Preparing [2023-03-01T19:41:13.932Z] 0767fdb8efba: Preparing [2023-03-01T19:41:13.932Z] 14be1ae9cedf: Preparing [2023-03-01T19:41:13.932Z] a065a6359d5a: Preparing [2023-03-01T19:41:13.932Z] a600584e3d16: Preparing [2023-03-01T19:41:13.932Z] f70ee36035b9: Preparing [2023-03-01T19:41:13.932Z] a600584e3d16: Waiting [2023-03-01T19:41:13.932Z] 0767fdb8efba: Waiting [2023-03-01T19:41:13.932Z] 14be1ae9cedf: Waiting [2023-03-01T19:41:13.932Z] a065a6359d5a: Waiting [2023-03-01T19:41:13.932Z] f70ee36035b9: Waiting [2023-03-01T19:41:13.932Z] 4552353dfb87: Waiting [2023-03-01T19:41:13.932Z] a7fc30cfd213: Waiting [2023-03-01T19:41:13.932Z] 0f0e12585298: Layer already exists [2023-03-01T19:41:13.932Z] 8976db8fe840: Layer already exists [2023-03-01T19:41:13.932Z] fcef61fa4fe3: Layer already exists [2023-03-01T19:41:13.932Z] aa0b9edf97fc: Layer already exists [2023-03-01T19:41:13.932Z] 76c8703e43e4: Layer already exists [2023-03-01T19:41:13.932Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:13.932Z] 4552353dfb87: Layer already exists [2023-03-01T19:41:13.932Z] a065a6359d5a: Layer already exists [2023-03-01T19:41:13.932Z] 14be1ae9cedf: Layer already exists [2023-03-01T19:41:13.932Z] 0767fdb8efba: Layer already exists [2023-03-01T19:41:13.932Z] a600584e3d16: Layer already exists [2023-03-01T19:41:13.932Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:14.197Z] main: digest: sha256:c69371ece7e1f0de63c54abdf8ea8a9b2c088945727c87761122e2065b4524f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:41:14.248Z] ===================================================== [Pipeline] echo [2023-03-01T19:41:14.258Z] taggedImages: [2023-03-01T19:41:14.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:14.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-01T19:41:14.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.74 [2023-03-01T19:41:14.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:14.258Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-01T19:41:14.279Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-01T19:41:14.279Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:14.279Z] latest [2023-03-01T19:41:14.279Z] 3.0.0-dev.74 [2023-03-01T19:41:14.279Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:14.279Z] main [2023-03-01T19:41:14.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:14.627Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:14.957Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:14.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-01T19:41:14.957Z] 00f0bd9a6c77: Preparing [2023-03-01T19:41:14.957Z] cbf6f382314c: Preparing [2023-03-01T19:41:14.957Z] e76ec5e97d52: Preparing [2023-03-01T19:41:14.957Z] 2c094617afb4: Preparing [2023-03-01T19:41:14.957Z] a7fc30cfd213: Preparing [2023-03-01T19:41:14.957Z] 65ecf2c988b5: Preparing [2023-03-01T19:41:14.957Z] f70ee36035b9: Preparing [2023-03-01T19:41:14.957Z] 65ecf2c988b5: Waiting [2023-03-01T19:41:14.957Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:15.222Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:41:15.222Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:15.222Z] e76ec5e97d52: Pushed [2023-03-01T19:41:15.222Z] 00f0bd9a6c77: Pushed [2023-03-01T19:41:15.222Z] cbf6f382314c: Pushed [2023-03-01T19:41:17.785Z] 2c094617afb4: Pushed [2023-03-01T19:41:17.785Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:18.133Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:18.458Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-01T19:41:18.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-01T19:41:18.458Z] 00f0bd9a6c77: Preparing [2023-03-01T19:41:18.458Z] cbf6f382314c: Preparing [2023-03-01T19:41:18.459Z] e76ec5e97d52: Preparing [2023-03-01T19:41:18.459Z] 2c094617afb4: Preparing [2023-03-01T19:41:18.459Z] a7fc30cfd213: Preparing [2023-03-01T19:41:18.459Z] 65ecf2c988b5: Preparing [2023-03-01T19:41:18.459Z] f70ee36035b9: Preparing [2023-03-01T19:41:18.459Z] 65ecf2c988b5: Waiting [2023-03-01T19:41:18.459Z] f70ee36035b9: Waiting [2023-03-01T19:41:18.459Z] 00f0bd9a6c77: Layer already exists [2023-03-01T19:41:18.459Z] 2c094617afb4: Layer already exists [2023-03-01T19:41:18.459Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:18.459Z] e76ec5e97d52: Layer already exists [2023-03-01T19:41:18.459Z] cbf6f382314c: Layer already exists [2023-03-01T19:41:18.459Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:18.459Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:41:18.724Z] latest: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:21.164Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:21.763Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.74 [2023-03-01T19:41:21.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-01T19:41:21.763Z] 00f0bd9a6c77: Preparing [2023-03-01T19:41:21.763Z] cbf6f382314c: Preparing [2023-03-01T19:41:21.763Z] e76ec5e97d52: Preparing [2023-03-01T19:41:21.763Z] 2c094617afb4: Preparing [2023-03-01T19:41:21.763Z] a7fc30cfd213: Preparing [2023-03-01T19:41:21.763Z] 65ecf2c988b5: Preparing [2023-03-01T19:41:21.763Z] f70ee36035b9: Preparing [2023-03-01T19:41:21.763Z] 65ecf2c988b5: Waiting [2023-03-01T19:41:21.763Z] f70ee36035b9: Waiting [2023-03-01T19:41:21.763Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:21.763Z] 00f0bd9a6c77: Layer already exists [2023-03-01T19:41:21.763Z] e76ec5e97d52: Layer already exists [2023-03-01T19:41:21.763Z] 2c094617afb4: Layer already exists [2023-03-01T19:41:21.763Z] cbf6f382314c: Layer already exists [2023-03-01T19:41:21.763Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:41:21.763Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:22.029Z] 3.0.0-dev.74: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:22.362Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:22.694Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:22.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-01T19:41:22.694Z] 00f0bd9a6c77: Preparing [2023-03-01T19:41:22.694Z] cbf6f382314c: Preparing [2023-03-01T19:41:22.694Z] e76ec5e97d52: Preparing [2023-03-01T19:41:22.694Z] 2c094617afb4: Preparing [2023-03-01T19:41:22.694Z] a7fc30cfd213: Preparing [2023-03-01T19:41:22.694Z] 65ecf2c988b5: Preparing [2023-03-01T19:41:22.694Z] f70ee36035b9: Preparing [2023-03-01T19:41:22.694Z] f70ee36035b9: Waiting [2023-03-01T19:41:22.694Z] 65ecf2c988b5: Waiting [2023-03-01T19:41:22.694Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:22.694Z] 2c094617afb4: Layer already exists [2023-03-01T19:41:22.694Z] 00f0bd9a6c77: Layer already exists [2023-03-01T19:41:22.694Z] e76ec5e97d52: Layer already exists [2023-03-01T19:41:22.694Z] cbf6f382314c: Layer already exists [2023-03-01T19:41:22.694Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:41:22.694Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:22.959Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:23.288Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:23.665Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-01T19:41:23.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-01T19:41:23.665Z] 00f0bd9a6c77: Preparing [2023-03-01T19:41:23.665Z] cbf6f382314c: Preparing [2023-03-01T19:41:23.665Z] e76ec5e97d52: Preparing [2023-03-01T19:41:23.665Z] 2c094617afb4: Preparing [2023-03-01T19:41:23.665Z] a7fc30cfd213: Preparing [2023-03-01T19:41:23.665Z] 65ecf2c988b5: Preparing [2023-03-01T19:41:23.665Z] f70ee36035b9: Preparing [2023-03-01T19:41:23.665Z] 65ecf2c988b5: Waiting [2023-03-01T19:41:23.665Z] f70ee36035b9: Waiting [2023-03-01T19:41:23.665Z] 2c094617afb4: Layer already exists [2023-03-01T19:41:23.665Z] 00f0bd9a6c77: Layer already exists [2023-03-01T19:41:23.665Z] cbf6f382314c: Layer already exists [2023-03-01T19:41:23.665Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:23.665Z] e76ec5e97d52: Layer already exists [2023-03-01T19:41:23.665Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:23.665Z] 65ecf2c988b5: Layer already exists [2023-03-01T19:41:23.935Z] main: digest: sha256:58ee224b2c31e5b6540fd9d3343c3dd32eaea549eee132bc63423af29dd7e762 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:41:23.978Z] ===================================================== [Pipeline] echo [2023-03-01T19:41:23.986Z] taggedImages: [2023-03-01T19:41:23.986Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:23.986Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-01T19:41:23.986Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.74 [2023-03-01T19:41:23.986Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:23.986Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-01T19:41:24.000Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-01T19:41:24.000Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:24.000Z] latest [2023-03-01T19:41:24.000Z] 3.0.0-dev.74 [2023-03-01T19:41:24.000Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:24.000Z] main [2023-03-01T19:41:24.000Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:24.366Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:24.713Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:24.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-01T19:41:24.713Z] 1470206f251a: Preparing [2023-03-01T19:41:24.714Z] e6a76342ed5c: Preparing [2023-03-01T19:41:24.714Z] 5fea8f488a40: Preparing [2023-03-01T19:41:24.714Z] f39aac9af42e: Preparing [2023-03-01T19:41:24.714Z] 024edbe83b2f: Preparing [2023-03-01T19:41:24.714Z] 743a086da37a: Preparing [2023-03-01T19:41:24.714Z] e661b2f471d3: Preparing [2023-03-01T19:41:24.714Z] f70ee36035b9: Preparing [2023-03-01T19:41:24.714Z] e661b2f471d3: Waiting [2023-03-01T19:41:24.714Z] f70ee36035b9: Waiting [2023-03-01T19:41:24.714Z] 743a086da37a: Waiting [2023-03-01T19:41:24.991Z] e6a76342ed5c: Pushed [2023-03-01T19:41:24.991Z] 1470206f251a: Pushed [2023-03-01T19:41:24.991Z] 024edbe83b2f: Pushed [2023-03-01T19:41:24.991Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:25.257Z] 743a086da37a: Pushed [2023-03-01T19:41:25.840Z] e661b2f471d3: Pushed [2023-03-01T19:41:27.775Z] f39aac9af42e: Pushed [2023-03-01T19:41:27.775Z] 5fea8f488a40: Pushed [2023-03-01T19:41:27.775Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:28.109Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:28.440Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-01T19:41:28.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-01T19:41:28.440Z] 1470206f251a: Preparing [2023-03-01T19:41:28.440Z] e6a76342ed5c: Preparing [2023-03-01T19:41:28.440Z] 5fea8f488a40: Preparing [2023-03-01T19:41:28.440Z] f39aac9af42e: Preparing [2023-03-01T19:41:28.440Z] 024edbe83b2f: Preparing [2023-03-01T19:41:28.440Z] 743a086da37a: Preparing [2023-03-01T19:41:28.440Z] e661b2f471d3: Preparing [2023-03-01T19:41:28.440Z] f70ee36035b9: Preparing [2023-03-01T19:41:28.440Z] e661b2f471d3: Waiting [2023-03-01T19:41:28.440Z] 743a086da37a: Waiting [2023-03-01T19:41:28.440Z] f70ee36035b9: Waiting [2023-03-01T19:41:28.440Z] f39aac9af42e: Layer already exists [2023-03-01T19:41:28.440Z] 1470206f251a: Layer already exists [2023-03-01T19:41:28.440Z] 024edbe83b2f: Layer already exists [2023-03-01T19:41:28.440Z] e6a76342ed5c: Layer already exists [2023-03-01T19:41:28.440Z] 5fea8f488a40: Layer already exists [2023-03-01T19:41:28.440Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:28.440Z] e661b2f471d3: Layer already exists [2023-03-01T19:41:28.440Z] 743a086da37a: Layer already exists [2023-03-01T19:41:28.705Z] latest: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:29.044Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:29.376Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.74 [2023-03-01T19:41:29.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-01T19:41:29.376Z] 1470206f251a: Preparing [2023-03-01T19:41:29.376Z] e6a76342ed5c: Preparing [2023-03-01T19:41:29.376Z] 5fea8f488a40: Preparing [2023-03-01T19:41:29.376Z] f39aac9af42e: Preparing [2023-03-01T19:41:29.376Z] 024edbe83b2f: Preparing [2023-03-01T19:41:29.376Z] 743a086da37a: Preparing [2023-03-01T19:41:29.376Z] e661b2f471d3: Preparing [2023-03-01T19:41:29.376Z] f70ee36035b9: Preparing [2023-03-01T19:41:29.376Z] e661b2f471d3: Waiting [2023-03-01T19:41:29.376Z] f70ee36035b9: Waiting [2023-03-01T19:41:29.376Z] 743a086da37a: Waiting [2023-03-01T19:41:29.376Z] e6a76342ed5c: Layer already exists [2023-03-01T19:41:29.376Z] f39aac9af42e: Layer already exists [2023-03-01T19:41:29.376Z] 024edbe83b2f: Layer already exists [2023-03-01T19:41:29.376Z] 1470206f251a: Layer already exists [2023-03-01T19:41:29.376Z] 5fea8f488a40: Layer already exists [2023-03-01T19:41:29.376Z] e661b2f471d3: Layer already exists [2023-03-01T19:41:29.376Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:29.376Z] 743a086da37a: Layer already exists [2023-03-01T19:41:29.376Z] 3.0.0-dev.74: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:29.969Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:30.293Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:30.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-01T19:41:30.293Z] 1470206f251a: Preparing [2023-03-01T19:41:30.293Z] e6a76342ed5c: Preparing [2023-03-01T19:41:30.293Z] 5fea8f488a40: Preparing [2023-03-01T19:41:30.293Z] f39aac9af42e: Preparing [2023-03-01T19:41:30.293Z] 024edbe83b2f: Preparing [2023-03-01T19:41:30.293Z] 743a086da37a: Preparing [2023-03-01T19:41:30.293Z] e661b2f471d3: Preparing [2023-03-01T19:41:30.293Z] f70ee36035b9: Preparing [2023-03-01T19:41:30.293Z] e661b2f471d3: Waiting [2023-03-01T19:41:30.293Z] f70ee36035b9: Waiting [2023-03-01T19:41:30.293Z] 743a086da37a: Waiting [2023-03-01T19:41:30.293Z] 5fea8f488a40: Layer already exists [2023-03-01T19:41:30.293Z] e6a76342ed5c: Layer already exists [2023-03-01T19:41:30.293Z] 1470206f251a: Layer already exists [2023-03-01T19:41:30.293Z] f39aac9af42e: Layer already exists [2023-03-01T19:41:30.293Z] 024edbe83b2f: Layer already exists [2023-03-01T19:41:30.293Z] e661b2f471d3: Layer already exists [2023-03-01T19:41:30.293Z] 743a086da37a: Layer already exists [2023-03-01T19:41:30.293Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:30.293Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:30.895Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:31.218Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-01T19:41:31.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-01T19:41:31.218Z] 1470206f251a: Preparing [2023-03-01T19:41:31.218Z] e6a76342ed5c: Preparing [2023-03-01T19:41:31.218Z] 5fea8f488a40: Preparing [2023-03-01T19:41:31.218Z] f39aac9af42e: Preparing [2023-03-01T19:41:31.218Z] 024edbe83b2f: Preparing [2023-03-01T19:41:31.218Z] 743a086da37a: Preparing [2023-03-01T19:41:31.218Z] e661b2f471d3: Preparing [2023-03-01T19:41:31.218Z] f70ee36035b9: Preparing [2023-03-01T19:41:31.218Z] e661b2f471d3: Waiting [2023-03-01T19:41:31.218Z] f70ee36035b9: Waiting [2023-03-01T19:41:31.218Z] 743a086da37a: Waiting [2023-03-01T19:41:31.218Z] f39aac9af42e: Layer already exists [2023-03-01T19:41:31.218Z] e6a76342ed5c: Layer already exists [2023-03-01T19:41:31.218Z] 024edbe83b2f: Layer already exists [2023-03-01T19:41:31.218Z] 5fea8f488a40: Layer already exists [2023-03-01T19:41:31.218Z] 1470206f251a: Layer already exists [2023-03-01T19:41:31.218Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:31.218Z] 743a086da37a: Layer already exists [2023-03-01T19:41:31.218Z] e661b2f471d3: Layer already exists [2023-03-01T19:41:31.482Z] main: digest: sha256:4fcfd1f347bac504eaa109bcb24110c49cea9c84bbe49af3a230468c6cbef908 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:41:31.518Z] ===================================================== [Pipeline] echo [2023-03-01T19:41:31.523Z] taggedImages: [2023-03-01T19:41:31.523Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:31.523Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-01T19:41:31.523Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.74 [2023-03-01T19:41:31.523Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:31.523Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-01T19:41:31.537Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-01T19:41:31.537Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:31.537Z] latest [2023-03-01T19:41:31.537Z] 3.0.0-dev.74 [2023-03-01T19:41:31.537Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:31.537Z] main [2023-03-01T19:41:31.537Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:31.857Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:32.183Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:32.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-01T19:41:32.183Z] 86e08320e435: Preparing [2023-03-01T19:41:32.183Z] 30154585d114: Preparing [2023-03-01T19:41:32.183Z] 9288d0840789: Preparing [2023-03-01T19:41:32.183Z] 0395492a33a7: Preparing [2023-03-01T19:41:32.183Z] 836df22e5fde: Preparing [2023-03-01T19:41:32.183Z] 2baca55e1d60: Preparing [2023-03-01T19:41:32.183Z] 3c4df75a3d06: Preparing [2023-03-01T19:41:32.183Z] dfce586f83d8: Preparing [2023-03-01T19:41:32.183Z] e2a2c04263ad: Preparing [2023-03-01T19:41:32.183Z] f70ee36035b9: Preparing [2023-03-01T19:41:32.183Z] 3c4df75a3d06: Waiting [2023-03-01T19:41:32.183Z] dfce586f83d8: Waiting [2023-03-01T19:41:32.183Z] e2a2c04263ad: Waiting [2023-03-01T19:41:32.183Z] f70ee36035b9: Waiting [2023-03-01T19:41:32.183Z] 2baca55e1d60: Waiting [2023-03-01T19:41:32.446Z] 30154585d114: Pushed [2023-03-01T19:41:32.446Z] 836df22e5fde: Pushed [2023-03-01T19:41:32.446Z] 86e08320e435: Pushed [2023-03-01T19:41:32.712Z] dfce586f83d8: Pushed [2023-03-01T19:41:32.712Z] 3c4df75a3d06: Pushed [2023-03-01T19:41:32.712Z] 2baca55e1d60: Pushed [2023-03-01T19:41:32.712Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:32.978Z] e2a2c04263ad: Pushed [2023-03-01T19:41:34.915Z] 0395492a33a7: Pushed [2023-03-01T19:41:35.871Z] 9288d0840789: Pushed [2023-03-01T19:41:35.871Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:36.198Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:36.521Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-01T19:41:36.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-01T19:41:36.521Z] 86e08320e435: Preparing [2023-03-01T19:41:36.521Z] 30154585d114: Preparing [2023-03-01T19:41:36.521Z] 9288d0840789: Preparing [2023-03-01T19:41:36.521Z] 0395492a33a7: Preparing [2023-03-01T19:41:36.521Z] 836df22e5fde: Preparing [2023-03-01T19:41:36.521Z] 2baca55e1d60: Preparing [2023-03-01T19:41:36.521Z] 3c4df75a3d06: Preparing [2023-03-01T19:41:36.521Z] dfce586f83d8: Preparing [2023-03-01T19:41:36.521Z] e2a2c04263ad: Preparing [2023-03-01T19:41:36.521Z] f70ee36035b9: Preparing [2023-03-01T19:41:36.521Z] 2baca55e1d60: Waiting [2023-03-01T19:41:36.521Z] 3c4df75a3d06: Waiting [2023-03-01T19:41:36.521Z] dfce586f83d8: Waiting [2023-03-01T19:41:36.521Z] e2a2c04263ad: Waiting [2023-03-01T19:41:36.521Z] f70ee36035b9: Waiting [2023-03-01T19:41:36.521Z] 86e08320e435: Layer already exists [2023-03-01T19:41:36.521Z] 9288d0840789: Layer already exists [2023-03-01T19:41:36.521Z] 836df22e5fde: Layer already exists [2023-03-01T19:41:36.521Z] 0395492a33a7: Layer already exists [2023-03-01T19:41:36.521Z] 30154585d114: Layer already exists [2023-03-01T19:41:36.521Z] 3c4df75a3d06: Layer already exists [2023-03-01T19:41:36.521Z] 2baca55e1d60: Layer already exists [2023-03-01T19:41:36.521Z] e2a2c04263ad: Layer already exists [2023-03-01T19:41:36.521Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:36.521Z] dfce586f83d8: Layer already exists [2023-03-01T19:41:36.785Z] latest: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:37.132Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:37.465Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.74 [2023-03-01T19:41:37.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-01T19:41:37.465Z] 86e08320e435: Preparing [2023-03-01T19:41:37.465Z] 30154585d114: Preparing [2023-03-01T19:41:37.465Z] 9288d0840789: Preparing [2023-03-01T19:41:37.465Z] 0395492a33a7: Preparing [2023-03-01T19:41:37.465Z] 836df22e5fde: Preparing [2023-03-01T19:41:37.465Z] 2baca55e1d60: Preparing [2023-03-01T19:41:37.465Z] 3c4df75a3d06: Preparing [2023-03-01T19:41:37.465Z] 2baca55e1d60: Waiting [2023-03-01T19:41:37.465Z] dfce586f83d8: Preparing [2023-03-01T19:41:37.465Z] e2a2c04263ad: Preparing [2023-03-01T19:41:37.465Z] 3c4df75a3d06: Waiting [2023-03-01T19:41:37.465Z] dfce586f83d8: Waiting [2023-03-01T19:41:37.465Z] e2a2c04263ad: Waiting [2023-03-01T19:41:37.465Z] f70ee36035b9: Preparing [2023-03-01T19:41:37.465Z] f70ee36035b9: Waiting [2023-03-01T19:41:37.465Z] 836df22e5fde: Layer already exists [2023-03-01T19:41:37.465Z] 0395492a33a7: Layer already exists [2023-03-01T19:41:37.465Z] 86e08320e435: Layer already exists [2023-03-01T19:41:37.465Z] 9288d0840789: Layer already exists [2023-03-01T19:41:37.465Z] 30154585d114: Layer already exists [2023-03-01T19:41:37.465Z] 3c4df75a3d06: Layer already exists [2023-03-01T19:41:37.465Z] dfce586f83d8: Layer already exists [2023-03-01T19:41:37.465Z] 2baca55e1d60: Layer already exists [2023-03-01T19:41:37.465Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:37.465Z] e2a2c04263ad: Layer already exists [2023-03-01T19:41:37.729Z] 3.0.0-dev.74: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:38.069Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:38.402Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:38.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-01T19:41:38.402Z] 86e08320e435: Preparing [2023-03-01T19:41:38.402Z] 30154585d114: Preparing [2023-03-01T19:41:38.402Z] 9288d0840789: Preparing [2023-03-01T19:41:38.402Z] 0395492a33a7: Preparing [2023-03-01T19:41:38.402Z] 836df22e5fde: Preparing [2023-03-01T19:41:38.402Z] 2baca55e1d60: Preparing [2023-03-01T19:41:38.402Z] 3c4df75a3d06: Preparing [2023-03-01T19:41:38.402Z] dfce586f83d8: Preparing [2023-03-01T19:41:38.402Z] e2a2c04263ad: Preparing [2023-03-01T19:41:38.402Z] f70ee36035b9: Preparing [2023-03-01T19:41:38.402Z] 2baca55e1d60: Waiting [2023-03-01T19:41:38.402Z] 3c4df75a3d06: Waiting [2023-03-01T19:41:38.402Z] dfce586f83d8: Waiting [2023-03-01T19:41:38.402Z] e2a2c04263ad: Waiting [2023-03-01T19:41:38.402Z] f70ee36035b9: Waiting [2023-03-01T19:41:38.402Z] 0395492a33a7: Layer already exists [2023-03-01T19:41:38.402Z] 86e08320e435: Layer already exists [2023-03-01T19:41:38.402Z] 30154585d114: Layer already exists [2023-03-01T19:41:38.402Z] 836df22e5fde: Layer already exists [2023-03-01T19:41:38.402Z] 9288d0840789: Layer already exists [2023-03-01T19:41:38.402Z] dfce586f83d8: Layer already exists [2023-03-01T19:41:38.402Z] 3c4df75a3d06: Layer already exists [2023-03-01T19:41:38.402Z] 2baca55e1d60: Layer already exists [2023-03-01T19:41:38.402Z] e2a2c04263ad: Layer already exists [2023-03-01T19:41:38.402Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:38.668Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:39.003Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:39.333Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-01T19:41:39.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-01T19:41:39.333Z] 86e08320e435: Preparing [2023-03-01T19:41:39.333Z] 30154585d114: Preparing [2023-03-01T19:41:39.333Z] 9288d0840789: Preparing [2023-03-01T19:41:39.333Z] 0395492a33a7: Preparing [2023-03-01T19:41:39.333Z] 836df22e5fde: Preparing [2023-03-01T19:41:39.333Z] 2baca55e1d60: Preparing [2023-03-01T19:41:39.333Z] 3c4df75a3d06: Preparing [2023-03-01T19:41:39.333Z] dfce586f83d8: Preparing [2023-03-01T19:41:39.333Z] e2a2c04263ad: Preparing [2023-03-01T19:41:39.333Z] f70ee36035b9: Preparing [2023-03-01T19:41:39.333Z] dfce586f83d8: Waiting [2023-03-01T19:41:39.333Z] e2a2c04263ad: Waiting [2023-03-01T19:41:39.333Z] f70ee36035b9: Waiting [2023-03-01T19:41:39.333Z] 2baca55e1d60: Waiting [2023-03-01T19:41:39.333Z] 3c4df75a3d06: Waiting [2023-03-01T19:41:39.333Z] 86e08320e435: Layer already exists [2023-03-01T19:41:39.333Z] 9288d0840789: Layer already exists [2023-03-01T19:41:39.333Z] 836df22e5fde: Layer already exists [2023-03-01T19:41:39.333Z] 30154585d114: Layer already exists [2023-03-01T19:41:39.333Z] 0395492a33a7: Layer already exists [2023-03-01T19:41:39.333Z] dfce586f83d8: Layer already exists [2023-03-01T19:41:39.333Z] f70ee36035b9: Layer already exists [2023-03-01T19:41:39.333Z] 2baca55e1d60: Layer already exists [2023-03-01T19:41:39.333Z] 3c4df75a3d06: Layer already exists [2023-03-01T19:41:39.333Z] e2a2c04263ad: Layer already exists [2023-03-01T19:41:39.601Z] main: digest: sha256:888180c7a0aef83553bb6755f00e344b8dc2970545d5f13b180e7d5b20c8635b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:41:39.641Z] ===================================================== [Pipeline] echo [2023-03-01T19:41:39.647Z] taggedImages: [2023-03-01T19:41:39.647Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:39.647Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-01T19:41:39.647Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.74 [2023-03-01T19:41:39.647Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:39.647Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-01T19:41:39.661Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-01T19:41:39.661Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:39.661Z] latest [2023-03-01T19:41:39.661Z] 3.0.0-dev.74 [2023-03-01T19:41:39.661Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:39.661Z] main [2023-03-01T19:41:39.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:39.987Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:40.316Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:40.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-01T19:41:40.316Z] 6e7206b7541b: Preparing [2023-03-01T19:41:40.316Z] 11e08e44dfc2: Preparing [2023-03-01T19:41:40.316Z] a7fc30cfd213: Preparing [2023-03-01T19:41:40.316Z] d3d55cfe09ca: Preparing [2023-03-01T19:41:40.316Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:41:40.316Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:41:40.316Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:40.582Z] 6e7206b7541b: Pushed [2023-03-01T19:41:41.540Z] d3d55cfe09ca: Pushed [2023-03-01T19:41:44.872Z] 11e08e44dfc2: Pushed [2023-03-01T19:41:45.137Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:45.474Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:45.806Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-01T19:41:45.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-01T19:41:45.806Z] 6e7206b7541b: Preparing [2023-03-01T19:41:45.806Z] 11e08e44dfc2: Preparing [2023-03-01T19:41:45.806Z] a7fc30cfd213: Preparing [2023-03-01T19:41:45.806Z] d3d55cfe09ca: Preparing [2023-03-01T19:41:45.806Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:41:45.806Z] d3d55cfe09ca: Layer already exists [2023-03-01T19:41:45.806Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:41:45.806Z] 11e08e44dfc2: Layer already exists [2023-03-01T19:41:45.806Z] 6e7206b7541b: Layer already exists [2023-03-01T19:41:45.806Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:45.806Z] latest: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:46.143Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:47.880Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.74 [2023-03-01T19:41:47.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-01T19:41:47.880Z] 6e7206b7541b: Preparing [2023-03-01T19:41:47.880Z] 11e08e44dfc2: Preparing [2023-03-01T19:41:47.880Z] a7fc30cfd213: Preparing [2023-03-01T19:41:47.880Z] d3d55cfe09ca: Preparing [2023-03-01T19:41:47.880Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:41:47.880Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:41:47.880Z] 11e08e44dfc2: Layer already exists [2023-03-01T19:41:47.880Z] d3d55cfe09ca: Layer already exists [2023-03-01T19:41:47.880Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:47.880Z] 6e7206b7541b: Layer already exists [2023-03-01T19:41:47.880Z] 3.0.0-dev.74: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:48.214Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:48.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:48.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-01T19:41:48.537Z] 6e7206b7541b: Preparing [2023-03-01T19:41:48.537Z] 11e08e44dfc2: Preparing [2023-03-01T19:41:48.537Z] a7fc30cfd213: Preparing [2023-03-01T19:41:48.537Z] d3d55cfe09ca: Preparing [2023-03-01T19:41:48.537Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:41:48.537Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:48.537Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:41:48.537Z] 11e08e44dfc2: Layer already exists [2023-03-01T19:41:48.537Z] 6e7206b7541b: Layer already exists [2023-03-01T19:41:48.537Z] d3d55cfe09ca: Layer already exists [2023-03-01T19:41:48.537Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:48.869Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:49.197Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-01T19:41:49.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-01T19:41:49.197Z] 6e7206b7541b: Preparing [2023-03-01T19:41:49.197Z] 11e08e44dfc2: Preparing [2023-03-01T19:41:49.197Z] a7fc30cfd213: Preparing [2023-03-01T19:41:49.197Z] d3d55cfe09ca: Preparing [2023-03-01T19:41:49.197Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:41:49.197Z] a7fc30cfd213: Layer already exists [2023-03-01T19:41:49.197Z] d3d55cfe09ca: Layer already exists [2023-03-01T19:41:49.197Z] 11e08e44dfc2: Layer already exists [2023-03-01T19:41:49.197Z] 6e7206b7541b: Layer already exists [2023-03-01T19:41:49.197Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:41:49.197Z] main: digest: sha256:00208db32029edae68da931c00704ce658590601d109d782dc854498b7e479ee size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:41:49.505Z] ===================================================== [Pipeline] echo [2023-03-01T19:41:49.511Z] taggedImages: [2023-03-01T19:41:49.511Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:49.511Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-01T19:41:49.511Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.74 [2023-03-01T19:41:49.511Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:49.511Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-01T19:41:49.526Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-01T19:41:49.526Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:49.526Z] latest [2023-03-01T19:41:49.526Z] 3.0.0-dev.74 [2023-03-01T19:41:49.526Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:41:49.526Z] main [2023-03-01T19:41:49.526Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:49.850Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:41:50.178Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:41:50.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-01T19:41:50.178Z] 97fbdbf340bc: Preparing [2023-03-01T19:41:50.178Z] f1c636cf0bdd: Preparing [2023-03-01T19:41:50.178Z] f68074318f2b: Preparing [2023-03-01T19:41:50.178Z] d8ae8852dc26: Preparing [2023-03-01T19:41:50.178Z] 5b2b73400e56: Preparing [2023-03-01T19:41:50.178Z] 8731a35c0d01: Preparing [2023-03-01T19:41:50.178Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:41:50.178Z] 8731a35c0d01: Waiting [2023-03-01T19:41:50.178Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:41:50.442Z] 97fbdbf340bc: Pushed [2023-03-01T19:41:50.442Z] f68074318f2b: Pushed [2023-03-01T19:41:50.442Z] f1c636cf0bdd: Pushed [2023-03-01T19:41:50.442Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:41:51.401Z] 8731a35c0d01: Pushed [2023-03-01T19:41:59.582Z] 5b2b73400e56: Pushed [2023-03-01T19:42:06.205Z] d8ae8852dc26: Pushed [2023-03-01T19:42:06.205Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:06.555Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:06.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-01T19:42:06.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-01T19:42:06.893Z] 97fbdbf340bc: Preparing [2023-03-01T19:42:06.893Z] f1c636cf0bdd: Preparing [2023-03-01T19:42:06.893Z] f68074318f2b: Preparing [2023-03-01T19:42:06.893Z] d8ae8852dc26: Preparing [2023-03-01T19:42:06.894Z] 5b2b73400e56: Preparing [2023-03-01T19:42:06.894Z] 8731a35c0d01: Preparing [2023-03-01T19:42:06.894Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:06.894Z] 8731a35c0d01: Waiting [2023-03-01T19:42:06.894Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:06.894Z] 97fbdbf340bc: Layer already exists [2023-03-01T19:42:06.894Z] d8ae8852dc26: Layer already exists [2023-03-01T19:42:06.894Z] f1c636cf0bdd: Layer already exists [2023-03-01T19:42:06.894Z] f68074318f2b: Layer already exists [2023-03-01T19:42:06.894Z] 5b2b73400e56: Layer already exists [2023-03-01T19:42:06.894Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:06.894Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:07.161Z] latest: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:07.545Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:07.872Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.74 [2023-03-01T19:42:07.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-01T19:42:07.872Z] 97fbdbf340bc: Preparing [2023-03-01T19:42:07.872Z] f1c636cf0bdd: Preparing [2023-03-01T19:42:07.872Z] f68074318f2b: Preparing [2023-03-01T19:42:07.872Z] d8ae8852dc26: Preparing [2023-03-01T19:42:07.872Z] 5b2b73400e56: Preparing [2023-03-01T19:42:07.872Z] 8731a35c0d01: Preparing [2023-03-01T19:42:07.872Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:07.872Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:07.872Z] 8731a35c0d01: Waiting [2023-03-01T19:42:07.872Z] f1c636cf0bdd: Layer already exists [2023-03-01T19:42:07.872Z] f68074318f2b: Layer already exists [2023-03-01T19:42:07.872Z] 5b2b73400e56: Layer already exists [2023-03-01T19:42:07.872Z] d8ae8852dc26: Layer already exists [2023-03-01T19:42:07.872Z] 97fbdbf340bc: Layer already exists [2023-03-01T19:42:07.872Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:07.872Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:08.137Z] 3.0.0-dev.74: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:08.468Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:08.795Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:08.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-01T19:42:08.795Z] 97fbdbf340bc: Preparing [2023-03-01T19:42:08.795Z] f1c636cf0bdd: Preparing [2023-03-01T19:42:08.795Z] f68074318f2b: Preparing [2023-03-01T19:42:08.795Z] d8ae8852dc26: Preparing [2023-03-01T19:42:08.795Z] 5b2b73400e56: Preparing [2023-03-01T19:42:08.795Z] 8731a35c0d01: Preparing [2023-03-01T19:42:08.795Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:08.795Z] 8731a35c0d01: Waiting [2023-03-01T19:42:08.795Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:08.795Z] f68074318f2b: Layer already exists [2023-03-01T19:42:08.795Z] 5b2b73400e56: Layer already exists [2023-03-01T19:42:08.795Z] f1c636cf0bdd: Layer already exists [2023-03-01T19:42:08.795Z] d8ae8852dc26: Layer already exists [2023-03-01T19:42:08.795Z] 97fbdbf340bc: Layer already exists [2023-03-01T19:42:08.795Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:08.795Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:09.061Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:09.407Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:09.736Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-01T19:42:09.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-01T19:42:09.736Z] 97fbdbf340bc: Preparing [2023-03-01T19:42:09.736Z] f1c636cf0bdd: Preparing [2023-03-01T19:42:09.736Z] f68074318f2b: Preparing [2023-03-01T19:42:09.736Z] d8ae8852dc26: Preparing [2023-03-01T19:42:09.736Z] 5b2b73400e56: Preparing [2023-03-01T19:42:09.736Z] 8731a35c0d01: Preparing [2023-03-01T19:42:09.736Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:09.736Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:09.736Z] 8731a35c0d01: Waiting [2023-03-01T19:42:09.736Z] f1c636cf0bdd: Layer already exists [2023-03-01T19:42:09.736Z] 5b2b73400e56: Layer already exists [2023-03-01T19:42:09.736Z] f68074318f2b: Layer already exists [2023-03-01T19:42:09.736Z] d8ae8852dc26: Layer already exists [2023-03-01T19:42:09.736Z] 97fbdbf340bc: Layer already exists [2023-03-01T19:42:09.736Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:09.736Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:10.002Z] main: digest: sha256:c8cdc6019278d0c8b63ea243e10224044b2629eda15699ca0fc4c5b6c984b967 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:42:10.041Z] ===================================================== [Pipeline] echo [2023-03-01T19:42:10.047Z] taggedImages: [2023-03-01T19:42:10.047Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:10.047Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-01T19:42:10.047Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.74 [2023-03-01T19:42:10.047Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:10.047Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-01T19:42:10.061Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-01T19:42:10.061Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:10.061Z] latest [2023-03-01T19:42:10.061Z] 3.0.0-dev.74 [2023-03-01T19:42:10.061Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:10.061Z] main [2023-03-01T19:42:10.061Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:10.391Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:14.043Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:14.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-01T19:42:14.043Z] 4bbf7688b60c: Preparing [2023-03-01T19:42:14.043Z] edea37e26b12: Preparing [2023-03-01T19:42:14.043Z] 9564bf17b2b5: Preparing [2023-03-01T19:42:14.043Z] c966ae24d48c: Preparing [2023-03-01T19:42:14.043Z] 4914ccdd1a9e: Preparing [2023-03-01T19:42:14.043Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:14.043Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:14.308Z] 9564bf17b2b5: Pushed [2023-03-01T19:42:14.308Z] 4bbf7688b60c: Pushed [2023-03-01T19:42:14.308Z] edea37e26b12: Pushed [2023-03-01T19:42:14.308Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:14.885Z] 4914ccdd1a9e: Pushed [2023-03-01T19:42:29.841Z] c966ae24d48c: Pushed [2023-03-01T19:42:29.841Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:30.170Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:30.538Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-01T19:42:30.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-01T19:42:30.538Z] 4bbf7688b60c: Preparing [2023-03-01T19:42:30.538Z] edea37e26b12: Preparing [2023-03-01T19:42:30.538Z] 9564bf17b2b5: Preparing [2023-03-01T19:42:30.538Z] c966ae24d48c: Preparing [2023-03-01T19:42:30.538Z] 4914ccdd1a9e: Preparing [2023-03-01T19:42:30.538Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:30.538Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:30.538Z] 9564bf17b2b5: Layer already exists [2023-03-01T19:42:30.538Z] c966ae24d48c: Layer already exists [2023-03-01T19:42:30.538Z] 4914ccdd1a9e: Layer already exists [2023-03-01T19:42:30.538Z] edea37e26b12: Layer already exists [2023-03-01T19:42:30.538Z] 4bbf7688b60c: Layer already exists [2023-03-01T19:42:30.538Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:30.808Z] latest: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:31.159Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:31.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.74 [2023-03-01T19:42:31.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-01T19:42:31.501Z] 4bbf7688b60c: Preparing [2023-03-01T19:42:31.501Z] edea37e26b12: Preparing [2023-03-01T19:42:31.501Z] 9564bf17b2b5: Preparing [2023-03-01T19:42:31.501Z] c966ae24d48c: Preparing [2023-03-01T19:42:31.501Z] 4914ccdd1a9e: Preparing [2023-03-01T19:42:31.501Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:31.501Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:31.501Z] c966ae24d48c: Layer already exists [2023-03-01T19:42:31.501Z] 4bbf7688b60c: Layer already exists [2023-03-01T19:42:31.501Z] 4914ccdd1a9e: Layer already exists [2023-03-01T19:42:31.501Z] 9564bf17b2b5: Layer already exists [2023-03-01T19:42:31.501Z] edea37e26b12: Layer already exists [2023-03-01T19:42:31.501Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:31.770Z] 3.0.0-dev.74: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:32.110Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:32.437Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:32.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-01T19:42:32.437Z] 4bbf7688b60c: Preparing [2023-03-01T19:42:32.437Z] edea37e26b12: Preparing [2023-03-01T19:42:32.437Z] 9564bf17b2b5: Preparing [2023-03-01T19:42:32.437Z] c966ae24d48c: Preparing [2023-03-01T19:42:32.437Z] 4914ccdd1a9e: Preparing [2023-03-01T19:42:32.437Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:32.437Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:32.437Z] edea37e26b12: Layer already exists [2023-03-01T19:42:32.437Z] 4914ccdd1a9e: Layer already exists [2023-03-01T19:42:32.437Z] 9564bf17b2b5: Layer already exists [2023-03-01T19:42:32.437Z] c966ae24d48c: Layer already exists [2023-03-01T19:42:32.437Z] 4bbf7688b60c: Layer already exists [2023-03-01T19:42:32.437Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:32.437Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:32.764Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:33.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-01T19:42:33.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-01T19:42:33.094Z] 4bbf7688b60c: Preparing [2023-03-01T19:42:33.094Z] edea37e26b12: Preparing [2023-03-01T19:42:33.094Z] 9564bf17b2b5: Preparing [2023-03-01T19:42:33.094Z] c966ae24d48c: Preparing [2023-03-01T19:42:33.094Z] 4914ccdd1a9e: Preparing [2023-03-01T19:42:33.094Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:33.094Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:33.094Z] 4bbf7688b60c: Layer already exists [2023-03-01T19:42:33.094Z] 9564bf17b2b5: Layer already exists [2023-03-01T19:42:33.094Z] c966ae24d48c: Layer already exists [2023-03-01T19:42:33.094Z] edea37e26b12: Layer already exists [2023-03-01T19:42:33.094Z] 4914ccdd1a9e: Layer already exists [2023-03-01T19:42:33.094Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:33.094Z] main: digest: sha256:d293ab0cd2d555c2f1ec647e607db7771039b438034936a222e205b2e4cc7077 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:42:33.399Z] ===================================================== [Pipeline] echo [2023-03-01T19:42:33.404Z] taggedImages: [2023-03-01T19:42:33.404Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:33.404Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-01T19:42:33.404Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.74 [2023-03-01T19:42:33.404Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:33.404Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-01T19:42:33.418Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-01T19:42:33.418Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:33.418Z] latest [2023-03-01T19:42:33.418Z] 3.0.0-dev.74 [2023-03-01T19:42:33.418Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:33.418Z] main [2023-03-01T19:42:33.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:33.738Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:34.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:34.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-01T19:42:34.061Z] 988a4a7a4ac4: Preparing [2023-03-01T19:42:34.061Z] 199fff7e52cd: Preparing [2023-03-01T19:42:34.061Z] fd95e75fe595: Preparing [2023-03-01T19:42:34.061Z] 49615bed22f4: Preparing [2023-03-01T19:42:34.061Z] 8731a35c0d01: Preparing [2023-03-01T19:42:34.061Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:34.061Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:34.061Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:34.061Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:34.325Z] fd95e75fe595: Pushed [2023-03-01T19:42:34.325Z] 988a4a7a4ac4: Pushed [2023-03-01T19:42:34.325Z] 199fff7e52cd: Pushed [2023-03-01T19:42:52.499Z] 49615bed22f4: Pushed [2023-03-01T19:42:52.499Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:52.834Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:53.179Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-01T19:42:53.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-01T19:42:53.179Z] 988a4a7a4ac4: Preparing [2023-03-01T19:42:53.179Z] 199fff7e52cd: Preparing [2023-03-01T19:42:53.179Z] fd95e75fe595: Preparing [2023-03-01T19:42:53.179Z] 49615bed22f4: Preparing [2023-03-01T19:42:53.179Z] 8731a35c0d01: Preparing [2023-03-01T19:42:53.179Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:53.179Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:53.179Z] fd95e75fe595: Layer already exists [2023-03-01T19:42:53.179Z] 49615bed22f4: Layer already exists [2023-03-01T19:42:53.179Z] 988a4a7a4ac4: Layer already exists [2023-03-01T19:42:53.179Z] 199fff7e52cd: Layer already exists [2023-03-01T19:42:53.179Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:53.179Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:53.444Z] latest: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:53.797Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:54.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.74 [2023-03-01T19:42:54.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-01T19:42:54.137Z] 988a4a7a4ac4: Preparing [2023-03-01T19:42:54.137Z] 199fff7e52cd: Preparing [2023-03-01T19:42:54.137Z] fd95e75fe595: Preparing [2023-03-01T19:42:54.137Z] 49615bed22f4: Preparing [2023-03-01T19:42:54.137Z] 8731a35c0d01: Preparing [2023-03-01T19:42:54.137Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:54.137Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:54.137Z] 199fff7e52cd: Layer already exists [2023-03-01T19:42:54.137Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:54.137Z] fd95e75fe595: Layer already exists [2023-03-01T19:42:54.137Z] 49615bed22f4: Layer already exists [2023-03-01T19:42:54.137Z] 988a4a7a4ac4: Layer already exists [2023-03-01T19:42:54.137Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:54.402Z] 3.0.0-dev.74: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:54.749Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:55.083Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:55.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-01T19:42:55.083Z] 988a4a7a4ac4: Preparing [2023-03-01T19:42:55.083Z] 199fff7e52cd: Preparing [2023-03-01T19:42:55.083Z] fd95e75fe595: Preparing [2023-03-01T19:42:55.083Z] 49615bed22f4: Preparing [2023-03-01T19:42:55.083Z] 8731a35c0d01: Preparing [2023-03-01T19:42:55.083Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:55.083Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:55.083Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:55.083Z] 988a4a7a4ac4: Layer already exists [2023-03-01T19:42:55.083Z] 199fff7e52cd: Layer already exists [2023-03-01T19:42:55.083Z] fd95e75fe595: Layer already exists [2023-03-01T19:42:55.084Z] 49615bed22f4: Layer already exists [2023-03-01T19:42:55.084Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:55.084Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:55.427Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:55.763Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-01T19:42:55.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-01T19:42:55.763Z] 988a4a7a4ac4: Preparing [2023-03-01T19:42:55.763Z] 199fff7e52cd: Preparing [2023-03-01T19:42:55.763Z] fd95e75fe595: Preparing [2023-03-01T19:42:55.763Z] 49615bed22f4: Preparing [2023-03-01T19:42:55.763Z] 8731a35c0d01: Preparing [2023-03-01T19:42:55.763Z] a8cfdf0cc8ec: Preparing [2023-03-01T19:42:55.763Z] a8cfdf0cc8ec: Waiting [2023-03-01T19:42:55.763Z] fd95e75fe595: Layer already exists [2023-03-01T19:42:55.763Z] 8731a35c0d01: Layer already exists [2023-03-01T19:42:55.763Z] 988a4a7a4ac4: Layer already exists [2023-03-01T19:42:55.763Z] 199fff7e52cd: Layer already exists [2023-03-01T19:42:55.763Z] 49615bed22f4: Layer already exists [2023-03-01T19:42:55.763Z] a8cfdf0cc8ec: Layer already exists [2023-03-01T19:42:55.763Z] main: digest: sha256:304fcd15178baf16c5da644cafc0c9291398786d5d3546c33824c13c04ff3d26 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:42:56.062Z] ===================================================== [Pipeline] echo [2023-03-01T19:42:56.067Z] taggedImages: [2023-03-01T19:42:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-01T19:42:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.74 [2023-03-01T19:42:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:56.067Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-01T19:42:56.081Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-01T19:42:56.081Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:56.081Z] latest [2023-03-01T19:42:56.081Z] 3.0.0-dev.74 [2023-03-01T19:42:56.081Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:42:56.081Z] main [2023-03-01T19:42:56.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:56.414Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:42:56.744Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:42:56.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-01T19:42:56.744Z] bb3b3559a7c8: Preparing [2023-03-01T19:42:56.744Z] 2a5661fa1875: Preparing [2023-03-01T19:42:56.744Z] a7fc30cfd213: Preparing [2023-03-01T19:42:56.744Z] cb1ae61f20c7: Preparing [2023-03-01T19:42:56.744Z] f70ee36035b9: Preparing [2023-03-01T19:42:56.744Z] f70ee36035b9: Layer already exists [2023-03-01T19:42:56.744Z] a7fc30cfd213: Layer already exists [2023-03-01T19:42:57.008Z] bb3b3559a7c8: Pushed [2023-03-01T19:42:57.271Z] cb1ae61f20c7: Pushed [2023-03-01T19:43:02.606Z] 2a5661fa1875: Pushed [2023-03-01T19:43:02.606Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:02.952Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:03.280Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-01T19:43:03.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-01T19:43:03.280Z] bb3b3559a7c8: Preparing [2023-03-01T19:43:03.280Z] 2a5661fa1875: Preparing [2023-03-01T19:43:03.280Z] a7fc30cfd213: Preparing [2023-03-01T19:43:03.280Z] cb1ae61f20c7: Preparing [2023-03-01T19:43:03.280Z] f70ee36035b9: Preparing [2023-03-01T19:43:03.280Z] bb3b3559a7c8: Layer already exists [2023-03-01T19:43:03.280Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:03.280Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:03.280Z] cb1ae61f20c7: Layer already exists [2023-03-01T19:43:03.280Z] 2a5661fa1875: Layer already exists [2023-03-01T19:43:03.545Z] latest: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:03.875Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:04.211Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.74 [2023-03-01T19:43:04.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-01T19:43:04.212Z] bb3b3559a7c8: Preparing [2023-03-01T19:43:04.212Z] 2a5661fa1875: Preparing [2023-03-01T19:43:04.212Z] a7fc30cfd213: Preparing [2023-03-01T19:43:04.212Z] cb1ae61f20c7: Preparing [2023-03-01T19:43:04.212Z] f70ee36035b9: Preparing [2023-03-01T19:43:04.212Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:04.212Z] 2a5661fa1875: Layer already exists [2023-03-01T19:43:04.212Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:04.212Z] bb3b3559a7c8: Layer already exists [2023-03-01T19:43:04.212Z] cb1ae61f20c7: Layer already exists [2023-03-01T19:43:04.212Z] 3.0.0-dev.74: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:04.553Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:04.890Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:43:04.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-01T19:43:04.890Z] bb3b3559a7c8: Preparing [2023-03-01T19:43:04.890Z] 2a5661fa1875: Preparing [2023-03-01T19:43:04.890Z] a7fc30cfd213: Preparing [2023-03-01T19:43:04.890Z] cb1ae61f20c7: Preparing [2023-03-01T19:43:04.890Z] f70ee36035b9: Preparing [2023-03-01T19:43:04.890Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:04.890Z] 2a5661fa1875: Layer already exists [2023-03-01T19:43:04.890Z] bb3b3559a7c8: Layer already exists [2023-03-01T19:43:04.890Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:04.890Z] cb1ae61f20c7: Layer already exists [2023-03-01T19:43:04.890Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:05.227Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:05.550Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-01T19:43:05.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-01T19:43:05.550Z] bb3b3559a7c8: Preparing [2023-03-01T19:43:05.550Z] 2a5661fa1875: Preparing [2023-03-01T19:43:05.550Z] a7fc30cfd213: Preparing [2023-03-01T19:43:05.550Z] cb1ae61f20c7: Preparing [2023-03-01T19:43:05.550Z] f70ee36035b9: Preparing [2023-03-01T19:43:05.550Z] cb1ae61f20c7: Layer already exists [2023-03-01T19:43:05.550Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:05.550Z] 2a5661fa1875: Layer already exists [2023-03-01T19:43:05.550Z] bb3b3559a7c8: Layer already exists [2023-03-01T19:43:05.550Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:05.550Z] main: digest: sha256:677ac24d2eb280ff53e899a3da3bb3e5736d0983cf7de7f41a491b81a80f5295 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:43:05.855Z] ===================================================== [Pipeline] echo [2023-03-01T19:43:05.861Z] taggedImages: [2023-03-01T19:43:05.861Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:43:05.861Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-01T19:43:05.861Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.74 [2023-03-01T19:43:05.861Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:43:05.861Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-01T19:43:05.875Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-01T19:43:05.875Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:43:05.875Z] latest [2023-03-01T19:43:05.875Z] 3.0.0-dev.74 [2023-03-01T19:43:05.875Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:43:05.875Z] main [2023-03-01T19:43:05.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:06.209Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:06.537Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:43:06.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-01T19:43:06.538Z] a380bc5aea99: Preparing [2023-03-01T19:43:06.538Z] 276f60c83ce8: Preparing [2023-03-01T19:43:06.538Z] a7fc30cfd213: Preparing [2023-03-01T19:43:06.538Z] cc855f6051b8: Preparing [2023-03-01T19:43:06.538Z] f70ee36035b9: Preparing [2023-03-01T19:43:06.538Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:06.538Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:06.538Z] cc855f6051b8: Layer already exists [2023-03-01T19:43:06.803Z] a380bc5aea99: Pushed [2023-03-01T19:43:13.439Z] 276f60c83ce8: Pushed [2023-03-01T19:43:13.439Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:13.770Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:14.109Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-01T19:43:14.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-01T19:43:14.109Z] a380bc5aea99: Preparing [2023-03-01T19:43:14.109Z] 276f60c83ce8: Preparing [2023-03-01T19:43:14.109Z] a7fc30cfd213: Preparing [2023-03-01T19:43:14.109Z] cc855f6051b8: Preparing [2023-03-01T19:43:14.109Z] f70ee36035b9: Preparing [2023-03-01T19:43:14.109Z] a380bc5aea99: Layer already exists [2023-03-01T19:43:14.109Z] cc855f6051b8: Layer already exists [2023-03-01T19:43:14.109Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:14.109Z] 276f60c83ce8: Layer already exists [2023-03-01T19:43:14.109Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:14.109Z] latest: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:14.456Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:14.791Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.74 [2023-03-01T19:43:14.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-01T19:43:14.791Z] a380bc5aea99: Preparing [2023-03-01T19:43:14.791Z] 276f60c83ce8: Preparing [2023-03-01T19:43:14.791Z] a7fc30cfd213: Preparing [2023-03-01T19:43:14.791Z] cc855f6051b8: Preparing [2023-03-01T19:43:14.791Z] f70ee36035b9: Preparing [2023-03-01T19:43:14.791Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:14.791Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:14.791Z] cc855f6051b8: Layer already exists [2023-03-01T19:43:14.791Z] 276f60c83ce8: Layer already exists [2023-03-01T19:43:14.791Z] a380bc5aea99: Layer already exists [2023-03-01T19:43:14.791Z] 3.0.0-dev.74: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:15.132Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:15.459Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:43:15.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-01T19:43:15.459Z] a380bc5aea99: Preparing [2023-03-01T19:43:15.459Z] 276f60c83ce8: Preparing [2023-03-01T19:43:15.459Z] a7fc30cfd213: Preparing [2023-03-01T19:43:15.459Z] cc855f6051b8: Preparing [2023-03-01T19:43:15.459Z] f70ee36035b9: Preparing [2023-03-01T19:43:15.459Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:15.459Z] cc855f6051b8: Layer already exists [2023-03-01T19:43:15.459Z] a380bc5aea99: Layer already exists [2023-03-01T19:43:15.459Z] 276f60c83ce8: Layer already exists [2023-03-01T19:43:15.459Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:15.459Z] 8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:15.802Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:16.132Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-01T19:43:16.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-01T19:43:16.132Z] a380bc5aea99: Preparing [2023-03-01T19:43:16.132Z] 276f60c83ce8: Preparing [2023-03-01T19:43:16.132Z] a7fc30cfd213: Preparing [2023-03-01T19:43:16.132Z] cc855f6051b8: Preparing [2023-03-01T19:43:16.132Z] f70ee36035b9: Preparing [2023-03-01T19:43:16.132Z] f70ee36035b9: Layer already exists [2023-03-01T19:43:16.132Z] a7fc30cfd213: Layer already exists [2023-03-01T19:43:16.132Z] a380bc5aea99: Layer already exists [2023-03-01T19:43:16.132Z] 276f60c83ce8: Layer already exists [2023-03-01T19:43:16.132Z] cc855f6051b8: Layer already exists [2023-03-01T19:43:16.132Z] main: digest: sha256:9a5adf396fb4e86c3a3d28a5959eb6e8eee89b1d103df72b6d1756def556298a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T19:43:16.171Z] ===================================================== [Pipeline] echo [2023-03-01T19:43:16.176Z] taggedImages: [2023-03-01T19:43:16.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc [2023-03-01T19:43:16.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-01T19:43:16.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.74 [2023-03-01T19:43:16.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8aa10c1497df1eea7ec4785a9c01b401f72abbbc-3.0.0-dev.74 [2023-03-01T19:43:16.176Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:16.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T19:43:16.517Z] [2023-03-01T19:43:16.517Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:16.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T19:43:16.836Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-01T19:43:16.836Z] 8998bd30e6a1: Pulling fs layer [2023-03-01T19:43:16.836Z] 04944245beec: Pulling fs layer [2023-03-01T19:43:16.836Z] 699f458cf7ca: Pulling fs layer [2023-03-01T19:43:16.836Z] 765212b225bb: Pulling fs layer [2023-03-01T19:43:16.836Z] f23df028b6ca: Pulling fs layer [2023-03-01T19:43:16.836Z] d65c8cfc05b1: Pulling fs layer [2023-03-01T19:43:16.836Z] 2437ff75d9bd: Pulling fs layer [2023-03-01T19:43:16.836Z] f23df028b6ca: Waiting [2023-03-01T19:43:16.836Z] d65c8cfc05b1: Waiting [2023-03-01T19:43:16.836Z] 2437ff75d9bd: Waiting [2023-03-01T19:43:16.836Z] 765212b225bb: Waiting [2023-03-01T19:43:17.102Z] 04944245beec: Verifying Checksum [2023-03-01T19:43:17.102Z] 04944245beec: Download complete [2023-03-01T19:43:17.102Z] 765212b225bb: Download complete [2023-03-01T19:43:17.102Z] f23df028b6ca: Verifying Checksum [2023-03-01T19:43:17.102Z] f23df028b6ca: Download complete [2023-03-01T19:43:17.369Z] d65c8cfc05b1: Verifying Checksum [2023-03-01T19:43:17.369Z] d65c8cfc05b1: Download complete [2023-03-01T19:43:17.369Z] 699f458cf7ca: Verifying Checksum [2023-03-01T19:43:17.369Z] 699f458cf7ca: Download complete [2023-03-01T19:43:17.633Z] 8998bd30e6a1: Verifying Checksum [2023-03-01T19:43:17.633Z] 8998bd30e6a1: Download complete [2023-03-01T19:43:20.206Z] 2437ff75d9bd: Verifying Checksum [2023-03-01T19:43:20.206Z] 2437ff75d9bd: Download complete [2023-03-01T19:43:22.147Z] 8998bd30e6a1: Pull complete [2023-03-01T19:43:22.147Z] 04944245beec: Pull complete [2023-03-01T19:43:23.551Z] 699f458cf7ca: Pull complete [2023-03-01T19:43:23.816Z] 765212b225bb: Pull complete [2023-03-01T19:43:24.397Z] f23df028b6ca: Pull complete [2023-03-01T19:43:24.663Z] d65c8cfc05b1: Pull complete [2023-03-01T19:43:40.300Z] 2437ff75d9bd: Pull complete [2023-03-01T19:43:40.300Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-01T19:43:40.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T19:43:40.300Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:43:40.480Z] prd-ubuntu20.04-docker-arm64-4c-16g-8012 does not seem to be running inside a container [2023-03-01T19:43:40.530Z] $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@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:arm64 cat [2023-03-01T19:43:43.401Z] $ docker top 07c184d7d904666705de27dbab8aa2e0153c02b3b342331928be87ecd29431fc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:43:44.317Z] ---> job-cost.sh [2023-03-01T19:43:44.317Z] lf-activate-venv: SKIPPING [2023-03-01T19:43:44.317Z] INFO: No Stack... [2023-03-01T19:43:44.582Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-01T19:43:45.536Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T19:43:46.167Z] + cat /w/workspace/edgex-go/435/archives/cost.csv [2023-03-01T19:43:46.167Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T19:43:46.237Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] [2023-03-01T19:43:46.245Z] Resource [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] did not exist. Created. [2023-03-01T19:43:46.246Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T19:43:46.568Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-01T19:43:47.313Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T19:43:47.323Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-435-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T19:43:47.335Z] $ docker stop --time=1 07c184d7d904666705de27dbab8aa2e0153c02b3b342331928be87ecd29431fc [2023-03-01T19:43:48.873Z] $ docker rm -f --volumes 07c184d7d904666705de27dbab8aa2e0153c02b3b342331928be87ecd29431fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-01T19:43:49.315Z] provisioning config files... [2023-03-01T19:43:49.322Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/435@tmp/config15571470954568707494tmp [Pipeline] { [Pipeline] sh [2023-03-01T19:43:49.607Z] + set +x [2023-03-01T19:43:49.607Z] + curl -s https://codecov.io/bash [2023-03-01T19:43:49.607Z] + bash -s -- [2023-03-01T19:43:49.607Z] [2023-03-01T19:43:49.607Z] _____ _ [2023-03-01T19:43:49.607Z] / ____| | | [2023-03-01T19:43:49.607Z] | | ___ __| | ___ ___ _____ __ [2023-03-01T19:43:49.607Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-01T19:43:49.607Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-01T19:43:49.607Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-01T19:43:49.607Z] Bash-1.0.6 [2023-03-01T19:43:49.607Z] [2023-03-01T19:43:49.607Z] [2023-03-01T19:43:49.607Z] ==> git version 2.25.1 found [2023-03-01T19:43:49.607Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-01T19:43:49.607Z] Release-Date: 2020-01-08 [2023-03-01T19:43:49.607Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-01T19:43:49.607Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-01T19:43:49.607Z] ==> Jenkins CI detected. [2023-03-01T19:43:49.607Z] current dir:  /w/workspace/edgex-go/435 [2023-03-01T19:43:49.607Z] project root: . [2023-03-01T19:43:49.607Z] --> token set from env [2023-03-01T19:43:49.607Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-01T19:43:49.607Z] ==> Running gcov in . (disable via -X gcov) [2023-03-01T19:43:49.607Z] ==> Python coveragepy not found [2023-03-01T19:43:49.607Z] ==> Searching for coverage reports in: [2023-03-01T19:43:49.607Z] + . [2023-03-01T19:43:49.607Z] -> Found 1 reports [2023-03-01T19:43:49.607Z] ==> Detecting git/mercurial file structure [2023-03-01T19:43:49.866Z] ==> Reading reports [2023-03-01T19:43:49.866Z] + ./coverage.out bytes=487670 [2023-03-01T19:43:49.866Z] ==> Appending adjustments [2023-03-01T19:43:49.866Z] https://docs.codecov.io/docs/fixing-reports [2023-03-01T19:43:50.801Z] + Found adjustments [2023-03-01T19:43:50.801Z] ==> Gzipping contents [2023-03-01T19:43:51.059Z] 64K /tmp/codecov.aPh5pI.gz [2023-03-01T19:43:51.059Z] ==> Uploading reports [2023-03-01T19:43:51.059Z] url: https://codecov.io [2023-03-01T19:43:51.059Z] query: branch=main&commit=8aa10c1497df1eea7ec4785a9c01b401f72abbbc&build=435&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F435%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T19:43:51.059Z] -> Pinging Codecov [2023-03-01T19:43:51.059Z] 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=8aa10c1497df1eea7ec4785a9c01b401f72abbbc&build=435&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F435%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T19:43:51.059Z] -> Uploading to [2023-03-01T19:43:51.059Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-01/00271124DB129430A58F1EEE437C3FCB/8aa10c1497df1eea7ec4785a9c01b401f72abbbc/47c191d6-0462-4b91-b7f3-fb7c2068f1fd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T194350Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=798a8959583c4c33fbe33a56e90b5436dcb1925e7d88d4cf33090539c4e9c761 [2023-03-01T19:43:51.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T19:43:51.059Z] Dload Upload Total Spent Left Speed [2023-03-01T19:43:51.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63091 0 0 100 63091 0 179k --:--:-- --:--:-- --:--:-- 180k [2023-03-01T19:43:51.626Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8aa10c1497df1eea7ec4785a9c01b401f72abbbc [Pipeline] } [2023-03-01T19:43:51.632Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-01T19:43:51.834Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-01T19:43:51.843Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:52.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T19:43:52.138Z] [2023-03-01T19:43:52.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:43:52.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T19:43:52.434Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-01T19:43:52.434Z] df9b9388f04a: Pulling fs layer [2023-03-01T19:43:52.434Z] 52dc419b0ee2: Pulling fs layer [2023-03-01T19:43:52.434Z] 25bc292e5bac: Pulling fs layer [2023-03-01T19:43:52.434Z] 114826534d7a: Pulling fs layer [2023-03-01T19:43:52.434Z] 4657fd5d0bcf: Pulling fs layer [2023-03-01T19:43:52.434Z] 6ad1cebc031e: Pulling fs layer [2023-03-01T19:43:52.434Z] 8a3aa393b2d8: Pulling fs layer [2023-03-01T19:43:52.434Z] 114826534d7a: Waiting [2023-03-01T19:43:52.434Z] 4657fd5d0bcf: Waiting [2023-03-01T19:43:52.434Z] 8a3aa393b2d8: Waiting [2023-03-01T19:43:52.434Z] 6ad1cebc031e: Waiting [2023-03-01T19:43:52.434Z] 25bc292e5bac: Verifying Checksum [2023-03-01T19:43:52.434Z] 25bc292e5bac: Download complete [2023-03-01T19:43:52.434Z] 52dc419b0ee2: Verifying Checksum [2023-03-01T19:43:52.434Z] 52dc419b0ee2: Download complete [2023-03-01T19:43:52.434Z] 4657fd5d0bcf: Verifying Checksum [2023-03-01T19:43:52.434Z] 4657fd5d0bcf: Download complete [2023-03-01T19:43:52.434Z] df9b9388f04a: Download complete [2023-03-01T19:43:52.694Z] df9b9388f04a: Pull complete [2023-03-01T19:43:52.694Z] 6ad1cebc031e: Verifying Checksum [2023-03-01T19:43:52.694Z] 6ad1cebc031e: Download complete [2023-03-01T19:43:52.694Z] 52dc419b0ee2: Pull complete [2023-03-01T19:43:52.952Z] 25bc292e5bac: Pull complete [2023-03-01T19:43:53.519Z] 114826534d7a: Verifying Checksum [2023-03-01T19:43:53.519Z] 114826534d7a: Download complete [2023-03-01T19:43:53.519Z] 8a3aa393b2d8: Verifying Checksum [2023-03-01T19:43:53.519Z] 8a3aa393b2d8: Download complete [2023-03-01T19:43:56.800Z] 114826534d7a: Pull complete [2023-03-01T19:43:57.058Z] 4657fd5d0bcf: Pull complete [2023-03-01T19:43:57.315Z] 6ad1cebc031e: Pull complete [2023-03-01T19:44:00.597Z] 8a3aa393b2d8: Pull complete [2023-03-01T19:44:00.597Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-01T19:44:00.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T19:44:00.597Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:44:00.672Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:44:00.695Z] $ 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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-01T19:44:05.055Z] $ docker top c95d9b325e9dad2ea3d0e209a0bbb61ffa82050533320aa77701f1e653a52f89 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-01T19:44:05.135Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-01T19:44:05.413Z] + set -o pipefail [2023-03-01T19:44:05.413Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-01T19:44:11.995Z] [2023-03-01T19:44:11.995Z] Monitoring /w/workspace/edgex-go/435 (github.com/edgexfoundry/edgex-go)... [2023-03-01T19:44:11.995Z] [2023-03-01T19:44:11.995Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/c62a4002-7041-4a0a-afa2-89616085c7f2 [2023-03-01T19:44:11.995Z] [2023-03-01T19:44:11.995Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-01T19:44:11.995Z] [2023-03-01T19:44:11.995Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-01T19:44:11.995Z] [2023-03-01T19:44:11.995Z] [2023-03-01T19:44:11.995Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-01T19:44:11.995Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-01T19:44:11.995Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-01T19:44:12.001Z] $ docker stop --time=1 c95d9b325e9dad2ea3d0e209a0bbb61ffa82050533320aa77701f1e653a52f89 [2023-03-01T19:44:15.084Z] $ docker rm -f --volumes c95d9b325e9dad2ea3d0e209a0bbb61ffa82050533320aa77701f1e653a52f89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-01T19:44:15.434Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T19:44:15.445Z] provisioning config files... [2023-03-01T19:44:15.454Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/435@tmp/config6000201722300609963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:44:15.749Z] --> edgex-publish-swagger.sh [2023-03-01T19:44:15.749Z] === Publish openapi/v3 API === [2023-03-01T19:44:15.749Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-01T19:44:15.749Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/435/openapi/v3/core-command.yaml] [2023-03-01T19:44:15.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T19:44:15.749Z] Dload Upload Total Spent Left Speed [2023-03-01T19:44:16.317Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 53759 --:--:-- --:--:-- --:--:-- 53659 100 29030 0 0 100 29030 0 53759 --:--:-- --:--:-- --:--:-- 53659 [2023-03-01T19:44:16.317Z] [2023-03-01T19:44:16.317Z] [2023-03-01T19:44:16.318Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/435/openapi/v3/core-data.yaml] [2023-03-01T19:44:16.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T19:44:16.318Z] Dload Upload Total Spent Left Speed [2023-03-01T19:44:16.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 121k --:--:-- --:--:-- --:--:-- 121k [2023-03-01T19:44:16.886Z] [2023-03-01T19:44:16.886Z] [2023-03-01T19:44:16.886Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/435/openapi/v3/core-metadata.yaml] [2023-03-01T19:44:16.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T19:44:16.886Z] Dload Upload Total Spent Left Speed [2023-03-01T19:44:17.145Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 281k --:--:-- --:--:-- --:--:-- 280k 100 140k 0 0 100 140k 0 280k --:--:-- --:--:-- --:--:-- 279k [2023-03-01T19:44:17.145Z] [2023-03-01T19:44:17.145Z] [2023-03-01T19:44:17.145Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/435/openapi/v3/support-notifications.yaml] [2023-03-01T19:44:17.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T19:44:17.406Z] Dload Upload Total Spent Left Speed [2023-03-01T19:44:17.665Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 178k --:--:-- --:--:-- --:--:-- 178k [2023-03-01T19:44:17.665Z] [2023-03-01T19:44:17.665Z] [2023-03-01T19:44:17.665Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/435/openapi/v3/support-scheduler.yaml] [2023-03-01T19:44:17.665Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T19:44:17.665Z] Dload Upload Total Spent Left Speed [2023-03-01T19:44:18.233Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 64032 --:--:-- --:--:-- --:--:-- 63911 100 34001 0 0 100 34001 0 64032 --:--:-- --:--:-- --:--:-- 63911 [2023-03-01T19:44:18.233Z] [2023-03-01T19:44:18.233Z] [Pipeline] } [2023-03-01T19:44:18.240Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2023-03-01T19:44:18.622Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T19:44:18.622Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:44:18.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T19:44:18.917Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:44:18.987Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:44:19.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T19:44:19.461Z] $ docker top cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a -eo pid,comm [2023-03-01T19:44:19.511Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-01T19:44:19.511Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T19:44:19.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T19:44:19.544Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T19:44:19.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T19:44:19.646Z] $ docker exec cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a ssh-agent [2023-03-01T19:44:19.763Z] SSH_AUTH_SOCK=/tmp/ssh-MFt4BqcwcW5q/agent.32 [2023-03-01T19:44:19.763Z] SSH_AGENT_PID=38 [2023-03-01T19:44:19.768Z] Running ssh-add (command line suppressed) [2023-03-01T19:44:19.870Z] Identity added: /w/workspace/edgex-go/435@tmp/private_key_7084679668679153972.key (/w/workspace/edgex-go/435@tmp/private_key_7084679668679153972.key) [2023-03-01T19:44:19.889Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T19:44:20.174Z] + git semver tag [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,346 [run_tag] DEBUG tag force:False [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,346 [check_head_tag] DEBUG check head tag [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,349 [execute] INFO git cat-file --batch-check [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,349 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=) [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,353 [execute] INFO git cat-file --batch [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=) [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,409 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,409 [execute] INFO git tag -a v3.0.0-dev.74 -m v3.0.0-dev.74 [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,409 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.74', '-m', 'v3.0.0-dev.74'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=None) [2023-03-01T19:44:20.432Z] 2023-03-01 19:44:20,415 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:44:20.432Z] 3.0.0-dev.74 [Pipeline] } [2023-03-01T19:44:20.693Z] $ docker exec --env ******** --env ******** cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a ssh-agent -k [2023-03-01T19:44:20.805Z] unset SSH_AUTH_SOCK; [2023-03-01T19:44:20.806Z] unset SSH_AGENT_PID; [2023-03-01T19:44:20.810Z] echo Agent pid 38 killed; [2023-03-01T19:44:20.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T19:44:21.115Z] + git semver [Pipeline] } [2023-03-01T19:44:21.377Z] $ docker stop --time=1 cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a [2023-03-01T19:44:22.645Z] $ docker rm -f --volumes cc0e563fdf92bd5f0c5aa74c0091ba10442b4bcff86224890c0914281c45c01a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:44:23.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T19:44:23.039Z] [2023-03-01T19:44:23.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:44:23.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T19:44:23.344Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-01T19:44:23.344Z] ab5ef0e58194: Pulling fs layer [2023-03-01T19:44:23.344Z] 9712f1f96733: Pulling fs layer [2023-03-01T19:44:23.344Z] 63f879dbbcfc: Pulling fs layer [2023-03-01T19:44:23.344Z] 0d9ebad4ef96: Pulling fs layer [2023-03-01T19:44:23.344Z] e9a5061849ea: Pulling fs layer [2023-03-01T19:44:23.344Z] d747dcd14b5f: Pulling fs layer [2023-03-01T19:44:23.344Z] 2de7ff778b66: Pulling fs layer [2023-03-01T19:44:23.344Z] e9a5061849ea: Waiting [2023-03-01T19:44:23.344Z] 0d9ebad4ef96: Waiting [2023-03-01T19:44:23.344Z] 2de7ff778b66: Waiting [2023-03-01T19:44:23.344Z] 9712f1f96733: Verifying Checksum [2023-03-01T19:44:23.344Z] 9712f1f96733: Download complete [2023-03-01T19:44:23.611Z] 63f879dbbcfc: Verifying Checksum [2023-03-01T19:44:23.611Z] 63f879dbbcfc: Download complete [2023-03-01T19:44:24.191Z] 0d9ebad4ef96: Verifying Checksum [2023-03-01T19:44:24.191Z] 0d9ebad4ef96: Download complete [2023-03-01T19:44:24.191Z] ab5ef0e58194: Download complete [2023-03-01T19:44:24.191Z] d747dcd14b5f: Verifying Checksum [2023-03-01T19:44:24.191Z] d747dcd14b5f: Download complete [2023-03-01T19:44:24.191Z] e9a5061849ea: Verifying Checksum [2023-03-01T19:44:24.191Z] e9a5061849ea: Download complete [2023-03-01T19:44:24.191Z] 2de7ff778b66: Verifying Checksum [2023-03-01T19:44:24.191Z] 2de7ff778b66: Download complete [2023-03-01T19:44:26.723Z] ab5ef0e58194: Pull complete [2023-03-01T19:44:26.723Z] 9712f1f96733: Pull complete [2023-03-01T19:44:27.288Z] 63f879dbbcfc: Pull complete [2023-03-01T19:44:31.471Z] 0d9ebad4ef96: Pull complete [2023-03-01T19:44:31.471Z] e9a5061849ea: Pull complete [2023-03-01T19:44:31.471Z] d747dcd14b5f: Pull complete [2023-03-01T19:44:32.038Z] 2de7ff778b66: Pull complete [2023-03-01T19:44:32.038Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-01T19:44:32.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T19:44:32.038Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:44:32.123Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:44:32.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-01T19:44:36.235Z] $ docker top 58efdbd41362df1a979430ed939fbb80e64188c16a424eaafb0547ccff07a583 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-01T19:44:36.316Z] provisioning config files... [2023-03-01T19:44:36.322Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/435@tmp/config11794519632231971002tmp [2023-03-01T19:44:36.332Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/435@tmp/config1326512591444006620tmp [2023-03-01T19:44:36.341Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/435@tmp/config18383357550566967393tmp [Pipeline] { [Pipeline] echo [2023-03-01T19:44:36.355Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:44:36.634Z] ---> sigul-configuration.sh [2023-03-01T19:44:36.634Z] gpg: directory `/root/.gnupg' created [2023-03-01T19:44:36.634Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-01T19:44:36.634Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-01T19:44:36.634Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-01T19:44:36.634Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-01T19:44:36.634Z] gpg: CAST5 encrypted data [2023-03-01T19:44:36.634Z] gpg: encrypted with 1 passphrase [2023-03-01T19:44:36.634Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-01T19:44:36.917Z] + mkdir /home/jenkins [2023-03-01T19:44:36.917Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-01T19:44:37.197Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-01T19:44:37.206Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:44:37.489Z] ---> sigul-install.sh [2023-03-01T19:44:37.489Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-01T19:44:37.772Z] + git tag --list [2023-03-01T19:44:37.772Z] 0.6.0 [2023-03-01T19:44:37.772Z] 0.6.1 [2023-03-01T19:44:37.772Z] 0.7.0 [2023-03-01T19:44:37.772Z] 0.7.1 [2023-03-01T19:44:37.772Z] v1.0.0 [2023-03-01T19:44:37.772Z] v1.0.1 [2023-03-01T19:44:37.772Z] v1.1.0 [2023-03-01T19:44:37.772Z] v1.2.0 [2023-03-01T19:44:37.772Z] v1.2.1 [2023-03-01T19:44:37.772Z] v1.3.0 [2023-03-01T19:44:37.772Z] v1.3.1 [2023-03-01T19:44:37.772Z] v2.0.0 [2023-03-01T19:44:37.772Z] v2.1.0 [2023-03-01T19:44:37.772Z] v2.1.1 [2023-03-01T19:44:37.772Z] v2.1.1-dev.1 [2023-03-01T19:44:37.772Z] v2.1.1-dev.2 [2023-03-01T19:44:37.772Z] v2.1.1-dev.3 [2023-03-01T19:44:37.772Z] v2.1.1-dev.4 [2023-03-01T19:44:37.772Z] v2.1.1-dev.5 [2023-03-01T19:44:37.772Z] v2.1.1-dev.6 [2023-03-01T19:44:37.772Z] v2.1.1-dev.7 [2023-03-01T19:44:37.772Z] v2.1.1-dev.8 [2023-03-01T19:44:37.772Z] v2.1.2-dev.1 [2023-03-01T19:44:37.772Z] v2.2.0 [2023-03-01T19:44:37.772Z] v2.2.1-dev.1 [2023-03-01T19:44:37.773Z] v2.2.1-dev.10 [2023-03-01T19:44:37.773Z] v2.2.1-dev.11 [2023-03-01T19:44:37.773Z] v2.2.1-dev.12 [2023-03-01T19:44:37.773Z] v2.2.1-dev.13 [2023-03-01T19:44:37.773Z] v2.2.1-dev.14 [2023-03-01T19:44:37.773Z] v2.2.1-dev.15 [2023-03-01T19:44:37.773Z] v2.2.1-dev.16 [2023-03-01T19:44:37.773Z] v2.2.1-dev.17 [2023-03-01T19:44:37.773Z] v2.2.1-dev.18 [2023-03-01T19:44:37.773Z] v2.2.1-dev.19 [2023-03-01T19:44:37.773Z] v2.2.1-dev.2 [2023-03-01T19:44:37.773Z] v2.2.1-dev.20 [2023-03-01T19:44:37.773Z] v2.2.1-dev.21 [2023-03-01T19:44:37.773Z] v2.2.1-dev.22 [2023-03-01T19:44:37.773Z] v2.2.1-dev.23 [2023-03-01T19:44:37.773Z] v2.2.1-dev.24 [2023-03-01T19:44:37.773Z] v2.2.1-dev.25 [2023-03-01T19:44:37.773Z] v2.2.1-dev.26 [2023-03-01T19:44:37.773Z] v2.2.1-dev.27 [2023-03-01T19:44:37.773Z] v2.2.1-dev.28 [2023-03-01T19:44:37.773Z] v2.2.1-dev.29 [2023-03-01T19:44:37.773Z] v2.2.1-dev.3 [2023-03-01T19:44:37.773Z] v2.2.1-dev.4 [2023-03-01T19:44:37.773Z] v2.2.1-dev.5 [2023-03-01T19:44:37.773Z] v2.2.1-dev.6 [2023-03-01T19:44:37.773Z] v2.2.1-dev.7 [2023-03-01T19:44:37.773Z] v2.2.1-dev.8 [2023-03-01T19:44:37.773Z] v2.2.1-dev.9 [2023-03-01T19:44:37.773Z] v2.3.0 [2023-03-01T19:44:37.773Z] v2.3.0-dev.100 [2023-03-01T19:44:37.773Z] v2.3.0-dev.101 [2023-03-01T19:44:37.773Z] v2.3.0-dev.102 [2023-03-01T19:44:37.773Z] v2.3.0-dev.103 [2023-03-01T19:44:37.773Z] v2.3.0-dev.104 [2023-03-01T19:44:37.773Z] v2.3.0-dev.105 [2023-03-01T19:44:37.773Z] v2.3.0-dev.106 [2023-03-01T19:44:37.773Z] v2.3.0-dev.29 [2023-03-01T19:44:37.773Z] v2.3.0-dev.30 [2023-03-01T19:44:37.773Z] v2.3.0-dev.31 [2023-03-01T19:44:37.773Z] v2.3.0-dev.32 [2023-03-01T19:44:37.773Z] v2.3.0-dev.33 [2023-03-01T19:44:37.773Z] v2.3.0-dev.34 [2023-03-01T19:44:37.773Z] v2.3.0-dev.35 [2023-03-01T19:44:37.773Z] v2.3.0-dev.36 [2023-03-01T19:44:37.773Z] v2.3.0-dev.37 [2023-03-01T19:44:37.773Z] v2.3.0-dev.38 [2023-03-01T19:44:37.773Z] v2.3.0-dev.39 [2023-03-01T19:44:37.773Z] v2.3.0-dev.40 [2023-03-01T19:44:37.773Z] v2.3.0-dev.41 [2023-03-01T19:44:37.773Z] v2.3.0-dev.42 [2023-03-01T19:44:37.773Z] v2.3.0-dev.43 [2023-03-01T19:44:37.773Z] v2.3.0-dev.44 [2023-03-01T19:44:37.773Z] v2.3.0-dev.45 [2023-03-01T19:44:37.773Z] v2.3.0-dev.46 [2023-03-01T19:44:37.773Z] v2.3.0-dev.47 [2023-03-01T19:44:37.773Z] v2.3.0-dev.48 [2023-03-01T19:44:37.773Z] v2.3.0-dev.49 [2023-03-01T19:44:37.773Z] v2.3.0-dev.50 [2023-03-01T19:44:37.773Z] v2.3.0-dev.51 [2023-03-01T19:44:37.773Z] v2.3.0-dev.52 [2023-03-01T19:44:37.773Z] v2.3.0-dev.53 [2023-03-01T19:44:37.773Z] v2.3.0-dev.54 [2023-03-01T19:44:37.773Z] v2.3.0-dev.55 [2023-03-01T19:44:37.773Z] v2.3.0-dev.56 [2023-03-01T19:44:37.773Z] v2.3.0-dev.57 [2023-03-01T19:44:37.773Z] v2.3.0-dev.58 [2023-03-01T19:44:37.773Z] v2.3.0-dev.59 [2023-03-01T19:44:37.773Z] v2.3.0-dev.60 [2023-03-01T19:44:37.773Z] v2.3.0-dev.61 [2023-03-01T19:44:37.773Z] v2.3.0-dev.62 [2023-03-01T19:44:37.773Z] v2.3.0-dev.63 [2023-03-01T19:44:37.773Z] v2.3.0-dev.64 [2023-03-01T19:44:37.773Z] v2.3.0-dev.65 [2023-03-01T19:44:37.773Z] v2.3.0-dev.66 [2023-03-01T19:44:37.773Z] v2.3.0-dev.67 [2023-03-01T19:44:37.773Z] v2.3.0-dev.68 [2023-03-01T19:44:37.773Z] v2.3.0-dev.69 [2023-03-01T19:44:37.773Z] v2.3.0-dev.70 [2023-03-01T19:44:37.773Z] v2.3.0-dev.71 [2023-03-01T19:44:37.773Z] v2.3.0-dev.72 [2023-03-01T19:44:37.773Z] v2.3.0-dev.73 [2023-03-01T19:44:37.773Z] v2.3.0-dev.74 [2023-03-01T19:44:37.773Z] v2.3.0-dev.75 [2023-03-01T19:44:37.773Z] v2.3.0-dev.76 [2023-03-01T19:44:37.773Z] v2.3.0-dev.77 [2023-03-01T19:44:37.773Z] v2.3.0-dev.78 [2023-03-01T19:44:37.773Z] v2.3.0-dev.79 [2023-03-01T19:44:37.773Z] v2.3.0-dev.80 [2023-03-01T19:44:37.773Z] v2.3.0-dev.81 [2023-03-01T19:44:37.773Z] v2.3.0-dev.82 [2023-03-01T19:44:37.773Z] v2.3.0-dev.83 [2023-03-01T19:44:37.773Z] v2.3.0-dev.84 [2023-03-01T19:44:37.773Z] v2.3.0-dev.85 [2023-03-01T19:44:37.773Z] v2.3.0-dev.86 [2023-03-01T19:44:37.773Z] v2.3.0-dev.87 [2023-03-01T19:44:37.773Z] v2.3.0-dev.88 [2023-03-01T19:44:37.773Z] v2.3.0-dev.89 [2023-03-01T19:44:37.773Z] v2.3.0-dev.90 [2023-03-01T19:44:37.773Z] v2.3.0-dev.91 [2023-03-01T19:44:37.773Z] v2.3.0-dev.92 [2023-03-01T19:44:37.773Z] v2.3.0-dev.93 [2023-03-01T19:44:37.773Z] v2.3.0-dev.94 [2023-03-01T19:44:37.773Z] v2.3.0-dev.95 [2023-03-01T19:44:37.773Z] v2.3.0-dev.96 [2023-03-01T19:44:37.773Z] v2.3.0-dev.97 [2023-03-01T19:44:37.773Z] v2.3.0-dev.98 [2023-03-01T19:44:37.773Z] v2.3.0-dev.99 [2023-03-01T19:44:37.773Z] v2.3.1-dev.1 [2023-03-01T19:44:37.773Z] v2.3.1-dev.2 [2023-03-01T19:44:37.773Z] v2.3.1-dev.3 [2023-03-01T19:44:37.773Z] v2.3.1-dev.4 [2023-03-01T19:44:37.773Z] v2.3.1-dev.5 [2023-03-01T19:44:37.773Z] v3.0.0-dev.1 [2023-03-01T19:44:37.773Z] v3.0.0-dev.10 [2023-03-01T19:44:37.773Z] v3.0.0-dev.11 [2023-03-01T19:44:37.773Z] v3.0.0-dev.12 [2023-03-01T19:44:37.773Z] v3.0.0-dev.13 [2023-03-01T19:44:37.773Z] v3.0.0-dev.14 [2023-03-01T19:44:37.773Z] v3.0.0-dev.15 [2023-03-01T19:44:37.773Z] v3.0.0-dev.16 [2023-03-01T19:44:37.773Z] v3.0.0-dev.17 [2023-03-01T19:44:37.773Z] v3.0.0-dev.18 [2023-03-01T19:44:37.773Z] v3.0.0-dev.19 [2023-03-01T19:44:37.773Z] v3.0.0-dev.2 [2023-03-01T19:44:37.773Z] v3.0.0-dev.20 [2023-03-01T19:44:37.773Z] v3.0.0-dev.21 [2023-03-01T19:44:37.773Z] v3.0.0-dev.22 [2023-03-01T19:44:37.773Z] v3.0.0-dev.23 [2023-03-01T19:44:37.773Z] v3.0.0-dev.24 [2023-03-01T19:44:37.773Z] v3.0.0-dev.25 [2023-03-01T19:44:37.773Z] v3.0.0-dev.26 [2023-03-01T19:44:37.773Z] v3.0.0-dev.27 [2023-03-01T19:44:37.773Z] v3.0.0-dev.28 [2023-03-01T19:44:37.773Z] v3.0.0-dev.29 [2023-03-01T19:44:37.773Z] v3.0.0-dev.3 [2023-03-01T19:44:37.773Z] v3.0.0-dev.30 [2023-03-01T19:44:37.773Z] v3.0.0-dev.31 [2023-03-01T19:44:37.773Z] v3.0.0-dev.32 [2023-03-01T19:44:37.773Z] v3.0.0-dev.33 [2023-03-01T19:44:37.773Z] v3.0.0-dev.34 [2023-03-01T19:44:37.773Z] v3.0.0-dev.35 [2023-03-01T19:44:37.773Z] v3.0.0-dev.36 [2023-03-01T19:44:37.773Z] v3.0.0-dev.37 [2023-03-01T19:44:37.773Z] v3.0.0-dev.38 [2023-03-01T19:44:37.773Z] v3.0.0-dev.39 [2023-03-01T19:44:37.773Z] v3.0.0-dev.4 [2023-03-01T19:44:37.773Z] v3.0.0-dev.40 [2023-03-01T19:44:37.773Z] v3.0.0-dev.41 [2023-03-01T19:44:37.773Z] v3.0.0-dev.42 [2023-03-01T19:44:37.773Z] v3.0.0-dev.43 [2023-03-01T19:44:37.773Z] v3.0.0-dev.44 [2023-03-01T19:44:37.773Z] v3.0.0-dev.45 [2023-03-01T19:44:37.773Z] v3.0.0-dev.46 [2023-03-01T19:44:37.773Z] v3.0.0-dev.47 [2023-03-01T19:44:37.773Z] v3.0.0-dev.48 [2023-03-01T19:44:37.773Z] v3.0.0-dev.49 [2023-03-01T19:44:37.773Z] v3.0.0-dev.5 [2023-03-01T19:44:37.773Z] v3.0.0-dev.50 [2023-03-01T19:44:37.773Z] v3.0.0-dev.51 [2023-03-01T19:44:37.773Z] v3.0.0-dev.52 [2023-03-01T19:44:37.773Z] v3.0.0-dev.53 [2023-03-01T19:44:37.773Z] v3.0.0-dev.54 [2023-03-01T19:44:37.773Z] v3.0.0-dev.55 [2023-03-01T19:44:37.773Z] v3.0.0-dev.56 [2023-03-01T19:44:37.773Z] v3.0.0-dev.57 [2023-03-01T19:44:37.773Z] v3.0.0-dev.58 [2023-03-01T19:44:37.773Z] v3.0.0-dev.59 [2023-03-01T19:44:37.773Z] v3.0.0-dev.6 [2023-03-01T19:44:37.773Z] v3.0.0-dev.60 [2023-03-01T19:44:37.773Z] v3.0.0-dev.61 [2023-03-01T19:44:37.773Z] v3.0.0-dev.62 [2023-03-01T19:44:37.773Z] v3.0.0-dev.63 [2023-03-01T19:44:37.773Z] v3.0.0-dev.64 [2023-03-01T19:44:37.773Z] v3.0.0-dev.65 [2023-03-01T19:44:37.773Z] v3.0.0-dev.66 [2023-03-01T19:44:37.773Z] v3.0.0-dev.67 [2023-03-01T19:44:37.773Z] v3.0.0-dev.68 [2023-03-01T19:44:37.773Z] v3.0.0-dev.69 [2023-03-01T19:44:37.773Z] v3.0.0-dev.7 [2023-03-01T19:44:37.773Z] v3.0.0-dev.70 [2023-03-01T19:44:37.773Z] v3.0.0-dev.71 [2023-03-01T19:44:37.773Z] v3.0.0-dev.72 [2023-03-01T19:44:37.773Z] v3.0.0-dev.73 [2023-03-01T19:44:37.773Z] v3.0.0-dev.74 [2023-03-01T19:44:37.773Z] v3.0.0-dev.8 [2023-03-01T19:44:37.773Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-01T19:44:38.057Z] + lftools sign git-tag v3.0.0-dev.74 [2023-03-01T19:44:38.625Z] Signing Git tag with Sigul... [2023-03-01T19:44:38.625Z] Signing v3.0.0-dev.74 [Pipeline] echo [2023-03-01T19:44:39.199Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:44:39.476Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-01T19:44:39.482Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-01T19:44:39.496Z] $ docker stop --time=1 58efdbd41362df1a979430ed939fbb80e64188c16a424eaafb0547ccff07a583 [2023-03-01T19:44:40.777Z] $ docker rm -f --volumes 58efdbd41362df1a979430ed939fbb80e64188c16a424eaafb0547ccff07a583 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-01T19:44:41.202Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T19:44:41.202Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:44:41.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T19:44:41.496Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:44:41.560Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:44:41.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T19:44:41.920Z] $ docker top de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T19:44:42.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T19:44:42.004Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T19:44:42.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T19:44:42.101Z] $ docker exec de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 ssh-agent [2023-03-01T19:44:42.208Z] SSH_AUTH_SOCK=/tmp/ssh-TDjYnmri6BW6/agent.33 [2023-03-01T19:44:42.208Z] SSH_AGENT_PID=39 [2023-03-01T19:44:42.212Z] Running ssh-add (command line suppressed) [2023-03-01T19:44:42.316Z] Identity added: /w/workspace/edgex-go/435@tmp/private_key_7820017178194486642.key (/w/workspace/edgex-go/435@tmp/private_key_7820017178194486642.key) [2023-03-01T19:44:42.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T19:44:42.622Z] + git semver bump pre [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,805 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,806 [bump_version] DEBUG bumping version:3.0.0-dev.74 on axis:pre with prefix:dev [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,806 [bump_version] DEBUG bumped version:3.0.0-dev.75 [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,806 [write_version] DEBUG write version:3.0.0-dev.75 to path:/w/workspace/edgex-go/435/.semver/main with force:True [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,806 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,806 [write_file] DEBUG write to file:/w/workspace/edgex-go/435/.semver/main [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,808 [execute] INFO git cat-file --batch-check [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,808 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,814 [execute] INFO git cat-file --batch [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T19:44:42.882Z] 2023-03-01 19:44:42,819 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:44:42.882Z] 3.0.0-dev.75 [Pipeline] } [2023-03-01T19:44:42.884Z] $ docker exec --env ******** --env ******** de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 ssh-agent -k [2023-03-01T19:44:42.980Z] unset SSH_AUTH_SOCK; [2023-03-01T19:44:42.980Z] unset SSH_AGENT_PID; [2023-03-01T19:44:42.980Z] echo Agent pid 39 killed; [2023-03-01T19:44:42.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T19:44:43.289Z] + git semver [Pipeline] } [2023-03-01T19:44:43.554Z] $ docker stop --time=1 de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 [2023-03-01T19:44:44.815Z] $ docker rm -f --volumes de69b5e08aafa2ddc6b608f230fdb258782788cabaa5a9bc1192dbeca8ac1fa1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T19:44:45.151Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T19:44:45.151Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:44:45.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T19:44:45.446Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:44:45.511Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:44:45.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T19:44:45.843Z] $ docker top 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T19:44:45.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T19:44:45.930Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T19:44:46.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T19:44:46.029Z] $ docker exec 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde ssh-agent [2023-03-01T19:44:46.134Z] SSH_AUTH_SOCK=/tmp/ssh-8ueetwc7ZZRo/agent.32 [2023-03-01T19:44:46.134Z] SSH_AGENT_PID=38 [2023-03-01T19:44:46.139Z] Running ssh-add (command line suppressed) [2023-03-01T19:44:46.232Z] Identity added: /w/workspace/edgex-go/435@tmp/private_key_11240962025781230131.key (/w/workspace/edgex-go/435@tmp/private_key_11240962025781230131.key) [2023-03-01T19:44:46.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T19:44:46.532Z] + git semver push [2023-03-01T19:44:46.790Z] 2023-03-01 19:44:46,695 [run_push] DEBUG push [2023-03-01T19:44:46.790Z] 2023-03-01 19:44:46,696 [execute] INFO git cat-file --batch-check [2023-03-01T19:44:46.790Z] 2023-03-01 19:44:46,696 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T19:44:46.790Z] 2023-03-01 19:44:46,700 [execute] INFO git rev-list 3223e2bf9f2709fdefbd7b0a5faa7319af59f80e -- [2023-03-01T19:44:46.790Z] 2023-03-01 19:44:46,700 [execute] DEBUG Popen(['git', 'rev-list', '3223e2bf9f2709fdefbd7b0a5faa7319af59f80e', '--'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T19:44:46.790Z] 2023-03-01 19:44:46,717 [execute] INFO git fetch -v origin [2023-03-01T19:44:46.790Z] 2023-03-01 19:44:46,717 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-01T19:44:47.357Z] 2023-03-01 19:44:47,254 [run_push] DEBUG no remote changes detected [2023-03-01T19:44:47.357Z] 2023-03-01 19:44:47,254 [execute] INFO git push origin semver [2023-03-01T19:44:47.357Z] 2023-03-01 19:44:47,255 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/435/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T19:44:48.293Z] 2023-03-01 19:44:48,168 [run_push] DEBUG push all version tags [2023-03-01T19:44:48.293Z] 2023-03-01 19:44:48,168 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-01T19:44:48.293Z] 2023-03-01 19:44:48,169 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/435, universal_newlines=False, shell=None, istream=None) [2023-03-01T19:44:49.229Z] 2023-03-01 19:44:49,079 [read_version] DEBUG read version from /w/workspace/edgex-go/435/.semver/main [2023-03-01T19:44:49.229Z] 3.0.0-dev.75 [Pipeline] } [2023-03-01T19:44:49.232Z] $ docker exec --env ******** --env ******** 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde ssh-agent -k [2023-03-01T19:44:49.322Z] unset SSH_AUTH_SOCK; [2023-03-01T19:44:49.322Z] unset SSH_AGENT_PID; [2023-03-01T19:44:49.322Z] echo Agent pid 38 killed; [2023-03-01T19:44:49.336Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T19:44:49.638Z] + git semver [Pipeline] } [2023-03-01T19:44:49.908Z] $ docker stop --time=1 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde [2023-03-01T19:44:51.186Z] $ docker rm -f --volumes 54a142ae8e79d22c31eb1379c4d7660c92889ccc4dd31fa3253d4ad00c7cfdde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-01T19:44:51.635Z] + [ -d /w/workspace/edgex-go/435/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:44:51.921Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:44:52.778Z] ---> package-listing.sh [2023-03-01T19:44:52.778Z] ++ facter osfamily [2023-03-01T19:44:52.778Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-01T19:44:53.037Z] + OS_FAMILY=debian [2023-03-01T19:44:53.037Z] + workspace=/w/workspace/edgex-go/435 [2023-03-01T19:44:53.037Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-01T19:44:53.037Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-01T19:44:53.037Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-01T19:44:53.037Z] + PACKAGES=/tmp/packages_start.txt [2023-03-01T19:44:53.037Z] + '[' /w/workspace/edgex-go/435 ']' [2023-03-01T19:44:53.037Z] + PACKAGES=/tmp/packages_end.txt [2023-03-01T19:44:53.037Z] + case "${OS_FAMILY}" in [2023-03-01T19:44:53.037Z] + dpkg -l [2023-03-01T19:44:53.037Z] + grep '^ii' [2023-03-01T19:44:53.037Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-01T19:44:53.037Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-01T19:44:53.037Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-01T19:44:53.037Z] + '[' /w/workspace/edgex-go/435 ']' [2023-03-01T19:44:53.037Z] + mkdir -p /w/workspace/edgex-go/435/archives/ [2023-03-01T19:44:53.037Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/435/archives/ [Pipeline] echo [2023-03-01T19:44:53.050Z] 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/435/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-01T19:44:53.330Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:44:53.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T19:44:53.888Z] [2023-03-01T19:44:53.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T19:44:54.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T19:44:54.185Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-01T19:44:54.185Z] 5eb5b503b376: Pulling fs layer [2023-03-01T19:44:54.185Z] 5c69ac0246d0: Pulling fs layer [2023-03-01T19:44:54.185Z] ec43610c2a17: Pulling fs layer [2023-03-01T19:44:54.185Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-01T19:44:54.185Z] 33b1e0a273af: Pulling fs layer [2023-03-01T19:44:54.185Z] 5d3b04190fa2: Pulling fs layer [2023-03-01T19:44:54.185Z] 2f39f015ded8: Pulling fs layer [2023-03-01T19:44:54.185Z] 3a2ae6a8a46f: Waiting [2023-03-01T19:44:54.185Z] 33b1e0a273af: Waiting [2023-03-01T19:44:54.185Z] 5d3b04190fa2: Waiting [2023-03-01T19:44:54.185Z] 2f39f015ded8: Waiting [2023-03-01T19:44:54.185Z] 5c69ac0246d0: Verifying Checksum [2023-03-01T19:44:54.185Z] 5c69ac0246d0: Download complete [2023-03-01T19:44:54.185Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-01T19:44:54.185Z] 3a2ae6a8a46f: Download complete [2023-03-01T19:44:54.445Z] 33b1e0a273af: Verifying Checksum [2023-03-01T19:44:54.445Z] 33b1e0a273af: Download complete [2023-03-01T19:44:54.445Z] ec43610c2a17: Verifying Checksum [2023-03-01T19:44:54.445Z] ec43610c2a17: Download complete [2023-03-01T19:44:54.445Z] 5d3b04190fa2: Verifying Checksum [2023-03-01T19:44:54.445Z] 5d3b04190fa2: Download complete [2023-03-01T19:44:54.445Z] 5eb5b503b376: Verifying Checksum [2023-03-01T19:44:54.445Z] 5eb5b503b376: Download complete [2023-03-01T19:44:55.378Z] 2f39f015ded8: Verifying Checksum [2023-03-01T19:44:55.378Z] 2f39f015ded8: Download complete [2023-03-01T19:44:55.943Z] 5eb5b503b376: Pull complete [2023-03-01T19:44:55.943Z] 5c69ac0246d0: Pull complete [2023-03-01T19:44:56.510Z] ec43610c2a17: Pull complete [2023-03-01T19:44:56.510Z] 3a2ae6a8a46f: Pull complete [2023-03-01T19:44:56.768Z] 33b1e0a273af: Pull complete [2023-03-01T19:44:56.768Z] 5d3b04190fa2: Pull complete [2023-03-01T19:45:02.047Z] 2f39f015ded8: Pull complete [2023-03-01T19:45:02.047Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-01T19:45:02.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T19:45:02.047Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T19:45:02.126Z] prd-ubuntu20.04-docker-8c-8g-8011 does not seem to be running inside a container [2023-03-01T19:45:02.145Z] $ 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/435/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/435 -v /w/workspace/edgex-go/435:/w/workspace/edgex-go/435:rw,z -v /w/workspace/edgex-go/435@tmp:/w/workspace/edgex-go/435@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-01T19:45:05.843Z] $ docker top 0592f87b07b20008080c1d0973f1c5e05100d69c2774a99218332df59be9924e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T19:45:06.230Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-01T19:45:06.544Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-01T19:45:06.847Z] + ls /var/log/sa-host [2023-03-01T19:45:06.848Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T19:45:06.908Z] provisioning config files... [2023-03-01T19:45:06.914Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/435@tmp/config7710910639776021286tmp [Pipeline] { [Pipeline] echo [2023-03-01T19:45:06.927Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:45:07.204Z] ---> create-netrc.sh [Pipeline] } [2023-03-01T19:45:07.210Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:45:07.529Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-01T19:45:07.539Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:45:07.832Z] ---> sudo-logs.sh [2023-03-01T19:45:07.832Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-01T19:45:07.852Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:45:08.128Z] ---> job-cost.sh [2023-03-01T19:45:08.128Z] lf-activate-venv: SKIPPING [2023-03-01T19:45:08.128Z] DEBUG: total: 0.10999999940395355 [2023-03-01T19:45:08.128Z] INFO: Retrieving Stack Cost... [2023-03-01T19:45:08.695Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T19:45:08.953Z] INFO: Archiving Costs [Pipeline] echo [2023-03-01T19:45:08.966Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T19:45:09.246Z] ---> logs-deploy.sh [2023-03-01T19:45:09.246Z] lf-activate-venv: SKIPPING [2023-03-01T19:45:09.246Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/435 [2023-03-01T19:45:09.246Z] INFO: archiving workspace using pattern(s): [2023-03-01T19:45:10.180Z] Archives upload complete. [2023-03-01T19:45:10.180Z] INFO: archiving logs to Nexus