Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 32e4cad4570321b8701fad636f81d26e3bb342d0 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-ssh9715316690606735374.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh105278853081135903.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3032984657140740220.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9555760744051870282.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-ssh12345633395433070093.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5691 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/475 [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/475 # 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 32e4cad4570321b8701fad636f81d26e3bb342d0 (main) Commit message: "Merge pull request #4471 from weichou1229/apply-pw-changes" > 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 32e4cad4570321b8701fad636f81d26e3bb342d0 # timeout=10 > git rev-list --no-walk e99ed673a0cd686e15ecc698ddc640835b09c835 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-24T09:03:17.558Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-24T09:03:17.603Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-24T09:03:17.621Z] ========================================================= [2023-03-24T09:03:17.622Z] EdgeX Global Pipelines Version Info [2023-03-24T09:03:17.622Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:03:18.351Z] ------------------- [2023-03-24T09:03:18.351Z] stable info: [2023-03-24T09:03:18.351Z] ------------------- [2023-03-24T09:03:18.351Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-24T09:03:18.351Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-24T09:03:18.351Z] Message: update stable to v1.0.245 [2023-03-24T09:03:18.923Z] ------------------- [2023-03-24T09:03:18.923Z] experimental info: [2023-03-24T09:03:18.923Z] ------------------- [2023-03-24T09:03:18.923Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-24T09:03:18.923Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-24T09:03:18.923Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-24T09:03:19.071Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-24T09:03:19.078Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-24T09:03:19.086Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-24T09:03:19.093Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-24T09:03:19.100Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-24T09:03:19.108Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-24T09:03:19.122Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-24T09:03:19.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-24T09:03:19.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-24T09:03:19.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-24T09:03:19.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-24T09:03:19.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-24T09:03:19.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-24T09:03:19.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-24T09:03:19.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-24T09:03:19.230Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-24T09:03:19.241Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-24T09:03:19.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-24T09:03:19.261Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-24T09:03:19.271Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-24T09:03:19.281Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-24T09:03:19.291Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-24T09:03:19.301Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-24T09:03:19.312Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-24T09:03:19.323Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-24T09:03:19.333Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-24T09:03:19.344Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] echo [2023-03-24T09:03:19.354Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 32e4cad [Pipeline] echo [2023-03-24T09:03:19.364Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T09:03:19.408Z] provisioning config files... [2023-03-24T09:03:19.422Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config11682886724451401432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:03:19.735Z] ---> docker-login.sh [2023-03-24T09:03:19.736Z] nexus3.edgexfoundry.org:10001 [2023-03-24T09:03:20.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:03:20.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:03:20.013Z] Configure a credential helper to remove this warning. See [2023-03-24T09:03:20.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:03:20.013Z] [2023-03-24T09:03:20.013Z] Login Succeeded [2023-03-24T09:03:20.013Z] nexus3.edgexfoundry.org:10002 [2023-03-24T09:03:20.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:03:20.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:03:20.273Z] Configure a credential helper to remove this warning. See [2023-03-24T09:03:20.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:03:20.273Z] [2023-03-24T09:03:20.273Z] Login Succeeded [2023-03-24T09:03:20.273Z] nexus3.edgexfoundry.org:10003 [2023-03-24T09:03:20.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:03:20.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:03:20.273Z] Configure a credential helper to remove this warning. See [2023-03-24T09:03:20.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:03:20.273Z] [2023-03-24T09:03:20.273Z] Login Succeeded [2023-03-24T09:03:20.273Z] nexus3.edgexfoundry.org:10004 [2023-03-24T09:03:20.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:03:20.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:03:20.533Z] Configure a credential helper to remove this warning. See [2023-03-24T09:03:20.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:03:20.533Z] [2023-03-24T09:03:20.533Z] Login Succeeded [2023-03-24T09:03:20.533Z] docker.io [2023-03-24T09:03:20.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:03:20.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:03:20.794Z] Configure a credential helper to remove this warning. See [2023-03-24T09:03:20.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:03:20.794Z] [2023-03-24T09:03:20.794Z] Login Succeeded [2023-03-24T09:03:20.794Z] ---> docker-login.sh ends [Pipeline] } [2023-03-24T09:03:20.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-24T09:03:21.124Z] + 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-24T09:03:21.124Z] + dirname cmd/core-command/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-24T09:03:21.124Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/core-data/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/core-metadata/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-spire-agent/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/security-spire-server/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/support-notifications/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.124Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-24T09:03:21.124Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-24T09:03:21.124Z] + cut -d/ -f2 [2023-03-24T09:03:21.125Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-24T09:03:21.182Z] 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-24T09:03:21.533Z] + git rev-list -1 --merges 32e4cad4570321b8701fad636f81d26e3bb342d0~1..32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] echo [2023-03-24T09:03:21.547Z] -----------> git rev-list -1 --merges 32e4cad4570321b8701fad636f81d26e3bb342d0~1..32e4cad4570321b8701fad636f81d26e3bb342d0 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:03:21.547Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [false] [Pipeline] sh [2023-03-24T09:03:21.839Z] + git log --format=format:%s -1 32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] echo [2023-03-24T09:03:21.854Z] ========================================================= [2023-03-24T09:03:21.854Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-24T09:03:21.854Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-24T09:03:22.265Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-24T09:03:22.265Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-24T09:03:22.265Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-24T09:03:22.265Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-24T09:03:22.265Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-24T09:03:22.265Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-24T09:03:22.265Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:03:22.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T09:03:22.668Z] [2023-03-24T09:03:22.668Z] 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-24T09:03:22.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T09:03:22.969Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-24T09:03:22.969Z] b85a868b505f: Pulling fs layer [2023-03-24T09:03:22.969Z] e2be974225ed: Pulling fs layer [2023-03-24T09:03:22.969Z] 339a4e72a1f5: Pulling fs layer [2023-03-24T09:03:22.969Z] 988bab9f4d93: Pulling fs layer [2023-03-24T09:03:22.969Z] 1469e6f7b9e6: Pulling fs layer [2023-03-24T09:03:22.969Z] eaf3925da568: Pulling fs layer [2023-03-24T09:03:22.969Z] bab4dde63d76: Pulling fs layer [2023-03-24T09:03:22.969Z] bde34c3a00c8: Pulling fs layer [2023-03-24T09:03:22.969Z] b352a97aabf1: Pulling fs layer [2023-03-24T09:03:22.969Z] 4872d77fe225: Pulling fs layer [2023-03-24T09:03:22.969Z] 5851b861e8e6: Pulling fs layer [2023-03-24T09:03:22.969Z] eaf3925da568: Waiting [2023-03-24T09:03:22.969Z] bab4dde63d76: Waiting [2023-03-24T09:03:22.969Z] bde34c3a00c8: Waiting [2023-03-24T09:03:22.969Z] b352a97aabf1: Waiting [2023-03-24T09:03:22.969Z] 5851b861e8e6: Waiting [2023-03-24T09:03:22.969Z] 4872d77fe225: Waiting [2023-03-24T09:03:22.969Z] 988bab9f4d93: Waiting [2023-03-24T09:03:22.969Z] 1469e6f7b9e6: Waiting [2023-03-24T09:03:22.969Z] e2be974225ed: Verifying Checksum [2023-03-24T09:03:22.969Z] e2be974225ed: Download complete [2023-03-24T09:03:22.969Z] 988bab9f4d93: Download complete [2023-03-24T09:03:23.230Z] 1469e6f7b9e6: Verifying Checksum [2023-03-24T09:03:23.230Z] 1469e6f7b9e6: Download complete [2023-03-24T09:03:23.230Z] eaf3925da568: Verifying Checksum [2023-03-24T09:03:23.230Z] eaf3925da568: Download complete [2023-03-24T09:03:23.230Z] 339a4e72a1f5: Verifying Checksum [2023-03-24T09:03:23.230Z] 339a4e72a1f5: Download complete [2023-03-24T09:03:23.230Z] bde34c3a00c8: Download complete [2023-03-24T09:03:23.230Z] b352a97aabf1: Download complete [2023-03-24T09:03:23.230Z] 4872d77fe225: Verifying Checksum [2023-03-24T09:03:23.230Z] 4872d77fe225: Download complete [2023-03-24T09:03:23.230Z] 5851b861e8e6: Download complete [2023-03-24T09:03:23.230Z] b85a868b505f: Download complete [2023-03-24T09:03:23.488Z] bab4dde63d76: Verifying Checksum [2023-03-24T09:03:23.488Z] bab4dde63d76: Download complete [2023-03-24T09:03:24.864Z] b85a868b505f: Pull complete [2023-03-24T09:03:24.864Z] e2be974225ed: Pull complete [2023-03-24T09:03:25.432Z] 339a4e72a1f5: Pull complete [2023-03-24T09:03:25.432Z] 988bab9f4d93: Pull complete [2023-03-24T09:03:25.691Z] 1469e6f7b9e6: Pull complete [2023-03-24T09:03:25.691Z] eaf3925da568: Pull complete [2023-03-24T09:03:27.592Z] bab4dde63d76: Pull complete [2023-03-24T09:03:27.592Z] bde34c3a00c8: Pull complete [2023-03-24T09:03:27.862Z] b352a97aabf1: Pull complete [2023-03-24T09:03:27.862Z] 4872d77fe225: Pull complete [2023-03-24T09:03:27.862Z] 5851b861e8e6: Pull complete [2023-03-24T09:03:28.122Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-24T09:03:28.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T09:03:28.122Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:03:28.226Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:03:28.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:03:30.931Z] $ docker top 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 -eo pid,comm [2023-03-24T09:03:30.991Z] 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-24T09:03:30.991Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-24T09:03:31.028Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-24T09:03:31.028Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-24T09:03:31.132Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-24T09:03:31.134Z] $ docker exec 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent [2023-03-24T09:03:31.257Z] SSH_AUTH_SOCK=/tmp/ssh-3a5BBVDouXkL/agent.34 [2023-03-24T09:03:31.258Z] SSH_AGENT_PID=40 [2023-03-24T09:03:31.264Z] Running ssh-add (command line suppressed) [2023-03-24T09:03:31.370Z] Identity added: /w/workspace/edgex-go/475@tmp/private_key_12190471251224567290.key (/w/workspace/edgex-go/475@tmp/private_key_12190471251224567290.key) [2023-03-24T09:03:31.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-24T09:03:31.677Z] + git tag --points-at HEAD [Pipeline] } [2023-03-24T09:03:31.694Z] $ docker exec --env ******** --env ******** 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent -k [2023-03-24T09:03:31.790Z] unset SSH_AUTH_SOCK; [2023-03-24T09:03:31.790Z] unset SSH_AGENT_PID; [2023-03-24T09:03:31.790Z] echo Agent pid 40 killed; [2023-03-24T09:03:31.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-24T09:03:31.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-24T09:03:31.826Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-24T09:03:31.947Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-24T09:03:31.949Z] $ docker exec 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent [2023-03-24T09:03:32.063Z] SSH_AUTH_SOCK=/tmp/ssh-78Djo9h4TniY/agent.73 [2023-03-24T09:03:32.063Z] SSH_AGENT_PID=79 [2023-03-24T09:03:32.068Z] Running ssh-add (command line suppressed) [2023-03-24T09:03:32.163Z] Identity added: /w/workspace/edgex-go/475@tmp/private_key_11001034837305950227.key (/w/workspace/edgex-go/475@tmp/private_key_11001034837305950227.key) [2023-03-24T09:03:32.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-24T09:03:32.465Z] + git semver init [2023-03-24T09:03:32.725Z] 2023-03-24 09:03:32,638 [run_init] DEBUG init version:0.0.0 force:False [2023-03-24T09:03:32.725Z] 2023-03-24 09:03:32,639 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/475/.semver [2023-03-24T09:03:32.725Z] 2023-03-24 09:03:32,639 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/475/.semver [2023-03-24T09:03:32.725Z] 2023-03-24 09:03:32,640 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/475/.semver'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=None) [2023-03-24T09:03:38.214Z] 2023-03-24 09:03:37,725 [append_file] DEBUG append to file:/w/workspace/edgex-go/475/.git/info/exclude [2023-03-24T09:03:38.214Z] 2023-03-24 09:03:37,725 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/475/.semver/main with force:False [2023-03-24T09:03:38.214Z] 2023-03-24 09:03:37,726 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:03:38.214Z] 2023-03-24 09:03:37,726 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:03:38.214Z] 3.0.0-dev.113 [Pipeline] } [2023-03-24T09:03:38.222Z] $ docker exec --env ******** --env ******** 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 ssh-agent -k [2023-03-24T09:03:38.328Z] unset SSH_AUTH_SOCK; [2023-03-24T09:03:38.328Z] unset SSH_AGENT_PID; [2023-03-24T09:03:38.329Z] echo Agent pid 79 killed; [2023-03-24T09:03:38.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-24T09:03:38.646Z] + git semver [Pipeline] } [2023-03-24T09:03:38.916Z] $ docker stop --time=1 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 [2023-03-24T09:03:40.245Z] $ docker rm -f --volumes 1aad5b0300f97d0b45a331bb8312586b3070f53572a4a256b64327f203423693 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-24T09:03:40.583Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-24T09:03:40.789Z] Stashed 1 file(s) [Pipeline] echo [2023-03-24T09:03:40.792Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.113 [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-24T09:03:41.200Z] + git config --global --add safe.directory /w/workspace/edgex-go/475 [Pipeline] echo [2023-03-24T09:03:41.210Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T09:03:41.225Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T09:03:41.234Z] ========================================================= [2023-03-24T09:03:41.234Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-24T09:03:41.234Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-24T09:03:41.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-24T09:03:41.585Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-24T09:03:41.585Z] 63b65145d645: Pulling fs layer [2023-03-24T09:03:41.585Z] a2d21d5440eb: Pulling fs layer [2023-03-24T09:03:41.585Z] 935e6c44a52c: Pulling fs layer [2023-03-24T09:03:41.585Z] 94cc34f8dd06: Pulling fs layer [2023-03-24T09:03:41.585Z] 30dea6a524f1: Pulling fs layer [2023-03-24T09:03:41.585Z] a2aff8979fd8: Pulling fs layer [2023-03-24T09:03:41.586Z] 6808be2612f2: Pulling fs layer [2023-03-24T09:03:41.586Z] f25807f1079a: Pulling fs layer [2023-03-24T09:03:41.586Z] 94cc34f8dd06: Waiting [2023-03-24T09:03:41.586Z] 30dea6a524f1: Waiting [2023-03-24T09:03:41.586Z] a2aff8979fd8: Waiting [2023-03-24T09:03:41.586Z] f25807f1079a: Waiting [2023-03-24T09:03:41.586Z] a2d21d5440eb: Download complete [2023-03-24T09:03:41.586Z] 94cc34f8dd06: Verifying Checksum [2023-03-24T09:03:41.586Z] 94cc34f8dd06: Download complete [2023-03-24T09:03:41.586Z] 30dea6a524f1: Verifying Checksum [2023-03-24T09:03:41.586Z] 30dea6a524f1: Download complete [2023-03-24T09:03:41.586Z] 63b65145d645: Download complete [2023-03-24T09:03:41.586Z] a2aff8979fd8: Verifying Checksum [2023-03-24T09:03:41.586Z] a2aff8979fd8: Download complete [2023-03-24T09:03:41.849Z] 63b65145d645: Pull complete [2023-03-24T09:03:41.849Z] a2d21d5440eb: Pull complete [2023-03-24T09:03:42.114Z] f25807f1079a: Verifying Checksum [2023-03-24T09:03:42.114Z] f25807f1079a: Download complete [2023-03-24T09:03:42.375Z] 935e6c44a52c: Verifying Checksum [2023-03-24T09:03:42.375Z] 935e6c44a52c: Download complete [2023-03-24T09:03:42.632Z] 6808be2612f2: Verifying Checksum [2023-03-24T09:03:42.632Z] 6808be2612f2: Download complete [2023-03-24T09:03:45.916Z] 935e6c44a52c: Pull complete [2023-03-24T09:03:45.916Z] 94cc34f8dd06: Pull complete [2023-03-24T09:03:45.916Z] 30dea6a524f1: Pull complete [2023-03-24T09:03:45.916Z] a2aff8979fd8: Pull complete [2023-03-24T09:03:48.447Z] 6808be2612f2: Pull complete [2023-03-24T09:03:49.382Z] f25807f1079a: Pull complete [2023-03-24T09:03:49.641Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-24T09:03:49.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-24T09:03:49.641Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-24T09:03:49.934Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-24T09:03:49.934Z] WORKDIR /edgex [2023-03-24T09:03:49.934Z] COPY go.mod . [2023-03-24T09:03:49.934Z] RUN go mod download [2023-03-24T09:03:49.934Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-24T09:03:50.501Z] Sending build context to Docker daemon 170.5MB [2023-03-24T09:03:50.760Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-24T09:03:50.760Z] ---> 3b553350e43f [2023-03-24T09:03:50.760Z] Step 2/4 : WORKDIR /edgex [2023-03-24T09:03:55.875Z] Still waiting to schedule task [2023-03-24T09:03:55.875Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-24T09:03:57.327Z] ---> Running in 32d294cd98e4 [2023-03-24T09:03:57.327Z] Removing intermediate container 32d294cd98e4 [2023-03-24T09:03:57.327Z] ---> be302d4b7c6d [2023-03-24T09:03:57.327Z] Step 3/4 : COPY go.mod . [2023-03-24T09:03:57.327Z] ---> 9cf506d0f801 [2023-03-24T09:03:57.327Z] Step 4/4 : RUN go mod download [2023-03-24T09:03:57.327Z] ---> Running in 5a7c7200ec8f [2023-03-24T09:04:07.305Z] Removing intermediate container 5a7c7200ec8f [2023-03-24T09:04:07.305Z] ---> 6ea74f17cf30 [2023-03-24T09:04:07.305Z] Successfully built 6ea74f17cf30 [2023-03-24T09:04:07.305Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:04:07.605Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-24T09:04:07.605Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:04:07.679Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:04:07.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:04:08.253Z] $ docker top d4424080b3c9e005f7886309e2ebfa954d5054dd87de3a99060ef5e1c2afb2a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T09:04:08.858Z] + go version [2023-03-24T09:04:08.858Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-24T09:04:08.867Z] $ docker stop --time=1 d4424080b3c9e005f7886309e2ebfa954d5054dd87de3a99060ef5e1c2afb2a1 [2023-03-24T09:04:10.152Z] $ docker rm -f --volumes d4424080b3c9e005f7886309e2ebfa954d5054dd87de3a99060ef5e1c2afb2a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:04:10.537Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-24T09:04:10.537Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:04:10.605Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:04:10.638Z] $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:04:10.969Z] $ docker top f31342e983ceb2e242f9abe497b95f7ab4e7fc3f41f996b1138f07f73302a78d -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-24T09:04:11.035Z] ========================================================= [2023-03-24T09:04:11.035Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-24T09:04:11.035Z] ========================================================= [Pipeline] sh [2023-03-24T09:04:11.314Z] + git config --global --add safe.directory /w/workspace/edgex-go/475 [Pipeline] fileExists [Pipeline] sh [2023-03-24T09:04:11.611Z] + make test [2023-03-24T09:04:11.611Z] go test -race -coverprofile=coverage.out ./... [2023-03-24T09:04:18.198Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-24T09:04:33.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-24T09:04:33.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-24T09:04:33.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-24T09:04:33.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-24T09:04:33.339Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-24T09:04:33.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-24T09:04:33.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-24T09:04:33.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-24T09:04:33.857Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-24T09:04:34.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-24T09:04:34.379Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-24T09:04:34.638Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-24T09:04:34.638Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-24T09:04:34.638Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-24T09:04:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-24T09:04:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-24T09:04:35.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.039s coverage: 28.7% of statements [2023-03-24T09:04:36.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.076s coverage: 98.5% of statements [2023-03-24T09:04:37.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-24T09:04:37.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-24T09:04:37.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-24T09:04:39.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-24T09:04:39.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-24T09:04:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-24T09:04:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-24T09:04:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-24T09:04:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-24T09:04:40.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-24T09:04:40.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.085s coverage: 71.3% of statements [2023-03-24T09:04:40.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 54.0% of statements [2023-03-24T09:04:41.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-24T09:04:41.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-24T09:04:42.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.389s coverage: 88.5% of statements [2023-03-24T09:04:42.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.9% of statements [2023-03-24T09:04:44.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-24T09:04:44.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-24T09:04:44.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-24T09:04:44.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.374s coverage: 95.6% of statements [2023-03-24T09:04:44.808Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-24T09:04:44.808Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-24T09:04:44.808Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-24T09:04:44.808Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-24T09:04:44.808Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-24T09:04:44.808Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.047s coverage: 72.2% of statements [2023-03-24T09:04:45.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-24T09:04:45.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-24T09:04:45.691Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-24T09:04:45.691Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.063s coverage: 65.9% of statements [2023-03-24T09:04:46.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-24T09:04:46.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-24T09:04:46.258Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements [2023-03-24T09:04:46.258Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.064s coverage: 29.0% of statements [2023-03-24T09:04:46.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 44.1% of statements [2023-03-24T09:04:47.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements [2023-03-24T09:04:47.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2023-03-24T09:04:47.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2023-03-24T09:04:47.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2023-03-24T09:04:47.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-24T09:04:47.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-24T09:04:47.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-24T09:04:47.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-24T09:04:48.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-24T09:04:48.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-24T09:04:48.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-24T09:04:48.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-24T09:04:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-24T09:04:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-24T09:04:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-24T09:04:49.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-24T09:04:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-24T09:04:49.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-24T09:04:49.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-24T09:04:50.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-24T09:04:51.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-24T09:04:51.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-24T09:04:51.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-24T09:04:53.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-24T09:04:53.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-24T09:04:53.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-24T09:04:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-24T09:04:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-24T09:04:55.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-24T09:04:56.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-24T09:04:56.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-24T09:04:56.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-24T09:04:56.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-24T09:04:57.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-24T09:04:57.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-24T09:04:57.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-24T09:04:57.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-24T09:04:58.975Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-24T09:04:58.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-24T09:04:58.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-24T09:04:58.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-24T09:04:59.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2023-03-24T09:04:59.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-24T09:04:59.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-24T09:05:00.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-24T09:05:00.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.268s coverage: 79.9% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.078s coverage: 92.9% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 64.4% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 81.2% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 82.1% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 86.0% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.1% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 38.4% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 92.3% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.5% of statements [2023-03-24T09:05:12.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements [2023-03-24T09:05:12.602Z] 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-24T09:05:12.602Z] running golangci-lint [2023-03-24T09:05:12.602Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-03-24T09:05:12.602Z] go version go1.20.2 linux/amd64 [2023-03-24T09:05:12.602Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-03-24T09:05:12.602Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-03-24T09:05:27.486Z] level=info msg="[loader] Go packages loading at mode 575 (imports|compiled_files|exports_file|files|types_sizes|deps|name) took 15.045380637s" [2023-03-24T09:05:27.486Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.488067ms" [2023-03-24T09:05:35.626Z] level=info msg="[linters_context/goanalysis] analyzers took 1m1.104641953s with top 10 stages: buildir: 33.608850785s, fact_deprecated: 1.965761715s, inspect: 1.952585461s, gosec: 1.396648345s, ctrlflow: 1.159560663s, printf: 1.047275108s, fact_purity: 1.015078768s, S1038: 1.004761563s, nilness: 789.620442ms, unused: 607.052429ms" [2023-03-24T09:05:35.626Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2023-03-24T09:05:35.626Z] level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 201/201, identifier_marker: 201/201, nolint: 0/21, skip_files: 201/201, exclude: 201/201, exclude-rules: 21/201, cgo: 201/201, filename_unadjuster: 201/201, autogenerated_exclude: 201/201, path_prettifier: 201/201" [2023-03-24T09:05:35.626Z] level=info msg="[runner] processing took 16.945118ms with stages: nolint: 7.169304ms, identifier_marker: 4.872546ms, autogenerated_exclude: 1.523844ms, path_prettifier: 1.412533ms, exclude-rules: 1.214729ms, skip_dirs: 698.641µs, cgo: 33.111µs, filename_unadjuster: 15.85µs, uniq_by_line: 650ns, source_code: 620ns, max_same_issues: 550ns, skip_files: 550ns, exclude: 430ns, diff: 380ns, severity-rules: 370ns, sort_results: 350ns, max_per_file_from_linter: 230ns, path_shortener: 160ns, max_from_linter: 160ns, path_prefixer: 110ns" [2023-03-24T09:05:35.626Z] level=info msg="[runner] linters took 7.836563009s with stages: goanalysis_metalinter: 7.819518458s" [2023-03-24T09:05:35.626Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-03-24T09:05:35.626Z] level=info msg="Memory: 231 samples, avg is 185.7MB, max is 777.4MB" [2023-03-24T09:05:35.626Z] level=info msg="Execution took 22.929304373s" [2023-03-24T09:05:35.626Z] go vet ./... [2023-03-24T09:05:39.826Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-24T09:05:39.826Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-24T09:05:39.826Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-24T09:05:39.836Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-24T09:05:40.125Z] + ls -al . [2023-03-24T09:05:40.125Z] total 704 [2023-03-24T09:05:40.125Z] drwxrwxr-x 11 1001 1001 4096 Mar 24 09:04 . [2023-03-24T09:05:40.125Z] drwxr-xr-x 4 root root 4096 Mar 24 09:04 .. [2023-03-24T09:05:40.125Z] drwxrwxr-x 2 1001 1001 4096 Mar 24 09:03 .blubracket [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 16 Mar 24 09:03 .dockerignore [2023-03-24T09:05:40.125Z] drwxrwxr-x 8 1001 1001 4096 Mar 24 09:03 .git [2023-03-24T09:05:40.125Z] drwxrwxr-x 3 1001 1001 4096 Mar 24 09:03 .github [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 1133 Mar 24 09:03 .gitignore [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 42 Mar 24 09:03 .golangci.yml [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 87 Mar 24 09:03 .hadolint.yml [2023-03-24T09:05:40.125Z] drwxr-xr-x 3 1001 1001 4096 Mar 24 09:03 .semver [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 09:03 .sonarcloud.properties [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 1171 Mar 24 09:03 ADOPTERS.md [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 10835 Mar 24 09:03 Attribution.txt [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 73765 Mar 24 09:03 CHANGELOG.md [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 09:03 CONTRIBUTING.md [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 677 Mar 24 09:03 GOVERNANCE.md [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 883 Mar 24 09:03 Jenkinsfile [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 09:03 LICENSE [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 14368 Mar 24 09:03 Makefile [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 582 Mar 24 09:03 OWNERS.md [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 9403 Mar 24 09:03 README.md [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 789 Mar 24 09:03 SECURITY.md [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 13 Mar 24 09:03 VERSION [2023-03-24T09:05:40.125Z] drwxrwxr-x 2 1001 1001 4096 Mar 24 09:03 bin [2023-03-24T09:05:40.125Z] drwxrwxr-x 18 1001 1001 4096 Mar 24 09:03 cmd [2023-03-24T09:05:40.125Z] -rw-r--r-- 1 root root 447380 Mar 24 09:05 coverage.out [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 3200 Mar 24 09:03 go.mod [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 31265 Mar 24 09:03 go.sum [2023-03-24T09:05:40.125Z] drwxrwxr-x 7 1001 1001 4096 Mar 24 09:03 internal [2023-03-24T09:05:40.125Z] drwxrwxr-x 3 1001 1001 4096 Mar 24 09:03 openapi [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 594 Mar 24 09:03 security.txt [2023-03-24T09:05:40.125Z] drwxrwxr-x 4 1001 1001 4096 Mar 24 09:03 snap [2023-03-24T09:05:40.125Z] -rw-rw-r-- 1 1001 1001 204 Mar 24 09:03 version.go [Pipeline] sh [2023-03-24T09:05:40.420Z] + '[' -e coverage.out ] [2023-03-24T09:05:40.420Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-24T09:05:40.718Z] Stashed 1 file(s) [Pipeline] sh [2023-03-24T09:05:41.004Z] + make build [2023-03-24T09:05:41.004Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-24T09:05:53.222Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-24T09:05:54.163Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-24T09:05:55.554Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-24T09:05:56.122Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-24T09:06:02.683Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-24T09:06:04.073Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-24T09:06:05.462Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-24T09:06:06.394Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-24T09:06:07.327Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-24T09:06:08.260Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-24T09:06:09.637Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-24T09:06:10.580Z] $ docker stop --time=1 f31342e983ceb2e242f9abe497b95f7ab4e7fc3f41f996b1138f07f73302a78d [2023-03-24T09:06:13.214Z] $ docker rm -f --volumes f31342e983ceb2e242f9abe497b95f7ab4e7fc3f41f996b1138f07f73302a78d [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-24T09:06:14.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-24T09:06:14.081Z] [2023-03-24T09:06:14.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:06:14.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-24T09:06:14.378Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-24T09:06:14.378Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-24T09:06:14.378Z] ca9280d653b3: Pulling fs layer [2023-03-24T09:06:14.378Z] 7e9c9ca2126c: Pulling fs layer [2023-03-24T09:06:14.378Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-24T09:06:14.378Z] cbdbe7a5bc2a: Download complete [2023-03-24T09:06:14.638Z] ca9280d653b3: Verifying Checksum [2023-03-24T09:06:14.638Z] ca9280d653b3: Download complete [2023-03-24T09:06:14.638Z] cbdbe7a5bc2a: Pull complete [2023-03-24T09:06:15.204Z] 7e9c9ca2126c: Verifying Checksum [2023-03-24T09:06:15.204Z] 7e9c9ca2126c: Download complete [2023-03-24T09:06:15.204Z] ca9280d653b3: Pull complete [2023-03-24T09:06:18.492Z] 7e9c9ca2126c: Pull complete [2023-03-24T09:06:18.492Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-24T09:06:18.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-24T09:06:18.492Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:06:18.572Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:06:18.601Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:06:20.173Z] $ docker top 69bbb6c1534ccb5cc0a45476f1ba95ef5f53f6cbb7ecad6bfa52c7e3bf8d98dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T09:06:20.507Z] + docker-compose build --help [2023-03-24T09:06:20.507Z] + grep parallel [2023-03-24T09:06:21.074Z] --parallel Build images in parallel. [Pipeline] } [2023-03-24T09:06:21.081Z] $ docker stop --time=1 69bbb6c1534ccb5cc0a45476f1ba95ef5f53f6cbb7ecad6bfa52c7e3bf8d98dc [2023-03-24T09:06:22.354Z] $ docker rm -f --volumes 69bbb6c1534ccb5cc0a45476f1ba95ef5f53f6cbb7ecad6bfa52c7e3bf8d98dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:06:22.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-24T09:06:22.722Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:06:22.786Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:06:22.823Z] $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:06:23.170Z] $ docker top 7e513a0df0cfa5663973e0cdb3d87d967ce725f700f78873d69ed148cf472559 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T09:06:23.512Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-24T09:06:24.079Z] Building core-command ... [2023-03-24T09:06:24.079Z] Building core-common-config-bootstrapper ... [2023-03-24T09:06:24.079Z] Building core-data ... [2023-03-24T09:06:24.079Z] Building core-metadata ... [2023-03-24T09:06:24.079Z] Building security-bootstrapper ... [2023-03-24T09:06:24.079Z] Building security-proxy-auth ... [2023-03-24T09:06:24.079Z] Building security-proxy-setup ... [2023-03-24T09:06:24.079Z] Building security-secretstore-setup ... [2023-03-24T09:06:24.079Z] Building security-spiffe-token-provider ... [2023-03-24T09:06:24.079Z] Building security-spire-agent ... [2023-03-24T09:06:24.079Z] Building security-spire-config ... [2023-03-24T09:06:24.079Z] Building security-spire-server ... [2023-03-24T09:06:24.079Z] Building support-notifications ... [2023-03-24T09:06:24.079Z] Building support-scheduler ... [2023-03-24T09:06:24.079Z] Building security-bootstrapper [2023-03-24T09:06:24.079Z] Building security-spire-agent [2023-03-24T09:06:24.079Z] Building core-data [2023-03-24T09:06:24.079Z] Building support-scheduler [2023-03-24T09:06:24.079Z] Building core-metadata [2023-03-24T09:06:36.275Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:06:36.275Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:06:36.275Z] ---> 6ea74f17cf30 [2023-03-24T09:06:36.275Z] Step 3/27 : WORKDIR /edgex-go [2023-03-24T09:06:36.275Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:06:36.275Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:06:36.275Z] ---> 6ea74f17cf30 [2023-03-24T09:06:36.275Z] Step 3/33 : WORKDIR /edgex-go [2023-03-24T09:06:36.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:06:36.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:06:36.275Z] ---> 6ea74f17cf30 [2023-03-24T09:06:36.275Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:06:36.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:06:36.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:06:36.275Z] ---> 6ea74f17cf30 [2023-03-24T09:06:36.275Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:06:36.534Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:06:36.534Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:06:36.534Z] ---> 6ea74f17cf30 [2023-03-24T09:06:36.534Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:06:46.506Z] ---> Running in 5f22b25ada92 [2023-03-24T09:06:46.506Z] ---> Running in 9ac9e5c81217 [2023-03-24T09:06:46.506Z] ---> Running in d869ec84b81c [2023-03-24T09:06:46.506Z] ---> Running in 27346ce38f25 [2023-03-24T09:06:46.506Z] ---> Running in d67e6abc4c92 [2023-03-24T09:06:46.506Z] Removing intermediate container 9ac9e5c81217 [2023-03-24T09:06:46.506Z] ---> 4d5da5669ae1 [2023-03-24T09:06:46.506Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:06:46.506Z] ---> Running in 5c21e081f23b [2023-03-24T09:06:46.506Z] Removing intermediate container d869ec84b81c [2023-03-24T09:06:46.506Z] ---> 67b85b360ff9 [2023-03-24T09:06:46.506Z] Step 4/25 : WORKDIR /edgex-go [2023-03-24T09:06:46.506Z] Removing intermediate container 5f22b25ada92 [2023-03-24T09:06:46.506Z] ---> 7be7397a7921 [2023-03-24T09:06:46.506Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-24T09:06:46.506Z] Removing intermediate container d67e6abc4c92 [2023-03-24T09:06:46.506Z] ---> 0e7cf566ccaa [2023-03-24T09:06:46.506Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:06:46.506Z] Removing intermediate container 27346ce38f25 [2023-03-24T09:06:46.506Z] ---> 9301d63952f4 [2023-03-24T09:06:46.506Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-24T09:06:46.506Z] ---> Running in bcbead752843 [2023-03-24T09:06:46.506Z] ---> Running in ea5d4deb87c8 [2023-03-24T09:06:46.506Z] ---> Running in cbf1ceed476c [2023-03-24T09:06:46.506Z] ---> Running in 8a025c448e7c [2023-03-24T09:06:46.506Z] Removing intermediate container 5c21e081f23b [2023-03-24T09:06:46.506Z] ---> c1d39424a0d0 [2023-03-24T09:06:46.506Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:06:46.506Z] ---> Running in e6f937834b21 [2023-03-24T09:06:46.506Z] Removing intermediate container bcbead752843 [2023-03-24T09:06:46.506Z] ---> fb2ed434f3e1 [2023-03-24T09:06:46.506Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-24T09:06:46.506Z] Removing intermediate container cbf1ceed476c [2023-03-24T09:06:46.506Z] ---> 80f9f3d04720 [2023-03-24T09:06:46.506Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:06:46.506Z] ---> Running in 5006456cdef0 [2023-03-24T09:06:46.506Z] ---> Running in 0865968e256a [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] OK: 265 MiB in 53 packages [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] OK: 265 MiB in 53 packages [2023-03-24T09:06:46.506Z] OK: 265 MiB in 53 packages [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:06:46.506Z] Removing intermediate container ea5d4deb87c8 [2023-03-24T09:06:46.506Z] ---> 11c5762029e2 [2023-03-24T09:06:46.506Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-24T09:06:46.506Z] OK: 265 MiB in 53 packages [2023-03-24T09:06:46.506Z] ---> 2a4fd097df17 [2023-03-24T09:06:46.506Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:06:46.506Z] ---> Running in 6b6bbe6a5ffd [2023-03-24T09:06:46.506Z] OK: 265 MiB in 53 packages [2023-03-24T09:06:46.506Z] Removing intermediate container e6f937834b21 [2023-03-24T09:06:46.506Z] ---> 713dea19cd51 [2023-03-24T09:06:46.506Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:06:46.506Z] Removing intermediate container 8a025c448e7c [2023-03-24T09:06:46.506Z] ---> b525dda31f11 [2023-03-24T09:06:46.506Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-24T09:06:46.506Z] ---> 8d829000450c [2023-03-24T09:06:46.506Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:06:46.506Z] ---> Running in 662bf65254ee [2023-03-24T09:06:46.506Z] ---> ab54f0178218 [2023-03-24T09:06:46.506Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:06:46.506Z] ---> Running in 2208e2633e1e [2023-03-24T09:06:46.765Z] Removing intermediate container 5006456cdef0 [2023-03-24T09:06:46.765Z] ---> a81fd6ac3dc5 [2023-03-24T09:06:46.765Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:06:46.765Z] Removing intermediate container 0865968e256a [2023-03-24T09:06:46.765Z] ---> b18fa811c19a [2023-03-24T09:06:46.765Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-24T09:06:47.023Z] ---> 1eb37d85fbfd [2023-03-24T09:06:47.023Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:06:47.023Z] ---> fc15b201d9f5 [2023-03-24T09:06:47.023Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:06:47.023Z] ---> Running in 9e0dcb7271a1 [2023-03-24T09:06:47.023Z] ---> Running in 1e8b4577477e [2023-03-24T09:08:20.640Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5694 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-03-24T09:08:20.649Z] Running in /w/workspace/edgex-go/475 [Pipeline] { [Pipeline] checkout [2023-03-24T09:08:20.681Z] The recommended git tool is: git [2023-03-24T09:08:24.596Z] Removing intermediate container 662bf65254ee [2023-03-24T09:08:24.596Z] ---> d416c1bd380f [2023-03-24T09:08:24.596Z] Step 8/23 : COPY . . [2023-03-24T09:08:24.596Z] Removing intermediate container 2208e2633e1e [2023-03-24T09:08:24.596Z] ---> cbb5f7a3529e [2023-03-24T09:08:24.596Z] Step 7/27 : COPY . . [2023-03-24T09:08:24.596Z] Removing intermediate container 9e0dcb7271a1 [2023-03-24T09:08:24.596Z] ---> 3a528bc23192 [2023-03-24T09:08:24.596Z] Step 8/25 : COPY . . [2023-03-24T09:08:24.596Z] Removing intermediate container 1e8b4577477e [2023-03-24T09:08:24.596Z] ---> 032538685731 [2023-03-24T09:08:24.596Z] Step 8/23 : COPY . . [2023-03-24T09:08:24.596Z] Removing intermediate container 6b6bbe6a5ffd [2023-03-24T09:08:24.596Z] ---> 81d81240be67 [2023-03-24T09:08:24.596Z] Step 7/33 : COPY . . [2023-03-24T09:08:26.714Z] using credential edgex-jenkins-ssh [2023-03-24T09:08:26.739Z] Cloning the remote Git repository [2023-03-24T09:08:26.788Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-24T09:08:26.897Z] > git init /w/workspace/edgex-go/475 # timeout=10 [2023-03-24T09:08:27.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-24T09:08:27.078Z] > git --version # timeout=10 [2023-03-24T09:08:27.109Z] > git --version # 'git version 2.25.1' [2023-03-24T09:08:27.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-24T09:08:27.304Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-24T09:08:32.749Z] ---> 23cc1dd8e411 [2023-03-24T09:08:32.749Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-24T09:08:32.749Z] ---> 3113b398a7d9 [2023-03-24T09:08:32.749Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-24T09:08:32.749Z] ---> e3cbdf60b8e4 [2023-03-24T09:08:32.749Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-24T09:08:32.749Z] ---> 5bacc15bb852 [2023-03-24T09:08:32.749Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-24T09:08:32.749Z] ---> Running in 5ddbd35051e0 [2023-03-24T09:08:32.749Z] ---> Running in f4012b940eca [2023-03-24T09:08:32.749Z] ---> Running in fda469481582 [2023-03-24T09:08:32.749Z] ---> 84418784fb91 [2023-03-24T09:08:32.749Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-24T09:08:32.749Z] ---> Running in 80e629b5fd16 [2023-03-24T09:08:32.749Z] ---> Running in e10b1d7d964e [2023-03-24T09:08:32.749Z] Removing intermediate container fda469481582 [2023-03-24T09:08:32.749Z] ---> 4888a0172dd5 [2023-03-24T09:08:32.749Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-24T09:08:32.749Z] ---> Running in 52a14bb209d1 [2023-03-24T09:08:32.749Z] Removing intermediate container 52a14bb209d1 [2023-03-24T09:08:32.749Z] ---> b3b5b4c63ebb [2023-03-24T09:08:32.749Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-24T09:08:32.749Z] ---> Running in f865dead6454 [2023-03-24T09:08:32.749Z] Removing intermediate container f865dead6454 [2023-03-24T09:08:32.749Z] ---> 365bb3a37d2b [2023-03-24T09:08:32.749Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-24T09:08:32.749Z] ---> Running in d0ee850e69c1 [2023-03-24T09:08:32.749Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-24T09:08:32.749Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-24T09:08:33.034Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-24T09:08:33.034Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-24T09:08:33.295Z] Removing intermediate container d0ee850e69c1 [2023-03-24T09:08:33.295Z] ---> ec766e717bfa [2023-03-24T09:08:33.295Z] Step 12/27 : WORKDIR /edgex-go [2023-03-24T09:08:33.557Z] ---> Running in 48ecbe014b30 [2023-03-24T09:08:33.818Z] Removing intermediate container 48ecbe014b30 [2023-03-24T09:08:33.818Z] ---> e7b390b21d9a [2023-03-24T09:08:33.818Z] [2023-03-24T09:08:33.818Z] Step 13/27 : FROM alpine:3.17 [2023-03-24T09:08:33.818Z] 3.17: Pulling from library/alpine [2023-03-24T09:08:34.097Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-24T09:08:34.097Z] Status: Downloaded newer image for alpine:3.17 [2023-03-24T09:08:34.097Z] ---> b2aa39c304c2 [2023-03-24T09:08:34.097Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-24T09:08:34.097Z] ---> Running in df51191194e9 [2023-03-24T09:08:34.362Z] Removing intermediate container df51191194e9 [2023-03-24T09:08:34.362Z] ---> f803ca8cea52 [2023-03-24T09:08:34.362Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-24T09:08:34.362Z] ---> Running in bc54afccf4e6 [2023-03-24T09:08:34.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:08:34.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:08:34.884Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:08:34.884Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:08:34.884Z] OK: 17820 distinct packages available [2023-03-24T09:08:34.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:08:35.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:08:35.405Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-24T09:08:35.405Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-24T09:08:35.405Z] (3/5) Installing libucontext (1.2-r0) [2023-03-24T09:08:35.405Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-24T09:08:35.405Z] (5/5) Installing openssl (3.0.8-r1) [2023-03-24T09:08:35.405Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:08:35.405Z] OK: 8 MiB in 20 packages [2023-03-24T09:08:36.348Z] Removing intermediate container bc54afccf4e6 [2023-03-24T09:08:36.348Z] ---> 75a2905555cd [2023-03-24T09:08:36.348Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:08:36.348Z] ---> d715a6ef5682 [2023-03-24T09:08:36.348Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:08:36.916Z] ---> 45aa1d5d44ea [2023-03-24T09:08:36.916Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-24T09:08:39.457Z] ---> 53d6e8538d98 [2023-03-24T09:08:39.457Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-24T09:08:43.661Z] ---> d3628225a2f4 [2023-03-24T09:08:43.661Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-24T09:08:44.232Z] ---> 0197276b6073 [2023-03-24T09:08:44.232Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-24T09:08:45.175Z] ---> b1b33aa62187 [2023-03-24T09:08:45.175Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-24T09:08:46.113Z] ---> 99e5741c4f1f [2023-03-24T09:08:46.113Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-24T09:08:46.373Z] ---> Running in 2d1d36acad67 [2023-03-24T09:08:46.639Z] Removing intermediate container 2d1d36acad67 [2023-03-24T09:08:46.639Z] ---> 9e36844db3d4 [2023-03-24T09:08:46.639Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-24T09:08:46.790Z] Avoid second fetch [2023-03-24T09:08:46.791Z] Checking out Revision 32e4cad4570321b8701fad636f81d26e3bb342d0 (main) [2023-03-24T09:08:46.899Z] ---> Running in b7ed09d30de3 [2023-03-24T09:08:47.158Z] Removing intermediate container b7ed09d30de3 [2023-03-24T09:08:47.158Z] ---> 455a35f1e570 [2023-03-24T09:08:47.158Z] Step 25/27 : LABEL arch=x86_64 [2023-03-24T09:08:45.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-24T09:08:45.753Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-24T09:08:46.809Z] > git config core.sparsecheckout # timeout=10 [2023-03-24T09:08:46.884Z] > git checkout -f 32e4cad4570321b8701fad636f81d26e3bb342d0 # timeout=10 [2023-03-24T09:08:47.418Z] ---> Running in 694cddc33234 [2023-03-24T09:08:47.630Z] Commit message: "Merge pull request #4471 from weichou1229/apply-pw-changes" [2023-03-24T09:08:47.991Z] Removing intermediate container 694cddc33234 [2023-03-24T09:08:47.991Z] ---> cef3a694e042 [2023-03-24T09:08:47.991Z] Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:08:47.991Z] ---> Running in 2abfd4b23e2f [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-24T09:08:48.561Z] Removing intermediate container 2abfd4b23e2f [2023-03-24T09:08:48.561Z] ---> 8636a464d78d [2023-03-24T09:08:48.561Z] Step 27/27 : LABEL version=3.0.0-dev.113 [2023-03-24T09:08:48.561Z] ---> Running in 7e5aa319de67 [2023-03-24T09:08:48.644Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-24T09:08:48.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T09:08:48.644Z] Dload Upload Total Spent Left Speed [2023-03-24T09:08:48.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 97335 [2023-03-24T09:08:48.819Z] Removing intermediate container 7e5aa319de67 [2023-03-24T09:08:48.819Z] ---> 56a22ab3cfff [2023-03-24T09:08:48.819Z] [2023-03-24T09:08:48.819Z] Successfully built 56a22ab3cfff [2023-03-24T09:08:48.819Z] Successfully tagged security-spire-agent:latest [2023-03-24T09:08:48.819Z]  Building security-spire-agent ... done Building security-spire-config [Pipeline] sh [2023-03-24T09:08:49.284Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-24T09:08:49.616Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-24T09:08:49.616Z] + sudo tee /etc/docker/daemon.new [2023-03-24T09:08:49.616Z] { [2023-03-24T09:08:49.616Z] "registry-mirrors": [ [2023-03-24T09:08:49.616Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-24T09:08:49.616Z] ], [2023-03-24T09:08:49.616Z] "bip": "10.250.0.254/24", [2023-03-24T09:08:49.616Z] "hosts": [ [2023-03-24T09:08:49.616Z] "tcp://0.0.0.0:5555", [2023-03-24T09:08:49.616Z] "unix:///var/run/docker.sock" [2023-03-24T09:08:49.616Z] ], [2023-03-24T09:08:49.616Z] "mtu": 1458, [2023-03-24T09:08:49.616Z] "selinux-enabled": true, [2023-03-24T09:08:49.616Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-24T09:08:49.616Z] } [Pipeline] sh [2023-03-24T09:08:49.953Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-24T09:08:50.296Z] + sudo service docker restart [2023-03-24T09:08:52.190Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:08:52.190Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:08:52.190Z] ---> 6ea74f17cf30 [2023-03-24T09:08:52.190Z] Step 3/27 : WORKDIR /edgex-go [2023-03-24T09:08:52.190Z] ---> Using cache [2023-03-24T09:08:52.190Z] ---> 9301d63952f4 [2023-03-24T09:08:52.190Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-24T09:08:57.559Z] ---> Running in 3720954dabce [2023-03-24T09:08:57.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:08:57.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:08:57.819Z] OK: 265 MiB in 53 packages [2023-03-24T09:08:59.210Z] Removing intermediate container 3720954dabce [2023-03-24T09:08:59.210Z] ---> 6d6418128f87 [2023-03-24T09:08:59.210Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-24T09:08:59.810Z] ---> ec1875919f8b [2023-03-24T09:08:59.810Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:09:00.071Z] ---> Running in 7c894751f16a [2023-03-24T09:09:04.809Z] Removing intermediate container 5ddbd35051e0 [2023-03-24T09:09:04.809Z] ---> 0612f6659407 [2023-03-24T09:09:04.809Z] [2023-03-24T09:09:04.809Z] Step 10/25 : FROM alpine:3.17 [2023-03-24T09:09:04.809Z] ---> b2aa39c304c2 [2023-03-24T09:09:04.809Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:09:04.809Z] Removing intermediate container f4012b940eca [2023-03-24T09:09:04.809Z] ---> 451692a619d2 [2023-03-24T09:09:04.809Z] [2023-03-24T09:09:04.809Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:09:04.809Z] ---> b2aa39c304c2 [2023-03-24T09:09:04.809Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:09:04.809Z] Removing intermediate container e10b1d7d964e [2023-03-24T09:09:04.809Z] ---> 8d8a240dd92f [2023-03-24T09:09:04.809Z] [2023-03-24T09:09:04.809Z] Step 9/33 : FROM alpine:3.17 [2023-03-24T09:09:04.809Z] ---> b2aa39c304c2 [2023-03-24T09:09:04.809Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-24T09:09:04.809Z] ---> Running in c7f6f1743006 [2023-03-24T09:09:04.809Z] ---> Running in 0bd754de0ab7 [2023-03-24T09:09:04.809Z] ---> Running in 0dfa377bd407 [2023-03-24T09:09:05.071Z] Removing intermediate container 0bd754de0ab7 [2023-03-24T09:09:05.071Z] ---> 81aab20e89a9 [2023-03-24T09:09:05.071Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-24T09:09:05.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:05.334Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:05.334Z] Removing intermediate container 0dfa377bd407 [2023-03-24T09:09:05.334Z] ---> 0eb228df84bf [2023-03-24T09:09:05.334Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-24T09:09:05.334Z] ---> Running in 0a212ae362a1 [2023-03-24T09:09:05.334Z] ---> Running in 4960e28bcdc5 [2023-03-24T09:09:05.611Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T09:09:05.611Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:09:05.611Z] OK: 7 MiB in 16 packages [2023-03-24T09:09:05.611Z] Removing intermediate container 0a212ae362a1 [2023-03-24T09:09:05.611Z] ---> 42c546b16ddd [2023-03-24T09:09:05.611Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-24T09:09:05.611Z] ---> Running in 0904760a7cd7 [2023-03-24T09:09:05.873Z] Removing intermediate container 0904760a7cd7 [2023-03-24T09:09:05.873Z] ---> 6b71fb37f042 [2023-03-24T09:09:05.873Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:09:05.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:06.131Z] ---> Running in 5891428e635f [2023-03-24T09:09:06.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:06.426Z] Removing intermediate container c7f6f1743006 [2023-03-24T09:09:06.426Z] ---> 985c4a08ed72 [2023-03-24T09:09:06.426Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:09:06.426Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-24T09:09:06.426Z] (2/2) Installing su-exec (0.2-r2) [2023-03-24T09:09:06.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:06.426Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:09:06.426Z] OK: 7 MiB in 17 packages [2023-03-24T09:09:06.426Z] ---> Running in ccbff11e45b8 [2023-03-24T09:09:06.685Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:06.685Z] Removing intermediate container ccbff11e45b8 [2023-03-24T09:09:06.685Z] ---> 3228511f4682 [2023-03-24T09:09:06.685Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-24T09:09:06.685Z] ---> Running in 786c43756bc2 [2023-03-24T09:09:06.685Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T09:09:06.685Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:09:06.685Z] OK: 7 MiB in 16 packages [2023-03-24T09:09:06.943Z] Removing intermediate container 786c43756bc2 [2023-03-24T09:09:06.943Z] ---> 47e899c8870e [2023-03-24T09:09:06.943Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-24T09:09:07.203Z] Removing intermediate container 4960e28bcdc5 [2023-03-24T09:09:07.203Z] ---> 9f124d28bf53 [2023-03-24T09:09:07.203Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-24T09:09:07.203Z] ---> Running in f81837bbad5d [2023-03-24T09:09:07.469Z] ---> Running in 51781c93ba59 [2023-03-24T09:09:07.469Z] Removing intermediate container f81837bbad5d [2023-03-24T09:09:07.469Z] ---> bc6323ab1c76 [2023-03-24T09:09:07.469Z] Step 15/25 : WORKDIR / [2023-03-24T09:09:07.728Z] Removing intermediate container 51781c93ba59 [2023-03-24T09:09:07.728Z] ---> c41ffa4db44d [2023-03-24T09:09:07.728Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-24T09:09:07.728Z] ---> Running in 4e08b94a33f6 [2023-03-24T09:09:07.728Z] Removing intermediate container 5891428e635f [2023-03-24T09:09:07.728Z] ---> a6c973bf19eb [2023-03-24T09:09:07.728Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:09:07.728Z] ---> Running in d01c0d41c432 [2023-03-24T09:09:07.987Z] Removing intermediate container 4e08b94a33f6 [2023-03-24T09:09:07.987Z] ---> c14825332e2f [2023-03-24T09:09:07.987Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:09:07.987Z] Removing intermediate container d01c0d41c432 [2023-03-24T09:09:07.987Z] ---> 9c0bd22e1daa [2023-03-24T09:09:07.987Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-24T09:09:07.987Z] ---> cf1efe1ae442 [2023-03-24T09:09:07.987Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:09:07.987Z] Removing intermediate container 80e629b5fd16 [2023-03-24T09:09:07.987Z] ---> ce08f0aec0f2 [2023-03-24T09:09:07.987Z] [2023-03-24T09:09:07.987Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:09:07.987Z] ---> b2aa39c304c2 [2023-03-24T09:09:07.987Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:09:07.987Z] ---> Using cache [2023-03-24T09:09:07.987Z] ---> 985c4a08ed72 [2023-03-24T09:09:07.987Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:09:07.987Z] ---> Using cache [2023-03-24T09:09:07.987Z] ---> 3228511f4682 [2023-03-24T09:09:07.987Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-24T09:09:07.987Z] ---> Running in e5dfc509f03f [2023-03-24T09:09:07.987Z] ---> Running in 06135df8838d [2023-03-24T09:09:07.987Z] ---> df3c4f427917 [2023-03-24T09:09:07.987Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:09:08.246Z] ---> b9b5ddf70e9d [2023-03-24T09:09:08.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-24T09:09:08.246Z] Removing intermediate container e5dfc509f03f [2023-03-24T09:09:08.246Z] ---> 315a6c01c195 [2023-03-24T09:09:08.246Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-24T09:09:08.246Z] Removing intermediate container 06135df8838d [2023-03-24T09:09:08.246Z] ---> fe17be2f5196 [2023-03-24T09:09:08.246Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-24T09:09:08.246Z] ---> Running in d0f7187400f2 [2023-03-24T09:09:08.246Z] ---> Running in 6c2933eceee9 [2023-03-24T09:09:08.246Z] ---> 935e03c7a23b [2023-03-24T09:09:08.246Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-24T09:09:08.523Z] Removing intermediate container d0f7187400f2 [2023-03-24T09:09:08.523Z] ---> 47670ef50c23 [2023-03-24T09:09:08.523Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-24T09:09:08.523Z] Removing intermediate container 6c2933eceee9 [2023-03-24T09:09:08.523Z] ---> 3457753dc77b [2023-03-24T09:09:08.523Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T09:09:08.589Z] provisioning config files... [2023-03-24T09:09:08.620Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config18316823282920572937tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:09:08.781Z] ---> Running in dbb8ed0a4b18 [2023-03-24T09:09:08.781Z] ---> 611ad7264c0c [2023-03-24T09:09:08.781Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:09:08.781Z] ---> 45380d4f6fb3 [2023-03-24T09:09:08.781Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:09:08.781Z] ---> dd96ede966e7 [2023-03-24T09:09:08.781Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:09:08.987Z] ---> docker-login.sh [2023-03-24T09:09:08.987Z] nexus3.edgexfoundry.org:10001 [2023-03-24T09:09:09.039Z] ---> edf24236ad19 [2023-03-24T09:09:09.039Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-24T09:09:09.039Z] ---> a193b2ef6300 [2023-03-24T09:09:09.039Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-24T09:09:09.039Z] ---> ccd331f5886a [2023-03-24T09:09:09.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-24T09:09:09.039Z] ---> Running in 07901dab08f7 [2023-03-24T09:09:09.039Z] Removing intermediate container 07901dab08f7 [2023-03-24T09:09:09.039Z] ---> 5fb665c05f2c [2023-03-24T09:09:09.039Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:09:09.039Z] ---> 340f78a46b1d [2023-03-24T09:09:09.039Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-24T09:09:09.297Z] ---> Running in deb8bb24cf34 [2023-03-24T09:09:09.556Z] ---> Running in 7ea4424cb022 [2023-03-24T09:09:09.556Z] Removing intermediate container deb8bb24cf34 [2023-03-24T09:09:09.556Z] ---> fbc4e57488f9 [2023-03-24T09:09:09.556Z] Step 21/23 : LABEL arch=x86_64 [2023-03-24T09:09:09.556Z] ---> 92b6a6f32e33 [2023-03-24T09:09:09.556Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:09:09.556Z] ---> Running in 9ca44b614b23 [2023-03-24T09:09:09.556Z] Removing intermediate container 7ea4424cb022 [2023-03-24T09:09:09.556Z] ---> 4053540f47e0 [2023-03-24T09:09:09.556Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:09:09.556Z] ---> Running in c630b3475137 [2023-03-24T09:09:09.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:09:09.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:09:09.580Z] Configure a credential helper to remove this warning. See [2023-03-24T09:09:09.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:09:09.580Z] [2023-03-24T09:09:09.580Z] Login Succeeded [2023-03-24T09:09:09.580Z] nexus3.edgexfoundry.org:10002 [2023-03-24T09:09:09.814Z] Removing intermediate container 9ca44b614b23 [2023-03-24T09:09:09.814Z] ---> d5d633ca9dc7 [2023-03-24T09:09:09.814Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:09:09.814Z] Removing intermediate container dbb8ed0a4b18 [2023-03-24T09:09:09.814Z] ---> 8e5aa49e5d28 [2023-03-24T09:09:09.814Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-24T09:09:09.814Z] ---> 858eef1727b5 [2023-03-24T09:09:09.814Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-24T09:09:09.814Z] ---> Running in 3bdbca7ddd9e [2023-03-24T09:09:09.814Z] Removing intermediate container c630b3475137 [2023-03-24T09:09:09.814Z] ---> a605cac629a0 [2023-03-24T09:09:09.814Z] Step 23/25 : LABEL arch=x86_64 [2023-03-24T09:09:09.814Z] ---> Running in fcd8a0b7fa7f [2023-03-24T09:09:09.814Z] ---> Running in a7e10ea65933 [2023-03-24T09:09:09.814Z] ---> Running in 64ca31e10b45 [2023-03-24T09:09:09.814Z] Removing intermediate container 3bdbca7ddd9e [2023-03-24T09:09:09.814Z] ---> b7e51733388a [2023-03-24T09:09:09.814Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:09:09.814Z] Removing intermediate container a7e10ea65933 [2023-03-24T09:09:09.814Z] ---> 1fa81e20e1fd [2023-03-24T09:09:09.814Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:09:09.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:09:10.072Z] Removing intermediate container fcd8a0b7fa7f [2023-03-24T09:09:10.072Z] ---> 632138dc3816 [2023-03-24T09:09:10.072Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-24T09:09:10.072Z] ---> Running in ef7ac195519d [2023-03-24T09:09:10.072Z] ---> Running in 566176c670e9 [2023-03-24T09:09:10.072Z] Removing intermediate container 64ca31e10b45 [2023-03-24T09:09:10.072Z] ---> 50e0331b0481 [2023-03-24T09:09:10.072Z] Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:09:10.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:09:10.121Z] Configure a credential helper to remove this warning. See [2023-03-24T09:09:10.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:09:10.121Z] [2023-03-24T09:09:10.121Z] Login Succeeded [2023-03-24T09:09:10.121Z] nexus3.edgexfoundry.org:10003 [2023-03-24T09:09:10.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:09:10.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:09:10.392Z] Configure a credential helper to remove this warning. See [2023-03-24T09:09:10.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:09:10.392Z] [2023-03-24T09:09:10.392Z] Login Succeeded [2023-03-24T09:09:10.392Z] nexus3.edgexfoundry.org:10004 [2023-03-24T09:09:10.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:09:10.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:09:10.934Z] Configure a credential helper to remove this warning. See [2023-03-24T09:09:10.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:09:10.934Z] [2023-03-24T09:09:10.934Z] Login Succeeded [2023-03-24T09:09:10.934Z] docker.io [2023-03-24T09:09:11.005Z] Removing intermediate container ef7ac195519d [2023-03-24T09:09:11.005Z] ---> 19c59443c149 [2023-03-24T09:09:11.005Z] [2023-03-24T09:09:11.005Z] ---> Running in 6a962803023e [2023-03-24T09:09:11.005Z] Successfully built 19c59443c149 [2023-03-24T09:09:11.005Z] Successfully tagged core-data:latest [2023-03-24T09:09:11.005Z] Building core-command [2023-03-24T09:09:11.005Z]  Building core-data ... done  ---> 538d19709a47 [2023-03-24T09:09:11.005Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-24T09:09:11.005Z] Removing intermediate container 566176c670e9 [2023-03-24T09:09:11.005Z] ---> fb42fc7d99ba [2023-03-24T09:09:11.005Z] Step 21/23 : LABEL arch=x86_64 [2023-03-24T09:09:11.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:09:11.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:09:11.476Z] Configure a credential helper to remove this warning. See [2023-03-24T09:09:11.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:09:11.476Z] [2023-03-24T09:09:11.476Z] Login Succeeded [2023-03-24T09:09:11.476Z] ---> docker-login.sh ends [Pipeline] } [2023-03-24T09:09:11.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-03-24T09:09:12.113Z] + git config --global --add safe.directory /w/workspace/edgex-go/475 [Pipeline] echo [2023-03-24T09:09:12.134Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T09:09:12.144Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T09:09:12.150Z] ========================================================= [2023-03-24T09:09:12.150Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-24T09:09:12.150Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-24T09:09:12.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-24T09:09:12.759Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-24T09:09:12.759Z] af6eaf76a39c: Pulling fs layer [2023-03-24T09:09:12.759Z] 55522c791124: Pulling fs layer [2023-03-24T09:09:12.759Z] ce5c4a1c91eb: Pulling fs layer [2023-03-24T09:09:12.759Z] 169dfbe0d373: Pulling fs layer [2023-03-24T09:09:12.759Z] e1ff8fa3b103: Pulling fs layer [2023-03-24T09:09:12.759Z] 52ebb69f0ebf: Pulling fs layer [2023-03-24T09:09:12.759Z] 5abe8eddf0d5: Pulling fs layer [2023-03-24T09:09:12.759Z] 52ebb69f0ebf: Waiting [2023-03-24T09:09:12.759Z] e1ff8fa3b103: Waiting [2023-03-24T09:09:12.759Z] 5abe8eddf0d5: Waiting [2023-03-24T09:09:12.759Z] 169dfbe0d373: Waiting [2023-03-24T09:09:12.759Z] 55522c791124: Download complete [2023-03-24T09:09:12.759Z] 169dfbe0d373: Verifying Checksum [2023-03-24T09:09:12.759Z] 169dfbe0d373: Download complete [2023-03-24T09:09:12.759Z] e1ff8fa3b103: Download complete [2023-03-24T09:09:12.759Z] af6eaf76a39c: Verifying Checksum [2023-03-24T09:09:12.759Z] af6eaf76a39c: Download complete [2023-03-24T09:09:13.735Z] af6eaf76a39c: Pull complete [2023-03-24T09:09:14.015Z] 5abe8eddf0d5: Verifying Checksum [2023-03-24T09:09:14.015Z] 5abe8eddf0d5: Download complete [2023-03-24T09:09:14.295Z] 55522c791124: Pull complete [2023-03-24T09:09:15.187Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:09:15.187Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:09:15.187Z] ---> 6ea74f17cf30 [2023-03-24T09:09:15.187Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:09:15.187Z] ---> Using cache [2023-03-24T09:09:15.187Z] ---> 0e7cf566ccaa [2023-03-24T09:09:15.187Z] Step 4/24 : WORKDIR /edgex-go [2023-03-24T09:09:15.187Z] ---> Using cache [2023-03-24T09:09:15.187Z] ---> 80f9f3d04720 [2023-03-24T09:09:15.187Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-24T09:09:15.187Z] ---> Using cache [2023-03-24T09:09:15.187Z] ---> a81fd6ac3dc5 [2023-03-24T09:09:15.187Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-24T09:09:15.187Z] ---> Using cache [2023-03-24T09:09:15.187Z] ---> fc15b201d9f5 [2023-03-24T09:09:15.187Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:09:15.187Z] ---> Using cache [2023-03-24T09:09:15.187Z] ---> 032538685731 [2023-03-24T09:09:15.187Z] Step 8/24 : COPY . . [2023-03-24T09:09:15.187Z] ---> Using cache [2023-03-24T09:09:15.187Z] ---> 3113b398a7d9 [2023-03-24T09:09:15.187Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-24T09:09:15.302Z] ce5c4a1c91eb: Verifying Checksum [2023-03-24T09:09:15.302Z] ce5c4a1c91eb: Download complete [2023-03-24T09:09:15.302Z] 52ebb69f0ebf: Verifying Checksum [2023-03-24T09:09:15.302Z] 52ebb69f0ebf: Download complete [2023-03-24T09:09:20.460Z] ---> Running in 3d9556d16980 [2023-03-24T09:09:20.460Z] ---> Running in 8a0062eea0ab [2023-03-24T09:09:20.460Z] Removing intermediate container 6a962803023e [2023-03-24T09:09:20.460Z] ---> 830415e8d3f6 [2023-03-24T09:09:20.460Z] Step 25/25 : LABEL version=3.0.0-dev.113 [2023-03-24T09:09:20.460Z] ---> Running in 8102adf97b41 [2023-03-24T09:09:20.460Z] ---> Running in 74a90de449e3 [2023-03-24T09:09:20.460Z] Removing intermediate container 8a0062eea0ab [2023-03-24T09:09:20.460Z] ---> ec16d2bfc15c [2023-03-24T09:09:20.460Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:09:20.460Z] ---> Running in 3705dde19049 [2023-03-24T09:09:20.460Z] Removing intermediate container 74a90de449e3 [2023-03-24T09:09:20.460Z] ---> 190f42b899c8 [2023-03-24T09:09:20.460Z] [2023-03-24T09:09:20.460Z] Successfully built 190f42b899c8 [2023-03-24T09:09:20.460Z] Successfully tagged core-metadata:latest [2023-03-24T09:09:20.460Z]  Building core-metadata ... done Building security-spire-server [2023-03-24T09:09:21.102Z] Removing intermediate container 3705dde19049 [2023-03-24T09:09:21.102Z] ---> 11e02296c488 [2023-03-24T09:09:21.102Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:09:21.102Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-24T09:09:24.385Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:09:24.385Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:09:24.385Z] ---> 6ea74f17cf30 [2023-03-24T09:09:24.385Z] Step 3/26 : WORKDIR /edgex-go [2023-03-24T09:09:24.385Z] ---> Using cache [2023-03-24T09:09:24.385Z] ---> 9301d63952f4 [2023-03-24T09:09:24.385Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-24T09:09:24.385Z] ---> Using cache [2023-03-24T09:09:24.385Z] ---> 6d6418128f87 [2023-03-24T09:09:24.385Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-24T09:09:24.385Z] ---> Using cache [2023-03-24T09:09:24.385Z] ---> ec1875919f8b [2023-03-24T09:09:24.385Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:09:25.405Z] ce5c4a1c91eb: Pull complete [2023-03-24T09:09:25.674Z] 169dfbe0d373: Pull complete [2023-03-24T09:09:25.945Z] e1ff8fa3b103: Pull complete [2023-03-24T09:09:30.959Z] ---> Running in 0b97dbbd05a6 [2023-03-24T09:09:30.960Z] ---> Running in 5b209300ed04 [2023-03-24T09:09:30.960Z] Removing intermediate container 0b97dbbd05a6 [2023-03-24T09:09:30.960Z] ---> bae344b16a04 [2023-03-24T09:09:30.960Z] [2023-03-24T09:09:30.960Z] Removing intermediate container 3d9556d16980 [2023-03-24T09:09:30.960Z] ---> 528a3b7700f1 [2023-03-24T09:09:30.960Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:09:30.960Z] Successfully built bae344b16a04 [2023-03-24T09:09:30.960Z] Removing intermediate container 7c894751f16a [2023-03-24T09:09:30.960Z] ---> 53c5219cc09a [2023-03-24T09:09:30.960Z] Step 7/27 : COPY . . [2023-03-24T09:09:31.217Z] Successfully tagged support-scheduler:latest [2023-03-24T09:09:31.217Z]  Building support-scheduler ... done Building security-proxy-setup [2023-03-24T09:09:32.643Z] 52ebb69f0ebf: Pull complete [2023-03-24T09:09:34.059Z] 5abe8eddf0d5: Pull complete [2023-03-24T09:09:34.059Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-24T09:09:34.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-24T09:09:34.059Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-24T09:09:34.477Z] + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-24T09:09:34.477Z] WORKDIR /edgex [2023-03-24T09:09:34.477Z] COPY go.mod . [2023-03-24T09:09:34.477Z] RUN go mod download ci-base-image-arm64 [2023-03-24T09:09:34.477Z] -f - . [2023-03-24T09:09:35.085Z] Sending build context to Docker daemon 2.935MB [2023-03-24T09:09:35.085Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-24T09:09:35.085Z] ---> 6cb57ee374ae [2023-03-24T09:09:35.085Z] Step 2/4 : WORKDIR /edgex [2023-03-24T09:09:37.682Z] ---> Running in a37e5ef8f1d1 [2023-03-24T09:09:37.682Z] Removing intermediate container a37e5ef8f1d1 [2023-03-24T09:09:37.682Z] ---> 5294e39c76a6 [2023-03-24T09:09:37.682Z] Step 3/4 : COPY go.mod . [2023-03-24T09:09:37.768Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:09:37.768Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:09:37.768Z] ---> 6ea74f17cf30 [2023-03-24T09:09:37.768Z] Step 3/22 : WORKDIR /edgex-go [2023-03-24T09:09:37.768Z] ---> Using cache [2023-03-24T09:09:37.768Z] ---> 9301d63952f4 [2023-03-24T09:09:37.768Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-24T09:09:37.768Z] ---> Using cache [2023-03-24T09:09:37.768Z] ---> 11c5762029e2 [2023-03-24T09:09:37.768Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-24T09:09:37.768Z] ---> Using cache [2023-03-24T09:09:37.768Z] ---> 2a4fd097df17 [2023-03-24T09:09:37.768Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:09:37.768Z] ---> Using cache [2023-03-24T09:09:37.768Z] ---> 81d81240be67 [2023-03-24T09:09:37.768Z] Step 7/22 : COPY . . [2023-03-24T09:09:37.768Z] ---> Using cache [2023-03-24T09:09:37.768Z] ---> 84418784fb91 [2023-03-24T09:09:37.768Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-24T09:09:38.268Z] ---> 0a09d5db9407 [2023-03-24T09:09:38.268Z] Step 4/4 : RUN go mod download [2023-03-24T09:09:38.268Z] ---> Running in f2736e002ea0 [2023-03-24T09:09:45.884Z] ---> b200dea4313c [2023-03-24T09:09:45.884Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:09:45.884Z] ---> Running in 67c9302a2b17 [2023-03-24T09:09:45.884Z] ---> 5640b7c0a0dc [2023-03-24T09:09:45.884Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-24T09:09:45.884Z] ---> Running in b5079b998a69 [2023-03-24T09:09:45.884Z] ---> 6f3a09de24f1 [2023-03-24T09:09:45.884Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-24T09:09:45.884Z] Removing intermediate container b5079b998a69 [2023-03-24T09:09:45.884Z] ---> 02574345fa4d [2023-03-24T09:09:45.884Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-24T09:09:45.884Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-24T09:09:46.821Z] ---> Running in a89bb50605e9 [2023-03-24T09:09:46.821Z] ---> 9edccc2906ce [2023-03-24T09:09:46.821Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-03-24T09:09:47.086Z] Removing intermediate container a89bb50605e9 [2023-03-24T09:09:47.086Z] ---> e98d4e0cc88c [2023-03-24T09:09:47.086Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-24T09:09:47.086Z] ---> Running in d2f3c30dae13 [2023-03-24T09:09:47.086Z] ---> 3bde30334217 [2023-03-24T09:09:47.086Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-24T09:09:47.347Z] Removing intermediate container 8102adf97b41 [2023-03-24T09:09:47.347Z] ---> b5ac548d9849 [2023-03-24T09:09:47.347Z] [2023-03-24T09:09:47.347Z] Step 10/24 : FROM alpine:3.17 [2023-03-24T09:09:47.347Z] ---> b2aa39c304c2 [2023-03-24T09:09:47.347Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:09:47.347Z] ---> Using cache [2023-03-24T09:09:47.347Z] ---> 985c4a08ed72 [2023-03-24T09:09:47.347Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:09:47.347Z] ---> Using cache [2023-03-24T09:09:47.347Z] ---> 3228511f4682 [2023-03-24T09:09:47.347Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-24T09:09:47.347Z] ---> Running in ed832861a4be [2023-03-24T09:09:47.347Z] Removing intermediate container d2f3c30dae13 [2023-03-24T09:09:47.347Z] ---> 2373658704d6 [2023-03-24T09:09:47.347Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-24T09:09:47.347Z] ---> 3865c0418b69 [2023-03-24T09:09:47.348Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-24T09:09:47.348Z] ---> Running in b69533ac2bd9 [2023-03-24T09:09:47.348Z] Removing intermediate container ed832861a4be [2023-03-24T09:09:47.348Z] ---> 414bd0d53541 [2023-03-24T09:09:47.348Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-24T09:09:47.607Z] ---> Running in e629c23b7fa6 [2023-03-24T09:09:47.607Z] ---> 64bec343e520 [2023-03-24T09:09:47.607Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-24T09:09:47.607Z] Removing intermediate container e629c23b7fa6 [2023-03-24T09:09:47.607Z] ---> c6ff62a5960b [2023-03-24T09:09:47.607Z] Step 15/24 : WORKDIR / [2023-03-24T09:09:47.866Z] ---> Running in 1a776b167b40 [2023-03-24T09:09:47.866Z] ---> 1225688f08ea [2023-03-24T09:09:47.866Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-24T09:09:47.866Z] Removing intermediate container 1a776b167b40 [2023-03-24T09:09:47.866Z] ---> 5eb4a8ad685c [2023-03-24T09:09:47.866Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:09:48.124Z] ---> d45ee5a231ec [2023-03-24T09:09:48.124Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-24T09:09:48.124Z] ---> Running in 598e31e40b86 [2023-03-24T09:09:48.124Z] ---> de78866eabf4 [2023-03-24T09:09:48.124Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:09:48.381Z] Removing intermediate container b69533ac2bd9 [2023-03-24T09:09:48.381Z] ---> b231df8e9f5b [2023-03-24T09:09:48.381Z] Step 12/27 : WORKDIR /edgex-go [2023-03-24T09:09:48.381Z] ---> Running in 6434bba29849 [2023-03-24T09:09:48.381Z] ---> ce92c395aaba [2023-03-24T09:09:48.381Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-24T09:09:48.640Z] Removing intermediate container 6434bba29849 [2023-03-24T09:09:48.640Z] ---> 7caf01f984b7 [2023-03-24T09:09:48.640Z] [2023-03-24T09:09:48.640Z] Step 13/27 : FROM alpine:3.17 [2023-03-24T09:09:48.640Z] ---> b2aa39c304c2 [2023-03-24T09:09:48.640Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-24T09:09:48.640Z] ---> Using cache [2023-03-24T09:09:48.640Z] ---> f803ca8cea52 [2023-03-24T09:09:48.640Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-24T09:09:48.898Z] ---> Running in 178a9e558383 [2023-03-24T09:09:48.898Z] ---> 8d0fe50a34c7 [2023-03-24T09:09:48.898Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:09:49.156Z] Removing intermediate container 598e31e40b86 [2023-03-24T09:09:49.156Z] ---> 337aeaa0c014 [2023-03-24T09:09:49.156Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-24T09:09:49.156Z] ---> Running in eab794826ec1 [2023-03-24T09:09:49.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:49.414Z] ---> b3e45cf67a0d [2023-03-24T09:09:49.414Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-24T09:09:49.414Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:49.414Z] ---> Running in 5c53cf6adb66 [2023-03-24T09:09:49.414Z] Removing intermediate container eab794826ec1 [2023-03-24T09:09:49.414Z] ---> 6a6a59a4fae8 [2023-03-24T09:09:49.414Z] Step 30/33 : CMD ["gate"] [2023-03-24T09:09:49.671Z] ---> Running in 115bc94f3bc5 [2023-03-24T09:09:49.671Z] Removing intermediate container 5c53cf6adb66 [2023-03-24T09:09:49.671Z] ---> db5b744a8c7f [2023-03-24T09:09:49.671Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:09:49.671Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:09:49.671Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:09:49.671Z] OK: 17820 distinct packages available [2023-03-24T09:09:49.671Z] ---> Running in e15fe82ec673 [2023-03-24T09:09:49.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:49.929Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:09:49.929Z] Removing intermediate container 115bc94f3bc5 [2023-03-24T09:09:49.929Z] ---> 7788593f85b2 [2023-03-24T09:09:49.929Z] Step 31/33 : LABEL arch=x86_64 [2023-03-24T09:09:49.929Z] Removing intermediate container e15fe82ec673 [2023-03-24T09:09:49.929Z] ---> a463ab089186 [2023-03-24T09:09:49.929Z] Step 22/24 : LABEL arch=x86_64 [2023-03-24T09:09:50.186Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-24T09:09:50.186Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-24T09:09:50.186Z] (3/4) Installing libucontext (1.2-r0) [2023-03-24T09:09:50.186Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-24T09:09:50.186Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:09:50.186Z] OK: 7 MiB in 19 packages [2023-03-24T09:09:50.186Z] ---> Running in d2a1c2e43ca4 [2023-03-24T09:09:50.186Z] ---> Running in 91a975989087 [2023-03-24T09:09:50.186Z] Removing intermediate container d2a1c2e43ca4 [2023-03-24T09:09:50.186Z] ---> 00f4f9d73c01 [2023-03-24T09:09:50.187Z] Step 32/33 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:09:50.448Z] Removing intermediate container 91a975989087 [2023-03-24T09:09:50.448Z] ---> 00074033f175 [2023-03-24T09:09:50.448Z] Step 23/24 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:09:50.448Z] ---> Running in 69164bd48b09 [2023-03-24T09:09:50.448Z] ---> Running in e0c3ed342f5c [2023-03-24T09:09:50.708Z] Removing intermediate container 69164bd48b09 [2023-03-24T09:09:50.708Z] ---> 277e8607b7be [2023-03-24T09:09:50.708Z] Step 33/33 : LABEL version=3.0.0-dev.113 [2023-03-24T09:09:50.708Z] Removing intermediate container e0c3ed342f5c [2023-03-24T09:09:50.708Z] ---> 8abd0c948a71 [2023-03-24T09:09:50.708Z] Step 24/24 : LABEL version=3.0.0-dev.113 [2023-03-24T09:09:50.966Z] Removing intermediate container 178a9e558383 [2023-03-24T09:09:50.966Z] ---> 571d9517305b [2023-03-24T09:09:50.966Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:09:51.225Z] ---> Running in e65ddc1afcac [2023-03-24T09:09:51.482Z] ---> Running in 54bcb439160b [2023-03-24T09:09:54.007Z] ---> 5b3ae0aa6383 [2023-03-24T09:09:54.007Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:09:54.942Z] Removing intermediate container e65ddc1afcac [2023-03-24T09:09:54.942Z] ---> 0909825fb8be [2023-03-24T09:09:54.942Z] [2023-03-24T09:09:54.942Z] Removing intermediate container 54bcb439160b [2023-03-24T09:09:54.942Z] ---> d64da4eb43e2 [2023-03-24T09:09:54.942Z] [2023-03-24T09:09:54.942Z] ---> ac14014664ba [2023-03-24T09:09:54.942Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-24T09:09:54.942Z] Successfully built 0909825fb8be [2023-03-24T09:09:54.942Z] Successfully tagged security-bootstrapper:latest [2023-03-24T09:09:54.942Z]  Building security-bootstrapper ... done Building security-spiffe-token-provider [2023-03-24T09:09:54.942Z] Successfully built d64da4eb43e2 [2023-03-24T09:09:54.942Z] Successfully tagged core-command:latest [2023-03-24T09:09:54.942Z]  Building core-command ... done Building support-notifications [2023-03-24T09:10:00.204Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:10:00.204Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:10:00.204Z] ---> 6ea74f17cf30 [2023-03-24T09:10:00.204Z] Step 3/20 : WORKDIR /edgex-go [2023-03-24T09:10:00.204Z] ---> Using cache [2023-03-24T09:10:00.204Z] ---> 9301d63952f4 [2023-03-24T09:10:00.204Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-24T09:10:00.464Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:10:00.464Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:10:00.464Z] ---> 6ea74f17cf30 [2023-03-24T09:10:00.464Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:10:00.464Z] ---> Using cache [2023-03-24T09:10:00.464Z] ---> 0e7cf566ccaa [2023-03-24T09:10:00.464Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:10:00.464Z] ---> Using cache [2023-03-24T09:10:00.464Z] ---> 80f9f3d04720 [2023-03-24T09:10:00.464Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-24T09:10:12.678Z] ---> 0cda33146e33 [2023-03-24T09:10:12.678Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-24T09:10:12.678Z] ---> Running in e264d3d59e70 [2023-03-24T09:10:12.678Z] ---> Running in a5d1f5d86e45 [2023-03-24T09:10:12.678Z] ---> 0a6ee151f64a [2023-03-24T09:10:12.678Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-24T09:10:12.678Z] ---> Running in 55abe4a16c17 [2023-03-24T09:10:12.678Z] Removing intermediate container 5b209300ed04 [2023-03-24T09:10:12.678Z] ---> e97f0f7a7481 [2023-03-24T09:10:12.678Z] Step 7/26 : COPY . . [2023-03-24T09:10:12.679Z] Removing intermediate container 55abe4a16c17 [2023-03-24T09:10:12.679Z] ---> 4eb91afdb37d [2023-03-24T09:10:12.679Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-24T09:10:12.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:12.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:12.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:12.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:12.679Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:10:12.679Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:10:12.679Z] OK: 17822 distinct packages available [2023-03-24T09:10:12.679Z] OK: 265 MiB in 53 packages [2023-03-24T09:10:12.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:12.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:12.679Z] OK: 265 MiB in 53 packages [2023-03-24T09:10:17.180Z] Removing intermediate container f2736e002ea0 [2023-03-24T09:10:17.180Z] ---> b5a8ddec4707 [2023-03-24T09:10:17.180Z] Successfully built b5a8ddec4707 [2023-03-24T09:10:17.180Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:10:17.523Z] + docker inspect -f . ci-base-image-arm64 [2023-03-24T09:10:17.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:10:17.760Z] prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container [2023-03-24T09:10:17.834Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:10:18.182Z] ---> a38a8c1a2485 [2023-03-24T09:10:18.182Z] Step 22/27 : WORKDIR / [2023-03-24T09:10:18.182Z] ---> Running in 0adf2d73793b [2023-03-24T09:10:18.182Z] Removing intermediate container 67c9302a2b17 [2023-03-24T09:10:18.182Z] ---> e9c6e6472d31 [2023-03-24T09:10:18.182Z] [2023-03-24T09:10:18.182Z] Step 9/22 : FROM alpine:3.17 [2023-03-24T09:10:18.182Z] ---> b2aa39c304c2 [2023-03-24T09:10:18.182Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-24T09:10:18.182Z] ---> 7d97eb41bf61 [2023-03-24T09:10:18.182Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-24T09:10:18.182Z] ---> Running in 4f25ac3bd634 [2023-03-24T09:10:18.182Z] ---> Running in 9e4a18440025 [2023-03-24T09:10:18.182Z] Removing intermediate container 0adf2d73793b [2023-03-24T09:10:18.182Z] ---> 16fe1a6642fc [2023-03-24T09:10:18.182Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-24T09:10:18.182Z] Removing intermediate container e264d3d59e70 [2023-03-24T09:10:18.182Z] ---> ba68d66b110b [2023-03-24T09:10:18.182Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:10:18.182Z] Removing intermediate container a5d1f5d86e45 [2023-03-24T09:10:18.182Z] ---> dd0ff2628830 [2023-03-24T09:10:18.182Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-24T09:10:18.182Z] Removing intermediate container 9e4a18440025 [2023-03-24T09:10:18.182Z] ---> 86905d725032 [2023-03-24T09:10:18.182Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-24T09:10:18.182Z] ---> Running in 480b4f62f269 [2023-03-24T09:10:18.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:18.182Z] ---> Running in 4ee3a2071d8b [2023-03-24T09:10:18.182Z] ---> 533eb7e58d08 [2023-03-24T09:10:18.182Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:10:18.182Z] ---> Running in 2f58c632aad1 [2023-03-24T09:10:18.182Z] ---> 4ec22e0c74e5 [2023-03-24T09:10:18.182Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:10:18.182Z] Removing intermediate container 480b4f62f269 [2023-03-24T09:10:18.182Z] ---> cf42f8e97067 [2023-03-24T09:10:18.182Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-24T09:10:18.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:18.182Z] ---> Running in 417bfc51151f [2023-03-24T09:10:18.182Z] ---> Running in 042865e5c983 [2023-03-24T09:10:18.182Z] Removing intermediate container 4ee3a2071d8b [2023-03-24T09:10:18.182Z] ---> 8cc3c5cc5e91 [2023-03-24T09:10:18.182Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-24T09:10:18.182Z] ---> Running in a3877d1de62b [2023-03-24T09:10:18.182Z] Removing intermediate container 417bfc51151f [2023-03-24T09:10:18.182Z] ---> f732c448c79e [2023-03-24T09:10:18.182Z] Step 25/27 : LABEL arch=x86_64 [2023-03-24T09:10:18.182Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-24T09:10:18.182Z] (2/2) Installing openssl (3.0.8-r1) [2023-03-24T09:10:18.183Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:10:18.183Z] OK: 8 MiB in 17 packages [2023-03-24T09:10:18.183Z] ---> Running in 62d7ab829563 [2023-03-24T09:10:18.440Z] Removing intermediate container a3877d1de62b [2023-03-24T09:10:18.440Z] ---> 9958acc360e7 [2023-03-24T09:10:18.440Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-24T09:10:18.440Z] ---> Running in e9f2bad1ed78 [2023-03-24T09:10:18.440Z] Removing intermediate container 62d7ab829563 [2023-03-24T09:10:18.440Z] ---> 878d7d6769f1 [2023-03-24T09:10:18.440Z] Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:10:18.703Z] ---> Running in 771fe3d065e6 [2023-03-24T09:10:18.703Z] Removing intermediate container 771fe3d065e6 [2023-03-24T09:10:18.703Z] ---> 9d7f0e360cf4 [2023-03-24T09:10:18.703Z] Step 27/27 : LABEL version=3.0.0-dev.113 [2023-03-24T09:10:18.703Z] ---> Running in 7b0feaab17ef [2023-03-24T09:10:18.961Z] Removing intermediate container 4f25ac3bd634 [2023-03-24T09:10:18.961Z] ---> b1ef8bd345fb [2023-03-24T09:10:18.961Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-24T09:10:18.961Z] ---> Running in 1f6a15543f40 [2023-03-24T09:10:18.961Z] Removing intermediate container 7b0feaab17ef [2023-03-24T09:10:18.961Z] ---> 7958b25f93f6 [2023-03-24T09:10:18.961Z] [2023-03-24T09:10:18.961Z] Removing intermediate container 1f6a15543f40 [2023-03-24T09:10:18.961Z] ---> bbfe655d9c79 [2023-03-24T09:10:18.961Z] Step 12/22 : WORKDIR /edgex [2023-03-24T09:10:18.961Z] Successfully built 7958b25f93f6 [2023-03-24T09:10:19.218Z] Successfully tagged security-spire-config:latest [2023-03-24T09:10:19.218Z] Building security-proxy-auth [2023-03-24T09:10:19.218Z]  Building security-spire-config ... done  ---> Running in 7cc6667753eb [2023-03-24T09:10:19.228Z] $ docker top 1eaf3dcd2e42311b1ab6a0a9252b80c719aa6f2d6086755c7467d575c0cdc9d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T09:10:20.099Z] + go version [2023-03-24T09:10:20.099Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-24T09:10:20.119Z] $ docker stop --time=1 1eaf3dcd2e42311b1ab6a0a9252b80c719aa6f2d6086755c7467d575c0cdc9d6 [2023-03-24T09:10:21.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:10:21.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:10:21.760Z] ---> 6ea74f17cf30 [2023-03-24T09:10:21.760Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:10:21.760Z] ---> Using cache [2023-03-24T09:10:21.760Z] ---> 0e7cf566ccaa [2023-03-24T09:10:21.760Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:10:21.760Z] ---> Using cache [2023-03-24T09:10:21.760Z] ---> 80f9f3d04720 [2023-03-24T09:10:21.760Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:10:21.760Z] ---> Using cache [2023-03-24T09:10:21.760Z] ---> a81fd6ac3dc5 [2023-03-24T09:10:21.760Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:10:21.760Z] ---> Using cache [2023-03-24T09:10:21.760Z] ---> fc15b201d9f5 [2023-03-24T09:10:21.760Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:10:21.760Z] ---> Using cache [2023-03-24T09:10:21.760Z] ---> 032538685731 [2023-03-24T09:10:21.760Z] Step 8/23 : COPY . . [2023-03-24T09:10:21.760Z] ---> Using cache [2023-03-24T09:10:21.760Z] ---> 3113b398a7d9 [2023-03-24T09:10:21.761Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-24T09:10:21.767Z] $ docker rm -f --volumes 1eaf3dcd2e42311b1ab6a0a9252b80c719aa6f2d6086755c7467d575c0cdc9d6 [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-24T09:10:22.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-24T09:10:22.355Z] [2023-03-24T09:10:22.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:10:22.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-24T09:10:22.694Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-24T09:10:22.694Z] 29e5d40040c1: Pulling fs layer [2023-03-24T09:10:22.694Z] 1ce36da41761: Pulling fs layer [2023-03-24T09:10:22.694Z] 25b303627fd3: Pulling fs layer [2023-03-24T09:10:22.964Z] 29e5d40040c1: Verifying Checksum [2023-03-24T09:10:22.964Z] 29e5d40040c1: Download complete [2023-03-24T09:10:23.239Z] 1ce36da41761: Download complete [2023-03-24T09:10:23.509Z] 29e5d40040c1: Pull complete [2023-03-24T09:10:23.663Z] Removing intermediate container 7cc6667753eb [2023-03-24T09:10:23.663Z] Removing intermediate container e9f2bad1ed78 [2023-03-24T09:10:23.663Z] ---> 33f6b280b689 [2023-03-24T09:10:23.663Z] ---> 9e81be30d8c0 [2023-03-24T09:10:23.663Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt /Step 12/26 : WORKDIR /edgex-go [2023-03-24T09:10:23.663Z] [2023-03-24T09:10:23.663Z] ---> Running in f44cb01e1060 [2023-03-24T09:10:23.663Z] ---> Running in b191d51945b4 [2023-03-24T09:10:23.663Z] ---> c4691379be54 [2023-03-24T09:10:23.663Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:10:23.663Z] Removing intermediate container b191d51945b4 [2023-03-24T09:10:23.663Z] ---> ee830e1af7de [2023-03-24T09:10:23.663Z] [2023-03-24T09:10:23.663Z] Step 13/26 : FROM alpine:3.17 [2023-03-24T09:10:23.663Z] ---> b2aa39c304c2 [2023-03-24T09:10:23.663Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-24T09:10:23.663Z] ---> Using cache [2023-03-24T09:10:23.663Z] ---> f803ca8cea52 [2023-03-24T09:10:23.663Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-24T09:10:23.663Z] ---> Using cache [2023-03-24T09:10:23.663Z] ---> 75a2905555cd [2023-03-24T09:10:23.663Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:10:23.663Z] ---> Using cache [2023-03-24T09:10:23.663Z] ---> d715a6ef5682 [2023-03-24T09:10:23.663Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:10:23.663Z] ---> Using cache [2023-03-24T09:10:23.921Z] ---> 45aa1d5d44ea [2023-03-24T09:10:23.921Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-24T09:10:23.921Z] ---> 262f45080b90 [2023-03-24T09:10:23.921Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-03-24T09:10:23.921Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-24T09:10:24.921Z] 1ce36da41761: Pull complete [2023-03-24T09:10:24.921Z] 25b303627fd3: Verifying Checksum [2023-03-24T09:10:24.921Z] 25b303627fd3: Download complete [2023-03-24T09:10:25.309Z] ---> de4f3483dea2 [2023-03-24T09:10:25.309Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-24T09:10:25.873Z] ---> 4a5a593d1d1a [2023-03-24T09:10:25.873Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-24T09:10:25.873Z] ---> 6040475c46f7 [2023-03-24T09:10:25.873Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-24T09:10:25.873Z] ---> 9d235c41d55b [2023-03-24T09:10:25.873Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-24T09:10:25.873Z] ---> 938a4dfa65de [2023-03-24T09:10:25.873Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-24T09:10:26.130Z] ---> Running in 53ca8ff90028 [2023-03-24T09:10:26.130Z] ---> 4f8f29de6972 [2023-03-24T09:10:26.130Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-24T09:10:26.387Z] ---> 0e03b0ee30b8 [2023-03-24T09:10:26.387Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-24T09:10:26.387Z] ---> Running in 9cfc2b79a968 [2023-03-24T09:10:26.646Z] Removing intermediate container 9cfc2b79a968 [2023-03-24T09:10:26.646Z] ---> bfe2e2047b34 [2023-03-24T09:10:26.646Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-24T09:10:26.646Z] ---> Running in eeab5a814801 [2023-03-24T09:10:26.903Z] Removing intermediate container eeab5a814801 [2023-03-24T09:10:26.903Z] ---> 82285b1cb328 [2023-03-24T09:10:26.903Z] Step 24/26 : LABEL arch=x86_64 [2023-03-24T09:10:26.903Z] Removing intermediate container 53ca8ff90028 [2023-03-24T09:10:26.903Z] ---> 13ab8f44e547 [2023-03-24T09:10:26.903Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:10:26.903Z] ---> Running in e93c7fca1bb0 [2023-03-24T09:10:26.903Z] ---> Running in 0f28ef4d973b [2023-03-24T09:10:27.160Z] Removing intermediate container e93c7fca1bb0 [2023-03-24T09:10:27.160Z] ---> 207f8e5d8830 [2023-03-24T09:10:27.161Z] Step 25/26 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:10:27.161Z] ---> Running in 2834f16cf0b0 [2023-03-24T09:10:27.161Z] Removing intermediate container 0f28ef4d973b [2023-03-24T09:10:27.161Z] ---> 59ae64869bcf [2023-03-24T09:10:27.161Z] Step 20/22 : LABEL arch=x86_64 [2023-03-24T09:10:27.419Z] ---> Running in 1cc9ec231a4d [2023-03-24T09:10:27.984Z] Removing intermediate container 2834f16cf0b0 [2023-03-24T09:10:27.984Z] ---> d72e85e4b096 [2023-03-24T09:10:27.984Z] Step 26/26 : LABEL version=3.0.0-dev.113 [2023-03-24T09:10:27.984Z] Removing intermediate container 1cc9ec231a4d [2023-03-24T09:10:27.984Z] ---> 57d25570c412 [2023-03-24T09:10:27.984Z] Step 21/22 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:10:27.984Z] ---> Running in f33b6eaa2fe2 [2023-03-24T09:10:28.241Z] ---> Running in 9223e0874f63 [2023-03-24T09:10:28.497Z] Removing intermediate container f33b6eaa2fe2 [2023-03-24T09:10:28.497Z] ---> bb0d365ec1f4 [2023-03-24T09:10:28.497Z] [2023-03-24T09:10:28.497Z] Successfully built bb0d365ec1f4 [2023-03-24T09:10:28.754Z] Successfully tagged security-spire-server:latest [2023-03-24T09:10:28.754Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-03-24T09:10:28.754Z] Removing intermediate container 9223e0874f63 [2023-03-24T09:10:28.754Z] ---> b30fb59a2eec [2023-03-24T09:10:28.754Z] Step 22/22 : LABEL version=3.0.0-dev.113 [2023-03-24T09:10:32.964Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:10:32.964Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:10:32.964Z] ---> 6ea74f17cf30 [2023-03-24T09:10:32.964Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:10:32.964Z] ---> Using cache [2023-03-24T09:10:32.964Z] ---> 0e7cf566ccaa [2023-03-24T09:10:32.964Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:10:32.964Z] ---> Using cache [2023-03-24T09:10:32.964Z] ---> 80f9f3d04720 [2023-03-24T09:10:32.964Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:10:32.964Z] ---> Using cache [2023-03-24T09:10:32.964Z] ---> a81fd6ac3dc5 [2023-03-24T09:10:32.964Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:10:32.964Z] ---> Using cache [2023-03-24T09:10:32.964Z] ---> fc15b201d9f5 [2023-03-24T09:10:32.964Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:10:32.964Z] ---> Using cache [2023-03-24T09:10:32.964Z] ---> 032538685731 [2023-03-24T09:10:32.964Z] Step 8/23 : COPY . . [2023-03-24T09:10:32.964Z] ---> Using cache [2023-03-24T09:10:32.964Z] ---> 3113b398a7d9 [2023-03-24T09:10:32.964Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-24T09:10:34.997Z] 25b303627fd3: Pull complete [2023-03-24T09:10:34.997Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-24T09:10:34.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-24T09:10:34.997Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:10:35.187Z] prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container [2023-03-24T09:10:35.251Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:10:37.538Z] $ docker top 8f01be948ae08fdd297c992e2649fbb5910ae74bb9460fd5f8950555497f2361 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T09:10:38.381Z] + docker-compose build --help [2023-03-24T09:10:38.381Z] + grep parallel [2023-03-24T09:10:42.935Z] ---> Running in f0d458be01a4 [2023-03-24T09:10:42.935Z] ---> Running in 2a199688c32d [2023-03-24T09:10:42.935Z] Removing intermediate container f0d458be01a4 [2023-03-24T09:10:42.935Z] ---> 63e6776c5160 [2023-03-24T09:10:42.935Z] [2023-03-24T09:10:42.935Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-24T09:10:42.935Z] Successfully built 63e6776c5160 [2023-03-24T09:10:42.935Z] Successfully tagged security-proxy-setup:latest [2023-03-24T09:10:42.935Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2023-03-24T09:10:43.742Z] --parallel Build images in parallel. [Pipeline] } [2023-03-24T09:10:43.756Z] $ docker stop --time=1 8f01be948ae08fdd297c992e2649fbb5910ae74bb9460fd5f8950555497f2361 [2023-03-24T09:10:45.417Z] $ docker rm -f --volumes 8f01be948ae08fdd297c992e2649fbb5910ae74bb9460fd5f8950555497f2361 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:10:45.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-24T09:10:45.959Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:10:46.144Z] prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container [2023-03-24T09:10:46.212Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:10:46.212Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:10:46.212Z] ---> 6ea74f17cf30 [2023-03-24T09:10:46.212Z] Step 3/25 : WORKDIR /edgex-go [2023-03-24T09:10:46.212Z] ---> Using cache [2023-03-24T09:10:46.212Z] ---> 9301d63952f4 [2023-03-24T09:10:46.212Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-24T09:10:46.212Z] ---> Using cache [2023-03-24T09:10:46.212Z] ---> 11c5762029e2 [2023-03-24T09:10:46.212Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-24T09:10:46.212Z] ---> Using cache [2023-03-24T09:10:46.212Z] ---> 2a4fd097df17 [2023-03-24T09:10:46.212Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:10:46.212Z] ---> Using cache [2023-03-24T09:10:46.212Z] ---> 81d81240be67 [2023-03-24T09:10:46.212Z] Step 7/25 : COPY . . [2023-03-24T09:10:46.212Z] ---> Using cache [2023-03-24T09:10:46.212Z] ---> 84418784fb91 [2023-03-24T09:10:46.212Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-24T09:10:46.222Z] $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:10:47.378Z] $ docker top 7e31c3b65178f28ae4dcc6c35210eadad94e2d172a3555c89052a13b6d9c366d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T09:10:48.218Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-24T09:10:53.568Z] Building core-command ... [2023-03-24T09:10:53.568Z] Building core-common-config-bootstrapper ... [2023-03-24T09:10:53.568Z] Building core-data ... [2023-03-24T09:10:53.568Z] Building core-metadata ... [2023-03-24T09:10:53.569Z] Building security-bootstrapper ... [2023-03-24T09:10:53.569Z] Building security-proxy-auth ... [2023-03-24T09:10:53.569Z] Building security-proxy-setup ... [2023-03-24T09:10:53.569Z] Building security-secretstore-setup ... [2023-03-24T09:10:53.569Z] Building security-spiffe-token-provider ... [2023-03-24T09:10:53.569Z] Building security-spire-agent ... [2023-03-24T09:10:53.569Z] Building security-spire-config ... [2023-03-24T09:10:53.569Z] Building security-spire-server ... [2023-03-24T09:10:53.569Z] Building support-notifications ... [2023-03-24T09:10:53.569Z] Building support-scheduler ... [2023-03-24T09:10:53.569Z] Building support-scheduler [2023-03-24T09:10:53.569Z] Building security-spire-config [2023-03-24T09:10:53.569Z] Building core-common-config-bootstrapper [2023-03-24T09:10:53.569Z] Building security-spire-agent [2023-03-24T09:10:53.569Z] Building security-spire-server [2023-03-24T09:10:56.182Z] ---> Running in a07f442467df [2023-03-24T09:10:56.182Z] Removing intermediate container f44cb01e1060 [2023-03-24T09:10:56.182Z] ---> 2b2f7d205f59 [2023-03-24T09:10:56.182Z] [2023-03-24T09:10:56.182Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:10:56.182Z] ---> b2aa39c304c2 [2023-03-24T09:10:56.182Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-24T09:10:56.182Z] ---> Running in 7bafe76bc0dc [2023-03-24T09:10:56.182Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-24T09:10:56.182Z] Removing intermediate container 042865e5c983 [2023-03-24T09:10:56.182Z] ---> b232d82e9446 [2023-03-24T09:10:56.182Z] Step 7/20 : COPY . . [2023-03-24T09:10:56.182Z] Removing intermediate container 2f58c632aad1 [2023-03-24T09:10:56.182Z] ---> 5b25d146f7e1 [2023-03-24T09:10:56.182Z] Step 8/23 : COPY . . [2023-03-24T09:10:56.182Z] Removing intermediate container 7bafe76bc0dc [2023-03-24T09:10:56.182Z] ---> 9d0285c119f3 [2023-03-24T09:10:56.182Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:10:56.182Z] ---> Running in b5bff25f71ae [2023-03-24T09:10:56.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:56.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:10:56.440Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T09:10:56.440Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:10:56.440Z] OK: 7 MiB in 16 packages [2023-03-24T09:11:05.906Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:11:05.907Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:11:05.907Z] ---> b5a8ddec4707 [2023-03-24T09:11:05.907Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:11:05.907Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:11:05.907Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:11:05.907Z] ---> b5a8ddec4707 [2023-03-24T09:11:05.907Z] Step 3/27 : WORKDIR /edgex-go [2023-03-24T09:11:05.907Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:11:05.907Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:11:05.907Z] ---> b5a8ddec4707 [2023-03-24T09:11:05.907Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:11:05.907Z] ---> Running in 89f81c78937f [2023-03-24T09:11:05.907Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:11:05.907Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:11:05.907Z] ---> b5a8ddec4707 [2023-03-24T09:11:05.907Z] Step 3/26 : WORKDIR /edgex-go [2023-03-24T09:11:05.907Z] ---> Running in 21724fcced3e [2023-03-24T09:11:05.907Z] ---> Running in b6f7778bb015 [2023-03-24T09:11:05.907Z] ---> Running in 392678ee3f1f [2023-03-24T09:11:05.907Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:11:05.907Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:11:05.907Z] ---> b5a8ddec4707 [2023-03-24T09:11:05.907Z] Step 3/27 : WORKDIR /edgex-go [2023-03-24T09:11:06.180Z] Removing intermediate container 89f81c78937f [2023-03-24T09:11:06.180Z] ---> 7b89098cb456 [2023-03-24T09:11:06.180Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:11:06.180Z] ---> Running in d751210f3c00 [2023-03-24T09:11:06.180Z] Removing intermediate container 21724fcced3e [2023-03-24T09:11:06.180Z] ---> 82fca4e283b2 [2023-03-24T09:11:06.180Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:11:06.402Z] Removing intermediate container b5bff25f71ae [2023-03-24T09:11:06.402Z] ---> 99d3b6a6fb78 [2023-03-24T09:11:06.402Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:11:06.402Z] ---> 2d1b700f267f [2023-03-24T09:11:06.402Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-24T09:11:06.402Z] ---> 5d20c8f83aae [2023-03-24T09:11:06.402Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-24T09:11:06.402Z] ---> Running in db599702b508 [2023-03-24T09:11:06.402Z] ---> Running in b038c7ffc48b [2023-03-24T09:11:06.402Z] ---> c54c14e1b875 [2023-03-24T09:11:06.402Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:11:06.402Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-24T09:11:06.466Z] ---> Running in 6df9b7027a6f [2023-03-24T09:11:06.466Z] ---> Running in 9aa0acd00a67 [2023-03-24T09:11:06.466Z] Removing intermediate container b6f7778bb015 [2023-03-24T09:11:06.466Z] ---> a664158debc0 [2023-03-24T09:11:06.466Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-24T09:11:06.466Z] Removing intermediate container 392678ee3f1f [2023-03-24T09:11:06.466Z] ---> c539e91cdad4 [2023-03-24T09:11:06.466Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-24T09:11:06.466Z] ---> Running in e22e2572f862 [2023-03-24T09:11:06.661Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-24T09:11:06.741Z] ---> Running in 3c70038a7e27 [2023-03-24T09:11:06.918Z] ---> a61d157d787e [2023-03-24T09:11:06.918Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-24T09:11:07.011Z] Removing intermediate container d751210f3c00 [2023-03-24T09:11:07.011Z] ---> 07016bf809a1 [2023-03-24T09:11:07.011Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-24T09:11:07.011Z] Removing intermediate container 6df9b7027a6f [2023-03-24T09:11:07.011Z] ---> 162323448b26 [2023-03-24T09:11:07.011Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:11:07.180Z] Removing intermediate container 2a199688c32d [2023-03-24T09:11:07.180Z] ---> f2a41d809b62 [2023-03-24T09:11:07.180Z] [2023-03-24T09:11:07.180Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:11:07.180Z] ---> b2aa39c304c2 [2023-03-24T09:11:07.180Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-24T09:11:07.180Z] ---> Using cache [2023-03-24T09:11:07.180Z] ---> 9d0285c119f3 [2023-03-24T09:11:07.180Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:11:07.180Z] ---> Using cache [2023-03-24T09:11:07.180Z] ---> 99d3b6a6fb78 [2023-03-24T09:11:07.180Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:11:07.180Z] ---> Using cache [2023-03-24T09:11:07.180Z] ---> c54c14e1b875 [2023-03-24T09:11:07.180Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:11:07.180Z] ---> Using cache [2023-03-24T09:11:07.180Z] ---> a61d157d787e [2023-03-24T09:11:07.180Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-24T09:11:07.281Z] Removing intermediate container 9aa0acd00a67 [2023-03-24T09:11:07.282Z] ---> b1ea92507f84 [2023-03-24T09:11:07.282Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:11:07.282Z] ---> Running in 3a6188389751 [2023-03-24T09:11:07.282Z] ---> Running in 0abffb1deb67 [2023-03-24T09:11:07.555Z] ---> Running in 1c637d314b4e [2023-03-24T09:11:07.743Z] ---> 4baf67015b96 [2023-03-24T09:11:07.743Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:11:07.743Z] ---> fb2927658094 [2023-03-24T09:11:07.743Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:11:07.743Z] ---> 0fd9670a7b8f [2023-03-24T09:11:07.743Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-24T09:11:07.743Z] ---> fbd8d2a62589 [2023-03-24T09:11:07.743Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-24T09:11:08.011Z] ---> 118273550313 [2023-03-24T09:11:08.011Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-24T09:11:08.011Z] ---> Running in 3c928f68b3eb [2023-03-24T09:11:08.272Z] ---> 92bf7f0c829e [2023-03-24T09:11:08.272Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-24T09:11:08.272Z] ---> Running in 792cfd884d18 [2023-03-24T09:11:08.974Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:09.218Z] Removing intermediate container 3c928f68b3eb [2023-03-24T09:11:09.218Z] ---> f54f30aa9e33 [2023-03-24T09:11:09.218Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:11:09.218Z] ---> Running in f21b7c06dc9b [2023-03-24T09:11:09.218Z] Removing intermediate container 792cfd884d18 [2023-03-24T09:11:09.218Z] ---> 2b44d49825ab [2023-03-24T09:11:09.218Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:11:09.218Z] Removing intermediate container f21b7c06dc9b [2023-03-24T09:11:09.218Z] ---> 665436a253bb [2023-03-24T09:11:09.218Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-24T09:11:09.218Z] ---> Running in a9a81f296a76 [2023-03-24T09:11:09.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:09.482Z] ---> Running in 2cd608490a2f [2023-03-24T09:11:09.482Z] Removing intermediate container a9a81f296a76 [2023-03-24T09:11:09.482Z] ---> 629639acabd2 [2023-03-24T09:11:09.482Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-24T09:11:09.482Z] Removing intermediate container 2cd608490a2f [2023-03-24T09:11:09.482Z] ---> 8f810833ffcf [2023-03-24T09:11:09.482Z] Step 21/23 : LABEL arch=x86_64 [2023-03-24T09:11:09.482Z] ---> Running in 997e44393419 [2023-03-24T09:11:09.482Z] ---> Running in 7d91fde49fac [2023-03-24T09:11:09.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:09.740Z] Removing intermediate container 7d91fde49fac [2023-03-24T09:11:09.740Z] ---> a9d0a175b522 [2023-03-24T09:11:09.740Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:09.740Z] Removing intermediate container 997e44393419 [2023-03-24T09:11:09.740Z] ---> 01da3dacc90e [2023-03-24T09:11:09.740Z] Step 21/23 : LABEL arch=x86_64 [2023-03-24T09:11:09.740Z] ---> Running in 93f433b42afa [2023-03-24T09:11:09.740Z] ---> Running in c5c2f56e2014 [2023-03-24T09:11:09.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:09.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:10.001Z] Removing intermediate container c5c2f56e2014 [2023-03-24T09:11:10.001Z] ---> 2a9e73a39994 [2023-03-24T09:11:10.001Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:10.001Z] Removing intermediate container 93f433b42afa [2023-03-24T09:11:10.001Z] ---> e68001b04979 [2023-03-24T09:11:10.001Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:11:10.001Z] ---> Running in 572f3e86488e [2023-03-24T09:11:10.001Z] ---> Running in a8050079c253 [2023-03-24T09:11:10.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:10.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:10.259Z] Removing intermediate container 572f3e86488e [2023-03-24T09:11:10.259Z] ---> deb9fa122969 [2023-03-24T09:11:10.259Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:11:10.259Z] Removing intermediate container a8050079c253 [2023-03-24T09:11:10.259Z] ---> 03d2c18fd2ae [2023-03-24T09:11:10.259Z] [2023-03-24T09:11:10.259Z] Successfully built 03d2c18fd2ae [2023-03-24T09:11:10.259Z] Successfully tagged security-proxy-auth:latest [2023-03-24T09:11:10.259Z]  Building security-proxy-auth ... done  ---> Running in 9c6ab9ce8254 [2023-03-24T09:11:10.517Z] Removing intermediate container 9c6ab9ce8254 [2023-03-24T09:11:10.517Z] ---> 5a5d2ac35cc0 [2023-03-24T09:11:10.517Z] [2023-03-24T09:11:10.517Z] Successfully built 5a5d2ac35cc0 [2023-03-24T09:11:10.517Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-24T09:11:10.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:10.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:10.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:11:11.248Z] OK: 263 MiB in 53 packages [2023-03-24T09:11:11.517Z] OK: 263 MiB in 53 packages [2023-03-24T09:11:12.105Z] OK: 263 MiB in 53 packages [2023-03-24T09:11:12.375Z] OK: 263 MiB in 53 packages [2023-03-24T09:11:12.644Z] OK: 263 MiB in 53 packages [2023-03-24T09:11:13.230Z] Removing intermediate container 3c70038a7e27 [2023-03-24T09:11:13.230Z] ---> 632edf4e4a11 [2023-03-24T09:11:13.230Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-24T09:11:13.230Z] Removing intermediate container e22e2572f862 [2023-03-24T09:11:13.230Z] ---> 27c484a1a546 [2023-03-24T09:11:13.230Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-24T09:11:14.198Z] Removing intermediate container 3a6188389751 [2023-03-24T09:11:14.198Z] ---> e828ef71faa8 [2023-03-24T09:11:14.198Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-24T09:11:14.198Z] Removing intermediate container 0abffb1deb67 [2023-03-24T09:11:14.198Z] ---> d73d91096355 [2023-03-24T09:11:14.198Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:11:14.198Z] Removing intermediate container 1c637d314b4e [2023-03-24T09:11:14.198Z] ---> 4fdde32024d3 [2023-03-24T09:11:14.199Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:11:14.488Z] ---> b17b07bdd60d [2023-03-24T09:11:14.488Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:11:14.488Z] ---> cc94365e2cee [2023-03-24T09:11:14.488Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:11:14.770Z] ---> Running in 452878033f21 [2023-03-24T09:11:14.770Z] ---> Running in 9f1c37474abd [2023-03-24T09:11:15.360Z] ---> 9cf4a00cd057 [2023-03-24T09:11:15.360Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:11:15.630Z] ---> 3b7f0247facc [2023-03-24T09:11:15.630Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:11:15.630Z] ---> Running in de3a8623fd3f [2023-03-24T09:11:15.630Z] ---> b8d4a95db4ea [2023-03-24T09:11:15.630Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:11:15.630Z] ---> Running in 086bec70defa [2023-03-24T09:11:15.772Z]  Building core-common-config-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-24T09:11:15.899Z] ---> Running in 3afd6348a489 [2023-03-24T09:11:25.740Z] Removing intermediate container a07f442467df [2023-03-24T09:11:25.740Z] ---> d12cf0a7afcd [2023-03-24T09:11:25.740Z] [2023-03-24T09:11:25.740Z] Step 9/25 : FROM alpine:3.17 [2023-03-24T09:11:25.740Z] ---> b2aa39c304c2 [2023-03-24T09:11:25.740Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-24T09:11:25.740Z] ---> Running in 46f5fde3e572 [2023-03-24T09:11:25.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:25.740Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:25.740Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-24T09:11:25.740Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-24T09:11:25.740Z] (3/3) Installing su-exec (0.2-r2) [2023-03-24T09:11:25.740Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:11:25.740Z] Executing ca-certificates-20220614-r4.trigger [2023-03-24T09:11:25.740Z] OK: 8 MiB in 18 packages [2023-03-24T09:11:27.137Z] Removing intermediate container 46f5fde3e572 [2023-03-24T09:11:27.137Z] ---> b9b9c3285580 [2023-03-24T09:11:27.137Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-24T09:11:27.137Z] ---> Running in f5c894d3b3fa [2023-03-24T09:11:27.395Z] Removing intermediate container f5c894d3b3fa [2023-03-24T09:11:27.395Z] ---> af9e7c9c1f10 [2023-03-24T09:11:27.395Z] Step 12/25 : WORKDIR / [2023-03-24T09:11:27.395Z] ---> Running in 64f68fd21ce1 [2023-03-24T09:11:27.653Z] Removing intermediate container 64f68fd21ce1 [2023-03-24T09:11:27.653Z] ---> cec9bdf67e4e [2023-03-24T09:11:27.653Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:11:27.653Z] ---> c859eb88faa4 [2023-03-24T09:11:27.653Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:11:29.554Z] ---> 198b52d28097 [2023-03-24T09:11:29.554Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-24T09:11:30.119Z] ---> 864d70302c59 [2023-03-24T09:11:30.119Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-03-24T09:11:30.119Z] Removing intermediate container b038c7ffc48b [2023-03-24T09:11:30.119Z] ---> c414d6b0e2e6 [2023-03-24T09:11:30.119Z] [2023-03-24T09:11:30.119Z] Step 9/20 : FROM alpine:3.17 [2023-03-24T09:11:30.119Z] ---> b2aa39c304c2 [2023-03-24T09:11:30.119Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-24T09:11:30.119Z] ---> Using cache [2023-03-24T09:11:30.119Z] ---> 0eb228df84bf [2023-03-24T09:11:30.119Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-24T09:11:30.119Z] ---> Running in 38c530945aa9 [2023-03-24T09:11:30.119Z] ---> 28755d22186a [2023-03-24T09:11:30.119Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:11:30.377Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:30.377Z] ---> 7c1bcbd9ba6e [2023-03-24T09:11:30.377Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-24T09:11:30.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:30.636Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:11:30.636Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:11:30.636Z] OK: 17820 distinct packages available [2023-03-24T09:11:30.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:30.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:31.250Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-24T09:11:31.250Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-24T09:11:31.250Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-24T09:11:31.250Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-24T09:11:31.250Z] (5/9) Installing curl (7.88.1-r1) [2023-03-24T09:11:31.250Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-24T09:11:31.250Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-24T09:11:31.250Z] (8/9) Installing libucontext (1.2-r0) [2023-03-24T09:11:31.250Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-24T09:11:31.250Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:11:31.250Z] Executing ca-certificates-20220614-r4.trigger [2023-03-24T09:11:31.250Z] OK: 10 MiB in 24 packages [2023-03-24T09:11:32.625Z] ---> 350432e92ceb [2023-03-24T09:11:32.625Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-24T09:11:32.625Z] Removing intermediate container db599702b508 [2023-03-24T09:11:32.625Z] ---> a1e27bd1743d [2023-03-24T09:11:32.625Z] [2023-03-24T09:11:32.625Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:11:32.625Z] ---> b2aa39c304c2 [2023-03-24T09:11:32.625Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-24T09:11:32.883Z] ---> Running in b9c5a9ae4c64 [2023-03-24T09:11:32.883Z] Removing intermediate container 38c530945aa9 [2023-03-24T09:11:32.883Z] ---> 966c62c669c1 [2023-03-24T09:11:32.883Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:11:32.883Z] ---> e7440de84759 [2023-03-24T09:11:32.883Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-24T09:11:33.142Z] ---> 4f4b04284fb1 [2023-03-24T09:11:33.142Z] ---> 0f1c3d6605da [2023-03-24T09:11:33.142Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:11:33.142Z] [2023-03-24T09:11:33.142Z] ---> Running in ed4b020cb533 [2023-03-24T09:11:33.142Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:33.399Z] ---> 9f5b0aed2439 [2023-03-24T09:11:33.399Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-24T09:11:33.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-24T09:11:33.657Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-24T09:11:33.657Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-24T09:11:33.657Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:11:33.657Z] Executing ca-certificates-20220614-r4.trigger [2023-03-24T09:11:33.657Z] OK: 8 MiB in 17 packages [2023-03-24T09:11:33.915Z] ---> e9d38f966b14 [2023-03-24T09:11:33.915Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:11:34.174Z] ---> 70d5e1cea357 [2023-03-24T09:11:34.174Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-24T09:11:34.174Z] Removing intermediate container ed4b020cb533 [2023-03-24T09:11:34.174Z] ---> c90fe2f8051d [2023-03-24T09:11:34.174Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:11:34.174Z] ---> Running in 8b9061528487 [2023-03-24T09:11:34.174Z] ---> Running in 0fe52c1e47d1 [2023-03-24T09:11:34.432Z] Removing intermediate container 8b9061528487 [2023-03-24T09:11:34.432Z] ---> 43ec1c877157 [2023-03-24T09:11:34.432Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:11:34.432Z] Removing intermediate container 0fe52c1e47d1 [2023-03-24T09:11:34.432Z] ---> e8c4e90188a8 [2023-03-24T09:11:34.432Z] Step 23/25 : LABEL arch=x86_64 [2023-03-24T09:11:34.432Z] ---> Running in 7ba69f6cfb74 [2023-03-24T09:11:34.432Z] ---> Running in 0db6965d9efd [2023-03-24T09:11:34.432Z] Removing intermediate container b9c5a9ae4c64 [2023-03-24T09:11:34.432Z] ---> 4abc8a2e7804 [2023-03-24T09:11:34.432Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:11:34.432Z] ---> Running in 14dba6e5c4fd [2023-03-24T09:11:34.432Z] Removing intermediate container 7ba69f6cfb74 [2023-03-24T09:11:34.432Z] ---> 054d9c0b082f [2023-03-24T09:11:34.432Z] Step 18/20 : LABEL arch=x86_64 [2023-03-24T09:11:34.432Z] Removing intermediate container 0db6965d9efd [2023-03-24T09:11:34.432Z] ---> 89b7e14ad111 [2023-03-24T09:11:34.432Z] Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:34.691Z] ---> Running in b7de2673f5e6 [2023-03-24T09:11:34.691Z] ---> Running in d22f40fe6dfb [2023-03-24T09:11:34.691Z] Removing intermediate container 14dba6e5c4fd [2023-03-24T09:11:34.691Z] ---> e56d6133ee85 [2023-03-24T09:11:34.691Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-24T09:11:34.691Z] ---> Running in a37491058872 [2023-03-24T09:11:34.691Z] Removing intermediate container b7de2673f5e6 [2023-03-24T09:11:34.691Z] ---> 55ec9043c13c [2023-03-24T09:11:34.691Z] Step 19/20 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:34.691Z] ---> Running in c3a30d4c1177 [2023-03-24T09:11:34.691Z] Removing intermediate container d22f40fe6dfb [2023-03-24T09:11:34.691Z] ---> 65edd7fcc3d3 [2023-03-24T09:11:34.691Z] Step 25/25 : LABEL version=3.0.0-dev.113 [2023-03-24T09:11:34.691Z] Removing intermediate container a37491058872 [2023-03-24T09:11:34.691Z] ---> 8b6420e4134e [2023-03-24T09:11:34.691Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-24T09:11:34.691Z] ---> Running in 837a1805ca07 [2023-03-24T09:11:34.950Z] ---> Running in 8bb54beb4e77 [2023-03-24T09:11:34.950Z] Removing intermediate container c3a30d4c1177 [2023-03-24T09:11:34.950Z] ---> ca865fc295af [2023-03-24T09:11:34.950Z] Step 20/20 : LABEL version=3.0.0-dev.113 [2023-03-24T09:11:34.950Z] ---> Running in 32e9b95b2da5 [2023-03-24T09:11:34.950Z] Removing intermediate container 837a1805ca07 [2023-03-24T09:11:34.950Z] ---> 6814253f5a45 [2023-03-24T09:11:34.950Z] [2023-03-24T09:11:34.950Z] Removing intermediate container 8bb54beb4e77 [2023-03-24T09:11:34.950Z] ---> 8e193cefe5ab [2023-03-24T09:11:34.950Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:11:34.950Z] Successfully built 6814253f5a45 [2023-03-24T09:11:34.950Z] Successfully tagged security-secretstore-setup:latest [2023-03-24T09:11:34.950Z]  Building security-secretstore-setup ... done Removing intermediate container 32e9b95b2da5 [2023-03-24T09:11:34.950Z] ---> 0e238691037c [2023-03-24T09:11:34.950Z] [2023-03-24T09:11:35.208Z] Successfully built 0e238691037c [2023-03-24T09:11:35.208Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-24T09:11:35.208Z]  Building security-spiffe-token-provider ... done  ---> 04018e451d1c [2023-03-24T09:11:35.208Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:11:35.208Z] ---> 9c58e905f976 [2023-03-24T09:11:35.208Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-24T09:11:36.144Z] ---> 8a8008885b86 [2023-03-24T09:11:36.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:11:36.144Z] ---> 7ed799fa2bc4 [2023-03-24T09:11:36.144Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-24T09:11:36.404Z] ---> Running in c4def4a64956 [2023-03-24T09:11:36.404Z] Removing intermediate container c4def4a64956 [2023-03-24T09:11:36.404Z] ---> 5c7d631fee49 [2023-03-24T09:11:36.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:11:36.404Z] ---> Running in d74a44a51aed [2023-03-24T09:11:36.663Z] Removing intermediate container d74a44a51aed [2023-03-24T09:11:36.663Z] ---> cde0fd0f5cc7 [2023-03-24T09:11:36.663Z] Step 21/23 : LABEL arch=x86_64 [2023-03-24T09:11:36.663Z] ---> Running in 5ce8924516ee [2023-03-24T09:11:36.663Z] Removing intermediate container 5ce8924516ee [2023-03-24T09:11:36.663Z] ---> cdb11ddce3f7 [2023-03-24T09:11:36.663Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:36.663Z] ---> Running in 1cbf50233e63 [2023-03-24T09:11:36.922Z] Removing intermediate container 1cbf50233e63 [2023-03-24T09:11:36.922Z] ---> 6fa13c553411 [2023-03-24T09:11:36.922Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:11:36.922Z] ---> Running in 41444bb8115f [2023-03-24T09:11:36.922Z] Removing intermediate container 41444bb8115f [2023-03-24T09:11:36.922Z] ---> 7898f83dc6d6 [2023-03-24T09:11:36.922Z] [2023-03-24T09:11:36.922Z] Successfully built 7898f83dc6d6 [2023-03-24T09:11:36.922Z] Successfully tagged support-notifications:latest [2023-03-24T09:11:37.186Z]  Building support-notifications ... done  [Pipeline] } [2023-03-24T09:11:37.187Z] $ docker stop --time=1 7e513a0df0cfa5663973e0cdb3d87d967ce725f700f78873d69ed148cf472559 [2023-03-24T09:11:38.433Z] $ docker rm -f --volumes 7e513a0df0cfa5663973e0cdb3d87d967ce725f700f78873d69ed148cf472559 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-24T09:11:38.909Z] + docker images [2023-03-24T09:11:38.910Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-24T09:11:38.910Z] support-notifications latest 7898f83dc6d6 2 seconds ago 32.7MB [2023-03-24T09:11:38.910Z] security-secretstore-setup latest 6814253f5a45 4 seconds ago 32.8MB [2023-03-24T09:11:38.910Z] security-spiffe-token-provider latest 0e238691037c 4 seconds ago 32.8MB [2023-03-24T09:11:38.910Z] a1e27bd1743d 6 seconds ago 1.75GB [2023-03-24T09:11:38.910Z] c414d6b0e2e6 9 seconds ago 1.73GB [2023-03-24T09:11:38.910Z] d12cf0a7afcd 17 seconds ago 1.68GB [2023-03-24T09:11:38.910Z] security-proxy-auth latest 03d2c18fd2ae 28 seconds ago 18.3MB [2023-03-24T09:11:38.910Z] core-common-config-bootstrapper latest 5a5d2ac35cc0 28 seconds ago 17.2MB [2023-03-24T09:11:38.910Z] f2a41d809b62 32 seconds ago 1.68GB [2023-03-24T09:11:38.910Z] 2b2f7d205f59 44 seconds ago 1.66GB [2023-03-24T09:11:38.910Z] security-proxy-setup latest 63e6776c5160 56 seconds ago 18.7MB [2023-03-24T09:11:38.910Z] security-spire-server latest bb0d365ec1f4 About a minute ago 89.8MB [2023-03-24T09:11:38.910Z] ee830e1af7de About a minute ago 1.54GB [2023-03-24T09:11:38.910Z] security-spire-config latest 7958b25f93f6 About a minute ago 88.9MB [2023-03-24T09:11:38.910Z] e9c6e6472d31 About a minute ago 1.67GB [2023-03-24T09:11:38.910Z] security-bootstrapper latest 0909825fb8be About a minute ago 22.2MB [2023-03-24T09:11:38.910Z] core-command latest d64da4eb43e2 About a minute ago 19.8MB [2023-03-24T09:11:38.910Z] 7caf01f984b7 About a minute ago 1.54GB [2023-03-24T09:11:38.910Z] b5ac548d9849 About a minute ago 1.69GB [2023-03-24T09:11:38.910Z] support-scheduler latest bae344b16a04 2 minutes ago 32.1MB [2023-03-24T09:11:38.910Z] core-metadata latest 190f42b899c8 2 minutes ago 20.4MB [2023-03-24T09:11:38.910Z] core-data latest 19c59443c149 2 minutes ago 20MB [2023-03-24T09:11:38.910Z] ce08f0aec0f2 2 minutes ago 1.75GB [2023-03-24T09:11:38.910Z] 451692a619d2 2 minutes ago 1.69GB [2023-03-24T09:11:38.910Z] 0612f6659407 2 minutes ago 1.69GB [2023-03-24T09:11:38.910Z] 8d8a240dd92f 2 minutes ago 1.67GB [2023-03-24T09:11:38.910Z] security-spire-agent latest 56a22ab3cfff 2 minutes ago 129MB [2023-03-24T09:11:38.910Z] e7b390b21d9a 3 minutes ago 1.54GB [2023-03-24T09:11:38.910Z] ci-base-image-x86_64 latest 6ea74f17cf30 7 minutes ago 881MB [2023-03-24T09:11:38.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 13 days ago 664MB [2023-03-24T09:11:38.910Z] alpine 3.17 b2aa39c304c2 5 weeks ago 7.05MB [2023-03-24T09:11:38.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-24T09:11:38.910Z] 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-24T09:11:38.995Z] provisioning config files... [2023-03-24T09:11:39.015Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config5536829633801869756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:11:39.361Z] ---> docker-login.sh [2023-03-24T09:11:39.361Z] nexus3.edgexfoundry.org:10001 [2023-03-24T09:11:39.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:11:39.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:11:39.361Z] Configure a credential helper to remove this warning. See [2023-03-24T09:11:39.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:11:39.361Z] [2023-03-24T09:11:39.361Z] Login Succeeded [2023-03-24T09:11:39.361Z] nexus3.edgexfoundry.org:10002 [2023-03-24T09:11:39.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:11:39.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:11:39.361Z] Configure a credential helper to remove this warning. See [2023-03-24T09:11:39.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:11:39.361Z] [2023-03-24T09:11:39.361Z] Login Succeeded [2023-03-24T09:11:39.361Z] nexus3.edgexfoundry.org:10003 [2023-03-24T09:11:39.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:11:39.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:11:39.629Z] Configure a credential helper to remove this warning. See [2023-03-24T09:11:39.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:11:39.629Z] [2023-03-24T09:11:39.629Z] Login Succeeded [2023-03-24T09:11:39.629Z] nexus3.edgexfoundry.org:10004 [2023-03-24T09:11:39.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:11:39.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:11:39.629Z] Configure a credential helper to remove this warning. See [2023-03-24T09:11:39.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:11:39.629Z] [2023-03-24T09:11:39.629Z] Login Succeeded [2023-03-24T09:11:39.629Z] docker.io [2023-03-24T09:11:39.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:11:39.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:11:39.895Z] Configure a credential helper to remove this warning. See [2023-03-24T09:11:39.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:11:39.895Z] [2023-03-24T09:11:39.895Z] Login Succeeded [2023-03-24T09:11:39.895Z] ---> docker-login.sh ends [Pipeline] } [2023-03-24T09:11:39.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:11:39.941Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T09:11:39.956Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-03-24T09:11:39.956Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:39.956Z] latest [2023-03-24T09:11:39.956Z] 3.0.0-dev.113 [2023-03-24T09:11:39.956Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:39.956Z] main [2023-03-24T09:11:39.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:40.303Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:40.620Z] + docker push nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:40.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-24T09:11:40.620Z] 7c4bce71bccf: Preparing [2023-03-24T09:11:40.620Z] adb1d61aa5d0: Preparing [2023-03-24T09:11:40.620Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:40.620Z] d72ead4c2bef: Preparing [2023-03-24T09:11:40.620Z] 2cae96506a52: Preparing [2023-03-24T09:11:40.620Z] 7cd52847ad77: Preparing [2023-03-24T09:11:40.620Z] 7cd52847ad77: Waiting [2023-03-24T09:11:40.620Z] 7c4bce71bccf: Pushed [2023-03-24T09:11:40.620Z] 2cae96506a52: Pushed [2023-03-24T09:11:40.620Z] d72ead4c2bef: Pushed [2023-03-24T09:11:40.620Z] d47e1d9dcc29: Pushed [2023-03-24T09:11:40.620Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:41.996Z] adb1d61aa5d0: Pushed [2023-03-24T09:11:41.996Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:42.309Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:42.615Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-24T09:11:42.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-24T09:11:42.615Z] 7c4bce71bccf: Preparing [2023-03-24T09:11:42.615Z] adb1d61aa5d0: Preparing [2023-03-24T09:11:42.615Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:42.615Z] d72ead4c2bef: Preparing [2023-03-24T09:11:42.615Z] 2cae96506a52: Preparing [2023-03-24T09:11:42.615Z] 7cd52847ad77: Preparing [2023-03-24T09:11:42.615Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:42.615Z] adb1d61aa5d0: Layer already exists [2023-03-24T09:11:42.615Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:42.615Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:42.615Z] 7c4bce71bccf: Layer already exists [2023-03-24T09:11:42.615Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:42.615Z] latest: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:42.919Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:43.221Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.113 [2023-03-24T09:11:43.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-24T09:11:43.221Z] 7c4bce71bccf: Preparing [2023-03-24T09:11:43.221Z] adb1d61aa5d0: Preparing [2023-03-24T09:11:43.221Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:43.221Z] d72ead4c2bef: Preparing [2023-03-24T09:11:43.221Z] 2cae96506a52: Preparing [2023-03-24T09:11:43.221Z] 7cd52847ad77: Preparing [2023-03-24T09:11:43.221Z] 7c4bce71bccf: Layer already exists [2023-03-24T09:11:43.221Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:43.221Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:43.221Z] adb1d61aa5d0: Layer already exists [2023-03-24T09:11:43.221Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:43.221Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:43.221Z] 3.0.0-dev.113: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:43.523Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:43.821Z] + docker push nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:43.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-24T09:11:43.821Z] 7c4bce71bccf: Preparing [2023-03-24T09:11:43.821Z] adb1d61aa5d0: Preparing [2023-03-24T09:11:43.821Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:43.821Z] d72ead4c2bef: Preparing [2023-03-24T09:11:43.821Z] 2cae96506a52: Preparing [2023-03-24T09:11:43.821Z] 7cd52847ad77: Preparing [2023-03-24T09:11:43.821Z] 7cd52847ad77: Waiting [2023-03-24T09:11:43.821Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:43.821Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:43.821Z] 7c4bce71bccf: Layer already exists [2023-03-24T09:11:43.821Z] adb1d61aa5d0: Layer already exists [2023-03-24T09:11:43.821Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:43.821Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:43.821Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:44.130Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:44.437Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-03-24T09:11:44.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-03-24T09:11:44.437Z] 7c4bce71bccf: Preparing [2023-03-24T09:11:44.437Z] adb1d61aa5d0: Preparing [2023-03-24T09:11:44.437Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:44.437Z] d72ead4c2bef: Preparing [2023-03-24T09:11:44.437Z] 2cae96506a52: Preparing [2023-03-24T09:11:44.437Z] 7cd52847ad77: Preparing [2023-03-24T09:11:44.437Z] 7cd52847ad77: Waiting [2023-03-24T09:11:44.437Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:44.437Z] 7c4bce71bccf: Layer already exists [2023-03-24T09:11:44.437Z] adb1d61aa5d0: Layer already exists [2023-03-24T09:11:44.437Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:44.437Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:44.437Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:44.437Z] main: digest: sha256:b5cd3dc114613e801a51bf1b3ecb16839094659b892bf8a8af0c30546ff72182 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:11:44.475Z] ===================================================== [Pipeline] echo [2023-03-24T09:11:44.480Z] taggedImages: [2023-03-24T09:11:44.480Z] - nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:44.480Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-03-24T09:11:44.480Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.113 [2023-03-24T09:11:44.480Z] - nexus3.edgexfoundry.org:10004/core-command:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:44.480Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-03-24T09:11:44.493Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-03-24T09:11:44.493Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:44.493Z] latest [2023-03-24T09:11:44.493Z] 3.0.0-dev.113 [2023-03-24T09:11:44.493Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:44.493Z] main [2023-03-24T09:11:44.493Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:44.795Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:45.094Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:45.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-24T09:11:45.094Z] 8d11f5f37ccd: Preparing [2023-03-24T09:11:45.094Z] 2a8fa4adcc21: Preparing [2023-03-24T09:11:45.094Z] 2ef4a8eeabaa: Preparing [2023-03-24T09:11:45.094Z] 315742878960: Preparing [2023-03-24T09:11:45.094Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:45.094Z] d72ead4c2bef: Preparing [2023-03-24T09:11:45.094Z] 946f1100699f: Preparing [2023-03-24T09:11:45.094Z] 7cd52847ad77: Preparing [2023-03-24T09:11:45.094Z] d72ead4c2bef: Waiting [2023-03-24T09:11:45.094Z] 7cd52847ad77: Waiting [2023-03-24T09:11:45.094Z] 946f1100699f: Waiting [2023-03-24T09:11:45.094Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:45.094Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:45.094Z] 2a8fa4adcc21: Pushed [2023-03-24T09:11:45.094Z] 2ef4a8eeabaa: Pushed [2023-03-24T09:11:45.094Z] 8d11f5f37ccd: Pushed [2023-03-24T09:11:45.094Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:45.094Z] 946f1100699f: Pushed [2023-03-24T09:11:46.033Z] 315742878960: Pushed [2023-03-24T09:11:46.292Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:46.604Z] + 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-24T09:11:46.919Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-24T09:11:46.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-24T09:11:46.919Z] 8d11f5f37ccd: Preparing [2023-03-24T09:11:46.919Z] 2a8fa4adcc21: Preparing [2023-03-24T09:11:46.919Z] 2ef4a8eeabaa: Preparing [2023-03-24T09:11:46.919Z] 315742878960: Preparing [2023-03-24T09:11:46.919Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:46.919Z] d72ead4c2bef: Preparing [2023-03-24T09:11:46.919Z] 946f1100699f: Preparing [2023-03-24T09:11:46.919Z] 7cd52847ad77: Preparing [2023-03-24T09:11:46.919Z] 946f1100699f: Waiting [2023-03-24T09:11:46.919Z] 7cd52847ad77: Waiting [2023-03-24T09:11:46.919Z] d72ead4c2bef: Waiting [2023-03-24T09:11:46.919Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:11:46.919Z] 315742878960: Layer already exists [2023-03-24T09:11:46.919Z] 2ef4a8eeabaa: Layer already exists [2023-03-24T09:11:46.919Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:46.919Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:11:46.919Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:46.919Z] 946f1100699f: Layer already exists [2023-03-24T09:11:46.919Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:46.919Z] latest: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:47.232Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:47.536Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.113 [2023-03-24T09:11:47.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-24T09:11:47.536Z] 8d11f5f37ccd: Preparing [2023-03-24T09:11:47.536Z] 2a8fa4adcc21: Preparing [2023-03-24T09:11:47.536Z] 2ef4a8eeabaa: Preparing [2023-03-24T09:11:47.536Z] 315742878960: Preparing [2023-03-24T09:11:47.536Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:47.536Z] d72ead4c2bef: Preparing [2023-03-24T09:11:47.536Z] 946f1100699f: Preparing [2023-03-24T09:11:47.536Z] 7cd52847ad77: Preparing [2023-03-24T09:11:47.536Z] d72ead4c2bef: Waiting [2023-03-24T09:11:47.536Z] 946f1100699f: Waiting [2023-03-24T09:11:47.536Z] 7cd52847ad77: Waiting [2023-03-24T09:11:47.536Z] 315742878960: Layer already exists [2023-03-24T09:11:47.536Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:47.536Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:11:47.536Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:11:47.536Z] 2ef4a8eeabaa: Layer already exists [2023-03-24T09:11:47.536Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:47.536Z] 946f1100699f: Layer already exists [2023-03-24T09:11:47.536Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:47.536Z] 3.0.0-dev.113: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:47.844Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:48.151Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:48.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-24T09:11:48.151Z] 8d11f5f37ccd: Preparing [2023-03-24T09:11:48.151Z] 2a8fa4adcc21: Preparing [2023-03-24T09:11:48.151Z] 2ef4a8eeabaa: Preparing [2023-03-24T09:11:48.151Z] 315742878960: Preparing [2023-03-24T09:11:48.151Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:48.151Z] d72ead4c2bef: Preparing [2023-03-24T09:11:48.151Z] 946f1100699f: Preparing [2023-03-24T09:11:48.151Z] 7cd52847ad77: Preparing [2023-03-24T09:11:48.151Z] d72ead4c2bef: Waiting [2023-03-24T09:11:48.151Z] 7cd52847ad77: Waiting [2023-03-24T09:11:48.151Z] 946f1100699f: Waiting [2023-03-24T09:11:48.151Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:11:48.151Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:11:48.151Z] 315742878960: Layer already exists [2023-03-24T09:11:48.151Z] 2ef4a8eeabaa: Layer already exists [2023-03-24T09:11:48.151Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:48.151Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:48.151Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:48.151Z] 946f1100699f: Layer already exists [2023-03-24T09:11:48.151Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:48.459Z] + 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-24T09:11:48.763Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-03-24T09:11:48.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-03-24T09:11:48.763Z] 8d11f5f37ccd: Preparing [2023-03-24T09:11:48.763Z] 2a8fa4adcc21: Preparing [2023-03-24T09:11:48.763Z] 2ef4a8eeabaa: Preparing [2023-03-24T09:11:48.763Z] 315742878960: Preparing [2023-03-24T09:11:48.763Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:48.763Z] d72ead4c2bef: Preparing [2023-03-24T09:11:48.763Z] 946f1100699f: Preparing [2023-03-24T09:11:48.763Z] 7cd52847ad77: Preparing [2023-03-24T09:11:48.763Z] d72ead4c2bef: Waiting [2023-03-24T09:11:48.763Z] 946f1100699f: Waiting [2023-03-24T09:11:48.763Z] 7cd52847ad77: Waiting [2023-03-24T09:11:48.763Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:48.763Z] 2ef4a8eeabaa: Layer already exists [2023-03-24T09:11:48.763Z] 315742878960: Layer already exists [2023-03-24T09:11:48.763Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:11:48.763Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:11:48.763Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:48.763Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:48.763Z] 946f1100699f: Layer already exists [2023-03-24T09:11:48.763Z] main: digest: sha256:54c9e27c209edf3a4fbac3c22df556267edce7408dfe5da9840239beea9d4bea size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:11:48.810Z] ===================================================== [Pipeline] echo [2023-03-24T09:11:48.819Z] taggedImages: [2023-03-24T09:11:48.819Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:48.819Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-03-24T09:11:48.819Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.113 [2023-03-24T09:11:48.819Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:48.819Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-03-24T09:11:48.843Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-03-24T09:11:48.843Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:48.843Z] latest [2023-03-24T09:11:48.843Z] 3.0.0-dev.113 [2023-03-24T09:11:48.843Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:48.843Z] main [2023-03-24T09:11:48.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:49.156Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:49.458Z] + docker push nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:49.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-24T09:11:49.458Z] aa151642ec2e: Preparing [2023-03-24T09:11:49.458Z] c23c2dbd8477: Preparing [2023-03-24T09:11:49.458Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:49.458Z] d72ead4c2bef: Preparing [2023-03-24T09:11:49.458Z] b6aec5458650: Preparing [2023-03-24T09:11:49.458Z] 7cd52847ad77: Preparing [2023-03-24T09:11:49.458Z] 7cd52847ad77: Waiting [2023-03-24T09:11:49.458Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:49.458Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:49.458Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:49.458Z] aa151642ec2e: Pushed [2023-03-24T09:11:49.458Z] b6aec5458650: Pushed [2023-03-24T09:11:50.838Z] c23c2dbd8477: Pushed [2023-03-24T09:11:51.096Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:51.395Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:51.699Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-24T09:11:51.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-24T09:11:51.699Z] aa151642ec2e: Preparing [2023-03-24T09:11:51.699Z] c23c2dbd8477: Preparing [2023-03-24T09:11:51.699Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:51.699Z] d72ead4c2bef: Preparing [2023-03-24T09:11:51.699Z] b6aec5458650: Preparing [2023-03-24T09:11:51.699Z] 7cd52847ad77: Preparing [2023-03-24T09:11:51.699Z] 7cd52847ad77: Waiting [2023-03-24T09:11:51.699Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:51.699Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:51.699Z] b6aec5458650: Layer already exists [2023-03-24T09:11:51.699Z] aa151642ec2e: Layer already exists [2023-03-24T09:11:51.699Z] c23c2dbd8477: Layer already exists [2023-03-24T09:11:51.699Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:51.699Z] latest: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:52.024Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:52.333Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.113 [2023-03-24T09:11:52.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-24T09:11:52.333Z] aa151642ec2e: Preparing [2023-03-24T09:11:52.333Z] c23c2dbd8477: Preparing [2023-03-24T09:11:52.333Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:52.333Z] d72ead4c2bef: Preparing [2023-03-24T09:11:52.333Z] b6aec5458650: Preparing [2023-03-24T09:11:52.333Z] 7cd52847ad77: Preparing [2023-03-24T09:11:52.333Z] 7cd52847ad77: Waiting [2023-03-24T09:11:52.333Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:52.333Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:52.333Z] c23c2dbd8477: Layer already exists [2023-03-24T09:11:52.333Z] b6aec5458650: Layer already exists [2023-03-24T09:11:52.333Z] aa151642ec2e: Layer already exists [2023-03-24T09:11:52.333Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:52.333Z] 3.0.0-dev.113: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:52.647Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:52.954Z] + docker push nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:52.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-24T09:11:52.954Z] aa151642ec2e: Preparing [2023-03-24T09:11:52.954Z] c23c2dbd8477: Preparing [2023-03-24T09:11:52.954Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:52.954Z] d72ead4c2bef: Preparing [2023-03-24T09:11:52.954Z] b6aec5458650: Preparing [2023-03-24T09:11:52.954Z] 7cd52847ad77: Preparing [2023-03-24T09:11:52.954Z] 7cd52847ad77: Waiting [2023-03-24T09:11:52.954Z] c23c2dbd8477: Layer already exists [2023-03-24T09:11:52.954Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:52.954Z] aa151642ec2e: Layer already exists [2023-03-24T09:11:52.954Z] b6aec5458650: Layer already exists [2023-03-24T09:11:52.954Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:52.954Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:52.954Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:53.262Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:53.572Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-03-24T09:11:53.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-03-24T09:11:53.572Z] aa151642ec2e: Preparing [2023-03-24T09:11:53.572Z] c23c2dbd8477: Preparing [2023-03-24T09:11:53.572Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:53.572Z] d72ead4c2bef: Preparing [2023-03-24T09:11:53.572Z] b6aec5458650: Preparing [2023-03-24T09:11:53.572Z] 7cd52847ad77: Preparing [2023-03-24T09:11:53.572Z] 7cd52847ad77: Waiting [2023-03-24T09:11:53.572Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:53.572Z] aa151642ec2e: Layer already exists [2023-03-24T09:11:53.572Z] b6aec5458650: Layer already exists [2023-03-24T09:11:53.572Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:53.572Z] c23c2dbd8477: Layer already exists [2023-03-24T09:11:53.572Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:53.572Z] main: digest: sha256:d80310740cac1fd574d62cb3b65b493fb0e056e2493b5fb81c42ffa985d865aa size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:11:53.628Z] ===================================================== [Pipeline] echo [2023-03-24T09:11:53.636Z] taggedImages: [2023-03-24T09:11:53.636Z] - nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:53.636Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-03-24T09:11:53.636Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.113 [2023-03-24T09:11:53.636Z] - nexus3.edgexfoundry.org:10004/core-data:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:53.636Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-03-24T09:11:53.657Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-03-24T09:11:53.657Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:53.657Z] latest [2023-03-24T09:11:53.657Z] 3.0.0-dev.113 [2023-03-24T09:11:53.657Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:53.657Z] main [2023-03-24T09:11:53.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:53.980Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:54.290Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:54.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-24T09:11:54.290Z] 98237f7f73af: Preparing [2023-03-24T09:11:54.290Z] 34639a8205a5: Preparing [2023-03-24T09:11:54.290Z] 1f2653aceb85: Preparing [2023-03-24T09:11:54.290Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:54.290Z] d72ead4c2bef: Preparing [2023-03-24T09:11:54.290Z] 2cae96506a52: Preparing [2023-03-24T09:11:54.290Z] 7cd52847ad77: Preparing [2023-03-24T09:11:54.290Z] 2cae96506a52: Waiting [2023-03-24T09:11:54.290Z] 7cd52847ad77: Waiting [2023-03-24T09:11:54.290Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:54.290Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:54.290Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:54.290Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:54.290Z] 34639a8205a5: Pushed [2023-03-24T09:11:54.290Z] 98237f7f73af: Pushed [2023-03-24T09:11:55.666Z] 1f2653aceb85: Pushed [2023-03-24T09:11:55.666Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:55.984Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:56.292Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-24T09:11:56.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-24T09:11:56.292Z] 98237f7f73af: Preparing [2023-03-24T09:11:56.292Z] 34639a8205a5: Preparing [2023-03-24T09:11:56.292Z] 1f2653aceb85: Preparing [2023-03-24T09:11:56.292Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:56.292Z] d72ead4c2bef: Preparing [2023-03-24T09:11:56.292Z] 2cae96506a52: Preparing [2023-03-24T09:11:56.292Z] 7cd52847ad77: Preparing [2023-03-24T09:11:56.292Z] 2cae96506a52: Waiting [2023-03-24T09:11:56.292Z] 7cd52847ad77: Waiting [2023-03-24T09:11:56.292Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:56.292Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:56.292Z] 1f2653aceb85: Layer already exists [2023-03-24T09:11:56.292Z] 34639a8205a5: Layer already exists [2023-03-24T09:11:56.292Z] 98237f7f73af: Layer already exists [2023-03-24T09:11:56.292Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:56.292Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:56.292Z] latest: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:56.603Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:56.919Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.113 [2023-03-24T09:11:56.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-24T09:11:56.919Z] 98237f7f73af: Preparing [2023-03-24T09:11:56.919Z] 34639a8205a5: Preparing [2023-03-24T09:11:56.919Z] 1f2653aceb85: Preparing [2023-03-24T09:11:56.919Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:56.919Z] d72ead4c2bef: Preparing [2023-03-24T09:11:56.919Z] 2cae96506a52: Preparing [2023-03-24T09:11:56.919Z] 7cd52847ad77: Preparing [2023-03-24T09:11:56.919Z] 2cae96506a52: Waiting [2023-03-24T09:11:56.919Z] 7cd52847ad77: Waiting [2023-03-24T09:11:56.919Z] 34639a8205a5: Layer already exists [2023-03-24T09:11:56.919Z] 98237f7f73af: Layer already exists [2023-03-24T09:11:56.919Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:56.919Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:56.919Z] 1f2653aceb85: Layer already exists [2023-03-24T09:11:56.919Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:56.919Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:56.919Z] 3.0.0-dev.113: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:57.232Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:57.544Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:57.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-24T09:11:57.544Z] 98237f7f73af: Preparing [2023-03-24T09:11:57.544Z] 34639a8205a5: Preparing [2023-03-24T09:11:57.544Z] 1f2653aceb85: Preparing [2023-03-24T09:11:57.544Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:57.544Z] d72ead4c2bef: Preparing [2023-03-24T09:11:57.544Z] 2cae96506a52: Preparing [2023-03-24T09:11:57.544Z] 7cd52847ad77: Preparing [2023-03-24T09:11:57.544Z] 2cae96506a52: Waiting [2023-03-24T09:11:57.544Z] 7cd52847ad77: Waiting [2023-03-24T09:11:57.544Z] 34639a8205a5: Layer already exists [2023-03-24T09:11:57.544Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:57.544Z] 98237f7f73af: Layer already exists [2023-03-24T09:11:57.544Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:57.544Z] 1f2653aceb85: Layer already exists [2023-03-24T09:11:57.544Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:57.544Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:57.544Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:57.861Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:58.164Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-03-24T09:11:58.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-03-24T09:11:58.164Z] 98237f7f73af: Preparing [2023-03-24T09:11:58.164Z] 34639a8205a5: Preparing [2023-03-24T09:11:58.164Z] 1f2653aceb85: Preparing [2023-03-24T09:11:58.164Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:58.164Z] d72ead4c2bef: Preparing [2023-03-24T09:11:58.164Z] 2cae96506a52: Preparing [2023-03-24T09:11:58.164Z] 7cd52847ad77: Preparing [2023-03-24T09:11:58.164Z] 2cae96506a52: Waiting [2023-03-24T09:11:58.164Z] 7cd52847ad77: Waiting [2023-03-24T09:11:58.164Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:58.164Z] 98237f7f73af: Layer already exists [2023-03-24T09:11:58.164Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:58.164Z] 1f2653aceb85: Layer already exists [2023-03-24T09:11:58.164Z] 34639a8205a5: Layer already exists [2023-03-24T09:11:58.164Z] 2cae96506a52: Layer already exists [2023-03-24T09:11:58.164Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:58.164Z] main: digest: sha256:909ab8e88969f42d547b3a1482a1e28064d304bb2819ce47650bd90b131b0841 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:11:58.201Z] ===================================================== [Pipeline] echo [2023-03-24T09:11:58.206Z] taggedImages: [2023-03-24T09:11:58.206Z] - nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:58.206Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-03-24T09:11:58.206Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.113 [2023-03-24T09:11:58.206Z] - nexus3.edgexfoundry.org:10004/core-metadata:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:58.206Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-03-24T09:11:58.220Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-03-24T09:11:58.220Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:58.220Z] latest [2023-03-24T09:11:58.220Z] 3.0.0-dev.113 [2023-03-24T09:11:58.220Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:11:58.220Z] main [2023-03-24T09:11:58.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:58.537Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:11:58.850Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:11:58.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-24T09:11:58.850Z] 9c0fdc34ff97: Preparing [2023-03-24T09:11:58.850Z] 9c0fdc34ff97: Preparing [2023-03-24T09:11:58.850Z] 82d75c30340c: Preparing [2023-03-24T09:11:58.850Z] 59d385698042: Preparing [2023-03-24T09:11:58.850Z] 3e887d7fe2e5: Preparing [2023-03-24T09:11:58.850Z] 9e8f17653389: Preparing [2023-03-24T09:11:58.850Z] 7aa9faadcb7c: Preparing [2023-03-24T09:11:58.850Z] d47e1d9dcc29: Preparing [2023-03-24T09:11:58.850Z] d72ead4c2bef: Preparing [2023-03-24T09:11:58.850Z] 7aa9faadcb7c: Waiting [2023-03-24T09:11:58.850Z] c26d3c137a01: Preparing [2023-03-24T09:11:58.850Z] 9959e8ffcb14: Preparing [2023-03-24T09:11:58.850Z] d47e1d9dcc29: Waiting [2023-03-24T09:11:58.850Z] d72ead4c2bef: Waiting [2023-03-24T09:11:58.850Z] 8ba869da58d7: Preparing [2023-03-24T09:11:58.850Z] 9959e8ffcb14: Waiting [2023-03-24T09:11:58.850Z] 1830a4808258: Preparing [2023-03-24T09:11:58.850Z] c26d3c137a01: Waiting [2023-03-24T09:11:58.850Z] 8ba869da58d7: Waiting [2023-03-24T09:11:58.850Z] 7cd52847ad77: Preparing [2023-03-24T09:11:58.850Z] 1830a4808258: Waiting [2023-03-24T09:11:58.850Z] 82d75c30340c: Pushed [2023-03-24T09:11:58.850Z] 9c0fdc34ff97: Pushed [2023-03-24T09:11:58.850Z] 3e887d7fe2e5: Pushed [2023-03-24T09:11:58.850Z] 9e8f17653389: Pushed [2023-03-24T09:11:58.850Z] 59d385698042: Pushed [2023-03-24T09:11:58.850Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:11:58.850Z] d72ead4c2bef: Layer already exists [2023-03-24T09:11:59.111Z] c26d3c137a01: Pushed [2023-03-24T09:11:59.111Z] 9959e8ffcb14: Pushed [2023-03-24T09:11:59.111Z] 8ba869da58d7: Pushed [2023-03-24T09:11:59.111Z] 7cd52847ad77: Layer already exists [2023-03-24T09:11:59.111Z] 1830a4808258: Pushed [2023-03-24T09:12:01.017Z] 7aa9faadcb7c: Pushed [2023-03-24T09:12:01.017Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:01.336Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:01.656Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-24T09:12:01.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-24T09:12:01.657Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:01.657Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:01.657Z] 82d75c30340c: Preparing [2023-03-24T09:12:01.657Z] 59d385698042: Preparing [2023-03-24T09:12:01.657Z] 3e887d7fe2e5: Preparing [2023-03-24T09:12:01.657Z] 9e8f17653389: Preparing [2023-03-24T09:12:01.657Z] 7aa9faadcb7c: Preparing [2023-03-24T09:12:01.657Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:01.657Z] d72ead4c2bef: Preparing [2023-03-24T09:12:01.657Z] c26d3c137a01: Preparing [2023-03-24T09:12:01.657Z] 9959e8ffcb14: Preparing [2023-03-24T09:12:01.657Z] 8ba869da58d7: Preparing [2023-03-24T09:12:01.657Z] 1830a4808258: Preparing [2023-03-24T09:12:01.657Z] 7cd52847ad77: Preparing [2023-03-24T09:12:01.657Z] 9959e8ffcb14: Waiting [2023-03-24T09:12:01.657Z] 7aa9faadcb7c: Waiting [2023-03-24T09:12:01.657Z] 8ba869da58d7: Waiting [2023-03-24T09:12:01.657Z] 1830a4808258: Waiting [2023-03-24T09:12:01.657Z] 7cd52847ad77: Waiting [2023-03-24T09:12:01.657Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:01.657Z] d72ead4c2bef: Waiting [2023-03-24T09:12:01.657Z] c26d3c137a01: Waiting [2023-03-24T09:12:01.657Z] 3e887d7fe2e5: Layer already exists [2023-03-24T09:12:01.657Z] 59d385698042: Layer already exists [2023-03-24T09:12:01.657Z] 9e8f17653389: Layer already exists [2023-03-24T09:12:01.657Z] 82d75c30340c: Layer already exists [2023-03-24T09:12:01.657Z] 9c0fdc34ff97: Layer already exists [2023-03-24T09:12:01.657Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:01.657Z] 7aa9faadcb7c: Layer already exists [2023-03-24T09:12:01.657Z] 9959e8ffcb14: Layer already exists [2023-03-24T09:12:01.657Z] c26d3c137a01: Layer already exists [2023-03-24T09:12:01.657Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:01.657Z] 8ba869da58d7: Layer already exists [2023-03-24T09:12:01.657Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:01.657Z] 1830a4808258: Layer already exists [2023-03-24T09:12:01.657Z] latest: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:01.962Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:02.274Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.113 [2023-03-24T09:12:02.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-24T09:12:02.275Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:02.275Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:02.275Z] 82d75c30340c: Preparing [2023-03-24T09:12:02.275Z] 59d385698042: Preparing [2023-03-24T09:12:02.275Z] 3e887d7fe2e5: Preparing [2023-03-24T09:12:02.275Z] 9e8f17653389: Preparing [2023-03-24T09:12:02.275Z] 7aa9faadcb7c: Preparing [2023-03-24T09:12:02.275Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:02.275Z] d72ead4c2bef: Preparing [2023-03-24T09:12:02.275Z] c26d3c137a01: Preparing [2023-03-24T09:12:02.275Z] 9959e8ffcb14: Preparing [2023-03-24T09:12:02.275Z] 8ba869da58d7: Preparing [2023-03-24T09:12:02.275Z] 1830a4808258: Preparing [2023-03-24T09:12:02.275Z] 7cd52847ad77: Preparing [2023-03-24T09:12:02.275Z] d72ead4c2bef: Waiting [2023-03-24T09:12:02.275Z] 7aa9faadcb7c: Waiting [2023-03-24T09:12:02.275Z] c26d3c137a01: Waiting [2023-03-24T09:12:02.275Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:02.275Z] 9959e8ffcb14: Waiting [2023-03-24T09:12:02.275Z] 8ba869da58d7: Waiting [2023-03-24T09:12:02.275Z] 1830a4808258: Waiting [2023-03-24T09:12:02.275Z] 7cd52847ad77: Waiting [2023-03-24T09:12:02.275Z] 9e8f17653389: Layer already exists [2023-03-24T09:12:02.275Z] 82d75c30340c: Layer already exists [2023-03-24T09:12:02.275Z] 3e887d7fe2e5: Layer already exists [2023-03-24T09:12:02.275Z] 9c0fdc34ff97: Layer already exists [2023-03-24T09:12:02.275Z] 59d385698042: Layer already exists [2023-03-24T09:12:02.275Z] 7aa9faadcb7c: Layer already exists [2023-03-24T09:12:02.275Z] 9959e8ffcb14: Layer already exists [2023-03-24T09:12:02.275Z] c26d3c137a01: Layer already exists [2023-03-24T09:12:02.275Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:02.275Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:02.275Z] 8ba869da58d7: Layer already exists [2023-03-24T09:12:02.275Z] 1830a4808258: Layer already exists [2023-03-24T09:12:02.275Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:02.275Z] 3.0.0-dev.113: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:02.587Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:02.897Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:02.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-24T09:12:02.898Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:02.898Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:02.898Z] 82d75c30340c: Preparing [2023-03-24T09:12:02.898Z] 59d385698042: Preparing [2023-03-24T09:12:02.898Z] 3e887d7fe2e5: Preparing [2023-03-24T09:12:02.898Z] 9e8f17653389: Preparing [2023-03-24T09:12:02.898Z] 7aa9faadcb7c: Preparing [2023-03-24T09:12:02.898Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:02.898Z] d72ead4c2bef: Preparing [2023-03-24T09:12:02.898Z] c26d3c137a01: Preparing [2023-03-24T09:12:02.898Z] 9959e8ffcb14: Preparing [2023-03-24T09:12:02.898Z] 8ba869da58d7: Preparing [2023-03-24T09:12:02.898Z] 1830a4808258: Preparing [2023-03-24T09:12:02.898Z] 7cd52847ad77: Preparing [2023-03-24T09:12:02.898Z] c26d3c137a01: Waiting [2023-03-24T09:12:02.898Z] d72ead4c2bef: Waiting [2023-03-24T09:12:02.898Z] 9959e8ffcb14: Waiting [2023-03-24T09:12:02.898Z] 8ba869da58d7: Waiting [2023-03-24T09:12:02.898Z] 7cd52847ad77: Waiting [2023-03-24T09:12:02.898Z] 7aa9faadcb7c: Waiting [2023-03-24T09:12:02.898Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:02.898Z] 9c0fdc34ff97: Layer already exists [2023-03-24T09:12:02.898Z] 9e8f17653389: Layer already exists [2023-03-24T09:12:02.898Z] 3e887d7fe2e5: Layer already exists [2023-03-24T09:12:02.898Z] 59d385698042: Layer already exists [2023-03-24T09:12:02.898Z] 82d75c30340c: Layer already exists [2023-03-24T09:12:02.898Z] 7aa9faadcb7c: Layer already exists [2023-03-24T09:12:02.898Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:02.898Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:02.898Z] 9959e8ffcb14: Layer already exists [2023-03-24T09:12:02.898Z] c26d3c137a01: Layer already exists [2023-03-24T09:12:02.898Z] 8ba869da58d7: Layer already exists [2023-03-24T09:12:02.898Z] 1830a4808258: Layer already exists [2023-03-24T09:12:02.898Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:02.898Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:03.202Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:03.513Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-03-24T09:12:03.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-03-24T09:12:03.513Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:03.513Z] 9c0fdc34ff97: Preparing [2023-03-24T09:12:03.513Z] 82d75c30340c: Preparing [2023-03-24T09:12:03.513Z] 59d385698042: Preparing [2023-03-24T09:12:03.513Z] 3e887d7fe2e5: Preparing [2023-03-24T09:12:03.513Z] 9e8f17653389: Preparing [2023-03-24T09:12:03.513Z] 7aa9faadcb7c: Preparing [2023-03-24T09:12:03.513Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:03.513Z] d72ead4c2bef: Preparing [2023-03-24T09:12:03.513Z] c26d3c137a01: Preparing [2023-03-24T09:12:03.513Z] 9959e8ffcb14: Preparing [2023-03-24T09:12:03.513Z] 8ba869da58d7: Preparing [2023-03-24T09:12:03.513Z] 1830a4808258: Preparing [2023-03-24T09:12:03.513Z] 7cd52847ad77: Preparing [2023-03-24T09:12:03.513Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:03.513Z] 7aa9faadcb7c: Waiting [2023-03-24T09:12:03.513Z] d72ead4c2bef: Waiting [2023-03-24T09:12:03.513Z] c26d3c137a01: Waiting [2023-03-24T09:12:03.513Z] 9959e8ffcb14: Waiting [2023-03-24T09:12:03.513Z] 8ba869da58d7: Waiting [2023-03-24T09:12:03.513Z] 3e887d7fe2e5: Layer already exists [2023-03-24T09:12:03.513Z] 59d385698042: Layer already exists [2023-03-24T09:12:03.513Z] 9e8f17653389: Layer already exists [2023-03-24T09:12:03.513Z] 9c0fdc34ff97: Layer already exists [2023-03-24T09:12:03.513Z] 82d75c30340c: Layer already exists [2023-03-24T09:12:03.513Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:03.513Z] 7aa9faadcb7c: Layer already exists [2023-03-24T09:12:03.513Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:03.513Z] c26d3c137a01: Layer already exists [2023-03-24T09:12:03.513Z] 9959e8ffcb14: Layer already exists [2023-03-24T09:12:03.513Z] 8ba869da58d7: Layer already exists [2023-03-24T09:12:03.513Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:03.513Z] 1830a4808258: Layer already exists [2023-03-24T09:12:03.513Z] main: digest: sha256:d4d498957b21593a7de6e376c52472ca9ab3edabba8bf7426647a3ae03e6cc94 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:03.563Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:03.577Z] taggedImages: [2023-03-24T09:12:03.577Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:03.577Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-03-24T09:12:03.577Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.113 [2023-03-24T09:12:03.577Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:03.577Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-03-24T09:12:03.602Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-03-24T09:12:03.602Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:03.602Z] latest [2023-03-24T09:12:03.602Z] 3.0.0-dev.113 [2023-03-24T09:12:03.602Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:03.602Z] main [2023-03-24T09:12:03.602Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:03.922Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:04.228Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:04.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-24T09:12:04.228Z] 8d11f5f37ccd: Preparing [2023-03-24T09:12:04.228Z] 2a8fa4adcc21: Preparing [2023-03-24T09:12:04.228Z] 5ceb3c5d996a: Preparing [2023-03-24T09:12:04.229Z] ae46aeae1ce4: Preparing [2023-03-24T09:12:04.229Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:04.229Z] d72ead4c2bef: Preparing [2023-03-24T09:12:04.229Z] 946f1100699f: Preparing [2023-03-24T09:12:04.229Z] 7cd52847ad77: Preparing [2023-03-24T09:12:04.229Z] 946f1100699f: Waiting [2023-03-24T09:12:04.229Z] d72ead4c2bef: Waiting [2023-03-24T09:12:04.229Z] 7cd52847ad77: Waiting [2023-03-24T09:12:04.229Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:12:04.229Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:12:04.229Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:04.229Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:04.229Z] 946f1100699f: Layer already exists [2023-03-24T09:12:04.229Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:04.229Z] 5ceb3c5d996a: Pushed [2023-03-24T09:12:05.608Z] ae46aeae1ce4: Pushed [2023-03-24T09:12:05.608Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:05.917Z] + 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-24T09:12:06.224Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-24T09:12:06.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-24T09:12:06.224Z] 8d11f5f37ccd: Preparing [2023-03-24T09:12:06.224Z] 2a8fa4adcc21: Preparing [2023-03-24T09:12:06.224Z] 5ceb3c5d996a: Preparing [2023-03-24T09:12:06.224Z] ae46aeae1ce4: Preparing [2023-03-24T09:12:06.224Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:06.224Z] d72ead4c2bef: Preparing [2023-03-24T09:12:06.224Z] 946f1100699f: Preparing [2023-03-24T09:12:06.224Z] 7cd52847ad77: Preparing [2023-03-24T09:12:06.224Z] 946f1100699f: Waiting [2023-03-24T09:12:06.224Z] 7cd52847ad77: Waiting [2023-03-24T09:12:06.224Z] d72ead4c2bef: Waiting [2023-03-24T09:12:06.224Z] 5ceb3c5d996a: Layer already exists [2023-03-24T09:12:06.224Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:06.224Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:12:06.224Z] ae46aeae1ce4: Layer already exists [2023-03-24T09:12:06.224Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:12:06.224Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:06.224Z] 946f1100699f: Layer already exists [2023-03-24T09:12:06.224Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:06.224Z] latest: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:06.531Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:06.836Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.113 [2023-03-24T09:12:06.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-24T09:12:06.837Z] 8d11f5f37ccd: Preparing [2023-03-24T09:12:06.837Z] 2a8fa4adcc21: Preparing [2023-03-24T09:12:06.837Z] 5ceb3c5d996a: Preparing [2023-03-24T09:12:06.837Z] ae46aeae1ce4: Preparing [2023-03-24T09:12:06.837Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:06.837Z] d72ead4c2bef: Preparing [2023-03-24T09:12:06.837Z] 946f1100699f: Preparing [2023-03-24T09:12:06.837Z] 7cd52847ad77: Preparing [2023-03-24T09:12:06.837Z] d72ead4c2bef: Waiting [2023-03-24T09:12:06.837Z] 946f1100699f: Waiting [2023-03-24T09:12:06.837Z] 7cd52847ad77: Waiting [2023-03-24T09:12:06.837Z] ae46aeae1ce4: Layer already exists [2023-03-24T09:12:06.837Z] 5ceb3c5d996a: Layer already exists [2023-03-24T09:12:06.837Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:12:06.837Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:06.837Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:12:06.837Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:06.837Z] 946f1100699f: Layer already exists [2023-03-24T09:12:06.837Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:06.837Z] 3.0.0-dev.113: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:07.146Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:07.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:07.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-24T09:12:07.450Z] 8d11f5f37ccd: Preparing [2023-03-24T09:12:07.450Z] 2a8fa4adcc21: Preparing [2023-03-24T09:12:07.450Z] 5ceb3c5d996a: Preparing [2023-03-24T09:12:07.450Z] ae46aeae1ce4: Preparing [2023-03-24T09:12:07.450Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:07.450Z] d72ead4c2bef: Preparing [2023-03-24T09:12:07.450Z] 946f1100699f: Preparing [2023-03-24T09:12:07.450Z] 7cd52847ad77: Preparing [2023-03-24T09:12:07.450Z] d72ead4c2bef: Waiting [2023-03-24T09:12:07.450Z] 946f1100699f: Waiting [2023-03-24T09:12:07.450Z] 7cd52847ad77: Waiting [2023-03-24T09:12:07.450Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:12:07.450Z] 5ceb3c5d996a: Layer already exists [2023-03-24T09:12:07.450Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:07.450Z] ae46aeae1ce4: Layer already exists [2023-03-24T09:12:07.450Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:12:07.450Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:07.450Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:07.450Z] 946f1100699f: Layer already exists [2023-03-24T09:12:07.450Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:07.758Z] + 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-24T09:12:08.058Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-03-24T09:12:08.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-03-24T09:12:08.058Z] 8d11f5f37ccd: Preparing [2023-03-24T09:12:08.058Z] 2a8fa4adcc21: Preparing [2023-03-24T09:12:08.058Z] 5ceb3c5d996a: Preparing [2023-03-24T09:12:08.058Z] ae46aeae1ce4: Preparing [2023-03-24T09:12:08.058Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:08.058Z] d72ead4c2bef: Preparing [2023-03-24T09:12:08.058Z] 946f1100699f: Preparing [2023-03-24T09:12:08.058Z] 7cd52847ad77: Preparing [2023-03-24T09:12:08.058Z] d72ead4c2bef: Waiting [2023-03-24T09:12:08.058Z] 946f1100699f: Waiting [2023-03-24T09:12:08.058Z] 7cd52847ad77: Waiting [2023-03-24T09:12:08.058Z] 2a8fa4adcc21: Layer already exists [2023-03-24T09:12:08.058Z] ae46aeae1ce4: Layer already exists [2023-03-24T09:12:08.058Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:08.058Z] 8d11f5f37ccd: Layer already exists [2023-03-24T09:12:08.058Z] 5ceb3c5d996a: Layer already exists [2023-03-24T09:12:08.058Z] 946f1100699f: Layer already exists [2023-03-24T09:12:08.058Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:08.058Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:08.058Z] main: digest: sha256:23b5bb2c7cccecf371e533647b0fcd413e76ca3e0262aca3aaf8435d4cebb736 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:08.092Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:08.102Z] taggedImages: [2023-03-24T09:12:08.102Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:08.102Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-03-24T09:12:08.102Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.113 [2023-03-24T09:12:08.102Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:08.102Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-03-24T09:12:08.123Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-03-24T09:12:08.123Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:08.123Z] latest [2023-03-24T09:12:08.123Z] 3.0.0-dev.113 [2023-03-24T09:12:08.123Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:08.123Z] main [2023-03-24T09:12:08.123Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:08.445Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:08.758Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:08.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-24T09:12:08.758Z] 945f43149e44: Preparing [2023-03-24T09:12:08.758Z] 78aff81d3d05: Preparing [2023-03-24T09:12:08.758Z] 86d19edbc1ac: Preparing [2023-03-24T09:12:08.758Z] 6ea6dce6d3cc: Preparing [2023-03-24T09:12:08.758Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:08.758Z] d72ead4c2bef: Preparing [2023-03-24T09:12:08.758Z] 96c66bbbd936: Preparing [2023-03-24T09:12:08.758Z] 1fd2efda7bb6: Preparing [2023-03-24T09:12:08.758Z] 7cd52847ad77: Preparing [2023-03-24T09:12:08.758Z] 1fd2efda7bb6: Waiting [2023-03-24T09:12:08.758Z] 7cd52847ad77: Waiting [2023-03-24T09:12:08.759Z] 96c66bbbd936: Waiting [2023-03-24T09:12:08.759Z] d72ead4c2bef: Waiting [2023-03-24T09:12:08.759Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:08.759Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:08.759Z] 6ea6dce6d3cc: Pushed [2023-03-24T09:12:09.017Z] 945f43149e44: Pushed [2023-03-24T09:12:09.017Z] 96c66bbbd936: Pushed [2023-03-24T09:12:09.017Z] 78aff81d3d05: Pushed [2023-03-24T09:12:09.017Z] 1fd2efda7bb6: Pushed [2023-03-24T09:12:09.017Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:10.394Z] 86d19edbc1ac: Pushed [2023-03-24T09:12:10.394Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:10.709Z] + 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-24T09:12:11.022Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-24T09:12:11.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-24T09:12:11.023Z] 945f43149e44: Preparing [2023-03-24T09:12:11.023Z] 78aff81d3d05: Preparing [2023-03-24T09:12:11.023Z] 86d19edbc1ac: Preparing [2023-03-24T09:12:11.023Z] 6ea6dce6d3cc: Preparing [2023-03-24T09:12:11.023Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:11.023Z] d72ead4c2bef: Preparing [2023-03-24T09:12:11.023Z] 96c66bbbd936: Preparing [2023-03-24T09:12:11.023Z] 1fd2efda7bb6: Preparing [2023-03-24T09:12:11.023Z] 7cd52847ad77: Preparing [2023-03-24T09:12:11.023Z] 96c66bbbd936: Waiting [2023-03-24T09:12:11.023Z] d72ead4c2bef: Waiting [2023-03-24T09:12:11.023Z] 1fd2efda7bb6: Waiting [2023-03-24T09:12:11.023Z] 7cd52847ad77: Waiting [2023-03-24T09:12:11.023Z] 86d19edbc1ac: Layer already exists [2023-03-24T09:12:11.023Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:11.023Z] 945f43149e44: Layer already exists [2023-03-24T09:12:11.023Z] 78aff81d3d05: Layer already exists [2023-03-24T09:12:11.023Z] 6ea6dce6d3cc: Layer already exists [2023-03-24T09:12:11.023Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:11.023Z] 1fd2efda7bb6: Layer already exists [2023-03-24T09:12:11.023Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:11.023Z] 96c66bbbd936: Layer already exists [2023-03-24T09:12:11.023Z] latest: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:11.328Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:11.630Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.113 [2023-03-24T09:12:11.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-24T09:12:11.630Z] 945f43149e44: Preparing [2023-03-24T09:12:11.630Z] 78aff81d3d05: Preparing [2023-03-24T09:12:11.630Z] 86d19edbc1ac: Preparing [2023-03-24T09:12:11.630Z] 6ea6dce6d3cc: Preparing [2023-03-24T09:12:11.630Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:11.630Z] d72ead4c2bef: Preparing [2023-03-24T09:12:11.630Z] 96c66bbbd936: Preparing [2023-03-24T09:12:11.630Z] 1fd2efda7bb6: Preparing [2023-03-24T09:12:11.630Z] 7cd52847ad77: Preparing [2023-03-24T09:12:11.630Z] d72ead4c2bef: Waiting [2023-03-24T09:12:11.630Z] 1fd2efda7bb6: Waiting [2023-03-24T09:12:11.630Z] 7cd52847ad77: Waiting [2023-03-24T09:12:11.630Z] 96c66bbbd936: Waiting [2023-03-24T09:12:11.630Z] 6ea6dce6d3cc: Layer already exists [2023-03-24T09:12:11.630Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:11.630Z] 945f43149e44: Layer already exists [2023-03-24T09:12:11.630Z] 86d19edbc1ac: Layer already exists [2023-03-24T09:12:11.630Z] 78aff81d3d05: Layer already exists [2023-03-24T09:12:11.630Z] 96c66bbbd936: Layer already exists [2023-03-24T09:12:11.630Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:11.630Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:11.630Z] 1fd2efda7bb6: Layer already exists [2023-03-24T09:12:11.630Z] 3.0.0-dev.113: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:11.944Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:12.254Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:12.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-24T09:12:12.254Z] 945f43149e44: Preparing [2023-03-24T09:12:12.254Z] 78aff81d3d05: Preparing [2023-03-24T09:12:12.254Z] 86d19edbc1ac: Preparing [2023-03-24T09:12:12.254Z] 6ea6dce6d3cc: Preparing [2023-03-24T09:12:12.254Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:12.254Z] d72ead4c2bef: Preparing [2023-03-24T09:12:12.254Z] 96c66bbbd936: Preparing [2023-03-24T09:12:12.254Z] 1fd2efda7bb6: Preparing [2023-03-24T09:12:12.254Z] 7cd52847ad77: Preparing [2023-03-24T09:12:12.254Z] d72ead4c2bef: Waiting [2023-03-24T09:12:12.254Z] 96c66bbbd936: Waiting [2023-03-24T09:12:12.254Z] 1fd2efda7bb6: Waiting [2023-03-24T09:12:12.254Z] 7cd52847ad77: Waiting [2023-03-24T09:12:12.254Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:12.254Z] 945f43149e44: Layer already exists [2023-03-24T09:12:12.254Z] 78aff81d3d05: Layer already exists [2023-03-24T09:12:12.254Z] 86d19edbc1ac: Layer already exists [2023-03-24T09:12:12.254Z] 6ea6dce6d3cc: Layer already exists [2023-03-24T09:12:12.254Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:12.254Z] 96c66bbbd936: Layer already exists [2023-03-24T09:12:12.254Z] 1fd2efda7bb6: Layer already exists [2023-03-24T09:12:12.254Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:12.254Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:12.569Z] + 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-24T09:12:12.871Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-03-24T09:12:12.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-03-24T09:12:12.871Z] 945f43149e44: Preparing [2023-03-24T09:12:12.871Z] 78aff81d3d05: Preparing [2023-03-24T09:12:12.871Z] 86d19edbc1ac: Preparing [2023-03-24T09:12:12.871Z] 6ea6dce6d3cc: Preparing [2023-03-24T09:12:12.871Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:12.871Z] d72ead4c2bef: Preparing [2023-03-24T09:12:12.871Z] 96c66bbbd936: Preparing [2023-03-24T09:12:12.871Z] 1fd2efda7bb6: Preparing [2023-03-24T09:12:12.871Z] 7cd52847ad77: Preparing [2023-03-24T09:12:12.871Z] d72ead4c2bef: Waiting [2023-03-24T09:12:12.871Z] 1fd2efda7bb6: Waiting [2023-03-24T09:12:12.871Z] 7cd52847ad77: Waiting [2023-03-24T09:12:12.871Z] 945f43149e44: Layer already exists [2023-03-24T09:12:12.871Z] 78aff81d3d05: Layer already exists [2023-03-24T09:12:12.871Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:12.871Z] 86d19edbc1ac: Layer already exists [2023-03-24T09:12:12.871Z] 6ea6dce6d3cc: Layer already exists [2023-03-24T09:12:12.871Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:12.871Z] 96c66bbbd936: Layer already exists [2023-03-24T09:12:12.871Z] 1fd2efda7bb6: Layer already exists [2023-03-24T09:12:12.871Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:12.871Z] main: digest: sha256:5e9c554e54a626e52ee950cba82614dbbec1e06b1468322d8943c835575082d6 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:12.905Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:12.910Z] taggedImages: [2023-03-24T09:12:12.910Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:12.910Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-03-24T09:12:12.910Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.113 [2023-03-24T09:12:12.910Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:12.910Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-03-24T09:12:12.924Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-03-24T09:12:12.924Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:12.924Z] latest [2023-03-24T09:12:12.924Z] 3.0.0-dev.113 [2023-03-24T09:12:12.924Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:12.924Z] main [2023-03-24T09:12:12.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:13.225Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:13.526Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:13.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-24T09:12:13.526Z] 2beb94756c8c: Preparing [2023-03-24T09:12:13.526Z] 062c6a709894: Preparing [2023-03-24T09:12:13.526Z] 44092572ab88: Preparing [2023-03-24T09:12:13.526Z] 8c8bc8d13f40: Preparing [2023-03-24T09:12:13.526Z] f11b822b8e87: Preparing [2023-03-24T09:12:13.526Z] 06c1adeee72f: Preparing [2023-03-24T09:12:13.526Z] 3e3ce8b5b23d: Preparing [2023-03-24T09:12:13.526Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:13.526Z] d72ead4c2bef: Preparing [2023-03-24T09:12:13.526Z] d1eb67499bc8: Preparing [2023-03-24T09:12:13.526Z] 7cd52847ad77: Preparing [2023-03-24T09:12:13.526Z] d1eb67499bc8: Waiting [2023-03-24T09:12:13.526Z] d72ead4c2bef: Waiting [2023-03-24T09:12:13.526Z] 06c1adeee72f: Waiting [2023-03-24T09:12:13.526Z] 7cd52847ad77: Waiting [2023-03-24T09:12:13.526Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:13.526Z] 3e3ce8b5b23d: Waiting [2023-03-24T09:12:13.526Z] 2beb94756c8c: Pushed [2023-03-24T09:12:13.526Z] 062c6a709894: Pushed [2023-03-24T09:12:13.526Z] f11b822b8e87: Pushed [2023-03-24T09:12:13.526Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:13.789Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:13.789Z] 06c1adeee72f: Pushed [2023-03-24T09:12:13.789Z] 3e3ce8b5b23d: Pushed [2023-03-24T09:12:13.789Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:13.789Z] d1eb67499bc8: Pushed [2023-03-24T09:12:14.731Z] 8c8bc8d13f40: Pushed [2023-03-24T09:12:14.990Z] 44092572ab88: Pushed [2023-03-24T09:12:15.250Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:15.554Z] + 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-24T09:12:15.852Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-24T09:12:15.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-24T09:12:15.852Z] 2beb94756c8c: Preparing [2023-03-24T09:12:15.852Z] 062c6a709894: Preparing [2023-03-24T09:12:15.852Z] 44092572ab88: Preparing [2023-03-24T09:12:15.852Z] 8c8bc8d13f40: Preparing [2023-03-24T09:12:15.852Z] f11b822b8e87: Preparing [2023-03-24T09:12:15.852Z] 06c1adeee72f: Preparing [2023-03-24T09:12:15.852Z] 3e3ce8b5b23d: Preparing [2023-03-24T09:12:15.852Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:15.852Z] d72ead4c2bef: Preparing [2023-03-24T09:12:15.852Z] d1eb67499bc8: Preparing [2023-03-24T09:12:15.852Z] 7cd52847ad77: Preparing [2023-03-24T09:12:15.852Z] 06c1adeee72f: Waiting [2023-03-24T09:12:15.852Z] 3e3ce8b5b23d: Waiting [2023-03-24T09:12:15.852Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:15.852Z] d72ead4c2bef: Waiting [2023-03-24T09:12:15.852Z] d1eb67499bc8: Waiting [2023-03-24T09:12:15.852Z] 7cd52847ad77: Waiting [2023-03-24T09:12:15.852Z] 8c8bc8d13f40: Layer already exists [2023-03-24T09:12:15.852Z] 2beb94756c8c: Layer already exists [2023-03-24T09:12:15.852Z] 44092572ab88: Layer already exists [2023-03-24T09:12:15.852Z] 062c6a709894: Layer already exists [2023-03-24T09:12:15.852Z] f11b822b8e87: Layer already exists [2023-03-24T09:12:15.852Z] 3e3ce8b5b23d: Layer already exists [2023-03-24T09:12:15.852Z] d1eb67499bc8: Layer already exists [2023-03-24T09:12:15.852Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:15.852Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:15.852Z] 06c1adeee72f: Layer already exists [2023-03-24T09:12:15.852Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:15.852Z] latest: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:16.160Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:16.459Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.113 [2023-03-24T09:12:16.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-24T09:12:16.459Z] 2beb94756c8c: Preparing [2023-03-24T09:12:16.459Z] 062c6a709894: Preparing [2023-03-24T09:12:16.459Z] 44092572ab88: Preparing [2023-03-24T09:12:16.459Z] 8c8bc8d13f40: Preparing [2023-03-24T09:12:16.459Z] f11b822b8e87: Preparing [2023-03-24T09:12:16.459Z] 06c1adeee72f: Preparing [2023-03-24T09:12:16.459Z] 3e3ce8b5b23d: Preparing [2023-03-24T09:12:16.459Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:16.459Z] d72ead4c2bef: Preparing [2023-03-24T09:12:16.459Z] d1eb67499bc8: Preparing [2023-03-24T09:12:16.459Z] 7cd52847ad77: Preparing [2023-03-24T09:12:16.459Z] 06c1adeee72f: Waiting [2023-03-24T09:12:16.459Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:16.459Z] d72ead4c2bef: Waiting [2023-03-24T09:12:16.459Z] 3e3ce8b5b23d: Waiting [2023-03-24T09:12:16.459Z] d1eb67499bc8: Waiting [2023-03-24T09:12:16.459Z] 7cd52847ad77: Waiting [2023-03-24T09:12:16.459Z] f11b822b8e87: Layer already exists [2023-03-24T09:12:16.459Z] 44092572ab88: Layer already exists [2023-03-24T09:12:16.459Z] 8c8bc8d13f40: Layer already exists [2023-03-24T09:12:16.459Z] 062c6a709894: Layer already exists [2023-03-24T09:12:16.459Z] 2beb94756c8c: Layer already exists [2023-03-24T09:12:16.459Z] 06c1adeee72f: Layer already exists [2023-03-24T09:12:16.459Z] 3e3ce8b5b23d: Layer already exists [2023-03-24T09:12:16.459Z] d1eb67499bc8: Layer already exists [2023-03-24T09:12:16.459Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:16.459Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:16.459Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:16.459Z] 3.0.0-dev.113: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:16.761Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:17.061Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:17.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-24T09:12:17.061Z] 2beb94756c8c: Preparing [2023-03-24T09:12:17.061Z] 062c6a709894: Preparing [2023-03-24T09:12:17.061Z] 44092572ab88: Preparing [2023-03-24T09:12:17.061Z] 8c8bc8d13f40: Preparing [2023-03-24T09:12:17.061Z] f11b822b8e87: Preparing [2023-03-24T09:12:17.061Z] 06c1adeee72f: Preparing [2023-03-24T09:12:17.061Z] 3e3ce8b5b23d: Preparing [2023-03-24T09:12:17.061Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:17.061Z] d72ead4c2bef: Preparing [2023-03-24T09:12:17.061Z] d1eb67499bc8: Preparing [2023-03-24T09:12:17.061Z] 7cd52847ad77: Preparing [2023-03-24T09:12:17.061Z] 3e3ce8b5b23d: Waiting [2023-03-24T09:12:17.061Z] 06c1adeee72f: Waiting [2023-03-24T09:12:17.061Z] d72ead4c2bef: Waiting [2023-03-24T09:12:17.061Z] d1eb67499bc8: Waiting [2023-03-24T09:12:17.061Z] 7cd52847ad77: Waiting [2023-03-24T09:12:17.061Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:17.061Z] 8c8bc8d13f40: Layer already exists [2023-03-24T09:12:17.061Z] 2beb94756c8c: Layer already exists [2023-03-24T09:12:17.061Z] 062c6a709894: Layer already exists [2023-03-24T09:12:17.061Z] 44092572ab88: Layer already exists [2023-03-24T09:12:17.061Z] f11b822b8e87: Layer already exists [2023-03-24T09:12:17.061Z] 06c1adeee72f: Layer already exists [2023-03-24T09:12:17.061Z] d1eb67499bc8: Layer already exists [2023-03-24T09:12:17.061Z] 3e3ce8b5b23d: Layer already exists [2023-03-24T09:12:17.061Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:17.061Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:17.061Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:17.061Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:17.365Z] + 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-24T09:12:17.668Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-03-24T09:12:17.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-03-24T09:12:17.668Z] 2beb94756c8c: Preparing [2023-03-24T09:12:17.668Z] 062c6a709894: Preparing [2023-03-24T09:12:17.668Z] 44092572ab88: Preparing [2023-03-24T09:12:17.668Z] 8c8bc8d13f40: Preparing [2023-03-24T09:12:17.668Z] f11b822b8e87: Preparing [2023-03-24T09:12:17.668Z] 06c1adeee72f: Preparing [2023-03-24T09:12:17.668Z] 3e3ce8b5b23d: Preparing [2023-03-24T09:12:17.668Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:17.668Z] d72ead4c2bef: Preparing [2023-03-24T09:12:17.668Z] d1eb67499bc8: Preparing [2023-03-24T09:12:17.668Z] 7cd52847ad77: Preparing [2023-03-24T09:12:17.668Z] 06c1adeee72f: Waiting [2023-03-24T09:12:17.668Z] 3e3ce8b5b23d: Waiting [2023-03-24T09:12:17.668Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:17.668Z] d72ead4c2bef: Waiting [2023-03-24T09:12:17.668Z] d1eb67499bc8: Waiting [2023-03-24T09:12:17.668Z] 7cd52847ad77: Waiting [2023-03-24T09:12:17.668Z] f11b822b8e87: Layer already exists [2023-03-24T09:12:17.668Z] 2beb94756c8c: Layer already exists [2023-03-24T09:12:17.668Z] 44092572ab88: Layer already exists [2023-03-24T09:12:17.668Z] 8c8bc8d13f40: Layer already exists [2023-03-24T09:12:17.668Z] 062c6a709894: Layer already exists [2023-03-24T09:12:17.668Z] 06c1adeee72f: Layer already exists [2023-03-24T09:12:17.668Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:17.668Z] d1eb67499bc8: Layer already exists [2023-03-24T09:12:17.668Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:17.668Z] 3e3ce8b5b23d: Layer already exists [2023-03-24T09:12:17.668Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:17.668Z] main: digest: sha256:274a4c308a90aadab30e52cde46f35196cd112b6327e5b1c922ef7a9f287beb7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:17.702Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:17.707Z] taggedImages: [2023-03-24T09:12:17.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:17.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-03-24T09:12:17.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.113 [2023-03-24T09:12:17.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:17.707Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-03-24T09:12:17.721Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-03-24T09:12:17.721Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:17.721Z] latest [2023-03-24T09:12:17.721Z] 3.0.0-dev.113 [2023-03-24T09:12:17.721Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:17.721Z] main [2023-03-24T09:12:17.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:18.020Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:18.319Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:18.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-24T09:12:18.319Z] 2af9e4ae1de3: Preparing [2023-03-24T09:12:18.319Z] 1a6857e58b9d: Preparing [2023-03-24T09:12:18.319Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:18.319Z] d72ead4c2bef: Preparing [2023-03-24T09:12:18.319Z] 6fd42ae8ec91: Preparing [2023-03-24T09:12:18.319Z] 7cd52847ad77: Preparing [2023-03-24T09:12:18.319Z] 7cd52847ad77: Waiting [2023-03-24T09:12:18.319Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:18.319Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:18.319Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:18.319Z] 2af9e4ae1de3: Pushed [2023-03-24T09:12:18.889Z] 6fd42ae8ec91: Pushed [2023-03-24T09:12:20.791Z] 1a6857e58b9d: Pushed [2023-03-24T09:12:20.791Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:21.106Z] + 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-24T09:12:21.407Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-24T09:12:21.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-24T09:12:21.407Z] 2af9e4ae1de3: Preparing [2023-03-24T09:12:21.407Z] 1a6857e58b9d: Preparing [2023-03-24T09:12:21.407Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:21.407Z] d72ead4c2bef: Preparing [2023-03-24T09:12:21.407Z] 6fd42ae8ec91: Preparing [2023-03-24T09:12:21.407Z] 7cd52847ad77: Preparing [2023-03-24T09:12:21.407Z] 2af9e4ae1de3: Layer already exists [2023-03-24T09:12:21.407Z] 1a6857e58b9d: Layer already exists [2023-03-24T09:12:21.407Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:21.407Z] 6fd42ae8ec91: Layer already exists [2023-03-24T09:12:21.407Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:21.407Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:21.407Z] latest: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:21.710Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:22.018Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.113 [2023-03-24T09:12:22.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-24T09:12:22.018Z] 2af9e4ae1de3: Preparing [2023-03-24T09:12:22.018Z] 1a6857e58b9d: Preparing [2023-03-24T09:12:22.018Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:22.018Z] d72ead4c2bef: Preparing [2023-03-24T09:12:22.018Z] 6fd42ae8ec91: Preparing [2023-03-24T09:12:22.018Z] 7cd52847ad77: Preparing [2023-03-24T09:12:22.018Z] 7cd52847ad77: Waiting [2023-03-24T09:12:22.018Z] 6fd42ae8ec91: Layer already exists [2023-03-24T09:12:22.018Z] 1a6857e58b9d: Layer already exists [2023-03-24T09:12:22.018Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:22.018Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:22.018Z] 2af9e4ae1de3: Layer already exists [2023-03-24T09:12:22.018Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:22.018Z] 3.0.0-dev.113: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:22.319Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:22.620Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:22.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-24T09:12:22.620Z] 2af9e4ae1de3: Preparing [2023-03-24T09:12:22.620Z] 1a6857e58b9d: Preparing [2023-03-24T09:12:22.620Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:22.620Z] d72ead4c2bef: Preparing [2023-03-24T09:12:22.620Z] 6fd42ae8ec91: Preparing [2023-03-24T09:12:22.620Z] 7cd52847ad77: Preparing [2023-03-24T09:12:22.620Z] 7cd52847ad77: Waiting [2023-03-24T09:12:22.620Z] 2af9e4ae1de3: Layer already exists [2023-03-24T09:12:22.620Z] 1a6857e58b9d: Layer already exists [2023-03-24T09:12:22.620Z] 6fd42ae8ec91: Layer already exists [2023-03-24T09:12:22.620Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:22.620Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:22.620Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:22.620Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:22.935Z] + 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-24T09:12:23.245Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-03-24T09:12:23.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-03-24T09:12:23.246Z] 2af9e4ae1de3: Preparing [2023-03-24T09:12:23.246Z] 1a6857e58b9d: Preparing [2023-03-24T09:12:23.246Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:23.246Z] d72ead4c2bef: Preparing [2023-03-24T09:12:23.246Z] 6fd42ae8ec91: Preparing [2023-03-24T09:12:23.246Z] 7cd52847ad77: Preparing [2023-03-24T09:12:23.246Z] 1a6857e58b9d: Layer already exists [2023-03-24T09:12:23.246Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:23.246Z] 6fd42ae8ec91: Layer already exists [2023-03-24T09:12:23.246Z] 2af9e4ae1de3: Layer already exists [2023-03-24T09:12:23.246Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:23.246Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:23.246Z] main: digest: sha256:26e1b80282b37b5c46fe9dd44d037a417580f4fb1663e1c6fd816dce977e2640 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:23.295Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:23.302Z] taggedImages: [2023-03-24T09:12:23.302Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:23.302Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-03-24T09:12:23.302Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.113 [2023-03-24T09:12:23.302Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:23.302Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-03-24T09:12:23.321Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-03-24T09:12:23.321Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:23.321Z] latest [2023-03-24T09:12:23.321Z] 3.0.0-dev.113 [2023-03-24T09:12:23.321Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:23.321Z] main [2023-03-24T09:12:23.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:23.644Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:23.952Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:23.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-24T09:12:23.952Z] f5a5178d96f3: Preparing [2023-03-24T09:12:23.952Z] 5b9f9dd3fc77: Preparing [2023-03-24T09:12:23.952Z] aa3b4a537011: Preparing [2023-03-24T09:12:23.952Z] 2655d78a48bb: Preparing [2023-03-24T09:12:23.952Z] d3b882713c56: Preparing [2023-03-24T09:12:23.952Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:23.952Z] d72ead4c2bef: Preparing [2023-03-24T09:12:23.952Z] d692ced66767: Preparing [2023-03-24T09:12:23.952Z] 7cd52847ad77: Preparing [2023-03-24T09:12:23.952Z] d72ead4c2bef: Waiting [2023-03-24T09:12:23.952Z] 7cd52847ad77: Waiting [2023-03-24T09:12:23.952Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:23.952Z] 5b9f9dd3fc77: Pushed [2023-03-24T09:12:23.952Z] f5a5178d96f3: Pushed [2023-03-24T09:12:23.952Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:23.952Z] aa3b4a537011: Pushed [2023-03-24T09:12:23.952Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:23.952Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:24.518Z] d692ced66767: Pushed [2023-03-24T09:12:27.810Z] d3b882713c56: Pushed [2023-03-24T09:12:31.105Z] 2655d78a48bb: Pushed [2023-03-24T09:12:31.105Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:31.412Z] + 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-24T09:12:31.746Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-24T09:12:31.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-24T09:12:31.746Z] f5a5178d96f3: Preparing [2023-03-24T09:12:31.746Z] 5b9f9dd3fc77: Preparing [2023-03-24T09:12:31.746Z] aa3b4a537011: Preparing [2023-03-24T09:12:31.746Z] 2655d78a48bb: Preparing [2023-03-24T09:12:31.746Z] d3b882713c56: Preparing [2023-03-24T09:12:31.746Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:31.746Z] d72ead4c2bef: Preparing [2023-03-24T09:12:31.746Z] d692ced66767: Preparing [2023-03-24T09:12:31.746Z] 7cd52847ad77: Preparing [2023-03-24T09:12:31.746Z] d72ead4c2bef: Waiting [2023-03-24T09:12:31.746Z] d692ced66767: Waiting [2023-03-24T09:12:31.746Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:31.746Z] 7cd52847ad77: Waiting [2023-03-24T09:12:31.746Z] 5b9f9dd3fc77: Layer already exists [2023-03-24T09:12:31.746Z] f5a5178d96f3: Layer already exists [2023-03-24T09:12:31.746Z] 2655d78a48bb: Layer already exists [2023-03-24T09:12:31.746Z] d3b882713c56: Layer already exists [2023-03-24T09:12:31.746Z] aa3b4a537011: Layer already exists [2023-03-24T09:12:31.746Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:31.746Z] d692ced66767: Layer already exists [2023-03-24T09:12:31.746Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:31.746Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:31.746Z] latest: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:32.057Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:32.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.113 [2023-03-24T09:12:32.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-24T09:12:32.363Z] f5a5178d96f3: Preparing [2023-03-24T09:12:32.363Z] 5b9f9dd3fc77: Preparing [2023-03-24T09:12:32.363Z] aa3b4a537011: Preparing [2023-03-24T09:12:32.363Z] 2655d78a48bb: Preparing [2023-03-24T09:12:32.363Z] d3b882713c56: Preparing [2023-03-24T09:12:32.363Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:32.363Z] d72ead4c2bef: Preparing [2023-03-24T09:12:32.363Z] d692ced66767: Preparing [2023-03-24T09:12:32.363Z] 7cd52847ad77: Preparing [2023-03-24T09:12:32.363Z] d692ced66767: Waiting [2023-03-24T09:12:32.363Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:32.363Z] 7cd52847ad77: Waiting [2023-03-24T09:12:32.363Z] d72ead4c2bef: Waiting [2023-03-24T09:12:32.363Z] 2655d78a48bb: Layer already exists [2023-03-24T09:12:32.363Z] f5a5178d96f3: Layer already exists [2023-03-24T09:12:32.363Z] aa3b4a537011: Layer already exists [2023-03-24T09:12:32.363Z] 5b9f9dd3fc77: Layer already exists [2023-03-24T09:12:32.363Z] d3b882713c56: Layer already exists [2023-03-24T09:12:32.363Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:32.363Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:32.363Z] d692ced66767: Layer already exists [2023-03-24T09:12:32.363Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:32.363Z] 3.0.0-dev.113: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:32.679Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:32.994Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:32.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-24T09:12:32.994Z] f5a5178d96f3: Preparing [2023-03-24T09:12:32.994Z] 5b9f9dd3fc77: Preparing [2023-03-24T09:12:32.994Z] aa3b4a537011: Preparing [2023-03-24T09:12:32.994Z] 2655d78a48bb: Preparing [2023-03-24T09:12:32.994Z] d3b882713c56: Preparing [2023-03-24T09:12:32.994Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:32.994Z] d72ead4c2bef: Preparing [2023-03-24T09:12:32.994Z] d692ced66767: Preparing [2023-03-24T09:12:32.994Z] 7cd52847ad77: Preparing [2023-03-24T09:12:32.994Z] d72ead4c2bef: Waiting [2023-03-24T09:12:32.994Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:32.994Z] d692ced66767: Waiting [2023-03-24T09:12:32.994Z] 7cd52847ad77: Waiting [2023-03-24T09:12:32.994Z] aa3b4a537011: Layer already exists [2023-03-24T09:12:32.994Z] 5b9f9dd3fc77: Layer already exists [2023-03-24T09:12:32.994Z] f5a5178d96f3: Layer already exists [2023-03-24T09:12:32.994Z] d3b882713c56: Layer already exists [2023-03-24T09:12:32.994Z] 2655d78a48bb: Layer already exists [2023-03-24T09:12:32.994Z] d692ced66767: Layer already exists [2023-03-24T09:12:32.994Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:32.994Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:32.994Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:32.994Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:33.308Z] + 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-24T09:12:33.661Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-03-24T09:12:33.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-03-24T09:12:33.661Z] f5a5178d96f3: Preparing [2023-03-24T09:12:33.661Z] 5b9f9dd3fc77: Preparing [2023-03-24T09:12:33.661Z] aa3b4a537011: Preparing [2023-03-24T09:12:33.661Z] 2655d78a48bb: Preparing [2023-03-24T09:12:33.661Z] d3b882713c56: Preparing [2023-03-24T09:12:33.661Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:33.661Z] d72ead4c2bef: Preparing [2023-03-24T09:12:33.661Z] d692ced66767: Preparing [2023-03-24T09:12:33.661Z] 7cd52847ad77: Preparing [2023-03-24T09:12:33.661Z] d47e1d9dcc29: Waiting [2023-03-24T09:12:33.661Z] d692ced66767: Waiting [2023-03-24T09:12:33.661Z] d72ead4c2bef: Waiting [2023-03-24T09:12:33.661Z] 7cd52847ad77: Waiting [2023-03-24T09:12:33.661Z] aa3b4a537011: Layer already exists [2023-03-24T09:12:33.661Z] f5a5178d96f3: Layer already exists [2023-03-24T09:12:33.661Z] 2655d78a48bb: Layer already exists [2023-03-24T09:12:33.661Z] d3b882713c56: Layer already exists [2023-03-24T09:12:33.661Z] 5b9f9dd3fc77: Layer already exists [2023-03-24T09:12:33.661Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:33.661Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:33.661Z] d692ced66767: Layer already exists [2023-03-24T09:12:33.661Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:33.661Z] main: digest: sha256:442816792c68037c5777f3a9c027bbac997fbce11a9ff8950fe0551e7d6ca061 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:33.721Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:33.729Z] taggedImages: [2023-03-24T09:12:33.729Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:33.729Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-03-24T09:12:33.729Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.113 [2023-03-24T09:12:33.729Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:33.729Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-03-24T09:12:33.744Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-03-24T09:12:33.744Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:33.744Z] latest [2023-03-24T09:12:33.744Z] 3.0.0-dev.113 [2023-03-24T09:12:33.744Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:33.744Z] main [2023-03-24T09:12:33.744Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:34.111Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:34.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:34.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-24T09:12:34.470Z] bafca783b6f9: Preparing [2023-03-24T09:12:34.470Z] 664bd517026b: Preparing [2023-03-24T09:12:34.470Z] cb00296e78e7: Preparing [2023-03-24T09:12:34.470Z] 10c5abb70822: Preparing [2023-03-24T09:12:34.470Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:34.470Z] d72ead4c2bef: Preparing [2023-03-24T09:12:34.470Z] 2788400973e1: Preparing [2023-03-24T09:12:34.470Z] 7cd52847ad77: Preparing [2023-03-24T09:12:34.470Z] 2788400973e1: Waiting [2023-03-24T09:12:34.470Z] 7cd52847ad77: Waiting [2023-03-24T09:12:34.470Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:34.470Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:34.470Z] 664bd517026b: Pushed [2023-03-24T09:12:34.470Z] cb00296e78e7: Pushed [2023-03-24T09:12:34.470Z] bafca783b6f9: Pushed [2023-03-24T09:12:34.470Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:34.731Z] 2788400973e1: Pushed [2023-03-24T09:12:41.314Z] 10c5abb70822: Pushed [2023-03-24T09:12:41.572Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:41.885Z] + 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-24T09:12:42.187Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-24T09:12:42.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-24T09:12:42.187Z] bafca783b6f9: Preparing [2023-03-24T09:12:42.187Z] 664bd517026b: Preparing [2023-03-24T09:12:42.187Z] cb00296e78e7: Preparing [2023-03-24T09:12:42.187Z] 10c5abb70822: Preparing [2023-03-24T09:12:42.187Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:42.187Z] d72ead4c2bef: Preparing [2023-03-24T09:12:42.187Z] 2788400973e1: Preparing [2023-03-24T09:12:42.187Z] 7cd52847ad77: Preparing [2023-03-24T09:12:42.187Z] d72ead4c2bef: Waiting [2023-03-24T09:12:42.187Z] 2788400973e1: Waiting [2023-03-24T09:12:42.187Z] 7cd52847ad77: Waiting [2023-03-24T09:12:42.187Z] 664bd517026b: Layer already exists [2023-03-24T09:12:42.187Z] cb00296e78e7: Layer already exists [2023-03-24T09:12:42.188Z] 10c5abb70822: Layer already exists [2023-03-24T09:12:42.188Z] bafca783b6f9: Layer already exists [2023-03-24T09:12:42.188Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:42.188Z] 2788400973e1: Layer already exists [2023-03-24T09:12:42.188Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:42.188Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:42.188Z] latest: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:42.495Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:42.792Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.113 [2023-03-24T09:12:42.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-24T09:12:42.792Z] bafca783b6f9: Preparing [2023-03-24T09:12:42.792Z] 664bd517026b: Preparing [2023-03-24T09:12:42.792Z] cb00296e78e7: Preparing [2023-03-24T09:12:42.792Z] 10c5abb70822: Preparing [2023-03-24T09:12:42.792Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:42.792Z] d72ead4c2bef: Preparing [2023-03-24T09:12:42.792Z] 2788400973e1: Preparing [2023-03-24T09:12:42.792Z] 7cd52847ad77: Preparing [2023-03-24T09:12:42.792Z] 2788400973e1: Waiting [2023-03-24T09:12:42.792Z] 7cd52847ad77: Waiting [2023-03-24T09:12:42.792Z] d72ead4c2bef: Waiting [2023-03-24T09:12:42.792Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:42.792Z] bafca783b6f9: Layer already exists [2023-03-24T09:12:42.792Z] 664bd517026b: Layer already exists [2023-03-24T09:12:42.792Z] cb00296e78e7: Layer already exists [2023-03-24T09:12:42.792Z] 10c5abb70822: Layer already exists [2023-03-24T09:12:42.792Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:42.792Z] 2788400973e1: Layer already exists [2023-03-24T09:12:42.792Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:42.792Z] 3.0.0-dev.113: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:43.096Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:43.400Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:43.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-24T09:12:43.400Z] bafca783b6f9: Preparing [2023-03-24T09:12:43.400Z] 664bd517026b: Preparing [2023-03-24T09:12:43.400Z] cb00296e78e7: Preparing [2023-03-24T09:12:43.400Z] 10c5abb70822: Preparing [2023-03-24T09:12:43.400Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:43.400Z] d72ead4c2bef: Preparing [2023-03-24T09:12:43.400Z] 2788400973e1: Preparing [2023-03-24T09:12:43.400Z] 7cd52847ad77: Preparing [2023-03-24T09:12:43.400Z] d72ead4c2bef: Waiting [2023-03-24T09:12:43.400Z] 7cd52847ad77: Waiting [2023-03-24T09:12:43.400Z] 2788400973e1: Waiting [2023-03-24T09:12:43.400Z] 10c5abb70822: Layer already exists [2023-03-24T09:12:43.400Z] bafca783b6f9: Layer already exists [2023-03-24T09:12:43.400Z] cb00296e78e7: Layer already exists [2023-03-24T09:12:43.400Z] 664bd517026b: Layer already exists [2023-03-24T09:12:43.400Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:43.400Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:43.400Z] 2788400973e1: Layer already exists [2023-03-24T09:12:43.400Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:43.400Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:43.708Z] + 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-24T09:12:44.010Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-03-24T09:12:44.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-03-24T09:12:44.010Z] bafca783b6f9: Preparing [2023-03-24T09:12:44.010Z] 664bd517026b: Preparing [2023-03-24T09:12:44.010Z] cb00296e78e7: Preparing [2023-03-24T09:12:44.010Z] 10c5abb70822: Preparing [2023-03-24T09:12:44.010Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:44.010Z] d72ead4c2bef: Preparing [2023-03-24T09:12:44.010Z] 2788400973e1: Preparing [2023-03-24T09:12:44.010Z] 7cd52847ad77: Preparing [2023-03-24T09:12:44.010Z] d72ead4c2bef: Waiting [2023-03-24T09:12:44.010Z] 2788400973e1: Waiting [2023-03-24T09:12:44.010Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:44.010Z] 664bd517026b: Layer already exists [2023-03-24T09:12:44.010Z] cb00296e78e7: Layer already exists [2023-03-24T09:12:44.010Z] bafca783b6f9: Layer already exists [2023-03-24T09:12:44.010Z] 10c5abb70822: Layer already exists [2023-03-24T09:12:44.010Z] 2788400973e1: Layer already exists [2023-03-24T09:12:44.010Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:44.010Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:44.010Z] main: digest: sha256:52516fd4453891073c229fc142b5ab946572d9c7a9be8905ca45c8fc9c81df18 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:44.050Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:44.055Z] taggedImages: [2023-03-24T09:12:44.055Z] - nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:44.055Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-03-24T09:12:44.055Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.113 [2023-03-24T09:12:44.055Z] - nexus3.edgexfoundry.org:10004/security-spire-config:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:44.055Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-03-24T09:12:44.068Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-03-24T09:12:44.068Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:44.068Z] latest [2023-03-24T09:12:44.068Z] 3.0.0-dev.113 [2023-03-24T09:12:44.068Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:44.068Z] main [2023-03-24T09:12:44.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:44.365Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:44.663Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:44.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-24T09:12:44.663Z] 958447310b13: Preparing [2023-03-24T09:12:44.663Z] cf7e1a209c74: Preparing [2023-03-24T09:12:44.663Z] 49ce29e3d207: Preparing [2023-03-24T09:12:44.663Z] 18ed89a774b2: Preparing [2023-03-24T09:12:44.663Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:44.663Z] d72ead4c2bef: Preparing [2023-03-24T09:12:44.663Z] d692ced66767: Preparing [2023-03-24T09:12:44.663Z] 7cd52847ad77: Preparing [2023-03-24T09:12:44.663Z] d692ced66767: Waiting [2023-03-24T09:12:44.663Z] d72ead4c2bef: Waiting [2023-03-24T09:12:44.663Z] 7cd52847ad77: Waiting [2023-03-24T09:12:44.663Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:44.663Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:44.663Z] d692ced66767: Layer already exists [2023-03-24T09:12:44.663Z] 958447310b13: Pushed [2023-03-24T09:12:44.663Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:44.663Z] cf7e1a209c74: Pushed [2023-03-24T09:12:44.663Z] 49ce29e3d207: Pushed [2023-03-24T09:12:51.223Z] 18ed89a774b2: Pushed [2023-03-24T09:12:51.483Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:51.789Z] + 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-24T09:12:52.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-24T09:12:52.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-24T09:12:52.089Z] 958447310b13: Preparing [2023-03-24T09:12:52.089Z] cf7e1a209c74: Preparing [2023-03-24T09:12:52.089Z] 49ce29e3d207: Preparing [2023-03-24T09:12:52.089Z] 18ed89a774b2: Preparing [2023-03-24T09:12:52.089Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:52.089Z] d72ead4c2bef: Preparing [2023-03-24T09:12:52.089Z] d692ced66767: Preparing [2023-03-24T09:12:52.089Z] 7cd52847ad77: Preparing [2023-03-24T09:12:52.089Z] d692ced66767: Waiting [2023-03-24T09:12:52.089Z] d72ead4c2bef: Waiting [2023-03-24T09:12:52.089Z] 7cd52847ad77: Waiting [2023-03-24T09:12:52.089Z] cf7e1a209c74: Layer already exists [2023-03-24T09:12:52.089Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:52.089Z] 18ed89a774b2: Layer already exists [2023-03-24T09:12:52.089Z] 49ce29e3d207: Layer already exists [2023-03-24T09:12:52.090Z] 958447310b13: Layer already exists [2023-03-24T09:12:52.090Z] d692ced66767: Layer already exists [2023-03-24T09:12:52.090Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:52.090Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:52.090Z] latest: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:52.392Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:52.691Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.113 [2023-03-24T09:12:52.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-24T09:12:52.691Z] 958447310b13: Preparing [2023-03-24T09:12:52.691Z] cf7e1a209c74: Preparing [2023-03-24T09:12:52.691Z] 49ce29e3d207: Preparing [2023-03-24T09:12:52.691Z] 18ed89a774b2: Preparing [2023-03-24T09:12:52.691Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:52.691Z] d72ead4c2bef: Preparing [2023-03-24T09:12:52.691Z] d692ced66767: Preparing [2023-03-24T09:12:52.691Z] 7cd52847ad77: Preparing [2023-03-24T09:12:52.691Z] d692ced66767: Waiting [2023-03-24T09:12:52.691Z] 7cd52847ad77: Waiting [2023-03-24T09:12:52.691Z] d72ead4c2bef: Waiting [2023-03-24T09:12:52.691Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:52.691Z] 49ce29e3d207: Layer already exists [2023-03-24T09:12:52.691Z] 958447310b13: Layer already exists [2023-03-24T09:12:52.691Z] cf7e1a209c74: Layer already exists [2023-03-24T09:12:52.691Z] 18ed89a774b2: Layer already exists [2023-03-24T09:12:52.691Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:52.691Z] d692ced66767: Layer already exists [2023-03-24T09:12:52.691Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:52.691Z] 3.0.0-dev.113: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:52.992Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:53.286Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:53.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-24T09:12:53.286Z] 958447310b13: Preparing [2023-03-24T09:12:53.286Z] cf7e1a209c74: Preparing [2023-03-24T09:12:53.286Z] 49ce29e3d207: Preparing [2023-03-24T09:12:53.286Z] 18ed89a774b2: Preparing [2023-03-24T09:12:53.286Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:53.286Z] d72ead4c2bef: Preparing [2023-03-24T09:12:53.286Z] d692ced66767: Preparing [2023-03-24T09:12:53.286Z] 7cd52847ad77: Preparing [2023-03-24T09:12:53.286Z] d72ead4c2bef: Waiting [2023-03-24T09:12:53.286Z] d692ced66767: Waiting [2023-03-24T09:12:53.286Z] 7cd52847ad77: Waiting [2023-03-24T09:12:53.286Z] 18ed89a774b2: Layer already exists [2023-03-24T09:12:53.286Z] 49ce29e3d207: Layer already exists [2023-03-24T09:12:53.286Z] 958447310b13: Layer already exists [2023-03-24T09:12:53.286Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:53.286Z] cf7e1a209c74: Layer already exists [2023-03-24T09:12:53.286Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:53.286Z] d692ced66767: Layer already exists [2023-03-24T09:12:53.286Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:53.286Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:53.594Z] + 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-24T09:12:53.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-03-24T09:12:53.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-03-24T09:12:53.893Z] 958447310b13: Preparing [2023-03-24T09:12:53.893Z] cf7e1a209c74: Preparing [2023-03-24T09:12:53.893Z] 49ce29e3d207: Preparing [2023-03-24T09:12:53.893Z] 18ed89a774b2: Preparing [2023-03-24T09:12:53.893Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:53.893Z] d72ead4c2bef: Preparing [2023-03-24T09:12:53.893Z] d692ced66767: Preparing [2023-03-24T09:12:53.893Z] 7cd52847ad77: Preparing [2023-03-24T09:12:53.893Z] d72ead4c2bef: Waiting [2023-03-24T09:12:53.893Z] d692ced66767: Waiting [2023-03-24T09:12:53.893Z] 7cd52847ad77: Waiting [2023-03-24T09:12:53.893Z] cf7e1a209c74: Layer already exists [2023-03-24T09:12:53.893Z] 958447310b13: Layer already exists [2023-03-24T09:12:53.893Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:53.893Z] 18ed89a774b2: Layer already exists [2023-03-24T09:12:53.893Z] 49ce29e3d207: Layer already exists [2023-03-24T09:12:53.893Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:53.893Z] d692ced66767: Layer already exists [2023-03-24T09:12:53.893Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:53.893Z] main: digest: sha256:9300c542a9892e7e5206f1d1ca5b9142843b6d0790cb8727bac03a5e65c66c97 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:53.931Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:53.936Z] taggedImages: [2023-03-24T09:12:53.936Z] - nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:53.936Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-03-24T09:12:53.936Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.113 [2023-03-24T09:12:53.936Z] - nexus3.edgexfoundry.org:10004/security-spire-server:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:53.936Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-03-24T09:12:53.951Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-03-24T09:12:53.951Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:53.951Z] latest [2023-03-24T09:12:53.951Z] 3.0.0-dev.113 [2023-03-24T09:12:53.951Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:53.951Z] main [2023-03-24T09:12:53.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:54.248Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:54.544Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:54.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-24T09:12:54.544Z] 578f24de6aa5: Preparing [2023-03-24T09:12:54.544Z] 177eda4e8ea6: Preparing [2023-03-24T09:12:54.544Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:54.544Z] d72ead4c2bef: Preparing [2023-03-24T09:12:54.544Z] 9d84757d36e4: Preparing [2023-03-24T09:12:54.544Z] 7cd52847ad77: Preparing [2023-03-24T09:12:54.544Z] 7cd52847ad77: Waiting [2023-03-24T09:12:54.544Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:54.544Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:54.544Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:54.544Z] 578f24de6aa5: Pushed [2023-03-24T09:12:54.544Z] 9d84757d36e4: Pushed [2023-03-24T09:12:57.080Z] 177eda4e8ea6: Pushed [2023-03-24T09:12:57.080Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:57.382Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:57.675Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-24T09:12:57.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-24T09:12:57.675Z] 578f24de6aa5: Preparing [2023-03-24T09:12:57.675Z] 177eda4e8ea6: Preparing [2023-03-24T09:12:57.675Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:57.675Z] d72ead4c2bef: Preparing [2023-03-24T09:12:57.675Z] 9d84757d36e4: Preparing [2023-03-24T09:12:57.675Z] 7cd52847ad77: Preparing [2023-03-24T09:12:57.675Z] 7cd52847ad77: Waiting [2023-03-24T09:12:57.675Z] 177eda4e8ea6: Layer already exists [2023-03-24T09:12:57.675Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:57.675Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:57.675Z] 578f24de6aa5: Layer already exists [2023-03-24T09:12:57.675Z] 9d84757d36e4: Layer already exists [2023-03-24T09:12:57.675Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:57.675Z] latest: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:57.981Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:58.281Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.113 [2023-03-24T09:12:58.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-24T09:12:58.281Z] 578f24de6aa5: Preparing [2023-03-24T09:12:58.281Z] 177eda4e8ea6: Preparing [2023-03-24T09:12:58.281Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:58.281Z] d72ead4c2bef: Preparing [2023-03-24T09:12:58.281Z] 9d84757d36e4: Preparing [2023-03-24T09:12:58.281Z] 7cd52847ad77: Preparing [2023-03-24T09:12:58.281Z] 9d84757d36e4: Layer already exists [2023-03-24T09:12:58.281Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:58.281Z] 578f24de6aa5: Layer already exists [2023-03-24T09:12:58.281Z] 177eda4e8ea6: Layer already exists [2023-03-24T09:12:58.281Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:58.281Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:58.281Z] 3.0.0-dev.113: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:58.586Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:58.895Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:58.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-24T09:12:58.895Z] 578f24de6aa5: Preparing [2023-03-24T09:12:58.895Z] 177eda4e8ea6: Preparing [2023-03-24T09:12:58.895Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:58.895Z] d72ead4c2bef: Preparing [2023-03-24T09:12:58.895Z] 9d84757d36e4: Preparing [2023-03-24T09:12:58.895Z] 7cd52847ad77: Preparing [2023-03-24T09:12:58.895Z] 7cd52847ad77: Waiting [2023-03-24T09:12:58.895Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:58.895Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:58.895Z] 578f24de6aa5: Layer already exists [2023-03-24T09:12:58.895Z] 9d84757d36e4: Layer already exists [2023-03-24T09:12:58.895Z] 177eda4e8ea6: Layer already exists [2023-03-24T09:12:58.895Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:58.895Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:59.205Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:59.517Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-03-24T09:12:59.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-03-24T09:12:59.518Z] 578f24de6aa5: Preparing [2023-03-24T09:12:59.518Z] 177eda4e8ea6: Preparing [2023-03-24T09:12:59.518Z] d47e1d9dcc29: Preparing [2023-03-24T09:12:59.518Z] d72ead4c2bef: Preparing [2023-03-24T09:12:59.518Z] 9d84757d36e4: Preparing [2023-03-24T09:12:59.518Z] 7cd52847ad77: Preparing [2023-03-24T09:12:59.518Z] 7cd52847ad77: Waiting [2023-03-24T09:12:59.518Z] 578f24de6aa5: Layer already exists [2023-03-24T09:12:59.518Z] 177eda4e8ea6: Layer already exists [2023-03-24T09:12:59.518Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:12:59.518Z] 9d84757d36e4: Layer already exists [2023-03-24T09:12:59.518Z] d72ead4c2bef: Layer already exists [2023-03-24T09:12:59.518Z] 7cd52847ad77: Layer already exists [2023-03-24T09:12:59.518Z] main: digest: sha256:c5ddb8091cee9174255dce42f9fe251559a83e1eef95fd77f6399ddc232147c3 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:12:59.555Z] ===================================================== [Pipeline] echo [2023-03-24T09:12:59.561Z] taggedImages: [2023-03-24T09:12:59.561Z] - nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:59.561Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-03-24T09:12:59.561Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.113 [2023-03-24T09:12:59.561Z] - nexus3.edgexfoundry.org:10004/support-notifications:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:59.561Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-03-24T09:12:59.578Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-03-24T09:12:59.578Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:12:59.578Z] latest [2023-03-24T09:12:59.578Z] 3.0.0-dev.113 [2023-03-24T09:12:59.578Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:12:59.578Z] main [2023-03-24T09:12:59.578Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:12:59.899Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:00.200Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:13:00.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-24T09:13:00.200Z] 56b4721b8b1e: Preparing [2023-03-24T09:13:00.200Z] d51f60331844: Preparing [2023-03-24T09:13:00.200Z] d47e1d9dcc29: Preparing [2023-03-24T09:13:00.200Z] d72ead4c2bef: Preparing [2023-03-24T09:13:00.200Z] 2cae96506a52: Preparing [2023-03-24T09:13:00.200Z] 7cd52847ad77: Preparing [2023-03-24T09:13:00.200Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:13:00.200Z] 2cae96506a52: Layer already exists [2023-03-24T09:13:00.200Z] d72ead4c2bef: Layer already exists [2023-03-24T09:13:00.200Z] 7cd52847ad77: Layer already exists [2023-03-24T09:13:00.200Z] 56b4721b8b1e: Pushed [2023-03-24T09:13:03.486Z] d51f60331844: Pushed [2023-03-24T09:13:03.486Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:03.793Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:04.100Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-24T09:13:04.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-24T09:13:04.100Z] 56b4721b8b1e: Preparing [2023-03-24T09:13:04.100Z] d51f60331844: Preparing [2023-03-24T09:13:04.100Z] d47e1d9dcc29: Preparing [2023-03-24T09:13:04.100Z] d72ead4c2bef: Preparing [2023-03-24T09:13:04.100Z] 2cae96506a52: Preparing [2023-03-24T09:13:04.100Z] 7cd52847ad77: Preparing [2023-03-24T09:13:04.100Z] 7cd52847ad77: Waiting [2023-03-24T09:13:04.100Z] 2cae96506a52: Layer already exists [2023-03-24T09:13:04.100Z] 56b4721b8b1e: Layer already exists [2023-03-24T09:13:04.100Z] d72ead4c2bef: Layer already exists [2023-03-24T09:13:04.100Z] d51f60331844: Layer already exists [2023-03-24T09:13:04.100Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:13:04.100Z] 7cd52847ad77: Layer already exists [2023-03-24T09:13:04.100Z] latest: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:04.408Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:04.706Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.113 [2023-03-24T09:13:04.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-24T09:13:04.706Z] 56b4721b8b1e: Preparing [2023-03-24T09:13:04.706Z] d51f60331844: Preparing [2023-03-24T09:13:04.706Z] d47e1d9dcc29: Preparing [2023-03-24T09:13:04.706Z] d72ead4c2bef: Preparing [2023-03-24T09:13:04.706Z] 2cae96506a52: Preparing [2023-03-24T09:13:04.706Z] 7cd52847ad77: Preparing [2023-03-24T09:13:04.706Z] 7cd52847ad77: Waiting [2023-03-24T09:13:04.706Z] 56b4721b8b1e: Layer already exists [2023-03-24T09:13:04.706Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:13:04.706Z] 2cae96506a52: Layer already exists [2023-03-24T09:13:04.706Z] d72ead4c2bef: Layer already exists [2023-03-24T09:13:04.706Z] d51f60331844: Layer already exists [2023-03-24T09:13:04.706Z] 7cd52847ad77: Layer already exists [2023-03-24T09:13:04.706Z] 3.0.0-dev.113: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:05.010Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:05.308Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:13:05.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-24T09:13:05.308Z] 56b4721b8b1e: Preparing [2023-03-24T09:13:05.308Z] d51f60331844: Preparing [2023-03-24T09:13:05.308Z] d47e1d9dcc29: Preparing [2023-03-24T09:13:05.308Z] d72ead4c2bef: Preparing [2023-03-24T09:13:05.308Z] 2cae96506a52: Preparing [2023-03-24T09:13:05.308Z] 7cd52847ad77: Preparing [2023-03-24T09:13:05.308Z] 7cd52847ad77: Waiting [2023-03-24T09:13:05.308Z] d72ead4c2bef: Layer already exists [2023-03-24T09:13:05.308Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:13:05.308Z] 2cae96506a52: Layer already exists [2023-03-24T09:13:05.308Z] d51f60331844: Layer already exists [2023-03-24T09:13:05.308Z] 56b4721b8b1e: Layer already exists [2023-03-24T09:13:05.308Z] 7cd52847ad77: Layer already exists [2023-03-24T09:13:05.308Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:05.614Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:13:05.920Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-03-24T09:13:05.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-03-24T09:13:05.921Z] 56b4721b8b1e: Preparing [2023-03-24T09:13:05.921Z] d51f60331844: Preparing [2023-03-24T09:13:05.921Z] d47e1d9dcc29: Preparing [2023-03-24T09:13:05.921Z] d72ead4c2bef: Preparing [2023-03-24T09:13:05.921Z] 2cae96506a52: Preparing [2023-03-24T09:13:05.921Z] 7cd52847ad77: Preparing [2023-03-24T09:13:05.921Z] d47e1d9dcc29: Layer already exists [2023-03-24T09:13:05.921Z] d51f60331844: Layer already exists [2023-03-24T09:13:05.921Z] 56b4721b8b1e: Layer already exists [2023-03-24T09:13:05.921Z] d72ead4c2bef: Layer already exists [2023-03-24T09:13:05.921Z] 2cae96506a52: Layer already exists [2023-03-24T09:13:05.921Z] 7cd52847ad77: Layer already exists [2023-03-24T09:13:05.921Z] main: digest: sha256:9aa180c245b403e8495edd08fdb1d629d97192bc973b1bd9868091d555bc1a76 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:13:05.970Z] ===================================================== [Pipeline] echo [2023-03-24T09:13:05.980Z] taggedImages: [2023-03-24T09:13:05.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:13:05.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-03-24T09:13:05.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.113 [2023-03-24T09:13:05.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:13:05.980Z] - 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-24T09:13:22.622Z] Removing intermediate container 452878033f21 [2023-03-24T09:13:22.622Z] ---> 7cdc183c1c74 [2023-03-24T09:13:22.622Z] Step 7/26 : COPY . . [2023-03-24T09:13:22.622Z] Removing intermediate container 9f1c37474abd [2023-03-24T09:13:22.622Z] ---> b6f31b1bd68c [2023-03-24T09:13:22.622Z] Step 7/27 : COPY . . [2023-03-24T09:13:22.622Z] Removing intermediate container de3a8623fd3f [2023-03-24T09:13:22.622Z] ---> 60ade211650e [2023-03-24T09:13:22.622Z] Step 7/27 : COPY . . [2023-03-24T09:13:22.622Z] Removing intermediate container 3afd6348a489 [2023-03-24T09:13:22.622Z] ---> 884266efe2d8 [2023-03-24T09:13:22.622Z] Step 8/23 : COPY . . [2023-03-24T09:13:22.622Z] Removing intermediate container 086bec70defa [2023-03-24T09:13:22.622Z] ---> e12503ea7ddf [2023-03-24T09:13:22.622Z] Step 8/23 : COPY . . [2023-03-24T09:13:28.005Z] ---> 9bab79e2bb1d [2023-03-24T09:13:28.005Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-24T09:13:28.591Z] ---> 8d32d66985d9 [2023-03-24T09:13:28.591Z] ---> Running in cf2fe0cc2caa [2023-03-24T09:13:28.591Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-24T09:13:28.591Z] ---> Running in af0f1c2be7ed [2023-03-24T09:13:28.859Z] ---> 993be0966816 [2023-03-24T09:13:28.859Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-24T09:13:29.127Z] ---> Running in 803b133c8247 [2023-03-24T09:13:29.127Z] ---> 275b4faabe82 [2023-03-24T09:13:29.127Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-24T09:13:29.394Z] ---> Running in 266b587d58f6 [2023-03-24T09:13:29.394Z] ---> 960268fffc5b [2023-03-24T09:13:29.394Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-24T09:13:29.666Z] ---> Running in 6a31459ea5ec [2023-03-24T09:13:29.666Z] Removing intermediate container cf2fe0cc2caa [2023-03-24T09:13:29.666Z] ---> b9da28916a49 [2023-03-24T09:13:29.666Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-24T09:13:29.933Z] ---> Running in eed1d2e804da [2023-03-24T09:13:30.518Z] Removing intermediate container 803b133c8247 [2023-03-24T09:13:30.518Z] ---> d30a7a19b98e [2023-03-24T09:13:30.518Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-24T09:13:30.518Z] ---> Running in bb2556c9eb60 [2023-03-24T09:13:30.786Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-24T09:13:30.786Z] Removing intermediate container eed1d2e804da [2023-03-24T09:13:30.786Z] ---> a329348ecd37 [2023-03-24T09:13:30.786Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-24T09:13:30.786Z] Removing intermediate container 6a31459ea5ec [2023-03-24T09:13:30.786Z] ---> 8b4423bc1d4a [2023-03-24T09:13:30.786Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-24T09:13:31.060Z] ---> Running in aa8b6a63298b [2023-03-24T09:13:31.333Z] ---> Running in f4424215c6b4 [2023-03-24T09:13:31.617Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-24T09:13:31.900Z] Removing intermediate container bb2556c9eb60 [2023-03-24T09:13:31.900Z] ---> c7e225993fb1 [2023-03-24T09:13:31.900Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-24T09:13:32.168Z] ---> Running in 9077e60988a9 [2023-03-24T09:13:32.454Z] Removing intermediate container aa8b6a63298b [2023-03-24T09:13:32.454Z] Removing intermediate container f4424215c6b4 [2023-03-24T09:13:32.454Z] ---> 062edd5d2e37 [2023-03-24T09:13:32.454Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-24T09:13:32.454Z] ---> dcd82389d106 [2023-03-24T09:13:32.454Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-24T09:13:33.037Z] ---> Running in 842366f572f3 [2023-03-24T09:13:33.037Z] ---> Running in 6ff4b90a805c [2023-03-24T09:13:33.324Z] Removing intermediate container 9077e60988a9 [2023-03-24T09:13:33.324Z] ---> a948e26ec4ad [2023-03-24T09:13:33.324Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-24T09:13:33.604Z] ---> Running in e3766e8c18cc [2023-03-24T09:13:34.190Z] Removing intermediate container 842366f572f3 [2023-03-24T09:13:34.190Z] ---> b4463b0ccb03 [2023-03-24T09:13:34.190Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-24T09:13:34.463Z] ---> Running in 046d3d4b75ec [2023-03-24T09:13:38.736Z] Removing intermediate container 6ff4b90a805c [2023-03-24T09:13:38.736Z] ---> 5aa66700516f [2023-03-24T09:13:38.736Z] Step 12/26 : WORKDIR /edgex-go [2023-03-24T09:13:38.736Z] ---> Running in b765913f6d7c [2023-03-24T09:13:40.675Z] Removing intermediate container b765913f6d7c [2023-03-24T09:13:40.675Z] ---> 97737245183e [2023-03-24T09:13:40.675Z] [2023-03-24T09:13:40.675Z] Step 13/26 : FROM alpine:3.17 [2023-03-24T09:13:40.675Z] Removing intermediate container e3766e8c18cc [2023-03-24T09:13:40.675Z] ---> 728b786a063c [2023-03-24T09:13:40.675Z] Step 12/27 : WORKDIR /edgex-go [2023-03-24T09:13:41.276Z] Removing intermediate container 046d3d4b75ec [2023-03-24T09:13:41.276Z] ---> b26fab565a32 [2023-03-24T09:13:41.276Z] Step 12/27 : WORKDIR /edgex-go [2023-03-24T09:13:41.276Z] ---> Running in 6811a2d3a51e [2023-03-24T09:13:41.545Z] 3.17: Pulling from library/alpine [2023-03-24T09:13:41.545Z] ---> Running in 4a7d5f2ea603 [2023-03-24T09:13:41.815Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-24T09:13:41.815Z] Status: Downloaded newer image for alpine:3.17 [2023-03-24T09:13:41.815Z] ---> d74e625d9115 [2023-03-24T09:13:41.815Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-24T09:13:42.082Z] ---> Running in c26145705fbc [2023-03-24T09:13:42.683Z] Removing intermediate container 6811a2d3a51e [2023-03-24T09:13:42.683Z] ---> aea0b54dbf62 [2023-03-24T09:13:42.683Z] [2023-03-24T09:13:42.683Z] Step 13/27 : FROM alpine:3.17 [2023-03-24T09:13:42.683Z] ---> d74e625d9115 [2023-03-24T09:13:42.683Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-24T09:13:42.683Z] Removing intermediate container 4a7d5f2ea603 [2023-03-24T09:13:42.683Z] ---> 42158942c058 [2023-03-24T09:13:42.683Z] [2023-03-24T09:13:42.684Z] Step 13/27 : FROM alpine:3.17 [2023-03-24T09:13:42.684Z] ---> d74e625d9115 [2023-03-24T09:13:42.684Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-24T09:13:42.684Z] ---> Running in 6b760fc01f59 [2023-03-24T09:13:42.950Z] ---> Running in 2ddb1fa8d9a8 [2023-03-24T09:13:45.542Z] Removing intermediate container 6b760fc01f59 [2023-03-24T09:13:45.542Z] ---> 4fab27a22390 [2023-03-24T09:13:45.542Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-24T09:13:45.542Z] Removing intermediate container 2ddb1fa8d9a8 [2023-03-24T09:13:45.542Z] ---> ba2a332f02c4 [2023-03-24T09:13:45.542Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-24T09:13:45.542Z] Removing intermediate container c26145705fbc [2023-03-24T09:13:45.542Z] ---> f3d44b1ef483 [2023-03-24T09:13:45.542Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-24T09:13:45.542Z] ---> Running in 59fafced19ac [2023-03-24T09:13:45.831Z] ---> Running in 77fa3c73a06e [2023-03-24T09:13:45.831Z] ---> Running in 9d115879cddc [2023-03-24T09:13:49.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:49.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:50.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:50.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:50.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:50.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:52.916Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:13:52.917Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:13:52.917Z] OK: 17691 distinct packages available [2023-03-24T09:13:52.917Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:13:52.917Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:13:52.917Z] OK: 17691 distinct packages available [2023-03-24T09:13:53.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:53.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:53.896Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:13:53.896Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:13:53.896Z] OK: 17691 distinct packages available [2023-03-24T09:13:54.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:54.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:54.605Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:55.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:13:57.265Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-24T09:13:57.265Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-24T09:13:57.265Z] (3/4) Installing libucontext (1.2-r0) [2023-03-24T09:13:57.265Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-24T09:13:57.265Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:13:57.265Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-24T09:13:57.265Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-24T09:13:57.265Z] (3/5) Installing libucontext (1.2-r0) [2023-03-24T09:13:57.265Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-24T09:13:57.265Z] (5/5) Installing openssl (3.0.8-r1) [2023-03-24T09:13:57.265Z] OK: 8 MiB in 19 packages [2023-03-24T09:13:57.265Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:13:57.266Z] OK: 9 MiB in 20 packages [2023-03-24T09:13:57.532Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-24T09:13:57.532Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-24T09:13:57.532Z] (3/5) Installing libucontext (1.2-r0) [2023-03-24T09:13:57.532Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-24T09:13:57.532Z] (5/5) Installing openssl (3.0.8-r1) [2023-03-24T09:13:57.532Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:13:57.532Z] OK: 9 MiB in 20 packages [2023-03-24T09:14:01.787Z] Removing intermediate container 59fafced19ac [2023-03-24T09:14:01.787Z] ---> 972f517c12e9 [2023-03-24T09:14:01.787Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:14:01.787Z] Removing intermediate container 77fa3c73a06e [2023-03-24T09:14:01.787Z] ---> 4a0e609a598d [2023-03-24T09:14:01.787Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:14:02.057Z] Removing intermediate container 9d115879cddc [2023-03-24T09:14:02.057Z] ---> 2292b73fff72 [2023-03-24T09:14:02.057Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:14:03.468Z] ---> ec2cb65511af [2023-03-24T09:14:03.760Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:14:03.760Z] ---> 66182b2c575f [2023-03-24T09:14:03.760Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:14:04.028Z] ---> 977bc25a8ddb [2023-03-24T09:14:04.028Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:14:05.966Z] ---> 1a4f40618750 [2023-03-24T09:14:05.966Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-24T09:14:05.966Z] ---> f76507958830 [2023-03-24T09:14:05.966Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-24T09:14:05.966Z] ---> e7fe48fb7579 [2023-03-24T09:14:05.966Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-24T09:14:12.604Z] ---> c0f67a23737d [2023-03-24T09:14:12.604Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-24T09:14:15.947Z] ---> 08c63aa89bd9 [2023-03-24T09:14:15.947Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-24T09:14:17.354Z] ---> 4dc221a87ef0 [2023-03-24T09:14:17.354Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-24T09:14:17.354Z] ---> e696d3866217 [2023-03-24T09:14:17.354Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-24T09:14:17.354Z] ---> Running in 87747af84879 [2023-03-24T09:14:18.317Z] Removing intermediate container 87747af84879 [2023-03-24T09:14:18.317Z] ---> 245525e48854 [2023-03-24T09:14:18.317Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-24T09:14:18.589Z] ---> 0289cec9b5c3 [2023-03-24T09:14:18.589Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-24T09:14:19.555Z] ---> 7704fe1175db [2023-03-24T09:14:19.555Z] Step 22/27 : WORKDIR / [2023-03-24T09:14:19.869Z] ---> Running in cbfabc3d2792 [2023-03-24T09:14:19.869Z] ---> 4e67099e39ee [2023-03-24T09:14:19.869Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-24T09:14:20.844Z] Removing intermediate container cbfabc3d2792 [2023-03-24T09:14:20.844Z] ---> c5b906322cae [2023-03-24T09:14:20.844Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-24T09:14:21.117Z] ---> Running in 5e8bbdbd187e [2023-03-24T09:14:21.703Z] ---> d93ca80ab148 [2023-03-24T09:14:21.703Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-24T09:14:21.703Z] ---> Running in 333f22fa81e2 [2023-03-24T09:14:21.984Z] Removing intermediate container 5e8bbdbd187e [2023-03-24T09:14:21.984Z] ---> 2aecf4b25191 [2023-03-24T09:14:21.984Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-24T09:14:22.253Z] ---> Running in 2b167b030871 [2023-03-24T09:14:22.533Z] Removing intermediate container 333f22fa81e2 [2023-03-24T09:14:22.533Z] ---> c7fdd54d572d [2023-03-24T09:14:22.533Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-24T09:14:22.806Z] ---> Running in 5fe0a75e1520 [2023-03-24T09:14:24.751Z] Removing intermediate container 2b167b030871 [2023-03-24T09:14:24.751Z] ---> c0c83dc61c9a [2023-03-24T09:14:24.751Z] Step 25/27 : LABEL arch=arm64 [2023-03-24T09:14:24.751Z] Removing intermediate container 5fe0a75e1520 [2023-03-24T09:14:24.751Z] ---> af491d17aaa9 [2023-03-24T09:14:24.752Z] Step 24/26 : LABEL arch=arm64 [2023-03-24T09:14:24.752Z] ---> Running in 1827de5a7474 [2023-03-24T09:14:25.019Z] ---> Running in 007cea9f7e21 [2023-03-24T09:14:25.019Z] ---> deeaca4df534 [2023-03-24T09:14:25.019Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-24T09:14:25.601Z] Removing intermediate container 007cea9f7e21 [2023-03-24T09:14:25.601Z] Removing intermediate container 1827de5a7474 [2023-03-24T09:14:25.601Z] ---> 8f0b4e4f75c2 [2023-03-24T09:14:25.601Z] Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:14:25.872Z] ---> 5385665865f5 [2023-03-24T09:14:25.872Z] Step 25/26 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:14:25.872Z] ---> Running in ff8fefe2ced2 [2023-03-24T09:14:26.141Z] ---> Running in 92643d4ba6e6 [2023-03-24T09:14:26.413Z] ---> 3b20453c83b1 [2023-03-24T09:14:26.413Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-24T09:14:27.007Z] Removing intermediate container 92643d4ba6e6 [2023-03-24T09:14:27.007Z] ---> 89e65de24716 [2023-03-24T09:14:27.007Z] Step 26/26 : LABEL version=3.0.0-dev.113 [2023-03-24T09:14:27.007Z] Removing intermediate container ff8fefe2ced2 [2023-03-24T09:14:27.007Z] ---> 03c0e2fafe33 [2023-03-24T09:14:27.007Z] Step 27/27 : LABEL version=3.0.0-dev.113 [2023-03-24T09:14:27.007Z] ---> Running in bc4bc86b8fff [2023-03-24T09:14:27.284Z] ---> Running in 1c562f32c363 [2023-03-24T09:14:27.875Z] ---> ff08519a733a [2023-03-24T09:14:27.875Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-24T09:14:27.875Z] Removing intermediate container bc4bc86b8fff [2023-03-24T09:14:27.875Z] ---> 1e65fec1e990 [2023-03-24T09:14:27.875Z] [2023-03-24T09:14:28.141Z] Removing intermediate container 1c562f32c363 [2023-03-24T09:14:28.142Z] ---> 266d4d884701 [2023-03-24T09:14:28.142Z] [2023-03-24T09:14:28.408Z] Successfully built 1e65fec1e990 [2023-03-24T09:14:28.408Z] Successfully tagged security-spire-server-arm64:latest [2023-03-24T09:14:28.408Z]  Building security-spire-server ... done Building core-command [2023-03-24T09:14:28.408Z] Successfully built 266d4d884701 [2023-03-24T09:14:28.408Z] Successfully tagged security-spire-config-arm64:latest [2023-03-24T09:14:28.408Z]  Building security-spire-config ... done Building security-proxy-auth [2023-03-24T09:14:28.988Z] ---> b5402460dede [2023-03-24T09:14:28.988Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-24T09:14:28.988Z] ---> Running in 9f29e0f88acf [2023-03-24T09:14:29.577Z] Removing intermediate container 9f29e0f88acf [2023-03-24T09:14:29.577Z] ---> c855b15b577a [2023-03-24T09:14:29.577Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-24T09:14:29.577Z] ---> Running in b780a52b3b8f [2023-03-24T09:14:30.164Z] Removing intermediate container b780a52b3b8f [2023-03-24T09:14:30.164Z] ---> 8786f195126c [2023-03-24T09:14:30.164Z] Step 25/27 : LABEL arch=arm64 [2023-03-24T09:14:30.164Z] ---> Running in 05b69af1d502 [2023-03-24T09:14:30.749Z] Removing intermediate container 05b69af1d502 [2023-03-24T09:14:30.749Z] ---> 7b9bf4fce082 [2023-03-24T09:14:30.749Z] Step 26/27 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:14:30.749Z] ---> Running in a29b7a0e97a5 [2023-03-24T09:14:31.342Z] Removing intermediate container a29b7a0e97a5 [2023-03-24T09:14:31.342Z] ---> 9e8c4ce43b58 [2023-03-24T09:14:31.342Z] Step 27/27 : LABEL version=3.0.0-dev.113 [2023-03-24T09:14:31.613Z] ---> Running in 526e67b8deb0 [2023-03-24T09:14:32.196Z] Removing intermediate container 526e67b8deb0 [2023-03-24T09:14:32.196Z] ---> 629f900844e2 [2023-03-24T09:14:32.196Z] [2023-03-24T09:14:32.196Z] Successfully built 629f900844e2 [2023-03-24T09:14:32.196Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-24T09:14:32.196Z] Building security-proxy-setup [2023-03-24T09:14:34.780Z]  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:14:34.780Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:14:34.780Z] ---> b5a8ddec4707 [2023-03-24T09:14:34.780Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:14:34.780Z] ---> Using cache [2023-03-24T09:14:34.780Z] ---> 82fca4e283b2 [2023-03-24T09:14:34.780Z] Step 4/24 : WORKDIR /edgex-go [2023-03-24T09:14:34.780Z] ---> Using cache [2023-03-24T09:14:34.780Z] ---> b1ea92507f84 [2023-03-24T09:14:34.780Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-24T09:14:34.780Z] ---> Using cache [2023-03-24T09:14:34.780Z] ---> 4fdde32024d3 [2023-03-24T09:14:34.780Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-24T09:14:35.046Z] ---> Using cache [2023-03-24T09:14:35.046Z] ---> b8d4a95db4ea [2023-03-24T09:14:35.046Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:14:35.046Z] ---> Using cache [2023-03-24T09:14:35.046Z] ---> 884266efe2d8 [2023-03-24T09:14:35.046Z] Step 8/24 : COPY . . [2023-03-24T09:14:35.046Z] ---> Using cache [2023-03-24T09:14:35.046Z] ---> 275b4faabe82 [2023-03-24T09:14:35.046Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-24T09:14:35.313Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:14:35.313Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:14:35.313Z] ---> b5a8ddec4707 [2023-03-24T09:14:35.313Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:14:35.313Z] ---> Using cache [2023-03-24T09:14:35.313Z] ---> 82fca4e283b2 [2023-03-24T09:14:35.313Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:14:35.313Z] ---> Using cache [2023-03-24T09:14:35.313Z] ---> b1ea92507f84 [2023-03-24T09:14:35.313Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:14:35.313Z] ---> Using cache [2023-03-24T09:14:35.313Z] ---> 4fdde32024d3 [2023-03-24T09:14:35.313Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:14:35.313Z] ---> Using cache [2023-03-24T09:14:35.313Z] ---> b8d4a95db4ea [2023-03-24T09:14:35.313Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:14:35.313Z] ---> Using cache [2023-03-24T09:14:35.313Z] ---> 884266efe2d8 [2023-03-24T09:14:35.313Z] Step 8/23 : COPY . . [2023-03-24T09:14:35.580Z] ---> Using cache [2023-03-24T09:14:35.580Z] ---> 275b4faabe82 [2023-03-24T09:14:35.580Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-24T09:14:37.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:14:37.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:14:37.526Z] ---> b5a8ddec4707 [2023-03-24T09:14:37.526Z] Step 3/22 : WORKDIR /edgex-go [2023-03-24T09:14:37.526Z] ---> Using cache [2023-03-24T09:14:37.526Z] ---> 07016bf809a1 [2023-03-24T09:14:37.526Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-24T09:14:37.526Z] ---> Running in 94027c7b63b6 [2023-03-24T09:14:37.526Z] ---> Running in d4ab4974e5d0 [2023-03-24T09:14:37.526Z] ---> Running in f28560bd313b [2023-03-24T09:14:40.868Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:14:40.868Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-24T09:14:40.868Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-24T09:14:41.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:14:42.858Z] OK: 263 MiB in 53 packages [2023-03-24T09:14:44.271Z] Removing intermediate container f28560bd313b [2023-03-24T09:14:44.271Z] ---> d42e9b2659d4 [2023-03-24T09:14:44.271Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-24T09:14:45.237Z] ---> 15fc44d867db [2023-03-24T09:14:45.237Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:14:45.237Z] ---> Running in 44276b1dde14 [2023-03-24T09:16:21.878Z] Removing intermediate container 44276b1dde14 [2023-03-24T09:16:21.878Z] ---> d6773dfad73b [2023-03-24T09:16:21.878Z] Step 7/22 : COPY . . [2023-03-24T09:16:21.878Z] ---> da5406705627 [2023-03-24T09:16:21.878Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-24T09:16:21.878Z] ---> Running in 0bfdd0a6d605 [2023-03-24T09:16:21.878Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-24T09:19:58.635Z] Removing intermediate container af0f1c2be7ed [2023-03-24T09:19:58.635Z] ---> 5d4782e8dc2c [2023-03-24T09:19:58.635Z] [2023-03-24T09:19:58.635Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:19:58.635Z] ---> d74e625d9115 [2023-03-24T09:19:58.635Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-24T09:19:58.635Z] ---> Running in 2d3ddde94a55 [2023-03-24T09:19:58.635Z] Removing intermediate container 2d3ddde94a55 [2023-03-24T09:19:58.635Z] ---> 904aebab355d [2023-03-24T09:19:58.635Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:19:58.635Z] ---> Running in 762bf775019d [2023-03-24T09:19:58.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:19:58.635Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:19:58.635Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T09:19:58.635Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:19:58.635Z] OK: 8 MiB in 16 packages [2023-03-24T09:19:58.635Z] Removing intermediate container 762bf775019d [2023-03-24T09:19:58.635Z] ---> 5a139ee2654f [2023-03-24T09:19:58.635Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:19:58.635Z] ---> e4f31ccbb114 [2023-03-24T09:19:58.635Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:19:58.635Z] ---> ba58910cd41c [2023-03-24T09:19:58.635Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-24T09:19:58.635Z] ---> a47b86745d6c [2023-03-24T09:19:58.635Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:19:58.635Z] ---> 130b091547c7 [2023-03-24T09:19:58.635Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-24T09:19:58.635Z] ---> be7ad4ad6d5a [2023-03-24T09:19:58.635Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-24T09:19:58.635Z] ---> Running in 78128a858426 [2023-03-24T09:20:02.898Z] Removing intermediate container 78128a858426 [2023-03-24T09:20:02.898Z] ---> 7a0914326a38 [2023-03-24T09:20:02.898Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:20:02.898Z] ---> Running in 606cf99152c8 [2023-03-24T09:20:03.169Z] Removing intermediate container 606cf99152c8 [2023-03-24T09:20:03.169Z] ---> 04e22882eb1b [2023-03-24T09:20:03.169Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-24T09:20:03.436Z] ---> Running in ee27f679f899 [2023-03-24T09:20:04.027Z] Removing intermediate container ee27f679f899 [2023-03-24T09:20:04.027Z] ---> 7ae3ba22ce83 [2023-03-24T09:20:04.027Z] Step 21/23 : LABEL arch=arm64 [2023-03-24T09:20:04.027Z] ---> Running in 14b0e110cd6e [2023-03-24T09:20:04.615Z] Removing intermediate container 14b0e110cd6e [2023-03-24T09:20:04.615Z] ---> 453cd8bd8c25 [2023-03-24T09:20:04.615Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:20:04.615Z] ---> Running in 4c4cff10b727 [2023-03-24T09:20:05.212Z] Removing intermediate container 4c4cff10b727 [2023-03-24T09:20:05.212Z] ---> 8b4d2200fcb8 [2023-03-24T09:20:05.212Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:20:05.481Z] ---> Running in 17f607b7f533 [2023-03-24T09:20:06.071Z] Removing intermediate container 17f607b7f533 [2023-03-24T09:20:06.071Z] ---> 1a8a7d7126fb [2023-03-24T09:20:06.071Z] [2023-03-24T09:20:06.071Z] Successfully built 1a8a7d7126fb [2023-03-24T09:20:06.071Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-24T09:20:06.071Z] Building core-metadata [2023-03-24T09:20:09.682Z]  Building core-common-config-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:20:09.682Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:20:09.682Z] ---> b5a8ddec4707 [2023-03-24T09:20:09.682Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:20:09.682Z] ---> Using cache [2023-03-24T09:20:09.682Z] ---> 82fca4e283b2 [2023-03-24T09:20:09.682Z] Step 4/25 : WORKDIR /edgex-go [2023-03-24T09:20:09.682Z] ---> Using cache [2023-03-24T09:20:09.682Z] ---> b1ea92507f84 [2023-03-24T09:20:09.682Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-24T09:20:09.682Z] ---> Using cache [2023-03-24T09:20:09.682Z] ---> 4fdde32024d3 [2023-03-24T09:20:09.682Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-24T09:20:09.682Z] ---> Using cache [2023-03-24T09:20:09.682Z] ---> b8d4a95db4ea [2023-03-24T09:20:09.682Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:20:09.682Z] ---> Using cache [2023-03-24T09:20:09.682Z] ---> 884266efe2d8 [2023-03-24T09:20:09.682Z] Step 8/25 : COPY . . [2023-03-24T09:20:09.682Z] ---> Using cache [2023-03-24T09:20:09.682Z] ---> 275b4faabe82 [2023-03-24T09:20:09.682Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-24T09:20:09.949Z] ---> Running in 5bb7064b8728 [2023-03-24T09:20:11.922Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-24T09:20:50.796Z] Removing intermediate container 94027c7b63b6 [2023-03-24T09:20:50.796Z] ---> b2d62787a9a7 [2023-03-24T09:20:50.796Z] [2023-03-24T09:20:50.796Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:20:50.796Z] ---> d74e625d9115 [2023-03-24T09:20:50.796Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-24T09:20:50.796Z] ---> Using cache [2023-03-24T09:20:50.796Z] ---> 904aebab355d [2023-03-24T09:20:50.796Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:20:50.796Z] ---> Using cache [2023-03-24T09:20:50.796Z] ---> 5a139ee2654f [2023-03-24T09:20:50.796Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:20:50.796Z] ---> Using cache [2023-03-24T09:20:50.796Z] ---> e4f31ccbb114 [2023-03-24T09:20:50.796Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:20:50.796Z] ---> Using cache [2023-03-24T09:20:50.796Z] ---> ba58910cd41c [2023-03-24T09:20:50.796Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-24T09:20:52.739Z] ---> 07beff320198 [2023-03-24T09:20:52.739Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:20:53.325Z] ---> 975e9f8f7f68 [2023-03-24T09:20:53.325Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-24T09:20:55.915Z] ---> da1b588d1f13 [2023-03-24T09:20:55.915Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-24T09:20:55.915Z] ---> Running in 70cd2a512787 [2023-03-24T09:20:59.278Z] Removing intermediate container 70cd2a512787 [2023-03-24T09:20:59.278Z] ---> 7433e5c1f7d3 [2023-03-24T09:20:59.278Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:20:59.278Z] ---> Running in f4716b802885 [2023-03-24T09:20:59.278Z] Removing intermediate container f4716b802885 [2023-03-24T09:20:59.278Z] ---> fd5d012a7813 [2023-03-24T09:20:59.278Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-24T09:20:59.546Z] ---> Running in a324a64f7be9 [2023-03-24T09:21:00.130Z] Removing intermediate container a324a64f7be9 [2023-03-24T09:21:00.130Z] ---> cef867167a9e [2023-03-24T09:21:00.130Z] Step 21/23 : LABEL arch=arm64 [2023-03-24T09:21:00.130Z] ---> Running in 13412f4fc6c2 [2023-03-24T09:21:00.721Z] Removing intermediate container 13412f4fc6c2 [2023-03-24T09:21:00.721Z] ---> 3b6f846e0b2f [2023-03-24T09:21:00.721Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:21:00.721Z] ---> Running in a930c4e3cbad [2023-03-24T09:21:01.312Z] Removing intermediate container a930c4e3cbad [2023-03-24T09:21:01.312Z] ---> 48328b49c531 [2023-03-24T09:21:01.312Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:21:01.312Z] ---> Running in 29badd964c98 [2023-03-24T09:21:01.898Z] Removing intermediate container 29badd964c98 [2023-03-24T09:21:01.899Z] ---> 5454117f8cc7 [2023-03-24T09:21:01.899Z] [2023-03-24T09:21:01.899Z] Successfully built 5454117f8cc7 [2023-03-24T09:21:01.899Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-24T09:21:01.899Z]  Building security-proxy-auth ... done Building security-bootstrapper [2023-03-24T09:21:05.238Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:21:05.238Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:21:05.238Z] ---> b5a8ddec4707 [2023-03-24T09:21:05.238Z] Step 3/33 : WORKDIR /edgex-go [2023-03-24T09:21:05.238Z] ---> Using cache [2023-03-24T09:21:05.238Z] ---> 07016bf809a1 [2023-03-24T09:21:05.238Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-24T09:21:05.238Z] ---> Using cache [2023-03-24T09:21:05.238Z] ---> d42e9b2659d4 [2023-03-24T09:21:05.238Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-24T09:21:05.529Z] ---> Using cache [2023-03-24T09:21:05.529Z] ---> 15fc44d867db [2023-03-24T09:21:05.529Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:21:05.529Z] ---> Using cache [2023-03-24T09:21:05.529Z] ---> d6773dfad73b [2023-03-24T09:21:05.529Z] Step 7/33 : COPY . . [2023-03-24T09:21:05.529Z] ---> Using cache [2023-03-24T09:21:05.529Z] ---> da5406705627 [2023-03-24T09:21:05.529Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-24T09:21:05.796Z] ---> Running in 5066f95c980d [2023-03-24T09:21:07.742Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-24T09:21:46.608Z] Removing intermediate container d4ab4974e5d0 [2023-03-24T09:21:46.608Z] ---> 346f5b846126 [2023-03-24T09:21:46.608Z] [2023-03-24T09:21:46.608Z] Step 10/24 : FROM alpine:3.17 [2023-03-24T09:21:46.608Z] ---> d74e625d9115 [2023-03-24T09:21:46.608Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:21:46.608Z] ---> Running in fd9b49f7a26d [2023-03-24T09:21:46.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:21:46.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:21:47.569Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T09:21:47.569Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:21:47.834Z] OK: 8 MiB in 16 packages [2023-03-24T09:21:49.243Z] Removing intermediate container fd9b49f7a26d [2023-03-24T09:21:49.243Z] ---> 431aabdd3e39 [2023-03-24T09:21:49.243Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:21:49.243Z] ---> Running in 2fd507e9dbb1 [2023-03-24T09:21:49.823Z] Removing intermediate container 2fd507e9dbb1 [2023-03-24T09:21:49.823Z] ---> dfe55dccfc0f [2023-03-24T09:21:49.823Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-24T09:21:50.090Z] ---> Running in 51f78e9ffc91 [2023-03-24T09:21:50.672Z] Removing intermediate container 51f78e9ffc91 [2023-03-24T09:21:50.673Z] ---> 6cafd97e45bd [2023-03-24T09:21:50.673Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-24T09:21:50.673Z] ---> Running in 38644b624f26 [2023-03-24T09:21:50.943Z] Removing intermediate container 38644b624f26 [2023-03-24T09:21:50.943Z] ---> 26d199dd9356 [2023-03-24T09:21:50.943Z] Step 15/24 : WORKDIR / [2023-03-24T09:21:51.217Z] ---> Running in d405dab7683c [2023-03-24T09:21:51.483Z] Removing intermediate container d405dab7683c [2023-03-24T09:21:51.483Z] ---> 15fa6bddfd93 [2023-03-24T09:21:51.483Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:21:52.447Z] ---> e0d8d7685e22 [2023-03-24T09:21:52.447Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:21:53.404Z] ---> bc0a6acb7760 [2023-03-24T09:21:53.404Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-24T09:21:54.989Z] ---> d1e4ef547356 [2023-03-24T09:21:54.989Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:21:56.012Z] ---> b8074ab28bcc [2023-03-24T09:21:56.012Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-24T09:21:56.012Z] ---> Running in 9bbb3d9b70b1 [2023-03-24T09:21:56.665Z] Removing intermediate container 9bbb3d9b70b1 [2023-03-24T09:21:56.665Z] ---> 1543bffcf23a [2023-03-24T09:21:56.665Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:21:56.665Z] ---> Running in 840fee39e850 [2023-03-24T09:21:57.285Z] Removing intermediate container 840fee39e850 [2023-03-24T09:21:57.285Z] ---> c82c0c3490cf [2023-03-24T09:21:57.285Z] Step 22/24 : LABEL arch=arm64 [2023-03-24T09:21:57.573Z] ---> Running in d5e7320628be [2023-03-24T09:21:59.608Z] Removing intermediate container d5e7320628be [2023-03-24T09:21:59.608Z] ---> 2956b9666328 [2023-03-24T09:21:59.608Z] Step 23/24 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:21:59.874Z] ---> Running in 6d6168467971 [2023-03-24T09:22:00.456Z] Removing intermediate container 6d6168467971 [2023-03-24T09:22:00.456Z] ---> 4bc744d3e539 [2023-03-24T09:22:00.456Z] Step 24/24 : LABEL version=3.0.0-dev.113 [2023-03-24T09:22:00.456Z] ---> Running in dba68cf4bb82 [2023-03-24T09:22:01.046Z] Removing intermediate container dba68cf4bb82 [2023-03-24T09:22:01.046Z] ---> 0c5297ecb085 [2023-03-24T09:22:01.046Z] [2023-03-24T09:22:01.046Z] Successfully built 0c5297ecb085 [2023-03-24T09:22:01.046Z] Successfully tagged core-command-arm64:latest [2023-03-24T09:22:01.046Z] Building security-spiffe-token-provider [2023-03-24T09:22:04.392Z]  Building core-command ... done Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:22:04.392Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:22:04.392Z] ---> b5a8ddec4707 [2023-03-24T09:22:04.392Z] Step 3/20 : WORKDIR /edgex-go [2023-03-24T09:22:04.392Z] ---> Using cache [2023-03-24T09:22:04.392Z] ---> 07016bf809a1 [2023-03-24T09:22:04.392Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-24T09:22:04.659Z] ---> Running in 2260811f0a17 [2023-03-24T09:22:06.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:22:07.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:22:09.137Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:22:09.137Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:22:09.137Z] OK: 17693 distinct packages available [2023-03-24T09:22:09.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:22:10.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:22:11.774Z] OK: 263 MiB in 53 packages [2023-03-24T09:22:13.729Z] Removing intermediate container 2260811f0a17 [2023-03-24T09:22:13.729Z] ---> 95eb713fda9d [2023-03-24T09:22:13.729Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-24T09:22:14.315Z] ---> f852d34a1b23 [2023-03-24T09:22:14.315Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:22:14.315Z] ---> Running in 7a3f75f5917b [2023-03-24T09:22:36.394Z] Removing intermediate container 0bfdd0a6d605 [2023-03-24T09:22:36.394Z] ---> 8472b0097ae1 [2023-03-24T09:22:36.394Z] [2023-03-24T09:22:36.394Z] Step 9/22 : FROM alpine:3.17 [2023-03-24T09:22:36.394Z] ---> d74e625d9115 [2023-03-24T09:22:36.394Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-24T09:22:36.663Z] ---> Running in 9a5a9ec7c676 [2023-03-24T09:22:38.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:22:39.193Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:22:41.140Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-24T09:22:41.140Z] (2/2) Installing openssl (3.0.8-r1) [2023-03-24T09:22:41.140Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:22:41.140Z] OK: 8 MiB in 17 packages [2023-03-24T09:22:43.097Z] Removing intermediate container 9a5a9ec7c676 [2023-03-24T09:22:43.097Z] ---> ff9979340e4a [2023-03-24T09:22:43.097Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-24T09:22:43.097Z] ---> Running in ae4d927b05df [2023-03-24T09:22:43.680Z] Removing intermediate container ae4d927b05df [2023-03-24T09:22:43.680Z] ---> ef6a38f6af6f [2023-03-24T09:22:43.680Z] Step 12/22 : WORKDIR /edgex [2023-03-24T09:22:43.680Z] ---> Running in 92c99e3c3922 [2023-03-24T09:22:44.264Z] Removing intermediate container 92c99e3c3922 [2023-03-24T09:22:44.264Z] ---> e872016db38f [2023-03-24T09:22:44.264Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:22:45.224Z] ---> 2e1945857a9f [2023-03-24T09:22:45.224Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:22:46.188Z] ---> 776f05ef153e [2023-03-24T09:22:46.188Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-03-24T09:22:47.610Z] ---> 427fe5b8e7bd [2023-03-24T09:22:47.610Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-24T09:22:49.040Z] ---> d3c99558a6b2 [2023-03-24T09:22:49.040Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-24T09:22:50.028Z] ---> c2db5b01b6aa [2023-03-24T09:22:50.028Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-24T09:22:50.298Z] ---> Running in d280b6b081e8 [2023-03-24T09:22:54.558Z] Removing intermediate container d280b6b081e8 [2023-03-24T09:22:54.558Z] ---> d8754c90fbe9 [2023-03-24T09:22:54.558Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:22:54.558Z] ---> Running in 0f7fb5e34be2 [2023-03-24T09:22:55.518Z] Removing intermediate container 0f7fb5e34be2 [2023-03-24T09:22:55.519Z] ---> fcbc5e2b6d9f [2023-03-24T09:22:55.519Z] Step 20/22 : LABEL arch=arm64 [2023-03-24T09:22:55.519Z] ---> Running in 7b6666991bc4 [2023-03-24T09:22:56.480Z] Removing intermediate container 7b6666991bc4 [2023-03-24T09:22:56.480Z] ---> ae95344d6df3 [2023-03-24T09:22:56.480Z] Step 21/22 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:22:56.748Z] ---> Running in a47113089778 [2023-03-24T09:22:57.710Z] Removing intermediate container a47113089778 [2023-03-24T09:22:57.710Z] ---> 9566545796bc [2023-03-24T09:22:57.710Z] Step 22/22 : LABEL version=3.0.0-dev.113 [2023-03-24T09:22:58.302Z] ---> Running in 443beb42a828 [2023-03-24T09:22:59.261Z] Removing intermediate container 443beb42a828 [2023-03-24T09:22:59.261Z] ---> 98606532707e [2023-03-24T09:22:59.261Z] [2023-03-24T09:22:59.530Z] Successfully built 98606532707e [2023-03-24T09:22:59.530Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-24T09:22:59.530Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2023-03-24T09:23:04.907Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:23:04.907Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:23:04.907Z] ---> b5a8ddec4707 [2023-03-24T09:23:04.907Z] Step 3/25 : WORKDIR /edgex-go [2023-03-24T09:23:04.907Z] ---> Using cache [2023-03-24T09:23:04.907Z] ---> 07016bf809a1 [2023-03-24T09:23:04.907Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-24T09:23:04.907Z] ---> Using cache [2023-03-24T09:23:04.907Z] ---> d42e9b2659d4 [2023-03-24T09:23:04.907Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-24T09:23:04.907Z] ---> Using cache [2023-03-24T09:23:04.907Z] ---> 15fc44d867db [2023-03-24T09:23:04.907Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:23:04.907Z] ---> Using cache [2023-03-24T09:23:04.907Z] ---> d6773dfad73b [2023-03-24T09:23:04.907Z] Step 7/25 : COPY . . [2023-03-24T09:23:04.907Z] ---> Using cache [2023-03-24T09:23:04.907Z] ---> da5406705627 [2023-03-24T09:23:04.907Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-24T09:23:06.330Z] ---> Running in b2b4652caca1 [2023-03-24T09:23:08.285Z] Removing intermediate container 266b587d58f6 [2023-03-24T09:23:08.285Z] ---> 79f9e7fd42c4 [2023-03-24T09:23:08.285Z] [2023-03-24T09:23:08.285Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:23:08.285Z] ---> d74e625d9115 [2023-03-24T09:23:08.285Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:23:08.285Z] ---> Using cache [2023-03-24T09:23:08.285Z] ---> 431aabdd3e39 [2023-03-24T09:23:08.285Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:23:08.285Z] ---> Using cache [2023-03-24T09:23:08.285Z] ---> dfe55dccfc0f [2023-03-24T09:23:08.285Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-24T09:23:08.285Z] ---> Running in a18f919afc6b [2023-03-24T09:23:08.285Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-24T09:23:08.871Z] Removing intermediate container a18f919afc6b [2023-03-24T09:23:08.871Z] ---> 8b1f27bcac81 [2023-03-24T09:23:08.871Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-24T09:23:08.871Z] ---> Running in 5bfb9c4e8952 [2023-03-24T09:23:09.461Z] Removing intermediate container 5bfb9c4e8952 [2023-03-24T09:23:09.461Z] ---> c335b0b5535f [2023-03-24T09:23:09.461Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:23:10.430Z] ---> 6152b1165482 [2023-03-24T09:23:10.430Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:23:11.395Z] ---> 2fc60b942d04 [2023-03-24T09:23:11.395Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-24T09:23:13.986Z] ---> c92644e252fb [2023-03-24T09:23:13.986Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:23:14.985Z] ---> 8f7b6ff73c8e [2023-03-24T09:23:14.985Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-24T09:23:15.257Z] ---> Running in ab53ba5c2f67 [2023-03-24T09:23:15.532Z] Removing intermediate container ab53ba5c2f67 [2023-03-24T09:23:15.532Z] ---> 253acccf53f8 [2023-03-24T09:23:15.532Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:23:15.803Z] ---> Running in 62eece085738 [2023-03-24T09:23:18.400Z] Removing intermediate container 62eece085738 [2023-03-24T09:23:18.400Z] ---> c6875851b9d4 [2023-03-24T09:23:18.400Z] Step 21/23 : LABEL arch=arm64 [2023-03-24T09:23:18.400Z] ---> Running in 15ca9c7501d9 [2023-03-24T09:23:19.822Z] Removing intermediate container 15ca9c7501d9 [2023-03-24T09:23:19.822Z] ---> 3509cc0fed6d [2023-03-24T09:23:19.822Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:23:19.822Z] ---> Running in 179a9e8016a4 [2023-03-24T09:23:20.791Z] Removing intermediate container 179a9e8016a4 [2023-03-24T09:23:20.791Z] ---> 046633d7b852 [2023-03-24T09:23:20.791Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:23:21.060Z] ---> Running in e2317c04cbb7 [2023-03-24T09:23:22.027Z] Removing intermediate container e2317c04cbb7 [2023-03-24T09:23:22.027Z] ---> 71919ca9a5fb [2023-03-24T09:23:22.027Z] [2023-03-24T09:23:22.027Z] Successfully built 71919ca9a5fb [2023-03-24T09:23:22.027Z] Successfully tagged support-scheduler-arm64:latest [2023-03-24T09:23:22.027Z]  Building support-scheduler ... done Building core-data [2023-03-24T09:23:27.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:23:27.398Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:23:27.398Z] ---> b5a8ddec4707 [2023-03-24T09:23:27.398Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:23:27.398Z] ---> Using cache [2023-03-24T09:23:27.398Z] ---> 82fca4e283b2 [2023-03-24T09:23:27.398Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:23:27.398Z] ---> Using cache [2023-03-24T09:23:27.398Z] ---> b1ea92507f84 [2023-03-24T09:23:27.398Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-24T09:23:27.398Z] ---> Using cache [2023-03-24T09:23:27.398Z] ---> 4fdde32024d3 [2023-03-24T09:23:27.398Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:23:27.398Z] ---> Using cache [2023-03-24T09:23:27.398Z] ---> b8d4a95db4ea [2023-03-24T09:23:27.398Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:23:27.398Z] ---> Using cache [2023-03-24T09:23:27.398Z] ---> 884266efe2d8 [2023-03-24T09:23:27.398Z] Step 8/23 : COPY . . [2023-03-24T09:23:27.987Z] ---> Using cache [2023-03-24T09:23:27.987Z] ---> 275b4faabe82 [2023-03-24T09:23:27.987Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-24T09:23:28.576Z] ---> Running in 1a31a06768ce [2023-03-24T09:23:31.169Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-24T09:23:57.904Z] Removing intermediate container 7a3f75f5917b [2023-03-24T09:23:57.904Z] ---> c7891917b05c [2023-03-24T09:23:57.904Z] Step 7/20 : COPY . . [2023-03-24T09:23:57.904Z] ---> b144859eedc4 [2023-03-24T09:23:57.904Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-24T09:23:57.904Z] ---> Running in ca3a7f6868d5 [2023-03-24T09:23:59.869Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-24T09:28:06.720Z] Removing intermediate container 5bb7064b8728 [2023-03-24T09:28:06.720Z] ---> d56356c3439a [2023-03-24T09:28:06.720Z] [2023-03-24T09:28:06.720Z] Step 10/25 : FROM alpine:3.17 [2023-03-24T09:28:06.720Z] ---> d74e625d9115 [2023-03-24T09:28:06.720Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:28:06.720Z] ---> Using cache [2023-03-24T09:28:06.720Z] ---> 431aabdd3e39 [2023-03-24T09:28:06.720Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:28:06.720Z] ---> Using cache [2023-03-24T09:28:06.720Z] ---> dfe55dccfc0f [2023-03-24T09:28:06.720Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-24T09:28:06.720Z] ---> Running in 37b7c86ab97e [2023-03-24T09:28:06.720Z] Removing intermediate container 37b7c86ab97e [2023-03-24T09:28:06.720Z] ---> ef06dd0dc12a [2023-03-24T09:28:06.720Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-24T09:28:06.720Z] ---> Running in 327547ed7230 [2023-03-24T09:28:06.720Z] Removing intermediate container 327547ed7230 [2023-03-24T09:28:06.720Z] ---> c4fba16c4e0a [2023-03-24T09:28:06.720Z] Step 15/25 : WORKDIR / [2023-03-24T09:28:06.720Z] ---> Running in d663f663e60a [2023-03-24T09:28:06.720Z] Removing intermediate container d663f663e60a [2023-03-24T09:28:06.720Z] ---> f459a9fe2a49 [2023-03-24T09:28:06.720Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:28:06.720Z] ---> a98a98d1d5af [2023-03-24T09:28:06.720Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:28:06.720Z] ---> a05acd0986e2 [2023-03-24T09:28:06.720Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-24T09:28:06.720Z] ---> a121751027ba [2023-03-24T09:28:06.720Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:28:07.678Z] ---> 576299cc01af [2023-03-24T09:28:07.678Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-24T09:28:08.260Z] Removing intermediate container 5066f95c980d [2023-03-24T09:28:08.260Z] ---> 59c3ddb531f7 [2023-03-24T09:28:08.260Z] [2023-03-24T09:28:08.260Z] Step 9/33 : FROM alpine:3.17 [2023-03-24T09:28:08.260Z] ---> d74e625d9115 [2023-03-24T09:28:08.260Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-24T09:28:08.260Z] ---> Running in dc30c6f215d9 [2023-03-24T09:28:08.539Z] ---> 9427968e0d50 [2023-03-24T09:28:08.539Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-24T09:28:08.807Z] ---> Running in 161f1085c332 [2023-03-24T09:28:09.075Z] Removing intermediate container dc30c6f215d9 [2023-03-24T09:28:09.075Z] ---> 10c99a3be280 [2023-03-24T09:28:09.075Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-24T09:28:09.341Z] ---> Running in 168013a09508 [2023-03-24T09:28:09.924Z] Removing intermediate container 161f1085c332 [2023-03-24T09:28:09.925Z] ---> db2109d461db [2023-03-24T09:28:09.925Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:28:09.925Z] ---> Running in b10c3af8ec27 [2023-03-24T09:28:10.887Z] Removing intermediate container b10c3af8ec27 [2023-03-24T09:28:10.887Z] ---> b7c7e0316a1f [2023-03-24T09:28:10.887Z] Step 23/25 : LABEL arch=arm64 [2023-03-24T09:28:10.887Z] ---> Running in 50c422ddba3d [2023-03-24T09:28:11.469Z] Removing intermediate container 50c422ddba3d [2023-03-24T09:28:11.469Z] ---> 34a89ee05af4 [2023-03-24T09:28:11.469Z] Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:28:11.739Z] ---> Running in 6f43ecc55ef3 [2023-03-24T09:28:11.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:28:12.323Z] Removing intermediate container 6f43ecc55ef3 [2023-03-24T09:28:12.323Z] ---> 17828288dd0c [2023-03-24T09:28:12.323Z] Step 25/25 : LABEL version=3.0.0-dev.113 [2023-03-24T09:28:12.323Z] ---> Running in fdd0a88d8d6a [2023-03-24T09:28:12.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:28:12.905Z] Removing intermediate container fdd0a88d8d6a [2023-03-24T09:28:12.905Z] ---> c8153dd390ed [2023-03-24T09:28:12.905Z] [2023-03-24T09:28:12.905Z] Successfully built c8153dd390ed [2023-03-24T09:28:13.171Z] Successfully tagged core-metadata-arm64:latest [2023-03-24T09:28:13.171Z] Building support-notifications [2023-03-24T09:28:14.129Z]  Building core-metadata ... done (1/2) Installing dumb-init (1.2.5-r2) [2023-03-24T09:28:14.129Z] (2/2) Installing su-exec (0.2-r2) [2023-03-24T09:28:14.129Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:28:14.129Z] OK: 8 MiB in 17 packages [2023-03-24T09:28:16.074Z] Removing intermediate container 168013a09508 [2023-03-24T09:28:16.074Z] ---> ed1fc76e7dd4 [2023-03-24T09:28:16.074Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-24T09:28:16.074Z] ---> Running in d3a483d41ec9 [2023-03-24T09:28:16.655Z] Removing intermediate container d3a483d41ec9 [2023-03-24T09:28:16.655Z] ---> 8ba2af8f8b67 [2023-03-24T09:28:16.655Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-24T09:28:16.655Z] ---> Running in 6147033a37e8 [2023-03-24T09:28:17.243Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-24T09:28:17.243Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-24T09:28:17.243Z] ---> b5a8ddec4707 [2023-03-24T09:28:17.243Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-24T09:28:17.243Z] ---> Using cache [2023-03-24T09:28:17.243Z] ---> 82fca4e283b2 [2023-03-24T09:28:17.243Z] Step 4/23 : WORKDIR /edgex-go [2023-03-24T09:28:17.243Z] ---> Using cache [2023-03-24T09:28:17.243Z] ---> b1ea92507f84 [2023-03-24T09:28:17.243Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-24T09:28:17.512Z] ---> Running in 77720c269519 [2023-03-24T09:28:17.512Z] Removing intermediate container 6147033a37e8 [2023-03-24T09:28:17.512Z] ---> c7d7c99d8056 [2023-03-24T09:28:17.512Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-24T09:28:17.779Z] ---> Running in 37f63198d3c8 [2023-03-24T09:28:18.747Z] Removing intermediate container 37f63198d3c8 [2023-03-24T09:28:18.747Z] ---> 6e4cf63b64d2 [2023-03-24T09:28:18.747Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-24T09:28:20.375Z] ---> Running in 3b687cfcc304 [2023-03-24T09:28:20.375Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:28:20.643Z] Removing intermediate container 3b687cfcc304 [2023-03-24T09:28:20.643Z] ---> de7f0952a648 [2023-03-24T09:28:20.643Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-24T09:28:21.087Z] ---> Running in 3ce0cbfd267a [2023-03-24T09:28:21.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:28:23.791Z] OK: 263 MiB in 53 packages [2023-03-24T09:28:24.410Z] Removing intermediate container 3ce0cbfd267a [2023-03-24T09:28:24.410Z] ---> ee2c085eadd4 [2023-03-24T09:28:24.410Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-24T09:28:24.410Z] ---> Running in 84257127fbfc [2023-03-24T09:28:25.851Z] Removing intermediate container 84257127fbfc [2023-03-24T09:28:25.851Z] ---> 5a341dc100ac [2023-03-24T09:28:25.851Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-24T09:28:25.851Z] Removing intermediate container 77720c269519 [2023-03-24T09:28:25.851Z] ---> 5490de9b901d [2023-03-24T09:28:25.851Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-24T09:28:26.810Z] ---> 4fd1ef4914a2 [2023-03-24T09:28:26.810Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-24T09:28:26.810Z] ---> d40c47916465 [2023-03-24T09:28:26.810Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-24T09:28:26.810Z] ---> Running in e7f751d12d07 [2023-03-24T09:28:26.810Z] ---> Running in f134c99f398d [2023-03-24T09:28:31.053Z] Removing intermediate container f134c99f398d [2023-03-24T09:28:31.053Z] ---> 88a05814fd86 [2023-03-24T09:28:31.053Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:28:33.016Z] ---> 451744bf0ed2 [2023-03-24T09:28:33.016Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:28:33.983Z] ---> 4d80fde6e89a [2023-03-24T09:28:33.983Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-24T09:28:35.385Z] ---> 31681e38a8b6 [2023-03-24T09:28:35.385Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-03-24T09:28:36.344Z] ---> 40a78bac6b38 [2023-03-24T09:28:36.344Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-24T09:28:37.303Z] ---> 99668d65592a [2023-03-24T09:28:37.303Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-24T09:28:38.264Z] ---> 4e0e693cfd89 [2023-03-24T09:28:38.264Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-24T09:28:39.226Z] ---> 3b683e14f872 [2023-03-24T09:28:39.226Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-24T09:28:40.183Z] ---> c820a4433078 [2023-03-24T09:28:40.183Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-24T09:28:40.183Z] ---> Running in ca537f7c6d22 [2023-03-24T09:28:43.517Z] Removing intermediate container ca537f7c6d22 [2023-03-24T09:28:43.517Z] ---> fba6d4a7ee9f [2023-03-24T09:28:43.517Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-24T09:28:43.517Z] ---> Running in 0456084e3383 [2023-03-24T09:28:43.798Z] Removing intermediate container 0456084e3383 [2023-03-24T09:28:43.798Z] ---> 14fa328dce74 [2023-03-24T09:28:43.798Z] Step 30/33 : CMD ["gate"] [2023-03-24T09:28:44.069Z] ---> Running in 6064fd6f8cfe [2023-03-24T09:28:44.650Z] Removing intermediate container 6064fd6f8cfe [2023-03-24T09:28:44.650Z] ---> ccbc2812634e [2023-03-24T09:28:44.650Z] Step 31/33 : LABEL arch=arm64 [2023-03-24T09:28:44.650Z] ---> Running in 86b99cac5f23 [2023-03-24T09:28:45.230Z] Removing intermediate container 86b99cac5f23 [2023-03-24T09:28:45.230Z] ---> 14a0511daade [2023-03-24T09:28:45.230Z] Step 32/33 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:28:45.495Z] ---> Running in 9a5bc4e0c21f [2023-03-24T09:28:46.077Z] Removing intermediate container 9a5bc4e0c21f [2023-03-24T09:28:46.077Z] ---> 0f92e1957ed5 [2023-03-24T09:28:46.077Z] Step 33/33 : LABEL version=3.0.0-dev.113 [2023-03-24T09:28:46.077Z] ---> Running in ce13de2649b9 [2023-03-24T09:28:46.657Z] Removing intermediate container ce13de2649b9 [2023-03-24T09:28:46.657Z] ---> 85cc51874f42 [2023-03-24T09:28:46.657Z] [2023-03-24T09:28:46.657Z] Successfully built 85cc51874f42 [2023-03-24T09:28:46.657Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-24T09:29:33.471Z]  Building security-bootstrapper ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-24T09:29:55.521Z] Removing intermediate container b2b4652caca1 [2023-03-24T09:29:55.521Z] ---> 6bf3b112f84c [2023-03-24T09:29:55.521Z] [2023-03-24T09:29:55.521Z] Step 9/25 : FROM alpine:3.17 [2023-03-24T09:29:55.521Z] ---> d74e625d9115 [2023-03-24T09:29:55.521Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-24T09:29:55.789Z] ---> Running in cbdbd88c2f87 [2023-03-24T09:29:58.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:29:58.367Z] Removing intermediate container e7f751d12d07 [2023-03-24T09:29:58.367Z] ---> e17acb322117 [2023-03-24T09:29:58.367Z] Step 8/23 : COPY . . [2023-03-24T09:29:59.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:30:00.731Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-24T09:30:00.731Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-24T09:30:00.731Z] (3/3) Installing su-exec (0.2-r2) [2023-03-24T09:30:00.731Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:30:00.731Z] Executing ca-certificates-20220614-r4.trigger [2023-03-24T09:30:01.315Z] OK: 8 MiB in 18 packages [2023-03-24T09:30:01.315Z] ---> e984a88f57c5 [2023-03-24T09:30:01.315Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-24T09:30:01.590Z] ---> Running in 8beeab1bf1cd [2023-03-24T09:30:04.178Z] Removing intermediate container cbdbd88c2f87 [2023-03-24T09:30:04.178Z] ---> bbf5ce090b16 [2023-03-24T09:30:04.178Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-24T09:30:04.178Z] ---> Running in 89bb7b162f13 [2023-03-24T09:30:04.178Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.113" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-24T09:30:04.770Z] Removing intermediate container 89bb7b162f13 [2023-03-24T09:30:04.770Z] ---> 5a9219693ee2 [2023-03-24T09:30:04.770Z] Step 12/25 : WORKDIR / [2023-03-24T09:30:04.770Z] ---> Running in ba5ae4b479f8 [2023-03-24T09:30:05.356Z] Removing intermediate container ba5ae4b479f8 [2023-03-24T09:30:05.356Z] ---> a0bd7f164b0d [2023-03-24T09:30:05.356Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:30:06.315Z] ---> 0fe50fb12178 [2023-03-24T09:30:06.315Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:30:07.276Z] ---> 3f030f4bf7c1 [2023-03-24T09:30:07.276Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-24T09:30:08.263Z] ---> 4ae82cd8e478 [2023-03-24T09:30:08.263Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-03-24T09:30:09.220Z] ---> 89e3634eb864 [2023-03-24T09:30:09.220Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:30:10.180Z] ---> e133b872b983 [2023-03-24T09:30:10.180Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-24T09:30:11.592Z] ---> 1e2218ccb9a6 [2023-03-24T09:30:11.592Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-24T09:30:16.947Z] ---> 203cdc7650da [2023-03-24T09:30:16.947Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-24T09:30:16.947Z] ---> e8af0ffaaa7c [2023-03-24T09:30:16.947Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-24T09:30:17.214Z] ---> Running in 39c195dcecb8 [2023-03-24T09:30:20.573Z] Removing intermediate container 39c195dcecb8 [2023-03-24T09:30:20.573Z] ---> 49ab6a31d24c [2023-03-24T09:30:20.573Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-24T09:30:20.573Z] ---> Running in ce0682c30a42 [2023-03-24T09:30:21.156Z] Removing intermediate container ce0682c30a42 [2023-03-24T09:30:21.156Z] ---> dccfb323ae23 [2023-03-24T09:30:21.156Z] Step 23/25 : LABEL arch=arm64 [2023-03-24T09:30:21.156Z] ---> Running in 2855a087e590 [2023-03-24T09:30:21.738Z] Removing intermediate container 2855a087e590 [2023-03-24T09:30:21.738Z] ---> 43236d2406b3 [2023-03-24T09:30:21.738Z] Step 24/25 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:30:22.008Z] ---> Running in 320c9811bef8 [2023-03-24T09:30:22.591Z] Removing intermediate container 320c9811bef8 [2023-03-24T09:30:22.591Z] ---> b913ce0fdd55 [2023-03-24T09:30:22.591Z] Step 25/25 : LABEL version=3.0.0-dev.113 [2023-03-24T09:30:22.591Z] ---> Running in 11d02152e103 [2023-03-24T09:30:23.174Z] Removing intermediate container 11d02152e103 [2023-03-24T09:30:23.174Z] ---> d16ed32c915b [2023-03-24T09:30:23.174Z] [2023-03-24T09:30:23.174Z] Successfully built d16ed32c915b [2023-03-24T09:30:23.174Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-24T09:30:41.364Z]  Building security-secretstore-setup ... done Removing intermediate container 1a31a06768ce [2023-03-24T09:30:41.364Z] ---> 0d4c4d3d0b4d [2023-03-24T09:30:41.364Z] [2023-03-24T09:30:41.364Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:30:41.364Z] ---> d74e625d9115 [2023-03-24T09:30:41.364Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:30:41.364Z] ---> Running in 67f6c1c52a5f [2023-03-24T09:30:41.364Z] Removing intermediate container 67f6c1c52a5f [2023-03-24T09:30:41.364Z] ---> 3fc937cd00ef [2023-03-24T09:30:41.364Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-24T09:30:41.364Z] ---> Running in f30dfb0181c5 [2023-03-24T09:30:41.365Z] Removing intermediate container f30dfb0181c5 [2023-03-24T09:30:41.365Z] ---> f7a0ed06bf2a [2023-03-24T09:30:41.365Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-24T09:30:41.365Z] ---> Running in 36c702260ab5 [2023-03-24T09:30:41.365Z] Removing intermediate container 36c702260ab5 [2023-03-24T09:30:41.365Z] ---> 787bc34692e1 [2023-03-24T09:30:41.365Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-24T09:30:41.365Z] ---> Running in c8839b8e2227 [2023-03-24T09:30:42.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:30:43.728Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:30:44.691Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-24T09:30:44.691Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:30:44.691Z] OK: 8 MiB in 16 packages [2023-03-24T09:30:46.096Z] Removing intermediate container c8839b8e2227 [2023-03-24T09:30:46.096Z] ---> 541d3ca2149d [2023-03-24T09:30:46.096Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:30:47.060Z] ---> 31faa1f5c83d [2023-03-24T09:30:47.060Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:30:48.021Z] ---> 6573b839014b [2023-03-24T09:30:48.021Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-24T09:30:49.961Z] ---> ef638ea206c8 [2023-03-24T09:30:49.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:30:50.935Z] ---> 45c005968cfc [2023-03-24T09:30:50.935Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-24T09:30:51.211Z] ---> Running in 5a1a52b860f1 [2023-03-24T09:30:51.486Z] Removing intermediate container 5a1a52b860f1 [2023-03-24T09:30:51.486Z] ---> f3b4095dc21e [2023-03-24T09:30:51.486Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:30:51.752Z] ---> Running in b48652810dd1 [2023-03-24T09:30:52.339Z] Removing intermediate container b48652810dd1 [2023-03-24T09:30:52.339Z] ---> dd5fc93ee415 [2023-03-24T09:30:52.339Z] Step 21/23 : LABEL arch=arm64 [2023-03-24T09:30:52.339Z] ---> Running in 417c057ef90c [2023-03-24T09:30:52.922Z] Removing intermediate container 417c057ef90c [2023-03-24T09:30:52.922Z] ---> 0eb0c4b46fbc [2023-03-24T09:30:52.922Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:30:53.188Z] ---> Running in d6351fa0952e [2023-03-24T09:30:55.395Z] Removing intermediate container d6351fa0952e [2023-03-24T09:30:55.395Z] ---> 001fd9705e64 [2023-03-24T09:30:55.395Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:30:55.395Z] ---> Running in 5304454d1307 [2023-03-24T09:30:55.981Z] Removing intermediate container 5304454d1307 [2023-03-24T09:30:55.981Z] ---> fecbb4e592a9 [2023-03-24T09:30:55.981Z] [2023-03-24T09:30:56.248Z] Successfully built fecbb4e592a9 [2023-03-24T09:30:56.248Z] Successfully tagged core-data-arm64:latest [2023-03-24T09:31:35.105Z]  Building core-data ... done Removing intermediate container ca3a7f6868d5 [2023-03-24T09:31:35.105Z] ---> c75266b32642 [2023-03-24T09:31:35.105Z] [2023-03-24T09:31:35.105Z] Step 9/20 : FROM alpine:3.17 [2023-03-24T09:31:35.105Z] ---> d74e625d9115 [2023-03-24T09:31:35.105Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-24T09:31:35.105Z] ---> Using cache [2023-03-24T09:31:35.105Z] ---> 10c99a3be280 [2023-03-24T09:31:35.105Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-24T09:31:35.105Z] ---> Running in 76eef0e074a5 [2023-03-24T09:31:36.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:31:37.467Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:31:38.873Z] v3.17.2-266-gfe9b41c0422 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-24T09:31:38.873Z] v3.17.2-268-ge68bb470fed [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-24T09:31:38.873Z] OK: 17691 distinct packages available [2023-03-24T09:31:38.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:31:39.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:31:40.864Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-24T09:31:40.865Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-24T09:31:40.865Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-24T09:31:40.865Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-24T09:31:40.865Z] (5/9) Installing curl (7.88.1-r1) [2023-03-24T09:31:40.865Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-24T09:31:40.865Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-24T09:31:40.865Z] (8/9) Installing libucontext (1.2-r0) [2023-03-24T09:31:40.865Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-24T09:31:40.865Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:31:40.865Z] Executing ca-certificates-20220614-r4.trigger [2023-03-24T09:31:41.447Z] OK: 11 MiB in 24 packages [2023-03-24T09:31:44.030Z] Removing intermediate container 76eef0e074a5 [2023-03-24T09:31:44.030Z] ---> 29f30deadcf5 [2023-03-24T09:31:44.030Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:31:44.614Z] ---> 3fe9a526f165 [2023-03-24T09:31:44.614Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:31:47.957Z] ---> 6d3bd40df170 [2023-03-24T09:31:47.957Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-24T09:31:49.895Z] ---> ffd49d21241a [2023-03-24T09:31:49.895Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:31:50.479Z] ---> 6f1fecd52430 [2023-03-24T09:31:50.479Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-24T09:31:50.479Z] ---> Running in 5e7b68975fe7 [2023-03-24T09:31:51.061Z] Removing intermediate container 5e7b68975fe7 [2023-03-24T09:31:51.061Z] ---> fe48862418d3 [2023-03-24T09:31:51.061Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:31:51.061Z] ---> Running in f1420b1efadd [2023-03-24T09:31:51.644Z] Removing intermediate container f1420b1efadd [2023-03-24T09:31:51.644Z] ---> 6a2975d7fafb [2023-03-24T09:31:51.644Z] Step 18/20 : LABEL arch=arm64 [2023-03-24T09:31:51.644Z] ---> Running in b704e8d2911a [2023-03-24T09:31:52.228Z] Removing intermediate container b704e8d2911a [2023-03-24T09:31:52.228Z] ---> e87ac050ecb2 [2023-03-24T09:31:52.228Z] Step 19/20 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:31:52.228Z] ---> Running in 14bf064fcd67 [2023-03-24T09:31:52.503Z] Removing intermediate container 14bf064fcd67 [2023-03-24T09:31:52.503Z] ---> 0304de8311d7 [2023-03-24T09:31:52.503Z] Step 20/20 : LABEL version=3.0.0-dev.113 [2023-03-24T09:31:52.772Z] ---> Running in 7432aa1dc9c3 [2023-03-24T09:31:53.362Z] Removing intermediate container 7432aa1dc9c3 [2023-03-24T09:31:53.362Z] ---> 076f21b30eef [2023-03-24T09:31:53.362Z] [2023-03-24T09:31:53.362Z] Successfully built 076f21b30eef [2023-03-24T09:31:53.362Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-24T09:33:15.220Z]  Building security-spiffe-token-provider ... done Removing intermediate container 8beeab1bf1cd [2023-03-24T09:33:15.220Z] ---> b73285e34212 [2023-03-24T09:33:15.220Z] [2023-03-24T09:33:15.220Z] Step 10/23 : FROM alpine:3.17 [2023-03-24T09:33:15.220Z] ---> d74e625d9115 [2023-03-24T09:33:15.220Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-24T09:33:15.220Z] ---> Running in 9b203773fc21 [2023-03-24T09:33:15.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-24T09:33:15.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-24T09:33:15.220Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-24T09:33:15.220Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-24T09:33:15.220Z] Executing busybox-1.35.0-r29.trigger [2023-03-24T09:33:15.220Z] Executing ca-certificates-20220614-r4.trigger [2023-03-24T09:33:15.220Z] OK: 8 MiB in 17 packages [2023-03-24T09:33:15.220Z] Removing intermediate container 9b203773fc21 [2023-03-24T09:33:15.220Z] ---> f92e70eb8363 [2023-03-24T09:33:15.220Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-24T09:33:15.220Z] ---> Running in 0026f2a535d3 [2023-03-24T09:33:15.220Z] Removing intermediate container 0026f2a535d3 [2023-03-24T09:33:15.220Z] ---> 41b593c8d354 [2023-03-24T09:33:15.220Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-24T09:33:15.220Z] ---> Running in 9f2b4ead25bd [2023-03-24T09:33:15.506Z] Removing intermediate container 9f2b4ead25bd [2023-03-24T09:33:15.506Z] ---> 33ff6d756ac2 [2023-03-24T09:33:15.506Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-24T09:33:15.821Z] ---> Running in 5e1396e24cc3 [2023-03-24T09:33:15.821Z] Removing intermediate container 5e1396e24cc3 [2023-03-24T09:33:15.821Z] ---> 330d53210de2 [2023-03-24T09:33:15.821Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-24T09:33:16.456Z] ---> dcbcd21c9934 [2023-03-24T09:33:16.456Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-24T09:33:17.079Z] ---> edb3c694eab1 [2023-03-24T09:33:17.079Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-24T09:33:18.519Z] ---> fa07e949521d [2023-03-24T09:33:18.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-03-24T09:33:19.107Z] ---> e2c50c125477 [2023-03-24T09:33:19.107Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-24T09:33:19.107Z] ---> Running in a3171440ec0a [2023-03-24T09:33:19.377Z] Removing intermediate container a3171440ec0a [2023-03-24T09:33:19.377Z] ---> 60994db27f28 [2023-03-24T09:33:19.377Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-24T09:33:19.377Z] ---> Running in 939acf769e2c [2023-03-24T09:33:19.648Z] Removing intermediate container 939acf769e2c [2023-03-24T09:33:19.648Z] ---> e3ca3e74783f [2023-03-24T09:33:19.648Z] Step 21/23 : LABEL arch=arm64 [2023-03-24T09:33:19.918Z] ---> Running in 07419dee5223 [2023-03-24T09:33:20.190Z] Removing intermediate container 07419dee5223 [2023-03-24T09:33:20.190Z] ---> bbf0334824d8 [2023-03-24T09:33:20.190Z] Step 22/23 : LABEL git_sha=32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:20.190Z] ---> Running in 2a76349a5c34 [2023-03-24T09:33:20.461Z] Removing intermediate container 2a76349a5c34 [2023-03-24T09:33:20.461Z] ---> 3fb324f10137 [2023-03-24T09:33:20.461Z] Step 23/23 : LABEL version=3.0.0-dev.113 [2023-03-24T09:33:20.461Z] ---> Running in 226046a7c170 [2023-03-24T09:33:20.730Z] Removing intermediate container 226046a7c170 [2023-03-24T09:33:20.730Z] ---> 42fba03d4af3 [2023-03-24T09:33:20.730Z] [2023-03-24T09:33:20.998Z] Successfully built 42fba03d4af3 [2023-03-24T09:33:20.998Z] Successfully tagged support-notifications-arm64:latest [2023-03-24T09:33:21.279Z]  Building support-notifications ... done  [Pipeline] } [2023-03-24T09:33:21.276Z] $ docker stop --time=1 7e31c3b65178f28ae4dcc6c35210eadad94e2d172a3555c89052a13b6d9c366d [2023-03-24T09:33:22.945Z] $ docker rm -f --volumes 7e31c3b65178f28ae4dcc6c35210eadad94e2d172a3555c89052a13b6d9c366d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-24T09:33:23.428Z] + docker images [2023-03-24T09:33:23.695Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-24T09:33:23.695Z] support-notifications-arm64 latest 42fba03d4af3 3 seconds ago 32.1MB [2023-03-24T09:33:23.695Z] b73285e34212 15 seconds ago 1.39GB [2023-03-24T09:33:23.695Z] security-spiffe-token-provider-arm64 latest 076f21b30eef About a minute ago 32.7MB [2023-03-24T09:33:23.695Z] c75266b32642 About a minute ago 1.36GB [2023-03-24T09:33:23.695Z] core-data-arm64 latest fecbb4e592a9 2 minutes ago 19.9MB [2023-03-24T09:33:23.695Z] 0d4c4d3d0b4d 2 minutes ago 1.32GB [2023-03-24T09:33:23.695Z] security-secretstore-setup-arm64 latest d16ed32c915b 3 minutes ago 32.2MB [2023-03-24T09:33:23.695Z] 6bf3b112f84c 3 minutes ago 1.31GB [2023-03-24T09:33:23.695Z] security-bootstrapper-arm64 latest 85cc51874f42 4 minutes ago 21.9MB [2023-03-24T09:33:23.695Z] core-metadata-arm64 latest c8153dd390ed 5 minutes ago 20.2MB [2023-03-24T09:33:23.695Z] 59c3ddb531f7 5 minutes ago 1.31GB [2023-03-24T09:33:23.695Z] d56356c3439a 5 minutes ago 1.33GB [2023-03-24T09:33:23.695Z] support-scheduler-arm64 latest 71919ca9a5fb 10 minutes ago 31.5MB [2023-03-24T09:33:23.695Z] 79f9e7fd42c4 10 minutes ago 1.39GB [2023-03-24T09:33:23.695Z] security-proxy-setup-arm64 latest 98606532707e 10 minutes ago 18.7MB [2023-03-24T09:33:23.695Z] 8472b0097ae1 10 minutes ago 1.3GB [2023-03-24T09:33:23.695Z] core-command-arm64 latest 0c5297ecb085 11 minutes ago 19.7MB [2023-03-24T09:33:23.695Z] 346f5b846126 11 minutes ago 1.32GB [2023-03-24T09:33:23.695Z] security-proxy-auth-arm64 latest 5454117f8cc7 12 minutes ago 18.2MB [2023-03-24T09:33:23.695Z] b2d62787a9a7 12 minutes ago 1.3GB [2023-03-24T09:33:23.695Z] core-common-config-bootstrapper-arm64 latest 1a8a7d7126fb 13 minutes ago 17.2MB [2023-03-24T09:33:23.695Z] 5d4782e8dc2c 13 minutes ago 1.31GB [2023-03-24T09:33:23.695Z] security-spire-agent-arm64 latest 629f900844e2 18 minutes ago 125MB [2023-03-24T09:33:23.695Z] security-spire-server-arm64 latest 1e65fec1e990 18 minutes ago 87.1MB [2023-03-24T09:33:23.695Z] security-spire-config-arm64 latest 266d4d884701 18 minutes ago 86.2MB [2023-03-24T09:33:23.695Z] 42158942c058 19 minutes ago 1.18GB [2023-03-24T09:33:23.695Z] aea0b54dbf62 19 minutes ago 1.18GB [2023-03-24T09:33:23.695Z] 97737245183e 19 minutes ago 1.18GB [2023-03-24T09:33:23.695Z] ci-base-image-arm64 latest b5a8ddec4707 23 minutes ago 866MB [2023-03-24T09:33:23.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 13 days ago 648MB [2023-03-24T09:33:23.695Z] alpine 3.17 d74e625d9115 5 weeks ago 7.46MB [2023-03-24T09:33:23.695Z] 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-24T09:33:23.798Z] provisioning config files... [2023-03-24T09:33:23.813Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/475@tmp/config10392781450321146887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:33:24.148Z] ---> docker-login.sh [2023-03-24T09:33:24.148Z] nexus3.edgexfoundry.org:10001 [2023-03-24T09:33:24.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:33:24.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:33:24.415Z] Configure a credential helper to remove this warning. See [2023-03-24T09:33:24.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:33:24.415Z] [2023-03-24T09:33:24.415Z] Login Succeeded [2023-03-24T09:33:24.415Z] nexus3.edgexfoundry.org:10002 [2023-03-24T09:33:24.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:33:24.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:33:24.950Z] Configure a credential helper to remove this warning. See [2023-03-24T09:33:24.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:33:24.950Z] [2023-03-24T09:33:24.950Z] Login Succeeded [2023-03-24T09:33:24.950Z] nexus3.edgexfoundry.org:10003 [2023-03-24T09:33:25.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:33:25.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:33:25.216Z] Configure a credential helper to remove this warning. See [2023-03-24T09:33:25.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:33:25.216Z] [2023-03-24T09:33:25.216Z] Login Succeeded [2023-03-24T09:33:25.216Z] nexus3.edgexfoundry.org:10004 [2023-03-24T09:33:25.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:33:25.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:33:25.747Z] Configure a credential helper to remove this warning. See [2023-03-24T09:33:25.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:33:25.747Z] [2023-03-24T09:33:25.747Z] Login Succeeded [2023-03-24T09:33:25.747Z] docker.io [2023-03-24T09:33:26.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-24T09:33:26.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-24T09:33:26.279Z] Configure a credential helper to remove this warning. See [2023-03-24T09:33:26.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-24T09:33:26.279Z] [2023-03-24T09:33:26.279Z] Login Succeeded [2023-03-24T09:33:26.279Z] ---> docker-login.sh ends [Pipeline] } [2023-03-24T09:33:26.290Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:33:26.309Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-24T09:33:26.324Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-03-24T09:33:26.324Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:26.324Z] latest [2023-03-24T09:33:26.324Z] 3.0.0-dev.113 [2023-03-24T09:33:26.324Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:26.324Z] main [2023-03-24T09:33:26.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:26.653Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:26.995Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:26.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-24T09:33:26.995Z] db83da015de2: Preparing [2023-03-24T09:33:26.995Z] 82967abaa5fb: Preparing [2023-03-24T09:33:26.995Z] 46cc77108cc5: Preparing [2023-03-24T09:33:26.995Z] 03ed5391138f: Preparing [2023-03-24T09:33:26.995Z] 18cffc7754d4: Preparing [2023-03-24T09:33:26.995Z] edf70074bd40: Preparing [2023-03-24T09:33:26.995Z] edf70074bd40: Waiting [2023-03-24T09:33:27.261Z] 03ed5391138f: Pushed [2023-03-24T09:33:27.261Z] edf70074bd40: Layer already exists [2023-03-24T09:33:27.261Z] 46cc77108cc5: Pushed [2023-03-24T09:33:27.261Z] db83da015de2: Pushed [2023-03-24T09:33:27.261Z] 18cffc7754d4: Pushed [2023-03-24T09:33:30.602Z] 82967abaa5fb: Pushed [2023-03-24T09:33:30.602Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:30.952Z] + 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-24T09:33:31.294Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-24T09:33:31.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-24T09:33:31.294Z] db83da015de2: Preparing [2023-03-24T09:33:31.294Z] 82967abaa5fb: Preparing [2023-03-24T09:33:31.294Z] 46cc77108cc5: Preparing [2023-03-24T09:33:31.294Z] 03ed5391138f: Preparing [2023-03-24T09:33:31.294Z] 18cffc7754d4: Preparing [2023-03-24T09:33:31.294Z] edf70074bd40: Preparing [2023-03-24T09:33:31.294Z] edf70074bd40: Waiting [2023-03-24T09:33:31.294Z] 82967abaa5fb: Layer already exists [2023-03-24T09:33:31.294Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:31.294Z] db83da015de2: Layer already exists [2023-03-24T09:33:31.294Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:31.294Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:31.294Z] edf70074bd40: Layer already exists [2023-03-24T09:33:31.561Z] latest: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:31.903Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:32.236Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.113 [2023-03-24T09:33:32.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-24T09:33:32.236Z] db83da015de2: Preparing [2023-03-24T09:33:32.236Z] 82967abaa5fb: Preparing [2023-03-24T09:33:32.236Z] 46cc77108cc5: Preparing [2023-03-24T09:33:32.236Z] 03ed5391138f: Preparing [2023-03-24T09:33:32.236Z] 18cffc7754d4: Preparing [2023-03-24T09:33:32.236Z] edf70074bd40: Preparing [2023-03-24T09:33:32.236Z] edf70074bd40: Waiting [2023-03-24T09:33:32.236Z] 82967abaa5fb: Layer already exists [2023-03-24T09:33:32.236Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:32.236Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:32.236Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:32.236Z] db83da015de2: Layer already exists [2023-03-24T09:33:32.236Z] edf70074bd40: Layer already exists [2023-03-24T09:33:32.236Z] 3.0.0-dev.113: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:32.850Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:33.186Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:33.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-24T09:33:33.186Z] db83da015de2: Preparing [2023-03-24T09:33:33.186Z] 82967abaa5fb: Preparing [2023-03-24T09:33:33.186Z] 46cc77108cc5: Preparing [2023-03-24T09:33:33.186Z] 03ed5391138f: Preparing [2023-03-24T09:33:33.186Z] 18cffc7754d4: Preparing [2023-03-24T09:33:33.186Z] edf70074bd40: Preparing [2023-03-24T09:33:33.186Z] edf70074bd40: Waiting [2023-03-24T09:33:33.186Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:33.186Z] 82967abaa5fb: Layer already exists [2023-03-24T09:33:33.186Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:33.186Z] db83da015de2: Layer already exists [2023-03-24T09:33:33.186Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:33.186Z] edf70074bd40: Layer already exists [2023-03-24T09:33:33.452Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:33.795Z] + 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-24T09:33:34.128Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-03-24T09:33:34.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-03-24T09:33:34.128Z] db83da015de2: Preparing [2023-03-24T09:33:34.128Z] 82967abaa5fb: Preparing [2023-03-24T09:33:34.128Z] 46cc77108cc5: Preparing [2023-03-24T09:33:34.128Z] 03ed5391138f: Preparing [2023-03-24T09:33:34.128Z] 18cffc7754d4: Preparing [2023-03-24T09:33:34.128Z] edf70074bd40: Preparing [2023-03-24T09:33:34.128Z] edf70074bd40: Waiting [2023-03-24T09:33:34.128Z] db83da015de2: Layer already exists [2023-03-24T09:33:34.128Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:34.128Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:34.128Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:34.128Z] 82967abaa5fb: Layer already exists [2023-03-24T09:33:34.128Z] edf70074bd40: Layer already exists [2023-03-24T09:33:34.393Z] main: digest: sha256:b5a0b35874aef0dfb80356971a4705590e5d1c01ec0bd7538543c966fc970471 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:33:34.435Z] ===================================================== [Pipeline] echo [2023-03-24T09:33:34.440Z] taggedImages: [2023-03-24T09:33:34.440Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:34.440Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-03-24T09:33:34.440Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.113 [2023-03-24T09:33:34.440Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:34.440Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-03-24T09:33:34.458Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-03-24T09:33:34.458Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:34.458Z] latest [2023-03-24T09:33:34.458Z] 3.0.0-dev.113 [2023-03-24T09:33:34.458Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:34.458Z] main [2023-03-24T09:33:34.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:34.807Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:35.151Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:35.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-24T09:33:35.151Z] 419688b9e26d: Preparing [2023-03-24T09:33:35.151Z] 44456955078c: Preparing [2023-03-24T09:33:35.151Z] 3709177bf85e: Preparing [2023-03-24T09:33:35.151Z] 1c46668cea56: Preparing [2023-03-24T09:33:35.151Z] 46cc77108cc5: Preparing [2023-03-24T09:33:35.151Z] 03ed5391138f: Preparing [2023-03-24T09:33:35.151Z] 34272d1c7132: Preparing [2023-03-24T09:33:35.151Z] edf70074bd40: Preparing [2023-03-24T09:33:35.151Z] 03ed5391138f: Waiting [2023-03-24T09:33:35.151Z] edf70074bd40: Waiting [2023-03-24T09:33:35.417Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:35.417Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:35.417Z] 419688b9e26d: Pushed [2023-03-24T09:33:35.417Z] 3709177bf85e: Pushed [2023-03-24T09:33:35.417Z] 44456955078c: Pushed [2023-03-24T09:33:35.417Z] edf70074bd40: Layer already exists [2023-03-24T09:33:35.417Z] 34272d1c7132: Pushed [2023-03-24T09:33:37.988Z] 1c46668cea56: Pushed [2023-03-24T09:33:37.988Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:38.335Z] + 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-24T09:33:38.683Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-24T09:33:38.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-24T09:33:38.683Z] 419688b9e26d: Preparing [2023-03-24T09:33:38.683Z] 44456955078c: Preparing [2023-03-24T09:33:38.683Z] 3709177bf85e: Preparing [2023-03-24T09:33:38.683Z] 1c46668cea56: Preparing [2023-03-24T09:33:38.683Z] 46cc77108cc5: Preparing [2023-03-24T09:33:38.683Z] 03ed5391138f: Preparing [2023-03-24T09:33:38.683Z] 34272d1c7132: Preparing [2023-03-24T09:33:38.683Z] edf70074bd40: Preparing [2023-03-24T09:33:38.683Z] 34272d1c7132: Waiting [2023-03-24T09:33:38.683Z] edf70074bd40: Waiting [2023-03-24T09:33:38.683Z] 03ed5391138f: Waiting [2023-03-24T09:33:38.683Z] 3709177bf85e: Layer already exists [2023-03-24T09:33:38.683Z] 419688b9e26d: Layer already exists [2023-03-24T09:33:38.683Z] 44456955078c: Layer already exists [2023-03-24T09:33:38.683Z] 1c46668cea56: Layer already exists [2023-03-24T09:33:38.683Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:38.683Z] edf70074bd40: Layer already exists [2023-03-24T09:33:38.683Z] 34272d1c7132: Layer already exists [2023-03-24T09:33:38.683Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:38.948Z] latest: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:39.296Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:39.640Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.113 [2023-03-24T09:33:39.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-24T09:33:39.640Z] 419688b9e26d: Preparing [2023-03-24T09:33:39.640Z] 44456955078c: Preparing [2023-03-24T09:33:39.640Z] 3709177bf85e: Preparing [2023-03-24T09:33:39.640Z] 1c46668cea56: Preparing [2023-03-24T09:33:39.640Z] 46cc77108cc5: Preparing [2023-03-24T09:33:39.640Z] 03ed5391138f: Preparing [2023-03-24T09:33:39.640Z] 34272d1c7132: Preparing [2023-03-24T09:33:39.640Z] edf70074bd40: Preparing [2023-03-24T09:33:39.640Z] 03ed5391138f: Waiting [2023-03-24T09:33:39.640Z] 34272d1c7132: Waiting [2023-03-24T09:33:39.640Z] edf70074bd40: Waiting [2023-03-24T09:33:39.640Z] 1c46668cea56: Layer already exists [2023-03-24T09:33:39.640Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:39.640Z] 44456955078c: Layer already exists [2023-03-24T09:33:39.640Z] 3709177bf85e: Layer already exists [2023-03-24T09:33:39.640Z] 419688b9e26d: Layer already exists [2023-03-24T09:33:39.640Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:39.640Z] edf70074bd40: Layer already exists [2023-03-24T09:33:39.640Z] 34272d1c7132: Layer already exists [2023-03-24T09:33:39.907Z] 3.0.0-dev.113: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:40.247Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:40.583Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:40.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-24T09:33:40.583Z] 419688b9e26d: Preparing [2023-03-24T09:33:40.583Z] 44456955078c: Preparing [2023-03-24T09:33:40.583Z] 3709177bf85e: Preparing [2023-03-24T09:33:40.583Z] 1c46668cea56: Preparing [2023-03-24T09:33:40.583Z] 46cc77108cc5: Preparing [2023-03-24T09:33:40.583Z] 03ed5391138f: Preparing [2023-03-24T09:33:40.583Z] 34272d1c7132: Preparing [2023-03-24T09:33:40.583Z] edf70074bd40: Preparing [2023-03-24T09:33:40.583Z] 03ed5391138f: Waiting [2023-03-24T09:33:40.583Z] 34272d1c7132: Waiting [2023-03-24T09:33:40.583Z] edf70074bd40: Waiting [2023-03-24T09:33:40.583Z] 3709177bf85e: Layer already exists [2023-03-24T09:33:40.583Z] 419688b9e26d: Layer already exists [2023-03-24T09:33:40.583Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:40.583Z] 44456955078c: Layer already exists [2023-03-24T09:33:40.583Z] 1c46668cea56: Layer already exists [2023-03-24T09:33:40.583Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:40.583Z] 34272d1c7132: Layer already exists [2023-03-24T09:33:40.583Z] edf70074bd40: Layer already exists [2023-03-24T09:33:40.849Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:41.194Z] + 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-24T09:33:41.532Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-03-24T09:33:41.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-03-24T09:33:41.532Z] 419688b9e26d: Preparing [2023-03-24T09:33:41.532Z] 44456955078c: Preparing [2023-03-24T09:33:41.532Z] 3709177bf85e: Preparing [2023-03-24T09:33:41.532Z] 1c46668cea56: Preparing [2023-03-24T09:33:41.532Z] 46cc77108cc5: Preparing [2023-03-24T09:33:41.532Z] 03ed5391138f: Preparing [2023-03-24T09:33:41.532Z] 34272d1c7132: Preparing [2023-03-24T09:33:41.532Z] edf70074bd40: Preparing [2023-03-24T09:33:41.532Z] 34272d1c7132: Waiting [2023-03-24T09:33:41.532Z] edf70074bd40: Waiting [2023-03-24T09:33:41.532Z] 03ed5391138f: Waiting [2023-03-24T09:33:41.532Z] 44456955078c: Layer already exists [2023-03-24T09:33:41.532Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:41.532Z] 1c46668cea56: Layer already exists [2023-03-24T09:33:41.532Z] 419688b9e26d: Layer already exists [2023-03-24T09:33:41.532Z] 3709177bf85e: Layer already exists [2023-03-24T09:33:41.532Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:41.532Z] edf70074bd40: Layer already exists [2023-03-24T09:33:41.532Z] 34272d1c7132: Layer already exists [2023-03-24T09:33:41.798Z] main: digest: sha256:d3ac42c1bb4b594af03ce68325c2bd9bb85836dc8b809f9ba7e053b49641259d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:33:41.837Z] ===================================================== [Pipeline] echo [2023-03-24T09:33:41.843Z] taggedImages: [2023-03-24T09:33:41.843Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:41.843Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-03-24T09:33:41.843Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.113 [2023-03-24T09:33:41.843Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:41.843Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-03-24T09:33:41.862Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-03-24T09:33:41.862Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:41.862Z] latest [2023-03-24T09:33:41.862Z] 3.0.0-dev.113 [2023-03-24T09:33:41.862Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:41.862Z] main [2023-03-24T09:33:41.862Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:42.199Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:42.539Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:42.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-24T09:33:42.539Z] ac2e8f0c433c: Preparing [2023-03-24T09:33:42.539Z] 3569c618be04: Preparing [2023-03-24T09:33:42.539Z] 46cc77108cc5: Preparing [2023-03-24T09:33:42.539Z] 03ed5391138f: Preparing [2023-03-24T09:33:42.539Z] 2ca0777e9646: Preparing [2023-03-24T09:33:42.539Z] edf70074bd40: Preparing [2023-03-24T09:33:42.539Z] edf70074bd40: Waiting [2023-03-24T09:33:42.539Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:42.539Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:42.805Z] edf70074bd40: Layer already exists [2023-03-24T09:33:42.805Z] ac2e8f0c433c: Pushed [2023-03-24T09:33:42.805Z] 2ca0777e9646: Pushed [2023-03-24T09:33:46.146Z] 3569c618be04: Pushed [2023-03-24T09:33:46.146Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:46.486Z] + 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-24T09:33:46.825Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-24T09:33:46.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-24T09:33:46.826Z] ac2e8f0c433c: Preparing [2023-03-24T09:33:46.826Z] 3569c618be04: Preparing [2023-03-24T09:33:46.826Z] 46cc77108cc5: Preparing [2023-03-24T09:33:46.826Z] 03ed5391138f: Preparing [2023-03-24T09:33:46.826Z] 2ca0777e9646: Preparing [2023-03-24T09:33:46.826Z] edf70074bd40: Preparing [2023-03-24T09:33:46.826Z] edf70074bd40: Waiting [2023-03-24T09:33:46.826Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:46.826Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:46.826Z] ac2e8f0c433c: Layer already exists [2023-03-24T09:33:46.826Z] 2ca0777e9646: Layer already exists [2023-03-24T09:33:46.826Z] 3569c618be04: Layer already exists [2023-03-24T09:33:46.826Z] edf70074bd40: Layer already exists [2023-03-24T09:33:47.092Z] latest: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:47.442Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:47.786Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.113 [2023-03-24T09:33:47.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-24T09:33:47.786Z] ac2e8f0c433c: Preparing [2023-03-24T09:33:47.786Z] 3569c618be04: Preparing [2023-03-24T09:33:47.786Z] 46cc77108cc5: Preparing [2023-03-24T09:33:47.786Z] 03ed5391138f: Preparing [2023-03-24T09:33:47.786Z] 2ca0777e9646: Preparing [2023-03-24T09:33:47.786Z] edf70074bd40: Preparing [2023-03-24T09:33:47.786Z] edf70074bd40: Waiting [2023-03-24T09:33:47.786Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:47.786Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:47.786Z] 2ca0777e9646: Layer already exists [2023-03-24T09:33:47.786Z] ac2e8f0c433c: Layer already exists [2023-03-24T09:33:47.786Z] 3569c618be04: Layer already exists [2023-03-24T09:33:47.787Z] edf70074bd40: Layer already exists [2023-03-24T09:33:48.052Z] 3.0.0-dev.113: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:48.389Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:48.723Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:48.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-24T09:33:48.723Z] ac2e8f0c433c: Preparing [2023-03-24T09:33:48.723Z] 3569c618be04: Preparing [2023-03-24T09:33:48.723Z] 46cc77108cc5: Preparing [2023-03-24T09:33:48.723Z] 03ed5391138f: Preparing [2023-03-24T09:33:48.723Z] 2ca0777e9646: Preparing [2023-03-24T09:33:48.723Z] edf70074bd40: Preparing [2023-03-24T09:33:48.723Z] edf70074bd40: Waiting [2023-03-24T09:33:48.723Z] ac2e8f0c433c: Layer already exists [2023-03-24T09:33:48.723Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:48.723Z] 3569c618be04: Layer already exists [2023-03-24T09:33:48.723Z] 2ca0777e9646: Layer already exists [2023-03-24T09:33:48.723Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:48.723Z] edf70074bd40: Layer already exists [2023-03-24T09:33:48.990Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:49.333Z] + 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-24T09:33:49.668Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-03-24T09:33:49.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-03-24T09:33:49.668Z] ac2e8f0c433c: Preparing [2023-03-24T09:33:49.668Z] 3569c618be04: Preparing [2023-03-24T09:33:49.668Z] 46cc77108cc5: Preparing [2023-03-24T09:33:49.668Z] 03ed5391138f: Preparing [2023-03-24T09:33:49.668Z] 2ca0777e9646: Preparing [2023-03-24T09:33:49.668Z] edf70074bd40: Preparing [2023-03-24T09:33:49.668Z] edf70074bd40: Waiting [2023-03-24T09:33:49.668Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:49.668Z] 3569c618be04: Layer already exists [2023-03-24T09:33:49.668Z] ac2e8f0c433c: Layer already exists [2023-03-24T09:33:49.668Z] 2ca0777e9646: Layer already exists [2023-03-24T09:33:49.668Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:49.668Z] edf70074bd40: Layer already exists [2023-03-24T09:33:49.934Z] main: digest: sha256:9c4b85cdbcc8d2c89d9b4d86b8250fb5b135a8cc4f6e8db599b84fcaf5fc3656 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:33:49.986Z] ===================================================== [Pipeline] echo [2023-03-24T09:33:49.994Z] taggedImages: [2023-03-24T09:33:49.994Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:49.994Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-03-24T09:33:49.994Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.113 [2023-03-24T09:33:49.994Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:49.994Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-03-24T09:33:50.015Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-03-24T09:33:50.015Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:50.015Z] latest [2023-03-24T09:33:50.015Z] 3.0.0-dev.113 [2023-03-24T09:33:50.015Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:50.015Z] main [2023-03-24T09:33:50.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:50.364Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:50.696Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:50.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-24T09:33:50.696Z] 94e68cdfed68: Preparing [2023-03-24T09:33:50.696Z] 33081d9c7843: Preparing [2023-03-24T09:33:50.696Z] 96474f4f6f97: Preparing [2023-03-24T09:33:50.696Z] 46cc77108cc5: Preparing [2023-03-24T09:33:50.696Z] 03ed5391138f: Preparing [2023-03-24T09:33:50.696Z] 18cffc7754d4: Preparing [2023-03-24T09:33:50.696Z] edf70074bd40: Preparing [2023-03-24T09:33:50.696Z] 18cffc7754d4: Waiting [2023-03-24T09:33:50.696Z] edf70074bd40: Waiting [2023-03-24T09:33:50.696Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:50.696Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:50.962Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:50.962Z] edf70074bd40: Layer already exists [2023-03-24T09:33:50.962Z] 33081d9c7843: Pushed [2023-03-24T09:33:50.962Z] 94e68cdfed68: Pushed [2023-03-24T09:33:54.298Z] 96474f4f6f97: Pushed [2023-03-24T09:33:54.298Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:54.643Z] + 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-24T09:33:54.985Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-24T09:33:54.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-24T09:33:54.985Z] 94e68cdfed68: Preparing [2023-03-24T09:33:54.985Z] 33081d9c7843: Preparing [2023-03-24T09:33:54.985Z] 96474f4f6f97: Preparing [2023-03-24T09:33:54.985Z] 46cc77108cc5: Preparing [2023-03-24T09:33:54.985Z] 03ed5391138f: Preparing [2023-03-24T09:33:54.985Z] 18cffc7754d4: Preparing [2023-03-24T09:33:54.985Z] edf70074bd40: Preparing [2023-03-24T09:33:54.985Z] 18cffc7754d4: Waiting [2023-03-24T09:33:54.985Z] edf70074bd40: Waiting [2023-03-24T09:33:54.985Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:54.985Z] 94e68cdfed68: Layer already exists [2023-03-24T09:33:54.985Z] 96474f4f6f97: Layer already exists [2023-03-24T09:33:54.985Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:54.985Z] 33081d9c7843: Layer already exists [2023-03-24T09:33:54.985Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:54.985Z] edf70074bd40: Layer already exists [2023-03-24T09:33:55.251Z] latest: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:55.609Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:55.944Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.113 [2023-03-24T09:33:55.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-24T09:33:55.944Z] 94e68cdfed68: Preparing [2023-03-24T09:33:55.944Z] 33081d9c7843: Preparing [2023-03-24T09:33:55.944Z] 96474f4f6f97: Preparing [2023-03-24T09:33:55.944Z] 46cc77108cc5: Preparing [2023-03-24T09:33:55.944Z] 03ed5391138f: Preparing [2023-03-24T09:33:55.944Z] 18cffc7754d4: Preparing [2023-03-24T09:33:55.944Z] edf70074bd40: Preparing [2023-03-24T09:33:55.944Z] 18cffc7754d4: Waiting [2023-03-24T09:33:55.945Z] edf70074bd40: Waiting [2023-03-24T09:33:55.945Z] 94e68cdfed68: Layer already exists [2023-03-24T09:33:55.945Z] 96474f4f6f97: Layer already exists [2023-03-24T09:33:55.945Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:55.945Z] 33081d9c7843: Layer already exists [2023-03-24T09:33:55.945Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:55.945Z] edf70074bd40: Layer already exists [2023-03-24T09:33:55.945Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:56.210Z] 3.0.0-dev.113: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:56.545Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:56.883Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:56.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-24T09:33:56.883Z] 94e68cdfed68: Preparing [2023-03-24T09:33:56.883Z] 33081d9c7843: Preparing [2023-03-24T09:33:56.883Z] 96474f4f6f97: Preparing [2023-03-24T09:33:56.883Z] 46cc77108cc5: Preparing [2023-03-24T09:33:56.883Z] 03ed5391138f: Preparing [2023-03-24T09:33:56.883Z] 18cffc7754d4: Preparing [2023-03-24T09:33:56.883Z] edf70074bd40: Preparing [2023-03-24T09:33:56.883Z] 18cffc7754d4: Waiting [2023-03-24T09:33:56.883Z] edf70074bd40: Waiting [2023-03-24T09:33:56.883Z] 33081d9c7843: Layer already exists [2023-03-24T09:33:56.883Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:56.883Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:56.883Z] 96474f4f6f97: Layer already exists [2023-03-24T09:33:56.883Z] 94e68cdfed68: Layer already exists [2023-03-24T09:33:56.883Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:56.883Z] edf70074bd40: Layer already exists [2023-03-24T09:33:57.185Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:57.544Z] + 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-24T09:33:57.899Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-03-24T09:33:57.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-03-24T09:33:57.899Z] 94e68cdfed68: Preparing [2023-03-24T09:33:57.899Z] 33081d9c7843: Preparing [2023-03-24T09:33:57.899Z] 96474f4f6f97: Preparing [2023-03-24T09:33:57.899Z] 46cc77108cc5: Preparing [2023-03-24T09:33:57.899Z] 03ed5391138f: Preparing [2023-03-24T09:33:57.899Z] 18cffc7754d4: Preparing [2023-03-24T09:33:57.899Z] edf70074bd40: Preparing [2023-03-24T09:33:57.899Z] 18cffc7754d4: Waiting [2023-03-24T09:33:57.899Z] edf70074bd40: Waiting [2023-03-24T09:33:57.899Z] 96474f4f6f97: Layer already exists [2023-03-24T09:33:57.899Z] 33081d9c7843: Layer already exists [2023-03-24T09:33:57.899Z] 94e68cdfed68: Layer already exists [2023-03-24T09:33:57.899Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:57.899Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:57.899Z] 18cffc7754d4: Layer already exists [2023-03-24T09:33:57.899Z] edf70074bd40: Layer already exists [2023-03-24T09:33:58.167Z] main: digest: sha256:b190813a946cf16426bfea9495c34e57b6c8a248bdad278670e72ed4dd98a95d size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:33:58.218Z] ===================================================== [Pipeline] echo [2023-03-24T09:33:58.225Z] taggedImages: [2023-03-24T09:33:58.225Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:58.225Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-03-24T09:33:58.225Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.113 [2023-03-24T09:33:58.225Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:58.225Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-03-24T09:33:58.246Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-03-24T09:33:58.246Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:58.246Z] latest [2023-03-24T09:33:58.246Z] 3.0.0-dev.113 [2023-03-24T09:33:58.246Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:33:58.246Z] main [2023-03-24T09:33:58.246Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:58.608Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:33:58.947Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:33:58.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-24T09:33:58.947Z] 03b69de5c54a: Preparing [2023-03-24T09:33:58.947Z] 03b69de5c54a: Preparing [2023-03-24T09:33:58.947Z] ba746c53c413: Preparing [2023-03-24T09:33:58.947Z] 98f251b95fed: Preparing [2023-03-24T09:33:58.947Z] 3fcc634876ca: Preparing [2023-03-24T09:33:58.947Z] 12d1fc2c1f31: Preparing [2023-03-24T09:33:58.947Z] c5ea98bbc9d4: Preparing [2023-03-24T09:33:58.947Z] 46cc77108cc5: Preparing [2023-03-24T09:33:58.947Z] 03ed5391138f: Preparing [2023-03-24T09:33:58.947Z] bc6f9b8c8f30: Preparing [2023-03-24T09:33:58.947Z] 76c1155d7b9b: Preparing [2023-03-24T09:33:58.947Z] 98b59de68a4b: Preparing [2023-03-24T09:33:58.947Z] b71c127b05bb: Preparing [2023-03-24T09:33:58.947Z] edf70074bd40: Preparing [2023-03-24T09:33:58.947Z] 76c1155d7b9b: Waiting [2023-03-24T09:33:58.947Z] c5ea98bbc9d4: Waiting [2023-03-24T09:33:58.947Z] 46cc77108cc5: Waiting [2023-03-24T09:33:58.947Z] 98b59de68a4b: Waiting [2023-03-24T09:33:58.947Z] edf70074bd40: Waiting [2023-03-24T09:33:58.947Z] b71c127b05bb: Waiting [2023-03-24T09:33:58.947Z] 03ed5391138f: Waiting [2023-03-24T09:33:58.947Z] bc6f9b8c8f30: Waiting [2023-03-24T09:33:59.216Z] ba746c53c413: Pushed [2023-03-24T09:33:59.216Z] 12d1fc2c1f31: Pushed [2023-03-24T09:33:59.216Z] 03b69de5c54a: Pushed [2023-03-24T09:33:59.216Z] 98f251b95fed: Pushed [2023-03-24T09:33:59.216Z] 3fcc634876ca: Pushed [2023-03-24T09:33:59.216Z] 46cc77108cc5: Layer already exists [2023-03-24T09:33:59.216Z] 03ed5391138f: Layer already exists [2023-03-24T09:33:59.485Z] bc6f9b8c8f30: Pushed [2023-03-24T09:33:59.485Z] b71c127b05bb: Pushed [2023-03-24T09:33:59.485Z] 76c1155d7b9b: Pushed [2023-03-24T09:33:59.485Z] 98b59de68a4b: Pushed [2023-03-24T09:33:59.485Z] edf70074bd40: Layer already exists [2023-03-24T09:34:02.820Z] c5ea98bbc9d4: Pushed [2023-03-24T09:34:03.086Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:03.428Z] + 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-24T09:34:03.762Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-24T09:34:03.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-24T09:34:03.762Z] 03b69de5c54a: Preparing [2023-03-24T09:34:03.762Z] 03b69de5c54a: Preparing [2023-03-24T09:34:03.762Z] ba746c53c413: Preparing [2023-03-24T09:34:03.762Z] 98f251b95fed: Preparing [2023-03-24T09:34:03.762Z] 3fcc634876ca: Preparing [2023-03-24T09:34:03.762Z] 12d1fc2c1f31: Preparing [2023-03-24T09:34:03.762Z] c5ea98bbc9d4: Preparing [2023-03-24T09:34:03.762Z] 46cc77108cc5: Preparing [2023-03-24T09:34:03.762Z] 03ed5391138f: Preparing [2023-03-24T09:34:03.762Z] bc6f9b8c8f30: Preparing [2023-03-24T09:34:03.762Z] 76c1155d7b9b: Preparing [2023-03-24T09:34:03.762Z] 98b59de68a4b: Preparing [2023-03-24T09:34:03.762Z] b71c127b05bb: Preparing [2023-03-24T09:34:03.762Z] edf70074bd40: Preparing [2023-03-24T09:34:03.762Z] bc6f9b8c8f30: Waiting [2023-03-24T09:34:03.762Z] 76c1155d7b9b: Waiting [2023-03-24T09:34:03.762Z] 98b59de68a4b: Waiting [2023-03-24T09:34:03.762Z] b71c127b05bb: Waiting [2023-03-24T09:34:03.762Z] edf70074bd40: Waiting [2023-03-24T09:34:03.762Z] c5ea98bbc9d4: Waiting [2023-03-24T09:34:03.762Z] 46cc77108cc5: Waiting [2023-03-24T09:34:03.762Z] 03ed5391138f: Waiting [2023-03-24T09:34:03.762Z] 03b69de5c54a: Layer already exists [2023-03-24T09:34:03.762Z] 98f251b95fed: Layer already exists [2023-03-24T09:34:03.762Z] ba746c53c413: Layer already exists [2023-03-24T09:34:03.762Z] 12d1fc2c1f31: Layer already exists [2023-03-24T09:34:03.762Z] 3fcc634876ca: Layer already exists [2023-03-24T09:34:03.762Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:03.762Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:03.762Z] c5ea98bbc9d4: Layer already exists [2023-03-24T09:34:03.762Z] bc6f9b8c8f30: Layer already exists [2023-03-24T09:34:03.762Z] 76c1155d7b9b: Layer already exists [2023-03-24T09:34:03.762Z] b71c127b05bb: Layer already exists [2023-03-24T09:34:03.762Z] edf70074bd40: Layer already exists [2023-03-24T09:34:03.762Z] 98b59de68a4b: Layer already exists [2023-03-24T09:34:04.026Z] latest: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:04.359Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:04.696Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.113 [2023-03-24T09:34:04.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-24T09:34:04.696Z] 03b69de5c54a: Preparing [2023-03-24T09:34:04.696Z] 03b69de5c54a: Preparing [2023-03-24T09:34:04.696Z] ba746c53c413: Preparing [2023-03-24T09:34:04.696Z] 98f251b95fed: Preparing [2023-03-24T09:34:04.696Z] 3fcc634876ca: Preparing [2023-03-24T09:34:04.696Z] 12d1fc2c1f31: Preparing [2023-03-24T09:34:04.696Z] c5ea98bbc9d4: Preparing [2023-03-24T09:34:04.696Z] 46cc77108cc5: Preparing [2023-03-24T09:34:04.696Z] 03ed5391138f: Preparing [2023-03-24T09:34:04.696Z] bc6f9b8c8f30: Preparing [2023-03-24T09:34:04.696Z] 76c1155d7b9b: Preparing [2023-03-24T09:34:04.696Z] 98b59de68a4b: Preparing [2023-03-24T09:34:04.696Z] b71c127b05bb: Preparing [2023-03-24T09:34:04.696Z] edf70074bd40: Preparing [2023-03-24T09:34:04.696Z] c5ea98bbc9d4: Waiting [2023-03-24T09:34:04.696Z] 46cc77108cc5: Waiting [2023-03-24T09:34:04.696Z] 03ed5391138f: Waiting [2023-03-24T09:34:04.696Z] bc6f9b8c8f30: Waiting [2023-03-24T09:34:04.696Z] 76c1155d7b9b: Waiting [2023-03-24T09:34:04.696Z] 98b59de68a4b: Waiting [2023-03-24T09:34:04.696Z] b71c127b05bb: Waiting [2023-03-24T09:34:04.696Z] edf70074bd40: Waiting [2023-03-24T09:34:04.696Z] 03b69de5c54a: Layer already exists [2023-03-24T09:34:04.696Z] 98f251b95fed: Layer already exists [2023-03-24T09:34:04.696Z] ba746c53c413: Layer already exists [2023-03-24T09:34:04.696Z] 3fcc634876ca: Layer already exists [2023-03-24T09:34:04.696Z] 12d1fc2c1f31: Layer already exists [2023-03-24T09:34:04.696Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:04.696Z] bc6f9b8c8f30: Layer already exists [2023-03-24T09:34:04.696Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:04.696Z] c5ea98bbc9d4: Layer already exists [2023-03-24T09:34:04.696Z] 76c1155d7b9b: Layer already exists [2023-03-24T09:34:04.696Z] edf70074bd40: Layer already exists [2023-03-24T09:34:04.696Z] b71c127b05bb: Layer already exists [2023-03-24T09:34:04.696Z] 98b59de68a4b: Layer already exists [2023-03-24T09:34:04.961Z] 3.0.0-dev.113: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:05.296Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:05.634Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:05.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-24T09:34:05.634Z] 03b69de5c54a: Preparing [2023-03-24T09:34:05.634Z] 03b69de5c54a: Preparing [2023-03-24T09:34:05.634Z] ba746c53c413: Preparing [2023-03-24T09:34:05.634Z] 98f251b95fed: Preparing [2023-03-24T09:34:05.634Z] 3fcc634876ca: Preparing [2023-03-24T09:34:05.634Z] 12d1fc2c1f31: Preparing [2023-03-24T09:34:05.634Z] c5ea98bbc9d4: Preparing [2023-03-24T09:34:05.634Z] 46cc77108cc5: Preparing [2023-03-24T09:34:05.634Z] 03ed5391138f: Preparing [2023-03-24T09:34:05.634Z] bc6f9b8c8f30: Preparing [2023-03-24T09:34:05.634Z] 76c1155d7b9b: Preparing [2023-03-24T09:34:05.634Z] 98b59de68a4b: Preparing [2023-03-24T09:34:05.634Z] b71c127b05bb: Preparing [2023-03-24T09:34:05.634Z] edf70074bd40: Preparing [2023-03-24T09:34:05.634Z] c5ea98bbc9d4: Waiting [2023-03-24T09:34:05.634Z] 46cc77108cc5: Waiting [2023-03-24T09:34:05.634Z] 03ed5391138f: Waiting [2023-03-24T09:34:05.634Z] 98b59de68a4b: Waiting [2023-03-24T09:34:05.634Z] b71c127b05bb: Waiting [2023-03-24T09:34:05.634Z] edf70074bd40: Waiting [2023-03-24T09:34:05.634Z] bc6f9b8c8f30: Waiting [2023-03-24T09:34:05.634Z] 76c1155d7b9b: Waiting [2023-03-24T09:34:05.634Z] 12d1fc2c1f31: Layer already exists [2023-03-24T09:34:05.634Z] 3fcc634876ca: Layer already exists [2023-03-24T09:34:05.634Z] 98f251b95fed: Layer already exists [2023-03-24T09:34:05.634Z] ba746c53c413: Layer already exists [2023-03-24T09:34:05.634Z] 03b69de5c54a: Layer already exists [2023-03-24T09:34:05.634Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:05.634Z] 76c1155d7b9b: Layer already exists [2023-03-24T09:34:05.634Z] c5ea98bbc9d4: Layer already exists [2023-03-24T09:34:05.634Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:05.634Z] bc6f9b8c8f30: Layer already exists [2023-03-24T09:34:05.634Z] edf70074bd40: Layer already exists [2023-03-24T09:34:05.634Z] b71c127b05bb: Layer already exists [2023-03-24T09:34:05.634Z] 98b59de68a4b: Layer already exists [2023-03-24T09:34:05.901Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:06.232Z] + 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-24T09:34:06.564Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-03-24T09:34:06.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-03-24T09:34:06.564Z] 03b69de5c54a: Preparing [2023-03-24T09:34:06.564Z] 03b69de5c54a: Preparing [2023-03-24T09:34:06.564Z] ba746c53c413: Preparing [2023-03-24T09:34:06.564Z] 98f251b95fed: Preparing [2023-03-24T09:34:06.564Z] 3fcc634876ca: Preparing [2023-03-24T09:34:06.564Z] 12d1fc2c1f31: Preparing [2023-03-24T09:34:06.564Z] c5ea98bbc9d4: Preparing [2023-03-24T09:34:06.564Z] 46cc77108cc5: Preparing [2023-03-24T09:34:06.564Z] 03ed5391138f: Preparing [2023-03-24T09:34:06.564Z] bc6f9b8c8f30: Preparing [2023-03-24T09:34:06.564Z] 76c1155d7b9b: Preparing [2023-03-24T09:34:06.564Z] 98b59de68a4b: Preparing [2023-03-24T09:34:06.564Z] b71c127b05bb: Preparing [2023-03-24T09:34:06.564Z] edf70074bd40: Preparing [2023-03-24T09:34:06.564Z] c5ea98bbc9d4: Waiting [2023-03-24T09:34:06.564Z] 76c1155d7b9b: Waiting [2023-03-24T09:34:06.564Z] 98b59de68a4b: Waiting [2023-03-24T09:34:06.564Z] b71c127b05bb: Waiting [2023-03-24T09:34:06.564Z] edf70074bd40: Waiting [2023-03-24T09:34:06.564Z] 46cc77108cc5: Waiting [2023-03-24T09:34:06.564Z] bc6f9b8c8f30: Waiting [2023-03-24T09:34:06.564Z] 03ed5391138f: Waiting [2023-03-24T09:34:06.564Z] ba746c53c413: Layer already exists [2023-03-24T09:34:06.564Z] 98f251b95fed: Layer already exists [2023-03-24T09:34:06.564Z] 03b69de5c54a: Layer already exists [2023-03-24T09:34:06.564Z] 12d1fc2c1f31: Layer already exists [2023-03-24T09:34:06.564Z] 3fcc634876ca: Layer already exists [2023-03-24T09:34:06.564Z] c5ea98bbc9d4: Layer already exists [2023-03-24T09:34:06.564Z] bc6f9b8c8f30: Layer already exists [2023-03-24T09:34:06.564Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:06.564Z] 76c1155d7b9b: Layer already exists [2023-03-24T09:34:06.564Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:06.564Z] b71c127b05bb: Layer already exists [2023-03-24T09:34:06.564Z] 98b59de68a4b: Layer already exists [2023-03-24T09:34:06.564Z] edf70074bd40: Layer already exists [2023-03-24T09:34:06.830Z] main: digest: sha256:0682241a2e0e4c4da88b2e6a41e938b931c99bd430c51132e7ac6201eda88124 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:34:06.896Z] ===================================================== [Pipeline] echo [2023-03-24T09:34:06.902Z] taggedImages: [2023-03-24T09:34:06.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:06.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-03-24T09:34:06.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.113 [2023-03-24T09:34:06.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:06.902Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-03-24T09:34:06.918Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-03-24T09:34:06.918Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:06.918Z] latest [2023-03-24T09:34:06.918Z] 3.0.0-dev.113 [2023-03-24T09:34:06.918Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:06.918Z] main [2023-03-24T09:34:06.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:07.258Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:07.595Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:07.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-24T09:34:07.595Z] 1ebf7029e55d: Preparing [2023-03-24T09:34:07.595Z] 1939d7c2ccae: Preparing [2023-03-24T09:34:07.595Z] 8ff286045d00: Preparing [2023-03-24T09:34:07.595Z] 14bb7a537c49: Preparing [2023-03-24T09:34:07.595Z] 46cc77108cc5: Preparing [2023-03-24T09:34:07.595Z] 03ed5391138f: Preparing [2023-03-24T09:34:07.595Z] 34272d1c7132: Preparing [2023-03-24T09:34:07.595Z] edf70074bd40: Preparing [2023-03-24T09:34:07.595Z] 03ed5391138f: Waiting [2023-03-24T09:34:07.595Z] 34272d1c7132: Waiting [2023-03-24T09:34:07.595Z] edf70074bd40: Waiting [2023-03-24T09:34:07.864Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:07.865Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:07.865Z] 34272d1c7132: Layer already exists [2023-03-24T09:34:07.865Z] edf70074bd40: Layer already exists [2023-03-24T09:34:07.865Z] 1939d7c2ccae: Pushed [2023-03-24T09:34:07.865Z] 1ebf7029e55d: Pushed [2023-03-24T09:34:07.865Z] 8ff286045d00: Pushed [2023-03-24T09:34:10.439Z] 14bb7a537c49: Pushed [2023-03-24T09:34:10.705Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:11.058Z] + 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-24T09:34:11.392Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-24T09:34:11.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-24T09:34:11.392Z] 1ebf7029e55d: Preparing [2023-03-24T09:34:11.392Z] 1939d7c2ccae: Preparing [2023-03-24T09:34:11.392Z] 8ff286045d00: Preparing [2023-03-24T09:34:11.392Z] 14bb7a537c49: Preparing [2023-03-24T09:34:11.392Z] 46cc77108cc5: Preparing [2023-03-24T09:34:11.392Z] 03ed5391138f: Preparing [2023-03-24T09:34:11.392Z] 34272d1c7132: Preparing [2023-03-24T09:34:11.392Z] edf70074bd40: Preparing [2023-03-24T09:34:11.392Z] 03ed5391138f: Waiting [2023-03-24T09:34:11.392Z] edf70074bd40: Waiting [2023-03-24T09:34:11.392Z] 34272d1c7132: Waiting [2023-03-24T09:34:11.392Z] 1939d7c2ccae: Layer already exists [2023-03-24T09:34:11.392Z] 14bb7a537c49: Layer already exists [2023-03-24T09:34:11.392Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:11.392Z] 8ff286045d00: Layer already exists [2023-03-24T09:34:11.392Z] 1ebf7029e55d: Layer already exists [2023-03-24T09:34:11.392Z] edf70074bd40: Layer already exists [2023-03-24T09:34:11.392Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:11.392Z] 34272d1c7132: Layer already exists [2023-03-24T09:34:11.658Z] latest: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:12.001Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:12.341Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.113 [2023-03-24T09:34:12.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-24T09:34:12.342Z] 1ebf7029e55d: Preparing [2023-03-24T09:34:12.342Z] 1939d7c2ccae: Preparing [2023-03-24T09:34:12.342Z] 8ff286045d00: Preparing [2023-03-24T09:34:12.342Z] 14bb7a537c49: Preparing [2023-03-24T09:34:12.342Z] 46cc77108cc5: Preparing [2023-03-24T09:34:12.342Z] 03ed5391138f: Preparing [2023-03-24T09:34:12.342Z] 34272d1c7132: Preparing [2023-03-24T09:34:12.342Z] edf70074bd40: Preparing [2023-03-24T09:34:12.342Z] 03ed5391138f: Waiting [2023-03-24T09:34:12.342Z] 34272d1c7132: Waiting [2023-03-24T09:34:12.342Z] edf70074bd40: Waiting [2023-03-24T09:34:12.342Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:12.342Z] 1ebf7029e55d: Layer already exists [2023-03-24T09:34:12.342Z] 8ff286045d00: Layer already exists [2023-03-24T09:34:12.342Z] 1939d7c2ccae: Layer already exists [2023-03-24T09:34:12.342Z] 14bb7a537c49: Layer already exists [2023-03-24T09:34:12.342Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:12.342Z] edf70074bd40: Layer already exists [2023-03-24T09:34:12.342Z] 34272d1c7132: Layer already exists [2023-03-24T09:34:12.608Z] 3.0.0-dev.113: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:12.947Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:13.287Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:13.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-24T09:34:13.287Z] 1ebf7029e55d: Preparing [2023-03-24T09:34:13.287Z] 1939d7c2ccae: Preparing [2023-03-24T09:34:13.287Z] 8ff286045d00: Preparing [2023-03-24T09:34:13.287Z] 14bb7a537c49: Preparing [2023-03-24T09:34:13.287Z] 46cc77108cc5: Preparing [2023-03-24T09:34:13.287Z] 03ed5391138f: Preparing [2023-03-24T09:34:13.287Z] 34272d1c7132: Preparing [2023-03-24T09:34:13.287Z] edf70074bd40: Preparing [2023-03-24T09:34:13.287Z] 34272d1c7132: Waiting [2023-03-24T09:34:13.287Z] edf70074bd40: Waiting [2023-03-24T09:34:13.287Z] 03ed5391138f: Waiting [2023-03-24T09:34:13.287Z] 14bb7a537c49: Layer already exists [2023-03-24T09:34:13.287Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:13.287Z] 1939d7c2ccae: Layer already exists [2023-03-24T09:34:13.287Z] 1ebf7029e55d: Layer already exists [2023-03-24T09:34:13.287Z] 8ff286045d00: Layer already exists [2023-03-24T09:34:13.287Z] edf70074bd40: Layer already exists [2023-03-24T09:34:13.287Z] 34272d1c7132: Layer already exists [2023-03-24T09:34:13.287Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:13.287Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:13.880Z] + 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-24T09:34:14.210Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-03-24T09:34:14.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-03-24T09:34:14.210Z] 1ebf7029e55d: Preparing [2023-03-24T09:34:14.210Z] 1939d7c2ccae: Preparing [2023-03-24T09:34:14.210Z] 8ff286045d00: Preparing [2023-03-24T09:34:14.210Z] 14bb7a537c49: Preparing [2023-03-24T09:34:14.210Z] 46cc77108cc5: Preparing [2023-03-24T09:34:14.210Z] 03ed5391138f: Preparing [2023-03-24T09:34:14.210Z] 34272d1c7132: Preparing [2023-03-24T09:34:14.210Z] edf70074bd40: Preparing [2023-03-24T09:34:14.210Z] 03ed5391138f: Waiting [2023-03-24T09:34:14.210Z] 34272d1c7132: Waiting [2023-03-24T09:34:14.210Z] edf70074bd40: Waiting [2023-03-24T09:34:14.210Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:14.210Z] 1ebf7029e55d: Layer already exists [2023-03-24T09:34:14.210Z] 14bb7a537c49: Layer already exists [2023-03-24T09:34:14.210Z] 1939d7c2ccae: Layer already exists [2023-03-24T09:34:14.210Z] 8ff286045d00: Layer already exists [2023-03-24T09:34:14.210Z] edf70074bd40: Layer already exists [2023-03-24T09:34:14.210Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:14.210Z] 34272d1c7132: Layer already exists [2023-03-24T09:34:14.476Z] main: digest: sha256:1b3bde6899699e8081831f97faad706acc7b3c7b27c75d8b249d190dcc556074 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:34:14.522Z] ===================================================== [Pipeline] echo [2023-03-24T09:34:14.531Z] taggedImages: [2023-03-24T09:34:14.531Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:14.531Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-03-24T09:34:14.531Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.113 [2023-03-24T09:34:14.531Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:14.531Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-03-24T09:34:14.555Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-03-24T09:34:14.555Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:14.555Z] latest [2023-03-24T09:34:14.555Z] 3.0.0-dev.113 [2023-03-24T09:34:14.555Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:14.555Z] main [2023-03-24T09:34:14.555Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:14.891Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:15.221Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:15.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-24T09:34:15.221Z] 90f5e2616586: Preparing [2023-03-24T09:34:15.221Z] 7bc3ad782626: Preparing [2023-03-24T09:34:15.221Z] 0e20120ff931: Preparing [2023-03-24T09:34:15.221Z] 06fe0ae4c940: Preparing [2023-03-24T09:34:15.221Z] 46cc77108cc5: Preparing [2023-03-24T09:34:15.221Z] 03ed5391138f: Preparing [2023-03-24T09:34:15.222Z] 846a2e820177: Preparing [2023-03-24T09:34:15.222Z] e24a7756eb71: Preparing [2023-03-24T09:34:15.222Z] edf70074bd40: Preparing [2023-03-24T09:34:15.222Z] 03ed5391138f: Waiting [2023-03-24T09:34:15.222Z] 846a2e820177: Waiting [2023-03-24T09:34:15.222Z] e24a7756eb71: Waiting [2023-03-24T09:34:15.222Z] edf70074bd40: Waiting [2023-03-24T09:34:15.222Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:15.487Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:15.487Z] 7bc3ad782626: Pushed [2023-03-24T09:34:15.487Z] 90f5e2616586: Pushed [2023-03-24T09:34:15.487Z] 06fe0ae4c940: Pushed [2023-03-24T09:34:15.487Z] 846a2e820177: Pushed [2023-03-24T09:34:15.487Z] edf70074bd40: Layer already exists [2023-03-24T09:34:15.752Z] e24a7756eb71: Pushed [2023-03-24T09:34:18.330Z] 0e20120ff931: Pushed [2023-03-24T09:34:18.330Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:18.659Z] + 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-24T09:34:18.988Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-24T09:34:18.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-24T09:34:18.988Z] 90f5e2616586: Preparing [2023-03-24T09:34:18.988Z] 7bc3ad782626: Preparing [2023-03-24T09:34:18.988Z] 0e20120ff931: Preparing [2023-03-24T09:34:18.988Z] 06fe0ae4c940: Preparing [2023-03-24T09:34:18.988Z] 46cc77108cc5: Preparing [2023-03-24T09:34:18.988Z] 03ed5391138f: Preparing [2023-03-24T09:34:18.988Z] 846a2e820177: Preparing [2023-03-24T09:34:18.988Z] e24a7756eb71: Preparing [2023-03-24T09:34:18.988Z] edf70074bd40: Preparing [2023-03-24T09:34:18.988Z] 846a2e820177: Waiting [2023-03-24T09:34:18.988Z] e24a7756eb71: Waiting [2023-03-24T09:34:18.989Z] edf70074bd40: Waiting [2023-03-24T09:34:18.989Z] 03ed5391138f: Waiting [2023-03-24T09:34:18.989Z] 06fe0ae4c940: Layer already exists [2023-03-24T09:34:18.989Z] 0e20120ff931: Layer already exists [2023-03-24T09:34:18.989Z] 7bc3ad782626: Layer already exists [2023-03-24T09:34:18.989Z] 90f5e2616586: Layer already exists [2023-03-24T09:34:18.989Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:18.989Z] e24a7756eb71: Layer already exists [2023-03-24T09:34:18.989Z] 846a2e820177: Layer already exists [2023-03-24T09:34:18.989Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:18.989Z] edf70074bd40: Layer already exists [2023-03-24T09:34:19.254Z] latest: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:19.584Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:19.911Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.113 [2023-03-24T09:34:19.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-24T09:34:19.912Z] 90f5e2616586: Preparing [2023-03-24T09:34:19.912Z] 7bc3ad782626: Preparing [2023-03-24T09:34:19.912Z] 0e20120ff931: Preparing [2023-03-24T09:34:19.912Z] 06fe0ae4c940: Preparing [2023-03-24T09:34:19.912Z] 46cc77108cc5: Preparing [2023-03-24T09:34:19.912Z] 03ed5391138f: Preparing [2023-03-24T09:34:19.912Z] 846a2e820177: Preparing [2023-03-24T09:34:19.912Z] e24a7756eb71: Preparing [2023-03-24T09:34:19.912Z] edf70074bd40: Preparing [2023-03-24T09:34:19.912Z] 03ed5391138f: Waiting [2023-03-24T09:34:19.912Z] 846a2e820177: Waiting [2023-03-24T09:34:19.912Z] edf70074bd40: Waiting [2023-03-24T09:34:19.912Z] e24a7756eb71: Waiting [2023-03-24T09:34:19.912Z] 7bc3ad782626: Layer already exists [2023-03-24T09:34:19.912Z] 90f5e2616586: Layer already exists [2023-03-24T09:34:19.912Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:19.912Z] 06fe0ae4c940: Layer already exists [2023-03-24T09:34:19.912Z] 0e20120ff931: Layer already exists [2023-03-24T09:34:19.912Z] edf70074bd40: Layer already exists [2023-03-24T09:34:19.912Z] e24a7756eb71: Layer already exists [2023-03-24T09:34:19.912Z] 846a2e820177: Layer already exists [2023-03-24T09:34:19.912Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:20.178Z] 3.0.0-dev.113: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:20.509Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:20.839Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:20.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-24T09:34:20.839Z] 90f5e2616586: Preparing [2023-03-24T09:34:20.839Z] 7bc3ad782626: Preparing [2023-03-24T09:34:20.839Z] 0e20120ff931: Preparing [2023-03-24T09:34:20.839Z] 06fe0ae4c940: Preparing [2023-03-24T09:34:20.839Z] 46cc77108cc5: Preparing [2023-03-24T09:34:20.839Z] 03ed5391138f: Preparing [2023-03-24T09:34:20.839Z] 846a2e820177: Preparing [2023-03-24T09:34:20.839Z] e24a7756eb71: Preparing [2023-03-24T09:34:20.839Z] edf70074bd40: Preparing [2023-03-24T09:34:20.839Z] 846a2e820177: Waiting [2023-03-24T09:34:20.839Z] edf70074bd40: Waiting [2023-03-24T09:34:20.839Z] e24a7756eb71: Waiting [2023-03-24T09:34:20.839Z] 03ed5391138f: Waiting [2023-03-24T09:34:20.839Z] 7bc3ad782626: Layer already exists [2023-03-24T09:34:20.839Z] 06fe0ae4c940: Layer already exists [2023-03-24T09:34:20.839Z] 0e20120ff931: Layer already exists [2023-03-24T09:34:20.839Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:20.839Z] 90f5e2616586: Layer already exists [2023-03-24T09:34:20.839Z] e24a7756eb71: Layer already exists [2023-03-24T09:34:20.839Z] edf70074bd40: Layer already exists [2023-03-24T09:34:20.839Z] 846a2e820177: Layer already exists [2023-03-24T09:34:20.839Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:20.839Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:21.437Z] + 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-24T09:34:21.762Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-03-24T09:34:21.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-03-24T09:34:21.762Z] 90f5e2616586: Preparing [2023-03-24T09:34:21.762Z] 7bc3ad782626: Preparing [2023-03-24T09:34:21.762Z] 0e20120ff931: Preparing [2023-03-24T09:34:21.762Z] 06fe0ae4c940: Preparing [2023-03-24T09:34:21.762Z] 46cc77108cc5: Preparing [2023-03-24T09:34:21.762Z] 03ed5391138f: Preparing [2023-03-24T09:34:21.762Z] 846a2e820177: Preparing [2023-03-24T09:34:21.762Z] e24a7756eb71: Preparing [2023-03-24T09:34:21.762Z] edf70074bd40: Preparing [2023-03-24T09:34:21.762Z] 03ed5391138f: Waiting [2023-03-24T09:34:21.762Z] 846a2e820177: Waiting [2023-03-24T09:34:21.762Z] e24a7756eb71: Waiting [2023-03-24T09:34:21.762Z] edf70074bd40: Waiting [2023-03-24T09:34:21.762Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:21.762Z] 06fe0ae4c940: Layer already exists [2023-03-24T09:34:21.762Z] 7bc3ad782626: Layer already exists [2023-03-24T09:34:21.762Z] 90f5e2616586: Layer already exists [2023-03-24T09:34:21.762Z] 0e20120ff931: Layer already exists [2023-03-24T09:34:21.762Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:21.762Z] 846a2e820177: Layer already exists [2023-03-24T09:34:21.762Z] e24a7756eb71: Layer already exists [2023-03-24T09:34:21.762Z] edf70074bd40: Layer already exists [2023-03-24T09:34:22.027Z] main: digest: sha256:29d3913cf1e49c1de598f59119c402349b7ce4030305f60b59c2fec497604d6a size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:34:22.070Z] ===================================================== [Pipeline] echo [2023-03-24T09:34:22.077Z] taggedImages: [2023-03-24T09:34:22.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:22.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-03-24T09:34:22.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.113 [2023-03-24T09:34:22.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:22.077Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-03-24T09:34:22.093Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-03-24T09:34:22.093Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:22.093Z] latest [2023-03-24T09:34:22.093Z] 3.0.0-dev.113 [2023-03-24T09:34:22.093Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:22.093Z] main [2023-03-24T09:34:22.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:22.426Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:22.757Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:22.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-24T09:34:22.757Z] 27488ae54840: Preparing [2023-03-24T09:34:22.757Z] df54ffcd24f2: Preparing [2023-03-24T09:34:22.757Z] a7c019e97ca9: Preparing [2023-03-24T09:34:22.757Z] d0e08b22a316: Preparing [2023-03-24T09:34:22.757Z] 1ab3a8770d1e: Preparing [2023-03-24T09:34:22.757Z] 8dd7035ac665: Preparing [2023-03-24T09:34:22.757Z] 0953c556a204: Preparing [2023-03-24T09:34:22.757Z] 46cc77108cc5: Preparing [2023-03-24T09:34:22.757Z] 03ed5391138f: Preparing [2023-03-24T09:34:22.757Z] cff169b0cc9c: Preparing [2023-03-24T09:34:22.757Z] edf70074bd40: Preparing [2023-03-24T09:34:22.757Z] 8dd7035ac665: Waiting [2023-03-24T09:34:22.757Z] 03ed5391138f: Waiting [2023-03-24T09:34:22.757Z] cff169b0cc9c: Waiting [2023-03-24T09:34:22.757Z] edf70074bd40: Waiting [2023-03-24T09:34:22.757Z] 0953c556a204: Waiting [2023-03-24T09:34:22.757Z] 46cc77108cc5: Waiting [2023-03-24T09:34:23.023Z] 1ab3a8770d1e: Pushed [2023-03-24T09:34:23.023Z] 27488ae54840: Pushed [2023-03-24T09:34:23.023Z] df54ffcd24f2: Pushed [2023-03-24T09:34:23.023Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:23.023Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:23.289Z] 0953c556a204: Pushed [2023-03-24T09:34:23.289Z] 8dd7035ac665: Pushed [2023-03-24T09:34:23.289Z] edf70074bd40: Layer already exists [2023-03-24T09:34:23.553Z] cff169b0cc9c: Pushed [2023-03-24T09:34:25.488Z] d0e08b22a316: Pushed [2023-03-24T09:34:26.444Z] a7c019e97ca9: Pushed [2023-03-24T09:34:26.444Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:26.782Z] + 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-24T09:34:27.125Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-24T09:34:27.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-24T09:34:27.125Z] 27488ae54840: Preparing [2023-03-24T09:34:27.125Z] df54ffcd24f2: Preparing [2023-03-24T09:34:27.125Z] a7c019e97ca9: Preparing [2023-03-24T09:34:27.125Z] d0e08b22a316: Preparing [2023-03-24T09:34:27.125Z] 1ab3a8770d1e: Preparing [2023-03-24T09:34:27.125Z] 8dd7035ac665: Preparing [2023-03-24T09:34:27.125Z] 0953c556a204: Preparing [2023-03-24T09:34:27.125Z] 46cc77108cc5: Preparing [2023-03-24T09:34:27.125Z] 03ed5391138f: Preparing [2023-03-24T09:34:27.125Z] cff169b0cc9c: Preparing [2023-03-24T09:34:27.125Z] edf70074bd40: Preparing [2023-03-24T09:34:27.125Z] 8dd7035ac665: Waiting [2023-03-24T09:34:27.125Z] 0953c556a204: Waiting [2023-03-24T09:34:27.125Z] 46cc77108cc5: Waiting [2023-03-24T09:34:27.125Z] 03ed5391138f: Waiting [2023-03-24T09:34:27.125Z] cff169b0cc9c: Waiting [2023-03-24T09:34:27.125Z] edf70074bd40: Waiting [2023-03-24T09:34:27.125Z] a7c019e97ca9: Layer already exists [2023-03-24T09:34:27.125Z] 27488ae54840: Layer already exists [2023-03-24T09:34:27.125Z] d0e08b22a316: Layer already exists [2023-03-24T09:34:27.125Z] df54ffcd24f2: Layer already exists [2023-03-24T09:34:27.125Z] 1ab3a8770d1e: Layer already exists [2023-03-24T09:34:27.125Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:27.125Z] 0953c556a204: Layer already exists [2023-03-24T09:34:27.125Z] 8dd7035ac665: Layer already exists [2023-03-24T09:34:27.125Z] cff169b0cc9c: Layer already exists [2023-03-24T09:34:27.125Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:27.125Z] edf70074bd40: Layer already exists [2023-03-24T09:34:27.393Z] latest: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:27.750Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:28.088Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.113 [2023-03-24T09:34:28.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-24T09:34:28.088Z] 27488ae54840: Preparing [2023-03-24T09:34:28.088Z] df54ffcd24f2: Preparing [2023-03-24T09:34:28.088Z] a7c019e97ca9: Preparing [2023-03-24T09:34:28.088Z] d0e08b22a316: Preparing [2023-03-24T09:34:28.088Z] 1ab3a8770d1e: Preparing [2023-03-24T09:34:28.088Z] 8dd7035ac665: Preparing [2023-03-24T09:34:28.088Z] 0953c556a204: Preparing [2023-03-24T09:34:28.088Z] 46cc77108cc5: Preparing [2023-03-24T09:34:28.088Z] 03ed5391138f: Preparing [2023-03-24T09:34:28.088Z] cff169b0cc9c: Preparing [2023-03-24T09:34:28.088Z] edf70074bd40: Preparing [2023-03-24T09:34:28.088Z] 46cc77108cc5: Waiting [2023-03-24T09:34:28.088Z] 8dd7035ac665: Waiting [2023-03-24T09:34:28.088Z] 0953c556a204: Waiting [2023-03-24T09:34:28.088Z] 03ed5391138f: Waiting [2023-03-24T09:34:28.088Z] cff169b0cc9c: Waiting [2023-03-24T09:34:28.088Z] edf70074bd40: Waiting [2023-03-24T09:34:28.088Z] d0e08b22a316: Layer already exists [2023-03-24T09:34:28.088Z] 1ab3a8770d1e: Layer already exists [2023-03-24T09:34:28.088Z] 27488ae54840: Layer already exists [2023-03-24T09:34:28.088Z] a7c019e97ca9: Layer already exists [2023-03-24T09:34:28.088Z] df54ffcd24f2: Layer already exists [2023-03-24T09:34:28.088Z] 0953c556a204: Layer already exists [2023-03-24T09:34:28.088Z] 8dd7035ac665: Layer already exists [2023-03-24T09:34:28.088Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:28.088Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:28.088Z] cff169b0cc9c: Layer already exists [2023-03-24T09:34:28.088Z] edf70074bd40: Layer already exists [2023-03-24T09:34:28.353Z] 3.0.0-dev.113: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:28.697Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:29.028Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:29.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-24T09:34:29.028Z] 27488ae54840: Preparing [2023-03-24T09:34:29.028Z] df54ffcd24f2: Preparing [2023-03-24T09:34:29.028Z] a7c019e97ca9: Preparing [2023-03-24T09:34:29.028Z] d0e08b22a316: Preparing [2023-03-24T09:34:29.028Z] 1ab3a8770d1e: Preparing [2023-03-24T09:34:29.028Z] 8dd7035ac665: Preparing [2023-03-24T09:34:29.028Z] 0953c556a204: Preparing [2023-03-24T09:34:29.028Z] 46cc77108cc5: Preparing [2023-03-24T09:34:29.028Z] 03ed5391138f: Preparing [2023-03-24T09:34:29.028Z] cff169b0cc9c: Preparing [2023-03-24T09:34:29.028Z] edf70074bd40: Preparing [2023-03-24T09:34:29.028Z] 0953c556a204: Waiting [2023-03-24T09:34:29.028Z] 46cc77108cc5: Waiting [2023-03-24T09:34:29.028Z] edf70074bd40: Waiting [2023-03-24T09:34:29.028Z] 8dd7035ac665: Waiting [2023-03-24T09:34:29.028Z] 03ed5391138f: Waiting [2023-03-24T09:34:29.028Z] cff169b0cc9c: Waiting [2023-03-24T09:34:29.028Z] df54ffcd24f2: Layer already exists [2023-03-24T09:34:29.028Z] 27488ae54840: Layer already exists [2023-03-24T09:34:29.028Z] d0e08b22a316: Layer already exists [2023-03-24T09:34:29.028Z] a7c019e97ca9: Layer already exists [2023-03-24T09:34:29.028Z] 1ab3a8770d1e: Layer already exists [2023-03-24T09:34:29.028Z] 8dd7035ac665: Layer already exists [2023-03-24T09:34:29.028Z] 0953c556a204: Layer already exists [2023-03-24T09:34:29.028Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:29.028Z] cff169b0cc9c: Layer already exists [2023-03-24T09:34:29.028Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:29.028Z] edf70074bd40: Layer already exists [2023-03-24T09:34:29.295Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:29.636Z] + 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-24T09:34:29.968Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-03-24T09:34:29.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-03-24T09:34:29.968Z] 27488ae54840: Preparing [2023-03-24T09:34:29.968Z] df54ffcd24f2: Preparing [2023-03-24T09:34:29.968Z] a7c019e97ca9: Preparing [2023-03-24T09:34:29.968Z] d0e08b22a316: Preparing [2023-03-24T09:34:29.968Z] 1ab3a8770d1e: Preparing [2023-03-24T09:34:29.968Z] 8dd7035ac665: Preparing [2023-03-24T09:34:29.968Z] 0953c556a204: Preparing [2023-03-24T09:34:29.968Z] 46cc77108cc5: Preparing [2023-03-24T09:34:29.968Z] 03ed5391138f: Preparing [2023-03-24T09:34:29.968Z] cff169b0cc9c: Preparing [2023-03-24T09:34:29.968Z] edf70074bd40: Preparing [2023-03-24T09:34:29.968Z] 8dd7035ac665: Waiting [2023-03-24T09:34:29.968Z] 0953c556a204: Waiting [2023-03-24T09:34:29.968Z] 46cc77108cc5: Waiting [2023-03-24T09:34:29.968Z] edf70074bd40: Waiting [2023-03-24T09:34:29.968Z] 03ed5391138f: Waiting [2023-03-24T09:34:29.968Z] cff169b0cc9c: Waiting [2023-03-24T09:34:29.968Z] 1ab3a8770d1e: Layer already exists [2023-03-24T09:34:29.968Z] d0e08b22a316: Layer already exists [2023-03-24T09:34:29.968Z] df54ffcd24f2: Layer already exists [2023-03-24T09:34:29.968Z] 27488ae54840: Layer already exists [2023-03-24T09:34:29.968Z] a7c019e97ca9: Layer already exists [2023-03-24T09:34:29.968Z] 0953c556a204: Layer already exists [2023-03-24T09:34:29.968Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:29.968Z] 8dd7035ac665: Layer already exists [2023-03-24T09:34:29.968Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:29.968Z] cff169b0cc9c: Layer already exists [2023-03-24T09:34:29.968Z] edf70074bd40: Layer already exists [2023-03-24T09:34:30.234Z] main: digest: sha256:f7bc870b9d43bb4e548800a0ad141795aa06fb6b4ebb5745ad99885427e5587e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:34:30.285Z] ===================================================== [Pipeline] echo [2023-03-24T09:34:30.293Z] taggedImages: [2023-03-24T09:34:30.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:30.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-03-24T09:34:30.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.113 [2023-03-24T09:34:30.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:30.293Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-03-24T09:34:30.316Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-03-24T09:34:30.316Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:30.316Z] latest [2023-03-24T09:34:30.316Z] 3.0.0-dev.113 [2023-03-24T09:34:30.316Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:30.316Z] main [2023-03-24T09:34:30.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:30.650Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:30.983Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:30.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-24T09:34:30.983Z] b2e18beccd55: Preparing [2023-03-24T09:34:30.983Z] 7a15f42e1af2: Preparing [2023-03-24T09:34:30.983Z] 46cc77108cc5: Preparing [2023-03-24T09:34:30.983Z] 03ed5391138f: Preparing [2023-03-24T09:34:30.983Z] 3b308393a35e: Preparing [2023-03-24T09:34:30.983Z] edf70074bd40: Preparing [2023-03-24T09:34:30.983Z] edf70074bd40: Waiting [2023-03-24T09:34:30.983Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:30.983Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:31.249Z] edf70074bd40: Layer already exists [2023-03-24T09:34:31.249Z] b2e18beccd55: Pushed [2023-03-24T09:34:32.656Z] 3b308393a35e: Pushed [2023-03-24T09:34:35.991Z] 7a15f42e1af2: Pushed [2023-03-24T09:34:36.256Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:36.596Z] + 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-24T09:34:36.987Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-24T09:34:36.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-24T09:34:36.987Z] b2e18beccd55: Preparing [2023-03-24T09:34:36.987Z] 7a15f42e1af2: Preparing [2023-03-24T09:34:36.987Z] 46cc77108cc5: Preparing [2023-03-24T09:34:36.987Z] 03ed5391138f: Preparing [2023-03-24T09:34:36.987Z] 3b308393a35e: Preparing [2023-03-24T09:34:36.987Z] edf70074bd40: Preparing [2023-03-24T09:34:36.987Z] edf70074bd40: Waiting [2023-03-24T09:34:36.987Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:36.987Z] 7a15f42e1af2: Layer already exists [2023-03-24T09:34:36.987Z] 3b308393a35e: Layer already exists [2023-03-24T09:34:36.987Z] b2e18beccd55: Layer already exists [2023-03-24T09:34:36.987Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:36.987Z] edf70074bd40: Layer already exists [2023-03-24T09:34:37.255Z] latest: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:37.612Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:37.967Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.113 [2023-03-24T09:34:37.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-24T09:34:37.967Z] b2e18beccd55: Preparing [2023-03-24T09:34:37.967Z] 7a15f42e1af2: Preparing [2023-03-24T09:34:37.967Z] 46cc77108cc5: Preparing [2023-03-24T09:34:37.967Z] 03ed5391138f: Preparing [2023-03-24T09:34:37.967Z] 3b308393a35e: Preparing [2023-03-24T09:34:37.967Z] edf70074bd40: Preparing [2023-03-24T09:34:37.967Z] edf70074bd40: Waiting [2023-03-24T09:34:37.967Z] b2e18beccd55: Layer already exists [2023-03-24T09:34:37.967Z] 7a15f42e1af2: Layer already exists [2023-03-24T09:34:37.967Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:37.967Z] 3b308393a35e: Layer already exists [2023-03-24T09:34:37.967Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:37.967Z] edf70074bd40: Layer already exists [2023-03-24T09:34:38.235Z] 3.0.0-dev.113: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:38.571Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:38.915Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:38.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-24T09:34:38.915Z] b2e18beccd55: Preparing [2023-03-24T09:34:38.915Z] 7a15f42e1af2: Preparing [2023-03-24T09:34:38.915Z] 46cc77108cc5: Preparing [2023-03-24T09:34:38.915Z] 03ed5391138f: Preparing [2023-03-24T09:34:38.915Z] 3b308393a35e: Preparing [2023-03-24T09:34:38.915Z] edf70074bd40: Preparing [2023-03-24T09:34:38.915Z] edf70074bd40: Waiting [2023-03-24T09:34:38.915Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:38.915Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:38.915Z] b2e18beccd55: Layer already exists [2023-03-24T09:34:38.915Z] 7a15f42e1af2: Layer already exists [2023-03-24T09:34:38.915Z] 3b308393a35e: Layer already exists [2023-03-24T09:34:38.915Z] edf70074bd40: Layer already exists [2023-03-24T09:34:39.180Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:39.517Z] + 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-24T09:34:39.847Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-03-24T09:34:39.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-03-24T09:34:39.847Z] b2e18beccd55: Preparing [2023-03-24T09:34:39.847Z] 7a15f42e1af2: Preparing [2023-03-24T09:34:39.847Z] 46cc77108cc5: Preparing [2023-03-24T09:34:39.847Z] 03ed5391138f: Preparing [2023-03-24T09:34:39.847Z] 3b308393a35e: Preparing [2023-03-24T09:34:39.847Z] edf70074bd40: Preparing [2023-03-24T09:34:39.847Z] edf70074bd40: Waiting [2023-03-24T09:34:39.847Z] 3b308393a35e: Layer already exists [2023-03-24T09:34:39.847Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:39.847Z] b2e18beccd55: Layer already exists [2023-03-24T09:34:39.847Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:39.847Z] 7a15f42e1af2: Layer already exists [2023-03-24T09:34:39.847Z] edf70074bd40: Layer already exists [2023-03-24T09:34:40.113Z] main: digest: sha256:1c1eb4bd7edd37567dda5a3971a31120ba5082105566d0869e3ce6b0a1cbc94e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:34:40.174Z] ===================================================== [Pipeline] echo [2023-03-24T09:34:40.182Z] taggedImages: [2023-03-24T09:34:40.182Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:40.182Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-03-24T09:34:40.182Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.113 [2023-03-24T09:34:40.182Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:40.182Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-03-24T09:34:40.202Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-03-24T09:34:40.202Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:40.202Z] latest [2023-03-24T09:34:40.202Z] 3.0.0-dev.113 [2023-03-24T09:34:40.202Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:34:40.202Z] main [2023-03-24T09:34:40.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:40.546Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:40.876Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:34:40.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-24T09:34:40.876Z] 4d815ebc16ff: Preparing [2023-03-24T09:34:40.876Z] bff9c2e42a87: Preparing [2023-03-24T09:34:40.876Z] dda1d1f84173: Preparing [2023-03-24T09:34:40.876Z] ec9649461b25: Preparing [2023-03-24T09:34:40.876Z] 9e6bc0704b43: Preparing [2023-03-24T09:34:40.876Z] 46cc77108cc5: Preparing [2023-03-24T09:34:40.876Z] 03ed5391138f: Preparing [2023-03-24T09:34:40.876Z] 151830296bc7: Preparing [2023-03-24T09:34:40.876Z] edf70074bd40: Preparing [2023-03-24T09:34:40.876Z] 03ed5391138f: Waiting [2023-03-24T09:34:40.876Z] 151830296bc7: Waiting [2023-03-24T09:34:40.876Z] edf70074bd40: Waiting [2023-03-24T09:34:40.876Z] 46cc77108cc5: Waiting [2023-03-24T09:34:41.144Z] bff9c2e42a87: Pushed [2023-03-24T09:34:41.144Z] 4d815ebc16ff: Pushed [2023-03-24T09:34:41.144Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:41.144Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:41.144Z] edf70074bd40: Layer already exists [2023-03-24T09:34:41.410Z] dda1d1f84173: Pushed [2023-03-24T09:34:42.372Z] 151830296bc7: Pushed [2023-03-24T09:34:50.569Z] 9e6bc0704b43: Pushed [2023-03-24T09:34:58.755Z] ec9649461b25: Pushed [2023-03-24T09:34:58.755Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:34:59.098Z] + 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-24T09:34:59.432Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-24T09:34:59.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-24T09:34:59.432Z] 4d815ebc16ff: Preparing [2023-03-24T09:34:59.432Z] bff9c2e42a87: Preparing [2023-03-24T09:34:59.432Z] dda1d1f84173: Preparing [2023-03-24T09:34:59.432Z] ec9649461b25: Preparing [2023-03-24T09:34:59.432Z] 9e6bc0704b43: Preparing [2023-03-24T09:34:59.432Z] 46cc77108cc5: Preparing [2023-03-24T09:34:59.432Z] 03ed5391138f: Preparing [2023-03-24T09:34:59.432Z] 151830296bc7: Preparing [2023-03-24T09:34:59.432Z] edf70074bd40: Preparing [2023-03-24T09:34:59.432Z] 46cc77108cc5: Waiting [2023-03-24T09:34:59.432Z] 03ed5391138f: Waiting [2023-03-24T09:34:59.432Z] 151830296bc7: Waiting [2023-03-24T09:34:59.432Z] edf70074bd40: Waiting [2023-03-24T09:34:59.432Z] ec9649461b25: Layer already exists [2023-03-24T09:34:59.432Z] 4d815ebc16ff: Layer already exists [2023-03-24T09:34:59.432Z] dda1d1f84173: Layer already exists [2023-03-24T09:34:59.432Z] bff9c2e42a87: Layer already exists [2023-03-24T09:34:59.432Z] 9e6bc0704b43: Layer already exists [2023-03-24T09:34:59.432Z] 151830296bc7: Layer already exists [2023-03-24T09:34:59.432Z] 03ed5391138f: Layer already exists [2023-03-24T09:34:59.432Z] 46cc77108cc5: Layer already exists [2023-03-24T09:34:59.432Z] edf70074bd40: Layer already exists [2023-03-24T09:34:59.697Z] latest: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:00.038Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:00.374Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.113 [2023-03-24T09:35:00.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-24T09:35:00.374Z] 4d815ebc16ff: Preparing [2023-03-24T09:35:00.374Z] bff9c2e42a87: Preparing [2023-03-24T09:35:00.374Z] dda1d1f84173: Preparing [2023-03-24T09:35:00.374Z] ec9649461b25: Preparing [2023-03-24T09:35:00.374Z] 9e6bc0704b43: Preparing [2023-03-24T09:35:00.374Z] 46cc77108cc5: Preparing [2023-03-24T09:35:00.374Z] 03ed5391138f: Preparing [2023-03-24T09:35:00.374Z] 151830296bc7: Preparing [2023-03-24T09:35:00.374Z] edf70074bd40: Preparing [2023-03-24T09:35:00.374Z] edf70074bd40: Waiting [2023-03-24T09:35:00.374Z] 03ed5391138f: Waiting [2023-03-24T09:35:00.374Z] 151830296bc7: Waiting [2023-03-24T09:35:00.374Z] 46cc77108cc5: Waiting [2023-03-24T09:35:00.374Z] dda1d1f84173: Layer already exists [2023-03-24T09:35:00.374Z] 4d815ebc16ff: Layer already exists [2023-03-24T09:35:00.374Z] 9e6bc0704b43: Layer already exists [2023-03-24T09:35:00.374Z] ec9649461b25: Layer already exists [2023-03-24T09:35:00.374Z] bff9c2e42a87: Layer already exists [2023-03-24T09:35:00.374Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:00.374Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:00.374Z] edf70074bd40: Layer already exists [2023-03-24T09:35:00.374Z] 151830296bc7: Layer already exists [2023-03-24T09:35:00.642Z] 3.0.0-dev.113: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:00.980Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:01.318Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:01.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-24T09:35:01.318Z] 4d815ebc16ff: Preparing [2023-03-24T09:35:01.318Z] bff9c2e42a87: Preparing [2023-03-24T09:35:01.318Z] dda1d1f84173: Preparing [2023-03-24T09:35:01.318Z] ec9649461b25: Preparing [2023-03-24T09:35:01.318Z] 9e6bc0704b43: Preparing [2023-03-24T09:35:01.318Z] 46cc77108cc5: Preparing [2023-03-24T09:35:01.318Z] 03ed5391138f: Preparing [2023-03-24T09:35:01.318Z] 151830296bc7: Preparing [2023-03-24T09:35:01.318Z] edf70074bd40: Preparing [2023-03-24T09:35:01.318Z] 46cc77108cc5: Waiting [2023-03-24T09:35:01.318Z] 03ed5391138f: Waiting [2023-03-24T09:35:01.318Z] 151830296bc7: Waiting [2023-03-24T09:35:01.318Z] edf70074bd40: Waiting [2023-03-24T09:35:01.318Z] dda1d1f84173: Layer already exists [2023-03-24T09:35:01.318Z] ec9649461b25: Layer already exists [2023-03-24T09:35:01.318Z] 4d815ebc16ff: Layer already exists [2023-03-24T09:35:01.318Z] bff9c2e42a87: Layer already exists [2023-03-24T09:35:01.318Z] 9e6bc0704b43: Layer already exists [2023-03-24T09:35:01.318Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:01.318Z] 151830296bc7: Layer already exists [2023-03-24T09:35:01.318Z] edf70074bd40: Layer already exists [2023-03-24T09:35:01.318Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:01.583Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:01.941Z] + 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-24T09:35:02.280Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-03-24T09:35:02.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-03-24T09:35:02.280Z] 4d815ebc16ff: Preparing [2023-03-24T09:35:02.280Z] bff9c2e42a87: Preparing [2023-03-24T09:35:02.280Z] dda1d1f84173: Preparing [2023-03-24T09:35:02.280Z] ec9649461b25: Preparing [2023-03-24T09:35:02.280Z] 9e6bc0704b43: Preparing [2023-03-24T09:35:02.280Z] 46cc77108cc5: Preparing [2023-03-24T09:35:02.280Z] 03ed5391138f: Preparing [2023-03-24T09:35:02.280Z] 151830296bc7: Preparing [2023-03-24T09:35:02.280Z] edf70074bd40: Preparing [2023-03-24T09:35:02.280Z] 46cc77108cc5: Waiting [2023-03-24T09:35:02.280Z] 03ed5391138f: Waiting [2023-03-24T09:35:02.280Z] 151830296bc7: Waiting [2023-03-24T09:35:02.280Z] edf70074bd40: Waiting [2023-03-24T09:35:02.280Z] 9e6bc0704b43: Layer already exists [2023-03-24T09:35:02.280Z] bff9c2e42a87: Layer already exists [2023-03-24T09:35:02.280Z] 4d815ebc16ff: Layer already exists [2023-03-24T09:35:02.280Z] dda1d1f84173: Layer already exists [2023-03-24T09:35:02.280Z] ec9649461b25: Layer already exists [2023-03-24T09:35:02.280Z] 151830296bc7: Layer already exists [2023-03-24T09:35:02.280Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:02.280Z] edf70074bd40: Layer already exists [2023-03-24T09:35:02.280Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:02.550Z] main: digest: sha256:cf90b4e67d463a92a4f542073e1be488cc96ba4e3b9b68d185156dddc1dd84ca size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:35:02.590Z] ===================================================== [Pipeline] echo [2023-03-24T09:35:02.595Z] taggedImages: [2023-03-24T09:35:02.595Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:02.595Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-03-24T09:35:02.595Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.113 [2023-03-24T09:35:02.595Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:02.595Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-03-24T09:35:02.608Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-03-24T09:35:02.608Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:02.608Z] latest [2023-03-24T09:35:02.608Z] 3.0.0-dev.113 [2023-03-24T09:35:02.608Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:02.608Z] main [2023-03-24T09:35:02.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:02.938Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:03.278Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:03.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-24T09:35:03.278Z] f39ec085799d: Preparing [2023-03-24T09:35:03.278Z] e7578801de2d: Preparing [2023-03-24T09:35:03.278Z] ffb9d37874af: Preparing [2023-03-24T09:35:03.278Z] bc470634bea7: Preparing [2023-03-24T09:35:03.278Z] 46cc77108cc5: Preparing [2023-03-24T09:35:03.278Z] 03ed5391138f: Preparing [2023-03-24T09:35:03.278Z] 59abd8916d09: Preparing [2023-03-24T09:35:03.278Z] edf70074bd40: Preparing [2023-03-24T09:35:03.278Z] 03ed5391138f: Waiting [2023-03-24T09:35:03.278Z] 59abd8916d09: Waiting [2023-03-24T09:35:03.278Z] edf70074bd40: Waiting [2023-03-24T09:35:03.278Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:03.546Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:03.546Z] ffb9d37874af: Pushed [2023-03-24T09:35:03.546Z] f39ec085799d: Pushed [2023-03-24T09:35:03.546Z] e7578801de2d: Pushed [2023-03-24T09:35:03.546Z] edf70074bd40: Layer already exists [2023-03-24T09:35:04.504Z] 59abd8916d09: Pushed [2023-03-24T09:35:19.474Z] bc470634bea7: Pushed [2023-03-24T09:35:19.474Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:19.799Z] + 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-24T09:35:20.123Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-24T09:35:20.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-24T09:35:20.123Z] f39ec085799d: Preparing [2023-03-24T09:35:20.123Z] e7578801de2d: Preparing [2023-03-24T09:35:20.123Z] ffb9d37874af: Preparing [2023-03-24T09:35:20.123Z] bc470634bea7: Preparing [2023-03-24T09:35:20.123Z] 46cc77108cc5: Preparing [2023-03-24T09:35:20.123Z] 03ed5391138f: Preparing [2023-03-24T09:35:20.123Z] 59abd8916d09: Preparing [2023-03-24T09:35:20.123Z] edf70074bd40: Preparing [2023-03-24T09:35:20.123Z] 03ed5391138f: Waiting [2023-03-24T09:35:20.123Z] 59abd8916d09: Waiting [2023-03-24T09:35:20.123Z] edf70074bd40: Waiting [2023-03-24T09:35:20.123Z] bc470634bea7: Layer already exists [2023-03-24T09:35:20.123Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:20.123Z] ffb9d37874af: Layer already exists [2023-03-24T09:35:20.123Z] e7578801de2d: Layer already exists [2023-03-24T09:35:20.123Z] f39ec085799d: Layer already exists [2023-03-24T09:35:20.123Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:20.123Z] edf70074bd40: Layer already exists [2023-03-24T09:35:20.123Z] 59abd8916d09: Layer already exists [2023-03-24T09:35:20.387Z] latest: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:20.724Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:21.057Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.113 [2023-03-24T09:35:21.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-24T09:35:21.057Z] f39ec085799d: Preparing [2023-03-24T09:35:21.057Z] e7578801de2d: Preparing [2023-03-24T09:35:21.057Z] ffb9d37874af: Preparing [2023-03-24T09:35:21.057Z] bc470634bea7: Preparing [2023-03-24T09:35:21.057Z] 46cc77108cc5: Preparing [2023-03-24T09:35:21.057Z] 03ed5391138f: Preparing [2023-03-24T09:35:21.057Z] 59abd8916d09: Preparing [2023-03-24T09:35:21.057Z] edf70074bd40: Preparing [2023-03-24T09:35:21.057Z] 03ed5391138f: Waiting [2023-03-24T09:35:21.057Z] 59abd8916d09: Waiting [2023-03-24T09:35:21.057Z] edf70074bd40: Waiting [2023-03-24T09:35:21.057Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:21.057Z] e7578801de2d: Layer already exists [2023-03-24T09:35:21.057Z] ffb9d37874af: Layer already exists [2023-03-24T09:35:21.057Z] f39ec085799d: Layer already exists [2023-03-24T09:35:21.057Z] bc470634bea7: Layer already exists [2023-03-24T09:35:21.057Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:21.057Z] 59abd8916d09: Layer already exists [2023-03-24T09:35:21.057Z] edf70074bd40: Layer already exists [2023-03-24T09:35:21.057Z] 3.0.0-dev.113: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:21.662Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:21.995Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:21.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-24T09:35:21.996Z] f39ec085799d: Preparing [2023-03-24T09:35:21.996Z] e7578801de2d: Preparing [2023-03-24T09:35:21.996Z] ffb9d37874af: Preparing [2023-03-24T09:35:21.996Z] bc470634bea7: Preparing [2023-03-24T09:35:21.996Z] 46cc77108cc5: Preparing [2023-03-24T09:35:21.996Z] 03ed5391138f: Preparing [2023-03-24T09:35:21.996Z] 59abd8916d09: Preparing [2023-03-24T09:35:21.996Z] edf70074bd40: Preparing [2023-03-24T09:35:21.996Z] 59abd8916d09: Waiting [2023-03-24T09:35:21.996Z] 03ed5391138f: Waiting [2023-03-24T09:35:21.996Z] edf70074bd40: Waiting [2023-03-24T09:35:21.996Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:21.996Z] f39ec085799d: Layer already exists [2023-03-24T09:35:21.996Z] e7578801de2d: Layer already exists [2023-03-24T09:35:21.996Z] bc470634bea7: Layer already exists [2023-03-24T09:35:21.996Z] ffb9d37874af: Layer already exists [2023-03-24T09:35:21.996Z] 59abd8916d09: Layer already exists [2023-03-24T09:35:21.996Z] edf70074bd40: Layer already exists [2023-03-24T09:35:21.996Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:22.260Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:22.600Z] + 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-24T09:35:22.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-03-24T09:35:22.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-03-24T09:35:22.942Z] f39ec085799d: Preparing [2023-03-24T09:35:22.942Z] e7578801de2d: Preparing [2023-03-24T09:35:22.942Z] ffb9d37874af: Preparing [2023-03-24T09:35:22.942Z] bc470634bea7: Preparing [2023-03-24T09:35:22.942Z] 46cc77108cc5: Preparing [2023-03-24T09:35:22.942Z] 03ed5391138f: Preparing [2023-03-24T09:35:22.942Z] 59abd8916d09: Preparing [2023-03-24T09:35:22.942Z] edf70074bd40: Preparing [2023-03-24T09:35:22.942Z] 03ed5391138f: Waiting [2023-03-24T09:35:22.942Z] 59abd8916d09: Waiting [2023-03-24T09:35:22.942Z] edf70074bd40: Waiting [2023-03-24T09:35:22.942Z] bc470634bea7: Layer already exists [2023-03-24T09:35:22.942Z] ffb9d37874af: Layer already exists [2023-03-24T09:35:22.942Z] e7578801de2d: Layer already exists [2023-03-24T09:35:22.942Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:22.942Z] f39ec085799d: Layer already exists [2023-03-24T09:35:22.942Z] 59abd8916d09: Layer already exists [2023-03-24T09:35:22.942Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:22.942Z] edf70074bd40: Layer already exists [2023-03-24T09:35:23.206Z] main: digest: sha256:2f23495199d8f7fa2271270da87f6461a7abfb68aceac173650d4175a5f59471 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:35:23.261Z] ===================================================== [Pipeline] echo [2023-03-24T09:35:23.268Z] taggedImages: [2023-03-24T09:35:23.268Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:23.268Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-03-24T09:35:23.268Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.113 [2023-03-24T09:35:23.268Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:23.268Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-03-24T09:35:23.289Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-03-24T09:35:23.289Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:23.289Z] latest [2023-03-24T09:35:23.289Z] 3.0.0-dev.113 [2023-03-24T09:35:23.289Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:23.289Z] main [2023-03-24T09:35:23.289Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:23.633Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:23.962Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:23.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-24T09:35:23.962Z] e3b5410227b6: Preparing [2023-03-24T09:35:23.962Z] 424ae22f2878: Preparing [2023-03-24T09:35:23.962Z] 9d9100da064c: Preparing [2023-03-24T09:35:23.962Z] bc470634bea7: Preparing [2023-03-24T09:35:23.962Z] 46cc77108cc5: Preparing [2023-03-24T09:35:23.962Z] 03ed5391138f: Preparing [2023-03-24T09:35:23.962Z] a9db0a282c96: Preparing [2023-03-24T09:35:23.962Z] edf70074bd40: Preparing [2023-03-24T09:35:23.962Z] 03ed5391138f: Waiting [2023-03-24T09:35:23.962Z] a9db0a282c96: Waiting [2023-03-24T09:35:23.962Z] edf70074bd40: Waiting [2023-03-24T09:35:23.962Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:23.962Z] bc470634bea7: Layer already exists [2023-03-24T09:35:24.226Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:24.227Z] edf70074bd40: Layer already exists [2023-03-24T09:35:24.227Z] 424ae22f2878: Pushed [2023-03-24T09:35:24.227Z] 9d9100da064c: Pushed [2023-03-24T09:35:24.227Z] e3b5410227b6: Pushed [2023-03-24T09:35:25.179Z] a9db0a282c96: Pushed [2023-03-24T09:35:25.179Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:25.508Z] + 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-24T09:35:25.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-24T09:35:25.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-24T09:35:25.844Z] e3b5410227b6: Preparing [2023-03-24T09:35:25.844Z] 424ae22f2878: Preparing [2023-03-24T09:35:25.844Z] 9d9100da064c: Preparing [2023-03-24T09:35:25.844Z] bc470634bea7: Preparing [2023-03-24T09:35:25.844Z] 46cc77108cc5: Preparing [2023-03-24T09:35:25.844Z] 03ed5391138f: Preparing [2023-03-24T09:35:25.844Z] a9db0a282c96: Preparing [2023-03-24T09:35:25.844Z] edf70074bd40: Preparing [2023-03-24T09:35:25.844Z] a9db0a282c96: Waiting [2023-03-24T09:35:25.844Z] edf70074bd40: Waiting [2023-03-24T09:35:25.844Z] 03ed5391138f: Waiting [2023-03-24T09:35:25.844Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:25.844Z] 9d9100da064c: Layer already exists [2023-03-24T09:35:25.844Z] e3b5410227b6: Layer already exists [2023-03-24T09:35:25.844Z] bc470634bea7: Layer already exists [2023-03-24T09:35:25.844Z] 424ae22f2878: Layer already exists [2023-03-24T09:35:25.844Z] edf70074bd40: Layer already exists [2023-03-24T09:35:25.844Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:25.844Z] a9db0a282c96: Layer already exists [2023-03-24T09:35:25.844Z] latest: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:26.431Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:26.759Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.113 [2023-03-24T09:35:26.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-24T09:35:26.759Z] e3b5410227b6: Preparing [2023-03-24T09:35:26.759Z] 424ae22f2878: Preparing [2023-03-24T09:35:26.759Z] 9d9100da064c: Preparing [2023-03-24T09:35:26.759Z] bc470634bea7: Preparing [2023-03-24T09:35:26.759Z] 46cc77108cc5: Preparing [2023-03-24T09:35:26.759Z] 03ed5391138f: Preparing [2023-03-24T09:35:26.759Z] a9db0a282c96: Preparing [2023-03-24T09:35:26.759Z] edf70074bd40: Preparing [2023-03-24T09:35:26.759Z] 03ed5391138f: Waiting [2023-03-24T09:35:26.759Z] a9db0a282c96: Waiting [2023-03-24T09:35:26.759Z] edf70074bd40: Waiting [2023-03-24T09:35:26.759Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:26.759Z] 424ae22f2878: Layer already exists [2023-03-24T09:35:26.759Z] bc470634bea7: Layer already exists [2023-03-24T09:35:26.759Z] 9d9100da064c: Layer already exists [2023-03-24T09:35:26.759Z] e3b5410227b6: Layer already exists [2023-03-24T09:35:26.759Z] a9db0a282c96: Layer already exists [2023-03-24T09:35:26.759Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:26.759Z] edf70074bd40: Layer already exists [2023-03-24T09:35:26.759Z] 3.0.0-dev.113: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:27.087Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:27.421Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:27.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-24T09:35:27.421Z] e3b5410227b6: Preparing [2023-03-24T09:35:27.421Z] 424ae22f2878: Preparing [2023-03-24T09:35:27.421Z] 9d9100da064c: Preparing [2023-03-24T09:35:27.421Z] bc470634bea7: Preparing [2023-03-24T09:35:27.421Z] 46cc77108cc5: Preparing [2023-03-24T09:35:27.421Z] 03ed5391138f: Preparing [2023-03-24T09:35:27.421Z] a9db0a282c96: Preparing [2023-03-24T09:35:27.421Z] edf70074bd40: Preparing [2023-03-24T09:35:27.421Z] a9db0a282c96: Waiting [2023-03-24T09:35:27.421Z] 03ed5391138f: Waiting [2023-03-24T09:35:27.421Z] edf70074bd40: Waiting [2023-03-24T09:35:27.421Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:27.421Z] bc470634bea7: Layer already exists [2023-03-24T09:35:27.421Z] 424ae22f2878: Layer already exists [2023-03-24T09:35:27.421Z] e3b5410227b6: Layer already exists [2023-03-24T09:35:27.421Z] 9d9100da064c: Layer already exists [2023-03-24T09:35:27.421Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:27.421Z] edf70074bd40: Layer already exists [2023-03-24T09:35:27.421Z] a9db0a282c96: Layer already exists [2023-03-24T09:35:27.421Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:28.013Z] + 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-24T09:35:28.336Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-03-24T09:35:28.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-03-24T09:35:28.336Z] e3b5410227b6: Preparing [2023-03-24T09:35:28.336Z] 424ae22f2878: Preparing [2023-03-24T09:35:28.336Z] 9d9100da064c: Preparing [2023-03-24T09:35:28.336Z] bc470634bea7: Preparing [2023-03-24T09:35:28.336Z] 46cc77108cc5: Preparing [2023-03-24T09:35:28.336Z] 03ed5391138f: Preparing [2023-03-24T09:35:28.336Z] a9db0a282c96: Preparing [2023-03-24T09:35:28.336Z] edf70074bd40: Preparing [2023-03-24T09:35:28.336Z] 03ed5391138f: Waiting [2023-03-24T09:35:28.336Z] edf70074bd40: Waiting [2023-03-24T09:35:28.336Z] a9db0a282c96: Waiting [2023-03-24T09:35:28.336Z] 424ae22f2878: Layer already exists [2023-03-24T09:35:28.336Z] e3b5410227b6: Layer already exists [2023-03-24T09:35:28.336Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:28.336Z] 9d9100da064c: Layer already exists [2023-03-24T09:35:28.336Z] bc470634bea7: Layer already exists [2023-03-24T09:35:28.336Z] a9db0a282c96: Layer already exists [2023-03-24T09:35:28.336Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:28.336Z] edf70074bd40: Layer already exists [2023-03-24T09:35:28.601Z] main: digest: sha256:60c22872ac8dcfbfd45bb9679a5f6a121c6dc3ec75e0671f5dbd9c4582e77489 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:35:28.648Z] ===================================================== [Pipeline] echo [2023-03-24T09:35:28.653Z] taggedImages: [2023-03-24T09:35:28.653Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:28.653Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-03-24T09:35:28.653Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.113 [2023-03-24T09:35:28.653Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:28.653Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-03-24T09:35:28.666Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-03-24T09:35:28.666Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:28.666Z] latest [2023-03-24T09:35:28.666Z] 3.0.0-dev.113 [2023-03-24T09:35:28.666Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:28.666Z] main [2023-03-24T09:35:28.666Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:28.990Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:29.318Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:29.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-24T09:35:29.318Z] 08f08e37347e: Preparing [2023-03-24T09:35:29.318Z] 4c1e12c12d3d: Preparing [2023-03-24T09:35:29.318Z] 46cc77108cc5: Preparing [2023-03-24T09:35:29.318Z] 03ed5391138f: Preparing [2023-03-24T09:35:29.318Z] 738551666dd9: Preparing [2023-03-24T09:35:29.318Z] edf70074bd40: Preparing [2023-03-24T09:35:29.318Z] edf70074bd40: Waiting [2023-03-24T09:35:29.318Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:29.318Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:29.583Z] edf70074bd40: Layer already exists [2023-03-24T09:35:29.583Z] 08f08e37347e: Pushed [2023-03-24T09:35:29.848Z] 738551666dd9: Pushed [2023-03-24T09:35:35.183Z] 4c1e12c12d3d: Pushed [2023-03-24T09:35:35.450Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:35.779Z] + 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-24T09:35:36.107Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-24T09:35:36.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-24T09:35:36.107Z] 08f08e37347e: Preparing [2023-03-24T09:35:36.107Z] 4c1e12c12d3d: Preparing [2023-03-24T09:35:36.107Z] 46cc77108cc5: Preparing [2023-03-24T09:35:36.107Z] 03ed5391138f: Preparing [2023-03-24T09:35:36.107Z] 738551666dd9: Preparing [2023-03-24T09:35:36.107Z] edf70074bd40: Preparing [2023-03-24T09:35:36.107Z] edf70074bd40: Waiting [2023-03-24T09:35:36.107Z] 738551666dd9: Layer already exists [2023-03-24T09:35:36.107Z] 4c1e12c12d3d: Layer already exists [2023-03-24T09:35:36.107Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:36.107Z] 08f08e37347e: Layer already exists [2023-03-24T09:35:36.107Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:36.107Z] edf70074bd40: Layer already exists [2023-03-24T09:35:36.373Z] latest: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:36.706Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:37.043Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.113 [2023-03-24T09:35:37.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-24T09:35:37.043Z] 08f08e37347e: Preparing [2023-03-24T09:35:37.043Z] 4c1e12c12d3d: Preparing [2023-03-24T09:35:37.043Z] 46cc77108cc5: Preparing [2023-03-24T09:35:37.043Z] 03ed5391138f: Preparing [2023-03-24T09:35:37.043Z] 738551666dd9: Preparing [2023-03-24T09:35:37.043Z] edf70074bd40: Preparing [2023-03-24T09:35:37.043Z] edf70074bd40: Waiting [2023-03-24T09:35:37.043Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:37.043Z] 738551666dd9: Layer already exists [2023-03-24T09:35:37.043Z] 08f08e37347e: Layer already exists [2023-03-24T09:35:37.043Z] 4c1e12c12d3d: Layer already exists [2023-03-24T09:35:37.043Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:37.043Z] edf70074bd40: Layer already exists [2023-03-24T09:35:37.043Z] 3.0.0-dev.113: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:37.642Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:37.974Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:37.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-24T09:35:37.974Z] 08f08e37347e: Preparing [2023-03-24T09:35:37.974Z] 4c1e12c12d3d: Preparing [2023-03-24T09:35:37.974Z] 46cc77108cc5: Preparing [2023-03-24T09:35:37.974Z] 03ed5391138f: Preparing [2023-03-24T09:35:37.974Z] 738551666dd9: Preparing [2023-03-24T09:35:37.974Z] edf70074bd40: Preparing [2023-03-24T09:35:37.974Z] edf70074bd40: Waiting [2023-03-24T09:35:37.974Z] 4c1e12c12d3d: Layer already exists [2023-03-24T09:35:37.974Z] 738551666dd9: Layer already exists [2023-03-24T09:35:37.974Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:37.974Z] 08f08e37347e: Layer already exists [2023-03-24T09:35:37.974Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:37.974Z] edf70074bd40: Layer already exists [2023-03-24T09:35:38.240Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:38.578Z] + 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-24T09:35:38.917Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-03-24T09:35:38.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-03-24T09:35:38.917Z] 08f08e37347e: Preparing [2023-03-24T09:35:38.917Z] 4c1e12c12d3d: Preparing [2023-03-24T09:35:38.917Z] 46cc77108cc5: Preparing [2023-03-24T09:35:38.917Z] 03ed5391138f: Preparing [2023-03-24T09:35:38.917Z] 738551666dd9: Preparing [2023-03-24T09:35:38.917Z] edf70074bd40: Preparing [2023-03-24T09:35:38.917Z] edf70074bd40: Waiting [2023-03-24T09:35:38.917Z] 4c1e12c12d3d: Layer already exists [2023-03-24T09:35:38.917Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:38.917Z] 738551666dd9: Layer already exists [2023-03-24T09:35:38.917Z] 08f08e37347e: Layer already exists [2023-03-24T09:35:38.917Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:38.917Z] edf70074bd40: Layer already exists [2023-03-24T09:35:39.182Z] main: digest: sha256:132f2cc5185549cc73b7fcdaeaf0ca8aaf7f13be96b27b7787ab74422f7101de size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:35:39.235Z] ===================================================== [Pipeline] echo [2023-03-24T09:35:39.245Z] taggedImages: [2023-03-24T09:35:39.245Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:39.245Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-03-24T09:35:39.245Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.113 [2023-03-24T09:35:39.245Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:39.245Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-03-24T09:35:39.270Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-03-24T09:35:39.270Z] 32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:39.270Z] latest [2023-03-24T09:35:39.270Z] 3.0.0-dev.113 [2023-03-24T09:35:39.270Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:39.270Z] main [2023-03-24T09:35:39.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:39.619Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:39.957Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:39.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-24T09:35:39.957Z] 59fbe2a6da5c: Preparing [2023-03-24T09:35:39.957Z] 3a07ec091ca3: Preparing [2023-03-24T09:35:39.957Z] 46cc77108cc5: Preparing [2023-03-24T09:35:39.957Z] 03ed5391138f: Preparing [2023-03-24T09:35:39.957Z] 18cffc7754d4: Preparing [2023-03-24T09:35:39.957Z] edf70074bd40: Preparing [2023-03-24T09:35:39.957Z] edf70074bd40: Waiting [2023-03-24T09:35:39.957Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:39.957Z] 18cffc7754d4: Layer already exists [2023-03-24T09:35:39.957Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:39.957Z] edf70074bd40: Layer already exists [2023-03-24T09:35:40.223Z] 59fbe2a6da5c: Pushed [2023-03-24T09:35:46.866Z] 3a07ec091ca3: Pushed [2023-03-24T09:35:46.866Z] 32e4cad4570321b8701fad636f81d26e3bb342d0: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:47.201Z] + 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-24T09:35:47.530Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-24T09:35:47.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-24T09:35:47.530Z] 59fbe2a6da5c: Preparing [2023-03-24T09:35:47.530Z] 3a07ec091ca3: Preparing [2023-03-24T09:35:47.530Z] 46cc77108cc5: Preparing [2023-03-24T09:35:47.530Z] 03ed5391138f: Preparing [2023-03-24T09:35:47.530Z] 18cffc7754d4: Preparing [2023-03-24T09:35:47.530Z] edf70074bd40: Preparing [2023-03-24T09:35:47.530Z] edf70074bd40: Waiting [2023-03-24T09:35:47.530Z] 59fbe2a6da5c: Layer already exists [2023-03-24T09:35:47.530Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:47.530Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:47.530Z] 18cffc7754d4: Layer already exists [2023-03-24T09:35:47.530Z] 3a07ec091ca3: Layer already exists [2023-03-24T09:35:47.530Z] edf70074bd40: Layer already exists [2023-03-24T09:35:47.796Z] latest: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:48.167Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:48.521Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.113 [2023-03-24T09:35:48.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-24T09:35:48.521Z] 59fbe2a6da5c: Preparing [2023-03-24T09:35:48.521Z] 3a07ec091ca3: Preparing [2023-03-24T09:35:48.521Z] 46cc77108cc5: Preparing [2023-03-24T09:35:48.521Z] 03ed5391138f: Preparing [2023-03-24T09:35:48.521Z] 18cffc7754d4: Preparing [2023-03-24T09:35:48.521Z] edf70074bd40: Preparing [2023-03-24T09:35:48.521Z] edf70074bd40: Waiting [2023-03-24T09:35:48.521Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:48.521Z] 59fbe2a6da5c: Layer already exists [2023-03-24T09:35:48.521Z] 18cffc7754d4: Layer already exists [2023-03-24T09:35:48.521Z] 3a07ec091ca3: Layer already exists [2023-03-24T09:35:48.521Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:48.521Z] edf70074bd40: Layer already exists [2023-03-24T09:35:48.796Z] 3.0.0-dev.113: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:49.144Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:49.487Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:49.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-24T09:35:49.487Z] 59fbe2a6da5c: Preparing [2023-03-24T09:35:49.487Z] 3a07ec091ca3: Preparing [2023-03-24T09:35:49.487Z] 46cc77108cc5: Preparing [2023-03-24T09:35:49.487Z] 03ed5391138f: Preparing [2023-03-24T09:35:49.487Z] 18cffc7754d4: Preparing [2023-03-24T09:35:49.487Z] edf70074bd40: Preparing [2023-03-24T09:35:49.487Z] edf70074bd40: Waiting [2023-03-24T09:35:49.487Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:49.487Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:49.487Z] 3a07ec091ca3: Layer already exists [2023-03-24T09:35:49.487Z] 18cffc7754d4: Layer already exists [2023-03-24T09:35:49.487Z] 59fbe2a6da5c: Layer already exists [2023-03-24T09:35:49.487Z] edf70074bd40: Layer already exists [2023-03-24T09:35:49.757Z] 32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:50.100Z] + 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-24T09:35:50.440Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-03-24T09:35:50.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-03-24T09:35:50.440Z] 59fbe2a6da5c: Preparing [2023-03-24T09:35:50.440Z] 3a07ec091ca3: Preparing [2023-03-24T09:35:50.440Z] 46cc77108cc5: Preparing [2023-03-24T09:35:50.440Z] 03ed5391138f: Preparing [2023-03-24T09:35:50.440Z] 18cffc7754d4: Preparing [2023-03-24T09:35:50.440Z] edf70074bd40: Preparing [2023-03-24T09:35:50.440Z] edf70074bd40: Waiting [2023-03-24T09:35:50.440Z] 18cffc7754d4: Layer already exists [2023-03-24T09:35:50.440Z] 59fbe2a6da5c: Layer already exists [2023-03-24T09:35:50.440Z] 3a07ec091ca3: Layer already exists [2023-03-24T09:35:50.440Z] 46cc77108cc5: Layer already exists [2023-03-24T09:35:50.440Z] 03ed5391138f: Layer already exists [2023-03-24T09:35:50.440Z] edf70074bd40: Layer already exists [2023-03-24T09:35:50.707Z] main: digest: sha256:937466c9c5ea74892cde2a04192b7db0b0b87486f5bd4f2bcead43b19f73296c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-24T09:35:50.748Z] ===================================================== [Pipeline] echo [2023-03-24T09:35:50.753Z] taggedImages: [2023-03-24T09:35:50.753Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0 [2023-03-24T09:35:50.753Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-03-24T09:35:50.753Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.113 [2023-03-24T09:35:50.753Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:32e4cad4570321b8701fad636f81d26e3bb342d0-3.0.0-dev.113 [2023-03-24T09:35:50.753Z] - 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-24T09:35:51.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-24T09:35:51.120Z] [2023-03-24T09:35:51.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:35:51.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-24T09:35:51.449Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-24T09:35:51.449Z] 8998bd30e6a1: Pulling fs layer [2023-03-24T09:35:51.449Z] 04944245beec: Pulling fs layer [2023-03-24T09:35:51.449Z] 699f458cf7ca: Pulling fs layer [2023-03-24T09:35:51.449Z] 765212b225bb: Pulling fs layer [2023-03-24T09:35:51.449Z] f23df028b6ca: Pulling fs layer [2023-03-24T09:35:51.449Z] d65c8cfc05b1: Pulling fs layer [2023-03-24T09:35:51.449Z] 2437ff75d9bd: Pulling fs layer [2023-03-24T09:35:51.449Z] 765212b225bb: Waiting [2023-03-24T09:35:51.449Z] f23df028b6ca: Waiting [2023-03-24T09:35:51.449Z] d65c8cfc05b1: Waiting [2023-03-24T09:35:51.449Z] 2437ff75d9bd: Waiting [2023-03-24T09:35:51.718Z] 04944245beec: Verifying Checksum [2023-03-24T09:35:51.718Z] 04944245beec: Download complete [2023-03-24T09:35:51.718Z] 765212b225bb: Verifying Checksum [2023-03-24T09:35:51.718Z] 765212b225bb: Download complete [2023-03-24T09:35:51.718Z] f23df028b6ca: Download complete [2023-03-24T09:35:51.718Z] d65c8cfc05b1: Verifying Checksum [2023-03-24T09:35:51.718Z] d65c8cfc05b1: Download complete [2023-03-24T09:35:51.988Z] 699f458cf7ca: Verifying Checksum [2023-03-24T09:35:51.988Z] 699f458cf7ca: Download complete [2023-03-24T09:35:52.256Z] 8998bd30e6a1: Verifying Checksum [2023-03-24T09:35:52.256Z] 8998bd30e6a1: Download complete [2023-03-24T09:35:54.835Z] 2437ff75d9bd: Verifying Checksum [2023-03-24T09:35:54.835Z] 2437ff75d9bd: Download complete [2023-03-24T09:35:56.774Z] 8998bd30e6a1: Pull complete [2023-03-24T09:35:57.042Z] 04944245beec: Pull complete [2023-03-24T09:35:58.452Z] 699f458cf7ca: Pull complete [2023-03-24T09:35:58.720Z] 765212b225bb: Pull complete [2023-03-24T09:35:59.308Z] f23df028b6ca: Pull complete [2023-03-24T09:35:59.580Z] d65c8cfc05b1: Pull complete [2023-03-24T09:36:14.569Z] 2437ff75d9bd: Pull complete [2023-03-24T09:36:14.569Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-24T09:36:14.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-24T09:36:14.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:36:14.769Z] prd-ubuntu20.04-docker-arm64-4c-16g-5694 does not seem to be running inside a container [2023-03-24T09:36:14.817Z] $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:36:17.881Z] $ docker top c1cd9a36f83465dee7af86341bb1f1c1829c89bb0839c4cae243625cd973954d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:36:18.803Z] ---> job-cost.sh [2023-03-24T09:36:18.803Z] lf-activate-venv: SKIPPING [2023-03-24T09:36:18.803Z] INFO: No Stack... [2023-03-24T09:36:19.384Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-24T09:36:19.967Z] INFO: Archiving Costs [Pipeline] sh [2023-03-24T09:36:20.599Z] + + cat /w/workspace/edgex-go/475/archives/cost.csv [2023-03-24T09:36:20.599Z] cut -d, -f6 [Pipeline] lock [2023-03-24T09:36:20.675Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] [2023-03-24T09:36:20.685Z] Resource [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] did not exist. Created. [2023-03-24T09:36:20.685Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-24T09:36:21.325Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-24T09:36:21.983Z] Stashed 1 file(s) [Pipeline] } [2023-03-24T09:36:21.990Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-475-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-24T09:36:21.998Z] $ docker stop --time=1 c1cd9a36f83465dee7af86341bb1f1c1829c89bb0839c4cae243625cd973954d [2023-03-24T09:36:23.535Z] $ docker rm -f --volumes c1cd9a36f83465dee7af86341bb1f1c1829c89bb0839c4cae243625cd973954d [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-24T09:36:24.004Z] provisioning config files... [2023-03-24T09:36:24.010Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/475@tmp/config15574878378687654276tmp [Pipeline] { [Pipeline] sh [2023-03-24T09:36:24.295Z] + set +x [2023-03-24T09:36:24.295Z] + curl -s https://codecov.io/bash [2023-03-24T09:36:24.295Z] + bash -s -- [2023-03-24T09:36:24.295Z] [2023-03-24T09:36:24.295Z] _____ _ [2023-03-24T09:36:24.295Z] / ____| | | [2023-03-24T09:36:24.295Z] | | ___ __| | ___ ___ _____ __ [2023-03-24T09:36:24.295Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-24T09:36:24.295Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-24T09:36:24.295Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-24T09:36:24.295Z] Bash-1.0.6 [2023-03-24T09:36:24.295Z] [2023-03-24T09:36:24.295Z] [2023-03-24T09:36:24.295Z] ==> git version 2.25.1 found [2023-03-24T09:36:24.295Z] ==> 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-24T09:36:24.295Z] Release-Date: 2020-01-08 [2023-03-24T09:36:24.295Z] 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-24T09:36:24.295Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-24T09:36:24.295Z] ==> Jenkins CI detected. [2023-03-24T09:36:24.295Z] current dir:  /w/workspace/edgex-go/475 [2023-03-24T09:36:24.295Z] project root: . [2023-03-24T09:36:24.295Z] --> token set from env [2023-03-24T09:36:24.295Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-24T09:36:24.295Z] ==> Running gcov in . (disable via -X gcov) [2023-03-24T09:36:24.295Z] ==> Python coveragepy not found [2023-03-24T09:36:24.295Z] ==> Searching for coverage reports in: [2023-03-24T09:36:24.295Z] + . [2023-03-24T09:36:24.555Z] -> Found 1 reports [2023-03-24T09:36:24.555Z] ==> Detecting git/mercurial file structure [2023-03-24T09:36:24.555Z] ==> Reading reports [2023-03-24T09:36:24.555Z] + ./coverage.out bytes=447380 [2023-03-24T09:36:24.555Z] ==> Appending adjustments [2023-03-24T09:36:24.555Z] https://docs.codecov.io/docs/fixing-reports [2023-03-24T09:36:25.489Z] + Found adjustments [2023-03-24T09:36:25.489Z] ==> Gzipping contents [2023-03-24T09:36:25.489Z] 60K /tmp/codecov.L3F0N1.gz [2023-03-24T09:36:25.489Z] ==> Uploading reports [2023-03-24T09:36:25.489Z] url: https://codecov.io [2023-03-24T09:36:25.489Z] query: branch=main&commit=32e4cad4570321b8701fad636f81d26e3bb342d0&build=475&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F475%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-24T09:36:25.489Z] -> Pinging Codecov [2023-03-24T09:36:25.489Z] 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=32e4cad4570321b8701fad636f81d26e3bb342d0&build=475&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F475%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-24T09:36:25.749Z] -> Uploading to [2023-03-24T09:36:25.749Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-24/00271124DB129430A58F1EEE437C3FCB/32e4cad4570321b8701fad636f81d26e3bb342d0/0bf41eab-a4a4-4c47-ba44-91ce162ab283.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230324T093625Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=859caab2ce2bf3ca1f8a0575914006608cead2d2e289650c3475cd22393d29fe [2023-03-24T09:36:25.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T09:36:25.749Z] Dload Upload Total Spent Left Speed [2023-03-24T09:36:26.007Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57543 0 0 100 57543 0 170k --:--:-- --:--:-- --:--:-- 170k [2023-03-24T09:36:26.007Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/32e4cad4570321b8701fad636f81d26e3bb342d0 [Pipeline] } [2023-03-24T09:36:26.013Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-03-24T09:36:26.221Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-24T09:36:26.232Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:36:26.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-24T09:36:26.522Z] [2023-03-24T09:36:26.522Z] 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-24T09:36:26.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-24T09:36:26.819Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-24T09:36:26.819Z] df9b9388f04a: Pulling fs layer [2023-03-24T09:36:26.819Z] 52dc419b0ee2: Pulling fs layer [2023-03-24T09:36:26.819Z] 25bc292e5bac: Pulling fs layer [2023-03-24T09:36:26.819Z] 114826534d7a: Pulling fs layer [2023-03-24T09:36:26.819Z] 4657fd5d0bcf: Pulling fs layer [2023-03-24T09:36:26.819Z] 6ad1cebc031e: Pulling fs layer [2023-03-24T09:36:26.819Z] 8a3aa393b2d8: Pulling fs layer [2023-03-24T09:36:26.819Z] 114826534d7a: Waiting [2023-03-24T09:36:26.819Z] 6ad1cebc031e: Waiting [2023-03-24T09:36:26.819Z] 8a3aa393b2d8: Waiting [2023-03-24T09:36:26.819Z] 4657fd5d0bcf: Waiting [2023-03-24T09:36:26.819Z] 25bc292e5bac: Download complete [2023-03-24T09:36:26.819Z] 52dc419b0ee2: Download complete [2023-03-24T09:36:26.819Z] 4657fd5d0bcf: Download complete [2023-03-24T09:36:26.819Z] df9b9388f04a: Verifying Checksum [2023-03-24T09:36:26.819Z] df9b9388f04a: Download complete [2023-03-24T09:36:27.080Z] df9b9388f04a: Pull complete [2023-03-24T09:36:27.080Z] 6ad1cebc031e: Verifying Checksum [2023-03-24T09:36:27.080Z] 6ad1cebc031e: Download complete [2023-03-24T09:36:27.080Z] 52dc419b0ee2: Pull complete [2023-03-24T09:36:27.344Z] 25bc292e5bac: Pull complete [2023-03-24T09:36:27.602Z] 114826534d7a: Verifying Checksum [2023-03-24T09:36:27.602Z] 114826534d7a: Download complete [2023-03-24T09:36:27.602Z] 8a3aa393b2d8: Verifying Checksum [2023-03-24T09:36:27.602Z] 8a3aa393b2d8: Download complete [2023-03-24T09:36:30.882Z] 114826534d7a: Pull complete [2023-03-24T09:36:30.882Z] 4657fd5d0bcf: Pull complete [2023-03-24T09:36:31.446Z] 6ad1cebc031e: Pull complete [2023-03-24T09:36:33.971Z] 8a3aa393b2d8: Pull complete [2023-03-24T09:36:33.971Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-24T09:36:33.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-24T09:36:33.971Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:36:34.050Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:36:34.073Z] $ 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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:36:38.483Z] $ docker top d2f3e17d6d6b6d0184ecaca455c7de6581708e3b4ff46239ffd3299d1c5e9711 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-24T09:36:38.548Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-03-24T09:36:38.824Z] + set -o pipefail [2023-03-24T09:36:38.824Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-03-24T09:36:44.089Z] [2023-03-24T09:36:44.089Z] Monitoring /w/workspace/edgex-go/475 (github.com/edgexfoundry/edgex-go)... [2023-03-24T09:36:44.089Z] [2023-03-24T09:36:44.089Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/46b6b1a0-9b76-4ca0-8587-13e994105f9b [2023-03-24T09:36:44.089Z] [2023-03-24T09:36:44.089Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-24T09:36:44.089Z] [2023-03-24T09:36:44.089Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-24T09:36:44.089Z] [2023-03-24T09:36:44.089Z] [2023-03-24T09:36:44.089Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-24T09:36:44.089Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-24T09:36:44.089Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-24T09:36:44.094Z] $ docker stop --time=1 d2f3e17d6d6b6d0184ecaca455c7de6581708e3b4ff46239ffd3299d1c5e9711 [2023-03-24T09:36:46.905Z] $ docker rm -f --volumes d2f3e17d6d6b6d0184ecaca455c7de6581708e3b4ff46239ffd3299d1c5e9711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-03-24T09:36:47.239Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T09:36:47.247Z] provisioning config files... [2023-03-24T09:36:47.254Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/475@tmp/config6732812609351293606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:36:47.543Z] --> edgex-publish-swagger.sh [2023-03-24T09:36:47.543Z] === Publish openapi/v3 API === [2023-03-24T09:36:47.543Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-03-24T09:36:47.543Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/475/openapi/v3/core-command.yaml] [2023-03-24T09:36:47.543Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T09:36:47.543Z] Dload Upload Total Spent Left Speed [2023-03-24T09:36:48.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 42072 --:--:-- --:--:-- --:--:-- 42011 100 29030 0 0 100 29030 0 42072 --:--:-- --:--:-- --:--:-- 42011 [2023-03-24T09:36:48.112Z] [2023-03-24T09:36:48.112Z] [2023-03-24T09:36:48.112Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/475/openapi/v3/core-data.yaml] [2023-03-24T09:36:48.112Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T09:36:48.112Z] Dload Upload Total Spent Left Speed [2023-03-24T09:36:48.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 117k --:--:-- --:--:-- --:--:-- 117k [2023-03-24T09:36:48.681Z] [2023-03-24T09:36:48.681Z] [2023-03-24T09:36:48.681Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/475/openapi/v3/core-metadata.yaml] [2023-03-24T09:36:48.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T09:36:48.681Z] Dload Upload Total Spent Left Speed [2023-03-24T09:36:49.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 274k --:--:-- --:--:-- --:--:-- 273k [2023-03-24T09:36:49.247Z] [2023-03-24T09:36:49.247Z] [2023-03-24T09:36:49.247Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/475/openapi/v3/support-notifications.yaml] [2023-03-24T09:36:49.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T09:36:49.247Z] Dload Upload Total Spent Left Speed [2023-03-24T09:36:49.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 160k --:--:-- --:--:-- --:--:-- 160k 100 86965 0 0 100 86965 0 160k --:--:-- --:--:-- --:--:-- 160k [2023-03-24T09:36:49.813Z] [2023-03-24T09:36:49.813Z] [2023-03-24T09:36:49.813Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/475/openapi/v3/support-scheduler.yaml] [2023-03-24T09:36:49.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-24T09:36:49.813Z] Dload Upload Total Spent Left Speed [2023-03-24T09:36:50.380Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 63198 --:--:-- --:--:-- --:--:-- 63198 [2023-03-24T09:36:50.380Z] [2023-03-24T09:36:50.380Z] [Pipeline] } [2023-03-24T09:36:50.386Z] 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-24T09:36:50.775Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-24T09:36:50.775Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:36:51.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T09:36:51.072Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:36:51.144Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:36:51.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:36:51.549Z] $ docker top caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f -eo pid,comm [2023-03-24T09:36:51.598Z] 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-24T09:36:51.598Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-24T09:36:51.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-24T09:36:51.638Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-24T09:36:51.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-24T09:36:51.739Z] $ docker exec caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f ssh-agent [2023-03-24T09:36:51.854Z] SSH_AUTH_SOCK=/tmp/ssh-ZjQoRklCdTYe/agent.32 [2023-03-24T09:36:51.854Z] SSH_AGENT_PID=38 [2023-03-24T09:36:51.859Z] Running ssh-add (command line suppressed) [2023-03-24T09:36:51.949Z] Identity added: /w/workspace/edgex-go/475@tmp/private_key_11684124963029041070.key (/w/workspace/edgex-go/475@tmp/private_key_11684124963029041070.key) [2023-03-24T09:36:51.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-24T09:36:52.254Z] + git semver tag [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,438 [run_tag] DEBUG tag force:False [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,438 [check_head_tag] DEBUG check head tag [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,441 [execute] INFO git cat-file --batch-check [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=) [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,444 [execute] INFO git cat-file --batch [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,444 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=) [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,491 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,491 [execute] INFO git tag -a v3.0.0-dev.113 -m v3.0.0-dev.113 [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,491 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.113', '-m', 'v3.0.0-dev.113'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=None) [2023-03-24T09:36:52.512Z] 2023-03-24 09:36:52,496 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:36:52.512Z] 3.0.0-dev.113 [Pipeline] } [2023-03-24T09:36:52.774Z] $ docker exec --env ******** --env ******** caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f ssh-agent -k [2023-03-24T09:36:52.872Z] unset SSH_AUTH_SOCK; [2023-03-24T09:36:52.873Z] unset SSH_AGENT_PID; [2023-03-24T09:36:52.873Z] echo Agent pid 38 killed; [2023-03-24T09:36:52.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-24T09:36:53.187Z] + git semver [Pipeline] } [2023-03-24T09:36:53.453Z] $ docker stop --time=1 caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f [2023-03-24T09:36:54.746Z] $ docker rm -f --volumes caf0ff42ce4124add148caa51dc43716bb9189eeb9efd9023d0c2a7c3562aa7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:36:55.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-24T09:36:55.124Z] [2023-03-24T09:36:55.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:36:55.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-24T09:36:55.429Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-24T09:36:55.429Z] ab5ef0e58194: Pulling fs layer [2023-03-24T09:36:55.429Z] 9712f1f96733: Pulling fs layer [2023-03-24T09:36:55.429Z] 63f879dbbcfc: Pulling fs layer [2023-03-24T09:36:55.429Z] 0d9ebad4ef96: Pulling fs layer [2023-03-24T09:36:55.429Z] e9a5061849ea: Pulling fs layer [2023-03-24T09:36:55.429Z] d747dcd14b5f: Pulling fs layer [2023-03-24T09:36:55.429Z] 2de7ff778b66: Pulling fs layer [2023-03-24T09:36:55.429Z] e9a5061849ea: Waiting [2023-03-24T09:36:55.429Z] d747dcd14b5f: Waiting [2023-03-24T09:36:55.429Z] 2de7ff778b66: Waiting [2023-03-24T09:36:55.429Z] 0d9ebad4ef96: Waiting [2023-03-24T09:36:55.429Z] 9712f1f96733: Verifying Checksum [2023-03-24T09:36:55.429Z] 9712f1f96733: Download complete [2023-03-24T09:36:55.693Z] 63f879dbbcfc: Verifying Checksum [2023-03-24T09:36:55.693Z] 63f879dbbcfc: Download complete [2023-03-24T09:36:55.952Z] e9a5061849ea: Verifying Checksum [2023-03-24T09:36:55.952Z] e9a5061849ea: Download complete [2023-03-24T09:36:55.952Z] 0d9ebad4ef96: Download complete [2023-03-24T09:36:55.952Z] d747dcd14b5f: Download complete [2023-03-24T09:36:55.952Z] ab5ef0e58194: Verifying Checksum [2023-03-24T09:36:55.952Z] ab5ef0e58194: Download complete [2023-03-24T09:36:56.209Z] 2de7ff778b66: Verifying Checksum [2023-03-24T09:36:56.209Z] 2de7ff778b66: Download complete [2023-03-24T09:36:58.736Z] ab5ef0e58194: Pull complete [2023-03-24T09:36:58.736Z] 9712f1f96733: Pull complete [2023-03-24T09:36:58.994Z] 63f879dbbcfc: Pull complete [2023-03-24T09:37:02.272Z] 0d9ebad4ef96: Pull complete [2023-03-24T09:37:02.530Z] e9a5061849ea: Pull complete [2023-03-24T09:37:02.787Z] d747dcd14b5f: Pull complete [2023-03-24T09:37:03.720Z] 2de7ff778b66: Pull complete [2023-03-24T09:37:03.720Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-24T09:37:03.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-24T09:37:03.720Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:37:03.793Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:37:03.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:37:08.369Z] $ docker top 1c9013dcc43c70cc209084cf56af373ffbb0cb5717472fda70163bed014ec4df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-24T09:37:08.435Z] provisioning config files... [2023-03-24T09:37:08.443Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/475@tmp/config11110035129140955313tmp [2023-03-24T09:37:08.453Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/475@tmp/config3642122385910197317tmp [2023-03-24T09:37:08.464Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/475@tmp/config14680611723296467392tmp [Pipeline] { [Pipeline] echo [2023-03-24T09:37:08.477Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:08.757Z] ---> sigul-configuration.sh [2023-03-24T09:37:08.757Z] gpg: directory `/root/.gnupg' created [2023-03-24T09:37:08.757Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-24T09:37:08.757Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-24T09:37:08.757Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-24T09:37:08.757Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-24T09:37:08.757Z] gpg: CAST5 encrypted data [2023-03-24T09:37:08.757Z] gpg: encrypted with 1 passphrase [2023-03-24T09:37:08.757Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-24T09:37:09.037Z] + mkdir /home/jenkins [2023-03-24T09:37:09.037Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-24T09:37:09.320Z] + 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-24T09:37:09.328Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:09.608Z] ---> sigul-install.sh [2023-03-24T09:37:09.608Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-24T09:37:09.893Z] + git tag --list [2023-03-24T09:37:09.893Z] 0.6.0 [2023-03-24T09:37:09.893Z] 0.6.1 [2023-03-24T09:37:09.893Z] 0.7.0 [2023-03-24T09:37:09.893Z] 0.7.1 [2023-03-24T09:37:09.893Z] v1.0.0 [2023-03-24T09:37:09.893Z] v1.0.1 [2023-03-24T09:37:09.893Z] v1.1.0 [2023-03-24T09:37:09.893Z] v1.2.0 [2023-03-24T09:37:09.893Z] v1.2.1 [2023-03-24T09:37:09.893Z] v1.3.0 [2023-03-24T09:37:09.893Z] v1.3.1 [2023-03-24T09:37:09.893Z] v2.0.0 [2023-03-24T09:37:09.893Z] v2.1.0 [2023-03-24T09:37:09.893Z] v2.1.1 [2023-03-24T09:37:09.893Z] v2.1.1-dev.1 [2023-03-24T09:37:09.893Z] v2.1.1-dev.2 [2023-03-24T09:37:09.893Z] v2.1.1-dev.3 [2023-03-24T09:37:09.893Z] v2.1.1-dev.4 [2023-03-24T09:37:09.893Z] v2.1.1-dev.5 [2023-03-24T09:37:09.893Z] v2.1.1-dev.6 [2023-03-24T09:37:09.893Z] v2.1.1-dev.7 [2023-03-24T09:37:09.893Z] v2.1.1-dev.8 [2023-03-24T09:37:09.893Z] v2.1.2-dev.1 [2023-03-24T09:37:09.893Z] v2.2.0 [2023-03-24T09:37:09.893Z] v2.2.1-dev.1 [2023-03-24T09:37:09.893Z] v2.2.1-dev.10 [2023-03-24T09:37:09.893Z] v2.2.1-dev.11 [2023-03-24T09:37:09.893Z] v2.2.1-dev.12 [2023-03-24T09:37:09.893Z] v2.2.1-dev.13 [2023-03-24T09:37:09.893Z] v2.2.1-dev.14 [2023-03-24T09:37:09.893Z] v2.2.1-dev.15 [2023-03-24T09:37:09.893Z] v2.2.1-dev.16 [2023-03-24T09:37:09.893Z] v2.2.1-dev.17 [2023-03-24T09:37:09.893Z] v2.2.1-dev.18 [2023-03-24T09:37:09.893Z] v2.2.1-dev.19 [2023-03-24T09:37:09.893Z] v2.2.1-dev.2 [2023-03-24T09:37:09.893Z] v2.2.1-dev.20 [2023-03-24T09:37:09.893Z] v2.2.1-dev.21 [2023-03-24T09:37:09.893Z] v2.2.1-dev.22 [2023-03-24T09:37:09.893Z] v2.2.1-dev.23 [2023-03-24T09:37:09.893Z] v2.2.1-dev.24 [2023-03-24T09:37:09.893Z] v2.2.1-dev.25 [2023-03-24T09:37:09.893Z] v2.2.1-dev.26 [2023-03-24T09:37:09.893Z] v2.2.1-dev.27 [2023-03-24T09:37:09.893Z] v2.2.1-dev.28 [2023-03-24T09:37:09.893Z] v2.2.1-dev.29 [2023-03-24T09:37:09.893Z] v2.2.1-dev.3 [2023-03-24T09:37:09.893Z] v2.2.1-dev.4 [2023-03-24T09:37:09.893Z] v2.2.1-dev.5 [2023-03-24T09:37:09.893Z] v2.2.1-dev.6 [2023-03-24T09:37:09.893Z] v2.2.1-dev.7 [2023-03-24T09:37:09.893Z] v2.2.1-dev.8 [2023-03-24T09:37:09.893Z] v2.2.1-dev.9 [2023-03-24T09:37:09.893Z] v2.3.0 [2023-03-24T09:37:09.893Z] v2.3.0-dev.100 [2023-03-24T09:37:09.893Z] v2.3.0-dev.101 [2023-03-24T09:37:09.893Z] v2.3.0-dev.102 [2023-03-24T09:37:09.893Z] v2.3.0-dev.103 [2023-03-24T09:37:09.893Z] v2.3.0-dev.104 [2023-03-24T09:37:09.893Z] v2.3.0-dev.105 [2023-03-24T09:37:09.893Z] v2.3.0-dev.106 [2023-03-24T09:37:09.893Z] v2.3.0-dev.29 [2023-03-24T09:37:09.893Z] v2.3.0-dev.30 [2023-03-24T09:37:09.893Z] v2.3.0-dev.31 [2023-03-24T09:37:09.893Z] v2.3.0-dev.32 [2023-03-24T09:37:09.893Z] v2.3.0-dev.33 [2023-03-24T09:37:09.893Z] v2.3.0-dev.34 [2023-03-24T09:37:09.893Z] v2.3.0-dev.35 [2023-03-24T09:37:09.893Z] v2.3.0-dev.36 [2023-03-24T09:37:09.893Z] v2.3.0-dev.37 [2023-03-24T09:37:09.893Z] v2.3.0-dev.38 [2023-03-24T09:37:09.893Z] v2.3.0-dev.39 [2023-03-24T09:37:09.893Z] v2.3.0-dev.40 [2023-03-24T09:37:09.893Z] v2.3.0-dev.41 [2023-03-24T09:37:09.893Z] v2.3.0-dev.42 [2023-03-24T09:37:09.893Z] v2.3.0-dev.43 [2023-03-24T09:37:09.893Z] v2.3.0-dev.44 [2023-03-24T09:37:09.893Z] v2.3.0-dev.45 [2023-03-24T09:37:09.893Z] v2.3.0-dev.46 [2023-03-24T09:37:09.893Z] v2.3.0-dev.47 [2023-03-24T09:37:09.893Z] v2.3.0-dev.48 [2023-03-24T09:37:09.893Z] v2.3.0-dev.49 [2023-03-24T09:37:09.893Z] v2.3.0-dev.50 [2023-03-24T09:37:09.893Z] v2.3.0-dev.51 [2023-03-24T09:37:09.893Z] v2.3.0-dev.52 [2023-03-24T09:37:09.893Z] v2.3.0-dev.53 [2023-03-24T09:37:09.893Z] v2.3.0-dev.54 [2023-03-24T09:37:09.893Z] v2.3.0-dev.55 [2023-03-24T09:37:09.893Z] v2.3.0-dev.56 [2023-03-24T09:37:09.893Z] v2.3.0-dev.57 [2023-03-24T09:37:09.893Z] v2.3.0-dev.58 [2023-03-24T09:37:09.893Z] v2.3.0-dev.59 [2023-03-24T09:37:09.893Z] v2.3.0-dev.60 [2023-03-24T09:37:09.893Z] v2.3.0-dev.61 [2023-03-24T09:37:09.893Z] v2.3.0-dev.62 [2023-03-24T09:37:09.893Z] v2.3.0-dev.63 [2023-03-24T09:37:09.893Z] v2.3.0-dev.64 [2023-03-24T09:37:09.893Z] v2.3.0-dev.65 [2023-03-24T09:37:09.893Z] v2.3.0-dev.66 [2023-03-24T09:37:09.893Z] v2.3.0-dev.67 [2023-03-24T09:37:09.893Z] v2.3.0-dev.68 [2023-03-24T09:37:09.893Z] v2.3.0-dev.69 [2023-03-24T09:37:09.893Z] v2.3.0-dev.70 [2023-03-24T09:37:09.893Z] v2.3.0-dev.71 [2023-03-24T09:37:09.893Z] v2.3.0-dev.72 [2023-03-24T09:37:09.893Z] v2.3.0-dev.73 [2023-03-24T09:37:09.893Z] v2.3.0-dev.74 [2023-03-24T09:37:09.893Z] v2.3.0-dev.75 [2023-03-24T09:37:09.893Z] v2.3.0-dev.76 [2023-03-24T09:37:09.893Z] v2.3.0-dev.77 [2023-03-24T09:37:09.893Z] v2.3.0-dev.78 [2023-03-24T09:37:09.893Z] v2.3.0-dev.79 [2023-03-24T09:37:09.893Z] v2.3.0-dev.80 [2023-03-24T09:37:09.893Z] v2.3.0-dev.81 [2023-03-24T09:37:09.893Z] v2.3.0-dev.82 [2023-03-24T09:37:09.893Z] v2.3.0-dev.83 [2023-03-24T09:37:09.893Z] v2.3.0-dev.84 [2023-03-24T09:37:09.893Z] v2.3.0-dev.85 [2023-03-24T09:37:09.893Z] v2.3.0-dev.86 [2023-03-24T09:37:09.893Z] v2.3.0-dev.87 [2023-03-24T09:37:09.893Z] v2.3.0-dev.88 [2023-03-24T09:37:09.893Z] v2.3.0-dev.89 [2023-03-24T09:37:09.893Z] v2.3.0-dev.90 [2023-03-24T09:37:09.893Z] v2.3.0-dev.91 [2023-03-24T09:37:09.893Z] v2.3.0-dev.92 [2023-03-24T09:37:09.893Z] v2.3.0-dev.93 [2023-03-24T09:37:09.893Z] v2.3.0-dev.94 [2023-03-24T09:37:09.893Z] v2.3.0-dev.95 [2023-03-24T09:37:09.893Z] v2.3.0-dev.96 [2023-03-24T09:37:09.893Z] v2.3.0-dev.97 [2023-03-24T09:37:09.893Z] v2.3.0-dev.98 [2023-03-24T09:37:09.893Z] v2.3.0-dev.99 [2023-03-24T09:37:09.893Z] v2.3.1-dev.1 [2023-03-24T09:37:09.893Z] v2.3.1-dev.2 [2023-03-24T09:37:09.893Z] v2.3.1-dev.3 [2023-03-24T09:37:09.893Z] v2.3.1-dev.4 [2023-03-24T09:37:09.893Z] v2.3.1-dev.5 [2023-03-24T09:37:09.893Z] v3.0.0-dev.1 [2023-03-24T09:37:09.893Z] v3.0.0-dev.10 [2023-03-24T09:37:09.893Z] v3.0.0-dev.100 [2023-03-24T09:37:09.893Z] v3.0.0-dev.101 [2023-03-24T09:37:09.893Z] v3.0.0-dev.102 [2023-03-24T09:37:09.893Z] v3.0.0-dev.103 [2023-03-24T09:37:09.893Z] v3.0.0-dev.104 [2023-03-24T09:37:09.893Z] v3.0.0-dev.105 [2023-03-24T09:37:09.893Z] v3.0.0-dev.106 [2023-03-24T09:37:09.893Z] v3.0.0-dev.107 [2023-03-24T09:37:09.893Z] v3.0.0-dev.108 [2023-03-24T09:37:09.893Z] v3.0.0-dev.109 [2023-03-24T09:37:09.893Z] v3.0.0-dev.11 [2023-03-24T09:37:09.893Z] v3.0.0-dev.110 [2023-03-24T09:37:09.893Z] v3.0.0-dev.111 [2023-03-24T09:37:09.893Z] v3.0.0-dev.112 [2023-03-24T09:37:09.893Z] v3.0.0-dev.113 [2023-03-24T09:37:09.893Z] v3.0.0-dev.12 [2023-03-24T09:37:09.893Z] v3.0.0-dev.13 [2023-03-24T09:37:09.893Z] v3.0.0-dev.14 [2023-03-24T09:37:09.893Z] v3.0.0-dev.15 [2023-03-24T09:37:09.893Z] v3.0.0-dev.16 [2023-03-24T09:37:09.893Z] v3.0.0-dev.17 [2023-03-24T09:37:09.893Z] v3.0.0-dev.18 [2023-03-24T09:37:09.893Z] v3.0.0-dev.19 [2023-03-24T09:37:09.893Z] v3.0.0-dev.2 [2023-03-24T09:37:09.893Z] v3.0.0-dev.20 [2023-03-24T09:37:09.893Z] v3.0.0-dev.21 [2023-03-24T09:37:09.893Z] v3.0.0-dev.22 [2023-03-24T09:37:09.893Z] v3.0.0-dev.23 [2023-03-24T09:37:09.893Z] v3.0.0-dev.24 [2023-03-24T09:37:09.893Z] v3.0.0-dev.25 [2023-03-24T09:37:09.893Z] v3.0.0-dev.26 [2023-03-24T09:37:09.893Z] v3.0.0-dev.27 [2023-03-24T09:37:09.893Z] v3.0.0-dev.28 [2023-03-24T09:37:09.893Z] v3.0.0-dev.29 [2023-03-24T09:37:09.893Z] v3.0.0-dev.3 [2023-03-24T09:37:09.893Z] v3.0.0-dev.30 [2023-03-24T09:37:09.893Z] v3.0.0-dev.31 [2023-03-24T09:37:09.893Z] v3.0.0-dev.32 [2023-03-24T09:37:09.893Z] v3.0.0-dev.33 [2023-03-24T09:37:09.893Z] v3.0.0-dev.34 [2023-03-24T09:37:09.893Z] v3.0.0-dev.35 [2023-03-24T09:37:09.893Z] v3.0.0-dev.36 [2023-03-24T09:37:09.893Z] v3.0.0-dev.37 [2023-03-24T09:37:09.893Z] v3.0.0-dev.38 [2023-03-24T09:37:09.893Z] v3.0.0-dev.39 [2023-03-24T09:37:09.893Z] v3.0.0-dev.4 [2023-03-24T09:37:09.893Z] v3.0.0-dev.40 [2023-03-24T09:37:09.893Z] v3.0.0-dev.41 [2023-03-24T09:37:09.893Z] v3.0.0-dev.42 [2023-03-24T09:37:09.893Z] v3.0.0-dev.43 [2023-03-24T09:37:09.893Z] v3.0.0-dev.44 [2023-03-24T09:37:09.893Z] v3.0.0-dev.45 [2023-03-24T09:37:09.893Z] v3.0.0-dev.46 [2023-03-24T09:37:09.893Z] v3.0.0-dev.47 [2023-03-24T09:37:09.893Z] v3.0.0-dev.48 [2023-03-24T09:37:09.893Z] v3.0.0-dev.49 [2023-03-24T09:37:09.893Z] v3.0.0-dev.5 [2023-03-24T09:37:09.893Z] v3.0.0-dev.50 [2023-03-24T09:37:09.893Z] v3.0.0-dev.51 [2023-03-24T09:37:09.893Z] v3.0.0-dev.52 [2023-03-24T09:37:09.893Z] v3.0.0-dev.53 [2023-03-24T09:37:09.893Z] v3.0.0-dev.54 [2023-03-24T09:37:09.893Z] v3.0.0-dev.55 [2023-03-24T09:37:09.894Z] v3.0.0-dev.56 [2023-03-24T09:37:09.894Z] v3.0.0-dev.57 [2023-03-24T09:37:09.894Z] v3.0.0-dev.58 [2023-03-24T09:37:09.894Z] v3.0.0-dev.59 [2023-03-24T09:37:09.894Z] v3.0.0-dev.6 [2023-03-24T09:37:09.894Z] v3.0.0-dev.60 [2023-03-24T09:37:09.894Z] v3.0.0-dev.61 [2023-03-24T09:37:09.894Z] v3.0.0-dev.62 [2023-03-24T09:37:09.894Z] v3.0.0-dev.63 [2023-03-24T09:37:09.894Z] v3.0.0-dev.64 [2023-03-24T09:37:09.894Z] v3.0.0-dev.65 [2023-03-24T09:37:09.894Z] v3.0.0-dev.66 [2023-03-24T09:37:09.894Z] v3.0.0-dev.67 [2023-03-24T09:37:09.894Z] v3.0.0-dev.68 [2023-03-24T09:37:09.894Z] v3.0.0-dev.69 [2023-03-24T09:37:09.894Z] v3.0.0-dev.7 [2023-03-24T09:37:09.894Z] v3.0.0-dev.70 [2023-03-24T09:37:09.894Z] v3.0.0-dev.71 [2023-03-24T09:37:09.894Z] v3.0.0-dev.72 [2023-03-24T09:37:09.894Z] v3.0.0-dev.73 [2023-03-24T09:37:09.894Z] v3.0.0-dev.74 [2023-03-24T09:37:09.894Z] v3.0.0-dev.75 [2023-03-24T09:37:09.894Z] v3.0.0-dev.76 [2023-03-24T09:37:09.894Z] v3.0.0-dev.77 [2023-03-24T09:37:09.894Z] v3.0.0-dev.78 [2023-03-24T09:37:09.894Z] v3.0.0-dev.79 [2023-03-24T09:37:09.894Z] v3.0.0-dev.8 [2023-03-24T09:37:09.894Z] v3.0.0-dev.80 [2023-03-24T09:37:09.894Z] v3.0.0-dev.81 [2023-03-24T09:37:09.894Z] v3.0.0-dev.82 [2023-03-24T09:37:09.894Z] v3.0.0-dev.83 [2023-03-24T09:37:09.894Z] v3.0.0-dev.84 [2023-03-24T09:37:09.894Z] v3.0.0-dev.85 [2023-03-24T09:37:09.894Z] v3.0.0-dev.86 [2023-03-24T09:37:09.894Z] v3.0.0-dev.87 [2023-03-24T09:37:09.894Z] v3.0.0-dev.88 [2023-03-24T09:37:09.894Z] v3.0.0-dev.89 [2023-03-24T09:37:09.894Z] v3.0.0-dev.9 [2023-03-24T09:37:09.894Z] v3.0.0-dev.90 [2023-03-24T09:37:09.894Z] v3.0.0-dev.91 [2023-03-24T09:37:09.894Z] v3.0.0-dev.92 [2023-03-24T09:37:09.894Z] v3.0.0-dev.93 [2023-03-24T09:37:09.894Z] v3.0.0-dev.94 [2023-03-24T09:37:09.894Z] v3.0.0-dev.95 [2023-03-24T09:37:09.894Z] v3.0.0-dev.96 [2023-03-24T09:37:09.894Z] v3.0.0-dev.97 [2023-03-24T09:37:09.894Z] v3.0.0-dev.98 [2023-03-24T09:37:09.894Z] v3.0.0-dev.99 [Pipeline] sh [2023-03-24T09:37:10.180Z] + lftools sign git-tag v3.0.0-dev.113 [2023-03-24T09:37:10.747Z] Signing Git tag with Sigul... [2023-03-24T09:37:10.747Z] Signing v3.0.0-dev.113 [Pipeline] echo [2023-03-24T09:37:11.321Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:11.605Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-24T09:37:11.612Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-24T09:37:11.627Z] $ docker stop --time=1 1c9013dcc43c70cc209084cf56af373ffbb0cb5717472fda70163bed014ec4df [2023-03-24T09:37:12.919Z] $ docker rm -f --volumes 1c9013dcc43c70cc209084cf56af373ffbb0cb5717472fda70163bed014ec4df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-24T09:37:13.313Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-24T09:37:13.313Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:37:13.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T09:37:13.608Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:37:13.679Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:37:13.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:37:14.139Z] $ docker top 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 -eo pid,comm [2023-03-24T09:37:14.186Z] 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-24T09:37:14.186Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-24T09:37:14.227Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-24T09:37:14.227Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-24T09:37:14.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-24T09:37:14.331Z] $ docker exec 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 ssh-agent [2023-03-24T09:37:14.422Z] SSH_AUTH_SOCK=/tmp/ssh-0nkEWCdFkA3d/agent.32 [2023-03-24T09:37:14.422Z] SSH_AGENT_PID=38 [2023-03-24T09:37:14.436Z] Running ssh-add (command line suppressed) [2023-03-24T09:37:14.547Z] Identity added: /w/workspace/edgex-go/475@tmp/private_key_10356774510813682077.key (/w/workspace/edgex-go/475@tmp/private_key_10356774510813682077.key) [2023-03-24T09:37:14.566Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-24T09:37:14.850Z] + git semver bump pre [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,017 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,017 [bump_version] DEBUG bumping version:3.0.0-dev.113 on axis:pre with prefix:dev [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,017 [bump_version] DEBUG bumped version:3.0.0-dev.114 [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,017 [write_version] DEBUG write version:3.0.0-dev.114 to path:/w/workspace/edgex-go/475/.semver/main with force:True [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,017 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,017 [write_file] DEBUG write to file:/w/workspace/edgex-go/475/.semver/main [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,019 [execute] INFO git cat-file --batch-check [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=) [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,023 [execute] INFO git cat-file --batch [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=) [2023-03-24T09:37:15.109Z] 2023-03-24 09:37:15,027 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:37:15.109Z] 3.0.0-dev.114 [Pipeline] } [2023-03-24T09:37:15.112Z] $ docker exec --env ******** --env ******** 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 ssh-agent -k [2023-03-24T09:37:15.208Z] unset SSH_AUTH_SOCK; [2023-03-24T09:37:15.208Z] unset SSH_AGENT_PID; [2023-03-24T09:37:15.208Z] echo Agent pid 38 killed; [2023-03-24T09:37:15.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-24T09:37:15.522Z] + git semver [Pipeline] } [2023-03-24T09:37:15.788Z] $ docker stop --time=1 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 [2023-03-24T09:37:17.141Z] $ docker rm -f --volumes 905d098cbdaffe90921bb5f5d7b7a854149899da7d3e83f5d9eab639630f8514 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-24T09:37:17.480Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-24T09:37:17.480Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:37:17.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-24T09:37:17.774Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:37:17.839Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:37:17.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:37:18.211Z] $ docker top a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 -eo pid,comm [2023-03-24T09:37:18.261Z] 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-24T09:37:18.261Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-24T09:37:18.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-24T09:37:18.301Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-24T09:37:18.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-24T09:37:18.415Z] $ docker exec a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 ssh-agent [2023-03-24T09:37:18.519Z] SSH_AUTH_SOCK=/tmp/ssh-ZiHgkMaYdoiC/agent.32 [2023-03-24T09:37:18.519Z] SSH_AGENT_PID=38 [2023-03-24T09:37:18.524Z] Running ssh-add (command line suppressed) [2023-03-24T09:37:18.608Z] Identity added: /w/workspace/edgex-go/475@tmp/private_key_8931445250916763808.key (/w/workspace/edgex-go/475@tmp/private_key_8931445250916763808.key) [2023-03-24T09:37:18.626Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-24T09:37:18.908Z] + git semver push [2023-03-24T09:37:19.166Z] 2023-03-24 09:37:19,077 [run_push] DEBUG push [2023-03-24T09:37:19.166Z] 2023-03-24 09:37:19,078 [execute] INFO git cat-file --batch-check [2023-03-24T09:37:19.166Z] 2023-03-24 09:37:19,078 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=) [2023-03-24T09:37:19.166Z] 2023-03-24 09:37:19,081 [execute] INFO git rev-list 07a78c24808281b9a6183b68ea18129c539e36bd -- [2023-03-24T09:37:19.166Z] 2023-03-24 09:37:19,082 [execute] DEBUG Popen(['git', 'rev-list', '07a78c24808281b9a6183b68ea18129c539e36bd', '--'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-24T09:37:19.166Z] 2023-03-24 09:37:19,097 [execute] INFO git fetch -v origin [2023-03-24T09:37:19.166Z] 2023-03-24 09:37:19,097 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-24T09:37:19.733Z] 2023-03-24 09:37:19,565 [run_push] DEBUG no remote changes detected [2023-03-24T09:37:19.733Z] 2023-03-24 09:37:19,565 [execute] INFO git push origin semver [2023-03-24T09:37:19.733Z] 2023-03-24 09:37:19,565 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/475/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-24T09:37:20.668Z] 2023-03-24 09:37:20,455 [run_push] DEBUG push all version tags [2023-03-24T09:37:20.668Z] 2023-03-24 09:37:20,456 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-24T09:37:20.668Z] 2023-03-24 09:37:20,456 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/475, universal_newlines=False, shell=None, istream=None) [2023-03-24T09:37:21.607Z] 2023-03-24 09:37:21,287 [read_version] DEBUG read version from /w/workspace/edgex-go/475/.semver/main [2023-03-24T09:37:21.607Z] 3.0.0-dev.114 [Pipeline] } [2023-03-24T09:37:21.611Z] $ docker exec --env ******** --env ******** a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 ssh-agent -k [2023-03-24T09:37:21.706Z] unset SSH_AUTH_SOCK; [2023-03-24T09:37:21.706Z] unset SSH_AGENT_PID; [2023-03-24T09:37:21.707Z] echo Agent pid 38 killed; [2023-03-24T09:37:21.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-24T09:37:22.027Z] + git semver [Pipeline] } [2023-03-24T09:37:22.297Z] $ docker stop --time=1 a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 [2023-03-24T09:37:23.567Z] $ docker rm -f --volumes a1e2ee8576d699cb2090127770d73f62568f4eae7debd4a51bb4e3cc90e638e2 [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-24T09:37:24.087Z] + [ -d /w/workspace/edgex-go/475/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:24.372Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:25.224Z] ---> package-listing.sh [2023-03-24T09:37:25.224Z] ++ facter osfamily [2023-03-24T09:37:25.224Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-24T09:37:25.483Z] + OS_FAMILY=debian [2023-03-24T09:37:25.483Z] + workspace=/w/workspace/edgex-go/475 [2023-03-24T09:37:25.483Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-24T09:37:25.483Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-24T09:37:25.483Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-24T09:37:25.483Z] + PACKAGES=/tmp/packages_start.txt [2023-03-24T09:37:25.483Z] + '[' /w/workspace/edgex-go/475 ']' [2023-03-24T09:37:25.483Z] + PACKAGES=/tmp/packages_end.txt [2023-03-24T09:37:25.483Z] + case "${OS_FAMILY}" in [2023-03-24T09:37:25.483Z] + dpkg -l [2023-03-24T09:37:25.483Z] + grep '^ii' [2023-03-24T09:37:25.483Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-24T09:37:25.483Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-24T09:37:25.483Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-24T09:37:25.483Z] + '[' /w/workspace/edgex-go/475 ']' [2023-03-24T09:37:25.483Z] + mkdir -p /w/workspace/edgex-go/475/archives/ [2023-03-24T09:37:25.483Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/475/archives/ [Pipeline] echo [2023-03-24T09:37:25.493Z] 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/475/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-24T09:37:25.767Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:37:26.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-24T09:37:26.318Z] [2023-03-24T09:37:26.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-24T09:37:26.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-24T09:37:26.607Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-24T09:37:26.607Z] 5eb5b503b376: Pulling fs layer [2023-03-24T09:37:26.607Z] 5c69ac0246d0: Pulling fs layer [2023-03-24T09:37:26.607Z] ec43610c2a17: Pulling fs layer [2023-03-24T09:37:26.607Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-24T09:37:26.607Z] 33b1e0a273af: Pulling fs layer [2023-03-24T09:37:26.607Z] 5d3b04190fa2: Pulling fs layer [2023-03-24T09:37:26.607Z] 2f39f015ded8: Pulling fs layer [2023-03-24T09:37:26.607Z] 3a2ae6a8a46f: Waiting [2023-03-24T09:37:26.607Z] 33b1e0a273af: Waiting [2023-03-24T09:37:26.607Z] 2f39f015ded8: Waiting [2023-03-24T09:37:26.607Z] 5d3b04190fa2: Waiting [2023-03-24T09:37:26.865Z] 5c69ac0246d0: Download complete [2023-03-24T09:37:26.865Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-24T09:37:26.865Z] 3a2ae6a8a46f: Download complete [2023-03-24T09:37:26.865Z] 33b1e0a273af: Verifying Checksum [2023-03-24T09:37:26.865Z] 33b1e0a273af: Download complete [2023-03-24T09:37:26.865Z] 5d3b04190fa2: Verifying Checksum [2023-03-24T09:37:26.865Z] 5d3b04190fa2: Download complete [2023-03-24T09:37:26.865Z] ec43610c2a17: Verifying Checksum [2023-03-24T09:37:27.125Z] 5eb5b503b376: Verifying Checksum [2023-03-24T09:37:27.125Z] 5eb5b503b376: Download complete [2023-03-24T09:37:27.694Z] 2f39f015ded8: Download complete [2023-03-24T09:37:28.260Z] 5eb5b503b376: Pull complete [2023-03-24T09:37:28.517Z] 5c69ac0246d0: Pull complete [2023-03-24T09:37:29.082Z] ec43610c2a17: Pull complete [2023-03-24T09:37:29.339Z] 3a2ae6a8a46f: Pull complete [2023-03-24T09:37:29.615Z] 33b1e0a273af: Pull complete [2023-03-24T09:37:30.182Z] 5d3b04190fa2: Pull complete [2023-03-24T09:37:34.363Z] 2f39f015ded8: Pull complete [2023-03-24T09:37:34.622Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-24T09:37:34.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-24T09:37:34.622Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-24T09:37:34.704Z] prd-ubuntu20.04-docker-8c-8g-5691 does not seem to be running inside a container [2023-03-24T09:37:34.726Z] $ 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/475/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/475 -v /w/workspace/edgex-go/475:/w/workspace/edgex-go/475:rw,z -v /w/workspace/edgex-go/475@tmp:/w/workspace/edgex-go/475@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-24T09:37:39.091Z] $ docker top 15e8bf87db890ce088c32937dedeea0e116ff162b75ee9135db2766583812cb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-24T09:37:39.431Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-24T09:37:39.713Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-24T09:37:39.996Z] + ls /var/log/sa-host [2023-03-24T09:37:39.996Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-24T09:37:40.147Z] provisioning config files... [2023-03-24T09:37:40.155Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/475@tmp/config7085749982596159083tmp [Pipeline] { [Pipeline] echo [2023-03-24T09:37:40.165Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:40.445Z] ---> create-netrc.sh [Pipeline] } [2023-03-24T09:37:40.451Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:40.770Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-24T09:37:40.778Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:41.058Z] ---> sudo-logs.sh [2023-03-24T09:37:41.058Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-24T09:37:41.080Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:41.356Z] ---> job-cost.sh [2023-03-24T09:37:41.356Z] lf-activate-venv: SKIPPING [2023-03-24T09:37:41.356Z] DEBUG: total: 0.10999999940395355 [2023-03-24T09:37:41.356Z] INFO: Retrieving Stack Cost... [2023-03-24T09:37:41.614Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-24T09:37:42.180Z] INFO: Archiving Costs [Pipeline] echo [2023-03-24T09:37:42.191Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-24T09:37:42.469Z] ---> logs-deploy.sh [2023-03-24T09:37:42.469Z] lf-activate-venv: SKIPPING [2023-03-24T09:37:42.469Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/475 [2023-03-24T09:37:42.469Z] INFO: archiving workspace using pattern(s): [2023-03-24T09:37:43.405Z] Archives upload complete. [2023-03-24T09:37:43.665Z] INFO: archiving logs to Nexus [2023-03-24T09:37:44.232Z] ---> uname -a: [2023-03-24T09:37:44.232Z] Linux prd-ubuntu20-04-docker-8c-8g-5691 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] ---> lscpu: [2023-03-24T09:37:44.232Z] Architecture: x86_64 [2023-03-24T09:37:44.232Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-24T09:37:44.232Z] Byte Order: Little Endian [2023-03-24T09:37:44.232Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-24T09:37:44.232Z] CPU(s): 8 [2023-03-24T09:37:44.232Z] On-line CPU(s) list: 0-7 [2023-03-24T09:37:44.232Z] Thread(s) per core: 1 [2023-03-24T09:37:44.232Z] Core(s) per socket: 1 [2023-03-24T09:37:44.232Z] Socket(s): 8 [2023-03-24T09:37:44.232Z] NUMA node(s): 1 [2023-03-24T09:37:44.232Z] Vendor ID: AuthenticAMD [2023-03-24T09:37:44.232Z] CPU family: 23 [2023-03-24T09:37:44.232Z] Model: 49 [2023-03-24T09:37:44.232Z] Model name: AMD EPYC-Rome Processor [2023-03-24T09:37:44.232Z] Stepping: 0 [2023-03-24T09:37:44.232Z] CPU MHz: 2799.998 [2023-03-24T09:37:44.232Z] BogoMIPS: 5599.99 [2023-03-24T09:37:44.232Z] Virtualization: AMD-V [2023-03-24T09:37:44.232Z] Hypervisor vendor: KVM [2023-03-24T09:37:44.232Z] Virtualization type: full [2023-03-24T09:37:44.232Z] L1d cache: 256 KiB [2023-03-24T09:37:44.232Z] L1i cache: 256 KiB [2023-03-24T09:37:44.232Z] L2 cache: 4 MiB [2023-03-24T09:37:44.232Z] L3 cache: 128 MiB [2023-03-24T09:37:44.232Z] NUMA node0 CPU(s): 0-7 [2023-03-24T09:37:44.232Z] Vulnerability Itlb multihit: Not affected [2023-03-24T09:37:44.232Z] Vulnerability L1tf: Not affected [2023-03-24T09:37:44.232Z] Vulnerability Mds: Not affected [2023-03-24T09:37:44.232Z] Vulnerability Meltdown: Not affected [2023-03-24T09:37:44.232Z] Vulnerability Mmio stale data: Not affected [2023-03-24T09:37:44.232Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-24T09:37:44.232Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-24T09:37:44.232Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-24T09:37:44.232Z] Vulnerability Srbds: Not affected [2023-03-24T09:37:44.232Z] Vulnerability Tsx async abort: Not affected [2023-03-24T09:37:44.232Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] ---> nproc: [2023-03-24T09:37:44.232Z] 8 [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] ---> df -h: [2023-03-24T09:37:44.232Z] Filesystem Size Used Avail Use% Mounted on [2023-03-24T09:37:44.232Z] overlay 155G 21G 134G 14% / [2023-03-24T09:37:44.232Z] tmpfs 64M 0 64M 0% /dev [2023-03-24T09:37:44.232Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-24T09:37:44.232Z] shm 64M 0 64M 0% /dev/shm [2023-03-24T09:37:44.232Z] /dev/vda1 155G 21G 134G 14% /facter-os [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] ---> sar -b -r -n DEV: [2023-03-24T09:37:44.232Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5691) 03/24/23 _x86_64_ (8 CPU) [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] 09:02:36 LINUX RESTART (8 CPU) [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] 09:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-24T09:37:44.232Z] 09:04:01 155.11 39.09 116.01 0.00 4302.62 66612.10 0.00 [2023-03-24T09:37:44.232Z] 09:05:01 47.85 0.02 47.83 0.00 0.27 24133.02 0.00 [2023-03-24T09:37:44.232Z] 09:06:01 38.78 0.22 38.56 0.00 2.93 13814.51 0.00 [2023-03-24T09:37:44.232Z] 09:07:01 373.64 5.57 368.07 0.00 61.19 127012.56 0.00 [2023-03-24T09:37:44.232Z] 09:08:02 246.56 4.02 242.54 0.00 32.13 94056.99 0.00 [2023-03-24T09:37:44.232Z] 09:09:01 438.37 0.98 437.38 0.00 68.46 191061.58 0.00 [2023-03-24T09:37:44.232Z] 09:10:01 817.85 0.38 817.46 0.00 14.53 206250.69 0.00 [2023-03-24T09:37:44.232Z] 09:11:01 667.00 1.64 665.36 0.00 13.54 248022.57 0.00 [2023-03-24T09:37:44.232Z] 09:12:01 554.71 0.12 554.59 0.00 16.53 89550.27 0.00 [2023-03-24T09:37:44.232Z] 09:13:01 86.10 12.10 74.00 0.00 5120.08 9452.82 0.00 [2023-03-24T09:37:44.232Z] 09:14:01 6.82 0.02 6.80 0.00 0.13 148.91 0.00 [2023-03-24T09:37:44.232Z] 09:15:01 2.80 0.00 2.80 0.00 0.00 31.33 0.00 [2023-03-24T09:37:44.232Z] 09:16:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2023-03-24T09:37:44.232Z] 09:17:01 1.73 0.02 1.72 0.00 0.13 18.26 0.00 [2023-03-24T09:37:44.232Z] 09:18:01 2.18 0.02 2.17 0.00 0.13 24.26 0.00 [2023-03-24T09:37:44.232Z] 09:19:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 [2023-03-24T09:37:44.232Z] 09:20:01 1.30 0.00 1.30 0.00 0.00 13.73 0.00 [2023-03-24T09:37:44.232Z] 09:21:01 0.90 0.00 0.90 0.00 0.00 11.20 0.00 [2023-03-24T09:37:44.232Z] 09:22:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 [2023-03-24T09:37:44.232Z] 09:23:01 1.67 0.00 1.67 0.00 0.00 17.73 0.00 [2023-03-24T09:37:44.232Z] 09:24:01 1.03 0.00 1.03 0.00 0.00 13.06 0.00 [2023-03-24T09:37:44.232Z] 09:25:01 1.22 0.00 1.22 0.00 0.00 13.20 0.00 [2023-03-24T09:37:44.232Z] 09:26:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 [2023-03-24T09:37:44.232Z] 09:27:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 [2023-03-24T09:37:44.232Z] 09:28:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 [2023-03-24T09:37:44.232Z] 09:29:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 [2023-03-24T09:37:44.232Z] 09:30:01 1.03 0.00 1.03 0.00 0.00 10.26 0.00 [2023-03-24T09:37:44.232Z] 09:31:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 [2023-03-24T09:37:44.232Z] 09:32:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 [2023-03-24T09:37:44.232Z] 09:33:01 1.58 0.00 1.58 0.00 0.00 16.40 0.00 [2023-03-24T09:37:44.232Z] 09:34:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 [2023-03-24T09:37:44.232Z] 09:35:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 [2023-03-24T09:37:44.232Z] 09:36:01 0.92 0.00 0.92 0.00 0.00 9.46 0.00 [2023-03-24T09:37:44.232Z] 09:37:01 73.97 0.30 73.67 0.00 17.47 37543.33 0.00 [2023-03-24T09:37:44.232Z] Average: 103.92 1.90 102.02 0.00 283.90 32535.20 0.00 [2023-03-24T09:37:44.232Z] [2023-03-24T09:37:44.232Z] 09:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-24T09:37:44.232Z] 09:04:01 28337896 31550384 752020 2.29 94552 3357380 2044108 6.02 1143580 2991648 42776 [2023-03-24T09:37:44.232Z] 09:05:01 27769816 31431780 862416 2.62 113564 3740028 2108144 6.21 1633988 3011984 195588 [2023-03-24T09:37:44.232Z] 09:06:01 27515640 31448000 843456 2.57 117296 3980940 1973508 5.82 1553696 3322860 306960 [2023-03-24T09:37:44.232Z] 09:07:01 24186172 31478228 801200 2.44 202556 7044692 1921972 5.66 2062820 5910216 965588 [2023-03-24T09:37:44.232Z] 09:08:02 22279672 31493848 783596 2.38 287156 8714668 1934520 5.70 2136416 7575980 213456 [2023-03-24T09:37:44.232Z] 09:09:01 20859204 31346588 924700 2.81 295748 9996696 2693028 7.94 2288320 8851440 284224 [2023-03-24T09:37:44.232Z] 09:10:01 19308984 31437708 832800 2.53 336096 11487520 2081212 6.13 2282892 10303368 1180368 [2023-03-24T09:37:44.232Z] 09:11:01 16509908 31214356 1049756 3.19 401460 13870180 2641656 7.79 2530112 12721408 487300 [2023-03-24T09:37:44.232Z] 09:12:01 18819372 31532464 742852 2.26 409776 11941232 1820812 5.37 2197480 10825992 2060 [2023-03-24T09:37:44.232Z] 09:13:01 18274564 31490268 773696 2.35 441348 12392864 2010036 5.92 2537876 10993188 1436 [2023-03-24T09:37:44.232Z] 09:14:01 18295844 31506568 757960 2.31 439864 12389608 1870140 5.51 2522908 10989880 448 [2023-03-24T09:37:44.233Z] 09:15:01 18296700 31507456 757484 2.30 439892 12389612 1870140 5.51 2522568 10989884 8 [2023-03-24T09:37:44.233Z] 09:16:01 18303488 31514272 750656 2.28 439916 12389616 1870140 5.51 2516604 10989888 4 [2023-03-24T09:37:44.233Z] 09:17:01 18303148 31514144 750876 2.28 439948 12389612 1870140 5.51 2516516 10990096 16 [2023-03-24T09:37:44.233Z] 09:18:01 18304460 31515672 749244 2.28 439996 12389616 1890488 5.57 2514984 10990092 200 [2023-03-24T09:37:44.233Z] 09:19:01 18304476 31515708 749180 2.28 440004 12389624 1890488 5.57 2515044 10990096 172 [2023-03-24T09:37:44.233Z] 09:20:01 18304584 31515968 748796 2.28 440020 12389752 1890488 5.57 2514984 10990232 16 [2023-03-24T09:37:44.233Z] 09:21:01 18304284 31515672 749032 2.28 440020 12389756 1890488 5.57 2515112 10990236 200 [2023-03-24T09:37:44.233Z] 09:22:01 18304484 31515932 748976 2.28 440028 12389760 1890488 5.57 2515220 10990288 8 [2023-03-24T09:37:44.233Z] 09:23:01 18304760 31516216 748644 2.28 440052 12389760 1890488 5.57 2514976 10990292 156 [2023-03-24T09:37:44.233Z] 09:24:01 18304856 31516368 748668 2.28 440072 12389772 1890488 5.57 2515084 10990300 32 [2023-03-24T09:37:44.233Z] 09:25:01 18304872 31516408 748600 2.28 440092 12389772 1890488 5.57 2515044 10990300 140 [2023-03-24T09:37:44.233Z] 09:26:01 18304564 31516116 748816 2.28 440108 12389776 1890488 5.57 2514952 10990304 24 [2023-03-24T09:37:44.233Z] 09:27:01 18304516 31516096 748780 2.28 440128 12389780 1890488 5.57 2514976 10990308 144 [2023-03-24T09:37:44.233Z] 09:28:01 18304720 31516316 748500 2.28 440148 12389776 1890488 5.57 2514992 10990308 8 [2023-03-24T09:37:44.233Z] 09:29:01 18304672 31516288 748468 2.28 440160 12389784 1890488 5.57 2515068 10990312 44 [2023-03-24T09:37:44.233Z] 09:30:01 18304624 31516252 748436 2.28 440176 12389784 1890488 5.57 2515000 10990312 8 [2023-03-24T09:37:44.233Z] 09:31:01 18304072 31515712 748908 2.28 440192 12389788 1890488 5.57 2515024 10990316 176 [2023-03-24T09:37:44.233Z] 09:32:01 18304240 31515904 748876 2.28 440200 12389796 1890488 5.57 2515024 10990320 8 [2023-03-24T09:37:44.233Z] 09:33:01 18304136 31515856 748816 2.28 440216 12389796 1890488 5.57 2515096 10990324 40 [2023-03-24T09:37:44.233Z] 09:34:01 18304276 31516016 748600 2.28 440228 12389800 1890488 5.57 2515176 10990328 8 [2023-03-24T09:37:44.233Z] 09:35:01 18303976 31515720 748776 2.28 440252 12389804 1890488 5.57 2515100 10990332 8 [2023-03-24T09:37:44.233Z] 09:36:01 18303928 31515700 748752 2.28 440260 12389804 1890488 5.57 2515124 10990332 8 [2023-03-24T09:37:44.233Z] 09:37:01 16836972 31454968 806444 2.45 468056 13664704 2179996 6.42 2643088 12219680 592948 [2023-03-24T09:37:44.233Z] Average: 19461232 31491910 776964 2.36 390870 11328084 1964965 5.79 2378672 10044201 125723 [2023-03-24T09:37:44.233Z] [2023-03-24T09:37:44.233Z] 09:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-24T09:37:44.233Z] 09:04:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:04:01 ens3 1483.57 1360.61 12569.00 172.38 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:04:01 docker0 493.00 453.91 36.37 3417.70 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:05:01 ens3 62.08 61.85 44.51 106.29 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:05:01 veth74e1f29 0.70 0.88 0.06 0.08 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:05:01 docker0 0.70 0.77 0.05 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:06:01 ens3 24.73 16.63 20.95 11.52 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:06:01 veth74e1f29 0.80 0.82 0.07 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:06:01 docker0 0.80 0.80 0.06 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:07:01 veth1e2689e 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:07:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:07:01 ens3 985.47 645.43 7926.55 72.85 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:07:01 docker0 584.69 892.23 45.86 6230.29 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:08:02 veth1e2689e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:08:02 ens3 3.20 1.75 2.20 1.20 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:09:01 veth1e2689e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:09:01 lo 0.75 0.75 0.07 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:09:01 ens3 39.87 26.35 160.38 12.58 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:09:01 vethcf1a854 2.49 3.07 0.24 2.15 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:09:01 veth0989396 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:09:01 docker0 7.35 11.98 0.52 138.78 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:10:01 vetha77bec5 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:10:01 veth1e2689e 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:10:01 ens3 464.79 246.43 2654.95 36.34 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:10:01 docker0 225.18 429.15 17.24 2626.06 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:11:01 vethf43ed76 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:11:01 veth1e2689e 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:11:01 veth823f8c0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:11:01 ens3 429.54 227.62 2647.25 32.58 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:11:01 docker0 207.98 399.75 16.74 2619.47 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:12:01 lo 23.26 23.26 2.29 2.29 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:12:01 ens3 236.64 253.69 319.56 821.21 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:12:01 docker0 7.15 13.75 0.48 193.75 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:13:01 lo 45.06 45.06 4.43 4.43 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:13:01 ens3 612.41 536.99 3026.56 2571.24 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:14:01 lo 3.20 3.20 0.32 0.32 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:14:01 ens3 36.84 31.36 32.09 140.27 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:17:01 ens3 1.08 0.50 0.40 0.28 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:19:01 ens3 0.32 0.23 0.09 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:20:01 ens3 0.28 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:21:01 ens3 0.68 0.27 0.14 0.08 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:22:01 ens3 0.50 0.52 0.31 0.22 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:24:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:25:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:29:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.233Z] 09:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:34:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:35:01 ens3 0.25 0.13 0.17 0.01 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:37:01 lo 2.47 2.47 0.24 0.24 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:37:01 ens3 320.62 196.18 7751.68 38.09 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] 09:37:01 docker0 35.07 53.15 2.99 579.84 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] Average: lo 2.44 2.44 0.24 0.24 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] Average: ens3 138.44 106.16 1093.45 118.20 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] Average: docker0 45.98 66.40 3.54 465.29 0.00 0.00 0.00 0.00 [2023-03-24T09:37:44.234Z] [2023-03-24T09:37:44.234Z] [2023-03-24T09:37:44.234Z] ---> sar -P ALL: [2023-03-24T09:37:44.234Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5691) 03/24/23 _x86_64_ (8 CPU) [2023-03-24T09:37:44.234Z] [2023-03-24T09:37:44.234Z] 09:02:36 LINUX RESTART (8 CPU) [2023-03-24T09:37:44.234Z] [2023-03-24T09:37:44.234Z] 09:03:01 CPU %user %nice %system %iowait %steal %idle [2023-03-24T09:37:44.234Z] 09:04:01 all 11.69 0.00 4.22 3.45 0.07 80.56 [2023-03-24T09:37:44.234Z] 09:04:01 0 12.01 0.00 3.87 0.77 0.07 83.27 [2023-03-24T09:37:44.234Z] 09:04:01 1 10.34 0.00 3.59 1.87 0.07 84.13 [2023-03-24T09:37:44.234Z] 09:04:01 2 12.74 0.00 5.16 13.11 0.08 68.89 [2023-03-24T09:37:44.234Z] 09:04:01 3 13.01 0.00 4.42 2.19 0.08 80.30 [2023-03-24T09:37:44.234Z] 09:04:01 4 11.58 0.00 3.70 4.72 0.05 79.96 [2023-03-24T09:37:44.234Z] 09:04:01 5 13.76 0.00 5.10 3.40 0.07 77.66 [2023-03-24T09:37:44.234Z] 09:04:01 6 10.35 0.00 3.78 0.22 0.05 85.60 [2023-03-24T09:37:44.234Z] 09:04:01 7 9.71 0.00 4.18 1.31 0.10 84.68 [2023-03-24T09:37:44.234Z] 09:05:01 all 29.44 0.00 5.48 0.50 0.07 64.51 [2023-03-24T09:37:44.234Z] 09:05:01 0 29.80 0.00 5.12 0.57 0.08 64.42 [2023-03-24T09:37:44.234Z] 09:05:01 1 31.70 0.00 5.39 0.02 0.07 62.83 [2023-03-24T09:37:44.234Z] 09:05:01 2 28.27 0.00 5.68 3.12 0.07 62.86 [2023-03-24T09:37:44.234Z] 09:05:01 3 31.02 0.00 5.88 0.03 0.08 62.98 [2023-03-24T09:37:44.234Z] 09:05:01 4 29.08 0.00 4.79 0.03 0.07 66.03 [2023-03-24T09:37:44.234Z] 09:05:01 5 28.12 0.00 5.23 0.00 0.07 66.58 [2023-03-24T09:37:44.234Z] 09:05:01 6 29.46 0.00 5.44 0.00 0.07 65.03 [2023-03-24T09:37:44.234Z] 09:05:01 7 28.10 0.00 6.31 0.20 0.08 65.31 [2023-03-24T09:37:44.234Z] 09:06:01 all 45.87 0.00 6.43 0.17 0.10 47.43 [2023-03-24T09:37:44.234Z] 09:06:01 0 44.21 0.00 6.41 0.76 0.08 48.54 [2023-03-24T09:37:44.234Z] 09:06:01 1 45.41 0.00 6.40 0.00 0.12 48.08 [2023-03-24T09:37:44.234Z] 09:06:01 2 46.34 0.00 5.96 0.54 0.10 47.06 [2023-03-24T09:37:44.234Z] 09:06:01 3 46.11 0.00 6.67 0.02 0.10 47.10 [2023-03-24T09:37:44.234Z] 09:06:01 4 47.58 0.00 6.68 0.00 0.10 45.64 [2023-03-24T09:37:44.234Z] 09:06:01 5 46.81 0.00 6.30 0.05 0.08 46.75 [2023-03-24T09:37:44.234Z] 09:06:01 6 44.83 0.00 6.42 0.00 0.10 48.65 [2023-03-24T09:37:44.234Z] 09:06:01 7 45.70 0.00 6.55 0.00 0.10 47.65 [2023-03-24T09:37:44.234Z] 09:07:01 all 14.33 0.00 8.11 5.34 0.07 72.14 [2023-03-24T09:37:44.234Z] 09:07:01 0 15.29 0.00 7.69 5.19 0.07 71.76 [2023-03-24T09:37:44.234Z] 09:07:01 1 13.11 0.00 8.82 3.60 0.05 74.42 [2023-03-24T09:37:44.234Z] 09:07:01 2 14.06 0.00 7.84 4.25 0.07 73.78 [2023-03-24T09:37:44.234Z] 09:07:01 3 13.55 0.00 7.16 1.66 0.05 77.57 [2023-03-24T09:37:44.234Z] 09:07:01 4 13.72 0.00 8.29 16.97 0.07 60.95 [2023-03-24T09:37:44.234Z] 09:07:01 5 16.41 0.00 7.95 8.12 0.07 67.46 [2023-03-24T09:37:44.234Z] 09:07:01 6 14.19 0.00 8.57 2.05 0.05 75.15 [2023-03-24T09:37:44.234Z] 09:07:01 7 14.35 0.00 8.59 0.96 0.10 76.00 [2023-03-24T09:37:44.234Z] 09:08:02 all 4.20 0.00 2.47 19.68 0.15 73.50 [2023-03-24T09:37:44.234Z] 09:08:02 0 4.32 0.00 2.36 21.14 0.13 72.04 [2023-03-24T09:37:44.234Z] 09:08:02 1 4.05 0.00 4.30 86.30 0.22 5.13 [2023-03-24T09:37:44.234Z] 09:08:02 2 3.84 0.00 2.72 2.38 0.15 90.90 [2023-03-24T09:37:44.234Z] 09:08:02 3 4.10 0.00 2.12 29.88 0.13 63.76 [2023-03-24T09:37:44.234Z] 09:08:02 4 4.66 0.00 1.96 3.40 0.12 89.86 [2023-03-24T09:37:44.234Z] 09:08:02 5 4.28 0.00 1.87 2.31 0.13 91.41 [2023-03-24T09:37:44.234Z] 09:08:02 6 4.05 0.00 2.39 3.55 0.12 89.90 [2023-03-24T09:37:44.234Z] 09:08:02 7 4.26 0.00 2.05 8.73 0.17 84.79 [2023-03-24T09:37:44.234Z] 09:09:01 all 43.01 0.00 9.17 8.55 0.08 39.19 [2023-03-24T09:37:44.234Z] 09:09:01 0 43.25 0.00 8.71 1.38 0.07 46.59 [2023-03-24T09:37:44.234Z] 09:09:01 1 44.38 0.00 7.89 16.74 0.09 30.91 [2023-03-24T09:37:44.234Z] 09:09:01 2 43.67 0.00 8.99 26.05 0.09 21.20 [2023-03-24T09:37:44.234Z] 09:09:01 3 42.33 0.00 9.95 18.97 0.07 28.67 [2023-03-24T09:37:44.234Z] 09:09:01 4 42.15 0.00 9.93 1.04 0.07 46.82 [2023-03-24T09:37:44.234Z] 09:09:01 5 42.84 0.00 8.54 0.43 0.09 48.11 [2023-03-24T09:37:44.234Z] 09:09:01 6 42.41 0.00 9.76 1.64 0.07 46.12 [2023-03-24T09:37:44.234Z] 09:09:01 7 43.05 0.00 9.54 2.30 0.12 44.98 [2023-03-24T09:37:44.234Z] 09:10:01 all 27.66 0.00 9.14 22.18 0.09 40.93 [2023-03-24T09:37:44.234Z] 09:10:01 0 27.48 0.00 9.74 34.26 0.08 28.43 [2023-03-24T09:37:44.234Z] 09:10:01 1 28.54 0.00 9.80 15.23 0.07 46.36 [2023-03-24T09:37:44.234Z] 09:10:01 2 27.80 0.00 9.51 29.77 0.08 32.83 [2023-03-24T09:37:44.234Z] 09:10:01 3 27.16 0.00 8.17 29.85 0.08 34.73 [2023-03-24T09:37:44.234Z] 09:10:01 4 28.53 0.00 9.57 12.01 0.12 49.78 [2023-03-24T09:37:44.234Z] 09:10:01 5 27.95 0.00 8.69 25.70 0.08 37.57 [2023-03-24T09:37:44.234Z] 09:10:01 6 25.86 0.00 7.67 14.10 0.10 52.27 [2023-03-24T09:37:44.234Z] 09:10:01 7 27.92 0.00 10.01 16.44 0.10 45.53 [2023-03-24T09:37:44.234Z] 09:11:01 all 27.61 0.00 8.85 20.72 0.10 42.72 [2023-03-24T09:37:44.234Z] 09:11:01 0 27.30 0.00 8.60 17.73 0.15 46.22 [2023-03-24T09:37:44.234Z] 09:11:01 1 28.87 0.00 10.30 24.85 0.10 35.88 [2023-03-24T09:37:44.234Z] 09:11:01 2 27.86 0.00 9.12 19.32 0.08 43.61 [2023-03-24T09:37:44.234Z] 09:11:01 3 27.84 0.00 8.38 18.95 0.10 44.73 [2023-03-24T09:37:44.234Z] 09:11:01 4 28.12 0.00 8.52 16.34 0.12 46.90 [2023-03-24T09:37:44.234Z] 09:11:01 5 29.41 0.00 8.72 27.64 0.10 34.12 [2023-03-24T09:37:44.234Z] 09:11:01 6 23.29 0.00 7.58 21.75 0.07 47.31 [2023-03-24T09:37:44.234Z] 09:11:01 7 28.13 0.00 9.56 19.17 0.10 43.04 [2023-03-24T09:37:44.234Z] 09:12:01 all 35.45 0.00 7.06 5.21 0.10 52.18 [2023-03-24T09:37:44.234Z] 09:12:01 0 34.79 0.00 7.42 4.00 0.10 53.69 [2023-03-24T09:37:44.234Z] 09:12:01 1 36.06 0.00 7.82 8.21 0.12 47.79 [2023-03-24T09:37:44.234Z] 09:12:01 2 34.94 0.00 6.79 3.79 0.07 54.40 [2023-03-24T09:37:44.234Z] 09:12:01 3 36.73 0.00 7.97 4.09 0.10 51.10 [2023-03-24T09:37:44.234Z] 09:12:01 4 37.43 0.00 5.75 3.05 0.10 53.66 [2023-03-24T09:37:44.234Z] 09:12:01 5 34.85 0.00 6.68 8.09 0.08 50.30 [2023-03-24T09:37:44.234Z] 09:12:01 6 32.79 0.00 6.55 6.35 0.10 54.21 [2023-03-24T09:37:44.234Z] 09:12:01 7 36.04 0.00 7.50 4.09 0.12 52.25 [2023-03-24T09:37:44.234Z] 09:13:01 all 11.01 0.00 2.44 1.14 0.10 85.30 [2023-03-24T09:37:44.234Z] 09:13:01 0 8.66 0.00 1.87 0.93 0.08 88.45 [2023-03-24T09:37:44.234Z] 09:13:01 1 11.50 0.00 2.32 0.55 0.10 85.53 [2023-03-24T09:37:44.234Z] 09:13:01 2 10.52 0.00 2.14 0.92 0.08 86.33 [2023-03-24T09:37:44.234Z] 09:13:01 3 11.29 0.00 4.01 1.14 0.17 83.39 [2023-03-24T09:37:44.234Z] 09:13:01 4 11.18 0.00 3.07 1.31 0.08 84.36 [2023-03-24T09:37:44.234Z] 09:13:01 5 12.24 0.00 1.99 2.87 0.10 82.80 [2023-03-24T09:37:44.234Z] 09:13:01 6 12.28 0.00 2.05 1.17 0.08 84.41 [2023-03-24T09:37:44.234Z] 09:13:01 7 10.44 0.00 2.09 0.20 0.12 87.15 [2023-03-24T09:37:44.234Z] 09:14:01 all 0.46 0.00 0.13 0.55 0.02 98.84 [2023-03-24T09:37:44.234Z] 09:14:01 0 0.28 0.00 0.13 0.02 0.02 99.55 [2023-03-24T09:37:44.234Z] 09:14:01 1 0.15 0.00 0.15 0.15 0.02 99.53 [2023-03-24T09:37:44.234Z] 09:14:01 2 0.12 0.00 0.07 0.03 0.00 99.78 [2023-03-24T09:37:44.234Z] 09:14:01 3 0.68 0.00 0.12 0.00 0.02 99.18 [2023-03-24T09:37:44.234Z] 09:14:01 4 0.65 0.00 0.10 0.63 0.02 98.60 [2023-03-24T09:37:44.234Z] 09:14:01 5 0.92 0.00 0.23 0.17 0.03 98.65 [2023-03-24T09:37:44.234Z] 09:14:01 6 0.52 0.00 0.08 3.22 0.02 96.16 [2023-03-24T09:37:44.234Z] 09:14:01 7 0.37 0.00 0.17 0.15 0.03 99.28 [2023-03-24T09:37:44.234Z] [2023-03-24T09:37:44.234Z] 09:14:01 CPU %user %nice %system %iowait %steal %idle [2023-03-24T09:37:44.234Z] 09:15:01 all 0.02 0.00 0.01 0.01 0.01 99.94 [2023-03-24T09:37:44.234Z] 09:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-24T09:37:44.234Z] 09:15:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-24T09:37:44.234Z] 09:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.234Z] 09:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.234Z] 09:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.234Z] 09:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.234Z] 09:15:01 6 0.03 0.00 0.02 0.12 0.02 99.82 [2023-03-24T09:37:44.234Z] 09:15:01 7 0.08 0.00 0.02 0.00 0.03 99.87 [2023-03-24T09:37:44.234Z] 09:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-03-24T09:37:44.234Z] 09:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.234Z] 09:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.234Z] 09:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.234Z] 09:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.234Z] 09:16:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.234Z] 09:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.234Z] 09:16:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-24T09:37:44.234Z] 09:16:01 7 0.02 0.00 0.05 0.00 0.03 99.90 [2023-03-24T09:37:44.234Z] 09:17:01 all 0.04 0.00 0.01 0.02 0.00 99.92 [2023-03-24T09:37:44.234Z] 09:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.234Z] 09:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.234Z] 09:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-24T09:37:44.234Z] 09:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.234Z] 09:17:01 4 0.02 0.00 0.00 0.17 0.00 99.82 [2023-03-24T09:37:44.234Z] 09:17:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-24T09:37:44.234Z] 09:17:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2023-03-24T09:37:44.234Z] 09:17:01 7 0.20 0.00 0.03 0.00 0.02 99.75 [2023-03-24T09:37:44.234Z] 09:18:01 all 0.03 0.00 0.02 0.01 0.01 99.93 [2023-03-24T09:37:44.234Z] 09:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:18:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:18:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:18:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2023-03-24T09:37:44.235Z] 09:18:01 6 0.02 0.00 0.02 0.03 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:18:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:19:01 all 0.17 0.00 0.01 0.03 0.01 99.79 [2023-03-24T09:37:44.235Z] 09:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:19:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:19:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.235Z] 09:19:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:19:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-24T09:37:44.235Z] 09:19:01 6 0.00 0.00 0.02 0.20 0.00 99.78 [2023-03-24T09:37:44.235Z] 09:19:01 7 1.21 0.00 0.00 0.00 0.02 98.78 [2023-03-24T09:37:44.235Z] 09:20:01 all 0.15 0.00 0.02 0.03 0.01 99.80 [2023-03-24T09:37:44.235Z] 09:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:20:01 2 0.00 0.00 0.05 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:20:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:20:01 6 0.02 0.00 0.02 0.23 0.02 99.72 [2023-03-24T09:37:44.235Z] 09:20:01 7 1.04 0.00 0.03 0.00 0.02 98.91 [2023-03-24T09:37:44.235Z] 09:21:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2023-03-24T09:37:44.235Z] 09:21:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-24T09:37:44.235Z] 09:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:21:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:21:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:21:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-24T09:37:44.235Z] 09:21:01 6 0.03 0.00 0.00 0.08 0.00 99.88 [2023-03-24T09:37:44.235Z] 09:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.235Z] 09:22:01 all 0.04 0.00 0.01 0.02 0.01 99.92 [2023-03-24T09:37:44.235Z] 09:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:22:01 2 0.08 0.00 0.00 0.00 0.00 99.92 [2023-03-24T09:37:44.235Z] 09:22:01 3 0.05 0.00 0.02 0.00 0.03 99.90 [2023-03-24T09:37:44.235Z] 09:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.235Z] 09:22:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2023-03-24T09:37:44.235Z] 09:22:01 6 0.03 0.00 0.02 0.13 0.02 99.80 [2023-03-24T09:37:44.235Z] 09:22:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:23:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-03-24T09:37:44.235Z] 09:23:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:23:01 2 0.07 0.00 0.00 0.00 0.00 99.93 [2023-03-24T09:37:44.235Z] 09:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:23:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:23:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2023-03-24T09:37:44.235Z] 09:23:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:24:01 all 0.19 0.00 0.01 0.00 0.01 99.79 [2023-03-24T09:37:44.235Z] 09:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-24T09:37:44.235Z] 09:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:24:01 2 0.08 0.00 0.00 0.00 0.00 99.92 [2023-03-24T09:37:44.235Z] 09:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:24:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:24:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:24:01 7 1.26 0.00 0.03 0.00 0.02 98.69 [2023-03-24T09:37:44.235Z] 09:25:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2023-03-24T09:37:44.235Z] 09:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.235Z] 09:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:25:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2023-03-24T09:37:44.235Z] 09:25:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-03-24T09:37:44.235Z] 09:25:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-24T09:37:44.235Z] 09:25:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] [2023-03-24T09:37:44.235Z] 09:25:01 CPU %user %nice %system %iowait %steal %idle [2023-03-24T09:37:44.235Z] 09:26:01 all 0.08 0.00 0.01 0.04 0.00 99.87 [2023-03-24T09:37:44.235Z] 09:26:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-24T09:37:44.235Z] 09:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-24T09:37:44.235Z] 09:26:01 2 0.45 0.00 0.00 0.00 0.00 99.55 [2023-03-24T09:37:44.235Z] 09:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:26:01 4 0.02 0.00 0.02 0.30 0.02 99.65 [2023-03-24T09:37:44.235Z] 09:26:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2023-03-24T09:37:44.235Z] 09:26:01 6 0.03 0.00 0.00 0.05 0.00 99.92 [2023-03-24T09:37:44.235Z] 09:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:27:01 all 0.26 0.00 0.01 0.01 0.01 99.70 [2023-03-24T09:37:44.235Z] 09:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.235Z] 09:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:27:01 2 1.97 0.00 0.00 0.00 0.02 98.01 [2023-03-24T09:37:44.235Z] 09:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-24T09:37:44.235Z] 09:27:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:27:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:27:01 6 0.00 0.00 0.03 0.07 0.02 99.88 [2023-03-24T09:37:44.235Z] 09:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:28:01 all 0.29 0.00 0.01 0.00 0.01 99.69 [2023-03-24T09:37:44.235Z] 09:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.235Z] 09:28:01 2 2.07 0.00 0.00 0.00 0.00 97.93 [2023-03-24T09:37:44.235Z] 09:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:28:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:28:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2023-03-24T09:37:44.235Z] 09:28:01 6 0.05 0.00 0.00 0.02 0.00 99.93 [2023-03-24T09:37:44.235Z] 09:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:29:01 all 0.17 0.00 0.01 0.01 0.01 99.80 [2023-03-24T09:37:44.235Z] 09:29:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-24T09:37:44.235Z] 09:29:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:29:01 2 1.26 0.00 0.02 0.00 0.00 98.73 [2023-03-24T09:37:44.235Z] 09:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:29:01 6 0.02 0.00 0.00 0.05 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:30:01 all 0.19 0.00 0.01 0.00 0.01 99.78 [2023-03-24T09:37:44.235Z] 09:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:30:01 2 1.35 0.00 0.02 0.00 0.02 98.61 [2023-03-24T09:37:44.235Z] 09:30:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:30:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-24T09:37:44.235Z] 09:30:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:30:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:31:01 all 0.21 0.00 0.02 0.00 0.01 99.75 [2023-03-24T09:37:44.235Z] 09:31:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2023-03-24T09:37:44.235Z] 09:31:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2023-03-24T09:37:44.235Z] 09:31:01 2 1.60 0.00 0.00 0.00 0.00 98.40 [2023-03-24T09:37:44.235Z] 09:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:31:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:31:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:31:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-03-24T09:37:44.235Z] 09:32:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:32:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2023-03-24T09:37:44.235Z] 09:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:32:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:32:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-24T09:37:44.235Z] 09:33:01 all 0.02 0.00 0.01 0.20 0.01 99.76 [2023-03-24T09:37:44.235Z] 09:33:01 0 0.02 0.00 0.00 0.35 0.00 99.63 [2023-03-24T09:37:44.235Z] 09:33:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2023-03-24T09:37:44.235Z] 09:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.235Z] 09:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-03-24T09:37:44.235Z] 09:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:33:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:33:01 6 0.02 0.00 0.00 1.23 0.02 98.73 [2023-03-24T09:37:44.235Z] 09:33:01 7 0.00 0.00 0.00 0.05 0.02 99.93 [2023-03-24T09:37:44.235Z] 09:34:01 all 0.03 0.00 0.01 0.01 0.00 99.96 [2023-03-24T09:37:44.235Z] 09:34:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-24T09:37:44.235Z] 09:34:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2023-03-24T09:37:44.235Z] 09:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.235Z] 09:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-24T09:37:44.236Z] 09:34:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.236Z] 09:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.236Z] 09:34:01 6 0.03 0.00 0.03 0.03 0.00 99.90 [2023-03-24T09:37:44.236Z] 09:34:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2023-03-24T09:37:44.236Z] 09:35:01 all 0.12 0.00 0.02 0.10 0.01 99.76 [2023-03-24T09:37:44.236Z] 09:35:01 0 0.00 0.00 0.02 0.05 0.00 99.93 [2023-03-24T09:37:44.236Z] 09:35:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2023-03-24T09:37:44.236Z] 09:35:01 2 0.81 0.00 0.00 0.35 0.02 98.82 [2023-03-24T09:37:44.236Z] 09:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-24T09:37:44.236Z] 09:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-24T09:37:44.236Z] 09:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-24T09:37:44.236Z] 09:35:01 6 0.03 0.00 0.00 0.40 0.02 99.55 [2023-03-24T09:37:44.236Z] 09:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-24T09:37:44.236Z] 09:36:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2023-03-24T09:37:44.236Z] 09:36:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2023-03-24T09:37:44.236Z] 09:36:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2023-03-24T09:37:44.236Z] 09:36:01 2 1.89 0.00 0.00 0.00 0.00 98.11 [2023-03-24T09:37:44.236Z] 09:36:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-03-24T09:37:44.236Z] 09:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.236Z] 09:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-24T09:37:44.236Z] 09:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2023-03-24T09:37:44.236Z] 09:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-24T09:37:44.236Z] [2023-03-24T09:37:44.236Z] 09:36:01 CPU %user %nice %system %iowait %steal %idle [2023-03-24T09:37:44.236Z] 09:37:01 all 7.18 0.00 2.91 1.46 0.04 88.41 [2023-03-24T09:37:44.236Z] 09:37:01 0 7.33 0.00 3.48 9.28 0.03 79.87 [2023-03-24T09:37:44.236Z] 09:37:01 1 5.73 0.00 3.19 0.10 0.03 90.94 [2023-03-24T09:37:44.236Z] 09:37:01 2 6.49 0.00 2.85 0.02 0.03 90.61 [2023-03-24T09:37:44.236Z] 09:37:01 3 7.50 0.00 2.40 0.03 0.03 90.04 [2023-03-24T09:37:44.236Z] 09:37:01 4 8.57 0.00 2.74 0.18 0.03 88.47 [2023-03-24T09:37:44.236Z] 09:37:01 5 8.09 0.00 2.82 0.08 0.05 88.96 [2023-03-24T09:37:44.236Z] 09:37:01 6 7.40 0.00 2.82 1.83 0.05 87.89 [2023-03-24T09:37:44.236Z] 09:37:01 7 6.33 0.00 2.95 0.15 0.05 90.52 [2023-03-24T09:37:44.236Z] Average: all 7.59 0.00 1.94 2.61 0.03 87.82 [2023-03-24T09:37:44.236Z] Average: 0 7.44 0.00 1.91 2.82 0.03 87.79 [2023-03-24T09:37:44.236Z] Average: 1 7.60 0.00 2.05 4.60 0.04 85.70 [2023-03-24T09:37:44.236Z] Average: 2 7.82 0.00 1.95 3.01 0.03 87.19 [2023-03-24T09:37:44.236Z] Average: 3 7.64 0.00 1.97 3.12 0.04 87.24 [2023-03-24T09:37:44.236Z] Average: 4 7.69 0.00 1.90 1.75 0.03 88.61 [2023-03-24T09:37:44.236Z] Average: 5 7.78 0.00 1.88 2.30 0.03 88.01 [2023-03-24T09:37:44.236Z] Average: 6 7.23 0.00 1.85 1.71 0.03 89.18 [2023-03-24T09:37:44.236Z] Average: 7 7.54 0.00 2.03 1.57 0.04 88.82 [2023-03-24T09:37:44.236Z] [2023-03-24T09:37:44.236Z] [2023-03-24T09:37:44.236Z]