Started by user Eric Ball Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 673422cf48d924dd46ca45c091b4df6a300e9e32 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-ssh11496820874866704504.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10092249020089831809.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh116535184211890623.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1318193409415227767.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-ssh11382476538853251024.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/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 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 Running on prd-ubuntu20.04-docker-8c-8g-4402 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/391 [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/391 # 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 673422cf48d924dd46ca45c091b4df6a300e9e32 (main) > 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 673422cf48d924dd46ca45c091b4df6a300e9e32 # timeout=10 Commit message: "feat: Tweak security-bootscrapper to make it easier to disable kong/kong-db (#4314)" > git rev-list --no-walk 673422cf48d924dd46ca45c091b4df6a300e9e32 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-02T22:34:33.131Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-02T22:34:33.171Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-02T22:34:33.183Z] ========================================================= [2023-02-02T22:34:33.183Z] EdgeX Global Pipelines Version Info [2023-02-02T22:34:33.183Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-02T22:34:33.907Z] ------------------- [2023-02-02T22:34:33.907Z] stable info: [2023-02-02T22:34:33.907Z] ------------------- [2023-02-02T22:34:33.907Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-02T22:34:33.907Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-02T22:34:33.907Z] Message: update stable to v1.0.244 [2023-02-02T22:34:34.476Z] ------------------- [2023-02-02T22:34:34.476Z] experimental info: [2023-02-02T22:34:34.476Z] ------------------- [2023-02-02T22:34:34.476Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-02T22:34:34.476Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-02T22:34:34.476Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-02T22:34:34.645Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-02T22:34:34.659Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-02T22:34:34.669Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-02T22:34:34.681Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-02T22:34:34.693Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-02T22:34:34.703Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-02T22:34:34.714Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-02T22:34:34.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-02T22:34:34.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-02T22:34:34.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-02T22:34:34.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-02T22:34:34.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-02T22:34:34.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-02T22:34:34.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-02T22:34:34.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-02T22:34:34.825Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-02T22:34:34.836Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-02T22:34:34.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-02T22:34:34.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-02T22:34:34.872Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-02T22:34:34.886Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-02T22:34:34.897Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-02T22:34:34.908Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-02T22:34:34.921Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-02T22:34:34.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-02T22:34:34.943Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-02T22:34:34.954Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] echo [2023-02-02T22:34:34.968Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 673422c [Pipeline] echo [2023-02-02T22:34:34.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T22:34:35.029Z] provisioning config files... [2023-02-02T22:34:35.043Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config17778590317008487572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T22:34:35.348Z] ---> docker-login.sh [2023-02-02T22:34:35.348Z] nexus3.edgexfoundry.org:10001 [2023-02-02T22:34:35.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:34:35.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:34:35.868Z] Configure a credential helper to remove this warning. See [2023-02-02T22:34:35.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:34:35.868Z] [2023-02-02T22:34:35.868Z] Login Succeeded [2023-02-02T22:34:35.868Z] nexus3.edgexfoundry.org:10002 [2023-02-02T22:34:35.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:34:35.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:34:35.868Z] Configure a credential helper to remove this warning. See [2023-02-02T22:34:35.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:34:35.868Z] [2023-02-02T22:34:35.868Z] Login Succeeded [2023-02-02T22:34:35.868Z] nexus3.edgexfoundry.org:10003 [2023-02-02T22:34:36.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:34:36.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:34:36.128Z] Configure a credential helper to remove this warning. See [2023-02-02T22:34:36.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:34:36.128Z] [2023-02-02T22:34:36.128Z] Login Succeeded [2023-02-02T22:34:36.128Z] nexus3.edgexfoundry.org:10004 [2023-02-02T22:34:36.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:34:36.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:34:36.128Z] Configure a credential helper to remove this warning. See [2023-02-02T22:34:36.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:34:36.128Z] [2023-02-02T22:34:36.128Z] Login Succeeded [2023-02-02T22:34:36.128Z] docker.io [2023-02-02T22:34:36.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:34:36.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:34:36.647Z] Configure a credential helper to remove this warning. See [2023-02-02T22:34:36.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:34:36.647Z] [2023-02-02T22:34:36.647Z] Login Succeeded [2023-02-02T22:34:36.647Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T22:34:36.655Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T22:34:36.958Z] + 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-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-02-02T22:34:36.959Z] + + cut -d/ -f2 [2023-02-02T22:34:36.959Z] dirname cmd/core-command/Dockerfile [2023-02-02T22:34:36.959Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-02T22:34:36.959Z] + + cut -d/ -f2 [2023-02-02T22:34:36.959Z] dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-02T22:34:36.959Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/core-data/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-02T22:34:36.959Z] + dirname+ cmd/core-metadata/Dockerfile [2023-02-02T22:34:36.959Z] cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/support-notifications/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-02T22:34:36.959Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-02T22:34:36.959Z] + cut -d/ -f2 [2023-02-02T22:34:36.959Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-02T22:34:37.049Z] 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-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-02-02T22:34:37.403Z] + git rev-list -1 --merges 673422cf48d924dd46ca45c091b4df6a300e9e32~1..673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] echo [2023-02-02T22:34:37.421Z] -----------> git rev-list -1 --merges 673422cf48d924dd46ca45c091b4df6a300e9e32~1..673422cf48d924dd46ca45c091b4df6a300e9e32 673422cf48d924dd46ca45c091b4df6a300e9e32 [false] [Pipeline] sh [2023-02-02T22:34:37.709Z] + git log --format=format:%s -1 673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] echo [2023-02-02T22:34:37.726Z] ========================================================= [2023-02-02T22:34:37.726Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-02T22:34:37.726Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-02T22:34:38.171Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T22:34:38.171Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-02T22:34:38.171Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-02T22:34:38.171Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-02T22:34:38.171Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-02T22:34:38.171Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-02T22:34:38.171Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:34:38.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T22:34:38.589Z] [2023-02-02T22:34:38.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:34:38.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T22:34:38.896Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-02T22:34:38.896Z] b85a868b505f: Pulling fs layer [2023-02-02T22:34:38.896Z] e2be974225ed: Pulling fs layer [2023-02-02T22:34:38.896Z] 339a4e72a1f5: Pulling fs layer [2023-02-02T22:34:38.896Z] 988bab9f4d93: Pulling fs layer [2023-02-02T22:34:38.896Z] 1469e6f7b9e6: Pulling fs layer [2023-02-02T22:34:38.896Z] eaf3925da568: Pulling fs layer [2023-02-02T22:34:38.896Z] bab4dde63d76: Pulling fs layer [2023-02-02T22:34:38.896Z] bde34c3a00c8: Pulling fs layer [2023-02-02T22:34:38.896Z] b352a97aabf1: Pulling fs layer [2023-02-02T22:34:38.896Z] 4872d77fe225: Pulling fs layer [2023-02-02T22:34:38.896Z] 5851b861e8e6: Pulling fs layer [2023-02-02T22:34:38.896Z] 988bab9f4d93: Waiting [2023-02-02T22:34:38.896Z] 1469e6f7b9e6: Waiting [2023-02-02T22:34:38.896Z] eaf3925da568: Waiting [2023-02-02T22:34:38.896Z] bab4dde63d76: Waiting [2023-02-02T22:34:38.896Z] bde34c3a00c8: Waiting [2023-02-02T22:34:38.896Z] b352a97aabf1: Waiting [2023-02-02T22:34:38.896Z] 5851b861e8e6: Waiting [2023-02-02T22:34:38.896Z] 4872d77fe225: Waiting [2023-02-02T22:34:38.896Z] e2be974225ed: Verifying Checksum [2023-02-02T22:34:38.896Z] e2be974225ed: Download complete [2023-02-02T22:34:39.155Z] 988bab9f4d93: Verifying Checksum [2023-02-02T22:34:39.155Z] 988bab9f4d93: Download complete [2023-02-02T22:34:39.155Z] 339a4e72a1f5: Verifying Checksum [2023-02-02T22:34:39.155Z] 339a4e72a1f5: Download complete [2023-02-02T22:34:39.155Z] eaf3925da568: Verifying Checksum [2023-02-02T22:34:39.155Z] eaf3925da568: Download complete [2023-02-02T22:34:39.155Z] 1469e6f7b9e6: Verifying Checksum [2023-02-02T22:34:39.155Z] 1469e6f7b9e6: Download complete [2023-02-02T22:34:39.416Z] bde34c3a00c8: Verifying Checksum [2023-02-02T22:34:39.417Z] bde34c3a00c8: Download complete [2023-02-02T22:34:39.417Z] b352a97aabf1: Verifying Checksum [2023-02-02T22:34:39.417Z] b352a97aabf1: Download complete [2023-02-02T22:34:39.417Z] 4872d77fe225: Verifying Checksum [2023-02-02T22:34:39.417Z] 4872d77fe225: Download complete [2023-02-02T22:34:39.417Z] 5851b861e8e6: Download complete [2023-02-02T22:34:39.417Z] b85a868b505f: Verifying Checksum [2023-02-02T22:34:39.417Z] b85a868b505f: Download complete [2023-02-02T22:34:39.677Z] bab4dde63d76: Verifying Checksum [2023-02-02T22:34:39.677Z] bab4dde63d76: Download complete [2023-02-02T22:34:40.613Z] b85a868b505f: Pull complete [2023-02-02T22:34:40.873Z] e2be974225ed: Pull complete [2023-02-02T22:34:41.442Z] 339a4e72a1f5: Pull complete [2023-02-02T22:34:41.442Z] 988bab9f4d93: Pull complete [2023-02-02T22:34:41.701Z] 1469e6f7b9e6: Pull complete [2023-02-02T22:34:41.960Z] eaf3925da568: Pull complete [2023-02-02T22:34:43.863Z] bab4dde63d76: Pull complete [2023-02-02T22:34:43.863Z] bde34c3a00c8: Pull complete [2023-02-02T22:34:43.863Z] b352a97aabf1: Pull complete [2023-02-02T22:34:43.863Z] 4872d77fe225: Pull complete [2023-02-02T22:34:44.133Z] 5851b861e8e6: Pull complete [2023-02-02T22:34:44.133Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-02T22:34:44.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T22:34:44.133Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T22:34:44.225Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T22:34:44.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T22:34:49.535Z] $ docker top deb8994924f5e95e0a3a861a2ca049648353b990c827426820048d849e46efb9 -eo pid,comm [2023-02-02T22:34:49.590Z] 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-02-02T22:34:49.590Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T22:34:49.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T22:34:49.626Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T22:34:49.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T22:34:49.738Z] $ docker exec deb8994924f5e95e0a3a861a2ca049648353b990c827426820048d849e46efb9 ssh-agent [2023-02-02T22:34:49.852Z] SSH_AUTH_SOCK=/tmp/ssh-8vvpzS0biTmU/agent.32 [2023-02-02T22:34:49.852Z] SSH_AGENT_PID=38 [2023-02-02T22:34:49.859Z] Running ssh-add (command line suppressed) [2023-02-02T22:34:49.968Z] Identity added: /w/workspace/edgex-go/391@tmp/private_key_4698100360592001382.key (/w/workspace/edgex-go/391@tmp/private_key_4698100360592001382.key) [2023-02-02T22:34:49.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T22:34:50.271Z] + git tag --points-at HEAD [Pipeline] } [2023-02-02T22:34:50.287Z] $ docker exec --env ******** --env ******** deb8994924f5e95e0a3a861a2ca049648353b990c827426820048d849e46efb9 ssh-agent -k [2023-02-02T22:34:50.387Z] unset SSH_AUTH_SOCK; [2023-02-02T22:34:50.388Z] unset SSH_AGENT_PID; [2023-02-02T22:34:50.388Z] echo Agent pid 38 killed; [2023-02-02T22:34:50.397Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-02T22:34:50.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T22:34:50.428Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T22:34:50.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T22:34:50.551Z] $ docker exec deb8994924f5e95e0a3a861a2ca049648353b990c827426820048d849e46efb9 ssh-agent [2023-02-02T22:34:50.667Z] SSH_AUTH_SOCK=/tmp/ssh-OuoHW8IRY8id/agent.71 [2023-02-02T22:34:50.667Z] SSH_AGENT_PID=77 [2023-02-02T22:34:50.673Z] Running ssh-add (command line suppressed) [2023-02-02T22:34:50.777Z] Identity added: /w/workspace/edgex-go/391@tmp/private_key_10154911224765425923.key (/w/workspace/edgex-go/391@tmp/private_key_10154911224765425923.key) [2023-02-02T22:34:50.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T22:34:51.078Z] + git semver init [2023-02-02T22:34:51.338Z] 2023-02-02 22:34:51,295 [run_init] DEBUG init version:0.0.0 force:False [2023-02-02T22:34:51.338Z] 2023-02-02 22:34:51,296 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/391/.semver [2023-02-02T22:34:51.338Z] 2023-02-02 22:34:51,297 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/391/.semver [2023-02-02T22:34:51.338Z] 2023-02-02 22:34:51,298 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/391/.semver'], cwd=/w/workspace/edgex-go/391, universal_newlines=False, shell=None, istream=None) [2023-02-02T22:34:58.019Z] 2023-02-02 22:34:57,241 [append_file] DEBUG append to file:/w/workspace/edgex-go/391/.git/info/exclude [2023-02-02T22:34:58.019Z] 2023-02-02 22:34:57,241 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/391/.semver/main with force:False [2023-02-02T22:34:58.019Z] 2023-02-02 22:34:57,241 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T22:34:58.019Z] 2023-02-02 22:34:57,242 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T22:34:58.019Z] 3.0.0-dev.32 [Pipeline] } [2023-02-02T22:34:58.034Z] $ docker exec --env ******** --env ******** deb8994924f5e95e0a3a861a2ca049648353b990c827426820048d849e46efb9 ssh-agent -k [2023-02-02T22:34:58.133Z] unset SSH_AUTH_SOCK; [2023-02-02T22:34:58.133Z] unset SSH_AGENT_PID; [2023-02-02T22:34:58.134Z] echo Agent pid 77 killed; [2023-02-02T22:34:58.140Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T22:34:58.449Z] + git semver [Pipeline] } [2023-02-02T22:34:59.036Z] $ docker stop --time=1 deb8994924f5e95e0a3a861a2ca049648353b990c827426820048d849e46efb9 [2023-02-02T22:35:00.379Z] $ docker rm -f --volumes deb8994924f5e95e0a3a861a2ca049648353b990c827426820048d849e46efb9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T22:35:00.715Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-02T22:35:00.951Z] Stashed 1 file(s) [Pipeline] echo [2023-02-02T22:35:00.954Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.32 [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-02-02T22:35:01.339Z] + git config --global --add safe.directory /w/workspace/edgex-go/391 [Pipeline] echo [2023-02-02T22:35:01.349Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T22:35:01.360Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T22:35:01.367Z] ========================================================= [2023-02-02T22:35:01.367Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-02T22:35:01.367Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-02T22:35:01.647Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-02T22:35:01.648Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-02T22:35:01.648Z] 213ec9aee27d: Pulling fs layer [2023-02-02T22:35:01.648Z] 4583459ba037: Pulling fs layer [2023-02-02T22:35:01.648Z] 93c1e223e6f2: Pulling fs layer [2023-02-02T22:35:01.648Z] 53926ce57604: Pulling fs layer [2023-02-02T22:35:01.648Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-02T22:35:01.648Z] 22ff95d597cd: Pulling fs layer [2023-02-02T22:35:01.648Z] 12d6caf4c0d1: Pulling fs layer [2023-02-02T22:35:01.648Z] 96b7cbca73a9: Pulling fs layer [2023-02-02T22:35:01.648Z] a7acece74701: Pulling fs layer [2023-02-02T22:35:01.648Z] 21b2b0c7a3f4: Waiting [2023-02-02T22:35:01.648Z] 22ff95d597cd: Waiting [2023-02-02T22:35:01.648Z] 12d6caf4c0d1: Waiting [2023-02-02T22:35:01.648Z] 96b7cbca73a9: Waiting [2023-02-02T22:35:01.648Z] a7acece74701: Waiting [2023-02-02T22:35:01.648Z] 53926ce57604: Waiting [2023-02-02T22:35:01.648Z] 93c1e223e6f2: Verifying Checksum [2023-02-02T22:35:01.648Z] 93c1e223e6f2: Download complete [2023-02-02T22:35:01.648Z] 4583459ba037: Verifying Checksum [2023-02-02T22:35:01.648Z] 4583459ba037: Download complete [2023-02-02T22:35:01.648Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-02T22:35:01.648Z] 21b2b0c7a3f4: Download complete [2023-02-02T22:35:01.648Z] 22ff95d597cd: Download complete [2023-02-02T22:35:01.648Z] 213ec9aee27d: Verifying Checksum [2023-02-02T22:35:01.648Z] 213ec9aee27d: Download complete [2023-02-02T22:35:01.907Z] 12d6caf4c0d1: Download complete [2023-02-02T22:35:01.907Z] 213ec9aee27d: Pull complete [2023-02-02T22:35:02.173Z] 4583459ba037: Pull complete [2023-02-02T22:35:02.173Z] 93c1e223e6f2: Pull complete [2023-02-02T22:35:02.803Z] 53926ce57604: Verifying Checksum [2023-02-02T22:35:02.803Z] 53926ce57604: Download complete [2023-02-02T22:35:03.069Z] a7acece74701: Verifying Checksum [2023-02-02T22:35:03.069Z] a7acece74701: Download complete [2023-02-02T22:35:03.069Z] 96b7cbca73a9: Verifying Checksum [2023-02-02T22:35:03.069Z] 96b7cbca73a9: Download complete [2023-02-02T22:35:07.253Z] 53926ce57604: Pull complete [2023-02-02T22:35:07.253Z] 21b2b0c7a3f4: Pull complete [2023-02-02T22:35:07.253Z] 22ff95d597cd: Pull complete [2023-02-02T22:35:07.253Z] 12d6caf4c0d1: Pull complete [2023-02-02T22:35:09.155Z] 96b7cbca73a9: Pull complete [2023-02-02T22:35:10.090Z] a7acece74701: Pull complete [2023-02-02T22:35:10.090Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-02T22:35:10.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-02T22:35:10.090Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-02T22:35:10.385Z] + + docker build -techo ci-base-image-x86_64 FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-02T22:35:10.385Z] WORKDIR /edgex [2023-02-02T22:35:10.385Z] COPY go.mod . [2023-02-02T22:35:10.385Z] RUN go mod download -f [2023-02-02T22:35:10.385Z] - . [2023-02-02T22:35:11.325Z] Sending build context to Docker daemon 170.2MB [2023-02-02T22:35:11.325Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-02T22:35:11.325Z] ---> db6d94c90886 [2023-02-02T22:35:11.325Z] Step 2/4 : WORKDIR /edgex [2023-02-02T22:35:16.028Z] Still waiting to schedule task [2023-02-02T22:35:16.029Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-02T22:35:21.338Z] ---> Running in 5a62c3a0a30b [2023-02-02T22:35:21.597Z] Removing intermediate container 5a62c3a0a30b [2023-02-02T22:35:21.597Z] ---> 5815bdf5b52e [2023-02-02T22:35:21.597Z] Step 3/4 : COPY go.mod . [2023-02-02T22:35:21.597Z] ---> b38af4bd7232 [2023-02-02T22:35:21.597Z] Step 4/4 : RUN go mod download [2023-02-02T22:35:21.597Z] ---> Running in b8d11d197856 [2023-02-02T22:35:39.706Z] Removing intermediate container b8d11d197856 [2023-02-02T22:35:39.707Z] ---> a96294dd2c5d [2023-02-02T22:35:39.707Z] Successfully built a96294dd2c5d [2023-02-02T22:35:39.707Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:35:40.009Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-02T22:35:40.010Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T22:35:40.087Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T22:35:40.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-02T22:35:40.527Z] $ docker top 64c0591830c75ed615625cb6d2c1e930c02c848fdc5ef5ddfcddd8f0399c5c7e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T22:35:40.875Z] + go version [2023-02-02T22:35:40.875Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-02T22:35:40.889Z] $ docker stop --time=1 64c0591830c75ed615625cb6d2c1e930c02c848fdc5ef5ddfcddd8f0399c5c7e [2023-02-02T22:35:42.181Z] $ docker rm -f --volumes 64c0591830c75ed615625cb6d2c1e930c02c848fdc5ef5ddfcddd8f0399c5c7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:35:42.563Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-02T22:35:42.563Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T22:35:42.629Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T22:35:42.663Z] $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-02T22:35:43.018Z] $ docker top 29e8a7c31d7f50310d8194081fbcca2d6649338244780af149467f1ed25e91c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-02T22:35:43.081Z] ========================================================= [2023-02-02T22:35:43.081Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-02T22:35:43.081Z] ========================================================= [Pipeline] sh [2023-02-02T22:35:43.359Z] + git config --global --add safe.directory /w/workspace/edgex-go/391 [Pipeline] fileExists [Pipeline] sh [2023-02-02T22:35:43.655Z] + make test [2023-02-02T22:35:43.655Z] go test -race -coverprofile=coverage.out ./... [2023-02-02T22:35:50.234Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-02T22:36:05.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.049s coverage: 28.7% of statements [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-02T22:36:05.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-02T22:36:05.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.100s coverage: 98.5% of statements [2023-02-02T22:36:05.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.110s coverage: 43.1% of statements [2023-02-02T22:36:05.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-02T22:36:05.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-02T22:36:05.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-02T22:36:05.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.125s coverage: 54.0% of statements [2023-02-02T22:36:05.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-02T22:36:05.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-02T22:36:10.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.369s coverage: 89.2% of statements [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-02T22:36:10.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.097s coverage: 2.6% of statements [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-02T22:36:10.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.495s coverage: 95.6% of statements [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-02T22:36:10.065Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.071s coverage: 72.2% of statements [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-02T22:36:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 65.9% of statements [2023-02-02T22:36:10.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-02T22:36:10.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-02T22:36:10.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.081s coverage: 0.9% of statements [2023-02-02T22:36:10.066Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.6% of statements [2023-02-02T22:36:10.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 82.9% of statements [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2023-02-02T22:36:10.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [2023-02-02T22:36:15.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.104s coverage: 94.4% of statements [2023-02-02T22:36:15.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements [2023-02-02T22:36:22.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.289s coverage: 79.9% of statements [2023-02-02T22:36:22.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-02T22:36:25.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-02T22:36:25.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.106s coverage: 65.1% of statements [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-02T22:36:25.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.090s coverage: 86.9% of statements [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-02T22:36:25.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 77.4% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.2% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 64.7% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 65.3% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 41.8% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.072s coverage: 89.5% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.090s coverage: 17.7% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-02T22:36:25.329Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.261s coverage: 97.7% of statements [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-02T22:36:25.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-02T22:36:25.329Z] 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-02-02T22:36:47.308Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-02T22:36:47.308Z] go vet ./... [2023-02-02T22:36:47.877Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-02T22:36:48.141Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-02T22:36:48.141Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-02T22:36:48.412Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-02T22:36:48.702Z] + ls -al . [2023-02-02T22:36:48.702Z] total 744 [2023-02-02T22:36:48.702Z] drwxrwxr-x 11 1001 1001 4096 Feb 2 22:35 . [2023-02-02T22:36:48.702Z] drwxr-xr-x 4 root root 4096 Feb 2 22:35 .. [2023-02-02T22:36:48.702Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 22:34 .blubracket [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 16 Feb 2 22:34 .dockerignore [2023-02-02T22:36:48.702Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 22:36 .git [2023-02-02T22:36:48.702Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 22:34 .github [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 1024 Feb 2 22:34 .gitignore [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 42 Feb 2 22:34 .golangci.yml [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 87 Feb 2 22:34 .hadolint.yml [2023-02-02T22:36:48.702Z] drwxr-xr-x 3 1001 1001 4096 Feb 2 22:34 .semver [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 22:34 .sonarcloud.properties [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 1171 Feb 2 22:34 ADOPTERS.md [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 10825 Feb 2 22:34 Attribution.txt [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 73765 Feb 2 22:34 CHANGELOG.md [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 22:34 CONTRIBUTING.md [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 677 Feb 2 22:34 GOVERNANCE.md [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 850 Feb 2 22:34 Jenkinsfile [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 22:34 LICENSE [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 13388 Feb 2 22:34 Makefile [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 582 Feb 2 22:34 OWNERS.md [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 9403 Feb 2 22:34 README.md [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 6912 Feb 2 22:34 SECURITY.md [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 12 Feb 2 22:35 VERSION [2023-02-02T22:36:48.702Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 22:34 bin [2023-02-02T22:36:48.702Z] drwxrwxr-x 17 1001 1001 4096 Feb 2 22:34 cmd [2023-02-02T22:36:48.702Z] -rw-r--r-- 1 root root 485987 Feb 2 22:36 coverage.out [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 3365 Feb 2 22:34 go.mod [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 34951 Feb 2 22:34 go.sum [2023-02-02T22:36:48.702Z] drwxrwxr-x 7 1001 1001 4096 Feb 2 22:34 internal [2023-02-02T22:36:48.702Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 22:34 openapi [2023-02-02T22:36:48.702Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 22:34 snap [2023-02-02T22:36:48.702Z] -rw-rw-r-- 1 1001 1001 204 Feb 2 22:34 version.go [Pipeline] sh [2023-02-02T22:36:48.992Z] + '[' -e coverage.out ] [2023-02-02T22:36:48.992Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-02T22:36:49.113Z] Stashed 1 file(s) [Pipeline] sh [2023-02-02T22:36:49.397Z] + make build [2023-02-02T22:36:49.397Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-02T22:36:49.908Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4403 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-02-02T22:36:49.920Z] Running in /w/workspace/edgex-go/391 [Pipeline] { [Pipeline] checkout [2023-02-02T22:36:49.949Z] The recommended git tool is: git [2023-02-02T22:36:54.967Z] using credential edgex-jenkins-ssh [2023-02-02T22:36:54.984Z] Cloning the remote Git repository [2023-02-02T22:36:55.023Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-02T22:36:55.090Z] > git init /w/workspace/edgex-go/391 # timeout=10 [2023-02-02T22:36:55.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-02T22:36:55.234Z] > git --version # timeout=10 [2023-02-02T22:36:55.257Z] > git --version # 'git version 2.25.1' [2023-02-02T22:36:55.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-02T22:36:55.324Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-02T22:37:01.766Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-02T22:37:02.333Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-02T22:37:03.712Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-02T22:37:04.278Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-02T22:37:11.841Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-02T22:37:11.868Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-02T22:37:12.453Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-02T22:37:12.620Z] Avoid second fetch [2023-02-02T22:37:12.621Z] Checking out Revision 673422cf48d924dd46ca45c091b4df6a300e9e32 (main) [2023-02-02T22:37:13.020Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-02T22:37:13.293Z] Commit message: "feat: Tweak security-bootscrapper to make it easier to disable kong/kong-db (#4314)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-02T22:37:13.961Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-02T22:37:12.639Z] > git config core.sparsecheckout # timeout=10 [2023-02-02T22:37:12.655Z] > git checkout -f 673422cf48d924dd46ca45c091b4df6a300e9e32 # timeout=10 [2023-02-02T22:37:14.226Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-02T22:37:14.226Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T22:37:14.226Z] Dload Upload Total Spent Left Speed [2023-02-02T22:37:14.226Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 [Pipeline] sh [2023-02-02T22:37:14.833Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-02T22:37:15.155Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-02T22:37:15.155Z] + sudo tee /etc/docker/daemon.new [2023-02-02T22:37:15.155Z] { [2023-02-02T22:37:15.155Z] "registry-mirrors": [ [2023-02-02T22:37:15.155Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-02T22:37:15.155Z] ], [2023-02-02T22:37:15.155Z] "bip": "10.250.0.254/24", [2023-02-02T22:37:15.155Z] "hosts": [ [2023-02-02T22:37:15.155Z] "tcp://0.0.0.0:5555", [2023-02-02T22:37:15.155Z] "unix:///var/run/docker.sock" [2023-02-02T22:37:15.155Z] ], [2023-02-02T22:37:15.155Z] "mtu": 1458, [2023-02-02T22:37:15.155Z] "selinux-enabled": true, [2023-02-02T22:37:15.155Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-02T22:37:15.155Z] } [Pipeline] sh [2023-02-02T22:37:15.346Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-02T22:37:15.482Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-02T22:37:15.816Z] + sudo service docker restart [2023-02-02T22:37:15.913Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-02T22:37:16.847Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-02T22:37:19.379Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-02T22:37:20.767Z] $ docker stop --time=1 29e8a7c31d7f50310d8194081fbcca2d6649338244780af149467f1ed25e91c3 [2023-02-02T22:37:27.118Z] $ docker rm -f --volumes 29e8a7c31d7f50310d8194081fbcca2d6649338244780af149467f1ed25e91c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:37:28.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-02T22:37:28.017Z] [2023-02-02T22:37:28.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:37:28.331Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-02T22:37:28.332Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-02T22:37:28.332Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-02T22:37:28.332Z] ca9280d653b3: Pulling fs layer [2023-02-02T22:37:28.332Z] 7e9c9ca2126c: Pulling fs layer [2023-02-02T22:37:28.597Z] cbdbe7a5bc2a: Verifying Checksum [2023-02-02T22:37:28.597Z] cbdbe7a5bc2a: Download complete [2023-02-02T22:37:28.597Z] cbdbe7a5bc2a: Pull complete [2023-02-02T22:37:28.856Z] ca9280d653b3: Verifying Checksum [2023-02-02T22:37:28.856Z] ca9280d653b3: Download complete [2023-02-02T22:37:29.114Z] 7e9c9ca2126c: Download complete [2023-02-02T22:37:29.114Z] ca9280d653b3: Pull complete [2023-02-02T22:37:32.396Z] 7e9c9ca2126c: Pull complete [2023-02-02T22:37:32.396Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-02T22:37:32.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-02T22:37:32.396Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T22:37:32.477Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T22:37:32.509Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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-02-02T22:37:36.385Z] $ docker top ac17c58f6b4ee1fc717e9416bb2ddc53bfdaa8ffedb45a0ea125471fd8b9d5ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-02-02T22:37:36.485Z] provisioning config files... [2023-02-02T22:37:36.508Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config7894089251083465556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T22:37:36.732Z] + docker-compose build --help+ [2023-02-02T22:37:36.733Z] grep parallel [2023-02-02T22:37:36.858Z] ---> docker-login.sh [2023-02-02T22:37:36.858Z] nexus3.edgexfoundry.org:10001 [2023-02-02T22:37:37.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:37:37.300Z] --parallel Build images in parallel. [Pipeline] } [2023-02-02T22:37:37.312Z] $ docker stop --time=1 ac17c58f6b4ee1fc717e9416bb2ddc53bfdaa8ffedb45a0ea125471fd8b9d5ff [2023-02-02T22:37:37.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:37:37.395Z] Configure a credential helper to remove this warning. See [2023-02-02T22:37:37.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:37:37.395Z] [2023-02-02T22:37:37.395Z] Login Succeeded [2023-02-02T22:37:37.395Z] nexus3.edgexfoundry.org:10002 [2023-02-02T22:37:37.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:37:37.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:37:37.664Z] Configure a credential helper to remove this warning. See [2023-02-02T22:37:37.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:37:37.664Z] [2023-02-02T22:37:37.664Z] Login Succeeded [2023-02-02T22:37:37.932Z] nexus3.edgexfoundry.org:10003 [2023-02-02T22:37:37.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:37:38.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:37:38.201Z] Configure a credential helper to remove this warning. See [2023-02-02T22:37:38.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:37:38.202Z] [2023-02-02T22:37:38.202Z] Login Succeeded [2023-02-02T22:37:38.202Z] nexus3.edgexfoundry.org:10004 [2023-02-02T22:37:38.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:37:38.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:37:38.469Z] Configure a credential helper to remove this warning. See [2023-02-02T22:37:38.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:37:38.469Z] [2023-02-02T22:37:38.469Z] Login Succeeded [2023-02-02T22:37:38.469Z] docker.io [2023-02-02T22:37:38.606Z] $ docker rm -f --volumes ac17c58f6b4ee1fc717e9416bb2ddc53bfdaa8ffedb45a0ea125471fd8b9d5ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:37:38.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:37:39.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:37:39.004Z] Configure a credential helper to remove this warning. See [2023-02-02T22:37:39.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:37:39.004Z] [2023-02-02T22:37:39.004Z] Login Succeeded [2023-02-02T22:37:39.004Z] ---> docker-login.sh ends [2023-02-02T22:37:39.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-02T22:37:39.010Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-02-02T22:37:39.027Z] Deleting 1 temporary files [Pipeline] withDockerContainer [2023-02-02T22:37:39.080Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T22:37:39.114Z] $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-02T22:37:39.482Z] $ docker top 1001597c4865d3e88df998661f1f73c23bb4b25acbc9d2950c462743b247dc66 -eo pid,comm [Pipeline] { [Pipeline] // configFileProvider [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-02T22:37:39.844Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-02T22:37:40.125Z] + git config --global --add safe.directory /w/workspace/edgex-go/391 [Pipeline] echo [2023-02-02T22:37:40.145Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T22:37:40.161Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T22:37:40.175Z] ========================================================= [2023-02-02T22:37:40.175Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-02T22:37:40.175Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-02T22:37:40.411Z] Building core-command ... [2023-02-02T22:37:40.411Z] Building core-common-config-bootstrapper ... [2023-02-02T22:37:40.411Z] Building core-data ... [2023-02-02T22:37:40.411Z] Building core-metadata ... [2023-02-02T22:37:40.411Z] Building security-bootstrapper ... [2023-02-02T22:37:40.411Z] Building security-proxy-setup ... [2023-02-02T22:37:40.411Z] Building security-secretstore-setup ... [2023-02-02T22:37:40.411Z] Building security-spiffe-token-provider ... [2023-02-02T22:37:40.411Z] Building security-spire-agent ... [2023-02-02T22:37:40.411Z] Building security-spire-config ... [2023-02-02T22:37:40.411Z] Building security-spire-server ... [2023-02-02T22:37:40.411Z] Building support-notifications ... [2023-02-02T22:37:40.411Z] Building support-scheduler ... [2023-02-02T22:37:40.411Z] Building core-metadata [2023-02-02T22:37:40.411Z] Building security-proxy-setup [2023-02-02T22:37:40.411Z] Building core-data [2023-02-02T22:37:40.411Z] Building security-secretstore-setup [2023-02-02T22:37:40.411Z] Building core-command [2023-02-02T22:37:40.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-02T22:37:40.766Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-02T22:37:40.766Z] 9b18e9b68314: Pulling fs layer [2023-02-02T22:37:40.766Z] 35d82f9e3411: Pulling fs layer [2023-02-02T22:37:40.766Z] e16973657156: Pulling fs layer [2023-02-02T22:37:40.766Z] fc693d55d65f: Pulling fs layer [2023-02-02T22:37:40.766Z] 7e9fc2657dce: Pulling fs layer [2023-02-02T22:37:40.766Z] dda99020689f: Pulling fs layer [2023-02-02T22:37:40.766Z] db1c61fa0a46: Pulling fs layer [2023-02-02T22:37:40.766Z] 891c053d2c06: Pulling fs layer [2023-02-02T22:37:40.766Z] 7e9fc2657dce: Waiting [2023-02-02T22:37:40.766Z] dda99020689f: Waiting [2023-02-02T22:37:40.766Z] db1c61fa0a46: Waiting [2023-02-02T22:37:40.766Z] 891c053d2c06: Waiting [2023-02-02T22:37:40.766Z] fc693d55d65f: Waiting [2023-02-02T22:37:40.766Z] e16973657156: Download complete [2023-02-02T22:37:40.766Z] 35d82f9e3411: Verifying Checksum [2023-02-02T22:37:40.766Z] 35d82f9e3411: Download complete [2023-02-02T22:37:40.766Z] 7e9fc2657dce: Verifying Checksum [2023-02-02T22:37:40.766Z] 7e9fc2657dce: Download complete [2023-02-02T22:37:40.766Z] dda99020689f: Verifying Checksum [2023-02-02T22:37:40.766Z] dda99020689f: Download complete [2023-02-02T22:37:40.766Z] 9b18e9b68314: Verifying Checksum [2023-02-02T22:37:40.766Z] 9b18e9b68314: Download complete [2023-02-02T22:37:41.741Z] 9b18e9b68314: Pull complete [2023-02-02T22:37:41.741Z] 891c053d2c06: Verifying Checksum [2023-02-02T22:37:41.741Z] 891c053d2c06: Download complete [2023-02-02T22:37:42.334Z] 35d82f9e3411: Pull complete [2023-02-02T22:37:42.334Z] e16973657156: Pull complete [2023-02-02T22:37:42.923Z] db1c61fa0a46: Verifying Checksum [2023-02-02T22:37:42.923Z] db1c61fa0a46: Download complete [2023-02-02T22:37:43.511Z] fc693d55d65f: Verifying Checksum [2023-02-02T22:37:43.511Z] fc693d55d65f: Download complete [2023-02-02T22:37:52.636Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:37:52.636Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:37:52.636Z] ---> a96294dd2c5d [2023-02-02T22:37:52.636Z] Step 3/24 : WORKDIR /edgex-go [2023-02-02T22:37:52.893Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:37:52.893Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:37:52.893Z] ---> a96294dd2c5d [2023-02-02T22:37:52.893Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:37:52.893Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:37:52.893Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:37:52.893Z] ---> a96294dd2c5d [2023-02-02T22:37:52.893Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:37:52.893Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:37:52.893Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:37:52.893Z] ---> a96294dd2c5d [2023-02-02T22:37:52.893Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:37:53.841Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:37:53.841Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:37:53.841Z] ---> a96294dd2c5d [2023-02-02T22:37:53.841Z] Step 3/21 : WORKDIR /edgex-go [2023-02-02T22:37:56.158Z] fc693d55d65f: Pull complete [2023-02-02T22:37:56.158Z] 7e9fc2657dce: Pull complete [2023-02-02T22:37:56.158Z] dda99020689f: Pull complete [2023-02-02T22:38:01.528Z] db1c61fa0a46: Pull complete [2023-02-02T22:38:02.959Z] 891c053d2c06: Pull complete [2023-02-02T22:38:02.959Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-02T22:38:02.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-02T22:38:02.959Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-02T22:38:03.299Z] + + docker build -t ci-base-image-arm64 -f - . [2023-02-02T22:38:03.299Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-02T22:38:03.299Z] WORKDIR /edgex [2023-02-02T22:38:03.299Z] COPY go.mod . [2023-02-02T22:38:03.299Z] RUN go mod download [2023-02-02T22:38:03.896Z] Sending build context to Docker daemon 3.093MB [2023-02-02T22:38:03.896Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-02T22:38:03.896Z] ---> f96f9c87975a [2023-02-02T22:38:03.896Z] Step 2/4 : WORKDIR /edgex [2023-02-02T22:38:05.882Z] ---> Running in 32d22e684fa1 [2023-02-02T22:38:05.882Z] Removing intermediate container 32d22e684fa1 [2023-02-02T22:38:05.882Z] ---> 1e6062e7826f [2023-02-02T22:38:05.882Z] Step 3/4 : COPY go.mod . [2023-02-02T22:38:06.469Z] ---> eaa0a2f4d9c6 [2023-02-02T22:38:06.469Z] Step 4/4 : RUN go mod download [2023-02-02T22:38:06.469Z] ---> Running in 38bed5ecb3be [2023-02-02T22:38:08.769Z] ---> Running in 92065f7b61cf [2023-02-02T22:38:08.769Z] ---> Running in 5d9274be3762 [2023-02-02T22:38:08.769Z] ---> Running in 3e7416525644 [2023-02-02T22:38:08.769Z] ---> Running in e5e0b4827f81 [2023-02-02T22:38:08.769Z] ---> Running in c20b154fca46 [2023-02-02T22:38:08.769Z] Removing intermediate container 92065f7b61cf [2023-02-02T22:38:08.769Z] ---> a5ceb263a54f [2023-02-02T22:38:08.769Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:38:08.769Z] Removing intermediate container e5e0b4827f81 [2023-02-02T22:38:08.769Z] ---> 125c5e849515 [2023-02-02T22:38:08.769Z] Step 4/24 : WORKDIR /edgex-go [2023-02-02T22:38:08.769Z] Removing intermediate container 5d9274be3762 [2023-02-02T22:38:08.769Z] ---> a28dbc446cec [2023-02-02T22:38:08.769Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-02T22:38:08.769Z] Removing intermediate container c20b154fca46 [2023-02-02T22:38:08.769Z] ---> 53f6f455e0c3 [2023-02-02T22:38:08.769Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-02T22:38:08.769Z] Removing intermediate container 3e7416525644 [2023-02-02T22:38:08.769Z] ---> fff30b024306 [2023-02-02T22:38:08.769Z] Step 4/23 : WORKDIR /edgex-go [2023-02-02T22:38:08.769Z] ---> Running in d643f3323996 [2023-02-02T22:38:08.769Z] ---> Running in 0aa0ce518b93 [2023-02-02T22:38:08.769Z] ---> Running in 241aabf23590 [2023-02-02T22:38:08.769Z] ---> Running in 647cb3c4c319 [2023-02-02T22:38:08.769Z] ---> Running in 9bd2d5d40a97 [2023-02-02T22:38:08.769Z] Removing intermediate container d643f3323996 [2023-02-02T22:38:08.769Z] ---> e4a94679e40a [2023-02-02T22:38:08.769Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-02T22:38:08.769Z] Removing intermediate container 0aa0ce518b93 [2023-02-02T22:38:08.769Z] ---> 1ed2406c59b3 [2023-02-02T22:38:08.769Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-02T22:38:08.769Z] Removing intermediate container 9bd2d5d40a97 [2023-02-02T22:38:08.769Z] ---> 38fe7962623e [2023-02-02T22:38:08.769Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-02T22:38:08.769Z] ---> Running in e2153b4dc2db [2023-02-02T22:38:08.769Z] ---> Running in 0b5f786e78c8 [2023-02-02T22:38:08.769Z] ---> Running in d315e656af69 [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:38:08.769Z] OK: 211 MiB in 51 packages [2023-02-02T22:38:08.769Z] OK: 211 MiB in 51 packages [2023-02-02T22:38:08.769Z] OK: 211 MiB in 51 packages [2023-02-02T22:38:08.769Z] OK: 211 MiB in 51 packages [2023-02-02T22:38:08.769Z] OK: 211 MiB in 51 packages [2023-02-02T22:38:08.769Z] Removing intermediate container e2153b4dc2db [2023-02-02T22:38:08.769Z] ---> 94847662cd8f [2023-02-02T22:38:08.769Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:38:08.769Z] Removing intermediate container 241aabf23590 [2023-02-02T22:38:08.769Z] ---> be9d1ad3d3fb [2023-02-02T22:38:08.769Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-02T22:38:08.769Z] Removing intermediate container 647cb3c4c319 [2023-02-02T22:38:08.769Z] ---> 89d8d4a798fd [2023-02-02T22:38:08.769Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-02T22:38:08.769Z] Removing intermediate container d315e656af69 [2023-02-02T22:38:08.769Z] ---> 47d3bc5d4945 [2023-02-02T22:38:08.769Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-02T22:38:08.769Z] ---> 755fcfdf51a2 [2023-02-02T22:38:08.769Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:38:08.769Z] Removing intermediate container 0b5f786e78c8 [2023-02-02T22:38:08.769Z] ---> 80e7b9f5695a [2023-02-02T22:38:08.769Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-02T22:38:08.769Z] ---> Running in 7cbf2f092d45 [2023-02-02T22:38:08.769Z] ---> bb5892f07bc4 [2023-02-02T22:38:08.769Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:38:08.769Z] ---> Running in 45744a931cf1 [2023-02-02T22:38:08.769Z] ---> f91437a776c0 [2023-02-02T22:38:08.769Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:38:08.769Z] ---> a601e0a874d1 [2023-02-02T22:38:08.769Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:38:08.769Z] ---> Running in 2e0ac0b27547 [2023-02-02T22:38:08.769Z] ---> Running in 5d4d4e2ca68b [2023-02-02T22:38:08.769Z] ---> 58f7e860a530 [2023-02-02T22:38:08.769Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:38:08.769Z] ---> Running in 18496ddae0df [2023-02-02T22:38:38.790Z] Removing intermediate container 38bed5ecb3be [2023-02-02T22:38:38.790Z] ---> 3c8c4595ef93 [2023-02-02T22:38:38.790Z] Successfully built 3c8c4595ef93 [2023-02-02T22:38:38.790Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:38:39.118Z] + docker inspect -f . ci-base-image-arm64 [2023-02-02T22:38:39.118Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T22:38:39.294Z] prd-ubuntu20.04-docker-arm64-4c-16g-4403 does not seem to be running inside a container [2023-02-02T22:38:39.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-02T22:38:40.520Z] $ docker top f3716b59d91a52c6db669c62fd940e65cdfd77ee6eeeb1f49f220c4fd9768b6e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T22:38:41.334Z] + go version [2023-02-02T22:38:41.335Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-02T22:38:41.359Z] $ docker stop --time=1 f3716b59d91a52c6db669c62fd940e65cdfd77ee6eeeb1f49f220c4fd9768b6e [2023-02-02T22:38:42.965Z] $ docker rm -f --volumes f3716b59d91a52c6db669c62fd940e65cdfd77ee6eeeb1f49f220c4fd9768b6e [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-02-02T22:38:43.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-02T22:38:43.571Z] [2023-02-02T22:38:43.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:38:43.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-02T22:38:43.903Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-02T22:38:43.903Z] 29e5d40040c1: Pulling fs layer [2023-02-02T22:38:43.903Z] 1ce36da41761: Pulling fs layer [2023-02-02T22:38:43.903Z] 25b303627fd3: Pulling fs layer [2023-02-02T22:38:44.170Z] 29e5d40040c1: Download complete [2023-02-02T22:38:44.440Z] 1ce36da41761: Verifying Checksum [2023-02-02T22:38:44.440Z] 1ce36da41761: Download complete [2023-02-02T22:38:44.708Z] 29e5d40040c1: Pull complete [2023-02-02T22:38:46.114Z] 25b303627fd3: Download complete [2023-02-02T22:38:46.114Z] 1ce36da41761: Pull complete [2023-02-02T22:38:56.198Z] 25b303627fd3: Pull complete [2023-02-02T22:38:56.198Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-02T22:38:56.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-02T22:38:56.198Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T22:38:56.404Z] prd-ubuntu20.04-docker-arm64-4c-16g-4403 does not seem to be running inside a container [2023-02-02T22:38:56.475Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@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-02-02T22:38:58.520Z] $ docker top 808e9005d69c8c3bcce5e26ae44bc58d6e2a318fb82011791210df6fbba12d9c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T22:38:59.327Z] + docker-compose build --help [2023-02-02T22:38:59.327Z] + grep parallel [2023-02-02T22:39:03.593Z] --parallel Build images in parallel. [Pipeline] } [2023-02-02T22:39:03.615Z] $ docker stop --time=1 808e9005d69c8c3bcce5e26ae44bc58d6e2a318fb82011791210df6fbba12d9c [2023-02-02T22:39:05.223Z] $ docker rm -f --volumes 808e9005d69c8c3bcce5e26ae44bc58d6e2a318fb82011791210df6fbba12d9c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:39:05.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-02T22:39:05.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T22:39:05.875Z] prd-ubuntu20.04-docker-arm64-4c-16g-4403 does not seem to be running inside a container [2023-02-02T22:39:05.942Z] $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-02T22:39:07.034Z] $ docker top c84e38bcae2b4e79e147d39fd97424cc51f633ecbc705d97f024fedd05d3a448 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T22:39:07.510Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-02T22:39:11.755Z] Building core-command ... [2023-02-02T22:39:11.755Z] Building core-common-config-bootstrapper ... [2023-02-02T22:39:11.755Z] Building core-data ... [2023-02-02T22:39:11.755Z] Building core-metadata ... [2023-02-02T22:39:11.755Z] Building security-bootstrapper ... [2023-02-02T22:39:11.755Z] Building security-proxy-setup ... [2023-02-02T22:39:11.755Z] Building security-secretstore-setup ... [2023-02-02T22:39:11.755Z] Building security-spiffe-token-provider ... [2023-02-02T22:39:11.755Z] Building security-spire-agent ... [2023-02-02T22:39:11.755Z] Building security-spire-config ... [2023-02-02T22:39:11.755Z] Building security-spire-server ... [2023-02-02T22:39:11.755Z] Building support-notifications ... [2023-02-02T22:39:11.755Z] Building support-scheduler ... [2023-02-02T22:39:11.755Z] Building core-data [2023-02-02T22:39:11.755Z] Building security-secretstore-setup [2023-02-02T22:39:11.755Z] Building core-metadata [2023-02-02T22:39:11.755Z] Building security-proxy-setup [2023-02-02T22:39:11.755Z] Building security-spire-server [2023-02-02T22:39:21.850Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:39:21.850Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:39:21.850Z] ---> 3c8c4595ef93 [2023-02-02T22:39:21.850Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:39:21.850Z] ---> Running in 026f5fc05230 [2023-02-02T22:39:22.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:39:22.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:39:22.117Z] ---> 3c8c4595ef93 [2023-02-02T22:39:22.117Z] Step 3/23 : WORKDIR /edgex-go [2023-02-02T22:39:22.390Z] ---> Running in f93c7ad154fe [2023-02-02T22:39:22.390Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:39:22.390Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:39:22.390Z] ---> 3c8c4595ef93 [2023-02-02T22:39:22.390Z] Step 3/24 : WORKDIR /edgex-go [2023-02-02T22:39:22.390Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:39:22.390Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:39:22.390Z] ---> 3c8c4595ef93 [2023-02-02T22:39:22.390Z] Step 3/21 : WORKDIR /edgex-go [2023-02-02T22:39:22.674Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:39:22.674Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:39:22.674Z] ---> 3c8c4595ef93 [2023-02-02T22:39:22.674Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:39:22.674Z] ---> Running in 6d2200543aa9 [2023-02-02T22:39:22.674Z] ---> Running in ff71647c18ec [2023-02-02T22:39:22.674Z] Removing intermediate container 026f5fc05230 [2023-02-02T22:39:22.674Z] ---> d01d32752105 [2023-02-02T22:39:22.674Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:39:22.674Z] ---> Running in 891ec4ccb254 [2023-02-02T22:39:22.947Z] ---> Running in 6f89f90a9a8c [2023-02-02T22:39:22.947Z] Removing intermediate container f93c7ad154fe [2023-02-02T22:39:22.947Z] ---> 4199b187dfa4 [2023-02-02T22:39:22.947Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-02T22:39:23.214Z] ---> Running in 6c55d5c42e07 [2023-02-02T22:39:23.482Z] Removing intermediate container 6d2200543aa9 [2023-02-02T22:39:23.482Z] ---> b11a7cc8999f [2023-02-02T22:39:23.482Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-02T22:39:23.482Z] Removing intermediate container ff71647c18ec [2023-02-02T22:39:23.482Z] Removing intermediate container 891ec4ccb254 [2023-02-02T22:39:23.482Z] ---> 28a28b4b253f [2023-02-02T22:39:23.482Z] Step 4/24 : WORKDIR /edgex-go [2023-02-02T22:39:23.482Z] ---> 988ba19905df [2023-02-02T22:39:23.482Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-02T22:39:23.748Z] ---> Running in c22e84e55b74 [2023-02-02T22:39:23.748Z] ---> Running in abd0400b9fb4 [2023-02-02T22:39:23.748Z] ---> Running in 7e90ddda3dd5 [2023-02-02T22:39:23.748Z] Removing intermediate container 6f89f90a9a8c [2023-02-02T22:39:23.748Z] ---> 0682be6166be [2023-02-02T22:39:23.748Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-02T22:39:24.014Z] ---> Running in cf66ca52b92e [2023-02-02T22:39:24.602Z] Removing intermediate container abd0400b9fb4 [2023-02-02T22:39:24.602Z] ---> 408f2bfbc4ed [2023-02-02T22:39:24.602Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-02T22:39:24.602Z] ---> Running in b1703a2169d7 [2023-02-02T22:39:25.190Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:25.461Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.712Z] OK: 221 MiB in 51 packages [2023-02-02T22:39:26.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:26.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:39:27.966Z] OK: 221 MiB in 51 packages [2023-02-02T22:39:28.238Z] Removing intermediate container 6c55d5c42e07 [2023-02-02T22:39:28.238Z] ---> 4ff6b76ee992 [2023-02-02T22:39:28.238Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-02T22:39:28.238Z] OK: 221 MiB in 51 packages [2023-02-02T22:39:28.238Z] OK: 221 MiB in 51 packages [2023-02-02T22:39:28.238Z] OK: 221 MiB in 51 packages [2023-02-02T22:39:29.650Z] ---> 49a81555980d [2023-02-02T22:39:29.650Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:39:29.650Z] ---> Running in 2d6c22315c60 [2023-02-02T22:39:30.233Z] Removing intermediate container c22e84e55b74 [2023-02-02T22:39:30.233Z] ---> c1e3f9c88b3e [2023-02-02T22:39:30.233Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-02T22:39:30.233Z] Removing intermediate container cf66ca52b92e [2023-02-02T22:39:30.233Z] ---> c3af454ee94a [2023-02-02T22:39:30.233Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:39:30.233Z] Removing intermediate container 7e90ddda3dd5 [2023-02-02T22:39:30.233Z] ---> 7deed9dd9966 [2023-02-02T22:39:30.233Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-02T22:39:30.233Z] Removing intermediate container b1703a2169d7 [2023-02-02T22:39:30.233Z] ---> 74fe8d394eb0 [2023-02-02T22:39:30.233Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-02T22:39:30.308Z] Removing intermediate container 7cbf2f092d45 [2023-02-02T22:39:30.308Z] ---> 3d7126a15ea9 [2023-02-02T22:39:30.308Z] Step 8/22 : COPY . . [2023-02-02T22:39:30.308Z] Removing intermediate container 18496ddae0df [2023-02-02T22:39:30.308Z] ---> 1a60b308e333 [2023-02-02T22:39:30.308Z] Step 8/24 : COPY . . [2023-02-02T22:39:30.308Z] Removing intermediate container 5d4d4e2ca68b [2023-02-02T22:39:30.308Z] ---> 56b723454905 [2023-02-02T22:39:30.308Z] Step 8/23 : COPY . . [2023-02-02T22:39:30.308Z] Removing intermediate container 2e0ac0b27547 [2023-02-02T22:39:30.308Z] ---> d419e1aa27f5 [2023-02-02T22:39:30.308Z] Step 7/21 : COPY . . [2023-02-02T22:39:30.308Z] Removing intermediate container 45744a931cf1 [2023-02-02T22:39:30.308Z] ---> efeb3766fac6 [2023-02-02T22:39:30.308Z] Step 7/24 : COPY . . [2023-02-02T22:39:31.649Z] ---> 74012313b2b6 [2023-02-02T22:39:31.649Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:39:31.649Z] ---> 5796adab78fa [2023-02-02T22:39:31.649Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:39:31.649Z] ---> 1f9d1badf116 [2023-02-02T22:39:31.649Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:39:31.649Z] ---> b74f2fe6b183 [2023-02-02T22:39:31.649Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:39:31.649Z] ---> Running in 04a762497892 [2023-02-02T22:39:31.649Z] ---> Running in 1d4c812cc89d [2023-02-02T22:39:31.919Z] ---> Running in bf6b3dde3466 [2023-02-02T22:39:31.919Z] ---> Running in 07c8caf28347 [2023-02-02T22:39:52.309Z] ---> 363a0dc7bf47 [2023-02-02T22:39:52.309Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-02T22:39:52.309Z] ---> 449a2568ffe8 [2023-02-02T22:39:52.309Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-02T22:39:52.309Z] ---> d111198e806d [2023-02-02T22:39:52.309Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-02T22:39:52.309Z] ---> f745d524e96a [2023-02-02T22:39:52.309Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-02T22:39:52.309Z] ---> 5af49946e1c9 [2023-02-02T22:39:52.309Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-02T22:39:52.309Z] ---> Running in 38baa0eac22e [2023-02-02T22:39:52.309Z] ---> Running in 7a77c479306a [2023-02-02T22:39:52.309Z] ---> Running in bed4d46f6bc0 [2023-02-02T22:39:52.309Z] ---> Running in 3a1def7ee9b4 [2023-02-02T22:39:52.309Z] ---> Running in ed649024e885 [2023-02-02T22:39:52.309Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-02T22:39:52.309Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-02T22:39:52.309Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-02T22:39:52.309Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-02T22:39:52.309Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-02T22:40:24.446Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-02T22:40:24.446Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-02T22:40:36.681Z] Removing intermediate container 3a1def7ee9b4 [2023-02-02T22:40:36.681Z] ---> e9665d36bbae [2023-02-02T22:40:36.681Z] [2023-02-02T22:40:36.681Z] Step 10/23 : FROM alpine:3.16 [2023-02-02T22:40:36.681Z] Removing intermediate container 38baa0eac22e [2023-02-02T22:40:36.681Z] ---> 388b0b3d415e [2023-02-02T22:40:36.681Z] [2023-02-02T22:40:36.681Z] Step 10/24 : FROM alpine:3.16 [2023-02-02T22:40:36.681Z] Removing intermediate container 7a77c479306a [2023-02-02T22:40:36.681Z] ---> 0c63c1026948 [2023-02-02T22:40:36.681Z] [2023-02-02T22:40:36.681Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:40:36.681Z] Removing intermediate container ed649024e885 [2023-02-02T22:40:36.681Z] ---> 449b421eb47f [2023-02-02T22:40:36.681Z] [2023-02-02T22:40:36.681Z] Step 9/21 : FROM alpine:3.16 [2023-02-02T22:40:36.681Z] Removing intermediate container bed4d46f6bc0 [2023-02-02T22:40:36.681Z] ---> 19e084d83389 [2023-02-02T22:40:36.681Z] [2023-02-02T22:40:36.681Z] Step 9/24 : FROM alpine:3.16 [2023-02-02T22:40:36.681Z] 3.16: Pulling from library/alpine [2023-02-02T22:40:37.250Z] 3.16: Pulling from library/alpine [2023-02-02T22:40:37.511Z] 3.16: Pulling from library/alpine [2023-02-02T22:40:38.452Z] 3.16: Pulling from library/alpine [2023-02-02T22:40:38.452Z] 3.16: Pulling from library/alpine [2023-02-02T22:40:40.430Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T22:40:40.430Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T22:40:40.430Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T22:40:40.430Z] Status: Downloaded newer image for alpine:3.16 [2023-02-02T22:40:40.430Z] Status: Image is up to date for alpine:3.16 [2023-02-02T22:40:40.430Z] Status: Downloaded newer image for alpine:3.16 [2023-02-02T22:40:40.430Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T22:40:40.430Z] Status: Image is up to date for alpine:3.16 [2023-02-02T22:40:40.430Z] ---> bfe296a52501 [2023-02-02T22:40:40.430Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-02T22:40:40.430Z] ---> bfe296a52501 [2023-02-02T22:40:40.430Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:40:40.430Z] ---> bfe296a52501 [2023-02-02T22:40:40.430Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-02T22:40:40.430Z] ---> bfe296a52501 [2023-02-02T22:40:40.430Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T22:40:40.430Z] Step 11/24 : RUN apk add --update --no-cache dumb-initStatus: Image is up to date for alpine:3.16 [2023-02-02T22:40:40.430Z] [2023-02-02T22:40:40.430Z] ---> bfe296a52501 [2023-02-02T22:40:40.430Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-02T22:40:40.430Z] ---> Running in 44cf372beb07 [2023-02-02T22:40:40.430Z] ---> Running in 870e6ce2b546 [2023-02-02T22:40:40.430Z] ---> Running in c56ec4ad96d3 [2023-02-02T22:40:40.430Z] ---> Running in ee4dd55ef4c4 [2023-02-02T22:40:40.430Z] ---> Running in 70a3956d068d [2023-02-02T22:40:40.687Z] Removing intermediate container 70a3956d068d [2023-02-02T22:40:40.687Z] ---> f49a69f158a0 [2023-02-02T22:40:40.687Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-02T22:40:40.687Z] ---> Running in 09773f08f94c [2023-02-02T22:40:40.687Z] Removing intermediate container 09773f08f94c [2023-02-02T22:40:40.687Z] ---> 70e59178ae26 [2023-02-02T22:40:40.687Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-02T22:40:40.687Z] ---> Running in 4a1c14fd7814 [2023-02-02T22:40:40.687Z] Removing intermediate container 4a1c14fd7814 [2023-02-02T22:40:40.687Z] ---> 282b93575e1c [2023-02-02T22:40:40.687Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:40:40.945Z] ---> Running in cbd18fe2df84 [2023-02-02T22:40:40.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:40.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:40.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.204Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-02T22:40:41.468Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-02T22:40:41.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.468Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-02T22:40:41.468Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-02T22:40:41.468Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-02T22:40:41.468Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:40:41.468Z] OK: 6 MiB in 15 packages [2023-02-02T22:40:41.468Z] (5/6) Installing curl (7.83.1-r5) [2023-02-02T22:40:41.468Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-02T22:40:41.468Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:40:41.468Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:40:41.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:41.468Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-02T22:40:41.468Z] OK: 8 MiB in 20 packages [2023-02-02T22:40:41.468Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-02T22:40:41.468Z] (3/3) Installing su-exec (0.2-r1) [2023-02-02T22:40:41.468Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:40:41.468Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:40:41.468Z] OK: 6 MiB in 17 packages [2023-02-02T22:40:41.468Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-02T22:40:41.468Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:40:41.468Z] OK: 6 MiB in 15 packages [2023-02-02T22:40:41.468Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-02T22:40:41.727Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:40:41.727Z] OK: 6 MiB in 15 packages [2023-02-02T22:40:41.997Z] Removing intermediate container 870e6ce2b546 [2023-02-02T22:40:41.997Z] ---> 30bd4272ae51 [2023-02-02T22:40:41.997Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:40:41.997Z] ---> Running in 2e72571d1b6a [2023-02-02T22:40:41.997Z] Removing intermediate container 2e72571d1b6a [2023-02-02T22:40:41.997Z] ---> 217e873e9859 [2023-02-02T22:40:41.997Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-02T22:40:41.997Z] Removing intermediate container c56ec4ad96d3 [2023-02-02T22:40:41.997Z] ---> d03fecc2e32c [2023-02-02T22:40:41.997Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-02T22:40:42.258Z] ---> Running in 75b57cfb6039 [2023-02-02T22:40:42.258Z] ---> Running in b0900528096e [2023-02-02T22:40:42.258Z] Removing intermediate container cbd18fe2df84 [2023-02-02T22:40:42.258Z] ---> 00d4a5340ced [2023-02-02T22:40:42.258Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:40:42.258Z] Removing intermediate container ee4dd55ef4c4 [2023-02-02T22:40:42.258Z] ---> 902020f0f39d [2023-02-02T22:40:42.258Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:40:42.258Z] Removing intermediate container 44cf372beb07 [2023-02-02T22:40:42.258Z] ---> c521d53eb2fc [2023-02-02T22:40:42.258Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-02T22:40:42.258Z] Removing intermediate container 75b57cfb6039 [2023-02-02T22:40:42.258Z] ---> fb14f46039ea [2023-02-02T22:40:42.258Z] Step 12/21 : WORKDIR /edgex [2023-02-02T22:40:42.258Z] Removing intermediate container b0900528096e [2023-02-02T22:40:42.258Z] ---> 197c14f84ead [2023-02-02T22:40:42.258Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-02T22:40:42.258Z] ---> Running in 4e29f87db191 [2023-02-02T22:40:42.258Z] ---> Running in 7fc6fc784f29 [2023-02-02T22:40:42.258Z] ---> Running in 786c75859fca [2023-02-02T22:40:42.258Z] ---> Running in 0cd185335374 [2023-02-02T22:40:42.258Z] ---> f3ff7dca6603 [2023-02-02T22:40:42.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-02T22:40:42.518Z] Removing intermediate container 4e29f87db191 [2023-02-02T22:40:42.518Z] ---> 00d13aa55bfd [2023-02-02T22:40:42.518Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-02T22:40:42.518Z] Removing intermediate container 0cd185335374 [2023-02-02T22:40:42.518Z] ---> 104dadca2497 [2023-02-02T22:40:42.518Z] Step 15/24 : WORKDIR / [2023-02-02T22:40:42.518Z] Removing intermediate container 786c75859fca [2023-02-02T22:40:42.518Z] ---> 28a576b14e27 [2023-02-02T22:40:42.518Z] Step 12/24 : WORKDIR / [2023-02-02T22:40:42.518Z] ---> Running in 71c6c303c756 [2023-02-02T22:40:42.518Z] Removing intermediate container 7fc6fc784f29 [2023-02-02T22:40:42.518Z] ---> ab83f67b840b [2023-02-02T22:40:42.518Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-02T22:40:43.094Z] ---> Running in 6608136202c7 [2023-02-02T22:40:43.094Z] ---> Running in 548da4eb1c89 [2023-02-02T22:40:43.094Z] Removing intermediate container 71c6c303c756 [2023-02-02T22:40:43.094Z] ---> 6e9076fc19a0 [2023-02-02T22:40:43.094Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-02T22:40:43.094Z] ---> 80f29356b0fe [2023-02-02T22:40:43.094Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-02T22:40:43.094Z] ---> a12c57185963 [2023-02-02T22:40:43.094Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-02T22:40:43.094Z] ---> Running in 1309bd3153ad [2023-02-02T22:40:43.094Z] Removing intermediate container 6608136202c7 [2023-02-02T22:40:43.094Z] ---> e9b9847e6857 [2023-02-02T22:40:43.094Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:40:43.094Z] Removing intermediate container 548da4eb1c89 [2023-02-02T22:40:43.094Z] ---> 678bc7a0ae45 [2023-02-02T22:40:43.094Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-02T22:40:43.094Z] Removing intermediate container 1309bd3153ad [2023-02-02T22:40:43.094Z] ---> 8a7c8c524ed8 [2023-02-02T22:40:43.094Z] Step 15/23 : WORKDIR / [2023-02-02T22:40:43.354Z] ---> Running in 3d6aae0eb9a7 [2023-02-02T22:40:43.354Z] ---> 90285bf2f6b3 [2023-02-02T22:40:43.354Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-02T22:40:43.354Z] ---> 186a85c8d4f2 [2023-02-02T22:40:43.354Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-02T22:40:43.354Z] ---> Running in 43b27259ccc9 [2023-02-02T22:40:43.354Z] ---> 46c6e115a9cd [2023-02-02T22:40:43.354Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-02T22:40:43.924Z] Removing intermediate container 3d6aae0eb9a7 [2023-02-02T22:40:43.924Z] ---> ecb1fe7a8c40 [2023-02-02T22:40:43.924Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:40:43.924Z] Removing intermediate container 43b27259ccc9 [2023-02-02T22:40:43.924Z] ---> 1e528c6cfb23 [2023-02-02T22:40:43.924Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:40:43.924Z] ---> 794ba7e8ed92 [2023-02-02T22:40:43.924Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-02T22:40:43.924Z] ---> 12015fa74659 [2023-02-02T22:40:43.924Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-02T22:40:43.924Z] ---> 81fe4c0b5439 [2023-02-02T22:40:43.924Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-02T22:40:43.924Z] ---> Running in ec749451b1f3 [2023-02-02T22:40:44.184Z] Removing intermediate container ec749451b1f3 [2023-02-02T22:40:44.184Z] ---> a760228e6e6b [2023-02-02T22:40:44.184Z] Step 20/22 : LABEL arch=x86_64 [2023-02-02T22:40:44.184Z] ---> 3d5ef2f85587 [2023-02-02T22:40:44.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-02T22:40:44.185Z] ---> Running in 9995e77c16f7 [2023-02-02T22:40:44.185Z] ---> 58e559fcb709 [2023-02-02T22:40:44.185Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-02T22:40:44.185Z] ---> 8fe399fc3f56 [2023-02-02T22:40:44.185Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-02T22:40:44.755Z] Removing intermediate container 9995e77c16f7 [2023-02-02T22:40:44.755Z] ---> 681e9f54619c [2023-02-02T22:40:44.755Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:40:44.755Z] ---> 9a5d103f890c [2023-02-02T22:40:44.755Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-02T22:40:44.755Z] ---> d79bb8ea7a12 [2023-02-02T22:40:44.755Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-02T22:40:45.015Z] ---> 6c60f0f84e9d [2023-02-02T22:40:45.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-02T22:40:45.015Z] ---> 07205d24058c [2023-02-02T22:40:45.015Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-02T22:40:45.015Z] ---> Running in 1f26a5eff8c5 [2023-02-02T22:40:45.016Z] ---> Running in 35e092dc090e [2023-02-02T22:40:45.016Z] Removing intermediate container 1f26a5eff8c5 [2023-02-02T22:40:45.016Z] ---> 5bc2ea629753 [2023-02-02T22:40:45.016Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:40:45.296Z] ---> b089e87a4aad [2023-02-02T22:40:45.296Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-02T22:40:45.296Z] ---> Running in 66b5f6dc0181 [2023-02-02T22:40:45.296Z] ---> e85705280dd5 [2023-02-02T22:40:45.296Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-02T22:40:45.556Z] Removing intermediate container 35e092dc090e [2023-02-02T22:40:45.556Z] ---> 6868807b4131 [2023-02-02T22:40:45.556Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:40:45.556Z] ---> Running in 072b9359e2de [2023-02-02T22:40:45.556Z] ---> Running in aac1528b7afd [2023-02-02T22:40:45.556Z] ---> Running in 78dd9c44e93a [2023-02-02T22:40:45.556Z] Removing intermediate container 66b5f6dc0181 [2023-02-02T22:40:45.556Z] ---> f256b790683d [2023-02-02T22:40:45.556Z] [2023-02-02T22:40:45.556Z] ---> d6c66a72fbdc [2023-02-02T22:40:45.556Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-02T22:40:45.556Z] Successfully built f256b790683d [2023-02-02T22:40:45.556Z] Successfully tagged core-data:latest [2023-02-02T22:40:45.556Z] Building security-spire-server [2023-02-02T22:40:45.556Z]  Building core-data ... done Removing intermediate container 78dd9c44e93a [2023-02-02T22:40:45.556Z] ---> f7b1dde990d5 [2023-02-02T22:40:45.556Z] Step 22/24 : LABEL arch=x86_64 [2023-02-02T22:40:45.556Z] Removing intermediate container aac1528b7afd [2023-02-02T22:40:45.556Z] ---> 406a7cf9b8d6 [2023-02-02T22:40:45.556Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:40:45.556Z] ---> Running in 1e254af29f44 [2023-02-02T22:40:45.820Z] ---> Running in efcb786848f8 [2023-02-02T22:40:50.029Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:40:50.029Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:40:50.029Z] ---> a96294dd2c5d [2023-02-02T22:40:50.029Z] Step 3/23 : WORKDIR /edgex-go [2023-02-02T22:40:50.029Z] ---> Using cache [2023-02-02T22:40:50.029Z] ---> 53f6f455e0c3 [2023-02-02T22:40:50.029Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-02T22:40:52.572Z] Removing intermediate container 1e254af29f44 [2023-02-02T22:40:52.572Z] ---> f2afff5b0f75 [2023-02-02T22:40:52.572Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:40:52.572Z] ---> Running in b224e6f32068 [2023-02-02T22:40:52.572Z] ---> 55687382f641 [2023-02-02T22:40:52.572Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-02T22:40:52.572Z] Removing intermediate container efcb786848f8 [2023-02-02T22:40:52.572Z] ---> f89ff6503b77 [2023-02-02T22:40:52.572Z] Step 21/23 : LABEL arch=x86_64 [2023-02-02T22:40:52.572Z] ---> Running in 9c4465d74299 [2023-02-02T22:40:52.572Z] ---> Running in b469ad4717dd [2023-02-02T22:40:52.831Z] Removing intermediate container 9c4465d74299 [2023-02-02T22:40:52.831Z] ---> bb9ed7d1da53 [2023-02-02T22:40:52.831Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:40:52.831Z] ---> c247ec7466ef [2023-02-02T22:40:52.831Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-02T22:40:52.831Z] ---> Running in 1eaa0de15c8d [2023-02-02T22:40:52.831Z] Removing intermediate container b469ad4717dd [2023-02-02T22:40:52.831Z] ---> d8058ff2b6fa [2023-02-02T22:40:52.831Z] Step 22/23 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:40:52.831Z] ---> Running in b856b7898f3e [2023-02-02T22:40:52.831Z] Removing intermediate container 072b9359e2de [2023-02-02T22:40:52.831Z] ---> 1003235c2bf5 [2023-02-02T22:40:52.831Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-02T22:40:52.831Z] ---> Running in 34e38b092162 [2023-02-02T22:40:52.831Z] ---> Running in bbe674616832 [2023-02-02T22:40:52.831Z] Removing intermediate container b856b7898f3e [2023-02-02T22:40:52.831Z] ---> 54ccffa8f1f1 [2023-02-02T22:40:52.831Z] [2023-02-02T22:40:53.089Z] Removing intermediate container 34e38b092162 [2023-02-02T22:40:53.089Z] ---> 84770717adf0 [2023-02-02T22:40:53.089Z] Step 23/23 : LABEL version=3.0.0-dev.32 [2023-02-02T22:40:53.089Z] Removing intermediate container bbe674616832 [2023-02-02T22:40:53.089Z] ---> b562db92ec74 [2023-02-02T22:40:53.089Z] Step 19/21 : LABEL arch=x86_64 [2023-02-02T22:40:53.089Z] Successfully built 54ccffa8f1f1 [2023-02-02T22:40:53.089Z] Successfully tagged core-metadata:latest [2023-02-02T22:40:53.089Z]  Building core-metadata ... done Building support-notifications [2023-02-02T22:40:53.089Z] ---> Running in 5d3b509bdb5c [2023-02-02T22:40:53.089Z] ---> Running in fe5a9672ee72 [2023-02-02T22:40:53.089Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:53.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:40:53.604Z] OK: 211 MiB in 51 packages [2023-02-02T22:40:54.536Z] Removing intermediate container 5d3b509bdb5c [2023-02-02T22:40:54.536Z] ---> 62658c5b2031 [2023-02-02T22:40:54.536Z] [2023-02-02T22:40:54.536Z] Successfully built 62658c5b2031 [2023-02-02T22:40:55.102Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:40:55.102Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:40:56.475Z] ---> a96294dd2c5d [2023-02-02T22:40:56.475Z] Successfully tagged core-command:latest [2023-02-02T22:40:56.475Z]  Building core-command ... done Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:40:56.475Z] Building security-spire-agent [2023-02-02T22:40:56.475Z] ---> Using cache [2023-02-02T22:40:56.475Z] ---> fff30b024306 [2023-02-02T22:40:56.475Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:40:56.475Z] ---> Using cache [2023-02-02T22:40:56.475Z] ---> 38fe7962623e [2023-02-02T22:40:56.475Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-02T22:40:59.005Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:40:59.005Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:40:59.005Z] ---> a96294dd2c5d [2023-02-02T22:40:59.005Z] Step 3/24 : WORKDIR /edgex-go [2023-02-02T22:40:59.005Z] ---> Using cache [2023-02-02T22:40:59.005Z] ---> 53f6f455e0c3 [2023-02-02T22:40:59.005Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-02T22:41:05.603Z] Removing intermediate container fe5a9672ee72 [2023-02-02T22:41:05.603Z] ---> 0e57578e9352 [2023-02-02T22:41:05.603Z] Step 20/21 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:41:05.603Z] ---> Running in 5cf79513ee87 [2023-02-02T22:41:05.603Z] ---> Running in 611715793cf9 [2023-02-02T22:41:05.603Z] ---> Running in 10825b845c2d [2023-02-02T22:41:05.603Z] Removing intermediate container 1eaa0de15c8d [2023-02-02T22:41:05.603Z] ---> 9359aeb324de [2023-02-02T22:41:05.603Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-02T22:41:05.603Z] Removing intermediate container b224e6f32068 [2023-02-02T22:41:05.603Z] ---> 86f4135e2918 [2023-02-02T22:41:05.603Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-02T22:41:05.603Z] Removing intermediate container 10825b845c2d [2023-02-02T22:41:05.603Z] ---> 37f282b7d2f0 [2023-02-02T22:41:05.603Z] Step 21/21 : LABEL version=3.0.0-dev.32 [2023-02-02T22:41:05.603Z] ---> Running in 3f98690de9ee [2023-02-02T22:41:05.603Z] ---> Running in dead39421fae [2023-02-02T22:41:05.603Z] Removing intermediate container dead39421fae [2023-02-02T22:41:05.603Z] ---> 3cf18cc96875 [2023-02-02T22:41:05.603Z] Step 22/24 : LABEL arch=x86_64 [2023-02-02T22:41:05.603Z] Removing intermediate container 3f98690de9ee [2023-02-02T22:41:05.603Z] ---> b06517e45f1c [2023-02-02T22:41:05.603Z] [2023-02-02T22:41:05.603Z] ---> 69a232bf9608 [2023-02-02T22:41:05.603Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:41:05.603Z] ---> Running in aa909ec6bd6a [2023-02-02T22:41:05.603Z] ---> Running in 668294c5f45c [2023-02-02T22:41:05.603Z] Successfully built b06517e45f1c [2023-02-02T22:41:05.603Z] Successfully tagged security-proxy-setup:latest [2023-02-02T22:41:05.603Z]  Building security-proxy-setup ... done Building security-spire-config [2023-02-02T22:41:05.603Z] Removing intermediate container aa909ec6bd6a [2023-02-02T22:41:05.603Z] ---> 25a04195381b [2023-02-02T22:41:05.603Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:41:05.603Z] ---> Running in 3452b91f5b94 [2023-02-02T22:41:05.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:41:05.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:41:05.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:41:05.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:41:05.603Z] OK: 211 MiB in 51 packages [2023-02-02T22:41:05.603Z] OK: 211 MiB in 51 packages [2023-02-02T22:41:07.513Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:41:07.513Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:41:07.513Z] ---> a96294dd2c5d [2023-02-02T22:41:07.513Z] Step 3/24 : WORKDIR /edgex-go [2023-02-02T22:41:07.513Z] ---> Using cache [2023-02-02T22:41:07.513Z] ---> 53f6f455e0c3 [2023-02-02T22:41:07.513Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-02T22:41:07.513Z] ---> Using cache [2023-02-02T22:41:07.513Z] ---> 86f4135e2918 [2023-02-02T22:41:07.513Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-02T22:41:07.513Z] ---> Using cache [2023-02-02T22:41:07.513Z] ---> 69a232bf9608 [2023-02-02T22:41:07.513Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:41:11.730Z] Removing intermediate container 3452b91f5b94 [2023-02-02T22:41:11.730Z] ---> b298ea80f05f [2023-02-02T22:41:11.730Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:41:11.730Z] ---> Running in 49bca4a2a903 [2023-02-02T22:41:11.730Z] ---> Running in 0ac94f4be5f8 [2023-02-02T22:41:11.730Z] Removing intermediate container 0ac94f4be5f8 [2023-02-02T22:41:11.730Z] ---> f8c9def2a4f6 [2023-02-02T22:41:11.730Z] [2023-02-02T22:41:11.730Z] Removing intermediate container 5cf79513ee87 [2023-02-02T22:41:11.730Z] ---> 50198300ebf1 [2023-02-02T22:41:11.730Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:41:11.730Z] Successfully built f8c9def2a4f6 [2023-02-02T22:41:11.730Z] Successfully tagged security-secretstore-setup:latest [2023-02-02T22:41:11.730Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2023-02-02T22:41:11.730Z] Removing intermediate container 611715793cf9 [2023-02-02T22:41:11.730Z] ---> c57b5a27f339 [2023-02-02T22:41:11.730Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-02T22:41:11.730Z] ---> 6fbd4c14a0df [2023-02-02T22:41:11.730Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:41:15.062Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:41:15.062Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:41:16.012Z] ---> a96294dd2c5d [2023-02-02T22:41:16.012Z] Step 3/32 : WORKDIR /edgex-go [2023-02-02T22:41:16.012Z] ---> Using cache [2023-02-02T22:41:16.012Z] ---> 53f6f455e0c3 [2023-02-02T22:41:16.012Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-02T22:41:16.012Z] ---> Using cache [2023-02-02T22:41:16.012Z] ---> 89d8d4a798fd [2023-02-02T22:41:16.012Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-02T22:41:16.273Z] ---> Using cache [2023-02-02T22:41:16.273Z] ---> f91437a776c0 [2023-02-02T22:41:16.273Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:41:16.273Z] ---> Using cache [2023-02-02T22:41:16.273Z] ---> d419e1aa27f5 [2023-02-02T22:41:16.273Z] Step 7/32 : COPY . . [2023-02-02T22:41:16.531Z] ---> Using cache [2023-02-02T22:41:16.531Z] ---> d111198e806d [2023-02-02T22:41:16.531Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-02T22:41:16.531Z] ---> b6936c0e72ba [2023-02-02T22:41:16.531Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:41:16.531Z] ---> Running in 9f3007bd2b7b [2023-02-02T22:41:16.531Z] ---> Running in 756b5321e4cd [2023-02-02T22:41:16.531Z] ---> Running in 739d08c6717e [2023-02-02T22:41:17.099Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-02T22:41:23.578Z] Removing intermediate container 2d6c22315c60 [2023-02-02T22:41:23.579Z] ---> 334d3805340a [2023-02-02T22:41:23.579Z] Step 7/23 : COPY . . [2023-02-02T22:41:23.579Z] Removing intermediate container 07c8caf28347 [2023-02-02T22:41:23.579Z] ---> cc5daaf58214 [2023-02-02T22:41:23.579Z] Step 8/24 : COPY . . [2023-02-02T22:41:23.579Z] Removing intermediate container 1d4c812cc89d [2023-02-02T22:41:23.579Z] ---> cead8a92a156 [2023-02-02T22:41:23.579Z] Step 7/21 : COPY . . [2023-02-02T22:41:23.579Z] Removing intermediate container 04a762497892 [2023-02-02T22:41:23.579Z] ---> c244c35222ed [2023-02-02T22:41:23.579Z] Step 8/22 : COPY . . [2023-02-02T22:41:23.579Z] Removing intermediate container bf6b3dde3466 [2023-02-02T22:41:23.579Z] ---> 73e5b6a68fc9 [2023-02-02T22:41:23.579Z] Step 7/24 : COPY . . [2023-02-02T22:41:23.579Z] ---> b4f5b2426a0c [2023-02-02T22:41:23.579Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-02T22:41:23.579Z] ---> Running in 180782819f39 [2023-02-02T22:41:23.579Z] ---> ffefe74bfefa [2023-02-02T22:41:23.579Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-02T22:41:23.579Z] ---> 959e23891c8e [2023-02-02T22:41:23.579Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-02T22:41:23.579Z] ---> f23dfeb82b42 [2023-02-02T22:41:23.579Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-02T22:41:23.579Z] ---> Running in c98347568c98 [2023-02-02T22:41:23.579Z] ---> 3f1a3080fe17 [2023-02-02T22:41:23.579Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-02T22:41:23.579Z] Removing intermediate container 180782819f39 [2023-02-02T22:41:23.579Z] ---> 577f5b5bd112 [2023-02-02T22:41:23.579Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-02T22:41:23.579Z] ---> Running in a91061e8e1b0 [2023-02-02T22:41:23.579Z] ---> Running in 7f79273bf66d [2023-02-02T22:41:23.579Z] ---> Running in 9d9ade1ceccd [2023-02-02T22:41:23.579Z] ---> Running in 533cb3aa5a0a [2023-02-02T22:41:23.579Z] Removing intermediate container 533cb3aa5a0a [2023-02-02T22:41:23.579Z] ---> f7745e20ddc3 [2023-02-02T22:41:23.579Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-02T22:41:23.579Z] ---> Running in 2a57458f7d5c [2023-02-02T22:41:24.162Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-02T22:41:24.757Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-02T22:41:25.024Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-02T22:41:25.294Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-02T22:41:27.263Z] Removing intermediate container 2a57458f7d5c [2023-02-02T22:41:27.263Z] ---> c5d491f8b913 [2023-02-02T22:41:27.263Z] Step 11/23 : WORKDIR /edgex-go [2023-02-02T22:41:27.535Z] ---> Running in 52b2bf17c76c [2023-02-02T22:41:28.139Z] Removing intermediate container 52b2bf17c76c [2023-02-02T22:41:28.139Z] ---> 3c41a9670478 [2023-02-02T22:41:28.139Z] [2023-02-02T22:41:28.139Z] Step 12/23 : FROM alpine:3.15 [2023-02-02T22:41:28.723Z] 3.15: Pulling from library/alpine [2023-02-02T22:41:30.667Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-02T22:41:30.667Z] Status: Downloaded newer image for alpine:3.15 [2023-02-02T22:41:30.667Z] ---> 8aa73fd46299 [2023-02-02T22:41:30.667Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:41:30.933Z] ---> Running in 886b27c170b7 [2023-02-02T22:41:31.514Z] Removing intermediate container 886b27c170b7 [2023-02-02T22:41:31.514Z] ---> ff3fde4ce829 [2023-02-02T22:41:31.514Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-02T22:41:31.785Z] ---> Running in 9b2f496972c3 [2023-02-02T22:41:34.371Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:41:34.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:41:37.557Z] v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-02T22:41:37.557Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-02T22:41:37.557Z] OK: 15736 distinct packages available [2023-02-02T22:41:37.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:41:38.139Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:41:40.096Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-02T22:41:40.096Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-02T22:41:40.096Z] (3/5) Installing libucontext (1.1-r0) [2023-02-02T22:41:40.096Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-02T22:41:40.096Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-02T22:41:40.096Z] Executing busybox-1.34.1-r7.trigger [2023-02-02T22:41:40.096Z] OK: 6 MiB in 19 packages [2023-02-02T22:41:42.676Z] Removing intermediate container 9b2f496972c3 [2023-02-02T22:41:42.676Z] ---> c841703bad6e [2023-02-02T22:41:42.676Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-02T22:41:49.316Z] ---> c8d603a7a1d1 [2023-02-02T22:41:49.316Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-02T22:41:50.278Z] ---> 8ebfccd50004 [2023-02-02T22:41:50.278Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-02T22:41:51.686Z] ---> 6c552079f5a5 [2023-02-02T22:41:51.686Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-02T22:41:52.275Z] ---> def99ad75a8b [2023-02-02T22:41:52.275Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-02T22:41:52.541Z] ---> Running in 6de3c4af4009 [2023-02-02T22:41:53.120Z] Removing intermediate container 6de3c4af4009 [2023-02-02T22:41:53.120Z] ---> 6f166ea30251 [2023-02-02T22:41:53.120Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-02T22:41:53.120Z] ---> Running in 16a8f394d32c [2023-02-02T22:41:53.699Z] Removing intermediate container 16a8f394d32c [2023-02-02T22:41:53.699Z] ---> 9238c0269f15 [2023-02-02T22:41:53.699Z] Step 21/23 : LABEL arch=arm64 [2023-02-02T22:41:53.965Z] ---> Running in 96ecae0e1df1 [2023-02-02T22:41:54.543Z] Removing intermediate container 96ecae0e1df1 [2023-02-02T22:41:54.543Z] ---> 57c11c728583 [2023-02-02T22:41:54.543Z] Step 22/23 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:41:54.543Z] ---> Running in b3c1faf44798 [2023-02-02T22:41:55.122Z] Removing intermediate container b3c1faf44798 [2023-02-02T22:41:55.122Z] ---> 8d76d61f5d09 [2023-02-02T22:41:55.122Z] Step 23/23 : LABEL version=3.0.0-dev.32 [2023-02-02T22:41:55.387Z] ---> Running in 53f5d0e1ccc9 [2023-02-02T22:41:55.984Z] Removing intermediate container 53f5d0e1ccc9 [2023-02-02T22:41:55.984Z] ---> 1d5b149f25de [2023-02-02T22:41:55.984Z] [2023-02-02T22:41:55.984Z] Successfully built 1d5b149f25de [2023-02-02T22:41:55.984Z] Successfully tagged security-spire-server-arm64:latest [2023-02-02T22:41:56.251Z]  Building security-spire-server ... done Building support-notifications [2023-02-02T22:41:59.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:41:59.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:41:59.600Z] ---> 3c8c4595ef93 [2023-02-02T22:41:59.600Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:41:59.600Z] ---> Using cache [2023-02-02T22:41:59.600Z] ---> 28a28b4b253f [2023-02-02T22:41:59.600Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:41:59.600Z] ---> Using cache [2023-02-02T22:41:59.600Z] ---> 408f2bfbc4ed [2023-02-02T22:41:59.600Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-02T22:41:59.865Z] ---> Running in d34b31426024 [2023-02-02T22:42:02.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:42:02.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:42:05.295Z] OK: 221 MiB in 51 packages [2023-02-02T22:42:07.236Z] Removing intermediate container d34b31426024 [2023-02-02T22:42:07.236Z] ---> 263d0da1f922 [2023-02-02T22:42:07.236Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:42:08.428Z] ---> 70abd94c6d1d [2023-02-02T22:42:08.428Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:42:08.716Z] ---> Running in eee79db9da5d [2023-02-02T22:42:13.504Z] Removing intermediate container 756b5321e4cd [2023-02-02T22:42:13.504Z] ---> 04fe54053ecf [2023-02-02T22:42:13.504Z] [2023-02-02T22:42:13.504Z] Step 9/32 : FROM alpine:3.16 [2023-02-02T22:42:13.504Z] ---> bfe296a52501 [2023-02-02T22:42:13.504Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:42:13.504Z] ---> Running in 31e85361b357 [2023-02-02T22:42:13.504Z] Removing intermediate container 31e85361b357 [2023-02-02T22:42:13.504Z] ---> b576ba3fe58e [2023-02-02T22:42:13.504Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-02T22:42:13.504Z] ---> Running in 42e646e68147 [2023-02-02T22:42:13.504Z] Removing intermediate container 668294c5f45c [2023-02-02T22:42:13.504Z] ---> bffe9433258a [2023-02-02T22:42:13.504Z] Step 7/23 : COPY . . [2023-02-02T22:42:13.504Z] Removing intermediate container 49bca4a2a903 [2023-02-02T22:42:13.504Z] ---> 975b4a589fb7 [2023-02-02T22:42:13.504Z] Step 7/24 : COPY . . [2023-02-02T22:42:13.504Z] Removing intermediate container 9f3007bd2b7b [2023-02-02T22:42:13.504Z] ---> 7be27bebc7eb [2023-02-02T22:42:13.504Z] Step 8/22 : COPY . . [2023-02-02T22:42:13.504Z] Removing intermediate container 739d08c6717e [2023-02-02T22:42:13.504Z] ---> 96288ae88d7d [2023-02-02T22:42:13.504Z] Step 7/24 : COPY . . [2023-02-02T22:42:13.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:13.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:13.504Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-02T22:42:13.504Z] (2/2) Installing su-exec (0.2-r1) [2023-02-02T22:42:13.504Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:42:13.504Z] OK: 6 MiB in 16 packages [2023-02-02T22:42:31.645Z] ---> efe94c8f1a9b [2023-02-02T22:42:31.646Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-02T22:42:31.646Z] ---> d76152b64709 [2023-02-02T22:42:31.646Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-02T22:42:31.646Z] ---> 15fa66883b5a [2023-02-02T22:42:31.646Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-02T22:42:31.646Z] ---> abef42443da2 [2023-02-02T22:42:31.646Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-02T22:42:31.646Z] ---> Running in 8620bbd7b280 [2023-02-02T22:42:31.646Z] ---> Running in 1275157bcd49 [2023-02-02T22:42:31.646Z] ---> Running in 468eda55305e [2023-02-02T22:42:31.646Z] Removing intermediate container 42e646e68147 [2023-02-02T22:42:31.646Z] ---> 1930990c35ea [2023-02-02T22:42:31.646Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-02T22:42:31.646Z] ---> Running in 4ed5f4ad2e1f [2023-02-02T22:42:31.646Z] ---> Running in 6ad75635c063 [2023-02-02T22:42:31.646Z] Removing intermediate container 468eda55305e [2023-02-02T22:42:31.646Z] ---> 8b931113afe8 [2023-02-02T22:42:31.646Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-02T22:42:31.646Z] Removing intermediate container 1275157bcd49 [2023-02-02T22:42:31.646Z] ---> 318fc2c22e88 [2023-02-02T22:42:31.646Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-02T22:42:31.646Z] Removing intermediate container 4ed5f4ad2e1f [2023-02-02T22:42:31.646Z] ---> ef507de9ccc1 [2023-02-02T22:42:31.646Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-02T22:42:31.646Z] ---> Running in 388ad49d838d [2023-02-02T22:42:31.646Z] ---> Running in 5ffc3462f15f [2023-02-02T22:42:31.646Z] Removing intermediate container 6ad75635c063 [2023-02-02T22:42:31.646Z] ---> b10b53dae23d [2023-02-02T22:42:31.646Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-02T22:42:31.646Z] ---> Running in 5320b7032cbd [2023-02-02T22:42:31.646Z] ---> Running in cc1c80005a71 [2023-02-02T22:42:31.646Z] Removing intermediate container 5ffc3462f15f [2023-02-02T22:42:31.646Z] ---> 04042cd2cced [2023-02-02T22:42:31.646Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-02T22:42:31.646Z] ---> Running in 5cf6c8b4e6f8 [2023-02-02T22:42:31.646Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-02T22:42:31.646Z] Removing intermediate container 388ad49d838d [2023-02-02T22:42:31.646Z] ---> 7530b491d303 [2023-02-02T22:42:31.646Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-02T22:42:31.646Z] Removing intermediate container cc1c80005a71 [2023-02-02T22:42:31.646Z] ---> 01eebc71268b [2023-02-02T22:42:31.646Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-02T22:42:31.646Z] Removing intermediate container 5320b7032cbd [2023-02-02T22:42:31.646Z] ---> ed9c2f618d07 [2023-02-02T22:42:31.646Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-02T22:42:31.646Z] ---> Running in b99b56063712 [2023-02-02T22:42:31.646Z] ---> Running in 11b0482a812d [2023-02-02T22:42:31.646Z] ---> Running in 8b6bb0b6ce64 [2023-02-02T22:42:31.646Z] Removing intermediate container 11b0482a812d [2023-02-02T22:42:31.646Z] ---> ad2c91761c40 [2023-02-02T22:42:31.646Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-02T22:42:31.646Z] ---> Running in 529850dee605 [2023-02-02T22:42:31.646Z] Removing intermediate container 529850dee605 [2023-02-02T22:42:31.646Z] ---> 9b7cecf46678 [2023-02-02T22:42:31.646Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-02T22:42:31.646Z] ---> Running in fd56e2456d1d [2023-02-02T22:42:31.646Z] Removing intermediate container 5cf6c8b4e6f8 [2023-02-02T22:42:31.646Z] ---> 60bc1c07d4a1 [2023-02-02T22:42:31.646Z] Step 11/24 : WORKDIR /edgex-go [2023-02-02T22:42:31.646Z] ---> Running in 35979c82b338 [2023-02-02T22:42:31.646Z] Removing intermediate container 35979c82b338 [2023-02-02T22:42:31.646Z] ---> 2a47fec45bd1 [2023-02-02T22:42:31.646Z] [2023-02-02T22:42:31.646Z] Step 12/24 : FROM alpine:3.15 [2023-02-02T22:42:31.646Z] 3.15: Pulling from library/alpine [2023-02-02T22:42:31.646Z] Removing intermediate container 8b6bb0b6ce64 [2023-02-02T22:42:31.646Z] ---> 7a9b624c5005 [2023-02-02T22:42:31.646Z] Step 11/23 : WORKDIR /edgex-go [2023-02-02T22:42:31.646Z] ---> Running in 84dadc677791 [2023-02-02T22:42:31.646Z] Removing intermediate container b99b56063712 [2023-02-02T22:42:31.646Z] ---> 9cdd74950152 [2023-02-02T22:42:31.646Z] Step 11/24 : WORKDIR /edgex-go [2023-02-02T22:42:31.646Z] ---> Running in d6eba49ece63 [2023-02-02T22:42:31.646Z] Removing intermediate container 84dadc677791 [2023-02-02T22:42:31.646Z] ---> 5e14944c8e32 [2023-02-02T22:42:31.646Z] [2023-02-02T22:42:31.646Z] Step 12/23 : FROM alpine:3.15 [2023-02-02T22:42:31.646Z] 3.15: Pulling from library/alpine [2023-02-02T22:42:31.646Z] Removing intermediate container fd56e2456d1d [2023-02-02T22:42:31.646Z] ---> e5db898d6862 [2023-02-02T22:42:31.646Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-02T22:42:31.646Z] Removing intermediate container d6eba49ece63 [2023-02-02T22:42:31.646Z] ---> 335b9d9edbf9 [2023-02-02T22:42:31.646Z] [2023-02-02T22:42:31.646Z] Step 12/24 : FROM alpine:3.15 [2023-02-02T22:42:31.646Z] ---> Running in 0260d100c978 [2023-02-02T22:42:31.646Z] 3.15: Pulling from library/alpine [2023-02-02T22:42:31.646Z] Removing intermediate container 0260d100c978 [2023-02-02T22:42:31.646Z] ---> f2e3f0d5066c [2023-02-02T22:42:31.646Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-02T22:42:31.646Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-02T22:42:31.646Z] Status: Downloaded newer image for alpine:3.15 [2023-02-02T22:42:31.646Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-02T22:42:31.646Z] Status: Image is up to date for alpine:3.15 [2023-02-02T22:42:31.646Z] Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 [2023-02-02T22:42:31.646Z] Status: Image is up to date for alpine:3.15 [2023-02-02T22:42:31.646Z] ---> c4fc93816858 [2023-02-02T22:42:31.646Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:42:31.646Z] ---> c4fc93816858 [2023-02-02T22:42:31.646Z] ---> c4fc93816858 [2023-02-02T22:42:31.646Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation'Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:42:31.646Z] [2023-02-02T22:42:31.646Z] ---> Running in 7fc2de5fb35e [2023-02-02T22:42:31.646Z] ---> Running in 0989bf787d73 [2023-02-02T22:42:31.646Z] ---> Running in def3d1880235 [2023-02-02T22:42:31.646Z] Removing intermediate container 0989bf787d73 [2023-02-02T22:42:31.646Z] ---> 09b3af25d48d [2023-02-02T22:42:31.646Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-02T22:42:31.646Z] Removing intermediate container 7fc2de5fb35e [2023-02-02T22:42:31.646Z] ---> ba2652f0fd42 [2023-02-02T22:42:31.646Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-02T22:42:31.646Z] ---> Running in 66eb5c7d1612 [2023-02-02T22:42:31.646Z] ---> Running in d81bd37244a4 [2023-02-02T22:42:31.646Z] Removing intermediate container def3d1880235 [2023-02-02T22:42:31.646Z] ---> d526c0043267 [2023-02-02T22:42:31.646Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-02T22:42:31.646Z] ---> feb187634b0f [2023-02-02T22:42:31.646Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-02T22:42:31.646Z] ---> Running in 73de8c55b43c [2023-02-02T22:42:31.646Z] ---> Running in 5472b6fe0b8c [2023-02-02T22:42:32.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.477Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-02T22:42:32.477Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-02T22:42:32.477Z] OK: 15859 distinct packages available [2023-02-02T22:42:32.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.477Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-02T22:42:32.477Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-02T22:42:32.477Z] OK: 15859 distinct packages available [2023-02-02T22:42:32.738Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-02T22:42:32.738Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-02T22:42:32.738Z] OK: 15859 distinct packages available [2023-02-02T22:42:32.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:32.738Z] Removing intermediate container 73de8c55b43c [2023-02-02T22:42:32.738Z] ---> 6e16a2265cfd [2023-02-02T22:42:32.738Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:42:33.001Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-02T22:42:33.001Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-02T22:42:33.001Z] (3/5) Installing libucontext (1.1-r0) [2023-02-02T22:42:33.001Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-02T22:42:33.001Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-02T22:42:33.002Z] Executing busybox-1.34.1-r7.trigger [2023-02-02T22:42:33.002Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-02T22:42:33.002Z] OK: 7 MiB in 19 packages [2023-02-02T22:42:33.002Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-02T22:42:33.002Z] (3/5) Installing libucontext (1.1-r0) [2023-02-02T22:42:33.002Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-02T22:42:33.002Z] (5/5) Installing openssl (1.1.1s-r1) [2023-02-02T22:42:33.002Z] Executing busybox-1.34.1-r7.trigger [2023-02-02T22:42:33.002Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-02T22:42:33.002Z] OK: 7 MiB in 19 packages [2023-02-02T22:42:33.002Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-02T22:42:33.002Z] (3/4) Installing libucontext (1.1-r0) [2023-02-02T22:42:33.002Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-02T22:42:33.002Z] Executing busybox-1.34.1-r7.trigger [2023-02-02T22:42:33.002Z] OK: 6 MiB in 18 packages [2023-02-02T22:42:33.283Z] ---> 6d2e747d2ce5 [2023-02-02T22:42:33.283Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-02T22:42:33.855Z] Removing intermediate container d81bd37244a4 [2023-02-02T22:42:33.855Z] ---> 3d6e9f199735 [2023-02-02T22:42:33.855Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-02T22:42:34.118Z] ---> 4a208eb5ea83 [2023-02-02T22:42:34.118Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-02T22:42:34.118Z] Removing intermediate container 66eb5c7d1612 [2023-02-02T22:42:34.118Z] ---> 0bc9f67e11f0 [2023-02-02T22:42:34.118Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-02T22:42:34.118Z] Removing intermediate container 5472b6fe0b8c [2023-02-02T22:42:34.118Z] ---> a85b33c2262b [2023-02-02T22:42:34.118Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-02T22:42:34.689Z] ---> 998e67633e0a [2023-02-02T22:42:34.689Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-02T22:42:41.443Z] ---> 0b9251ed44a7 [2023-02-02T22:42:41.443Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-02T22:42:41.443Z] ---> 4bb389e93fdb [2023-02-02T22:42:41.443Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-02T22:42:41.443Z] ---> 9815f9b6f876 [2023-02-02T22:42:41.443Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-02T22:42:41.443Z] ---> 5ef9217d6acc [2023-02-02T22:42:41.443Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-02T22:42:41.443Z] ---> 3a69d55321d0 [2023-02-02T22:42:41.443Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-02T22:42:41.443Z] ---> 196588228ba1 [2023-02-02T22:42:41.443Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-02T22:42:41.443Z] ---> Running in 33920e55b74f [2023-02-02T22:42:41.443Z] ---> 1b58630ac999 [2023-02-02T22:42:41.443Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-02T22:42:42.012Z] ---> 3debee623eed [2023-02-02T22:42:42.012Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-02T22:42:42.012Z] Removing intermediate container 33920e55b74f [2023-02-02T22:42:42.012Z] ---> 8a1541725a9a [2023-02-02T22:42:42.012Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-02T22:42:44.054Z] ---> 6b84cd6cc7ec [2023-02-02T22:42:44.054Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-02T22:42:44.054Z] ---> 145798ae325e [2023-02-02T22:42:44.054Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-02T22:42:44.054Z] ---> 9ea03916de95 [2023-02-02T22:42:44.054Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-02T22:42:44.054Z] ---> e80109cfc60e [2023-02-02T22:42:44.054Z] Step 19/24 : WORKDIR / [2023-02-02T22:42:44.054Z] ---> Running in af7e2a720e7c [2023-02-02T22:42:44.054Z] ---> Running in 2578ebd41666 [2023-02-02T22:42:44.054Z] ---> d13b907f6335 [2023-02-02T22:42:44.054Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-02T22:42:44.054Z] ---> Running in d47f90cf3df2 [2023-02-02T22:42:44.321Z] Removing intermediate container 2578ebd41666 [2023-02-02T22:42:44.321Z] ---> d982a201f6a6 [2023-02-02T22:42:44.321Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-02T22:42:44.321Z] ---> 19e677bf8a73 [2023-02-02T22:42:44.321Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-02T22:42:44.321Z] ---> Running in 37093c6f913c [2023-02-02T22:42:44.581Z] Removing intermediate container 37093c6f913c [2023-02-02T22:42:44.581Z] ---> 15e1e04c4ca0 [2023-02-02T22:42:44.581Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-02T22:42:44.581Z] Removing intermediate container d47f90cf3df2 [2023-02-02T22:42:44.581Z] ---> 0b3e799be6e3 [2023-02-02T22:42:44.581Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-02T22:42:44.581Z] ---> bf72ecf72380 [2023-02-02T22:42:44.581Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-02T22:42:44.581Z] ---> Running in 20ccd1a9678f [2023-02-02T22:42:44.581Z] ---> Running in 50efbc43ac75 [2023-02-02T22:42:45.147Z] Removing intermediate container 50efbc43ac75 [2023-02-02T22:42:45.147Z] ---> ae266576ef53 [2023-02-02T22:42:45.147Z] Step 21/23 : LABEL arch=x86_64 [2023-02-02T22:42:45.147Z] Removing intermediate container 20ccd1a9678f [2023-02-02T22:42:45.147Z] ---> 9f18e1bbd06a [2023-02-02T22:42:45.147Z] Step 22/24 : LABEL arch=x86_64 [2023-02-02T22:42:45.147Z] ---> 2285c72aa59f [2023-02-02T22:42:45.147Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-02T22:42:45.147Z] ---> Running in 1c8594c19792 [2023-02-02T22:42:45.147Z] ---> Running in 1d4808ed2075 [2023-02-02T22:42:45.405Z] ---> Running in f1a2f92fe057 [2023-02-02T22:42:45.405Z] Removing intermediate container af7e2a720e7c [2023-02-02T22:42:45.405Z] ---> 6c1490bedc25 [2023-02-02T22:42:45.405Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-02T22:42:45.405Z] ---> Running in c61cd9dcaf72 [2023-02-02T22:42:45.405Z] Removing intermediate container 1d4808ed2075 [2023-02-02T22:42:45.405Z] ---> 2d8adb58d376 [2023-02-02T22:42:45.405Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-02T22:42:45.405Z] Removing intermediate container 1c8594c19792 [2023-02-02T22:42:45.405Z] ---> 2fcdb93c8ebd [2023-02-02T22:42:45.405Z] Step 22/23 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:42:45.405Z] ---> Running in a0ff260dd6d1 [2023-02-02T22:42:45.405Z] Removing intermediate container f1a2f92fe057 [2023-02-02T22:42:45.405Z] ---> b969575808ed [2023-02-02T22:42:45.405Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:42:45.405Z] ---> Running in 039f67257305 [2023-02-02T22:42:45.663Z] ---> Running in 32a43ab63aa1 [2023-02-02T22:42:45.663Z] Removing intermediate container c61cd9dcaf72 [2023-02-02T22:42:45.663Z] ---> 876fb7054268 [2023-02-02T22:42:45.663Z] Step 29/32 : CMD ["gate"] [2023-02-02T22:42:45.663Z] ---> Running in 4523ffb38f0b [2023-02-02T22:42:45.663Z] Removing intermediate container a0ff260dd6d1 [2023-02-02T22:42:45.663Z] ---> 247197bcffc0 [2023-02-02T22:42:45.663Z] Step 22/24 : LABEL arch=x86_64 [2023-02-02T22:42:45.663Z] ---> Running in 727a5a6cc4ae [2023-02-02T22:42:45.663Z] Removing intermediate container 039f67257305 [2023-02-02T22:42:45.663Z] ---> bea4e851b170 [2023-02-02T22:42:45.663Z] Step 23/23 : LABEL version=3.0.0-dev.32 [2023-02-02T22:42:45.663Z] Removing intermediate container 32a43ab63aa1 [2023-02-02T22:42:45.663Z] ---> c84648ccb787 [2023-02-02T22:42:45.663Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:42:45.663Z] ---> Running in 2117ff88877d [2023-02-02T22:42:45.663Z] ---> Running in 1aec0fe21fb6 [2023-02-02T22:42:46.179Z] Removing intermediate container 4523ffb38f0b [2023-02-02T22:42:46.179Z] ---> 84e7dfa25c1d [2023-02-02T22:42:46.179Z] Step 30/32 : LABEL arch=x86_64 [2023-02-02T22:42:46.179Z] ---> Running in edb83f15b059 [2023-02-02T22:42:46.179Z] Removing intermediate container 727a5a6cc4ae [2023-02-02T22:42:46.179Z] ---> 4fcf87db9577 [2023-02-02T22:42:46.179Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:42:46.179Z] Removing intermediate container 2117ff88877d [2023-02-02T22:42:46.179Z] ---> 02bd5f51748c [2023-02-02T22:42:46.179Z] [2023-02-02T22:42:46.179Z] Successfully built 02bd5f51748c [2023-02-02T22:42:46.179Z] Successfully tagged security-spire-server:latest [2023-02-02T22:42:46.179Z] Removing intermediate container 1aec0fe21fb6 [2023-02-02T22:42:46.179Z] ---> 8d6c9a9f1f39 [2023-02-02T22:42:46.179Z] [2023-02-02T22:42:46.179Z] Building security-spiffe-token-provider [2023-02-02T22:42:46.179Z]  Building security-spire-server ... done  ---> Running in d9ebbffe2303 [2023-02-02T22:42:46.179Z] Removing intermediate container edb83f15b059 [2023-02-02T22:42:46.179Z] ---> 9f6bd2afaf9c [2023-02-02T22:42:46.179Z] Step 31/32 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:42:46.440Z] Successfully built 8d6c9a9f1f39 [2023-02-02T22:42:46.702Z] Successfully tagged security-spire-config:latest [2023-02-02T22:42:46.702Z] Building core-common-config-bootstrapper [2023-02-02T22:42:46.702Z] ---> Running in 22564a166dc6 [2023-02-02T22:42:50.972Z]  Building security-spire-config ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:42:50.972Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:42:50.972Z] ---> a96294dd2c5d [2023-02-02T22:42:50.972Z] Step 3/19 : WORKDIR /edgex-go [2023-02-02T22:42:50.972Z] ---> Using cache [2023-02-02T22:42:50.972Z] ---> 53f6f455e0c3 [2023-02-02T22:42:50.972Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-02T22:42:51.914Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:42:51.914Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:42:51.914Z] ---> a96294dd2c5d [2023-02-02T22:42:51.914Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:42:51.914Z] ---> Using cache [2023-02-02T22:42:51.914Z] ---> fff30b024306 [2023-02-02T22:42:51.914Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:42:51.914Z] ---> Using cache [2023-02-02T22:42:51.914Z] ---> 38fe7962623e [2023-02-02T22:42:51.914Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-02T22:42:51.914Z] ---> Using cache [2023-02-02T22:42:51.914Z] ---> 47d3bc5d4945 [2023-02-02T22:42:51.914Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:42:51.914Z] ---> Using cache [2023-02-02T22:42:51.915Z] ---> a601e0a874d1 [2023-02-02T22:42:51.915Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:42:51.915Z] ---> Using cache [2023-02-02T22:42:51.915Z] ---> 56b723454905 [2023-02-02T22:42:51.915Z] Step 8/22 : COPY . . [2023-02-02T22:42:51.915Z] ---> Using cache [2023-02-02T22:42:51.915Z] ---> 449a2568ffe8 [2023-02-02T22:42:51.915Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-02T22:42:58.553Z] Removing intermediate container d9ebbffe2303 [2023-02-02T22:42:58.553Z] ---> c98bf1031739 [2023-02-02T22:42:58.553Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:42:58.553Z] Removing intermediate container 22564a166dc6 [2023-02-02T22:42:58.553Z] ---> 9f708b1d010d [2023-02-02T22:42:58.553Z] Step 32/32 : LABEL version=3.0.0-dev.32 [2023-02-02T22:42:58.553Z] ---> Running in 35b6a8fd9bf3 [2023-02-02T22:42:58.553Z] ---> Running in dd41da3cb66a [2023-02-02T22:42:58.553Z] ---> Running in e01fe1aa6e39 [2023-02-02T22:42:58.553Z] ---> Running in 5dd709bac309 [2023-02-02T22:42:58.553Z] Removing intermediate container e01fe1aa6e39 [2023-02-02T22:42:58.553Z] ---> b9cd65d8e15f [2023-02-02T22:42:58.553Z] [2023-02-02T22:42:58.553Z] Removing intermediate container 5dd709bac309 [2023-02-02T22:42:58.553Z] ---> d4ddceda33d9 [2023-02-02T22:42:58.553Z] [2023-02-02T22:42:58.813Z] Successfully built b9cd65d8e15f [2023-02-02T22:42:58.813Z] Successfully tagged security-spire-agent:latest [2023-02-02T22:42:58.813Z]  Building security-spire-agent ... done Building support-scheduler [2023-02-02T22:42:58.813Z] Successfully built d4ddceda33d9 [2023-02-02T22:42:58.813Z] Successfully tagged security-bootstrapper:latest [2023-02-02T22:42:59.073Z]  Building security-bootstrapper ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-02T22:42:59.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:59.335Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:59.594Z] v3.16.3-154-ga2a60f3e0fe [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-02T22:42:59.594Z] v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-02T22:42:59.594Z] OK: 17044 distinct packages available [2023-02-02T22:42:59.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:42:59.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:43:00.113Z] OK: 211 MiB in 51 packages [2023-02-02T22:43:04.496Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:43:04.496Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:43:04.496Z] ---> a96294dd2c5d [2023-02-02T22:43:04.496Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:43:04.496Z] ---> Using cache [2023-02-02T22:43:04.496Z] ---> fff30b024306 [2023-02-02T22:43:04.496Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:43:04.496Z] ---> Using cache [2023-02-02T22:43:04.496Z] ---> 38fe7962623e [2023-02-02T22:43:04.496Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-02T22:43:04.496Z] ---> Using cache [2023-02-02T22:43:04.496Z] ---> 47d3bc5d4945 [2023-02-02T22:43:04.496Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:43:04.496Z] ---> Using cache [2023-02-02T22:43:04.496Z] ---> a601e0a874d1 [2023-02-02T22:43:04.496Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:43:04.496Z] ---> Using cache [2023-02-02T22:43:04.496Z] ---> 56b723454905 [2023-02-02T22:43:04.496Z] Step 8/22 : COPY . . [2023-02-02T22:43:04.496Z] ---> Using cache [2023-02-02T22:43:04.497Z] ---> 449a2568ffe8 [2023-02-02T22:43:04.497Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-02T22:43:13.083Z] ---> Running in ccdc585f9000 [2023-02-02T22:43:13.083Z] Removing intermediate container 8620bbd7b280 [2023-02-02T22:43:13.083Z] ---> d643a70b3f25 [2023-02-02T22:43:13.083Z] [2023-02-02T22:43:13.083Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:43:13.083Z] ---> bfe296a52501 [2023-02-02T22:43:13.083Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-02T22:43:13.083Z] Removing intermediate container 35b6a8fd9bf3 [2023-02-02T22:43:13.083Z] ---> b52733da35a8 [2023-02-02T22:43:13.083Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-02T22:43:13.083Z] ---> Running in 444d90e070bb [2023-02-02T22:43:13.083Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-02T22:43:13.083Z] ---> 2ab56124438b [2023-02-02T22:43:13.083Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:43:13.083Z] ---> Running in 2b4682636d07 [2023-02-02T22:43:13.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:43:13.345Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:43:13.605Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-02T22:43:13.605Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-02T22:43:13.605Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:43:13.605Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:43:13.605Z] OK: 6 MiB in 16 packages [2023-02-02T22:43:14.176Z] Removing intermediate container 444d90e070bb [2023-02-02T22:43:14.176Z] ---> bbb4c0863bba [2023-02-02T22:43:14.176Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:43:14.176Z] ---> Running in 4eb3d0f32720 [2023-02-02T22:43:14.437Z] Removing intermediate container 4eb3d0f32720 [2023-02-02T22:43:14.437Z] ---> e04790be6328 [2023-02-02T22:43:14.437Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-02T22:43:14.697Z] ---> Running in 23941a36bfdf [2023-02-02T22:43:14.697Z] Removing intermediate container 23941a36bfdf [2023-02-02T22:43:14.697Z] ---> 8f83d9cfe4e4 [2023-02-02T22:43:14.697Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-02T22:43:14.956Z] ---> Running in 5e31a2f31425 [2023-02-02T22:43:14.956Z] Removing intermediate container 5e31a2f31425 [2023-02-02T22:43:14.956Z] ---> 2c7d5585b250 [2023-02-02T22:43:14.956Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:43:15.218Z] ---> e4b31eb825ae [2023-02-02T22:43:15.218Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-02T22:43:17.174Z] ---> 82514c2ef4fb [2023-02-02T22:43:17.174Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-02T22:43:17.439Z] ---> 7997d868dd88 [2023-02-02T22:43:17.439Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-02T22:43:17.439Z] ---> Running in 1c47954eee73 [2023-02-02T22:43:17.700Z] Removing intermediate container 1c47954eee73 [2023-02-02T22:43:17.700Z] ---> 00d696b559a1 [2023-02-02T22:43:17.700Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:43:17.700Z] ---> Running in cd9bf2af7651 [2023-02-02T22:43:17.969Z] Removing intermediate container cd9bf2af7651 [2023-02-02T22:43:17.969Z] ---> be6468ea5b98 [2023-02-02T22:43:17.969Z] Step 20/22 : LABEL arch=x86_64 [2023-02-02T22:43:18.228Z] ---> Running in 30d6e7866480 [2023-02-02T22:43:18.489Z] Removing intermediate container 30d6e7866480 [2023-02-02T22:43:18.489Z] ---> 89559283aaac [2023-02-02T22:43:18.489Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:43:18.749Z] ---> Running in 221af6911573 [2023-02-02T22:43:19.316Z] Removing intermediate container 221af6911573 [2023-02-02T22:43:19.316Z] ---> 8f7eff68b913 [2023-02-02T22:43:19.316Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:43:19.885Z] ---> Running in 87bfe9de8c76 [2023-02-02T22:43:20.452Z] Removing intermediate container 87bfe9de8c76 [2023-02-02T22:43:20.452Z] ---> 115c57bf0a19 [2023-02-02T22:43:20.452Z] [2023-02-02T22:43:20.452Z] Successfully built 115c57bf0a19 [2023-02-02T22:43:20.452Z] Successfully tagged support-notifications:latest [2023-02-02T22:43:28.579Z]  Building support-notifications ... done Removing intermediate container dd41da3cb66a [2023-02-02T22:43:28.579Z] ---> 1f8ea05b52c2 [2023-02-02T22:43:28.579Z] [2023-02-02T22:43:28.579Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:43:28.579Z] ---> bfe296a52501 [2023-02-02T22:43:28.579Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-02T22:43:28.579Z] ---> Running in d8810442b3e4 [2023-02-02T22:43:28.579Z] Removing intermediate container d8810442b3e4 [2023-02-02T22:43:28.579Z] ---> 2053adef8cd9 [2023-02-02T22:43:28.579Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:43:28.579Z] ---> Running in a23434afa8d7 [2023-02-02T22:43:29.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:43:29.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:43:29.730Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-02T22:43:29.730Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:43:29.730Z] OK: 6 MiB in 15 packages [2023-02-02T22:43:32.294Z] Removing intermediate container a23434afa8d7 [2023-02-02T22:43:32.294Z] ---> 69c90c278f22 [2023-02-02T22:43:32.295Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:43:32.295Z] ---> b50302d2a592 [2023-02-02T22:43:32.295Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-02T22:43:34.220Z] ---> 706736d606b7 [2023-02-02T22:43:34.220Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-02T22:43:36.749Z] ---> b71c3f728afe [2023-02-02T22:43:36.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-02T22:43:40.987Z] ---> 770bbf35cf14 [2023-02-02T22:43:40.987Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-02T22:43:41.254Z] ---> Running in ce4b5456e604 [2023-02-02T22:43:41.254Z] Removing intermediate container ccdc585f9000 [2023-02-02T22:43:41.254Z] ---> 76fab4474409 [2023-02-02T22:43:41.254Z] [2023-02-02T22:43:41.254Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:43:41.254Z] ---> bfe296a52501 [2023-02-02T22:43:41.254Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:43:41.254Z] ---> Using cache [2023-02-02T22:43:41.254Z] ---> 902020f0f39d [2023-02-02T22:43:41.254Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:43:41.254Z] ---> Using cache [2023-02-02T22:43:41.254Z] ---> 00d13aa55bfd [2023-02-02T22:43:41.254Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-02T22:43:41.514Z] ---> Running in 6de1d69f2ce1 [2023-02-02T22:43:42.084Z] Removing intermediate container 6de1d69f2ce1 [2023-02-02T22:43:42.084Z] ---> ffe5a24e7e35 [2023-02-02T22:43:42.084Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-02T22:43:42.084Z] ---> Running in fc8fac1250a7 [2023-02-02T22:43:42.685Z] Removing intermediate container fc8fac1250a7 [2023-02-02T22:43:42.685Z] ---> faa5575a7238 [2023-02-02T22:43:42.685Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:43:42.685Z] Removing intermediate container ce4b5456e604 [2023-02-02T22:43:42.685Z] ---> 5a6afc9da591 [2023-02-02T22:43:42.685Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-02T22:43:42.949Z] ---> Running in 61e7aa4746c3 [2023-02-02T22:43:42.949Z] ---> 94d7aa1b4d61 [2023-02-02T22:43:42.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-02T22:43:42.949Z] Removing intermediate container 61e7aa4746c3 [2023-02-02T22:43:42.949Z] ---> 91cd467dbc1b [2023-02-02T22:43:42.949Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-02T22:43:43.408Z] ---> Running in 12dcc51892b8 [2023-02-02T22:43:43.408Z] Removing intermediate container 12dcc51892b8 [2023-02-02T22:43:43.408Z] ---> 2f272e52ec74 [2023-02-02T22:43:43.408Z] Step 20/22 : LABEL arch=x86_64 [2023-02-02T22:43:43.790Z] ---> Running in f1a9ec7793fe [2023-02-02T22:43:44.095Z] Removing intermediate container f1a9ec7793fe [2023-02-02T22:43:44.095Z] ---> 97457994a2f9 [2023-02-02T22:43:44.095Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:43:44.695Z] ---> 5cde415babf1 [2023-02-02T22:43:44.695Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-02T22:43:44.695Z] ---> Running in 1cf3e3edcb99 [2023-02-02T22:43:44.695Z] Removing intermediate container 1cf3e3edcb99 [2023-02-02T22:43:44.695Z] ---> 35ac152ef247 [2023-02-02T22:43:44.695Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:43:44.957Z] ---> Running in a31d41f68380 [2023-02-02T22:43:44.957Z] ---> fbbc4d1fbb6c [2023-02-02T22:43:44.957Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-02T22:43:44.957Z] ---> Running in 339e75d8ea38 [2023-02-02T22:43:44.957Z] Removing intermediate container a31d41f68380 [2023-02-02T22:43:44.957Z] ---> d6605c995952 [2023-02-02T22:43:44.957Z] [2023-02-02T22:43:44.957Z] Removing intermediate container 339e75d8ea38 [2023-02-02T22:43:44.957Z] ---> 1b5e689f981a [2023-02-02T22:43:44.957Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:43:45.218Z] ---> Running in fb155bbcb3fa [2023-02-02T22:43:45.218Z] Successfully built d6605c995952 [2023-02-02T22:43:45.218Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-02T22:43:45.218Z]  Building core-common-config-bootstrapper ... done Removing intermediate container fb155bbcb3fa [2023-02-02T22:43:45.218Z] ---> cef44523c812 [2023-02-02T22:43:45.218Z] Step 20/22 : LABEL arch=x86_64 [2023-02-02T22:43:45.478Z] ---> Running in 59de03890702 [2023-02-02T22:43:45.478Z] Removing intermediate container 59de03890702 [2023-02-02T22:43:45.478Z] ---> f5748dee113f [2023-02-02T22:43:45.478Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:43:45.478Z] ---> Running in ce7078699733 [2023-02-02T22:43:45.739Z] Removing intermediate container ce7078699733 [2023-02-02T22:43:45.739Z] ---> 1bc40da94840 [2023-02-02T22:43:45.740Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:43:46.001Z] ---> Running in 57efb22d3d8f [2023-02-02T22:43:46.001Z] Removing intermediate container 57efb22d3d8f [2023-02-02T22:43:46.001Z] ---> 610e9fae7856 [2023-02-02T22:43:46.001Z] [2023-02-02T22:43:46.261Z] Successfully built 610e9fae7856 [2023-02-02T22:43:46.261Z] Successfully tagged support-scheduler:latest [2023-02-02T22:43:51.798Z]  Building support-scheduler ... done Removing intermediate container 2b4682636d07 [2023-02-02T22:43:51.798Z] ---> cfcdd0aafc0d [2023-02-02T22:43:51.798Z] Step 7/19 : COPY . . [2023-02-02T22:44:00.033Z] ---> 0b6c9d203c3e [2023-02-02T22:44:00.033Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-02T22:44:00.033Z] ---> Running in a1d728de841f [2023-02-02T22:44:00.033Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-02T22:44:00.640Z] Removing intermediate container eee79db9da5d [2023-02-02T22:44:00.640Z] ---> d0c1ab097693 [2023-02-02T22:44:00.640Z] Step 8/22 : COPY . . [2023-02-02T22:44:00.640Z] ---> 8dbc57ec8475 [2023-02-02T22:44:00.640Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-02T22:44:00.640Z] ---> Running in 2a6ac90faa06 [2023-02-02T22:44:00.640Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-02T22:44:21.999Z] Removing intermediate container a1d728de841f [2023-02-02T22:44:21.999Z] ---> c34ee3cee465 [2023-02-02T22:44:21.999Z] [2023-02-02T22:44:21.999Z] Step 9/19 : FROM alpine:3.15 [2023-02-02T22:44:21.999Z] ---> c4fc93816858 [2023-02-02T22:44:21.999Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:44:21.999Z] ---> Using cache [2023-02-02T22:44:21.999Z] ---> d526c0043267 [2023-02-02T22:44:21.999Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-02T22:44:21.999Z] ---> Running in d3224c9d7360 [2023-02-02T22:44:21.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:44:21.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:44:21.999Z] v3.15.6-290-g782130c55d [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-02T22:44:21.999Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-02T22:44:21.999Z] OK: 15859 distinct packages available [2023-02-02T22:44:21.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-02T22:44:21.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-02T22:44:22.260Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-02T22:44:22.260Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-02T22:44:22.260Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-02T22:44:22.260Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-02T22:44:22.260Z] (5/9) Installing curl (7.80.0-r5) [2023-02-02T22:44:22.260Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-02T22:44:22.260Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-02T22:44:22.260Z] (8/9) Installing libucontext (1.1-r0) [2023-02-02T22:44:22.260Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-02T22:44:22.260Z] Executing busybox-1.34.1-r7.trigger [2023-02-02T22:44:22.260Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:44:22.260Z] OK: 8 MiB in 23 packages [2023-02-02T22:44:22.830Z] Removing intermediate container d3224c9d7360 [2023-02-02T22:44:22.830Z] ---> 8c47d8110bbd [2023-02-02T22:44:22.830Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:44:23.090Z] ---> 023a26e1b956 [2023-02-02T22:44:23.090Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-02T22:44:23.659Z] ---> 0eb4717c3eb0 [2023-02-02T22:44:23.659Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-02T22:44:23.921Z] ---> f221423da3e4 [2023-02-02T22:44:23.921Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-02T22:44:23.921Z] ---> Running in 527d464a4057 [2023-02-02T22:44:23.921Z] Removing intermediate container 527d464a4057 [2023-02-02T22:44:23.921Z] ---> f9b8a3396f78 [2023-02-02T22:44:23.921Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:44:23.921Z] ---> Running in 3fefa049391e [2023-02-02T22:44:23.921Z] Removing intermediate container 3fefa049391e [2023-02-02T22:44:23.921Z] ---> 70972cd1b1e4 [2023-02-02T22:44:23.921Z] Step 17/19 : LABEL arch=x86_64 [2023-02-02T22:44:23.921Z] ---> Running in 1c7e43e67d3e [2023-02-02T22:44:24.180Z] Removing intermediate container 1c7e43e67d3e [2023-02-02T22:44:24.180Z] ---> 855e612a8309 [2023-02-02T22:44:24.180Z] Step 18/19 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:24.180Z] ---> Running in db5d25ca9252 [2023-02-02T22:44:24.180Z] Removing intermediate container db5d25ca9252 [2023-02-02T22:44:24.180Z] ---> eb1c88116b74 [2023-02-02T22:44:24.180Z] Step 19/19 : LABEL version=3.0.0-dev.32 [2023-02-02T22:44:24.180Z] ---> Running in 657ee4f4d1a4 [2023-02-02T22:44:24.180Z] Removing intermediate container 657ee4f4d1a4 [2023-02-02T22:44:24.180Z] ---> 6a46b2801f46 [2023-02-02T22:44:24.180Z] [2023-02-02T22:44:24.441Z] Successfully built 6a46b2801f46 [2023-02-02T22:44:24.441Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-02T22:44:24.448Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-02-02T22:44:24.455Z] $ docker stop --time=1 1001597c4865d3e88df998661f1f73c23bb4b25acbc9d2950c462743b247dc66 [2023-02-02T22:44:25.744Z] $ docker rm -f --volumes 1001597c4865d3e88df998661f1f73c23bb4b25acbc9d2950c462743b247dc66 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T22:44:26.074Z] + docker images [2023-02-02T22:44:26.074Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-02T22:44:26.074Z] security-spiffe-token-provider latest 6a46b2801f46 1 second ago 29.8MB [2023-02-02T22:44:26.074Z] c34ee3cee465 6 seconds ago 1.72GB [2023-02-02T22:44:26.074Z] support-scheduler latest 610e9fae7856 40 seconds ago 30MB [2023-02-02T22:44:26.074Z] core-common-config-bootstrapper latest d6605c995952 41 seconds ago 15.5MB [2023-02-02T22:44:26.074Z] 76fab4474409 48 seconds ago 1.75GB [2023-02-02T22:44:26.074Z] 1f8ea05b52c2 About a minute ago 1.68GB [2023-02-02T22:44:26.074Z] support-notifications latest 115c57bf0a19 About a minute ago 30.6MB [2023-02-02T22:44:26.074Z] d643a70b3f25 About a minute ago 1.75GB [2023-02-02T22:44:26.074Z] security-bootstrapper latest d4ddceda33d9 About a minute ago 20.3MB [2023-02-02T22:44:26.074Z] security-spire-agent latest b9cd65d8e15f About a minute ago 125MB [2023-02-02T22:44:26.074Z] security-spire-config latest 8d6c9a9f1f39 About a minute ago 85.8MB [2023-02-02T22:44:26.074Z] security-spire-server latest 02bd5f51748c About a minute ago 86.5MB [2023-02-02T22:44:26.074Z] 2a47fec45bd1 About a minute ago 1.55GB [2023-02-02T22:44:26.074Z] 335b9d9edbf9 About a minute ago 1.55GB [2023-02-02T22:44:26.074Z] 5e14944c8e32 About a minute ago 1.55GB [2023-02-02T22:44:26.074Z] 04fe54053ecf 2 minutes ago 1.67GB [2023-02-02T22:44:26.074Z] security-secretstore-setup latest f8c9def2a4f6 3 minutes ago 29.9MB [2023-02-02T22:44:26.074Z] security-proxy-setup latest b06517e45f1c 3 minutes ago 27.8MB [2023-02-02T22:44:26.074Z] core-metadata latest 54ccffa8f1f1 3 minutes ago 18.5MB [2023-02-02T22:44:26.074Z] core-command latest 62658c5b2031 3 minutes ago 17.7MB [2023-02-02T22:44:26.074Z] core-data latest f256b790683d 3 minutes ago 17.9MB [2023-02-02T22:44:26.074Z] 449b421eb47f 3 minutes ago 1.67GB [2023-02-02T22:44:26.074Z] 19e084d83389 3 minutes ago 1.68GB [2023-02-02T22:44:26.074Z] 0c63c1026948 3 minutes ago 1.69GB [2023-02-02T22:44:26.074Z] e9665d36bbae 3 minutes ago 1.68GB [2023-02-02T22:44:26.074Z] 388b0b3d415e 3 minutes ago 1.69GB [2023-02-02T22:44:26.074Z] ci-base-image-x86_64 latest a96294dd2c5d 8 minutes ago 904MB [2023-02-02T22:44:26.074Z] alpine 3.16 bfe296a52501 2 months ago 5.54MB [2023-02-02T22:44:26.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-02T22:44:26.074Z] alpine 3.15 c4fc93816858 5 months ago 5.59MB [2023-02-02T22:44:26.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB [2023-02-02T22:44:26.074Z] 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-02-02T22:44:26.197Z] provisioning config files... [2023-02-02T22:44:26.206Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config6464103971383482862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T22:44:26.506Z] ---> docker-login.sh [2023-02-02T22:44:26.506Z] nexus3.edgexfoundry.org:10001 [2023-02-02T22:44:26.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:44:26.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:44:26.506Z] Configure a credential helper to remove this warning. See [2023-02-02T22:44:26.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:44:26.506Z] [2023-02-02T22:44:26.506Z] Login Succeeded [2023-02-02T22:44:26.506Z] nexus3.edgexfoundry.org:10002 [2023-02-02T22:44:26.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:44:26.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:44:26.506Z] Configure a credential helper to remove this warning. See [2023-02-02T22:44:26.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:44:26.506Z] [2023-02-02T22:44:26.506Z] Login Succeeded [2023-02-02T22:44:26.506Z] nexus3.edgexfoundry.org:10003 [2023-02-02T22:44:26.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:44:26.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:44:26.765Z] Configure a credential helper to remove this warning. See [2023-02-02T22:44:26.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:44:26.765Z] [2023-02-02T22:44:26.765Z] Login Succeeded [2023-02-02T22:44:26.766Z] nexus3.edgexfoundry.org:10004 [2023-02-02T22:44:26.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:44:26.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:44:26.766Z] Configure a credential helper to remove this warning. See [2023-02-02T22:44:26.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:44:26.766Z] [2023-02-02T22:44:26.766Z] Login Succeeded [2023-02-02T22:44:26.766Z] docker.io [2023-02-02T22:44:27.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:44:27.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:44:27.284Z] Configure a credential helper to remove this warning. See [2023-02-02T22:44:27.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:44:27.284Z] [2023-02-02T22:44:27.284Z] Login Succeeded [2023-02-02T22:44:27.284Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T22:44:27.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:44:27.314Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T22:44:27.331Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-02-02T22:44:27.331Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:27.331Z] latest [2023-02-02T22:44:27.331Z] 3.0.0-dev.32 [2023-02-02T22:44:27.331Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:27.331Z] main [2023-02-02T22:44:27.331Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:27.635Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:27.936Z] + docker push nexus3.edgexfoundry.org:10004/core-command:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:27.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-02T22:44:27.936Z] cbc9450d2725: Preparing [2023-02-02T22:44:27.936Z] 0350c008220b: Preparing [2023-02-02T22:44:27.936Z] 192670a2dcb8: Preparing [2023-02-02T22:44:27.936Z] 7ea159d16464: Preparing [2023-02-02T22:44:27.936Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:27.936Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:27.936Z] cbc9450d2725: Pushed [2023-02-02T22:44:27.936Z] 7ea159d16464: Pushed [2023-02-02T22:44:27.936Z] 192670a2dcb8: Pushed [2023-02-02T22:44:29.312Z] 0350c008220b: Pushed [2023-02-02T22:44:29.570Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:84aa378210ca1f725aee90ac7787c4fbcccf04e3063599659c569667b8796894 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:29.888Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:30.189Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-02T22:44:30.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-02T22:44:30.189Z] cbc9450d2725: Preparing [2023-02-02T22:44:30.189Z] 0350c008220b: Preparing [2023-02-02T22:44:30.189Z] 192670a2dcb8: Preparing [2023-02-02T22:44:30.189Z] 7ea159d16464: Preparing [2023-02-02T22:44:30.189Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:30.189Z] cbc9450d2725: Layer already exists [2023-02-02T22:44:30.189Z] 0350c008220b: Layer already exists [2023-02-02T22:44:30.189Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:30.189Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:30.189Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:30.189Z] latest: digest: sha256:84aa378210ca1f725aee90ac7787c4fbcccf04e3063599659c569667b8796894 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:30.498Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:30.805Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.32 [2023-02-02T22:44:30.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-02T22:44:30.805Z] cbc9450d2725: Preparing [2023-02-02T22:44:30.805Z] 0350c008220b: Preparing [2023-02-02T22:44:30.805Z] 192670a2dcb8: Preparing [2023-02-02T22:44:30.805Z] 7ea159d16464: Preparing [2023-02-02T22:44:30.805Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:30.805Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:30.805Z] cbc9450d2725: Layer already exists [2023-02-02T22:44:30.805Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:30.805Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:30.805Z] 0350c008220b: Layer already exists [2023-02-02T22:44:30.805Z] 3.0.0-dev.32: digest: sha256:84aa378210ca1f725aee90ac7787c4fbcccf04e3063599659c569667b8796894 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:31.175Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:31.511Z] + docker push nexus3.edgexfoundry.org:10004/core-command:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:31.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-02T22:44:31.511Z] cbc9450d2725: Preparing [2023-02-02T22:44:31.511Z] 0350c008220b: Preparing [2023-02-02T22:44:31.511Z] 192670a2dcb8: Preparing [2023-02-02T22:44:31.511Z] 7ea159d16464: Preparing [2023-02-02T22:44:31.511Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:31.511Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:31.511Z] cbc9450d2725: Layer already exists [2023-02-02T22:44:31.511Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:31.511Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:31.511Z] 0350c008220b: Layer already exists [2023-02-02T22:44:31.511Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:84aa378210ca1f725aee90ac7787c4fbcccf04e3063599659c569667b8796894 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:31.869Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:32.201Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-02-02T22:44:32.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-02-02T22:44:32.201Z] cbc9450d2725: Preparing [2023-02-02T22:44:32.201Z] 0350c008220b: Preparing [2023-02-02T22:44:32.201Z] 192670a2dcb8: Preparing [2023-02-02T22:44:32.201Z] 7ea159d16464: Preparing [2023-02-02T22:44:32.201Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:32.201Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:32.201Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:32.201Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:32.201Z] cbc9450d2725: Layer already exists [2023-02-02T22:44:32.201Z] 0350c008220b: Layer already exists [2023-02-02T22:44:32.201Z] main: digest: sha256:84aa378210ca1f725aee90ac7787c4fbcccf04e3063599659c569667b8796894 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:44:32.242Z] ===================================================== [Pipeline] echo [2023-02-02T22:44:32.247Z] taggedImages: [2023-02-02T22:44:32.248Z] - nexus3.edgexfoundry.org:10004/core-command:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:32.248Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-02-02T22:44:32.248Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.32 [2023-02-02T22:44:32.248Z] - nexus3.edgexfoundry.org:10004/core-command:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:32.248Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-02-02T22:44:32.261Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-02-02T22:44:32.261Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:32.261Z] latest [2023-02-02T22:44:32.261Z] 3.0.0-dev.32 [2023-02-02T22:44:32.261Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:32.261Z] main [2023-02-02T22:44:32.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:32.601Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:32.916Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:32.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-02T22:44:32.916Z] 885fe094a064: Preparing [2023-02-02T22:44:32.916Z] d852d94626f9: Preparing [2023-02-02T22:44:32.916Z] 0c6dd54964ba: Preparing [2023-02-02T22:44:32.916Z] 6fb8efda9e8f: Preparing [2023-02-02T22:44:32.916Z] 192670a2dcb8: Preparing [2023-02-02T22:44:32.916Z] 15ce95f47723: Preparing [2023-02-02T22:44:32.916Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:32.916Z] 15ce95f47723: Waiting [2023-02-02T22:44:32.916Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:32.916Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:32.916Z] 885fe094a064: Pushed [2023-02-02T22:44:32.916Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:32.916Z] 0c6dd54964ba: Pushed [2023-02-02T22:44:32.916Z] d852d94626f9: Pushed [2023-02-02T22:44:32.916Z] 15ce95f47723: Pushed [2023-02-02T22:44:34.297Z] 6fb8efda9e8f: Pushed [2023-02-02T22:44:34.297Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:5cd660ffe2820779e732c0576753d1cd238dc2c189a95ff9773bfff61646d4ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:34.601Z] + 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-02-02T22:44:34.910Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-02T22:44:34.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-02T22:44:34.910Z] 885fe094a064: Preparing [2023-02-02T22:44:34.910Z] d852d94626f9: Preparing [2023-02-02T22:44:34.910Z] 0c6dd54964ba: Preparing [2023-02-02T22:44:34.910Z] 6fb8efda9e8f: Preparing [2023-02-02T22:44:34.910Z] 192670a2dcb8: Preparing [2023-02-02T22:44:34.910Z] 15ce95f47723: Preparing [2023-02-02T22:44:34.910Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:34.910Z] 15ce95f47723: Waiting [2023-02-02T22:44:34.910Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:34.910Z] 6fb8efda9e8f: Layer already exists [2023-02-02T22:44:34.910Z] d852d94626f9: Layer already exists [2023-02-02T22:44:34.910Z] 885fe094a064: Layer already exists [2023-02-02T22:44:34.910Z] 0c6dd54964ba: Layer already exists [2023-02-02T22:44:34.910Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:34.910Z] 15ce95f47723: Layer already exists [2023-02-02T22:44:34.910Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:34.910Z] latest: digest: sha256:5cd660ffe2820779e732c0576753d1cd238dc2c189a95ff9773bfff61646d4ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:35.218Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:35.520Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.32 [2023-02-02T22:44:35.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-02T22:44:35.520Z] 885fe094a064: Preparing [2023-02-02T22:44:35.520Z] d852d94626f9: Preparing [2023-02-02T22:44:35.520Z] 0c6dd54964ba: Preparing [2023-02-02T22:44:35.520Z] 6fb8efda9e8f: Preparing [2023-02-02T22:44:35.520Z] 192670a2dcb8: Preparing [2023-02-02T22:44:35.520Z] 15ce95f47723: Preparing [2023-02-02T22:44:35.520Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:35.520Z] 15ce95f47723: Waiting [2023-02-02T22:44:35.520Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:35.520Z] 885fe094a064: Layer already exists [2023-02-02T22:44:35.520Z] 6fb8efda9e8f: Layer already exists [2023-02-02T22:44:35.520Z] 0c6dd54964ba: Layer already exists [2023-02-02T22:44:35.520Z] d852d94626f9: Layer already exists [2023-02-02T22:44:35.520Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:35.520Z] 15ce95f47723: Layer already exists [2023-02-02T22:44:35.520Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:35.520Z] 3.0.0-dev.32: digest: sha256:5cd660ffe2820779e732c0576753d1cd238dc2c189a95ff9773bfff61646d4ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:35.827Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:36.132Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:36.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-02T22:44:36.132Z] 885fe094a064: Preparing [2023-02-02T22:44:36.132Z] d852d94626f9: Preparing [2023-02-02T22:44:36.132Z] 0c6dd54964ba: Preparing [2023-02-02T22:44:36.132Z] 6fb8efda9e8f: Preparing [2023-02-02T22:44:36.132Z] 192670a2dcb8: Preparing [2023-02-02T22:44:36.132Z] 15ce95f47723: Preparing [2023-02-02T22:44:36.132Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:36.132Z] 15ce95f47723: Waiting [2023-02-02T22:44:36.132Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:36.132Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:36.132Z] d852d94626f9: Layer already exists [2023-02-02T22:44:36.132Z] 6fb8efda9e8f: Layer already exists [2023-02-02T22:44:36.132Z] 885fe094a064: Layer already exists [2023-02-02T22:44:36.132Z] 0c6dd54964ba: Layer already exists [2023-02-02T22:44:36.132Z] 15ce95f47723: Layer already exists [2023-02-02T22:44:36.132Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:36.132Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:5cd660ffe2820779e732c0576753d1cd238dc2c189a95ff9773bfff61646d4ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:36.449Z] + 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-02-02T22:44:36.750Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-02-02T22:44:36.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-02-02T22:44:36.750Z] 885fe094a064: Preparing [2023-02-02T22:44:36.750Z] d852d94626f9: Preparing [2023-02-02T22:44:36.750Z] 0c6dd54964ba: Preparing [2023-02-02T22:44:36.750Z] 6fb8efda9e8f: Preparing [2023-02-02T22:44:36.750Z] 192670a2dcb8: Preparing [2023-02-02T22:44:36.750Z] 15ce95f47723: Preparing [2023-02-02T22:44:36.750Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:36.750Z] 15ce95f47723: Waiting [2023-02-02T22:44:36.750Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:36.750Z] d852d94626f9: Layer already exists [2023-02-02T22:44:36.750Z] 0c6dd54964ba: Layer already exists [2023-02-02T22:44:36.750Z] 885fe094a064: Layer already exists [2023-02-02T22:44:36.750Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:36.750Z] 6fb8efda9e8f: Layer already exists [2023-02-02T22:44:36.750Z] 15ce95f47723: Layer already exists [2023-02-02T22:44:36.750Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:36.750Z] main: digest: sha256:5cd660ffe2820779e732c0576753d1cd238dc2c189a95ff9773bfff61646d4ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:44:36.795Z] ===================================================== [Pipeline] echo [2023-02-02T22:44:36.801Z] taggedImages: [2023-02-02T22:44:36.801Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:36.801Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-02-02T22:44:36.801Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.32 [2023-02-02T22:44:36.801Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:36.801Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-02-02T22:44:36.816Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-02-02T22:44:36.816Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:36.816Z] latest [2023-02-02T22:44:36.816Z] 3.0.0-dev.32 [2023-02-02T22:44:36.816Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:36.816Z] main [2023-02-02T22:44:36.816Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:37.120Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:37.419Z] + docker push nexus3.edgexfoundry.org:10004/core-data:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:37.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-02T22:44:37.419Z] ea1ebae234b8: Preparing [2023-02-02T22:44:37.419Z] e58fa65af7ae: Preparing [2023-02-02T22:44:37.419Z] 192670a2dcb8: Preparing [2023-02-02T22:44:37.419Z] 7ea159d16464: Preparing [2023-02-02T22:44:37.419Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:37.419Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:37.419Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:37.419Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:37.419Z] ea1ebae234b8: Pushed [2023-02-02T22:44:38.796Z] e58fa65af7ae: Pushed [2023-02-02T22:44:39.054Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:7b93467b35099cceee19523834629982ee7da3422e6309cb27f6745678a32c0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:39.360Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:39.671Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-02T22:44:39.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-02T22:44:39.671Z] ea1ebae234b8: Preparing [2023-02-02T22:44:39.671Z] e58fa65af7ae: Preparing [2023-02-02T22:44:39.671Z] 192670a2dcb8: Preparing [2023-02-02T22:44:39.671Z] 7ea159d16464: Preparing [2023-02-02T22:44:39.671Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:39.671Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:39.671Z] ea1ebae234b8: Layer already exists [2023-02-02T22:44:39.671Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:39.671Z] e58fa65af7ae: Layer already exists [2023-02-02T22:44:39.671Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:39.671Z] latest: digest: sha256:7b93467b35099cceee19523834629982ee7da3422e6309cb27f6745678a32c0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:39.991Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:40.292Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.32 [2023-02-02T22:44:40.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-02T22:44:40.292Z] ea1ebae234b8: Preparing [2023-02-02T22:44:40.292Z] e58fa65af7ae: Preparing [2023-02-02T22:44:40.292Z] 192670a2dcb8: Preparing [2023-02-02T22:44:40.292Z] 7ea159d16464: Preparing [2023-02-02T22:44:40.292Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:40.292Z] ea1ebae234b8: Layer already exists [2023-02-02T22:44:40.292Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:40.292Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:40.292Z] e58fa65af7ae: Layer already exists [2023-02-02T22:44:40.292Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:40.292Z] 3.0.0-dev.32: digest: sha256:7b93467b35099cceee19523834629982ee7da3422e6309cb27f6745678a32c0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:40.608Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:40.915Z] + docker push nexus3.edgexfoundry.org:10004/core-data:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:40.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-02T22:44:40.915Z] ea1ebae234b8: Preparing [2023-02-02T22:44:40.915Z] e58fa65af7ae: Preparing [2023-02-02T22:44:40.915Z] 192670a2dcb8: Preparing [2023-02-02T22:44:40.915Z] 7ea159d16464: Preparing [2023-02-02T22:44:40.915Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:40.915Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:40.915Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:40.915Z] ea1ebae234b8: Layer already exists [2023-02-02T22:44:40.915Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:40.915Z] e58fa65af7ae: Layer already exists [2023-02-02T22:44:40.915Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:7b93467b35099cceee19523834629982ee7da3422e6309cb27f6745678a32c0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:41.227Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:41.525Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-02-02T22:44:41.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-02-02T22:44:41.525Z] ea1ebae234b8: Preparing [2023-02-02T22:44:41.525Z] e58fa65af7ae: Preparing [2023-02-02T22:44:41.525Z] 192670a2dcb8: Preparing [2023-02-02T22:44:41.525Z] 7ea159d16464: Preparing [2023-02-02T22:44:41.525Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:41.525Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:41.525Z] ea1ebae234b8: Layer already exists [2023-02-02T22:44:41.525Z] e58fa65af7ae: Layer already exists [2023-02-02T22:44:41.525Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:41.525Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:41.525Z] main: digest: sha256:7b93467b35099cceee19523834629982ee7da3422e6309cb27f6745678a32c0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:44:41.566Z] ===================================================== [Pipeline] echo [2023-02-02T22:44:41.572Z] taggedImages: [2023-02-02T22:44:41.572Z] - nexus3.edgexfoundry.org:10004/core-data:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:41.572Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-02-02T22:44:41.572Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.32 [2023-02-02T22:44:41.572Z] - nexus3.edgexfoundry.org:10004/core-data:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:41.572Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-02-02T22:44:41.587Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-02-02T22:44:41.587Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:41.587Z] latest [2023-02-02T22:44:41.587Z] 3.0.0-dev.32 [2023-02-02T22:44:41.587Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:41.587Z] main [2023-02-02T22:44:41.587Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:41.890Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:42.189Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:42.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-02T22:44:42.189Z] 95652370f3eb: Preparing [2023-02-02T22:44:42.189Z] 2bdc6c477ff9: Preparing [2023-02-02T22:44:42.189Z] ba3184193a60: Preparing [2023-02-02T22:44:42.189Z] 192670a2dcb8: Preparing [2023-02-02T22:44:42.189Z] 7ea159d16464: Preparing [2023-02-02T22:44:42.189Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:42.189Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:42.189Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:42.189Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:42.189Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:42.189Z] 2bdc6c477ff9: Pushed [2023-02-02T22:44:42.189Z] 95652370f3eb: Pushed [2023-02-02T22:44:43.567Z] ba3184193a60: Pushed [2023-02-02T22:44:43.825Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:2e20c1d3a7863215df920e89cfe4214b64899d138e3748744e46f343b2b51529 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:44.135Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:44.439Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-02T22:44:44.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-02T22:44:44.439Z] 95652370f3eb: Preparing [2023-02-02T22:44:44.439Z] 2bdc6c477ff9: Preparing [2023-02-02T22:44:44.439Z] ba3184193a60: Preparing [2023-02-02T22:44:44.439Z] 192670a2dcb8: Preparing [2023-02-02T22:44:44.439Z] 7ea159d16464: Preparing [2023-02-02T22:44:44.439Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:44.439Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:44.439Z] 2bdc6c477ff9: Layer already exists [2023-02-02T22:44:44.439Z] ba3184193a60: Layer already exists [2023-02-02T22:44:44.439Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:44.439Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:44.439Z] 95652370f3eb: Layer already exists [2023-02-02T22:44:44.439Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:44.439Z] latest: digest: sha256:2e20c1d3a7863215df920e89cfe4214b64899d138e3748744e46f343b2b51529 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:44.744Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:45.042Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.32 [2023-02-02T22:44:45.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-02T22:44:45.042Z] 95652370f3eb: Preparing [2023-02-02T22:44:45.042Z] 2bdc6c477ff9: Preparing [2023-02-02T22:44:45.042Z] ba3184193a60: Preparing [2023-02-02T22:44:45.042Z] 192670a2dcb8: Preparing [2023-02-02T22:44:45.042Z] 7ea159d16464: Preparing [2023-02-02T22:44:45.042Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:45.042Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:45.042Z] ba3184193a60: Layer already exists [2023-02-02T22:44:45.042Z] 95652370f3eb: Layer already exists [2023-02-02T22:44:45.042Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:45.042Z] 2bdc6c477ff9: Layer already exists [2023-02-02T22:44:45.042Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:45.042Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:45.042Z] 3.0.0-dev.32: digest: sha256:2e20c1d3a7863215df920e89cfe4214b64899d138e3748744e46f343b2b51529 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:45.343Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:45.648Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:45.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-02T22:44:45.648Z] 95652370f3eb: Preparing [2023-02-02T22:44:45.648Z] 2bdc6c477ff9: Preparing [2023-02-02T22:44:45.648Z] ba3184193a60: Preparing [2023-02-02T22:44:45.648Z] 192670a2dcb8: Preparing [2023-02-02T22:44:45.648Z] 7ea159d16464: Preparing [2023-02-02T22:44:45.648Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:45.648Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:45.648Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:45.648Z] 2bdc6c477ff9: Layer already exists [2023-02-02T22:44:45.648Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:45.648Z] ba3184193a60: Layer already exists [2023-02-02T22:44:45.648Z] 95652370f3eb: Layer already exists [2023-02-02T22:44:45.648Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:45.648Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:2e20c1d3a7863215df920e89cfe4214b64899d138e3748744e46f343b2b51529 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:45.953Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:46.255Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-02-02T22:44:46.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-02-02T22:44:46.256Z] 95652370f3eb: Preparing [2023-02-02T22:44:46.256Z] 2bdc6c477ff9: Preparing [2023-02-02T22:44:46.256Z] ba3184193a60: Preparing [2023-02-02T22:44:46.256Z] 192670a2dcb8: Preparing [2023-02-02T22:44:46.256Z] 7ea159d16464: Preparing [2023-02-02T22:44:46.256Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:46.256Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:46.256Z] ba3184193a60: Layer already exists [2023-02-02T22:44:46.256Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:46.256Z] 95652370f3eb: Layer already exists [2023-02-02T22:44:46.256Z] 2bdc6c477ff9: Layer already exists [2023-02-02T22:44:46.256Z] 7ea159d16464: Layer already exists [2023-02-02T22:44:46.256Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:46.256Z] main: digest: sha256:2e20c1d3a7863215df920e89cfe4214b64899d138e3748744e46f343b2b51529 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:44:46.288Z] ===================================================== [Pipeline] echo [2023-02-02T22:44:46.294Z] taggedImages: [2023-02-02T22:44:46.294Z] - nexus3.edgexfoundry.org:10004/core-metadata:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:46.294Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-02-02T22:44:46.294Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.32 [2023-02-02T22:44:46.294Z] - nexus3.edgexfoundry.org:10004/core-metadata:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:46.294Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-02-02T22:44:46.308Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-02-02T22:44:46.308Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:46.308Z] latest [2023-02-02T22:44:46.308Z] 3.0.0-dev.32 [2023-02-02T22:44:46.308Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:46.308Z] main [2023-02-02T22:44:46.308Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:46.610Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:46.915Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:46.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-02T22:44:46.916Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:46.916Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:46.916Z] 5c42c58bd7c0: Preparing [2023-02-02T22:44:46.916Z] 34c9e67d212b: Preparing [2023-02-02T22:44:46.916Z] 8673af37d8cc: Preparing [2023-02-02T22:44:46.916Z] 189c4299cef5: Preparing [2023-02-02T22:44:46.916Z] f6f5c8ec1117: Preparing [2023-02-02T22:44:46.916Z] 192670a2dcb8: Preparing [2023-02-02T22:44:46.916Z] 560f619c84d2: Preparing [2023-02-02T22:44:46.916Z] 58a470c44309: Preparing [2023-02-02T22:44:46.916Z] 4597216c0375: Preparing [2023-02-02T22:44:46.916Z] f8e7233e8899: Preparing [2023-02-02T22:44:46.916Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:46.916Z] 58a470c44309: Waiting [2023-02-02T22:44:46.916Z] f6f5c8ec1117: Waiting [2023-02-02T22:44:46.916Z] 192670a2dcb8: Waiting [2023-02-02T22:44:46.916Z] 560f619c84d2: Waiting [2023-02-02T22:44:46.916Z] 4597216c0375: Waiting [2023-02-02T22:44:46.916Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:46.916Z] f8e7233e8899: Waiting [2023-02-02T22:44:46.916Z] 8673af37d8cc: Pushed [2023-02-02T22:44:46.916Z] 5c42c58bd7c0: Pushed [2023-02-02T22:44:46.916Z] 189c4299cef5: Pushed [2023-02-02T22:44:46.916Z] 0022b7b9fc7a: Pushed [2023-02-02T22:44:46.916Z] 34c9e67d212b: Pushed [2023-02-02T22:44:46.916Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:47.174Z] f8e7233e8899: Pushed [2023-02-02T22:44:47.174Z] 4597216c0375: Pushed [2023-02-02T22:44:47.174Z] 560f619c84d2: Pushed [2023-02-02T22:44:47.174Z] 58a470c44309: Pushed [2023-02-02T22:44:47.174Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:49.080Z] f6f5c8ec1117: Pushed [2023-02-02T22:44:49.081Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:13b5ccfeacefb3534789ffd55220e031a74e2396eb8890d069d6e01cf67905b9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:49.388Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:49.695Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-02T22:44:49.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-02T22:44:49.696Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:49.696Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:49.696Z] 5c42c58bd7c0: Preparing [2023-02-02T22:44:49.696Z] 34c9e67d212b: Preparing [2023-02-02T22:44:49.696Z] 8673af37d8cc: Preparing [2023-02-02T22:44:49.696Z] 189c4299cef5: Preparing [2023-02-02T22:44:49.696Z] f6f5c8ec1117: Preparing [2023-02-02T22:44:49.696Z] 192670a2dcb8: Preparing [2023-02-02T22:44:49.696Z] 560f619c84d2: Preparing [2023-02-02T22:44:49.696Z] 58a470c44309: Preparing [2023-02-02T22:44:49.696Z] 4597216c0375: Preparing [2023-02-02T22:44:49.696Z] f8e7233e8899: Preparing [2023-02-02T22:44:49.696Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:49.696Z] 560f619c84d2: Waiting [2023-02-02T22:44:49.696Z] 192670a2dcb8: Waiting [2023-02-02T22:44:49.696Z] 58a470c44309: Waiting [2023-02-02T22:44:49.696Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:49.696Z] 4597216c0375: Waiting [2023-02-02T22:44:49.696Z] f8e7233e8899: Waiting [2023-02-02T22:44:49.696Z] f6f5c8ec1117: Waiting [2023-02-02T22:44:49.696Z] 8673af37d8cc: Layer already exists [2023-02-02T22:44:49.696Z] 5c42c58bd7c0: Layer already exists [2023-02-02T22:44:49.696Z] 34c9e67d212b: Layer already exists [2023-02-02T22:44:49.696Z] 189c4299cef5: Layer already exists [2023-02-02T22:44:49.696Z] 0022b7b9fc7a: Layer already exists [2023-02-02T22:44:49.696Z] f6f5c8ec1117: Layer already exists [2023-02-02T22:44:49.696Z] 560f619c84d2: Layer already exists [2023-02-02T22:44:49.696Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:49.696Z] 58a470c44309: Layer already exists [2023-02-02T22:44:49.696Z] 4597216c0375: Layer already exists [2023-02-02T22:44:49.696Z] f8e7233e8899: Layer already exists [2023-02-02T22:44:49.696Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:49.696Z] latest: digest: sha256:13b5ccfeacefb3534789ffd55220e031a74e2396eb8890d069d6e01cf67905b9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:50.009Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:50.311Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.32 [2023-02-02T22:44:50.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-02T22:44:50.311Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:50.311Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:50.311Z] 5c42c58bd7c0: Preparing [2023-02-02T22:44:50.311Z] 34c9e67d212b: Preparing [2023-02-02T22:44:50.311Z] 8673af37d8cc: Preparing [2023-02-02T22:44:50.311Z] 189c4299cef5: Preparing [2023-02-02T22:44:50.311Z] f6f5c8ec1117: Preparing [2023-02-02T22:44:50.311Z] 192670a2dcb8: Preparing [2023-02-02T22:44:50.311Z] 560f619c84d2: Preparing [2023-02-02T22:44:50.311Z] 58a470c44309: Preparing [2023-02-02T22:44:50.311Z] 4597216c0375: Preparing [2023-02-02T22:44:50.311Z] f8e7233e8899: Preparing [2023-02-02T22:44:50.311Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:50.311Z] 58a470c44309: Waiting [2023-02-02T22:44:50.311Z] f6f5c8ec1117: Waiting [2023-02-02T22:44:50.311Z] 4597216c0375: Waiting [2023-02-02T22:44:50.311Z] 192670a2dcb8: Waiting [2023-02-02T22:44:50.311Z] 560f619c84d2: Waiting [2023-02-02T22:44:50.311Z] 189c4299cef5: Layer already exists [2023-02-02T22:44:50.311Z] 34c9e67d212b: Layer already exists [2023-02-02T22:44:50.311Z] 5c42c58bd7c0: Layer already exists [2023-02-02T22:44:50.311Z] 0022b7b9fc7a: Layer already exists [2023-02-02T22:44:50.311Z] 8673af37d8cc: Layer already exists [2023-02-02T22:44:50.311Z] 560f619c84d2: Layer already exists [2023-02-02T22:44:50.311Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:50.311Z] 58a470c44309: Layer already exists [2023-02-02T22:44:50.311Z] 4597216c0375: Layer already exists [2023-02-02T22:44:50.311Z] f6f5c8ec1117: Layer already exists [2023-02-02T22:44:50.311Z] f8e7233e8899: Layer already exists [2023-02-02T22:44:50.311Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:50.311Z] 3.0.0-dev.32: digest: sha256:13b5ccfeacefb3534789ffd55220e031a74e2396eb8890d069d6e01cf67905b9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:50.615Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:50.914Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:50.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-02T22:44:50.914Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:50.914Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:50.914Z] 5c42c58bd7c0: Preparing [2023-02-02T22:44:50.914Z] 34c9e67d212b: Preparing [2023-02-02T22:44:50.914Z] 8673af37d8cc: Preparing [2023-02-02T22:44:50.914Z] 189c4299cef5: Preparing [2023-02-02T22:44:50.914Z] f6f5c8ec1117: Preparing [2023-02-02T22:44:50.914Z] 192670a2dcb8: Preparing [2023-02-02T22:44:50.914Z] 560f619c84d2: Preparing [2023-02-02T22:44:50.914Z] 58a470c44309: Preparing [2023-02-02T22:44:50.914Z] 4597216c0375: Preparing [2023-02-02T22:44:50.914Z] f8e7233e8899: Preparing [2023-02-02T22:44:50.914Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:50.914Z] 560f619c84d2: Waiting [2023-02-02T22:44:50.914Z] f6f5c8ec1117: Waiting [2023-02-02T22:44:50.914Z] 58a470c44309: Waiting [2023-02-02T22:44:50.914Z] f8e7233e8899: Waiting [2023-02-02T22:44:50.914Z] 8673af37d8cc: Layer already exists [2023-02-02T22:44:50.914Z] 0022b7b9fc7a: Layer already exists [2023-02-02T22:44:50.914Z] 5c42c58bd7c0: Layer already exists [2023-02-02T22:44:50.914Z] 34c9e67d212b: Layer already exists [2023-02-02T22:44:50.914Z] 189c4299cef5: Layer already exists [2023-02-02T22:44:50.914Z] f6f5c8ec1117: Layer already exists [2023-02-02T22:44:50.914Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:50.914Z] 58a470c44309: Layer already exists [2023-02-02T22:44:50.914Z] 560f619c84d2: Layer already exists [2023-02-02T22:44:50.914Z] 4597216c0375: Layer already exists [2023-02-02T22:44:50.914Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:50.914Z] f8e7233e8899: Layer already exists [2023-02-02T22:44:50.914Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:13b5ccfeacefb3534789ffd55220e031a74e2396eb8890d069d6e01cf67905b9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:51.215Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:51.513Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-02-02T22:44:51.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-02-02T22:44:51.513Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:51.513Z] 0022b7b9fc7a: Preparing [2023-02-02T22:44:51.513Z] 5c42c58bd7c0: Preparing [2023-02-02T22:44:51.513Z] 34c9e67d212b: Preparing [2023-02-02T22:44:51.513Z] 8673af37d8cc: Preparing [2023-02-02T22:44:51.513Z] 189c4299cef5: Preparing [2023-02-02T22:44:51.513Z] f6f5c8ec1117: Preparing [2023-02-02T22:44:51.513Z] 192670a2dcb8: Preparing [2023-02-02T22:44:51.513Z] 560f619c84d2: Preparing [2023-02-02T22:44:51.513Z] 58a470c44309: Preparing [2023-02-02T22:44:51.513Z] 4597216c0375: Preparing [2023-02-02T22:44:51.513Z] f8e7233e8899: Preparing [2023-02-02T22:44:51.513Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:51.513Z] f8e7233e8899: Waiting [2023-02-02T22:44:51.513Z] 560f619c84d2: Waiting [2023-02-02T22:44:51.513Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:51.513Z] 58a470c44309: Waiting [2023-02-02T22:44:51.513Z] 4597216c0375: Waiting [2023-02-02T22:44:51.513Z] 192670a2dcb8: Waiting [2023-02-02T22:44:51.513Z] 8673af37d8cc: Layer already exists [2023-02-02T22:44:51.513Z] 189c4299cef5: Layer already exists [2023-02-02T22:44:51.513Z] 34c9e67d212b: Layer already exists [2023-02-02T22:44:51.513Z] 5c42c58bd7c0: Layer already exists [2023-02-02T22:44:51.513Z] 0022b7b9fc7a: Layer already exists [2023-02-02T22:44:51.513Z] f6f5c8ec1117: Layer already exists [2023-02-02T22:44:51.513Z] 192670a2dcb8: Layer already exists [2023-02-02T22:44:51.513Z] 560f619c84d2: Layer already exists [2023-02-02T22:44:51.513Z] 58a470c44309: Layer already exists [2023-02-02T22:44:51.513Z] 4597216c0375: Layer already exists [2023-02-02T22:44:51.513Z] f8e7233e8899: Layer already exists [2023-02-02T22:44:51.513Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:51.513Z] main: digest: sha256:13b5ccfeacefb3534789ffd55220e031a74e2396eb8890d069d6e01cf67905b9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:44:51.547Z] ===================================================== [Pipeline] echo [2023-02-02T22:44:51.553Z] taggedImages: [2023-02-02T22:44:51.553Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:51.553Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-02-02T22:44:51.553Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.32 [2023-02-02T22:44:51.553Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:51.553Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-02-02T22:44:51.567Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-02-02T22:44:51.567Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:51.567Z] latest [2023-02-02T22:44:51.567Z] 3.0.0-dev.32 [2023-02-02T22:44:51.567Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:51.567Z] main [2023-02-02T22:44:51.567Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:51.867Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:52.165Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:52.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-02T22:44:52.165Z] 73b38e66c1f4: Preparing [2023-02-02T22:44:52.165Z] 36580984c2bd: Preparing [2023-02-02T22:44:52.165Z] 34475c2c78b0: Preparing [2023-02-02T22:44:52.165Z] 9ef694cf6638: Preparing [2023-02-02T22:44:52.165Z] 99e6451cd77e: Preparing [2023-02-02T22:44:52.165Z] a657b6c61b08: Preparing [2023-02-02T22:44:52.165Z] 5b6c0707ffaf: Preparing [2023-02-02T22:44:52.165Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:52.165Z] a657b6c61b08: Waiting [2023-02-02T22:44:52.165Z] 5b6c0707ffaf: Waiting [2023-02-02T22:44:52.165Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:52.165Z] 36580984c2bd: Pushed [2023-02-02T22:44:52.165Z] 73b38e66c1f4: Pushed [2023-02-02T22:44:52.165Z] 99e6451cd77e: Pushed [2023-02-02T22:44:52.165Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:52.427Z] a657b6c61b08: Pushed [2023-02-02T22:44:52.685Z] 5b6c0707ffaf: Pushed [2023-02-02T22:44:53.278Z] 34475c2c78b0: Pushed [2023-02-02T22:44:53.278Z] 9ef694cf6638: Pushed [2023-02-02T22:44:53.535Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:d7add6b8fbe77b6b9b2b39d7dbafca7ed3157a51dd38731008d16dfb198bb121 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:53.834Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:54.130Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-02T22:44:54.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-02T22:44:54.131Z] 73b38e66c1f4: Preparing [2023-02-02T22:44:54.131Z] 36580984c2bd: Preparing [2023-02-02T22:44:54.131Z] 34475c2c78b0: Preparing [2023-02-02T22:44:54.131Z] 9ef694cf6638: Preparing [2023-02-02T22:44:54.131Z] 99e6451cd77e: Preparing [2023-02-02T22:44:54.131Z] a657b6c61b08: Preparing [2023-02-02T22:44:54.131Z] 5b6c0707ffaf: Preparing [2023-02-02T22:44:54.131Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:54.131Z] a657b6c61b08: Waiting [2023-02-02T22:44:54.131Z] 5b6c0707ffaf: Waiting [2023-02-02T22:44:54.131Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:54.131Z] 34475c2c78b0: Layer already exists [2023-02-02T22:44:54.131Z] 9ef694cf6638: Layer already exists [2023-02-02T22:44:54.131Z] 99e6451cd77e: Layer already exists [2023-02-02T22:44:54.131Z] 73b38e66c1f4: Layer already exists [2023-02-02T22:44:54.131Z] 36580984c2bd: Layer already exists [2023-02-02T22:44:54.131Z] a657b6c61b08: Layer already exists [2023-02-02T22:44:54.131Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:54.131Z] 5b6c0707ffaf: Layer already exists [2023-02-02T22:44:54.131Z] latest: digest: sha256:d7add6b8fbe77b6b9b2b39d7dbafca7ed3157a51dd38731008d16dfb198bb121 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:54.447Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:54.758Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.32 [2023-02-02T22:44:54.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-02T22:44:54.758Z] 73b38e66c1f4: Preparing [2023-02-02T22:44:54.758Z] 36580984c2bd: Preparing [2023-02-02T22:44:54.758Z] 34475c2c78b0: Preparing [2023-02-02T22:44:54.758Z] 9ef694cf6638: Preparing [2023-02-02T22:44:54.758Z] 99e6451cd77e: Preparing [2023-02-02T22:44:54.758Z] a657b6c61b08: Preparing [2023-02-02T22:44:54.758Z] 5b6c0707ffaf: Preparing [2023-02-02T22:44:54.758Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:54.758Z] a657b6c61b08: Waiting [2023-02-02T22:44:54.758Z] 5b6c0707ffaf: Waiting [2023-02-02T22:44:54.758Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:54.758Z] 73b38e66c1f4: Layer already exists [2023-02-02T22:44:54.758Z] 99e6451cd77e: Layer already exists [2023-02-02T22:44:54.758Z] 34475c2c78b0: Layer already exists [2023-02-02T22:44:54.758Z] 9ef694cf6638: Layer already exists [2023-02-02T22:44:54.758Z] 36580984c2bd: Layer already exists [2023-02-02T22:44:54.758Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:54.758Z] a657b6c61b08: Layer already exists [2023-02-02T22:44:54.758Z] 5b6c0707ffaf: Layer already exists [2023-02-02T22:44:54.758Z] 3.0.0-dev.32: digest: sha256:d7add6b8fbe77b6b9b2b39d7dbafca7ed3157a51dd38731008d16dfb198bb121 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:55.067Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:55.383Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:55.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-02T22:44:55.383Z] 73b38e66c1f4: Preparing [2023-02-02T22:44:55.383Z] 36580984c2bd: Preparing [2023-02-02T22:44:55.383Z] 34475c2c78b0: Preparing [2023-02-02T22:44:55.383Z] 9ef694cf6638: Preparing [2023-02-02T22:44:55.383Z] 99e6451cd77e: Preparing [2023-02-02T22:44:55.383Z] a657b6c61b08: Preparing [2023-02-02T22:44:55.383Z] 5b6c0707ffaf: Preparing [2023-02-02T22:44:55.383Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:55.383Z] a657b6c61b08: Waiting [2023-02-02T22:44:55.383Z] 5b6c0707ffaf: Waiting [2023-02-02T22:44:55.383Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:55.383Z] 36580984c2bd: Layer already exists [2023-02-02T22:44:55.383Z] 9ef694cf6638: Layer already exists [2023-02-02T22:44:55.383Z] 73b38e66c1f4: Layer already exists [2023-02-02T22:44:55.383Z] 99e6451cd77e: Layer already exists [2023-02-02T22:44:55.383Z] 34475c2c78b0: Layer already exists [2023-02-02T22:44:55.383Z] a657b6c61b08: Layer already exists [2023-02-02T22:44:55.383Z] 5b6c0707ffaf: Layer already exists [2023-02-02T22:44:55.383Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:55.383Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:d7add6b8fbe77b6b9b2b39d7dbafca7ed3157a51dd38731008d16dfb198bb121 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:55.698Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:56.007Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-02-02T22:44:56.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-02-02T22:44:56.007Z] 73b38e66c1f4: Preparing [2023-02-02T22:44:56.007Z] 36580984c2bd: Preparing [2023-02-02T22:44:56.007Z] 34475c2c78b0: Preparing [2023-02-02T22:44:56.007Z] 9ef694cf6638: Preparing [2023-02-02T22:44:56.007Z] 99e6451cd77e: Preparing [2023-02-02T22:44:56.007Z] a657b6c61b08: Preparing [2023-02-02T22:44:56.007Z] 5b6c0707ffaf: Preparing [2023-02-02T22:44:56.007Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:56.007Z] a657b6c61b08: Waiting [2023-02-02T22:44:56.007Z] 5b6c0707ffaf: Waiting [2023-02-02T22:44:56.007Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:56.007Z] 34475c2c78b0: Layer already exists [2023-02-02T22:44:56.007Z] 73b38e66c1f4: Layer already exists [2023-02-02T22:44:56.007Z] 36580984c2bd: Layer already exists [2023-02-02T22:44:56.007Z] 9ef694cf6638: Layer already exists [2023-02-02T22:44:56.007Z] 99e6451cd77e: Layer already exists [2023-02-02T22:44:56.007Z] 5b6c0707ffaf: Layer already exists [2023-02-02T22:44:56.007Z] a657b6c61b08: Layer already exists [2023-02-02T22:44:56.007Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:56.007Z] main: digest: sha256:d7add6b8fbe77b6b9b2b39d7dbafca7ed3157a51dd38731008d16dfb198bb121 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:44:56.053Z] ===================================================== [Pipeline] echo [2023-02-02T22:44:56.064Z] taggedImages: [2023-02-02T22:44:56.064Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:56.064Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-02-02T22:44:56.064Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.32 [2023-02-02T22:44:56.064Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:56.064Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-02-02T22:44:56.085Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-02-02T22:44:56.085Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:56.085Z] latest [2023-02-02T22:44:56.085Z] 3.0.0-dev.32 [2023-02-02T22:44:56.085Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:44:56.085Z] main [2023-02-02T22:44:56.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:56.398Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:56.712Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:44:56.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-02T22:44:56.712Z] 5d1a27a1a736: Preparing [2023-02-02T22:44:56.712Z] 0f902014547a: Preparing [2023-02-02T22:44:56.712Z] 68798a82843f: Preparing [2023-02-02T22:44:56.712Z] 625b5e17f607: Preparing [2023-02-02T22:44:56.712Z] c34f9fecd0a6: Preparing [2023-02-02T22:44:56.712Z] ae328937e756: Preparing [2023-02-02T22:44:56.712Z] 4659c4decc11: Preparing [2023-02-02T22:44:56.712Z] 7f9088fd7996: Preparing [2023-02-02T22:44:56.712Z] 89acde04e864: Preparing [2023-02-02T22:44:56.712Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:56.712Z] 89acde04e864: Waiting [2023-02-02T22:44:56.712Z] ae328937e756: Waiting [2023-02-02T22:44:56.712Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:56.712Z] 7f9088fd7996: Waiting [2023-02-02T22:44:56.712Z] c34f9fecd0a6: Pushed [2023-02-02T22:44:56.712Z] 5d1a27a1a736: Pushed [2023-02-02T22:44:56.712Z] 0f902014547a: Pushed [2023-02-02T22:44:56.972Z] 7f9088fd7996: Pushed [2023-02-02T22:44:56.972Z] 4659c4decc11: Pushed [2023-02-02T22:44:56.973Z] ae328937e756: Pushed [2023-02-02T22:44:56.973Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:56.973Z] 89acde04e864: Pushed [2023-02-02T22:44:57.910Z] 625b5e17f607: Pushed [2023-02-02T22:44:58.170Z] 68798a82843f: Pushed [2023-02-02T22:44:58.428Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:c6a5b9050a253a5bb99c5485feb926e0f38cfd34ee69168cc9584df765bb300e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:58.744Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:59.053Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-02T22:44:59.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-02T22:44:59.053Z] 5d1a27a1a736: Preparing [2023-02-02T22:44:59.053Z] 0f902014547a: Preparing [2023-02-02T22:44:59.053Z] 68798a82843f: Preparing [2023-02-02T22:44:59.053Z] 625b5e17f607: Preparing [2023-02-02T22:44:59.053Z] c34f9fecd0a6: Preparing [2023-02-02T22:44:59.053Z] ae328937e756: Preparing [2023-02-02T22:44:59.053Z] 4659c4decc11: Preparing [2023-02-02T22:44:59.053Z] 7f9088fd7996: Preparing [2023-02-02T22:44:59.053Z] 89acde04e864: Preparing [2023-02-02T22:44:59.053Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:59.053Z] 4659c4decc11: Waiting [2023-02-02T22:44:59.053Z] ae328937e756: Waiting [2023-02-02T22:44:59.053Z] 7f9088fd7996: Waiting [2023-02-02T22:44:59.053Z] 89acde04e864: Waiting [2023-02-02T22:44:59.053Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:59.053Z] c34f9fecd0a6: Layer already exists [2023-02-02T22:44:59.053Z] 625b5e17f607: Layer already exists [2023-02-02T22:44:59.053Z] 0f902014547a: Layer already exists [2023-02-02T22:44:59.053Z] 68798a82843f: Layer already exists [2023-02-02T22:44:59.053Z] 5d1a27a1a736: Layer already exists [2023-02-02T22:44:59.053Z] ae328937e756: Layer already exists [2023-02-02T22:44:59.053Z] 4659c4decc11: Layer already exists [2023-02-02T22:44:59.053Z] 89acde04e864: Layer already exists [2023-02-02T22:44:59.053Z] 7f9088fd7996: Layer already exists [2023-02-02T22:44:59.053Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:59.053Z] latest: digest: sha256:c6a5b9050a253a5bb99c5485feb926e0f38cfd34ee69168cc9584df765bb300e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:59.364Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:59.666Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.32 [2023-02-02T22:44:59.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-02T22:44:59.666Z] 5d1a27a1a736: Preparing [2023-02-02T22:44:59.666Z] 0f902014547a: Preparing [2023-02-02T22:44:59.666Z] 68798a82843f: Preparing [2023-02-02T22:44:59.666Z] 625b5e17f607: Preparing [2023-02-02T22:44:59.666Z] c34f9fecd0a6: Preparing [2023-02-02T22:44:59.666Z] ae328937e756: Preparing [2023-02-02T22:44:59.666Z] 4659c4decc11: Preparing [2023-02-02T22:44:59.666Z] 7f9088fd7996: Preparing [2023-02-02T22:44:59.666Z] ae328937e756: Waiting [2023-02-02T22:44:59.666Z] 4659c4decc11: Waiting [2023-02-02T22:44:59.666Z] 89acde04e864: Preparing [2023-02-02T22:44:59.666Z] e5e13b0c77cb: Preparing [2023-02-02T22:44:59.666Z] 7f9088fd7996: Waiting [2023-02-02T22:44:59.666Z] e5e13b0c77cb: Waiting [2023-02-02T22:44:59.666Z] 0f902014547a: Layer already exists [2023-02-02T22:44:59.666Z] c34f9fecd0a6: Layer already exists [2023-02-02T22:44:59.666Z] 68798a82843f: Layer already exists [2023-02-02T22:44:59.666Z] 5d1a27a1a736: Layer already exists [2023-02-02T22:44:59.666Z] 625b5e17f607: Layer already exists [2023-02-02T22:44:59.666Z] 4659c4decc11: Layer already exists [2023-02-02T22:44:59.666Z] ae328937e756: Layer already exists [2023-02-02T22:44:59.666Z] 7f9088fd7996: Layer already exists [2023-02-02T22:44:59.666Z] 89acde04e864: Layer already exists [2023-02-02T22:44:59.666Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:44:59.666Z] 3.0.0-dev.32: digest: sha256:c6a5b9050a253a5bb99c5485feb926e0f38cfd34ee69168cc9584df765bb300e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:44:59.990Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:00.304Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:00.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-02T22:45:00.304Z] 5d1a27a1a736: Preparing [2023-02-02T22:45:00.304Z] 0f902014547a: Preparing [2023-02-02T22:45:00.304Z] 68798a82843f: Preparing [2023-02-02T22:45:00.304Z] 625b5e17f607: Preparing [2023-02-02T22:45:00.304Z] c34f9fecd0a6: Preparing [2023-02-02T22:45:00.304Z] ae328937e756: Preparing [2023-02-02T22:45:00.304Z] 4659c4decc11: Preparing [2023-02-02T22:45:00.304Z] 7f9088fd7996: Preparing [2023-02-02T22:45:00.304Z] 89acde04e864: Preparing [2023-02-02T22:45:00.304Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:00.304Z] ae328937e756: Waiting [2023-02-02T22:45:00.304Z] e5e13b0c77cb: Waiting [2023-02-02T22:45:00.304Z] 89acde04e864: Waiting [2023-02-02T22:45:00.304Z] 4659c4decc11: Waiting [2023-02-02T22:45:00.304Z] 7f9088fd7996: Waiting [2023-02-02T22:45:00.304Z] 68798a82843f: Layer already exists [2023-02-02T22:45:00.304Z] 625b5e17f607: Layer already exists [2023-02-02T22:45:00.304Z] 0f902014547a: Layer already exists [2023-02-02T22:45:00.304Z] c34f9fecd0a6: Layer already exists [2023-02-02T22:45:00.304Z] 5d1a27a1a736: Layer already exists [2023-02-02T22:45:00.304Z] ae328937e756: Layer already exists [2023-02-02T22:45:00.304Z] 7f9088fd7996: Layer already exists [2023-02-02T22:45:00.304Z] 4659c4decc11: Layer already exists [2023-02-02T22:45:00.304Z] 89acde04e864: Layer already exists [2023-02-02T22:45:00.304Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:00.304Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:c6a5b9050a253a5bb99c5485feb926e0f38cfd34ee69168cc9584df765bb300e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:00.627Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:00.937Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-02-02T22:45:00.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-02-02T22:45:00.937Z] 5d1a27a1a736: Preparing [2023-02-02T22:45:00.937Z] 0f902014547a: Preparing [2023-02-02T22:45:00.937Z] 68798a82843f: Preparing [2023-02-02T22:45:00.937Z] 625b5e17f607: Preparing [2023-02-02T22:45:00.937Z] c34f9fecd0a6: Preparing [2023-02-02T22:45:00.937Z] ae328937e756: Preparing [2023-02-02T22:45:00.938Z] 4659c4decc11: Preparing [2023-02-02T22:45:00.938Z] 7f9088fd7996: Preparing [2023-02-02T22:45:00.938Z] 89acde04e864: Preparing [2023-02-02T22:45:00.938Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:00.938Z] 4659c4decc11: Waiting [2023-02-02T22:45:00.938Z] 7f9088fd7996: Waiting [2023-02-02T22:45:00.938Z] 89acde04e864: Waiting [2023-02-02T22:45:00.938Z] e5e13b0c77cb: Waiting [2023-02-02T22:45:00.938Z] 68798a82843f: Layer already exists [2023-02-02T22:45:00.938Z] 5d1a27a1a736: Layer already exists [2023-02-02T22:45:00.938Z] 0f902014547a: Layer already exists [2023-02-02T22:45:00.938Z] c34f9fecd0a6: Layer already exists [2023-02-02T22:45:00.938Z] 625b5e17f607: Layer already exists [2023-02-02T22:45:00.938Z] ae328937e756: Layer already exists [2023-02-02T22:45:00.938Z] 7f9088fd7996: Layer already exists [2023-02-02T22:45:00.938Z] 89acde04e864: Layer already exists [2023-02-02T22:45:00.938Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:00.938Z] 4659c4decc11: Layer already exists [2023-02-02T22:45:00.938Z] main: digest: sha256:c6a5b9050a253a5bb99c5485feb926e0f38cfd34ee69168cc9584df765bb300e size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:45:00.975Z] ===================================================== [Pipeline] echo [2023-02-02T22:45:00.981Z] taggedImages: [2023-02-02T22:45:00.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:00.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-02-02T22:45:00.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.32 [2023-02-02T22:45:00.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:00.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-02-02T22:45:01.003Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-02-02T22:45:01.003Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:01.003Z] latest [2023-02-02T22:45:01.003Z] 3.0.0-dev.32 [2023-02-02T22:45:01.003Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:01.003Z] main [2023-02-02T22:45:01.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:01.323Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:01.633Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:01.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-02T22:45:01.633Z] 396e4af6ffe0: Preparing [2023-02-02T22:45:01.633Z] da94b0c62f75: Preparing [2023-02-02T22:45:01.633Z] 192670a2dcb8: Preparing [2023-02-02T22:45:01.633Z] 752cd776e238: Preparing [2023-02-02T22:45:01.633Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:01.633Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:01.633Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:01.633Z] 396e4af6ffe0: Pushed [2023-02-02T22:45:02.205Z] 752cd776e238: Pushed [2023-02-02T22:45:03.580Z] da94b0c62f75: Pushed [2023-02-02T22:45:03.838Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:85d6ddb51f7260f3bea310b94d7ae00fc909e9faba423c03eb9ae5b6e479f188 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:04.152Z] + 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-02-02T22:45:04.460Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-02T22:45:04.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-02T22:45:04.460Z] 396e4af6ffe0: Preparing [2023-02-02T22:45:04.460Z] da94b0c62f75: Preparing [2023-02-02T22:45:04.460Z] 192670a2dcb8: Preparing [2023-02-02T22:45:04.460Z] 752cd776e238: Preparing [2023-02-02T22:45:04.460Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:04.460Z] da94b0c62f75: Layer already exists [2023-02-02T22:45:04.460Z] 396e4af6ffe0: Layer already exists [2023-02-02T22:45:04.460Z] 752cd776e238: Layer already exists [2023-02-02T22:45:04.460Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:04.460Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:04.460Z] latest: digest: sha256:85d6ddb51f7260f3bea310b94d7ae00fc909e9faba423c03eb9ae5b6e479f188 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:04.775Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:05.086Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.32 [2023-02-02T22:45:05.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-02T22:45:05.086Z] 396e4af6ffe0: Preparing [2023-02-02T22:45:05.086Z] da94b0c62f75: Preparing [2023-02-02T22:45:05.086Z] 192670a2dcb8: Preparing [2023-02-02T22:45:05.086Z] 752cd776e238: Preparing [2023-02-02T22:45:05.086Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:05.086Z] 396e4af6ffe0: Layer already exists [2023-02-02T22:45:05.086Z] 752cd776e238: Layer already exists [2023-02-02T22:45:05.086Z] da94b0c62f75: Layer already exists [2023-02-02T22:45:05.086Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:05.086Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:05.086Z] 3.0.0-dev.32: digest: sha256:85d6ddb51f7260f3bea310b94d7ae00fc909e9faba423c03eb9ae5b6e479f188 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:05.391Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:05.694Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:05.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-02T22:45:05.694Z] 396e4af6ffe0: Preparing [2023-02-02T22:45:05.694Z] da94b0c62f75: Preparing [2023-02-02T22:45:05.694Z] 192670a2dcb8: Preparing [2023-02-02T22:45:05.694Z] 752cd776e238: Preparing [2023-02-02T22:45:05.694Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:05.694Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:05.694Z] 752cd776e238: Layer already exists [2023-02-02T22:45:05.694Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:05.694Z] da94b0c62f75: Layer already exists [2023-02-02T22:45:05.694Z] 396e4af6ffe0: Layer already exists [2023-02-02T22:45:05.694Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:85d6ddb51f7260f3bea310b94d7ae00fc909e9faba423c03eb9ae5b6e479f188 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:05.998Z] + 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-02-02T22:45:06.300Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-02-02T22:45:06.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-02-02T22:45:06.300Z] 396e4af6ffe0: Preparing [2023-02-02T22:45:06.300Z] da94b0c62f75: Preparing [2023-02-02T22:45:06.300Z] 192670a2dcb8: Preparing [2023-02-02T22:45:06.300Z] 752cd776e238: Preparing [2023-02-02T22:45:06.300Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:06.300Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:06.300Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:06.300Z] 752cd776e238: Layer already exists [2023-02-02T22:45:06.300Z] da94b0c62f75: Layer already exists [2023-02-02T22:45:06.300Z] 396e4af6ffe0: Layer already exists [2023-02-02T22:45:06.300Z] main: digest: sha256:85d6ddb51f7260f3bea310b94d7ae00fc909e9faba423c03eb9ae5b6e479f188 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:45:06.336Z] ===================================================== [Pipeline] echo [2023-02-02T22:45:06.351Z] taggedImages: [2023-02-02T22:45:06.351Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:06.351Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-02-02T22:45:06.351Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.32 [2023-02-02T22:45:06.351Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:06.351Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-02-02T22:45:06.376Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-02-02T22:45:06.376Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:06.376Z] latest [2023-02-02T22:45:06.376Z] 3.0.0-dev.32 [2023-02-02T22:45:06.376Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:06.376Z] main [2023-02-02T22:45:06.376Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:06.694Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:07.011Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:07.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-02T22:45:07.012Z] c6f66d1d16a8: Preparing [2023-02-02T22:45:07.012Z] 45ec176fc98a: Preparing [2023-02-02T22:45:07.012Z] ced0a3c81f46: Preparing [2023-02-02T22:45:07.012Z] d18d21f506fb: Preparing [2023-02-02T22:45:07.012Z] 61aef700aa9a: Preparing [2023-02-02T22:45:07.012Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:07.012Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:07.012Z] 7bd9aa87f63b: Waiting [2023-02-02T22:45:07.012Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:07.012Z] ced0a3c81f46: Pushed [2023-02-02T22:45:07.012Z] c6f66d1d16a8: Pushed [2023-02-02T22:45:07.012Z] 45ec176fc98a: Pushed [2023-02-02T22:45:07.361Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:08.129Z] 7bd9aa87f63b: Pushed [2023-02-02T22:45:11.422Z] 61aef700aa9a: Pushed [2023-02-02T22:45:13.959Z] d18d21f506fb: Pushed [2023-02-02T22:45:14.217Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:367945ad9b31b1baa96874774f6444ae9d060dc44c2c79f9c01b3cce3d17ff49 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:14.532Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:14.834Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-02T22:45:14.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-02T22:45:14.834Z] c6f66d1d16a8: Preparing [2023-02-02T22:45:14.834Z] 45ec176fc98a: Preparing [2023-02-02T22:45:14.834Z] ced0a3c81f46: Preparing [2023-02-02T22:45:14.834Z] d18d21f506fb: Preparing [2023-02-02T22:45:14.834Z] 61aef700aa9a: Preparing [2023-02-02T22:45:14.834Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:14.834Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:14.834Z] 7bd9aa87f63b: Waiting [2023-02-02T22:45:14.834Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:14.834Z] 61aef700aa9a: Layer already exists [2023-02-02T22:45:14.834Z] c6f66d1d16a8: Layer already exists [2023-02-02T22:45:14.834Z] d18d21f506fb: Layer already exists [2023-02-02T22:45:14.834Z] 45ec176fc98a: Layer already exists [2023-02-02T22:45:14.834Z] ced0a3c81f46: Layer already exists [2023-02-02T22:45:14.834Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:14.834Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:14.834Z] latest: digest: sha256:367945ad9b31b1baa96874774f6444ae9d060dc44c2c79f9c01b3cce3d17ff49 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:15.146Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:15.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.32 [2023-02-02T22:45:15.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-02T22:45:15.447Z] c6f66d1d16a8: Preparing [2023-02-02T22:45:15.447Z] 45ec176fc98a: Preparing [2023-02-02T22:45:15.447Z] ced0a3c81f46: Preparing [2023-02-02T22:45:15.447Z] d18d21f506fb: Preparing [2023-02-02T22:45:15.447Z] 61aef700aa9a: Preparing [2023-02-02T22:45:15.447Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:15.447Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:15.447Z] 7bd9aa87f63b: Waiting [2023-02-02T22:45:15.447Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:15.448Z] 45ec176fc98a: Layer already exists [2023-02-02T22:45:15.448Z] ced0a3c81f46: Layer already exists [2023-02-02T22:45:15.448Z] c6f66d1d16a8: Layer already exists [2023-02-02T22:45:15.448Z] 61aef700aa9a: Layer already exists [2023-02-02T22:45:15.448Z] d18d21f506fb: Layer already exists [2023-02-02T22:45:15.448Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:15.448Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:15.448Z] 3.0.0-dev.32: digest: sha256:367945ad9b31b1baa96874774f6444ae9d060dc44c2c79f9c01b3cce3d17ff49 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:15.755Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:16.059Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:16.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-02T22:45:16.059Z] c6f66d1d16a8: Preparing [2023-02-02T22:45:16.059Z] 45ec176fc98a: Preparing [2023-02-02T22:45:16.059Z] ced0a3c81f46: Preparing [2023-02-02T22:45:16.059Z] d18d21f506fb: Preparing [2023-02-02T22:45:16.059Z] 61aef700aa9a: Preparing [2023-02-02T22:45:16.059Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:16.060Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:16.060Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:16.060Z] 7bd9aa87f63b: Waiting [2023-02-02T22:45:16.060Z] d18d21f506fb: Layer already exists [2023-02-02T22:45:16.060Z] ced0a3c81f46: Layer already exists [2023-02-02T22:45:16.060Z] 45ec176fc98a: Layer already exists [2023-02-02T22:45:16.060Z] c6f66d1d16a8: Layer already exists [2023-02-02T22:45:16.060Z] 61aef700aa9a: Layer already exists [2023-02-02T22:45:16.060Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:16.060Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:16.060Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:367945ad9b31b1baa96874774f6444ae9d060dc44c2c79f9c01b3cce3d17ff49 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:16.365Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:16.668Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-02-02T22:45:16.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-02-02T22:45:16.668Z] c6f66d1d16a8: Preparing [2023-02-02T22:45:16.668Z] 45ec176fc98a: Preparing [2023-02-02T22:45:16.668Z] ced0a3c81f46: Preparing [2023-02-02T22:45:16.668Z] d18d21f506fb: Preparing [2023-02-02T22:45:16.668Z] 61aef700aa9a: Preparing [2023-02-02T22:45:16.668Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:16.668Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:16.668Z] 7bd9aa87f63b: Waiting [2023-02-02T22:45:16.668Z] c6f66d1d16a8: Layer already exists [2023-02-02T22:45:16.668Z] ced0a3c81f46: Layer already exists [2023-02-02T22:45:16.668Z] 45ec176fc98a: Layer already exists [2023-02-02T22:45:16.668Z] d18d21f506fb: Layer already exists [2023-02-02T22:45:16.668Z] 61aef700aa9a: Layer already exists [2023-02-02T22:45:16.668Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:16.668Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:16.668Z] main: digest: sha256:367945ad9b31b1baa96874774f6444ae9d060dc44c2c79f9c01b3cce3d17ff49 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:45:16.712Z] ===================================================== [Pipeline] echo [2023-02-02T22:45:16.720Z] taggedImages: [2023-02-02T22:45:16.720Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:16.720Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-02-02T22:45:16.720Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.32 [2023-02-02T22:45:16.720Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:16.720Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-02-02T22:45:16.739Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-02-02T22:45:16.739Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:16.739Z] latest [2023-02-02T22:45:16.739Z] 3.0.0-dev.32 [2023-02-02T22:45:16.739Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:16.739Z] main [2023-02-02T22:45:16.739Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:17.062Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:17.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:17.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-02T22:45:17.366Z] 1a9b7543f26e: Preparing [2023-02-02T22:45:17.366Z] a16a16375dfc: Preparing [2023-02-02T22:45:17.366Z] 13aa363b17b6: Preparing [2023-02-02T22:45:17.366Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:17.366Z] 7a187612ad47: Preparing [2023-02-02T22:45:17.366Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:17.366Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:17.366Z] a16a16375dfc: Pushed [2023-02-02T22:45:17.366Z] 1a9b7543f26e: Pushed [2023-02-02T22:45:17.366Z] 13aa363b17b6: Pushed [2023-02-02T22:45:17.366Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:17.624Z] 7a187612ad47: Pushed [2023-02-02T22:45:25.766Z] c5c81c10b2d9: Pushed [2023-02-02T22:45:25.767Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:7cd4a4ac159d8a1df0e223c7b73a7e6e02b9e8d47d6257711a04f67b9e864cb5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:26.087Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:26.385Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-02T22:45:26.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-02T22:45:26.385Z] 1a9b7543f26e: Preparing [2023-02-02T22:45:26.385Z] a16a16375dfc: Preparing [2023-02-02T22:45:26.385Z] 13aa363b17b6: Preparing [2023-02-02T22:45:26.385Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:26.385Z] 7a187612ad47: Preparing [2023-02-02T22:45:26.385Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:26.385Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:26.385Z] 7a187612ad47: Layer already exists [2023-02-02T22:45:26.385Z] 13aa363b17b6: Layer already exists [2023-02-02T22:45:26.385Z] a16a16375dfc: Layer already exists [2023-02-02T22:45:26.385Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:26.385Z] 1a9b7543f26e: Layer already exists [2023-02-02T22:45:26.385Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:26.385Z] latest: digest: sha256:7cd4a4ac159d8a1df0e223c7b73a7e6e02b9e8d47d6257711a04f67b9e864cb5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:26.688Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:26.995Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.32 [2023-02-02T22:45:26.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-02T22:45:26.995Z] 1a9b7543f26e: Preparing [2023-02-02T22:45:26.995Z] a16a16375dfc: Preparing [2023-02-02T22:45:26.995Z] 13aa363b17b6: Preparing [2023-02-02T22:45:26.995Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:26.995Z] 7a187612ad47: Preparing [2023-02-02T22:45:26.995Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:26.995Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:26.995Z] 1a9b7543f26e: Layer already exists [2023-02-02T22:45:26.995Z] 13aa363b17b6: Layer already exists [2023-02-02T22:45:26.995Z] a16a16375dfc: Layer already exists [2023-02-02T22:45:26.995Z] 7a187612ad47: Layer already exists [2023-02-02T22:45:26.995Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:26.995Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:26.995Z] 3.0.0-dev.32: digest: sha256:7cd4a4ac159d8a1df0e223c7b73a7e6e02b9e8d47d6257711a04f67b9e864cb5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:27.303Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:27.607Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:27.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-02T22:45:27.607Z] 1a9b7543f26e: Preparing [2023-02-02T22:45:27.607Z] a16a16375dfc: Preparing [2023-02-02T22:45:27.607Z] 13aa363b17b6: Preparing [2023-02-02T22:45:27.607Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:27.607Z] 7a187612ad47: Preparing [2023-02-02T22:45:27.607Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:27.607Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:27.607Z] 13aa363b17b6: Layer already exists [2023-02-02T22:45:27.607Z] 7a187612ad47: Layer already exists [2023-02-02T22:45:27.607Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:27.607Z] 1a9b7543f26e: Layer already exists [2023-02-02T22:45:27.607Z] a16a16375dfc: Layer already exists [2023-02-02T22:45:27.607Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:27.607Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:7cd4a4ac159d8a1df0e223c7b73a7e6e02b9e8d47d6257711a04f67b9e864cb5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:27.922Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:28.234Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-02-02T22:45:28.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-02-02T22:45:28.234Z] 1a9b7543f26e: Preparing [2023-02-02T22:45:28.234Z] a16a16375dfc: Preparing [2023-02-02T22:45:28.234Z] 13aa363b17b6: Preparing [2023-02-02T22:45:28.234Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:28.234Z] 7a187612ad47: Preparing [2023-02-02T22:45:28.234Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:28.234Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:28.234Z] 7a187612ad47: Layer already exists [2023-02-02T22:45:28.234Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:28.234Z] 13aa363b17b6: Layer already exists [2023-02-02T22:45:28.234Z] a16a16375dfc: Layer already exists [2023-02-02T22:45:28.234Z] 1a9b7543f26e: Layer already exists [2023-02-02T22:45:28.234Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:28.234Z] main: digest: sha256:7cd4a4ac159d8a1df0e223c7b73a7e6e02b9e8d47d6257711a04f67b9e864cb5 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:45:28.288Z] ===================================================== [Pipeline] echo [2023-02-02T22:45:28.297Z] taggedImages: [2023-02-02T22:45:28.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:28.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-02-02T22:45:28.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.32 [2023-02-02T22:45:28.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:28.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-02-02T22:45:28.318Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-02-02T22:45:28.318Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:28.318Z] latest [2023-02-02T22:45:28.318Z] 3.0.0-dev.32 [2023-02-02T22:45:28.318Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:28.318Z] main [2023-02-02T22:45:28.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:28.652Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:28.957Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:28.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-02T22:45:28.957Z] 124075dce6b4: Preparing [2023-02-02T22:45:28.957Z] e9af524ef191: Preparing [2023-02-02T22:45:28.957Z] 352a16cc162a: Preparing [2023-02-02T22:45:28.957Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:28.957Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:28.957Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:28.957Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:28.957Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:28.957Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:28.957Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:28.957Z] 124075dce6b4: Pushed [2023-02-02T22:45:28.957Z] e9af524ef191: Pushed [2023-02-02T22:45:28.957Z] 352a16cc162a: Pushed [2023-02-02T22:45:29.216Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:221ee30020a3219b3ef6fef15af893ecfb15229572a59a6164162cfb044ecde6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:29.525Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:29.824Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-02T22:45:29.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-02T22:45:29.825Z] 124075dce6b4: Preparing [2023-02-02T22:45:29.825Z] e9af524ef191: Preparing [2023-02-02T22:45:29.825Z] 352a16cc162a: Preparing [2023-02-02T22:45:29.825Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:29.825Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:29.825Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:29.825Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:29.825Z] 352a16cc162a: Layer already exists [2023-02-02T22:45:29.825Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:29.825Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:29.825Z] e9af524ef191: Layer already exists [2023-02-02T22:45:29.825Z] 124075dce6b4: Layer already exists [2023-02-02T22:45:29.825Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:29.825Z] latest: digest: sha256:221ee30020a3219b3ef6fef15af893ecfb15229572a59a6164162cfb044ecde6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:30.136Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:30.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.32 [2023-02-02T22:45:30.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-02T22:45:30.445Z] 124075dce6b4: Preparing [2023-02-02T22:45:30.445Z] e9af524ef191: Preparing [2023-02-02T22:45:30.445Z] 352a16cc162a: Preparing [2023-02-02T22:45:30.445Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:30.445Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:30.445Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:30.445Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:30.445Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:30.445Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:30.445Z] 124075dce6b4: Layer already exists [2023-02-02T22:45:30.445Z] 352a16cc162a: Layer already exists [2023-02-02T22:45:30.445Z] e9af524ef191: Layer already exists [2023-02-02T22:45:30.445Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:30.445Z] 3.0.0-dev.32: digest: sha256:221ee30020a3219b3ef6fef15af893ecfb15229572a59a6164162cfb044ecde6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:30.751Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:31.060Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:31.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-02T22:45:31.060Z] 124075dce6b4: Preparing [2023-02-02T22:45:31.060Z] e9af524ef191: Preparing [2023-02-02T22:45:31.060Z] 352a16cc162a: Preparing [2023-02-02T22:45:31.060Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:31.060Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:31.060Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:31.060Z] 34d5ebaa5410: Waiting [2023-02-02T22:45:31.060Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:31.060Z] 124075dce6b4: Layer already exists [2023-02-02T22:45:31.060Z] e9af524ef191: Layer already exists [2023-02-02T22:45:31.060Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:31.060Z] 352a16cc162a: Layer already exists [2023-02-02T22:45:31.060Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:31.060Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:221ee30020a3219b3ef6fef15af893ecfb15229572a59a6164162cfb044ecde6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:31.366Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:31.669Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-02-02T22:45:31.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-02-02T22:45:31.669Z] 124075dce6b4: Preparing [2023-02-02T22:45:31.669Z] e9af524ef191: Preparing [2023-02-02T22:45:31.669Z] 352a16cc162a: Preparing [2023-02-02T22:45:31.669Z] c5c81c10b2d9: Preparing [2023-02-02T22:45:31.669Z] 7bd9aa87f63b: Preparing [2023-02-02T22:45:31.669Z] 34d5ebaa5410: Preparing [2023-02-02T22:45:31.669Z] 7bd9aa87f63b: Layer already exists [2023-02-02T22:45:31.669Z] 352a16cc162a: Layer already exists [2023-02-02T22:45:31.669Z] 124075dce6b4: Layer already exists [2023-02-02T22:45:31.669Z] c5c81c10b2d9: Layer already exists [2023-02-02T22:45:31.669Z] e9af524ef191: Layer already exists [2023-02-02T22:45:31.669Z] 34d5ebaa5410: Layer already exists [2023-02-02T22:45:31.669Z] main: digest: sha256:221ee30020a3219b3ef6fef15af893ecfb15229572a59a6164162cfb044ecde6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:45:31.715Z] ===================================================== [Pipeline] echo [2023-02-02T22:45:31.726Z] taggedImages: [2023-02-02T22:45:31.726Z] - nexus3.edgexfoundry.org:10004/security-spire-server:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:31.726Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-02-02T22:45:31.726Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.32 [2023-02-02T22:45:31.726Z] - nexus3.edgexfoundry.org:10004/security-spire-server:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:31.726Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-02-02T22:45:31.753Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-02-02T22:45:31.753Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:31.753Z] latest [2023-02-02T22:45:31.753Z] 3.0.0-dev.32 [2023-02-02T22:45:31.753Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:31.753Z] main [2023-02-02T22:45:31.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:32.084Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:32.462Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:32.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-02T22:45:32.463Z] fdd30f6e8483: Preparing [2023-02-02T22:45:32.463Z] 2cca5a239b4a: Preparing [2023-02-02T22:45:32.463Z] 192670a2dcb8: Preparing [2023-02-02T22:45:32.463Z] fd7d4f9fb65e: Preparing [2023-02-02T22:45:32.463Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:32.463Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:32.463Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:32.463Z] fdd30f6e8483: Pushed [2023-02-02T22:45:32.463Z] fd7d4f9fb65e: Pushed [2023-02-02T22:45:35.104Z] 2cca5a239b4a: Pushed [2023-02-02T22:45:35.104Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:fcfffee415362dc884ac9940af93735e34a82271ecf104b92780e931fdd828de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:35.410Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:35.710Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-02T22:45:35.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-02T22:45:35.710Z] fdd30f6e8483: Preparing [2023-02-02T22:45:35.710Z] 2cca5a239b4a: Preparing [2023-02-02T22:45:35.710Z] 192670a2dcb8: Preparing [2023-02-02T22:45:35.710Z] fd7d4f9fb65e: Preparing [2023-02-02T22:45:35.710Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:35.710Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:35.710Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:35.710Z] 2cca5a239b4a: Layer already exists [2023-02-02T22:45:35.710Z] fd7d4f9fb65e: Layer already exists [2023-02-02T22:45:35.710Z] fdd30f6e8483: Layer already exists [2023-02-02T22:45:35.710Z] latest: digest: sha256:fcfffee415362dc884ac9940af93735e34a82271ecf104b92780e931fdd828de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:36.024Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:36.329Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.32 [2023-02-02T22:45:36.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-02T22:45:36.330Z] fdd30f6e8483: Preparing [2023-02-02T22:45:36.330Z] 2cca5a239b4a: Preparing [2023-02-02T22:45:36.330Z] 192670a2dcb8: Preparing [2023-02-02T22:45:36.330Z] fd7d4f9fb65e: Preparing [2023-02-02T22:45:36.330Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:36.330Z] 2cca5a239b4a: Layer already exists [2023-02-02T22:45:36.330Z] fd7d4f9fb65e: Layer already exists [2023-02-02T22:45:36.330Z] fdd30f6e8483: Layer already exists [2023-02-02T22:45:36.330Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:36.330Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:36.330Z] 3.0.0-dev.32: digest: sha256:fcfffee415362dc884ac9940af93735e34a82271ecf104b92780e931fdd828de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:36.643Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:36.947Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:36.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-02T22:45:36.947Z] fdd30f6e8483: Preparing [2023-02-02T22:45:36.947Z] 2cca5a239b4a: Preparing [2023-02-02T22:45:36.947Z] 192670a2dcb8: Preparing [2023-02-02T22:45:36.947Z] fd7d4f9fb65e: Preparing [2023-02-02T22:45:36.947Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:36.947Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:36.947Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:36.947Z] fdd30f6e8483: Layer already exists [2023-02-02T22:45:36.947Z] fd7d4f9fb65e: Layer already exists [2023-02-02T22:45:36.947Z] 2cca5a239b4a: Layer already exists [2023-02-02T22:45:36.947Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:fcfffee415362dc884ac9940af93735e34a82271ecf104b92780e931fdd828de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:37.251Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:37.560Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-02-02T22:45:37.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-02-02T22:45:37.560Z] fdd30f6e8483: Preparing [2023-02-02T22:45:37.560Z] 2cca5a239b4a: Preparing [2023-02-02T22:45:37.560Z] 192670a2dcb8: Preparing [2023-02-02T22:45:37.560Z] fd7d4f9fb65e: Preparing [2023-02-02T22:45:37.560Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:37.560Z] 2cca5a239b4a: Layer already exists [2023-02-02T22:45:37.560Z] fdd30f6e8483: Layer already exists [2023-02-02T22:45:37.560Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:37.560Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:37.560Z] fd7d4f9fb65e: Layer already exists [2023-02-02T22:45:37.560Z] main: digest: sha256:fcfffee415362dc884ac9940af93735e34a82271ecf104b92780e931fdd828de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:45:37.595Z] ===================================================== [Pipeline] echo [2023-02-02T22:45:37.600Z] taggedImages: [2023-02-02T22:45:37.600Z] - nexus3.edgexfoundry.org:10004/support-notifications:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:37.600Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-02-02T22:45:37.600Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.32 [2023-02-02T22:45:37.600Z] - nexus3.edgexfoundry.org:10004/support-notifications:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:37.600Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-02-02T22:45:37.614Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-02-02T22:45:37.614Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:37.614Z] latest [2023-02-02T22:45:37.614Z] 3.0.0-dev.32 [2023-02-02T22:45:37.614Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:37.614Z] main [2023-02-02T22:45:37.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:37.917Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:38.217Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:38.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-02T22:45:38.217Z] 94920bd3a699: Preparing [2023-02-02T22:45:38.217Z] 447fe860ddda: Preparing [2023-02-02T22:45:38.217Z] 192670a2dcb8: Preparing [2023-02-02T22:45:38.217Z] 7ea159d16464: Preparing [2023-02-02T22:45:38.217Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:38.217Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:38.217Z] 7ea159d16464: Layer already exists [2023-02-02T22:45:38.217Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:38.217Z] 94920bd3a699: Pushed [2023-02-02T22:45:40.755Z] 447fe860ddda: Pushed [2023-02-02T22:45:41.013Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:da0e816c6f74104f008cd975a2660a4d4681c1ea6b96b46d3fa20e9ba62f46cc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:41.323Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:41.628Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-02T22:45:41.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-02T22:45:41.628Z] 94920bd3a699: Preparing [2023-02-02T22:45:41.628Z] 447fe860ddda: Preparing [2023-02-02T22:45:41.628Z] 192670a2dcb8: Preparing [2023-02-02T22:45:41.628Z] 7ea159d16464: Preparing [2023-02-02T22:45:41.628Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:41.628Z] 447fe860ddda: Layer already exists [2023-02-02T22:45:41.628Z] 7ea159d16464: Layer already exists [2023-02-02T22:45:41.628Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:41.628Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:41.628Z] 94920bd3a699: Layer already exists [2023-02-02T22:45:41.628Z] latest: digest: sha256:da0e816c6f74104f008cd975a2660a4d4681c1ea6b96b46d3fa20e9ba62f46cc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:41.937Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:42.243Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.32 [2023-02-02T22:45:42.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-02T22:45:42.243Z] 94920bd3a699: Preparing [2023-02-02T22:45:42.243Z] 447fe860ddda: Preparing [2023-02-02T22:45:42.243Z] 192670a2dcb8: Preparing [2023-02-02T22:45:42.243Z] 7ea159d16464: Preparing [2023-02-02T22:45:42.243Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:42.243Z] 94920bd3a699: Layer already exists [2023-02-02T22:45:42.243Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:42.243Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:42.243Z] 447fe860ddda: Layer already exists [2023-02-02T22:45:42.243Z] 7ea159d16464: Layer already exists [2023-02-02T22:45:42.243Z] 3.0.0-dev.32: digest: sha256:da0e816c6f74104f008cd975a2660a4d4681c1ea6b96b46d3fa20e9ba62f46cc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:42.551Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:42.859Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:42.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-02T22:45:42.859Z] 94920bd3a699: Preparing [2023-02-02T22:45:42.859Z] 447fe860ddda: Preparing [2023-02-02T22:45:42.859Z] 192670a2dcb8: Preparing [2023-02-02T22:45:42.859Z] 7ea159d16464: Preparing [2023-02-02T22:45:42.859Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:42.859Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:42.859Z] 7ea159d16464: Layer already exists [2023-02-02T22:45:42.859Z] 94920bd3a699: Layer already exists [2023-02-02T22:45:42.859Z] 447fe860ddda: Layer already exists [2023-02-02T22:45:42.859Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:42.859Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:da0e816c6f74104f008cd975a2660a4d4681c1ea6b96b46d3fa20e9ba62f46cc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:43.167Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:45:43.472Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-02-02T22:45:43.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-02-02T22:45:43.472Z] 94920bd3a699: Preparing [2023-02-02T22:45:43.472Z] 447fe860ddda: Preparing [2023-02-02T22:45:43.472Z] 192670a2dcb8: Preparing [2023-02-02T22:45:43.472Z] 7ea159d16464: Preparing [2023-02-02T22:45:43.472Z] e5e13b0c77cb: Preparing [2023-02-02T22:45:43.472Z] 94920bd3a699: Layer already exists [2023-02-02T22:45:43.472Z] e5e13b0c77cb: Layer already exists [2023-02-02T22:45:43.472Z] 447fe860ddda: Layer already exists [2023-02-02T22:45:43.472Z] 192670a2dcb8: Layer already exists [2023-02-02T22:45:43.472Z] 7ea159d16464: Layer already exists [2023-02-02T22:45:43.472Z] main: digest: sha256:da0e816c6f74104f008cd975a2660a4d4681c1ea6b96b46d3fa20e9ba62f46cc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:45:43.509Z] ===================================================== [Pipeline] echo [2023-02-02T22:45:43.515Z] taggedImages: [2023-02-02T22:45:43.515Z] - nexus3.edgexfoundry.org:10004/support-scheduler:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:45:43.515Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-02-02T22:45:43.515Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.32 [2023-02-02T22:45:43.515Z] - nexus3.edgexfoundry.org:10004/support-scheduler:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:45:43.515Z] - 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-02-02T22:47:07.437Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-02T22:47:12.775Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-02T22:47:30.959Z] Removing intermediate container 7f79273bf66d [2023-02-02T22:47:30.959Z] ---> c1b33fcd0cdf [2023-02-02T22:47:30.959Z] [2023-02-02T22:47:30.959Z] Step 9/21 : FROM alpine:3.16 [2023-02-02T22:47:30.959Z] 3.16: Pulling from library/alpine [2023-02-02T22:47:32.894Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-02-02T22:47:32.894Z] Status: Downloaded newer image for alpine:3.16 [2023-02-02T22:47:32.894Z] ---> 2b4661558fb8 [2023-02-02T22:47:32.894Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-02T22:47:34.294Z] ---> Running in cdda361b4cd3 [2023-02-02T22:47:34.874Z] Removing intermediate container a91061e8e1b0 [2023-02-02T22:47:34.874Z] ---> e2e2b5a8f967 [2023-02-02T22:47:34.874Z] [2023-02-02T22:47:34.874Z] Step 9/24 : FROM alpine:3.16 [2023-02-02T22:47:34.874Z] ---> 2b4661558fb8 [2023-02-02T22:47:34.874Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-02T22:47:35.140Z] ---> Running in 6f87bb8a55ef [2023-02-02T22:47:37.076Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:47:37.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:47:37.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:47:37.610Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:47:38.567Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-02T22:47:38.567Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-02T22:47:38.836Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-02T22:47:38.836Z] (3/3) Installing su-exec (0.2-r1) [2023-02-02T22:47:38.836Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-02T22:47:38.836Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:47:38.836Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-02T22:47:38.836Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:47:38.836Z] (4/6) Installing libcurl (7.83.1-r5) [2023-02-02T22:47:38.836Z] (5/6) Installing curl (7.83.1-r5) [2023-02-02T22:47:38.836Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-02T22:47:38.836Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:47:38.836Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:47:39.418Z] OK: 8 MiB in 20 packages [2023-02-02T22:47:39.418Z] OK: 6 MiB in 17 packages [2023-02-02T22:47:41.993Z] Removing intermediate container 6f87bb8a55ef [2023-02-02T22:47:41.993Z] ---> fee8ba0686b7 [2023-02-02T22:47:41.993Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-02T22:47:41.993Z] Removing intermediate container cdda361b4cd3 [2023-02-02T22:47:41.993Z] ---> b52f5cb519ac [2023-02-02T22:47:41.993Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-02T22:47:42.265Z] ---> Running in e9fe824b4bce [2023-02-02T22:47:42.265Z] ---> Running in 6a3526cfe322 [2023-02-02T22:47:42.853Z] Removing intermediate container e9fe824b4bce [2023-02-02T22:47:42.853Z] ---> 3de2e6baa6c4 [2023-02-02T22:47:42.853Z] Step 12/24 : WORKDIR / [2023-02-02T22:47:42.853Z] Removing intermediate container 6a3526cfe322 [2023-02-02T22:47:42.853Z] ---> 58e72081e298 [2023-02-02T22:47:42.853Z] Step 12/21 : WORKDIR /edgex [2023-02-02T22:47:42.853Z] ---> Running in 810941961b86 [2023-02-02T22:47:43.123Z] ---> Running in 9c93896fb01a [2023-02-02T22:47:43.391Z] Removing intermediate container 810941961b86 [2023-02-02T22:47:43.391Z] ---> 9d40bae9ecf4 [2023-02-02T22:47:43.391Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-02T22:47:43.664Z] Removing intermediate container 9c93896fb01a [2023-02-02T22:47:43.664Z] ---> 37de2ae66797 [2023-02-02T22:47:43.664Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-02T22:47:44.657Z] ---> fab547609c96 [2023-02-02T22:47:44.657Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-02T22:47:44.924Z] ---> a2786a5e137f [2023-02-02T22:47:44.924Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-02T22:47:47.518Z] ---> 181d46a88db3 [2023-02-02T22:47:47.518Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-02T22:47:47.518Z] ---> d137e0fc8e00 [2023-02-02T22:47:47.518Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-02T22:47:48.923Z] ---> 103850ffce85 [2023-02-02T22:47:48.923Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-02T22:47:49.193Z] ---> aaa19ce093b3 [2023-02-02T22:47:49.193Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-02T22:47:50.150Z] ---> 27bd7a98dd15 [2023-02-02T22:47:50.150Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-02T22:47:50.416Z] ---> 1fb852e3dea9 [2023-02-02T22:47:50.416Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-02T22:47:50.683Z] ---> Running in 5ab681fc4be0 [2023-02-02T22:47:52.630Z] ---> d8c7fd0c9679 [2023-02-02T22:47:52.630Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-02T22:47:54.566Z] Removing intermediate container 5ab681fc4be0 [2023-02-02T22:47:54.566Z] ---> 5a6333e51b83 [2023-02-02T22:47:54.566Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-02T22:47:54.566Z] ---> Running in 0e54527007f0 [2023-02-02T22:47:54.833Z] ---> bc79f69d1f21 [2023-02-02T22:47:54.833Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-02T22:47:55.097Z] Removing intermediate container 0e54527007f0 [2023-02-02T22:47:55.097Z] ---> cd8512601f15 [2023-02-02T22:47:55.097Z] Step 19/21 : LABEL arch=arm64 [2023-02-02T22:47:55.365Z] ---> Running in 7279eb76c21d [2023-02-02T22:47:55.945Z] Removing intermediate container 7279eb76c21d [2023-02-02T22:47:55.945Z] ---> 9be0bdaf259f [2023-02-02T22:47:55.945Z] Step 20/21 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:47:56.215Z] ---> 8e79dc1ae82c [2023-02-02T22:47:56.215Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-02T22:47:56.215Z] ---> Running in 8fb1e0d40f9c [2023-02-02T22:47:56.215Z] ---> Running in bb98ce6ec2e5 [2023-02-02T22:47:57.169Z] Removing intermediate container 8fb1e0d40f9c [2023-02-02T22:47:57.169Z] ---> cf82fb771175 [2023-02-02T22:47:57.169Z] Step 21/21 : LABEL version=3.0.0-dev.32 [2023-02-02T22:47:57.169Z] ---> Running in 76362c757d9d [2023-02-02T22:47:57.750Z] Removing intermediate container 76362c757d9d [2023-02-02T22:47:57.750Z] ---> dad775185c32 [2023-02-02T22:47:57.750Z] [2023-02-02T22:47:57.750Z] Successfully built dad775185c32 [2023-02-02T22:47:58.017Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-02T22:47:58.017Z]  Building security-proxy-setup ... done Building core-command [2023-02-02T22:48:00.593Z] Removing intermediate container bb98ce6ec2e5 [2023-02-02T22:48:00.593Z] ---> c5f4bd2c1092 [2023-02-02T22:48:00.593Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-02T22:48:00.593Z] ---> Running in 1076ec3db2d5 [2023-02-02T22:48:01.175Z] Removing intermediate container 1076ec3db2d5 [2023-02-02T22:48:01.175Z] ---> 2a555693debc [2023-02-02T22:48:01.175Z] Step 22/24 : LABEL arch=arm64 [2023-02-02T22:48:01.175Z] ---> Running in abb7f5e1e246 [2023-02-02T22:48:01.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:48:01.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:48:01.760Z] ---> 3c8c4595ef93 [2023-02-02T22:48:01.760Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:48:01.760Z] ---> Using cache [2023-02-02T22:48:01.760Z] ---> 28a28b4b253f [2023-02-02T22:48:01.760Z] Step 4/23 : WORKDIR /edgex-go [2023-02-02T22:48:01.760Z] ---> Using cache [2023-02-02T22:48:01.760Z] ---> 408f2bfbc4ed [2023-02-02T22:48:01.760Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-02T22:48:01.760Z] ---> Using cache [2023-02-02T22:48:01.760Z] ---> 74fe8d394eb0 [2023-02-02T22:48:01.760Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-02T22:48:01.760Z] Removing intermediate container abb7f5e1e246 [2023-02-02T22:48:01.760Z] ---> Using cache [2023-02-02T22:48:01.760Z] ---> 1f9d1badf116 [2023-02-02T22:48:01.760Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:48:01.760Z] ---> Using cache [2023-02-02T22:48:01.760Z] ---> cc5daaf58214 [2023-02-02T22:48:01.760Z] Step 8/23 : COPY . . [2023-02-02T22:48:01.760Z] ---> 317a1485259c [2023-02-02T22:48:01.760Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:48:02.027Z] ---> Running in f3c05019554a [2023-02-02T22:48:02.027Z] ---> Using cache [2023-02-02T22:48:02.027Z] ---> 3f1a3080fe17 [2023-02-02T22:48:02.027Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-02T22:48:02.294Z] ---> Running in 8adf9cedbdf9 [2023-02-02T22:48:02.878Z] Removing intermediate container f3c05019554a [2023-02-02T22:48:02.878Z] ---> 2e1ab0a7af7e [2023-02-02T22:48:02.878Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:48:02.878Z] ---> Running in 12a27fe7f20f [2023-02-02T22:48:03.837Z] Removing intermediate container 12a27fe7f20f [2023-02-02T22:48:03.837Z] ---> 760ad424f5a4 [2023-02-02T22:48:03.837Z] [2023-02-02T22:48:03.837Z] Successfully built 760ad424f5a4 [2023-02-02T22:48:03.837Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-02T22:48:03.837Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-02-02T22:48:04.417Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-02T22:48:07.752Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:48:07.752Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:48:07.752Z] ---> 3c8c4595ef93 [2023-02-02T22:48:07.752Z] Step 3/24 : WORKDIR /edgex-go [2023-02-02T22:48:07.752Z] ---> Using cache [2023-02-02T22:48:07.752Z] ---> 988ba19905df [2023-02-02T22:48:07.752Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-02T22:48:07.752Z] ---> Running in 896bfc05e230 [2023-02-02T22:48:09.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:48:09.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:48:11.914Z] OK: 221 MiB in 51 packages [2023-02-02T22:48:14.494Z] Removing intermediate container 896bfc05e230 [2023-02-02T22:48:14.494Z] ---> 7ea6a5a594ae [2023-02-02T22:48:14.494Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-02T22:48:16.432Z] ---> 6a3246f665ca [2023-02-02T22:48:16.432Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:48:16.698Z] ---> Running in 4a37957e67a4 [2023-02-02T22:48:23.334Z] Removing intermediate container c98347568c98 [2023-02-02T22:48:23.334Z] ---> 016e014ed6c9 [2023-02-02T22:48:23.334Z] [2023-02-02T22:48:23.334Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:48:23.334Z] ---> 2b4661558fb8 [2023-02-02T22:48:23.334Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-02T22:48:23.334Z] ---> Running in 254123649f91 [2023-02-02T22:48:23.334Z] Removing intermediate container 254123649f91 [2023-02-02T22:48:23.334Z] ---> 9247de0ca5bf [2023-02-02T22:48:23.334Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-02T22:48:23.334Z] ---> Running in 9daa690bd99a [2023-02-02T22:48:24.308Z] Removing intermediate container 9daa690bd99a [2023-02-02T22:48:24.308Z] ---> 4a6117711b28 [2023-02-02T22:48:24.308Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-02T22:48:24.308Z] ---> Running in e01c8cb2dede [2023-02-02T22:48:24.890Z] Removing intermediate container e01c8cb2dede [2023-02-02T22:48:24.890Z] ---> 4b71f5c7b206 [2023-02-02T22:48:24.890Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:48:25.159Z] ---> Running in df4a0054e3ec [2023-02-02T22:48:25.429Z] Removing intermediate container 9d9ade1ceccd [2023-02-02T22:48:25.429Z] ---> ec3f9d879e56 [2023-02-02T22:48:25.429Z] [2023-02-02T22:48:25.429Z] Step 10/24 : FROM alpine:3.16 [2023-02-02T22:48:25.429Z] ---> 2b4661558fb8 [2023-02-02T22:48:25.429Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:48:25.705Z] ---> Running in 63af6d4aef4e [2023-02-02T22:48:27.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:48:27.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:48:27.916Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:48:27.916Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:48:28.876Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-02T22:48:28.876Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:48:29.143Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-02T22:48:29.143Z] OK: 5 MiB in 15 packages [2023-02-02T22:48:29.143Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:48:29.143Z] OK: 5 MiB in 15 packages [2023-02-02T22:48:31.088Z] Removing intermediate container df4a0054e3ec [2023-02-02T22:48:31.088Z] ---> d3a8bf8258d3 [2023-02-02T22:48:31.088Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:48:31.088Z] Removing intermediate container 63af6d4aef4e [2023-02-02T22:48:31.088Z] ---> 0eb53de26e85 [2023-02-02T22:48:31.088Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:48:31.353Z] ---> Running in c3519cc5d843 [2023-02-02T22:48:31.934Z] Removing intermediate container c3519cc5d843 [2023-02-02T22:48:31.935Z] ---> ded985878bb9 [2023-02-02T22:48:31.935Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-02T22:48:32.199Z] ---> Running in 3887aceb962a [2023-02-02T22:48:32.199Z] ---> d509fe80be3d [2023-02-02T22:48:32.199Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-02T22:48:32.776Z] Removing intermediate container 3887aceb962a [2023-02-02T22:48:32.776Z] ---> 36ba10146d53 [2023-02-02T22:48:32.776Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-02T22:48:33.041Z] ---> Running in 462e4368e3d3 [2023-02-02T22:48:33.623Z] Removing intermediate container 462e4368e3d3 [2023-02-02T22:48:33.623Z] ---> 9078682d9e7c [2023-02-02T22:48:33.623Z] Step 15/24 : WORKDIR / [2023-02-02T22:48:33.623Z] ---> Running in 15565f456ae5 [2023-02-02T22:48:34.578Z] ---> e0bf14e83df1 [2023-02-02T22:48:34.578Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-02T22:48:34.578Z] Removing intermediate container 15565f456ae5 [2023-02-02T22:48:34.578Z] ---> a84cf65de050 [2023-02-02T22:48:34.578Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:48:35.533Z] ---> b15aefe4bf32 [2023-02-02T22:48:35.533Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-02T22:48:35.798Z] ---> 2a9ae4c510e5 [2023-02-02T22:48:35.798Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-02T22:48:35.798Z] ---> Running in 9817c72f6020 [2023-02-02T22:48:36.751Z] Removing intermediate container 9817c72f6020 [2023-02-02T22:48:36.751Z] ---> 37d599038c51 [2023-02-02T22:48:36.751Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:48:36.751Z] ---> Running in 7971ff600644 [2023-02-02T22:48:40.083Z] Removing intermediate container 7971ff600644 [2023-02-02T22:48:40.083Z] ---> 3357a871e948 [2023-02-02T22:48:40.083Z] Step 20/22 : LABEL arch=arm64 [2023-02-02T22:48:40.083Z] ---> 2e3feabd702e [2023-02-02T22:48:40.083Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-02T22:48:40.083Z] ---> Running in 25e957435ffa [2023-02-02T22:48:40.683Z] Removing intermediate container 25e957435ffa [2023-02-02T22:48:40.684Z] ---> 18ce103f1ec7 [2023-02-02T22:48:40.684Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:48:40.952Z] ---> Running in c140c34d4c90 [2023-02-02T22:48:41.217Z] ---> 026f52d99693 [2023-02-02T22:48:41.217Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-02T22:48:41.880Z] Removing intermediate container c140c34d4c90 [2023-02-02T22:48:41.880Z] ---> 795732405d78 [2023-02-02T22:48:41.880Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:48:42.147Z] ---> Running in 711cb2d064db [2023-02-02T22:48:42.745Z] ---> dddc00e5f66b [2023-02-02T22:48:42.745Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-02T22:48:42.745Z] Removing intermediate container 711cb2d064db [2023-02-02T22:48:42.745Z] ---> 5a8677d41c4b [2023-02-02T22:48:42.745Z] [2023-02-02T22:48:42.745Z] ---> Running in d5e41a408924 [2023-02-02T22:48:43.011Z] Successfully built 5a8677d41c4b [2023-02-02T22:48:43.011Z] Successfully tagged core-data-arm64:latest [2023-02-02T22:48:43.011Z]  Building core-data ... done Building security-spire-config [2023-02-02T22:48:43.280Z] Removing intermediate container d5e41a408924 [2023-02-02T22:48:43.280Z] ---> df113d6ce66f [2023-02-02T22:48:43.280Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:48:43.548Z] ---> Running in 8f40cf5da3af [2023-02-02T22:48:44.133Z] Removing intermediate container 8f40cf5da3af [2023-02-02T22:48:44.133Z] ---> c10b7079285e [2023-02-02T22:48:44.133Z] Step 22/24 : LABEL arch=arm64 [2023-02-02T22:48:44.133Z] ---> Running in 1d0b304e87b0 [2023-02-02T22:48:44.717Z] Removing intermediate container 1d0b304e87b0 [2023-02-02T22:48:44.717Z] ---> bb2ca9e5ae83 [2023-02-02T22:48:44.717Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:48:44.717Z] ---> Running in 08a679b04acb [2023-02-02T22:48:45.308Z] Removing intermediate container 08a679b04acb [2023-02-02T22:48:45.308Z] ---> d982dad53ca4 [2023-02-02T22:48:45.308Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:48:45.584Z] ---> Running in 9a436e2cdd9e [2023-02-02T22:48:46.164Z] Removing intermediate container 9a436e2cdd9e [2023-02-02T22:48:46.164Z] ---> 20283aef06ed [2023-02-02T22:48:46.164Z] [2023-02-02T22:48:46.164Z] Successfully built 20283aef06ed [2023-02-02T22:48:46.164Z] Successfully tagged core-metadata-arm64:latest [2023-02-02T22:48:46.164Z] Building core-common-config-bootstrapper [2023-02-02T22:48:47.128Z]  Building core-metadata ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:48:47.128Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:48:47.128Z] ---> 3c8c4595ef93 [2023-02-02T22:48:47.128Z] Step 3/24 : WORKDIR /edgex-go [2023-02-02T22:48:47.128Z] ---> Using cache [2023-02-02T22:48:47.128Z] ---> 988ba19905df [2023-02-02T22:48:47.128Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-02T22:48:47.128Z] ---> Using cache [2023-02-02T22:48:47.128Z] ---> 7ea6a5a594ae [2023-02-02T22:48:47.128Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-02T22:48:47.128Z] ---> Using cache [2023-02-02T22:48:47.128Z] ---> 6a3246f665ca [2023-02-02T22:48:47.128Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:48:47.401Z] ---> Running in 2ac3c1b2e0c9 [2023-02-02T22:48:50.754Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:48:50.754Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:48:50.754Z] ---> 3c8c4595ef93 [2023-02-02T22:48:50.754Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:48:50.754Z] ---> Using cache [2023-02-02T22:48:50.754Z] ---> 28a28b4b253f [2023-02-02T22:48:50.754Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:48:50.754Z] ---> Using cache [2023-02-02T22:48:50.754Z] ---> 408f2bfbc4ed [2023-02-02T22:48:50.754Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-02T22:48:50.754Z] ---> Using cache [2023-02-02T22:48:50.754Z] ---> 74fe8d394eb0 [2023-02-02T22:48:50.754Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:48:50.754Z] ---> Using cache [2023-02-02T22:48:50.754Z] ---> 1f9d1badf116 [2023-02-02T22:48:50.754Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:48:50.754Z] ---> Using cache [2023-02-02T22:48:50.754Z] ---> cc5daaf58214 [2023-02-02T22:48:50.754Z] Step 8/22 : COPY . . [2023-02-02T22:48:50.754Z] ---> Using cache [2023-02-02T22:48:50.754Z] ---> 3f1a3080fe17 [2023-02-02T22:48:50.754Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-02T22:48:51.035Z] ---> Running in 810ada4d1b56 [2023-02-02T22:48:52.443Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-02T22:49:48.809Z] Removing intermediate container 4a37957e67a4 [2023-02-02T22:49:48.809Z] ---> 2e863d109908 [2023-02-02T22:49:48.809Z] Step 7/24 : COPY . . [2023-02-02T22:49:49.076Z] ---> a666439d2193 [2023-02-02T22:49:49.076Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-02T22:49:49.076Z] ---> Running in 1a6590422d09 [2023-02-02T22:49:49.665Z] Removing intermediate container 1a6590422d09 [2023-02-02T22:49:49.665Z] ---> a913daf15263 [2023-02-02T22:49:49.665Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-02T22:49:49.931Z] ---> Running in f14acb675be9 [2023-02-02T22:49:50.515Z] Removing intermediate container f14acb675be9 [2023-02-02T22:49:50.515Z] ---> d4ee18f613c4 [2023-02-02T22:49:50.515Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-02T22:49:50.515Z] ---> Running in 5ff3b654d250 [2023-02-02T22:49:54.066Z] Removing intermediate container 5ff3b654d250 [2023-02-02T22:49:54.066Z] ---> a900286b2bf0 [2023-02-02T22:49:54.066Z] Step 11/24 : WORKDIR /edgex-go [2023-02-02T22:49:54.341Z] ---> Running in 338981e163e0 [2023-02-02T22:49:54.947Z] Removing intermediate container 338981e163e0 [2023-02-02T22:49:54.947Z] ---> 5637dfc8745a [2023-02-02T22:49:54.947Z] [2023-02-02T22:49:54.947Z] Step 12/24 : FROM alpine:3.15 [2023-02-02T22:49:54.947Z] ---> 8aa73fd46299 [2023-02-02T22:49:54.947Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:49:54.947Z] ---> Using cache [2023-02-02T22:49:54.947Z] ---> ff3fde4ce829 [2023-02-02T22:49:54.947Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-02T22:49:54.947Z] ---> Using cache [2023-02-02T22:49:54.947Z] ---> c841703bad6e [2023-02-02T22:49:54.947Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-02T22:50:01.665Z] ---> b6edaa9273f7 [2023-02-02T22:50:01.665Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-02T22:50:11.714Z] ---> 83ce2b34aa4c [2023-02-02T22:50:11.714Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-02T22:50:13.114Z] ---> 736fd975dc63 [2023-02-02T22:50:13.114Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-02T22:50:14.515Z] ---> 2de421de3793 [2023-02-02T22:50:14.516Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-02T22:50:15.964Z] ---> b5f6af36c310 [2023-02-02T22:50:15.964Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-02T22:50:15.964Z] ---> Running in 9742576eabd7 [2023-02-02T22:50:17.366Z] Removing intermediate container 9742576eabd7 [2023-02-02T22:50:17.366Z] ---> 92c7094fcdce [2023-02-02T22:50:17.366Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-02T22:50:17.366Z] ---> Running in 7149e62a9b86 [2023-02-02T22:50:17.945Z] Removing intermediate container 7149e62a9b86 [2023-02-02T22:50:17.945Z] ---> 34ccedc69a71 [2023-02-02T22:50:17.945Z] Step 22/24 : LABEL arch=arm64 [2023-02-02T22:50:18.210Z] ---> Running in a95533471257 [2023-02-02T22:50:18.789Z] Removing intermediate container a95533471257 [2023-02-02T22:50:18.789Z] ---> bbc4e00f4e21 [2023-02-02T22:50:18.789Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:50:19.053Z] ---> Running in 5505ab4d8920 [2023-02-02T22:50:20.005Z] Removing intermediate container 5505ab4d8920 [2023-02-02T22:50:20.005Z] ---> 77a078078c73 [2023-02-02T22:50:20.005Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:50:20.005Z] ---> Running in f23150bfb252 [2023-02-02T22:50:20.583Z] Removing intermediate container f23150bfb252 [2023-02-02T22:50:20.583Z] ---> 87545b9f594a [2023-02-02T22:50:20.583Z] [2023-02-02T22:50:20.849Z] Successfully built 87545b9f594a [2023-02-02T22:50:20.849Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-02T22:50:20.849Z] Building security-spiffe-token-provider [2023-02-02T22:50:26.175Z]  Building security-spire-agent ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:50:26.175Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:50:26.175Z] ---> 3c8c4595ef93 [2023-02-02T22:50:26.175Z] Step 3/19 : WORKDIR /edgex-go [2023-02-02T22:50:26.175Z] ---> Using cache [2023-02-02T22:50:26.175Z] ---> 988ba19905df [2023-02-02T22:50:26.175Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-02T22:50:26.756Z] ---> Running in 921e1696cffb [2023-02-02T22:50:29.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:29.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:30.993Z] v3.16.3-154-ga2a60f3e0f [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-02T22:50:30.993Z] v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-02T22:50:30.993Z] OK: 16901 distinct packages available [2023-02-02T22:50:31.257Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:31.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:33.249Z] OK: 221 MiB in 51 packages [2023-02-02T22:50:35.180Z] Removing intermediate container 2ac3c1b2e0c9 [2023-02-02T22:50:35.180Z] ---> 8653a5bf3e7d [2023-02-02T22:50:35.180Z] Step 7/24 : COPY . . [2023-02-02T22:50:36.136Z] Removing intermediate container 921e1696cffb [2023-02-02T22:50:36.136Z] ---> 700c866547c6 [2023-02-02T22:50:36.404Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-02T22:50:37.806Z] ---> 50995105f40c [2023-02-02T22:50:37.806Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:50:37.806Z] ---> Running in edd5ced24b46 [2023-02-02T22:50:38.763Z] ---> 0f2a0c75a492 [2023-02-02T22:50:38.763Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-02T22:50:38.763Z] ---> Running in 32eed6657424 [2023-02-02T22:50:39.723Z] Removing intermediate container 32eed6657424 [2023-02-02T22:50:39.723Z] ---> ca1e78e660fd [2023-02-02T22:50:39.723Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-02T22:50:39.723Z] ---> Running in 8b7f870389f6 [2023-02-02T22:50:40.311Z] Removing intermediate container 8b7f870389f6 [2023-02-02T22:50:40.311Z] ---> 30e506efdfda [2023-02-02T22:50:40.311Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-02T22:50:40.576Z] ---> Running in f916a9f93013 [2023-02-02T22:50:43.149Z] Removing intermediate container f916a9f93013 [2023-02-02T22:50:43.149Z] ---> e0180076bdfa [2023-02-02T22:50:43.149Z] Step 11/24 : WORKDIR /edgex-go [2023-02-02T22:50:43.414Z] ---> Running in fc7dd10fdabf [2023-02-02T22:50:43.994Z] Removing intermediate container fc7dd10fdabf [2023-02-02T22:50:43.994Z] ---> f0360dbc06e7 [2023-02-02T22:50:43.994Z] [2023-02-02T22:50:43.994Z] Step 12/24 : FROM alpine:3.15 [2023-02-02T22:50:43.994Z] ---> 8aa73fd46299 [2023-02-02T22:50:43.994Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:50:43.994Z] ---> Using cache [2023-02-02T22:50:43.994Z] ---> ff3fde4ce829 [2023-02-02T22:50:43.994Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-02T22:50:43.994Z] ---> Running in 4ea14b728215 [2023-02-02T22:50:45.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:45.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:47.339Z] v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-02T22:50:47.339Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-02T22:50:47.340Z] OK: 15736 distinct packages available [2023-02-02T22:50:47.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:47.919Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:50:48.872Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-02T22:50:48.872Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-02T22:50:48.872Z] (3/4) Installing libucontext (1.1-r0) [2023-02-02T22:50:48.872Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-02T22:50:48.872Z] Executing busybox-1.34.1-r7.trigger [2023-02-02T22:50:48.872Z] OK: 6 MiB in 18 packages [2023-02-02T22:50:50.291Z] Removing intermediate container 4ea14b728215 [2023-02-02T22:50:50.291Z] ---> 749dc473e3d8 [2023-02-02T22:50:50.291Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-02T22:50:56.924Z] ---> 84809f0abc55 [2023-02-02T22:50:56.924Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-02T22:50:56.924Z] ---> fcced7649c8a [2023-02-02T22:50:56.924Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-02T22:50:56.924Z] ---> Running in 44e6313c93b2 [2023-02-02T22:50:57.508Z] Removing intermediate container 44e6313c93b2 [2023-02-02T22:50:57.508Z] ---> 3539666ce104 [2023-02-02T22:50:57.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-02T22:50:58.462Z] ---> 35b4e7625909 [2023-02-02T22:50:58.462Z] Step 19/24 : WORKDIR / [2023-02-02T22:50:58.462Z] ---> Running in b2bfcc022391 [2023-02-02T22:50:59.041Z] Removing intermediate container b2bfcc022391 [2023-02-02T22:50:59.041Z] ---> 82d5edb4848d [2023-02-02T22:50:59.041Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-02T22:50:59.305Z] ---> Running in 5db27e703207 [2023-02-02T22:50:59.884Z] Removing intermediate container 5db27e703207 [2023-02-02T22:50:59.884Z] ---> 631d1048f48f [2023-02-02T22:50:59.884Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-02T22:50:59.884Z] ---> Running in bdfca88dd7a0 [2023-02-02T22:51:00.462Z] Removing intermediate container bdfca88dd7a0 [2023-02-02T22:51:00.462Z] ---> 28e8428625f1 [2023-02-02T22:51:00.462Z] Step 22/24 : LABEL arch=arm64 [2023-02-02T22:51:00.462Z] ---> Running in 1dbc95a6007c [2023-02-02T22:51:01.042Z] Removing intermediate container 1dbc95a6007c [2023-02-02T22:51:01.042Z] ---> 6612ae1da246 [2023-02-02T22:51:01.042Z] Step 23/24 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:51:01.307Z] ---> Running in 648fa9a40559 [2023-02-02T22:51:01.908Z] Removing intermediate container 648fa9a40559 [2023-02-02T22:51:01.908Z] ---> 6684a3ad08ec [2023-02-02T22:51:01.908Z] Step 24/24 : LABEL version=3.0.0-dev.32 [2023-02-02T22:51:01.908Z] ---> Running in e0f5ca4ba3d0 [2023-02-02T22:51:02.489Z] Removing intermediate container e0f5ca4ba3d0 [2023-02-02T22:51:02.489Z] ---> 96e83eaf42f8 [2023-02-02T22:51:02.489Z] [2023-02-02T22:51:02.489Z] Successfully built 96e83eaf42f8 [2023-02-02T22:51:02.489Z] Successfully tagged security-spire-config-arm64:latest [2023-02-02T22:51:02.489Z] Building support-scheduler [2023-02-02T22:51:05.821Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:51:05.821Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:51:05.821Z] ---> 3c8c4595ef93 [2023-02-02T22:51:05.821Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-02T22:51:05.821Z] ---> Using cache [2023-02-02T22:51:05.821Z] ---> 28a28b4b253f [2023-02-02T22:51:05.821Z] Step 4/22 : WORKDIR /edgex-go [2023-02-02T22:51:05.821Z] ---> Using cache [2023-02-02T22:51:05.821Z] ---> 408f2bfbc4ed [2023-02-02T22:51:05.822Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-02T22:51:05.822Z] ---> Using cache [2023-02-02T22:51:05.822Z] ---> 74fe8d394eb0 [2023-02-02T22:51:05.822Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-02T22:51:05.822Z] ---> Using cache [2023-02-02T22:51:05.822Z] ---> 1f9d1badf116 [2023-02-02T22:51:05.822Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:51:05.822Z] ---> Using cache [2023-02-02T22:51:05.822Z] ---> cc5daaf58214 [2023-02-02T22:51:05.822Z] Step 8/22 : COPY . . [2023-02-02T22:51:05.822Z] ---> Using cache [2023-02-02T22:51:05.822Z] ---> 3f1a3080fe17 [2023-02-02T22:51:05.822Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-02T22:51:06.090Z] ---> Running in fc743fea97ae [2023-02-02T22:51:08.025Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-02T22:52:15.847Z] Removing intermediate container edd5ced24b46 [2023-02-02T22:52:15.847Z] ---> 5d9a48b22a47 [2023-02-02T22:52:15.847Z] Step 7/19 : COPY . . [2023-02-02T22:52:15.847Z] ---> a4c34d94fdef [2023-02-02T22:52:15.847Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-02T22:52:15.847Z] ---> Running in 9ff50da09e61 [2023-02-02T22:52:15.847Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-02T22:52:48.037Z] Removing intermediate container 2a6ac90faa06 [2023-02-02T22:52:48.037Z] ---> 62e66e1c9ed8 [2023-02-02T22:52:48.037Z] [2023-02-02T22:52:48.037Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:52:48.037Z] ---> 2b4661558fb8 [2023-02-02T22:52:48.037Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-02T22:52:48.037Z] ---> Running in d169bb806316 [2023-02-02T22:52:48.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:52:48.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:52:48.999Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-02T22:52:49.264Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-02T22:52:49.264Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:52:49.264Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:52:49.846Z] OK: 6 MiB in 16 packages [2023-02-02T22:52:51.796Z] Removing intermediate container d169bb806316 [2023-02-02T22:52:51.796Z] ---> 419e477edcfe [2023-02-02T22:52:51.796Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:52:51.796Z] ---> Running in ab933836098d [2023-02-02T22:52:52.378Z] Removing intermediate container ab933836098d [2023-02-02T22:52:52.378Z] ---> 0c6b13be9fb0 [2023-02-02T22:52:52.378Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-02T22:52:52.378Z] ---> Running in 898a16cc4a72 [2023-02-02T22:52:52.961Z] Removing intermediate container 898a16cc4a72 [2023-02-02T22:52:52.961Z] ---> 016ee175998f [2023-02-02T22:52:52.961Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-02T22:52:52.961Z] ---> Running in e5a26abe3ad9 [2023-02-02T22:52:53.545Z] Removing intermediate container e5a26abe3ad9 [2023-02-02T22:52:53.545Z] ---> 3923a5fe39d8 [2023-02-02T22:52:53.545Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:52:54.506Z] ---> 651e07114bf2 [2023-02-02T22:52:54.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-02T22:52:57.088Z] ---> 61ee0dc41c59 [2023-02-02T22:52:57.088Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-02T22:52:57.674Z] ---> 9e679439c308 [2023-02-02T22:52:57.674Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-02T22:52:57.674Z] ---> Running in ec5386209162 [2023-02-02T22:52:58.257Z] Removing intermediate container ec5386209162 [2023-02-02T22:52:58.257Z] ---> 28c25730b70c [2023-02-02T22:52:58.257Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:52:58.523Z] ---> Running in 5ca92b50268b [2023-02-02T22:52:59.113Z] Removing intermediate container 5ca92b50268b [2023-02-02T22:52:59.113Z] ---> 78d0e74212e9 [2023-02-02T22:52:59.113Z] Step 20/22 : LABEL arch=arm64 [2023-02-02T22:52:59.113Z] ---> Running in 6a03367159a3 [2023-02-02T22:52:59.692Z] Removing intermediate container 6a03367159a3 [2023-02-02T22:52:59.692Z] ---> ee2a61cf5edf [2023-02-02T22:52:59.692Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:52:59.958Z] ---> Running in 02861c6250f8 [2023-02-02T22:53:00.225Z] Removing intermediate container 02861c6250f8 [2023-02-02T22:53:00.491Z] ---> 0d5fcdf6095d [2023-02-02T22:53:00.491Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:53:00.491Z] ---> Running in f0649b63bb9a [2023-02-02T22:53:01.073Z] Removing intermediate container f0649b63bb9a [2023-02-02T22:53:01.073Z] ---> f5e35db78e0f [2023-02-02T22:53:01.073Z] [2023-02-02T22:53:01.073Z] Successfully built f5e35db78e0f [2023-02-02T22:53:01.073Z] Successfully tagged support-notifications-arm64:latest [2023-02-02T22:53:01.073Z]  Building support-notifications ... done Building security-bootstrapper [2023-02-02T22:53:04.409Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-02T22:53:04.409Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-02T22:53:04.409Z] ---> 3c8c4595ef93 [2023-02-02T22:53:04.409Z] Step 3/32 : WORKDIR /edgex-go [2023-02-02T22:53:04.409Z] ---> Using cache [2023-02-02T22:53:04.409Z] ---> 988ba19905df [2023-02-02T22:53:04.409Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-02T22:53:04.409Z] ---> Using cache [2023-02-02T22:53:04.409Z] ---> 7deed9dd9966 [2023-02-02T22:53:04.409Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-02T22:53:04.409Z] ---> Using cache [2023-02-02T22:53:04.409Z] ---> 5796adab78fa [2023-02-02T22:53:04.409Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-02T22:53:04.409Z] ---> Using cache [2023-02-02T22:53:04.409Z] ---> cead8a92a156 [2023-02-02T22:53:04.409Z] Step 7/32 : COPY . . [2023-02-02T22:53:04.409Z] ---> Using cache [2023-02-02T22:53:04.409Z] ---> f23dfeb82b42 [2023-02-02T22:53:04.409Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-02T22:53:04.992Z] ---> Running in efb76dafdb42 [2023-02-02T22:53:06.939Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.32" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-02T22:54:17.713Z] Removing intermediate container 8adf9cedbdf9 [2023-02-02T22:54:17.713Z] ---> 988260f6bd6c [2023-02-02T22:54:17.713Z] [2023-02-02T22:54:17.713Z] Step 10/23 : FROM alpine:3.16 [2023-02-02T22:54:17.713Z] ---> 2b4661558fb8 [2023-02-02T22:54:17.713Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:54:17.713Z] ---> Using cache [2023-02-02T22:54:17.713Z] ---> 0eb53de26e85 [2023-02-02T22:54:17.713Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:54:17.713Z] ---> Using cache [2023-02-02T22:54:17.713Z] ---> ded985878bb9 [2023-02-02T22:54:17.713Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-02T22:54:17.713Z] ---> Running in e6db8a5d7b71 [2023-02-02T22:54:17.713Z] Removing intermediate container e6db8a5d7b71 [2023-02-02T22:54:17.713Z] ---> 29c2fba14f13 [2023-02-02T22:54:17.713Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-02T22:54:17.713Z] ---> Running in 1252b75d331c [2023-02-02T22:54:17.713Z] Removing intermediate container 1252b75d331c [2023-02-02T22:54:17.713Z] ---> ae1996bcbe48 [2023-02-02T22:54:17.713Z] Step 15/23 : WORKDIR / [2023-02-02T22:54:17.713Z] ---> Running in 1c3851488888 [2023-02-02T22:54:17.713Z] Removing intermediate container 1c3851488888 [2023-02-02T22:54:17.713Z] ---> fa00aa254bec [2023-02-02T22:54:17.713Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:54:17.982Z] ---> 1128bac859e4 [2023-02-02T22:54:17.982Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-02T22:54:19.929Z] ---> d773c2d7ea8c [2023-02-02T22:54:19.929Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-02T22:54:22.501Z] ---> 726bb4ae59a3 [2023-02-02T22:54:22.501Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-02T22:54:22.501Z] ---> Running in 0faeb18d366f [2023-02-02T22:54:23.080Z] Removing intermediate container 0faeb18d366f [2023-02-02T22:54:23.080Z] ---> 8bdff5a64ff1 [2023-02-02T22:54:23.080Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:54:23.080Z] ---> Running in a1c79f1ddb36 [2023-02-02T22:54:23.659Z] Removing intermediate container a1c79f1ddb36 [2023-02-02T22:54:23.659Z] ---> 17f5aaae0d97 [2023-02-02T22:54:23.659Z] Step 21/23 : LABEL arch=arm64 [2023-02-02T22:54:23.659Z] ---> Running in bd09074d1895 [2023-02-02T22:54:24.237Z] Removing intermediate container bd09074d1895 [2023-02-02T22:54:24.237Z] ---> 560560d4266d [2023-02-02T22:54:24.237Z] Step 22/23 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:54:24.237Z] ---> Running in 2b076338b576 [2023-02-02T22:54:24.975Z] Removing intermediate container 2b076338b576 [2023-02-02T22:54:24.975Z] ---> 175ed420f413 [2023-02-02T22:54:24.975Z] Step 23/23 : LABEL version=3.0.0-dev.32 [2023-02-02T22:54:24.975Z] ---> Running in f49da6531f29 [2023-02-02T22:54:25.263Z] Removing intermediate container f49da6531f29 [2023-02-02T22:54:25.263Z] ---> df867b80c25b [2023-02-02T22:54:25.263Z] [2023-02-02T22:54:25.551Z] Successfully built df867b80c25b [2023-02-02T22:54:25.551Z] Successfully tagged core-command-arm64:latest [2023-02-02T22:55:04.485Z]  Building core-command ... done Removing intermediate container 810ada4d1b56 [2023-02-02T22:55:04.485Z] ---> 316e7d129f5a [2023-02-02T22:55:04.485Z] [2023-02-02T22:55:04.485Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:55:04.485Z] ---> 2b4661558fb8 [2023-02-02T22:55:04.485Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-02T22:55:04.485Z] ---> Running in ad8fbef530a1 [2023-02-02T22:55:04.485Z] Removing intermediate container ad8fbef530a1 [2023-02-02T22:55:04.485Z] ---> 93f13b5c053f [2023-02-02T22:55:04.485Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:55:04.485Z] ---> Running in 4393422d0960 [2023-02-02T22:55:04.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:55:05.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:55:06.015Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-02T22:55:06.015Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:55:06.015Z] OK: 5 MiB in 15 packages [2023-02-02T22:55:07.946Z] Removing intermediate container 4393422d0960 [2023-02-02T22:55:07.946Z] ---> b0ab2d48b48e [2023-02-02T22:55:07.946Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:55:08.526Z] ---> da67000bd286 [2023-02-02T22:55:08.526Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-02T22:55:09.927Z] ---> c9526be6104f [2023-02-02T22:55:09.927Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-02T22:55:10.880Z] ---> dc463db24059 [2023-02-02T22:55:10.880Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-02T22:55:11.460Z] ---> 058146f3522c [2023-02-02T22:55:11.460Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-02T22:55:11.460Z] ---> Running in 88d13ad997c7 [2023-02-02T22:55:14.841Z] Removing intermediate container 88d13ad997c7 [2023-02-02T22:55:14.842Z] ---> 1e162b110091 [2023-02-02T22:55:14.842Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-02T22:55:15.107Z] ---> Running in 94eab303e3f5 [2023-02-02T22:55:15.373Z] Removing intermediate container 94eab303e3f5 [2023-02-02T22:55:15.373Z] ---> 4e0525f7451e [2023-02-02T22:55:15.373Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-02T22:55:15.640Z] ---> Running in 9bab98a0a14a [2023-02-02T22:55:15.906Z] Removing intermediate container 9bab98a0a14a [2023-02-02T22:55:15.906Z] ---> 878dc126d051 [2023-02-02T22:55:15.906Z] Step 20/22 : LABEL arch=arm64 [2023-02-02T22:55:16.175Z] ---> Running in 9d1e33532f20 [2023-02-02T22:55:16.442Z] Removing intermediate container 9d1e33532f20 [2023-02-02T22:55:16.442Z] ---> ec137ecef224 [2023-02-02T22:55:16.442Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:55:16.718Z] ---> Running in 5aaffcbf82fa [2023-02-02T22:55:17.299Z] Removing intermediate container 5aaffcbf82fa [2023-02-02T22:55:17.299Z] ---> 530dc21449d1 [2023-02-02T22:55:17.299Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:55:17.299Z] ---> Running in 41b5b4c2dee4 [2023-02-02T22:55:17.881Z] Removing intermediate container 41b5b4c2dee4 [2023-02-02T22:55:17.881Z] ---> daea430f2a2b [2023-02-02T22:55:17.881Z] [2023-02-02T22:55:17.881Z] Successfully built daea430f2a2b [2023-02-02T22:55:17.881Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-02T22:57:39.549Z]  Building core-common-config-bootstrapper ... done Removing intermediate container efb76dafdb42 [2023-02-02T22:57:39.549Z] ---> e7efa1c39622 [2023-02-02T22:57:39.549Z] [2023-02-02T22:57:39.549Z] Step 9/32 : FROM alpine:3.16 [2023-02-02T22:57:39.549Z] ---> 2b4661558fb8 [2023-02-02T22:57:39.549Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:57:39.549Z] ---> Running in aa84f6cd4645 [2023-02-02T22:57:39.549Z] Removing intermediate container aa84f6cd4645 [2023-02-02T22:57:39.549Z] ---> 2c93d4161bc0 [2023-02-02T22:57:39.549Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-02T22:57:39.549Z] ---> Running in 7e520666bbcd [2023-02-02T22:57:39.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:57:39.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:57:39.549Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-02T22:57:39.549Z] (2/2) Installing su-exec (0.2-r1) [2023-02-02T22:57:39.549Z] Executing busybox-1.35.0-r17.trigger [2023-02-02T22:57:39.549Z] OK: 5 MiB in 16 packages [2023-02-02T22:57:39.549Z] Removing intermediate container 7e520666bbcd [2023-02-02T22:57:39.549Z] ---> 69dfec69766b [2023-02-02T22:57:39.549Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-02T22:57:39.549Z] ---> Running in 57c595f5c9d1 [2023-02-02T22:57:39.549Z] Removing intermediate container 57c595f5c9d1 [2023-02-02T22:57:39.549Z] ---> b6dc7e45176c [2023-02-02T22:57:39.549Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-02T22:57:39.549Z] ---> Running in 471fd955232d [2023-02-02T22:57:39.549Z] Removing intermediate container 471fd955232d [2023-02-02T22:57:39.549Z] ---> cd43f68975b0 [2023-02-02T22:57:39.549Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-02T22:57:39.549Z] ---> Running in de9ffdd3df10 [2023-02-02T22:57:39.549Z] Removing intermediate container de9ffdd3df10 [2023-02-02T22:57:39.549Z] ---> 66444aa8c245 [2023-02-02T22:57:39.549Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-02T22:57:39.549Z] ---> Running in db8d7704e6e4 [2023-02-02T22:57:39.549Z] Removing intermediate container db8d7704e6e4 [2023-02-02T22:57:39.549Z] ---> c3244d314072 [2023-02-02T22:57:39.549Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-02T22:57:39.549Z] ---> Running in 548c5bf6db1b [2023-02-02T22:57:40.127Z] Removing intermediate container 548c5bf6db1b [2023-02-02T22:57:40.127Z] ---> 4e8db6d48d81 [2023-02-02T22:57:40.127Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-02T22:57:40.127Z] ---> Running in bc41256de5c2 [2023-02-02T22:57:40.705Z] Removing intermediate container bc41256de5c2 [2023-02-02T22:57:40.705Z] ---> 2fd007fe26e7 [2023-02-02T22:57:40.705Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-02T22:57:41.283Z] ---> 0a121261ea18 [2023-02-02T22:57:41.283Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-02T22:57:41.552Z] ---> Running in 80ed037875eb [2023-02-02T22:57:44.131Z] Removing intermediate container 80ed037875eb [2023-02-02T22:57:44.131Z] ---> d64e14d5326d [2023-02-02T22:57:44.131Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:57:44.711Z] ---> c0ae3d3a3762 [2023-02-02T22:57:44.711Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-02T22:57:46.113Z] ---> ca1914d7dfc8 [2023-02-02T22:57:46.113Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-02T22:57:49.447Z] ---> fc36cfc57f7d [2023-02-02T22:57:49.447Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-02T22:57:49.711Z] ---> f4c8d74b26c8 [2023-02-02T22:57:49.711Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-02T22:57:50.290Z] ---> b31dbd91f36f [2023-02-02T22:57:50.290Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-02T22:57:50.876Z] ---> 0f28be1d4181 [2023-02-02T22:57:50.876Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-02T22:57:51.840Z] ---> 7d046f10cad0 [2023-02-02T22:57:51.840Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-02T22:57:51.840Z] ---> Running in cfddf96b66b6 [2023-02-02T22:57:55.172Z] Removing intermediate container cfddf96b66b6 [2023-02-02T22:57:55.172Z] ---> a1aef45d1134 [2023-02-02T22:57:55.172Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-02T22:57:55.172Z] ---> Running in 4988ca08382a [2023-02-02T22:57:55.446Z] Removing intermediate container 4988ca08382a [2023-02-02T22:57:55.446Z] ---> 563960f15b72 [2023-02-02T22:57:55.446Z] Step 29/32 : CMD ["gate"] [2023-02-02T22:57:55.713Z] ---> Running in 569c2c9ebb6f [2023-02-02T22:57:56.297Z] Removing intermediate container 569c2c9ebb6f [2023-02-02T22:57:56.297Z] ---> c5806d8428d2 [2023-02-02T22:57:56.297Z] Step 30/32 : LABEL arch=arm64 [2023-02-02T22:57:56.297Z] ---> Running in 95ea48fbbadd [2023-02-02T22:57:56.880Z] Removing intermediate container 95ea48fbbadd [2023-02-02T22:57:56.880Z] ---> feac92749dea [2023-02-02T22:57:56.880Z] Step 31/32 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:57:57.145Z] ---> Running in 439dcbbcbe58 [2023-02-02T22:57:57.727Z] Removing intermediate container 439dcbbcbe58 [2023-02-02T22:57:57.727Z] ---> f2f08f2b74a8 [2023-02-02T22:57:57.727Z] Step 32/32 : LABEL version=3.0.0-dev.32 [2023-02-02T22:57:57.727Z] ---> Running in 298db643da31 [2023-02-02T22:57:58.308Z] Removing intermediate container 298db643da31 [2023-02-02T22:57:58.308Z] ---> 7911c113cabf [2023-02-02T22:57:58.308Z] [2023-02-02T22:57:58.308Z] Successfully built 7911c113cabf [2023-02-02T22:57:58.574Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-02T22:57:59.161Z]  Building security-bootstrapper ... done Removing intermediate container 9ff50da09e61 [2023-02-02T22:57:59.161Z] ---> b623b34425d0 [2023-02-02T22:57:59.161Z] [2023-02-02T22:57:59.161Z] Step 9/19 : FROM alpine:3.15 [2023-02-02T22:57:59.161Z] ---> 8aa73fd46299 [2023-02-02T22:57:59.161Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-02T22:57:59.161Z] ---> Using cache [2023-02-02T22:57:59.161Z] ---> ff3fde4ce829 [2023-02-02T22:57:59.161Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-02T22:57:59.425Z] ---> Running in eef4768aa5b2 [2023-02-02T22:58:00.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:58:00.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:58:01.924Z] v3.15.6-290-g782130c55d8 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-02T22:58:01.924Z] v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-02T22:58:01.924Z] OK: 15736 distinct packages available [2023-02-02T22:58:01.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-02T22:58:02.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-02T22:58:02.189Z] Removing intermediate container fc743fea97ae [2023-02-02T22:58:02.189Z] ---> c56991a8b4ff [2023-02-02T22:58:02.189Z] [2023-02-02T22:58:02.189Z] Step 10/22 : FROM alpine:3.16 [2023-02-02T22:58:02.189Z] ---> 2b4661558fb8 [2023-02-02T22:58:02.189Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-02T22:58:02.189Z] ---> Using cache [2023-02-02T22:58:02.189Z] ---> 0eb53de26e85 [2023-02-02T22:58:02.189Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-02T22:58:02.189Z] ---> Using cache [2023-02-02T22:58:02.189Z] ---> ded985878bb9 [2023-02-02T22:58:02.189Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-02T22:58:02.454Z] ---> Running in f17214d0722d [2023-02-02T22:58:02.721Z] Removing intermediate container f17214d0722d [2023-02-02T22:58:02.721Z] ---> ae2a2384d98c [2023-02-02T22:58:02.721Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-02T22:58:02.721Z] ---> Running in ead322e0fb75 [2023-02-02T22:58:02.986Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-02T22:58:02.986Z] Removing intermediate container ead322e0fb75 [2023-02-02T22:58:02.986Z] ---> 4511745dc709 [2023-02-02T22:58:02.986Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:58:03.252Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-02T22:58:03.252Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-02T22:58:03.252Z] (4/9) Installing libcurl (7.80.0-r5) [2023-02-02T22:58:03.252Z] (5/9) Installing curl (7.80.0-r5) [2023-02-02T22:58:03.252Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-02T22:58:03.252Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-02T22:58:03.252Z] (8/9) Installing libucontext (1.1-r0) [2023-02-02T22:58:03.252Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-02T22:58:03.252Z] Executing busybox-1.34.1-r7.trigger [2023-02-02T22:58:03.252Z] Executing ca-certificates-20220614-r0.trigger [2023-02-02T22:58:03.519Z] OK: 8 MiB in 23 packages [2023-02-02T22:58:03.785Z] ---> e6f5069521d7 [2023-02-02T22:58:03.785Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-02T22:58:04.741Z] Removing intermediate container eef4768aa5b2 [2023-02-02T22:58:04.741Z] ---> e9910ff9871e [2023-02-02T22:58:04.741Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-02T22:58:05.328Z] ---> 185401f4b3f9 [2023-02-02T22:58:05.328Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-02T22:58:05.328Z] ---> c89ce8348b3a [2023-02-02T22:58:05.328Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-02T22:58:05.911Z] ---> cb63f65c2661 [2023-02-02T22:58:05.911Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-02T22:58:05.911Z] ---> Running in 3476ff967541 [2023-02-02T22:58:06.178Z] Removing intermediate container 3476ff967541 [2023-02-02T22:58:06.178Z] ---> 805b7d09b005 [2023-02-02T22:58:06.178Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:58:06.444Z] ---> Running in 60659beb08b2 [2023-02-02T22:58:06.712Z] ---> 1d721e1ddcbc [2023-02-02T22:58:06.712Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-02T22:58:06.712Z] Removing intermediate container 60659beb08b2 [2023-02-02T22:58:06.712Z] ---> 319ad572f55b [2023-02-02T22:58:06.712Z] Step 20/22 : LABEL arch=arm64 [2023-02-02T22:58:06.977Z] ---> Running in 24982e0911f4 [2023-02-02T22:58:07.243Z] Removing intermediate container 24982e0911f4 [2023-02-02T22:58:07.243Z] ---> cbf0791597bf [2023-02-02T22:58:07.243Z] Step 21/22 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:07.243Z] ---> Running in 749ab318c37d [2023-02-02T22:58:07.517Z] ---> 37e94c503772 [2023-02-02T22:58:07.517Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-02T22:58:07.517Z] ---> Running in 26a6b2b8e964 [2023-02-02T22:58:07.517Z] Removing intermediate container 749ab318c37d [2023-02-02T22:58:07.517Z] ---> f2861f043fe3 [2023-02-02T22:58:07.517Z] Step 22/22 : LABEL version=3.0.0-dev.32 [2023-02-02T22:58:07.784Z] ---> Running in b4580071cbdd [2023-02-02T22:58:07.784Z] Removing intermediate container 26a6b2b8e964 [2023-02-02T22:58:07.784Z] ---> a72dd236f3de [2023-02-02T22:58:07.784Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-02T22:58:07.784Z] ---> Running in 1148aa98d513 [2023-02-02T22:58:08.057Z] Removing intermediate container b4580071cbdd [2023-02-02T22:58:08.057Z] ---> 717c40679db3 [2023-02-02T22:58:08.057Z] [2023-02-02T22:58:08.057Z] Successfully built 717c40679db3 [2023-02-02T22:58:08.057Z] Successfully tagged support-scheduler-arm64:latest [2023-02-02T22:58:08.323Z]  Building support-scheduler ... done Removing intermediate container 1148aa98d513 [2023-02-02T22:58:08.323Z] ---> 2711539d6eec [2023-02-02T22:58:08.323Z] Step 17/19 : LABEL arch=arm64 [2023-02-02T22:58:08.323Z] ---> Running in 1e1f2fe1bb34 [2023-02-02T22:58:08.589Z] Removing intermediate container 1e1f2fe1bb34 [2023-02-02T22:58:08.589Z] ---> caa67bfb0dbb [2023-02-02T22:58:08.589Z] Step 18/19 : LABEL git_sha=673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:08.589Z] ---> Running in 5675b8a85001 [2023-02-02T22:58:08.856Z] Removing intermediate container 5675b8a85001 [2023-02-02T22:58:08.856Z] ---> a2a88bc05870 [2023-02-02T22:58:08.856Z] Step 19/19 : LABEL version=3.0.0-dev.32 [2023-02-02T22:58:08.856Z] ---> Running in 5b90199adf0f [2023-02-02T22:58:09.122Z] Removing intermediate container 5b90199adf0f [2023-02-02T22:58:09.122Z] ---> 703320d7f4d6 [2023-02-02T22:58:09.122Z] [2023-02-02T22:58:09.386Z] Successfully built 703320d7f4d6 [2023-02-02T22:58:09.386Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-02T22:58:09.661Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2023-02-02T22:58:09.674Z] $ docker stop --time=1 c84e38bcae2b4e79e147d39fd97424cc51f633ecbc705d97f024fedd05d3a448 [2023-02-02T22:58:11.260Z] $ docker rm -f --volumes c84e38bcae2b4e79e147d39fd97424cc51f633ecbc705d97f024fedd05d3a448 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T22:58:11.698Z] + docker images [2023-02-02T22:58:11.962Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-02T22:58:11.962Z] security-spiffe-token-provider-arm64 latest 703320d7f4d6 2 seconds ago 28.9MB [2023-02-02T22:58:11.962Z] support-scheduler-arm64 latest 717c40679db3 4 seconds ago 29MB [2023-02-02T22:58:11.962Z] c56991a8b4ff 10 seconds ago 1.4GB [2023-02-02T22:58:11.962Z] b623b34425d0 13 seconds ago 1.37GB [2023-02-02T22:58:11.962Z] security-bootstrapper-arm64 latest 7911c113cabf 14 seconds ago 19.5MB [2023-02-02T22:58:11.962Z] e7efa1c39622 42 seconds ago 1.33GB [2023-02-02T22:58:11.963Z] core-common-config-bootstrapper-arm64 latest daea430f2a2b 2 minutes ago 14.9MB [2023-02-02T22:58:11.963Z] 316e7d129f5a 3 minutes ago 1.34GB [2023-02-02T22:58:11.963Z] core-command-arm64 latest df867b80c25b 3 minutes ago 17MB [2023-02-02T22:58:11.963Z] 988260f6bd6c 3 minutes ago 1.34GB [2023-02-02T22:58:11.963Z] support-notifications-arm64 latest f5e35db78e0f 5 minutes ago 29.5MB [2023-02-02T22:58:11.963Z] 62e66e1c9ed8 5 minutes ago 1.4GB [2023-02-02T22:58:11.963Z] security-spire-config-arm64 latest 96e83eaf42f8 7 minutes ago 83.6MB [2023-02-02T22:58:11.963Z] f0360dbc06e7 7 minutes ago 1.21GB [2023-02-02T22:58:11.963Z] security-spire-agent-arm64 latest 87545b9f594a 7 minutes ago 122MB [2023-02-02T22:58:11.963Z] 5637dfc8745a 8 minutes ago 1.21GB [2023-02-02T22:58:11.963Z] core-metadata-arm64 latest 20283aef06ed 9 minutes ago 17.8MB [2023-02-02T22:58:11.963Z] core-data-arm64 latest 5a8677d41c4b 9 minutes ago 17.2MB [2023-02-02T22:58:11.963Z] ec3f9d879e56 9 minutes ago 1.35GB [2023-02-02T22:58:11.963Z] 016e014ed6c9 9 minutes ago 1.35GB [2023-02-02T22:58:11.963Z] security-secretstore-setup-arm64 latest 760ad424f5a4 10 minutes ago 28.7MB [2023-02-02T22:58:11.963Z] security-proxy-setup-arm64 latest dad775185c32 10 minutes ago 26.8MB [2023-02-02T22:58:11.963Z] e2e2b5a8f967 10 minutes ago 1.33GB [2023-02-02T22:58:11.963Z] c1b33fcd0cdf 10 minutes ago 1.33GB [2023-02-02T22:58:11.963Z] security-spire-server-arm64 latest 1d5b149f25de 16 minutes ago 84.3MB [2023-02-02T22:58:11.963Z] 3c41a9670478 16 minutes ago 1.21GB [2023-02-02T22:58:11.963Z] ci-base-image-arm64 latest 3c8c4595ef93 19 minutes ago 905MB [2023-02-02T22:58:11.963Z] alpine 3.16 2b4661558fb8 2 months ago 5.29MB [2023-02-02T22:58:11.963Z] alpine 3.15 8aa73fd46299 2 months ago 5.33MB [2023-02-02T22:58:11.963Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-02T22:58:11.963Z] 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-02-02T22:58:12.075Z] provisioning config files... [2023-02-02T22:58:12.087Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/391@tmp/config3824342365792830812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T22:58:12.410Z] ---> docker-login.sh [2023-02-02T22:58:12.410Z] nexus3.edgexfoundry.org:10001 [2023-02-02T22:58:12.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:58:12.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:58:12.675Z] Configure a credential helper to remove this warning. See [2023-02-02T22:58:12.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:58:12.675Z] [2023-02-02T22:58:12.675Z] Login Succeeded [2023-02-02T22:58:12.675Z] nexus3.edgexfoundry.org:10002 [2023-02-02T22:58:12.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:58:12.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:58:12.940Z] Configure a credential helper to remove this warning. See [2023-02-02T22:58:12.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:58:12.940Z] [2023-02-02T22:58:12.940Z] Login Succeeded [2023-02-02T22:58:12.940Z] nexus3.edgexfoundry.org:10003 [2023-02-02T22:58:13.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:58:13.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:58:13.469Z] Configure a credential helper to remove this warning. See [2023-02-02T22:58:13.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:58:13.469Z] [2023-02-02T22:58:13.469Z] Login Succeeded [2023-02-02T22:58:13.469Z] nexus3.edgexfoundry.org:10004 [2023-02-02T22:58:13.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:58:13.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:58:13.733Z] Configure a credential helper to remove this warning. See [2023-02-02T22:58:13.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:58:13.733Z] [2023-02-02T22:58:13.733Z] Login Succeeded [2023-02-02T22:58:13.733Z] docker.io [2023-02-02T22:58:13.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-02T22:58:14.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-02T22:58:14.260Z] Configure a credential helper to remove this warning. See [2023-02-02T22:58:14.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-02T22:58:14.260Z] [2023-02-02T22:58:14.260Z] Login Succeeded [2023-02-02T22:58:14.260Z] ---> docker-login.sh ends [Pipeline] } [2023-02-02T22:58:14.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:58:14.293Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-02T22:58:14.309Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-02-02T22:58:14.309Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:14.309Z] latest [2023-02-02T22:58:14.309Z] 3.0.0-dev.32 [2023-02-02T22:58:14.309Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:14.309Z] main [2023-02-02T22:58:14.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:14.634Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:14.965Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:14.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-02T22:58:14.965Z] 486b88ecfbe6: Preparing [2023-02-02T22:58:14.965Z] 9381469ce1c3: Preparing [2023-02-02T22:58:14.965Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:14.965Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:14.965Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:14.965Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:15.228Z] 486b88ecfbe6: Pushed [2023-02-02T22:58:15.228Z] dfc6aff67f0d: Pushed [2023-02-02T22:58:15.228Z] 6be9b5aa00f0: Pushed [2023-02-02T22:58:17.792Z] 9381469ce1c3: Pushed [2023-02-02T22:58:17.792Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:e5bcd394b81d4ed60f07fd11151e6abea91fd76d4358809af89959f51c80bd0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:18.119Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:18.442Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-02T22:58:18.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-02T22:58:18.442Z] 486b88ecfbe6: Preparing [2023-02-02T22:58:18.442Z] 9381469ce1c3: Preparing [2023-02-02T22:58:18.442Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:18.442Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:18.442Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:18.442Z] 486b88ecfbe6: Layer already exists [2023-02-02T22:58:18.442Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:18.442Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:18.442Z] 9381469ce1c3: Layer already exists [2023-02-02T22:58:18.442Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:18.442Z] latest: digest: sha256:e5bcd394b81d4ed60f07fd11151e6abea91fd76d4358809af89959f51c80bd0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:18.772Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:19.097Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.32 [2023-02-02T22:58:19.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-02T22:58:19.097Z] 486b88ecfbe6: Preparing [2023-02-02T22:58:19.097Z] 9381469ce1c3: Preparing [2023-02-02T22:58:19.097Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:19.097Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:19.097Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:19.097Z] 486b88ecfbe6: Layer already exists [2023-02-02T22:58:19.097Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:19.097Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:19.097Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:19.097Z] 9381469ce1c3: Layer already exists [2023-02-02T22:58:19.097Z] 3.0.0-dev.32: digest: sha256:e5bcd394b81d4ed60f07fd11151e6abea91fd76d4358809af89959f51c80bd0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:19.438Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:19.768Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:19.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-02T22:58:19.768Z] 486b88ecfbe6: Preparing [2023-02-02T22:58:19.768Z] 9381469ce1c3: Preparing [2023-02-02T22:58:19.768Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:19.768Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:19.768Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:19.768Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:19.768Z] 486b88ecfbe6: Layer already exists [2023-02-02T22:58:19.768Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:19.768Z] 9381469ce1c3: Layer already exists [2023-02-02T22:58:19.768Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:19.768Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:e5bcd394b81d4ed60f07fd11151e6abea91fd76d4358809af89959f51c80bd0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:20.102Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:20.430Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-02-02T22:58:20.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-02-02T22:58:20.430Z] 486b88ecfbe6: Preparing [2023-02-02T22:58:20.430Z] 9381469ce1c3: Preparing [2023-02-02T22:58:20.430Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:20.430Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:20.430Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:20.430Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:20.430Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:20.430Z] 486b88ecfbe6: Layer already exists [2023-02-02T22:58:20.430Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:20.430Z] 9381469ce1c3: Layer already exists [2023-02-02T22:58:20.430Z] main: digest: sha256:e5bcd394b81d4ed60f07fd11151e6abea91fd76d4358809af89959f51c80bd0f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:58:20.469Z] ===================================================== [Pipeline] echo [2023-02-02T22:58:20.475Z] taggedImages: [2023-02-02T22:58:20.475Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:20.475Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-02-02T22:58:20.475Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.32 [2023-02-02T22:58:20.475Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:20.475Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-02-02T22:58:20.489Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-02-02T22:58:20.489Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:20.489Z] latest [2023-02-02T22:58:20.489Z] 3.0.0-dev.32 [2023-02-02T22:58:20.489Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:20.489Z] main [2023-02-02T22:58:20.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:20.815Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:21.143Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:21.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-02T22:58:21.143Z] 5ad770b28f6a: Preparing [2023-02-02T22:58:21.143Z] f0f8b163db3d: Preparing [2023-02-02T22:58:21.143Z] 3c9974b240c7: Preparing [2023-02-02T22:58:21.143Z] 08cbc9eee445: Preparing [2023-02-02T22:58:21.143Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:21.143Z] c6b24b29a01d: Preparing [2023-02-02T22:58:21.143Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:21.143Z] c6b24b29a01d: Waiting [2023-02-02T22:58:21.143Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:21.143Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:21.408Z] 3c9974b240c7: Pushed [2023-02-02T22:58:21.408Z] 5ad770b28f6a: Pushed [2023-02-02T22:58:21.408Z] f0f8b163db3d: Pushed [2023-02-02T22:58:21.408Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:21.408Z] c6b24b29a01d: Pushed [2023-02-02T22:58:23.972Z] 08cbc9eee445: Pushed [2023-02-02T22:58:23.972Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:a5e043230c978c1d985185d71b478a591eaa43369cb8cd2355231786ae6432fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:24.304Z] + 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-02-02T22:58:24.632Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-02T22:58:24.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-02T22:58:24.633Z] 5ad770b28f6a: Preparing [2023-02-02T22:58:24.633Z] f0f8b163db3d: Preparing [2023-02-02T22:58:24.633Z] 3c9974b240c7: Preparing [2023-02-02T22:58:24.633Z] 08cbc9eee445: Preparing [2023-02-02T22:58:24.633Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:24.633Z] c6b24b29a01d: Preparing [2023-02-02T22:58:24.633Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:24.633Z] c6b24b29a01d: Waiting [2023-02-02T22:58:24.633Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:24.633Z] f0f8b163db3d: Layer already exists [2023-02-02T22:58:24.633Z] 5ad770b28f6a: Layer already exists [2023-02-02T22:58:24.633Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:24.633Z] 08cbc9eee445: Layer already exists [2023-02-02T22:58:24.633Z] 3c9974b240c7: Layer already exists [2023-02-02T22:58:24.633Z] c6b24b29a01d: Layer already exists [2023-02-02T22:58:24.633Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:24.896Z] latest: digest: sha256:a5e043230c978c1d985185d71b478a591eaa43369cb8cd2355231786ae6432fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:25.226Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:25.557Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.32 [2023-02-02T22:58:25.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-02T22:58:25.557Z] 5ad770b28f6a: Preparing [2023-02-02T22:58:25.557Z] f0f8b163db3d: Preparing [2023-02-02T22:58:25.557Z] 3c9974b240c7: Preparing [2023-02-02T22:58:25.557Z] 08cbc9eee445: Preparing [2023-02-02T22:58:25.557Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:25.557Z] c6b24b29a01d: Preparing [2023-02-02T22:58:25.557Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:25.557Z] c6b24b29a01d: Waiting [2023-02-02T22:58:25.557Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:25.557Z] 3c9974b240c7: Layer already exists [2023-02-02T22:58:25.557Z] 5ad770b28f6a: Layer already exists [2023-02-02T22:58:25.557Z] f0f8b163db3d: Layer already exists [2023-02-02T22:58:25.557Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:25.557Z] 08cbc9eee445: Layer already exists [2023-02-02T22:58:25.557Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:25.557Z] c6b24b29a01d: Layer already exists [2023-02-02T22:58:25.557Z] 3.0.0-dev.32: digest: sha256:a5e043230c978c1d985185d71b478a591eaa43369cb8cd2355231786ae6432fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:26.191Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:26.527Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:26.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-02T22:58:26.527Z] 5ad770b28f6a: Preparing [2023-02-02T22:58:26.527Z] f0f8b163db3d: Preparing [2023-02-02T22:58:26.527Z] 3c9974b240c7: Preparing [2023-02-02T22:58:26.527Z] 08cbc9eee445: Preparing [2023-02-02T22:58:26.527Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:26.527Z] c6b24b29a01d: Preparing [2023-02-02T22:58:26.528Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:26.528Z] c6b24b29a01d: Waiting [2023-02-02T22:58:26.528Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:26.528Z] 3c9974b240c7: Layer already exists [2023-02-02T22:58:26.528Z] f0f8b163db3d: Layer already exists [2023-02-02T22:58:26.528Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:26.528Z] 08cbc9eee445: Layer already exists [2023-02-02T22:58:26.528Z] 5ad770b28f6a: Layer already exists [2023-02-02T22:58:26.528Z] c6b24b29a01d: Layer already exists [2023-02-02T22:58:26.528Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:26.793Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:a5e043230c978c1d985185d71b478a591eaa43369cb8cd2355231786ae6432fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:27.134Z] + 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-02-02T22:58:27.474Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-02-02T22:58:27.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-02-02T22:58:27.474Z] 5ad770b28f6a: Preparing [2023-02-02T22:58:27.474Z] f0f8b163db3d: Preparing [2023-02-02T22:58:27.474Z] 3c9974b240c7: Preparing [2023-02-02T22:58:27.474Z] 08cbc9eee445: Preparing [2023-02-02T22:58:27.474Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:27.474Z] c6b24b29a01d: Preparing [2023-02-02T22:58:27.474Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:27.474Z] c6b24b29a01d: Waiting [2023-02-02T22:58:27.474Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:27.474Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:27.474Z] 5ad770b28f6a: Layer already exists [2023-02-02T22:58:27.474Z] 3c9974b240c7: Layer already exists [2023-02-02T22:58:27.474Z] f0f8b163db3d: Layer already exists [2023-02-02T22:58:27.474Z] 08cbc9eee445: Layer already exists [2023-02-02T22:58:27.474Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:27.474Z] c6b24b29a01d: Layer already exists [2023-02-02T22:58:27.743Z] main: digest: sha256:a5e043230c978c1d985185d71b478a591eaa43369cb8cd2355231786ae6432fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:58:27.794Z] ===================================================== [Pipeline] echo [2023-02-02T22:58:27.799Z] taggedImages: [2023-02-02T22:58:27.799Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:27.799Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-02-02T22:58:27.799Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.32 [2023-02-02T22:58:27.799Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:27.799Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-02-02T22:58:27.815Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-02-02T22:58:27.815Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:27.815Z] latest [2023-02-02T22:58:27.815Z] 3.0.0-dev.32 [2023-02-02T22:58:27.815Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:27.815Z] main [2023-02-02T22:58:27.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:28.161Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:28.484Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:28.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-02T22:58:28.484Z] ac81245c088a: Preparing [2023-02-02T22:58:28.484Z] 58f66c4e3f81: Preparing [2023-02-02T22:58:28.484Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:28.484Z] 44bd3fac583c: Preparing [2023-02-02T22:58:28.484Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:28.484Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:28.484Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:28.748Z] ac81245c088a: Pushed [2023-02-02T22:58:28.748Z] 44bd3fac583c: Pushed [2023-02-02T22:58:31.313Z] 58f66c4e3f81: Pushed [2023-02-02T22:58:31.313Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:473901dddf2a89c9795a0b16fef5e5e7a8ca6f6c3b173e738feb318937542b2f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:31.651Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:31.975Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-02T22:58:31.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-02T22:58:31.975Z] ac81245c088a: Preparing [2023-02-02T22:58:31.975Z] 58f66c4e3f81: Preparing [2023-02-02T22:58:31.975Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:31.975Z] 44bd3fac583c: Preparing [2023-02-02T22:58:31.975Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:31.975Z] 58f66c4e3f81: Layer already exists [2023-02-02T22:58:31.975Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:31.975Z] 44bd3fac583c: Layer already exists [2023-02-02T22:58:31.975Z] ac81245c088a: Layer already exists [2023-02-02T22:58:31.975Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:31.975Z] latest: digest: sha256:473901dddf2a89c9795a0b16fef5e5e7a8ca6f6c3b173e738feb318937542b2f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:32.307Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:32.651Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.32 [2023-02-02T22:58:32.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-02T22:58:32.652Z] ac81245c088a: Preparing [2023-02-02T22:58:32.652Z] 58f66c4e3f81: Preparing [2023-02-02T22:58:32.652Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:32.652Z] 44bd3fac583c: Preparing [2023-02-02T22:58:32.652Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:32.652Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:32.652Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:32.652Z] ac81245c088a: Layer already exists [2023-02-02T22:58:32.652Z] 58f66c4e3f81: Layer already exists [2023-02-02T22:58:32.652Z] 44bd3fac583c: Layer already exists [2023-02-02T22:58:32.652Z] 3.0.0-dev.32: digest: sha256:473901dddf2a89c9795a0b16fef5e5e7a8ca6f6c3b173e738feb318937542b2f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:32.992Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:33.328Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:33.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-02T22:58:33.328Z] ac81245c088a: Preparing [2023-02-02T22:58:33.328Z] 58f66c4e3f81: Preparing [2023-02-02T22:58:33.328Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:33.328Z] 44bd3fac583c: Preparing [2023-02-02T22:58:33.328Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:33.328Z] ac81245c088a: Layer already exists [2023-02-02T22:58:33.328Z] 58f66c4e3f81: Layer already exists [2023-02-02T22:58:33.328Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:33.328Z] 44bd3fac583c: Layer already exists [2023-02-02T22:58:33.328Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:33.328Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:473901dddf2a89c9795a0b16fef5e5e7a8ca6f6c3b173e738feb318937542b2f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:33.937Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:34.270Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-02-02T22:58:34.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-02-02T22:58:34.270Z] ac81245c088a: Preparing [2023-02-02T22:58:34.270Z] 58f66c4e3f81: Preparing [2023-02-02T22:58:34.270Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:34.270Z] 44bd3fac583c: Preparing [2023-02-02T22:58:34.270Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:34.270Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:34.270Z] 58f66c4e3f81: Layer already exists [2023-02-02T22:58:34.270Z] ac81245c088a: Layer already exists [2023-02-02T22:58:34.270Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:34.270Z] 44bd3fac583c: Layer already exists [2023-02-02T22:58:34.270Z] main: digest: sha256:473901dddf2a89c9795a0b16fef5e5e7a8ca6f6c3b173e738feb318937542b2f size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:58:34.581Z] ===================================================== [Pipeline] echo [2023-02-02T22:58:34.589Z] taggedImages: [2023-02-02T22:58:34.589Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:34.589Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-02-02T22:58:34.589Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.32 [2023-02-02T22:58:34.589Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:34.589Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-02-02T22:58:34.611Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-02-02T22:58:34.611Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:34.611Z] latest [2023-02-02T22:58:34.611Z] 3.0.0-dev.32 [2023-02-02T22:58:34.611Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:34.611Z] main [2023-02-02T22:58:34.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:34.954Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:35.292Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:35.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-02T22:58:35.292Z] 56455506bd82: Preparing [2023-02-02T22:58:35.292Z] 1d800a393460: Preparing [2023-02-02T22:58:35.292Z] c84fc1bbc344: Preparing [2023-02-02T22:58:35.292Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:35.292Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:35.292Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:35.292Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:35.292Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:35.292Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:35.292Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:35.557Z] 56455506bd82: Pushed [2023-02-02T22:58:35.557Z] 1d800a393460: Pushed [2023-02-02T22:58:38.124Z] c84fc1bbc344: Pushed [2023-02-02T22:58:38.389Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:fa37d0bf0bb1936f8abcaf6ef085ddcd2978ced83c0844150d51ad915c7fdc0e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:38.721Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:39.049Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-02T22:58:39.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-02T22:58:39.049Z] 56455506bd82: Preparing [2023-02-02T22:58:39.049Z] 1d800a393460: Preparing [2023-02-02T22:58:39.049Z] c84fc1bbc344: Preparing [2023-02-02T22:58:39.049Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:39.049Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:39.049Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:39.049Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:39.049Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:39.049Z] 56455506bd82: Layer already exists [2023-02-02T22:58:39.049Z] 1d800a393460: Layer already exists [2023-02-02T22:58:39.049Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:39.049Z] c84fc1bbc344: Layer already exists [2023-02-02T22:58:39.049Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:39.049Z] latest: digest: sha256:fa37d0bf0bb1936f8abcaf6ef085ddcd2978ced83c0844150d51ad915c7fdc0e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:39.385Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:39.719Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.32 [2023-02-02T22:58:39.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-02T22:58:39.719Z] 56455506bd82: Preparing [2023-02-02T22:58:39.719Z] 1d800a393460: Preparing [2023-02-02T22:58:39.719Z] c84fc1bbc344: Preparing [2023-02-02T22:58:39.719Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:39.719Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:39.719Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:39.719Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:39.719Z] 56455506bd82: Layer already exists [2023-02-02T22:58:39.719Z] 1d800a393460: Layer already exists [2023-02-02T22:58:39.719Z] c84fc1bbc344: Layer already exists [2023-02-02T22:58:39.719Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:39.719Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:39.719Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:39.719Z] 3.0.0-dev.32: digest: sha256:fa37d0bf0bb1936f8abcaf6ef085ddcd2978ced83c0844150d51ad915c7fdc0e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:40.325Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:40.665Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:40.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-02T22:58:40.666Z] 56455506bd82: Preparing [2023-02-02T22:58:40.666Z] 1d800a393460: Preparing [2023-02-02T22:58:40.666Z] c84fc1bbc344: Preparing [2023-02-02T22:58:40.666Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:40.666Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:40.666Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:40.666Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:40.666Z] 1d800a393460: Layer already exists [2023-02-02T22:58:40.666Z] c84fc1bbc344: Layer already exists [2023-02-02T22:58:40.666Z] 56455506bd82: Layer already exists [2023-02-02T22:58:40.666Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:40.666Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:40.666Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:40.933Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:fa37d0bf0bb1936f8abcaf6ef085ddcd2978ced83c0844150d51ad915c7fdc0e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:41.280Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:41.615Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-02-02T22:58:41.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-02-02T22:58:41.615Z] 56455506bd82: Preparing [2023-02-02T22:58:41.615Z] 1d800a393460: Preparing [2023-02-02T22:58:41.615Z] c84fc1bbc344: Preparing [2023-02-02T22:58:41.615Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:41.615Z] dfc6aff67f0d: Preparing [2023-02-02T22:58:41.615Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:41.615Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:41.615Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:41.615Z] 1d800a393460: Layer already exists [2023-02-02T22:58:41.615Z] 56455506bd82: Layer already exists [2023-02-02T22:58:41.615Z] dfc6aff67f0d: Layer already exists [2023-02-02T22:58:41.615Z] c84fc1bbc344: Layer already exists [2023-02-02T22:58:41.615Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:41.881Z] main: digest: sha256:fa37d0bf0bb1936f8abcaf6ef085ddcd2978ced83c0844150d51ad915c7fdc0e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:58:41.922Z] ===================================================== [Pipeline] echo [2023-02-02T22:58:41.928Z] taggedImages: [2023-02-02T22:58:41.928Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:41.928Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-02-02T22:58:41.928Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.32 [2023-02-02T22:58:41.928Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:41.928Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-02-02T22:58:41.943Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-02-02T22:58:41.943Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:41.943Z] latest [2023-02-02T22:58:41.943Z] 3.0.0-dev.32 [2023-02-02T22:58:41.943Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:41.943Z] main [2023-02-02T22:58:41.943Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:42.276Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:42.608Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:42.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-02T22:58:42.608Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:42.608Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:42.608Z] 6616679761e9: Preparing [2023-02-02T22:58:42.608Z] e9057131c5c5: Preparing [2023-02-02T22:58:42.608Z] 87e60fd02454: Preparing [2023-02-02T22:58:42.608Z] e53d16e94af6: Preparing [2023-02-02T22:58:42.608Z] 044ea145f5ad: Preparing [2023-02-02T22:58:42.608Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:42.608Z] def5ed0d34f4: Preparing [2023-02-02T22:58:42.608Z] 9308fc0112ed: Preparing [2023-02-02T22:58:42.608Z] 17bc2f72dbb8: Preparing [2023-02-02T22:58:42.608Z] 22bf10651acf: Preparing [2023-02-02T22:58:42.608Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:42.608Z] 6be9b5aa00f0: Waiting [2023-02-02T22:58:42.608Z] def5ed0d34f4: Waiting [2023-02-02T22:58:42.608Z] 9308fc0112ed: Waiting [2023-02-02T22:58:42.608Z] 17bc2f72dbb8: Waiting [2023-02-02T22:58:42.608Z] 22bf10651acf: Waiting [2023-02-02T22:58:42.608Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:42.608Z] 044ea145f5ad: Waiting [2023-02-02T22:58:42.874Z] 87e60fd02454: Pushed [2023-02-02T22:58:42.874Z] 6616679761e9: Pushed [2023-02-02T22:58:42.874Z] e7cad7dad5c7: Pushed [2023-02-02T22:58:42.874Z] e9057131c5c5: Pushed [2023-02-02T22:58:42.874Z] e53d16e94af6: Pushed [2023-02-02T22:58:42.874Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:43.138Z] 9308fc0112ed: Pushed [2023-02-02T22:58:43.138Z] def5ed0d34f4: Pushed [2023-02-02T22:58:43.138Z] 22bf10651acf: Pushed [2023-02-02T22:58:43.138Z] 17bc2f72dbb8: Pushed [2023-02-02T22:58:43.138Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:46.460Z] 044ea145f5ad: Pushed [2023-02-02T22:58:46.460Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:63cc668f1938c362395653c02ea02194592472c1c0ca856fd537bbf69d119db1 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:46.807Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:47.132Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-02T22:58:47.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-02T22:58:47.132Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:47.132Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:47.132Z] 6616679761e9: Preparing [2023-02-02T22:58:47.132Z] e9057131c5c5: Preparing [2023-02-02T22:58:47.132Z] 87e60fd02454: Preparing [2023-02-02T22:58:47.132Z] e53d16e94af6: Preparing [2023-02-02T22:58:47.132Z] 044ea145f5ad: Preparing [2023-02-02T22:58:47.132Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:47.132Z] def5ed0d34f4: Preparing [2023-02-02T22:58:47.132Z] 9308fc0112ed: Preparing [2023-02-02T22:58:47.132Z] 17bc2f72dbb8: Preparing [2023-02-02T22:58:47.132Z] 22bf10651acf: Preparing [2023-02-02T22:58:47.132Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:47.132Z] 9308fc0112ed: Waiting [2023-02-02T22:58:47.132Z] 17bc2f72dbb8: Waiting [2023-02-02T22:58:47.132Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:47.132Z] 22bf10651acf: Waiting [2023-02-02T22:58:47.132Z] 044ea145f5ad: Waiting [2023-02-02T22:58:47.132Z] 6be9b5aa00f0: Waiting [2023-02-02T22:58:47.132Z] def5ed0d34f4: Waiting [2023-02-02T22:58:47.132Z] e9057131c5c5: Layer already exists [2023-02-02T22:58:47.132Z] 6616679761e9: Layer already exists [2023-02-02T22:58:47.132Z] 87e60fd02454: Layer already exists [2023-02-02T22:58:47.132Z] e7cad7dad5c7: Layer already exists [2023-02-02T22:58:47.132Z] e53d16e94af6: Layer already exists [2023-02-02T22:58:47.132Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:47.132Z] 9308fc0112ed: Layer already exists [2023-02-02T22:58:47.132Z] 044ea145f5ad: Layer already exists [2023-02-02T22:58:47.132Z] 17bc2f72dbb8: Layer already exists [2023-02-02T22:58:47.132Z] def5ed0d34f4: Layer already exists [2023-02-02T22:58:47.132Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:47.132Z] 22bf10651acf: Layer already exists [2023-02-02T22:58:49.695Z] latest: digest: sha256:63cc668f1938c362395653c02ea02194592472c1c0ca856fd537bbf69d119db1 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:50.031Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:50.360Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.32 [2023-02-02T22:58:50.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-02T22:58:50.360Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:50.360Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:50.360Z] 6616679761e9: Preparing [2023-02-02T22:58:50.360Z] e9057131c5c5: Preparing [2023-02-02T22:58:50.360Z] 87e60fd02454: Preparing [2023-02-02T22:58:50.360Z] e53d16e94af6: Preparing [2023-02-02T22:58:50.360Z] 044ea145f5ad: Preparing [2023-02-02T22:58:50.360Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:50.360Z] def5ed0d34f4: Preparing [2023-02-02T22:58:50.360Z] 9308fc0112ed: Preparing [2023-02-02T22:58:50.360Z] 17bc2f72dbb8: Preparing [2023-02-02T22:58:50.360Z] 22bf10651acf: Preparing [2023-02-02T22:58:50.360Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:50.360Z] 044ea145f5ad: Waiting [2023-02-02T22:58:50.360Z] 17bc2f72dbb8: Waiting [2023-02-02T22:58:50.360Z] 6be9b5aa00f0: Waiting [2023-02-02T22:58:50.360Z] 22bf10651acf: Waiting [2023-02-02T22:58:50.360Z] def5ed0d34f4: Waiting [2023-02-02T22:58:50.360Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:50.360Z] 87e60fd02454: Layer already exists [2023-02-02T22:58:50.360Z] e53d16e94af6: Layer already exists [2023-02-02T22:58:50.360Z] e9057131c5c5: Layer already exists [2023-02-02T22:58:50.360Z] e7cad7dad5c7: Layer already exists [2023-02-02T22:58:50.360Z] 6616679761e9: Layer already exists [2023-02-02T22:58:50.360Z] 17bc2f72dbb8: Layer already exists [2023-02-02T22:58:50.360Z] def5ed0d34f4: Layer already exists [2023-02-02T22:58:50.360Z] 044ea145f5ad: Layer already exists [2023-02-02T22:58:50.360Z] 9308fc0112ed: Layer already exists [2023-02-02T22:58:50.360Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:50.360Z] 22bf10651acf: Layer already exists [2023-02-02T22:58:50.360Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:50.626Z] 3.0.0-dev.32: digest: sha256:63cc668f1938c362395653c02ea02194592472c1c0ca856fd537bbf69d119db1 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:50.973Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:51.304Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:51.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-02T22:58:51.305Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:51.305Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:51.305Z] 6616679761e9: Preparing [2023-02-02T22:58:51.305Z] e9057131c5c5: Preparing [2023-02-02T22:58:51.305Z] 87e60fd02454: Preparing [2023-02-02T22:58:51.305Z] e53d16e94af6: Preparing [2023-02-02T22:58:51.305Z] 044ea145f5ad: Preparing [2023-02-02T22:58:51.305Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:51.305Z] def5ed0d34f4: Preparing [2023-02-02T22:58:51.305Z] 9308fc0112ed: Preparing [2023-02-02T22:58:51.305Z] 17bc2f72dbb8: Preparing [2023-02-02T22:58:51.305Z] 22bf10651acf: Preparing [2023-02-02T22:58:51.305Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:51.305Z] 044ea145f5ad: Waiting [2023-02-02T22:58:51.305Z] 6be9b5aa00f0: Waiting [2023-02-02T22:58:51.305Z] def5ed0d34f4: Waiting [2023-02-02T22:58:51.305Z] 9308fc0112ed: Waiting [2023-02-02T22:58:51.305Z] 17bc2f72dbb8: Waiting [2023-02-02T22:58:51.305Z] 22bf10651acf: Waiting [2023-02-02T22:58:51.305Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:51.305Z] e53d16e94af6: Layer already exists [2023-02-02T22:58:51.305Z] e7cad7dad5c7: Layer already exists [2023-02-02T22:58:51.305Z] 6616679761e9: Layer already exists [2023-02-02T22:58:51.305Z] 87e60fd02454: Layer already exists [2023-02-02T22:58:51.305Z] e9057131c5c5: Layer already exists [2023-02-02T22:58:51.305Z] 044ea145f5ad: Layer already exists [2023-02-02T22:58:51.305Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:51.305Z] 9308fc0112ed: Layer already exists [2023-02-02T22:58:51.305Z] 17bc2f72dbb8: Layer already exists [2023-02-02T22:58:51.305Z] def5ed0d34f4: Layer already exists [2023-02-02T22:58:51.305Z] 22bf10651acf: Layer already exists [2023-02-02T22:58:51.305Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:51.569Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:63cc668f1938c362395653c02ea02194592472c1c0ca856fd537bbf69d119db1 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:51.903Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:52.232Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-02-02T22:58:52.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-02-02T22:58:52.233Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:52.233Z] e7cad7dad5c7: Preparing [2023-02-02T22:58:52.233Z] 6616679761e9: Preparing [2023-02-02T22:58:52.233Z] e9057131c5c5: Preparing [2023-02-02T22:58:52.233Z] 87e60fd02454: Preparing [2023-02-02T22:58:52.233Z] e53d16e94af6: Preparing [2023-02-02T22:58:52.233Z] 044ea145f5ad: Preparing [2023-02-02T22:58:52.233Z] 6be9b5aa00f0: Preparing [2023-02-02T22:58:52.233Z] def5ed0d34f4: Preparing [2023-02-02T22:58:52.233Z] 9308fc0112ed: Preparing [2023-02-02T22:58:52.233Z] 17bc2f72dbb8: Preparing [2023-02-02T22:58:52.233Z] 22bf10651acf: Preparing [2023-02-02T22:58:52.233Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:52.233Z] 044ea145f5ad: Waiting [2023-02-02T22:58:52.233Z] 6be9b5aa00f0: Waiting [2023-02-02T22:58:52.233Z] def5ed0d34f4: Waiting [2023-02-02T22:58:52.233Z] 9308fc0112ed: Waiting [2023-02-02T22:58:52.233Z] 17bc2f72dbb8: Waiting [2023-02-02T22:58:52.233Z] 22bf10651acf: Waiting [2023-02-02T22:58:52.233Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:52.233Z] e7cad7dad5c7: Layer already exists [2023-02-02T22:58:52.233Z] e9057131c5c5: Layer already exists [2023-02-02T22:58:52.233Z] 6616679761e9: Layer already exists [2023-02-02T22:58:52.233Z] e53d16e94af6: Layer already exists [2023-02-02T22:58:52.233Z] 87e60fd02454: Layer already exists [2023-02-02T22:58:52.233Z] 9308fc0112ed: Layer already exists [2023-02-02T22:58:52.233Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:58:52.233Z] def5ed0d34f4: Layer already exists [2023-02-02T22:58:52.233Z] 17bc2f72dbb8: Layer already exists [2023-02-02T22:58:52.233Z] 044ea145f5ad: Layer already exists [2023-02-02T22:58:52.233Z] 22bf10651acf: Layer already exists [2023-02-02T22:58:52.233Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:52.496Z] main: digest: sha256:63cc668f1938c362395653c02ea02194592472c1c0ca856fd537bbf69d119db1 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:58:52.539Z] ===================================================== [Pipeline] echo [2023-02-02T22:58:52.547Z] taggedImages: [2023-02-02T22:58:52.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:52.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-02-02T22:58:52.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.32 [2023-02-02T22:58:52.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:52.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-02-02T22:58:52.564Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-02-02T22:58:52.564Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:52.564Z] latest [2023-02-02T22:58:52.564Z] 3.0.0-dev.32 [2023-02-02T22:58:52.564Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:52.564Z] main [2023-02-02T22:58:52.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:52.894Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:53.229Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:53.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-02T22:58:53.229Z] 4dd21b109055: Preparing [2023-02-02T22:58:53.229Z] ab586ce5918a: Preparing [2023-02-02T22:58:53.229Z] cc668358556d: Preparing [2023-02-02T22:58:53.229Z] 1cd311da003e: Preparing [2023-02-02T22:58:53.229Z] eb5ad7798f3b: Preparing [2023-02-02T22:58:53.229Z] a481b15ccbf2: Preparing [2023-02-02T22:58:53.229Z] 23d919349ed0: Preparing [2023-02-02T22:58:53.229Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:53.229Z] 23d919349ed0: Waiting [2023-02-02T22:58:53.229Z] a481b15ccbf2: Waiting [2023-02-02T22:58:53.230Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:53.497Z] ab586ce5918a: Pushed [2023-02-02T22:58:53.497Z] eb5ad7798f3b: Pushed [2023-02-02T22:58:53.497Z] 4dd21b109055: Pushed [2023-02-02T22:58:53.497Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:53.762Z] a481b15ccbf2: Pushed [2023-02-02T22:58:54.343Z] 23d919349ed0: Pushed [2023-02-02T22:58:55.743Z] 1cd311da003e: Pushed [2023-02-02T22:58:55.743Z] cc668358556d: Pushed [2023-02-02T22:58:56.007Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:e6b7d3bc1510ff44b5808db73dbdc85fb47a77a2d765bb275ebb65c4444d5fa0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:56.344Z] + 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-02-02T22:58:56.675Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-02T22:58:56.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-02T22:58:56.675Z] 4dd21b109055: Preparing [2023-02-02T22:58:56.675Z] ab586ce5918a: Preparing [2023-02-02T22:58:56.675Z] cc668358556d: Preparing [2023-02-02T22:58:56.675Z] 1cd311da003e: Preparing [2023-02-02T22:58:56.675Z] eb5ad7798f3b: Preparing [2023-02-02T22:58:56.675Z] a481b15ccbf2: Preparing [2023-02-02T22:58:56.675Z] 23d919349ed0: Preparing [2023-02-02T22:58:56.675Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:56.675Z] a481b15ccbf2: Waiting [2023-02-02T22:58:56.675Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:56.675Z] 23d919349ed0: Waiting [2023-02-02T22:58:56.675Z] eb5ad7798f3b: Layer already exists [2023-02-02T22:58:56.675Z] 1cd311da003e: Layer already exists [2023-02-02T22:58:56.675Z] cc668358556d: Layer already exists [2023-02-02T22:58:56.675Z] ab586ce5918a: Layer already exists [2023-02-02T22:58:56.675Z] 4dd21b109055: Layer already exists [2023-02-02T22:58:56.675Z] a481b15ccbf2: Layer already exists [2023-02-02T22:58:56.675Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:56.675Z] 23d919349ed0: Layer already exists [2023-02-02T22:58:56.941Z] latest: digest: sha256:e6b7d3bc1510ff44b5808db73dbdc85fb47a77a2d765bb275ebb65c4444d5fa0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:57.276Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:57.619Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.32 [2023-02-02T22:58:57.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-02T22:58:57.619Z] 4dd21b109055: Preparing [2023-02-02T22:58:57.619Z] ab586ce5918a: Preparing [2023-02-02T22:58:57.619Z] cc668358556d: Preparing [2023-02-02T22:58:57.619Z] 1cd311da003e: Preparing [2023-02-02T22:58:57.619Z] eb5ad7798f3b: Preparing [2023-02-02T22:58:57.619Z] a481b15ccbf2: Preparing [2023-02-02T22:58:57.619Z] 23d919349ed0: Preparing [2023-02-02T22:58:57.619Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:57.619Z] 23d919349ed0: Waiting [2023-02-02T22:58:57.619Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:57.619Z] a481b15ccbf2: Waiting [2023-02-02T22:58:57.619Z] ab586ce5918a: Layer already exists [2023-02-02T22:58:57.619Z] cc668358556d: Layer already exists [2023-02-02T22:58:57.619Z] eb5ad7798f3b: Layer already exists [2023-02-02T22:58:57.619Z] 4dd21b109055: Layer already exists [2023-02-02T22:58:57.619Z] 1cd311da003e: Layer already exists [2023-02-02T22:58:57.619Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:57.619Z] a481b15ccbf2: Layer already exists [2023-02-02T22:58:57.619Z] 23d919349ed0: Layer already exists [2023-02-02T22:58:57.883Z] 3.0.0-dev.32: digest: sha256:e6b7d3bc1510ff44b5808db73dbdc85fb47a77a2d765bb275ebb65c4444d5fa0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:58.228Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:58.556Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:58.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-02T22:58:58.556Z] 4dd21b109055: Preparing [2023-02-02T22:58:58.556Z] ab586ce5918a: Preparing [2023-02-02T22:58:58.556Z] cc668358556d: Preparing [2023-02-02T22:58:58.556Z] 1cd311da003e: Preparing [2023-02-02T22:58:58.556Z] eb5ad7798f3b: Preparing [2023-02-02T22:58:58.556Z] a481b15ccbf2: Preparing [2023-02-02T22:58:58.556Z] 23d919349ed0: Preparing [2023-02-02T22:58:58.556Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:58.556Z] a481b15ccbf2: Waiting [2023-02-02T22:58:58.556Z] 23d919349ed0: Waiting [2023-02-02T22:58:58.556Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:58.556Z] ab586ce5918a: Layer already exists [2023-02-02T22:58:58.556Z] 1cd311da003e: Layer already exists [2023-02-02T22:58:58.556Z] 4dd21b109055: Layer already exists [2023-02-02T22:58:58.556Z] eb5ad7798f3b: Layer already exists [2023-02-02T22:58:58.556Z] cc668358556d: Layer already exists [2023-02-02T22:58:58.556Z] 23d919349ed0: Layer already exists [2023-02-02T22:58:58.556Z] a481b15ccbf2: Layer already exists [2023-02-02T22:58:58.556Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:58.822Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:e6b7d3bc1510ff44b5808db73dbdc85fb47a77a2d765bb275ebb65c4444d5fa0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:58:59.161Z] + 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-02-02T22:58:59.505Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-02-02T22:58:59.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-02-02T22:58:59.505Z] 4dd21b109055: Preparing [2023-02-02T22:58:59.505Z] ab586ce5918a: Preparing [2023-02-02T22:58:59.505Z] cc668358556d: Preparing [2023-02-02T22:58:59.505Z] 1cd311da003e: Preparing [2023-02-02T22:58:59.505Z] eb5ad7798f3b: Preparing [2023-02-02T22:58:59.505Z] a481b15ccbf2: Preparing [2023-02-02T22:58:59.505Z] 23d919349ed0: Preparing [2023-02-02T22:58:59.505Z] 17bec77d7fdc: Preparing [2023-02-02T22:58:59.505Z] 23d919349ed0: Waiting [2023-02-02T22:58:59.505Z] 17bec77d7fdc: Waiting [2023-02-02T22:58:59.505Z] a481b15ccbf2: Waiting [2023-02-02T22:58:59.505Z] eb5ad7798f3b: Layer already exists [2023-02-02T22:58:59.505Z] ab586ce5918a: Layer already exists [2023-02-02T22:58:59.505Z] 1cd311da003e: Layer already exists [2023-02-02T22:58:59.505Z] cc668358556d: Layer already exists [2023-02-02T22:58:59.505Z] 4dd21b109055: Layer already exists [2023-02-02T22:58:59.505Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:58:59.505Z] 23d919349ed0: Layer already exists [2023-02-02T22:58:59.505Z] a481b15ccbf2: Layer already exists [2023-02-02T22:58:59.770Z] main: digest: sha256:e6b7d3bc1510ff44b5808db73dbdc85fb47a77a2d765bb275ebb65c4444d5fa0 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:58:59.811Z] ===================================================== [Pipeline] echo [2023-02-02T22:58:59.817Z] taggedImages: [2023-02-02T22:58:59.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:59.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-02-02T22:58:59.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.32 [2023-02-02T22:58:59.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:59.817Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-02-02T22:58:59.830Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-02-02T22:58:59.830Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:58:59.830Z] latest [2023-02-02T22:58:59.830Z] 3.0.0-dev.32 [2023-02-02T22:58:59.830Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:58:59.830Z] main [2023-02-02T22:58:59.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:00.161Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:00.504Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:00.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-02T22:59:00.504Z] 1bec2aefe191: Preparing [2023-02-02T22:59:00.504Z] 69a42993bf2a: Preparing [2023-02-02T22:59:00.504Z] 651a95de44be: Preparing [2023-02-02T22:59:00.504Z] 14ab8004afba: Preparing [2023-02-02T22:59:00.504Z] 62682d09f4fc: Preparing [2023-02-02T22:59:00.504Z] a381520a864f: Preparing [2023-02-02T22:59:00.504Z] 32b9629cfd07: Preparing [2023-02-02T22:59:00.504Z] dc563b431984: Preparing [2023-02-02T22:59:00.504Z] 7aac535c6fea: Preparing [2023-02-02T22:59:00.504Z] 17bec77d7fdc: Preparing [2023-02-02T22:59:00.504Z] 32b9629cfd07: Waiting [2023-02-02T22:59:00.504Z] dc563b431984: Waiting [2023-02-02T22:59:00.504Z] 7aac535c6fea: Waiting [2023-02-02T22:59:00.504Z] 17bec77d7fdc: Waiting [2023-02-02T22:59:00.504Z] a381520a864f: Waiting [2023-02-02T22:59:00.776Z] 1bec2aefe191: Pushed [2023-02-02T22:59:00.776Z] 62682d09f4fc: Pushed [2023-02-02T22:59:00.776Z] 69a42993bf2a: Pushed [2023-02-02T22:59:01.044Z] a381520a864f: Pushed [2023-02-02T22:59:01.044Z] dc563b431984: Pushed [2023-02-02T22:59:01.044Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:59:01.044Z] 32b9629cfd07: Pushed [2023-02-02T22:59:01.307Z] 7aac535c6fea: Pushed [2023-02-02T22:59:03.244Z] 14ab8004afba: Pushed [2023-02-02T22:59:03.823Z] 651a95de44be: Pushed [2023-02-02T22:59:04.088Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:01b2899bd5c73e3c87ec5294339d8841b6b4d62ace0ad3257d55cb7b34a18e52 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:04.426Z] + 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-02-02T22:59:04.759Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-02T22:59:04.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-02T22:59:04.759Z] 1bec2aefe191: Preparing [2023-02-02T22:59:04.759Z] 69a42993bf2a: Preparing [2023-02-02T22:59:04.759Z] 651a95de44be: Preparing [2023-02-02T22:59:04.759Z] 14ab8004afba: Preparing [2023-02-02T22:59:04.759Z] 62682d09f4fc: Preparing [2023-02-02T22:59:04.759Z] a381520a864f: Preparing [2023-02-02T22:59:04.759Z] 32b9629cfd07: Preparing [2023-02-02T22:59:04.759Z] dc563b431984: Preparing [2023-02-02T22:59:04.759Z] 7aac535c6fea: Preparing [2023-02-02T22:59:04.759Z] 17bec77d7fdc: Preparing [2023-02-02T22:59:04.759Z] dc563b431984: Waiting [2023-02-02T22:59:04.759Z] 7aac535c6fea: Waiting [2023-02-02T22:59:04.759Z] 17bec77d7fdc: Waiting [2023-02-02T22:59:04.759Z] a381520a864f: Waiting [2023-02-02T22:59:04.759Z] 32b9629cfd07: Waiting [2023-02-02T22:59:04.759Z] 651a95de44be: Layer already exists [2023-02-02T22:59:04.759Z] 62682d09f4fc: Layer already exists [2023-02-02T22:59:04.759Z] 1bec2aefe191: Layer already exists [2023-02-02T22:59:04.759Z] 14ab8004afba: Layer already exists [2023-02-02T22:59:04.759Z] 69a42993bf2a: Layer already exists [2023-02-02T22:59:04.759Z] 32b9629cfd07: Layer already exists [2023-02-02T22:59:04.759Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:59:04.759Z] a381520a864f: Layer already exists [2023-02-02T22:59:04.759Z] 7aac535c6fea: Layer already exists [2023-02-02T22:59:04.759Z] dc563b431984: Layer already exists [2023-02-02T22:59:05.024Z] latest: digest: sha256:01b2899bd5c73e3c87ec5294339d8841b6b4d62ace0ad3257d55cb7b34a18e52 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:05.406Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:05.749Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.32 [2023-02-02T22:59:05.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-02T22:59:05.749Z] 1bec2aefe191: Preparing [2023-02-02T22:59:05.749Z] 69a42993bf2a: Preparing [2023-02-02T22:59:05.749Z] 651a95de44be: Preparing [2023-02-02T22:59:05.749Z] 14ab8004afba: Preparing [2023-02-02T22:59:05.749Z] 62682d09f4fc: Preparing [2023-02-02T22:59:05.749Z] a381520a864f: Preparing [2023-02-02T22:59:05.749Z] 32b9629cfd07: Preparing [2023-02-02T22:59:05.749Z] dc563b431984: Preparing [2023-02-02T22:59:05.749Z] 7aac535c6fea: Preparing [2023-02-02T22:59:05.749Z] 17bec77d7fdc: Preparing [2023-02-02T22:59:05.749Z] a381520a864f: Waiting [2023-02-02T22:59:05.749Z] 32b9629cfd07: Waiting [2023-02-02T22:59:05.749Z] dc563b431984: Waiting [2023-02-02T22:59:05.749Z] 7aac535c6fea: Waiting [2023-02-02T22:59:05.749Z] 17bec77d7fdc: Waiting [2023-02-02T22:59:05.749Z] 62682d09f4fc: Layer already exists [2023-02-02T22:59:05.749Z] 69a42993bf2a: Layer already exists [2023-02-02T22:59:05.749Z] 651a95de44be: Layer already exists [2023-02-02T22:59:05.749Z] 14ab8004afba: Layer already exists [2023-02-02T22:59:05.749Z] 1bec2aefe191: Layer already exists [2023-02-02T22:59:05.749Z] dc563b431984: Layer already exists [2023-02-02T22:59:05.749Z] 32b9629cfd07: Layer already exists [2023-02-02T22:59:05.749Z] a381520a864f: Layer already exists [2023-02-02T22:59:05.749Z] 7aac535c6fea: Layer already exists [2023-02-02T22:59:05.749Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:59:06.018Z] 3.0.0-dev.32: digest: sha256:01b2899bd5c73e3c87ec5294339d8841b6b4d62ace0ad3257d55cb7b34a18e52 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:06.370Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:06.721Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:06.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-02T22:59:06.721Z] 1bec2aefe191: Preparing [2023-02-02T22:59:06.721Z] 69a42993bf2a: Preparing [2023-02-02T22:59:06.721Z] 651a95de44be: Preparing [2023-02-02T22:59:06.721Z] 14ab8004afba: Preparing [2023-02-02T22:59:06.721Z] 62682d09f4fc: Preparing [2023-02-02T22:59:06.721Z] a381520a864f: Preparing [2023-02-02T22:59:06.721Z] 32b9629cfd07: Preparing [2023-02-02T22:59:06.721Z] dc563b431984: Preparing [2023-02-02T22:59:06.721Z] 7aac535c6fea: Preparing [2023-02-02T22:59:06.721Z] 17bec77d7fdc: Preparing [2023-02-02T22:59:06.721Z] a381520a864f: Waiting [2023-02-02T22:59:06.721Z] 32b9629cfd07: Waiting [2023-02-02T22:59:06.721Z] dc563b431984: Waiting [2023-02-02T22:59:06.721Z] 17bec77d7fdc: Waiting [2023-02-02T22:59:06.721Z] 7aac535c6fea: Waiting [2023-02-02T22:59:06.721Z] 651a95de44be: Layer already exists [2023-02-02T22:59:06.721Z] 62682d09f4fc: Layer already exists [2023-02-02T22:59:06.721Z] 1bec2aefe191: Layer already exists [2023-02-02T22:59:06.721Z] 69a42993bf2a: Layer already exists [2023-02-02T22:59:06.721Z] 14ab8004afba: Layer already exists [2023-02-02T22:59:06.721Z] dc563b431984: Layer already exists [2023-02-02T22:59:06.721Z] 32b9629cfd07: Layer already exists [2023-02-02T22:59:06.721Z] a381520a864f: Layer already exists [2023-02-02T22:59:06.721Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:59:06.721Z] 7aac535c6fea: Layer already exists [2023-02-02T22:59:06.985Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:01b2899bd5c73e3c87ec5294339d8841b6b4d62ace0ad3257d55cb7b34a18e52 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:07.322Z] + 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-02-02T22:59:07.644Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-02-02T22:59:07.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-02-02T22:59:07.644Z] 1bec2aefe191: Preparing [2023-02-02T22:59:07.644Z] 69a42993bf2a: Preparing [2023-02-02T22:59:07.644Z] 651a95de44be: Preparing [2023-02-02T22:59:07.644Z] 14ab8004afba: Preparing [2023-02-02T22:59:07.644Z] 62682d09f4fc: Preparing [2023-02-02T22:59:07.644Z] a381520a864f: Preparing [2023-02-02T22:59:07.644Z] 32b9629cfd07: Preparing [2023-02-02T22:59:07.644Z] dc563b431984: Preparing [2023-02-02T22:59:07.644Z] 7aac535c6fea: Preparing [2023-02-02T22:59:07.644Z] 17bec77d7fdc: Preparing [2023-02-02T22:59:07.644Z] a381520a864f: Waiting [2023-02-02T22:59:07.644Z] 32b9629cfd07: Waiting [2023-02-02T22:59:07.644Z] dc563b431984: Waiting [2023-02-02T22:59:07.644Z] 7aac535c6fea: Waiting [2023-02-02T22:59:07.644Z] 17bec77d7fdc: Waiting [2023-02-02T22:59:07.644Z] 651a95de44be: Layer already exists [2023-02-02T22:59:07.644Z] 69a42993bf2a: Layer already exists [2023-02-02T22:59:07.644Z] 1bec2aefe191: Layer already exists [2023-02-02T22:59:07.644Z] 14ab8004afba: Layer already exists [2023-02-02T22:59:07.644Z] 62682d09f4fc: Layer already exists [2023-02-02T22:59:07.644Z] 32b9629cfd07: Layer already exists [2023-02-02T22:59:07.644Z] 17bec77d7fdc: Layer already exists [2023-02-02T22:59:07.644Z] dc563b431984: Layer already exists [2023-02-02T22:59:07.644Z] 7aac535c6fea: Layer already exists [2023-02-02T22:59:07.645Z] a381520a864f: Layer already exists [2023-02-02T22:59:07.907Z] main: digest: sha256:01b2899bd5c73e3c87ec5294339d8841b6b4d62ace0ad3257d55cb7b34a18e52 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:59:07.956Z] ===================================================== [Pipeline] echo [2023-02-02T22:59:07.966Z] taggedImages: [2023-02-02T22:59:07.966Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:07.966Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-02-02T22:59:07.966Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.32 [2023-02-02T22:59:07.966Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:07.966Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-02-02T22:59:07.983Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-02-02T22:59:07.983Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:07.983Z] latest [2023-02-02T22:59:07.983Z] 3.0.0-dev.32 [2023-02-02T22:59:07.983Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:07.983Z] main [2023-02-02T22:59:07.983Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:08.304Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:08.633Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:08.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-02T22:59:08.633Z] a1091eef38d0: Preparing [2023-02-02T22:59:08.633Z] 6410e9be3ac4: Preparing [2023-02-02T22:59:08.633Z] 6be9b5aa00f0: Preparing [2023-02-02T22:59:08.633Z] 75b30f4e9513: Preparing [2023-02-02T22:59:08.633Z] 9833f26c6bda: Preparing [2023-02-02T22:59:08.633Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:08.633Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:59:08.899Z] a1091eef38d0: Pushed [2023-02-02T22:59:09.857Z] 75b30f4e9513: Pushed [2023-02-02T22:59:13.190Z] 6410e9be3ac4: Pushed [2023-02-02T22:59:13.456Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:f6575e8a7da5723ba64fa038562a53c84219e99bb4638c1706bbdab53fb9c2d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:13.787Z] + 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-02-02T22:59:14.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-02T22:59:14.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-02T22:59:14.110Z] a1091eef38d0: Preparing [2023-02-02T22:59:14.110Z] 6410e9be3ac4: Preparing [2023-02-02T22:59:14.110Z] 6be9b5aa00f0: Preparing [2023-02-02T22:59:14.110Z] 75b30f4e9513: Preparing [2023-02-02T22:59:14.110Z] 9833f26c6bda: Preparing [2023-02-02T22:59:14.110Z] 75b30f4e9513: Layer already exists [2023-02-02T22:59:14.110Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:14.110Z] a1091eef38d0: Layer already exists [2023-02-02T22:59:14.110Z] 6410e9be3ac4: Layer already exists [2023-02-02T22:59:14.110Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:59:14.110Z] latest: digest: sha256:f6575e8a7da5723ba64fa038562a53c84219e99bb4638c1706bbdab53fb9c2d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:14.441Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:14.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.32 [2023-02-02T22:59:14.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-02T22:59:14.769Z] a1091eef38d0: Preparing [2023-02-02T22:59:14.769Z] 6410e9be3ac4: Preparing [2023-02-02T22:59:14.769Z] 6be9b5aa00f0: Preparing [2023-02-02T22:59:14.769Z] 75b30f4e9513: Preparing [2023-02-02T22:59:14.769Z] 9833f26c6bda: Preparing [2023-02-02T22:59:14.769Z] 6410e9be3ac4: Layer already exists [2023-02-02T22:59:14.769Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:59:14.769Z] 75b30f4e9513: Layer already exists [2023-02-02T22:59:14.769Z] a1091eef38d0: Layer already exists [2023-02-02T22:59:14.769Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:14.769Z] 3.0.0-dev.32: digest: sha256:f6575e8a7da5723ba64fa038562a53c84219e99bb4638c1706bbdab53fb9c2d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:15.095Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:15.421Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:15.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-02T22:59:15.422Z] a1091eef38d0: Preparing [2023-02-02T22:59:15.422Z] 6410e9be3ac4: Preparing [2023-02-02T22:59:15.422Z] 6be9b5aa00f0: Preparing [2023-02-02T22:59:15.422Z] 75b30f4e9513: Preparing [2023-02-02T22:59:15.422Z] 9833f26c6bda: Preparing [2023-02-02T22:59:15.422Z] a1091eef38d0: Layer already exists [2023-02-02T22:59:15.422Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:15.422Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:59:15.422Z] 75b30f4e9513: Layer already exists [2023-02-02T22:59:15.422Z] 6410e9be3ac4: Layer already exists [2023-02-02T22:59:15.422Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:f6575e8a7da5723ba64fa038562a53c84219e99bb4638c1706bbdab53fb9c2d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:16.020Z] + 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-02-02T22:59:16.351Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-02-02T22:59:16.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-02-02T22:59:16.351Z] a1091eef38d0: Preparing [2023-02-02T22:59:16.351Z] 6410e9be3ac4: Preparing [2023-02-02T22:59:16.351Z] 6be9b5aa00f0: Preparing [2023-02-02T22:59:16.351Z] 75b30f4e9513: Preparing [2023-02-02T22:59:16.351Z] 9833f26c6bda: Preparing [2023-02-02T22:59:16.351Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:16.351Z] 6410e9be3ac4: Layer already exists [2023-02-02T22:59:16.351Z] a1091eef38d0: Layer already exists [2023-02-02T22:59:16.351Z] 6be9b5aa00f0: Layer already exists [2023-02-02T22:59:16.351Z] 75b30f4e9513: Layer already exists [2023-02-02T22:59:16.615Z] main: digest: sha256:f6575e8a7da5723ba64fa038562a53c84219e99bb4638c1706bbdab53fb9c2d5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:59:16.661Z] ===================================================== [Pipeline] echo [2023-02-02T22:59:16.671Z] taggedImages: [2023-02-02T22:59:16.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:16.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-02-02T22:59:16.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.32 [2023-02-02T22:59:16.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:16.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-02-02T22:59:16.691Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-02-02T22:59:16.691Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:16.691Z] latest [2023-02-02T22:59:16.691Z] 3.0.0-dev.32 [2023-02-02T22:59:16.691Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:16.691Z] main [2023-02-02T22:59:16.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:17.039Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:17.371Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:17.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-02T22:59:17.371Z] fc2e3cd72456: Preparing [2023-02-02T22:59:17.371Z] 8af0869df020: Preparing [2023-02-02T22:59:17.371Z] e10b1627ff53: Preparing [2023-02-02T22:59:17.371Z] 2e1ded3198e1: Preparing [2023-02-02T22:59:17.371Z] 91055422bc2b: Preparing [2023-02-02T22:59:17.371Z] 011110262577: Preparing [2023-02-02T22:59:17.371Z] 9833f26c6bda: Preparing [2023-02-02T22:59:17.371Z] 011110262577: Waiting [2023-02-02T22:59:17.371Z] 9833f26c6bda: Waiting [2023-02-02T22:59:17.640Z] 8af0869df020: Pushed [2023-02-02T22:59:17.640Z] e10b1627ff53: Pushed [2023-02-02T22:59:17.640Z] fc2e3cd72456: Pushed [2023-02-02T22:59:17.640Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:18.600Z] 011110262577: Pushed [2023-02-02T22:59:26.808Z] 91055422bc2b: Pushed [2023-02-02T22:59:33.441Z] 2e1ded3198e1: Pushed [2023-02-02T22:59:33.441Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:0cad498b176234d2f35b0ab73eb7bd0801df93e8ac2cdc3ad13904e0c59efa23 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:33.790Z] + 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-02-02T22:59:34.126Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-02T22:59:34.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-02T22:59:34.126Z] fc2e3cd72456: Preparing [2023-02-02T22:59:34.126Z] 8af0869df020: Preparing [2023-02-02T22:59:34.126Z] e10b1627ff53: Preparing [2023-02-02T22:59:34.126Z] 2e1ded3198e1: Preparing [2023-02-02T22:59:34.126Z] 91055422bc2b: Preparing [2023-02-02T22:59:34.126Z] 011110262577: Preparing [2023-02-02T22:59:34.126Z] 9833f26c6bda: Preparing [2023-02-02T22:59:34.126Z] 011110262577: Waiting [2023-02-02T22:59:34.126Z] 9833f26c6bda: Waiting [2023-02-02T22:59:34.126Z] 91055422bc2b: Layer already exists [2023-02-02T22:59:34.126Z] e10b1627ff53: Layer already exists [2023-02-02T22:59:34.126Z] 8af0869df020: Layer already exists [2023-02-02T22:59:34.126Z] 2e1ded3198e1: Layer already exists [2023-02-02T22:59:34.126Z] fc2e3cd72456: Layer already exists [2023-02-02T22:59:34.126Z] 011110262577: Layer already exists [2023-02-02T22:59:34.126Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:34.391Z] latest: digest: sha256:0cad498b176234d2f35b0ab73eb7bd0801df93e8ac2cdc3ad13904e0c59efa23 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:34.723Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:35.054Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.32 [2023-02-02T22:59:35.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-02T22:59:35.055Z] fc2e3cd72456: Preparing [2023-02-02T22:59:35.055Z] 8af0869df020: Preparing [2023-02-02T22:59:35.055Z] e10b1627ff53: Preparing [2023-02-02T22:59:35.055Z] 2e1ded3198e1: Preparing [2023-02-02T22:59:35.055Z] 91055422bc2b: Preparing [2023-02-02T22:59:35.055Z] 011110262577: Preparing [2023-02-02T22:59:35.055Z] 9833f26c6bda: Preparing [2023-02-02T22:59:35.055Z] 011110262577: Waiting [2023-02-02T22:59:35.055Z] 9833f26c6bda: Waiting [2023-02-02T22:59:35.055Z] 8af0869df020: Layer already exists [2023-02-02T22:59:35.055Z] 91055422bc2b: Layer already exists [2023-02-02T22:59:35.055Z] e10b1627ff53: Layer already exists [2023-02-02T22:59:35.055Z] fc2e3cd72456: Layer already exists [2023-02-02T22:59:35.055Z] 2e1ded3198e1: Layer already exists [2023-02-02T22:59:35.055Z] 011110262577: Layer already exists [2023-02-02T22:59:35.055Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:35.318Z] 3.0.0-dev.32: digest: sha256:0cad498b176234d2f35b0ab73eb7bd0801df93e8ac2cdc3ad13904e0c59efa23 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:35.656Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:35.999Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:35.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-02T22:59:35.999Z] fc2e3cd72456: Preparing [2023-02-02T22:59:35.999Z] 8af0869df020: Preparing [2023-02-02T22:59:35.999Z] e10b1627ff53: Preparing [2023-02-02T22:59:35.999Z] 2e1ded3198e1: Preparing [2023-02-02T22:59:35.999Z] 91055422bc2b: Preparing [2023-02-02T22:59:35.999Z] 011110262577: Preparing [2023-02-02T22:59:35.999Z] 9833f26c6bda: Preparing [2023-02-02T22:59:35.999Z] 011110262577: Waiting [2023-02-02T22:59:35.999Z] 9833f26c6bda: Waiting [2023-02-02T22:59:35.999Z] 91055422bc2b: Layer already exists [2023-02-02T22:59:35.999Z] fc2e3cd72456: Layer already exists [2023-02-02T22:59:35.999Z] 8af0869df020: Layer already exists [2023-02-02T22:59:35.999Z] 2e1ded3198e1: Layer already exists [2023-02-02T22:59:35.999Z] e10b1627ff53: Layer already exists [2023-02-02T22:59:35.999Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:35.999Z] 011110262577: Layer already exists [2023-02-02T22:59:35.999Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:0cad498b176234d2f35b0ab73eb7bd0801df93e8ac2cdc3ad13904e0c59efa23 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:36.593Z] + 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-02-02T22:59:36.923Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-02-02T22:59:36.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-02-02T22:59:36.923Z] fc2e3cd72456: Preparing [2023-02-02T22:59:36.923Z] 8af0869df020: Preparing [2023-02-02T22:59:36.923Z] e10b1627ff53: Preparing [2023-02-02T22:59:36.923Z] 2e1ded3198e1: Preparing [2023-02-02T22:59:36.923Z] 91055422bc2b: Preparing [2023-02-02T22:59:36.923Z] 011110262577: Preparing [2023-02-02T22:59:36.923Z] 9833f26c6bda: Preparing [2023-02-02T22:59:36.923Z] 011110262577: Waiting [2023-02-02T22:59:36.923Z] 9833f26c6bda: Waiting [2023-02-02T22:59:36.923Z] 8af0869df020: Layer already exists [2023-02-02T22:59:36.923Z] e10b1627ff53: Layer already exists [2023-02-02T22:59:36.924Z] 2e1ded3198e1: Layer already exists [2023-02-02T22:59:36.924Z] fc2e3cd72456: Layer already exists [2023-02-02T22:59:36.924Z] 91055422bc2b: Layer already exists [2023-02-02T22:59:36.924Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:36.924Z] 011110262577: Layer already exists [2023-02-02T22:59:37.187Z] main: digest: sha256:0cad498b176234d2f35b0ab73eb7bd0801df93e8ac2cdc3ad13904e0c59efa23 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:59:37.224Z] ===================================================== [Pipeline] echo [2023-02-02T22:59:37.230Z] taggedImages: [2023-02-02T22:59:37.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:37.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-02-02T22:59:37.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.32 [2023-02-02T22:59:37.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:37.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-02-02T22:59:37.244Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-02-02T22:59:37.244Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:37.244Z] latest [2023-02-02T22:59:37.244Z] 3.0.0-dev.32 [2023-02-02T22:59:37.244Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:37.244Z] main [2023-02-02T22:59:37.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:37.589Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:37.926Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:37.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-02T22:59:37.926Z] ef13b3dc5f09: Preparing [2023-02-02T22:59:37.926Z] ee52d689e9b3: Preparing [2023-02-02T22:59:37.926Z] 4c09bbedb0c2: Preparing [2023-02-02T22:59:37.926Z] 56aa579fb5bd: Preparing [2023-02-02T22:59:37.926Z] bce27f74dc3e: Preparing [2023-02-02T22:59:37.926Z] 9833f26c6bda: Preparing [2023-02-02T22:59:37.926Z] 9833f26c6bda: Waiting [2023-02-02T22:59:38.192Z] ef13b3dc5f09: Pushed [2023-02-02T22:59:38.192Z] ee52d689e9b3: Pushed [2023-02-02T22:59:38.192Z] 4c09bbedb0c2: Pushed [2023-02-02T22:59:38.192Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:38.773Z] bce27f74dc3e: Pushed [2023-02-02T22:59:53.739Z] 56aa579fb5bd: Pushed [2023-02-02T22:59:53.739Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:b8f46a83d23571dc1e44b90a7ca56e53e3894d63f437867914f9de9971c34ffd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:54.080Z] + 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-02-02T22:59:54.414Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-02T22:59:54.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-02T22:59:54.414Z] ef13b3dc5f09: Preparing [2023-02-02T22:59:54.414Z] ee52d689e9b3: Preparing [2023-02-02T22:59:54.414Z] 4c09bbedb0c2: Preparing [2023-02-02T22:59:54.414Z] 56aa579fb5bd: Preparing [2023-02-02T22:59:54.414Z] bce27f74dc3e: Preparing [2023-02-02T22:59:54.414Z] 9833f26c6bda: Preparing [2023-02-02T22:59:54.414Z] 9833f26c6bda: Waiting [2023-02-02T22:59:54.414Z] 4c09bbedb0c2: Layer already exists [2023-02-02T22:59:54.414Z] bce27f74dc3e: Layer already exists [2023-02-02T22:59:54.414Z] ee52d689e9b3: Layer already exists [2023-02-02T22:59:54.414Z] ef13b3dc5f09: Layer already exists [2023-02-02T22:59:54.414Z] 56aa579fb5bd: Layer already exists [2023-02-02T22:59:54.414Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:54.677Z] latest: digest: sha256:b8f46a83d23571dc1e44b90a7ca56e53e3894d63f437867914f9de9971c34ffd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:55.021Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:55.351Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.32 [2023-02-02T22:59:55.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-02T22:59:55.351Z] ef13b3dc5f09: Preparing [2023-02-02T22:59:55.351Z] ee52d689e9b3: Preparing [2023-02-02T22:59:55.351Z] 4c09bbedb0c2: Preparing [2023-02-02T22:59:55.351Z] 56aa579fb5bd: Preparing [2023-02-02T22:59:55.351Z] bce27f74dc3e: Preparing [2023-02-02T22:59:55.351Z] 9833f26c6bda: Preparing [2023-02-02T22:59:55.351Z] 9833f26c6bda: Waiting [2023-02-02T22:59:55.351Z] 4c09bbedb0c2: Layer already exists [2023-02-02T22:59:55.351Z] ee52d689e9b3: Layer already exists [2023-02-02T22:59:55.351Z] 56aa579fb5bd: Layer already exists [2023-02-02T22:59:55.351Z] bce27f74dc3e: Layer already exists [2023-02-02T22:59:55.351Z] ef13b3dc5f09: Layer already exists [2023-02-02T22:59:55.351Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:55.615Z] 3.0.0-dev.32: digest: sha256:b8f46a83d23571dc1e44b90a7ca56e53e3894d63f437867914f9de9971c34ffd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:55.959Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:56.291Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:56.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-02T22:59:56.291Z] ef13b3dc5f09: Preparing [2023-02-02T22:59:56.291Z] ee52d689e9b3: Preparing [2023-02-02T22:59:56.291Z] 4c09bbedb0c2: Preparing [2023-02-02T22:59:56.291Z] 56aa579fb5bd: Preparing [2023-02-02T22:59:56.291Z] bce27f74dc3e: Preparing [2023-02-02T22:59:56.291Z] 9833f26c6bda: Preparing [2023-02-02T22:59:56.291Z] 9833f26c6bda: Waiting [2023-02-02T22:59:56.291Z] 56aa579fb5bd: Layer already exists [2023-02-02T22:59:56.291Z] ef13b3dc5f09: Layer already exists [2023-02-02T22:59:56.291Z] bce27f74dc3e: Layer already exists [2023-02-02T22:59:56.291Z] 4c09bbedb0c2: Layer already exists [2023-02-02T22:59:56.291Z] ee52d689e9b3: Layer already exists [2023-02-02T22:59:56.291Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:56.555Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:b8f46a83d23571dc1e44b90a7ca56e53e3894d63f437867914f9de9971c34ffd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:56.904Z] + 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-02-02T22:59:57.239Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-02-02T22:59:57.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-02-02T22:59:57.239Z] ef13b3dc5f09: Preparing [2023-02-02T22:59:57.239Z] ee52d689e9b3: Preparing [2023-02-02T22:59:57.239Z] 4c09bbedb0c2: Preparing [2023-02-02T22:59:57.239Z] 56aa579fb5bd: Preparing [2023-02-02T22:59:57.239Z] bce27f74dc3e: Preparing [2023-02-02T22:59:57.239Z] 9833f26c6bda: Preparing [2023-02-02T22:59:57.239Z] 9833f26c6bda: Waiting [2023-02-02T22:59:57.239Z] ee52d689e9b3: Layer already exists [2023-02-02T22:59:57.239Z] ef13b3dc5f09: Layer already exists [2023-02-02T22:59:57.239Z] 4c09bbedb0c2: Layer already exists [2023-02-02T22:59:57.239Z] bce27f74dc3e: Layer already exists [2023-02-02T22:59:57.239Z] 56aa579fb5bd: Layer already exists [2023-02-02T22:59:57.239Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:57.504Z] main: digest: sha256:b8f46a83d23571dc1e44b90a7ca56e53e3894d63f437867914f9de9971c34ffd size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T22:59:57.559Z] ===================================================== [Pipeline] echo [2023-02-02T22:59:57.570Z] taggedImages: [2023-02-02T22:59:57.570Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:57.570Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-02-02T22:59:57.570Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.32 [2023-02-02T22:59:57.570Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:57.570Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-02-02T22:59:57.593Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-02-02T22:59:57.593Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:57.593Z] latest [2023-02-02T22:59:57.593Z] 3.0.0-dev.32 [2023-02-02T22:59:57.593Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T22:59:57.593Z] main [2023-02-02T22:59:57.593Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:57.928Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T22:59:58.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T22:59:58.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-02T22:59:58.256Z] 1d7364b74b9a: Preparing [2023-02-02T22:59:58.256Z] f8edc2e261dd: Preparing [2023-02-02T22:59:58.256Z] fe70a32f8a94: Preparing [2023-02-02T22:59:58.256Z] 02f1f0665cb9: Preparing [2023-02-02T22:59:58.256Z] 011110262577: Preparing [2023-02-02T22:59:58.256Z] 9833f26c6bda: Preparing [2023-02-02T22:59:58.256Z] 9833f26c6bda: Waiting [2023-02-02T22:59:58.256Z] 011110262577: Layer already exists [2023-02-02T22:59:58.521Z] 9833f26c6bda: Layer already exists [2023-02-02T22:59:58.521Z] fe70a32f8a94: Pushed [2023-02-02T22:59:58.521Z] 1d7364b74b9a: Pushed [2023-02-02T22:59:58.521Z] f8edc2e261dd: Pushed [2023-02-02T23:00:13.476Z] 02f1f0665cb9: Pushed [2023-02-02T23:00:13.476Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:f0b766c664b37170c7898086c9b7ae16355da7732122e121d2e523211d13a9b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:13.808Z] + 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-02-02T23:00:14.137Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-02T23:00:14.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-02T23:00:14.137Z] 1d7364b74b9a: Preparing [2023-02-02T23:00:14.137Z] f8edc2e261dd: Preparing [2023-02-02T23:00:14.137Z] fe70a32f8a94: Preparing [2023-02-02T23:00:14.137Z] 02f1f0665cb9: Preparing [2023-02-02T23:00:14.137Z] 011110262577: Preparing [2023-02-02T23:00:14.137Z] 9833f26c6bda: Preparing [2023-02-02T23:00:14.137Z] 9833f26c6bda: Waiting [2023-02-02T23:00:14.137Z] 011110262577: Layer already exists [2023-02-02T23:00:14.137Z] f8edc2e261dd: Layer already exists [2023-02-02T23:00:14.137Z] fe70a32f8a94: Layer already exists [2023-02-02T23:00:14.137Z] 1d7364b74b9a: Layer already exists [2023-02-02T23:00:14.137Z] 02f1f0665cb9: Layer already exists [2023-02-02T23:00:14.137Z] 9833f26c6bda: Layer already exists [2023-02-02T23:00:14.402Z] latest: digest: sha256:f0b766c664b37170c7898086c9b7ae16355da7732122e121d2e523211d13a9b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:14.737Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:15.068Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.32 [2023-02-02T23:00:15.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-02T23:00:15.068Z] 1d7364b74b9a: Preparing [2023-02-02T23:00:15.068Z] f8edc2e261dd: Preparing [2023-02-02T23:00:15.068Z] fe70a32f8a94: Preparing [2023-02-02T23:00:15.068Z] 02f1f0665cb9: Preparing [2023-02-02T23:00:15.068Z] 011110262577: Preparing [2023-02-02T23:00:15.068Z] 9833f26c6bda: Preparing [2023-02-02T23:00:15.068Z] 9833f26c6bda: Waiting [2023-02-02T23:00:15.068Z] 02f1f0665cb9: Layer already exists [2023-02-02T23:00:15.068Z] 1d7364b74b9a: Layer already exists [2023-02-02T23:00:15.068Z] f8edc2e261dd: Layer already exists [2023-02-02T23:00:15.068Z] fe70a32f8a94: Layer already exists [2023-02-02T23:00:15.068Z] 011110262577: Layer already exists [2023-02-02T23:00:15.068Z] 9833f26c6bda: Layer already exists [2023-02-02T23:00:15.332Z] 3.0.0-dev.32: digest: sha256:f0b766c664b37170c7898086c9b7ae16355da7732122e121d2e523211d13a9b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:15.664Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:15.993Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:15.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-02T23:00:15.993Z] 1d7364b74b9a: Preparing [2023-02-02T23:00:15.993Z] f8edc2e261dd: Preparing [2023-02-02T23:00:15.993Z] fe70a32f8a94: Preparing [2023-02-02T23:00:15.993Z] 02f1f0665cb9: Preparing [2023-02-02T23:00:15.993Z] 011110262577: Preparing [2023-02-02T23:00:15.993Z] 9833f26c6bda: Preparing [2023-02-02T23:00:15.993Z] 9833f26c6bda: Waiting [2023-02-02T23:00:15.993Z] 011110262577: Layer already exists [2023-02-02T23:00:15.993Z] 1d7364b74b9a: Layer already exists [2023-02-02T23:00:15.993Z] f8edc2e261dd: Layer already exists [2023-02-02T23:00:15.993Z] fe70a32f8a94: Layer already exists [2023-02-02T23:00:15.993Z] 02f1f0665cb9: Layer already exists [2023-02-02T23:00:15.993Z] 9833f26c6bda: Layer already exists [2023-02-02T23:00:16.258Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:f0b766c664b37170c7898086c9b7ae16355da7732122e121d2e523211d13a9b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:16.593Z] + 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-02-02T23:00:16.985Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-02-02T23:00:16.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-02-02T23:00:16.985Z] 1d7364b74b9a: Preparing [2023-02-02T23:00:16.985Z] f8edc2e261dd: Preparing [2023-02-02T23:00:16.985Z] fe70a32f8a94: Preparing [2023-02-02T23:00:16.985Z] 02f1f0665cb9: Preparing [2023-02-02T23:00:16.985Z] 011110262577: Preparing [2023-02-02T23:00:16.985Z] 9833f26c6bda: Preparing [2023-02-02T23:00:16.985Z] 9833f26c6bda: Waiting [2023-02-02T23:00:16.985Z] 1d7364b74b9a: Layer already exists [2023-02-02T23:00:16.985Z] fe70a32f8a94: Layer already exists [2023-02-02T23:00:16.985Z] f8edc2e261dd: Layer already exists [2023-02-02T23:00:16.985Z] 02f1f0665cb9: Layer already exists [2023-02-02T23:00:16.985Z] 011110262577: Layer already exists [2023-02-02T23:00:16.985Z] 9833f26c6bda: Layer already exists [2023-02-02T23:00:17.253Z] main: digest: sha256:f0b766c664b37170c7898086c9b7ae16355da7732122e121d2e523211d13a9b4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T23:00:17.308Z] ===================================================== [Pipeline] echo [2023-02-02T23:00:17.316Z] taggedImages: [2023-02-02T23:00:17.316Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T23:00:17.316Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-02-02T23:00:17.316Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.32 [2023-02-02T23:00:17.316Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:17.316Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-02-02T23:00:17.404Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-02-02T23:00:17.404Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T23:00:17.404Z] latest [2023-02-02T23:00:17.404Z] 3.0.0-dev.32 [2023-02-02T23:00:17.404Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:17.404Z] main [2023-02-02T23:00:17.404Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:17.803Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:18.155Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T23:00:18.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-02T23:00:18.155Z] f1e087962e23: Preparing [2023-02-02T23:00:18.155Z] 2d4ecd5ef638: Preparing [2023-02-02T23:00:18.155Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:18.155Z] 88f467a6ba35: Preparing [2023-02-02T23:00:18.155Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:18.155Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:18.427Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:18.427Z] f1e087962e23: Pushed [2023-02-02T23:00:18.697Z] 88f467a6ba35: Pushed [2023-02-02T23:00:24.030Z] 2d4ecd5ef638: Pushed [2023-02-02T23:00:24.030Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:1881f625d4f2c6b26f83040248fbf060767bbf282088b8c01363bdc7bb0bc598 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:24.363Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:24.694Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-02T23:00:24.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-02T23:00:24.694Z] f1e087962e23: Preparing [2023-02-02T23:00:24.694Z] 2d4ecd5ef638: Preparing [2023-02-02T23:00:24.694Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:24.694Z] 88f467a6ba35: Preparing [2023-02-02T23:00:24.694Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:24.694Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:24.694Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:24.694Z] 2d4ecd5ef638: Layer already exists [2023-02-02T23:00:24.694Z] f1e087962e23: Layer already exists [2023-02-02T23:00:24.694Z] 88f467a6ba35: Layer already exists [2023-02-02T23:00:24.958Z] latest: digest: sha256:1881f625d4f2c6b26f83040248fbf060767bbf282088b8c01363bdc7bb0bc598 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:25.285Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:25.609Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.32 [2023-02-02T23:00:25.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-02T23:00:25.609Z] f1e087962e23: Preparing [2023-02-02T23:00:25.609Z] 2d4ecd5ef638: Preparing [2023-02-02T23:00:25.609Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:25.609Z] 88f467a6ba35: Preparing [2023-02-02T23:00:25.609Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:25.609Z] f1e087962e23: Layer already exists [2023-02-02T23:00:25.609Z] 2d4ecd5ef638: Layer already exists [2023-02-02T23:00:25.609Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:25.609Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:25.609Z] 88f467a6ba35: Layer already exists [2023-02-02T23:00:25.874Z] 3.0.0-dev.32: digest: sha256:1881f625d4f2c6b26f83040248fbf060767bbf282088b8c01363bdc7bb0bc598 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:26.204Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:26.529Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:26.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-02T23:00:26.529Z] f1e087962e23: Preparing [2023-02-02T23:00:26.529Z] 2d4ecd5ef638: Preparing [2023-02-02T23:00:26.529Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:26.530Z] 88f467a6ba35: Preparing [2023-02-02T23:00:26.530Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:26.530Z] f1e087962e23: Layer already exists [2023-02-02T23:00:26.530Z] 2d4ecd5ef638: Layer already exists [2023-02-02T23:00:26.530Z] 88f467a6ba35: Layer already exists [2023-02-02T23:00:26.530Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:26.530Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:26.794Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:1881f625d4f2c6b26f83040248fbf060767bbf282088b8c01363bdc7bb0bc598 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:27.121Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:27.452Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-02-02T23:00:27.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-02-02T23:00:27.452Z] f1e087962e23: Preparing [2023-02-02T23:00:27.452Z] 2d4ecd5ef638: Preparing [2023-02-02T23:00:27.452Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:27.452Z] 88f467a6ba35: Preparing [2023-02-02T23:00:27.452Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:27.452Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:27.452Z] 2d4ecd5ef638: Layer already exists [2023-02-02T23:00:27.452Z] f1e087962e23: Layer already exists [2023-02-02T23:00:27.452Z] 88f467a6ba35: Layer already exists [2023-02-02T23:00:27.452Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:27.452Z] main: digest: sha256:1881f625d4f2c6b26f83040248fbf060767bbf282088b8c01363bdc7bb0bc598 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T23:00:27.757Z] ===================================================== [Pipeline] echo [2023-02-02T23:00:27.763Z] taggedImages: [2023-02-02T23:00:27.763Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T23:00:27.763Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-02-02T23:00:27.763Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.32 [2023-02-02T23:00:27.763Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:27.763Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-02-02T23:00:27.777Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-02-02T23:00:27.777Z] 673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T23:00:27.777Z] latest [2023-02-02T23:00:27.777Z] 3.0.0-dev.32 [2023-02-02T23:00:27.777Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:27.777Z] main [2023-02-02T23:00:27.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:28.114Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:28.444Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T23:00:28.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-02T23:00:28.444Z] 492135139163: Preparing [2023-02-02T23:00:28.444Z] a125d22f5e02: Preparing [2023-02-02T23:00:28.444Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:28.444Z] dfc6aff67f0d: Preparing [2023-02-02T23:00:28.444Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:28.444Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:28.444Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:28.444Z] dfc6aff67f0d: Layer already exists [2023-02-02T23:00:28.710Z] 492135139163: Pushed [2023-02-02T23:00:34.039Z] a125d22f5e02: Pushed [2023-02-02T23:00:34.304Z] 673422cf48d924dd46ca45c091b4df6a300e9e32: digest: sha256:98fc9873569e53b59ee4a8956bb804893433f002a15993bdab9c1b70d552b7fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:34.644Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:34.974Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-02T23:00:34.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-02T23:00:34.974Z] 492135139163: Preparing [2023-02-02T23:00:34.974Z] a125d22f5e02: Preparing [2023-02-02T23:00:34.974Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:34.974Z] dfc6aff67f0d: Preparing [2023-02-02T23:00:34.974Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:34.974Z] a125d22f5e02: Layer already exists [2023-02-02T23:00:34.974Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:34.974Z] 492135139163: Layer already exists [2023-02-02T23:00:34.974Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:34.974Z] dfc6aff67f0d: Layer already exists [2023-02-02T23:00:34.974Z] latest: digest: sha256:98fc9873569e53b59ee4a8956bb804893433f002a15993bdab9c1b70d552b7fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:35.573Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:35.902Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.32 [2023-02-02T23:00:35.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-02T23:00:35.902Z] 492135139163: Preparing [2023-02-02T23:00:35.902Z] a125d22f5e02: Preparing [2023-02-02T23:00:35.902Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:35.902Z] dfc6aff67f0d: Preparing [2023-02-02T23:00:35.902Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:35.902Z] a125d22f5e02: Layer already exists [2023-02-02T23:00:35.902Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:35.902Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:35.902Z] 492135139163: Layer already exists [2023-02-02T23:00:35.902Z] dfc6aff67f0d: Layer already exists [2023-02-02T23:00:35.902Z] 3.0.0-dev.32: digest: sha256:98fc9873569e53b59ee4a8956bb804893433f002a15993bdab9c1b70d552b7fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:36.494Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:36.819Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:36.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-02T23:00:36.819Z] 492135139163: Preparing [2023-02-02T23:00:36.819Z] a125d22f5e02: Preparing [2023-02-02T23:00:36.819Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:36.819Z] dfc6aff67f0d: Preparing [2023-02-02T23:00:36.819Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:36.819Z] 492135139163: Layer already exists [2023-02-02T23:00:36.819Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:36.819Z] a125d22f5e02: Layer already exists [2023-02-02T23:00:36.819Z] dfc6aff67f0d: Layer already exists [2023-02-02T23:00:36.819Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:36.819Z] 673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32: digest: sha256:98fc9873569e53b59ee4a8956bb804893433f002a15993bdab9c1b70d552b7fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:37.411Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:37.730Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-02-02T23:00:37.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-02-02T23:00:37.730Z] 492135139163: Preparing [2023-02-02T23:00:37.730Z] a125d22f5e02: Preparing [2023-02-02T23:00:37.730Z] 6be9b5aa00f0: Preparing [2023-02-02T23:00:37.730Z] dfc6aff67f0d: Preparing [2023-02-02T23:00:37.730Z] 17bec77d7fdc: Preparing [2023-02-02T23:00:37.730Z] 17bec77d7fdc: Layer already exists [2023-02-02T23:00:37.730Z] dfc6aff67f0d: Layer already exists [2023-02-02T23:00:37.730Z] 492135139163: Layer already exists [2023-02-02T23:00:37.730Z] a125d22f5e02: Layer already exists [2023-02-02T23:00:37.730Z] 6be9b5aa00f0: Layer already exists [2023-02-02T23:00:37.730Z] main: digest: sha256:98fc9873569e53b59ee4a8956bb804893433f002a15993bdab9c1b70d552b7fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-02T23:00:37.769Z] ===================================================== [Pipeline] echo [2023-02-02T23:00:37.780Z] taggedImages: [2023-02-02T23:00:37.780Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32 [2023-02-02T23:00:37.780Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-02-02T23:00:37.780Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.32 [2023-02-02T23:00:37.780Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:673422cf48d924dd46ca45c091b4df6a300e9e32-3.0.0-dev.32 [2023-02-02T23:00:37.780Z] - 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-02-02T23:00:38.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T23:00:38.135Z] [2023-02-02T23:00:38.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:00:38.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T23:00:38.457Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-02T23:00:38.457Z] 8998bd30e6a1: Pulling fs layer [2023-02-02T23:00:38.457Z] 04944245beec: Pulling fs layer [2023-02-02T23:00:38.457Z] 699f458cf7ca: Pulling fs layer [2023-02-02T23:00:38.457Z] 765212b225bb: Pulling fs layer [2023-02-02T23:00:38.457Z] f23df028b6ca: Pulling fs layer [2023-02-02T23:00:38.457Z] d65c8cfc05b1: Pulling fs layer [2023-02-02T23:00:38.457Z] 2437ff75d9bd: Pulling fs layer [2023-02-02T23:00:38.457Z] 765212b225bb: Waiting [2023-02-02T23:00:38.457Z] f23df028b6ca: Waiting [2023-02-02T23:00:38.457Z] d65c8cfc05b1: Waiting [2023-02-02T23:00:38.457Z] 2437ff75d9bd: Waiting [2023-02-02T23:00:38.724Z] 04944245beec: Verifying Checksum [2023-02-02T23:00:38.724Z] 04944245beec: Download complete [2023-02-02T23:00:38.724Z] 765212b225bb: Verifying Checksum [2023-02-02T23:00:38.724Z] 765212b225bb: Download complete [2023-02-02T23:00:38.724Z] f23df028b6ca: Verifying Checksum [2023-02-02T23:00:38.724Z] f23df028b6ca: Download complete [2023-02-02T23:00:38.724Z] d65c8cfc05b1: Verifying Checksum [2023-02-02T23:00:38.724Z] d65c8cfc05b1: Download complete [2023-02-02T23:00:38.993Z] 699f458cf7ca: Verifying Checksum [2023-02-02T23:00:38.993Z] 699f458cf7ca: Download complete [2023-02-02T23:00:39.260Z] 8998bd30e6a1: Verifying Checksum [2023-02-02T23:00:39.260Z] 8998bd30e6a1: Download complete [2023-02-02T23:00:41.831Z] 2437ff75d9bd: Verifying Checksum [2023-02-02T23:00:41.831Z] 2437ff75d9bd: Download complete [2023-02-02T23:00:43.233Z] 8998bd30e6a1: Pull complete [2023-02-02T23:00:43.813Z] 04944245beec: Pull complete [2023-02-02T23:00:45.219Z] 699f458cf7ca: Pull complete [2023-02-02T23:00:45.219Z] 765212b225bb: Pull complete [2023-02-02T23:00:46.176Z] f23df028b6ca: Pull complete [2023-02-02T23:00:46.176Z] d65c8cfc05b1: Pull complete [2023-02-02T23:01:01.153Z] 2437ff75d9bd: Pull complete [2023-02-02T23:01:01.153Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-02T23:01:01.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-02T23:01:01.153Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T23:01:01.346Z] prd-ubuntu20.04-docker-arm64-4c-16g-4403 does not seem to be running inside a container [2023-02-02T23:01:01.412Z] $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-02T23:01:04.033Z] $ docker top 336678d4f6548eb5e5413c0cc8350ac10af9a037c7650313acd08c641c7b5aac -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:01:04.902Z] ---> job-cost.sh [2023-02-02T23:01:04.902Z] lf-activate-venv: SKIPPING [2023-02-02T23:01:04.902Z] INFO: No Stack... [2023-02-02T23:01:05.478Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-02T23:01:06.056Z] INFO: Archiving Costs [Pipeline] sh [2023-02-02T23:01:06.368Z] + cat /w/workspace/edgex-go/391/archives/cost.csv [2023-02-02T23:01:06.368Z] + cut -d, -f6 [Pipeline] lock [2023-02-02T23:01:06.701Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-391-stack-cost] [2023-02-02T23:01:06.709Z] Resource [jenkins-edgexfoundry-edgex-go-main-391-stack-cost] did not exist. Created. [2023-02-02T23:01:06.709Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-391-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-02T23:01:07.021Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-02T23:01:07.587Z] Stashed 1 file(s) [Pipeline] } [2023-02-02T23:01:07.599Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-391-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-02T23:01:07.622Z] $ docker stop --time=1 336678d4f6548eb5e5413c0cc8350ac10af9a037c7650313acd08c641c7b5aac [2023-02-02T23:01:09.121Z] $ docker rm -f --volumes 336678d4f6548eb5e5413c0cc8350ac10af9a037c7650313acd08c641c7b5aac [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-02-02T23:01:09.591Z] provisioning config files... [2023-02-02T23:01:09.601Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/391@tmp/config11728768803517800900tmp [Pipeline] { [Pipeline] sh [2023-02-02T23:01:09.897Z] + set +x [2023-02-02T23:01:09.897Z] + curl -s https://codecov.io/bash [2023-02-02T23:01:09.897Z] + bash -s -- [2023-02-02T23:01:09.897Z] [2023-02-02T23:01:09.897Z] _____ _ [2023-02-02T23:01:09.897Z] / ____| | | [2023-02-02T23:01:09.897Z] | | ___ __| | ___ ___ _____ __ [2023-02-02T23:01:09.897Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-02T23:01:09.897Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-02T23:01:09.897Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-02T23:01:09.897Z] Bash-1.0.6 [2023-02-02T23:01:09.897Z] [2023-02-02T23:01:09.897Z] [2023-02-02T23:01:09.897Z] ==> git version 2.25.1 found [2023-02-02T23:01:09.897Z] ==> 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-02-02T23:01:09.897Z] Release-Date: 2020-01-08 [2023-02-02T23:01:09.897Z] 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-02-02T23:01:09.897Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-02T23:01:09.897Z] ==> Jenkins CI detected. [2023-02-02T23:01:09.897Z] current dir:  /w/workspace/edgex-go/391 [2023-02-02T23:01:09.897Z] project root: . [2023-02-02T23:01:09.897Z] --> token set from env [2023-02-02T23:01:09.897Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-02T23:01:10.156Z] ==> Running gcov in . (disable via -X gcov) [2023-02-02T23:01:10.156Z] ==> Python coveragepy not found [2023-02-02T23:01:10.156Z] ==> Searching for coverage reports in: [2023-02-02T23:01:10.156Z] + . [2023-02-02T23:01:10.156Z] -> Found 1 reports [2023-02-02T23:01:10.156Z] ==> Detecting git/mercurial file structure [2023-02-02T23:01:10.156Z] ==> Reading reports [2023-02-02T23:01:10.156Z] + ./coverage.out bytes=485987 [2023-02-02T23:01:10.156Z] ==> Appending adjustments [2023-02-02T23:01:10.156Z] https://docs.codecov.io/docs/fixing-reports [2023-02-02T23:01:11.536Z] + Found adjustments [2023-02-02T23:01:11.536Z] ==> Gzipping contents [2023-02-02T23:01:11.536Z] 64K /tmp/codecov.6OaM5t.gz [2023-02-02T23:01:11.537Z] ==> Uploading reports [2023-02-02T23:01:11.537Z] url: https://codecov.io [2023-02-02T23:01:11.537Z] query: branch=main&commit=673422cf48d924dd46ca45c091b4df6a300e9e32&build=391&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F391%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-02T23:01:11.537Z] -> Pinging Codecov [2023-02-02T23:01:11.537Z] 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=673422cf48d924dd46ca45c091b4df6a300e9e32&build=391&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F391%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-02T23:01:11.796Z] -> Uploading to [2023-02-02T23:01:11.796Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-02/00271124DB129430A58F1EEE437C3FCB/673422cf48d924dd46ca45c091b4df6a300e9e32/433673f4-f222-4c26-ac07-d6aec74599e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230202T230111Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b912e696e037e338465c97598349751638b83b8eb1460db7866a8f20be973e39 [2023-02-02T23:01:11.796Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T23:01:11.796Z] Dload Upload Total Spent Left Speed [2023-02-02T23:01:12.056Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62783 0 0 100 62783 0 163k --:--:-- --:--:-- --:--:-- 163k [2023-02-02T23:01:12.056Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/673422cf48d924dd46ca45c091b4df6a300e9e32 [Pipeline] } [2023-02-02T23:01:12.064Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-02-02T23:01:12.282Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-02T23:01:12.293Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:01:12.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T23:01:12.594Z] [2023-02-02T23:01:12.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:01:12.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T23:01:12.896Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-02T23:01:12.896Z] df9b9388f04a: Pulling fs layer [2023-02-02T23:01:12.896Z] 52dc419b0ee2: Pulling fs layer [2023-02-02T23:01:12.896Z] 25bc292e5bac: Pulling fs layer [2023-02-02T23:01:12.896Z] 114826534d7a: Pulling fs layer [2023-02-02T23:01:12.896Z] 4657fd5d0bcf: Pulling fs layer [2023-02-02T23:01:12.896Z] 6ad1cebc031e: Pulling fs layer [2023-02-02T23:01:12.896Z] 8a3aa393b2d8: Pulling fs layer [2023-02-02T23:01:12.896Z] 114826534d7a: Waiting [2023-02-02T23:01:12.896Z] 6ad1cebc031e: Waiting [2023-02-02T23:01:12.896Z] 4657fd5d0bcf: Waiting [2023-02-02T23:01:12.896Z] 8a3aa393b2d8: Waiting [2023-02-02T23:01:12.896Z] 25bc292e5bac: Download complete [2023-02-02T23:01:12.896Z] 52dc419b0ee2: Download complete [2023-02-02T23:01:13.209Z] 4657fd5d0bcf: Verifying Checksum [2023-02-02T23:01:13.209Z] 4657fd5d0bcf: Download complete [2023-02-02T23:01:13.209Z] df9b9388f04a: Verifying Checksum [2023-02-02T23:01:13.209Z] df9b9388f04a: Download complete [2023-02-02T23:01:13.478Z] df9b9388f04a: Pull complete [2023-02-02T23:01:13.478Z] 52dc419b0ee2: Pull complete [2023-02-02T23:01:13.478Z] 6ad1cebc031e: Verifying Checksum [2023-02-02T23:01:13.478Z] 6ad1cebc031e: Download complete [2023-02-02T23:01:13.478Z] 25bc292e5bac: Pull complete [2023-02-02T23:01:14.492Z] 114826534d7a: Download complete [2023-02-02T23:01:14.751Z] 8a3aa393b2d8: Verifying Checksum [2023-02-02T23:01:14.751Z] 8a3aa393b2d8: Download complete [2023-02-02T23:01:18.032Z] 114826534d7a: Pull complete [2023-02-02T23:01:18.032Z] 4657fd5d0bcf: Pull complete [2023-02-02T23:01:18.294Z] 6ad1cebc031e: Pull complete [2023-02-02T23:01:21.587Z] 8a3aa393b2d8: Pull complete [2023-02-02T23:01:21.587Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-02T23:01:21.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-02T23:01:21.587Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T23:01:21.672Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T23:01:21.701Z] $ 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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-02T23:01:27.723Z] $ docker top 4b4e9973bf7978746f08e798b61887cb49b1887ffe46e4e53aa02e4a9beb0257 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-02T23:01:27.791Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-02-02T23:01:28.068Z] + set -o pipefail [2023-02-02T23:01:28.068Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-02-02T23:01:34.664Z] [2023-02-02T23:01:34.664Z] Monitoring /w/workspace/edgex-go/391 (github.com/edgexfoundry/edgex-go)... [2023-02-02T23:01:34.664Z] [2023-02-02T23:01:34.664Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/eae82467-3feb-4e04-9003-af811030ac19 [2023-02-02T23:01:34.664Z] [2023-02-02T23:01:34.664Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-02T23:01:34.664Z] [2023-02-02T23:01:34.664Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-02T23:01:34.664Z] [2023-02-02T23:01:34.664Z] [2023-02-02T23:01:34.664Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-02T23:01:34.664Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-02T23:01:34.664Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-02T23:01:34.673Z] $ docker stop --time=1 4b4e9973bf7978746f08e798b61887cb49b1887ffe46e4e53aa02e4a9beb0257 [2023-02-02T23:01:38.510Z] $ docker rm -f --volumes 4b4e9973bf7978746f08e798b61887cb49b1887ffe46e4e53aa02e4a9beb0257 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-02-02T23:01:38.879Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T23:01:38.891Z] provisioning config files... [2023-02-02T23:01:38.898Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/391@tmp/config1713061209819379466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:01:39.192Z] --> edgex-publish-swagger.sh [2023-02-02T23:01:39.192Z] === Publish openapi/v2 API === [2023-02-02T23:01:39.192Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2023-02-02T23:01:39.192Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/391/openapi/v2/core-command.yaml] [2023-02-02T23:01:39.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T23:01:39.192Z] Dload Upload Total Spent Left Speed [2023-02-02T23:01:40.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 27201 0:00:01 0:00:01 --:--:-- 27201 100 31091 0 0 100 31091 0 27201 0:00:01 0:00:01 --:--:-- 27201 [2023-02-02T23:01:40.129Z] [2023-02-02T23:01:40.129Z] [2023-02-02T23:01:40.129Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/391/openapi/v2/core-data.yaml] [2023-02-02T23:01:40.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T23:01:40.129Z] Dload Upload Total Spent Left Speed [2023-02-02T23:01:41.326Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 95 68908 0 0 95 65536 0 790k --:--:-- --:--:-- --:--:-- 780k 100 68908 0 0 100 68908 0 58347 0:00:01 0:00:01 --:--:-- 58297 100 68908 0 0 100 68908 0 58347 0:00:01 0:00:01 --:--:-- 58297 [2023-02-02T23:01:41.326Z] [2023-02-02T23:01:41.326Z] [2023-02-02T23:01:41.326Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/391/openapi/v2/core-metadata.yaml] [2023-02-02T23:01:41.326Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T23:01:41.327Z] Dload Upload Total Spent Left Speed [2023-02-02T23:01:42.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 131k 0:00:01 0:00:01 --:--:-- 131k 100 142k 0 0 100 142k 0 131k 0:00:01 0:00:01 --:--:-- 131k [2023-02-02T23:01:42.701Z] [2023-02-02T23:01:42.701Z] [2023-02-02T23:01:42.701Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/391/openapi/v2/support-notifications.yaml] [2023-02-02T23:01:42.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T23:01:42.701Z] Dload Upload Total Spent Left Speed [2023-02-02T23:01:43.636Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 79977 0:00:01 0:00:01 --:--:-- 79977 100 86536 0 0 100 86536 0 79977 0:00:01 0:00:01 --:--:-- 79977 [2023-02-02T23:01:43.636Z] [2023-02-02T23:01:43.636Z] [2023-02-02T23:01:43.636Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/391/openapi/v2/support-scheduler.yaml] [2023-02-02T23:01:43.636Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-02T23:01:43.636Z] Dload Upload Total Spent Left Speed [2023-02-02T23:01:44.575Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 35156 0:00:01 0:00:01 --:--:-- 35190 100 36985 0 0 100 36985 0 35156 0:00:01 0:00:01 --:--:-- 35156 [2023-02-02T23:01:44.833Z] [2023-02-02T23:01:44.834Z] [Pipeline] } [2023-02-02T23:01:44.841Z] 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-02-02T23:01:45.247Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T23:01:45.248Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:01:45.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T23:01:45.554Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T23:01:45.636Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T23:01:45.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T23:01:46.093Z] $ docker top fca773ab8fbc59ad02c4b650686b229b326342aabc68f54d63d41e6589b95e71 -eo pid,comm [2023-02-02T23:01:46.142Z] 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-02-02T23:01:46.142Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T23:01:46.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T23:01:46.186Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T23:01:46.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T23:01:46.305Z] $ docker exec fca773ab8fbc59ad02c4b650686b229b326342aabc68f54d63d41e6589b95e71 ssh-agent [2023-02-02T23:01:46.426Z] SSH_AUTH_SOCK=/tmp/ssh-HZh92FfE9gPU/agent.32 [2023-02-02T23:01:46.426Z] SSH_AGENT_PID=38 [2023-02-02T23:01:46.430Z] Running ssh-add (command line suppressed) [2023-02-02T23:01:46.542Z] Identity added: /w/workspace/edgex-go/391@tmp/private_key_12550525041042963151.key (/w/workspace/edgex-go/391@tmp/private_key_12550525041042963151.key) [2023-02-02T23:01:46.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T23:01:46.849Z] + git semver tag [2023-02-02T23:01:47.109Z] 2023-02-02 23:01:47,081 [run_tag] DEBUG tag force:False [2023-02-02T23:01:47.109Z] 2023-02-02 23:01:47,081 [check_head_tag] DEBUG check head tag [2023-02-02T23:01:47.109Z] 2023-02-02 23:01:47,084 [execute] INFO git cat-file --batch-check [2023-02-02T23:01:47.109Z] 2023-02-02 23:01:47,085 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/391, universal_newlines=False, shell=None, istream=) [2023-02-02T23:01:47.109Z] 2023-02-02 23:01:47,090 [execute] INFO git cat-file --batch [2023-02-02T23:01:47.109Z] 2023-02-02 23:01:47,090 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/391, universal_newlines=False, shell=None, istream=) [2023-02-02T23:01:47.368Z] 2023-02-02 23:01:47,142 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T23:01:47.368Z] 2023-02-02 23:01:47,142 [execute] INFO git tag -a v3.0.0-dev.32 -m v3.0.0-dev.32 [2023-02-02T23:01:47.368Z] 2023-02-02 23:01:47,143 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.32', '-m', 'v3.0.0-dev.32'], cwd=/w/workspace/edgex-go/391, universal_newlines=False, shell=None, istream=None) [2023-02-02T23:01:47.368Z] 2023-02-02 23:01:47,148 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T23:01:47.368Z] 3.0.0-dev.32 [Pipeline] } [2023-02-02T23:01:47.376Z] $ docker exec --env ******** --env ******** fca773ab8fbc59ad02c4b650686b229b326342aabc68f54d63d41e6589b95e71 ssh-agent -k [2023-02-02T23:01:47.478Z] unset SSH_AUTH_SOCK; [2023-02-02T23:01:47.478Z] unset SSH_AGENT_PID; [2023-02-02T23:01:47.478Z] echo Agent pid 38 killed; [2023-02-02T23:01:47.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T23:01:47.801Z] + git semver [Pipeline] } [2023-02-02T23:01:48.074Z] $ docker stop --time=1 fca773ab8fbc59ad02c4b650686b229b326342aabc68f54d63d41e6589b95e71 [2023-02-02T23:01:49.389Z] $ docker rm -f --volumes fca773ab8fbc59ad02c4b650686b229b326342aabc68f54d63d41e6589b95e71 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:01:49.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T23:01:49.789Z] [2023-02-02T23:01:49.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:01:50.093Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T23:01:50.093Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-02T23:01:50.093Z] ab5ef0e58194: Pulling fs layer [2023-02-02T23:01:50.093Z] 9712f1f96733: Pulling fs layer [2023-02-02T23:01:50.093Z] 63f879dbbcfc: Pulling fs layer [2023-02-02T23:01:50.093Z] 0d9ebad4ef96: Pulling fs layer [2023-02-02T23:01:50.093Z] e9a5061849ea: Pulling fs layer [2023-02-02T23:01:50.093Z] d747dcd14b5f: Pulling fs layer [2023-02-02T23:01:50.093Z] 2de7ff778b66: Pulling fs layer [2023-02-02T23:01:50.093Z] e9a5061849ea: Waiting [2023-02-02T23:01:50.093Z] 0d9ebad4ef96: Waiting [2023-02-02T23:01:50.093Z] 2de7ff778b66: Waiting [2023-02-02T23:01:50.093Z] d747dcd14b5f: Waiting [2023-02-02T23:01:50.093Z] 9712f1f96733: Download complete [2023-02-02T23:01:51.110Z] 63f879dbbcfc: Verifying Checksum [2023-02-02T23:01:51.110Z] 63f879dbbcfc: Download complete [2023-02-02T23:01:51.387Z] ab5ef0e58194: Verifying Checksum [2023-02-02T23:01:51.387Z] ab5ef0e58194: Download complete [2023-02-02T23:01:51.387Z] d747dcd14b5f: Download complete [2023-02-02T23:01:51.387Z] e9a5061849ea: Verifying Checksum [2023-02-02T23:01:51.387Z] e9a5061849ea: Download complete [2023-02-02T23:01:51.646Z] 0d9ebad4ef96: Download complete [2023-02-02T23:01:51.646Z] 2de7ff778b66: Verifying Checksum [2023-02-02T23:01:51.646Z] 2de7ff778b66: Download complete [2023-02-02T23:01:54.176Z] ab5ef0e58194: Pull complete [2023-02-02T23:01:54.176Z] 9712f1f96733: Pull complete [2023-02-02T23:01:55.106Z] 63f879dbbcfc: Pull complete [2023-02-02T23:01:59.293Z] 0d9ebad4ef96: Pull complete [2023-02-02T23:01:59.293Z] e9a5061849ea: Pull complete [2023-02-02T23:01:59.293Z] d747dcd14b5f: Pull complete [2023-02-02T23:02:01.198Z] 2de7ff778b66: Pull complete [2023-02-02T23:02:01.198Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-02T23:02:01.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-02T23:02:01.456Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T23:02:01.546Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T23:02:01.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-02T23:02:10.671Z] $ docker top 452c6e9853aa6714b38652f9d193535baa73da6388582f2aef577e574ccb0982 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-02T23:02:10.753Z] provisioning config files... [2023-02-02T23:02:10.758Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/391@tmp/config6426556235091901016tmp [2023-02-02T23:02:10.768Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/391@tmp/config6201642385011466600tmp [2023-02-02T23:02:10.775Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/391@tmp/config5990716935030817630tmp [Pipeline] { [Pipeline] echo [2023-02-02T23:02:10.788Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:11.066Z] ---> sigul-configuration.sh [2023-02-02T23:02:11.067Z] gpg: directory `/root/.gnupg' created [2023-02-02T23:02:11.067Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-02T23:02:11.067Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-02T23:02:11.067Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-02T23:02:11.067Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-02T23:02:11.067Z] gpg: CAST5 encrypted data [2023-02-02T23:02:11.067Z] gpg: encrypted with 1 passphrase [2023-02-02T23:02:11.067Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-02T23:02:11.349Z] + mkdir /home/jenkins [2023-02-02T23:02:11.349Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-02T23:02:11.632Z] + 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-02-02T23:02:11.640Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:11.923Z] ---> sigul-install.sh [2023-02-02T23:02:11.923Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-02T23:02:12.209Z] + git tag --list [2023-02-02T23:02:12.209Z] 0.6.0 [2023-02-02T23:02:12.209Z] 0.6.1 [2023-02-02T23:02:12.209Z] 0.7.0 [2023-02-02T23:02:12.209Z] 0.7.1 [2023-02-02T23:02:12.209Z] v1.0.0 [2023-02-02T23:02:12.209Z] v1.0.1 [2023-02-02T23:02:12.209Z] v1.1.0 [2023-02-02T23:02:12.209Z] v1.2.0 [2023-02-02T23:02:12.209Z] v1.2.1 [2023-02-02T23:02:12.209Z] v1.3.0 [2023-02-02T23:02:12.209Z] v1.3.1 [2023-02-02T23:02:12.209Z] v2.0.0 [2023-02-02T23:02:12.209Z] v2.1.0 [2023-02-02T23:02:12.209Z] v2.1.1 [2023-02-02T23:02:12.209Z] v2.1.1-dev.1 [2023-02-02T23:02:12.209Z] v2.1.1-dev.2 [2023-02-02T23:02:12.209Z] v2.1.1-dev.3 [2023-02-02T23:02:12.209Z] v2.1.1-dev.4 [2023-02-02T23:02:12.209Z] v2.1.1-dev.5 [2023-02-02T23:02:12.209Z] v2.1.1-dev.6 [2023-02-02T23:02:12.209Z] v2.1.1-dev.7 [2023-02-02T23:02:12.209Z] v2.1.1-dev.8 [2023-02-02T23:02:12.209Z] v2.1.2-dev.1 [2023-02-02T23:02:12.209Z] v2.2.0 [2023-02-02T23:02:12.209Z] v2.2.1-dev.1 [2023-02-02T23:02:12.209Z] v2.2.1-dev.10 [2023-02-02T23:02:12.209Z] v2.2.1-dev.11 [2023-02-02T23:02:12.209Z] v2.2.1-dev.12 [2023-02-02T23:02:12.209Z] v2.2.1-dev.13 [2023-02-02T23:02:12.209Z] v2.2.1-dev.14 [2023-02-02T23:02:12.209Z] v2.2.1-dev.15 [2023-02-02T23:02:12.209Z] v2.2.1-dev.16 [2023-02-02T23:02:12.209Z] v2.2.1-dev.17 [2023-02-02T23:02:12.209Z] v2.2.1-dev.18 [2023-02-02T23:02:12.209Z] v2.2.1-dev.19 [2023-02-02T23:02:12.209Z] v2.2.1-dev.2 [2023-02-02T23:02:12.209Z] v2.2.1-dev.20 [2023-02-02T23:02:12.209Z] v2.2.1-dev.21 [2023-02-02T23:02:12.209Z] v2.2.1-dev.22 [2023-02-02T23:02:12.209Z] v2.2.1-dev.23 [2023-02-02T23:02:12.209Z] v2.2.1-dev.24 [2023-02-02T23:02:12.209Z] v2.2.1-dev.25 [2023-02-02T23:02:12.209Z] v2.2.1-dev.26 [2023-02-02T23:02:12.209Z] v2.2.1-dev.27 [2023-02-02T23:02:12.209Z] v2.2.1-dev.28 [2023-02-02T23:02:12.209Z] v2.2.1-dev.29 [2023-02-02T23:02:12.209Z] v2.2.1-dev.3 [2023-02-02T23:02:12.209Z] v2.2.1-dev.4 [2023-02-02T23:02:12.209Z] v2.2.1-dev.5 [2023-02-02T23:02:12.209Z] v2.2.1-dev.6 [2023-02-02T23:02:12.209Z] v2.2.1-dev.7 [2023-02-02T23:02:12.209Z] v2.2.1-dev.8 [2023-02-02T23:02:12.209Z] v2.2.1-dev.9 [2023-02-02T23:02:12.209Z] v2.3.0 [2023-02-02T23:02:12.209Z] v2.3.0-dev.100 [2023-02-02T23:02:12.209Z] v2.3.0-dev.101 [2023-02-02T23:02:12.209Z] v2.3.0-dev.102 [2023-02-02T23:02:12.209Z] v2.3.0-dev.103 [2023-02-02T23:02:12.209Z] v2.3.0-dev.104 [2023-02-02T23:02:12.209Z] v2.3.0-dev.105 [2023-02-02T23:02:12.209Z] v2.3.0-dev.106 [2023-02-02T23:02:12.209Z] v2.3.0-dev.29 [2023-02-02T23:02:12.209Z] v2.3.0-dev.30 [2023-02-02T23:02:12.209Z] v2.3.0-dev.31 [2023-02-02T23:02:12.209Z] v2.3.0-dev.32 [2023-02-02T23:02:12.209Z] v2.3.0-dev.33 [2023-02-02T23:02:12.209Z] v2.3.0-dev.34 [2023-02-02T23:02:12.209Z] v2.3.0-dev.35 [2023-02-02T23:02:12.209Z] v2.3.0-dev.36 [2023-02-02T23:02:12.209Z] v2.3.0-dev.37 [2023-02-02T23:02:12.209Z] v2.3.0-dev.38 [2023-02-02T23:02:12.209Z] v2.3.0-dev.39 [2023-02-02T23:02:12.209Z] v2.3.0-dev.40 [2023-02-02T23:02:12.209Z] v2.3.0-dev.41 [2023-02-02T23:02:12.209Z] v2.3.0-dev.42 [2023-02-02T23:02:12.209Z] v2.3.0-dev.43 [2023-02-02T23:02:12.209Z] v2.3.0-dev.44 [2023-02-02T23:02:12.209Z] v2.3.0-dev.45 [2023-02-02T23:02:12.209Z] v2.3.0-dev.46 [2023-02-02T23:02:12.209Z] v2.3.0-dev.47 [2023-02-02T23:02:12.209Z] v2.3.0-dev.48 [2023-02-02T23:02:12.209Z] v2.3.0-dev.49 [2023-02-02T23:02:12.209Z] v2.3.0-dev.50 [2023-02-02T23:02:12.209Z] v2.3.0-dev.51 [2023-02-02T23:02:12.209Z] v2.3.0-dev.52 [2023-02-02T23:02:12.209Z] v2.3.0-dev.53 [2023-02-02T23:02:12.209Z] v2.3.0-dev.54 [2023-02-02T23:02:12.209Z] v2.3.0-dev.55 [2023-02-02T23:02:12.209Z] v2.3.0-dev.56 [2023-02-02T23:02:12.209Z] v2.3.0-dev.57 [2023-02-02T23:02:12.209Z] v2.3.0-dev.58 [2023-02-02T23:02:12.209Z] v2.3.0-dev.59 [2023-02-02T23:02:12.209Z] v2.3.0-dev.60 [2023-02-02T23:02:12.209Z] v2.3.0-dev.61 [2023-02-02T23:02:12.209Z] v2.3.0-dev.62 [2023-02-02T23:02:12.209Z] v2.3.0-dev.63 [2023-02-02T23:02:12.209Z] v2.3.0-dev.64 [2023-02-02T23:02:12.209Z] v2.3.0-dev.65 [2023-02-02T23:02:12.209Z] v2.3.0-dev.66 [2023-02-02T23:02:12.209Z] v2.3.0-dev.67 [2023-02-02T23:02:12.209Z] v2.3.0-dev.68 [2023-02-02T23:02:12.209Z] v2.3.0-dev.69 [2023-02-02T23:02:12.209Z] v2.3.0-dev.70 [2023-02-02T23:02:12.209Z] v2.3.0-dev.71 [2023-02-02T23:02:12.209Z] v2.3.0-dev.72 [2023-02-02T23:02:12.209Z] v2.3.0-dev.73 [2023-02-02T23:02:12.209Z] v2.3.0-dev.74 [2023-02-02T23:02:12.209Z] v2.3.0-dev.75 [2023-02-02T23:02:12.209Z] v2.3.0-dev.76 [2023-02-02T23:02:12.209Z] v2.3.0-dev.77 [2023-02-02T23:02:12.209Z] v2.3.0-dev.78 [2023-02-02T23:02:12.209Z] v2.3.0-dev.79 [2023-02-02T23:02:12.209Z] v2.3.0-dev.80 [2023-02-02T23:02:12.209Z] v2.3.0-dev.81 [2023-02-02T23:02:12.209Z] v2.3.0-dev.82 [2023-02-02T23:02:12.209Z] v2.3.0-dev.83 [2023-02-02T23:02:12.209Z] v2.3.0-dev.84 [2023-02-02T23:02:12.209Z] v2.3.0-dev.85 [2023-02-02T23:02:12.209Z] v2.3.0-dev.86 [2023-02-02T23:02:12.209Z] v2.3.0-dev.87 [2023-02-02T23:02:12.209Z] v2.3.0-dev.88 [2023-02-02T23:02:12.209Z] v2.3.0-dev.89 [2023-02-02T23:02:12.209Z] v2.3.0-dev.90 [2023-02-02T23:02:12.209Z] v2.3.0-dev.91 [2023-02-02T23:02:12.209Z] v2.3.0-dev.92 [2023-02-02T23:02:12.209Z] v2.3.0-dev.93 [2023-02-02T23:02:12.209Z] v2.3.0-dev.94 [2023-02-02T23:02:12.209Z] v2.3.0-dev.95 [2023-02-02T23:02:12.209Z] v2.3.0-dev.96 [2023-02-02T23:02:12.209Z] v2.3.0-dev.97 [2023-02-02T23:02:12.209Z] v2.3.0-dev.98 [2023-02-02T23:02:12.209Z] v2.3.0-dev.99 [2023-02-02T23:02:12.209Z] v2.3.1-dev.1 [2023-02-02T23:02:12.209Z] v2.3.1-dev.2 [2023-02-02T23:02:12.209Z] v2.3.1-dev.3 [2023-02-02T23:02:12.209Z] v2.3.1-dev.4 [2023-02-02T23:02:12.209Z] v2.3.1-dev.5 [2023-02-02T23:02:12.209Z] v3.0.0-dev.1 [2023-02-02T23:02:12.209Z] v3.0.0-dev.10 [2023-02-02T23:02:12.209Z] v3.0.0-dev.11 [2023-02-02T23:02:12.209Z] v3.0.0-dev.12 [2023-02-02T23:02:12.209Z] v3.0.0-dev.13 [2023-02-02T23:02:12.209Z] v3.0.0-dev.14 [2023-02-02T23:02:12.209Z] v3.0.0-dev.15 [2023-02-02T23:02:12.209Z] v3.0.0-dev.16 [2023-02-02T23:02:12.209Z] v3.0.0-dev.17 [2023-02-02T23:02:12.209Z] v3.0.0-dev.18 [2023-02-02T23:02:12.209Z] v3.0.0-dev.19 [2023-02-02T23:02:12.209Z] v3.0.0-dev.2 [2023-02-02T23:02:12.209Z] v3.0.0-dev.20 [2023-02-02T23:02:12.209Z] v3.0.0-dev.21 [2023-02-02T23:02:12.209Z] v3.0.0-dev.22 [2023-02-02T23:02:12.209Z] v3.0.0-dev.23 [2023-02-02T23:02:12.209Z] v3.0.0-dev.24 [2023-02-02T23:02:12.209Z] v3.0.0-dev.25 [2023-02-02T23:02:12.209Z] v3.0.0-dev.26 [2023-02-02T23:02:12.209Z] v3.0.0-dev.27 [2023-02-02T23:02:12.209Z] v3.0.0-dev.28 [2023-02-02T23:02:12.209Z] v3.0.0-dev.29 [2023-02-02T23:02:12.209Z] v3.0.0-dev.3 [2023-02-02T23:02:12.209Z] v3.0.0-dev.30 [2023-02-02T23:02:12.209Z] v3.0.0-dev.31 [2023-02-02T23:02:12.209Z] v3.0.0-dev.32 [2023-02-02T23:02:12.209Z] v3.0.0-dev.4 [2023-02-02T23:02:12.209Z] v3.0.0-dev.5 [2023-02-02T23:02:12.209Z] v3.0.0-dev.6 [2023-02-02T23:02:12.209Z] v3.0.0-dev.7 [2023-02-02T23:02:12.209Z] v3.0.0-dev.8 [2023-02-02T23:02:12.209Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-02T23:02:12.494Z] + lftools sign git-tag v3.0.0-dev.32 [2023-02-02T23:02:13.061Z] Signing Git tag with Sigul... [2023-02-02T23:02:13.061Z] Signing v3.0.0-dev.32 [Pipeline] echo [2023-02-02T23:02:13.327Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:13.609Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-02T23:02:13.616Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-02T23:02:13.632Z] $ docker stop --time=1 452c6e9853aa6714b38652f9d193535baa73da6388582f2aef577e574ccb0982 [2023-02-02T23:02:14.934Z] $ docker rm -f --volumes 452c6e9853aa6714b38652f9d193535baa73da6388582f2aef577e574ccb0982 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-02T23:02:15.339Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T23:02:15.339Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:02:15.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T23:02:15.636Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T23:02:15.704Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T23:02:15.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T23:02:16.103Z] $ docker top 53b6e035e8028c369686223ad9b5d1f37e23a198dcd9a746119c0d0ac077e94c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T23:02:16.197Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T23:02:16.197Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T23:02:16.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T23:02:16.318Z] $ docker exec 53b6e035e8028c369686223ad9b5d1f37e23a198dcd9a746119c0d0ac077e94c ssh-agent [2023-02-02T23:02:16.434Z] SSH_AUTH_SOCK=/tmp/ssh-xtCqprkvgJw9/agent.32 [2023-02-02T23:02:16.434Z] SSH_AGENT_PID=39 [2023-02-02T23:02:16.438Z] Running ssh-add (command line suppressed) [2023-02-02T23:02:16.551Z] Identity added: /w/workspace/edgex-go/391@tmp/private_key_15150295658030686062.key (/w/workspace/edgex-go/391@tmp/private_key_15150295658030686062.key) [2023-02-02T23:02:16.566Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T23:02:16.853Z] + git semver bump pre [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,057 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,057 [bump_version] DEBUG bumping version:3.0.0-dev.32 on axis:pre with prefix:dev [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,057 [bump_version] DEBUG bumped version:3.0.0-dev.33 [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,057 [write_version] DEBUG write version:3.0.0-dev.33 to path:/w/workspace/edgex-go/391/.semver/main with force:True [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,057 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,057 [write_file] DEBUG write to file:/w/workspace/edgex-go/391/.semver/main [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,059 [execute] INFO git cat-file --batch-check [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,059 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/391/.semver, universal_newlines=False, shell=None, istream=) [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,065 [execute] INFO git cat-file --batch [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,065 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/391/.semver, universal_newlines=False, shell=None, istream=) [2023-02-02T23:02:17.111Z] 2023-02-02 23:02:17,071 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T23:02:17.111Z] 3.0.0-dev.33 [Pipeline] } [2023-02-02T23:02:17.119Z] $ docker exec --env ******** --env ******** 53b6e035e8028c369686223ad9b5d1f37e23a198dcd9a746119c0d0ac077e94c ssh-agent -k [2023-02-02T23:02:17.218Z] unset SSH_AUTH_SOCK; [2023-02-02T23:02:17.218Z] unset SSH_AGENT_PID; [2023-02-02T23:02:17.218Z] echo Agent pid 39 killed; [2023-02-02T23:02:17.234Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T23:02:17.538Z] + git semver [Pipeline] } [2023-02-02T23:02:17.809Z] $ docker stop --time=1 53b6e035e8028c369686223ad9b5d1f37e23a198dcd9a746119c0d0ac077e94c [2023-02-02T23:02:19.073Z] $ docker rm -f --volumes 53b6e035e8028c369686223ad9b5d1f37e23a198dcd9a746119c0d0ac077e94c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-02T23:02:19.405Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-02T23:02:19.405Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:02:19.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-02T23:02:19.701Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T23:02:19.772Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T23:02:19.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-02T23:02:20.166Z] $ docker top a5b04c583023e3e47c49764d80ada912af45c7b9023768dd8a37d1dcf9ede461 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-02T23:02:20.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-02T23:02:20.307Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-02T23:02:20.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-02T23:02:20.417Z] $ docker exec a5b04c583023e3e47c49764d80ada912af45c7b9023768dd8a37d1dcf9ede461 ssh-agent [2023-02-02T23:02:20.541Z] SSH_AUTH_SOCK=/tmp/ssh-6UBHEZAs7dPu/agent.32 [2023-02-02T23:02:20.541Z] SSH_AGENT_PID=38 [2023-02-02T23:02:20.547Z] Running ssh-add (command line suppressed) [2023-02-02T23:02:20.651Z] Identity added: /w/workspace/edgex-go/391@tmp/private_key_6221576561743877945.key (/w/workspace/edgex-go/391@tmp/private_key_6221576561743877945.key) [2023-02-02T23:02:20.669Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-02T23:02:20.961Z] + git semver push [2023-02-02T23:02:21.220Z] 2023-02-02 23:02:21,125 [run_push] DEBUG push [2023-02-02T23:02:21.220Z] 2023-02-02 23:02:21,126 [execute] INFO git cat-file --batch-check [2023-02-02T23:02:21.220Z] 2023-02-02 23:02:21,126 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/391/.semver, universal_newlines=False, shell=None, istream=) [2023-02-02T23:02:21.220Z] 2023-02-02 23:02:21,130 [execute] INFO git rev-list 1f751219cf8dd91bf53feaea136a5cd94924f516 -- [2023-02-02T23:02:21.220Z] 2023-02-02 23:02:21,131 [execute] DEBUG Popen(['git', 'rev-list', '1f751219cf8dd91bf53feaea136a5cd94924f516', '--'], cwd=/w/workspace/edgex-go/391/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-02T23:02:21.220Z] 2023-02-02 23:02:21,152 [execute] INFO git fetch -v origin [2023-02-02T23:02:21.220Z] 2023-02-02 23:02:21,153 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/391/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-02T23:02:21.789Z] 2023-02-02 23:02:21,655 [run_push] DEBUG no remote changes detected [2023-02-02T23:02:21.789Z] 2023-02-02 23:02:21,655 [execute] INFO git push origin semver [2023-02-02T23:02:21.789Z] 2023-02-02 23:02:21,656 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/391/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-02T23:02:22.725Z] 2023-02-02 23:02:22,619 [run_push] DEBUG push all version tags [2023-02-02T23:02:22.725Z] 2023-02-02 23:02:22,620 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-02T23:02:22.725Z] 2023-02-02 23:02:22,620 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/391, universal_newlines=False, shell=None, istream=None) [2023-02-02T23:02:23.662Z] 2023-02-02 23:02:23,416 [read_version] DEBUG read version from /w/workspace/edgex-go/391/.semver/main [2023-02-02T23:02:23.662Z] 3.0.0-dev.33 [Pipeline] } [2023-02-02T23:02:23.670Z] $ docker exec --env ******** --env ******** a5b04c583023e3e47c49764d80ada912af45c7b9023768dd8a37d1dcf9ede461 ssh-agent -k [2023-02-02T23:02:23.787Z] unset SSH_AUTH_SOCK; [2023-02-02T23:02:23.787Z] unset SSH_AGENT_PID; [2023-02-02T23:02:23.787Z] echo Agent pid 38 killed; [2023-02-02T23:02:23.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-02T23:02:24.113Z] + git semver [Pipeline] } [2023-02-02T23:02:24.383Z] $ docker stop --time=1 a5b04c583023e3e47c49764d80ada912af45c7b9023768dd8a37d1dcf9ede461 [2023-02-02T23:02:25.654Z] $ docker rm -f --volumes a5b04c583023e3e47c49764d80ada912af45c7b9023768dd8a37d1dcf9ede461 [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-02-02T23:02:26.289Z] + [ -d /w/workspace/edgex-go/391/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:26.650Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:27.504Z] ---> package-listing.sh [2023-02-02T23:02:27.504Z] ++ facter osfamily [2023-02-02T23:02:27.504Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-02T23:02:27.761Z] + OS_FAMILY=debian [2023-02-02T23:02:27.761Z] + workspace=/w/workspace/edgex-go/391 [2023-02-02T23:02:27.761Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-02T23:02:27.761Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-02T23:02:27.761Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-02T23:02:27.761Z] + PACKAGES=/tmp/packages_start.txt [2023-02-02T23:02:27.761Z] + '[' /w/workspace/edgex-go/391 ']' [2023-02-02T23:02:27.761Z] + PACKAGES=/tmp/packages_end.txt [2023-02-02T23:02:27.761Z] + case "${OS_FAMILY}" in [2023-02-02T23:02:27.761Z] + dpkg -l [2023-02-02T23:02:27.761Z] + grep '^ii' [2023-02-02T23:02:27.761Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-02T23:02:27.761Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-02T23:02:27.761Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-02T23:02:27.761Z] + '[' /w/workspace/edgex-go/391 ']' [2023-02-02T23:02:27.761Z] + mkdir -p /w/workspace/edgex-go/391/archives/ [2023-02-02T23:02:27.761Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/391/archives/ [Pipeline] echo [2023-02-02T23:02:27.772Z] 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/391/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-02T23:02:28.051Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:02:28.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T23:02:28.605Z] [2023-02-02T23:02:28.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-02T23:02:28.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T23:02:28.914Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-02T23:02:28.914Z] 5eb5b503b376: Pulling fs layer [2023-02-02T23:02:28.914Z] 5c69ac0246d0: Pulling fs layer [2023-02-02T23:02:28.914Z] ec43610c2a17: Pulling fs layer [2023-02-02T23:02:28.914Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-02T23:02:28.914Z] 33b1e0a273af: Pulling fs layer [2023-02-02T23:02:28.914Z] 5d3b04190fa2: Pulling fs layer [2023-02-02T23:02:28.914Z] 2f39f015ded8: Pulling fs layer [2023-02-02T23:02:28.914Z] 33b1e0a273af: Waiting [2023-02-02T23:02:28.914Z] 5d3b04190fa2: Waiting [2023-02-02T23:02:28.914Z] 2f39f015ded8: Waiting [2023-02-02T23:02:28.914Z] 3a2ae6a8a46f: Waiting [2023-02-02T23:02:28.914Z] 5c69ac0246d0: Verifying Checksum [2023-02-02T23:02:28.914Z] 5c69ac0246d0: Download complete [2023-02-02T23:02:28.914Z] 3a2ae6a8a46f: Download complete [2023-02-02T23:02:29.173Z] 33b1e0a273af: Verifying Checksum [2023-02-02T23:02:29.173Z] 33b1e0a273af: Download complete [2023-02-02T23:02:29.173Z] 5d3b04190fa2: Verifying Checksum [2023-02-02T23:02:29.173Z] 5d3b04190fa2: Download complete [2023-02-02T23:02:29.173Z] ec43610c2a17: Verifying Checksum [2023-02-02T23:02:29.173Z] ec43610c2a17: Download complete [2023-02-02T23:02:29.432Z] 5eb5b503b376: Download complete [2023-02-02T23:02:29.998Z] 2f39f015ded8: Verifying Checksum [2023-02-02T23:02:29.998Z] 2f39f015ded8: Download complete [2023-02-02T23:02:30.563Z] 5eb5b503b376: Pull complete [2023-02-02T23:02:30.821Z] 5c69ac0246d0: Pull complete [2023-02-02T23:02:31.079Z] ec43610c2a17: Pull complete [2023-02-02T23:02:31.338Z] 3a2ae6a8a46f: Pull complete [2023-02-02T23:02:31.596Z] 33b1e0a273af: Pull complete [2023-02-02T23:02:31.596Z] 5d3b04190fa2: Pull complete [2023-02-02T23:02:36.854Z] 2f39f015ded8: Pull complete [2023-02-02T23:02:36.854Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-02T23:02:36.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-02T23:02:36.854Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-02T23:02:36.940Z] prd-ubuntu20.04-docker-8c-8g-4402 does not seem to be running inside a container [2023-02-02T23:02:36.964Z] $ 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/391/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/391 -v /w/workspace/edgex-go/391:/w/workspace/edgex-go/391:rw,z -v /w/workspace/edgex-go/391@tmp:/w/workspace/edgex-go/391@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-02T23:02:41.688Z] $ docker top f46672d533bd2320c234a055185178ba1876877ab3dffa4c30c6f78919931a6c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-02T23:02:42.035Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-02T23:02:42.318Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-02T23:02:42.602Z] + ls /var/log/sa-host [2023-02-02T23:02:42.602Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-02T23:02:42.742Z] provisioning config files... [2023-02-02T23:02:42.749Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/391@tmp/config9534742795785681970tmp [Pipeline] { [Pipeline] echo [2023-02-02T23:02:42.761Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:43.059Z] ---> create-netrc.sh [Pipeline] } [2023-02-02T23:02:43.082Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:43.417Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-02T23:02:43.427Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:43.712Z] ---> sudo-logs.sh [2023-02-02T23:02:43.712Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-02T23:02:43.736Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:44.019Z] ---> job-cost.sh [2023-02-02T23:02:44.019Z] lf-activate-venv: SKIPPING [2023-02-02T23:02:44.019Z] DEBUG: total: 0.10999999940395355 [2023-02-02T23:02:44.019Z] INFO: Retrieving Stack Cost... [2023-02-02T23:02:44.278Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-02T23:02:44.846Z] INFO: Archiving Costs [Pipeline] echo [2023-02-02T23:02:44.858Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-02T23:02:45.141Z] ---> logs-deploy.sh [2023-02-02T23:02:45.141Z] lf-activate-venv: SKIPPING [2023-02-02T23:02:45.141Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/391 [2023-02-02T23:02:45.141Z] INFO: archiving workspace using pattern(s): [2023-02-02T23:02:46.078Z] Archives upload complete. [2023-02-02T23:02:46.338Z] INFO: archiving logs to Nexus [2023-02-02T23:02:46.907Z] ---> uname -a: [2023-02-02T23:02:46.907Z] Linux prd-ubuntu20-04-docker-8c-8g-4402 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] ---> lscpu: [2023-02-02T23:02:46.907Z] Architecture: x86_64 [2023-02-02T23:02:46.907Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-02T23:02:46.907Z] Byte Order: Little Endian [2023-02-02T23:02:46.907Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-02T23:02:46.907Z] CPU(s): 8 [2023-02-02T23:02:46.907Z] On-line CPU(s) list: 0-7 [2023-02-02T23:02:46.907Z] Thread(s) per core: 1 [2023-02-02T23:02:46.907Z] Core(s) per socket: 1 [2023-02-02T23:02:46.907Z] Socket(s): 8 [2023-02-02T23:02:46.907Z] NUMA node(s): 1 [2023-02-02T23:02:46.907Z] Vendor ID: AuthenticAMD [2023-02-02T23:02:46.907Z] CPU family: 23 [2023-02-02T23:02:46.907Z] Model: 49 [2023-02-02T23:02:46.907Z] Model name: AMD EPYC-Rome Processor [2023-02-02T23:02:46.907Z] Stepping: 0 [2023-02-02T23:02:46.907Z] CPU MHz: 2800.002 [2023-02-02T23:02:46.907Z] BogoMIPS: 5600.00 [2023-02-02T23:02:46.907Z] Virtualization: AMD-V [2023-02-02T23:02:46.907Z] Hypervisor vendor: KVM [2023-02-02T23:02:46.907Z] Virtualization type: full [2023-02-02T23:02:46.907Z] L1d cache: 256 KiB [2023-02-02T23:02:46.907Z] L1i cache: 256 KiB [2023-02-02T23:02:46.907Z] L2 cache: 4 MiB [2023-02-02T23:02:46.907Z] L3 cache: 128 MiB [2023-02-02T23:02:46.907Z] NUMA node0 CPU(s): 0-7 [2023-02-02T23:02:46.907Z] Vulnerability Itlb multihit: Not affected [2023-02-02T23:02:46.907Z] Vulnerability L1tf: Not affected [2023-02-02T23:02:46.907Z] Vulnerability Mds: Not affected [2023-02-02T23:02:46.907Z] Vulnerability Meltdown: Not affected [2023-02-02T23:02:46.907Z] Vulnerability Mmio stale data: Not affected [2023-02-02T23:02:46.907Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-02T23:02:46.907Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-02T23:02:46.907Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-02T23:02:46.907Z] Vulnerability Srbds: Not affected [2023-02-02T23:02:46.907Z] Vulnerability Tsx async abort: Not affected [2023-02-02T23:02:46.907Z] 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-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] ---> nproc: [2023-02-02T23:02:46.907Z] 8 [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] ---> df -h: [2023-02-02T23:02:46.907Z] Filesystem Size Used Avail Use% Mounted on [2023-02-02T23:02:46.907Z] overlay 155G 22G 134G 14% / [2023-02-02T23:02:46.907Z] tmpfs 64M 0 64M 0% /dev [2023-02-02T23:02:46.907Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-02T23:02:46.907Z] shm 64M 0 64M 0% /dev/shm [2023-02-02T23:02:46.907Z] /dev/vda1 155G 22G 134G 14% /facter-os [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] ---> sar -b -r -n DEV: [2023-02-02T23:02:46.907Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4402) 02/02/23 _x86_64_ (8 CPU) [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] 22:33:40 LINUX RESTART (8 CPU) [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] 22:34:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-02T23:02:46.907Z] 22:35:01 104.91 39.79 65.12 0.00 4388.27 59903.34 0.00 [2023-02-02T23:02:46.907Z] 22:36:01 102.60 0.57 102.03 0.00 33.19 50579.97 0.00 [2023-02-02T23:02:46.907Z] 22:37:01 39.66 0.35 39.31 0.00 9.73 20358.49 0.00 [2023-02-02T23:02:46.907Z] 22:38:01 94.97 0.10 94.87 0.00 8.40 69878.97 0.00 [2023-02-02T23:02:46.907Z] 22:39:01 433.01 10.93 422.08 0.00 170.48 109697.70 0.00 [2023-02-02T23:02:46.907Z] 22:40:01 240.81 8.67 232.14 0.00 2806.47 172341.28 0.00 [2023-02-02T23:02:46.907Z] 22:41:01 494.50 2.05 492.45 0.00 2281.89 116391.13 0.00 [2023-02-02T23:02:46.907Z] 22:42:01 425.56 3.33 422.23 0.00 29.86 153782.90 0.00 [2023-02-02T23:02:46.907Z] 22:43:01 589.24 0.05 589.19 0.00 9.86 189305.96 0.00 [2023-02-02T23:02:46.907Z] 22:44:01 438.24 0.08 438.15 0.00 0.66 115588.04 0.00 [2023-02-02T23:02:46.907Z] 22:45:01 91.82 0.07 91.75 0.00 1.87 14415.59 0.00 [2023-02-02T23:02:46.907Z] 22:46:01 18.11 0.05 18.06 0.00 5.73 474.59 0.00 [2023-02-02T23:02:46.907Z] 22:47:01 1.57 0.00 1.57 0.00 0.00 16.13 0.00 [2023-02-02T23:02:46.907Z] 22:48:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 [2023-02-02T23:02:46.907Z] 22:49:01 1.33 0.02 1.32 0.00 0.13 14.53 0.00 [2023-02-02T23:02:46.907Z] 22:50:01 1.63 0.00 1.63 0.00 0.00 23.06 0.00 [2023-02-02T23:02:46.907Z] 22:51:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 [2023-02-02T23:02:46.907Z] 22:52:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2023-02-02T23:02:46.907Z] 22:53:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 [2023-02-02T23:02:46.907Z] 22:54:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 [2023-02-02T23:02:46.907Z] 22:55:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 [2023-02-02T23:02:46.907Z] 22:56:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 [2023-02-02T23:02:46.907Z] 22:57:01 1.28 0.00 1.28 0.00 0.00 13.60 0.00 [2023-02-02T23:02:46.907Z] 22:58:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 [2023-02-02T23:02:46.907Z] 22:59:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 [2023-02-02T23:02:46.907Z] 23:00:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 [2023-02-02T23:02:46.907Z] 23:01:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 [2023-02-02T23:02:46.907Z] 23:02:01 71.02 1.28 69.74 0.00 39.73 35018.43 0.00 [2023-02-02T23:02:46.907Z] Average: 113.02 2.38 110.63 0.00 347.06 39565.95 0.00 [2023-02-02T23:02:46.907Z] [2023-02-02T23:02:46.907Z] 22:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-02T23:02:46.907Z] 22:35:01 29679532 31661324 679688 2.07 60576 2218456 1747828 5.15 954748 1938264 224 [2023-02-02T23:02:46.907Z] 22:36:01 28061832 31535840 763116 2.32 113120 3571212 1977832 5.83 1410708 2970756 403352 [2023-02-02T23:02:46.907Z] 22:37:01 27878456 31553720 741300 2.25 117112 3739020 1906648 5.62 1241684 3289448 272568 [2023-02-02T23:02:46.907Z] 22:38:01 26216880 31546408 750572 2.28 119668 5355096 1838236 5.42 1531908 4622224 532516 [2023-02-02T23:02:46.907Z] 22:39:01 22326832 31514460 768004 2.34 288640 8689032 1961020 5.78 2082896 7591636 1322732 [2023-02-02T23:02:46.907Z] 22:40:01 21399936 31123768 1123116 3.42 307720 9249328 4071432 12.00 2373404 8221544 31584 [2023-02-02T23:02:46.907Z] 22:41:01 20758364 31465000 800192 2.43 330500 10207060 1994284 5.88 2174436 9088416 365484 [2023-02-02T23:02:46.907Z] 22:42:01 17864976 31457964 791168 2.41 415956 12724388 1923324 5.67 2553432 11303116 386704 [2023-02-02T23:02:46.907Z] 22:43:01 17291812 31313348 941964 2.86 422244 13214432 2404004 7.08 2572792 11929724 639296 [2023-02-02T23:02:46.907Z] 22:44:01 17652024 31315756 937888 2.85 426252 12837828 2226000 6.56 2606988 11523196 5912 [2023-02-02T23:02:46.907Z] 22:45:01 18017012 31516164 744324 2.26 428148 12681856 1997248 5.89 2437836 11342460 1352 [2023-02-02T23:02:46.907Z] 22:46:01 18018164 31518016 742236 2.26 428792 12682220 1846252 5.44 2437044 11342556 368 [2023-02-02T23:02:46.907Z] 22:47:01 18018976 31518860 741440 2.25 428816 12682220 1846252 5.44 2435748 11342556 8 [2023-02-02T23:02:46.907Z] 22:48:01 18025260 31525172 735100 2.24 428836 12682224 1846252 5.44 2430400 11342560 172 [2023-02-02T23:02:46.907Z] 22:49:01 18026828 31526912 734168 2.23 428856 12682224 1862332 5.49 2427844 11342608 208 [2023-02-02T23:02:46.907Z] 22:50:01 18032136 31532228 728852 2.22 428884 12682208 1862332 5.49 2422456 11342592 180 [2023-02-02T23:02:46.907Z] 22:51:01 18032092 31532192 728736 2.22 428900 12682216 1862332 5.49 2422772 11342596 184 [2023-02-02T23:02:46.907Z] 22:52:01 18031816 31532080 728800 2.22 428912 12682344 1862332 5.49 2422924 11342728 248 [2023-02-02T23:02:46.907Z] 22:53:01 18031760 31532028 728772 2.22 428932 12682348 1862332 5.49 2422872 11342732 176 [2023-02-02T23:02:46.907Z] 22:54:01 18031824 31532124 728676 2.22 428960 12682348 1862332 5.49 2422624 11342736 180 [2023-02-02T23:02:46.908Z] 22:55:01 18031588 31532104 728856 2.22 428984 12682352 1878384 5.54 2422420 11342916 4 [2023-02-02T23:02:46.908Z] 22:56:01 18032180 31532732 728328 2.21 429004 12682356 1878384 5.54 2422760 11342920 292 [2023-02-02T23:02:46.908Z] 22:57:01 18032172 31532724 728300 2.21 429020 12682356 1878384 5.54 2422724 11342920 188 [2023-02-02T23:02:46.908Z] 22:58:01 18032048 31532612 728544 2.22 429036 12682360 1878384 5.54 2422948 11342924 232 [2023-02-02T23:02:46.908Z] 22:59:01 18032048 31532616 728504 2.22 429052 12682364 1878384 5.54 2422748 11342928 36 [2023-02-02T23:02:46.908Z] 23:00:01 18032032 31532676 728432 2.22 429064 12682368 1878384 5.54 2422856 11342936 236 [2023-02-02T23:02:46.908Z] 23:01:01 18032048 31532704 728320 2.21 429088 12682372 1878384 5.54 2422780 11342940 184 [2023-02-02T23:02:46.908Z] 23:02:01 16538648 31506296 750228 2.28 466728 13990892 1998092 5.89 2530492 12606288 606044 [2023-02-02T23:02:46.908Z] Average: 19719974 31499565 767415 2.33 369993 11121267 1996692 5.88 2259830 9925401 163238 [2023-02-02T23:02:46.908Z] [2023-02-02T23:02:46.908Z] 22:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-02T23:02:46.908Z] 22:35:01 docker0 387.75 297.02 29.05 2770.58 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:35:01 lo 4.07 4.07 0.39 0.39 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:35:01 ens3 947.31 858.74 7958.98 124.65 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:36:01 docker0 78.24 91.35 6.28 692.94 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:36:01 vethe3acc5c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:36:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:36:01 ens3 249.16 201.80 4716.89 30.26 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:37:01 docker0 1.37 1.37 0.09 0.12 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:37:01 vethe3acc5c 1.37 1.40 0.11 0.12 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:37:01 ens3 41.04 43.33 32.11 106.27 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:38:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:38:01 veth7f3936d 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:38:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:38:01 ens3 93.35 64.23 1696.82 19.73 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:39:01 docker0 583.11 879.77 45.76 6054.73 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:39:01 veth7f3936d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:39:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:39:01 ens3 944.45 617.44 6915.81 58.99 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 veth5390593 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 veth9bed20d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 veth7f3936d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 vetha45b577 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 ens3 44.49 29.21 531.66 5.56 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 veth10ad69d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:40:01 veth996bed8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:41:01 docker0 9.68 20.11 0.63 263.34 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:41:01 veth7f3936d 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:41:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:41:01 ens3 129.56 80.07 1708.69 16.15 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:42:01 docker0 361.42 565.64 30.31 4754.35 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:42:01 veth7f3936d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:42:01 ens3 580.05 370.44 4765.95 41.67 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:43:01 vethdf84a7d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:43:01 docker0 16.88 30.04 1.06 360.92 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:43:01 veth7f3936d 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:43:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:43:01 ens3 59.65 38.80 428.00 12.85 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:44:01 docker0 94.17 143.70 7.65 1249.03 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:44:01 veth7f3936d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:44:01 veth57b0f08 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:44:01 ens3 179.79 119.86 1277.14 24.85 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:45:01 docker0 4.48 8.25 0.29 91.77 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:45:01 lo 37.12 37.12 3.66 3.66 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:45:01 ens3 331.46 339.00 271.30 1208.23 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:46:01 lo 24.66 24.66 2.43 2.43 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:46:01 ens3 322.53 335.78 138.44 1804.31 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:49:01 ens3 2.18 1.85 8.39 0.13 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:50:01 ens3 1.35 0.83 5.03 0.12 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:51:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:55:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 22:59:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:00:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:01:01 ens3 0.18 0.18 0.17 0.01 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:02:01 docker0 36.64 47.69 3.20 587.09 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:02:01 lo 2.47 2.47 0.24 0.24 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] 23:02:01 ens3 332.71 276.10 7767.40 47.57 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] Average: docker0 56.01 74.34 4.43 599.68 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] Average: lo 2.71 2.71 0.26 0.26 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] Average: ens3 151.68 120.22 1361.17 125.05 0.00 0.00 0.00 0.00 [2023-02-02T23:02:46.908Z] [2023-02-02T23:02:46.908Z] [2023-02-02T23:02:46.908Z] ---> sar -P ALL: [2023-02-02T23:02:46.908Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4402) 02/02/23 _x86_64_ (8 CPU) [2023-02-02T23:02:46.908Z] [2023-02-02T23:02:46.908Z] 22:33:40 LINUX RESTART (8 CPU) [2023-02-02T23:02:46.908Z] [2023-02-02T23:02:46.908Z] 22:34:02 CPU %user %nice %system %iowait %steal %idle [2023-02-02T23:02:46.908Z] 22:35:01 all 8.19 0.00 2.42 4.77 0.06 84.55 [2023-02-02T23:02:46.908Z] 22:35:01 0 11.29 0.00 2.30 18.42 0.07 67.92 [2023-02-02T23:02:46.908Z] 22:35:01 1 8.74 0.00 3.56 8.79 0.05 78.85 [2023-02-02T23:02:46.908Z] 22:35:01 2 5.68 0.00 2.02 1.05 0.05 91.19 [2023-02-02T23:02:46.908Z] 22:35:01 3 7.31 0.00 2.07 0.43 0.09 90.11 [2023-02-02T23:02:46.909Z] 22:35:01 4 8.42 0.00 1.78 0.34 0.05 89.42 [2023-02-02T23:02:46.909Z] 22:35:01 5 10.64 0.00 2.71 0.29 0.05 86.32 [2023-02-02T23:02:46.909Z] 22:35:01 6 6.39 0.00 2.32 8.33 0.05 82.91 [2023-02-02T23:02:46.909Z] 22:35:01 7 7.09 0.00 2.64 0.50 0.09 89.69 [2023-02-02T23:02:46.909Z] 22:36:01 all 24.09 0.00 5.19 4.77 0.09 65.87 [2023-02-02T23:02:46.909Z] 22:36:01 0 24.65 0.00 5.61 15.78 0.10 53.85 [2023-02-02T23:02:46.909Z] 22:36:01 1 23.82 0.00 4.74 0.02 0.08 71.34 [2023-02-02T23:02:46.909Z] 22:36:01 2 23.95 0.00 4.70 0.05 0.07 71.23 [2023-02-02T23:02:46.909Z] 22:36:01 3 23.64 0.00 5.94 1.11 0.10 69.20 [2023-02-02T23:02:46.909Z] 22:36:01 4 23.61 0.00 5.07 0.02 0.07 71.24 [2023-02-02T23:02:46.909Z] 22:36:01 5 23.06 0.00 5.64 18.35 0.08 52.87 [2023-02-02T23:02:46.909Z] 22:36:01 6 24.91 0.00 4.04 1.47 0.10 69.47 [2023-02-02T23:02:46.909Z] 22:36:01 7 25.05 0.00 5.80 1.42 0.08 67.64 [2023-02-02T23:02:46.909Z] 22:37:01 all 47.65 0.00 7.08 1.38 0.12 43.77 [2023-02-02T23:02:46.909Z] 22:37:01 0 47.03 0.00 7.58 0.12 0.12 45.15 [2023-02-02T23:02:46.909Z] 22:37:01 1 47.38 0.00 6.46 0.17 0.12 45.88 [2023-02-02T23:02:46.909Z] 22:37:01 2 48.15 0.00 6.60 0.15 0.12 44.98 [2023-02-02T23:02:46.909Z] 22:37:01 3 48.75 0.00 7.00 0.13 0.12 44.00 [2023-02-02T23:02:46.909Z] 22:37:01 4 47.70 0.00 8.32 0.59 0.12 43.28 [2023-02-02T23:02:46.909Z] 22:37:01 5 47.33 0.00 6.77 8.46 0.12 37.33 [2023-02-02T23:02:46.909Z] 22:37:01 6 46.75 0.00 6.93 1.11 0.13 45.06 [2023-02-02T23:02:46.909Z] 22:37:01 7 48.13 0.00 6.97 0.34 0.10 44.46 [2023-02-02T23:02:46.909Z] 22:38:01 all 15.47 0.00 6.85 4.72 0.13 72.83 [2023-02-02T23:02:46.909Z] 22:38:01 0 16.72 0.00 6.49 0.02 0.08 76.69 [2023-02-02T23:02:46.909Z] 22:38:01 1 16.13 0.00 7.31 0.03 0.14 76.39 [2023-02-02T23:02:46.909Z] 22:38:01 2 13.30 0.00 5.46 0.05 0.17 81.02 [2023-02-02T23:02:46.909Z] 22:38:01 3 14.64 0.00 7.11 20.24 0.09 57.93 [2023-02-02T23:02:46.909Z] 22:38:01 4 15.39 0.00 8.49 10.33 0.12 65.67 [2023-02-02T23:02:46.909Z] 22:38:01 5 15.36 0.00 6.19 0.03 0.22 78.20 [2023-02-02T23:02:46.909Z] 22:38:01 6 17.56 0.00 6.78 6.63 0.10 68.94 [2023-02-02T23:02:46.909Z] 22:38:01 7 14.66 0.00 6.99 0.65 0.12 77.59 [2023-02-02T23:02:46.909Z] 22:39:01 all 10.49 0.00 5.43 17.35 0.12 66.60 [2023-02-02T23:02:46.909Z] 22:39:01 0 9.34 0.00 4.70 21.75 0.18 64.03 [2023-02-02T23:02:46.909Z] 22:39:01 1 11.77 0.00 5.33 24.03 0.08 58.79 [2023-02-02T23:02:46.909Z] 22:39:01 2 9.05 0.00 4.20 7.62 0.08 79.04 [2023-02-02T23:02:46.909Z] 22:39:01 3 8.60 0.00 4.16 15.90 0.10 71.25 [2023-02-02T23:02:46.909Z] 22:39:01 4 11.12 0.00 6.40 23.96 0.10 58.42 [2023-02-02T23:02:46.909Z] 22:39:01 5 11.95 0.00 5.89 19.23 0.12 62.81 [2023-02-02T23:02:46.909Z] 22:39:01 6 11.84 0.00 5.69 18.74 0.12 63.61 [2023-02-02T23:02:46.909Z] 22:39:01 7 10.25 0.00 7.09 7.58 0.19 74.90 [2023-02-02T23:02:46.909Z] 22:40:01 all 16.88 0.00 5.74 16.00 0.08 61.30 [2023-02-02T23:02:46.909Z] 22:40:01 0 15.44 0.00 6.67 4.49 0.07 73.33 [2023-02-02T23:02:46.909Z] 22:40:01 1 17.24 0.00 6.50 29.91 0.05 46.30 [2023-02-02T23:02:46.909Z] 22:40:01 2 17.03 0.00 4.19 18.18 0.13 60.47 [2023-02-02T23:02:46.909Z] 22:40:01 3 16.13 0.00 5.72 2.70 0.07 75.38 [2023-02-02T23:02:46.909Z] 22:40:01 4 17.39 0.00 5.56 8.86 0.12 68.06 [2023-02-02T23:02:46.909Z] 22:40:01 5 17.31 0.00 6.23 57.20 0.05 19.22 [2023-02-02T23:02:46.909Z] 22:40:01 6 16.67 0.00 5.44 2.60 0.07 75.22 [2023-02-02T23:02:46.909Z] 22:40:01 7 17.79 0.00 5.58 4.05 0.08 72.49 [2023-02-02T23:02:46.909Z] 22:41:01 all 37.06 0.00 7.71 13.95 0.14 41.15 [2023-02-02T23:02:46.909Z] 22:41:01 0 36.15 0.00 6.40 4.95 0.12 52.38 [2023-02-02T23:02:46.909Z] 22:41:01 1 38.38 0.00 8.21 4.17 0.14 49.10 [2023-02-02T23:02:46.909Z] 22:41:01 2 35.55 0.00 9.28 5.50 0.15 49.53 [2023-02-02T23:02:46.909Z] 22:41:01 3 36.65 0.00 7.36 33.32 0.12 22.55 [2023-02-02T23:02:46.909Z] 22:41:01 4 36.12 0.00 8.26 35.43 0.22 19.97 [2023-02-02T23:02:46.909Z] 22:41:01 5 38.06 0.00 8.15 17.26 0.12 36.41 [2023-02-02T23:02:46.909Z] 22:41:01 6 36.60 0.00 6.24 5.39 0.10 51.66 [2023-02-02T23:02:46.909Z] 22:41:01 7 38.95 0.00 7.77 5.91 0.12 47.26 [2023-02-02T23:02:46.909Z] 22:42:01 all 19.85 0.00 6.80 22.48 0.17 50.70 [2023-02-02T23:02:46.909Z] 22:42:01 0 19.38 0.00 6.76 16.00 0.14 57.72 [2023-02-02T23:02:46.909Z] 22:42:01 1 20.39 0.00 6.70 31.90 0.19 40.82 [2023-02-02T23:02:46.909Z] 22:42:01 2 20.42 0.00 5.50 12.37 0.12 61.59 [2023-02-02T23:02:46.909Z] 22:42:01 3 19.26 0.00 7.26 32.02 0.12 41.34 [2023-02-02T23:02:46.909Z] 22:42:01 4 21.05 0.00 6.73 23.30 0.25 48.67 [2023-02-02T23:02:46.909Z] 22:42:01 5 20.75 0.00 7.83 26.74 0.09 44.60 [2023-02-02T23:02:46.909Z] 22:42:01 6 17.27 0.00 5.46 17.94 0.17 59.16 [2023-02-02T23:02:46.909Z] 22:42:01 7 20.30 0.00 8.14 19.71 0.29 51.56 [2023-02-02T23:02:46.909Z] 22:43:01 all 24.44 0.00 8.69 17.31 0.16 49.40 [2023-02-02T23:02:46.909Z] 22:43:01 0 25.40 0.00 8.93 5.08 0.21 60.39 [2023-02-02T23:02:46.909Z] 22:43:01 1 25.09 0.00 8.62 18.95 0.12 47.21 [2023-02-02T23:02:46.909Z] 22:43:01 2 22.98 0.00 7.81 2.88 0.17 66.15 [2023-02-02T23:02:46.909Z] 22:43:01 3 23.91 0.00 10.44 34.65 0.09 30.91 [2023-02-02T23:02:46.909Z] 22:43:01 4 25.34 0.00 8.44 12.26 0.10 53.86 [2023-02-02T23:02:46.909Z] 22:43:01 5 24.75 0.00 8.36 4.79 0.12 61.98 [2023-02-02T23:02:46.909Z] 22:43:01 6 22.84 0.00 8.36 16.03 0.14 52.63 [2023-02-02T23:02:46.909Z] 22:43:01 7 25.20 0.00 8.58 43.90 0.36 21.96 [2023-02-02T23:02:46.909Z] 22:44:01 all 32.58 0.00 8.33 12.30 0.24 46.55 [2023-02-02T23:02:46.909Z] 22:44:01 0 31.85 0.00 8.95 12.31 0.17 46.72 [2023-02-02T23:02:46.909Z] 22:44:01 1 33.01 0.00 8.04 16.40 0.17 42.37 [2023-02-02T23:02:46.909Z] 22:44:01 2 31.67 0.00 7.84 10.74 0.19 49.55 [2023-02-02T23:02:46.909Z] 22:44:01 3 34.98 0.00 8.65 18.28 0.12 37.97 [2023-02-02T23:02:46.909Z] 22:44:01 4 29.12 0.00 8.92 6.58 0.48 54.90 [2023-02-02T23:02:46.909Z] 22:44:01 5 32.00 0.00 6.50 8.76 0.39 52.34 [2023-02-02T23:02:46.909Z] 22:44:01 6 32.57 0.00 7.58 14.38 0.19 45.28 [2023-02-02T23:02:46.909Z] 22:44:01 7 35.43 0.00 10.19 10.99 0.19 43.20 [2023-02-02T23:02:46.909Z] 22:45:01 all 17.96 0.00 3.26 1.10 0.08 77.61 [2023-02-02T23:02:46.909Z] 22:45:01 0 18.13 0.00 3.57 0.10 0.07 78.13 [2023-02-02T23:02:46.909Z] 22:45:01 1 17.37 0.00 3.12 0.07 0.07 79.38 [2023-02-02T23:02:46.909Z] 22:45:01 2 19.38 0.00 3.09 0.07 0.07 77.39 [2023-02-02T23:02:46.909Z] 22:45:01 3 17.23 0.00 3.40 0.02 0.08 79.27 [2023-02-02T23:02:46.909Z] 22:45:01 4 17.44 0.00 2.85 0.12 0.07 79.53 [2023-02-02T23:02:46.909Z] 22:45:01 5 17.68 0.00 2.88 1.16 0.08 78.20 [2023-02-02T23:02:46.909Z] 22:45:01 6 17.11 0.00 3.22 0.59 0.07 79.02 [2023-02-02T23:02:46.909Z] 22:45:01 7 19.33 0.00 3.95 6.73 0.12 69.88 [2023-02-02T23:02:46.909Z] [2023-02-02T23:02:46.909Z] 22:45:01 CPU %user %nice %system %iowait %steal %idle [2023-02-02T23:02:46.909Z] 22:46:01 all 6.37 0.00 0.74 0.05 0.05 92.79 [2023-02-02T23:02:46.909Z] 22:46:01 0 6.52 0.00 0.89 0.02 0.03 92.55 [2023-02-02T23:02:46.909Z] 22:46:01 1 9.77 0.00 0.83 0.02 0.07 89.31 [2023-02-02T23:02:46.909Z] 22:46:01 2 8.62 0.00 0.86 0.02 0.05 90.45 [2023-02-02T23:02:46.909Z] 22:46:01 3 0.74 0.00 0.50 0.00 0.05 98.71 [2023-02-02T23:02:46.909Z] 22:46:01 4 5.42 0.00 0.50 0.00 0.03 94.05 [2023-02-02T23:02:46.909Z] 22:46:01 5 3.32 0.00 0.53 0.28 0.03 95.83 [2023-02-02T23:02:46.909Z] 22:46:01 6 9.97 0.00 0.75 0.02 0.05 89.21 [2023-02-02T23:02:46.909Z] 22:46:01 7 6.59 0.00 1.07 0.07 0.05 92.22 [2023-02-02T23:02:46.909Z] 22:47:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2023-02-02T23:02:46.909Z] 22:47:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2023-02-02T23:02:46.909Z] 22:47:01 1 0.10 0.00 0.03 0.00 0.03 99.83 [2023-02-02T23:02:46.909Z] 22:47:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-02T23:02:46.909Z] 22:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.909Z] 22:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-02T23:02:46.909Z] 22:47:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-02T23:02:46.909Z] 22:47:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-02T23:02:46.909Z] 22:47:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-02T23:02:46.909Z] 22:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-02-02T23:02:46.909Z] 22:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-02T23:02:46.909Z] 22:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-02T23:02:46.909Z] 22:48:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2023-02-02T23:02:46.909Z] 22:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.909Z] 22:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.909Z] 22:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.909Z] 22:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.909Z] 22:48:01 7 0.00 0.00 0.00 0.00 0.03 99.97 [2023-02-02T23:02:46.909Z] 22:49:01 all 0.10 0.00 0.04 0.01 0.00 99.85 [2023-02-02T23:02:46.909Z] 22:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-02T23:02:46.909Z] 22:49:01 1 0.67 0.00 0.07 0.00 0.00 99.27 [2023-02-02T23:02:46.909Z] 22:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-02T23:02:46.909Z] 22:49:01 3 0.00 0.00 0.03 0.02 0.02 99.93 [2023-02-02T23:02:46.909Z] 22:49:01 4 0.02 0.00 0.07 0.00 0.00 99.92 [2023-02-02T23:02:46.909Z] 22:49:01 5 0.02 0.00 0.03 0.03 0.00 99.92 [2023-02-02T23:02:46.909Z] 22:49:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-02T23:02:46.909Z] 22:49:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-02T23:02:46.909Z] 22:50:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2023-02-02T23:02:46.909Z] 22:50:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-02T23:02:46.909Z] 22:50:01 1 2.00 0.00 0.02 0.00 0.02 97.96 [2023-02-02T23:02:46.909Z] 22:50:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.909Z] 22:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.909Z] 22:50:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-02T23:02:46.909Z] 22:50:01 5 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-02T23:02:46.909Z] 22:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-02T23:02:46.909Z] 22:50:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-02T23:02:46.909Z] 22:51:01 all 0.14 0.00 0.02 0.00 0.01 99.83 [2023-02-02T23:02:46.909Z] 22:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-02T23:02:46.909Z] 22:51:01 1 0.95 0.00 0.13 0.00 0.02 98.91 [2023-02-02T23:02:46.909Z] 22:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-02T23:02:46.909Z] 22:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.909Z] 22:51:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-02T23:02:46.909Z] 22:51:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2023-02-02T23:02:46.909Z] 22:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-02T23:02:46.909Z] 22:51:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-02T23:02:46.909Z] 22:52:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2023-02-02T23:02:46.909Z] 22:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-02T23:02:46.909Z] 22:52:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2023-02-02T23:02:46.910Z] 22:52:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-02T23:02:46.910Z] 22:52:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:52:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-02T23:02:46.910Z] 22:53:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:53:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-02T23:02:46.910Z] 22:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:53:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-02T23:02:46.910Z] 22:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:53:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-02T23:02:46.910Z] 22:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:54:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2023-02-02T23:02:46.910Z] 22:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-02T23:02:46.910Z] 22:54:01 1 0.08 0.00 0.03 0.00 0.03 99.85 [2023-02-02T23:02:46.910Z] 22:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:54:01 3 0.08 0.00 0.00 0.02 0.00 99.90 [2023-02-02T23:02:46.910Z] 22:54:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-02T23:02:46.910Z] 22:54:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-02T23:02:46.910Z] 22:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:55:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:55:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-02T23:02:46.910Z] 22:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:55:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-02T23:02:46.910Z] 22:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:55:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:55:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-02T23:02:46.910Z] 22:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:56:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-02-02T23:02:46.910Z] 22:56:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-02T23:02:46.910Z] 22:56:01 1 0.05 0.00 0.02 0.05 0.03 99.85 [2023-02-02T23:02:46.910Z] 22:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:56:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-02T23:02:46.910Z] 22:56:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] [2023-02-02T23:02:46.910Z] 22:56:01 CPU %user %nice %system %iowait %steal %idle [2023-02-02T23:02:46.910Z] 22:57:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-02T23:02:46.910Z] 22:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-02T23:02:46.910Z] 22:57:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2023-02-02T23:02:46.910Z] 22:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:57:01 3 0.00 0.00 0.02 0.03 0.02 99.93 [2023-02-02T23:02:46.910Z] 22:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:57:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-02T23:02:46.910Z] 22:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:58:01 all 0.01 0.00 0.02 0.00 0.00 99.96 [2023-02-02T23:02:46.910Z] 22:58:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-02T23:02:46.910Z] 22:58:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2023-02-02T23:02:46.910Z] 22:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 22:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:58:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-02T23:02:46.910Z] 22:58:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 22:59:01 all 0.11 0.00 0.01 0.01 0.01 99.86 [2023-02-02T23:02:46.910Z] 22:59:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2023-02-02T23:02:46.910Z] 22:59:01 1 0.62 0.00 0.02 0.02 0.00 99.35 [2023-02-02T23:02:46.910Z] 22:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:59:01 3 0.12 0.00 0.03 0.05 0.02 99.78 [2023-02-02T23:02:46.910Z] 22:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 22:59:01 5 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-02T23:02:46.910Z] 22:59:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-02T23:02:46.910Z] 22:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 23:00:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2023-02-02T23:02:46.910Z] 23:00:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-02T23:02:46.910Z] 23:00:01 1 0.37 0.00 0.03 0.00 0.02 99.58 [2023-02-02T23:02:46.910Z] 23:00:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-02T23:02:46.910Z] 23:00:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-02T23:02:46.910Z] 23:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 23:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 23:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-02T23:02:46.910Z] 23:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-02T23:02:46.910Z] 23:01:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-02-02T23:02:46.910Z] 23:01:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-02T23:02:46.910Z] 23:01:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-02T23:02:46.910Z] 23:01:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-02T23:02:46.910Z] 23:01:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-02T23:02:46.910Z] 23:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-02T23:02:46.910Z] 23:01:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-02T23:02:46.910Z] 23:01:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-02T23:02:46.910Z] 23:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-02T23:02:46.910Z] 23:02:01 all 8.73 0.00 3.87 2.38 0.09 84.93 [2023-02-02T23:02:46.910Z] 23:02:01 0 9.37 0.00 3.86 0.24 0.08 86.45 [2023-02-02T23:02:46.910Z] 23:02:01 1 9.00 0.00 3.55 2.09 0.07 85.29 [2023-02-02T23:02:46.910Z] 23:02:01 2 8.08 0.00 4.13 0.27 0.07 87.45 [2023-02-02T23:02:46.910Z] 23:02:01 3 8.53 0.00 3.59 0.08 0.07 87.73 [2023-02-02T23:02:46.910Z] 23:02:01 4 9.22 0.00 3.57 0.29 0.07 86.85 [2023-02-02T23:02:46.910Z] 23:02:01 5 7.82 0.00 3.06 3.50 0.13 85.48 [2023-02-02T23:02:46.910Z] 23:02:01 6 9.90 0.00 4.98 11.93 0.14 73.05 [2023-02-02T23:02:46.910Z] 23:02:01 7 7.95 0.00 4.21 0.66 0.10 87.08 [2023-02-02T23:02:46.910Z] Average: all 9.57 0.00 2.56 4.19 0.06 83.63 [2023-02-02T23:02:46.910Z] Average: 0 9.60 0.00 2.58 3.51 0.06 84.26 [2023-02-02T23:02:46.910Z] Average: 1 10.05 0.00 2.61 4.84 0.06 82.46 [2023-02-02T23:02:46.910Z] Average: 2 9.35 0.00 2.33 2.08 0.05 86.18 [2023-02-02T23:02:46.910Z] Average: 3 9.21 0.00 2.59 5.60 0.05 82.55 [2023-02-02T23:02:46.910Z] Average: 4 9.46 0.00 2.65 4.30 0.07 83.52 [2023-02-02T23:02:46.910Z] Average: 5 9.55 0.00 2.50 5.89 0.06 82.00 [2023-02-02T23:02:46.910Z] Average: 6 9.58 0.00 2.40 3.71 0.05 84.26 [2023-02-02T23:02:46.910Z] Average: 7 9.78 0.00 2.79 3.60 0.07 83.76 [2023-02-02T23:02:46.910Z] [2023-02-02T23:02:46.910Z] [2023-02-02T23:02:46.910Z]