Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 043fa686f8a02e278cd41aaac36cec872310d2a4 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-ssh7531656210226762171.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-ssh1078143194825480351.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-ssh9655477773697125763.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-ssh13207988348519208461.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-ssh3715207663888101568.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9627 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/451 [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/451 # 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 043fa686f8a02e278cd41aaac36cec872310d2a4 (main) Commit message: "feat: Consume watch for common Writable config changes (#4432)" > 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 043fa686f8a02e278cd41aaac36cec872310d2a4 # timeout=10 > git rev-list --no-walk 97ead1fc80aa095b46845053832efa05950d1120 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-10T15:47:52.325Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T15:47:52.396Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T15:47:52.420Z] ========================================================= [2023-03-10T15:47:52.420Z] EdgeX Global Pipelines Version Info [2023-03-10T15:47:52.420Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T15:47:53.136Z] ------------------- [2023-03-10T15:47:53.136Z] stable info: [2023-03-10T15:47:53.136Z] ------------------- [2023-03-10T15:47:53.136Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T15:47:53.136Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T15:47:53.136Z] Message: update stable to v1.0.244 [2023-03-10T15:47:53.704Z] ------------------- [2023-03-10T15:47:53.705Z] experimental info: [2023-03-10T15:47:53.705Z] ------------------- [2023-03-10T15:47:53.705Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T15:47:53.705Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T15:47:53.705Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-10T15:47:53.879Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-10T15:47:53.891Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-10T15:47:53.901Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T15:47:53.913Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-10T15:47:53.924Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-10T15:47:53.936Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-10T15:47:53.951Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-10T15:47:53.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-10T15:47:53.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-10T15:47:53.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-10T15:47:53.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-10T15:47:54.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T15:47:54.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-10T15:47:54.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T15:47:54.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-10T15:47:54.052Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T15:47:54.063Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-10T15:47:54.076Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T15:47:54.085Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-10T15:47:54.095Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-10T15:47:54.106Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-10T15:47:54.119Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T15:47:54.130Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-10T15:47:54.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-10T15:47:54.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-10T15:47:54.162Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-10T15:47:54.172Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] echo [2023-03-10T15:47:54.183Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 043fa68 [Pipeline] echo [2023-03-10T15:47:54.193Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T15:47:54.236Z] provisioning config files... [2023-03-10T15:47:54.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/451@tmp/config2980416683738124603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T15:47:54.543Z] ---> docker-login.sh [2023-03-10T15:47:54.543Z] nexus3.edgexfoundry.org:10001 [2023-03-10T15:47:54.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:47:55.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:47:55.062Z] Configure a credential helper to remove this warning. See [2023-03-10T15:47:55.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:47:55.062Z] [2023-03-10T15:47:55.062Z] Login Succeeded [2023-03-10T15:47:55.062Z] nexus3.edgexfoundry.org:10002 [2023-03-10T15:47:55.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:47:55.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:47:55.062Z] Configure a credential helper to remove this warning. See [2023-03-10T15:47:55.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:47:55.062Z] [2023-03-10T15:47:55.062Z] Login Succeeded [2023-03-10T15:47:55.062Z] nexus3.edgexfoundry.org:10003 [2023-03-10T15:47:55.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:47:55.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:47:55.323Z] Configure a credential helper to remove this warning. See [2023-03-10T15:47:55.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:47:55.323Z] [2023-03-10T15:47:55.323Z] Login Succeeded [2023-03-10T15:47:55.323Z] nexus3.edgexfoundry.org:10004 [2023-03-10T15:47:55.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:47:55.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:47:55.323Z] Configure a credential helper to remove this warning. See [2023-03-10T15:47:55.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:47:55.323Z] [2023-03-10T15:47:55.323Z] Login Succeeded [2023-03-10T15:47:55.323Z] docker.io [2023-03-10T15:47:55.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:47:55.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:47:55.585Z] Configure a credential helper to remove this warning. See [2023-03-10T15:47:55.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:47:55.585Z] [2023-03-10T15:47:55.585Z] Login Succeeded [2023-03-10T15:47:55.585Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T15:47:55.594Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T15:47:55.904Z] + 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-10T15:47:55.904Z] + dirname cmd/core-command/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/core-data/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/core-metadata/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-10T15:47:55.904Z] + + cut -d/ -f2 [2023-03-10T15:47:55.904Z] dirname cmd/security-bootstrapper/Dockerfile [2023-03-10T15:47:55.904Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-10T15:47:55.904Z] + + cutdirname -d/ cmd/security-secretstore-setup/Dockerfile -f2 [2023-03-10T15:47:55.904Z] [2023-03-10T15:47:55.904Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/support-notifications/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-10T15:47:55.904Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-10T15:47:55.904Z] + cut -d/ -f2 [2023-03-10T15:47:55.904Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-10T15:47:55.959Z] 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-10T15:47:56.287Z] + git rev-list -1 --merges 043fa686f8a02e278cd41aaac36cec872310d2a4~1..043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] echo [2023-03-10T15:47:56.303Z] -----------> git rev-list -1 --merges 043fa686f8a02e278cd41aaac36cec872310d2a4~1..043fa686f8a02e278cd41aaac36cec872310d2a4 043fa686f8a02e278cd41aaac36cec872310d2a4 [false] [Pipeline] sh [2023-03-10T15:47:56.589Z] + git log --format=format:%s -1 043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] echo [2023-03-10T15:47:56.603Z] ========================================================= [2023-03-10T15:47:56.603Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T15:47:56.603Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-10T15:47:57.012Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T15:47:57.012Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T15:47:57.012Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T15:47:57.012Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T15:47:57.012Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T15:47:57.012Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-10T15:47:57.012Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:47:57.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T15:47:57.413Z] [2023-03-10T15:47:57.413Z] 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-10T15:47:57.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T15:47:57.718Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T15:47:57.718Z] b85a868b505f: Pulling fs layer [2023-03-10T15:47:57.718Z] e2be974225ed: Pulling fs layer [2023-03-10T15:47:57.718Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T15:47:57.718Z] 988bab9f4d93: Pulling fs layer [2023-03-10T15:47:57.718Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T15:47:57.718Z] eaf3925da568: Pulling fs layer [2023-03-10T15:47:57.718Z] bab4dde63d76: Pulling fs layer [2023-03-10T15:47:57.718Z] bde34c3a00c8: Pulling fs layer [2023-03-10T15:47:57.718Z] b352a97aabf1: Pulling fs layer [2023-03-10T15:47:57.718Z] 4872d77fe225: Pulling fs layer [2023-03-10T15:47:57.718Z] 5851b861e8e6: Pulling fs layer [2023-03-10T15:47:57.718Z] bde34c3a00c8: Waiting [2023-03-10T15:47:57.718Z] bab4dde63d76: Waiting [2023-03-10T15:47:57.718Z] b352a97aabf1: Waiting [2023-03-10T15:47:57.718Z] eaf3925da568: Waiting [2023-03-10T15:47:57.718Z] 5851b861e8e6: Waiting [2023-03-10T15:47:57.718Z] 1469e6f7b9e6: Waiting [2023-03-10T15:47:57.718Z] 4872d77fe225: Waiting [2023-03-10T15:47:57.718Z] e2be974225ed: Verifying Checksum [2023-03-10T15:47:57.718Z] e2be974225ed: Download complete [2023-03-10T15:47:57.718Z] 988bab9f4d93: Download complete [2023-03-10T15:47:57.982Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T15:47:57.982Z] 1469e6f7b9e6: Download complete [2023-03-10T15:47:57.982Z] eaf3925da568: Download complete [2023-03-10T15:47:57.982Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T15:47:57.982Z] 339a4e72a1f5: Download complete [2023-03-10T15:47:57.982Z] bde34c3a00c8: Download complete [2023-03-10T15:47:57.982Z] b352a97aabf1: Download complete [2023-03-10T15:47:57.982Z] 4872d77fe225: Verifying Checksum [2023-03-10T15:47:57.982Z] 4872d77fe225: Download complete [2023-03-10T15:47:57.982Z] 5851b861e8e6: Verifying Checksum [2023-03-10T15:47:57.982Z] 5851b861e8e6: Download complete [2023-03-10T15:47:57.982Z] b85a868b505f: Verifying Checksum [2023-03-10T15:47:57.982Z] b85a868b505f: Download complete [2023-03-10T15:47:58.241Z] bab4dde63d76: Verifying Checksum [2023-03-10T15:47:58.241Z] bab4dde63d76: Download complete [2023-03-10T15:47:59.177Z] b85a868b505f: Pull complete [2023-03-10T15:47:59.436Z] e2be974225ed: Pull complete [2023-03-10T15:47:59.694Z] 339a4e72a1f5: Pull complete [2023-03-10T15:47:59.694Z] 988bab9f4d93: Pull complete [2023-03-10T15:47:59.954Z] 1469e6f7b9e6: Pull complete [2023-03-10T15:48:00.213Z] eaf3925da568: Pull complete [2023-03-10T15:48:02.117Z] bab4dde63d76: Pull complete [2023-03-10T15:48:02.117Z] bde34c3a00c8: Pull complete [2023-03-10T15:48:02.117Z] b352a97aabf1: Pull complete [2023-03-10T15:48:02.117Z] 4872d77fe225: Pull complete [2023-03-10T15:48:02.376Z] 5851b861e8e6: Pull complete [2023-03-10T15:48:02.376Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T15:48:02.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T15:48:02.376Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:48:02.455Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T15:48:02.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T15:48:03.912Z] $ docker top 065d037aa6b252b274308d9ce6228cfdd0c8e0eb81c3737ef5c218fc524b69cb -eo pid,comm [2023-03-10T15:48:03.958Z] 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-10T15:48:03.958Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T15:48:04.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T15:48:04.009Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T15:48:04.119Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T15:48:04.132Z] $ docker exec 065d037aa6b252b274308d9ce6228cfdd0c8e0eb81c3737ef5c218fc524b69cb ssh-agent [2023-03-10T15:48:04.235Z] SSH_AUTH_SOCK=/tmp/ssh-RJNCQbXikuv3/agent.33 [2023-03-10T15:48:04.235Z] SSH_AGENT_PID=39 [2023-03-10T15:48:04.242Z] Running ssh-add (command line suppressed) [2023-03-10T15:48:04.362Z] Identity added: /w/workspace/edgex-go/451@tmp/private_key_3958701659778013063.key (/w/workspace/edgex-go/451@tmp/private_key_3958701659778013063.key) [2023-03-10T15:48:04.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T15:48:04.655Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T15:48:04.677Z] $ docker exec --env ******** --env ******** 065d037aa6b252b274308d9ce6228cfdd0c8e0eb81c3737ef5c218fc524b69cb ssh-agent -k [2023-03-10T15:48:04.783Z] unset SSH_AUTH_SOCK; [2023-03-10T15:48:04.783Z] unset SSH_AGENT_PID; [2023-03-10T15:48:04.783Z] echo Agent pid 39 killed; [2023-03-10T15:48:04.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T15:48:04.804Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T15:48:04.804Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T15:48:04.913Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T15:48:04.925Z] $ docker exec 065d037aa6b252b274308d9ce6228cfdd0c8e0eb81c3737ef5c218fc524b69cb ssh-agent [2023-03-10T15:48:05.032Z] SSH_AUTH_SOCK=/tmp/ssh-IGpCbwBN5bsw/agent.71 [2023-03-10T15:48:05.032Z] SSH_AGENT_PID=77 [2023-03-10T15:48:05.037Z] Running ssh-add (command line suppressed) [2023-03-10T15:48:05.147Z] Identity added: /w/workspace/edgex-go/451@tmp/private_key_11683957614586613268.key (/w/workspace/edgex-go/451@tmp/private_key_11683957614586613268.key) [2023-03-10T15:48:05.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T15:48:05.441Z] + git semver init [2023-03-10T15:48:05.700Z] 2023-03-10 15:48:05,625 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T15:48:05.700Z] 2023-03-10 15:48:05,626 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/451/.semver [2023-03-10T15:48:05.700Z] 2023-03-10 15:48:05,627 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/451/.semver [2023-03-10T15:48:05.700Z] 2023-03-10 15:48:05,627 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/451/.semver'], cwd=/w/workspace/edgex-go/451, universal_newlines=False, shell=None, istream=None) [2023-03-10T15:48:09.905Z] 2023-03-10 15:48:09,708 [append_file] DEBUG append to file:/w/workspace/edgex-go/451/.git/info/exclude [2023-03-10T15:48:09.905Z] 2023-03-10 15:48:09,709 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/451/.semver/main with force:False [2023-03-10T15:48:09.905Z] 2023-03-10 15:48:09,709 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T15:48:09.905Z] 2023-03-10 15:48:09,709 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T15:48:09.905Z] 3.0.0-dev.89 [Pipeline] } [2023-03-10T15:48:09.922Z] $ docker exec --env ******** --env ******** 065d037aa6b252b274308d9ce6228cfdd0c8e0eb81c3737ef5c218fc524b69cb ssh-agent -k [2023-03-10T15:48:10.014Z] unset SSH_AUTH_SOCK; [2023-03-10T15:48:10.015Z] unset SSH_AGENT_PID; [2023-03-10T15:48:10.016Z] echo Agent pid 77 killed; [2023-03-10T15:48:10.016Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T15:48:10.315Z] + git semver [Pipeline] } [2023-03-10T15:48:10.594Z] $ docker stop --time=1 065d037aa6b252b274308d9ce6228cfdd0c8e0eb81c3737ef5c218fc524b69cb [2023-03-10T15:48:11.927Z] $ docker rm -f --volumes 065d037aa6b252b274308d9ce6228cfdd0c8e0eb81c3737ef5c218fc524b69cb [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T15:48:12.257Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T15:48:12.444Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T15:48:12.447Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.89 [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-10T15:48:12.856Z] + git config --global --add safe.directory /w/workspace/edgex-go/451 [Pipeline] echo [2023-03-10T15:48:12.869Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T15:48:12.885Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T15:48:12.893Z] ========================================================= [2023-03-10T15:48:12.893Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-10T15:48:12.893Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T15:48:13.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T15:48:13.185Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-10T15:48:13.185Z] 213ec9aee27d: Pulling fs layer [2023-03-10T15:48:13.185Z] 4583459ba037: Pulling fs layer [2023-03-10T15:48:13.185Z] 93c1e223e6f2: Pulling fs layer [2023-03-10T15:48:13.185Z] 53926ce57604: Pulling fs layer [2023-03-10T15:48:13.185Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-10T15:48:13.185Z] 22ff95d597cd: Pulling fs layer [2023-03-10T15:48:13.185Z] 12d6caf4c0d1: Pulling fs layer [2023-03-10T15:48:13.185Z] 96b7cbca73a9: Pulling fs layer [2023-03-10T15:48:13.185Z] a7acece74701: Pulling fs layer [2023-03-10T15:48:13.185Z] 22ff95d597cd: Waiting [2023-03-10T15:48:13.185Z] 12d6caf4c0d1: Waiting [2023-03-10T15:48:13.185Z] 96b7cbca73a9: Waiting [2023-03-10T15:48:13.185Z] a7acece74701: Waiting [2023-03-10T15:48:13.185Z] 53926ce57604: Waiting [2023-03-10T15:48:13.185Z] 21b2b0c7a3f4: Waiting [2023-03-10T15:48:13.185Z] 93c1e223e6f2: Verifying Checksum [2023-03-10T15:48:13.185Z] 93c1e223e6f2: Download complete [2023-03-10T15:48:13.185Z] 4583459ba037: Verifying Checksum [2023-03-10T15:48:13.185Z] 4583459ba037: Download complete [2023-03-10T15:48:13.185Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-10T15:48:13.185Z] 21b2b0c7a3f4: Download complete [2023-03-10T15:48:13.185Z] 22ff95d597cd: Verifying Checksum [2023-03-10T15:48:13.185Z] 22ff95d597cd: Download complete [2023-03-10T15:48:13.185Z] 213ec9aee27d: Verifying Checksum [2023-03-10T15:48:13.185Z] 213ec9aee27d: Download complete [2023-03-10T15:48:13.185Z] 12d6caf4c0d1: Download complete [2023-03-10T15:48:13.447Z] 213ec9aee27d: Pull complete [2023-03-10T15:48:13.447Z] 4583459ba037: Pull complete [2023-03-10T15:48:13.712Z] 93c1e223e6f2: Pull complete [2023-03-10T15:48:13.712Z] a7acece74701: Verifying Checksum [2023-03-10T15:48:13.712Z] a7acece74701: Download complete [2023-03-10T15:48:13.972Z] 96b7cbca73a9: Verifying Checksum [2023-03-10T15:48:13.972Z] 96b7cbca73a9: Download complete [2023-03-10T15:48:13.972Z] 53926ce57604: Verifying Checksum [2023-03-10T15:48:13.972Z] 53926ce57604: Download complete [2023-03-10T15:48:18.161Z] 53926ce57604: Pull complete [2023-03-10T15:48:18.161Z] 21b2b0c7a3f4: Pull complete [2023-03-10T15:48:18.161Z] 22ff95d597cd: Pull complete [2023-03-10T15:48:18.161Z] 12d6caf4c0d1: Pull complete [2023-03-10T15:48:19.537Z] 96b7cbca73a9: Pull complete [2023-03-10T15:48:20.471Z] a7acece74701: Pull complete [2023-03-10T15:48:20.471Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-10T15:48:20.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T15:48:20.471Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T15:48:20.768Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T15:48:20.768Z] WORKDIR /edgex [2023-03-10T15:48:20.768Z] COPY go.mod . [2023-03-10T15:48:20.768Z] RUN go mod download [2023-03-10T15:48:20.768Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-10T15:48:21.337Z] Sending build context to Docker daemon 170.4MB [2023-03-10T15:48:21.337Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T15:48:21.337Z] ---> db6d94c90886 [2023-03-10T15:48:21.337Z] Step 2/4 : WORKDIR /edgex [2023-03-10T15:48:23.246Z] ---> Running in 6e801f91e1a8 [2023-03-10T15:48:23.505Z] Removing intermediate container 6e801f91e1a8 [2023-03-10T15:48:23.505Z] ---> 28a10c2c949b [2023-03-10T15:48:23.505Z] Step 3/4 : COPY go.mod . [2023-03-10T15:48:23.505Z] ---> 12dc5275bd2e [2023-03-10T15:48:23.505Z] Step 4/4 : RUN go mod download [2023-03-10T15:48:23.505Z] ---> Running in 903d894235cf [2023-03-10T15:48:27.532Z] Still waiting to schedule task [2023-03-10T15:48:27.532Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-10T15:48:35.715Z] Removing intermediate container 903d894235cf [2023-03-10T15:48:35.715Z] ---> aefd6b13376d [2023-03-10T15:48:35.715Z] Successfully built aefd6b13376d [2023-03-10T15:48:35.715Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:48:36.014Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T15:48:36.014Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:48:36.084Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T15:48:36.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T15:48:36.502Z] $ docker top 9a7be42d3345bfe6b5c26293b7b4229ba66cc708ad8d5ac7ce50653d09ab0c8c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T15:48:36.846Z] + go version [2023-03-10T15:48:36.846Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-10T15:48:36.862Z] $ docker stop --time=1 9a7be42d3345bfe6b5c26293b7b4229ba66cc708ad8d5ac7ce50653d09ab0c8c [2023-03-10T15:48:38.175Z] $ docker rm -f --volumes 9a7be42d3345bfe6b5c26293b7b4229ba66cc708ad8d5ac7ce50653d09ab0c8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:48:38.576Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T15:48:38.576Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:48:38.646Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T15:48:38.682Z] $ 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/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T15:48:39.054Z] $ docker top bf847c6f7254ee7fa561c9a91ffa302a9b2789d4b5537eb55e8d3331847f440b -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T15:48:39.122Z] ========================================================= [2023-03-10T15:48:39.122Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-10T15:48:39.122Z] ========================================================= [Pipeline] sh [2023-03-10T15:48:39.398Z] + git config --global --add safe.directory /w/workspace/edgex-go/451 [Pipeline] fileExists [Pipeline] sh [2023-03-10T15:48:39.690Z] + make test [2023-03-10T15:48:39.690Z] go test -race -coverprofile=coverage.out ./... [2023-03-10T15:48:46.253Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-10T15:49:01.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-10T15:49:01.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-10T15:49:01.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.078s coverage: 98.5% of statements [2023-03-10T15:49:04.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.102s coverage: 71.2% of statements [2023-03-10T15:49:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-10T15:49:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-10T15:49:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-10T15:49:04.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.089s coverage: 54.0% of statements [2023-03-10T15:49:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-10T15:49:04.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.804s coverage: 88.5% of statements [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.073s coverage: 3.9% of statements [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.506s coverage: 95.6% of statements [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.082s coverage: 72.2% of statements [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.105s coverage: 65.9% of statements [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.073s coverage: 0.9% of statements [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.065s coverage: 29.0% of statements [2023-03-10T15:49:06.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 82.9% of statements [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2023-03-10T15:49:06.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2023-03-10T15:49:09.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.408s coverage: 79.9% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 64.4% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.2% of statements [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 82.1% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.066s coverage: 84.8% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.248s coverage: 63.1% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 89.4% of statements [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 38.4% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.154s coverage: 92.3% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-10T15:49:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.098s coverage: 97.7% of statements [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-10T15:49:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-10T15:49:27.713Z] 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-10T15:49:45.785Z] 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-10T15:49:45.785Z] go vet ./... [2023-03-10T15:49:49.061Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T15:49:49.061Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-10T15:49:49.320Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-10T15:49:49.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-10T15:49:49.630Z] + ls -al . [2023-03-10T15:49:49.630Z] total 704 [2023-03-10T15:49:49.630Z] drwxrwxr-x 11 1001 1001 4096 Mar 10 15:48 . [2023-03-10T15:49:49.630Z] drwxr-xr-x 4 root root 4096 Mar 10 15:48 .. [2023-03-10T15:49:49.630Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 15:47 .blubracket [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 16 Mar 10 15:47 .dockerignore [2023-03-10T15:49:49.630Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 15:49 .git [2023-03-10T15:49:49.630Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 15:47 .github [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 1112 Mar 10 15:47 .gitignore [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 42 Mar 10 15:47 .golangci.yml [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 87 Mar 10 15:47 .hadolint.yml [2023-03-10T15:49:49.630Z] drwxr-xr-x 3 1001 1001 4096 Mar 10 15:48 .semver [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 15:47 .sonarcloud.properties [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 1171 Mar 10 15:47 ADOPTERS.md [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 10825 Mar 10 15:47 Attribution.txt [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 73765 Mar 10 15:47 CHANGELOG.md [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:47 CONTRIBUTING.md [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 677 Mar 10 15:47 GOVERNANCE.md [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 883 Mar 10 15:47 Jenkinsfile [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:47 LICENSE [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 14071 Mar 10 15:47 Makefile [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 582 Mar 10 15:47 OWNERS.md [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 9403 Mar 10 15:47 README.md [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 6912 Mar 10 15:47 SECURITY.md [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 12 Mar 10 15:48 VERSION [2023-03-10T15:49:49.630Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 15:47 bin [2023-03-10T15:49:49.630Z] drwxrwxr-x 18 1001 1001 4096 Mar 10 15:47 cmd [2023-03-10T15:49:49.630Z] -rw-r--r-- 1 root root 447487 Mar 10 15:49 coverage.out [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 3232 Mar 10 15:47 go.mod [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 31098 Mar 10 15:47 go.sum [2023-03-10T15:49:49.630Z] drwxrwxr-x 7 1001 1001 4096 Mar 10 15:47 internal [2023-03-10T15:49:49.630Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 15:47 openapi [2023-03-10T15:49:49.630Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 15:47 snap [2023-03-10T15:49:49.630Z] -rw-rw-r-- 1 1001 1001 204 Mar 10 15:47 version.go [Pipeline] sh [2023-03-10T15:49:49.915Z] + '[' -e coverage.out ] [2023-03-10T15:49:49.915Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-10T15:49:50.019Z] Stashed 1 file(s) [Pipeline] sh [2023-03-10T15:49:50.298Z] + make build [2023-03-10T15:49:50.298Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T15:50:01.702Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9629 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-10T15:50:01.717Z] Running in /w/workspace/edgex-go/451 [Pipeline] { [Pipeline] checkout [2023-03-10T15:50:01.748Z] The recommended git tool is: git [2023-03-10T15:50:02.650Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T15:50:03.610Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T15:50:04.547Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T15:50:05.481Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T15:50:06.891Z] using credential edgex-jenkins-ssh [2023-03-10T15:50:06.915Z] Cloning the remote Git repository [2023-03-10T15:50:06.949Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-10T15:50:07.022Z] > git init /w/workspace/edgex-go/451 # timeout=10 [2023-03-10T15:50:07.171Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-10T15:50:07.172Z] > git --version # timeout=10 [2023-03-10T15:50:07.190Z] > git --version # 'git version 2.25.1' [2023-03-10T15:50:07.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T15:50:07.244Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T15:50:13.601Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T15:50:13.601Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T15:50:14.978Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-10T15:50:15.912Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-10T15:50:16.845Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-10T15:50:17.794Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-10T15:50:18.731Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-10T15:50:20.116Z] $ docker stop --time=1 bf847c6f7254ee7fa561c9a91ffa302a9b2789d4b5537eb55e8d3331847f440b [2023-03-10T15:50:22.515Z] $ docker rm -f --volumes bf847c6f7254ee7fa561c9a91ffa302a9b2789d4b5537eb55e8d3331847f440b [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-10T15:50:23.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T15:50:23.341Z] [2023-03-10T15:50:23.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:50:23.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T15:50:23.643Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-10T15:50:23.643Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-10T15:50:23.643Z] ca9280d653b3: Pulling fs layer [2023-03-10T15:50:23.643Z] 7e9c9ca2126c: Pulling fs layer [2023-03-10T15:50:23.643Z] cbdbe7a5bc2a: Download complete [2023-03-10T15:50:23.900Z] ca9280d653b3: Verifying Checksum [2023-03-10T15:50:23.900Z] ca9280d653b3: Download complete [2023-03-10T15:50:23.900Z] cbdbe7a5bc2a: Pull complete [2023-03-10T15:50:23.423Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-10T15:50:23.452Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T15:50:24.156Z] 7e9c9ca2126c: Verifying Checksum [2023-03-10T15:50:24.156Z] 7e9c9ca2126c: Download complete [2023-03-10T15:50:24.413Z] ca9280d653b3: Pull complete [2023-03-10T15:50:24.423Z] Avoid second fetch [2023-03-10T15:50:24.423Z] Checking out Revision 043fa686f8a02e278cd41aaac36cec872310d2a4 (main) [2023-03-10T15:50:25.076Z] Commit message: "feat: Consume watch for common Writable config changes (#4432)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T15:50:25.984Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T15:50:25.984Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T15:50:25.984Z] Dload Upload Total Spent Left Speed [2023-03-10T15:50:25.984Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [2023-03-10T15:50:24.439Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T15:50:24.464Z] > git checkout -f 043fa686f8a02e278cd41aaac36cec872310d2a4 # timeout=10 [Pipeline] sh [2023-03-10T15:50:26.677Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T15:50:26.938Z] 7e9c9ca2126c: Pull complete [2023-03-10T15:50:26.938Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-10T15:50:26.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T15:50:26.938Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:50:26.999Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T15:50:26.999Z] + sudo tee /etc/docker/daemon.new [2023-03-10T15:50:26.999Z] { [2023-03-10T15:50:26.999Z] "registry-mirrors": [ [2023-03-10T15:50:26.999Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T15:50:26.999Z] ], [2023-03-10T15:50:26.999Z] "bip": "10.250.0.254/24", [2023-03-10T15:50:26.999Z] "hosts": [ [2023-03-10T15:50:26.999Z] "tcp://0.0.0.0:5555", [2023-03-10T15:50:26.999Z] "unix:///var/run/docker.sock" [2023-03-10T15:50:26.999Z] ], [2023-03-10T15:50:26.999Z] "mtu": 1458, [2023-03-10T15:50:26.999Z] "selinux-enabled": true, [2023-03-10T15:50:26.999Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T15:50:26.999Z] } [2023-03-10T15:50:27.017Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T15:50:27.047Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-10T15:50:28.364Z] $ docker top 20ac2cdfa71f5aef281a34ccf1ae093512622deaa33baa7d0f142c528c11befc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-03-10T15:50:28.737Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T15:50:28.757Z] + docker-compose build --help [2023-03-10T15:50:28.757Z] + grep parallel [2023-03-10T15:50:29.065Z] + sudo service docker restart [2023-03-10T15:50:29.330Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T15:50:29.344Z] $ docker stop --time=1 20ac2cdfa71f5aef281a34ccf1ae093512622deaa33baa7d0f142c528c11befc [2023-03-10T15:50:30.656Z] $ docker rm -f --volumes 20ac2cdfa71f5aef281a34ccf1ae093512622deaa33baa7d0f142c528c11befc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:50:31.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-10T15:50:31.065Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:50:31.139Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T15:50:31.165Z] $ 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/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@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-10T15:50:31.503Z] $ docker top 8bf54afac8b30748c69fdf259b75fc60e13b35e50360ec59b64d6c3b141ab518 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T15:50:31.844Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T15:50:32.411Z] Building core-command ... [2023-03-10T15:50:32.411Z] Building core-common-config-bootstrapper ... [2023-03-10T15:50:32.411Z] Building core-data ... [2023-03-10T15:50:32.411Z] Building core-metadata ... [2023-03-10T15:50:32.411Z] Building security-bootstrapper ... [2023-03-10T15:50:32.411Z] Building security-proxy-auth ... [2023-03-10T15:50:32.411Z] Building security-proxy-setup ... [2023-03-10T15:50:32.411Z] Building security-secretstore-setup ... [2023-03-10T15:50:32.411Z] Building security-spiffe-token-provider ... [2023-03-10T15:50:32.411Z] Building security-spire-agent ... [2023-03-10T15:50:32.411Z] Building security-spire-config ... [2023-03-10T15:50:32.411Z] Building security-spire-server ... [2023-03-10T15:50:32.411Z] Building support-notifications ... [2023-03-10T15:50:32.411Z] Building support-scheduler ... [2023-03-10T15:50:32.411Z] Building security-bootstrapper [2023-03-10T15:50:32.411Z] Building support-scheduler [2023-03-10T15:50:32.411Z] Building core-data [2023-03-10T15:50:32.411Z] Building support-notifications [2023-03-10T15:50:32.411Z] Building core-metadata [2023-03-10T15:50:44.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:50:44.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:50:44.614Z] ---> aefd6b13376d [2023-03-10T15:50:44.614Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:50:44.614Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:50:44.614Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:50:44.614Z] ---> aefd6b13376d [2023-03-10T15:50:44.614Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:50:44.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:50:44.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:50:44.614Z] ---> aefd6b13376d [2023-03-10T15:50:44.614Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:50:44.614Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:50:44.614Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:50:44.614Z] ---> aefd6b13376d [2023-03-10T15:50:44.614Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T15:50:44.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:50:44.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:50:44.614Z] ---> aefd6b13376d [2023-03-10T15:50:44.614Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T15:50:47.333Z] provisioning config files... [2023-03-10T15:50:47.365Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/451@tmp/config17874703095327807153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T15:50:47.747Z] ---> docker-login.sh [2023-03-10T15:50:47.747Z] nexus3.edgexfoundry.org:10001 [2023-03-10T15:50:47.902Z] ---> Running in 2f6a6591a72f [2023-03-10T15:50:47.902Z] ---> Running in f35812f43574 [2023-03-10T15:50:47.902Z] ---> Running in a4cc83c63896 [2023-03-10T15:50:47.902Z] ---> Running in 77d76bdd866e [2023-03-10T15:50:47.902Z] ---> Running in 63656b3accd0 [2023-03-10T15:50:47.902Z] Removing intermediate container f35812f43574 [2023-03-10T15:50:47.902Z] ---> 449f2255b437 [2023-03-10T15:50:47.902Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:50:47.902Z] Removing intermediate container a4cc83c63896 [2023-03-10T15:50:47.902Z] ---> 659f0948fbd3 [2023-03-10T15:50:47.902Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:50:47.902Z] Removing intermediate container 2f6a6591a72f [2023-03-10T15:50:47.902Z] ---> 23f5fb754489 [2023-03-10T15:50:47.902Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T15:50:47.902Z] Removing intermediate container 63656b3accd0 [2023-03-10T15:50:47.902Z] ---> 7ba5d8389dac [2023-03-10T15:50:47.902Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:50:47.902Z] ---> Running in 6db2531ed433 [2023-03-10T15:50:48.162Z] Removing intermediate container 77d76bdd866e [2023-03-10T15:50:48.162Z] ---> 3b681cfd2865 [2023-03-10T15:50:48.162Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T15:50:48.162Z] ---> Running in 09d290ef9fe4 [2023-03-10T15:50:48.162Z] ---> Running in 9200748367b0 [2023-03-10T15:50:48.162Z] ---> Running in 2774e2205f18 [2023-03-10T15:50:48.162Z] ---> Running in 32801e6ba7b1 [2023-03-10T15:50:48.162Z] Removing intermediate container 6db2531ed433 [2023-03-10T15:50:48.162Z] ---> f9f9a843c40b [2023-03-10T15:50:48.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T15:50:48.162Z] ---> Running in 6a3eb31e8982 [2023-03-10T15:50:48.162Z] Removing intermediate container 09d290ef9fe4 [2023-03-10T15:50:48.162Z] ---> 808d902a510c [2023-03-10T15:50:48.162Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T15:50:48.162Z] Removing intermediate container 9200748367b0 [2023-03-10T15:50:48.162Z] ---> 2a935f5c4b19 [2023-03-10T15:50:48.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T15:50:48.162Z] Removing intermediate container 2774e2205f18 [2023-03-10T15:50:48.162Z] ---> 508c51175fbd [2023-03-10T15:50:48.162Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-10T15:50:48.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:50:48.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:50:48.340Z] Configure a credential helper to remove this warning. See [2023-03-10T15:50:48.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:50:48.340Z] [2023-03-10T15:50:48.340Z] Login Succeeded [2023-03-10T15:50:48.340Z] nexus3.edgexfoundry.org:10002 [2023-03-10T15:50:48.420Z] ---> Running in 29af76ecb221 [2023-03-10T15:50:48.420Z] ---> Running in 6112b442a2c4 [2023-03-10T15:50:48.420Z] ---> Running in 20f77ca7169e [2023-03-10T15:50:48.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:48.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:50:48.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:48.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:48.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:48.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:50:48.880Z] Configure a credential helper to remove this warning. See [2023-03-10T15:50:48.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:50:48.880Z] [2023-03-10T15:50:48.880Z] Login Succeeded [2023-03-10T15:50:48.880Z] nexus3.edgexfoundry.org:10003 [2023-03-10T15:50:48.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:48.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:48.938Z] OK: 211 MiB in 51 packages [2023-03-10T15:50:48.938Z] OK: 211 MiB in 51 packages [2023-03-10T15:50:48.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:49.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:50:49.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:50:49.151Z] Configure a credential helper to remove this warning. See [2023-03-10T15:50:49.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:50:49.151Z] [2023-03-10T15:50:49.151Z] Login Succeeded [2023-03-10T15:50:49.151Z] nexus3.edgexfoundry.org:10004 [2023-03-10T15:50:49.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:49.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:49.197Z] OK: 211 MiB in 51 packages [2023-03-10T15:50:49.197Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:50:49.197Z] OK: 211 MiB in 51 packages [2023-03-10T15:50:49.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:50:49.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:50:49.424Z] Configure a credential helper to remove this warning. See [2023-03-10T15:50:49.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:50:49.424Z] [2023-03-10T15:50:49.424Z] Login Succeeded [2023-03-10T15:50:49.424Z] docker.io [2023-03-10T15:50:49.454Z] Removing intermediate container 32801e6ba7b1 [2023-03-10T15:50:49.454Z] ---> ab477bb70d5d [2023-03-10T15:50:49.454Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T15:50:49.454Z] OK: 211 MiB in 51 packages [2023-03-10T15:50:49.454Z] Removing intermediate container 6a3eb31e8982 [2023-03-10T15:50:49.454Z] ---> c85ae1c7e436 [2023-03-10T15:50:49.454Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:50:49.454Z] ---> 6a0fd8d201f5 [2023-03-10T15:50:49.454Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:50:49.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:50:49.713Z] ---> Running in 9690ab0e3c3f [2023-03-10T15:50:49.713Z] ---> 4cdeb149a441 [2023-03-10T15:50:49.713Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:50:49.713Z] Removing intermediate container 20f77ca7169e [2023-03-10T15:50:49.713Z] ---> 64e2f7cbcd47 [2023-03-10T15:50:49.713Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:50:49.713Z] ---> Running in 5114d4382ed0 [2023-03-10T15:50:49.713Z] Removing intermediate container 29af76ecb221 [2023-03-10T15:50:49.713Z] ---> f1feab719eea [2023-03-10T15:50:49.713Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T15:50:49.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:50:49.965Z] Configure a credential helper to remove this warning. See [2023-03-10T15:50:49.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:50:49.965Z] [2023-03-10T15:50:49.965Z] Login Succeeded [2023-03-10T15:50:49.965Z] ---> docker-login.sh ends [2023-03-10T15:50:49.970Z] ---> 9fc78de8fe11 [2023-03-10T15:50:49.971Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:50:49.971Z] ---> Running in 0641d9912825 [2023-03-10T15:50:49.971Z] ---> 13ee67155f9d [2023-03-10T15:50:49.971Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:50:49.971Z] Removing intermediate container 6112b442a2c4 [2023-03-10T15:50:49.971Z] ---> 915d83bb0c95 [2023-03-10T15:50:49.971Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:50:49.971Z] ---> Running in 824d0b1d350e [Pipeline] } [2023-03-10T15:50:49.980Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-10T15:50:50.230Z] ---> 4373636b228d [2023-03-10T15:50:50.230Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:50:50.230Z] ---> Running in 1d33fbb2df40 [2023-03-10T15:50:50.484Z] + git config --global --add safe.directory /w/workspace/edgex-go/451 [Pipeline] echo [2023-03-10T15:50:50.504Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T15:50:50.522Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T15:50:50.535Z] ========================================================= [2023-03-10T15:50:50.535Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-10T15:50:50.535Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-10T15:50:50.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T15:50:50.857Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-10T15:50:50.857Z] 9b18e9b68314: Pulling fs layer [2023-03-10T15:50:50.857Z] 35d82f9e3411: Pulling fs layer [2023-03-10T15:50:50.857Z] e16973657156: Pulling fs layer [2023-03-10T15:50:50.857Z] fc693d55d65f: Pulling fs layer [2023-03-10T15:50:50.857Z] 7e9fc2657dce: Pulling fs layer [2023-03-10T15:50:50.857Z] dda99020689f: Pulling fs layer [2023-03-10T15:50:50.857Z] db1c61fa0a46: Pulling fs layer [2023-03-10T15:50:50.857Z] 891c053d2c06: Pulling fs layer [2023-03-10T15:50:50.857Z] fc693d55d65f: Waiting [2023-03-10T15:50:50.857Z] 7e9fc2657dce: Waiting [2023-03-10T15:50:50.857Z] dda99020689f: Waiting [2023-03-10T15:50:50.857Z] db1c61fa0a46: Waiting [2023-03-10T15:50:50.857Z] 891c053d2c06: Waiting [2023-03-10T15:50:51.268Z] e16973657156: Verifying Checksum [2023-03-10T15:50:51.268Z] e16973657156: Download complete [2023-03-10T15:50:51.268Z] 35d82f9e3411: Verifying Checksum [2023-03-10T15:50:51.268Z] 35d82f9e3411: Download complete [2023-03-10T15:50:51.268Z] 7e9fc2657dce: Verifying Checksum [2023-03-10T15:50:51.268Z] 7e9fc2657dce: Download complete [2023-03-10T15:50:51.268Z] dda99020689f: Verifying Checksum [2023-03-10T15:50:51.268Z] dda99020689f: Download complete [2023-03-10T15:50:51.268Z] 9b18e9b68314: Verifying Checksum [2023-03-10T15:50:51.268Z] 9b18e9b68314: Download complete [2023-03-10T15:50:53.542Z] 891c053d2c06: Verifying Checksum [2023-03-10T15:50:53.542Z] 891c053d2c06: Download complete [2023-03-10T15:50:53.542Z] 9b18e9b68314: Pull complete [2023-03-10T15:50:53.542Z] 35d82f9e3411: Pull complete [2023-03-10T15:50:53.542Z] e16973657156: Pull complete [2023-03-10T15:50:53.812Z] db1c61fa0a46: Verifying Checksum [2023-03-10T15:50:53.812Z] db1c61fa0a46: Download complete [2023-03-10T15:50:54.398Z] fc693d55d65f: Download complete [2023-03-10T15:51:06.740Z] fc693d55d65f: Pull complete [2023-03-10T15:51:06.740Z] 7e9fc2657dce: Pull complete [2023-03-10T15:51:06.740Z] dda99020689f: Pull complete [2023-03-10T15:51:12.113Z] db1c61fa0a46: Pull complete [2023-03-10T15:51:14.072Z] 891c053d2c06: Pull complete [2023-03-10T15:51:14.072Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-10T15:51:14.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T15:51:14.072Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-10T15:51:14.398Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T15:51:14.398Z] WORKDIR /edgex [2023-03-10T15:51:14.398Z] COPY go.mod . [2023-03-10T15:51:14.398Z] RUN go mod download [2023-03-10T15:51:14.398Z] + docker build -t ci-base-image-arm64 -f - . [2023-03-10T15:51:14.987Z] Sending build context to Docker daemon 2.95MB [2023-03-10T15:51:14.987Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T15:51:14.987Z] ---> f96f9c87975a [2023-03-10T15:51:14.987Z] Step 2/4 : WORKDIR /edgex [2023-03-10T15:51:16.930Z] ---> Running in 057b3ff5d361 [2023-03-10T15:51:16.930Z] Removing intermediate container 057b3ff5d361 [2023-03-10T15:51:16.930Z] ---> 9f4bf113c13f [2023-03-10T15:51:16.930Z] Step 3/4 : COPY go.mod . [2023-03-10T15:51:17.511Z] ---> 0525fb3aaf5b [2023-03-10T15:51:17.511Z] Step 4/4 : RUN go mod download [2023-03-10T15:51:17.511Z] ---> Running in c2ac71aa61ca [2023-03-10T15:51:23.701Z] Removing intermediate container 9690ab0e3c3f [2023-03-10T15:51:23.701Z] ---> 17d88eabef2f [2023-03-10T15:51:23.701Z] Step 7/32 : COPY . . [2023-03-10T15:51:23.701Z] Removing intermediate container 0641d9912825 [2023-03-10T15:51:23.701Z] ---> 893277694563 [2023-03-10T15:51:23.701Z] Step 8/22 : COPY . . [2023-03-10T15:51:23.701Z] Removing intermediate container 5114d4382ed0 [2023-03-10T15:51:23.701Z] ---> f508a39ccc09 [2023-03-10T15:51:23.701Z] Step 8/22 : COPY . . [2023-03-10T15:51:23.701Z] Removing intermediate container 1d33fbb2df40 [2023-03-10T15:51:23.701Z] ---> ca85e7c4f16b [2023-03-10T15:51:23.701Z] Step 8/22 : COPY . . [2023-03-10T15:51:23.701Z] Removing intermediate container 824d0b1d350e [2023-03-10T15:51:23.701Z] ---> 3baba50511d8 [2023-03-10T15:51:23.701Z] Step 8/24 : COPY . . [2023-03-10T15:51:33.669Z] ---> 34332e65e3a8 [2023-03-10T15:51:33.669Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T15:51:33.669Z] ---> 223046299dae [2023-03-10T15:51:33.669Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T15:51:33.669Z] ---> b5a19300b218 [2023-03-10T15:51:33.669Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T15:51:33.669Z] ---> fa8a6559a3e5 [2023-03-10T15:51:33.669Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T15:51:33.669Z] ---> Running in 6e7ecc4c93d8 [2023-03-10T15:51:33.669Z] ---> 3e22f6111b36 [2023-03-10T15:51:33.669Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T15:51:33.669Z] ---> Running in 52c80f37b125 [2023-03-10T15:51:33.669Z] ---> Running in 576e617e6e0c [2023-03-10T15:51:33.669Z] ---> Running in 16fecb6fe283 [2023-03-10T15:51:33.669Z] ---> Running in a5c7280574c6 [2023-03-10T15:51:33.669Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T15:51:33.669Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T15:51:33.669Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-10T15:51:33.669Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T15:51:33.669Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T15:51:49.762Z] Removing intermediate container c2ac71aa61ca [2023-03-10T15:51:49.762Z] ---> c07413252866 [2023-03-10T15:51:49.762Z] Successfully built c07413252866 [2023-03-10T15:51:49.762Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:51:50.101Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T15:51:50.101Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:51:50.288Z] prd-ubuntu20.04-docker-arm64-4c-16g-9629 does not seem to be running inside a container [2023-03-10T15:51:50.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@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-10T15:51:51.638Z] $ docker top e1a3e19f6d1a1e5752327d5c99fedde019f84196f113a09a1c907f30995ba03d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T15:51:52.478Z] + go version [2023-03-10T15:51:52.478Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-10T15:51:52.498Z] $ docker stop --time=1 e1a3e19f6d1a1e5752327d5c99fedde019f84196f113a09a1c907f30995ba03d [2023-03-10T15:51:54.158Z] $ docker rm -f --volumes e1a3e19f6d1a1e5752327d5c99fedde019f84196f113a09a1c907f30995ba03d [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-10T15:51:54.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T15:51:54.755Z] [2023-03-10T15:51:54.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:51:55.095Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T15:51:55.095Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-10T15:51:55.095Z] 29e5d40040c1: Pulling fs layer [2023-03-10T15:51:55.095Z] 1ce36da41761: Pulling fs layer [2023-03-10T15:51:55.095Z] 25b303627fd3: Pulling fs layer [2023-03-10T15:51:55.364Z] 29e5d40040c1: Verifying Checksum [2023-03-10T15:51:55.364Z] 29e5d40040c1: Download complete [2023-03-10T15:51:55.633Z] 1ce36da41761: Verifying Checksum [2023-03-10T15:51:55.633Z] 1ce36da41761: Download complete [2023-03-10T15:51:55.899Z] 29e5d40040c1: Pull complete [2023-03-10T15:51:57.333Z] 25b303627fd3: Verifying Checksum [2023-03-10T15:51:57.333Z] 25b303627fd3: Download complete [2023-03-10T15:51:57.333Z] 1ce36da41761: Pull complete [2023-03-10T15:52:07.420Z] 25b303627fd3: Pull complete [2023-03-10T15:52:07.420Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-10T15:52:07.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T15:52:07.420Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:52:07.599Z] prd-ubuntu20.04-docker-arm64-4c-16g-9629 does not seem to be running inside a container [2023-03-10T15:52:07.669Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@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-10T15:52:09.941Z] $ docker top 49a886224fd5ce5c4af21336f090393c17ba285c9da071005cd5cd9923687f3c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T15:52:10.747Z] + grep+ docker-compose build --help [2023-03-10T15:52:10.747Z] parallel [2023-03-10T15:52:15.004Z] --parallel Build images in parallel. [Pipeline] } [2023-03-10T15:52:15.025Z] $ docker stop --time=1 49a886224fd5ce5c4af21336f090393c17ba285c9da071005cd5cd9923687f3c [2023-03-10T15:52:16.666Z] $ docker rm -f --volumes 49a886224fd5ce5c4af21336f090393c17ba285c9da071005cd5cd9923687f3c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:52:17.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-10T15:52:17.202Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T15:52:17.368Z] prd-ubuntu20.04-docker-arm64-4c-16g-9629 does not seem to be running inside a container [2023-03-10T15:52:17.446Z] $ 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/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@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-10T15:52:18.561Z] $ docker top 7b3b26c54ee18d52967587e7d7d9984ec90d46fdc358c1cac826a43ee82ebf8f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T15:52:19.057Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-10T15:52:20.335Z] Removing intermediate container 16fecb6fe283 [2023-03-10T15:52:20.335Z] ---> ce57f90dbc4d [2023-03-10T15:52:20.335Z] [2023-03-10T15:52:20.335Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T15:52:20.335Z] Removing intermediate container 6e7ecc4c93d8 [2023-03-10T15:52:20.335Z] ---> 2bfa9125782b [2023-03-10T15:52:20.335Z] [2023-03-10T15:52:20.335Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T15:52:20.335Z] Removing intermediate container a5c7280574c6 [2023-03-10T15:52:20.335Z] ---> b823da9d89e0 [2023-03-10T15:52:20.335Z] [2023-03-10T15:52:20.335Z] Step 10/24 : FROM alpine:3.16 [2023-03-10T15:52:20.335Z] 3.16: Pulling from library/alpine [2023-03-10T15:52:20.335Z] 3.16: Pulling from library/alpine [2023-03-10T15:52:20.335Z] 3.16: Pulling from library/alpine [2023-03-10T15:52:20.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T15:52:20.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T15:52:20.335Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T15:52:20.335Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T15:52:20.335Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T15:52:20.335Z] Status: Image is up to date for alpine:3.16 [2023-03-10T15:52:20.335Z] ---> dfd21b5a31f5 [2023-03-10T15:52:20.335Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T15:52:20.335Z] ---> dfd21b5a31f5 [2023-03-10T15:52:20.335Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T15:52:20.335Z] ---> dfd21b5a31f5 [2023-03-10T15:52:20.335Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T15:52:20.335Z] ---> Running in 35427779197a [2023-03-10T15:52:20.335Z] ---> Running in 4eb128e39a5d [2023-03-10T15:52:20.335Z] ---> Running in 394d1e8daa08 [2023-03-10T15:52:20.335Z] Removing intermediate container 52c80f37b125 [2023-03-10T15:52:20.335Z] ---> 572f3ecd3f31 [2023-03-10T15:52:20.335Z] [2023-03-10T15:52:20.335Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T15:52:20.335Z] ---> dfd21b5a31f5 [2023-03-10T15:52:20.335Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T15:52:20.335Z] Removing intermediate container 394d1e8daa08 [2023-03-10T15:52:20.335Z] ---> 04519171cda1 [2023-03-10T15:52:20.335Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T15:52:20.335Z] Removing intermediate container 4eb128e39a5d [2023-03-10T15:52:20.335Z] ---> a885ab1dc2d4 [2023-03-10T15:52:20.335Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-10T15:52:20.335Z] Removing intermediate container 576e617e6e0c [2023-03-10T15:52:20.335Z] ---> f3dc61a4b344 [2023-03-10T15:52:20.335Z] [2023-03-10T15:52:20.335Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T15:52:20.335Z] ---> dfd21b5a31f5 [2023-03-10T15:52:20.335Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] ---> Running in 39bc86706480 [2023-03-10T15:52:20.335Z] ---> Running in b62e42e253cc [2023-03-10T15:52:20.335Z] ---> Running in 7d51a0712a22 [2023-03-10T15:52:20.335Z] ---> Running in 73887720b925 [2023-03-10T15:52:20.335Z] Removing intermediate container b62e42e253cc [2023-03-10T15:52:20.335Z] ---> e7c9d4fd5b2f [2023-03-10T15:52:20.335Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] ---> Running in 0f6b503ee24d [2023-03-10T15:52:20.335Z] Removing intermediate container 0f6b503ee24d [2023-03-10T15:52:20.335Z] ---> 331653ad0c27 [2023-03-10T15:52:20.335Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T15:52:20.335Z] ---> Running in 2c805222e208 [2023-03-10T15:52:20.335Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T15:52:20.335Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:52:20.335Z] OK: 6 MiB in 15 packages [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T15:52:20.335Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:52:20.335Z] Removing intermediate container 35427779197a [2023-03-10T15:52:20.335Z] ---> 83a15bd41849 [2023-03-10T15:52:20.335Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T15:52:20.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:20.335Z] OK: 6 MiB in 15 packages [2023-03-10T15:52:20.335Z] ---> Running in df6bcc5a78b4 [2023-03-10T15:52:20.335Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T15:52:20.335Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T15:52:20.336Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:52:20.336Z] OK: 6 MiB in 16 packages [2023-03-10T15:52:20.336Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T15:52:20.336Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T15:52:20.336Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:52:20.336Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T15:52:20.336Z] Removing intermediate container df6bcc5a78b4 [2023-03-10T15:52:20.336Z] ---> 1961af70a7b1 [2023-03-10T15:52:20.336Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-10T15:52:20.336Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T15:52:20.336Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:52:20.336Z] OK: 6 MiB in 15 packages [2023-03-10T15:52:20.336Z] OK: 6 MiB in 16 packages [2023-03-10T15:52:20.336Z] ---> Running in 43a431e010ed [2023-03-10T15:52:20.336Z] Removing intermediate container 43a431e010ed [2023-03-10T15:52:20.336Z] ---> 291553b71121 [2023-03-10T15:52:20.336Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T15:52:20.336Z] Removing intermediate container 39bc86706480 [2023-03-10T15:52:20.336Z] ---> 1dc3f26f91dd [2023-03-10T15:52:20.336Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T15:52:20.336Z] ---> Running in 8f2e869db74b [2023-03-10T15:52:20.336Z] ---> Running in b7719211e747 [2023-03-10T15:52:20.336Z] Removing intermediate container 7d51a0712a22 [2023-03-10T15:52:20.336Z] ---> 8b9d305f8b0b [2023-03-10T15:52:20.336Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T15:52:20.336Z] ---> Running in 74648bf892a7 [2023-03-10T15:52:20.336Z] Removing intermediate container 8f2e869db74b [2023-03-10T15:52:20.336Z] ---> 81d84e080087 [2023-03-10T15:52:20.336Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T15:52:20.336Z] Removing intermediate container b7719211e747 [2023-03-10T15:52:20.336Z] ---> a4d6301f076b [2023-03-10T15:52:20.336Z] Step 15/24 : WORKDIR / [2023-03-10T15:52:20.336Z] Removing intermediate container 2c805222e208 [2023-03-10T15:52:20.336Z] ---> cffef06bbde5 [2023-03-10T15:52:20.336Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:52:20.336Z] ---> Running in 837858afa1e1 [2023-03-10T15:52:20.336Z] ---> Running in 56efe3f76f32 [2023-03-10T15:52:20.336Z] Removing intermediate container 74648bf892a7 [2023-03-10T15:52:20.336Z] ---> 1a4ee051b444 [2023-03-10T15:52:20.336Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T15:52:20.336Z] Removing intermediate container 73887720b925 [2023-03-10T15:52:20.336Z] ---> 086bb9ed4ab7 [2023-03-10T15:52:20.336Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T15:52:20.336Z] ---> Running in bfb161c4845d [2023-03-10T15:52:20.336Z] ---> Running in 094c7f46e368 [2023-03-10T15:52:20.336Z] ---> 563540576792 [2023-03-10T15:52:20.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T15:52:20.336Z] Removing intermediate container 56efe3f76f32 [2023-03-10T15:52:20.336Z] ---> 21edfcc8428e [2023-03-10T15:52:20.336Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T15:52:20.336Z] Removing intermediate container 837858afa1e1 [2023-03-10T15:52:20.336Z] ---> 825937d5fd11 [2023-03-10T15:52:20.336Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:52:20.595Z] ---> Running in fab3b3888fcd [2023-03-10T15:52:20.595Z] Removing intermediate container bfb161c4845d [2023-03-10T15:52:20.595Z] ---> 5910496729b7 [2023-03-10T15:52:20.595Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T15:52:20.595Z] Removing intermediate container 094c7f46e368 [2023-03-10T15:52:20.595Z] ---> 412cb2ee6851 [2023-03-10T15:52:20.595Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T15:52:20.595Z] ---> Running in b6b7b19cdea1 [2023-03-10T15:52:20.595Z] ---> Running in ec9793542cfc [2023-03-10T15:52:20.854Z] ---> 9730124c1465 [2023-03-10T15:52:20.854Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T15:52:20.854Z] Removing intermediate container fab3b3888fcd [2023-03-10T15:52:20.854Z] ---> e75b0674a46e [2023-03-10T15:52:20.854Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:52:20.854Z] ---> b63d6f253e7e [2023-03-10T15:52:20.854Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T15:52:20.854Z] Removing intermediate container b6b7b19cdea1 [2023-03-10T15:52:20.854Z] ---> 0d3c6fdaa37e [2023-03-10T15:52:20.854Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T15:52:20.854Z] Removing intermediate container ec9793542cfc [2023-03-10T15:52:20.854Z] ---> ac2612f6f42c [2023-03-10T15:52:20.854Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T15:52:21.112Z] ---> Running in 11a13a5ca694 [2023-03-10T15:52:21.112Z] ---> Running in c47378e7e5e5 [2023-03-10T15:52:21.112Z] ---> c6a72ae20891 [2023-03-10T15:52:21.112Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-10T15:52:21.369Z] ---> 1fa0eb017146 [2023-03-10T15:52:21.369Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T15:52:21.369Z] ---> b29a0d35092b [2023-03-10T15:52:21.369Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T15:52:21.369Z] Removing intermediate container c47378e7e5e5 [2023-03-10T15:52:21.369Z] ---> a2cb2b02833a [2023-03-10T15:52:21.369Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:52:21.369Z] Removing intermediate container 11a13a5ca694 [2023-03-10T15:52:21.369Z] ---> d264296722a0 [2023-03-10T15:52:21.369Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T15:52:21.369Z] ---> Running in e5d5f1e566af [2023-03-10T15:52:21.369Z] ---> Running in 70bfd3b9b12b [2023-03-10T15:52:21.627Z] ---> 67fea14c26d0 [2023-03-10T15:52:21.627Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-10T15:52:21.887Z] ---> 6e3caaf24827 [2023-03-10T15:52:21.887Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T15:52:21.887Z] Removing intermediate container e5d5f1e566af [2023-03-10T15:52:21.887Z] ---> 078a45de0bc4 [2023-03-10T15:52:21.887Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T15:52:21.887Z] ---> 20210d616040 [2023-03-10T15:52:21.887Z] ---> f4c48774eb97 [2023-03-10T15:52:21.887Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T15:52:21.887Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-10T15:52:21.887Z] ---> Running in c8f8187df283 [2023-03-10T15:52:21.887Z] ---> Running in 014f8dae219a [2023-03-10T15:52:22.147Z] Removing intermediate container c8f8187df283 [2023-03-10T15:52:22.147Z] ---> 33344fbfce37 [2023-03-10T15:52:22.147Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T15:52:22.147Z] Removing intermediate container 014f8dae219a [2023-03-10T15:52:22.147Z] ---> ba5916ba9737 [2023-03-10T15:52:22.147Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T15:52:22.405Z] ---> Running in 09702676b5c8 [2023-03-10T15:52:22.405Z] ---> Running in b55cacad8b0a [2023-03-10T15:52:22.666Z] Removing intermediate container b55cacad8b0a [2023-03-10T15:52:22.666Z] ---> 34aaed8edc9e [2023-03-10T15:52:22.666Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T15:52:22.666Z] ---> add0ec4ad9d8 [2023-03-10T15:52:22.666Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T15:52:22.666Z] Removing intermediate container 70bfd3b9b12b [2023-03-10T15:52:22.666Z] ---> d90a0718eac2 [2023-03-10T15:52:22.666Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T15:52:22.666Z] Removing intermediate container 09702676b5c8 [2023-03-10T15:52:22.666Z] ---> 08b9acf6d1f7 [2023-03-10T15:52:22.666Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:52:22.666Z] ---> Running in b8d7ac4dad8e [2023-03-10T15:52:22.666Z] ---> Running in ea6adc9c824d [2023-03-10T15:52:22.666Z] ---> Running in 0717b0dc3372 [2023-03-10T15:52:22.666Z] ---> 0d057d405404 [2023-03-10T15:52:22.666Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T15:52:22.924Z] ---> Running in 42e3783ee618 [2023-03-10T15:52:22.925Z] Removing intermediate container b8d7ac4dad8e [2023-03-10T15:52:22.925Z] ---> a6369d95468d [2023-03-10T15:52:22.925Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T15:52:22.925Z] Removing intermediate container ea6adc9c824d [2023-03-10T15:52:22.925Z] ---> 9d8b51d85041 [2023-03-10T15:52:22.925Z] Step 23/24 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:52:22.925Z] ---> Running in 15dc484562ea [2023-03-10T15:52:22.925Z] Removing intermediate container 42e3783ee618 [2023-03-10T15:52:22.925Z] ---> a52fb2ffd4b1 [2023-03-10T15:52:22.925Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T15:52:22.925Z] Removing intermediate container 0717b0dc3372 [2023-03-10T15:52:22.925Z] ---> 02986818ffba [2023-03-10T15:52:22.925Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T15:52:22.925Z] ---> Running in ea5c1a72608a [2023-03-10T15:52:22.925Z] ---> 3053519824fd [2023-03-10T15:52:22.925Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T15:52:23.182Z] ---> Running in 348751499d90 [2023-03-10T15:52:23.182Z] Removing intermediate container 15dc484562ea [2023-03-10T15:52:23.182Z] ---> Running in d9c22ba71115 [2023-03-10T15:52:23.182Z] ---> 154f5691b662 [2023-03-10T15:52:23.182Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T15:52:23.182Z] Removing intermediate container ea5c1a72608a [2023-03-10T15:52:23.182Z] ---> 5da03ce1b4bb [2023-03-10T15:52:23.182Z] Step 24/24 : LABEL version=3.0.0-dev.89 [2023-03-10T15:52:23.182Z] ---> Running in 50c22c4c43d1 [2023-03-10T15:52:23.182Z] ---> Running in b402ffb28f45 [2023-03-10T15:52:23.182Z] Removing intermediate container 348751499d90 [2023-03-10T15:52:23.182Z] ---> 251502edb561 [2023-03-10T15:52:23.182Z] [2023-03-10T15:52:23.182Z] ---> f4ccee2acb82 [2023-03-10T15:52:23.182Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T15:52:23.182Z] Removing intermediate container d9c22ba71115 [2023-03-10T15:52:23.182Z] ---> 96b4d147ce58 [2023-03-10T15:52:23.182Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T15:52:23.313Z] Building core-command ... [2023-03-10T15:52:23.313Z] Building core-common-config-bootstrapper ... [2023-03-10T15:52:23.313Z] Building core-data ... [2023-03-10T15:52:23.313Z] Building core-metadata ... [2023-03-10T15:52:23.313Z] Building security-bootstrapper ... [2023-03-10T15:52:23.313Z] Building security-proxy-auth ... [2023-03-10T15:52:23.313Z] Building security-proxy-setup ... [2023-03-10T15:52:23.313Z] Building security-secretstore-setup ... [2023-03-10T15:52:23.313Z] Building security-spiffe-token-provider ... [2023-03-10T15:52:23.313Z] Building security-spire-agent ... [2023-03-10T15:52:23.313Z] Building security-spire-config ... [2023-03-10T15:52:23.313Z] Building security-spire-server ... [2023-03-10T15:52:23.313Z] Building support-notifications ... [2023-03-10T15:52:23.313Z] Building support-scheduler ... [2023-03-10T15:52:23.313Z] Building security-bootstrapper [2023-03-10T15:52:23.313Z] Building security-spiffe-token-provider [2023-03-10T15:52:23.313Z] Building support-scheduler [2023-03-10T15:52:23.313Z] Building support-notifications [2023-03-10T15:52:23.313Z] Building security-proxy-auth [2023-03-10T15:52:23.441Z] ---> Running in 7e564e961277 [2023-03-10T15:52:23.441Z] Removing intermediate container 50c22c4c43d1 [2023-03-10T15:52:23.441Z] ---> 20091e6247cf [2023-03-10T15:52:23.441Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:52:23.441Z] Removing intermediate container b402ffb28f45 [2023-03-10T15:52:23.441Z] ---> b2c3022c3913 [2023-03-10T15:52:23.441Z] [2023-03-10T15:52:23.441Z] ---> Running in a5c7fd290c84 [2023-03-10T15:52:23.441Z] Successfully built 251502edb561 [2023-03-10T15:52:23.441Z] Successfully tagged core-data:latest [2023-03-10T15:52:23.441Z] Building security-proxy-setup [2023-03-10T15:52:23.441Z] ---> Running in 9e24ca966c25 [2023-03-10T15:52:23.441Z]  Building core-data ... done Successfully built b2c3022c3913 [2023-03-10T15:52:23.441Z] Successfully tagged core-metadata:latest [2023-03-10T15:52:23.441Z] Building security-proxy-auth [2023-03-10T15:52:23.441Z]  Building core-metadata ... done Removing intermediate container a5c7fd290c84 [2023-03-10T15:52:23.441Z] ---> 818db39d601e [2023-03-10T15:52:23.441Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T15:52:23.699Z] ---> Running in 87eb70c47588 [2023-03-10T15:52:23.699Z] Removing intermediate container 9e24ca966c25 [2023-03-10T15:52:23.699Z] ---> 735996cc8eb2 [2023-03-10T15:52:23.699Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T15:52:26.983Z] ---> Running in e2abe6752941 [2023-03-10T15:52:26.983Z] Removing intermediate container 87eb70c47588 [2023-03-10T15:52:26.983Z] ---> 910b5dff84c7 [2023-03-10T15:52:26.983Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:52:26.983Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:26.983Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:26.983Z] ---> aefd6b13376d [2023-03-10T15:52:26.983Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T15:52:26.983Z] ---> Using cache [2023-03-10T15:52:26.983Z] ---> 3b681cfd2865 [2023-03-10T15:52:26.983Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T15:52:26.983Z] ---> Using cache [2023-03-10T15:52:26.983Z] ---> ab477bb70d5d [2023-03-10T15:52:26.983Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T15:52:26.983Z] ---> Using cache [2023-03-10T15:52:26.983Z] ---> 6a0fd8d201f5 [2023-03-10T15:52:26.983Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:26.983Z] ---> Using cache [2023-03-10T15:52:26.983Z] ---> 17d88eabef2f [2023-03-10T15:52:26.983Z] Step 7/20 : COPY . . [2023-03-10T15:52:26.983Z] ---> Using cache [2023-03-10T15:52:26.983Z] ---> 223046299dae [2023-03-10T15:52:26.983Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T15:52:26.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:26.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:26.983Z] ---> aefd6b13376d [2023-03-10T15:52:26.983Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:52:26.983Z] ---> Using cache [2023-03-10T15:52:26.983Z] ---> 7ba5d8389dac [2023-03-10T15:52:26.983Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:52:26.983Z] ---> Using cache [2023-03-10T15:52:26.983Z] ---> 508c51175fbd [2023-03-10T15:52:26.983Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T15:52:27.240Z] ---> Running in d9e1c9a2c7ab [2023-03-10T15:52:27.240Z] ---> Running in 3d0eaec8f412 [2023-03-10T15:52:27.240Z] ---> Running in b78bf22e15f1 [2023-03-10T15:52:27.240Z] Removing intermediate container e2abe6752941 [2023-03-10T15:52:27.240Z] ---> a8c32422b2f7 [2023-03-10T15:52:27.240Z] [2023-03-10T15:52:27.498Z] Successfully built a8c32422b2f7 [2023-03-10T15:52:27.498Z] Successfully tagged support-scheduler:latest [2023-03-10T15:52:27.498Z]  Building support-scheduler ... done Building security-spire-config [2023-03-10T15:52:27.498Z] Removing intermediate container 7e564e961277 [2023-03-10T15:52:27.498Z] ---> 3beb7eca8270 [2023-03-10T15:52:27.498Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:52:27.498Z] Removing intermediate container d9e1c9a2c7ab [2023-03-10T15:52:27.498Z] ---> 8eb7f0c7a6be [2023-03-10T15:52:27.498Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T15:52:27.498Z] ---> Running in 2754c7a5e96e [2023-03-10T15:52:28.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:28.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:28.875Z] ---> e36263c01a84 [2023-03-10T15:52:28.875Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T15:52:28.875Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-10T15:52:28.875Z] OK: 211 MiB in 51 packages [2023-03-10T15:52:29.133Z] Removing intermediate container 2754c7a5e96e [2023-03-10T15:52:29.133Z] ---> be947bf12cd9 [2023-03-10T15:52:29.133Z] [2023-03-10T15:52:29.133Z] Successfully built be947bf12cd9 [2023-03-10T15:52:29.133Z] Successfully tagged support-notifications:latest [2023-03-10T15:52:29.133Z]  Building support-notifications ... done Building security-spiffe-token-provider [2023-03-10T15:52:31.041Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:31.041Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:31.041Z] ---> aefd6b13376d [2023-03-10T15:52:31.041Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T15:52:31.041Z] ---> Using cache [2023-03-10T15:52:31.041Z] ---> 3b681cfd2865 [2023-03-10T15:52:31.041Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T15:52:31.041Z] ---> b413d22f97a4 [2023-03-10T15:52:31.041Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T15:52:31.041Z] Removing intermediate container 3d0eaec8f412 [2023-03-10T15:52:31.041Z] ---> 33c8e1489a28 [2023-03-10T15:52:31.041Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:52:31.041Z] ---> Running in 845a3647696f [2023-03-10T15:52:31.041Z] ---> 30c776edec16 [2023-03-10T15:52:31.041Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:31.305Z] ---> eb626f9a1019 [2023-03-10T15:52:31.305Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T15:52:31.305Z] ---> Running in db7e790f0b9d [2023-03-10T15:52:31.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:31.563Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:31.563Z] ---> 3c0f2fa7cd60 [2023-03-10T15:52:31.563Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T15:52:31.821Z] OK: 211 MiB in 51 packages [2023-03-10T15:52:32.385Z] ---> 9b44472137c1 [2023-03-10T15:52:32.385Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T15:52:32.643Z] Removing intermediate container 845a3647696f [2023-03-10T15:52:32.643Z] ---> 26de148dbd9c [2023-03-10T15:52:32.643Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T15:52:32.643Z] ---> 87aeded12ab6 [2023-03-10T15:52:32.643Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T15:52:32.922Z] ---> 16a70c3d8b87 [2023-03-10T15:52:32.922Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:32.922Z] ---> Running in 666f69a46ebd [2023-03-10T15:52:33.180Z] ---> 16f114ebfbd0 [2023-03-10T15:52:33.180Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T15:52:33.180Z] ---> Running in a291aeae00e6 [2023-03-10T15:52:33.395Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:33.395Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:33.395Z] ---> c07413252866 [2023-03-10T15:52:33.395Z] Step 3/19 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:33.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:33.395Z] ---> c07413252866 [2023-03-10T15:52:33.395Z] [2023-03-10T15:52:33.395Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:52:33.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:33.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:33.395Z] ---> c07413252866 [2023-03-10T15:52:33.395Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:52:33.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:33.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:33.395Z] ---> c07413252866 [2023-03-10T15:52:33.395Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:52:33.665Z] ---> Running in 51ee44813646 [2023-03-10T15:52:33.665Z] ---> Running in 80c2b4ea7ccb [2023-03-10T15:52:33.665Z] ---> Running in 2d5500a57622 [2023-03-10T15:52:33.665Z] ---> Running in 57316b7fac09 [2023-03-10T15:52:33.665Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:33.665Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:33.665Z] ---> c07413252866 [2023-03-10T15:52:33.665Z] Step 3/32 : WORKDIR /edgex-go [2023-03-10T15:52:33.933Z] ---> Running in 15910c989154 [2023-03-10T15:52:33.933Z] Removing intermediate container 51ee44813646 [2023-03-10T15:52:33.933Z] ---> 04e8c5c3d8f9 [2023-03-10T15:52:33.933Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:52:34.199Z] Removing intermediate container 80c2b4ea7ccb [2023-03-10T15:52:34.199Z] ---> 22d3b5ba1351 [2023-03-10T15:52:34.199Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T15:52:34.199Z] ---> Running in c035042e1134 [2023-03-10T15:52:34.199Z] Removing intermediate container 57316b7fac09 [2023-03-10T15:52:34.199Z] ---> c05f9ad1bc94 [2023-03-10T15:52:34.199Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:52:34.199Z] ---> Running in 497afd3dcade [2023-03-10T15:52:34.466Z] Removing intermediate container 2d5500a57622 [2023-03-10T15:52:34.466Z] ---> 295a3757b062 [2023-03-10T15:52:34.466Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:52:34.466Z] Removing intermediate container 15910c989154 [2023-03-10T15:52:34.466Z] ---> 0c15d0dccee1 [2023-03-10T15:52:34.466Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-03-10T15:52:34.466Z] ---> Running in 11847e6214de [2023-03-10T15:52:34.558Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:34.558Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:34.558Z] ---> aefd6b13376d [2023-03-10T15:52:34.558Z] Step 3/19 : WORKDIR /edgex-go [2023-03-10T15:52:34.558Z] ---> Using cache [2023-03-10T15:52:34.558Z] ---> 3b681cfd2865 [2023-03-10T15:52:34.558Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-03-10T15:52:34.558Z] ---> Running in b9c01b4a1380 [2023-03-10T15:52:34.734Z] ---> Running in 35a4d9191b84 [2023-03-10T15:52:34.735Z] ---> Running in a15115e2ed1d [2023-03-10T15:52:34.850Z] Removing intermediate container a291aeae00e6 [2023-03-10T15:52:34.850Z] ---> 7d480a76a344 [2023-03-10T15:52:34.850Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T15:52:35.004Z] Removing intermediate container c035042e1134 [2023-03-10T15:52:35.004Z] ---> abf216035db3 [2023-03-10T15:52:35.004Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T15:52:35.004Z] ---> Running in 38e6e76284c1 [2023-03-10T15:52:35.109Z] ---> Running in 2cb5e73fa7b0 [2023-03-10T15:52:35.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:35.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:35.373Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T15:52:35.373Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T15:52:35.373Z] OK: 17046 distinct packages available [2023-03-10T15:52:35.373Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:35.588Z] Removing intermediate container 11847e6214de [2023-03-10T15:52:35.588Z] ---> f059325b8a71 [2023-03-10T15:52:35.588Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-10T15:52:35.588Z] Removing intermediate container 35a4d9191b84 [2023-03-10T15:52:35.588Z] ---> 93f84d57d2de [2023-03-10T15:52:35.588Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T15:52:35.631Z] Removing intermediate container 2cb5e73fa7b0 [2023-03-10T15:52:35.631Z] ---> 903e674d4231 [2023-03-10T15:52:35.631Z] Step 29/32 : CMD ["gate"] [2023-03-10T15:52:35.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:52:35.855Z] ---> Running in 320d0e8249ef [2023-03-10T15:52:35.855Z] ---> Running in df1a27e20cd7 [2023-03-10T15:52:35.888Z] OK: 211 MiB in 51 packages [2023-03-10T15:52:35.888Z] ---> Running in 03a3c8e0d394 [2023-03-10T15:52:35.888Z] Removing intermediate container 03a3c8e0d394 [2023-03-10T15:52:35.888Z] ---> cf2a27bb9bb6 [2023-03-10T15:52:35.888Z] Step 30/32 : LABEL arch=x86_64 [2023-03-10T15:52:36.145Z] ---> Running in 15596557b832 [2023-03-10T15:52:36.401Z] Removing intermediate container 15596557b832 [2023-03-10T15:52:36.401Z] ---> 8e919b25d4ef [2023-03-10T15:52:36.401Z] Step 31/32 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:52:36.401Z] ---> Running in 5026c891691f [2023-03-10T15:52:36.401Z] Removing intermediate container b9c01b4a1380 [2023-03-10T15:52:36.401Z] ---> bc64e8a767fd [2023-03-10T15:52:36.401Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T15:52:36.442Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:36.663Z] Removing intermediate container 5026c891691f [2023-03-10T15:52:36.663Z] ---> 6ffd8010e8f1 [2023-03-10T15:52:36.663Z] Step 32/32 : LABEL version=3.0.0-dev.89 [2023-03-10T15:52:36.663Z] ---> Running in 0472d348e666 [2023-03-10T15:52:36.663Z] ---> 44ea91b91289 [2023-03-10T15:52:36.663Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:36.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:36.921Z] ---> Running in 29f54ce86134 [2023-03-10T15:52:36.921Z] Removing intermediate container 0472d348e666 [2023-03-10T15:52:36.921Z] ---> 2cc7d2a52eb9 [2023-03-10T15:52:36.921Z] [2023-03-10T15:52:36.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:37.178Z] Successfully built 2cc7d2a52eb9 [2023-03-10T15:52:37.179Z] Successfully tagged security-bootstrapper:latest [2023-03-10T15:52:37.179Z] Building core-command [2023-03-10T15:52:37.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:37.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:37.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:37.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:37.524Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:38.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:38.106Z] v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-03-10T15:52:38.106Z] v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-03-10T15:52:38.106Z] OK: 16903 distinct packages available [2023-03-10T15:52:38.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:38.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:38.690Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T15:52:38.690Z] OK: 221 MiB in 51 packages [2023-03-10T15:52:38.690Z] OK: 221 MiB in 51 packages [2023-03-10T15:52:39.278Z] OK: 221 MiB in 51 packages [2023-03-10T15:52:39.546Z] OK: 221 MiB in 51 packages [2023-03-10T15:52:39.704Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:52:39.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:52:39.705Z] ---> aefd6b13376d [2023-03-10T15:52:39.705Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:52:39.705Z] ---> Using cache [2023-03-10T15:52:39.705Z] ---> 7ba5d8389dac [2023-03-10T15:52:39.705Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T15:52:39.705Z] ---> Using cache [2023-03-10T15:52:39.705Z] ---> 508c51175fbd [2023-03-10T15:52:39.705Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T15:52:39.705Z] ---> Using cache [2023-03-10T15:52:39.705Z] ---> 33c8e1489a28 [2023-03-10T15:52:39.705Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T15:52:39.705Z] ---> Using cache [2023-03-10T15:52:39.705Z] ---> 30c776edec16 [2023-03-10T15:52:39.705Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:39.813Z] OK: 221 MiB in 51 packages [2023-03-10T15:52:40.395Z] Removing intermediate container 38e6e76284c1 [2023-03-10T15:52:40.395Z] ---> a2ff82a030fc [2023-03-10T15:52:40.395Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:52:40.663Z] Removing intermediate container a15115e2ed1d [2023-03-10T15:52:40.663Z] ---> c65f1021ef3e [2023-03-10T15:52:40.663Z] Step 5/32 : COPY go.mod vendor* ./ [2023-03-10T15:52:40.956Z] Removing intermediate container 320d0e8249ef [2023-03-10T15:52:40.956Z] ---> f61cea5d6a1c [2023-03-10T15:52:40.956Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:52:41.077Z] ---> Running in 2b3a9e0aa04c [2023-03-10T15:52:41.223Z] Removing intermediate container df1a27e20cd7 [2023-03-10T15:52:41.223Z] ---> d76c4ec5f5f2 [2023-03-10T15:52:41.223Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:52:41.223Z] Removing intermediate container 497afd3dcade [2023-03-10T15:52:41.223Z] ---> 285ec74e7e91 [2023-03-10T15:52:41.223Z] Step 5/19 : COPY go.mod vendor* ./ [2023-03-10T15:52:41.223Z] ---> 6b3c626921a0 [2023-03-10T15:52:41.223Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:41.491Z] ---> Running in 646af20d43fa [2023-03-10T15:52:42.076Z] ---> f52d0b42b82e [2023-03-10T15:52:42.076Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:42.076Z] ---> 001ad15af7fd [2023-03-10T15:52:42.076Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:42.076Z] ---> Running in 698aed359d3e [2023-03-10T15:52:42.364Z] ---> Running in 908b484418f2 [2023-03-10T15:52:42.634Z] ---> 0e7bcf9a9976 [2023-03-10T15:52:42.634Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:42.902Z] ---> Running in 6c1934bba559 [2023-03-10T15:52:42.902Z] ---> 533363e9db07 [2023-03-10T15:52:42.902Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:52:43.175Z] ---> Running in 2891f4ffbeb2 [2023-03-10T15:52:53.270Z] Removing intermediate container db7e790f0b9d [2023-03-10T15:52:53.270Z] ---> a9e54c6722be [2023-03-10T15:52:53.270Z] Step 8/22 : COPY . . [2023-03-10T15:53:01.381Z] ---> 15f3b0210988 [2023-03-10T15:53:01.381Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T15:53:01.381Z] Removing intermediate container b78bf22e15f1 [2023-03-10T15:53:01.381Z] ---> 4eed7015da49 [2023-03-10T15:53:01.381Z] [2023-03-10T15:53:01.381Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T15:53:01.381Z] ---> dfd21b5a31f5 [2023-03-10T15:53:01.381Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T15:53:01.381Z] ---> Running in 48cdfa37ea21 [2023-03-10T15:53:01.381Z] ---> Running in 40c1f79c7c3f [2023-03-10T15:53:01.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:01.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:01.381Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T15:53:01.381Z] Removing intermediate container 666f69a46ebd [2023-03-10T15:53:01.381Z] ---> a8d097f28511 [2023-03-10T15:53:01.381Z] Step 7/24 : COPY . . [2023-03-10T15:53:01.381Z] Removing intermediate container 29f54ce86134 [2023-03-10T15:53:01.381Z] ---> 6fbd25e93fc2 [2023-03-10T15:53:01.381Z] Step 7/19 : COPY . . [2023-03-10T15:53:01.638Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T15:53:01.638Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T15:53:01.638Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:53:01.638Z] OK: 6 MiB in 16 packages [2023-03-10T15:53:08.197Z] Removing intermediate container 40c1f79c7c3f [2023-03-10T15:53:08.197Z] ---> 0a149ae7c1a8 [2023-03-10T15:53:08.197Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-10T15:53:09.134Z] ---> Running in 9985e598c1f2 [2023-03-10T15:53:09.406Z] ---> fc13466b8690 [2023-03-10T15:53:09.406Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T15:53:09.406Z] ---> 1af9ef3a7809 [2023-03-10T15:53:09.406Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T15:53:09.406Z] Removing intermediate container 9985e598c1f2 [2023-03-10T15:53:09.406Z] ---> e56d393a4772 [2023-03-10T15:53:09.406Z] Step 12/20 : WORKDIR /edgex [2023-03-10T15:53:09.406Z] ---> Running in 3e2da3f02858 [2023-03-10T15:53:09.406Z] ---> Running in d766733e3894 [2023-03-10T15:53:09.406Z] ---> Running in 36a2fb4fc8dc [2023-03-10T15:53:09.664Z] Removing intermediate container 3e2da3f02858 [2023-03-10T15:53:09.664Z] ---> 7f8b62bf7cd8 [2023-03-10T15:53:09.664Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T15:53:09.921Z] ---> Running in 8bfb494df473 [2023-03-10T15:53:09.921Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-10T15:53:09.921Z] Removing intermediate container 36a2fb4fc8dc [2023-03-10T15:53:09.921Z] ---> bc0d8d9e0af6 [2023-03-10T15:53:09.921Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-10T15:53:10.179Z] Removing intermediate container 8bfb494df473 [2023-03-10T15:53:10.179Z] ---> 14e130cc2b11 [2023-03-10T15:53:10.179Z] 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-10T15:53:10.179Z] ---> Running in 480fd078d223 [2023-03-10T15:53:10.179Z] ---> 7a73f6b8ff4d [2023-03-10T15:53:10.179Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T15:53:10.179Z] Removing intermediate container 2b3a9e0aa04c [2023-03-10T15:53:10.179Z] ---> b33ec5279412 [2023-03-10T15:53:10.179Z] Step 8/23 : COPY . . [2023-03-10T15:53:12.705Z] ---> 35a1010eb5fe [2023-03-10T15:53:12.705Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T15:53:12.962Z] Removing intermediate container 480fd078d223 [2023-03-10T15:53:12.962Z] ---> 98d8268bd883 [2023-03-10T15:53:12.962Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T15:53:13.220Z] ---> 300c82afbff2 [2023-03-10T15:53:13.220Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T15:53:13.220Z] ---> Running in ab6dbe4505f3 [2023-03-10T15:53:13.220Z] ---> Running in ccbc63940ec5 [2023-03-10T15:53:13.783Z] Removing intermediate container ab6dbe4505f3 [2023-03-10T15:53:13.783Z] ---> e690e573c944 [2023-03-10T15:53:13.783Z] [2023-03-10T15:53:13.783Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T15:53:13.783Z] 3.15: Pulling from library/alpine [2023-03-10T15:53:14.716Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T15:53:14.716Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T15:53:14.716Z] ---> 5ce65d7b0fde [2023-03-10T15:53:14.716Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T15:53:14.974Z] ---> Running in 37386366b10b [2023-03-10T15:53:14.974Z] Removing intermediate container ccbc63940ec5 [2023-03-10T15:53:14.974Z] ---> 6b8ee9530ebe [2023-03-10T15:53:14.974Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T15:53:15.255Z] ---> Running in d7c1b56fce76 [2023-03-10T15:53:15.255Z] Removing intermediate container 37386366b10b [2023-03-10T15:53:15.255Z] ---> d87d83baf2a3 [2023-03-10T15:53:15.255Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T15:53:15.820Z] ---> Running in a7291c41a178 [2023-03-10T15:53:15.820Z] Removing intermediate container d7c1b56fce76 [2023-03-10T15:53:15.820Z] ---> 4cad94cd02bc [2023-03-10T15:53:15.820Z] Step 18/20 : LABEL arch=x86_64 [2023-03-10T15:53:15.820Z] ---> Running in 2e1f90fb80f0 [2023-03-10T15:53:15.820Z] ---> a9c9f24fc5f5 [2023-03-10T15:53:15.820Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T15:53:16.078Z] ---> Running in ba24aa6e30b5 [2023-03-10T15:53:16.078Z] Removing intermediate container 2e1f90fb80f0 [2023-03-10T15:53:16.078Z] ---> ac766d5ba9d0 [2023-03-10T15:53:16.078Z] Step 19/20 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:16.336Z] ---> Running in 6b7ee94e7b2c [2023-03-10T15:53:16.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:16.594Z] Removing intermediate container 6b7ee94e7b2c [2023-03-10T15:53:16.594Z] ---> dbf551a8618a [2023-03-10T15:53:16.594Z] Step 20/20 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:16.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:16.594Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T15:53:16.594Z] ---> Running in 403a1b307032 [2023-03-10T15:53:16.851Z] Removing intermediate container 403a1b307032 [2023-03-10T15:53:16.851Z] ---> 172fa504b61a [2023-03-10T15:53:16.851Z] [2023-03-10T15:53:16.851Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T15:53:16.851Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T15:53:16.851Z] OK: 15859 distinct packages available [2023-03-10T15:53:16.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:16.851Z] Successfully built 172fa504b61a [2023-03-10T15:53:16.851Z] Successfully tagged security-proxy-setup:latest [2023-03-10T15:53:16.851Z]  Building security-proxy-setup ... done Building core-common-config-bootstrapper [2023-03-10T15:53:16.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:17.108Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T15:53:17.108Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T15:53:17.108Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T15:53:17.108Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T15:53:17.108Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T15:53:17.108Z] OK: 6 MiB in 18 packages [2023-03-10T15:53:19.633Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:53:19.633Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:53:19.633Z] ---> aefd6b13376d [2023-03-10T15:53:19.633Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T15:53:19.633Z] ---> Using cache [2023-03-10T15:53:19.633Z] ---> 7ba5d8389dac [2023-03-10T15:53:19.633Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T15:53:19.633Z] ---> Using cache [2023-03-10T15:53:19.633Z] ---> 508c51175fbd [2023-03-10T15:53:19.633Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T15:53:19.633Z] ---> Using cache [2023-03-10T15:53:19.633Z] ---> 33c8e1489a28 [2023-03-10T15:53:19.633Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T15:53:19.633Z] ---> Using cache [2023-03-10T15:53:19.633Z] ---> 30c776edec16 [2023-03-10T15:53:19.633Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:53:19.633Z] ---> Using cache [2023-03-10T15:53:19.633Z] ---> b33ec5279412 [2023-03-10T15:53:19.633Z] Step 8/22 : COPY . . [2023-03-10T15:53:19.633Z] ---> Using cache [2023-03-10T15:53:19.633Z] ---> a9c9f24fc5f5 [2023-03-10T15:53:19.633Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T15:53:20.564Z] ---> Running in 96a08321c2ed [2023-03-10T15:53:20.564Z] Removing intermediate container a7291c41a178 [2023-03-10T15:53:20.564Z] ---> 632e565158a3 [2023-03-10T15:53:20.564Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T15:53:21.133Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T15:53:25.313Z] ---> d9af3db64ae2 [2023-03-10T15:53:25.313Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T15:53:25.313Z] Removing intermediate container 48cdfa37ea21 [2023-03-10T15:53:25.313Z] ---> 548d67bc479c [2023-03-10T15:53:25.313Z] [2023-03-10T15:53:25.313Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T15:53:25.313Z] ---> dfd21b5a31f5 [2023-03-10T15:53:25.313Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T15:53:25.313Z] ---> Running in 7a2fab37dd60 [2023-03-10T15:53:25.313Z] ---> d95c6d5867c2 [2023-03-10T15:53:25.313Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T15:53:25.582Z] Removing intermediate container 7a2fab37dd60 [2023-03-10T15:53:25.582Z] ---> cf094bedfac7 [2023-03-10T15:53:25.582Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T15:53:25.582Z] ---> Running in 4b0814dbcc04 [2023-03-10T15:53:25.582Z] ---> Running in 9f9c34686130 [2023-03-10T15:53:25.840Z] Removing intermediate container 4b0814dbcc04 [2023-03-10T15:53:25.840Z] ---> 19c4ca8e30c6 [2023-03-10T15:53:25.840Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T15:53:26.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:26.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:26.433Z] ---> 013cf2d77ca8 [2023-03-10T15:53:26.433Z] Step 19/24 : WORKDIR / [2023-03-10T15:53:26.433Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T15:53:26.433Z] ---> Running in 6608bfb586b8 [2023-03-10T15:53:26.433Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:53:26.695Z] OK: 6 MiB in 15 packages [2023-03-10T15:53:26.952Z] Removing intermediate container 6608bfb586b8 [2023-03-10T15:53:26.952Z] ---> ed2a02586a6a [2023-03-10T15:53:26.952Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T15:53:27.210Z] ---> Running in d7d4fb477dd0 [2023-03-10T15:53:27.467Z] Removing intermediate container d7d4fb477dd0 [2023-03-10T15:53:27.467Z] ---> 559e6d3065da [2023-03-10T15:53:27.467Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T15:53:27.857Z] Removing intermediate container 9f9c34686130 [2023-03-10T15:53:27.857Z] ---> 5df443682989 [2023-03-10T15:53:27.857Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:53:27.857Z] ---> Running in b5fc1493fed4 [2023-03-10T15:53:28.115Z] Removing intermediate container b5fc1493fed4 [2023-03-10T15:53:28.115Z] ---> 093c2fcfe675 [2023-03-10T15:53:28.115Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T15:53:28.372Z] ---> Running in 7aca6c32badb [2023-03-10T15:53:28.630Z] ---> f27110cedd6c [2023-03-10T15:53:28.630Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T15:53:28.630Z] Removing intermediate container 7aca6c32badb [2023-03-10T15:53:28.630Z] ---> 06dd23692d68 [2023-03-10T15:53:28.630Z] Step 23/24 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:28.887Z] ---> Running in 6b847183bd05 [2023-03-10T15:53:29.151Z] ---> 9c035891145c [2023-03-10T15:53:29.151Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T15:53:29.408Z] Removing intermediate container 6b847183bd05 [2023-03-10T15:53:29.408Z] ---> 4f2c4fa89659 [2023-03-10T15:53:29.408Z] Step 24/24 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:29.408Z] ---> Running in d3ba93800574 [2023-03-10T15:53:29.972Z] Removing intermediate container d3ba93800574 [2023-03-10T15:53:29.972Z] ---> 4a2a75ba3abc [2023-03-10T15:53:29.972Z] [2023-03-10T15:53:29.972Z] ---> b236ee41e8ee [2023-03-10T15:53:29.972Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T15:53:29.972Z] Successfully built 4a2a75ba3abc [2023-03-10T15:53:29.972Z] Successfully tagged security-spire-config:latest [2023-03-10T15:53:29.972Z]  Building security-spire-config ... done Building security-spire-server [2023-03-10T15:53:32.494Z] ---> 0807aadaa5db [2023-03-10T15:53:32.494Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T15:53:32.494Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:53:32.494Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:53:32.494Z] ---> aefd6b13376d [2023-03-10T15:53:32.494Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T15:53:32.494Z] ---> Using cache [2023-03-10T15:53:32.494Z] ---> 3b681cfd2865 [2023-03-10T15:53:32.494Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T15:53:32.494Z] ---> Using cache [2023-03-10T15:53:32.752Z] ---> 26de148dbd9c [2023-03-10T15:53:32.752Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T15:53:32.752Z] ---> Using cache [2023-03-10T15:53:32.752Z] ---> 16a70c3d8b87 [2023-03-10T15:53:32.752Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:53:32.752Z] ---> Using cache [2023-03-10T15:53:32.752Z] ---> a8d097f28511 [2023-03-10T15:53:32.752Z] Step 7/23 : COPY . . [2023-03-10T15:53:32.752Z] ---> Using cache [2023-03-10T15:53:32.752Z] ---> fc13466b8690 [2023-03-10T15:53:32.752Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T15:53:32.752Z] ---> Using cache [2023-03-10T15:53:32.752Z] ---> 7f8b62bf7cd8 [2023-03-10T15:53:32.752Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T15:53:32.752Z] ---> Using cache [2023-03-10T15:53:32.752Z] ---> 14e130cc2b11 [2023-03-10T15:53:32.752Z] 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-10T15:53:32.752Z] ---> Running in b0768f013e03 [2023-03-10T15:53:32.752Z] ---> Running in fea490bc551b [2023-03-10T15:53:35.284Z] Removing intermediate container b0768f013e03 [2023-03-10T15:53:35.284Z] ---> 27a93f9462b6 [2023-03-10T15:53:35.284Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T15:53:35.284Z] Removing intermediate container fea490bc551b [2023-03-10T15:53:35.284Z] ---> f79e98de26c0 [2023-03-10T15:53:35.284Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T15:53:35.588Z] ---> Running in 2f14dcabdf82 [2023-03-10T15:53:35.588Z] ---> Running in fbf32daec0dc [2023-03-10T15:53:36.193Z] Removing intermediate container fbf32daec0dc [2023-03-10T15:53:36.193Z] ---> 7579f5b1aff2 [2023-03-10T15:53:36.193Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T15:53:36.193Z] Removing intermediate container 2f14dcabdf82 [2023-03-10T15:53:36.193Z] ---> a29f24369dce [2023-03-10T15:53:36.193Z] [2023-03-10T15:53:36.193Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T15:53:36.193Z] ---> 5ce65d7b0fde [2023-03-10T15:53:36.193Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T15:53:36.193Z] ---> Using cache [2023-03-10T15:53:36.193Z] ---> d87d83baf2a3 [2023-03-10T15:53:36.193Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T15:53:36.193Z] ---> Running in a4bfaf56c308 [2023-03-10T15:53:36.193Z] ---> Running in 27b299759976 [2023-03-10T15:53:36.193Z] Removing intermediate container d766733e3894 [2023-03-10T15:53:36.193Z] ---> 65c0c43a293d [2023-03-10T15:53:36.193Z] [2023-03-10T15:53:36.193Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T15:53:36.193Z] ---> 5ce65d7b0fde [2023-03-10T15:53:36.193Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T15:53:36.193Z] ---> Using cache [2023-03-10T15:53:36.193Z] ---> d87d83baf2a3 [2023-03-10T15:53:36.193Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T15:53:36.455Z] ---> Running in e3e45805bf08 [2023-03-10T15:53:36.455Z] Removing intermediate container a4bfaf56c308 [2023-03-10T15:53:36.455Z] ---> 287b7ed37be1 [2023-03-10T15:53:36.455Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T15:53:36.455Z] ---> Running in a2712db3d177 [2023-03-10T15:53:36.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:36.712Z] Removing intermediate container a2712db3d177 [2023-03-10T15:53:36.712Z] ---> 9e1ebfb61b5c [2023-03-10T15:53:36.712Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:36.712Z] ---> Running in 176db6768053 [2023-03-10T15:53:36.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:36.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:36.969Z] Removing intermediate container 176db6768053 [2023-03-10T15:53:36.969Z] ---> 1f8280c1c0b4 [2023-03-10T15:53:36.969Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:36.969Z] ---> Running in d80c76e3af0c [2023-03-10T15:53:36.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:36.969Z] Removing intermediate container d80c76e3af0c [2023-03-10T15:53:36.969Z] ---> bddba4477aa4 [2023-03-10T15:53:36.969Z] [2023-03-10T15:53:36.969Z] Successfully built bddba4477aa4 [2023-03-10T15:53:36.969Z] Successfully tagged security-proxy-auth:latest [2023-03-10T15:53:36.969Z] Building security-secretstore-setup [2023-03-10T15:53:37.227Z]  Building security-proxy-auth ... done v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T15:53:37.227Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T15:53:37.227Z] OK: 15859 distinct packages available [2023-03-10T15:53:37.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:37.227Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T15:53:37.227Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T15:53:37.227Z] OK: 15859 distinct packages available [2023-03-10T15:53:37.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:37.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:37.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:37.484Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T15:53:37.484Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T15:53:37.484Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T15:53:37.484Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T15:53:37.484Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T15:53:37.484Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T15:53:37.484Z] OK: 7 MiB in 19 packages [2023-03-10T15:53:37.484Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T15:53:37.484Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T15:53:37.484Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T15:53:37.484Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T15:53:37.484Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T15:53:37.484Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T15:53:37.484Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T15:53:37.484Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T15:53:37.484Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T15:53:37.484Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T15:53:37.484Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T15:53:37.484Z] OK: 8 MiB in 23 packages [2023-03-10T15:53:39.379Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:53:39.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:53:39.379Z] ---> aefd6b13376d [2023-03-10T15:53:39.379Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T15:53:39.379Z] ---> Using cache [2023-03-10T15:53:39.379Z] ---> 3b681cfd2865 [2023-03-10T15:53:39.379Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T15:53:39.379Z] ---> Using cache [2023-03-10T15:53:39.379Z] ---> ab477bb70d5d [2023-03-10T15:53:39.379Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T15:53:39.379Z] ---> Using cache [2023-03-10T15:53:39.379Z] ---> 6a0fd8d201f5 [2023-03-10T15:53:39.379Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:53:39.379Z] ---> Using cache [2023-03-10T15:53:39.379Z] ---> 17d88eabef2f [2023-03-10T15:53:39.379Z] Step 7/23 : COPY . . [2023-03-10T15:53:39.379Z] ---> Using cache [2023-03-10T15:53:39.379Z] ---> 223046299dae [2023-03-10T15:53:39.379Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T15:53:40.312Z] ---> Running in b004f1f6b8c8 [2023-03-10T15:53:40.570Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-10T15:53:40.570Z] Removing intermediate container 27b299759976 [2023-03-10T15:53:40.570Z] ---> a149cdceb23a [2023-03-10T15:53:40.570Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T15:53:40.570Z] Removing intermediate container e3e45805bf08 [2023-03-10T15:53:40.570Z] ---> 64be5c15e2ee [2023-03-10T15:53:40.570Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:53:41.502Z] ---> f8252f0cc0c9 [2023-03-10T15:53:41.502Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T15:53:42.092Z] ---> 26b4d6b21bd5 [2023-03-10T15:53:42.092Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T15:53:42.092Z] ---> 23a2e459e6e8 [2023-03-10T15:53:42.092Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T15:53:42.092Z] Removing intermediate container ba24aa6e30b5 [2023-03-10T15:53:42.092Z] ---> 6044a5a6db68 [2023-03-10T15:53:42.092Z] [2023-03-10T15:53:42.092Z] Step 10/23 : FROM alpine:3.16 [2023-03-10T15:53:42.092Z] ---> dfd21b5a31f5 [2023-03-10T15:53:42.092Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-10T15:53:42.092Z] ---> Using cache [2023-03-10T15:53:42.092Z] ---> 1dc3f26f91dd [2023-03-10T15:53:42.092Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T15:53:42.092Z] ---> Using cache [2023-03-10T15:53:42.092Z] ---> 81d84e080087 [2023-03-10T15:53:42.092Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T15:53:42.352Z] ---> Running in 01a2173b199f [2023-03-10T15:53:42.352Z] ---> 5421291a69e0 [2023-03-10T15:53:42.352Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T15:53:42.611Z] ---> f73ad239679c [2023-03-10T15:53:42.611Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T15:53:42.611Z] ---> Running in dd3807d56f43 [2023-03-10T15:53:42.611Z] Removing intermediate container 01a2173b199f [2023-03-10T15:53:42.611Z] ---> ecc9ff293a8d [2023-03-10T15:53:42.611Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T15:53:42.611Z] ---> Running in eb37c7fe9362 [2023-03-10T15:53:42.870Z] ---> dcb3c9912792 [2023-03-10T15:53:42.870Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T15:53:42.870Z] Removing intermediate container dd3807d56f43 [2023-03-10T15:53:42.870Z] ---> e9aa3659b52d [2023-03-10T15:53:42.870Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T15:53:43.128Z] ---> Running in 24a1a7f84134 [2023-03-10T15:53:43.128Z] Removing intermediate container eb37c7fe9362 [2023-03-10T15:53:43.128Z] ---> 11326f53428b [2023-03-10T15:53:43.128Z] Step 15/23 : WORKDIR / [2023-03-10T15:53:43.128Z] ---> 3804c0273d1c [2023-03-10T15:53:43.128Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T15:53:43.128Z] ---> Running in c193e5aad437 [2023-03-10T15:53:43.386Z] Removing intermediate container 24a1a7f84134 [2023-03-10T15:53:43.386Z] ---> ddbf2d497c4b [2023-03-10T15:53:43.386Z] Step 17/19 : LABEL arch=x86_64 [2023-03-10T15:53:43.386Z] ---> Running in 1a2f73f6ae5e [2023-03-10T15:53:43.386Z] ---> Running in 62e803f37694 [2023-03-10T15:53:43.386Z] Removing intermediate container c193e5aad437 [2023-03-10T15:53:43.386Z] ---> cbaf6806dd50 [2023-03-10T15:53:43.386Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:53:43.645Z] Removing intermediate container 1a2f73f6ae5e [2023-03-10T15:53:43.645Z] ---> f18a0ccc5eba [2023-03-10T15:53:43.645Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T15:53:43.645Z] Removing intermediate container 62e803f37694 [2023-03-10T15:53:43.645Z] ---> 8854e0713030 [2023-03-10T15:53:43.645Z] Step 18/19 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:43.645Z] ---> Running in 82097c95e412 [2023-03-10T15:53:43.903Z] ---> 16ddf330f422 [2023-03-10T15:53:43.903Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T15:53:43.903Z] ---> Running in d3ebd82e01e2 [2023-03-10T15:53:43.903Z] Removing intermediate container 82097c95e412 [2023-03-10T15:53:43.903Z] ---> d77aa0e134b8 [2023-03-10T15:53:43.903Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T15:53:44.160Z] Removing intermediate container d3ebd82e01e2 [2023-03-10T15:53:44.160Z] ---> c18bcd32b835 [2023-03-10T15:53:44.160Z] Step 19/19 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:44.423Z] ---> Running in 56e68a3eb1df [2023-03-10T15:53:44.423Z] ---> Running in 945aef95229e [2023-03-10T15:53:44.682Z] ---> 49d867819eb5 [2023-03-10T15:53:44.682Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T15:53:44.682Z] Removing intermediate container 945aef95229e [2023-03-10T15:53:44.682Z] ---> 5a5c28d520f1 [2023-03-10T15:53:44.682Z] [2023-03-10T15:53:44.682Z] Removing intermediate container 56e68a3eb1df [2023-03-10T15:53:44.682Z] ---> cfe4b825be40 [2023-03-10T15:53:44.682Z] Step 22/23 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:44.940Z] ---> Running in d66a88c83fa7 [2023-03-10T15:53:44.940Z] Successfully built 5a5c28d520f1 [2023-03-10T15:53:44.940Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-10T15:53:44.940Z] Building security-spire-agent [2023-03-10T15:53:44.940Z]  Building security-spiffe-token-provider ... done Removing intermediate container 96a08321c2ed [2023-03-10T15:53:44.940Z] ---> da4c680b1082 [2023-03-10T15:53:44.940Z] [2023-03-10T15:53:44.940Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T15:53:44.940Z] ---> dfd21b5a31f5 [2023-03-10T15:53:44.940Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T15:53:44.940Z] ---> Using cache [2023-03-10T15:53:44.940Z] ---> cf094bedfac7 [2023-03-10T15:53:44.940Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T15:53:44.940Z] ---> Using cache [2023-03-10T15:53:44.940Z] ---> 5df443682989 [2023-03-10T15:53:44.940Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T15:53:44.940Z] ---> f90e09db8356 [2023-03-10T15:53:44.940Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T15:53:44.940Z] ---> Using cache [2023-03-10T15:53:44.940Z] ---> f27110cedd6c [2023-03-10T15:53:44.940Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T15:53:44.940Z] ---> Running in 9d27038c5510 [2023-03-10T15:53:44.940Z] Removing intermediate container d66a88c83fa7 [2023-03-10T15:53:44.940Z] ---> 462c7172e87e [2023-03-10T15:53:44.940Z] Step 23/23 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:45.504Z] ---> Running in 4b4867832a1d [2023-03-10T15:53:46.878Z] Removing intermediate container 9d27038c5510 [2023-03-10T15:53:46.878Z] ---> 1f78d72fe04b [2023-03-10T15:53:46.878Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T15:53:46.878Z] ---> 1905d0c4fe61 [2023-03-10T15:53:46.878Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T15:53:46.878Z] Removing intermediate container 4b4867832a1d [2023-03-10T15:53:46.878Z] ---> 24d35927fe4e [2023-03-10T15:53:46.878Z] [2023-03-10T15:53:46.878Z] ---> Running in 59ef629eed10 [2023-03-10T15:53:46.878Z] Successfully built 24d35927fe4e [2023-03-10T15:53:46.878Z] Successfully tagged security-spire-server:latest [2023-03-10T15:53:47.138Z]  Building security-spire-server ... done  ---> d43b49d258e5 [2023-03-10T15:53:47.138Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T15:53:47.396Z] Removing intermediate container 59ef629eed10 [2023-03-10T15:53:47.396Z] ---> bde1c0afff26 [2023-03-10T15:53:47.396Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T15:53:47.712Z] ---> Running in 67f84e5b4579 [2023-03-10T15:53:47.712Z] ---> e73610fb2c21 [2023-03-10T15:53:47.712Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T15:53:47.712Z] Removing intermediate container 67f84e5b4579 [2023-03-10T15:53:47.712Z] ---> 8df329a34c90 [2023-03-10T15:53:47.712Z] Step 22/23 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:47.970Z] ---> Running in d628956bf6c7 [2023-03-10T15:53:47.970Z] ---> Running in 16d032aa03bc [2023-03-10T15:53:48.228Z] Removing intermediate container 16d032aa03bc [2023-03-10T15:53:48.228Z] ---> 03a6ec035462 [2023-03-10T15:53:48.228Z] Step 23/23 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:48.228Z] ---> Running in 6f76c3d1d6ee [2023-03-10T15:53:48.496Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T15:53:48.497Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T15:53:48.497Z] ---> aefd6b13376d [2023-03-10T15:53:48.497Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> 3b681cfd2865 [2023-03-10T15:53:48.497Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> 26de148dbd9c [2023-03-10T15:53:48.497Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> 16a70c3d8b87 [2023-03-10T15:53:48.497Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> a8d097f28511 [2023-03-10T15:53:48.497Z] Step 7/24 : COPY . . [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> fc13466b8690 [2023-03-10T15:53:48.497Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> 7f8b62bf7cd8 [2023-03-10T15:53:48.497Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> 14e130cc2b11 [2023-03-10T15:53:48.497Z] 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-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> 98d8268bd883 [2023-03-10T15:53:48.497Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> e690e573c944 [2023-03-10T15:53:48.497Z] [2023-03-10T15:53:48.497Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T15:53:48.497Z] ---> 5ce65d7b0fde [2023-03-10T15:53:48.497Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> d87d83baf2a3 [2023-03-10T15:53:48.497Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T15:53:48.497Z] ---> Using cache [2023-03-10T15:53:48.497Z] ---> a149cdceb23a [2023-03-10T15:53:48.497Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T15:53:48.497Z] Removing intermediate container 6f76c3d1d6ee [2023-03-10T15:53:48.497Z] ---> 0307829c4f99 [2023-03-10T15:53:48.497Z] [2023-03-10T15:53:48.497Z] Successfully built 0307829c4f99 [2023-03-10T15:53:48.497Z] Successfully tagged core-command:latest [2023-03-10T15:53:48.758Z]  Building core-command ... done Removing intermediate container d628956bf6c7 [2023-03-10T15:53:48.758Z] ---> ca11b0d29c8e [2023-03-10T15:53:48.758Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T15:53:49.022Z] ---> Running in 0d36ba03334e [2023-03-10T15:53:49.279Z] Removing intermediate container 0d36ba03334e [2023-03-10T15:53:49.279Z] ---> 3cf34b6be44e [2023-03-10T15:53:49.279Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T15:53:49.279Z] ---> 90e43808127e [2023-03-10T15:53:49.279Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T15:53:49.279Z] ---> Running in f4c2af9502e9 [2023-03-10T15:53:49.848Z] Removing intermediate container f4c2af9502e9 [2023-03-10T15:53:49.848Z] ---> 355f5224f61f [2023-03-10T15:53:49.848Z] Step 20/22 : LABEL arch=x86_64 [2023-03-10T15:53:50.108Z] ---> Running in bb3da0f64bb2 [2023-03-10T15:53:50.108Z] Removing intermediate container bb3da0f64bb2 [2023-03-10T15:53:50.108Z] ---> c239c57a1b55 [2023-03-10T15:53:50.108Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:50.366Z] ---> Running in ad6c1de0f17a [2023-03-10T15:53:50.366Z] ---> ceaeabcd89f6 [2023-03-10T15:53:50.366Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T15:53:50.366Z] Removing intermediate container ad6c1de0f17a [2023-03-10T15:53:50.366Z] ---> 14a7dbcf8967 [2023-03-10T15:53:50.366Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:50.366Z] ---> Running in 4fd304303876 [2023-03-10T15:53:50.625Z] Removing intermediate container 4fd304303876 [2023-03-10T15:53:50.625Z] ---> 9954f1336f11 [2023-03-10T15:53:50.625Z] [2023-03-10T15:53:50.625Z] ---> 1bf3e20c5776 [2023-03-10T15:53:50.625Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T15:53:50.625Z] Successfully built 9954f1336f11 [2023-03-10T15:53:50.625Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-10T15:53:50.894Z]  Building core-common-config-bootstrapper ... done  ---> 0aba7e5d2a7c [2023-03-10T15:53:50.894Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T15:53:50.894Z] ---> 6ba26c34cae3 [2023-03-10T15:53:50.894Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T15:53:50.894Z] ---> Running in 47ec1784c377 [2023-03-10T15:53:51.152Z] Removing intermediate container 47ec1784c377 [2023-03-10T15:53:51.152Z] ---> fd85909097aa [2023-03-10T15:53:51.152Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T15:53:51.152Z] ---> Running in ff49a24bf664 [2023-03-10T15:53:51.152Z] Removing intermediate container ff49a24bf664 [2023-03-10T15:53:51.152Z] ---> 8ce8e306790a [2023-03-10T15:53:51.152Z] Step 22/24 : LABEL arch=x86_64 [2023-03-10T15:53:51.152Z] ---> Running in 211b0ee04bb4 [2023-03-10T15:53:51.410Z] Removing intermediate container 211b0ee04bb4 [2023-03-10T15:53:51.410Z] ---> 650d475319db [2023-03-10T15:53:51.410Z] Step 23/24 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:53:51.410Z] ---> Running in 2879efd8631a [2023-03-10T15:53:51.410Z] Removing intermediate container 2879efd8631a [2023-03-10T15:53:51.410Z] ---> 8b9b5c662043 [2023-03-10T15:53:51.410Z] Step 24/24 : LABEL version=3.0.0-dev.89 [2023-03-10T15:53:51.669Z] ---> Running in 365506e8d435 [2023-03-10T15:53:51.669Z] Removing intermediate container 365506e8d435 [2023-03-10T15:53:51.669Z] ---> afe16d345c8a [2023-03-10T15:53:51.669Z] [2023-03-10T15:53:51.669Z] Successfully built afe16d345c8a [2023-03-10T15:53:51.669Z] Successfully tagged security-spire-agent:latest [2023-03-10T15:53:54.199Z]  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-10T15:53:56.727Z] Removing intermediate container b004f1f6b8c8 [2023-03-10T15:53:56.727Z] ---> 0de346dcd46e [2023-03-10T15:53:56.727Z] [2023-03-10T15:53:56.727Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T15:53:56.727Z] ---> dfd21b5a31f5 [2023-03-10T15:53:56.727Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T15:53:56.986Z] ---> Running in bb688c340788 [2023-03-10T15:53:57.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:57.245Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-10T15:53:57.504Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T15:53:57.504Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T15:53:57.504Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T15:53:57.504Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T15:53:57.504Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T15:53:57.768Z] OK: 6 MiB in 17 packages [2023-03-10T15:53:58.026Z] Removing intermediate container bb688c340788 [2023-03-10T15:53:58.026Z] ---> 992bc230f205 [2023-03-10T15:53:58.026Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T15:53:58.026Z] ---> Running in c6cee9972506 [2023-03-10T15:53:58.284Z] Removing intermediate container c6cee9972506 [2023-03-10T15:53:58.284Z] ---> 5213dd4f30cb [2023-03-10T15:53:58.284Z] Step 12/23 : WORKDIR / [2023-03-10T15:53:58.284Z] ---> Running in 310df96799d1 [2023-03-10T15:53:58.284Z] Removing intermediate container 310df96799d1 [2023-03-10T15:53:58.284Z] ---> 5ac4bcff27bc [2023-03-10T15:53:58.284Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-10T15:53:58.542Z] ---> 25f9627201d5 [2023-03-10T15:53:58.542Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-10T15:53:58.542Z] ---> 0f871e773fa1 [2023-03-10T15:53:58.542Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T15:53:58.799Z] ---> 0ed809e4749d [2023-03-10T15:53:58.799Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T15:53:59.058Z] ---> 9bfed3e083f9 [2023-03-10T15:53:59.058Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T15:53:59.625Z] ---> 35bd903ec10e [2023-03-10T15:53:59.625Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T15:53:59.625Z] ---> 1eb34f6a0c68 [2023-03-10T15:53:59.625Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T15:53:59.625Z] ---> Running in 293e8ef638d3 [2023-03-10T15:54:00.195Z] Removing intermediate container 293e8ef638d3 [2023-03-10T15:54:00.195Z] ---> e3a26f1355be [2023-03-10T15:54:00.195Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T15:54:00.454Z] ---> Running in 376147ec82f1 [2023-03-10T15:54:00.454Z] Removing intermediate container 376147ec82f1 [2023-03-10T15:54:00.454Z] ---> 41791a8f4c30 [2023-03-10T15:54:00.454Z] Step 21/23 : LABEL arch=x86_64 [2023-03-10T15:54:00.454Z] ---> Running in d759863cec53 [2023-03-10T15:54:00.454Z] Removing intermediate container d759863cec53 [2023-03-10T15:54:00.454Z] ---> 2cf23056a0de [2023-03-10T15:54:00.454Z] Step 22/23 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:00.714Z] ---> Running in 502ce447e261 [2023-03-10T15:54:00.714Z] Removing intermediate container 502ce447e261 [2023-03-10T15:54:00.714Z] ---> 3aa3ccdd3234 [2023-03-10T15:54:00.714Z] Step 23/23 : LABEL version=3.0.0-dev.89 [2023-03-10T15:54:00.714Z] ---> Running in df5215eabc9e [2023-03-10T15:54:00.714Z] Removing intermediate container df5215eabc9e [2023-03-10T15:54:00.714Z] ---> 8bb71616cf56 [2023-03-10T15:54:00.714Z] [2023-03-10T15:54:00.972Z] Successfully built 8bb71616cf56 [2023-03-10T15:54:00.972Z] Successfully tagged security-secretstore-setup:latest [2023-03-10T15:54:00.979Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-03-10T15:54:00.985Z] $ docker stop --time=1 8bf54afac8b30748c69fdf259b75fc60e13b35e50360ec59b64d6c3b141ab518 [2023-03-10T15:54:02.297Z] $ docker rm -f --volumes 8bf54afac8b30748c69fdf259b75fc60e13b35e50360ec59b64d6c3b141ab518 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T15:54:02.623Z] + docker images [2023-03-10T15:54:02.623Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T15:54:02.623Z] security-secretstore-setup latest 8bb71616cf56 2 seconds ago 29.9MB [2023-03-10T15:54:02.623Z] 0de346dcd46e 6 seconds ago 1.67GB [2023-03-10T15:54:02.623Z] security-spire-agent latest afe16d345c8a 11 seconds ago 125MB [2023-03-10T15:54:02.623Z] core-common-config-bootstrapper latest 9954f1336f11 12 seconds ago 15.5MB [2023-03-10T15:54:02.623Z] core-command latest 0307829c4f99 14 seconds ago 17.8MB [2023-03-10T15:54:02.623Z] security-spire-server latest 24d35927fe4e 16 seconds ago 86.5MB [2023-03-10T15:54:02.623Z] da4c680b1082 18 seconds ago 1.68GB [2023-03-10T15:54:02.623Z] security-spiffe-token-provider latest 5a5c28d520f1 18 seconds ago 30MB [2023-03-10T15:54:02.623Z] 6044a5a6db68 21 seconds ago 1.68GB [2023-03-10T15:54:02.623Z] security-proxy-auth latest bddba4477aa4 26 seconds ago 16.2MB [2023-03-10T15:54:02.623Z] 65c0c43a293d 27 seconds ago 1.72GB [2023-03-10T15:54:02.623Z] a29f24369dce 27 seconds ago 1.55GB [2023-03-10T15:54:02.623Z] security-spire-config latest 4a2a75ba3abc 33 seconds ago 85.8MB [2023-03-10T15:54:02.623Z] 548d67bc479c 40 seconds ago 1.66GB [2023-03-10T15:54:02.623Z] security-proxy-setup latest 172fa504b61a 46 seconds ago 16.5MB [2023-03-10T15:54:02.623Z] e690e573c944 49 seconds ago 1.55GB [2023-03-10T15:54:02.623Z] 4eed7015da49 About a minute ago 1.66GB [2023-03-10T15:54:02.623Z] security-bootstrapper latest 2cc7d2a52eb9 About a minute ago 19.8MB [2023-03-10T15:54:02.623Z] support-notifications latest be947bf12cd9 About a minute ago 30.7MB [2023-03-10T15:54:02.623Z] support-scheduler latest a8c32422b2f7 About a minute ago 30.1MB [2023-03-10T15:54:02.623Z] core-data latest 251502edb561 About a minute ago 18MB [2023-03-10T15:54:02.623Z] core-metadata latest b2c3022c3913 About a minute ago 18.5MB [2023-03-10T15:54:02.623Z] f3dc61a4b344 About a minute ago 1.75GB [2023-03-10T15:54:02.623Z] 572f3ecd3f31 About a minute ago 1.75GB [2023-03-10T15:54:02.623Z] 2bfa9125782b About a minute ago 1.69GB [2023-03-10T15:54:02.623Z] b823da9d89e0 About a minute ago 1.69GB [2023-03-10T15:54:02.623Z] ce57f90dbc4d About a minute ago 1.67GB [2023-03-10T15:54:02.623Z] ci-base-image-x86_64 latest aefd6b13376d 5 minutes ago 903MB [2023-03-10T15:54:02.623Z] alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB [2023-03-10T15:54:02.623Z] alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB [2023-03-10T15:54:02.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB [2023-03-10T15:54:02.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-10T15:54:02.623Z] 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-10T15:54:02.740Z] provisioning config files... [2023-03-10T15:54:02.751Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/451@tmp/config7791995527621568959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T15:54:03.048Z] ---> docker-login.sh [2023-03-10T15:54:03.048Z] nexus3.edgexfoundry.org:10001 [2023-03-10T15:54:03.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:54:03.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:54:03.048Z] Configure a credential helper to remove this warning. See [2023-03-10T15:54:03.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:54:03.048Z] [2023-03-10T15:54:03.048Z] Login Succeeded [2023-03-10T15:54:03.048Z] nexus3.edgexfoundry.org:10002 [2023-03-10T15:54:03.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:54:03.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:54:03.048Z] Configure a credential helper to remove this warning. See [2023-03-10T15:54:03.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:54:03.048Z] [2023-03-10T15:54:03.048Z] Login Succeeded [2023-03-10T15:54:03.048Z] nexus3.edgexfoundry.org:10003 [2023-03-10T15:54:03.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:54:03.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:54:03.307Z] Configure a credential helper to remove this warning. See [2023-03-10T15:54:03.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:54:03.307Z] [2023-03-10T15:54:03.307Z] Login Succeeded [2023-03-10T15:54:03.307Z] nexus3.edgexfoundry.org:10004 [2023-03-10T15:54:03.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:54:03.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:54:03.307Z] Configure a credential helper to remove this warning. See [2023-03-10T15:54:03.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:54:03.307Z] [2023-03-10T15:54:03.307Z] Login Succeeded [2023-03-10T15:54:03.307Z] docker.io [2023-03-10T15:54:03.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T15:54:03.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T15:54:03.566Z] Configure a credential helper to remove this warning. See [2023-03-10T15:54:03.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T15:54:03.566Z] [2023-03-10T15:54:03.566Z] Login Succeeded [2023-03-10T15:54:03.566Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T15:54:03.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:03.597Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T15:54:03.613Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-10T15:54:03.613Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:03.613Z] latest [2023-03-10T15:54:03.613Z] 3.0.0-dev.89 [2023-03-10T15:54:03.613Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:03.613Z] main [2023-03-10T15:54:03.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:03.918Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:04.229Z] + docker push nexus3.edgexfoundry.org:10004/core-command:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:04.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T15:54:04.229Z] 7df9e4ed5f82: Preparing [2023-03-10T15:54:04.230Z] 8b2f30d933aa: Preparing [2023-03-10T15:54:04.230Z] 446066fb551a: Preparing [2023-03-10T15:54:04.230Z] 668d89a7c259: Preparing [2023-03-10T15:54:04.230Z] aa5968d388b8: Preparing [2023-03-10T15:54:04.230Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:04.230Z] 668d89a7c259: Pushed [2023-03-10T15:54:04.230Z] 7df9e4ed5f82: Pushed [2023-03-10T15:54:04.230Z] 446066fb551a: Pushed [2023-03-10T15:54:05.601Z] 8b2f30d933aa: Pushed [2023-03-10T15:54:05.601Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:81fa751057ea36a0952a08103c395db9bf2a881e5ac9eecb99391198995c86d7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:05.903Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:06.207Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-10T15:54:06.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T15:54:06.207Z] 7df9e4ed5f82: Preparing [2023-03-10T15:54:06.207Z] 8b2f30d933aa: Preparing [2023-03-10T15:54:06.207Z] 446066fb551a: Preparing [2023-03-10T15:54:06.207Z] 668d89a7c259: Preparing [2023-03-10T15:54:06.207Z] aa5968d388b8: Preparing [2023-03-10T15:54:06.207Z] 668d89a7c259: Layer already exists [2023-03-10T15:54:06.207Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:06.207Z] 8b2f30d933aa: Layer already exists [2023-03-10T15:54:06.207Z] 7df9e4ed5f82: Layer already exists [2023-03-10T15:54:06.207Z] 446066fb551a: Layer already exists [2023-03-10T15:54:06.207Z] latest: digest: sha256:81fa751057ea36a0952a08103c395db9bf2a881e5ac9eecb99391198995c86d7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:06.513Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:06.814Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.89 [2023-03-10T15:54:06.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T15:54:06.814Z] 7df9e4ed5f82: Preparing [2023-03-10T15:54:06.814Z] 8b2f30d933aa: Preparing [2023-03-10T15:54:06.814Z] 446066fb551a: Preparing [2023-03-10T15:54:06.814Z] 668d89a7c259: Preparing [2023-03-10T15:54:06.814Z] aa5968d388b8: Preparing [2023-03-10T15:54:06.814Z] 668d89a7c259: Layer already exists [2023-03-10T15:54:06.814Z] 446066fb551a: Layer already exists [2023-03-10T15:54:06.814Z] 8b2f30d933aa: Layer already exists [2023-03-10T15:54:06.814Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:06.814Z] 7df9e4ed5f82: Layer already exists [2023-03-10T15:54:06.814Z] 3.0.0-dev.89: digest: sha256:81fa751057ea36a0952a08103c395db9bf2a881e5ac9eecb99391198995c86d7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:07.115Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:07.414Z] + docker push nexus3.edgexfoundry.org:10004/core-command:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:07.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T15:54:07.414Z] 7df9e4ed5f82: Preparing [2023-03-10T15:54:07.414Z] 8b2f30d933aa: Preparing [2023-03-10T15:54:07.414Z] 446066fb551a: Preparing [2023-03-10T15:54:07.414Z] 668d89a7c259: Preparing [2023-03-10T15:54:07.414Z] aa5968d388b8: Preparing [2023-03-10T15:54:07.414Z] 8b2f30d933aa: Layer already exists [2023-03-10T15:54:07.414Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:07.414Z] 668d89a7c259: Layer already exists [2023-03-10T15:54:07.414Z] 7df9e4ed5f82: Layer already exists [2023-03-10T15:54:07.414Z] 446066fb551a: Layer already exists [2023-03-10T15:54:07.414Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:81fa751057ea36a0952a08103c395db9bf2a881e5ac9eecb99391198995c86d7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:07.714Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:08.013Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-10T15:54:08.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-10T15:54:08.013Z] 7df9e4ed5f82: Preparing [2023-03-10T15:54:08.013Z] 8b2f30d933aa: Preparing [2023-03-10T15:54:08.013Z] 446066fb551a: Preparing [2023-03-10T15:54:08.013Z] 668d89a7c259: Preparing [2023-03-10T15:54:08.013Z] aa5968d388b8: Preparing [2023-03-10T15:54:08.013Z] 668d89a7c259: Layer already exists [2023-03-10T15:54:08.013Z] 446066fb551a: Layer already exists [2023-03-10T15:54:08.013Z] 7df9e4ed5f82: Layer already exists [2023-03-10T15:54:08.013Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:08.013Z] 8b2f30d933aa: Layer already exists [2023-03-10T15:54:08.013Z] main: digest: sha256:81fa751057ea36a0952a08103c395db9bf2a881e5ac9eecb99391198995c86d7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:08.046Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:08.054Z] taggedImages: [2023-03-10T15:54:08.054Z] - nexus3.edgexfoundry.org:10004/core-command:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:08.054Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-10T15:54:08.054Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.89 [2023-03-10T15:54:08.054Z] - nexus3.edgexfoundry.org:10004/core-command:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:08.054Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-10T15:54:08.082Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-10T15:54:08.082Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:08.082Z] latest [2023-03-10T15:54:08.082Z] 3.0.0-dev.89 [2023-03-10T15:54:08.082Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:08.082Z] main [2023-03-10T15:54:08.082Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:08.395Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:08.696Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:08.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T15:54:08.696Z] 2035b57c7db6: Preparing [2023-03-10T15:54:08.696Z] 35cbb7cc1861: Preparing [2023-03-10T15:54:08.696Z] 019183dbc08a: Preparing [2023-03-10T15:54:08.696Z] e351101c540a: Preparing [2023-03-10T15:54:08.696Z] 446066fb551a: Preparing [2023-03-10T15:54:08.696Z] c246248d26bb: Preparing [2023-03-10T15:54:08.696Z] aa5968d388b8: Preparing [2023-03-10T15:54:08.696Z] c246248d26bb: Waiting [2023-03-10T15:54:08.696Z] aa5968d388b8: Waiting [2023-03-10T15:54:08.696Z] 446066fb551a: Layer already exists [2023-03-10T15:54:08.696Z] 019183dbc08a: Pushed [2023-03-10T15:54:08.696Z] 2035b57c7db6: Pushed [2023-03-10T15:54:08.696Z] c246248d26bb: Pushed [2023-03-10T15:54:08.696Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:08.696Z] 35cbb7cc1861: Pushed [2023-03-10T15:54:10.072Z] e351101c540a: Pushed [2023-03-10T15:54:10.072Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:464493f48a3199fd8f5bacb16f46e369c2e78965f41d93295398cd61e7bbb9f7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:10.375Z] + 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-10T15:54:10.680Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-10T15:54:10.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T15:54:10.680Z] 2035b57c7db6: Preparing [2023-03-10T15:54:10.680Z] 35cbb7cc1861: Preparing [2023-03-10T15:54:10.680Z] 019183dbc08a: Preparing [2023-03-10T15:54:10.680Z] e351101c540a: Preparing [2023-03-10T15:54:10.680Z] 446066fb551a: Preparing [2023-03-10T15:54:10.680Z] c246248d26bb: Preparing [2023-03-10T15:54:10.680Z] aa5968d388b8: Preparing [2023-03-10T15:54:10.680Z] c246248d26bb: Waiting [2023-03-10T15:54:10.680Z] aa5968d388b8: Waiting [2023-03-10T15:54:10.680Z] 019183dbc08a: Layer already exists [2023-03-10T15:54:10.680Z] 2035b57c7db6: Layer already exists [2023-03-10T15:54:10.680Z] 35cbb7cc1861: Layer already exists [2023-03-10T15:54:10.680Z] 446066fb551a: Layer already exists [2023-03-10T15:54:10.680Z] e351101c540a: Layer already exists [2023-03-10T15:54:10.680Z] c246248d26bb: Layer already exists [2023-03-10T15:54:10.680Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:10.680Z] latest: digest: sha256:464493f48a3199fd8f5bacb16f46e369c2e78965f41d93295398cd61e7bbb9f7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:10.985Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:11.290Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.89 [2023-03-10T15:54:11.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T15:54:11.290Z] 2035b57c7db6: Preparing [2023-03-10T15:54:11.290Z] 35cbb7cc1861: Preparing [2023-03-10T15:54:11.290Z] 019183dbc08a: Preparing [2023-03-10T15:54:11.290Z] e351101c540a: Preparing [2023-03-10T15:54:11.290Z] 446066fb551a: Preparing [2023-03-10T15:54:11.290Z] c246248d26bb: Preparing [2023-03-10T15:54:11.290Z] aa5968d388b8: Preparing [2023-03-10T15:54:11.290Z] c246248d26bb: Waiting [2023-03-10T15:54:11.290Z] aa5968d388b8: Waiting [2023-03-10T15:54:11.290Z] e351101c540a: Layer already exists [2023-03-10T15:54:11.290Z] 35cbb7cc1861: Layer already exists [2023-03-10T15:54:11.290Z] 019183dbc08a: Layer already exists [2023-03-10T15:54:11.290Z] 446066fb551a: Layer already exists [2023-03-10T15:54:11.290Z] 2035b57c7db6: Layer already exists [2023-03-10T15:54:11.290Z] c246248d26bb: Layer already exists [2023-03-10T15:54:11.290Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:11.290Z] 3.0.0-dev.89: digest: sha256:464493f48a3199fd8f5bacb16f46e369c2e78965f41d93295398cd61e7bbb9f7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:11.597Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:11.891Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:11.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T15:54:11.891Z] 2035b57c7db6: Preparing [2023-03-10T15:54:11.891Z] 35cbb7cc1861: Preparing [2023-03-10T15:54:11.891Z] 019183dbc08a: Preparing [2023-03-10T15:54:11.891Z] e351101c540a: Preparing [2023-03-10T15:54:11.891Z] 446066fb551a: Preparing [2023-03-10T15:54:11.891Z] c246248d26bb: Preparing [2023-03-10T15:54:11.891Z] aa5968d388b8: Preparing [2023-03-10T15:54:11.891Z] 2035b57c7db6: Layer already exists [2023-03-10T15:54:11.891Z] 446066fb551a: Layer already exists [2023-03-10T15:54:11.891Z] 019183dbc08a: Layer already exists [2023-03-10T15:54:11.891Z] e351101c540a: Layer already exists [2023-03-10T15:54:11.891Z] 35cbb7cc1861: Layer already exists [2023-03-10T15:54:11.891Z] c246248d26bb: Layer already exists [2023-03-10T15:54:11.891Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:11.891Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:464493f48a3199fd8f5bacb16f46e369c2e78965f41d93295398cd61e7bbb9f7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:12.193Z] + 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-10T15:54:12.493Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-10T15:54:12.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-10T15:54:12.493Z] 2035b57c7db6: Preparing [2023-03-10T15:54:12.493Z] 35cbb7cc1861: Preparing [2023-03-10T15:54:12.493Z] 019183dbc08a: Preparing [2023-03-10T15:54:12.493Z] e351101c540a: Preparing [2023-03-10T15:54:12.493Z] 446066fb551a: Preparing [2023-03-10T15:54:12.493Z] c246248d26bb: Preparing [2023-03-10T15:54:12.493Z] aa5968d388b8: Preparing [2023-03-10T15:54:12.493Z] c246248d26bb: Waiting [2023-03-10T15:54:12.493Z] aa5968d388b8: Waiting [2023-03-10T15:54:12.493Z] 35cbb7cc1861: Layer already exists [2023-03-10T15:54:12.493Z] e351101c540a: Layer already exists [2023-03-10T15:54:12.493Z] 2035b57c7db6: Layer already exists [2023-03-10T15:54:12.493Z] 019183dbc08a: Layer already exists [2023-03-10T15:54:12.493Z] 446066fb551a: Layer already exists [2023-03-10T15:54:12.493Z] c246248d26bb: Layer already exists [2023-03-10T15:54:12.493Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:12.493Z] main: digest: sha256:464493f48a3199fd8f5bacb16f46e369c2e78965f41d93295398cd61e7bbb9f7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:12.541Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:12.551Z] taggedImages: [2023-03-10T15:54:12.551Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:12.551Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-10T15:54:12.551Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.89 [2023-03-10T15:54:12.551Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:12.551Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-10T15:54:12.574Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-10T15:54:12.574Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:12.574Z] latest [2023-03-10T15:54:12.574Z] 3.0.0-dev.89 [2023-03-10T15:54:12.574Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:12.574Z] main [2023-03-10T15:54:12.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:12.898Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:13.198Z] + docker push nexus3.edgexfoundry.org:10004/core-data:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:13.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T15:54:13.198Z] bfdbec88489b: Preparing [2023-03-10T15:54:13.198Z] 056e0c3ad32e: Preparing [2023-03-10T15:54:13.198Z] 446066fb551a: Preparing [2023-03-10T15:54:13.198Z] 11fec54d8c09: Preparing [2023-03-10T15:54:13.198Z] aa5968d388b8: Preparing [2023-03-10T15:54:13.198Z] 446066fb551a: Layer already exists [2023-03-10T15:54:13.198Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:13.198Z] bfdbec88489b: Pushed [2023-03-10T15:54:13.198Z] 11fec54d8c09: Pushed [2023-03-10T15:54:14.576Z] 056e0c3ad32e: Pushed [2023-03-10T15:54:14.576Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:6460f8fa9cbcd78cbf1bc26f4967d26d9a23e793a40f459a7f3743270eac8d09 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:14.879Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:15.239Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-10T15:54:15.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T15:54:15.239Z] bfdbec88489b: Preparing [2023-03-10T15:54:15.239Z] 056e0c3ad32e: Preparing [2023-03-10T15:54:15.239Z] 446066fb551a: Preparing [2023-03-10T15:54:15.239Z] 11fec54d8c09: Preparing [2023-03-10T15:54:15.239Z] aa5968d388b8: Preparing [2023-03-10T15:54:15.239Z] 446066fb551a: Layer already exists [2023-03-10T15:54:15.239Z] 11fec54d8c09: Layer already exists [2023-03-10T15:54:15.239Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:15.239Z] 056e0c3ad32e: Layer already exists [2023-03-10T15:54:15.239Z] bfdbec88489b: Layer already exists [2023-03-10T15:54:15.239Z] latest: digest: sha256:6460f8fa9cbcd78cbf1bc26f4967d26d9a23e793a40f459a7f3743270eac8d09 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:15.573Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:15.942Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.89 [2023-03-10T15:54:15.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T15:54:15.942Z] bfdbec88489b: Preparing [2023-03-10T15:54:15.942Z] 056e0c3ad32e: Preparing [2023-03-10T15:54:15.942Z] 446066fb551a: Preparing [2023-03-10T15:54:15.942Z] 11fec54d8c09: Preparing [2023-03-10T15:54:15.942Z] aa5968d388b8: Preparing [2023-03-10T15:54:15.942Z] 446066fb551a: Layer already exists [2023-03-10T15:54:15.942Z] 056e0c3ad32e: Layer already exists [2023-03-10T15:54:15.942Z] 11fec54d8c09: Layer already exists [2023-03-10T15:54:15.942Z] bfdbec88489b: Layer already exists [2023-03-10T15:54:15.942Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:15.942Z] 3.0.0-dev.89: digest: sha256:6460f8fa9cbcd78cbf1bc26f4967d26d9a23e793a40f459a7f3743270eac8d09 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:16.327Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:16.639Z] + docker push nexus3.edgexfoundry.org:10004/core-data:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:16.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T15:54:16.639Z] bfdbec88489b: Preparing [2023-03-10T15:54:16.639Z] 056e0c3ad32e: Preparing [2023-03-10T15:54:16.639Z] 446066fb551a: Preparing [2023-03-10T15:54:16.639Z] 11fec54d8c09: Preparing [2023-03-10T15:54:16.639Z] aa5968d388b8: Preparing [2023-03-10T15:54:16.639Z] bfdbec88489b: Layer already exists [2023-03-10T15:54:16.639Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:16.639Z] 11fec54d8c09: Layer already exists [2023-03-10T15:54:16.639Z] 446066fb551a: Layer already exists [2023-03-10T15:54:16.639Z] 056e0c3ad32e: Layer already exists [2023-03-10T15:54:16.639Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:6460f8fa9cbcd78cbf1bc26f4967d26d9a23e793a40f459a7f3743270eac8d09 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:16.961Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:17.260Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-10T15:54:17.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-10T15:54:17.261Z] bfdbec88489b: Preparing [2023-03-10T15:54:17.261Z] 056e0c3ad32e: Preparing [2023-03-10T15:54:17.261Z] 446066fb551a: Preparing [2023-03-10T15:54:17.261Z] 11fec54d8c09: Preparing [2023-03-10T15:54:17.261Z] aa5968d388b8: Preparing [2023-03-10T15:54:17.261Z] bfdbec88489b: Layer already exists [2023-03-10T15:54:17.261Z] 11fec54d8c09: Layer already exists [2023-03-10T15:54:17.261Z] 446066fb551a: Layer already exists [2023-03-10T15:54:17.261Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:17.261Z] 056e0c3ad32e: Layer already exists [2023-03-10T15:54:17.261Z] main: digest: sha256:6460f8fa9cbcd78cbf1bc26f4967d26d9a23e793a40f459a7f3743270eac8d09 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:17.295Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:17.300Z] taggedImages: [2023-03-10T15:54:17.300Z] - nexus3.edgexfoundry.org:10004/core-data:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:17.300Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-10T15:54:17.300Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.89 [2023-03-10T15:54:17.300Z] - nexus3.edgexfoundry.org:10004/core-data:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:17.300Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-10T15:54:17.314Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-10T15:54:17.314Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:17.314Z] latest [2023-03-10T15:54:17.314Z] 3.0.0-dev.89 [2023-03-10T15:54:17.314Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:17.314Z] main [2023-03-10T15:54:17.314Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:17.617Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:17.918Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:17.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T15:54:17.918Z] b90ab7c98c25: Preparing [2023-03-10T15:54:17.918Z] 908635c7f740: Preparing [2023-03-10T15:54:17.918Z] e44e209925b9: Preparing [2023-03-10T15:54:17.918Z] 446066fb551a: Preparing [2023-03-10T15:54:17.918Z] 648c557e6715: Preparing [2023-03-10T15:54:17.918Z] aa5968d388b8: Preparing [2023-03-10T15:54:17.918Z] aa5968d388b8: Waiting [2023-03-10T15:54:17.918Z] 446066fb551a: Layer already exists [2023-03-10T15:54:17.918Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:17.918Z] 908635c7f740: Pushed [2023-03-10T15:54:17.918Z] 648c557e6715: Pushed [2023-03-10T15:54:17.918Z] b90ab7c98c25: Pushed [2023-03-10T15:54:19.298Z] e44e209925b9: Pushed [2023-03-10T15:54:19.298Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:ac975000f083d06ce5a0c2db541618eb78533c7a5cb4712fed850a76c1cf6678 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:19.603Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:19.910Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-10T15:54:19.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T15:54:19.910Z] b90ab7c98c25: Preparing [2023-03-10T15:54:19.910Z] 908635c7f740: Preparing [2023-03-10T15:54:19.910Z] e44e209925b9: Preparing [2023-03-10T15:54:19.910Z] 446066fb551a: Preparing [2023-03-10T15:54:19.910Z] 648c557e6715: Preparing [2023-03-10T15:54:19.910Z] aa5968d388b8: Preparing [2023-03-10T15:54:19.910Z] aa5968d388b8: Waiting [2023-03-10T15:54:19.910Z] b90ab7c98c25: Layer already exists [2023-03-10T15:54:19.910Z] 908635c7f740: Layer already exists [2023-03-10T15:54:19.910Z] e44e209925b9: Layer already exists [2023-03-10T15:54:19.910Z] 446066fb551a: Layer already exists [2023-03-10T15:54:19.910Z] 648c557e6715: Layer already exists [2023-03-10T15:54:19.910Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:19.910Z] latest: digest: sha256:ac975000f083d06ce5a0c2db541618eb78533c7a5cb4712fed850a76c1cf6678 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:20.226Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:20.535Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.89 [2023-03-10T15:54:20.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T15:54:20.535Z] b90ab7c98c25: Preparing [2023-03-10T15:54:20.535Z] 908635c7f740: Preparing [2023-03-10T15:54:20.535Z] e44e209925b9: Preparing [2023-03-10T15:54:20.535Z] 446066fb551a: Preparing [2023-03-10T15:54:20.535Z] 648c557e6715: Preparing [2023-03-10T15:54:20.535Z] aa5968d388b8: Preparing [2023-03-10T15:54:20.535Z] aa5968d388b8: Waiting [2023-03-10T15:54:20.535Z] e44e209925b9: Layer already exists [2023-03-10T15:54:20.535Z] 908635c7f740: Layer already exists [2023-03-10T15:54:20.535Z] b90ab7c98c25: Layer already exists [2023-03-10T15:54:20.535Z] 648c557e6715: Layer already exists [2023-03-10T15:54:20.535Z] 446066fb551a: Layer already exists [2023-03-10T15:54:20.535Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:20.535Z] 3.0.0-dev.89: digest: sha256:ac975000f083d06ce5a0c2db541618eb78533c7a5cb4712fed850a76c1cf6678 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:20.848Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:21.150Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:21.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T15:54:21.150Z] b90ab7c98c25: Preparing [2023-03-10T15:54:21.150Z] 908635c7f740: Preparing [2023-03-10T15:54:21.150Z] e44e209925b9: Preparing [2023-03-10T15:54:21.150Z] 446066fb551a: Preparing [2023-03-10T15:54:21.150Z] 648c557e6715: Preparing [2023-03-10T15:54:21.150Z] aa5968d388b8: Preparing [2023-03-10T15:54:21.150Z] aa5968d388b8: Waiting [2023-03-10T15:54:21.150Z] 908635c7f740: Layer already exists [2023-03-10T15:54:21.150Z] e44e209925b9: Layer already exists [2023-03-10T15:54:21.150Z] b90ab7c98c25: Layer already exists [2023-03-10T15:54:21.150Z] 648c557e6715: Layer already exists [2023-03-10T15:54:21.150Z] 446066fb551a: Layer already exists [2023-03-10T15:54:21.150Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:21.150Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:ac975000f083d06ce5a0c2db541618eb78533c7a5cb4712fed850a76c1cf6678 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:21.456Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:21.757Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-10T15:54:21.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-10T15:54:21.757Z] b90ab7c98c25: Preparing [2023-03-10T15:54:21.757Z] 908635c7f740: Preparing [2023-03-10T15:54:21.757Z] e44e209925b9: Preparing [2023-03-10T15:54:21.757Z] 446066fb551a: Preparing [2023-03-10T15:54:21.757Z] 648c557e6715: Preparing [2023-03-10T15:54:21.757Z] aa5968d388b8: Preparing [2023-03-10T15:54:21.757Z] aa5968d388b8: Waiting [2023-03-10T15:54:21.757Z] e44e209925b9: Layer already exists [2023-03-10T15:54:21.757Z] 648c557e6715: Layer already exists [2023-03-10T15:54:21.757Z] 908635c7f740: Layer already exists [2023-03-10T15:54:21.757Z] b90ab7c98c25: Layer already exists [2023-03-10T15:54:21.757Z] 446066fb551a: Layer already exists [2023-03-10T15:54:21.757Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:21.757Z] main: digest: sha256:ac975000f083d06ce5a0c2db541618eb78533c7a5cb4712fed850a76c1cf6678 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:21.790Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:21.795Z] taggedImages: [2023-03-10T15:54:21.795Z] - nexus3.edgexfoundry.org:10004/core-metadata:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:21.795Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-10T15:54:21.795Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.89 [2023-03-10T15:54:21.795Z] - nexus3.edgexfoundry.org:10004/core-metadata:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:21.795Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-10T15:54:21.809Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-10T15:54:21.809Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:21.809Z] latest [2023-03-10T15:54:21.809Z] 3.0.0-dev.89 [2023-03-10T15:54:21.809Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:21.809Z] main [2023-03-10T15:54:21.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:22.124Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:22.427Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:22.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T15:54:22.427Z] 618caf16fc03: Preparing [2023-03-10T15:54:22.427Z] 618caf16fc03: Preparing [2023-03-10T15:54:22.427Z] e7387b0d9a1e: Preparing [2023-03-10T15:54:22.427Z] ffbb71261514: Preparing [2023-03-10T15:54:22.427Z] 799809bbdda2: Preparing [2023-03-10T15:54:22.427Z] 964a6dcd21e8: Preparing [2023-03-10T15:54:22.427Z] 44064974d322: Preparing [2023-03-10T15:54:22.427Z] 446066fb551a: Preparing [2023-03-10T15:54:22.427Z] 950c5eb4a738: Preparing [2023-03-10T15:54:22.427Z] 3319044f98df: Preparing [2023-03-10T15:54:22.427Z] 3d7f818e3251: Preparing [2023-03-10T15:54:22.427Z] 2a93455f0888: Preparing [2023-03-10T15:54:22.427Z] aa5968d388b8: Preparing [2023-03-10T15:54:22.427Z] 3d7f818e3251: Waiting [2023-03-10T15:54:22.427Z] 446066fb551a: Waiting [2023-03-10T15:54:22.427Z] 2a93455f0888: Waiting [2023-03-10T15:54:22.427Z] 3319044f98df: Waiting [2023-03-10T15:54:22.427Z] 950c5eb4a738: Waiting [2023-03-10T15:54:22.427Z] 44064974d322: Waiting [2023-03-10T15:54:22.427Z] aa5968d388b8: Waiting [2023-03-10T15:54:22.687Z] 618caf16fc03: Pushed [2023-03-10T15:54:22.687Z] ffbb71261514: Pushed [2023-03-10T15:54:22.687Z] 799809bbdda2: Pushed [2023-03-10T15:54:22.687Z] 964a6dcd21e8: Pushed [2023-03-10T15:54:22.687Z] e7387b0d9a1e: Pushed [2023-03-10T15:54:22.687Z] 446066fb551a: Layer already exists [2023-03-10T15:54:22.687Z] 3d7f818e3251: Pushed [2023-03-10T15:54:22.687Z] 3319044f98df: Pushed [2023-03-10T15:54:22.687Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:22.687Z] 2a93455f0888: Pushed [2023-03-10T15:54:22.687Z] 950c5eb4a738: Pushed [2023-03-10T15:54:24.590Z] 44064974d322: Pushed [2023-03-10T15:54:24.590Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:9d4e9e86ee26cfffaa28dffa16a4d5d829aa33f62ce79b01f6e978b07f40174e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:24.905Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:25.202Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-10T15:54:25.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T15:54:25.202Z] 618caf16fc03: Preparing [2023-03-10T15:54:25.202Z] 618caf16fc03: Preparing [2023-03-10T15:54:25.202Z] e7387b0d9a1e: Preparing [2023-03-10T15:54:25.202Z] ffbb71261514: Preparing [2023-03-10T15:54:25.202Z] 799809bbdda2: Preparing [2023-03-10T15:54:25.202Z] 964a6dcd21e8: Preparing [2023-03-10T15:54:25.202Z] 44064974d322: Preparing [2023-03-10T15:54:25.202Z] 446066fb551a: Preparing [2023-03-10T15:54:25.202Z] 950c5eb4a738: Preparing [2023-03-10T15:54:25.202Z] 3319044f98df: Preparing [2023-03-10T15:54:25.202Z] 3d7f818e3251: Preparing [2023-03-10T15:54:25.202Z] 2a93455f0888: Preparing [2023-03-10T15:54:25.202Z] aa5968d388b8: Preparing [2023-03-10T15:54:25.202Z] 44064974d322: Waiting [2023-03-10T15:54:25.202Z] 950c5eb4a738: Waiting [2023-03-10T15:54:25.202Z] 446066fb551a: Waiting [2023-03-10T15:54:25.202Z] 2a93455f0888: Waiting [2023-03-10T15:54:25.202Z] 3d7f818e3251: Waiting [2023-03-10T15:54:25.202Z] aa5968d388b8: Waiting [2023-03-10T15:54:25.202Z] 618caf16fc03: Layer already exists [2023-03-10T15:54:25.202Z] 964a6dcd21e8: Layer already exists [2023-03-10T15:54:25.202Z] 799809bbdda2: Layer already exists [2023-03-10T15:54:25.202Z] ffbb71261514: Layer already exists [2023-03-10T15:54:25.202Z] e7387b0d9a1e: Layer already exists [2023-03-10T15:54:25.202Z] 446066fb551a: Layer already exists [2023-03-10T15:54:25.202Z] 44064974d322: Layer already exists [2023-03-10T15:54:25.202Z] 3319044f98df: Layer already exists [2023-03-10T15:54:25.202Z] 950c5eb4a738: Layer already exists [2023-03-10T15:54:25.202Z] 3d7f818e3251: Layer already exists [2023-03-10T15:54:25.202Z] 2a93455f0888: Layer already exists [2023-03-10T15:54:25.202Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:25.202Z] latest: digest: sha256:9d4e9e86ee26cfffaa28dffa16a4d5d829aa33f62ce79b01f6e978b07f40174e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:25.504Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:25.801Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.89 [2023-03-10T15:54:25.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T15:54:25.801Z] 618caf16fc03: Preparing [2023-03-10T15:54:25.801Z] 618caf16fc03: Preparing [2023-03-10T15:54:25.801Z] e7387b0d9a1e: Preparing [2023-03-10T15:54:25.801Z] ffbb71261514: Preparing [2023-03-10T15:54:25.801Z] 799809bbdda2: Preparing [2023-03-10T15:54:25.801Z] 964a6dcd21e8: Preparing [2023-03-10T15:54:25.801Z] 44064974d322: Preparing [2023-03-10T15:54:25.801Z] 446066fb551a: Preparing [2023-03-10T15:54:25.801Z] 950c5eb4a738: Preparing [2023-03-10T15:54:25.801Z] 3319044f98df: Preparing [2023-03-10T15:54:25.801Z] 3d7f818e3251: Preparing [2023-03-10T15:54:25.801Z] 2a93455f0888: Preparing [2023-03-10T15:54:25.801Z] aa5968d388b8: Preparing [2023-03-10T15:54:25.801Z] 950c5eb4a738: Waiting [2023-03-10T15:54:25.801Z] 3319044f98df: Waiting [2023-03-10T15:54:25.801Z] 3d7f818e3251: Waiting [2023-03-10T15:54:25.801Z] 2a93455f0888: Waiting [2023-03-10T15:54:25.801Z] aa5968d388b8: Waiting [2023-03-10T15:54:25.801Z] 44064974d322: Waiting [2023-03-10T15:54:25.801Z] 446066fb551a: Waiting [2023-03-10T15:54:25.801Z] 799809bbdda2: Layer already exists [2023-03-10T15:54:25.801Z] 618caf16fc03: Layer already exists [2023-03-10T15:54:25.801Z] 964a6dcd21e8: Layer already exists [2023-03-10T15:54:25.801Z] e7387b0d9a1e: Layer already exists [2023-03-10T15:54:25.801Z] ffbb71261514: Layer already exists [2023-03-10T15:54:25.801Z] 950c5eb4a738: Layer already exists [2023-03-10T15:54:25.801Z] 44064974d322: Layer already exists [2023-03-10T15:54:25.801Z] 446066fb551a: Layer already exists [2023-03-10T15:54:25.801Z] 3319044f98df: Layer already exists [2023-03-10T15:54:25.801Z] 3d7f818e3251: Layer already exists [2023-03-10T15:54:25.801Z] 2a93455f0888: Layer already exists [2023-03-10T15:54:25.801Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:25.801Z] 3.0.0-dev.89: digest: sha256:9d4e9e86ee26cfffaa28dffa16a4d5d829aa33f62ce79b01f6e978b07f40174e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:26.106Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:26.407Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:26.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T15:54:26.407Z] 618caf16fc03: Preparing [2023-03-10T15:54:26.407Z] 618caf16fc03: Preparing [2023-03-10T15:54:26.407Z] e7387b0d9a1e: Preparing [2023-03-10T15:54:26.407Z] ffbb71261514: Preparing [2023-03-10T15:54:26.407Z] 799809bbdda2: Preparing [2023-03-10T15:54:26.407Z] 964a6dcd21e8: Preparing [2023-03-10T15:54:26.407Z] 44064974d322: Preparing [2023-03-10T15:54:26.407Z] 446066fb551a: Preparing [2023-03-10T15:54:26.407Z] 950c5eb4a738: Preparing [2023-03-10T15:54:26.407Z] 3319044f98df: Preparing [2023-03-10T15:54:26.407Z] 3d7f818e3251: Preparing [2023-03-10T15:54:26.407Z] 2a93455f0888: Preparing [2023-03-10T15:54:26.407Z] aa5968d388b8: Preparing [2023-03-10T15:54:26.407Z] 44064974d322: Waiting [2023-03-10T15:54:26.407Z] 446066fb551a: Waiting [2023-03-10T15:54:26.407Z] 3319044f98df: Waiting [2023-03-10T15:54:26.407Z] 950c5eb4a738: Waiting [2023-03-10T15:54:26.407Z] 3d7f818e3251: Waiting [2023-03-10T15:54:26.407Z] 2a93455f0888: Waiting [2023-03-10T15:54:26.407Z] aa5968d388b8: Waiting [2023-03-10T15:54:26.407Z] e7387b0d9a1e: Layer already exists [2023-03-10T15:54:26.408Z] ffbb71261514: Layer already exists [2023-03-10T15:54:26.408Z] 618caf16fc03: Layer already exists [2023-03-10T15:54:26.408Z] 799809bbdda2: Layer already exists [2023-03-10T15:54:26.408Z] 964a6dcd21e8: Layer already exists [2023-03-10T15:54:26.408Z] 44064974d322: Layer already exists [2023-03-10T15:54:26.408Z] 446066fb551a: Layer already exists [2023-03-10T15:54:26.408Z] 3319044f98df: Layer already exists [2023-03-10T15:54:26.408Z] 3d7f818e3251: Layer already exists [2023-03-10T15:54:26.408Z] 950c5eb4a738: Layer already exists [2023-03-10T15:54:26.408Z] 2a93455f0888: Layer already exists [2023-03-10T15:54:26.408Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:26.408Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:9d4e9e86ee26cfffaa28dffa16a4d5d829aa33f62ce79b01f6e978b07f40174e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:26.708Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:27.008Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-10T15:54:27.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-10T15:54:27.008Z] 618caf16fc03: Preparing [2023-03-10T15:54:27.008Z] 618caf16fc03: Preparing [2023-03-10T15:54:27.008Z] e7387b0d9a1e: Preparing [2023-03-10T15:54:27.008Z] ffbb71261514: Preparing [2023-03-10T15:54:27.008Z] 799809bbdda2: Preparing [2023-03-10T15:54:27.008Z] 964a6dcd21e8: Preparing [2023-03-10T15:54:27.008Z] 44064974d322: Preparing [2023-03-10T15:54:27.008Z] 446066fb551a: Preparing [2023-03-10T15:54:27.008Z] 950c5eb4a738: Preparing [2023-03-10T15:54:27.008Z] 3319044f98df: Preparing [2023-03-10T15:54:27.008Z] 3d7f818e3251: Preparing [2023-03-10T15:54:27.008Z] 2a93455f0888: Preparing [2023-03-10T15:54:27.008Z] aa5968d388b8: Preparing [2023-03-10T15:54:27.008Z] 44064974d322: Waiting [2023-03-10T15:54:27.008Z] 446066fb551a: Waiting [2023-03-10T15:54:27.008Z] 950c5eb4a738: Waiting [2023-03-10T15:54:27.008Z] 3319044f98df: Waiting [2023-03-10T15:54:27.008Z] 3d7f818e3251: Waiting [2023-03-10T15:54:27.008Z] 2a93455f0888: Waiting [2023-03-10T15:54:27.008Z] e7387b0d9a1e: Layer already exists [2023-03-10T15:54:27.008Z] 618caf16fc03: Layer already exists [2023-03-10T15:54:27.008Z] ffbb71261514: Layer already exists [2023-03-10T15:54:27.008Z] 799809bbdda2: Layer already exists [2023-03-10T15:54:27.008Z] 964a6dcd21e8: Layer already exists [2023-03-10T15:54:27.008Z] 44064974d322: Layer already exists [2023-03-10T15:54:27.008Z] 950c5eb4a738: Layer already exists [2023-03-10T15:54:27.008Z] 3d7f818e3251: Layer already exists [2023-03-10T15:54:27.008Z] 446066fb551a: Layer already exists [2023-03-10T15:54:27.008Z] 3319044f98df: Layer already exists [2023-03-10T15:54:27.008Z] 2a93455f0888: Layer already exists [2023-03-10T15:54:27.008Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:27.008Z] main: digest: sha256:9d4e9e86ee26cfffaa28dffa16a4d5d829aa33f62ce79b01f6e978b07f40174e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:27.043Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:27.049Z] taggedImages: [2023-03-10T15:54:27.049Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:27.049Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-10T15:54:27.049Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.89 [2023-03-10T15:54:27.049Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:27.049Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-10T15:54:27.064Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-10T15:54:27.064Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:27.064Z] latest [2023-03-10T15:54:27.064Z] 3.0.0-dev.89 [2023-03-10T15:54:27.064Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:27.064Z] main [2023-03-10T15:54:27.064Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:27.366Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:27.664Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:27.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T15:54:27.664Z] b19b99096ad0: Preparing [2023-03-10T15:54:27.664Z] 9077c5401bd8: Preparing [2023-03-10T15:54:27.664Z] 615893affa59: Preparing [2023-03-10T15:54:27.664Z] ad56dac09277: Preparing [2023-03-10T15:54:27.664Z] 446066fb551a: Preparing [2023-03-10T15:54:27.664Z] c246248d26bb: Preparing [2023-03-10T15:54:27.664Z] aa5968d388b8: Preparing [2023-03-10T15:54:27.664Z] c246248d26bb: Waiting [2023-03-10T15:54:27.664Z] aa5968d388b8: Waiting [2023-03-10T15:54:27.664Z] 446066fb551a: Layer already exists [2023-03-10T15:54:27.664Z] c246248d26bb: Layer already exists [2023-03-10T15:54:27.664Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:27.664Z] b19b99096ad0: Pushed [2023-03-10T15:54:27.664Z] 9077c5401bd8: Pushed [2023-03-10T15:54:27.664Z] 615893affa59: Pushed [2023-03-10T15:54:29.040Z] ad56dac09277: Pushed [2023-03-10T15:54:29.040Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:c94322395a36e7cf52c65b6d302714379e17af6a85ec2e578d88ab1f64a75d45 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:29.341Z] + 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-10T15:54:29.639Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-10T15:54:29.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T15:54:29.639Z] b19b99096ad0: Preparing [2023-03-10T15:54:29.639Z] 9077c5401bd8: Preparing [2023-03-10T15:54:29.639Z] 615893affa59: Preparing [2023-03-10T15:54:29.639Z] ad56dac09277: Preparing [2023-03-10T15:54:29.639Z] 446066fb551a: Preparing [2023-03-10T15:54:29.639Z] c246248d26bb: Preparing [2023-03-10T15:54:29.639Z] aa5968d388b8: Preparing [2023-03-10T15:54:29.639Z] c246248d26bb: Waiting [2023-03-10T15:54:29.639Z] aa5968d388b8: Waiting [2023-03-10T15:54:29.639Z] 9077c5401bd8: Layer already exists [2023-03-10T15:54:29.639Z] ad56dac09277: Layer already exists [2023-03-10T15:54:29.639Z] 615893affa59: Layer already exists [2023-03-10T15:54:29.639Z] b19b99096ad0: Layer already exists [2023-03-10T15:54:29.639Z] 446066fb551a: Layer already exists [2023-03-10T15:54:29.639Z] c246248d26bb: Layer already exists [2023-03-10T15:54:29.639Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:29.639Z] latest: digest: sha256:c94322395a36e7cf52c65b6d302714379e17af6a85ec2e578d88ab1f64a75d45 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:29.942Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:30.248Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.89 [2023-03-10T15:54:30.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T15:54:30.248Z] b19b99096ad0: Preparing [2023-03-10T15:54:30.248Z] 9077c5401bd8: Preparing [2023-03-10T15:54:30.248Z] 615893affa59: Preparing [2023-03-10T15:54:30.248Z] ad56dac09277: Preparing [2023-03-10T15:54:30.248Z] 446066fb551a: Preparing [2023-03-10T15:54:30.248Z] c246248d26bb: Preparing [2023-03-10T15:54:30.248Z] aa5968d388b8: Preparing [2023-03-10T15:54:30.248Z] c246248d26bb: Waiting [2023-03-10T15:54:30.248Z] 615893affa59: Layer already exists [2023-03-10T15:54:30.248Z] 446066fb551a: Layer already exists [2023-03-10T15:54:30.248Z] 9077c5401bd8: Layer already exists [2023-03-10T15:54:30.248Z] b19b99096ad0: Layer already exists [2023-03-10T15:54:30.248Z] ad56dac09277: Layer already exists [2023-03-10T15:54:30.248Z] c246248d26bb: Layer already exists [2023-03-10T15:54:30.248Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:30.248Z] 3.0.0-dev.89: digest: sha256:c94322395a36e7cf52c65b6d302714379e17af6a85ec2e578d88ab1f64a75d45 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:30.564Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:30.866Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:30.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T15:54:30.866Z] b19b99096ad0: Preparing [2023-03-10T15:54:30.866Z] 9077c5401bd8: Preparing [2023-03-10T15:54:30.866Z] 615893affa59: Preparing [2023-03-10T15:54:30.866Z] ad56dac09277: Preparing [2023-03-10T15:54:30.866Z] 446066fb551a: Preparing [2023-03-10T15:54:30.866Z] c246248d26bb: Preparing [2023-03-10T15:54:30.866Z] aa5968d388b8: Preparing [2023-03-10T15:54:30.866Z] c246248d26bb: Waiting [2023-03-10T15:54:30.866Z] aa5968d388b8: Waiting [2023-03-10T15:54:30.866Z] 446066fb551a: Layer already exists [2023-03-10T15:54:30.866Z] 615893affa59: Layer already exists [2023-03-10T15:54:30.866Z] b19b99096ad0: Layer already exists [2023-03-10T15:54:30.866Z] 9077c5401bd8: Layer already exists [2023-03-10T15:54:30.866Z] ad56dac09277: Layer already exists [2023-03-10T15:54:30.866Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:30.866Z] c246248d26bb: Layer already exists [2023-03-10T15:54:30.866Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:c94322395a36e7cf52c65b6d302714379e17af6a85ec2e578d88ab1f64a75d45 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:31.182Z] + 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-10T15:54:31.486Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-10T15:54:31.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-10T15:54:31.486Z] b19b99096ad0: Preparing [2023-03-10T15:54:31.486Z] 9077c5401bd8: Preparing [2023-03-10T15:54:31.486Z] 615893affa59: Preparing [2023-03-10T15:54:31.486Z] ad56dac09277: Preparing [2023-03-10T15:54:31.486Z] 446066fb551a: Preparing [2023-03-10T15:54:31.486Z] c246248d26bb: Preparing [2023-03-10T15:54:31.486Z] aa5968d388b8: Preparing [2023-03-10T15:54:31.486Z] c246248d26bb: Waiting [2023-03-10T15:54:31.486Z] aa5968d388b8: Waiting [2023-03-10T15:54:31.486Z] 9077c5401bd8: Layer already exists [2023-03-10T15:54:31.486Z] 446066fb551a: Layer already exists [2023-03-10T15:54:31.486Z] ad56dac09277: Layer already exists [2023-03-10T15:54:31.486Z] b19b99096ad0: Layer already exists [2023-03-10T15:54:31.486Z] 615893affa59: Layer already exists [2023-03-10T15:54:31.486Z] c246248d26bb: Layer already exists [2023-03-10T15:54:31.486Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:31.486Z] main: digest: sha256:c94322395a36e7cf52c65b6d302714379e17af6a85ec2e578d88ab1f64a75d45 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:31.522Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:31.528Z] taggedImages: [2023-03-10T15:54:31.528Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:31.528Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-10T15:54:31.528Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.89 [2023-03-10T15:54:31.528Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:31.528Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-10T15:54:31.542Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-10T15:54:31.542Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:31.542Z] latest [2023-03-10T15:54:31.542Z] 3.0.0-dev.89 [2023-03-10T15:54:31.542Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:31.542Z] main [2023-03-10T15:54:31.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:31.857Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:32.164Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:32.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T15:54:32.164Z] e66a2042c3bf: Preparing [2023-03-10T15:54:32.164Z] a762a1cd72f6: Preparing [2023-03-10T15:54:32.164Z] 5ffb6435bcb3: Preparing [2023-03-10T15:54:32.164Z] f133c36249fb: Preparing [2023-03-10T15:54:32.164Z] 138315a7eebd: Preparing [2023-03-10T15:54:32.164Z] fa5d8e450df1: Preparing [2023-03-10T15:54:32.164Z] aa5968d388b8: Preparing [2023-03-10T15:54:32.164Z] fa5d8e450df1: Waiting [2023-03-10T15:54:32.164Z] aa5968d388b8: Waiting [2023-03-10T15:54:32.164Z] 138315a7eebd: Pushed [2023-03-10T15:54:32.164Z] a762a1cd72f6: Pushed [2023-03-10T15:54:32.164Z] f133c36249fb: Pushed [2023-03-10T15:54:32.164Z] e66a2042c3bf: Pushed [2023-03-10T15:54:32.164Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:32.422Z] fa5d8e450df1: Pushed [2023-03-10T15:54:33.359Z] 5ffb6435bcb3: Pushed [2023-03-10T15:54:33.359Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:2a79bdc360e71fe46012cf332789915d87e979cf833123be6f2047db577eb00f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:33.666Z] + 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-10T15:54:33.965Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-10T15:54:33.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T15:54:33.965Z] e66a2042c3bf: Preparing [2023-03-10T15:54:33.965Z] a762a1cd72f6: Preparing [2023-03-10T15:54:33.965Z] 5ffb6435bcb3: Preparing [2023-03-10T15:54:33.965Z] f133c36249fb: Preparing [2023-03-10T15:54:33.965Z] 138315a7eebd: Preparing [2023-03-10T15:54:33.965Z] fa5d8e450df1: Preparing [2023-03-10T15:54:33.965Z] aa5968d388b8: Preparing [2023-03-10T15:54:33.965Z] fa5d8e450df1: Waiting [2023-03-10T15:54:33.965Z] aa5968d388b8: Waiting [2023-03-10T15:54:33.965Z] e66a2042c3bf: Layer already exists [2023-03-10T15:54:33.965Z] a762a1cd72f6: Layer already exists [2023-03-10T15:54:33.965Z] 138315a7eebd: Layer already exists [2023-03-10T15:54:33.965Z] 5ffb6435bcb3: Layer already exists [2023-03-10T15:54:33.965Z] f133c36249fb: Layer already exists [2023-03-10T15:54:33.965Z] fa5d8e450df1: Layer already exists [2023-03-10T15:54:33.965Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:33.965Z] latest: digest: sha256:2a79bdc360e71fe46012cf332789915d87e979cf833123be6f2047db577eb00f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:34.270Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:34.570Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.89 [2023-03-10T15:54:34.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T15:54:34.570Z] e66a2042c3bf: Preparing [2023-03-10T15:54:34.570Z] a762a1cd72f6: Preparing [2023-03-10T15:54:34.570Z] 5ffb6435bcb3: Preparing [2023-03-10T15:54:34.570Z] f133c36249fb: Preparing [2023-03-10T15:54:34.570Z] 138315a7eebd: Preparing [2023-03-10T15:54:34.570Z] fa5d8e450df1: Preparing [2023-03-10T15:54:34.570Z] aa5968d388b8: Preparing [2023-03-10T15:54:34.570Z] fa5d8e450df1: Waiting [2023-03-10T15:54:34.570Z] aa5968d388b8: Waiting [2023-03-10T15:54:34.570Z] 138315a7eebd: Layer already exists [2023-03-10T15:54:34.570Z] f133c36249fb: Layer already exists [2023-03-10T15:54:34.570Z] e66a2042c3bf: Layer already exists [2023-03-10T15:54:34.570Z] 5ffb6435bcb3: Layer already exists [2023-03-10T15:54:34.570Z] a762a1cd72f6: Layer already exists [2023-03-10T15:54:34.570Z] fa5d8e450df1: Layer already exists [2023-03-10T15:54:34.570Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:34.570Z] 3.0.0-dev.89: digest: sha256:2a79bdc360e71fe46012cf332789915d87e979cf833123be6f2047db577eb00f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:34.850Z] Removing intermediate container 698aed359d3e [2023-03-10T15:54:34.850Z] ---> 10a5eb2143a2 [2023-03-10T15:54:34.850Z] Step 7/32 : COPY . . [2023-03-10T15:54:34.850Z] Removing intermediate container 6c1934bba559 [2023-03-10T15:54:34.850Z] ---> fbbf7d62af3c [2023-03-10T15:54:34.850Z] Step 8/22 : COPY . . [2023-03-10T15:54:34.850Z] Removing intermediate container 646af20d43fa [2023-03-10T15:54:34.850Z] ---> 8d88eef8657e [2023-03-10T15:54:34.850Z] Step 8/22 : COPY . . [2023-03-10T15:54:34.850Z] Removing intermediate container 908b484418f2 [2023-03-10T15:54:34.850Z] ---> 0b317c2e22e4 [2023-03-10T15:54:34.850Z] Step 8/22 : COPY . . [2023-03-10T15:54:34.850Z] Removing intermediate container 2891f4ffbeb2 [2023-03-10T15:54:34.850Z] ---> ffd740220d5a [2023-03-10T15:54:34.850Z] Step 7/19 : COPY . . [2023-03-10T15:54:34.850Z] ---> 443794a776b2 [2023-03-10T15:54:34.850Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-03-10T15:54:34.850Z] ---> fb165f873077 [2023-03-10T15:54:34.850Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-03-10T15:54:34.850Z] ---> 7b834eb84fcc [2023-03-10T15:54:34.850Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-10T15:54:34.850Z] ---> 767a34c1d811 [2023-03-10T15:54:34.850Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-10T15:54:34.850Z] ---> 557484371af0 [2023-03-10T15:54:34.850Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-10T15:54:34.850Z] ---> Running in 1e6ae56edc53 [2023-03-10T15:54:34.850Z] ---> Running in 32768b678c67 [2023-03-10T15:54:34.850Z] ---> Running in 602e1c1ea50e [2023-03-10T15:54:34.850Z] ---> Running in 5ed6a0e96b89 [2023-03-10T15:54:34.851Z] ---> Running in b10c1b968442 [2023-03-10T15:54:34.875Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:35.174Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:35.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T15:54:35.174Z] e66a2042c3bf: Preparing [2023-03-10T15:54:35.174Z] a762a1cd72f6: Preparing [2023-03-10T15:54:35.174Z] 5ffb6435bcb3: Preparing [2023-03-10T15:54:35.174Z] f133c36249fb: Preparing [2023-03-10T15:54:35.174Z] 138315a7eebd: Preparing [2023-03-10T15:54:35.174Z] fa5d8e450df1: Preparing [2023-03-10T15:54:35.174Z] aa5968d388b8: Preparing [2023-03-10T15:54:35.174Z] fa5d8e450df1: Waiting [2023-03-10T15:54:35.174Z] aa5968d388b8: Waiting [2023-03-10T15:54:35.174Z] a762a1cd72f6: Layer already exists [2023-03-10T15:54:35.174Z] e66a2042c3bf: Layer already exists [2023-03-10T15:54:35.174Z] 138315a7eebd: Layer already exists [2023-03-10T15:54:35.174Z] 5ffb6435bcb3: Layer already exists [2023-03-10T15:54:35.174Z] f133c36249fb: Layer already exists [2023-03-10T15:54:35.174Z] fa5d8e450df1: Layer already exists [2023-03-10T15:54:35.174Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:35.174Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:2a79bdc360e71fe46012cf332789915d87e979cf833123be6f2047db577eb00f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:35.477Z] + 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-10T15:54:35.776Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-10T15:54:35.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-10T15:54:35.776Z] e66a2042c3bf: Preparing [2023-03-10T15:54:35.776Z] a762a1cd72f6: Preparing [2023-03-10T15:54:35.776Z] 5ffb6435bcb3: Preparing [2023-03-10T15:54:35.776Z] f133c36249fb: Preparing [2023-03-10T15:54:35.776Z] 138315a7eebd: Preparing [2023-03-10T15:54:35.776Z] fa5d8e450df1: Preparing [2023-03-10T15:54:35.776Z] aa5968d388b8: Preparing [2023-03-10T15:54:35.776Z] fa5d8e450df1: Waiting [2023-03-10T15:54:35.776Z] aa5968d388b8: Waiting [2023-03-10T15:54:35.776Z] 138315a7eebd: Layer already exists [2023-03-10T15:54:35.776Z] e66a2042c3bf: Layer already exists [2023-03-10T15:54:35.776Z] 5ffb6435bcb3: Layer already exists [2023-03-10T15:54:35.776Z] f133c36249fb: Layer already exists [2023-03-10T15:54:35.776Z] a762a1cd72f6: Layer already exists [2023-03-10T15:54:35.776Z] fa5d8e450df1: Layer already exists [2023-03-10T15:54:35.776Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:35.776Z] main: digest: sha256:2a79bdc360e71fe46012cf332789915d87e979cf833123be6f2047db577eb00f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:35.808Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:35.813Z] taggedImages: [2023-03-10T15:54:35.814Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:35.814Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-10T15:54:35.814Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.89 [2023-03-10T15:54:35.814Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:35.814Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-10T15:54:35.830Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-10T15:54:35.830Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:35.830Z] latest [2023-03-10T15:54:35.830Z] 3.0.0-dev.89 [2023-03-10T15:54:35.830Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:35.830Z] main [2023-03-10T15:54:35.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:36.132Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:36.261Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-10T15:54:36.432Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:36.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T15:54:36.432Z] 0c1b3ce018b7: Preparing [2023-03-10T15:54:36.432Z] a7521cd954e8: Preparing [2023-03-10T15:54:36.432Z] f3980003e570: Preparing [2023-03-10T15:54:36.432Z] 33c38055fae5: Preparing [2023-03-10T15:54:36.432Z] 3dbcccbd3872: Preparing [2023-03-10T15:54:36.432Z] 3f3eaa91eedb: Preparing [2023-03-10T15:54:36.432Z] de99d1767784: Preparing [2023-03-10T15:54:36.432Z] 9e7c0f9c20f3: Preparing [2023-03-10T15:54:36.432Z] aa5968d388b8: Preparing [2023-03-10T15:54:36.432Z] 3f3eaa91eedb: Waiting [2023-03-10T15:54:36.432Z] de99d1767784: Waiting [2023-03-10T15:54:36.432Z] 9e7c0f9c20f3: Waiting [2023-03-10T15:54:36.432Z] aa5968d388b8: Waiting [2023-03-10T15:54:36.432Z] a7521cd954e8: Pushed [2023-03-10T15:54:36.432Z] 0c1b3ce018b7: Pushed [2023-03-10T15:54:36.432Z] 3dbcccbd3872: Pushed [2023-03-10T15:54:36.432Z] 3f3eaa91eedb: Pushed [2023-03-10T15:54:36.690Z] de99d1767784: Pushed [2023-03-10T15:54:36.690Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:36.690Z] 9e7c0f9c20f3: Pushed [2023-03-10T15:54:36.847Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-10T15:54:37.447Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-10T15:54:37.627Z] 33c38055fae5: Pushed [2023-03-10T15:54:37.723Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-10T15:54:37.723Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-10T15:54:37.886Z] f3980003e570: Pushed [2023-03-10T15:54:37.886Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:ed2b54307a770fc262bc68505fcc26984c845257fd9895b1b79ab0d614d7a55b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:38.197Z] + 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-10T15:54:38.497Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-10T15:54:38.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T15:54:38.497Z] 0c1b3ce018b7: Preparing [2023-03-10T15:54:38.497Z] a7521cd954e8: Preparing [2023-03-10T15:54:38.497Z] f3980003e570: Preparing [2023-03-10T15:54:38.497Z] 33c38055fae5: Preparing [2023-03-10T15:54:38.497Z] 3dbcccbd3872: Preparing [2023-03-10T15:54:38.497Z] 3f3eaa91eedb: Preparing [2023-03-10T15:54:38.497Z] de99d1767784: Preparing [2023-03-10T15:54:38.497Z] 9e7c0f9c20f3: Preparing [2023-03-10T15:54:38.497Z] aa5968d388b8: Preparing [2023-03-10T15:54:38.497Z] 3f3eaa91eedb: Waiting [2023-03-10T15:54:38.497Z] de99d1767784: Waiting [2023-03-10T15:54:38.497Z] 9e7c0f9c20f3: Waiting [2023-03-10T15:54:38.497Z] aa5968d388b8: Waiting [2023-03-10T15:54:38.498Z] 0c1b3ce018b7: Layer already exists [2023-03-10T15:54:38.498Z] f3980003e570: Layer already exists [2023-03-10T15:54:38.498Z] 33c38055fae5: Layer already exists [2023-03-10T15:54:38.498Z] 3dbcccbd3872: Layer already exists [2023-03-10T15:54:38.498Z] a7521cd954e8: Layer already exists [2023-03-10T15:54:38.498Z] 3f3eaa91eedb: Layer already exists [2023-03-10T15:54:38.498Z] de99d1767784: Layer already exists [2023-03-10T15:54:38.498Z] 9e7c0f9c20f3: Layer already exists [2023-03-10T15:54:38.498Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:38.498Z] latest: digest: sha256:ed2b54307a770fc262bc68505fcc26984c845257fd9895b1b79ab0d614d7a55b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:38.800Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:39.102Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.89 [2023-03-10T15:54:39.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T15:54:39.102Z] 0c1b3ce018b7: Preparing [2023-03-10T15:54:39.102Z] a7521cd954e8: Preparing [2023-03-10T15:54:39.102Z] f3980003e570: Preparing [2023-03-10T15:54:39.102Z] 33c38055fae5: Preparing [2023-03-10T15:54:39.102Z] 3dbcccbd3872: Preparing [2023-03-10T15:54:39.102Z] 3f3eaa91eedb: Preparing [2023-03-10T15:54:39.102Z] de99d1767784: Preparing [2023-03-10T15:54:39.102Z] 9e7c0f9c20f3: Preparing [2023-03-10T15:54:39.102Z] aa5968d388b8: Preparing [2023-03-10T15:54:39.102Z] de99d1767784: Waiting [2023-03-10T15:54:39.102Z] 3f3eaa91eedb: Waiting [2023-03-10T15:54:39.102Z] 9e7c0f9c20f3: Waiting [2023-03-10T15:54:39.102Z] aa5968d388b8: Waiting [2023-03-10T15:54:39.102Z] 3dbcccbd3872: Layer already exists [2023-03-10T15:54:39.102Z] 33c38055fae5: Layer already exists [2023-03-10T15:54:39.102Z] f3980003e570: Layer already exists [2023-03-10T15:54:39.102Z] 0c1b3ce018b7: Layer already exists [2023-03-10T15:54:39.102Z] a7521cd954e8: Layer already exists [2023-03-10T15:54:39.102Z] de99d1767784: Layer already exists [2023-03-10T15:54:39.102Z] 3f3eaa91eedb: Layer already exists [2023-03-10T15:54:39.102Z] 9e7c0f9c20f3: Layer already exists [2023-03-10T15:54:39.102Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:39.102Z] 3.0.0-dev.89: digest: sha256:ed2b54307a770fc262bc68505fcc26984c845257fd9895b1b79ab0d614d7a55b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:39.417Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:39.726Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:39.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T15:54:39.726Z] 0c1b3ce018b7: Preparing [2023-03-10T15:54:39.726Z] a7521cd954e8: Preparing [2023-03-10T15:54:39.726Z] f3980003e570: Preparing [2023-03-10T15:54:39.726Z] 33c38055fae5: Preparing [2023-03-10T15:54:39.726Z] 3dbcccbd3872: Preparing [2023-03-10T15:54:39.726Z] 3f3eaa91eedb: Preparing [2023-03-10T15:54:39.726Z] de99d1767784: Preparing [2023-03-10T15:54:39.726Z] 9e7c0f9c20f3: Preparing [2023-03-10T15:54:39.726Z] aa5968d388b8: Preparing [2023-03-10T15:54:39.726Z] 9e7c0f9c20f3: Waiting [2023-03-10T15:54:39.726Z] aa5968d388b8: Waiting [2023-03-10T15:54:39.726Z] 3f3eaa91eedb: Waiting [2023-03-10T15:54:39.726Z] de99d1767784: Waiting [2023-03-10T15:54:39.726Z] 3dbcccbd3872: Layer already exists [2023-03-10T15:54:39.726Z] f3980003e570: Layer already exists [2023-03-10T15:54:39.726Z] 33c38055fae5: Layer already exists [2023-03-10T15:54:39.726Z] 0c1b3ce018b7: Layer already exists [2023-03-10T15:54:39.726Z] a7521cd954e8: Layer already exists [2023-03-10T15:54:39.726Z] 3f3eaa91eedb: Layer already exists [2023-03-10T15:54:39.726Z] de99d1767784: Layer already exists [2023-03-10T15:54:39.726Z] 9e7c0f9c20f3: Layer already exists [2023-03-10T15:54:39.726Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:39.726Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:ed2b54307a770fc262bc68505fcc26984c845257fd9895b1b79ab0d614d7a55b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:40.041Z] + 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-10T15:54:40.354Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-10T15:54:40.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-10T15:54:40.354Z] 0c1b3ce018b7: Preparing [2023-03-10T15:54:40.354Z] a7521cd954e8: Preparing [2023-03-10T15:54:40.354Z] f3980003e570: Preparing [2023-03-10T15:54:40.354Z] 33c38055fae5: Preparing [2023-03-10T15:54:40.354Z] 3dbcccbd3872: Preparing [2023-03-10T15:54:40.354Z] 3f3eaa91eedb: Preparing [2023-03-10T15:54:40.354Z] de99d1767784: Preparing [2023-03-10T15:54:40.354Z] 9e7c0f9c20f3: Preparing [2023-03-10T15:54:40.354Z] aa5968d388b8: Preparing [2023-03-10T15:54:40.354Z] 3f3eaa91eedb: Waiting [2023-03-10T15:54:40.354Z] 9e7c0f9c20f3: Waiting [2023-03-10T15:54:40.354Z] aa5968d388b8: Waiting [2023-03-10T15:54:40.354Z] de99d1767784: Waiting [2023-03-10T15:54:40.354Z] 0c1b3ce018b7: Layer already exists [2023-03-10T15:54:40.354Z] f3980003e570: Layer already exists [2023-03-10T15:54:40.354Z] 33c38055fae5: Layer already exists [2023-03-10T15:54:40.354Z] 3dbcccbd3872: Layer already exists [2023-03-10T15:54:40.354Z] a7521cd954e8: Layer already exists [2023-03-10T15:54:40.354Z] 3f3eaa91eedb: Layer already exists [2023-03-10T15:54:40.354Z] 9e7c0f9c20f3: Layer already exists [2023-03-10T15:54:40.354Z] de99d1767784: Layer already exists [2023-03-10T15:54:40.354Z] aa5968d388b8: Layer already exists [2023-03-10T15:54:40.354Z] main: digest: sha256:ed2b54307a770fc262bc68505fcc26984c845257fd9895b1b79ab0d614d7a55b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:40.392Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:40.398Z] taggedImages: [2023-03-10T15:54:40.398Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:40.398Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-10T15:54:40.398Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.89 [2023-03-10T15:54:40.398Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:40.398Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-10T15:54:40.412Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-10T15:54:40.412Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:40.412Z] latest [2023-03-10T15:54:40.412Z] 3.0.0-dev.89 [2023-03-10T15:54:40.412Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:40.412Z] main [2023-03-10T15:54:40.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:40.718Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:41.022Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:41.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T15:54:41.022Z] c40b565d2047: Preparing [2023-03-10T15:54:41.022Z] 9f1219351da3: Preparing [2023-03-10T15:54:41.022Z] 446066fb551a: Preparing [2023-03-10T15:54:41.022Z] 322aa67eef2f: Preparing [2023-03-10T15:54:41.022Z] 4e6476652798: Preparing [2023-03-10T15:54:41.022Z] 446066fb551a: Layer already exists [2023-03-10T15:54:41.022Z] 4e6476652798: Layer already exists [2023-03-10T15:54:41.022Z] c40b565d2047: Pushed [2023-03-10T15:54:41.591Z] 322aa67eef2f: Pushed [2023-03-10T15:54:42.970Z] 9f1219351da3: Pushed [2023-03-10T15:54:43.229Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:d5573ee9be548d237f2e2115c58e4af878bb7da4b9e459fe9c71f53d9b44a637 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:43.531Z] + 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-10T15:54:43.829Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-10T15:54:43.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T15:54:43.829Z] c40b565d2047: Preparing [2023-03-10T15:54:43.829Z] 9f1219351da3: Preparing [2023-03-10T15:54:43.829Z] 446066fb551a: Preparing [2023-03-10T15:54:43.829Z] 322aa67eef2f: Preparing [2023-03-10T15:54:43.829Z] 4e6476652798: Preparing [2023-03-10T15:54:43.829Z] 446066fb551a: Layer already exists [2023-03-10T15:54:43.829Z] c40b565d2047: Layer already exists [2023-03-10T15:54:43.829Z] 9f1219351da3: Layer already exists [2023-03-10T15:54:43.829Z] 4e6476652798: Layer already exists [2023-03-10T15:54:43.829Z] 322aa67eef2f: Layer already exists [2023-03-10T15:54:43.829Z] latest: digest: sha256:d5573ee9be548d237f2e2115c58e4af878bb7da4b9e459fe9c71f53d9b44a637 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:44.133Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:44.432Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.89 [2023-03-10T15:54:44.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T15:54:44.432Z] c40b565d2047: Preparing [2023-03-10T15:54:44.432Z] 9f1219351da3: Preparing [2023-03-10T15:54:44.432Z] 446066fb551a: Preparing [2023-03-10T15:54:44.432Z] 322aa67eef2f: Preparing [2023-03-10T15:54:44.432Z] 4e6476652798: Preparing [2023-03-10T15:54:44.432Z] c40b565d2047: Layer already exists [2023-03-10T15:54:44.432Z] 446066fb551a: Layer already exists [2023-03-10T15:54:44.432Z] 9f1219351da3: Layer already exists [2023-03-10T15:54:44.432Z] 322aa67eef2f: Layer already exists [2023-03-10T15:54:44.432Z] 4e6476652798: Layer already exists [2023-03-10T15:54:44.432Z] 3.0.0-dev.89: digest: sha256:d5573ee9be548d237f2e2115c58e4af878bb7da4b9e459fe9c71f53d9b44a637 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:44.743Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:45.044Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:45.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T15:54:45.044Z] c40b565d2047: Preparing [2023-03-10T15:54:45.044Z] 9f1219351da3: Preparing [2023-03-10T15:54:45.044Z] 446066fb551a: Preparing [2023-03-10T15:54:45.044Z] 322aa67eef2f: Preparing [2023-03-10T15:54:45.044Z] 4e6476652798: Preparing [2023-03-10T15:54:45.044Z] 4e6476652798: Layer already exists [2023-03-10T15:54:45.044Z] 9f1219351da3: Layer already exists [2023-03-10T15:54:45.044Z] c40b565d2047: Layer already exists [2023-03-10T15:54:45.044Z] 446066fb551a: Layer already exists [2023-03-10T15:54:45.044Z] 322aa67eef2f: Layer already exists [2023-03-10T15:54:45.044Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:d5573ee9be548d237f2e2115c58e4af878bb7da4b9e459fe9c71f53d9b44a637 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:45.346Z] + 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-10T15:54:45.647Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-10T15:54:45.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-10T15:54:45.647Z] c40b565d2047: Preparing [2023-03-10T15:54:45.647Z] 9f1219351da3: Preparing [2023-03-10T15:54:45.647Z] 446066fb551a: Preparing [2023-03-10T15:54:45.647Z] 322aa67eef2f: Preparing [2023-03-10T15:54:45.647Z] 4e6476652798: Preparing [2023-03-10T15:54:45.647Z] 446066fb551a: Layer already exists [2023-03-10T15:54:45.647Z] c40b565d2047: Layer already exists [2023-03-10T15:54:45.647Z] 9f1219351da3: Layer already exists [2023-03-10T15:54:45.647Z] 322aa67eef2f: Layer already exists [2023-03-10T15:54:45.647Z] 4e6476652798: Layer already exists [2023-03-10T15:54:45.647Z] main: digest: sha256:d5573ee9be548d237f2e2115c58e4af878bb7da4b9e459fe9c71f53d9b44a637 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:45.700Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:45.711Z] taggedImages: [2023-03-10T15:54:45.711Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:45.711Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-10T15:54:45.711Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.89 [2023-03-10T15:54:45.711Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:45.711Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-10T15:54:45.730Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-10T15:54:45.730Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:45.730Z] latest [2023-03-10T15:54:45.730Z] 3.0.0-dev.89 [2023-03-10T15:54:45.730Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:45.730Z] main [2023-03-10T15:54:45.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:46.034Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:46.332Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:46.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T15:54:46.332Z] cad66e4649ee: Preparing [2023-03-10T15:54:46.332Z] ad2ac000ed7a: Preparing [2023-03-10T15:54:46.332Z] 6904bf346460: Preparing [2023-03-10T15:54:46.332Z] fcf93f797ee9: Preparing [2023-03-10T15:54:46.332Z] 585852be4d56: Preparing [2023-03-10T15:54:46.332Z] 68136ba4c2d6: Preparing [2023-03-10T15:54:46.332Z] 4e6476652798: Preparing [2023-03-10T15:54:46.332Z] 68136ba4c2d6: Waiting [2023-03-10T15:54:46.332Z] 4e6476652798: Waiting [2023-03-10T15:54:46.332Z] cad66e4649ee: Pushed [2023-03-10T15:54:46.332Z] ad2ac000ed7a: Pushed [2023-03-10T15:54:46.332Z] 6904bf346460: Pushed [2023-03-10T15:54:46.332Z] 4e6476652798: Layer already exists [2023-03-10T15:54:46.899Z] 68136ba4c2d6: Pushed [2023-03-10T15:54:50.190Z] 585852be4d56: Pushed [2023-03-10T15:54:52.726Z] fcf93f797ee9: Pushed [2023-03-10T15:54:52.727Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:43da9d1723109c37f8c1753aae8732312d37e906698df09f99f6ee9bf6eb9e20 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:53.027Z] + 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-10T15:54:53.328Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-10T15:54:53.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T15:54:53.328Z] cad66e4649ee: Preparing [2023-03-10T15:54:53.328Z] ad2ac000ed7a: Preparing [2023-03-10T15:54:53.328Z] 6904bf346460: Preparing [2023-03-10T15:54:53.328Z] fcf93f797ee9: Preparing [2023-03-10T15:54:53.328Z] 585852be4d56: Preparing [2023-03-10T15:54:53.328Z] 68136ba4c2d6: Preparing [2023-03-10T15:54:53.328Z] 4e6476652798: Preparing [2023-03-10T15:54:53.328Z] 4e6476652798: Waiting [2023-03-10T15:54:53.328Z] 68136ba4c2d6: Waiting [2023-03-10T15:54:53.328Z] ad2ac000ed7a: Layer already exists [2023-03-10T15:54:53.328Z] 6904bf346460: Layer already exists [2023-03-10T15:54:53.328Z] fcf93f797ee9: Layer already exists [2023-03-10T15:54:53.328Z] cad66e4649ee: Layer already exists [2023-03-10T15:54:53.328Z] 585852be4d56: Layer already exists [2023-03-10T15:54:53.328Z] 4e6476652798: Layer already exists [2023-03-10T15:54:53.328Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:54:53.328Z] latest: digest: sha256:43da9d1723109c37f8c1753aae8732312d37e906698df09f99f6ee9bf6eb9e20 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:53.630Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:53.932Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.89 [2023-03-10T15:54:53.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T15:54:53.932Z] cad66e4649ee: Preparing [2023-03-10T15:54:53.932Z] ad2ac000ed7a: Preparing [2023-03-10T15:54:53.932Z] 6904bf346460: Preparing [2023-03-10T15:54:53.932Z] fcf93f797ee9: Preparing [2023-03-10T15:54:53.932Z] 585852be4d56: Preparing [2023-03-10T15:54:53.932Z] 68136ba4c2d6: Preparing [2023-03-10T15:54:53.932Z] 4e6476652798: Preparing [2023-03-10T15:54:53.932Z] 68136ba4c2d6: Waiting [2023-03-10T15:54:53.932Z] 4e6476652798: Waiting [2023-03-10T15:54:53.932Z] 585852be4d56: Layer already exists [2023-03-10T15:54:53.932Z] fcf93f797ee9: Layer already exists [2023-03-10T15:54:53.932Z] cad66e4649ee: Layer already exists [2023-03-10T15:54:53.932Z] ad2ac000ed7a: Layer already exists [2023-03-10T15:54:53.932Z] 6904bf346460: Layer already exists [2023-03-10T15:54:53.932Z] 4e6476652798: Layer already exists [2023-03-10T15:54:53.932Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:54:53.932Z] 3.0.0-dev.89: digest: sha256:43da9d1723109c37f8c1753aae8732312d37e906698df09f99f6ee9bf6eb9e20 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:54.234Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:54.534Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:54.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T15:54:54.535Z] cad66e4649ee: Preparing [2023-03-10T15:54:54.535Z] ad2ac000ed7a: Preparing [2023-03-10T15:54:54.535Z] 6904bf346460: Preparing [2023-03-10T15:54:54.535Z] fcf93f797ee9: Preparing [2023-03-10T15:54:54.535Z] 585852be4d56: Preparing [2023-03-10T15:54:54.535Z] 68136ba4c2d6: Preparing [2023-03-10T15:54:54.535Z] 4e6476652798: Preparing [2023-03-10T15:54:54.535Z] 68136ba4c2d6: Waiting [2023-03-10T15:54:54.535Z] 4e6476652798: Waiting [2023-03-10T15:54:54.535Z] 6904bf346460: Layer already exists [2023-03-10T15:54:54.535Z] cad66e4649ee: Layer already exists [2023-03-10T15:54:54.535Z] 585852be4d56: Layer already exists [2023-03-10T15:54:54.535Z] ad2ac000ed7a: Layer already exists [2023-03-10T15:54:54.535Z] fcf93f797ee9: Layer already exists [2023-03-10T15:54:54.535Z] 4e6476652798: Layer already exists [2023-03-10T15:54:54.535Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:54:54.535Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:43da9d1723109c37f8c1753aae8732312d37e906698df09f99f6ee9bf6eb9e20 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:54.838Z] + 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-10T15:54:55.142Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-10T15:54:55.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-10T15:54:55.142Z] cad66e4649ee: Preparing [2023-03-10T15:54:55.142Z] ad2ac000ed7a: Preparing [2023-03-10T15:54:55.142Z] 6904bf346460: Preparing [2023-03-10T15:54:55.142Z] fcf93f797ee9: Preparing [2023-03-10T15:54:55.142Z] 585852be4d56: Preparing [2023-03-10T15:54:55.142Z] 68136ba4c2d6: Preparing [2023-03-10T15:54:55.142Z] 4e6476652798: Preparing [2023-03-10T15:54:55.142Z] 68136ba4c2d6: Waiting [2023-03-10T15:54:55.142Z] 4e6476652798: Waiting [2023-03-10T15:54:55.142Z] 585852be4d56: Layer already exists [2023-03-10T15:54:55.142Z] 6904bf346460: Layer already exists [2023-03-10T15:54:55.142Z] fcf93f797ee9: Layer already exists [2023-03-10T15:54:55.142Z] cad66e4649ee: Layer already exists [2023-03-10T15:54:55.142Z] ad2ac000ed7a: Layer already exists [2023-03-10T15:54:55.142Z] 4e6476652798: Layer already exists [2023-03-10T15:54:55.142Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:54:55.142Z] main: digest: sha256:43da9d1723109c37f8c1753aae8732312d37e906698df09f99f6ee9bf6eb9e20 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:54:55.176Z] ===================================================== [Pipeline] echo [2023-03-10T15:54:55.181Z] taggedImages: [2023-03-10T15:54:55.181Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:55.181Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-10T15:54:55.181Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.89 [2023-03-10T15:54:55.181Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:55.181Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-10T15:54:55.196Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-10T15:54:55.196Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:55.196Z] latest [2023-03-10T15:54:55.196Z] 3.0.0-dev.89 [2023-03-10T15:54:55.196Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:54:55.196Z] main [2023-03-10T15:54:55.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:55.501Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:54:55.807Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:54:55.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T15:54:55.807Z] 2dccc95f5f05: Preparing [2023-03-10T15:54:55.807Z] ae486e8ed461: Preparing [2023-03-10T15:54:55.807Z] c2d567748fcf: Preparing [2023-03-10T15:54:55.807Z] fd9528d45d8e: Preparing [2023-03-10T15:54:55.807Z] b78fdd0f5970: Preparing [2023-03-10T15:54:55.807Z] 4e6476652798: Preparing [2023-03-10T15:54:55.807Z] 4e6476652798: Waiting [2023-03-10T15:54:55.807Z] ae486e8ed461: Pushed [2023-03-10T15:54:55.807Z] 2dccc95f5f05: Pushed [2023-03-10T15:54:55.807Z] c2d567748fcf: Pushed [2023-03-10T15:54:55.807Z] 4e6476652798: Layer already exists [2023-03-10T15:54:56.066Z] b78fdd0f5970: Pushed [2023-03-10T15:55:02.631Z] fd9528d45d8e: Pushed [2023-03-10T15:55:02.631Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:89c4277d62179a8159bd2631ccf4317b00cc41778d5794078a27286a25fad513 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:02.934Z] + 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-10T15:55:03.242Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-10T15:55:03.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T15:55:03.242Z] 2dccc95f5f05: Preparing [2023-03-10T15:55:03.242Z] ae486e8ed461: Preparing [2023-03-10T15:55:03.242Z] c2d567748fcf: Preparing [2023-03-10T15:55:03.242Z] fd9528d45d8e: Preparing [2023-03-10T15:55:03.242Z] b78fdd0f5970: Preparing [2023-03-10T15:55:03.242Z] 4e6476652798: Preparing [2023-03-10T15:55:03.242Z] 4e6476652798: Waiting [2023-03-10T15:55:03.242Z] ae486e8ed461: Layer already exists [2023-03-10T15:55:03.242Z] c2d567748fcf: Layer already exists [2023-03-10T15:55:03.242Z] fd9528d45d8e: Layer already exists [2023-03-10T15:55:03.242Z] 2dccc95f5f05: Layer already exists [2023-03-10T15:55:03.242Z] b78fdd0f5970: Layer already exists [2023-03-10T15:55:03.242Z] 4e6476652798: Layer already exists [2023-03-10T15:55:03.242Z] latest: digest: sha256:89c4277d62179a8159bd2631ccf4317b00cc41778d5794078a27286a25fad513 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:03.544Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:03.848Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.89 [2023-03-10T15:55:03.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T15:55:03.848Z] 2dccc95f5f05: Preparing [2023-03-10T15:55:03.848Z] ae486e8ed461: Preparing [2023-03-10T15:55:03.848Z] c2d567748fcf: Preparing [2023-03-10T15:55:03.848Z] fd9528d45d8e: Preparing [2023-03-10T15:55:03.848Z] b78fdd0f5970: Preparing [2023-03-10T15:55:03.848Z] 4e6476652798: Preparing [2023-03-10T15:55:03.848Z] 4e6476652798: Waiting [2023-03-10T15:55:03.848Z] b78fdd0f5970: Layer already exists [2023-03-10T15:55:03.848Z] c2d567748fcf: Layer already exists [2023-03-10T15:55:03.848Z] ae486e8ed461: Layer already exists [2023-03-10T15:55:03.848Z] fd9528d45d8e: Layer already exists [2023-03-10T15:55:03.848Z] 2dccc95f5f05: Layer already exists [2023-03-10T15:55:03.848Z] 4e6476652798: Layer already exists [2023-03-10T15:55:03.848Z] 3.0.0-dev.89: digest: sha256:89c4277d62179a8159bd2631ccf4317b00cc41778d5794078a27286a25fad513 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:04.162Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:04.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:04.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T15:55:04.465Z] 2dccc95f5f05: Preparing [2023-03-10T15:55:04.465Z] ae486e8ed461: Preparing [2023-03-10T15:55:04.465Z] c2d567748fcf: Preparing [2023-03-10T15:55:04.465Z] fd9528d45d8e: Preparing [2023-03-10T15:55:04.465Z] b78fdd0f5970: Preparing [2023-03-10T15:55:04.465Z] 4e6476652798: Preparing [2023-03-10T15:55:04.465Z] 4e6476652798: Waiting [2023-03-10T15:55:04.465Z] fd9528d45d8e: Layer already exists [2023-03-10T15:55:04.465Z] 2dccc95f5f05: Layer already exists [2023-03-10T15:55:04.465Z] b78fdd0f5970: Layer already exists [2023-03-10T15:55:04.465Z] ae486e8ed461: Layer already exists [2023-03-10T15:55:04.465Z] c2d567748fcf: Layer already exists [2023-03-10T15:55:04.465Z] 4e6476652798: Layer already exists [2023-03-10T15:55:04.465Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:89c4277d62179a8159bd2631ccf4317b00cc41778d5794078a27286a25fad513 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:04.778Z] + 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-10T15:55:05.086Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-10T15:55:05.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-10T15:55:05.086Z] 2dccc95f5f05: Preparing [2023-03-10T15:55:05.086Z] ae486e8ed461: Preparing [2023-03-10T15:55:05.086Z] c2d567748fcf: Preparing [2023-03-10T15:55:05.086Z] fd9528d45d8e: Preparing [2023-03-10T15:55:05.086Z] b78fdd0f5970: Preparing [2023-03-10T15:55:05.086Z] 4e6476652798: Preparing [2023-03-10T15:55:05.086Z] 4e6476652798: Waiting [2023-03-10T15:55:05.086Z] b78fdd0f5970: Layer already exists [2023-03-10T15:55:05.086Z] c2d567748fcf: Layer already exists [2023-03-10T15:55:05.086Z] ae486e8ed461: Layer already exists [2023-03-10T15:55:05.086Z] 2dccc95f5f05: Layer already exists [2023-03-10T15:55:05.086Z] fd9528d45d8e: Layer already exists [2023-03-10T15:55:05.086Z] 4e6476652798: Layer already exists [2023-03-10T15:55:05.086Z] main: digest: sha256:89c4277d62179a8159bd2631ccf4317b00cc41778d5794078a27286a25fad513 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:55:05.121Z] ===================================================== [Pipeline] echo [2023-03-10T15:55:05.127Z] taggedImages: [2023-03-10T15:55:05.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:05.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-10T15:55:05.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.89 [2023-03-10T15:55:05.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:05.127Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-10T15:55:05.141Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-10T15:55:05.141Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:05.141Z] latest [2023-03-10T15:55:05.141Z] 3.0.0-dev.89 [2023-03-10T15:55:05.141Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:05.141Z] main [2023-03-10T15:55:05.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:05.439Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:05.741Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:05.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T15:55:05.741Z] 650d5ea98907: Preparing [2023-03-10T15:55:05.741Z] 53b596bd9793: Preparing [2023-03-10T15:55:05.741Z] 62c91046d56e: Preparing [2023-03-10T15:55:05.741Z] 09f5bb9c15cd: Preparing [2023-03-10T15:55:05.741Z] 68136ba4c2d6: Preparing [2023-03-10T15:55:05.741Z] 4e6476652798: Preparing [2023-03-10T15:55:05.741Z] 4e6476652798: Waiting [2023-03-10T15:55:05.741Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:55:05.741Z] 4e6476652798: Layer already exists [2023-03-10T15:55:05.741Z] 53b596bd9793: Pushed [2023-03-10T15:55:05.741Z] 62c91046d56e: Pushed [2023-03-10T15:55:05.741Z] 650d5ea98907: Pushed [2023-03-10T15:55:12.313Z] 09f5bb9c15cd: Pushed [2023-03-10T15:55:12.313Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:9ce6d62d5ead7c86a8b2691ace3e1588959ff5503511d56e01f03c0958e73ea8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:12.618Z] + 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-10T15:55:12.919Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-10T15:55:12.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T15:55:12.919Z] 650d5ea98907: Preparing [2023-03-10T15:55:12.919Z] 53b596bd9793: Preparing [2023-03-10T15:55:12.919Z] 62c91046d56e: Preparing [2023-03-10T15:55:12.919Z] 09f5bb9c15cd: Preparing [2023-03-10T15:55:12.919Z] 68136ba4c2d6: Preparing [2023-03-10T15:55:12.919Z] 4e6476652798: Preparing [2023-03-10T15:55:12.919Z] 4e6476652798: Waiting [2023-03-10T15:55:12.919Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:55:12.919Z] 09f5bb9c15cd: Layer already exists [2023-03-10T15:55:12.919Z] 53b596bd9793: Layer already exists [2023-03-10T15:55:12.919Z] 62c91046d56e: Layer already exists [2023-03-10T15:55:12.919Z] 650d5ea98907: Layer already exists [2023-03-10T15:55:12.919Z] 4e6476652798: Layer already exists [2023-03-10T15:55:12.919Z] latest: digest: sha256:9ce6d62d5ead7c86a8b2691ace3e1588959ff5503511d56e01f03c0958e73ea8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:13.223Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:13.531Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.89 [2023-03-10T15:55:13.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T15:55:13.531Z] 650d5ea98907: Preparing [2023-03-10T15:55:13.531Z] 53b596bd9793: Preparing [2023-03-10T15:55:13.531Z] 62c91046d56e: Preparing [2023-03-10T15:55:13.531Z] 09f5bb9c15cd: Preparing [2023-03-10T15:55:13.531Z] 68136ba4c2d6: Preparing [2023-03-10T15:55:13.531Z] 4e6476652798: Preparing [2023-03-10T15:55:13.531Z] 4e6476652798: Waiting [2023-03-10T15:55:13.531Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:55:13.531Z] 650d5ea98907: Layer already exists [2023-03-10T15:55:13.531Z] 53b596bd9793: Layer already exists [2023-03-10T15:55:13.531Z] 09f5bb9c15cd: Layer already exists [2023-03-10T15:55:13.531Z] 62c91046d56e: Layer already exists [2023-03-10T15:55:13.531Z] 4e6476652798: Layer already exists [2023-03-10T15:55:13.531Z] 3.0.0-dev.89: digest: sha256:9ce6d62d5ead7c86a8b2691ace3e1588959ff5503511d56e01f03c0958e73ea8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:13.847Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:14.149Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:14.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T15:55:14.149Z] 650d5ea98907: Preparing [2023-03-10T15:55:14.149Z] 53b596bd9793: Preparing [2023-03-10T15:55:14.149Z] 62c91046d56e: Preparing [2023-03-10T15:55:14.149Z] 09f5bb9c15cd: Preparing [2023-03-10T15:55:14.149Z] 68136ba4c2d6: Preparing [2023-03-10T15:55:14.149Z] 4e6476652798: Preparing [2023-03-10T15:55:14.149Z] 4e6476652798: Waiting [2023-03-10T15:55:14.149Z] 53b596bd9793: Layer already exists [2023-03-10T15:55:14.149Z] 650d5ea98907: Layer already exists [2023-03-10T15:55:14.149Z] 62c91046d56e: Layer already exists [2023-03-10T15:55:14.149Z] 09f5bb9c15cd: Layer already exists [2023-03-10T15:55:14.149Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:55:14.149Z] 4e6476652798: Layer already exists [2023-03-10T15:55:14.149Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:9ce6d62d5ead7c86a8b2691ace3e1588959ff5503511d56e01f03c0958e73ea8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:14.455Z] + 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-10T15:55:14.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-10T15:55:14.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-10T15:55:14.752Z] 650d5ea98907: Preparing [2023-03-10T15:55:14.752Z] 53b596bd9793: Preparing [2023-03-10T15:55:14.752Z] 62c91046d56e: Preparing [2023-03-10T15:55:14.752Z] 09f5bb9c15cd: Preparing [2023-03-10T15:55:14.752Z] 68136ba4c2d6: Preparing [2023-03-10T15:55:14.752Z] 4e6476652798: Preparing [2023-03-10T15:55:14.752Z] 4e6476652798: Waiting [2023-03-10T15:55:14.752Z] 53b596bd9793: Layer already exists [2023-03-10T15:55:14.752Z] 68136ba4c2d6: Layer already exists [2023-03-10T15:55:14.752Z] 09f5bb9c15cd: Layer already exists [2023-03-10T15:55:14.752Z] 650d5ea98907: Layer already exists [2023-03-10T15:55:14.752Z] 62c91046d56e: Layer already exists [2023-03-10T15:55:14.752Z] 4e6476652798: Layer already exists [2023-03-10T15:55:14.752Z] main: digest: sha256:9ce6d62d5ead7c86a8b2691ace3e1588959ff5503511d56e01f03c0958e73ea8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:55:14.786Z] ===================================================== [Pipeline] echo [2023-03-10T15:55:14.792Z] taggedImages: [2023-03-10T15:55:14.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:14.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-10T15:55:14.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.89 [2023-03-10T15:55:14.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:14.792Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-10T15:55:14.806Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-10T15:55:14.806Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:14.806Z] latest [2023-03-10T15:55:14.806Z] 3.0.0-dev.89 [2023-03-10T15:55:14.806Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:14.806Z] main [2023-03-10T15:55:14.806Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:15.109Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:15.410Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:15.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T15:55:15.410Z] fbfa0709d132: Preparing [2023-03-10T15:55:15.410Z] dffa1f78c8c8: Preparing [2023-03-10T15:55:15.410Z] 446066fb551a: Preparing [2023-03-10T15:55:15.410Z] e239c9b266af: Preparing [2023-03-10T15:55:15.410Z] aa5968d388b8: Preparing [2023-03-10T15:55:15.410Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:15.410Z] 446066fb551a: Layer already exists [2023-03-10T15:55:15.410Z] fbfa0709d132: Pushed [2023-03-10T15:55:15.410Z] e239c9b266af: Pushed [2023-03-10T15:55:17.946Z] dffa1f78c8c8: Pushed [2023-03-10T15:55:17.946Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:35b42aac4761d7805a0fdd3813f53f29201481ad88ea11444554e47b4fa1af74 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:18.251Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:18.554Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-10T15:55:18.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T15:55:18.554Z] fbfa0709d132: Preparing [2023-03-10T15:55:18.554Z] dffa1f78c8c8: Preparing [2023-03-10T15:55:18.554Z] 446066fb551a: Preparing [2023-03-10T15:55:18.554Z] e239c9b266af: Preparing [2023-03-10T15:55:18.554Z] aa5968d388b8: Preparing [2023-03-10T15:55:18.554Z] 446066fb551a: Layer already exists [2023-03-10T15:55:18.554Z] dffa1f78c8c8: Layer already exists [2023-03-10T15:55:18.554Z] fbfa0709d132: Layer already exists [2023-03-10T15:55:18.554Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:18.554Z] e239c9b266af: Layer already exists [2023-03-10T15:55:18.554Z] latest: digest: sha256:35b42aac4761d7805a0fdd3813f53f29201481ad88ea11444554e47b4fa1af74 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:18.857Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:19.161Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.89 [2023-03-10T15:55:19.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T15:55:19.161Z] fbfa0709d132: Preparing [2023-03-10T15:55:19.161Z] dffa1f78c8c8: Preparing [2023-03-10T15:55:19.161Z] 446066fb551a: Preparing [2023-03-10T15:55:19.161Z] e239c9b266af: Preparing [2023-03-10T15:55:19.161Z] aa5968d388b8: Preparing [2023-03-10T15:55:19.161Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:19.161Z] dffa1f78c8c8: Layer already exists [2023-03-10T15:55:19.161Z] fbfa0709d132: Layer already exists [2023-03-10T15:55:19.161Z] 446066fb551a: Layer already exists [2023-03-10T15:55:19.161Z] e239c9b266af: Layer already exists [2023-03-10T15:55:19.161Z] 3.0.0-dev.89: digest: sha256:35b42aac4761d7805a0fdd3813f53f29201481ad88ea11444554e47b4fa1af74 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:19.470Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:19.770Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:19.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T15:55:19.770Z] fbfa0709d132: Preparing [2023-03-10T15:55:19.770Z] dffa1f78c8c8: Preparing [2023-03-10T15:55:19.770Z] 446066fb551a: Preparing [2023-03-10T15:55:19.770Z] e239c9b266af: Preparing [2023-03-10T15:55:19.770Z] aa5968d388b8: Preparing [2023-03-10T15:55:19.770Z] e239c9b266af: Layer already exists [2023-03-10T15:55:19.770Z] fbfa0709d132: Layer already exists [2023-03-10T15:55:19.770Z] dffa1f78c8c8: Layer already exists [2023-03-10T15:55:19.770Z] 446066fb551a: Layer already exists [2023-03-10T15:55:19.770Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:19.770Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:35b42aac4761d7805a0fdd3813f53f29201481ad88ea11444554e47b4fa1af74 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:20.071Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:20.493Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-10T15:55:20.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-10T15:55:20.493Z] fbfa0709d132: Preparing [2023-03-10T15:55:20.493Z] dffa1f78c8c8: Preparing [2023-03-10T15:55:20.493Z] 446066fb551a: Preparing [2023-03-10T15:55:20.493Z] e239c9b266af: Preparing [2023-03-10T15:55:20.493Z] aa5968d388b8: Preparing [2023-03-10T15:55:20.493Z] e239c9b266af: Layer already exists [2023-03-10T15:55:20.493Z] fbfa0709d132: Layer already exists [2023-03-10T15:55:20.493Z] dffa1f78c8c8: Layer already exists [2023-03-10T15:55:20.493Z] 446066fb551a: Layer already exists [2023-03-10T15:55:20.493Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:20.493Z] main: digest: sha256:35b42aac4761d7805a0fdd3813f53f29201481ad88ea11444554e47b4fa1af74 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:55:20.535Z] ===================================================== [Pipeline] echo [2023-03-10T15:55:20.547Z] taggedImages: [2023-03-10T15:55:20.547Z] - nexus3.edgexfoundry.org:10004/support-notifications:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:20.547Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-10T15:55:20.547Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.89 [2023-03-10T15:55:20.547Z] - nexus3.edgexfoundry.org:10004/support-notifications:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:20.547Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-10T15:55:20.570Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-10T15:55:20.570Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:20.570Z] latest [2023-03-10T15:55:20.570Z] 3.0.0-dev.89 [2023-03-10T15:55:20.570Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:20.570Z] main [2023-03-10T15:55:20.570Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:20.928Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:21.296Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:21.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T15:55:21.296Z] aeed7ab7a22c: Preparing [2023-03-10T15:55:21.296Z] bd17b8b54bff: Preparing [2023-03-10T15:55:21.296Z] 446066fb551a: Preparing [2023-03-10T15:55:21.296Z] 668d89a7c259: Preparing [2023-03-10T15:55:21.296Z] aa5968d388b8: Preparing [2023-03-10T15:55:21.296Z] 446066fb551a: Layer already exists [2023-03-10T15:55:21.296Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:21.296Z] 668d89a7c259: Layer already exists [2023-03-10T15:55:21.296Z] aeed7ab7a22c: Pushed [2023-03-10T15:55:23.834Z] bd17b8b54bff: Pushed [2023-03-10T15:55:23.834Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:15b74620854ad58f5620866b76741f1ace9fbc8f6481428c450fd116327d08f2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:24.139Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:24.436Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-10T15:55:24.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T15:55:24.436Z] aeed7ab7a22c: Preparing [2023-03-10T15:55:24.436Z] bd17b8b54bff: Preparing [2023-03-10T15:55:24.436Z] 446066fb551a: Preparing [2023-03-10T15:55:24.436Z] 668d89a7c259: Preparing [2023-03-10T15:55:24.436Z] aa5968d388b8: Preparing [2023-03-10T15:55:24.436Z] 668d89a7c259: Layer already exists [2023-03-10T15:55:24.436Z] 446066fb551a: Layer already exists [2023-03-10T15:55:24.436Z] aeed7ab7a22c: Layer already exists [2023-03-10T15:55:24.436Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:24.436Z] bd17b8b54bff: Layer already exists [2023-03-10T15:55:24.695Z] latest: digest: sha256:15b74620854ad58f5620866b76741f1ace9fbc8f6481428c450fd116327d08f2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:25.004Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:25.312Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.89 [2023-03-10T15:55:25.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T15:55:25.312Z] aeed7ab7a22c: Preparing [2023-03-10T15:55:25.312Z] bd17b8b54bff: Preparing [2023-03-10T15:55:25.312Z] 446066fb551a: Preparing [2023-03-10T15:55:25.312Z] 668d89a7c259: Preparing [2023-03-10T15:55:25.312Z] aa5968d388b8: Preparing [2023-03-10T15:55:25.312Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:25.312Z] bd17b8b54bff: Layer already exists [2023-03-10T15:55:25.312Z] aeed7ab7a22c: Layer already exists [2023-03-10T15:55:25.312Z] 446066fb551a: Layer already exists [2023-03-10T15:55:25.312Z] 668d89a7c259: Layer already exists [2023-03-10T15:55:25.312Z] 3.0.0-dev.89: digest: sha256:15b74620854ad58f5620866b76741f1ace9fbc8f6481428c450fd116327d08f2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:25.614Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:25.911Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:25.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T15:55:25.911Z] aeed7ab7a22c: Preparing [2023-03-10T15:55:25.911Z] bd17b8b54bff: Preparing [2023-03-10T15:55:25.911Z] 446066fb551a: Preparing [2023-03-10T15:55:25.911Z] 668d89a7c259: Preparing [2023-03-10T15:55:25.911Z] aa5968d388b8: Preparing [2023-03-10T15:55:25.911Z] aeed7ab7a22c: Layer already exists [2023-03-10T15:55:25.911Z] bd17b8b54bff: Layer already exists [2023-03-10T15:55:25.911Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:25.911Z] 446066fb551a: Layer already exists [2023-03-10T15:55:25.911Z] 668d89a7c259: Layer already exists [2023-03-10T15:55:25.911Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:15b74620854ad58f5620866b76741f1ace9fbc8f6481428c450fd116327d08f2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:26.215Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T15:55:26.519Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-10T15:55:26.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-10T15:55:26.519Z] aeed7ab7a22c: Preparing [2023-03-10T15:55:26.519Z] bd17b8b54bff: Preparing [2023-03-10T15:55:26.519Z] 446066fb551a: Preparing [2023-03-10T15:55:26.519Z] 668d89a7c259: Preparing [2023-03-10T15:55:26.519Z] aa5968d388b8: Preparing [2023-03-10T15:55:26.519Z] bd17b8b54bff: Layer already exists [2023-03-10T15:55:26.519Z] 668d89a7c259: Layer already exists [2023-03-10T15:55:26.519Z] aa5968d388b8: Layer already exists [2023-03-10T15:55:26.519Z] aeed7ab7a22c: Layer already exists [2023-03-10T15:55:26.519Z] 446066fb551a: Layer already exists [2023-03-10T15:55:26.519Z] main: digest: sha256:15b74620854ad58f5620866b76741f1ace9fbc8f6481428c450fd116327d08f2 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T15:55:26.552Z] ===================================================== [Pipeline] echo [2023-03-10T15:55:26.557Z] taggedImages: [2023-03-10T15:55:26.557Z] - nexus3.edgexfoundry.org:10004/support-scheduler:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T15:55:26.557Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-10T15:55:26.557Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.89 [2023-03-10T15:55:26.557Z] - nexus3.edgexfoundry.org:10004/support-scheduler:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T15:55:26.557Z] - 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-10T16:01:02.212Z] Removing intermediate container b10c1b968442 [2023-03-10T16:01:02.213Z] ---> 2db9649b469a [2023-03-10T16:01:02.213Z] [2023-03-10T16:01:02.213Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T16:01:02.213Z] 3.16: Pulling from library/alpine [2023-03-10T16:01:02.873Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-10T16:01:02.873Z] Status: Downloaded newer image for alpine:3.16 [2023-03-10T16:01:02.873Z] ---> 4c81e5bf8899 [2023-03-10T16:01:02.873Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T16:01:03.173Z] ---> Running in 7aae888b72bd [2023-03-10T16:01:03.783Z] Removing intermediate container 7aae888b72bd [2023-03-10T16:01:03.783Z] ---> ea7b5ef1a696 [2023-03-10T16:01:03.783Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T16:01:03.783Z] ---> Running in bb13d5ee20ac [2023-03-10T16:01:06.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:01:06.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:01:08.378Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T16:01:08.378Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T16:01:08.378Z] OK: 5 MiB in 15 packages [2023-03-10T16:01:10.969Z] Removing intermediate container bb13d5ee20ac [2023-03-10T16:01:10.969Z] ---> 13eba3f28655 [2023-03-10T16:01:10.969Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:01:13.561Z] ---> 6cae3ae1a7a7 [2023-03-10T16:01:13.561Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-10T16:01:14.988Z] Removing intermediate container 5ed6a0e96b89 [2023-03-10T16:01:14.988Z] ---> 984b6c0cdfe5 [2023-03-10T16:01:14.988Z] [2023-03-10T16:01:14.988Z] Step 9/32 : FROM alpine:3.16 [2023-03-10T16:01:14.988Z] ---> 4c81e5bf8899 [2023-03-10T16:01:14.988Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T16:01:14.988Z] ---> Running in 4a2e58260ecf [2023-03-10T16:01:15.587Z] ---> b277d454da69 [2023-03-10T16:01:15.587Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml [2023-03-10T16:01:15.859Z] Removing intermediate container 4a2e58260ecf [2023-03-10T16:01:15.859Z] ---> 1a0a1af50e37 [2023-03-10T16:01:15.859Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-10T16:01:16.128Z] ---> Running in 096dc11aee15 [2023-03-10T16:01:17.101Z] ---> 87fd692f295e [2023-03-10T16:01:17.101Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-10T16:01:18.528Z] ---> eae51b4b24e3 [2023-03-10T16:01:18.528Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T16:01:18.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:01:18.528Z] ---> Running in 805a4e9ebbb5 [2023-03-10T16:01:19.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:01:20.915Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T16:01:20.915Z] (2/2) Installing su-exec (0.2-r1) [2023-03-10T16:01:20.915Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T16:01:20.915Z] OK: 5 MiB in 16 packages [2023-03-10T16:01:22.364Z] Removing intermediate container 805a4e9ebbb5 [2023-03-10T16:01:22.364Z] ---> 2825b109925e [2023-03-10T16:01:22.364Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T16:01:22.364Z] ---> Running in 8a1b8ad29a5a [2023-03-10T16:01:23.324Z] Removing intermediate container 096dc11aee15 [2023-03-10T16:01:23.324Z] ---> af3087e55419 [2023-03-10T16:01:23.324Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-10T16:01:23.324Z] Removing intermediate container 8a1b8ad29a5a [2023-03-10T16:01:23.324Z] ---> 754ab2e5b763 [2023-03-10T16:01:23.324Z] Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-10T16:01:23.324Z] ---> Running in 37c67f3c92e8 [2023-03-10T16:01:23.324Z] ---> Running in 3b14d5990578 [2023-03-10T16:01:23.911Z] Removing intermediate container 37c67f3c92e8 [2023-03-10T16:01:23.911Z] ---> 0a3f426a028b [2023-03-10T16:01:23.911Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-10T16:01:24.183Z] Removing intermediate container 3b14d5990578 [2023-03-10T16:01:24.183Z] ---> 9ecb524971df [2023-03-10T16:01:24.183Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T16:01:24.183Z] ---> Running in 74bae12c7de9 [2023-03-10T16:01:24.458Z] ---> Running in ed079f28aba3 [2023-03-10T16:01:25.060Z] Removing intermediate container 74bae12c7de9 [2023-03-10T16:01:25.060Z] ---> 02fb7c5207fc [2023-03-10T16:01:25.060Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-10T16:01:25.060Z] Removing intermediate container ed079f28aba3 [2023-03-10T16:01:25.060Z] ---> 50863ad2f38a [2023-03-10T16:01:25.060Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:01:25.343Z] ---> Running in 5ae798091121 [2023-03-10T16:01:25.343Z] ---> Running in 1d67294017b2 [2023-03-10T16:01:26.789Z] Removing intermediate container 1d67294017b2 [2023-03-10T16:01:26.789Z] ---> 12323e76cea9 [2023-03-10T16:01:26.789Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-10T16:01:26.789Z] Removing intermediate container 5ae798091121 [2023-03-10T16:01:26.789Z] ---> 834c43e44989 [2023-03-10T16:01:26.789Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T16:01:26.789Z] ---> Running in e532a0e22d7f [2023-03-10T16:01:27.057Z] ---> Running in ac9ced84a38a [2023-03-10T16:01:27.647Z] Removing intermediate container e532a0e22d7f [2023-03-10T16:01:27.647Z] ---> 40b60749e8e5 [2023-03-10T16:01:27.647Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-10T16:01:27.647Z] Removing intermediate container ac9ced84a38a [2023-03-10T16:01:27.647Z] ---> b497473abf86 [2023-03-10T16:01:27.647Z] [2023-03-10T16:01:27.916Z] ---> Running in 6b5b0d7126f4 [2023-03-10T16:01:28.186Z] Successfully built b497473abf86 [2023-03-10T16:01:28.186Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-10T16:01:28.186Z] Building core-common-config-bootstrapper [2023-03-10T16:01:30.777Z]  Building security-proxy-auth ... done Removing intermediate container 6b5b0d7126f4 [2023-03-10T16:01:30.777Z] ---> 1af1506ffde2 [2023-03-10T16:01:30.777Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-10T16:01:31.049Z] ---> Running in 29707b31c946 [2023-03-10T16:01:31.318Z] Removing intermediate container 29707b31c946 [2023-03-10T16:01:31.319Z] ---> 1006b26c2254 [2023-03-10T16:01:31.319Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-10T16:01:32.737Z] ---> 88340db1ec8f [2023-03-10T16:01:32.737Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-10T16:01:32.737Z] ---> Running in b31eecfaef16 [2023-03-10T16:01:33.007Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:01:33.007Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:01:33.007Z] ---> c07413252866 [2023-03-10T16:01:33.007Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T16:01:33.007Z] ---> Using cache [2023-03-10T16:01:33.007Z] ---> 295a3757b062 [2023-03-10T16:01:33.007Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T16:01:33.007Z] ---> Using cache [2023-03-10T16:01:33.007Z] ---> f059325b8a71 [2023-03-10T16:01:33.007Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T16:01:33.283Z] ---> Running in 1dc9fe2f98d9 [2023-03-10T16:01:35.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:01:36.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:01:36.421Z] Removing intermediate container b31eecfaef16 [2023-03-10T16:01:36.421Z] ---> 7b62810ea56f [2023-03-10T16:01:36.421Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:01:37.836Z] OK: 221 MiB in 51 packages [2023-03-10T16:01:39.788Z] ---> 2c3d5b535fd9 [2023-03-10T16:01:39.788Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-10T16:01:40.379Z] Removing intermediate container 1dc9fe2f98d9 [2023-03-10T16:01:40.379Z] ---> c689bae328b1 [2023-03-10T16:01:40.379Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T16:01:41.795Z] ---> 83b249bf3e0f [2023-03-10T16:01:41.796Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:01:41.796Z] ---> a0c8112192c5 [2023-03-10T16:01:41.796Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-03-10T16:01:41.796Z] ---> Running in ec910cb5462b [2023-03-10T16:01:43.207Z] ---> f0fd5139397c [2023-03-10T16:01:43.207Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-10T16:01:44.625Z] ---> d6d7b0c47562 [2023-03-10T16:01:44.625Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-10T16:01:45.586Z] ---> e34da46260fc [2023-03-10T16:01:45.586Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-10T16:01:46.551Z] ---> e9d0b6367c2a [2023-03-10T16:01:46.551Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-10T16:01:47.524Z] ---> 415d89175ee6 [2023-03-10T16:01:47.524Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-03-10T16:01:47.794Z] ---> Running in 4bfaac2dec4e [2023-03-10T16:01:51.151Z] Removing intermediate container 4bfaac2dec4e [2023-03-10T16:01:51.151Z] ---> c9cae6c9756c [2023-03-10T16:01:51.151Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-10T16:01:51.151Z] ---> Running in 2fd9d91cdae9 [2023-03-10T16:01:51.738Z] Removing intermediate container 2fd9d91cdae9 [2023-03-10T16:01:51.738Z] ---> 8eab52466fc3 [2023-03-10T16:01:51.738Z] Step 29/32 : CMD ["gate"] [2023-03-10T16:01:52.012Z] ---> Running in f30fe109e4c5 [2023-03-10T16:01:52.285Z] Removing intermediate container f30fe109e4c5 [2023-03-10T16:01:52.285Z] ---> e43264aad8b2 [2023-03-10T16:01:52.285Z] Step 30/32 : LABEL arch=arm64 [2023-03-10T16:01:52.554Z] ---> Running in b9d5afa96660 [2023-03-10T16:01:53.160Z] Removing intermediate container b9d5afa96660 [2023-03-10T16:01:53.160Z] ---> 4627ac13f444 [2023-03-10T16:01:53.161Z] Step 31/32 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:01:53.161Z] ---> Running in abd9426eb196 [2023-03-10T16:01:53.748Z] Removing intermediate container abd9426eb196 [2023-03-10T16:01:53.748Z] ---> 3ded76e9d5ca [2023-03-10T16:01:53.748Z] Step 32/32 : LABEL version=3.0.0-dev.89 [2023-03-10T16:01:53.748Z] ---> Running in 0c11b019eb4b [2023-03-10T16:01:54.335Z] Removing intermediate container 0c11b019eb4b [2023-03-10T16:01:54.335Z] ---> 3e613767c7c4 [2023-03-10T16:01:54.335Z] [2023-03-10T16:01:54.607Z] Successfully built 3e613767c7c4 [2023-03-10T16:01:54.607Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-10T16:01:54.607Z] Building security-spire-config [2023-03-10T16:01:57.960Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:01:57.960Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:01:57.960Z] ---> c07413252866 [2023-03-10T16:01:57.960Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T16:01:57.960Z] ---> Using cache [2023-03-10T16:01:57.960Z] ---> 0c15d0dccee1 [2023-03-10T16:01:57.960Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T16:01:58.229Z] ---> Running in 8e5f552f6296 [2023-03-10T16:02:00.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:02:00.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:02:02.782Z] OK: 221 MiB in 51 packages [2023-03-10T16:02:04.212Z] Removing intermediate container 8e5f552f6296 [2023-03-10T16:02:04.212Z] ---> e337fad69739 [2023-03-10T16:02:04.212Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T16:02:05.181Z] ---> 3ad2d62dba0b [2023-03-10T16:02:05.181Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:02:05.181Z] ---> Running in cbe12fd19797 [2023-03-10T16:03:56.905Z] Removing intermediate container ec910cb5462b [2023-03-10T16:03:56.905Z] ---> a8062f7415b4 [2023-03-10T16:03:56.905Z] Step 8/22 : COPY . . [2023-03-10T16:04:05.119Z] ---> dd8d017b77e3 [2023-03-10T16:04:05.119Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-10T16:04:05.119Z] Removing intermediate container 32768b678c67 [2023-03-10T16:04:05.119Z] ---> 283c656d6dd8 [2023-03-10T16:04:05.119Z] [2023-03-10T16:04:05.119Z] Step 9/19 : FROM alpine:3.15 [2023-03-10T16:04:05.119Z] ---> Running in b50078664e46 [2023-03-10T16:04:05.119Z] 3.15: Pulling from library/alpine [2023-03-10T16:04:07.119Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-03-10T16:04:07.119Z] Status: Downloaded newer image for alpine:3.15 [2023-03-10T16:04:07.119Z] ---> 354640af7b1b [2023-03-10T16:04:07.119Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T16:04:07.387Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-10T16:04:07.387Z] ---> Running in 7d9ecd2eed01 [2023-03-10T16:04:08.347Z] Removing intermediate container 7d9ecd2eed01 [2023-03-10T16:04:08.347Z] ---> f372915975ac [2023-03-10T16:04:08.347Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-10T16:04:08.347Z] ---> Running in 6f6eb2712b88 [2023-03-10T16:04:10.293Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:10.897Z] Removing intermediate container cbe12fd19797 [2023-03-10T16:04:10.897Z] ---> cf06c2129e14 [2023-03-10T16:04:10.897Z] Step 7/24 : COPY . . [2023-03-10T16:04:11.164Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:12.575Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T16:04:12.575Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T16:04:12.575Z] OK: 15736 distinct packages available [2023-03-10T16:04:12.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:13.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:14.019Z] ---> 16b104ae27d5 [2023-03-10T16:04:14.019Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T16:04:14.019Z] ---> Running in dfe470082b49 [2023-03-10T16:04:14.620Z] Removing intermediate container dfe470082b49 [2023-03-10T16:04:14.620Z] ---> 55234a22de39 [2023-03-10T16:04:14.620Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T16:04:14.620Z] ---> Running in 99e645018f78 [2023-03-10T16:04:14.888Z] (1/9) Installing ca-certificates (20220614-r0) [2023-03-10T16:04:15.157Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-03-10T16:04:15.157Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-03-10T16:04:15.157Z] (4/9) Installing libcurl (7.80.0-r6) [2023-03-10T16:04:15.158Z] (5/9) Installing curl (7.80.0-r6) [2023-03-10T16:04:15.158Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-03-10T16:04:15.440Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-10T16:04:15.440Z] (8/9) Installing libucontext (1.1-r0) [2023-03-10T16:04:15.441Z] (9/9) Installing gcompat (1.0.0-r4) [2023-03-10T16:04:15.441Z] Removing intermediate container 99e645018f78 [2023-03-10T16:04:15.441Z] ---> c2478b4a6abc [2023-03-10T16:04:15.441Z] 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-10T16:04:15.441Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T16:04:15.441Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T16:04:15.441Z] ---> Running in 2128d1ee6ec1 [2023-03-10T16:04:16.026Z] OK: 8 MiB in 23 packages [2023-03-10T16:04:19.383Z] Removing intermediate container 6f6eb2712b88 [2023-03-10T16:04:19.383Z] ---> 64daee7bb49b [2023-03-10T16:04:19.383Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:04:19.383Z] Removing intermediate container 2128d1ee6ec1 [2023-03-10T16:04:19.383Z] ---> 7e8c3c790bfc [2023-03-10T16:04:19.383Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T16:04:19.651Z] ---> Running in 15a0f11ee4b7 [2023-03-10T16:04:20.235Z] Removing intermediate container 15a0f11ee4b7 [2023-03-10T16:04:20.235Z] ---> c7bce3324554 [2023-03-10T16:04:20.235Z] [2023-03-10T16:04:20.235Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T16:04:20.235Z] ---> 354640af7b1b [2023-03-10T16:04:20.235Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T16:04:20.235Z] ---> Using cache [2023-03-10T16:04:20.235Z] ---> f372915975ac [2023-03-10T16:04:20.235Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-10T16:04:20.235Z] ---> Running in ae2f8e8da67b [2023-03-10T16:04:20.507Z] ---> b9bc2c74e997 [2023-03-10T16:04:20.507Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-10T16:04:22.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:23.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:23.620Z] ---> a2c6cf6b9a50 [2023-03-10T16:04:23.620Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-03-10T16:04:24.209Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T16:04:24.209Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T16:04:24.209Z] OK: 15736 distinct packages available [2023-03-10T16:04:24.798Z] ---> 9e44387087f2 [2023-03-10T16:04:24.798Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-10T16:04:24.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:24.798Z] ---> Running in 8782da2d03b1 [2023-03-10T16:04:25.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:25.074Z] Removing intermediate container 8782da2d03b1 [2023-03-10T16:04:25.074Z] ---> ba8f0d1642a8 [2023-03-10T16:04:25.074Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T16:04:25.340Z] ---> Running in 87bea92d7e87 [2023-03-10T16:04:25.926Z] Removing intermediate container 87bea92d7e87 [2023-03-10T16:04:25.926Z] ---> c81dfedc067e [2023-03-10T16:04:25.926Z] Step 17/19 : LABEL arch=arm64 [2023-03-10T16:04:25.926Z] ---> Running in 006d79e82dfa [2023-03-10T16:04:26.196Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-03-10T16:04:26.196Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-10T16:04:26.464Z] (3/4) Installing libucontext (1.1-r0) [2023-03-10T16:04:26.464Z] (4/4) Installing gcompat (1.0.0-r4) [2023-03-10T16:04:26.464Z] Removing intermediate container 006d79e82dfa [2023-03-10T16:04:26.464Z] ---> cb8cfff69b01 [2023-03-10T16:04:26.464Z] Step 18/19 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:04:26.464Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T16:04:26.464Z] OK: 6 MiB in 18 packages [2023-03-10T16:04:26.464Z] ---> Running in 95967dbc49eb [2023-03-10T16:04:27.048Z] Removing intermediate container 95967dbc49eb [2023-03-10T16:04:27.048Z] ---> 7153278d772d [2023-03-10T16:04:27.048Z] Step 19/19 : LABEL version=3.0.0-dev.89 [2023-03-10T16:04:27.316Z] ---> Running in f178af7332a4 [2023-03-10T16:04:27.904Z] Removing intermediate container f178af7332a4 [2023-03-10T16:04:27.904Z] ---> 57cce5eb8134 [2023-03-10T16:04:27.904Z] [2023-03-10T16:04:28.171Z] Successfully built 57cce5eb8134 [2023-03-10T16:04:30.118Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-10T16:04:30.118Z] Building security-spire-server [2023-03-10T16:04:30.118Z]  Building security-spiffe-token-provider ... done Removing intermediate container ae2f8e8da67b [2023-03-10T16:04:30.118Z] ---> 8bef1cdbaf06 [2023-03-10T16:04:30.118Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T16:04:35.461Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:04:35.461Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:04:35.461Z] ---> c07413252866 [2023-03-10T16:04:35.461Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T16:04:35.461Z] ---> Using cache [2023-03-10T16:04:35.461Z] ---> 0c15d0dccee1 [2023-03-10T16:04:35.461Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T16:04:35.461Z] ---> Using cache [2023-03-10T16:04:35.461Z] ---> e337fad69739 [2023-03-10T16:04:35.461Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T16:04:35.461Z] ---> Using cache [2023-03-10T16:04:35.461Z] ---> 3ad2d62dba0b [2023-03-10T16:04:35.461Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:04:35.461Z] ---> Using cache [2023-03-10T16:04:35.461Z] ---> cf06c2129e14 [2023-03-10T16:04:35.461Z] Step 7/23 : COPY . . [2023-03-10T16:04:35.461Z] ---> Using cache [2023-03-10T16:04:35.461Z] ---> 16b104ae27d5 [2023-03-10T16:04:35.461Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T16:04:35.461Z] ---> Using cache [2023-03-10T16:04:35.461Z] ---> 55234a22de39 [2023-03-10T16:04:35.461Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-03-10T16:04:35.461Z] ---> Using cache [2023-03-10T16:04:35.461Z] ---> c2478b4a6abc [2023-03-10T16:04:35.461Z] 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-10T16:04:36.044Z] ---> Running in c6db61342e60 [2023-03-10T16:04:36.311Z] ---> 1eb740091c25 [2023-03-10T16:04:36.311Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T16:04:37.720Z] ---> 7cc295984443 [2023-03-10T16:04:37.720Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-10T16:04:37.720Z] ---> Running in d13f8287bc9c [2023-03-10T16:04:38.306Z] Removing intermediate container d13f8287bc9c [2023-03-10T16:04:38.306Z] ---> 13c669d3131f [2023-03-10T16:04:38.306Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-10T16:04:39.709Z] ---> 0e90ca454672 [2023-03-10T16:04:39.709Z] Step 19/24 : WORKDIR / [2023-03-10T16:04:39.710Z] Removing intermediate container c6db61342e60 [2023-03-10T16:04:39.710Z] ---> 615601d5d105 [2023-03-10T16:04:39.710Z] Step 11/23 : WORKDIR /edgex-go [2023-03-10T16:04:39.981Z] ---> Running in 1b52b74150cd [2023-03-10T16:04:39.981Z] ---> Running in be8c6905c71e [2023-03-10T16:04:40.567Z] Removing intermediate container 1b52b74150cd [2023-03-10T16:04:40.567Z] ---> e25d5e987e47 [2023-03-10T16:04:40.567Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T16:04:40.567Z] Removing intermediate container be8c6905c71e [2023-03-10T16:04:40.567Z] ---> 193a0af3fcce [2023-03-10T16:04:40.567Z] [2023-03-10T16:04:40.567Z] Step 12/23 : FROM alpine:3.15 [2023-03-10T16:04:40.567Z] ---> 354640af7b1b [2023-03-10T16:04:40.567Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T16:04:40.567Z] ---> Using cache [2023-03-10T16:04:40.567Z] ---> f372915975ac [2023-03-10T16:04:40.567Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T16:04:40.834Z] ---> Running in adddf0243aa1 [2023-03-10T16:04:40.834Z] ---> Running in da64d0e20cf1 [2023-03-10T16:04:41.418Z] Removing intermediate container adddf0243aa1 [2023-03-10T16:04:41.418Z] ---> 265e905de666 [2023-03-10T16:04:41.418Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T16:04:41.689Z] ---> Running in 4117dda1bf2f [2023-03-10T16:04:43.098Z] Removing intermediate container 4117dda1bf2f [2023-03-10T16:04:43.098Z] ---> 46a389fd50ed [2023-03-10T16:04:43.098Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T16:04:43.098Z] ---> Running in 8f638efd225d [2023-03-10T16:04:43.098Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:43.367Z] Removing intermediate container 8f638efd225d [2023-03-10T16:04:43.367Z] ---> 1a2108771e8f [2023-03-10T16:04:43.367Z] Step 23/24 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:04:43.634Z] ---> Running in 96ac71dcd63d [2023-03-10T16:04:43.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:43.903Z] Removing intermediate container 96ac71dcd63d [2023-03-10T16:04:44.172Z] ---> c348716f3024 [2023-03-10T16:04:44.172Z] Step 24/24 : LABEL version=3.0.0-dev.89 [2023-03-10T16:04:44.172Z] ---> Running in 42a3a9b5b2e7 [2023-03-10T16:04:44.770Z] Removing intermediate container 42a3a9b5b2e7 [2023-03-10T16:04:44.770Z] ---> 5bf8ed279f9b [2023-03-10T16:04:44.770Z] [2023-03-10T16:04:44.770Z] Successfully built 5bf8ed279f9b [2023-03-10T16:04:44.770Z] Successfully tagged security-spire-config-arm64:latest [2023-03-10T16:04:44.770Z]  Building security-spire-config ... done Building core-command [2023-03-10T16:04:45.496Z] v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-03-10T16:04:45.496Z] v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-03-10T16:04:45.496Z] OK: 15736 distinct packages available [2023-03-10T16:04:45.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:46.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:04:47.608Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-03-10T16:04:47.608Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-10T16:04:47.608Z] (3/5) Installing libucontext (1.1-r0) [2023-03-10T16:04:47.608Z] (4/5) Installing gcompat (1.0.0-r4) [2023-03-10T16:04:47.608Z] (5/5) Installing openssl (1.1.1t-r1) [2023-03-10T16:04:47.608Z] Executing busybox-1.34.1-r7.trigger [2023-03-10T16:04:47.608Z] OK: 6 MiB in 19 packages [2023-03-10T16:04:50.360Z] Removing intermediate container da64d0e20cf1 [2023-03-10T16:04:50.360Z] ---> 0bde002fb815 [2023-03-10T16:04:50.360Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T16:04:50.360Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:04:50.360Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:04:50.360Z] ---> c07413252866 [2023-03-10T16:04:50.360Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-10T16:04:50.360Z] ---> Using cache [2023-03-10T16:04:50.360Z] ---> 295a3757b062 [2023-03-10T16:04:50.360Z] Step 4/23 : WORKDIR /edgex-go [2023-03-10T16:04:50.360Z] ---> Using cache [2023-03-10T16:04:50.360Z] ---> f059325b8a71 [2023-03-10T16:04:50.360Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-10T16:04:50.360Z] ---> Using cache [2023-03-10T16:04:50.360Z] ---> c689bae328b1 [2023-03-10T16:04:50.360Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-10T16:04:50.360Z] ---> Using cache [2023-03-10T16:04:50.360Z] ---> 83b249bf3e0f [2023-03-10T16:04:50.360Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:04:50.360Z] ---> Using cache [2023-03-10T16:04:50.360Z] ---> a8062f7415b4 [2023-03-10T16:04:50.360Z] Step 8/23 : COPY . . [2023-03-10T16:04:50.634Z] ---> Using cache [2023-03-10T16:04:50.634Z] ---> dd8d017b77e3 [2023-03-10T16:04:50.634Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-10T16:04:51.222Z] ---> Running in bb5476a0b006 [2023-03-10T16:04:53.808Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-10T16:05:06.123Z] ---> df5977c826a6 [2023-03-10T16:05:06.124Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T16:05:08.719Z] ---> 3c91362c4810 [2023-03-10T16:05:08.719Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-10T16:05:10.674Z] ---> 9d0501c4eacb [2023-03-10T16:05:10.674Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-10T16:05:11.644Z] Removing intermediate container 1e6ae56edc53 [2023-03-10T16:05:11.644Z] ---> 8d36280d9f51 [2023-03-10T16:05:11.644Z] [2023-03-10T16:05:11.644Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T16:05:11.644Z] ---> 4c81e5bf8899 [2023-03-10T16:05:11.644Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T16:05:12.238Z] ---> Running in 007e164d790e [2023-03-10T16:05:12.238Z] ---> b173c5316787 [2023-03-10T16:05:12.238Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T16:05:12.507Z] ---> Running in 6f225596359b [2023-03-10T16:05:13.926Z] Removing intermediate container 6f225596359b [2023-03-10T16:05:13.926Z] ---> 224def4b4626 [2023-03-10T16:05:13.926Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T16:05:13.926Z] ---> Running in b5cb257aed28 [2023-03-10T16:05:14.913Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:05:14.913Z] Removing intermediate container b5cb257aed28 [2023-03-10T16:05:14.913Z] ---> 007fede380f3 [2023-03-10T16:05:14.913Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T16:05:14.913Z] ---> Running in f0ad3543a378 [2023-03-10T16:05:15.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:05:15.783Z] Removing intermediate container f0ad3543a378 [2023-03-10T16:05:15.783Z] ---> 5f9606073888 [2023-03-10T16:05:15.784Z] Step 22/23 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:05:15.784Z] ---> Running in f8780ee97bcf [2023-03-10T16:05:16.368Z] Removing intermediate container 602e1c1ea50e [2023-03-10T16:05:16.368Z] ---> 17448e833ed1 [2023-03-10T16:05:16.368Z] [2023-03-10T16:05:16.368Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T16:05:16.368Z] ---> 4c81e5bf8899 [2023-03-10T16:05:16.368Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-10T16:05:16.368Z] Removing intermediate container f8780ee97bcf [2023-03-10T16:05:16.368Z] ---> 0a34d14e4de8 [2023-03-10T16:05:16.368Z] Step 23/23 : LABEL version=3.0.0-dev.89 [2023-03-10T16:05:16.368Z] ---> Running in cb4ea737a62d [2023-03-10T16:05:16.638Z] ---> Running in 22d9ad26bf68 [2023-03-10T16:05:17.221Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T16:05:17.221Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T16:05:17.221Z] OK: 5 MiB in 15 packages [2023-03-10T16:05:17.490Z] Removing intermediate container 22d9ad26bf68 [2023-03-10T16:05:17.490Z] ---> b6bd5fa54081 [2023-03-10T16:05:17.490Z] [2023-03-10T16:05:17.758Z] Successfully built b6bd5fa54081 [2023-03-10T16:05:17.758Z] Successfully tagged security-spire-server-arm64:latest [2023-03-10T16:05:17.758Z]  Building security-spire-server ... done Building core-data [2023-03-10T16:05:19.720Z] Removing intermediate container 007e164d790e [2023-03-10T16:05:19.720Z] ---> 54c939f17e20 [2023-03-10T16:05:19.720Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T16:05:19.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:05:19.720Z] ---> Running in 05c344e53bdc [2023-03-10T16:05:19.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:05:20.683Z] (1/2) Installing ca-certificates (20220614-r0) [2023-03-10T16:05:20.950Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-03-10T16:05:20.950Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T16:05:20.950Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T16:05:21.218Z] OK: 6 MiB in 16 packages [2023-03-10T16:05:21.826Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:05:21.826Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:05:21.826Z] ---> c07413252866 [2023-03-10T16:05:21.826Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-03-10T16:05:21.826Z] ---> Using cache [2023-03-10T16:05:21.826Z] ---> 295a3757b062 [2023-03-10T16:05:21.826Z] Step 4/22 : WORKDIR /edgex-go [2023-03-10T16:05:21.826Z] ---> Using cache [2023-03-10T16:05:21.826Z] ---> f059325b8a71 [2023-03-10T16:05:21.826Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-03-10T16:05:21.826Z] ---> Using cache [2023-03-10T16:05:21.826Z] ---> c689bae328b1 [2023-03-10T16:05:21.826Z] Step 6/22 : COPY go.mod vendor* ./ [2023-03-10T16:05:21.826Z] ---> Using cache [2023-03-10T16:05:21.826Z] ---> 83b249bf3e0f [2023-03-10T16:05:21.826Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:05:21.826Z] ---> Using cache [2023-03-10T16:05:21.826Z] ---> a8062f7415b4 [2023-03-10T16:05:21.826Z] Step 8/22 : COPY . . [2023-03-10T16:05:21.826Z] ---> Using cache [2023-03-10T16:05:21.826Z] ---> dd8d017b77e3 [2023-03-10T16:05:21.826Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-10T16:05:22.117Z] Removing intermediate container 05c344e53bdc [2023-03-10T16:05:22.117Z] ---> 84a2ca8e30f1 [2023-03-10T16:05:22.117Z] Step 13/22 : ENV APP_PORT=59861 [2023-03-10T16:05:22.117Z] ---> Running in 8b5cedeaddd8 [2023-03-10T16:05:22.393Z] ---> Running in 1f877948488c [2023-03-10T16:05:23.831Z] Removing intermediate container 1f877948488c [2023-03-10T16:05:23.831Z] ---> efab953872eb [2023-03-10T16:05:23.831Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T16:05:23.831Z] ---> Running in 09d3fd3c282d [2023-03-10T16:05:24.797Z] Removing intermediate container 09d3fd3c282d [2023-03-10T16:05:24.797Z] ---> aef4c36e5420 [2023-03-10T16:05:24.797Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:05:25.066Z] Removing intermediate container cb4ea737a62d [2023-03-10T16:05:25.066Z] ---> 6ce38eb8e5fc [2023-03-10T16:05:25.066Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T16:05:25.066Z] ---> Running in 9785bdcf4c2f [2023-03-10T16:05:25.338Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-10T16:05:25.923Z] Removing intermediate container 9785bdcf4c2f [2023-03-10T16:05:25.923Z] ---> 5c270ec2da83 [2023-03-10T16:05:25.923Z] Step 13/22 : ENV APP_PORT=59860 [2023-03-10T16:05:26.193Z] ---> 3599fb31c1b6 [2023-03-10T16:05:26.193Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-10T16:05:26.193Z] ---> Running in 126c46bfd053 [2023-03-10T16:05:26.795Z] Removing intermediate container 126c46bfd053 [2023-03-10T16:05:26.795Z] ---> 4b50ee522960 [2023-03-10T16:05:26.795Z] Step 14/22 : EXPOSE $APP_PORT [2023-03-10T16:05:27.071Z] ---> Running in 94cc78623bfb [2023-03-10T16:05:28.046Z] Removing intermediate container 94cc78623bfb [2023-03-10T16:05:28.046Z] ---> 2d017f0f2341 [2023-03-10T16:05:28.046Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:05:30.001Z] ---> 2c37d985c167 [2023-03-10T16:05:30.001Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-10T16:05:30.001Z] ---> a5c9475f66ad [2023-03-10T16:05:30.001Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-03-10T16:05:30.970Z] ---> 323ab2dbfa61 [2023-03-10T16:05:30.970Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-03-10T16:05:31.238Z] ---> Running in 13c3a44c35ee [2023-03-10T16:05:31.822Z] Removing intermediate container 13c3a44c35ee [2023-03-10T16:05:31.822Z] ---> edcd648fdd90 [2023-03-10T16:05:31.822Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T16:05:32.093Z] ---> Running in cc06992fba97 [2023-03-10T16:05:33.064Z] Removing intermediate container cc06992fba97 [2023-03-10T16:05:33.064Z] ---> c4c17335a688 [2023-03-10T16:05:33.064Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T16:05:33.334Z] ---> Running in 6fe94b462006 [2023-03-10T16:05:33.334Z] ---> bc29fda4b0ef [2023-03-10T16:05:33.334Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-03-10T16:05:34.297Z] Removing intermediate container 6fe94b462006 [2023-03-10T16:05:34.297Z] ---> 61f58299682b [2023-03-10T16:05:34.297Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:05:34.297Z] ---> Running in 2e6335608667 [2023-03-10T16:05:34.907Z] ---> 1898664090bb [2023-03-10T16:05:34.907Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-03-10T16:05:34.907Z] ---> Running in d5d838c9466c [2023-03-10T16:05:35.178Z] Removing intermediate container 2e6335608667 [2023-03-10T16:05:35.178Z] ---> 3e0df724dd10 [2023-03-10T16:05:35.178Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T16:05:35.467Z] ---> Running in b6b6df94e72f [2023-03-10T16:05:35.734Z] Removing intermediate container d5d838c9466c [2023-03-10T16:05:35.734Z] ---> 86d56fa9f737 [2023-03-10T16:05:35.734Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T16:05:36.006Z] ---> Running in 9a9ef7ee9dda [2023-03-10T16:05:36.006Z] Removing intermediate container b6b6df94e72f [2023-03-10T16:05:36.006Z] ---> 5e7741b2b77f [2023-03-10T16:05:36.006Z] [2023-03-10T16:05:36.273Z] Successfully built 5e7741b2b77f [2023-03-10T16:05:36.273Z] Successfully tagged support-scheduler-arm64:latest [2023-03-10T16:05:36.273Z]  Building support-scheduler ... done Building core-metadata [2023-03-10T16:05:36.540Z] Removing intermediate container 9a9ef7ee9dda [2023-03-10T16:05:36.540Z] ---> df821afe3420 [2023-03-10T16:05:36.540Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T16:05:36.806Z] ---> Running in e504c1830a10 [2023-03-10T16:05:37.409Z] Removing intermediate container e504c1830a10 [2023-03-10T16:05:37.409Z] ---> 88de78fb0603 [2023-03-10T16:05:37.409Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:05:37.677Z] ---> Running in 3d9da1a56cd8 [2023-03-10T16:05:38.259Z] Removing intermediate container 3d9da1a56cd8 [2023-03-10T16:05:38.259Z] ---> b956dd5a28ec [2023-03-10T16:05:38.259Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T16:05:38.259Z] ---> Running in c98c718c8724 [2023-03-10T16:05:38.840Z] Removing intermediate container c98c718c8724 [2023-03-10T16:05:38.840Z] ---> 7e4a8a206663 [2023-03-10T16:05:38.840Z] [2023-03-10T16:05:38.840Z] Successfully built 7e4a8a206663 [2023-03-10T16:05:38.840Z] Successfully tagged support-notifications-arm64:latest [2023-03-10T16:05:38.840Z] Building security-proxy-setup [2023-03-10T16:05:41.433Z]  Building support-notifications ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:05:41.433Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:05:41.433Z] ---> c07413252866 [2023-03-10T16:05:41.433Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-10T16:05:41.433Z] ---> Using cache [2023-03-10T16:05:41.433Z] ---> 295a3757b062 [2023-03-10T16:05:41.433Z] Step 4/24 : WORKDIR /edgex-go [2023-03-10T16:05:41.433Z] ---> Using cache [2023-03-10T16:05:41.433Z] ---> f059325b8a71 [2023-03-10T16:05:41.433Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-10T16:05:41.433Z] ---> Using cache [2023-03-10T16:05:41.433Z] ---> c689bae328b1 [2023-03-10T16:05:41.433Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-10T16:05:41.433Z] ---> Using cache [2023-03-10T16:05:41.433Z] ---> 83b249bf3e0f [2023-03-10T16:05:41.433Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:05:41.433Z] ---> Using cache [2023-03-10T16:05:41.433Z] ---> a8062f7415b4 [2023-03-10T16:05:41.433Z] Step 8/24 : COPY . . [2023-03-10T16:05:41.433Z] ---> Using cache [2023-03-10T16:05:41.433Z] ---> dd8d017b77e3 [2023-03-10T16:05:41.433Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-10T16:05:41.433Z] ---> Running in 5b2c607012f7 [2023-03-10T16:05:44.018Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-10T16:05:44.018Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:05:44.018Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:05:44.018Z] ---> c07413252866 [2023-03-10T16:05:44.018Z] Step 3/20 : WORKDIR /edgex-go [2023-03-10T16:05:44.018Z] ---> Using cache [2023-03-10T16:05:44.018Z] ---> 0c15d0dccee1 [2023-03-10T16:05:44.018Z] Step 4/20 : RUN apk add --update --no-cache make git [2023-03-10T16:05:44.018Z] ---> Using cache [2023-03-10T16:05:44.018Z] ---> c65f1021ef3e [2023-03-10T16:05:44.018Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-10T16:05:44.018Z] ---> Using cache [2023-03-10T16:05:44.018Z] ---> f52d0b42b82e [2023-03-10T16:05:44.018Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:05:44.018Z] ---> Using cache [2023-03-10T16:05:44.018Z] ---> 10a5eb2143a2 [2023-03-10T16:05:44.018Z] Step 7/20 : COPY . . [2023-03-10T16:05:44.286Z] ---> Using cache [2023-03-10T16:05:44.286Z] ---> 7b834eb84fcc [2023-03-10T16:05:44.286Z] Step 8/20 : RUN make cmd/secrets-config/secrets-config [2023-03-10T16:05:44.286Z] ---> Running in c599532bc26f [2023-03-10T16:05:46.250Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-10T16:11:08.147Z] Removing intermediate container b50078664e46 [2023-03-10T16:11:08.147Z] ---> 3f127c453874 [2023-03-10T16:11:08.147Z] [2023-03-10T16:11:08.147Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T16:11:08.147Z] ---> 4c81e5bf8899 [2023-03-10T16:11:08.147Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-10T16:11:08.147Z] ---> Using cache [2023-03-10T16:11:08.147Z] ---> ea7b5ef1a696 [2023-03-10T16:11:08.147Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T16:11:08.147Z] ---> Using cache [2023-03-10T16:11:08.147Z] ---> 13eba3f28655 [2023-03-10T16:11:08.147Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:11:08.147Z] ---> Using cache [2023-03-10T16:11:08.148Z] ---> 6cae3ae1a7a7 [2023-03-10T16:11:08.148Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-10T16:11:08.148Z] ---> 171666ad439a [2023-03-10T16:11:08.148Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-10T16:11:08.148Z] ---> 5b726f8cf71e [2023-03-10T16:11:08.148Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-10T16:11:08.148Z] ---> 4f9c5be2b279 [2023-03-10T16:11:08.148Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T16:11:08.148Z] ---> Running in 37f35a80b82f [2023-03-10T16:11:10.093Z] Removing intermediate container 37f35a80b82f [2023-03-10T16:11:10.093Z] ---> 9b0c91792669 [2023-03-10T16:11:10.093Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T16:11:10.093Z] ---> Running in 3b4059972cf0 [2023-03-10T16:11:10.364Z] Removing intermediate container 3b4059972cf0 [2023-03-10T16:11:10.364Z] ---> d089f83810d2 [2023-03-10T16:11:10.364Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-03-10T16:11:10.631Z] ---> Running in ca8703de106a [2023-03-10T16:11:11.224Z] Removing intermediate container ca8703de106a [2023-03-10T16:11:11.224Z] ---> 6656c1fe02b5 [2023-03-10T16:11:11.224Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T16:11:11.224Z] ---> Running in 3a52d3eff23b [2023-03-10T16:11:11.816Z] Removing intermediate container 3a52d3eff23b [2023-03-10T16:11:11.816Z] ---> e21f25b5fe02 [2023-03-10T16:11:11.816Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:11:11.816Z] ---> Running in 1392f83eaf5b [2023-03-10T16:11:12.419Z] Removing intermediate container 1392f83eaf5b [2023-03-10T16:11:12.419Z] ---> cc54d9844461 [2023-03-10T16:11:12.419Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T16:11:12.686Z] ---> Running in dccc439202c3 [2023-03-10T16:11:13.269Z] Removing intermediate container dccc439202c3 [2023-03-10T16:11:13.269Z] ---> 350548a5d962 [2023-03-10T16:11:13.269Z] [2023-03-10T16:11:13.269Z] Successfully built 350548a5d962 [2023-03-10T16:11:13.269Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-10T16:11:13.269Z]  Building core-common-config-bootstrapper ... done Building security-secretstore-setup [2023-03-10T16:11:17.516Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:11:17.516Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:11:17.516Z] ---> c07413252866 [2023-03-10T16:11:17.516Z] Step 3/23 : WORKDIR /edgex-go [2023-03-10T16:11:17.516Z] ---> Using cache [2023-03-10T16:11:17.516Z] ---> 0c15d0dccee1 [2023-03-10T16:11:17.516Z] Step 4/23 : RUN apk add --update --no-cache make git [2023-03-10T16:11:17.516Z] ---> Using cache [2023-03-10T16:11:17.516Z] ---> c65f1021ef3e [2023-03-10T16:11:17.516Z] Step 5/23 : COPY go.mod vendor* ./ [2023-03-10T16:11:17.516Z] ---> Using cache [2023-03-10T16:11:17.516Z] ---> f52d0b42b82e [2023-03-10T16:11:17.516Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:11:17.516Z] ---> Using cache [2023-03-10T16:11:17.516Z] ---> 10a5eb2143a2 [2023-03-10T16:11:17.516Z] Step 7/23 : COPY . . [2023-03-10T16:11:17.516Z] ---> Using cache [2023-03-10T16:11:17.516Z] ---> 7b834eb84fcc [2023-03-10T16:11:17.516Z] Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-10T16:11:18.095Z] ---> Running in c5011b71ef7a [2023-03-10T16:11:20.045Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-10T16:12:27.914Z] Removing intermediate container bb5476a0b006 [2023-03-10T16:12:27.914Z] ---> e56f766556c0 [2023-03-10T16:12:27.914Z] [2023-03-10T16:12:27.914Z] Step 10/23 : FROM alpine:3.16 [2023-03-10T16:12:27.914Z] ---> 4c81e5bf8899 [2023-03-10T16:12:27.914Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-10T16:12:27.914Z] ---> Using cache [2023-03-10T16:12:27.914Z] ---> 54c939f17e20 [2023-03-10T16:12:27.914Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T16:12:27.914Z] ---> Using cache [2023-03-10T16:12:27.914Z] ---> 84a2ca8e30f1 [2023-03-10T16:12:27.914Z] Step 13/23 : ENV APP_PORT=59882 [2023-03-10T16:12:27.914Z] ---> Running in 93506c2a6a4a [2023-03-10T16:12:27.914Z] Removing intermediate container 93506c2a6a4a [2023-03-10T16:12:27.914Z] ---> dfed11ca94d9 [2023-03-10T16:12:27.914Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-10T16:12:27.914Z] ---> Running in 1b5d0214f253 [2023-03-10T16:12:27.914Z] Removing intermediate container 1b5d0214f253 [2023-03-10T16:12:27.914Z] ---> c60f9ad3ef45 [2023-03-10T16:12:27.914Z] Step 15/23 : WORKDIR / [2023-03-10T16:12:27.914Z] ---> Running in 36894e069223 [2023-03-10T16:12:27.914Z] Removing intermediate container 36894e069223 [2023-03-10T16:12:27.914Z] ---> e2b0103144d1 [2023-03-10T16:12:27.914Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:12:27.914Z] ---> 170eeac344a3 [2023-03-10T16:12:27.914Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-10T16:12:27.914Z] ---> c268ec3d9f7d [2023-03-10T16:12:27.914Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-03-10T16:12:29.864Z] ---> 557cf5436aad [2023-03-10T16:12:29.864Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-03-10T16:12:29.864Z] ---> Running in eb02b3fb9f08 [2023-03-10T16:12:30.843Z] Removing intermediate container eb02b3fb9f08 [2023-03-10T16:12:30.843Z] ---> 80a741ff5fc9 [2023-03-10T16:12:30.843Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T16:12:30.843Z] ---> Running in d4996167821b [2023-03-10T16:12:31.802Z] Removing intermediate container d4996167821b [2023-03-10T16:12:31.802Z] ---> 7dc922f4a233 [2023-03-10T16:12:31.802Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T16:12:31.802Z] ---> Running in 219908f24d97 [2023-03-10T16:12:32.802Z] Removing intermediate container 219908f24d97 [2023-03-10T16:12:32.802Z] ---> 3dfcdd3783dc [2023-03-10T16:12:32.802Z] Step 22/23 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:12:33.072Z] ---> Running in fa7c8d68096a [2023-03-10T16:12:33.340Z] Removing intermediate container c599532bc26f [2023-03-10T16:12:33.340Z] ---> 8965d82b3864 [2023-03-10T16:12:33.340Z] [2023-03-10T16:12:33.340Z] Step 9/20 : FROM alpine:3.16 [2023-03-10T16:12:33.340Z] ---> 4c81e5bf8899 [2023-03-10T16:12:33.340Z] Step 10/20 : RUN apk add --update --no-cache dumb-init openssl [2023-03-10T16:12:33.610Z] ---> Running in b69cbf6bf67f [2023-03-10T16:12:33.880Z] Removing intermediate container fa7c8d68096a [2023-03-10T16:12:33.880Z] ---> 73f08176eda0 [2023-03-10T16:12:33.880Z] Step 23/23 : LABEL version=3.0.0-dev.89 [2023-03-10T16:12:34.150Z] ---> Running in 3f2d42069267 [2023-03-10T16:12:36.743Z] Removing intermediate container 3f2d42069267 [2023-03-10T16:12:36.743Z] ---> b364d8d933f5 [2023-03-10T16:12:36.743Z] [2023-03-10T16:12:36.743Z] Successfully built b364d8d933f5 [2023-03-10T16:12:36.743Z] Successfully tagged core-command-arm64:latest [2023-03-10T16:12:36.743Z] Building security-spire-agent [2023-03-10T16:12:36.743Z]  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:12:37.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:12:38.739Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-03-10T16:12:38.739Z] (2/2) Installing openssl (1.1.1t-r0) [2023-03-10T16:12:38.739Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T16:12:38.739Z] OK: 6 MiB in 16 packages [2023-03-10T16:12:40.693Z] Removing intermediate container b69cbf6bf67f [2023-03-10T16:12:40.693Z] ---> dfa03516ea6b [2023-03-10T16:12:40.693Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-10T16:12:40.962Z] ---> Running in 4cdcee5be24f [2023-03-10T16:12:40.962Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-03-10T16:12:40.962Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-10T16:12:40.962Z] ---> c07413252866 [2023-03-10T16:12:40.962Z] Step 3/24 : WORKDIR /edgex-go [2023-03-10T16:12:40.962Z] ---> Using cache [2023-03-10T16:12:40.962Z] ---> 0c15d0dccee1 [2023-03-10T16:12:40.962Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-03-10T16:12:40.962Z] ---> Using cache [2023-03-10T16:12:40.962Z] ---> e337fad69739 [2023-03-10T16:12:40.962Z] Step 5/24 : COPY go.mod vendor* ./ [2023-03-10T16:12:40.962Z] ---> Using cache [2023-03-10T16:12:40.962Z] ---> 3ad2d62dba0b [2023-03-10T16:12:40.962Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-10T16:12:40.962Z] ---> Using cache [2023-03-10T16:12:40.962Z] ---> cf06c2129e14 [2023-03-10T16:12:40.962Z] Step 7/24 : COPY . . [2023-03-10T16:12:41.232Z] ---> Using cache [2023-03-10T16:12:41.232Z] ---> 16b104ae27d5 [2023-03-10T16:12:41.232Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-03-10T16:12:41.232Z] ---> Using cache [2023-03-10T16:12:41.232Z] ---> 55234a22de39 [2023-03-10T16:12:41.232Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-03-10T16:12:41.232Z] ---> Using cache [2023-03-10T16:12:41.232Z] ---> c2478b4a6abc [2023-03-10T16:12:41.232Z] 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-10T16:12:41.232Z] ---> Using cache [2023-03-10T16:12:41.232Z] ---> 7e8c3c790bfc [2023-03-10T16:12:41.232Z] Step 11/24 : WORKDIR /edgex-go [2023-03-10T16:12:41.232Z] ---> Using cache [2023-03-10T16:12:41.232Z] ---> c7bce3324554 [2023-03-10T16:12:41.232Z] [2023-03-10T16:12:41.232Z] Step 12/24 : FROM alpine:3.15 [2023-03-10T16:12:41.232Z] ---> 354640af7b1b [2023-03-10T16:12:41.503Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-10T16:12:41.503Z] ---> Using cache [2023-03-10T16:12:41.503Z] ---> f372915975ac [2023-03-10T16:12:41.503Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-10T16:12:41.503Z] ---> Using cache [2023-03-10T16:12:41.503Z] ---> 0bde002fb815 [2023-03-10T16:12:41.503Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-10T16:12:41.503Z] Removing intermediate container 4cdcee5be24f [2023-03-10T16:12:41.503Z] ---> 83a4138e5aa9 [2023-03-10T16:12:41.503Z] Step 12/20 : WORKDIR /edgex [2023-03-10T16:12:41.503Z] ---> Running in fe2087294777 [2023-03-10T16:12:42.463Z] Removing intermediate container fe2087294777 [2023-03-10T16:12:42.463Z] ---> b1700798c01a [2023-03-10T16:12:42.463Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml [2023-03-10T16:12:43.868Z] ---> 74e3a3980857 [2023-03-10T16:12:43.868Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-10T16:12:46.445Z] ---> 0cfef9f33c72 [2023-03-10T16:12:46.445Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T16:12:46.711Z] ---> 8ac52ebddeef [2023-03-10T16:12:46.711Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-10T16:12:51.224Z] ---> eb8c7b423d10 [2023-03-10T16:12:51.224Z] Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T16:12:51.224Z] ---> Running in 77657029a5b6 [2023-03-10T16:12:52.786Z] ---> c90438656d22 [2023-03-10T16:12:52.786Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-10T16:12:54.276Z] ---> 3bf73299ea14 [2023-03-10T16:12:54.276Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-10T16:12:54.884Z] Removing intermediate container 77657029a5b6 [2023-03-10T16:12:55.199Z] ---> 2173e08ddeb6 [2023-03-10T16:12:55.199Z] Step 17/20 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T16:12:55.199Z] ---> Running in 3c76970bff10 [2023-03-10T16:12:55.510Z] ---> ac2910d39518 [2023-03-10T16:12:55.510Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-10T16:12:56.162Z] Removing intermediate container 3c76970bff10 [2023-03-10T16:12:56.162Z] ---> 117efd13d0b5 [2023-03-10T16:12:56.162Z] Step 18/20 : LABEL arch=arm64 [2023-03-10T16:12:56.456Z] ---> Running in 1c7d00ed9749 [2023-03-10T16:12:57.043Z] ---> 72adc08e161c [2023-03-10T16:12:57.043Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-10T16:12:57.043Z] ---> Running in 1e80e98f72ea [2023-03-10T16:12:57.311Z] Removing intermediate container 1c7d00ed9749 [2023-03-10T16:12:57.311Z] ---> ddfa3a2ebf18 [2023-03-10T16:12:57.311Z] Step 19/20 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:12:57.587Z] ---> Running in f5c5df2984ac [2023-03-10T16:12:57.857Z] Removing intermediate container 1e80e98f72ea [2023-03-10T16:12:57.857Z] ---> 149844856e93 [2023-03-10T16:12:57.857Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-10T16:12:58.126Z] ---> Running in f4a5b7c23db8 [2023-03-10T16:12:58.126Z] Removing intermediate container f5c5df2984ac [2023-03-10T16:12:58.126Z] ---> 81ebfacaef56 [2023-03-10T16:12:58.126Z] Step 20/20 : LABEL version=3.0.0-dev.89 [2023-03-10T16:12:58.395Z] ---> Running in 1e1b09c8dd2e [2023-03-10T16:12:58.663Z] Removing intermediate container f4a5b7c23db8 [2023-03-10T16:12:58.663Z] ---> d2528b301971 [2023-03-10T16:12:58.663Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T16:12:58.931Z] ---> Running in 7621e7b2d1fa [2023-03-10T16:12:59.207Z] Removing intermediate container 1e1b09c8dd2e [2023-03-10T16:12:59.207Z] ---> 43a16ea4cf66 [2023-03-10T16:12:59.207Z] [2023-03-10T16:12:59.477Z] Successfully built 43a16ea4cf66 [2023-03-10T16:12:59.477Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-10T16:12:59.745Z]  Building security-proxy-setup ... done Removing intermediate container 7621e7b2d1fa [2023-03-10T16:12:59.745Z] ---> c1d682112ebe [2023-03-10T16:12:59.745Z] Step 23/24 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:12:59.745Z] ---> Running in b805f3eb5db8 [2023-03-10T16:13:00.331Z] Removing intermediate container b805f3eb5db8 [2023-03-10T16:13:00.331Z] ---> d3fb98081c6e [2023-03-10T16:13:00.331Z] Step 24/24 : LABEL version=3.0.0-dev.89 [2023-03-10T16:13:00.599Z] ---> Running in 35b4e24065df [2023-03-10T16:13:01.185Z] Removing intermediate container 35b4e24065df [2023-03-10T16:13:01.185Z] ---> dd6d6d73e98f [2023-03-10T16:13:01.185Z] [2023-03-10T16:13:01.185Z] Successfully built dd6d6d73e98f [2023-03-10T16:13:01.185Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-10T16:13:19.422Z]  Building security-spire-agent ... done Removing intermediate container 8b5cedeaddd8 [2023-03-10T16:13:19.422Z] ---> 9e599ac3ffe5 [2023-03-10T16:13:19.422Z] [2023-03-10T16:13:19.422Z] Step 10/22 : FROM alpine:3.16 [2023-03-10T16:13:19.422Z] ---> 4c81e5bf8899 [2023-03-10T16:13:19.422Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-03-10T16:13:19.422Z] ---> Running in a52cfe4c207b [2023-03-10T16:13:19.422Z] Removing intermediate container a52cfe4c207b [2023-03-10T16:13:19.422Z] ---> 2c1ee30e9cb0 [2023-03-10T16:13:19.422Z] Step 12/22 : ENV APP_PORT=59880 [2023-03-10T16:13:19.422Z] ---> Running in c58db1a03d9c [2023-03-10T16:13:19.691Z] Removing intermediate container c58db1a03d9c [2023-03-10T16:13:19.691Z] ---> 923db5158426 [2023-03-10T16:13:19.691Z] Step 13/22 : EXPOSE $APP_PORT [2023-03-10T16:13:19.959Z] ---> Running in 79e6e240269d [2023-03-10T16:13:20.922Z] Removing intermediate container 79e6e240269d [2023-03-10T16:13:20.922Z] ---> 9a1d6f2c0cb3 [2023-03-10T16:13:20.922Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-03-10T16:13:20.922Z] ---> Running in 4b3610de9808 [2023-03-10T16:13:23.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:13:23.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:13:24.922Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-10T16:13:24.922Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T16:13:24.922Z] OK: 5 MiB in 15 packages [2023-03-10T16:13:27.505Z] Removing intermediate container 4b3610de9808 [2023-03-10T16:13:27.505Z] ---> 9e11a3a7560c [2023-03-10T16:13:27.505Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:13:30.852Z] ---> 94d6f46955a1 [2023-03-10T16:13:30.852Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-10T16:13:31.481Z] Removing intermediate container 5b2c607012f7 [2023-03-10T16:13:31.481Z] ---> 63cb34316028 [2023-03-10T16:13:31.481Z] [2023-03-10T16:13:31.481Z] Step 10/24 : FROM alpine:3.16 [2023-03-10T16:13:31.481Z] ---> 4c81e5bf8899 [2023-03-10T16:13:31.481Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-10T16:13:31.481Z] ---> Using cache [2023-03-10T16:13:31.481Z] ---> 54c939f17e20 [2023-03-10T16:13:31.481Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-03-10T16:13:31.481Z] ---> Using cache [2023-03-10T16:13:31.481Z] ---> 84a2ca8e30f1 [2023-03-10T16:13:31.481Z] Step 13/24 : ENV APP_PORT=59881 [2023-03-10T16:13:31.752Z] ---> Running in e562bce1b91a [2023-03-10T16:13:32.342Z] Removing intermediate container e562bce1b91a [2023-03-10T16:13:32.342Z] ---> 7cc693f6b16b [2023-03-10T16:13:32.342Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-10T16:13:32.611Z] ---> Running in 3a2e5a8228ac [2023-03-10T16:13:32.879Z] ---> b6b6a30b7de6 [2023-03-10T16:13:32.879Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-03-10T16:13:33.485Z] Removing intermediate container 3a2e5a8228ac [2023-03-10T16:13:33.485Z] ---> a4601ca60ac9 [2023-03-10T16:13:33.485Z] Step 15/24 : WORKDIR / [2023-03-10T16:13:33.485Z] ---> Running in cfc21321399c [2023-03-10T16:13:34.479Z] ---> f81fc7865758 [2023-03-10T16:13:34.479Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-03-10T16:13:34.479Z] Removing intermediate container cfc21321399c [2023-03-10T16:13:34.479Z] ---> 2b529b239d73 [2023-03-10T16:13:34.479Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-10T16:13:34.479Z] ---> Running in aba91684abd6 [2023-03-10T16:13:35.072Z] Removing intermediate container aba91684abd6 [2023-03-10T16:13:35.072Z] ---> 881404a81b36 [2023-03-10T16:13:35.073Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T16:13:35.073Z] ---> Running in cbef0c29ad5e [2023-03-10T16:13:35.667Z] ---> ea6f9727e507 [2023-03-10T16:13:35.667Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-10T16:13:35.959Z] Removing intermediate container cbef0c29ad5e [2023-03-10T16:13:35.959Z] ---> f5948e559b5c [2023-03-10T16:13:35.959Z] Step 20/22 : LABEL arch=arm64 [2023-03-10T16:13:35.959Z] ---> Running in 1b943388af41 [2023-03-10T16:13:36.936Z] Removing intermediate container 1b943388af41 [2023-03-10T16:13:36.936Z] ---> aebbcb08dd90 [2023-03-10T16:13:36.936Z] Step 21/22 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:13:36.936Z] ---> Running in 67192556839d [2023-03-10T16:13:37.905Z] Removing intermediate container 67192556839d [2023-03-10T16:13:37.905Z] ---> b917ad766e5a [2023-03-10T16:13:37.905Z] Step 22/22 : LABEL version=3.0.0-dev.89 [2023-03-10T16:13:37.905Z] ---> Running in 57c73ad1e77c [2023-03-10T16:13:38.176Z] ---> 26593ac78307 [2023-03-10T16:13:38.176Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-03-10T16:13:38.449Z] Removing intermediate container 57c73ad1e77c [2023-03-10T16:13:38.449Z] ---> 9a398ecfb082 [2023-03-10T16:13:38.449Z] [2023-03-10T16:13:38.722Z] Successfully built 9a398ecfb082 [2023-03-10T16:13:38.722Z] Successfully tagged core-data-arm64:latest [2023-03-10T16:13:39.315Z]  Building core-data ... done  ---> 57d5c0ae81f8 [2023-03-10T16:13:39.315Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-03-10T16:13:40.291Z] ---> 35f07ff0b326 [2023-03-10T16:13:40.291Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-03-10T16:13:40.561Z] ---> Running in 39ed2b8aff84 [2023-03-10T16:13:44.735Z] Removing intermediate container 39ed2b8aff84 [2023-03-10T16:13:44.735Z] ---> 8f473821772a [2023-03-10T16:13:44.735Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-10T16:13:44.735Z] ---> Running in 213d304c258b [2023-03-10T16:13:44.735Z] Removing intermediate container 213d304c258b [2023-03-10T16:13:44.735Z] ---> c959e12c7dda [2023-03-10T16:13:44.735Z] Step 22/24 : LABEL arch=arm64 [2023-03-10T16:13:45.023Z] ---> Running in 8baed0f38a7a [2023-03-10T16:13:45.614Z] Removing intermediate container 8baed0f38a7a [2023-03-10T16:13:45.614Z] ---> 14268b6cfc75 [2023-03-10T16:13:45.614Z] Step 23/24 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:13:45.614Z] ---> Running in 34958bddfb18 [2023-03-10T16:13:46.215Z] Removing intermediate container 34958bddfb18 [2023-03-10T16:13:46.215Z] ---> 04708019f66d [2023-03-10T16:13:46.215Z] Step 24/24 : LABEL version=3.0.0-dev.89 [2023-03-10T16:13:46.215Z] ---> Running in 8e0f4fd7158b [2023-03-10T16:13:46.807Z] Removing intermediate container 8e0f4fd7158b [2023-03-10T16:13:46.807Z] ---> 089c9b5f664f [2023-03-10T16:13:46.807Z] [2023-03-10T16:13:47.078Z] Successfully built 089c9b5f664f [2023-03-10T16:13:47.078Z] Successfully tagged core-metadata-arm64:latest [2023-03-10T16:14:26.006Z]  Building core-metadata ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.89" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-10T16:14:34.258Z] Removing intermediate container c5011b71ef7a [2023-03-10T16:14:34.258Z] ---> ba63544f2a19 [2023-03-10T16:14:34.258Z] [2023-03-10T16:14:34.258Z] Step 9/23 : FROM alpine:3.16 [2023-03-10T16:14:34.258Z] ---> 4c81e5bf8899 [2023-03-10T16:14:34.258Z] Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-10T16:14:34.258Z] ---> Running in 42e876d9a03a [2023-03-10T16:14:34.258Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-10T16:14:34.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-10T16:14:35.962Z] (1/3) Installing ca-certificates (20220614-r0) [2023-03-10T16:14:35.962Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-03-10T16:14:35.962Z] (3/3) Installing su-exec (0.2-r1) [2023-03-10T16:14:35.962Z] Executing busybox-1.35.0-r17.trigger [2023-03-10T16:14:35.962Z] Executing ca-certificates-20220614-r0.trigger [2023-03-10T16:14:35.962Z] OK: 6 MiB in 17 packages [2023-03-10T16:14:37.925Z] Removing intermediate container 42e876d9a03a [2023-03-10T16:14:37.925Z] ---> e7c40ef7b189 [2023-03-10T16:14:37.925Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-03-10T16:14:37.925Z] ---> Running in dde565c46a8e [2023-03-10T16:14:38.194Z] Removing intermediate container dde565c46a8e [2023-03-10T16:14:38.194Z] ---> cc6b31f62ca3 [2023-03-10T16:14:38.194Z] Step 12/23 : WORKDIR / [2023-03-10T16:14:38.194Z] ---> Running in 3135cafc6a93 [2023-03-10T16:14:38.464Z] Removing intermediate container 3135cafc6a93 [2023-03-10T16:14:38.464Z] ---> ed4733d00ed2 [2023-03-10T16:14:38.464Z] Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-10T16:14:39.059Z] ---> 9b6b7b4731b7 [2023-03-10T16:14:39.059Z] Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-03-10T16:14:39.646Z] ---> 911c244cf291 [2023-03-10T16:14:39.646Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-03-10T16:14:40.232Z] ---> 430e0cebee56 [2023-03-10T16:14:40.232Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-10T16:14:41.196Z] ---> 3cdb659f781e [2023-03-10T16:14:41.196Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-10T16:14:42.180Z] ---> b4fae4ef6e43 [2023-03-10T16:14:42.180Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-10T16:14:42.447Z] ---> e3ab75f533ca [2023-03-10T16:14:42.447Z] Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-10T16:14:42.714Z] ---> Running in 00960b93d3fc [2023-03-10T16:14:44.666Z] Removing intermediate container 00960b93d3fc [2023-03-10T16:14:44.666Z] ---> da6ca5956b61 [2023-03-10T16:14:44.666Z] Step 20/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-10T16:14:44.666Z] ---> Running in a99abb499ce2 [2023-03-10T16:14:44.666Z] Removing intermediate container a99abb499ce2 [2023-03-10T16:14:44.666Z] ---> 8f3e976d9511 [2023-03-10T16:14:44.666Z] Step 21/23 : LABEL arch=arm64 [2023-03-10T16:14:44.932Z] ---> Running in 68c40906aaaa [2023-03-10T16:14:45.202Z] Removing intermediate container 68c40906aaaa [2023-03-10T16:14:45.202Z] ---> afc1173df668 [2023-03-10T16:14:45.202Z] Step 22/23 : LABEL git_sha=043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:14:45.202Z] ---> Running in b7b94275873d [2023-03-10T16:14:45.468Z] Removing intermediate container b7b94275873d [2023-03-10T16:14:45.468Z] ---> 8d5b1e221369 [2023-03-10T16:14:45.468Z] Step 23/23 : LABEL version=3.0.0-dev.89 [2023-03-10T16:14:45.735Z] ---> Running in 4c6b1a65e01d [2023-03-10T16:14:46.001Z] Removing intermediate container 4c6b1a65e01d [2023-03-10T16:14:46.001Z] ---> 6ff9c7ba4661 [2023-03-10T16:14:46.001Z] [2023-03-10T16:14:46.001Z] Successfully built 6ff9c7ba4661 [2023-03-10T16:14:46.001Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-10T16:14:46.593Z]  Building security-secretstore-setup ... done  [Pipeline] } [2023-03-10T16:14:46.606Z] $ docker stop --time=1 7b3b26c54ee18d52967587e7d7d9984ec90d46fdc358c1cac826a43ee82ebf8f [2023-03-10T16:14:48.379Z] $ docker rm -f --volumes 7b3b26c54ee18d52967587e7d7d9984ec90d46fdc358c1cac826a43ee82ebf8f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T16:14:48.877Z] + docker images [2023-03-10T16:14:49.146Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-10T16:14:49.146Z] security-secretstore-setup-arm64 latest 6ff9c7ba4661 4 seconds ago 28.8MB [2023-03-10T16:14:49.146Z] ba63544f2a19 18 seconds ago 1.33GB [2023-03-10T16:14:49.146Z] core-metadata-arm64 latest 089c9b5f664f About a minute ago 17.8MB [2023-03-10T16:14:49.146Z] core-data-arm64 latest 9a398ecfb082 About a minute ago 17.3MB [2023-03-10T16:14:49.146Z] 63cb34316028 About a minute ago 1.35GB [2023-03-10T16:14:49.146Z] 9e599ac3ffe5 About a minute ago 1.34GB [2023-03-10T16:14:49.146Z] security-spire-agent-arm64 latest dd6d6d73e98f About a minute ago 122MB [2023-03-10T16:14:49.146Z] security-proxy-setup-arm64 latest 43a16ea4cf66 About a minute ago 15.8MB [2023-03-10T16:14:49.146Z] core-command-arm64 latest b364d8d933f5 2 minutes ago 17.1MB [2023-03-10T16:14:49.146Z] 8965d82b3864 2 minutes ago 1.32GB [2023-03-10T16:14:49.146Z] e56f766556c0 2 minutes ago 1.34GB [2023-03-10T16:14:49.146Z] core-common-config-bootstrapper-arm64 latest 350548a5d962 3 minutes ago 14.9MB [2023-03-10T16:14:49.146Z] 3f127c453874 3 minutes ago 1.33GB [2023-03-10T16:14:49.146Z] support-notifications-arm64 latest 7e4a8a206663 9 minutes ago 29.7MB [2023-03-10T16:14:49.146Z] support-scheduler-arm64 latest 5e7741b2b77f 9 minutes ago 29.1MB [2023-03-10T16:14:49.146Z] security-spire-server-arm64 latest b6bd5fa54081 9 minutes ago 84.3MB [2023-03-10T16:14:49.146Z] 17448e833ed1 9 minutes ago 1.4GB [2023-03-10T16:14:49.146Z] 8d36280d9f51 9 minutes ago 1.4GB [2023-03-10T16:14:49.146Z] security-spire-config-arm64 latest 5bf8ed279f9b 10 minutes ago 83.6MB [2023-03-10T16:14:49.146Z] 193a0af3fcce 10 minutes ago 1.21GB [2023-03-10T16:14:49.146Z] security-spiffe-token-provider-arm64 latest 57cce5eb8134 10 minutes ago 29.1MB [2023-03-10T16:14:49.146Z] c7bce3324554 10 minutes ago 1.21GB [2023-03-10T16:14:49.146Z] 283c656d6dd8 10 minutes ago 1.37GB [2023-03-10T16:14:49.146Z] security-bootstrapper-arm64 latest 3e613767c7c4 12 minutes ago 19MB [2023-03-10T16:14:49.146Z] security-proxy-auth-arm64 latest b497473abf86 13 minutes ago 15.7MB [2023-03-10T16:14:49.146Z] 984b6c0cdfe5 13 minutes ago 1.32GB [2023-03-10T16:14:49.146Z] 2db9649b469a 13 minutes ago 1.32GB [2023-03-10T16:14:49.146Z] ci-base-image-arm64 latest c07413252866 23 minutes ago 904MB [2023-03-10T16:14:49.146Z] alpine 3.15 354640af7b1b 3 weeks ago 5.34MB [2023-03-10T16:14:49.146Z] alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB [2023-03-10T16:14:49.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB [2023-03-10T16:14:49.146Z] 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-10T16:14:49.237Z] provisioning config files... [2023-03-10T16:14:49.253Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/451@tmp/config15914914365372705263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:14:49.606Z] ---> docker-login.sh [2023-03-10T16:14:49.606Z] nexus3.edgexfoundry.org:10001 [2023-03-10T16:14:49.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T16:14:49.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T16:14:49.872Z] Configure a credential helper to remove this warning. See [2023-03-10T16:14:49.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T16:14:49.872Z] [2023-03-10T16:14:49.872Z] Login Succeeded [2023-03-10T16:14:49.872Z] nexus3.edgexfoundry.org:10002 [2023-03-10T16:14:50.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T16:14:50.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T16:14:50.409Z] Configure a credential helper to remove this warning. See [2023-03-10T16:14:50.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T16:14:50.409Z] [2023-03-10T16:14:50.409Z] Login Succeeded [2023-03-10T16:14:50.409Z] nexus3.edgexfoundry.org:10003 [2023-03-10T16:14:50.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T16:14:50.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T16:14:50.942Z] Configure a credential helper to remove this warning. See [2023-03-10T16:14:50.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T16:14:50.942Z] [2023-03-10T16:14:50.942Z] Login Succeeded [2023-03-10T16:14:50.942Z] nexus3.edgexfoundry.org:10004 [2023-03-10T16:14:51.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T16:14:51.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T16:14:51.209Z] Configure a credential helper to remove this warning. See [2023-03-10T16:14:51.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T16:14:51.209Z] [2023-03-10T16:14:51.209Z] Login Succeeded [2023-03-10T16:14:51.209Z] docker.io [2023-03-10T16:14:51.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-10T16:14:51.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-10T16:14:51.745Z] Configure a credential helper to remove this warning. See [2023-03-10T16:14:51.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-10T16:14:51.745Z] [2023-03-10T16:14:51.745Z] Login Succeeded [2023-03-10T16:14:51.745Z] ---> docker-login.sh ends [Pipeline] } [2023-03-10T16:14:51.759Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:14:51.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T16:14:51.796Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-10T16:14:51.796Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:14:51.796Z] latest [2023-03-10T16:14:51.796Z] 3.0.0-dev.89 [2023-03-10T16:14:51.796Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:14:51.796Z] main [2023-03-10T16:14:51.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:52.134Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:52.478Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:14:52.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T16:14:52.478Z] e58c973a4ebd: Preparing [2023-03-10T16:14:52.478Z] 27f353b58296: Preparing [2023-03-10T16:14:52.478Z] e07e9f185e2c: Preparing [2023-03-10T16:14:52.478Z] 27d09ba8be4a: Preparing [2023-03-10T16:14:52.478Z] f70ee36035b9: Preparing [2023-03-10T16:14:52.747Z] f70ee36035b9: Layer already exists [2023-03-10T16:14:52.747Z] 27d09ba8be4a: Pushed [2023-03-10T16:14:52.747Z] e07e9f185e2c: Pushed [2023-03-10T16:14:52.747Z] e58c973a4ebd: Pushed [2023-03-10T16:14:56.086Z] 27f353b58296: Pushed [2023-03-10T16:14:56.086Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:8783a8786fa217c6cd91519f34da2f359ef21fe1156de7f61e1ab1eec16a3dd3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:56.433Z] + 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-10T16:14:56.781Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-10T16:14:56.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T16:14:56.781Z] e58c973a4ebd: Preparing [2023-03-10T16:14:56.781Z] 27f353b58296: Preparing [2023-03-10T16:14:56.782Z] e07e9f185e2c: Preparing [2023-03-10T16:14:56.782Z] 27d09ba8be4a: Preparing [2023-03-10T16:14:56.782Z] f70ee36035b9: Preparing [2023-03-10T16:14:56.782Z] e07e9f185e2c: Layer already exists [2023-03-10T16:14:56.782Z] e58c973a4ebd: Layer already exists [2023-03-10T16:14:56.782Z] 27f353b58296: Layer already exists [2023-03-10T16:14:56.782Z] f70ee36035b9: Layer already exists [2023-03-10T16:14:56.782Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:14:57.048Z] latest: digest: sha256:8783a8786fa217c6cd91519f34da2f359ef21fe1156de7f61e1ab1eec16a3dd3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:57.402Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:57.751Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.89 [2023-03-10T16:14:57.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T16:14:57.751Z] e58c973a4ebd: Preparing [2023-03-10T16:14:57.751Z] 27f353b58296: Preparing [2023-03-10T16:14:57.751Z] e07e9f185e2c: Preparing [2023-03-10T16:14:57.751Z] 27d09ba8be4a: Preparing [2023-03-10T16:14:57.751Z] f70ee36035b9: Preparing [2023-03-10T16:14:57.751Z] f70ee36035b9: Layer already exists [2023-03-10T16:14:57.751Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:14:57.751Z] e58c973a4ebd: Layer already exists [2023-03-10T16:14:57.751Z] e07e9f185e2c: Layer already exists [2023-03-10T16:14:57.751Z] 27f353b58296: Layer already exists [2023-03-10T16:14:57.751Z] 3.0.0-dev.89: digest: sha256:8783a8786fa217c6cd91519f34da2f359ef21fe1156de7f61e1ab1eec16a3dd3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:58.367Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:58.714Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:14:58.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T16:14:58.714Z] e58c973a4ebd: Preparing [2023-03-10T16:14:58.714Z] 27f353b58296: Preparing [2023-03-10T16:14:58.714Z] e07e9f185e2c: Preparing [2023-03-10T16:14:58.714Z] 27d09ba8be4a: Preparing [2023-03-10T16:14:58.714Z] f70ee36035b9: Preparing [2023-03-10T16:14:58.714Z] e07e9f185e2c: Layer already exists [2023-03-10T16:14:58.714Z] f70ee36035b9: Layer already exists [2023-03-10T16:14:58.714Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:14:58.714Z] 27f353b58296: Layer already exists [2023-03-10T16:14:58.714Z] e58c973a4ebd: Layer already exists [2023-03-10T16:14:58.714Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:8783a8786fa217c6cd91519f34da2f359ef21fe1156de7f61e1ab1eec16a3dd3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:14:59.323Z] + 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-10T16:14:59.674Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-10T16:14:59.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-10T16:14:59.674Z] e58c973a4ebd: Preparing [2023-03-10T16:14:59.674Z] 27f353b58296: Preparing [2023-03-10T16:14:59.674Z] e07e9f185e2c: Preparing [2023-03-10T16:14:59.674Z] 27d09ba8be4a: Preparing [2023-03-10T16:14:59.674Z] f70ee36035b9: Preparing [2023-03-10T16:14:59.674Z] e07e9f185e2c: Layer already exists [2023-03-10T16:14:59.674Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:14:59.674Z] e58c973a4ebd: Layer already exists [2023-03-10T16:14:59.674Z] 27f353b58296: Layer already exists [2023-03-10T16:14:59.674Z] f70ee36035b9: Layer already exists [2023-03-10T16:14:59.941Z] main: digest: sha256:8783a8786fa217c6cd91519f34da2f359ef21fe1156de7f61e1ab1eec16a3dd3 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:14:59.983Z] ===================================================== [Pipeline] echo [2023-03-10T16:14:59.989Z] taggedImages: [2023-03-10T16:14:59.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:14:59.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-10T16:14:59.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.89 [2023-03-10T16:14:59.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:14:59.989Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-10T16:15:00.005Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-10T16:15:00.005Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:00.005Z] latest [2023-03-10T16:15:00.005Z] 3.0.0-dev.89 [2023-03-10T16:15:00.005Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:00.005Z] main [2023-03-10T16:15:00.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:00.340Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:00.686Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:00.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T16:15:00.686Z] 827897998611: Preparing [2023-03-10T16:15:00.686Z] e39a8f469ed0: Preparing [2023-03-10T16:15:00.686Z] 326355c641fb: Preparing [2023-03-10T16:15:00.686Z] b2145411ebba: Preparing [2023-03-10T16:15:00.686Z] e07e9f185e2c: Preparing [2023-03-10T16:15:00.687Z] 684204ccc71b: Preparing [2023-03-10T16:15:00.687Z] f70ee36035b9: Preparing [2023-03-10T16:15:00.687Z] 684204ccc71b: Waiting [2023-03-10T16:15:00.687Z] f70ee36035b9: Waiting [2023-03-10T16:15:00.687Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:00.965Z] 827897998611: Pushed [2023-03-10T16:15:00.965Z] e39a8f469ed0: Pushed [2023-03-10T16:15:00.965Z] 326355c641fb: Pushed [2023-03-10T16:15:00.965Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:00.965Z] 684204ccc71b: Pushed [2023-03-10T16:15:03.546Z] b2145411ebba: Pushed [2023-03-10T16:15:03.546Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:91af15f81973f173c558eaee7eca7e47694a9d896ad7a9eb167d3f57ac1e9508 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:03.892Z] + 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-10T16:15:04.241Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-10T16:15:04.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T16:15:04.241Z] 827897998611: Preparing [2023-03-10T16:15:04.241Z] e39a8f469ed0: Preparing [2023-03-10T16:15:04.241Z] 326355c641fb: Preparing [2023-03-10T16:15:04.241Z] b2145411ebba: Preparing [2023-03-10T16:15:04.241Z] e07e9f185e2c: Preparing [2023-03-10T16:15:04.241Z] 684204ccc71b: Preparing [2023-03-10T16:15:04.241Z] f70ee36035b9: Preparing [2023-03-10T16:15:04.241Z] 684204ccc71b: Waiting [2023-03-10T16:15:04.241Z] f70ee36035b9: Waiting [2023-03-10T16:15:04.241Z] 326355c641fb: Layer already exists [2023-03-10T16:15:04.241Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:04.241Z] e39a8f469ed0: Layer already exists [2023-03-10T16:15:04.241Z] 827897998611: Layer already exists [2023-03-10T16:15:04.241Z] b2145411ebba: Layer already exists [2023-03-10T16:15:04.241Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:04.241Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:04.506Z] latest: digest: sha256:91af15f81973f173c558eaee7eca7e47694a9d896ad7a9eb167d3f57ac1e9508 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:04.908Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:05.263Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.89 [2023-03-10T16:15:05.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T16:15:05.263Z] 827897998611: Preparing [2023-03-10T16:15:05.263Z] e39a8f469ed0: Preparing [2023-03-10T16:15:05.263Z] 326355c641fb: Preparing [2023-03-10T16:15:05.263Z] b2145411ebba: Preparing [2023-03-10T16:15:05.263Z] e07e9f185e2c: Preparing [2023-03-10T16:15:05.263Z] 684204ccc71b: Preparing [2023-03-10T16:15:05.263Z] f70ee36035b9: Preparing [2023-03-10T16:15:05.263Z] 684204ccc71b: Waiting [2023-03-10T16:15:05.263Z] f70ee36035b9: Waiting [2023-03-10T16:15:05.263Z] 326355c641fb: Layer already exists [2023-03-10T16:15:05.263Z] 827897998611: Layer already exists [2023-03-10T16:15:05.263Z] b2145411ebba: Layer already exists [2023-03-10T16:15:05.263Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:05.263Z] e39a8f469ed0: Layer already exists [2023-03-10T16:15:05.263Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:05.263Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:05.547Z] 3.0.0-dev.89: digest: sha256:91af15f81973f173c558eaee7eca7e47694a9d896ad7a9eb167d3f57ac1e9508 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:05.908Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:06.278Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:06.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T16:15:06.279Z] 827897998611: Preparing [2023-03-10T16:15:06.279Z] e39a8f469ed0: Preparing [2023-03-10T16:15:06.279Z] 326355c641fb: Preparing [2023-03-10T16:15:06.279Z] b2145411ebba: Preparing [2023-03-10T16:15:06.279Z] e07e9f185e2c: Preparing [2023-03-10T16:15:06.279Z] 684204ccc71b: Preparing [2023-03-10T16:15:06.279Z] f70ee36035b9: Preparing [2023-03-10T16:15:06.279Z] 684204ccc71b: Waiting [2023-03-10T16:15:06.279Z] f70ee36035b9: Waiting [2023-03-10T16:15:06.279Z] 326355c641fb: Layer already exists [2023-03-10T16:15:06.279Z] e39a8f469ed0: Layer already exists [2023-03-10T16:15:06.279Z] b2145411ebba: Layer already exists [2023-03-10T16:15:06.279Z] 827897998611: Layer already exists [2023-03-10T16:15:06.279Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:06.279Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:06.279Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:06.553Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:91af15f81973f173c558eaee7eca7e47694a9d896ad7a9eb167d3f57ac1e9508 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:06.910Z] + 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-10T16:15:07.257Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-10T16:15:07.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-10T16:15:07.257Z] 827897998611: Preparing [2023-03-10T16:15:07.257Z] e39a8f469ed0: Preparing [2023-03-10T16:15:07.257Z] 326355c641fb: Preparing [2023-03-10T16:15:07.257Z] b2145411ebba: Preparing [2023-03-10T16:15:07.257Z] e07e9f185e2c: Preparing [2023-03-10T16:15:07.257Z] 684204ccc71b: Preparing [2023-03-10T16:15:07.257Z] f70ee36035b9: Preparing [2023-03-10T16:15:07.257Z] 684204ccc71b: Waiting [2023-03-10T16:15:07.257Z] f70ee36035b9: Waiting [2023-03-10T16:15:07.257Z] e39a8f469ed0: Layer already exists [2023-03-10T16:15:07.257Z] 827897998611: Layer already exists [2023-03-10T16:15:07.257Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:07.257Z] b2145411ebba: Layer already exists [2023-03-10T16:15:07.257Z] 326355c641fb: Layer already exists [2023-03-10T16:15:07.257Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:07.257Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:07.528Z] main: digest: sha256:91af15f81973f173c558eaee7eca7e47694a9d896ad7a9eb167d3f57ac1e9508 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:15:07.570Z] ===================================================== [Pipeline] echo [2023-03-10T16:15:07.575Z] taggedImages: [2023-03-10T16:15:07.575Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:07.575Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-10T16:15:07.575Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.89 [2023-03-10T16:15:07.575Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:07.575Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-10T16:15:07.589Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-10T16:15:07.589Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:07.589Z] latest [2023-03-10T16:15:07.589Z] 3.0.0-dev.89 [2023-03-10T16:15:07.589Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:07.589Z] main [2023-03-10T16:15:07.589Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:07.931Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:08.274Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:08.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T16:15:08.274Z] a15328d49fc0: Preparing [2023-03-10T16:15:08.274Z] f70ebdceda53: Preparing [2023-03-10T16:15:08.274Z] e07e9f185e2c: Preparing [2023-03-10T16:15:08.274Z] ce1a4550d7c7: Preparing [2023-03-10T16:15:08.274Z] f70ee36035b9: Preparing [2023-03-10T16:15:08.274Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:08.274Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:08.541Z] a15328d49fc0: Pushed [2023-03-10T16:15:08.541Z] ce1a4550d7c7: Pushed [2023-03-10T16:15:11.884Z] f70ebdceda53: Pushed [2023-03-10T16:15:11.884Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:42d3ef634e5dd28e8619a0aeab6e99688b7bd351ea5df4dd3514798986cce54d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:12.230Z] + 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-10T16:15:12.575Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-10T16:15:12.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T16:15:12.575Z] a15328d49fc0: Preparing [2023-03-10T16:15:12.575Z] f70ebdceda53: Preparing [2023-03-10T16:15:12.575Z] e07e9f185e2c: Preparing [2023-03-10T16:15:12.575Z] ce1a4550d7c7: Preparing [2023-03-10T16:15:12.575Z] f70ee36035b9: Preparing [2023-03-10T16:15:12.575Z] a15328d49fc0: Layer already exists [2023-03-10T16:15:12.575Z] ce1a4550d7c7: Layer already exists [2023-03-10T16:15:12.575Z] f70ebdceda53: Layer already exists [2023-03-10T16:15:12.575Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:12.575Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:12.575Z] latest: digest: sha256:42d3ef634e5dd28e8619a0aeab6e99688b7bd351ea5df4dd3514798986cce54d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:13.186Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:13.526Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.89 [2023-03-10T16:15:13.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T16:15:13.526Z] a15328d49fc0: Preparing [2023-03-10T16:15:13.526Z] f70ebdceda53: Preparing [2023-03-10T16:15:13.526Z] e07e9f185e2c: Preparing [2023-03-10T16:15:13.526Z] ce1a4550d7c7: Preparing [2023-03-10T16:15:13.526Z] f70ee36035b9: Preparing [2023-03-10T16:15:13.526Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:13.526Z] f70ebdceda53: Layer already exists [2023-03-10T16:15:13.526Z] a15328d49fc0: Layer already exists [2023-03-10T16:15:13.526Z] ce1a4550d7c7: Layer already exists [2023-03-10T16:15:13.526Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:13.526Z] 3.0.0-dev.89: digest: sha256:42d3ef634e5dd28e8619a0aeab6e99688b7bd351ea5df4dd3514798986cce54d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:14.138Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:14.477Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:14.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T16:15:14.477Z] a15328d49fc0: Preparing [2023-03-10T16:15:14.477Z] f70ebdceda53: Preparing [2023-03-10T16:15:14.477Z] e07e9f185e2c: Preparing [2023-03-10T16:15:14.477Z] ce1a4550d7c7: Preparing [2023-03-10T16:15:14.477Z] f70ee36035b9: Preparing [2023-03-10T16:15:14.477Z] f70ebdceda53: Layer already exists [2023-03-10T16:15:14.477Z] ce1a4550d7c7: Layer already exists [2023-03-10T16:15:14.477Z] a15328d49fc0: Layer already exists [2023-03-10T16:15:14.477Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:14.477Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:14.477Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:42d3ef634e5dd28e8619a0aeab6e99688b7bd351ea5df4dd3514798986cce54d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:14.831Z] + 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-10T16:15:15.175Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-10T16:15:15.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-10T16:15:15.175Z] a15328d49fc0: Preparing [2023-03-10T16:15:15.175Z] f70ebdceda53: Preparing [2023-03-10T16:15:15.175Z] e07e9f185e2c: Preparing [2023-03-10T16:15:15.175Z] ce1a4550d7c7: Preparing [2023-03-10T16:15:15.175Z] f70ee36035b9: Preparing [2023-03-10T16:15:15.175Z] a15328d49fc0: Layer already exists [2023-03-10T16:15:15.175Z] f70ebdceda53: Layer already exists [2023-03-10T16:15:15.175Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:15.175Z] ce1a4550d7c7: Layer already exists [2023-03-10T16:15:15.175Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:15.441Z] main: digest: sha256:42d3ef634e5dd28e8619a0aeab6e99688b7bd351ea5df4dd3514798986cce54d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:15:15.496Z] ===================================================== [Pipeline] echo [2023-03-10T16:15:15.506Z] taggedImages: [2023-03-10T16:15:15.506Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:15.506Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-10T16:15:15.506Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.89 [2023-03-10T16:15:15.506Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:15.506Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-10T16:15:15.534Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-10T16:15:15.534Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:15.534Z] latest [2023-03-10T16:15:15.534Z] 3.0.0-dev.89 [2023-03-10T16:15:15.534Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:15.534Z] main [2023-03-10T16:15:15.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:15.895Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:16.240Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:16.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T16:15:16.240Z] 98737e3a3993: Preparing [2023-03-10T16:15:16.240Z] b3d424220add: Preparing [2023-03-10T16:15:16.240Z] 39b1c4d82dae: Preparing [2023-03-10T16:15:16.240Z] e07e9f185e2c: Preparing [2023-03-10T16:15:16.240Z] 27d09ba8be4a: Preparing [2023-03-10T16:15:16.240Z] f70ee36035b9: Preparing [2023-03-10T16:15:16.240Z] f70ee36035b9: Waiting [2023-03-10T16:15:16.240Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:15:16.512Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:16.512Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:16.512Z] 98737e3a3993: Pushed [2023-03-10T16:15:16.512Z] b3d424220add: Pushed [2023-03-10T16:15:19.865Z] 39b1c4d82dae: Pushed [2023-03-10T16:15:20.132Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:ee80e627a7e2d96bd60ac842c5ca0d119627257802eef5164e23af01ede86512 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:20.481Z] + 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-10T16:15:20.824Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-10T16:15:20.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T16:15:20.824Z] 98737e3a3993: Preparing [2023-03-10T16:15:20.824Z] b3d424220add: Preparing [2023-03-10T16:15:20.824Z] 39b1c4d82dae: Preparing [2023-03-10T16:15:20.824Z] e07e9f185e2c: Preparing [2023-03-10T16:15:20.824Z] 27d09ba8be4a: Preparing [2023-03-10T16:15:20.824Z] f70ee36035b9: Preparing [2023-03-10T16:15:20.824Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:20.824Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:15:20.824Z] 39b1c4d82dae: Layer already exists [2023-03-10T16:15:20.824Z] b3d424220add: Layer already exists [2023-03-10T16:15:20.824Z] 98737e3a3993: Layer already exists [2023-03-10T16:15:20.824Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:21.090Z] latest: digest: sha256:ee80e627a7e2d96bd60ac842c5ca0d119627257802eef5164e23af01ede86512 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:21.434Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:21.784Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.89 [2023-03-10T16:15:21.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T16:15:21.784Z] 98737e3a3993: Preparing [2023-03-10T16:15:21.784Z] b3d424220add: Preparing [2023-03-10T16:15:21.784Z] 39b1c4d82dae: Preparing [2023-03-10T16:15:21.784Z] e07e9f185e2c: Preparing [2023-03-10T16:15:21.784Z] 27d09ba8be4a: Preparing [2023-03-10T16:15:21.784Z] f70ee36035b9: Preparing [2023-03-10T16:15:21.784Z] f70ee36035b9: Waiting [2023-03-10T16:15:21.784Z] b3d424220add: Layer already exists [2023-03-10T16:15:21.784Z] 39b1c4d82dae: Layer already exists [2023-03-10T16:15:21.784Z] 98737e3a3993: Layer already exists [2023-03-10T16:15:21.784Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:15:21.784Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:21.784Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:22.051Z] 3.0.0-dev.89: digest: sha256:ee80e627a7e2d96bd60ac842c5ca0d119627257802eef5164e23af01ede86512 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:22.399Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:22.739Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:22.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T16:15:22.739Z] 98737e3a3993: Preparing [2023-03-10T16:15:22.739Z] b3d424220add: Preparing [2023-03-10T16:15:22.739Z] 39b1c4d82dae: Preparing [2023-03-10T16:15:22.739Z] e07e9f185e2c: Preparing [2023-03-10T16:15:22.739Z] 27d09ba8be4a: Preparing [2023-03-10T16:15:22.739Z] f70ee36035b9: Preparing [2023-03-10T16:15:22.739Z] f70ee36035b9: Waiting [2023-03-10T16:15:22.739Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:15:22.739Z] 98737e3a3993: Layer already exists [2023-03-10T16:15:22.739Z] b3d424220add: Layer already exists [2023-03-10T16:15:22.739Z] 39b1c4d82dae: Layer already exists [2023-03-10T16:15:22.739Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:22.739Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:23.005Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:ee80e627a7e2d96bd60ac842c5ca0d119627257802eef5164e23af01ede86512 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:23.345Z] + 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-10T16:15:23.684Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-10T16:15:23.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-10T16:15:23.684Z] 98737e3a3993: Preparing [2023-03-10T16:15:23.684Z] b3d424220add: Preparing [2023-03-10T16:15:23.684Z] 39b1c4d82dae: Preparing [2023-03-10T16:15:23.684Z] e07e9f185e2c: Preparing [2023-03-10T16:15:23.684Z] 27d09ba8be4a: Preparing [2023-03-10T16:15:23.684Z] f70ee36035b9: Preparing [2023-03-10T16:15:23.684Z] f70ee36035b9: Waiting [2023-03-10T16:15:23.684Z] b3d424220add: Layer already exists [2023-03-10T16:15:23.684Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:15:23.684Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:23.684Z] 39b1c4d82dae: Layer already exists [2023-03-10T16:15:23.684Z] 98737e3a3993: Layer already exists [2023-03-10T16:15:23.684Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:23.950Z] main: digest: sha256:ee80e627a7e2d96bd60ac842c5ca0d119627257802eef5164e23af01ede86512 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:15:23.999Z] ===================================================== [Pipeline] echo [2023-03-10T16:15:24.007Z] taggedImages: [2023-03-10T16:15:24.007Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:24.007Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-10T16:15:24.007Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.89 [2023-03-10T16:15:24.007Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:24.007Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-10T16:15:24.027Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-10T16:15:24.027Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:24.027Z] latest [2023-03-10T16:15:24.027Z] 3.0.0-dev.89 [2023-03-10T16:15:24.027Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:24.027Z] main [2023-03-10T16:15:24.027Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:24.374Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:24.724Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:24.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T16:15:24.724Z] 10bce600d0d9: Preparing [2023-03-10T16:15:24.724Z] 10bce600d0d9: Preparing [2023-03-10T16:15:24.724Z] f348d5d5a8ea: Preparing [2023-03-10T16:15:24.724Z] 844e10b277ff: Preparing [2023-03-10T16:15:24.724Z] adf99b129fe6: Preparing [2023-03-10T16:15:24.724Z] 6b46259b602a: Preparing [2023-03-10T16:15:24.724Z] f71b55da09a8: Preparing [2023-03-10T16:15:24.724Z] e07e9f185e2c: Preparing [2023-03-10T16:15:24.724Z] b67be4bb9dd7: Preparing [2023-03-10T16:15:24.724Z] a22e858cb7e9: Preparing [2023-03-10T16:15:24.724Z] 57c731be4588: Preparing [2023-03-10T16:15:24.724Z] ba3bfdac7c1a: Preparing [2023-03-10T16:15:24.724Z] f70ee36035b9: Preparing [2023-03-10T16:15:24.724Z] e07e9f185e2c: Waiting [2023-03-10T16:15:24.724Z] b67be4bb9dd7: Waiting [2023-03-10T16:15:24.724Z] a22e858cb7e9: Waiting [2023-03-10T16:15:24.724Z] 57c731be4588: Waiting [2023-03-10T16:15:24.724Z] ba3bfdac7c1a: Waiting [2023-03-10T16:15:24.724Z] f70ee36035b9: Waiting [2023-03-10T16:15:24.992Z] 844e10b277ff: Pushed [2023-03-10T16:15:24.992Z] adf99b129fe6: Pushed [2023-03-10T16:15:24.992Z] f348d5d5a8ea: Pushed [2023-03-10T16:15:24.992Z] 6b46259b602a: Pushed [2023-03-10T16:15:24.992Z] 10bce600d0d9: Pushed [2023-03-10T16:15:24.992Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:25.260Z] a22e858cb7e9: Pushed [2023-03-10T16:15:25.260Z] 57c731be4588: Pushed [2023-03-10T16:15:25.260Z] b67be4bb9dd7: Pushed [2023-03-10T16:15:25.260Z] ba3bfdac7c1a: Pushed [2023-03-10T16:15:25.260Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:28.601Z] f71b55da09a8: Pushed [2023-03-10T16:15:28.601Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:a814c5b51dde24f3ff9e6df7b53ca48e3d91436a2a04fe6b247e1cd13bd7ceb3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:28.942Z] + 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-10T16:15:29.288Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-10T16:15:29.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T16:15:29.288Z] 10bce600d0d9: Preparing [2023-03-10T16:15:29.288Z] 10bce600d0d9: Preparing [2023-03-10T16:15:29.288Z] f348d5d5a8ea: Preparing [2023-03-10T16:15:29.288Z] 844e10b277ff: Preparing [2023-03-10T16:15:29.288Z] adf99b129fe6: Preparing [2023-03-10T16:15:29.288Z] 6b46259b602a: Preparing [2023-03-10T16:15:29.288Z] f71b55da09a8: Preparing [2023-03-10T16:15:29.288Z] e07e9f185e2c: Preparing [2023-03-10T16:15:29.288Z] b67be4bb9dd7: Preparing [2023-03-10T16:15:29.288Z] a22e858cb7e9: Preparing [2023-03-10T16:15:29.288Z] 57c731be4588: Preparing [2023-03-10T16:15:29.288Z] ba3bfdac7c1a: Preparing [2023-03-10T16:15:29.288Z] f70ee36035b9: Preparing [2023-03-10T16:15:29.288Z] a22e858cb7e9: Waiting [2023-03-10T16:15:29.288Z] ba3bfdac7c1a: Waiting [2023-03-10T16:15:29.288Z] f70ee36035b9: Waiting [2023-03-10T16:15:29.288Z] 57c731be4588: Waiting [2023-03-10T16:15:29.288Z] f71b55da09a8: Waiting [2023-03-10T16:15:29.288Z] e07e9f185e2c: Waiting [2023-03-10T16:15:29.288Z] 6b46259b602a: Layer already exists [2023-03-10T16:15:29.288Z] f348d5d5a8ea: Layer already exists [2023-03-10T16:15:29.288Z] adf99b129fe6: Layer already exists [2023-03-10T16:15:29.288Z] 10bce600d0d9: Layer already exists [2023-03-10T16:15:29.288Z] 844e10b277ff: Layer already exists [2023-03-10T16:15:29.288Z] a22e858cb7e9: Layer already exists [2023-03-10T16:15:29.288Z] f71b55da09a8: Layer already exists [2023-03-10T16:15:29.288Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:29.288Z] b67be4bb9dd7: Layer already exists [2023-03-10T16:15:29.288Z] 57c731be4588: Layer already exists [2023-03-10T16:15:29.556Z] ba3bfdac7c1a: Layer already exists [2023-03-10T16:15:29.556Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:29.556Z] latest: digest: sha256:a814c5b51dde24f3ff9e6df7b53ca48e3d91436a2a04fe6b247e1cd13bd7ceb3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:29.912Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:30.255Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.89 [2023-03-10T16:15:30.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T16:15:30.255Z] 10bce600d0d9: Preparing [2023-03-10T16:15:30.255Z] 10bce600d0d9: Preparing [2023-03-10T16:15:30.255Z] f348d5d5a8ea: Preparing [2023-03-10T16:15:30.255Z] 844e10b277ff: Preparing [2023-03-10T16:15:30.255Z] adf99b129fe6: Preparing [2023-03-10T16:15:30.255Z] 6b46259b602a: Preparing [2023-03-10T16:15:30.255Z] f71b55da09a8: Preparing [2023-03-10T16:15:30.255Z] e07e9f185e2c: Preparing [2023-03-10T16:15:30.255Z] b67be4bb9dd7: Preparing [2023-03-10T16:15:30.255Z] a22e858cb7e9: Preparing [2023-03-10T16:15:30.255Z] 57c731be4588: Preparing [2023-03-10T16:15:30.255Z] ba3bfdac7c1a: Preparing [2023-03-10T16:15:30.255Z] f70ee36035b9: Preparing [2023-03-10T16:15:30.255Z] a22e858cb7e9: Waiting [2023-03-10T16:15:30.255Z] 57c731be4588: Waiting [2023-03-10T16:15:30.255Z] f71b55da09a8: Waiting [2023-03-10T16:15:30.255Z] ba3bfdac7c1a: Waiting [2023-03-10T16:15:30.255Z] e07e9f185e2c: Waiting [2023-03-10T16:15:30.255Z] f70ee36035b9: Waiting [2023-03-10T16:15:30.255Z] b67be4bb9dd7: Waiting [2023-03-10T16:15:30.255Z] adf99b129fe6: Layer already exists [2023-03-10T16:15:30.255Z] f348d5d5a8ea: Layer already exists [2023-03-10T16:15:30.255Z] 6b46259b602a: Layer already exists [2023-03-10T16:15:30.255Z] 10bce600d0d9: Layer already exists [2023-03-10T16:15:30.255Z] 844e10b277ff: Layer already exists [2023-03-10T16:15:30.255Z] b67be4bb9dd7: Layer already exists [2023-03-10T16:15:30.255Z] a22e858cb7e9: Layer already exists [2023-03-10T16:15:30.255Z] f71b55da09a8: Layer already exists [2023-03-10T16:15:30.255Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:30.255Z] 57c731be4588: Layer already exists [2023-03-10T16:15:30.255Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:30.255Z] ba3bfdac7c1a: Layer already exists [2023-03-10T16:15:30.521Z] 3.0.0-dev.89: digest: sha256:a814c5b51dde24f3ff9e6df7b53ca48e3d91436a2a04fe6b247e1cd13bd7ceb3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:30.863Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:31.197Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:31.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T16:15:31.197Z] 10bce600d0d9: Preparing [2023-03-10T16:15:31.197Z] 10bce600d0d9: Preparing [2023-03-10T16:15:31.197Z] f348d5d5a8ea: Preparing [2023-03-10T16:15:31.197Z] 844e10b277ff: Preparing [2023-03-10T16:15:31.197Z] adf99b129fe6: Preparing [2023-03-10T16:15:31.197Z] 6b46259b602a: Preparing [2023-03-10T16:15:31.197Z] f71b55da09a8: Preparing [2023-03-10T16:15:31.197Z] e07e9f185e2c: Preparing [2023-03-10T16:15:31.197Z] b67be4bb9dd7: Preparing [2023-03-10T16:15:31.197Z] a22e858cb7e9: Preparing [2023-03-10T16:15:31.197Z] 57c731be4588: Preparing [2023-03-10T16:15:31.197Z] ba3bfdac7c1a: Preparing [2023-03-10T16:15:31.197Z] f70ee36035b9: Preparing [2023-03-10T16:15:31.197Z] e07e9f185e2c: Waiting [2023-03-10T16:15:31.197Z] b67be4bb9dd7: Waiting [2023-03-10T16:15:31.197Z] a22e858cb7e9: Waiting [2023-03-10T16:15:31.197Z] 57c731be4588: Waiting [2023-03-10T16:15:31.197Z] ba3bfdac7c1a: Waiting [2023-03-10T16:15:31.197Z] f70ee36035b9: Waiting [2023-03-10T16:15:31.197Z] f71b55da09a8: Waiting [2023-03-10T16:15:31.197Z] f348d5d5a8ea: Layer already exists [2023-03-10T16:15:31.197Z] 844e10b277ff: Layer already exists [2023-03-10T16:15:31.197Z] 10bce600d0d9: Layer already exists [2023-03-10T16:15:31.197Z] adf99b129fe6: Layer already exists [2023-03-10T16:15:31.197Z] 6b46259b602a: Layer already exists [2023-03-10T16:15:31.197Z] b67be4bb9dd7: Layer already exists [2023-03-10T16:15:31.197Z] 57c731be4588: Layer already exists [2023-03-10T16:15:31.197Z] f71b55da09a8: Layer already exists [2023-03-10T16:15:31.197Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:31.197Z] a22e858cb7e9: Layer already exists [2023-03-10T16:15:31.463Z] ba3bfdac7c1a: Layer already exists [2023-03-10T16:15:31.463Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:31.463Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:a814c5b51dde24f3ff9e6df7b53ca48e3d91436a2a04fe6b247e1cd13bd7ceb3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:31.802Z] + 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-10T16:15:32.138Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-10T16:15:32.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-10T16:15:32.138Z] 10bce600d0d9: Preparing [2023-03-10T16:15:32.138Z] 10bce600d0d9: Preparing [2023-03-10T16:15:32.138Z] f348d5d5a8ea: Preparing [2023-03-10T16:15:32.138Z] 844e10b277ff: Preparing [2023-03-10T16:15:32.138Z] adf99b129fe6: Preparing [2023-03-10T16:15:32.138Z] 6b46259b602a: Preparing [2023-03-10T16:15:32.138Z] f71b55da09a8: Preparing [2023-03-10T16:15:32.138Z] e07e9f185e2c: Preparing [2023-03-10T16:15:32.138Z] b67be4bb9dd7: Preparing [2023-03-10T16:15:32.138Z] a22e858cb7e9: Preparing [2023-03-10T16:15:32.138Z] 57c731be4588: Preparing [2023-03-10T16:15:32.138Z] ba3bfdac7c1a: Preparing [2023-03-10T16:15:32.138Z] f70ee36035b9: Preparing [2023-03-10T16:15:32.138Z] f71b55da09a8: Waiting [2023-03-10T16:15:32.138Z] e07e9f185e2c: Waiting [2023-03-10T16:15:32.138Z] b67be4bb9dd7: Waiting [2023-03-10T16:15:32.138Z] ba3bfdac7c1a: Waiting [2023-03-10T16:15:32.138Z] a22e858cb7e9: Waiting [2023-03-10T16:15:32.138Z] f70ee36035b9: Waiting [2023-03-10T16:15:32.138Z] 6b46259b602a: Layer already exists [2023-03-10T16:15:32.138Z] 844e10b277ff: Layer already exists [2023-03-10T16:15:32.138Z] 10bce600d0d9: Layer already exists [2023-03-10T16:15:32.138Z] adf99b129fe6: Layer already exists [2023-03-10T16:15:32.138Z] f348d5d5a8ea: Layer already exists [2023-03-10T16:15:32.138Z] f71b55da09a8: Layer already exists [2023-03-10T16:15:32.138Z] b67be4bb9dd7: Layer already exists [2023-03-10T16:15:32.138Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:32.138Z] 57c731be4588: Layer already exists [2023-03-10T16:15:32.138Z] a22e858cb7e9: Layer already exists [2023-03-10T16:15:32.138Z] ba3bfdac7c1a: Layer already exists [2023-03-10T16:15:32.138Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:32.406Z] main: digest: sha256:a814c5b51dde24f3ff9e6df7b53ca48e3d91436a2a04fe6b247e1cd13bd7ceb3 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:15:32.447Z] ===================================================== [Pipeline] echo [2023-03-10T16:15:32.453Z] taggedImages: [2023-03-10T16:15:32.453Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:32.453Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-10T16:15:32.453Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.89 [2023-03-10T16:15:32.453Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:32.453Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-10T16:15:32.467Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-10T16:15:32.467Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:32.467Z] latest [2023-03-10T16:15:32.467Z] 3.0.0-dev.89 [2023-03-10T16:15:32.467Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:32.467Z] main [2023-03-10T16:15:32.467Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:32.802Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:33.152Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:33.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T16:15:33.152Z] 023995e27cfe: Preparing [2023-03-10T16:15:33.152Z] 002741525a89: Preparing [2023-03-10T16:15:33.152Z] b1e266b39556: Preparing [2023-03-10T16:15:33.152Z] 556b8f4be918: Preparing [2023-03-10T16:15:33.152Z] e07e9f185e2c: Preparing [2023-03-10T16:15:33.152Z] 684204ccc71b: Preparing [2023-03-10T16:15:33.152Z] f70ee36035b9: Preparing [2023-03-10T16:15:33.152Z] 684204ccc71b: Waiting [2023-03-10T16:15:33.152Z] f70ee36035b9: Waiting [2023-03-10T16:15:33.419Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:33.419Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:33.419Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:33.419Z] 023995e27cfe: Pushed [2023-03-10T16:15:33.419Z] b1e266b39556: Pushed [2023-03-10T16:15:33.419Z] 002741525a89: Pushed [2023-03-10T16:15:35.999Z] 556b8f4be918: Pushed [2023-03-10T16:15:35.999Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:3b1510f2ba8c5458afa3a25f4f0210e61e5cb4c36ccbcee98ed7061071c1b106 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:36.350Z] + 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-10T16:15:36.698Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-10T16:15:36.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T16:15:36.698Z] 023995e27cfe: Preparing [2023-03-10T16:15:36.698Z] 002741525a89: Preparing [2023-03-10T16:15:36.698Z] b1e266b39556: Preparing [2023-03-10T16:15:36.698Z] 556b8f4be918: Preparing [2023-03-10T16:15:36.698Z] e07e9f185e2c: Preparing [2023-03-10T16:15:36.698Z] 684204ccc71b: Preparing [2023-03-10T16:15:36.698Z] f70ee36035b9: Preparing [2023-03-10T16:15:36.698Z] 684204ccc71b: Waiting [2023-03-10T16:15:36.698Z] f70ee36035b9: Waiting [2023-03-10T16:15:36.698Z] 023995e27cfe: Layer already exists [2023-03-10T16:15:36.698Z] 002741525a89: Layer already exists [2023-03-10T16:15:36.698Z] 556b8f4be918: Layer already exists [2023-03-10T16:15:36.698Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:36.698Z] b1e266b39556: Layer already exists [2023-03-10T16:15:36.698Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:36.698Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:36.965Z] latest: digest: sha256:3b1510f2ba8c5458afa3a25f4f0210e61e5cb4c36ccbcee98ed7061071c1b106 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:37.311Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:37.652Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.89 [2023-03-10T16:15:37.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T16:15:37.652Z] 023995e27cfe: Preparing [2023-03-10T16:15:37.652Z] 002741525a89: Preparing [2023-03-10T16:15:37.652Z] b1e266b39556: Preparing [2023-03-10T16:15:37.652Z] 556b8f4be918: Preparing [2023-03-10T16:15:37.652Z] e07e9f185e2c: Preparing [2023-03-10T16:15:37.652Z] 684204ccc71b: Preparing [2023-03-10T16:15:37.652Z] f70ee36035b9: Preparing [2023-03-10T16:15:37.652Z] 684204ccc71b: Waiting [2023-03-10T16:15:37.652Z] f70ee36035b9: Waiting [2023-03-10T16:15:37.652Z] b1e266b39556: Layer already exists [2023-03-10T16:15:37.652Z] 002741525a89: Layer already exists [2023-03-10T16:15:37.652Z] 023995e27cfe: Layer already exists [2023-03-10T16:15:37.652Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:37.652Z] 556b8f4be918: Layer already exists [2023-03-10T16:15:37.652Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:37.652Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:37.918Z] 3.0.0-dev.89: digest: sha256:3b1510f2ba8c5458afa3a25f4f0210e61e5cb4c36ccbcee98ed7061071c1b106 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:38.259Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:38.597Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:38.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T16:15:38.597Z] 023995e27cfe: Preparing [2023-03-10T16:15:38.597Z] 002741525a89: Preparing [2023-03-10T16:15:38.597Z] b1e266b39556: Preparing [2023-03-10T16:15:38.597Z] 556b8f4be918: Preparing [2023-03-10T16:15:38.597Z] e07e9f185e2c: Preparing [2023-03-10T16:15:38.597Z] 684204ccc71b: Preparing [2023-03-10T16:15:38.597Z] 684204ccc71b: Waiting [2023-03-10T16:15:38.597Z] f70ee36035b9: Preparing [2023-03-10T16:15:38.597Z] f70ee36035b9: Waiting [2023-03-10T16:15:38.597Z] 002741525a89: Layer already exists [2023-03-10T16:15:38.597Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:38.597Z] b1e266b39556: Layer already exists [2023-03-10T16:15:38.597Z] 556b8f4be918: Layer already exists [2023-03-10T16:15:38.597Z] 023995e27cfe: Layer already exists [2023-03-10T16:15:38.597Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:38.597Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:38.862Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:3b1510f2ba8c5458afa3a25f4f0210e61e5cb4c36ccbcee98ed7061071c1b106 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:39.204Z] + 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-10T16:15:39.544Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-10T16:15:39.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-10T16:15:39.544Z] 023995e27cfe: Preparing [2023-03-10T16:15:39.544Z] 002741525a89: Preparing [2023-03-10T16:15:39.544Z] b1e266b39556: Preparing [2023-03-10T16:15:39.544Z] 556b8f4be918: Preparing [2023-03-10T16:15:39.544Z] e07e9f185e2c: Preparing [2023-03-10T16:15:39.544Z] 684204ccc71b: Preparing [2023-03-10T16:15:39.544Z] f70ee36035b9: Preparing [2023-03-10T16:15:39.544Z] 684204ccc71b: Waiting [2023-03-10T16:15:39.544Z] f70ee36035b9: Waiting [2023-03-10T16:15:39.544Z] 023995e27cfe: Layer already exists [2023-03-10T16:15:39.544Z] b1e266b39556: Layer already exists [2023-03-10T16:15:39.544Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:39.544Z] 556b8f4be918: Layer already exists [2023-03-10T16:15:39.544Z] 002741525a89: Layer already exists [2023-03-10T16:15:39.544Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:39.544Z] 684204ccc71b: Layer already exists [2023-03-10T16:15:39.812Z] main: digest: sha256:3b1510f2ba8c5458afa3a25f4f0210e61e5cb4c36ccbcee98ed7061071c1b106 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:15:39.865Z] ===================================================== [Pipeline] echo [2023-03-10T16:15:39.873Z] taggedImages: [2023-03-10T16:15:39.873Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:39.873Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-10T16:15:39.873Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.89 [2023-03-10T16:15:39.873Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:39.873Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-10T16:15:39.895Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-10T16:15:39.895Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:39.895Z] latest [2023-03-10T16:15:39.895Z] 3.0.0-dev.89 [2023-03-10T16:15:39.895Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:39.895Z] main [2023-03-10T16:15:39.895Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:40.254Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:40.597Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:40.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T16:15:40.597Z] e00e6c6a41c6: Preparing [2023-03-10T16:15:40.597Z] 2642d5f3783d: Preparing [2023-03-10T16:15:40.597Z] 91cdcdc1ed2d: Preparing [2023-03-10T16:15:40.597Z] 79a904213d32: Preparing [2023-03-10T16:15:40.597Z] bcb0ac0ddf21: Preparing [2023-03-10T16:15:40.597Z] def52438db3b: Preparing [2023-03-10T16:15:40.597Z] f70ee36035b9: Preparing [2023-03-10T16:15:40.597Z] def52438db3b: Waiting [2023-03-10T16:15:40.597Z] f70ee36035b9: Waiting [2023-03-10T16:15:40.865Z] bcb0ac0ddf21: Pushed [2023-03-10T16:15:40.865Z] e00e6c6a41c6: Pushed [2023-03-10T16:15:40.865Z] 2642d5f3783d: Pushed [2023-03-10T16:15:40.865Z] 79a904213d32: Pushed [2023-03-10T16:15:40.865Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:41.132Z] def52438db3b: Pushed [2023-03-10T16:15:43.068Z] 91cdcdc1ed2d: Pushed [2023-03-10T16:15:43.336Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:981f6ae9a30b23a7a467c022ec5e47c56e972c982361604dcbbe226e5f9744d6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:43.741Z] + 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-10T16:15:44.096Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-10T16:15:44.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T16:15:44.096Z] e00e6c6a41c6: Preparing [2023-03-10T16:15:44.096Z] 2642d5f3783d: Preparing [2023-03-10T16:15:44.096Z] 91cdcdc1ed2d: Preparing [2023-03-10T16:15:44.096Z] 79a904213d32: Preparing [2023-03-10T16:15:44.096Z] bcb0ac0ddf21: Preparing [2023-03-10T16:15:44.096Z] def52438db3b: Preparing [2023-03-10T16:15:44.096Z] f70ee36035b9: Preparing [2023-03-10T16:15:44.096Z] def52438db3b: Waiting [2023-03-10T16:15:44.096Z] f70ee36035b9: Waiting [2023-03-10T16:15:44.096Z] e00e6c6a41c6: Layer already exists [2023-03-10T16:15:44.096Z] 2642d5f3783d: Layer already exists [2023-03-10T16:15:44.096Z] bcb0ac0ddf21: Layer already exists [2023-03-10T16:15:44.096Z] 91cdcdc1ed2d: Layer already exists [2023-03-10T16:15:44.096Z] 79a904213d32: Layer already exists [2023-03-10T16:15:44.096Z] def52438db3b: Layer already exists [2023-03-10T16:15:44.368Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:45.338Z] latest: digest: sha256:981f6ae9a30b23a7a467c022ec5e47c56e972c982361604dcbbe226e5f9744d6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:45.676Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:46.013Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.89 [2023-03-10T16:15:46.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T16:15:46.013Z] e00e6c6a41c6: Preparing [2023-03-10T16:15:46.013Z] 2642d5f3783d: Preparing [2023-03-10T16:15:46.013Z] 91cdcdc1ed2d: Preparing [2023-03-10T16:15:46.013Z] 79a904213d32: Preparing [2023-03-10T16:15:46.013Z] bcb0ac0ddf21: Preparing [2023-03-10T16:15:46.013Z] def52438db3b: Preparing [2023-03-10T16:15:46.013Z] f70ee36035b9: Preparing [2023-03-10T16:15:46.013Z] def52438db3b: Waiting [2023-03-10T16:15:46.013Z] f70ee36035b9: Waiting [2023-03-10T16:15:46.013Z] 79a904213d32: Layer already exists [2023-03-10T16:15:46.013Z] bcb0ac0ddf21: Layer already exists [2023-03-10T16:15:46.013Z] 91cdcdc1ed2d: Layer already exists [2023-03-10T16:15:46.013Z] 2642d5f3783d: Layer already exists [2023-03-10T16:15:46.013Z] e00e6c6a41c6: Layer already exists [2023-03-10T16:15:46.013Z] def52438db3b: Layer already exists [2023-03-10T16:15:46.013Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:46.279Z] 3.0.0-dev.89: digest: sha256:981f6ae9a30b23a7a467c022ec5e47c56e972c982361604dcbbe226e5f9744d6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:46.622Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:46.954Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:46.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T16:15:46.954Z] e00e6c6a41c6: Preparing [2023-03-10T16:15:46.954Z] 2642d5f3783d: Preparing [2023-03-10T16:15:46.954Z] 91cdcdc1ed2d: Preparing [2023-03-10T16:15:46.954Z] 79a904213d32: Preparing [2023-03-10T16:15:46.954Z] bcb0ac0ddf21: Preparing [2023-03-10T16:15:46.954Z] def52438db3b: Preparing [2023-03-10T16:15:46.954Z] f70ee36035b9: Preparing [2023-03-10T16:15:46.954Z] def52438db3b: Waiting [2023-03-10T16:15:46.954Z] 91cdcdc1ed2d: Layer already exists [2023-03-10T16:15:46.954Z] e00e6c6a41c6: Layer already exists [2023-03-10T16:15:46.954Z] bcb0ac0ddf21: Layer already exists [2023-03-10T16:15:46.954Z] 2642d5f3783d: Layer already exists [2023-03-10T16:15:46.954Z] 79a904213d32: Layer already exists [2023-03-10T16:15:46.954Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:46.954Z] def52438db3b: Layer already exists [2023-03-10T16:15:47.223Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:981f6ae9a30b23a7a467c022ec5e47c56e972c982361604dcbbe226e5f9744d6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:47.573Z] + 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-10T16:15:47.910Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-10T16:15:47.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-10T16:15:47.910Z] e00e6c6a41c6: Preparing [2023-03-10T16:15:47.910Z] 2642d5f3783d: Preparing [2023-03-10T16:15:47.910Z] 91cdcdc1ed2d: Preparing [2023-03-10T16:15:47.910Z] 79a904213d32: Preparing [2023-03-10T16:15:47.910Z] bcb0ac0ddf21: Preparing [2023-03-10T16:15:47.910Z] def52438db3b: Preparing [2023-03-10T16:15:47.910Z] f70ee36035b9: Preparing [2023-03-10T16:15:47.910Z] def52438db3b: Waiting [2023-03-10T16:15:47.910Z] f70ee36035b9: Waiting [2023-03-10T16:15:47.910Z] 2642d5f3783d: Layer already exists [2023-03-10T16:15:47.910Z] e00e6c6a41c6: Layer already exists [2023-03-10T16:15:47.910Z] bcb0ac0ddf21: Layer already exists [2023-03-10T16:15:47.911Z] 79a904213d32: Layer already exists [2023-03-10T16:15:47.911Z] 91cdcdc1ed2d: Layer already exists [2023-03-10T16:15:47.911Z] def52438db3b: Layer already exists [2023-03-10T16:15:47.911Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:48.179Z] main: digest: sha256:981f6ae9a30b23a7a467c022ec5e47c56e972c982361604dcbbe226e5f9744d6 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:15:48.220Z] ===================================================== [Pipeline] echo [2023-03-10T16:15:48.225Z] taggedImages: [2023-03-10T16:15:48.225Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:48.225Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-10T16:15:48.225Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.89 [2023-03-10T16:15:48.225Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:48.225Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-10T16:15:48.239Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-10T16:15:48.239Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:48.239Z] latest [2023-03-10T16:15:48.239Z] 3.0.0-dev.89 [2023-03-10T16:15:48.239Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:48.239Z] main [2023-03-10T16:15:48.239Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:48.572Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:48.911Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:48.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T16:15:48.911Z] 6aabcf22739a: Preparing [2023-03-10T16:15:48.911Z] 4f89379382e4: Preparing [2023-03-10T16:15:48.911Z] 9672acc496f8: Preparing [2023-03-10T16:15:48.911Z] 0375d68d777b: Preparing [2023-03-10T16:15:48.911Z] 84e725bb5154: Preparing [2023-03-10T16:15:48.911Z] 8c566cffd8a2: Preparing [2023-03-10T16:15:48.911Z] cdf83df39140: Preparing [2023-03-10T16:15:48.911Z] 2abaa498157e: Preparing [2023-03-10T16:15:48.911Z] f70ee36035b9: Preparing [2023-03-10T16:15:48.911Z] 2abaa498157e: Waiting [2023-03-10T16:15:48.911Z] f70ee36035b9: Waiting [2023-03-10T16:15:48.911Z] 8c566cffd8a2: Waiting [2023-03-10T16:15:49.181Z] 84e725bb5154: Pushed [2023-03-10T16:15:49.181Z] 6aabcf22739a: Pushed [2023-03-10T16:15:49.181Z] 4f89379382e4: Pushed [2023-03-10T16:15:49.448Z] cdf83df39140: Pushed [2023-03-10T16:15:49.448Z] 8c566cffd8a2: Pushed [2023-03-10T16:15:49.448Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:49.714Z] 2abaa498157e: Pushed [2023-03-10T16:15:51.660Z] 0375d68d777b: Pushed [2023-03-10T16:15:52.621Z] 9672acc496f8: Pushed [2023-03-10T16:15:52.621Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:0239c03dc7967376f79ec1179e2b311bf417daa5b8504a513a1a43aa7e6e854c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:53.231Z] + 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-10T16:15:53.570Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-10T16:15:53.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T16:15:53.570Z] 6aabcf22739a: Preparing [2023-03-10T16:15:53.570Z] 4f89379382e4: Preparing [2023-03-10T16:15:53.570Z] 9672acc496f8: Preparing [2023-03-10T16:15:53.570Z] 0375d68d777b: Preparing [2023-03-10T16:15:53.570Z] 84e725bb5154: Preparing [2023-03-10T16:15:53.570Z] 8c566cffd8a2: Preparing [2023-03-10T16:15:53.570Z] cdf83df39140: Preparing [2023-03-10T16:15:53.570Z] 2abaa498157e: Preparing [2023-03-10T16:15:53.570Z] f70ee36035b9: Preparing [2023-03-10T16:15:53.570Z] cdf83df39140: Waiting [2023-03-10T16:15:53.570Z] 2abaa498157e: Waiting [2023-03-10T16:15:53.570Z] f70ee36035b9: Waiting [2023-03-10T16:15:53.570Z] 8c566cffd8a2: Waiting [2023-03-10T16:15:53.570Z] 6aabcf22739a: Layer already exists [2023-03-10T16:15:53.570Z] 9672acc496f8: Layer already exists [2023-03-10T16:15:53.570Z] 84e725bb5154: Layer already exists [2023-03-10T16:15:53.570Z] 0375d68d777b: Layer already exists [2023-03-10T16:15:53.570Z] 4f89379382e4: Layer already exists [2023-03-10T16:15:53.570Z] 8c566cffd8a2: Layer already exists [2023-03-10T16:15:53.570Z] 2abaa498157e: Layer already exists [2023-03-10T16:15:53.570Z] cdf83df39140: Layer already exists [2023-03-10T16:15:53.570Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:53.837Z] latest: digest: sha256:0239c03dc7967376f79ec1179e2b311bf417daa5b8504a513a1a43aa7e6e854c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:54.201Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:54.541Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.89 [2023-03-10T16:15:54.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T16:15:54.541Z] 6aabcf22739a: Preparing [2023-03-10T16:15:54.541Z] 4f89379382e4: Preparing [2023-03-10T16:15:54.541Z] 9672acc496f8: Preparing [2023-03-10T16:15:54.541Z] 0375d68d777b: Preparing [2023-03-10T16:15:54.541Z] 84e725bb5154: Preparing [2023-03-10T16:15:54.541Z] 8c566cffd8a2: Preparing [2023-03-10T16:15:54.541Z] cdf83df39140: Preparing [2023-03-10T16:15:54.541Z] 2abaa498157e: Preparing [2023-03-10T16:15:54.541Z] f70ee36035b9: Preparing [2023-03-10T16:15:54.541Z] 2abaa498157e: Waiting [2023-03-10T16:15:54.542Z] 8c566cffd8a2: Waiting [2023-03-10T16:15:54.542Z] cdf83df39140: Waiting [2023-03-10T16:15:54.542Z] 84e725bb5154: Layer already exists [2023-03-10T16:15:54.542Z] 6aabcf22739a: Layer already exists [2023-03-10T16:15:54.542Z] 9672acc496f8: Layer already exists [2023-03-10T16:15:54.542Z] 4f89379382e4: Layer already exists [2023-03-10T16:15:54.542Z] 0375d68d777b: Layer already exists [2023-03-10T16:15:54.542Z] 2abaa498157e: Layer already exists [2023-03-10T16:15:54.542Z] cdf83df39140: Layer already exists [2023-03-10T16:15:54.542Z] 8c566cffd8a2: Layer already exists [2023-03-10T16:15:54.542Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:54.809Z] 3.0.0-dev.89: digest: sha256:0239c03dc7967376f79ec1179e2b311bf417daa5b8504a513a1a43aa7e6e854c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:55.149Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:55.491Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:55.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T16:15:55.491Z] 6aabcf22739a: Preparing [2023-03-10T16:15:55.491Z] 4f89379382e4: Preparing [2023-03-10T16:15:55.491Z] 9672acc496f8: Preparing [2023-03-10T16:15:55.491Z] 0375d68d777b: Preparing [2023-03-10T16:15:55.491Z] 84e725bb5154: Preparing [2023-03-10T16:15:55.491Z] 8c566cffd8a2: Preparing [2023-03-10T16:15:55.491Z] cdf83df39140: Preparing [2023-03-10T16:15:55.491Z] 2abaa498157e: Preparing [2023-03-10T16:15:55.491Z] f70ee36035b9: Preparing [2023-03-10T16:15:55.491Z] cdf83df39140: Waiting [2023-03-10T16:15:55.491Z] 2abaa498157e: Waiting [2023-03-10T16:15:55.491Z] 8c566cffd8a2: Waiting [2023-03-10T16:15:55.491Z] f70ee36035b9: Waiting [2023-03-10T16:15:55.491Z] 9672acc496f8: Layer already exists [2023-03-10T16:15:55.491Z] 6aabcf22739a: Layer already exists [2023-03-10T16:15:55.491Z] 4f89379382e4: Layer already exists [2023-03-10T16:15:55.491Z] 0375d68d777b: Layer already exists [2023-03-10T16:15:55.491Z] 84e725bb5154: Layer already exists [2023-03-10T16:15:55.491Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:55.491Z] 8c566cffd8a2: Layer already exists [2023-03-10T16:15:55.491Z] cdf83df39140: Layer already exists [2023-03-10T16:15:55.760Z] 2abaa498157e: Layer already exists [2023-03-10T16:15:55.760Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:0239c03dc7967376f79ec1179e2b311bf417daa5b8504a513a1a43aa7e6e854c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:56.105Z] + 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-10T16:15:56.447Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-10T16:15:56.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-10T16:15:56.447Z] 6aabcf22739a: Preparing [2023-03-10T16:15:56.447Z] 4f89379382e4: Preparing [2023-03-10T16:15:56.447Z] 9672acc496f8: Preparing [2023-03-10T16:15:56.447Z] 0375d68d777b: Preparing [2023-03-10T16:15:56.447Z] 84e725bb5154: Preparing [2023-03-10T16:15:56.447Z] 8c566cffd8a2: Preparing [2023-03-10T16:15:56.447Z] cdf83df39140: Preparing [2023-03-10T16:15:56.447Z] 2abaa498157e: Preparing [2023-03-10T16:15:56.447Z] f70ee36035b9: Preparing [2023-03-10T16:15:56.447Z] cdf83df39140: Waiting [2023-03-10T16:15:56.447Z] 8c566cffd8a2: Waiting [2023-03-10T16:15:56.447Z] 2abaa498157e: Waiting [2023-03-10T16:15:56.447Z] f70ee36035b9: Waiting [2023-03-10T16:15:56.447Z] 6aabcf22739a: Layer already exists [2023-03-10T16:15:56.447Z] 4f89379382e4: Layer already exists [2023-03-10T16:15:56.447Z] 9672acc496f8: Layer already exists [2023-03-10T16:15:56.447Z] 0375d68d777b: Layer already exists [2023-03-10T16:15:56.447Z] 84e725bb5154: Layer already exists [2023-03-10T16:15:56.447Z] f70ee36035b9: Layer already exists [2023-03-10T16:15:56.447Z] cdf83df39140: Layer already exists [2023-03-10T16:15:56.447Z] 2abaa498157e: Layer already exists [2023-03-10T16:15:56.447Z] 8c566cffd8a2: Layer already exists [2023-03-10T16:15:56.718Z] main: digest: sha256:0239c03dc7967376f79ec1179e2b311bf417daa5b8504a513a1a43aa7e6e854c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:15:56.760Z] ===================================================== [Pipeline] echo [2023-03-10T16:15:56.765Z] taggedImages: [2023-03-10T16:15:56.765Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:56.765Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-10T16:15:56.765Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.89 [2023-03-10T16:15:56.765Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:56.765Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-10T16:15:56.779Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-10T16:15:56.779Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:56.779Z] latest [2023-03-10T16:15:56.779Z] 3.0.0-dev.89 [2023-03-10T16:15:56.779Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:15:56.779Z] main [2023-03-10T16:15:56.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:57.112Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:15:57.454Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:15:57.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T16:15:57.454Z] 234cf422e277: Preparing [2023-03-10T16:15:57.454Z] 396d6853a998: Preparing [2023-03-10T16:15:57.454Z] e07e9f185e2c: Preparing [2023-03-10T16:15:57.454Z] 5349f95a4324: Preparing [2023-03-10T16:15:57.454Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:15:57.454Z] e07e9f185e2c: Layer already exists [2023-03-10T16:15:57.454Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:15:57.721Z] 234cf422e277: Pushed [2023-03-10T16:15:59.133Z] 5349f95a4324: Pushed [2023-03-10T16:16:02.478Z] 396d6853a998: Pushed [2023-03-10T16:16:02.745Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:8cb76c44bf74fd62479debfa9e2a546413846f2fc3d6065c19db4c4d5fa1cd17 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:03.090Z] + 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-10T16:16:03.423Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-10T16:16:03.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T16:16:03.423Z] 234cf422e277: Preparing [2023-03-10T16:16:03.423Z] 396d6853a998: Preparing [2023-03-10T16:16:03.423Z] e07e9f185e2c: Preparing [2023-03-10T16:16:03.423Z] 5349f95a4324: Preparing [2023-03-10T16:16:03.423Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:03.423Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:03.423Z] 396d6853a998: Layer already exists [2023-03-10T16:16:03.423Z] e07e9f185e2c: Layer already exists [2023-03-10T16:16:03.423Z] 5349f95a4324: Layer already exists [2023-03-10T16:16:03.423Z] 234cf422e277: Layer already exists [2023-03-10T16:16:03.690Z] latest: digest: sha256:8cb76c44bf74fd62479debfa9e2a546413846f2fc3d6065c19db4c4d5fa1cd17 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:04.042Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:04.379Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.89 [2023-03-10T16:16:04.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T16:16:04.380Z] 234cf422e277: Preparing [2023-03-10T16:16:04.380Z] 396d6853a998: Preparing [2023-03-10T16:16:04.380Z] e07e9f185e2c: Preparing [2023-03-10T16:16:04.380Z] 5349f95a4324: Preparing [2023-03-10T16:16:04.380Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:04.380Z] 5349f95a4324: Layer already exists [2023-03-10T16:16:04.380Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:04.380Z] 396d6853a998: Layer already exists [2023-03-10T16:16:04.380Z] 234cf422e277: Layer already exists [2023-03-10T16:16:04.380Z] e07e9f185e2c: Layer already exists [2023-03-10T16:16:04.646Z] 3.0.0-dev.89: digest: sha256:8cb76c44bf74fd62479debfa9e2a546413846f2fc3d6065c19db4c4d5fa1cd17 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:04.986Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:05.328Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:05.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T16:16:05.328Z] 234cf422e277: Preparing [2023-03-10T16:16:05.328Z] 396d6853a998: Preparing [2023-03-10T16:16:05.328Z] e07e9f185e2c: Preparing [2023-03-10T16:16:05.328Z] 5349f95a4324: Preparing [2023-03-10T16:16:05.328Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:05.328Z] 396d6853a998: Layer already exists [2023-03-10T16:16:05.328Z] e07e9f185e2c: Layer already exists [2023-03-10T16:16:05.328Z] 5349f95a4324: Layer already exists [2023-03-10T16:16:05.328Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:05.328Z] 234cf422e277: Layer already exists [2023-03-10T16:16:05.328Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:8cb76c44bf74fd62479debfa9e2a546413846f2fc3d6065c19db4c4d5fa1cd17 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:05.939Z] + 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-10T16:16:06.273Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-10T16:16:06.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-10T16:16:06.273Z] 234cf422e277: Preparing [2023-03-10T16:16:06.273Z] 396d6853a998: Preparing [2023-03-10T16:16:06.273Z] e07e9f185e2c: Preparing [2023-03-10T16:16:06.273Z] 5349f95a4324: Preparing [2023-03-10T16:16:06.273Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:06.273Z] 396d6853a998: Layer already exists [2023-03-10T16:16:06.273Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:06.273Z] e07e9f185e2c: Layer already exists [2023-03-10T16:16:06.273Z] 5349f95a4324: Layer already exists [2023-03-10T16:16:06.273Z] 234cf422e277: Layer already exists [2023-03-10T16:16:06.540Z] main: digest: sha256:8cb76c44bf74fd62479debfa9e2a546413846f2fc3d6065c19db4c4d5fa1cd17 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:16:06.582Z] ===================================================== [Pipeline] echo [2023-03-10T16:16:06.587Z] taggedImages: [2023-03-10T16:16:06.587Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:06.587Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-10T16:16:06.587Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.89 [2023-03-10T16:16:06.587Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:06.587Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-10T16:16:06.601Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-10T16:16:06.601Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:06.601Z] latest [2023-03-10T16:16:06.601Z] 3.0.0-dev.89 [2023-03-10T16:16:06.601Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:06.601Z] main [2023-03-10T16:16:06.601Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:06.929Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:07.262Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:07.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T16:16:07.262Z] 7de76dc495be: Preparing [2023-03-10T16:16:07.262Z] 99a9db49b491: Preparing [2023-03-10T16:16:07.262Z] 113c9e050f0f: Preparing [2023-03-10T16:16:07.262Z] 2e2328ded218: Preparing [2023-03-10T16:16:07.262Z] ef76a61924aa: Preparing [2023-03-10T16:16:07.262Z] ce96d383bd9f: Preparing [2023-03-10T16:16:07.262Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:07.262Z] ce96d383bd9f: Waiting [2023-03-10T16:16:07.262Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:07.528Z] 99a9db49b491: Pushed [2023-03-10T16:16:07.528Z] 113c9e050f0f: Pushed [2023-03-10T16:16:07.528Z] 7de76dc495be: Pushed [2023-03-10T16:16:07.528Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:08.490Z] ce96d383bd9f: Pushed [2023-03-10T16:16:16.714Z] ef76a61924aa: Pushed [2023-03-10T16:16:24.923Z] 2e2328ded218: Pushed [2023-03-10T16:16:24.923Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:b2754ff46a3a68a97d2389624e07d8838c92679835a48c96fcc13dc36eb4fac4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:25.279Z] + 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-10T16:16:25.627Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-10T16:16:25.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T16:16:25.627Z] 7de76dc495be: Preparing [2023-03-10T16:16:25.627Z] 99a9db49b491: Preparing [2023-03-10T16:16:25.627Z] 113c9e050f0f: Preparing [2023-03-10T16:16:25.627Z] 2e2328ded218: Preparing [2023-03-10T16:16:25.627Z] ef76a61924aa: Preparing [2023-03-10T16:16:25.627Z] ce96d383bd9f: Preparing [2023-03-10T16:16:25.627Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:25.627Z] ce96d383bd9f: Waiting [2023-03-10T16:16:25.627Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:25.627Z] 99a9db49b491: Layer already exists [2023-03-10T16:16:25.627Z] 2e2328ded218: Layer already exists [2023-03-10T16:16:25.627Z] 7de76dc495be: Layer already exists [2023-03-10T16:16:25.627Z] 113c9e050f0f: Layer already exists [2023-03-10T16:16:25.627Z] ef76a61924aa: Layer already exists [2023-03-10T16:16:25.627Z] ce96d383bd9f: Layer already exists [2023-03-10T16:16:25.627Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:25.896Z] latest: digest: sha256:b2754ff46a3a68a97d2389624e07d8838c92679835a48c96fcc13dc36eb4fac4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:26.240Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:26.581Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.89 [2023-03-10T16:16:26.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T16:16:26.581Z] 7de76dc495be: Preparing [2023-03-10T16:16:26.581Z] 99a9db49b491: Preparing [2023-03-10T16:16:26.581Z] 113c9e050f0f: Preparing [2023-03-10T16:16:26.581Z] 2e2328ded218: Preparing [2023-03-10T16:16:26.581Z] ef76a61924aa: Preparing [2023-03-10T16:16:26.581Z] ce96d383bd9f: Preparing [2023-03-10T16:16:26.581Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:26.581Z] ce96d383bd9f: Waiting [2023-03-10T16:16:26.581Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:26.581Z] 7de76dc495be: Layer already exists [2023-03-10T16:16:26.581Z] 99a9db49b491: Layer already exists [2023-03-10T16:16:26.581Z] 2e2328ded218: Layer already exists [2023-03-10T16:16:26.581Z] ef76a61924aa: Layer already exists [2023-03-10T16:16:26.581Z] 113c9e050f0f: Layer already exists [2023-03-10T16:16:26.581Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:26.848Z] ce96d383bd9f: Layer already exists [2023-03-10T16:16:26.848Z] 3.0.0-dev.89: digest: sha256:b2754ff46a3a68a97d2389624e07d8838c92679835a48c96fcc13dc36eb4fac4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:27.192Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:27.527Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:27.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T16:16:27.527Z] 7de76dc495be: Preparing [2023-03-10T16:16:27.527Z] 99a9db49b491: Preparing [2023-03-10T16:16:27.527Z] 113c9e050f0f: Preparing [2023-03-10T16:16:27.527Z] 2e2328ded218: Preparing [2023-03-10T16:16:27.527Z] ef76a61924aa: Preparing [2023-03-10T16:16:27.527Z] ce96d383bd9f: Preparing [2023-03-10T16:16:27.527Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:27.527Z] ce96d383bd9f: Waiting [2023-03-10T16:16:27.527Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:27.527Z] 2e2328ded218: Layer already exists [2023-03-10T16:16:27.527Z] 7de76dc495be: Layer already exists [2023-03-10T16:16:27.527Z] ef76a61924aa: Layer already exists [2023-03-10T16:16:27.528Z] 113c9e050f0f: Layer already exists [2023-03-10T16:16:27.528Z] 99a9db49b491: Layer already exists [2023-03-10T16:16:27.528Z] ce96d383bd9f: Layer already exists [2023-03-10T16:16:27.528Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:27.796Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:b2754ff46a3a68a97d2389624e07d8838c92679835a48c96fcc13dc36eb4fac4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:28.139Z] + 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-10T16:16:28.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-10T16:16:28.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-10T16:16:28.479Z] 7de76dc495be: Preparing [2023-03-10T16:16:28.479Z] 99a9db49b491: Preparing [2023-03-10T16:16:28.479Z] 113c9e050f0f: Preparing [2023-03-10T16:16:28.479Z] 2e2328ded218: Preparing [2023-03-10T16:16:28.479Z] ef76a61924aa: Preparing [2023-03-10T16:16:28.479Z] ce96d383bd9f: Preparing [2023-03-10T16:16:28.479Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:28.479Z] ce96d383bd9f: Waiting [2023-03-10T16:16:28.479Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:28.479Z] 99a9db49b491: Layer already exists [2023-03-10T16:16:28.479Z] 113c9e050f0f: Layer already exists [2023-03-10T16:16:28.479Z] 7de76dc495be: Layer already exists [2023-03-10T16:16:28.479Z] 2e2328ded218: Layer already exists [2023-03-10T16:16:28.479Z] ef76a61924aa: Layer already exists [2023-03-10T16:16:28.479Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:28.479Z] ce96d383bd9f: Layer already exists [2023-03-10T16:16:28.746Z] main: digest: sha256:b2754ff46a3a68a97d2389624e07d8838c92679835a48c96fcc13dc36eb4fac4 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:16:28.789Z] ===================================================== [Pipeline] echo [2023-03-10T16:16:28.794Z] taggedImages: [2023-03-10T16:16:28.794Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:28.794Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-10T16:16:28.794Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.89 [2023-03-10T16:16:28.794Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:28.794Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-10T16:16:28.809Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-10T16:16:28.809Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:28.809Z] latest [2023-03-10T16:16:28.809Z] 3.0.0-dev.89 [2023-03-10T16:16:28.809Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:28.809Z] main [2023-03-10T16:16:28.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:29.138Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:29.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:29.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T16:16:29.479Z] 6c06d901a728: Preparing [2023-03-10T16:16:29.479Z] 994a4c81ca19: Preparing [2023-03-10T16:16:29.479Z] 3a89c47587d1: Preparing [2023-03-10T16:16:29.479Z] fae370310e70: Preparing [2023-03-10T16:16:29.479Z] 2a8f5ea1fc53: Preparing [2023-03-10T16:16:29.479Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:29.479Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:29.745Z] 994a4c81ca19: Pushed [2023-03-10T16:16:29.745Z] 3a89c47587d1: Pushed [2023-03-10T16:16:29.745Z] 6c06d901a728: Pushed [2023-03-10T16:16:29.745Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:30.325Z] 2a8f5ea1fc53: Pushed [2023-03-10T16:16:45.315Z] fae370310e70: Pushed [2023-03-10T16:16:45.582Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:941f690281403d5a50475caf506825b08c62cff9b978cd7ba4cb0e5e6d3053b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:45.918Z] + 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-10T16:16:46.251Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-10T16:16:46.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T16:16:46.251Z] 6c06d901a728: Preparing [2023-03-10T16:16:46.251Z] 994a4c81ca19: Preparing [2023-03-10T16:16:46.251Z] 3a89c47587d1: Preparing [2023-03-10T16:16:46.251Z] fae370310e70: Preparing [2023-03-10T16:16:46.251Z] 2a8f5ea1fc53: Preparing [2023-03-10T16:16:46.251Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:46.251Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:46.251Z] 6c06d901a728: Layer already exists [2023-03-10T16:16:46.251Z] 2a8f5ea1fc53: Layer already exists [2023-03-10T16:16:46.251Z] 3a89c47587d1: Layer already exists [2023-03-10T16:16:46.251Z] fae370310e70: Layer already exists [2023-03-10T16:16:46.251Z] 994a4c81ca19: Layer already exists [2023-03-10T16:16:46.251Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:46.517Z] latest: digest: sha256:941f690281403d5a50475caf506825b08c62cff9b978cd7ba4cb0e5e6d3053b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:46.892Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:47.236Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.89 [2023-03-10T16:16:47.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T16:16:47.236Z] 6c06d901a728: Preparing [2023-03-10T16:16:47.236Z] 994a4c81ca19: Preparing [2023-03-10T16:16:47.236Z] 3a89c47587d1: Preparing [2023-03-10T16:16:47.236Z] fae370310e70: Preparing [2023-03-10T16:16:47.236Z] 2a8f5ea1fc53: Preparing [2023-03-10T16:16:47.236Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:47.236Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:47.236Z] 994a4c81ca19: Layer already exists [2023-03-10T16:16:47.236Z] 2a8f5ea1fc53: Layer already exists [2023-03-10T16:16:47.236Z] 6c06d901a728: Layer already exists [2023-03-10T16:16:47.236Z] 3a89c47587d1: Layer already exists [2023-03-10T16:16:47.236Z] fae370310e70: Layer already exists [2023-03-10T16:16:47.236Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:47.506Z] 3.0.0-dev.89: digest: sha256:941f690281403d5a50475caf506825b08c62cff9b978cd7ba4cb0e5e6d3053b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:47.860Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:48.204Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:48.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T16:16:48.204Z] 6c06d901a728: Preparing [2023-03-10T16:16:48.204Z] 994a4c81ca19: Preparing [2023-03-10T16:16:48.204Z] 3a89c47587d1: Preparing [2023-03-10T16:16:48.204Z] fae370310e70: Preparing [2023-03-10T16:16:48.204Z] 2a8f5ea1fc53: Preparing [2023-03-10T16:16:48.204Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:48.204Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:48.204Z] fae370310e70: Layer already exists [2023-03-10T16:16:48.204Z] 994a4c81ca19: Layer already exists [2023-03-10T16:16:48.204Z] 2a8f5ea1fc53: Layer already exists [2023-03-10T16:16:48.204Z] 3a89c47587d1: Layer already exists [2023-03-10T16:16:48.204Z] 6c06d901a728: Layer already exists [2023-03-10T16:16:48.204Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:48.472Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:941f690281403d5a50475caf506825b08c62cff9b978cd7ba4cb0e5e6d3053b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:48.809Z] + 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-10T16:16:49.143Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-10T16:16:49.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-10T16:16:49.143Z] 6c06d901a728: Preparing [2023-03-10T16:16:49.143Z] 994a4c81ca19: Preparing [2023-03-10T16:16:49.143Z] 3a89c47587d1: Preparing [2023-03-10T16:16:49.143Z] fae370310e70: Preparing [2023-03-10T16:16:49.143Z] 2a8f5ea1fc53: Preparing [2023-03-10T16:16:49.143Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:49.143Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:49.143Z] 2a8f5ea1fc53: Layer already exists [2023-03-10T16:16:49.143Z] 6c06d901a728: Layer already exists [2023-03-10T16:16:49.143Z] 3a89c47587d1: Layer already exists [2023-03-10T16:16:49.143Z] fae370310e70: Layer already exists [2023-03-10T16:16:49.143Z] 994a4c81ca19: Layer already exists [2023-03-10T16:16:49.143Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:49.411Z] main: digest: sha256:941f690281403d5a50475caf506825b08c62cff9b978cd7ba4cb0e5e6d3053b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:16:49.452Z] ===================================================== [Pipeline] echo [2023-03-10T16:16:49.457Z] taggedImages: [2023-03-10T16:16:49.457Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:49.457Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-10T16:16:49.457Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.89 [2023-03-10T16:16:49.457Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:49.457Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-10T16:16:49.471Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-10T16:16:49.471Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:49.471Z] latest [2023-03-10T16:16:49.471Z] 3.0.0-dev.89 [2023-03-10T16:16:49.471Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:16:49.471Z] main [2023-03-10T16:16:49.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:49.798Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:16:50.131Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:16:50.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T16:16:50.131Z] e931478abcb7: Preparing [2023-03-10T16:16:50.131Z] 9f87b28bc9da: Preparing [2023-03-10T16:16:50.131Z] fc2bca3649df: Preparing [2023-03-10T16:16:50.131Z] 862d20e9cee7: Preparing [2023-03-10T16:16:50.131Z] ce96d383bd9f: Preparing [2023-03-10T16:16:50.131Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:16:50.131Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:16:50.131Z] ce96d383bd9f: Layer already exists [2023-03-10T16:16:50.397Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:16:50.397Z] 9f87b28bc9da: Pushed [2023-03-10T16:16:50.397Z] e931478abcb7: Pushed [2023-03-10T16:16:50.397Z] fc2bca3649df: Pushed [2023-03-10T16:17:08.599Z] 862d20e9cee7: Pushed [2023-03-10T16:17:08.599Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:efed844b959579f681340167d845f9c19c648713c55dc25f762c6ba5bb404dfa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:08.934Z] + 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-10T16:17:09.264Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-10T16:17:09.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T16:17:09.264Z] e931478abcb7: Preparing [2023-03-10T16:17:09.264Z] 9f87b28bc9da: Preparing [2023-03-10T16:17:09.264Z] fc2bca3649df: Preparing [2023-03-10T16:17:09.264Z] 862d20e9cee7: Preparing [2023-03-10T16:17:09.264Z] ce96d383bd9f: Preparing [2023-03-10T16:17:09.264Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:17:09.264Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:17:09.264Z] ce96d383bd9f: Layer already exists [2023-03-10T16:17:09.264Z] fc2bca3649df: Layer already exists [2023-03-10T16:17:09.264Z] 9f87b28bc9da: Layer already exists [2023-03-10T16:17:09.264Z] 862d20e9cee7: Layer already exists [2023-03-10T16:17:09.264Z] e931478abcb7: Layer already exists [2023-03-10T16:17:09.264Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:17:09.530Z] latest: digest: sha256:efed844b959579f681340167d845f9c19c648713c55dc25f762c6ba5bb404dfa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:09.865Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:10.200Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.89 [2023-03-10T16:17:10.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T16:17:10.200Z] e931478abcb7: Preparing [2023-03-10T16:17:10.200Z] 9f87b28bc9da: Preparing [2023-03-10T16:17:10.200Z] fc2bca3649df: Preparing [2023-03-10T16:17:10.200Z] 862d20e9cee7: Preparing [2023-03-10T16:17:10.200Z] ce96d383bd9f: Preparing [2023-03-10T16:17:10.200Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:17:10.200Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:17:10.200Z] 862d20e9cee7: Layer already exists [2023-03-10T16:17:10.200Z] ce96d383bd9f: Layer already exists [2023-03-10T16:17:10.200Z] 9f87b28bc9da: Layer already exists [2023-03-10T16:17:10.200Z] fc2bca3649df: Layer already exists [2023-03-10T16:17:10.200Z] e931478abcb7: Layer already exists [2023-03-10T16:17:10.200Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:17:10.200Z] 3.0.0-dev.89: digest: sha256:efed844b959579f681340167d845f9c19c648713c55dc25f762c6ba5bb404dfa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:10.806Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:11.145Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:11.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T16:17:11.145Z] e931478abcb7: Preparing [2023-03-10T16:17:11.145Z] 9f87b28bc9da: Preparing [2023-03-10T16:17:11.145Z] fc2bca3649df: Preparing [2023-03-10T16:17:11.145Z] 862d20e9cee7: Preparing [2023-03-10T16:17:11.145Z] ce96d383bd9f: Preparing [2023-03-10T16:17:11.145Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:17:11.145Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:17:11.145Z] fc2bca3649df: Layer already exists [2023-03-10T16:17:11.145Z] 862d20e9cee7: Layer already exists [2023-03-10T16:17:11.145Z] 9f87b28bc9da: Layer already exists [2023-03-10T16:17:11.145Z] ce96d383bd9f: Layer already exists [2023-03-10T16:17:11.145Z] e931478abcb7: Layer already exists [2023-03-10T16:17:11.145Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:17:11.414Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:efed844b959579f681340167d845f9c19c648713c55dc25f762c6ba5bb404dfa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:11.751Z] + 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-10T16:17:12.087Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-10T16:17:12.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-10T16:17:12.087Z] e931478abcb7: Preparing [2023-03-10T16:17:12.087Z] 9f87b28bc9da: Preparing [2023-03-10T16:17:12.087Z] fc2bca3649df: Preparing [2023-03-10T16:17:12.087Z] 862d20e9cee7: Preparing [2023-03-10T16:17:12.087Z] ce96d383bd9f: Preparing [2023-03-10T16:17:12.087Z] a8cfdf0cc8ec: Preparing [2023-03-10T16:17:12.087Z] a8cfdf0cc8ec: Waiting [2023-03-10T16:17:12.087Z] 862d20e9cee7: Layer already exists [2023-03-10T16:17:12.087Z] e931478abcb7: Layer already exists [2023-03-10T16:17:12.088Z] ce96d383bd9f: Layer already exists [2023-03-10T16:17:12.088Z] fc2bca3649df: Layer already exists [2023-03-10T16:17:12.088Z] 9f87b28bc9da: Layer already exists [2023-03-10T16:17:12.088Z] a8cfdf0cc8ec: Layer already exists [2023-03-10T16:17:12.354Z] main: digest: sha256:efed844b959579f681340167d845f9c19c648713c55dc25f762c6ba5bb404dfa size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:17:12.396Z] ===================================================== [Pipeline] echo [2023-03-10T16:17:12.402Z] taggedImages: [2023-03-10T16:17:12.402Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:17:12.402Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-10T16:17:12.402Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.89 [2023-03-10T16:17:12.402Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:12.402Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-10T16:17:12.415Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-10T16:17:12.415Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:17:12.415Z] latest [2023-03-10T16:17:12.415Z] 3.0.0-dev.89 [2023-03-10T16:17:12.415Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:12.415Z] main [2023-03-10T16:17:12.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:12.748Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:13.086Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:17:13.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T16:17:13.086Z] 6d647b34b34a: Preparing [2023-03-10T16:17:13.086Z] af0cd34662fc: Preparing [2023-03-10T16:17:13.086Z] e07e9f185e2c: Preparing [2023-03-10T16:17:13.086Z] 98372cbba8a9: Preparing [2023-03-10T16:17:13.086Z] f70ee36035b9: Preparing [2023-03-10T16:17:13.086Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:13.086Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:13.352Z] 6d647b34b34a: Pushed [2023-03-10T16:17:13.618Z] 98372cbba8a9: Pushed [2023-03-10T16:17:21.792Z] af0cd34662fc: Pushed [2023-03-10T16:17:21.792Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:e8646e2ecffebe802caa580e408477d41a066326f961772c12c2d5ba832a6af8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:22.139Z] + 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-10T16:17:22.479Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-10T16:17:22.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T16:17:22.479Z] 6d647b34b34a: Preparing [2023-03-10T16:17:22.479Z] af0cd34662fc: Preparing [2023-03-10T16:17:22.479Z] e07e9f185e2c: Preparing [2023-03-10T16:17:22.479Z] 98372cbba8a9: Preparing [2023-03-10T16:17:22.479Z] f70ee36035b9: Preparing [2023-03-10T16:17:22.479Z] af0cd34662fc: Layer already exists [2023-03-10T16:17:22.479Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:22.479Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:22.479Z] 6d647b34b34a: Layer already exists [2023-03-10T16:17:22.479Z] 98372cbba8a9: Layer already exists [2023-03-10T16:17:22.479Z] latest: digest: sha256:e8646e2ecffebe802caa580e408477d41a066326f961772c12c2d5ba832a6af8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:23.081Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:23.417Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.89 [2023-03-10T16:17:23.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T16:17:23.417Z] 6d647b34b34a: Preparing [2023-03-10T16:17:23.417Z] af0cd34662fc: Preparing [2023-03-10T16:17:23.417Z] e07e9f185e2c: Preparing [2023-03-10T16:17:23.417Z] 98372cbba8a9: Preparing [2023-03-10T16:17:23.417Z] f70ee36035b9: Preparing [2023-03-10T16:17:23.417Z] af0cd34662fc: Layer already exists [2023-03-10T16:17:23.417Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:23.417Z] 6d647b34b34a: Layer already exists [2023-03-10T16:17:23.417Z] 98372cbba8a9: Layer already exists [2023-03-10T16:17:23.417Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:23.417Z] 3.0.0-dev.89: digest: sha256:e8646e2ecffebe802caa580e408477d41a066326f961772c12c2d5ba832a6af8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:24.022Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:24.352Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:24.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T16:17:24.352Z] 6d647b34b34a: Preparing [2023-03-10T16:17:24.352Z] af0cd34662fc: Preparing [2023-03-10T16:17:24.352Z] e07e9f185e2c: Preparing [2023-03-10T16:17:24.352Z] 98372cbba8a9: Preparing [2023-03-10T16:17:24.352Z] f70ee36035b9: Preparing [2023-03-10T16:17:24.352Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:24.352Z] 6d647b34b34a: Layer already exists [2023-03-10T16:17:24.352Z] 98372cbba8a9: Layer already exists [2023-03-10T16:17:24.352Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:24.352Z] af0cd34662fc: Layer already exists [2023-03-10T16:17:24.352Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:e8646e2ecffebe802caa580e408477d41a066326f961772c12c2d5ba832a6af8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:24.961Z] + 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-10T16:17:25.295Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-10T16:17:25.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-10T16:17:25.295Z] 6d647b34b34a: Preparing [2023-03-10T16:17:25.295Z] af0cd34662fc: Preparing [2023-03-10T16:17:25.295Z] e07e9f185e2c: Preparing [2023-03-10T16:17:25.295Z] 98372cbba8a9: Preparing [2023-03-10T16:17:25.295Z] f70ee36035b9: Preparing [2023-03-10T16:17:25.295Z] af0cd34662fc: Layer already exists [2023-03-10T16:17:25.295Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:25.295Z] 6d647b34b34a: Layer already exists [2023-03-10T16:17:25.295Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:25.295Z] 98372cbba8a9: Layer already exists [2023-03-10T16:17:25.563Z] main: digest: sha256:e8646e2ecffebe802caa580e408477d41a066326f961772c12c2d5ba832a6af8 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:17:25.606Z] ===================================================== [Pipeline] echo [2023-03-10T16:17:25.611Z] taggedImages: [2023-03-10T16:17:25.611Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:17:25.611Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-10T16:17:25.611Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.89 [2023-03-10T16:17:25.611Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:25.611Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-10T16:17:25.625Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-10T16:17:25.625Z] 043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:17:25.625Z] latest [2023-03-10T16:17:25.625Z] 3.0.0-dev.89 [2023-03-10T16:17:25.625Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:25.625Z] main [2023-03-10T16:17:25.625Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:25.960Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:26.303Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:17:26.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T16:17:26.303Z] f6e604393ae9: Preparing [2023-03-10T16:17:26.303Z] 46b8e10099d8: Preparing [2023-03-10T16:17:26.303Z] e07e9f185e2c: Preparing [2023-03-10T16:17:26.303Z] 27d09ba8be4a: Preparing [2023-03-10T16:17:26.303Z] f70ee36035b9: Preparing [2023-03-10T16:17:26.571Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:17:26.571Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:26.571Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:26.571Z] f6e604393ae9: Pushed [2023-03-10T16:17:33.235Z] 46b8e10099d8: Pushed [2023-03-10T16:17:33.235Z] 043fa686f8a02e278cd41aaac36cec872310d2a4: digest: sha256:b0270eafb157671ac3ce7734260323e0b93c282b0469e6bb50b6c15973e1aee9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:33.584Z] + 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-10T16:17:33.930Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-10T16:17:33.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T16:17:33.930Z] f6e604393ae9: Preparing [2023-03-10T16:17:33.930Z] 46b8e10099d8: Preparing [2023-03-10T16:17:33.930Z] e07e9f185e2c: Preparing [2023-03-10T16:17:33.930Z] 27d09ba8be4a: Preparing [2023-03-10T16:17:33.930Z] f70ee36035b9: Preparing [2023-03-10T16:17:33.930Z] 46b8e10099d8: Layer already exists [2023-03-10T16:17:33.930Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:33.930Z] f6e604393ae9: Layer already exists [2023-03-10T16:17:33.930Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:17:33.930Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:34.198Z] latest: digest: sha256:b0270eafb157671ac3ce7734260323e0b93c282b0469e6bb50b6c15973e1aee9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:34.547Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:34.893Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.89 [2023-03-10T16:17:34.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T16:17:34.893Z] f6e604393ae9: Preparing [2023-03-10T16:17:34.893Z] 46b8e10099d8: Preparing [2023-03-10T16:17:34.893Z] e07e9f185e2c: Preparing [2023-03-10T16:17:34.893Z] 27d09ba8be4a: Preparing [2023-03-10T16:17:34.893Z] f70ee36035b9: Preparing [2023-03-10T16:17:34.893Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:17:34.893Z] 46b8e10099d8: Layer already exists [2023-03-10T16:17:34.893Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:34.893Z] f6e604393ae9: Layer already exists [2023-03-10T16:17:34.893Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:35.159Z] 3.0.0-dev.89: digest: sha256:b0270eafb157671ac3ce7734260323e0b93c282b0469e6bb50b6c15973e1aee9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:35.499Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:35.834Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:35.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T16:17:35.834Z] f6e604393ae9: Preparing [2023-03-10T16:17:35.834Z] 46b8e10099d8: Preparing [2023-03-10T16:17:35.834Z] e07e9f185e2c: Preparing [2023-03-10T16:17:35.834Z] 27d09ba8be4a: Preparing [2023-03-10T16:17:35.834Z] f70ee36035b9: Preparing [2023-03-10T16:17:35.834Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:17:35.834Z] f6e604393ae9: Layer already exists [2023-03-10T16:17:35.834Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:35.834Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:35.834Z] 46b8e10099d8: Layer already exists [2023-03-10T16:17:36.102Z] 043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89: digest: sha256:b0270eafb157671ac3ce7734260323e0b93c282b0469e6bb50b6c15973e1aee9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:36.443Z] + 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-10T16:17:36.782Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-10T16:17:36.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-10T16:17:36.782Z] f6e604393ae9: Preparing [2023-03-10T16:17:36.782Z] 46b8e10099d8: Preparing [2023-03-10T16:17:36.782Z] e07e9f185e2c: Preparing [2023-03-10T16:17:36.782Z] 27d09ba8be4a: Preparing [2023-03-10T16:17:36.782Z] f70ee36035b9: Preparing [2023-03-10T16:17:36.782Z] f70ee36035b9: Layer already exists [2023-03-10T16:17:36.782Z] 27d09ba8be4a: Layer already exists [2023-03-10T16:17:36.782Z] 46b8e10099d8: Layer already exists [2023-03-10T16:17:36.782Z] e07e9f185e2c: Layer already exists [2023-03-10T16:17:36.782Z] f6e604393ae9: Layer already exists [2023-03-10T16:17:37.051Z] main: digest: sha256:b0270eafb157671ac3ce7734260323e0b93c282b0469e6bb50b6c15973e1aee9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-10T16:17:37.101Z] ===================================================== [Pipeline] echo [2023-03-10T16:17:37.107Z] taggedImages: [2023-03-10T16:17:37.107Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4 [2023-03-10T16:17:37.107Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-10T16:17:37.107Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.89 [2023-03-10T16:17:37.107Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:043fa686f8a02e278cd41aaac36cec872310d2a4-3.0.0-dev.89 [2023-03-10T16:17:37.107Z] - 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-10T16:17:37.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T16:17:37.466Z] [2023-03-10T16:17:37.466Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:17:37.797Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T16:17:38.066Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T16:17:38.066Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T16:17:38.066Z] 04944245beec: Pulling fs layer [2023-03-10T16:17:38.066Z] 699f458cf7ca: Pulling fs layer [2023-03-10T16:17:38.066Z] 765212b225bb: Pulling fs layer [2023-03-10T16:17:38.066Z] f23df028b6ca: Pulling fs layer [2023-03-10T16:17:38.066Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T16:17:38.066Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T16:17:38.066Z] d65c8cfc05b1: Waiting [2023-03-10T16:17:38.066Z] 2437ff75d9bd: Waiting [2023-03-10T16:17:38.066Z] 765212b225bb: Waiting [2023-03-10T16:17:38.066Z] 04944245beec: Verifying Checksum [2023-03-10T16:17:38.066Z] 04944245beec: Download complete [2023-03-10T16:17:38.066Z] 765212b225bb: Download complete [2023-03-10T16:17:38.066Z] f23df028b6ca: Download complete [2023-03-10T16:17:38.066Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T16:17:38.066Z] d65c8cfc05b1: Download complete [2023-03-10T16:17:38.337Z] 699f458cf7ca: Verifying Checksum [2023-03-10T16:17:38.337Z] 699f458cf7ca: Download complete [2023-03-10T16:17:38.605Z] 8998bd30e6a1: Verifying Checksum [2023-03-10T16:17:38.605Z] 8998bd30e6a1: Download complete [2023-03-10T16:17:41.182Z] 2437ff75d9bd: Verifying Checksum [2023-03-10T16:17:41.182Z] 2437ff75d9bd: Download complete [2023-03-10T16:17:43.122Z] 8998bd30e6a1: Pull complete [2023-03-10T16:17:43.389Z] 04944245beec: Pull complete [2023-03-10T16:17:44.815Z] 699f458cf7ca: Pull complete [2023-03-10T16:17:44.815Z] 765212b225bb: Pull complete [2023-03-10T16:17:45.775Z] f23df028b6ca: Pull complete [2023-03-10T16:17:46.040Z] d65c8cfc05b1: Pull complete [2023-03-10T16:18:01.019Z] 2437ff75d9bd: Pull complete [2023-03-10T16:18:01.019Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T16:18:01.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T16:18:01.019Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T16:18:01.254Z] prd-ubuntu20.04-docker-arm64-4c-16g-9629 does not seem to be running inside a container [2023-03-10T16:18:01.332Z] $ 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/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@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-10T16:18:04.665Z] $ docker top 245a94f1b12fc87e3a1fc485e4a9a4e0df7f1f64a8e27ef3f377a11713167dad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:18:05.617Z] ---> job-cost.sh [2023-03-10T16:18:05.617Z] lf-activate-venv: SKIPPING [2023-03-10T16:18:05.617Z] INFO: No Stack... [2023-03-10T16:18:06.201Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T16:18:07.163Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T16:18:07.803Z] + cat /w/workspace/edgex-go/451/archives/cost.csv [2023-03-10T16:18:07.803Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T16:18:07.842Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-451-stack-cost] [2023-03-10T16:18:07.848Z] Resource [jenkins-edgexfoundry-edgex-go-main-451-stack-cost] did not exist. Created. [2023-03-10T16:18:07.848Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-451-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T16:18:08.177Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T16:18:09.176Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T16:18:09.183Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-451-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T16:18:09.208Z] $ docker stop --time=1 245a94f1b12fc87e3a1fc485e4a9a4e0df7f1f64a8e27ef3f377a11713167dad [2023-03-10T16:18:10.741Z] $ docker rm -f --volumes 245a94f1b12fc87e3a1fc485e4a9a4e0df7f1f64a8e27ef3f377a11713167dad [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-10T16:18:11.182Z] provisioning config files... [2023-03-10T16:18:11.189Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/451@tmp/config777686390085546429tmp [Pipeline] { [Pipeline] sh [2023-03-10T16:18:11.476Z] + set +x [2023-03-10T16:18:11.476Z] + + curl -s https://codecov.io/bash [2023-03-10T16:18:11.476Z] bash -s -- [2023-03-10T16:18:11.476Z] [2023-03-10T16:18:11.476Z] _____ _ [2023-03-10T16:18:11.476Z] / ____| | | [2023-03-10T16:18:11.476Z] | | ___ __| | ___ ___ _____ __ [2023-03-10T16:18:11.476Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-10T16:18:11.476Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-10T16:18:11.476Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-10T16:18:11.476Z] Bash-1.0.6 [2023-03-10T16:18:11.476Z] [2023-03-10T16:18:11.476Z] [2023-03-10T16:18:11.476Z] ==> git version 2.25.1 found [2023-03-10T16:18:11.476Z] ==> 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-10T16:18:11.476Z] Release-Date: 2020-01-08 [2023-03-10T16:18:11.476Z] 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-10T16:18:11.476Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-10T16:18:11.476Z] ==> Jenkins CI detected. [2023-03-10T16:18:11.476Z] current dir:  /w/workspace/edgex-go/451 [2023-03-10T16:18:11.476Z] project root: . [2023-03-10T16:18:11.476Z] --> token set from env [2023-03-10T16:18:11.476Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-10T16:18:11.476Z] ==> Running gcov in . (disable via -X gcov) [2023-03-10T16:18:11.476Z] ==> Python coveragepy not found [2023-03-10T16:18:11.476Z] ==> Searching for coverage reports in: [2023-03-10T16:18:11.476Z] + . [2023-03-10T16:18:11.735Z] -> Found 1 reports [2023-03-10T16:18:11.735Z] ==> Detecting git/mercurial file structure [2023-03-10T16:18:11.735Z] ==> Reading reports [2023-03-10T16:18:11.735Z] + ./coverage.out bytes=447487 [2023-03-10T16:18:11.735Z] ==> Appending adjustments [2023-03-10T16:18:11.735Z] https://docs.codecov.io/docs/fixing-reports [2023-03-10T16:18:12.671Z] + Found adjustments [2023-03-10T16:18:12.671Z] ==> Gzipping contents [2023-03-10T16:18:12.671Z] 60K /tmp/codecov.VeECdk.gz [2023-03-10T16:18:12.671Z] ==> Uploading reports [2023-03-10T16:18:12.671Z] url: https://codecov.io [2023-03-10T16:18:12.671Z] query: branch=main&commit=043fa686f8a02e278cd41aaac36cec872310d2a4&build=451&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F451%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T16:18:12.671Z] -> Pinging Codecov [2023-03-10T16:18:12.671Z] 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=043fa686f8a02e278cd41aaac36cec872310d2a4&build=451&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F451%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T16:18:12.929Z] -> Uploading to [2023-03-10T16:18:12.929Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-10/00271124DB129430A58F1EEE437C3FCB/043fa686f8a02e278cd41aaac36cec872310d2a4/adf0ce01-c421-41d6-a3ce-bf7168424b0d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T161812Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eff3e72f37009e38dbe166b76c807946c252b17ea50827eacd64131c0f9a95e8 [2023-03-10T16:18:12.929Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T16:18:12.929Z] Dload Upload Total Spent Left Speed [2023-03-10T16:18:13.188Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58272 0 0 100 58272 0 194k --:--:-- --:--:-- --:--:-- 194k [2023-03-10T16:18:13.188Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/043fa686f8a02e278cd41aaac36cec872310d2a4 [Pipeline] } [2023-03-10T16:18:13.195Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-10T16:18:13.393Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-10T16:18:13.403Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:18:13.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T16:18:13.695Z] [2023-03-10T16:18:13.695Z] 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-10T16:18:14.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T16:18:14.003Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-10T16:18:14.003Z] df9b9388f04a: Pulling fs layer [2023-03-10T16:18:14.003Z] 52dc419b0ee2: Pulling fs layer [2023-03-10T16:18:14.003Z] 25bc292e5bac: Pulling fs layer [2023-03-10T16:18:14.003Z] 114826534d7a: Pulling fs layer [2023-03-10T16:18:14.003Z] 4657fd5d0bcf: Pulling fs layer [2023-03-10T16:18:14.003Z] 6ad1cebc031e: Pulling fs layer [2023-03-10T16:18:14.003Z] 8a3aa393b2d8: Pulling fs layer [2023-03-10T16:18:14.003Z] 4657fd5d0bcf: Waiting [2023-03-10T16:18:14.003Z] 6ad1cebc031e: Waiting [2023-03-10T16:18:14.003Z] 8a3aa393b2d8: Waiting [2023-03-10T16:18:14.003Z] 25bc292e5bac: Verifying Checksum [2023-03-10T16:18:14.003Z] 25bc292e5bac: Download complete [2023-03-10T16:18:14.003Z] 52dc419b0ee2: Verifying Checksum [2023-03-10T16:18:14.003Z] 52dc419b0ee2: Download complete [2023-03-10T16:18:14.003Z] 4657fd5d0bcf: Verifying Checksum [2023-03-10T16:18:14.003Z] 4657fd5d0bcf: Download complete [2023-03-10T16:18:14.003Z] df9b9388f04a: Download complete [2023-03-10T16:18:14.265Z] df9b9388f04a: Pull complete [2023-03-10T16:18:14.265Z] 52dc419b0ee2: Pull complete [2023-03-10T16:18:14.265Z] 6ad1cebc031e: Verifying Checksum [2023-03-10T16:18:14.265Z] 6ad1cebc031e: Download complete [2023-03-10T16:18:14.525Z] 25bc292e5bac: Pull complete [2023-03-10T16:18:15.092Z] 114826534d7a: Verifying Checksum [2023-03-10T16:18:15.092Z] 114826534d7a: Download complete [2023-03-10T16:18:15.092Z] 8a3aa393b2d8: Verifying Checksum [2023-03-10T16:18:15.092Z] 8a3aa393b2d8: Download complete [2023-03-10T16:18:18.369Z] 114826534d7a: Pull complete [2023-03-10T16:18:18.369Z] 4657fd5d0bcf: Pull complete [2023-03-10T16:18:18.935Z] 6ad1cebc031e: Pull complete [2023-03-10T16:18:22.214Z] 8a3aa393b2d8: Pull complete [2023-03-10T16:18:22.214Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-10T16:18:22.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T16:18:22.214Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T16:18:22.298Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T16:18:22.323Z] $ 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/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-10T16:18:23.997Z] $ docker top a3811c29fd5d110f745a7864c92311c0683cbeab9aa07780535f195e089c3189 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T16:18:24.066Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-10T16:18:24.343Z] + set -o pipefail [2023-03-10T16:18:24.343Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-10T16:18:30.918Z] [2023-03-10T16:18:30.918Z] Monitoring /w/workspace/edgex-go/451 (github.com/edgexfoundry/edgex-go)... [2023-03-10T16:18:30.918Z] [2023-03-10T16:18:30.918Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/70704c6c-da03-493d-b25c-6a487ae9765b [2023-03-10T16:18:30.918Z] [2023-03-10T16:18:30.918Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-10T16:18:30.918Z] [2023-03-10T16:18:30.918Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-10T16:18:30.918Z] [2023-03-10T16:18:30.918Z] [2023-03-10T16:18:30.918Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-10T16:18:30.918Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-10T16:18:30.918Z] More details here: https://snyk.co/ue1NS [2023-03-10T16:18:30.918Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-10T16:18:30.918Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-10T16:18:30.928Z] $ docker stop --time=1 a3811c29fd5d110f745a7864c92311c0683cbeab9aa07780535f195e089c3189 [2023-03-10T16:18:32.970Z] $ docker rm -f --volumes a3811c29fd5d110f745a7864c92311c0683cbeab9aa07780535f195e089c3189 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-10T16:18:33.309Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T16:18:33.319Z] provisioning config files... [2023-03-10T16:18:33.325Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/451@tmp/config5494731633558552507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:18:33.616Z] --> edgex-publish-swagger.sh [2023-03-10T16:18:33.616Z] === Publish openapi/v3 API === [2023-03-10T16:18:33.616Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-10T16:18:33.616Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/451/openapi/v3/core-command.yaml] [2023-03-10T16:18:33.616Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T16:18:33.616Z] Dload Upload Total Spent Left Speed [2023-03-10T16:18:34.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 125k --:--:-- --:--:-- --:--:-- 125k 100 29030 0 0 100 29030 0 52974 --:--:-- --:--:-- --:--:-- 52877 [2023-03-10T16:18:34.182Z] [2023-03-10T16:18:34.182Z] [2023-03-10T16:18:34.182Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/451/openapi/v3/core-data.yaml] [2023-03-10T16:18:34.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T16:18:34.182Z] Dload Upload Total Spent Left Speed [2023-03-10T16:18:34.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 134k --:--:-- --:--:-- --:--:-- 134k [2023-03-10T16:18:34.441Z] [2023-03-10T16:18:34.441Z] [2023-03-10T16:18:34.441Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/451/openapi/v3/core-metadata.yaml] [2023-03-10T16:18:34.699Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T16:18:34.699Z] Dload Upload Total Spent Left Speed [2023-03-10T16:18:35.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 1564k --:--:-- --:--:-- --:--:-- 1547k 100 140k 0 0 100 140k 0 248k --:--:-- --:--:-- --:--:-- 247k [2023-03-10T16:18:35.266Z] [2023-03-10T16:18:35.266Z] [2023-03-10T16:18:35.266Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/451/openapi/v3/support-notifications.yaml] [2023-03-10T16:18:35.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T16:18:35.266Z] Dload Upload Total Spent Left Speed [2023-03-10T16:18:35.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 161k --:--:-- --:--:-- --:--:-- 160k 100 86965 0 0 100 86965 0 161k --:--:-- --:--:-- --:--:-- 160k [2023-03-10T16:18:35.834Z] [2023-03-10T16:18:35.834Z] [2023-03-10T16:18:35.834Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/451/openapi/v3/support-scheduler.yaml] [2023-03-10T16:18:35.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T16:18:35.834Z] Dload Upload Total Spent Left Speed [2023-03-10T16:18:36.095Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 71430 --:--:-- --:--:-- --:--:-- 71430 [2023-03-10T16:18:36.095Z] [2023-03-10T16:18:36.095Z] [Pipeline] } [2023-03-10T16:18:36.102Z] 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-10T16:18:36.511Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T16:18:36.511Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:18:36.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T16:18:36.808Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T16:18:36.877Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T16:18:36.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T16:18:37.306Z] $ docker top 8abb432fd2b9c402ff36785f7e3ff982ae8a03782f078b2b3fe5827ffcc2d590 -eo pid,comm [2023-03-10T16:18:37.358Z] 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-10T16:18:37.358Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T16:18:37.393Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T16:18:37.393Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T16:18:37.509Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T16:18:37.511Z] $ docker exec 8abb432fd2b9c402ff36785f7e3ff982ae8a03782f078b2b3fe5827ffcc2d590 ssh-agent [2023-03-10T16:18:37.621Z] SSH_AUTH_SOCK=/tmp/ssh-PPFBB5nzMeoP/agent.33 [2023-03-10T16:18:37.621Z] SSH_AGENT_PID=40 [2023-03-10T16:18:37.626Z] Running ssh-add (command line suppressed) [2023-03-10T16:18:37.737Z] Identity added: /w/workspace/edgex-go/451@tmp/private_key_15152974137278276771.key (/w/workspace/edgex-go/451@tmp/private_key_15152974137278276771.key) [2023-03-10T16:18:37.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T16:18:38.034Z] + git semver tag [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,205 [run_tag] DEBUG tag force:False [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,206 [check_head_tag] DEBUG check head tag [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,208 [execute] INFO git cat-file --batch-check [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,209 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/451, universal_newlines=False, shell=None, istream=) [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,212 [execute] INFO git cat-file --batch [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/451, universal_newlines=False, shell=None, istream=) [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,269 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,269 [execute] INFO git tag -a v3.0.0-dev.89 -m v3.0.0-dev.89 [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,269 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.89', '-m', 'v3.0.0-dev.89'], cwd=/w/workspace/edgex-go/451, universal_newlines=False, shell=None, istream=None) [2023-03-10T16:18:38.293Z] 2023-03-10 16:18:38,274 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T16:18:38.293Z] 3.0.0-dev.89 [Pipeline] } [2023-03-10T16:18:38.301Z] $ docker exec --env ******** --env ******** 8abb432fd2b9c402ff36785f7e3ff982ae8a03782f078b2b3fe5827ffcc2d590 ssh-agent -k [2023-03-10T16:18:38.403Z] unset SSH_AUTH_SOCK; [2023-03-10T16:18:38.403Z] unset SSH_AGENT_PID; [2023-03-10T16:18:38.403Z] echo Agent pid 40 killed; [2023-03-10T16:18:38.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T16:18:38.711Z] + git semver [Pipeline] } [2023-03-10T16:18:38.981Z] $ docker stop --time=1 8abb432fd2b9c402ff36785f7e3ff982ae8a03782f078b2b3fe5827ffcc2d590 [2023-03-10T16:18:40.277Z] $ docker rm -f --volumes 8abb432fd2b9c402ff36785f7e3ff982ae8a03782f078b2b3fe5827ffcc2d590 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:18:40.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T16:18:40.665Z] [2023-03-10T16:18:40.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:18:40.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T16:18:40.966Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-10T16:18:40.966Z] ab5ef0e58194: Pulling fs layer [2023-03-10T16:18:40.966Z] 9712f1f96733: Pulling fs layer [2023-03-10T16:18:40.966Z] 63f879dbbcfc: Pulling fs layer [2023-03-10T16:18:40.966Z] 0d9ebad4ef96: Pulling fs layer [2023-03-10T16:18:40.966Z] e9a5061849ea: Pulling fs layer [2023-03-10T16:18:40.966Z] d747dcd14b5f: Pulling fs layer [2023-03-10T16:18:40.966Z] 0d9ebad4ef96: Waiting [2023-03-10T16:18:40.966Z] e9a5061849ea: Waiting [2023-03-10T16:18:40.966Z] 2de7ff778b66: Pulling fs layer [2023-03-10T16:18:40.966Z] d747dcd14b5f: Waiting [2023-03-10T16:18:40.966Z] 9712f1f96733: Verifying Checksum [2023-03-10T16:18:40.966Z] 9712f1f96733: Download complete [2023-03-10T16:18:41.544Z] 63f879dbbcfc: Verifying Checksum [2023-03-10T16:18:41.544Z] 63f879dbbcfc: Download complete [2023-03-10T16:18:41.802Z] e9a5061849ea: Verifying Checksum [2023-03-10T16:18:41.802Z] e9a5061849ea: Download complete [2023-03-10T16:18:41.802Z] 0d9ebad4ef96: Verifying Checksum [2023-03-10T16:18:41.802Z] 0d9ebad4ef96: Download complete [2023-03-10T16:18:41.802Z] d747dcd14b5f: Verifying Checksum [2023-03-10T16:18:41.802Z] d747dcd14b5f: Download complete [2023-03-10T16:18:41.802Z] ab5ef0e58194: Download complete [2023-03-10T16:18:41.802Z] 2de7ff778b66: Verifying Checksum [2023-03-10T16:18:41.802Z] 2de7ff778b66: Download complete [2023-03-10T16:18:44.328Z] ab5ef0e58194: Pull complete [2023-03-10T16:18:44.328Z] 9712f1f96733: Pull complete [2023-03-10T16:18:44.893Z] 63f879dbbcfc: Pull complete [2023-03-10T16:18:48.176Z] 0d9ebad4ef96: Pull complete [2023-03-10T16:18:48.433Z] e9a5061849ea: Pull complete [2023-03-10T16:18:48.433Z] d747dcd14b5f: Pull complete [2023-03-10T16:18:49.368Z] 2de7ff778b66: Pull complete [2023-03-10T16:18:49.368Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-10T16:18:49.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T16:18:49.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T16:18:49.448Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T16:18:49.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-10T16:18:51.613Z] $ docker top 313b514d65c0afa63706cbf3d3a34b1f1e37ac898ef0415512f4a825f4178b4d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-10T16:18:51.689Z] provisioning config files... [2023-03-10T16:18:51.695Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/451@tmp/config17306457185397730756tmp [2023-03-10T16:18:51.705Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/451@tmp/config14400429861937690307tmp [2023-03-10T16:18:51.714Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/451@tmp/config5158526646267804745tmp [Pipeline] { [Pipeline] echo [2023-03-10T16:18:51.728Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:18:52.007Z] ---> sigul-configuration.sh [2023-03-10T16:18:52.007Z] gpg: directory `/root/.gnupg' created [2023-03-10T16:18:52.007Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-10T16:18:52.007Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-10T16:18:52.007Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-10T16:18:52.007Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-10T16:18:52.007Z] gpg: CAST5 encrypted data [2023-03-10T16:18:52.007Z] gpg: encrypted with 1 passphrase [2023-03-10T16:18:52.007Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-10T16:18:52.292Z] + mkdir /home/jenkins [2023-03-10T16:18:52.292Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-10T16:18:52.577Z] + 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-10T16:18:52.587Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:18:52.869Z] ---> sigul-install.sh [2023-03-10T16:18:52.869Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-10T16:18:53.157Z] + git tag --list [2023-03-10T16:18:53.157Z] 0.6.0 [2023-03-10T16:18:53.157Z] 0.6.1 [2023-03-10T16:18:53.157Z] 0.7.0 [2023-03-10T16:18:53.157Z] 0.7.1 [2023-03-10T16:18:53.157Z] v1.0.0 [2023-03-10T16:18:53.157Z] v1.0.1 [2023-03-10T16:18:53.157Z] v1.1.0 [2023-03-10T16:18:53.157Z] v1.2.0 [2023-03-10T16:18:53.157Z] v1.2.1 [2023-03-10T16:18:53.157Z] v1.3.0 [2023-03-10T16:18:53.157Z] v1.3.1 [2023-03-10T16:18:53.157Z] v2.0.0 [2023-03-10T16:18:53.157Z] v2.1.0 [2023-03-10T16:18:53.157Z] v2.1.1 [2023-03-10T16:18:53.157Z] v2.1.1-dev.1 [2023-03-10T16:18:53.157Z] v2.1.1-dev.2 [2023-03-10T16:18:53.157Z] v2.1.1-dev.3 [2023-03-10T16:18:53.157Z] v2.1.1-dev.4 [2023-03-10T16:18:53.157Z] v2.1.1-dev.5 [2023-03-10T16:18:53.157Z] v2.1.1-dev.6 [2023-03-10T16:18:53.157Z] v2.1.1-dev.7 [2023-03-10T16:18:53.157Z] v2.1.1-dev.8 [2023-03-10T16:18:53.157Z] v2.1.2-dev.1 [2023-03-10T16:18:53.157Z] v2.2.0 [2023-03-10T16:18:53.157Z] v2.2.1-dev.1 [2023-03-10T16:18:53.157Z] v2.2.1-dev.10 [2023-03-10T16:18:53.157Z] v2.2.1-dev.11 [2023-03-10T16:18:53.157Z] v2.2.1-dev.12 [2023-03-10T16:18:53.157Z] v2.2.1-dev.13 [2023-03-10T16:18:53.157Z] v2.2.1-dev.14 [2023-03-10T16:18:53.157Z] v2.2.1-dev.15 [2023-03-10T16:18:53.157Z] v2.2.1-dev.16 [2023-03-10T16:18:53.157Z] v2.2.1-dev.17 [2023-03-10T16:18:53.157Z] v2.2.1-dev.18 [2023-03-10T16:18:53.157Z] v2.2.1-dev.19 [2023-03-10T16:18:53.157Z] v2.2.1-dev.2 [2023-03-10T16:18:53.157Z] v2.2.1-dev.20 [2023-03-10T16:18:53.157Z] v2.2.1-dev.21 [2023-03-10T16:18:53.157Z] v2.2.1-dev.22 [2023-03-10T16:18:53.157Z] v2.2.1-dev.23 [2023-03-10T16:18:53.157Z] v2.2.1-dev.24 [2023-03-10T16:18:53.157Z] v2.2.1-dev.25 [2023-03-10T16:18:53.157Z] v2.2.1-dev.26 [2023-03-10T16:18:53.157Z] v2.2.1-dev.27 [2023-03-10T16:18:53.157Z] v2.2.1-dev.28 [2023-03-10T16:18:53.157Z] v2.2.1-dev.29 [2023-03-10T16:18:53.157Z] v2.2.1-dev.3 [2023-03-10T16:18:53.157Z] v2.2.1-dev.4 [2023-03-10T16:18:53.157Z] v2.2.1-dev.5 [2023-03-10T16:18:53.157Z] v2.2.1-dev.6 [2023-03-10T16:18:53.157Z] v2.2.1-dev.7 [2023-03-10T16:18:53.157Z] v2.2.1-dev.8 [2023-03-10T16:18:53.157Z] v2.2.1-dev.9 [2023-03-10T16:18:53.157Z] v2.3.0 [2023-03-10T16:18:53.157Z] v2.3.0-dev.100 [2023-03-10T16:18:53.157Z] v2.3.0-dev.101 [2023-03-10T16:18:53.157Z] v2.3.0-dev.102 [2023-03-10T16:18:53.157Z] v2.3.0-dev.103 [2023-03-10T16:18:53.157Z] v2.3.0-dev.104 [2023-03-10T16:18:53.157Z] v2.3.0-dev.105 [2023-03-10T16:18:53.157Z] v2.3.0-dev.106 [2023-03-10T16:18:53.157Z] v2.3.0-dev.29 [2023-03-10T16:18:53.157Z] v2.3.0-dev.30 [2023-03-10T16:18:53.157Z] v2.3.0-dev.31 [2023-03-10T16:18:53.157Z] v2.3.0-dev.32 [2023-03-10T16:18:53.157Z] v2.3.0-dev.33 [2023-03-10T16:18:53.157Z] v2.3.0-dev.34 [2023-03-10T16:18:53.157Z] v2.3.0-dev.35 [2023-03-10T16:18:53.157Z] v2.3.0-dev.36 [2023-03-10T16:18:53.157Z] v2.3.0-dev.37 [2023-03-10T16:18:53.157Z] v2.3.0-dev.38 [2023-03-10T16:18:53.157Z] v2.3.0-dev.39 [2023-03-10T16:18:53.157Z] v2.3.0-dev.40 [2023-03-10T16:18:53.157Z] v2.3.0-dev.41 [2023-03-10T16:18:53.157Z] v2.3.0-dev.42 [2023-03-10T16:18:53.157Z] v2.3.0-dev.43 [2023-03-10T16:18:53.157Z] v2.3.0-dev.44 [2023-03-10T16:18:53.157Z] v2.3.0-dev.45 [2023-03-10T16:18:53.157Z] v2.3.0-dev.46 [2023-03-10T16:18:53.157Z] v2.3.0-dev.47 [2023-03-10T16:18:53.157Z] v2.3.0-dev.48 [2023-03-10T16:18:53.157Z] v2.3.0-dev.49 [2023-03-10T16:18:53.157Z] v2.3.0-dev.50 [2023-03-10T16:18:53.157Z] v2.3.0-dev.51 [2023-03-10T16:18:53.157Z] v2.3.0-dev.52 [2023-03-10T16:18:53.157Z] v2.3.0-dev.53 [2023-03-10T16:18:53.157Z] v2.3.0-dev.54 [2023-03-10T16:18:53.157Z] v2.3.0-dev.55 [2023-03-10T16:18:53.157Z] v2.3.0-dev.56 [2023-03-10T16:18:53.157Z] v2.3.0-dev.57 [2023-03-10T16:18:53.157Z] v2.3.0-dev.58 [2023-03-10T16:18:53.157Z] v2.3.0-dev.59 [2023-03-10T16:18:53.157Z] v2.3.0-dev.60 [2023-03-10T16:18:53.157Z] v2.3.0-dev.61 [2023-03-10T16:18:53.157Z] v2.3.0-dev.62 [2023-03-10T16:18:53.157Z] v2.3.0-dev.63 [2023-03-10T16:18:53.157Z] v2.3.0-dev.64 [2023-03-10T16:18:53.157Z] v2.3.0-dev.65 [2023-03-10T16:18:53.157Z] v2.3.0-dev.66 [2023-03-10T16:18:53.157Z] v2.3.0-dev.67 [2023-03-10T16:18:53.157Z] v2.3.0-dev.68 [2023-03-10T16:18:53.157Z] v2.3.0-dev.69 [2023-03-10T16:18:53.157Z] v2.3.0-dev.70 [2023-03-10T16:18:53.157Z] v2.3.0-dev.71 [2023-03-10T16:18:53.157Z] v2.3.0-dev.72 [2023-03-10T16:18:53.157Z] v2.3.0-dev.73 [2023-03-10T16:18:53.157Z] v2.3.0-dev.74 [2023-03-10T16:18:53.157Z] v2.3.0-dev.75 [2023-03-10T16:18:53.157Z] v2.3.0-dev.76 [2023-03-10T16:18:53.157Z] v2.3.0-dev.77 [2023-03-10T16:18:53.157Z] v2.3.0-dev.78 [2023-03-10T16:18:53.157Z] v2.3.0-dev.79 [2023-03-10T16:18:53.157Z] v2.3.0-dev.80 [2023-03-10T16:18:53.157Z] v2.3.0-dev.81 [2023-03-10T16:18:53.157Z] v2.3.0-dev.82 [2023-03-10T16:18:53.157Z] v2.3.0-dev.83 [2023-03-10T16:18:53.157Z] v2.3.0-dev.84 [2023-03-10T16:18:53.157Z] v2.3.0-dev.85 [2023-03-10T16:18:53.157Z] v2.3.0-dev.86 [2023-03-10T16:18:53.157Z] v2.3.0-dev.87 [2023-03-10T16:18:53.157Z] v2.3.0-dev.88 [2023-03-10T16:18:53.157Z] v2.3.0-dev.89 [2023-03-10T16:18:53.157Z] v2.3.0-dev.90 [2023-03-10T16:18:53.157Z] v2.3.0-dev.91 [2023-03-10T16:18:53.157Z] v2.3.0-dev.92 [2023-03-10T16:18:53.157Z] v2.3.0-dev.93 [2023-03-10T16:18:53.157Z] v2.3.0-dev.94 [2023-03-10T16:18:53.157Z] v2.3.0-dev.95 [2023-03-10T16:18:53.157Z] v2.3.0-dev.96 [2023-03-10T16:18:53.157Z] v2.3.0-dev.97 [2023-03-10T16:18:53.157Z] v2.3.0-dev.98 [2023-03-10T16:18:53.157Z] v2.3.0-dev.99 [2023-03-10T16:18:53.157Z] v2.3.1-dev.1 [2023-03-10T16:18:53.157Z] v2.3.1-dev.2 [2023-03-10T16:18:53.157Z] v2.3.1-dev.3 [2023-03-10T16:18:53.157Z] v2.3.1-dev.4 [2023-03-10T16:18:53.157Z] v2.3.1-dev.5 [2023-03-10T16:18:53.157Z] v3.0.0-dev.1 [2023-03-10T16:18:53.157Z] v3.0.0-dev.10 [2023-03-10T16:18:53.157Z] v3.0.0-dev.11 [2023-03-10T16:18:53.157Z] v3.0.0-dev.12 [2023-03-10T16:18:53.157Z] v3.0.0-dev.13 [2023-03-10T16:18:53.157Z] v3.0.0-dev.14 [2023-03-10T16:18:53.157Z] v3.0.0-dev.15 [2023-03-10T16:18:53.157Z] v3.0.0-dev.16 [2023-03-10T16:18:53.157Z] v3.0.0-dev.17 [2023-03-10T16:18:53.157Z] v3.0.0-dev.18 [2023-03-10T16:18:53.157Z] v3.0.0-dev.19 [2023-03-10T16:18:53.157Z] v3.0.0-dev.2 [2023-03-10T16:18:53.157Z] v3.0.0-dev.20 [2023-03-10T16:18:53.157Z] v3.0.0-dev.21 [2023-03-10T16:18:53.157Z] v3.0.0-dev.22 [2023-03-10T16:18:53.157Z] v3.0.0-dev.23 [2023-03-10T16:18:53.157Z] v3.0.0-dev.24 [2023-03-10T16:18:53.157Z] v3.0.0-dev.25 [2023-03-10T16:18:53.157Z] v3.0.0-dev.26 [2023-03-10T16:18:53.157Z] v3.0.0-dev.27 [2023-03-10T16:18:53.157Z] v3.0.0-dev.28 [2023-03-10T16:18:53.157Z] v3.0.0-dev.29 [2023-03-10T16:18:53.157Z] v3.0.0-dev.3 [2023-03-10T16:18:53.157Z] v3.0.0-dev.30 [2023-03-10T16:18:53.157Z] v3.0.0-dev.31 [2023-03-10T16:18:53.157Z] v3.0.0-dev.32 [2023-03-10T16:18:53.157Z] v3.0.0-dev.33 [2023-03-10T16:18:53.157Z] v3.0.0-dev.34 [2023-03-10T16:18:53.157Z] v3.0.0-dev.35 [2023-03-10T16:18:53.157Z] v3.0.0-dev.36 [2023-03-10T16:18:53.157Z] v3.0.0-dev.37 [2023-03-10T16:18:53.157Z] v3.0.0-dev.38 [2023-03-10T16:18:53.157Z] v3.0.0-dev.39 [2023-03-10T16:18:53.157Z] v3.0.0-dev.4 [2023-03-10T16:18:53.157Z] v3.0.0-dev.40 [2023-03-10T16:18:53.157Z] v3.0.0-dev.41 [2023-03-10T16:18:53.157Z] v3.0.0-dev.42 [2023-03-10T16:18:53.157Z] v3.0.0-dev.43 [2023-03-10T16:18:53.157Z] v3.0.0-dev.44 [2023-03-10T16:18:53.157Z] v3.0.0-dev.45 [2023-03-10T16:18:53.157Z] v3.0.0-dev.46 [2023-03-10T16:18:53.157Z] v3.0.0-dev.47 [2023-03-10T16:18:53.157Z] v3.0.0-dev.48 [2023-03-10T16:18:53.157Z] v3.0.0-dev.49 [2023-03-10T16:18:53.157Z] v3.0.0-dev.5 [2023-03-10T16:18:53.157Z] v3.0.0-dev.50 [2023-03-10T16:18:53.157Z] v3.0.0-dev.51 [2023-03-10T16:18:53.157Z] v3.0.0-dev.52 [2023-03-10T16:18:53.157Z] v3.0.0-dev.53 [2023-03-10T16:18:53.157Z] v3.0.0-dev.54 [2023-03-10T16:18:53.157Z] v3.0.0-dev.55 [2023-03-10T16:18:53.157Z] v3.0.0-dev.56 [2023-03-10T16:18:53.157Z] v3.0.0-dev.57 [2023-03-10T16:18:53.157Z] v3.0.0-dev.58 [2023-03-10T16:18:53.157Z] v3.0.0-dev.59 [2023-03-10T16:18:53.157Z] v3.0.0-dev.6 [2023-03-10T16:18:53.157Z] v3.0.0-dev.60 [2023-03-10T16:18:53.157Z] v3.0.0-dev.61 [2023-03-10T16:18:53.157Z] v3.0.0-dev.62 [2023-03-10T16:18:53.157Z] v3.0.0-dev.63 [2023-03-10T16:18:53.157Z] v3.0.0-dev.64 [2023-03-10T16:18:53.157Z] v3.0.0-dev.65 [2023-03-10T16:18:53.157Z] v3.0.0-dev.66 [2023-03-10T16:18:53.157Z] v3.0.0-dev.67 [2023-03-10T16:18:53.157Z] v3.0.0-dev.68 [2023-03-10T16:18:53.157Z] v3.0.0-dev.69 [2023-03-10T16:18:53.157Z] v3.0.0-dev.7 [2023-03-10T16:18:53.157Z] v3.0.0-dev.70 [2023-03-10T16:18:53.157Z] v3.0.0-dev.71 [2023-03-10T16:18:53.157Z] v3.0.0-dev.72 [2023-03-10T16:18:53.157Z] v3.0.0-dev.73 [2023-03-10T16:18:53.157Z] v3.0.0-dev.74 [2023-03-10T16:18:53.157Z] v3.0.0-dev.75 [2023-03-10T16:18:53.157Z] v3.0.0-dev.76 [2023-03-10T16:18:53.157Z] v3.0.0-dev.77 [2023-03-10T16:18:53.158Z] v3.0.0-dev.78 [2023-03-10T16:18:53.158Z] v3.0.0-dev.79 [2023-03-10T16:18:53.158Z] v3.0.0-dev.8 [2023-03-10T16:18:53.158Z] v3.0.0-dev.80 [2023-03-10T16:18:53.158Z] v3.0.0-dev.81 [2023-03-10T16:18:53.158Z] v3.0.0-dev.82 [2023-03-10T16:18:53.158Z] v3.0.0-dev.83 [2023-03-10T16:18:53.158Z] v3.0.0-dev.84 [2023-03-10T16:18:53.158Z] v3.0.0-dev.85 [2023-03-10T16:18:53.158Z] v3.0.0-dev.86 [2023-03-10T16:18:53.158Z] v3.0.0-dev.87 [2023-03-10T16:18:53.158Z] v3.0.0-dev.88 [2023-03-10T16:18:53.158Z] v3.0.0-dev.89 [2023-03-10T16:18:53.158Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-10T16:18:53.441Z] + lftools sign git-tag v3.0.0-dev.89 [2023-03-10T16:18:54.009Z] Signing Git tag with Sigul... [2023-03-10T16:18:54.009Z] Signing v3.0.0-dev.89 [Pipeline] echo [2023-03-10T16:18:54.277Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:18:54.562Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-10T16:18:54.569Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-10T16:18:54.583Z] $ docker stop --time=1 313b514d65c0afa63706cbf3d3a34b1f1e37ac898ef0415512f4a825f4178b4d [2023-03-10T16:18:55.902Z] $ docker rm -f --volumes 313b514d65c0afa63706cbf3d3a34b1f1e37ac898ef0415512f4a825f4178b4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-10T16:18:56.311Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T16:18:56.311Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:18:56.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T16:18:56.609Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T16:18:56.680Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T16:18:56.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T16:18:57.074Z] $ docker top 9806e447aa7c0c2d0ed1c89661fb86f462b815a39eae566910115c9b011def5d -eo pid,comm [2023-03-10T16:18:57.120Z] 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-10T16:18:57.120Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T16:18:57.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T16:18:57.160Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T16:18:57.265Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T16:18:57.266Z] $ docker exec 9806e447aa7c0c2d0ed1c89661fb86f462b815a39eae566910115c9b011def5d ssh-agent [2023-03-10T16:18:57.364Z] SSH_AUTH_SOCK=/tmp/ssh-uji2O25EynpL/agent.33 [2023-03-10T16:18:57.364Z] SSH_AGENT_PID=39 [2023-03-10T16:18:57.368Z] Running ssh-add (command line suppressed) [2023-03-10T16:18:57.456Z] Identity added: /w/workspace/edgex-go/451@tmp/private_key_12916986705603726819.key (/w/workspace/edgex-go/451@tmp/private_key_12916986705603726819.key) [2023-03-10T16:18:57.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T16:18:57.755Z] + git semver bump pre [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,938 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,938 [bump_version] DEBUG bumping version:3.0.0-dev.89 on axis:pre with prefix:dev [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,938 [bump_version] DEBUG bumped version:3.0.0-dev.90 [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,938 [write_version] DEBUG write version:3.0.0-dev.90 to path:/w/workspace/edgex-go/451/.semver/main with force:True [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,938 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,939 [write_file] DEBUG write to file:/w/workspace/edgex-go/451/.semver/main [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,941 [execute] INFO git cat-file --batch-check [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,941 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/451/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,946 [execute] INFO git cat-file --batch [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/451/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T16:18:58.015Z] 2023-03-10 16:18:57,951 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T16:18:58.015Z] 3.0.0-dev.90 [Pipeline] } [2023-03-10T16:18:58.023Z] $ docker exec --env ******** --env ******** 9806e447aa7c0c2d0ed1c89661fb86f462b815a39eae566910115c9b011def5d ssh-agent -k [2023-03-10T16:18:58.124Z] unset SSH_AUTH_SOCK; [2023-03-10T16:18:58.126Z] unset SSH_AGENT_PID; [2023-03-10T16:18:58.126Z] echo Agent pid 39 killed; [2023-03-10T16:18:58.137Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T16:18:58.432Z] + git semver [Pipeline] } [2023-03-10T16:18:58.703Z] $ docker stop --time=1 9806e447aa7c0c2d0ed1c89661fb86f462b815a39eae566910115c9b011def5d [2023-03-10T16:18:59.982Z] $ docker rm -f --volumes 9806e447aa7c0c2d0ed1c89661fb86f462b815a39eae566910115c9b011def5d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T16:19:00.327Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T16:19:00.327Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:19:00.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T16:19:00.622Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T16:19:00.690Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T16:19:00.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T16:19:01.067Z] $ docker top 5a9793c9f61642f10d7d48040500da0ef67f14c15217ccdf72013763fc43ffdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T16:19:01.152Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T16:19:01.152Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T16:19:01.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T16:19:01.255Z] $ docker exec 5a9793c9f61642f10d7d48040500da0ef67f14c15217ccdf72013763fc43ffdf ssh-agent [2023-03-10T16:19:01.373Z] SSH_AUTH_SOCK=/tmp/ssh-hJSXptjzot9i/agent.32 [2023-03-10T16:19:01.373Z] SSH_AGENT_PID=38 [2023-03-10T16:19:01.378Z] Running ssh-add (command line suppressed) [2023-03-10T16:19:01.491Z] Identity added: /w/workspace/edgex-go/451@tmp/private_key_11308641937203023553.key (/w/workspace/edgex-go/451@tmp/private_key_11308641937203023553.key) [2023-03-10T16:19:01.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T16:19:01.794Z] + git semver push [2023-03-10T16:19:02.054Z] 2023-03-10 16:19:01,979 [run_push] DEBUG push [2023-03-10T16:19:02.054Z] 2023-03-10 16:19:01,980 [execute] INFO git cat-file --batch-check [2023-03-10T16:19:02.054Z] 2023-03-10 16:19:01,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/451/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T16:19:02.054Z] 2023-03-10 16:19:01,983 [execute] INFO git rev-list fd605ceb8778beba18069c93d2df3ee1b2897b82 -- [2023-03-10T16:19:02.054Z] 2023-03-10 16:19:01,983 [execute] DEBUG Popen(['git', 'rev-list', 'fd605ceb8778beba18069c93d2df3ee1b2897b82', '--'], cwd=/w/workspace/edgex-go/451/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T16:19:02.054Z] 2023-03-10 16:19:01,997 [execute] INFO git fetch -v origin [2023-03-10T16:19:02.054Z] 2023-03-10 16:19:01,997 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/451/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-10T16:19:02.623Z] 2023-03-10 16:19:02,589 [run_push] DEBUG no remote changes detected [2023-03-10T16:19:02.623Z] 2023-03-10 16:19:02,589 [execute] INFO git push origin semver [2023-03-10T16:19:02.623Z] 2023-03-10 16:19:02,589 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/451/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T16:19:03.999Z] 2023-03-10 16:19:03,721 [run_push] DEBUG push all version tags [2023-03-10T16:19:04.000Z] 2023-03-10 16:19:03,721 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-10T16:19:04.000Z] 2023-03-10 16:19:03,722 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/451, universal_newlines=False, shell=None, istream=None) [2023-03-10T16:19:04.936Z] 2023-03-10 16:19:04,580 [read_version] DEBUG read version from /w/workspace/edgex-go/451/.semver/main [2023-03-10T16:19:04.936Z] 3.0.0-dev.90 [Pipeline] } [2023-03-10T16:19:04.944Z] $ docker exec --env ******** --env ******** 5a9793c9f61642f10d7d48040500da0ef67f14c15217ccdf72013763fc43ffdf ssh-agent -k [2023-03-10T16:19:05.047Z] unset SSH_AUTH_SOCK; [2023-03-10T16:19:05.047Z] unset SSH_AGENT_PID; [2023-03-10T16:19:05.047Z] echo Agent pid 38 killed; [2023-03-10T16:19:05.057Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T16:19:05.353Z] + git semver [Pipeline] } [2023-03-10T16:19:05.624Z] $ docker stop --time=1 5a9793c9f61642f10d7d48040500da0ef67f14c15217ccdf72013763fc43ffdf [2023-03-10T16:19:06.945Z] $ docker rm -f --volumes 5a9793c9f61642f10d7d48040500da0ef67f14c15217ccdf72013763fc43ffdf [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-10T16:19:07.467Z] + [ -d /w/workspace/edgex-go/451/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:19:07.756Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:19:08.613Z] ---> package-listing.sh [2023-03-10T16:19:08.613Z] ++ facter osfamily [2023-03-10T16:19:08.613Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T16:19:08.873Z] + OS_FAMILY=debian [2023-03-10T16:19:08.873Z] + workspace=/w/workspace/edgex-go/451 [2023-03-10T16:19:08.873Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T16:19:08.873Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T16:19:08.873Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T16:19:08.873Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T16:19:08.873Z] + '[' /w/workspace/edgex-go/451 ']' [2023-03-10T16:19:08.873Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T16:19:08.873Z] + case "${OS_FAMILY}" in [2023-03-10T16:19:08.873Z] + dpkg -l [2023-03-10T16:19:08.873Z] + grep '^ii' [2023-03-10T16:19:08.873Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T16:19:08.873Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T16:19:08.873Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T16:19:08.873Z] + '[' /w/workspace/edgex-go/451 ']' [2023-03-10T16:19:08.873Z] + mkdir -p /w/workspace/edgex-go/451/archives/ [2023-03-10T16:19:08.873Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/451/archives/ [Pipeline] echo [2023-03-10T16:19:08.883Z] 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/451/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-10T16:19:09.158Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:19:09.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T16:19:09.718Z] [2023-03-10T16:19:09.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T16:19:10.022Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T16:19:10.022Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T16:19:10.022Z] 5eb5b503b376: Pulling fs layer [2023-03-10T16:19:10.022Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T16:19:10.022Z] ec43610c2a17: Pulling fs layer [2023-03-10T16:19:10.022Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T16:19:10.022Z] 33b1e0a273af: Pulling fs layer [2023-03-10T16:19:10.022Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T16:19:10.022Z] 2f39f015ded8: Pulling fs layer [2023-03-10T16:19:10.022Z] 3a2ae6a8a46f: Waiting [2023-03-10T16:19:10.022Z] 33b1e0a273af: Waiting [2023-03-10T16:19:10.022Z] 5d3b04190fa2: Waiting [2023-03-10T16:19:10.022Z] 2f39f015ded8: Waiting [2023-03-10T16:19:10.282Z] 5c69ac0246d0: Download complete [2023-03-10T16:19:10.282Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-10T16:19:10.282Z] 3a2ae6a8a46f: Download complete [2023-03-10T16:19:10.282Z] 33b1e0a273af: Verifying Checksum [2023-03-10T16:19:10.282Z] 33b1e0a273af: Download complete [2023-03-10T16:19:10.282Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T16:19:10.282Z] 5d3b04190fa2: Download complete [2023-03-10T16:19:10.282Z] ec43610c2a17: Verifying Checksum [2023-03-10T16:19:10.282Z] ec43610c2a17: Download complete [2023-03-10T16:19:10.541Z] 5eb5b503b376: Verifying Checksum [2023-03-10T16:19:10.541Z] 5eb5b503b376: Download complete [2023-03-10T16:19:11.107Z] 2f39f015ded8: Download complete [2023-03-10T16:19:11.673Z] 5eb5b503b376: Pull complete [2023-03-10T16:19:11.673Z] 5c69ac0246d0: Pull complete [2023-03-10T16:19:12.004Z] ec43610c2a17: Pull complete [2023-03-10T16:19:12.286Z] 3a2ae6a8a46f: Pull complete [2023-03-10T16:19:12.286Z] 33b1e0a273af: Pull complete [2023-03-10T16:19:12.571Z] 5d3b04190fa2: Pull complete [2023-03-10T16:19:16.791Z] 2f39f015ded8: Pull complete [2023-03-10T16:19:16.791Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T16:19:16.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T16:19:16.791Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T16:19:16.875Z] prd-ubuntu20.04-docker-8c-8g-9627 does not seem to be running inside a container [2023-03-10T16:19:16.904Z] $ 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/451/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/451 -v /w/workspace/edgex-go/451:/w/workspace/edgex-go/451:rw,z -v /w/workspace/edgex-go/451@tmp:/w/workspace/edgex-go/451@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T16:19:18.498Z] $ docker top a69d42fd4b5c2dcb7bd7815fca9cf85c6b85acde63fc2c693b38605d81e34f02 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T16:19:18.840Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T16:19:19.124Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T16:19:19.407Z] + ls /var/log/sa-host [2023-03-10T16:19:19.407Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T16:19:19.561Z] provisioning config files... [2023-03-10T16:19:19.569Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/451@tmp/config13651902398659360885tmp [Pipeline] { [Pipeline] echo [2023-03-10T16:19:19.584Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:19:19.863Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T16:19:19.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:19:20.198Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T16:19:20.207Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:19:20.485Z] ---> sudo-logs.sh [2023-03-10T16:19:20.485Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T16:19:20.509Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:19:20.793Z] ---> job-cost.sh [2023-03-10T16:19:20.793Z] lf-activate-venv: SKIPPING [2023-03-10T16:19:20.793Z] DEBUG: total: 0.10999999940395355 [2023-03-10T16:19:20.793Z] INFO: Retrieving Stack Cost... [2023-03-10T16:19:21.360Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T16:19:21.620Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T16:19:21.632Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T16:19:21.911Z] ---> logs-deploy.sh [2023-03-10T16:19:21.911Z] lf-activate-venv: SKIPPING [2023-03-10T16:19:21.911Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/451 [2023-03-10T16:19:21.911Z] INFO: archiving workspace using pattern(s): [2023-03-10T16:19:22.847Z] Archives upload complete. [2023-03-10T16:19:22.847Z] INFO: archiving logs to Nexus