Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 50d4b1035dfa4399e59f9a653307c5f6e2ab238e 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-ssh2638030445592269447.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15074325072541500253.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17226883557897194412.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13339011860753565004.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-ssh7072484629755720423.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9558 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/499 [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/499 # 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 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (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 Commit message: "Merge pull request #4521 from bill-mahoney/spire-update" > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 > git rev-list --no-walk 0e40ac5239888f518a0688dfe8002d05c80ac55a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-24T20:05:50.202Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-24T20:05:50.263Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-24T20:05:50.284Z] ========================================================= [2023-04-24T20:05:50.284Z] EdgeX Global Pipelines Version Info [2023-04-24T20:05:50.284Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:05:51.011Z] ------------------- [2023-04-24T20:05:51.011Z] stable info: [2023-04-24T20:05:51.011Z] ------------------- [2023-04-24T20:05:51.011Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-24T20:05:51.011Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T20:05:51.011Z] Message: update stable to v1.0.248 [2023-04-24T20:05:51.581Z] ------------------- [2023-04-24T20:05:51.581Z] experimental info: [2023-04-24T20:05:51.581Z] ------------------- [2023-04-24T20:05:51.581Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-24T20:05:51.581Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-24T20:05:51.581Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-24T20:05:51.772Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-24T20:05:51.780Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-24T20:05:51.787Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-24T20:05:51.795Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-24T20:05:51.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-24T20:05:51.809Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-24T20:05:51.816Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-24T20:05:51.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-24T20:05:51.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-24T20:05:51.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-24T20:05:51.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-24T20:05:51.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-24T20:05:51.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-24T20:05:51.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-24T20:05:51.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-24T20:05:51.917Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T20:05:51.930Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-24T20:05:51.941Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-24T20:05:51.951Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-24T20:05:51.962Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-24T20:05:51.973Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-24T20:05:51.984Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-24T20:05:51.995Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-24T20:05:52.003Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-24T20:05:52.011Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-24T20:05:52.019Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-24T20:05:52.027Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo [2023-04-24T20:05:52.034Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50d4b10 [Pipeline] echo [2023-04-24T20:05:52.043Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T20:05:52.090Z] provisioning config files... [2023-04-24T20:05:52.103Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config13832311014840375646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:05:52.405Z] ---> docker-login.sh [2023-04-24T20:05:52.405Z] nexus3.edgexfoundry.org:10001 [2023-04-24T20:05:52.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:05:52.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:05:52.666Z] Configure a credential helper to remove this warning. See [2023-04-24T20:05:52.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:05:52.666Z] [2023-04-24T20:05:52.666Z] Login Succeeded [2023-04-24T20:05:52.930Z] nexus3.edgexfoundry.org:10002 [2023-04-24T20:05:52.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:05:52.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:05:52.930Z] Configure a credential helper to remove this warning. See [2023-04-24T20:05:52.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:05:52.930Z] [2023-04-24T20:05:52.930Z] Login Succeeded [2023-04-24T20:05:52.930Z] nexus3.edgexfoundry.org:10003 [2023-04-24T20:05:52.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:05:52.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:05:52.930Z] Configure a credential helper to remove this warning. See [2023-04-24T20:05:52.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:05:52.930Z] [2023-04-24T20:05:52.930Z] Login Succeeded [2023-04-24T20:05:52.930Z] nexus3.edgexfoundry.org:10004 [2023-04-24T20:05:53.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:05:53.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:05:53.193Z] Configure a credential helper to remove this warning. See [2023-04-24T20:05:53.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:05:53.193Z] [2023-04-24T20:05:53.193Z] Login Succeeded [2023-04-24T20:05:53.193Z] docker.io [2023-04-24T20:05:53.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:05:53.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:05:53.455Z] Configure a credential helper to remove this warning. See [2023-04-24T20:05:53.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:05:53.455Z] [2023-04-24T20:05:53.455Z] Login Succeeded [2023-04-24T20:05:53.455Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T20:05:53.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T20:05:53.766Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/core-command/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-24T20:05:53.766Z] + + cut -d/ -f2dirname [2023-04-24T20:05:53.766Z] cmd/core-common-config-bootstrapper/Dockerfile [2023-04-24T20:05:53.766Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/core-data/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/core-metadata/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/security-bootstrapper/Dockerfile+ [2023-04-24T20:05:53.766Z] cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-24T20:05:53.766Z] + + cut -d/ -f2 [2023-04-24T20:05:53.766Z] dirname cmd/security-proxy-auth/Dockerfile [2023-04-24T20:05:53.766Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-24T20:05:53.766Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-24T20:05:53.766Z] + cut -d/ -f2 [2023-04-24T20:05:53.766Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-24T20:05:53.767Z] + dirname cmd/support-notifications/Dockerfile [2023-04-24T20:05:53.767Z] + cut -d/ -f2 [2023-04-24T20:05:53.767Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-24T20:05:53.767Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-24T20:05:53.767Z] + cut -d/ -f2 [2023-04-24T20:05:53.767Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-24T20:05:53.817Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-24T20:05:54.153Z] + git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo [2023-04-24T20:05:54.187Z] -----------> git rev-list -1 --merges 50d4b1035dfa4399e59f9a653307c5f6e2ab238e~1..50d4b1035dfa4399e59f9a653307c5f6e2ab238e 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:05:54.187Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [false] [Pipeline] sh [2023-04-24T20:05:54.474Z] + git log --format=format:%s -1 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] echo [2023-04-24T20:05:54.490Z] ========================================================= [2023-04-24T20:05:54.490Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-24T20:05:54.490Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-24T20:05:54.907Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T20:05:54.908Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-24T20:05:54.908Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-24T20:05:54.908Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-24T20:05:54.908Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-24T20:05:54.908Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-24T20:05:54.908Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:05:55.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T20:05:55.330Z] [2023-04-24T20:05:55.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:05:55.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T20:05:55.628Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-24T20:05:55.628Z] b85a868b505f: Pulling fs layer [2023-04-24T20:05:55.628Z] e2be974225ed: Pulling fs layer [2023-04-24T20:05:55.628Z] 339a4e72a1f5: Pulling fs layer [2023-04-24T20:05:55.628Z] 988bab9f4d93: Pulling fs layer [2023-04-24T20:05:55.628Z] 1469e6f7b9e6: Pulling fs layer [2023-04-24T20:05:55.628Z] eaf3925da568: Pulling fs layer [2023-04-24T20:05:55.628Z] bab4dde63d76: Pulling fs layer [2023-04-24T20:05:55.628Z] bde34c3a00c8: Pulling fs layer [2023-04-24T20:05:55.628Z] b352a97aabf1: Pulling fs layer [2023-04-24T20:05:55.628Z] 4872d77fe225: Pulling fs layer [2023-04-24T20:05:55.628Z] 5851b861e8e6: Pulling fs layer [2023-04-24T20:05:55.628Z] 988bab9f4d93: Waiting [2023-04-24T20:05:55.628Z] 1469e6f7b9e6: Waiting [2023-04-24T20:05:55.628Z] eaf3925da568: Waiting [2023-04-24T20:05:55.628Z] b352a97aabf1: Waiting [2023-04-24T20:05:55.628Z] 4872d77fe225: Waiting [2023-04-24T20:05:55.628Z] 5851b861e8e6: Waiting [2023-04-24T20:05:55.628Z] bde34c3a00c8: Waiting [2023-04-24T20:05:55.628Z] bab4dde63d76: Waiting [2023-04-24T20:05:55.628Z] e2be974225ed: Verifying Checksum [2023-04-24T20:05:55.628Z] e2be974225ed: Download complete [2023-04-24T20:05:55.628Z] 988bab9f4d93: Verifying Checksum [2023-04-24T20:05:55.628Z] 988bab9f4d93: Download complete [2023-04-24T20:05:55.628Z] 1469e6f7b9e6: Download complete [2023-04-24T20:05:55.910Z] eaf3925da568: Verifying Checksum [2023-04-24T20:05:55.910Z] eaf3925da568: Download complete [2023-04-24T20:05:55.910Z] 339a4e72a1f5: Verifying Checksum [2023-04-24T20:05:55.910Z] 339a4e72a1f5: Download complete [2023-04-24T20:05:55.910Z] bde34c3a00c8: Download complete [2023-04-24T20:05:55.910Z] b352a97aabf1: Verifying Checksum [2023-04-24T20:05:55.910Z] b352a97aabf1: Download complete [2023-04-24T20:05:55.910Z] 4872d77fe225: Verifying Checksum [2023-04-24T20:05:55.910Z] 4872d77fe225: Download complete [2023-04-24T20:05:55.910Z] 5851b861e8e6: Verifying Checksum [2023-04-24T20:05:55.910Z] 5851b861e8e6: Download complete [2023-04-24T20:05:55.910Z] b85a868b505f: Verifying Checksum [2023-04-24T20:05:55.910Z] b85a868b505f: Download complete [2023-04-24T20:05:56.170Z] bab4dde63d76: Verifying Checksum [2023-04-24T20:05:56.170Z] bab4dde63d76: Download complete [2023-04-24T20:05:57.112Z] b85a868b505f: Pull complete [2023-04-24T20:05:57.371Z] e2be974225ed: Pull complete [2023-04-24T20:05:57.940Z] 339a4e72a1f5: Pull complete [2023-04-24T20:05:57.940Z] 988bab9f4d93: Pull complete [2023-04-24T20:05:58.201Z] 1469e6f7b9e6: Pull complete [2023-04-24T20:05:58.201Z] eaf3925da568: Pull complete [2023-04-24T20:06:00.103Z] bab4dde63d76: Pull complete [2023-04-24T20:06:00.103Z] bde34c3a00c8: Pull complete [2023-04-24T20:06:00.363Z] b352a97aabf1: Pull complete [2023-04-24T20:06:00.363Z] 4872d77fe225: Pull complete [2023-04-24T20:06:00.363Z] 5851b861e8e6: Pull complete [2023-04-24T20:06:00.623Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-24T20:06:00.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T20:06:00.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:06:00.725Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:06:00.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:06:03.412Z] $ docker top 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 -eo pid,comm [2023-04-24T20:06:03.286Z] 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-04-24T20:06:03.286Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T20:06:03.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T20:06:03.325Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T20:06:03.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T20:06:03.623Z] $ docker exec 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent [2023-04-24T20:06:03.552Z] SSH_AUTH_SOCK=/tmp/ssh-rnctBfa0eXe5/agent.31 [2023-04-24T20:06:03.552Z] SSH_AGENT_PID=38 [2023-04-24T20:06:03.560Z] Running ssh-add (command line suppressed) [2023-04-24T20:06:03.838Z] Identity added: /w/workspace/edgex-go/499@tmp/private_key_5255856843406587096.key (/w/workspace/edgex-go/499@tmp/private_key_5255856843406587096.key) [2023-04-24T20:06:03.671Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T20:06:03.969Z] + git tag --points-at HEAD [Pipeline] } [2023-04-24T20:06:04.171Z] $ docker exec --env ******** --env ******** 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent -k [2023-04-24T20:06:04.261Z] unset SSH_AUTH_SOCK; [2023-04-24T20:06:04.261Z] unset SSH_AGENT_PID; [2023-04-24T20:06:04.261Z] echo Agent pid 38 killed; [2023-04-24T20:06:04.089Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-24T20:06:04.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T20:06:04.112Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T20:06:04.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T20:06:04.434Z] $ docker exec 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent [2023-04-24T20:06:04.367Z] SSH_AUTH_SOCK=/tmp/ssh-zhalgbuUUkgU/agent.70 [2023-04-24T20:06:04.367Z] SSH_AGENT_PID=76 [2023-04-24T20:06:04.372Z] Running ssh-add (command line suppressed) [2023-04-24T20:06:04.669Z] Identity added: /w/workspace/edgex-go/499@tmp/private_key_15684859411626851206.key (/w/workspace/edgex-go/499@tmp/private_key_15684859411626851206.key) [2023-04-24T20:06:04.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T20:06:04.783Z] + git semver init [2023-04-24T20:06:05.049Z] 2023-04-24 20:06:05,174 [run_init] DEBUG init version:0.0.0 force:False [2023-04-24T20:06:05.049Z] 2023-04-24 20:06:05,175 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/499/.semver [2023-04-24T20:06:05.049Z] 2023-04-24 20:06:05,175 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/499/.semver [2023-04-24T20:06:05.049Z] 2023-04-24 20:06:05,176 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/499/.semver'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=None) [2023-04-24T20:06:10.334Z] 2023-04-24 20:06:09,986 [append_file] DEBUG append to file:/w/workspace/edgex-go/499/.git/info/exclude [2023-04-24T20:06:10.334Z] 2023-04-24 20:06:09,986 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/499/.semver/main with force:False [2023-04-24T20:06:10.334Z] 2023-04-24 20:06:09,986 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:06:10.334Z] 2023-04-24 20:06:09,986 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:06:10.334Z] 3.0.0-dev.137 [Pipeline] } [2023-04-24T20:06:10.527Z] $ docker exec --env ******** --env ******** 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 ssh-agent -k [2023-04-24T20:06:10.635Z] unset SSH_AUTH_SOCK; [2023-04-24T20:06:10.635Z] unset SSH_AGENT_PID; [2023-04-24T20:06:10.636Z] echo Agent pid 76 killed; [2023-04-24T20:06:10.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T20:06:10.779Z] + git semver [Pipeline] } [2023-04-24T20:06:11.234Z] $ docker stop --time=1 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 [2023-04-24T20:06:12.556Z] $ docker rm -f --volumes 6ef9b8cf8b55e327ff46daccb3cb6aa3d9dad9ae9053a838ac28e32a22b9bc30 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T20:06:12.725Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-24T20:06:12.926Z] Stashed 1 file(s) [Pipeline] echo [2023-04-24T20:06:12.929Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.137 [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-04-24T20:06:13.321Z] + git config --global --add safe.directory /w/workspace/edgex-go/499 [Pipeline] echo [2023-04-24T20:06:13.333Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T20:06:13.343Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T20:06:13.352Z] ========================================================= [2023-04-24T20:06:13.352Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-24T20:06:13.352Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-24T20:06:13.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T20:06:13.637Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-24T20:06:13.637Z] 63b65145d645: Pulling fs layer [2023-04-24T20:06:13.637Z] a2d21d5440eb: Pulling fs layer [2023-04-24T20:06:13.637Z] 935e6c44a52c: Pulling fs layer [2023-04-24T20:06:13.637Z] 94cc34f8dd06: Pulling fs layer [2023-04-24T20:06:13.637Z] 30dea6a524f1: Pulling fs layer [2023-04-24T20:06:13.637Z] a2aff8979fd8: Pulling fs layer [2023-04-24T20:06:13.637Z] 6808be2612f2: Pulling fs layer [2023-04-24T20:06:13.637Z] f25807f1079a: Pulling fs layer [2023-04-24T20:06:13.637Z] 30dea6a524f1: Waiting [2023-04-24T20:06:13.637Z] a2aff8979fd8: Waiting [2023-04-24T20:06:13.637Z] 6808be2612f2: Waiting [2023-04-24T20:06:13.637Z] 94cc34f8dd06: Waiting [2023-04-24T20:06:13.637Z] f25807f1079a: Waiting [2023-04-24T20:06:13.637Z] a2d21d5440eb: Download complete [2023-04-24T20:06:13.637Z] 94cc34f8dd06: Verifying Checksum [2023-04-24T20:06:13.637Z] 94cc34f8dd06: Download complete [2023-04-24T20:06:13.637Z] 30dea6a524f1: Verifying Checksum [2023-04-24T20:06:13.637Z] 30dea6a524f1: Download complete [2023-04-24T20:06:13.637Z] 63b65145d645: Verifying Checksum [2023-04-24T20:06:13.637Z] 63b65145d645: Download complete [2023-04-24T20:06:13.637Z] a2aff8979fd8: Verifying Checksum [2023-04-24T20:06:13.637Z] a2aff8979fd8: Download complete [2023-04-24T20:06:13.896Z] 63b65145d645: Pull complete [2023-04-24T20:06:14.155Z] a2d21d5440eb: Pull complete [2023-04-24T20:06:14.155Z] f25807f1079a: Verifying Checksum [2023-04-24T20:06:14.155Z] f25807f1079a: Download complete [2023-04-24T20:06:14.414Z] 935e6c44a52c: Verifying Checksum [2023-04-24T20:06:14.414Z] 935e6c44a52c: Download complete [2023-04-24T20:06:14.414Z] 6808be2612f2: Verifying Checksum [2023-04-24T20:06:14.414Z] 6808be2612f2: Download complete [2023-04-24T20:06:17.720Z] 935e6c44a52c: Pull complete [2023-04-24T20:06:17.980Z] 94cc34f8dd06: Pull complete [2023-04-24T20:06:17.981Z] 30dea6a524f1: Pull complete [2023-04-24T20:06:18.240Z] a2aff8979fd8: Pull complete [2023-04-24T20:06:20.784Z] 6808be2612f2: Pull complete [2023-04-24T20:06:21.354Z] f25807f1079a: Pull complete [2023-04-24T20:06:21.354Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-24T20:06:21.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T20:06:21.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-24T20:06:21.650Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T20:06:21.650Z] WORKDIR /edgex [2023-04-24T20:06:21.650Z] COPY go.mod . [2023-04-24T20:06:21.650Z] RUN go mod download [2023-04-24T20:06:21.650Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-24T20:06:22.216Z] Sending build context to Docker daemon 170.7MB [2023-04-24T20:06:22.216Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-24T20:06:22.216Z] ---> 3b553350e43f [2023-04-24T20:06:22.216Z] Step 2/4 : WORKDIR /edgex [2023-04-24T20:06:26.416Z] ---> Running in db853144333f [2023-04-24T20:06:26.416Z] Removing intermediate container db853144333f [2023-04-24T20:06:26.416Z] ---> bb2a4d6036cd [2023-04-24T20:06:26.416Z] Step 3/4 : COPY go.mod . [2023-04-24T20:06:26.675Z] ---> 8506c584c33a [2023-04-24T20:06:26.675Z] Step 4/4 : RUN go mod download [2023-04-24T20:06:26.675Z] ---> Running in d599a486c13d [2023-04-24T20:06:28.015Z] Still waiting to schedule task [2023-04-24T20:06:28.016Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-24T20:06:41.677Z] Removing intermediate container d599a486c13d [2023-04-24T20:06:41.677Z] ---> a9f7101d3ee7 [2023-04-24T20:06:41.677Z] Successfully built a9f7101d3ee7 [2023-04-24T20:06:41.677Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:06:41.970Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T20:06:41.970Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:06:42.034Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:06:42.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:06:42.550Z] $ docker top e5e4f8c17e783df17848751b1fe3d1601830dca15e0769ef2c7e0dcbd4ac4d20 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T20:06:42.790Z] + go version [2023-04-24T20:06:42.790Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-24T20:06:42.884Z] $ docker stop --time=1 e5e4f8c17e783df17848751b1fe3d1601830dca15e0769ef2c7e0dcbd4ac4d20 [2023-04-24T20:06:44.140Z] $ docker rm -f --volumes e5e4f8c17e783df17848751b1fe3d1601830dca15e0769ef2c7e0dcbd4ac4d20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:06:44.443Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-24T20:06:44.443Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:06:44.515Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:06:44.609Z] $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:06:44.955Z] $ docker top 34d0dde1de3d3e8ed9d2276816955cf364c71ec806c84869590e2f5bca0b3ce8 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-24T20:06:44.952Z] ========================================================= [2023-04-24T20:06:44.952Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-24T20:06:44.952Z] ========================================================= [Pipeline] sh [2023-04-24T20:06:45.227Z] + git config --global --add safe.directory /w/workspace/edgex-go/499 [Pipeline] fileExists [Pipeline] sh [2023-04-24T20:06:45.516Z] + make test [2023-04-24T20:06:45.516Z] go test -race -coverprofile=coverage.out ./... [2023-04-24T20:06:52.082Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-24T20:07:06.958Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-24T20:07:07.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-24T20:07:07.216Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-24T20:07:07.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-24T20:07:08.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-24T20:07:08.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-24T20:07:08.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements [2023-04-24T20:07:09.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 98.5% of statements [2023-04-24T20:07:10.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-24T20:07:10.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-24T20:07:10.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-24T20:07:11.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-24T20:07:11.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-24T20:07:12.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-24T20:07:12.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-24T20:07:12.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-24T20:07:12.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-24T20:07:12.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-24T20:07:13.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.093s coverage: 71.5% of statements [2023-04-24T20:07:13.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements [2023-04-24T20:07:13.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-24T20:07:13.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-24T20:07:15.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.732s coverage: 88.5% of statements [2023-04-24T20:07:15.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.069s coverage: 3.8% of statements [2023-04-24T20:07:15.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-24T20:07:15.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-24T20:07:15.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-24T20:07:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.351s coverage: 95.6% of statements [2023-04-24T20:07:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-24T20:07:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-24T20:07:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-24T20:07:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-24T20:07:16.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-24T20:07:16.454Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 72.2% of statements [2023-04-24T20:07:17.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-24T20:07:17.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-24T20:07:17.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-24T20:07:17.415Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.059s coverage: 65.9% of statements [2023-04-24T20:07:17.981Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-24T20:07:17.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-24T20:07:17.981Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements [2023-04-24T20:07:17.981Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.039s coverage: 29.0% of statements [2023-04-24T20:07:18.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 44.1% of statements [2023-04-24T20:07:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-24T20:07:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-24T20:07:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-24T20:07:19.174Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-24T20:07:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 82.9% of statements [2023-04-24T20:07:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2023-04-24T20:07:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2023-04-24T20:07:19.174Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2023-04-24T20:07:19.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-24T20:07:19.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-24T20:07:19.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-24T20:07:19.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-24T20:07:20.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-24T20:07:20.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-24T20:07:20.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-24T20:07:20.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-24T20:07:20.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-24T20:07:20.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-24T20:07:21.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-24T20:07:22.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-24T20:07:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-24T20:07:23.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-24T20:07:23.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-24T20:07:24.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-24T20:07:24.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-24T20:07:24.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-24T20:07:26.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-24T20:07:26.034Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-24T20:07:26.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-24T20:07:28.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-24T20:07:28.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-24T20:07:28.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-24T20:07:28.197Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-24T20:07:29.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-24T20:07:29.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-24T20:07:29.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-24T20:07:29.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-24T20:07:30.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements [2023-04-24T20:07:30.944Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-24T20:07:30.944Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-24T20:07:30.944Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-24T20:07:30.944Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-24T20:07:31.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-24T20:07:31.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-24T20:07:32.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-24T20:07:32.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.249s coverage: 79.9% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 64.4% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 81.8% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.044s coverage: 86.0% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.1% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 89.4% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.161s coverage: 38.4% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 61.5% of statements [2023-04-24T20:07:44.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.7% of statements [2023-04-24T20:07:44.352Z] 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-04-24T20:07:44.352Z] running golangci-lint [2023-04-24T20:07:44.352Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-24T20:07:44.352Z] go version go1.20.2 linux/amd64 [2023-04-24T20:07:44.352Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-24T20:07:44.352Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-24T20:07:59.288Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|exports_file|files|types_sizes) took 13.835548632s" [2023-04-24T20:07:59.288Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 31.443801ms" [2023-04-24T20:08:02.610Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9560 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2023-04-24T20:08:02.623Z] Running in /w/workspace/edgex-go/499 [Pipeline] { [Pipeline] checkout [2023-04-24T20:08:02.656Z] The recommended git tool is: git [2023-04-24T20:08:04.554Z] level=info msg="[linters_context/goanalysis] analyzers took 52.236761166s with top 10 stages: buildir: 28.287989953s, inspect: 1.349787821s, gosec: 1.28006345s, fact_deprecated: 1.083847117s, ctrlflow: 1.02317501s, printf: 1.002342358s, S1038: 754.424728ms, nilness: 723.141307ms, fact_purity: 644.191195ms, S1032: 444.539512ms" [2023-04-24T20:08:04.554Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-24T20:08:04.554Z] level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 203/203, cgo: 203/203, exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, filename_unadjuster: 203/203, path_prettifier: 203/203, skip_files: 203/203, autogenerated_exclude: 203/203, identifier_marker: 203/203" [2023-04-24T20:08:04.554Z] level=info msg="[runner] processing took 16.778326ms with stages: nolint: 6.545538ms, identifier_marker: 5.401559ms, autogenerated_exclude: 1.516799ms, path_prettifier: 1.38817ms, exclude-rules: 1.20922ms, skip_dirs: 669.06µs, cgo: 27.84µs, filename_unadjuster: 14.96µs, max_same_issues: 680ns, severity-rules: 650ns, exclude: 620ns, source_code: 610ns, uniq_by_line: 560ns, skip_files: 540ns, sort_results: 410ns, diff: 410ns, max_per_file_from_linter: 270ns, max_from_linter: 170ns, path_shortener: 150ns, path_prefixer: 110ns" [2023-04-24T20:08:04.554Z] level=info msg="[runner] linters took 6.678387784s with stages: goanalysis_metalinter: 6.661527808s" [2023-04-24T20:08:04.554Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-24T20:08:04.554Z] level=info msg="Memory: 207 samples, avg is 184.4MB, max is 809.9MB" [2023-04-24T20:08:04.554Z] level=info msg="Execution took 20.554306067s" [2023-04-24T20:08:04.554Z] go vet ./... [2023-04-24T20:08:07.766Z] using credential edgex-jenkins-ssh [2023-04-24T20:08:07.781Z] Cloning the remote Git repository [2023-04-24T20:08:07.829Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-24T20:08:07.923Z] > git init /w/workspace/edgex-go/499 # timeout=10 [2023-04-24T20:08:08.058Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-24T20:08:08.059Z] > git --version # timeout=10 [2023-04-24T20:08:08.079Z] > git --version # 'git version 2.25.1' [2023-04-24T20:08:08.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-24T20:08:08.225Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T20:08:08.735Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-24T20:08:08.735Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-24T20:08:08.735Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-24T20:08:08.777Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-24T20:08:09.092Z] + ls -al . [2023-04-24T20:08:09.092Z] total 704 [2023-04-24T20:08:09.092Z] drwxrwxr-x 11 1001 1001 4096 Apr 24 20:06 . [2023-04-24T20:08:09.092Z] drwxr-xr-x 4 root root 4096 Apr 24 20:06 .. [2023-04-24T20:08:09.092Z] drwxrwxr-x 2 1001 1001 4096 Apr 24 20:05 .blubracket [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 16 Apr 24 20:05 .dockerignore [2023-04-24T20:08:09.092Z] drwxrwxr-x 8 1001 1001 4096 Apr 24 20:06 .git [2023-04-24T20:08:09.092Z] drwxrwxr-x 3 1001 1001 4096 Apr 24 20:05 .github [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 1133 Apr 24 20:05 .gitignore [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 42 Apr 24 20:05 .golangci.yml [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 87 Apr 24 20:05 .hadolint.yml [2023-04-24T20:08:09.092Z] drwxr-xr-x 3 1001 1001 4096 Apr 24 20:06 .semver [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 166 Apr 24 20:05 .sonarcloud.properties [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 1171 Apr 24 20:05 ADOPTERS.md [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 10835 Apr 24 20:05 Attribution.txt [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 73765 Apr 24 20:05 CHANGELOG.md [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 3804 Apr 24 20:05 CONTRIBUTING.md [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 677 Apr 24 20:05 GOVERNANCE.md [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 883 Apr 24 20:05 Jenkinsfile [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 10775 Apr 24 20:05 LICENSE [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 14368 Apr 24 20:05 Makefile [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 582 Apr 24 20:05 OWNERS.md [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 9403 Apr 24 20:05 README.md [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 789 Apr 24 20:05 SECURITY.md [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 13 Apr 24 20:06 VERSION [2023-04-24T20:08:09.092Z] drwxrwxr-x 2 1001 1001 4096 Apr 24 20:05 bin [2023-04-24T20:08:09.092Z] drwxrwxr-x 18 1001 1001 4096 Apr 24 20:05 cmd [2023-04-24T20:08:09.092Z] -rw-r--r-- 1 root root 448248 Apr 24 20:07 coverage.out [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 3200 Apr 24 20:05 go.mod [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 31155 Apr 24 20:05 go.sum [2023-04-24T20:08:09.092Z] drwxrwxr-x 7 1001 1001 4096 Apr 24 20:05 internal [2023-04-24T20:08:09.092Z] drwxrwxr-x 3 1001 1001 4096 Apr 24 20:05 openapi [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 594 Apr 24 20:05 security.txt [2023-04-24T20:08:09.092Z] drwxrwxr-x 4 1001 1001 4096 Apr 24 20:05 snap [2023-04-24T20:08:09.092Z] -rw-rw-r-- 1 1001 1001 204 Apr 24 20:05 version.go [Pipeline] sh [2023-04-24T20:08:09.378Z] + '[' -e coverage.out ] [2023-04-24T20:08:09.379Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-24T20:08:09.468Z] Stashed 1 file(s) [Pipeline] sh [2023-04-24T20:08:09.753Z] + make build [2023-04-24T20:08:09.753Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-24T20:08:21.954Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-24T20:08:22.533Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-24T20:08:23.469Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-24T20:08:24.407Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-24T20:08:26.057Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-24T20:08:26.081Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-24T20:08:26.917Z] Avoid second fetch [2023-04-24T20:08:26.917Z] Checking out Revision 50d4b1035dfa4399e59f9a653307c5f6e2ab238e (main) [2023-04-24T20:08:27.635Z] Commit message: "Merge pull request #4521 from bill-mahoney/spire-update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-24T20:08:28.550Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-24T20:08:28.550Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T20:08:28.550Z] Dload Upload Total Spent Left Speed [2023-04-24T20:08:28.550Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 74567 0 --:--:-- --:--:-- --:--:-- 75005 [Pipeline] sh [2023-04-24T20:08:26.932Z] > git config core.sparsecheckout # timeout=10 [2023-04-24T20:08:27.003Z] > git checkout -f 50d4b1035dfa4399e59f9a653307c5f6e2ab238e # timeout=10 [2023-04-24T20:08:29.188Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-24T20:08:29.520Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-24T20:08:29.520Z] + sudo tee /etc/docker/daemon.new [2023-04-24T20:08:29.520Z] { [2023-04-24T20:08:29.520Z] "registry-mirrors": [ [2023-04-24T20:08:29.520Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-24T20:08:29.520Z] ], [2023-04-24T20:08:29.520Z] "bip": "10.250.0.254/24", [2023-04-24T20:08:29.520Z] "hosts": [ [2023-04-24T20:08:29.520Z] "tcp://0.0.0.0:5555", [2023-04-24T20:08:29.520Z] "unix:///var/run/docker.sock" [2023-04-24T20:08:29.520Z] ], [2023-04-24T20:08:29.520Z] "mtu": 1458, [2023-04-24T20:08:29.520Z] "selinux-enabled": true, [2023-04-24T20:08:29.520Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-24T20:08:29.520Z] } [Pipeline] sh [2023-04-24T20:08:29.860Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-24T20:08:30.194Z] + sudo service docker restart [2023-04-24T20:08:30.966Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-24T20:08:31.533Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-24T20:08:32.915Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-24T20:08:33.854Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-24T20:08:34.423Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-24T20:08:35.360Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-24T20:08:36.296Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-04-24T20:08:37.685Z] $ docker stop --time=1 34d0dde1de3d3e8ed9d2276816955cf364c71ec806c84869590e2f5bca0b3ce8 [2023-04-24T20:08:42.420Z] $ docker rm -f --volumes 34d0dde1de3d3e8ed9d2276816955cf364c71ec806c84869590e2f5bca0b3ce8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:08:43.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-24T20:08:43.211Z] [2023-04-24T20:08:43.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:08:43.509Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-24T20:08:43.509Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-24T20:08:43.509Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-24T20:08:43.509Z] ca9280d653b3: Pulling fs layer [2023-04-24T20:08:43.509Z] 7e9c9ca2126c: Pulling fs layer [2023-04-24T20:08:43.509Z] cbdbe7a5bc2a: Download complete [2023-04-24T20:08:43.767Z] ca9280d653b3: Verifying Checksum [2023-04-24T20:08:43.767Z] ca9280d653b3: Download complete [2023-04-24T20:08:43.767Z] cbdbe7a5bc2a: Pull complete [2023-04-24T20:08:44.025Z] 7e9c9ca2126c: Download complete [2023-04-24T20:08:44.025Z] ca9280d653b3: Pull complete [2023-04-24T20:08:47.309Z] 7e9c9ca2126c: Pull complete [2023-04-24T20:08:47.309Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-24T20:08:47.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-24T20:08:47.309Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:08:47.385Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:08:47.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:08:49.507Z] $ docker top d378d1dd97c266f1cf3d52c0edd90c55e53e69405d52da630f0268ee8a8905d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2023-04-24T20:08:49.605Z] provisioning config files... [2023-04-24T20:08:49.634Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config4720405927713828736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:08:49.852Z] + docker-compose build --help [2023-04-24T20:08:49.852Z] + grep parallel [2023-04-24T20:08:50.004Z] ---> docker-login.sh [2023-04-24T20:08:50.004Z] nexus3.edgexfoundry.org:10001 [2023-04-24T20:08:50.424Z] --parallel Build images in parallel. [Pipeline] } [2023-04-24T20:08:50.433Z] $ docker stop --time=1 d378d1dd97c266f1cf3d52c0edd90c55e53e69405d52da630f0268ee8a8905d0 [2023-04-24T20:08:50.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:08:50.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:08:50.599Z] Configure a credential helper to remove this warning. See [2023-04-24T20:08:50.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:08:50.599Z] [2023-04-24T20:08:50.599Z] Login Succeeded [2023-04-24T20:08:50.599Z] nexus3.edgexfoundry.org:10002 [2023-04-24T20:08:50.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:08:51.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:08:51.143Z] Configure a credential helper to remove this warning. See [2023-04-24T20:08:51.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:08:51.143Z] [2023-04-24T20:08:51.143Z] Login Succeeded [2023-04-24T20:08:51.143Z] nexus3.edgexfoundry.org:10003 [2023-04-24T20:08:51.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:08:51.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:08:51.424Z] Configure a credential helper to remove this warning. See [2023-04-24T20:08:51.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:08:51.424Z] [2023-04-24T20:08:51.424Z] Login Succeeded [2023-04-24T20:08:51.424Z] nexus3.edgexfoundry.org:10004 [2023-04-24T20:08:51.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:08:51.826Z] $ docker rm -f --volumes d378d1dd97c266f1cf3d52c0edd90c55e53e69405d52da630f0268ee8a8905d0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:08:51.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:08:51.976Z] Configure a credential helper to remove this warning. See [2023-04-24T20:08:51.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:08:51.976Z] [2023-04-24T20:08:51.976Z] Login Succeeded [2023-04-24T20:08:51.976Z] docker.io [2023-04-24T20:08:52.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-24T20:08:52.219Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:08:52.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:08:52.294Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:08:52.320Z] $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:08:52.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:08:52.520Z] Configure a credential helper to remove this warning. See [2023-04-24T20:08:52.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:08:52.520Z] [2023-04-24T20:08:52.520Z] Login Succeeded [2023-04-24T20:08:52.520Z] ---> docker-login.sh ends [2023-04-24T20:08:52.609Z] $ docker top 33c232b9909a5f8d9701b29ffca1ee97eeda3d4e5f5e1dcb470010d3616899dc -eo pid,comm [Pipeline] { [Pipeline] } [2023-04-24T20:08:52.668Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-04-24T20:08:52.949Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh [2023-04-24T20:08:53.274Z] + git config --global --add safe.directory /w/workspace/edgex-go/499 [Pipeline] echo [2023-04-24T20:08:53.295Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T20:08:53.305Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T20:08:53.312Z] ========================================================= [2023-04-24T20:08:53.312Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-24T20:08:53.312Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-24T20:08:53.518Z] Building core-command ... [2023-04-24T20:08:53.518Z] Building core-common-config-bootstrapper ... [2023-04-24T20:08:53.518Z] Building core-data ... [2023-04-24T20:08:53.518Z] Building core-metadata ... [2023-04-24T20:08:53.518Z] Building security-bootstrapper ... [2023-04-24T20:08:53.518Z] Building security-proxy-auth ... [2023-04-24T20:08:53.518Z] Building security-proxy-setup ... [2023-04-24T20:08:53.518Z] Building security-secretstore-setup ... [2023-04-24T20:08:53.518Z] Building security-spiffe-token-provider ... [2023-04-24T20:08:53.518Z] Building security-spire-agent ... [2023-04-24T20:08:53.518Z] Building security-spire-config ... [2023-04-24T20:08:53.518Z] Building security-spire-server ... [2023-04-24T20:08:53.518Z] Building support-notifications ... [2023-04-24T20:08:53.518Z] Building support-scheduler ... [2023-04-24T20:08:53.518Z] Building security-proxy-auth [2023-04-24T20:08:53.518Z] Building core-data [2023-04-24T20:08:53.518Z] Building security-secretstore-setup [2023-04-24T20:08:53.518Z] Building security-spiffe-token-provider [2023-04-24T20:08:53.518Z] Building core-metadata [2023-04-24T20:08:53.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T20:08:53.635Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-24T20:08:53.635Z] af6eaf76a39c: Pulling fs layer [2023-04-24T20:08:53.635Z] 55522c791124: Pulling fs layer [2023-04-24T20:08:53.635Z] ce5c4a1c91eb: Pulling fs layer [2023-04-24T20:08:53.635Z] 169dfbe0d373: Pulling fs layer [2023-04-24T20:08:53.635Z] e1ff8fa3b103: Pulling fs layer [2023-04-24T20:08:53.635Z] 52ebb69f0ebf: Pulling fs layer [2023-04-24T20:08:53.635Z] 5abe8eddf0d5: Pulling fs layer [2023-04-24T20:08:53.635Z] 169dfbe0d373: Waiting [2023-04-24T20:08:53.635Z] e1ff8fa3b103: Waiting [2023-04-24T20:08:53.635Z] 52ebb69f0ebf: Waiting [2023-04-24T20:08:53.635Z] 5abe8eddf0d5: Waiting [2023-04-24T20:08:53.907Z] 55522c791124: Verifying Checksum [2023-04-24T20:08:53.907Z] 55522c791124: Download complete [2023-04-24T20:08:53.907Z] 169dfbe0d373: Verifying Checksum [2023-04-24T20:08:53.907Z] 169dfbe0d373: Download complete [2023-04-24T20:08:53.907Z] e1ff8fa3b103: Verifying Checksum [2023-04-24T20:08:53.907Z] e1ff8fa3b103: Download complete [2023-04-24T20:08:53.907Z] af6eaf76a39c: Verifying Checksum [2023-04-24T20:08:53.907Z] af6eaf76a39c: Download complete [2023-04-24T20:08:54.884Z] af6eaf76a39c: Pull complete [2023-04-24T20:08:54.884Z] 5abe8eddf0d5: Verifying Checksum [2023-04-24T20:08:54.884Z] 5abe8eddf0d5: Download complete [2023-04-24T20:08:55.479Z] 55522c791124: Pull complete [2023-04-24T20:08:56.454Z] ce5c4a1c91eb: Verifying Checksum [2023-04-24T20:08:56.454Z] ce5c4a1c91eb: Download complete [2023-04-24T20:08:56.454Z] 52ebb69f0ebf: Verifying Checksum [2023-04-24T20:08:56.454Z] 52ebb69f0ebf: Download complete [2023-04-24T20:09:03.497Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:09:03.497Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:09:03.497Z] ---> a9f7101d3ee7 [2023-04-24T20:09:03.497Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:09:03.497Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:09:03.497Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:09:03.497Z] ---> a9f7101d3ee7 [2023-04-24T20:09:03.497Z] Step 3/25 : WORKDIR /edgex-go [2023-04-24T20:09:03.497Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:09:03.497Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:09:03.497Z] ---> a9f7101d3ee7 [2023-04-24T20:09:03.497Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:09:03.497Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:09:03.497Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:09:03.497Z] ---> a9f7101d3ee7 [2023-04-24T20:09:03.497Z] Step 3/20 : WORKDIR /edgex-go [2023-04-24T20:09:03.497Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:09:03.497Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:09:03.497Z] ---> a9f7101d3ee7 [2023-04-24T20:09:03.497Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:09:08.860Z] ce5c4a1c91eb: Pull complete [2023-04-24T20:09:08.860Z] 169dfbe0d373: Pull complete [2023-04-24T20:09:08.860Z] e1ff8fa3b103: Pull complete [2023-04-24T20:09:10.058Z] ---> Running in c1848b1da2f7 [2023-04-24T20:09:10.058Z] ---> Running in dbc87042f6be [2023-04-24T20:09:10.058Z] ---> Running in 656851ba3baa [2023-04-24T20:09:10.058Z] ---> Running in bfefca70fb0e [2023-04-24T20:09:10.058Z] ---> Running in fa11de4cebec [2023-04-24T20:09:10.058Z] Removing intermediate container c1848b1da2f7 [2023-04-24T20:09:10.058Z] ---> ce30b9bb41d2 [2023-04-24T20:09:10.058Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:09:10.058Z] ---> Running in 693370f0bea1 [2023-04-24T20:09:10.058Z] Removing intermediate container fa11de4cebec [2023-04-24T20:09:10.058Z] ---> ff2ad288c0e1 [2023-04-24T20:09:10.058Z] Step 4/25 : WORKDIR /edgex-go [2023-04-24T20:09:10.058Z] Removing intermediate container dbc87042f6be [2023-04-24T20:09:10.058Z] ---> 526e393962a6 [2023-04-24T20:09:10.058Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-24T20:09:10.058Z] Removing intermediate container 656851ba3baa [2023-04-24T20:09:10.058Z] ---> 2502ab396113 [2023-04-24T20:09:10.058Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:09:10.058Z] Removing intermediate container bfefca70fb0e [2023-04-24T20:09:10.058Z] ---> 237d4694ab89 [2023-04-24T20:09:10.058Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-24T20:09:10.058Z] ---> Running in d8de6dcdded2 [2023-04-24T20:09:10.058Z] ---> Running in 20c32d06ea3d [2023-04-24T20:09:10.058Z] ---> Running in c36dc0fdf6e3 [2023-04-24T20:09:10.058Z] ---> Running in 1f2dfb25d5d1 [2023-04-24T20:09:10.058Z] Removing intermediate container 693370f0bea1 [2023-04-24T20:09:10.058Z] ---> ce5444ae98c4 [2023-04-24T20:09:10.058Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:09:10.058Z] ---> Running in d8b254d60926 [2023-04-24T20:09:10.058Z] Removing intermediate container d8de6dcdded2 [2023-04-24T20:09:10.058Z] ---> 780be4b932bf [2023-04-24T20:09:10.058Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-24T20:09:10.058Z] Removing intermediate container 1f2dfb25d5d1 [2023-04-24T20:09:10.058Z] ---> c2844a9c6d9d [2023-04-24T20:09:10.058Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:09:10.058Z] ---> Running in 8ac75d316310 [2023-04-24T20:09:10.058Z] ---> Running in 9216b29eb5bb [2023-04-24T20:09:10.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.316Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.316Z] OK: 265 MiB in 53 packages [2023-04-24T20:09:10.574Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:09:10.574Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:09:10.574Z] OK: 17824 distinct packages available [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:09:10.832Z] Removing intermediate container 20c32d06ea3d [2023-04-24T20:09:10.832Z] ---> 45d0b2e8c12d [2023-04-24T20:09:10.832Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-24T20:09:10.832Z] OK: 265 MiB in 53 packages [2023-04-24T20:09:10.832Z] OK: 265 MiB in 53 packages [2023-04-24T20:09:10.832Z] OK: 265 MiB in 53 packages [2023-04-24T20:09:10.832Z] OK: 265 MiB in 53 packages [2023-04-24T20:09:11.090Z] ---> 5ef2e12ab846 [2023-04-24T20:09:11.090Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:09:11.090Z] ---> Running in afa41fca77e3 [2023-04-24T20:09:11.347Z] Removing intermediate container 9216b29eb5bb [2023-04-24T20:09:11.347Z] ---> 8e28b9e0979a [2023-04-24T20:09:11.347Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:09:11.347Z] Removing intermediate container c36dc0fdf6e3 [2023-04-24T20:09:11.347Z] ---> d5ce7ee93d45 [2023-04-24T20:09:11.347Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-24T20:09:11.347Z] Removing intermediate container d8b254d60926 [2023-04-24T20:09:11.347Z] ---> 131f169b2002 [2023-04-24T20:09:11.347Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:09:11.604Z] ---> 30b45f416f15 [2023-04-24T20:09:11.604Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:09:11.604Z] ---> Running in 6c61da7fd58b [2023-04-24T20:09:11.604Z] ---> 64e8c3d77943 [2023-04-24T20:09:11.604Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:09:11.604Z] Removing intermediate container 8ac75d316310 [2023-04-24T20:09:11.604Z] ---> c483be546848 [2023-04-24T20:09:11.604Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-24T20:09:11.604Z] ---> Running in 924928b53fdd [2023-04-24T20:09:11.604Z] ---> 7ecec0151ee1 [2023-04-24T20:09:11.604Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:09:11.604Z] ---> Running in 2e4c42e01cde [2023-04-24T20:09:11.863Z] ---> b9ae6d608c85 [2023-04-24T20:09:11.863Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:09:11.863Z] ---> Running in 18010a7f862a [2023-04-24T20:09:14.253Z] 52ebb69f0ebf: Pull complete [2023-04-24T20:09:16.850Z] 5abe8eddf0d5: Pull complete [2023-04-24T20:09:16.850Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-24T20:09:16.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T20:09:16.850Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-24T20:09:17.188Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T20:09:17.188Z] WORKDIR /edgex [2023-04-24T20:09:17.188Z] COPY go.mod . [2023-04-24T20:09:17.188Z] RUN go mod download [2023-04-24T20:09:17.188Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-24T20:09:17.787Z] Sending build context to Docker daemon 2.932MB [2023-04-24T20:09:17.787Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-24T20:09:17.787Z] ---> 6cb57ee374ae [2023-04-24T20:09:17.787Z] Step 2/4 : WORKDIR /edgex [2023-04-24T20:09:19.839Z] ---> Running in 8d317f25ceba [2023-04-24T20:09:19.839Z] Removing intermediate container 8d317f25ceba [2023-04-24T20:09:19.839Z] ---> db9d47719586 [2023-04-24T20:09:19.839Z] Step 3/4 : COPY go.mod . [2023-04-24T20:09:20.425Z] ---> daa423cd0d12 [2023-04-24T20:09:20.425Z] Step 4/4 : RUN go mod download [2023-04-24T20:09:20.425Z] ---> Running in 8bd16d83cb4c [2023-04-24T20:09:52.755Z] Removing intermediate container 8bd16d83cb4c [2023-04-24T20:09:52.756Z] ---> 97968b0c42ab [2023-04-24T20:09:52.756Z] Successfully built 97968b0c42ab [2023-04-24T20:09:52.756Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:09:53.104Z] + docker inspect -f . ci-base-image-arm64 [2023-04-24T20:09:53.104Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:09:53.344Z] prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container [2023-04-24T20:09:53.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:09:54.661Z] $ docker top 0b372ad928f558da1b5568ee1c6e88ff324c5db4d712a6c85ae73db6b9dc5a37 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T20:09:55.504Z] + go version [2023-04-24T20:09:55.504Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-24T20:09:55.526Z] $ docker stop --time=1 0b372ad928f558da1b5568ee1c6e88ff324c5db4d712a6c85ae73db6b9dc5a37 [2023-04-24T20:09:57.197Z] $ docker rm -f --volumes 0b372ad928f558da1b5568ee1c6e88ff324c5db4d712a6c85ae73db6b9dc5a37 [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-04-24T20:09:57.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-24T20:09:57.815Z] [2023-04-24T20:09:57.815Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:09:58.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-24T20:09:58.429Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-24T20:09:58.429Z] 29e5d40040c1: Pulling fs layer [2023-04-24T20:09:58.429Z] 1ce36da41761: Pulling fs layer [2023-04-24T20:09:58.429Z] 25b303627fd3: Pulling fs layer [2023-04-24T20:09:58.429Z] 29e5d40040c1: Verifying Checksum [2023-04-24T20:09:58.429Z] 29e5d40040c1: Download complete [2023-04-24T20:09:58.549Z] Removing intermediate container 6c61da7fd58b [2023-04-24T20:09:58.549Z] ---> 463e2e2268fe [2023-04-24T20:09:58.549Z] Step 7/20 : COPY . . [2023-04-24T20:09:58.549Z] Removing intermediate container 18010a7f862a [2023-04-24T20:09:58.549Z] ---> 66c367c76181 [2023-04-24T20:09:58.549Z] Step 8/25 : COPY . . [2023-04-24T20:09:58.549Z] Removing intermediate container afa41fca77e3 [2023-04-24T20:09:58.549Z] ---> e7351b0e4712 [2023-04-24T20:09:58.549Z] Step 7/25 : COPY . . [2023-04-24T20:09:58.549Z] Removing intermediate container 2e4c42e01cde [2023-04-24T20:09:58.549Z] ---> 1c7e9104543d [2023-04-24T20:09:58.549Z] Step 8/23 : COPY . . [2023-04-24T20:09:58.549Z] Removing intermediate container 924928b53fdd [2023-04-24T20:09:58.549Z] ---> d5251a186cf6 [2023-04-24T20:09:58.549Z] Step 8/23 : COPY . . [2023-04-24T20:09:58.697Z] 1ce36da41761: Verifying Checksum [2023-04-24T20:09:58.697Z] 1ce36da41761: Download complete [2023-04-24T20:09:58.966Z] 29e5d40040c1: Pull complete [2023-04-24T20:10:00.382Z] 1ce36da41761: Pull complete [2023-04-24T20:10:00.382Z] 25b303627fd3: Verifying Checksum [2023-04-24T20:10:00.382Z] 25b303627fd3: Download complete [2023-04-24T20:10:10.472Z] 25b303627fd3: Pull complete [2023-04-24T20:10:10.472Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-24T20:10:10.472Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-24T20:10:10.472Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:10:10.667Z] prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container [2023-04-24T20:10:10.737Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:10:12.997Z] $ docker top a8bdedc0a061b67d17abb5bc4163b10e901d81a88b6d46ab11d84a25ae9fd63b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T20:10:13.839Z] + docker-compose build --help [2023-04-24T20:10:13.839Z] + grep parallel [2023-04-24T20:10:16.784Z] ---> 4b3c82ea726f [2023-04-24T20:10:16.784Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-24T20:10:16.784Z] ---> 2842de98e5e4 [2023-04-24T20:10:16.784Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-24T20:10:16.784Z] ---> fb58fc2309bd [2023-04-24T20:10:16.784Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-24T20:10:16.784Z] ---> cb1bd34be65c [2023-04-24T20:10:16.784Z] ---> beade9ba848f [2023-04-24T20:10:16.784Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-providerStep 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-24T20:10:16.784Z] [2023-04-24T20:10:16.784Z] ---> Running in e031844e6452 [2023-04-24T20:10:16.784Z] ---> Running in d405853d80c6 [2023-04-24T20:10:16.784Z] ---> Running in b780bce263cb [2023-04-24T20:10:16.784Z] ---> Running in 58531f4c243f [2023-04-24T20:10:16.784Z] ---> Running in f95385eadf7a [2023-04-24T20:10:16.784Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-24T20:10:16.784Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-24T20:10:16.784Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-24T20:10:16.784Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-24T20:10:16.784Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-24T20:10:18.094Z] --parallel Build images in parallel. [Pipeline] } [2023-04-24T20:10:18.112Z] $ docker stop --time=1 a8bdedc0a061b67d17abb5bc4163b10e901d81a88b6d46ab11d84a25ae9fd63b [2023-04-24T20:10:21.670Z] $ docker rm -f --volumes a8bdedc0a061b67d17abb5bc4163b10e901d81a88b6d46ab11d84a25ae9fd63b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:10:22.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-24T20:10:22.209Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:10:22.388Z] prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container [2023-04-24T20:10:22.455Z] $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:10:23.611Z] $ docker top 4a512111f47f342f0c0b352c79fe4e8339231bec1ad87e64fb2a982ba825d54e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T20:10:24.421Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-24T20:10:28.659Z] Building core-command ... [2023-04-24T20:10:28.659Z] Building core-common-config-bootstrapper ... [2023-04-24T20:10:28.659Z] Building core-data ... [2023-04-24T20:10:28.659Z] Building core-metadata ... [2023-04-24T20:10:28.659Z] Building security-bootstrapper ... [2023-04-24T20:10:28.659Z] Building security-proxy-auth ... [2023-04-24T20:10:28.659Z] Building security-proxy-setup ... [2023-04-24T20:10:28.659Z] Building security-secretstore-setup ... [2023-04-24T20:10:28.659Z] Building security-spiffe-token-provider ... [2023-04-24T20:10:28.659Z] Building security-spire-agent ... [2023-04-24T20:10:28.659Z] Building security-spire-config ... [2023-04-24T20:10:28.659Z] Building security-spire-server ... [2023-04-24T20:10:28.659Z] Building support-notifications ... [2023-04-24T20:10:28.659Z] Building support-scheduler ... [2023-04-24T20:10:28.659Z] Building core-common-config-bootstrapper [2023-04-24T20:10:28.659Z] Building security-proxy-auth [2023-04-24T20:10:28.659Z] Building security-spiffe-token-provider [2023-04-24T20:10:28.659Z] Building security-proxy-setup [2023-04-24T20:10:28.659Z] Building support-notifications [2023-04-24T20:10:38.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:10:38.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:10:38.716Z] ---> 97968b0c42ab [2023-04-24T20:10:38.716Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:10:38.716Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:10:38.716Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:10:38.716Z] ---> 97968b0c42ab [2023-04-24T20:10:38.716Z] Step 3/20 : WORKDIR /edgex-go [2023-04-24T20:10:38.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:10:38.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:10:38.716Z] ---> 97968b0c42ab [2023-04-24T20:10:38.716Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:10:38.716Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:10:38.716Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:10:38.716Z] ---> 97968b0c42ab [2023-04-24T20:10:38.716Z] Step 3/22 : WORKDIR /edgex-go [2023-04-24T20:10:38.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:10:38.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:10:38.716Z] ---> 97968b0c42ab [2023-04-24T20:10:38.716Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:10:38.716Z] ---> Running in 5b464eee8143 [2023-04-24T20:10:38.716Z] ---> Running in 839cb65413e4 [2023-04-24T20:10:38.716Z] ---> Running in 9f2dee8baff0 [2023-04-24T20:10:38.716Z] ---> Running in edeae8f37e24 [2023-04-24T20:10:38.716Z] ---> Running in 066c1ef7e1ac [2023-04-24T20:10:38.716Z] Removing intermediate container 839cb65413e4 [2023-04-24T20:10:38.716Z] ---> 1ecba9a8d035 [2023-04-24T20:10:38.716Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-24T20:10:38.716Z] Removing intermediate container 9f2dee8baff0 [2023-04-24T20:10:38.716Z] ---> 2827d5e1f2df [2023-04-24T20:10:38.716Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:10:38.716Z] Removing intermediate container 5b464eee8143 [2023-04-24T20:10:38.716Z] ---> 339d87ff9e5c [2023-04-24T20:10:38.716Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:10:38.716Z] Removing intermediate container edeae8f37e24 [2023-04-24T20:10:38.716Z] ---> a4c430f386be [2023-04-24T20:10:38.716Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-24T20:10:38.985Z] Removing intermediate container 066c1ef7e1ac [2023-04-24T20:10:38.985Z] ---> 94609f56bfac [2023-04-24T20:10:38.985Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:10:38.985Z] ---> Running in 254d8b68d5ad [2023-04-24T20:10:38.985Z] ---> Running in 75b5a4f61bcf [2023-04-24T20:10:38.985Z] ---> Running in c7db54dceded [2023-04-24T20:10:38.985Z] ---> Running in 68ebd5e14454 [2023-04-24T20:10:38.985Z] ---> Running in f4c50968aca1 [2023-04-24T20:10:39.954Z] Removing intermediate container c7db54dceded [2023-04-24T20:10:39.954Z] ---> 561386031c02 [2023-04-24T20:10:39.954Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:10:39.954Z] Removing intermediate container f4c50968aca1 [2023-04-24T20:10:39.954Z] ---> 3b61b0478ddf [2023-04-24T20:10:39.954Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:10:39.954Z] Removing intermediate container 254d8b68d5ad [2023-04-24T20:10:39.954Z] ---> e544bbc77fcd [2023-04-24T20:10:39.954Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-24T20:10:39.954Z] ---> Running in ce00460becf5 [2023-04-24T20:10:39.954Z] ---> Running in 22c91f6b6b52 [2023-04-24T20:10:39.954Z] ---> Running in e80a5d935849 [2023-04-24T20:10:40.918Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:41.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:41.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:41.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:42.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:42.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:42.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:42.963Z] OK: 263 MiB in 53 packages [2023-04-24T20:10:42.963Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:10:42.963Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:10:42.963Z] OK: 17695 distinct packages available [2023-04-24T20:10:42.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:42.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:43.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:43.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:44.087Z] Removing intermediate container 68ebd5e14454 [2023-04-24T20:10:44.087Z] ---> c3dde2988d49 [2023-04-24T20:10:44.087Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-24T20:10:44.359Z] OK: 263 MiB in 53 packages [2023-04-24T20:10:44.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:10:44.633Z] OK: 263 MiB in 53 packages [2023-04-24T20:10:44.900Z] OK: 263 MiB in 53 packages [2023-04-24T20:10:45.170Z] ---> c67a9c5202b0 [2023-04-24T20:10:45.170Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:10:45.170Z] ---> Running in e344240a51d5 [2023-04-24T20:10:45.760Z] OK: 263 MiB in 53 packages [2023-04-24T20:10:46.348Z] Removing intermediate container ce00460becf5 [2023-04-24T20:10:46.348Z] ---> b18d0bb4b061 [2023-04-24T20:10:46.348Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:10:46.931Z] Removing intermediate container e80a5d935849 [2023-04-24T20:10:46.931Z] ---> 26853274760c [2023-04-24T20:10:46.931Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:10:46.931Z] Removing intermediate container 22c91f6b6b52 [2023-04-24T20:10:46.931Z] ---> a8509570bb99 [2023-04-24T20:10:46.931Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:10:47.518Z] Removing intermediate container 75b5a4f61bcf [2023-04-24T20:10:47.518Z] ---> 8d9141b84a2b [2023-04-24T20:10:47.518Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-24T20:10:47.785Z] ---> bafbba25ff3a [2023-04-24T20:10:47.785Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:10:47.785Z] ---> Running in ef443e57f6cb [2023-04-24T20:10:48.371Z] ---> eca4371d564f [2023-04-24T20:10:48.371Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:10:48.371Z] ---> eb316c8784e5 [2023-04-24T20:10:48.371Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:10:48.371Z] ---> Running in 572b024fe0e9 [2023-04-24T20:10:48.371Z] ---> Running in 4ddaa7148906 [2023-04-24T20:10:49.193Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-24T20:10:49.333Z] ---> ea5e2d4027eb [2023-04-24T20:10:49.333Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:10:49.333Z] ---> Running in e9b24c94f0ff [2023-04-24T20:10:53.488Z] Removing intermediate container e031844e6452 [2023-04-24T20:10:53.489Z] ---> 31ee3f307ade [2023-04-24T20:10:53.489Z] [2023-04-24T20:10:53.489Z] Step 9/25 : FROM alpine:3.17 [2023-04-24T20:10:53.489Z] Removing intermediate container d405853d80c6 [2023-04-24T20:10:53.489Z] ---> 88620d336863 [2023-04-24T20:10:53.489Z] [2023-04-24T20:10:53.489Z] Step 10/25 : FROM alpine:3.17 [2023-04-24T20:10:53.489Z] Removing intermediate container b780bce263cb [2023-04-24T20:10:53.489Z] ---> 31cbfc22b9e1 [2023-04-24T20:10:53.489Z] [2023-04-24T20:10:53.489Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:10:53.745Z] 3.17: Pulling from library/alpine [2023-04-24T20:10:54.313Z] 3.17: Pulling from library/alpine [2023-04-24T20:10:54.570Z] 3.17: Pulling from library/alpine [2023-04-24T20:10:58.777Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T20:10:58.777Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T20:10:58.777Z] Status: Image is up to date for alpine:3.17 [2023-04-24T20:10:58.777Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T20:10:58.777Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T20:10:58.777Z] Status: Image is up to date for alpine:3.17 [2023-04-24T20:10:58.777Z] ---> 9ed4aefc74f6 [2023-04-24T20:10:58.777Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:10:58.777Z] ---> 9ed4aefc74f6 [2023-04-24T20:10:58.777Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-24T20:10:58.777Z] ---> 9ed4aefc74f6 [2023-04-24T20:10:58.777Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-24T20:10:58.777Z] ---> Running in 08ecb8e14f15 [2023-04-24T20:10:58.777Z] ---> Running in aa6c494ca6f4 [2023-04-24T20:10:58.777Z] ---> Running in 84e3d53bd9c9 [2023-04-24T20:10:58.777Z] Removing intermediate container 08ecb8e14f15 [2023-04-24T20:10:58.777Z] ---> 32370e0ce512 [2023-04-24T20:10:58.777Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:10:58.777Z] Removing intermediate container 58531f4c243f [2023-04-24T20:10:58.777Z] ---> ae142f13adc9 [2023-04-24T20:10:58.777Z] [2023-04-24T20:10:58.777Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:10:58.777Z] ---> 9ed4aefc74f6 [2023-04-24T20:10:58.777Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:10:58.777Z] Removing intermediate container f95385eadf7a [2023-04-24T20:10:58.777Z] ---> 78a69dc05885 [2023-04-24T20:10:58.777Z] [2023-04-24T20:10:58.777Z] Step 9/20 : FROM alpine:3.17 [2023-04-24T20:10:58.777Z] ---> 9ed4aefc74f6 [2023-04-24T20:10:58.777Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-24T20:10:58.777Z] ---> Running in 6054db8d5aa6 [2023-04-24T20:10:58.777Z] ---> Running in 49eef80dfcd6 [2023-04-24T20:10:58.777Z] ---> Running in cfec67f5ae2d [2023-04-24T20:10:58.777Z] Removing intermediate container cfec67f5ae2d [2023-04-24T20:10:58.777Z] ---> ce7ea1e80fb6 [2023-04-24T20:10:58.777Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-24T20:10:58.777Z] ---> Running in e8d8eb74cc48 [2023-04-24T20:10:58.777Z] Removing intermediate container 49eef80dfcd6 [2023-04-24T20:10:58.777Z] ---> 448aa42adb40 [2023-04-24T20:10:58.777Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-24T20:10:58.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:58.777Z] ---> Running in a8c7742449b2 [2023-04-24T20:10:58.777Z] Removing intermediate container a8c7742449b2 [2023-04-24T20:10:58.777Z] ---> bf38c99759dc [2023-04-24T20:10:58.777Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-24T20:10:58.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:58.777Z] ---> Running in 10fcf5c3ee1e [2023-04-24T20:10:59.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.037Z] Removing intermediate container 10fcf5c3ee1e [2023-04-24T20:10:59.037Z] ---> 618dcbc52df3 [2023-04-24T20:10:59.037Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:10:59.037Z] ---> Running in 0d8b715783ae [2023-04-24T20:10:59.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.037Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-24T20:10:59.037Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-24T20:10:59.037Z] (3/3) Installing su-exec (0.2-r2) [2023-04-24T20:10:59.037Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:10:59.037Z] Executing ca-certificates-20220614-r4.trigger [2023-04-24T20:10:59.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.297Z] OK: 8 MiB in 18 packages [2023-04-24T20:10:59.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.297Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T20:10:59.297Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:10:59.297Z] OK: 7 MiB in 16 packages [2023-04-24T20:10:59.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.297Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T20:10:59.297Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:10:59.297Z] OK: 7 MiB in 16 packages [2023-04-24T20:10:59.557Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:10:59.557Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:10:59.557Z] OK: 17820 distinct packages available [2023-04-24T20:10:59.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:10:59.816Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T20:10:59.816Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:10:59.816Z] OK: 7 MiB in 16 packages [2023-04-24T20:10:59.816Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-24T20:10:59.816Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-24T20:10:59.816Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-24T20:10:59.816Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-24T20:10:59.816Z] (5/9) Installing curl (8.0.1-r0) [2023-04-24T20:10:59.816Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-24T20:10:59.816Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-24T20:10:59.816Z] (8/9) Installing libucontext (1.2-r0) [2023-04-24T20:10:59.816Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-24T20:10:59.816Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:10:59.816Z] Executing ca-certificates-20220614-r4.trigger [2023-04-24T20:11:00.076Z] Removing intermediate container 6054db8d5aa6 [2023-04-24T20:11:00.076Z] ---> b43cec1a3eb9 [2023-04-24T20:11:00.076Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:11:00.076Z] Removing intermediate container 84e3d53bd9c9 [2023-04-24T20:11:00.076Z] ---> b4f123ee44cf [2023-04-24T20:11:00.076Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:11:00.076Z] Removing intermediate container aa6c494ca6f4 [2023-04-24T20:11:00.076Z] ---> 7c6311827a17 [2023-04-24T20:11:00.076Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-24T20:11:00.076Z] OK: 10 MiB in 24 packages [2023-04-24T20:11:00.076Z] ---> Running in c6d39d84d6f2 [2023-04-24T20:11:00.076Z] ---> Running in 6da945310884 [2023-04-24T20:11:00.076Z] Removing intermediate container c6d39d84d6f2 [2023-04-24T20:11:00.076Z] ---> c791de9fb07f [2023-04-24T20:11:00.076Z] Step 12/25 : WORKDIR / [2023-04-24T20:11:00.337Z] ---> 3daa2cd38e2b [2023-04-24T20:11:00.337Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:11:00.337Z] Removing intermediate container 6da945310884 [2023-04-24T20:11:00.337Z] ---> 99ecf7dcd57b [2023-04-24T20:11:00.337Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-24T20:11:00.337Z] Removing intermediate container 0d8b715783ae [2023-04-24T20:11:00.337Z] ---> 3df442ec961e [2023-04-24T20:11:00.337Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:11:00.337Z] ---> Running in d3c7ab4c7674 [2023-04-24T20:11:00.337Z] ---> Running in cfc889d39c4f [2023-04-24T20:11:00.597Z] Removing intermediate container d3c7ab4c7674 [2023-04-24T20:11:00.597Z] ---> 101421c0ee76 [2023-04-24T20:11:00.597Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:11:00.598Z] Removing intermediate container cfc889d39c4f [2023-04-24T20:11:00.598Z] ---> da27deb3db03 [2023-04-24T20:11:00.598Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-24T20:11:00.598Z] ---> Running in c786cfa34712 [2023-04-24T20:11:00.598Z] ---> e5bd7db96748 [2023-04-24T20:11:00.598Z] ---> 1bb0678f5ce4 [2023-04-24T20:11:00.598Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:11:00.598Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-24T20:11:00.598Z] Removing intermediate container e8d8eb74cc48 [2023-04-24T20:11:00.598Z] ---> 8f57a95e3bb7 [2023-04-24T20:11:00.598Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:11:00.862Z] ---> fa716bf6f8a4 [2023-04-24T20:11:00.862Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:11:00.862Z] Removing intermediate container c786cfa34712 [2023-04-24T20:11:00.862Z] ---> 46998405f288 [2023-04-24T20:11:00.862Z] Step 15/25 : WORKDIR / [2023-04-24T20:11:00.862Z] ---> Running in 4569cb266883 [2023-04-24T20:11:01.121Z] ---> c9cc7ba30859 [2023-04-24T20:11:01.121Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:11:01.121Z] ---> c88f5be769bf [2023-04-24T20:11:01.121Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-24T20:11:01.121Z] Removing intermediate container 4569cb266883 [2023-04-24T20:11:01.121Z] ---> bed081703560 [2023-04-24T20:11:01.121Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:11:01.121Z] ---> 887861df56d6 [2023-04-24T20:11:01.121Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-24T20:11:01.121Z] ---> 95d169ce508b [2023-04-24T20:11:01.121Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:11:01.690Z] ---> 81bc3f2c9d6f [2023-04-24T20:11:01.690Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-24T20:11:01.690Z] ---> 44fd2018f47a [2023-04-24T20:11:01.690Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:11:01.690Z] ---> 0d180db364c0 [2023-04-24T20:11:01.690Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-24T20:11:01.690Z] ---> 3b22808b5187 [2023-04-24T20:11:01.690Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:11:01.690Z] ---> 73ed7afc117e [2023-04-24T20:11:01.690Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-24T20:11:02.644Z] ---> 02358d8c2383 [2023-04-24T20:11:02.644Z] ---> 1ee8afc4be0d [2023-04-24T20:11:02.644Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yamlStep 19/23 : ENTRYPOINT ["/core-data"] [2023-04-24T20:11:02.644Z] [2023-04-24T20:11:02.644Z] ---> 4661e6edca9a [2023-04-24T20:11:02.644Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-24T20:11:02.904Z] ---> c2751a9b3f08 [2023-04-24T20:11:02.904Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:11:02.904Z] ---> Running in 8ab4106ef3ea [2023-04-24T20:11:02.904Z] ---> 2315921d6c4e [2023-04-24T20:11:02.904Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-24T20:11:03.165Z] ---> d86b432fa5ce [2023-04-24T20:11:03.165Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:11:03.165Z] ---> 49d86fc1a928 [2023-04-24T20:11:03.165Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:11:03.165Z] ---> Running in 00a639721aac [2023-04-24T20:11:03.165Z] Removing intermediate container 8ab4106ef3ea [2023-04-24T20:11:03.165Z] ---> 651980b2d4ab [2023-04-24T20:11:03.165Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:11:03.425Z] ---> Running in f58acf0dac83 [2023-04-24T20:11:03.425Z] ---> 3648dfa1b38f [2023-04-24T20:11:03.425Z] ---> aca186cf868e [2023-04-24T20:11:03.425Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ]Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-24T20:11:03.425Z] [2023-04-24T20:11:03.425Z] ---> 32c777154125 [2023-04-24T20:11:03.425Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-24T20:11:03.425Z] ---> Running in eb5fb4dcebed [2023-04-24T20:11:03.425Z] Removing intermediate container f58acf0dac83 [2023-04-24T20:11:03.425Z] ---> ebab569fbf13 [2023-04-24T20:11:03.425Z] Step 21/23 : LABEL arch=x86_64 [2023-04-24T20:11:03.687Z] ---> Running in 6f1617e39b37 [2023-04-24T20:11:03.947Z] Removing intermediate container eb5fb4dcebed [2023-04-24T20:11:03.947Z] ---> d0191b65798a [2023-04-24T20:11:03.947Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:11:03.947Z] ---> cefe76d0349e [2023-04-24T20:11:03.947Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-24T20:11:03.947Z] Removing intermediate container 6f1617e39b37 [2023-04-24T20:11:03.947Z] ---> bf834e01d5af [2023-04-24T20:11:03.947Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:11:03.947Z] ---> Running in 087b29eeb402 [2023-04-24T20:11:03.947Z] ---> f2b42c918541 [2023-04-24T20:11:03.947Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-24T20:11:03.947Z] ---> Running in 64cb04718a14 [2023-04-24T20:11:04.215Z] ---> Running in 72c8feffc3c0 [2023-04-24T20:11:04.215Z] Removing intermediate container 087b29eeb402 [2023-04-24T20:11:04.215Z] ---> 91e85d3fa333 [2023-04-24T20:11:04.215Z] Step 18/20 : LABEL arch=x86_64 [2023-04-24T20:11:04.215Z] ---> Running in 8667870ff3ea [2023-04-24T20:11:04.215Z] Removing intermediate container 64cb04718a14 [2023-04-24T20:11:04.215Z] ---> 33becf4353f5 [2023-04-24T20:11:04.215Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:11:04.215Z] ---> 1ecaecf27c01 [2023-04-24T20:11:04.215Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:11:04.215Z] ---> Running in 2f032ab5882a [2023-04-24T20:11:04.215Z] ---> Running in ed15cd02ea54 [2023-04-24T20:11:04.215Z] Removing intermediate container 72c8feffc3c0 [2023-04-24T20:11:04.215Z] ---> 15560584edcf [2023-04-24T20:11:04.215Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:11:04.215Z] Removing intermediate container 8667870ff3ea [2023-04-24T20:11:04.215Z] ---> 5a8fb9a8948c [2023-04-24T20:11:04.215Z] Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:11:04.215Z] Removing intermediate container 00a639721aac [2023-04-24T20:11:04.215Z] ---> bb21aa9ed2ef [2023-04-24T20:11:04.215Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-24T20:11:04.475Z] ---> Running in 27ed0ae0a9cd [2023-04-24T20:11:04.475Z] ---> Running in 1f3e148c94e4 [2023-04-24T20:11:04.475Z] ---> Running in 76956d3e9629 [2023-04-24T20:11:04.475Z] Removing intermediate container 2f032ab5882a [2023-04-24T20:11:04.475Z] ---> 91e1dee1c421 [2023-04-24T20:11:04.475Z] Step 23/25 : LABEL arch=x86_64 [2023-04-24T20:11:04.475Z] ---> Running in 2d674dc52d19 [2023-04-24T20:11:04.475Z] Removing intermediate container 27ed0ae0a9cd [2023-04-24T20:11:04.475Z] ---> f33a4563783d [2023-04-24T20:11:04.475Z] [2023-04-24T20:11:04.475Z] Removing intermediate container 76956d3e9629 [2023-04-24T20:11:04.475Z] ---> 00a1fc5f92a2 [2023-04-24T20:11:04.475Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-24T20:11:04.475Z] Successfully built f33a4563783d [2023-04-24T20:11:04.739Z] Removing intermediate container 1f3e148c94e4 [2023-04-24T20:11:04.739Z] ---> bbfd43513f9f [2023-04-24T20:11:04.739Z] Step 20/20 : LABEL version=3.0.0-dev.137Successfully tagged core-data:latest [2023-04-24T20:11:04.739Z] [2023-04-24T20:11:04.739Z]  Building core-data ... done Building support-scheduler [2023-04-24T20:11:04.739Z] ---> Running in 79d98e1992f7 [2023-04-24T20:11:04.739Z] Removing intermediate container 2d674dc52d19 [2023-04-24T20:11:04.739Z] ---> da460397ee5d [2023-04-24T20:11:04.739Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:11:04.739Z] ---> Running in 2a28f7bb81c0 [2023-04-24T20:11:04.739Z] ---> Running in 63eb4a03006b [2023-04-24T20:11:05.000Z] Removing intermediate container 79d98e1992f7 [2023-04-24T20:11:05.000Z] ---> 83493471d0fe [2023-04-24T20:11:05.000Z] Step 21/23 : LABEL arch=x86_64 [2023-04-24T20:11:08.298Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:11:08.298Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:11:08.298Z] ---> a9f7101d3ee7 [2023-04-24T20:11:08.298Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:11:08.298Z] ---> Using cache [2023-04-24T20:11:08.298Z] ---> 2502ab396113 [2023-04-24T20:11:08.298Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:11:08.298Z] ---> Using cache [2023-04-24T20:11:08.298Z] ---> c2844a9c6d9d [2023-04-24T20:11:08.298Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:11:08.298Z] ---> Using cache [2023-04-24T20:11:08.298Z] ---> 8e28b9e0979a [2023-04-24T20:11:08.298Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:11:08.298Z] ---> Using cache [2023-04-24T20:11:08.298Z] ---> 64e8c3d77943 [2023-04-24T20:11:08.298Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:11:08.298Z] ---> Using cache [2023-04-24T20:11:08.298Z] ---> d5251a186cf6 [2023-04-24T20:11:08.298Z] Step 8/23 : COPY . . [2023-04-24T20:11:08.298Z] ---> Using cache [2023-04-24T20:11:08.298Z] ---> 4b3c82ea726f [2023-04-24T20:11:08.298Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-24T20:11:08.298Z] ---> Running in 0bf3e427773d [2023-04-24T20:11:08.298Z] Removing intermediate container 2a28f7bb81c0 [2023-04-24T20:11:08.298Z] ---> df0dbe224e1f [2023-04-24T20:11:08.298Z] [2023-04-24T20:11:08.298Z] Removing intermediate container 63eb4a03006b [2023-04-24T20:11:08.298Z] ---> 25053de31750 [2023-04-24T20:11:08.298Z] Step 25/25 : LABEL version=3.0.0-dev.137 [2023-04-24T20:11:08.298Z] ---> Running in 29cf3d815429 [2023-04-24T20:11:08.298Z] ---> Running in 0fdfab0a5ca2 [2023-04-24T20:11:08.559Z] Removing intermediate container 0bf3e427773d [2023-04-24T20:11:08.559Z] ---> 01ce5c1c70ce [2023-04-24T20:11:08.559Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:11:08.559Z] Successfully built df0dbe224e1f [2023-04-24T20:11:08.559Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-24T20:11:08.559Z]  Building security-spiffe-token-provider ... done Building core-command [2023-04-24T20:11:08.559Z] Removing intermediate container ed15cd02ea54 [2023-04-24T20:11:08.559Z] ---> 8b4be81266bc [2023-04-24T20:11:08.559Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-24T20:11:08.559Z] Removing intermediate container 0fdfab0a5ca2 [2023-04-24T20:11:08.559Z] ---> eee97cc77ae9 [2023-04-24T20:11:08.559Z] [2023-04-24T20:11:08.559Z] ---> Running in a370e8142a41 [2023-04-24T20:11:08.559Z] ---> Running in babd33d0422f [2023-04-24T20:11:08.559Z] Successfully built eee97cc77ae9 [2023-04-24T20:11:08.559Z] Successfully tagged core-metadata:latest [2023-04-24T20:11:08.559Z] Building security-spire-server [2023-04-24T20:11:09.455Z]  Building core-metadata ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-24T20:11:12.783Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:11:12.783Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:11:12.783Z] ---> a9f7101d3ee7 [2023-04-24T20:11:12.783Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:11:12.783Z] ---> Using cache [2023-04-24T20:11:12.783Z] ---> 2502ab396113 [2023-04-24T20:11:12.783Z] Step 4/24 : WORKDIR /edgex-go [2023-04-24T20:11:12.783Z] ---> Using cache [2023-04-24T20:11:12.783Z] ---> c2844a9c6d9d [2023-04-24T20:11:12.783Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-24T20:11:12.783Z] ---> Using cache [2023-04-24T20:11:12.783Z] ---> 8e28b9e0979a [2023-04-24T20:11:12.783Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-24T20:11:12.783Z] ---> Using cache [2023-04-24T20:11:12.783Z] ---> 64e8c3d77943 [2023-04-24T20:11:12.783Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:11:12.783Z] ---> Using cache [2023-04-24T20:11:12.783Z] ---> d5251a186cf6 [2023-04-24T20:11:12.783Z] Step 8/24 : COPY . . [2023-04-24T20:11:12.783Z] ---> Using cache [2023-04-24T20:11:12.783Z] ---> 4b3c82ea726f [2023-04-24T20:11:12.783Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-24T20:11:13.043Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:11:13.043Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:11:13.043Z] ---> a9f7101d3ee7 [2023-04-24T20:11:13.043Z] Step 3/26 : WORKDIR /edgex-go [2023-04-24T20:11:13.043Z] ---> Using cache [2023-04-24T20:11:13.043Z] ---> 237d4694ab89 [2023-04-24T20:11:13.043Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-24T20:11:13.992Z] Removing intermediate container a370e8142a41 [2023-04-24T20:11:13.992Z] ---> 57eb65e5b2b5 [2023-04-24T20:11:13.992Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:11:16.534Z] Removing intermediate container babd33d0422f [2023-04-24T20:11:16.534Z] ---> d1a047062d7a [2023-04-24T20:11:16.534Z] Step 23/25 : LABEL arch=x86_64 [2023-04-24T20:11:16.534Z] ---> Running in 5f38425b24bb [2023-04-24T20:11:16.534Z] ---> Running in 9de725a60e5f [2023-04-24T20:11:16.534Z] ---> Running in c9bd408e80b6 [2023-04-24T20:11:16.805Z] ---> Running in 4c08ec6035fb [2023-04-24T20:11:16.805Z] Removing intermediate container 9de725a60e5f [2023-04-24T20:11:16.805Z] ---> 6249ac2a33b9 [2023-04-24T20:11:16.805Z] [2023-04-24T20:11:16.805Z] Successfully built 6249ac2a33b9 [2023-04-24T20:11:16.805Z] Successfully tagged security-proxy-auth:latest [2023-04-24T20:11:16.805Z] Building security-spire-config [2023-04-24T20:11:16.805Z]  Building security-proxy-auth ... done Removing intermediate container 4c08ec6035fb [2023-04-24T20:11:16.805Z] ---> 0b1f1b04a7f6 [2023-04-24T20:11:16.805Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:11:16.805Z] ---> Running in 593b3315a2af [2023-04-24T20:11:18.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:11:18.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:11:18.738Z] OK: 265 MiB in 53 packages [2023-04-24T20:11:20.136Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-24T20:11:20.395Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:11:20.395Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:11:20.395Z] ---> a9f7101d3ee7 [2023-04-24T20:11:20.395Z] Step 3/27 : WORKDIR /edgex-go [2023-04-24T20:11:20.395Z] ---> Using cache [2023-04-24T20:11:20.395Z] ---> 237d4694ab89 [2023-04-24T20:11:20.395Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-24T20:11:23.719Z] Removing intermediate container 593b3315a2af [2023-04-24T20:11:23.719Z] ---> acbbc5a4bbad [2023-04-24T20:11:23.719Z] Step 25/25 : LABEL version=3.0.0-dev.137 [2023-04-24T20:11:24.681Z] ---> Running in f3bcdc131751 [2023-04-24T20:11:24.681Z] ---> Running in 27b09129f8b4 [2023-04-24T20:11:24.681Z] Removing intermediate container 5f38425b24bb [2023-04-24T20:11:24.681Z] ---> 573d23abbb6b [2023-04-24T20:11:24.681Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-24T20:11:24.681Z] Removing intermediate container 27b09129f8b4 [2023-04-24T20:11:24.681Z] ---> c9de83e6b05f [2023-04-24T20:11:24.681Z] [2023-04-24T20:11:24.946Z] Successfully built c9de83e6b05f [2023-04-24T20:11:24.946Z] Successfully tagged security-secretstore-setup:latest [2023-04-24T20:11:24.946Z] Building core-common-config-bootstrapper [2023-04-24T20:11:24.946Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:11:25.205Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:11:25.205Z] OK: 265 MiB in 53 packages [2023-04-24T20:11:26.614Z] ---> fca60ae066ce [2023-04-24T20:11:26.614Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:11:27.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:11:27.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:11:27.564Z] ---> a9f7101d3ee7 [2023-04-24T20:11:27.564Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:11:27.564Z] ---> Using cache [2023-04-24T20:11:27.564Z] ---> 2502ab396113 [2023-04-24T20:11:27.564Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:11:27.564Z] ---> Using cache [2023-04-24T20:11:27.564Z] ---> c2844a9c6d9d [2023-04-24T20:11:27.564Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:11:27.564Z] ---> Using cache [2023-04-24T20:11:27.564Z] ---> 8e28b9e0979a [2023-04-24T20:11:27.564Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:11:27.564Z] ---> Using cache [2023-04-24T20:11:27.564Z] ---> 64e8c3d77943 [2023-04-24T20:11:27.564Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:11:27.564Z] ---> Using cache [2023-04-24T20:11:27.564Z] ---> d5251a186cf6 [2023-04-24T20:11:27.564Z] Step 8/23 : COPY . . [2023-04-24T20:11:27.564Z] ---> Using cache [2023-04-24T20:11:27.564Z] ---> 4b3c82ea726f [2023-04-24T20:11:27.564Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-24T20:11:32.878Z] ---> Running in f5f9560ed65a [2023-04-24T20:11:32.878Z] ---> Running in 1b690d6981ca [2023-04-24T20:11:32.878Z] Removing intermediate container f3bcdc131751 [2023-04-24T20:11:32.878Z] ---> d698f3d8cb82 [2023-04-24T20:11:32.878Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-24T20:11:32.878Z] ---> 2da82ff3c45e [2023-04-24T20:11:32.878Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:11:33.138Z] ---> Running in 00d18284d9f4 [2023-04-24T20:11:33.138Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-24T20:11:43.103Z] Removing intermediate container 29cf3d815429 [2023-04-24T20:11:43.103Z] ---> 62dbec45dab3 [2023-04-24T20:11:43.103Z] [2023-04-24T20:11:43.103Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:11:43.103Z] ---> 9ed4aefc74f6 [2023-04-24T20:11:43.103Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:11:43.103Z] ---> Using cache [2023-04-24T20:11:43.103Z] ---> b4f123ee44cf [2023-04-24T20:11:43.103Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:11:43.103Z] ---> Using cache [2023-04-24T20:11:43.103Z] ---> 99ecf7dcd57b [2023-04-24T20:11:43.103Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-24T20:11:47.288Z] ---> Running in bcc974d226e2 [2023-04-24T20:11:51.523Z] Removing intermediate container bcc974d226e2 [2023-04-24T20:11:51.523Z] ---> ad8bb6260449 [2023-04-24T20:11:51.523Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-24T20:11:51.523Z] ---> Running in 8f2f2753ccee [2023-04-24T20:11:51.523Z] Removing intermediate container c9bd408e80b6 [2023-04-24T20:11:51.523Z] ---> 6e37bf01dea9 [2023-04-24T20:11:51.523Z] [2023-04-24T20:11:51.523Z] Step 10/24 : FROM alpine:3.17 [2023-04-24T20:11:51.523Z] ---> 9ed4aefc74f6 [2023-04-24T20:11:51.523Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:11:51.523Z] ---> Using cache [2023-04-24T20:11:51.523Z] ---> b4f123ee44cf [2023-04-24T20:11:51.523Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:11:51.523Z] ---> Using cache [2023-04-24T20:11:51.523Z] ---> 99ecf7dcd57b [2023-04-24T20:11:51.523Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-24T20:11:51.783Z] ---> Running in 6b627852d573 [2023-04-24T20:11:51.783Z] Removing intermediate container 8f2f2753ccee [2023-04-24T20:11:51.783Z] ---> 701a53d926a5 [2023-04-24T20:11:51.783Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:11:51.783Z] Removing intermediate container 6b627852d573 [2023-04-24T20:11:51.783Z] ---> 4066da13db82 [2023-04-24T20:11:51.783Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-24T20:11:53.203Z] ---> Running in 1208db79e852 [2023-04-24T20:11:54.584Z] ---> 72b184740a13 [2023-04-24T20:11:54.584Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:11:58.778Z] Removing intermediate container 1208db79e852 [2023-04-24T20:11:58.778Z] ---> 709df1673d35 [2023-04-24T20:11:58.778Z] ---> 94e1356bafd8 [2023-04-24T20:11:58.778Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 15/24 : WORKDIR / [2023-04-24T20:11:58.778Z] [2023-04-24T20:11:58.778Z] ---> Running in f98bf98e81b5 [2023-04-24T20:11:58.778Z] Removing intermediate container 1b690d6981ca [2023-04-24T20:11:58.778Z] ---> 68fb7cc64c7f [2023-04-24T20:11:58.778Z] Step 7/26 : COPY . . [2023-04-24T20:11:58.778Z] Removing intermediate container 00d18284d9f4 [2023-04-24T20:11:58.779Z] ---> f1e6601d92e0 [2023-04-24T20:11:58.779Z] Step 7/27 : COPY . . [2023-04-24T20:11:59.346Z] Removing intermediate container f98bf98e81b5 [2023-04-24T20:11:59.346Z] ---> 5e0840e6f5bf [2023-04-24T20:11:59.346Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:12:05.921Z] ---> 221e5d642c3a [2023-04-24T20:12:05.921Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:12:05.921Z] ---> 8f38a0cd9d83 [2023-04-24T20:12:05.921Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:12:05.921Z] ---> aa4b2a1b24bf [2023-04-24T20:12:05.921Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-24T20:12:05.921Z] Removing intermediate container f5f9560ed65a [2023-04-24T20:12:05.921Z] ---> cb2c4bc960ab [2023-04-24T20:12:05.921Z] [2023-04-24T20:12:05.921Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:12:05.921Z] ---> 9ed4aefc74f6 [2023-04-24T20:12:05.921Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-24T20:12:05.921Z] ---> Using cache [2023-04-24T20:12:05.921Z] ---> 32370e0ce512 [2023-04-24T20:12:05.921Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:12:05.921Z] ---> Using cache [2023-04-24T20:12:05.921Z] ---> b43cec1a3eb9 [2023-04-24T20:12:05.921Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:12:05.921Z] ---> Using cache [2023-04-24T20:12:05.921Z] ---> 3daa2cd38e2b [2023-04-24T20:12:05.921Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:12:05.921Z] ---> Using cache [2023-04-24T20:12:05.921Z] ---> 1bb0678f5ce4 [2023-04-24T20:12:05.921Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-24T20:12:05.921Z] ---> d53fda31a007 [2023-04-24T20:12:05.921Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-24T20:12:05.921Z] ---> Running in 3c2a0db5ae77 [2023-04-24T20:12:05.921Z] ---> 393f91800ab1 [2023-04-24T20:12:05.921Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-24T20:12:05.921Z] ---> Running in 40b66515a880 [2023-04-24T20:12:05.921Z] ---> Running in 13b029c7d6b1 [2023-04-24T20:12:05.921Z] ---> 173caa1e312e [2023-04-24T20:12:05.921Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-24T20:12:06.187Z] Removing intermediate container 40b66515a880 [2023-04-24T20:12:06.187Z] ---> aa46623e5181 [2023-04-24T20:12:06.187Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-24T20:12:06.187Z] Removing intermediate container 3c2a0db5ae77 [2023-04-24T20:12:06.187Z] ---> 6d0f6e68abd0 [2023-04-24T20:12:06.187Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-24T20:12:06.187Z] Removing intermediate container 13b029c7d6b1 [2023-04-24T20:12:06.187Z] ---> d0448de84141 [2023-04-24T20:12:06.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:12:06.187Z] ---> a96ff336c276 [2023-04-24T20:12:06.187Z] ---> 9efd8b9a0812 [2023-04-24T20:12:06.187Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yamlStep 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:12:06.187Z] [2023-04-24T20:12:06.187Z] ---> Running in 760402fdecd8 [2023-04-24T20:12:06.187Z] ---> Running in e5d2dd537041 [2023-04-24T20:12:06.187Z] ---> Running in 0de18da9eab3 [2023-04-24T20:12:06.187Z] Removing intermediate container e5d2dd537041 [2023-04-24T20:12:06.187Z] ---> 7921b1d500ec [2023-04-24T20:12:06.187Z] Step 21/23 : LABEL arch=x86_64 [2023-04-24T20:12:06.187Z] Removing intermediate container 760402fdecd8 [2023-04-24T20:12:06.187Z] ---> fa1b9bfd1c82 [2023-04-24T20:12:06.187Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-24T20:12:06.187Z] ---> Running in 616b06d1d27a [2023-04-24T20:12:06.187Z] ---> Running in 31529ea5a6c9 [2023-04-24T20:12:06.188Z] Removing intermediate container 0de18da9eab3 [2023-04-24T20:12:06.188Z] ---> 53dd8187cad1 [2023-04-24T20:12:06.188Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-24T20:12:06.188Z] ---> 06a3150401f3 [2023-04-24T20:12:06.188Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-24T20:12:06.456Z] ---> Running in 373e2bc93d5e [2023-04-24T20:12:06.456Z] ---> 257e2eb34dc6 [2023-04-24T20:12:06.456Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-24T20:12:06.456Z] ---> Running in a15653424078 [2023-04-24T20:12:06.456Z] Removing intermediate container 31529ea5a6c9 [2023-04-24T20:12:06.456Z] ---> 23c560431824 [2023-04-24T20:12:06.456Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-24T20:12:06.456Z] Removing intermediate container 616b06d1d27a [2023-04-24T20:12:06.456Z] ---> 9812d4db4b30 [2023-04-24T20:12:06.456Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:12:06.456Z] ---> Running in 85f902b62703 [2023-04-24T20:12:06.456Z] ---> Running in 9aaf867f0204 [2023-04-24T20:12:06.456Z] Removing intermediate container 373e2bc93d5e [2023-04-24T20:12:06.456Z] ---> e2a0741f47b3 [2023-04-24T20:12:06.456Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-24T20:12:06.456Z] Removing intermediate container a15653424078 [2023-04-24T20:12:06.456Z] ---> a4a7b85030d9 [2023-04-24T20:12:06.456Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:12:06.719Z] ---> Running in 8e705b4e9d81 [2023-04-24T20:12:06.719Z] ---> Running in dd462cf5c116 [2023-04-24T20:12:06.719Z] Removing intermediate container 85f902b62703 [2023-04-24T20:12:06.719Z] ---> 4fa5a69d29fc [2023-04-24T20:12:06.719Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:12:06.719Z] ---> 897ce207c899 [2023-04-24T20:12:06.719Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:12:06.719Z] ---> Running in e8d84d85b393 [2023-04-24T20:12:06.719Z] ---> Running in 73c464f31fea [2023-04-24T20:12:06.719Z] Removing intermediate container dd462cf5c116 [2023-04-24T20:12:06.719Z] ---> b71537c0f11c [2023-04-24T20:12:06.719Z] Step 22/24 : LABEL arch=x86_64 [2023-04-24T20:12:07.044Z] ---> Running in fb3b328536d2 [2023-04-24T20:12:07.044Z] Removing intermediate container 73c464f31fea [2023-04-24T20:12:07.044Z] ---> b6df01ffdc82 [2023-04-24T20:12:07.044Z] [2023-04-24T20:12:07.044Z] Successfully built b6df01ffdc82 [2023-04-24T20:12:07.044Z] Removing intermediate container fb3b328536d2 [2023-04-24T20:12:07.044Z] ---> 05fa6e95e169 [2023-04-24T20:12:07.044Z] Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:12:07.044Z] Successfully tagged support-scheduler:latest [2023-04-24T20:12:07.044Z] Building support-notifications [2023-04-24T20:12:07.044Z]  Building support-scheduler ... done  ---> Running in c14f87d32ea0 [2023-04-24T20:12:08.971Z] Removing intermediate container c14f87d32ea0 [2023-04-24T20:12:08.971Z] ---> 82fee18f1d51 [2023-04-24T20:12:08.971Z] Step 24/24 : LABEL version=3.0.0-dev.137 [2023-04-24T20:12:09.952Z] Removing intermediate container 9aaf867f0204 [2023-04-24T20:12:09.952Z] ---> ed61afb653e2 [2023-04-24T20:12:09.952Z] Step 12/27 : WORKDIR /edgex-go [2023-04-24T20:12:10.210Z] ---> Running in 5cb549f3ff92 [2023-04-24T20:12:10.210Z] ---> Running in d1c3f0ee28c4 [2023-04-24T20:12:10.467Z] Removing intermediate container 5cb549f3ff92 [2023-04-24T20:12:10.467Z] ---> d7d1297983f4 [2023-04-24T20:12:10.467Z] [2023-04-24T20:12:10.467Z] Removing intermediate container 8e705b4e9d81 [2023-04-24T20:12:10.467Z] ---> 5867da568407 [2023-04-24T20:12:10.467Z] Step 12/26 : WORKDIR /edgex-go [2023-04-24T20:12:10.467Z] Successfully built d7d1297983f4 [2023-04-24T20:12:10.467Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:12:10.467Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:12:10.467Z] ---> a9f7101d3ee7 [2023-04-24T20:12:10.467Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:12:10.467Z] ---> Using cache [2023-04-24T20:12:10.467Z] ---> 2502ab396113 [2023-04-24T20:12:10.467Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:12:10.467Z] ---> Using cache [2023-04-24T20:12:10.467Z] ---> c2844a9c6d9d [2023-04-24T20:12:10.467Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-24T20:12:10.467Z] Successfully tagged core-command:latest [2023-04-24T20:12:10.467Z]  Building core-command ... done Building security-bootstrapper [2023-04-24T20:12:10.467Z] Removing intermediate container d1c3f0ee28c4 [2023-04-24T20:12:10.467Z] ---> 1cb2b2b8efd6 [2023-04-24T20:12:10.467Z] [2023-04-24T20:12:10.467Z] Step 13/27 : FROM alpine:3.17Removing intermediate container e8d84d85b393 [2023-04-24T20:12:10.467Z] [2023-04-24T20:12:10.467Z] ---> d2d511a0dba6 [2023-04-24T20:12:10.467Z] ---> 9ed4aefc74f6 [2023-04-24T20:12:10.467Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"]Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-24T20:12:10.467Z] [2023-04-24T20:12:10.726Z] ---> Running in f66a5c59aec7 [2023-04-24T20:12:10.726Z] ---> Running in 653b54be670f [2023-04-24T20:12:10.726Z] ---> Running in 4a3c3b03577d [2023-04-24T20:12:10.726Z] ---> Running in b388d5031532 [2023-04-24T20:12:10.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:11.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:11.499Z] OK: 265 MiB in 53 packages [2023-04-24T20:12:12.081Z] Removing intermediate container 653b54be670f [2023-04-24T20:12:12.081Z] ---> 459cc26d6c5f [2023-04-24T20:12:12.081Z] [2023-04-24T20:12:12.081Z] Step 13/26 : FROM alpine:3.17 [2023-04-24T20:12:12.081Z] ---> 9ed4aefc74f6 [2023-04-24T20:12:12.081Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-24T20:12:12.081Z] ---> Using cache [2023-04-24T20:12:12.081Z] ---> fb18df010443 [2023-04-24T20:12:12.081Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-24T20:12:14.078Z] Removing intermediate container 4a3c3b03577d [2023-04-24T20:12:14.078Z] ---> fb18df010443 [2023-04-24T20:12:14.078Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-24T20:12:14.078Z] Removing intermediate container b388d5031532 [2023-04-24T20:12:14.078Z] ---> 7bfeedeec3d8 [2023-04-24T20:12:14.078Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-24T20:12:14.078Z] ---> Running in 0c7280401e24 [2023-04-24T20:12:14.337Z] ---> Running in df9952807714 [2023-04-24T20:12:14.337Z] ---> Running in cf7c12bde9a9 [2023-04-24T20:12:14.337Z] Removing intermediate container f66a5c59aec7 [2023-04-24T20:12:14.337Z] ---> 3bb90e365b1d [2023-04-24T20:12:14.337Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:12:14.337Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:12:14.337Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:12:14.337Z] ---> a9f7101d3ee7 [2023-04-24T20:12:14.337Z] Step 3/33 : WORKDIR /edgex-go [2023-04-24T20:12:14.337Z] ---> Using cache [2023-04-24T20:12:14.337Z] ---> 237d4694ab89 [2023-04-24T20:12:14.337Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-24T20:12:14.337Z] ---> Running in ee657706b6b2 [2023-04-24T20:12:14.337Z] Removing intermediate container df9952807714 [2023-04-24T20:12:14.337Z] ---> 8b04eebb5970 [2023-04-24T20:12:14.337Z] Step 21/23 : LABEL arch=x86_64 [2023-04-24T20:12:14.337Z] ---> Running in 0ce3177e7a4d [2023-04-24T20:12:14.337Z] ---> 05014e992798 [2023-04-24T20:12:14.337Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:12:14.337Z] ---> Running in e492ddc72df6 [2023-04-24T20:12:14.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:14.595Z] Removing intermediate container 0ce3177e7a4d [2023-04-24T20:12:14.595Z] ---> a44b5fca7f71 [2023-04-24T20:12:14.595Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:12:14.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:14.595Z] ---> Running in 173f2b13b9ad [2023-04-24T20:12:14.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:14.595Z] Removing intermediate container 173f2b13b9ad [2023-04-24T20:12:14.595Z] ---> ee7d7700776c [2023-04-24T20:12:14.595Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:12:14.595Z] ---> Running in 6b52f3d54f07 [2023-04-24T20:12:14.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:14.595Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:14.852Z] Removing intermediate container 6b52f3d54f07 [2023-04-24T20:12:14.852Z] ---> 3333f30186cb [2023-04-24T20:12:14.852Z] [2023-04-24T20:12:14.852Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:14.852Z] Successfully built 3333f30186cb [2023-04-24T20:12:14.852Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-24T20:12:14.852Z]  Building core-common-config-bootstrapper ... done Building security-spire-agent [2023-04-24T20:12:14.852Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:12:14.852Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:12:14.852Z] OK: 17820 distinct packages available [2023-04-24T20:12:14.852Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:12:14.852Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:12:14.852Z] OK: 17820 distinct packages available [2023-04-24T20:12:15.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:15.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:15.111Z] OK: 265 MiB in 53 packages [2023-04-24T20:12:15.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:15.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:15.370Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-24T20:12:15.370Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-24T20:12:15.370Z] (3/5) Installing libucontext (1.2-r0) [2023-04-24T20:12:15.370Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-24T20:12:15.370Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-24T20:12:15.370Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:12:15.370Z] OK: 8 MiB in 20 packages [2023-04-24T20:12:15.370Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-24T20:12:15.370Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-24T20:12:15.370Z] (3/4) Installing libucontext (1.2-r0) [2023-04-24T20:12:15.370Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-24T20:12:15.370Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:12:15.370Z] OK: 7 MiB in 19 packages [2023-04-24T20:12:18.061Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:12:18.061Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:12:18.061Z] ---> a9f7101d3ee7 [2023-04-24T20:12:18.061Z] Step 3/27 : WORKDIR /edgex-go [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> 237d4694ab89 [2023-04-24T20:12:18.061Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> d698f3d8cb82 [2023-04-24T20:12:18.061Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> 2da82ff3c45e [2023-04-24T20:12:18.061Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> f1e6601d92e0 [2023-04-24T20:12:18.061Z] Step 7/27 : COPY . . [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> aa4b2a1b24bf [2023-04-24T20:12:18.061Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> 6d0f6e68abd0 [2023-04-24T20:12:18.061Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> fa1b9bfd1c82 [2023-04-24T20:12:18.061Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> 23c560431824 [2023-04-24T20:12:18.061Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> ed61afb653e2 [2023-04-24T20:12:18.061Z] Step 12/27 : WORKDIR /edgex-go [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> 1cb2b2b8efd6 [2023-04-24T20:12:18.061Z] [2023-04-24T20:12:18.061Z] Step 13/27 : FROM alpine:3.17 [2023-04-24T20:12:18.061Z] ---> 9ed4aefc74f6 [2023-04-24T20:12:18.061Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-24T20:12:18.061Z] ---> Using cache [2023-04-24T20:12:18.061Z] ---> fb18df010443 [2023-04-24T20:12:18.061Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-24T20:12:18.323Z] ---> Running in 94889eab8b8c [2023-04-24T20:12:18.323Z] Removing intermediate container ee657706b6b2 [2023-04-24T20:12:18.323Z] ---> 9697ce211234 [2023-04-24T20:12:18.323Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-24T20:12:18.584Z] Removing intermediate container cf7c12bde9a9 [2023-04-24T20:12:18.584Z] ---> c1fb6c74dd63 [2023-04-24T20:12:18.584Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:12:18.584Z] Removing intermediate container 0c7280401e24 [2023-04-24T20:12:18.584Z] ---> 1dc9f9f2aa26 [2023-04-24T20:12:18.584Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:12:18.584Z] ---> 9b0c89b07a1e [2023-04-24T20:12:18.584Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:12:18.584Z] ---> Running in 97fe34ee7685 [2023-04-24T20:12:18.845Z] ---> 3f46ca59ff16 [2023-04-24T20:12:18.845Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:12:18.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:18.845Z] ---> e40f35c2b8f0 [2023-04-24T20:12:18.845Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:12:18.845Z] ---> 9b65291b47b5 [2023-04-24T20:12:18.845Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-24T20:12:18.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:19.106Z] ---> 6bfb1794f0d0 [2023-04-24T20:12:19.106Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-24T20:12:19.106Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:12:19.106Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:12:19.106Z] OK: 17820 distinct packages available [2023-04-24T20:12:19.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:19.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:12:19.367Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-24T20:12:19.367Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-24T20:12:19.367Z] (3/5) Installing libucontext (1.2-r0) [2023-04-24T20:12:19.367Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-24T20:12:19.627Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-24T20:12:19.627Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:12:19.627Z] OK: 8 MiB in 20 packages [2023-04-24T20:12:22.181Z] ---> 47d2189eb749 [2023-04-24T20:12:22.181Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-24T20:12:22.181Z] ---> dfe13d12837a [2023-04-24T20:12:22.181Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-24T20:12:22.181Z] Removing intermediate container 94889eab8b8c [2023-04-24T20:12:22.181Z] ---> 8717c147ef71 [2023-04-24T20:12:22.181Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:12:22.181Z] ---> 35c177b563ff [2023-04-24T20:12:22.181Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-24T20:12:22.181Z] ---> ec0e6115ab81 [2023-04-24T20:12:22.181Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-24T20:12:22.181Z] ---> Running in b89a2fb90b73 [2023-04-24T20:12:22.181Z] Removing intermediate container b89a2fb90b73 [2023-04-24T20:12:22.181Z] ---> 390cb737372b [2023-04-24T20:12:22.181Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-24T20:12:22.181Z] ---> 2ab2ddaea52e [2023-04-24T20:12:22.181Z] ---> 15f61c7aa2c8 [2023-04-24T20:12:22.181Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:12:22.181Z] [2023-04-24T20:12:22.181Z] ---> ebf3fa8396f2 [2023-04-24T20:12:22.181Z] Step 22/27 : WORKDIR / [2023-04-24T20:12:22.181Z] ---> Running in 792a52e921d9 [2023-04-24T20:12:22.181Z] ---> 4b477916e330 [2023-04-24T20:12:22.181Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-24T20:12:22.181Z] ---> 66935ba44cae [2023-04-24T20:12:22.181Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-24T20:12:22.442Z] ---> Running in 1b6fc5f7adae [2023-04-24T20:12:22.442Z] Removing intermediate container 792a52e921d9 [2023-04-24T20:12:22.442Z] ---> ce15d43b64b8 [2023-04-24T20:12:22.442Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-24T20:12:22.442Z] ---> Running in 05b689790916 [2023-04-24T20:12:22.442Z] Removing intermediate container 1b6fc5f7adae [2023-04-24T20:12:22.442Z] ---> d22ad00281dc [2023-04-24T20:12:22.442Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-24T20:12:22.442Z] ---> Running in a0db76a9db1b [2023-04-24T20:12:22.442Z] Removing intermediate container 05b689790916 [2023-04-24T20:12:22.442Z] ---> 77d11b24953c [2023-04-24T20:12:22.442Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-24T20:12:23.011Z] ---> Running in 1395fa959069 [2023-04-24T20:12:23.011Z] Removing intermediate container a0db76a9db1b [2023-04-24T20:12:23.011Z] ---> e3c9d779ce49 [2023-04-24T20:12:23.011Z] Step 24/26 : LABEL arch=x86_64 [2023-04-24T20:12:23.279Z] ---> 42f38f0fb572 [2023-04-24T20:12:23.279Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-24T20:12:23.279Z] ---> Running in 909dc3c4eaf4 [2023-04-24T20:12:24.264Z] Removing intermediate container 1395fa959069 [2023-04-24T20:12:24.264Z] ---> 3e2ce1463937 [2023-04-24T20:12:24.264Z] Step 25/27 : LABEL arch=x86_64 [2023-04-24T20:12:24.264Z] Removing intermediate container 909dc3c4eaf4 [2023-04-24T20:12:24.264Z] ---> 5dda3798af83 [2023-04-24T20:12:24.264Z] Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:12:25.274Z] ---> bc4c0a01199f [2023-04-24T20:12:25.274Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-24T20:12:25.274Z] ---> Running in ca92aa589842 [2023-04-24T20:12:25.274Z] ---> Running in 307bb302f0c3 [2023-04-24T20:12:25.861Z] Removing intermediate container ca92aa589842 [2023-04-24T20:12:25.861Z] ---> 3c7b2bab1dc4 [2023-04-24T20:12:25.861Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:12:25.861Z] Removing intermediate container 307bb302f0c3 [2023-04-24T20:12:25.861Z] ---> 2f25d6f35cc4 [2023-04-24T20:12:25.861Z] Step 26/26 : LABEL version=3.0.0-dev.137 [2023-04-24T20:12:25.861Z] ---> 38d1dc78f592 [2023-04-24T20:12:25.861Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-24T20:12:25.861Z] ---> Running in 91b6d4651114 [2023-04-24T20:12:25.861Z] ---> Running in d7476eb981dd [2023-04-24T20:12:26.219Z] Removing intermediate container 91b6d4651114 [2023-04-24T20:12:26.219Z] ---> 0f775ecb268b [2023-04-24T20:12:26.219Z] [2023-04-24T20:12:26.219Z] Removing intermediate container d7476eb981dd [2023-04-24T20:12:26.219Z] ---> 6777e297f695 [2023-04-24T20:12:26.219Z] Step 27/27 : LABEL version=3.0.0-dev.137 [2023-04-24T20:12:26.523Z] Successfully built 0f775ecb268b [2023-04-24T20:12:26.523Z] Successfully tagged security-spire-server:latest [2023-04-24T20:12:26.523Z]  Building security-spire-server ... done Building security-proxy-setup [2023-04-24T20:12:28.533Z] ---> 205b3a25f5c5 [2023-04-24T20:12:28.533Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-24T20:12:29.181Z] ---> Running in 4b74a8ed0e87 [2023-04-24T20:12:29.181Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:12:29.181Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:12:29.181Z] ---> a9f7101d3ee7 [2023-04-24T20:12:29.181Z] Step 3/22 : WORKDIR /edgex-go [2023-04-24T20:12:29.181Z] ---> Using cache [2023-04-24T20:12:29.181Z] ---> 237d4694ab89 [2023-04-24T20:12:29.181Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-24T20:12:29.181Z] ---> Using cache [2023-04-24T20:12:29.181Z] ---> 9697ce211234 [2023-04-24T20:12:29.181Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-24T20:12:29.181Z] ---> Using cache [2023-04-24T20:12:29.181Z] ---> 9b0c89b07a1e [2023-04-24T20:12:29.181Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:12:29.751Z] ---> 002d3d920c69 [2023-04-24T20:12:29.752Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-24T20:12:29.752Z] ---> Running in f4d72cada1d9 [2023-04-24T20:12:29.752Z] Removing intermediate container 4b74a8ed0e87 [2023-04-24T20:12:29.752Z] ---> 148e361ff857 [2023-04-24T20:12:29.752Z] [2023-04-24T20:12:30.026Z] ---> Running in 90d357731c6f [2023-04-24T20:12:30.026Z] Successfully built 148e361ff857 [2023-04-24T20:12:30.026Z] Successfully tagged security-spire-config:latest [2023-04-24T20:12:30.026Z]  Building security-spire-config ... done Removing intermediate container 90d357731c6f [2023-04-24T20:12:30.026Z] ---> fb1355d3a006 [2023-04-24T20:12:30.026Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-24T20:12:30.026Z] ---> Running in 0a3961f709b2 [2023-04-24T20:12:30.285Z] Removing intermediate container 0a3961f709b2 [2023-04-24T20:12:30.285Z] ---> 972f96547283 [2023-04-24T20:12:30.285Z] Step 25/27 : LABEL arch=x86_64 [2023-04-24T20:12:30.552Z] ---> Running in 242a96c46996 [2023-04-24T20:12:30.552Z] Removing intermediate container 242a96c46996 [2023-04-24T20:12:30.552Z] ---> ea07678f9a59 [2023-04-24T20:12:30.552Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:12:30.816Z] ---> Running in d6d76ab0618e [2023-04-24T20:12:31.078Z] Removing intermediate container d6d76ab0618e [2023-04-24T20:12:31.078Z] ---> bead4e58276c [2023-04-24T20:12:31.078Z] Step 27/27 : LABEL version=3.0.0-dev.137 [2023-04-24T20:12:31.649Z] ---> Running in b67c9e24b2ae [2023-04-24T20:12:32.646Z] Removing intermediate container b67c9e24b2ae [2023-04-24T20:12:32.646Z] ---> 5e4c29712c2f [2023-04-24T20:12:32.646Z] [2023-04-24T20:12:32.646Z] Successfully built 5e4c29712c2f [2023-04-24T20:12:32.905Z] Successfully tagged security-spire-agent:latest [2023-04-24T20:12:39.471Z]  Building security-spire-agent ... done Removing intermediate container e492ddc72df6 [2023-04-24T20:12:39.471Z] ---> 3b0ad601d8d5 [2023-04-24T20:12:39.471Z] Step 8/23 : COPY . . [2023-04-24T20:12:41.105Z] Removing intermediate container e344240a51d5 [2023-04-24T20:12:41.105Z] ---> 9ac12d1c6532 [2023-04-24T20:12:41.105Z] Step 7/22 : COPY . . [2023-04-24T20:12:41.105Z] Removing intermediate container ef443e57f6cb [2023-04-24T20:12:41.105Z] ---> 3f649c2df58b [2023-04-24T20:12:41.105Z] Step 8/23 : COPY . . [2023-04-24T20:12:41.105Z] Removing intermediate container 572b024fe0e9 [2023-04-24T20:12:41.105Z] ---> dc862af6d028 [2023-04-24T20:12:41.105Z] Step 8/23 : COPY . . [2023-04-24T20:12:41.105Z] Removing intermediate container 4ddaa7148906 [2023-04-24T20:12:41.105Z] ---> c0035abe7072 [2023-04-24T20:12:41.105Z] Step 8/23 : COPY . . [2023-04-24T20:12:41.105Z] Removing intermediate container e9b24c94f0ff [2023-04-24T20:12:41.105Z] ---> 9fbef5b52dc8 [2023-04-24T20:12:41.105Z] Step 7/20 : COPY . . [2023-04-24T20:12:41.105Z] ---> cca2c32aa517 [2023-04-24T20:12:41.105Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-24T20:12:41.105Z] ---> Running in ae5db4402043 [2023-04-24T20:12:41.105Z] ---> cced033c2b9a [2023-04-24T20:12:41.105Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-24T20:12:41.105Z] ---> Running in f62e05c518e1 [2023-04-24T20:12:41.105Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-24T20:12:41.105Z] ---> 97306fbc6a12 [2023-04-24T20:12:41.105Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-24T20:12:41.105Z] ---> Running in 2aad59210577 [2023-04-24T20:12:41.105Z] ---> 8ba38ebac228 [2023-04-24T20:12:41.105Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-24T20:12:41.105Z] ---> Running in 19397a44a8dc [2023-04-24T20:12:41.105Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-04-24T20:12:41.105Z] ---> 2c9169a588d4 [2023-04-24T20:12:41.105Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-24T20:12:41.105Z] ---> Running in 512d7f35d498 [2023-04-24T20:12:41.105Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-24T20:12:41.374Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-04-24T20:12:42.350Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-24T20:12:49.510Z] ---> 2401308e5552 [2023-04-24T20:12:49.510Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-24T20:12:49.510Z] ---> Running in ae650cebccae [2023-04-24T20:12:49.774Z] Removing intermediate container 97fe34ee7685 [2023-04-24T20:12:49.774Z] ---> 8ab152fe7039 [2023-04-24T20:12:49.774Z] Step 7/33 : COPY . . [2023-04-24T20:12:49.774Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-04-24T20:13:04.693Z] ---> d541481e522f [2023-04-24T20:13:04.693Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-24T20:13:04.693Z] ---> Running in f59ec6a76268 [2023-04-24T20:13:04.693Z] Removing intermediate container f4d72cada1d9 [2023-04-24T20:13:04.693Z] ---> cb3f7301b82c [2023-04-24T20:13:04.693Z] Step 7/22 : COPY . . [2023-04-24T20:13:04.693Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-24T20:13:14.837Z] ---> fdd529cc0212 [2023-04-24T20:13:14.837Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-24T20:13:14.837Z] ---> Running in c39429d8014b [2023-04-24T20:13:14.837Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-04-24T20:13:19.040Z] Removing intermediate container ae650cebccae [2023-04-24T20:13:19.040Z] ---> 0d1c253c2650 [2023-04-24T20:13:19.040Z] [2023-04-24T20:13:19.040Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:13:19.040Z] ---> 9ed4aefc74f6 [2023-04-24T20:13:19.040Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-24T20:13:19.300Z] ---> Running in 014a76a1baca [2023-04-24T20:13:19.871Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:13:20.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:13:20.390Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-24T20:13:20.390Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-24T20:13:20.390Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:13:20.390Z] Executing ca-certificates-20220614-r4.trigger [2023-04-24T20:13:20.390Z] OK: 8 MiB in 17 packages [2023-04-24T20:13:22.298Z] Removing intermediate container 014a76a1baca [2023-04-24T20:13:22.298Z] ---> 31760276db64 [2023-04-24T20:13:22.298Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:13:22.562Z] ---> Running in 43c959da4915 [2023-04-24T20:13:23.516Z] Removing intermediate container 43c959da4915 [2023-04-24T20:13:23.516Z] ---> edc158cc14f0 [2023-04-24T20:13:23.516Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-24T20:13:24.084Z] ---> Running in fcd6d48d55e6 [2023-04-24T20:13:24.342Z] Removing intermediate container f59ec6a76268 [2023-04-24T20:13:24.342Z] ---> 18d33e7e301b [2023-04-24T20:13:24.342Z] [2023-04-24T20:13:24.342Z] Step 9/33 : FROM alpine:3.17 [2023-04-24T20:13:24.342Z] ---> 9ed4aefc74f6 [2023-04-24T20:13:24.342Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-24T20:13:24.342Z] ---> Using cache [2023-04-24T20:13:24.342Z] ---> ce7ea1e80fb6 [2023-04-24T20:13:24.342Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-24T20:13:24.342Z] ---> Running in 3e139ec1a800 [2023-04-24T20:13:24.342Z] Removing intermediate container fcd6d48d55e6 [2023-04-24T20:13:24.342Z] ---> fca23cb18475 [2023-04-24T20:13:24.342Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-24T20:13:24.342Z] ---> Running in a78058884d11 [2023-04-24T20:13:24.342Z] Removing intermediate container a78058884d11 [2023-04-24T20:13:24.342Z] ---> eb4a4508705a [2023-04-24T20:13:24.342Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:13:24.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:13:24.606Z] ---> dcd2f48bd36c [2023-04-24T20:13:24.606Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:13:24.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:13:24.863Z] ---> 3b7b5093a500 [2023-04-24T20:13:24.863Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-24T20:13:24.863Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-24T20:13:24.863Z] (2/2) Installing su-exec (0.2-r2) [2023-04-24T20:13:24.863Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:13:24.863Z] OK: 7 MiB in 17 packages [2023-04-24T20:13:25.818Z] ---> 901655605116 [2023-04-24T20:13:25.818Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:13:25.818Z] Removing intermediate container 3e139ec1a800 [2023-04-24T20:13:25.818Z] ---> 30bd0be51446 [2023-04-24T20:13:25.818Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-24T20:13:25.818Z] ---> Running in 0460d724f7cd [2023-04-24T20:13:25.818Z] Removing intermediate container 0460d724f7cd [2023-04-24T20:13:25.818Z] ---> e22f9ef90514 [2023-04-24T20:13:25.818Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-24T20:13:25.818Z] ---> 9026da7e66bf [2023-04-24T20:13:25.818Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-24T20:13:25.818Z] ---> Running in 90797675eb32 [2023-04-24T20:13:26.078Z] ---> Running in 4e3427e4ca88 [2023-04-24T20:13:26.078Z] Removing intermediate container 90797675eb32 [2023-04-24T20:13:26.078Z] ---> 929e7a05eef3 [2023-04-24T20:13:26.078Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-24T20:13:26.336Z] ---> Running in eddf46863bd2 [2023-04-24T20:13:26.336Z] Removing intermediate container 4e3427e4ca88 [2023-04-24T20:13:26.336Z] ---> 7c26e3f5d956 [2023-04-24T20:13:26.336Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:13:26.336Z] ---> Running in 703c1d379d0c [2023-04-24T20:13:26.336Z] Removing intermediate container eddf46863bd2 [2023-04-24T20:13:26.336Z] ---> 7150f57fc721 [2023-04-24T20:13:26.336Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-24T20:13:26.336Z] ---> Running in 0a20335e78a8 [2023-04-24T20:13:26.336Z] Removing intermediate container 703c1d379d0c [2023-04-24T20:13:26.336Z] ---> eef9b68fc24e [2023-04-24T20:13:26.336Z] Step 21/23 : LABEL arch=x86_64 [2023-04-24T20:13:26.336Z] ---> Running in 0d677507459e [2023-04-24T20:13:26.336Z] Removing intermediate container 0a20335e78a8 [2023-04-24T20:13:26.336Z] ---> 4c85cbe22f7f [2023-04-24T20:13:26.336Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-24T20:13:26.336Z] ---> Running in 05ddadb78820 [2023-04-24T20:13:26.336Z] Removing intermediate container 0d677507459e [2023-04-24T20:13:26.336Z] ---> aa4c45acf494 [2023-04-24T20:13:26.336Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:26.601Z] ---> Running in 61f1f0cdeb5f [2023-04-24T20:13:26.601Z] Removing intermediate container 61f1f0cdeb5f [2023-04-24T20:13:26.601Z] ---> 9966ec238c58 [2023-04-24T20:13:26.601Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:13:26.601Z] ---> Running in 789ca9a6551e [2023-04-24T20:13:26.601Z] Removing intermediate container 789ca9a6551e [2023-04-24T20:13:26.601Z] ---> 208af9ea684c [2023-04-24T20:13:26.601Z] [2023-04-24T20:13:26.601Z] Successfully built 208af9ea684c [2023-04-24T20:13:26.601Z] Successfully tagged support-notifications:latest [2023-04-24T20:13:27.170Z]  Building support-notifications ... done Removing intermediate container 05ddadb78820 [2023-04-24T20:13:27.170Z] ---> d70261de4536 [2023-04-24T20:13:27.170Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-24T20:13:27.170Z] ---> Running in 4002a3f8de89 [2023-04-24T20:13:27.170Z] Removing intermediate container 4002a3f8de89 [2023-04-24T20:13:27.170Z] ---> 0613a8cb8a7f [2023-04-24T20:13:27.170Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-24T20:13:27.735Z] ---> 72d70a2322d9 [2023-04-24T20:13:27.735Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-24T20:13:27.735Z] ---> Running in fb7f07181b72 [2023-04-24T20:13:28.697Z] Removing intermediate container fb7f07181b72 [2023-04-24T20:13:28.697Z] ---> b3e62d29c9b0 [2023-04-24T20:13:28.697Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:13:29.266Z] ---> 1f1c32569b41 [2023-04-24T20:13:29.266Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:13:29.528Z] ---> 800cc4dc0c32 [2023-04-24T20:13:29.529Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-24T20:13:30.143Z] ---> ba3a7a026847 [2023-04-24T20:13:30.143Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-24T20:13:30.143Z] ---> 16eccf065d8a [2023-04-24T20:13:30.143Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-24T20:13:30.143Z] ---> ff96e15a567c [2023-04-24T20:13:30.143Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-24T20:13:30.407Z] ---> 6c904739f784 [2023-04-24T20:13:30.407Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-24T20:13:31.348Z] ---> de74be2e4225 [2023-04-24T20:13:31.348Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-24T20:13:31.610Z] ---> eab0a8ccfdcc [2023-04-24T20:13:31.610Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-24T20:13:31.610Z] ---> Running in 62e98211fe90 [2023-04-24T20:13:31.610Z] Removing intermediate container c39429d8014b [2023-04-24T20:13:31.610Z] ---> 4171d1d320d6 [2023-04-24T20:13:31.610Z] [2023-04-24T20:13:31.610Z] Step 9/22 : FROM alpine:3.17 [2023-04-24T20:13:31.610Z] ---> 9ed4aefc74f6 [2023-04-24T20:13:31.610Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-24T20:13:31.870Z] ---> Running in 5787c0f4faec [2023-04-24T20:13:32.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-24T20:13:32.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-24T20:13:32.130Z] Removing intermediate container 62e98211fe90 [2023-04-24T20:13:32.130Z] ---> 7a2dec6bfe39 [2023-04-24T20:13:32.130Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-24T20:13:32.130Z] ---> Running in f477de556970 [2023-04-24T20:13:32.391Z] Removing intermediate container f477de556970 [2023-04-24T20:13:32.391Z] ---> 8db142697f5f [2023-04-24T20:13:32.391Z] Step 30/33 : CMD ["gate"] [2023-04-24T20:13:32.391Z] ---> Running in 842bb1cce9f4 [2023-04-24T20:13:32.391Z] Removing intermediate container 842bb1cce9f4 [2023-04-24T20:13:32.391Z] ---> 9475af5a7ffb [2023-04-24T20:13:32.391Z] Step 31/33 : LABEL arch=x86_64 [2023-04-24T20:13:32.391Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-24T20:13:32.391Z] ---> Running in d8d43b50da29 [2023-04-24T20:13:32.391Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-24T20:13:32.391Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:13:32.391Z] OK: 8 MiB in 17 packages [2023-04-24T20:13:32.391Z] Removing intermediate container d8d43b50da29 [2023-04-24T20:13:32.391Z] ---> 4d5d3cca63ee [2023-04-24T20:13:32.391Z] Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:32.391Z] ---> Running in 65a5a941769f [2023-04-24T20:13:32.651Z] Removing intermediate container 65a5a941769f [2023-04-24T20:13:32.651Z] ---> 532152589625 [2023-04-24T20:13:32.651Z] Step 33/33 : LABEL version=3.0.0-dev.137 [2023-04-24T20:13:32.651Z] ---> Running in 7d093c34a336 [2023-04-24T20:13:32.651Z] Removing intermediate container 5787c0f4faec [2023-04-24T20:13:32.651Z] ---> d92aacc51518 [2023-04-24T20:13:32.651Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-24T20:13:32.651Z] Removing intermediate container 7d093c34a336 [2023-04-24T20:13:32.651Z] ---> b379b5347e7e [2023-04-24T20:13:32.651Z] [2023-04-24T20:13:32.651Z] ---> Running in 157afde006b7 [2023-04-24T20:13:32.911Z] Successfully built b379b5347e7e [2023-04-24T20:13:32.911Z] Successfully tagged security-bootstrapper:latest [2023-04-24T20:13:32.911Z]  Building security-bootstrapper ... done Removing intermediate container 157afde006b7 [2023-04-24T20:13:32.911Z] ---> 9a9f80ba37d3 [2023-04-24T20:13:32.911Z] Step 12/22 : WORKDIR /edgex [2023-04-24T20:13:32.911Z] ---> Running in c0cd1379c2db [2023-04-24T20:13:32.911Z] Removing intermediate container c0cd1379c2db [2023-04-24T20:13:32.911Z] ---> af41e0809cf1 [2023-04-24T20:13:32.911Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:13:33.171Z] ---> 567c50da50e2 [2023-04-24T20:13:33.171Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:13:33.171Z] ---> 59e2423ef1dd [2023-04-24T20:13:33.171Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-24T20:13:33.171Z] ---> f313ae45fb0d [2023-04-24T20:13:33.171Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-24T20:13:33.743Z] ---> 4a86b7ba1c92 [2023-04-24T20:13:33.743Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-24T20:13:33.743Z] ---> 7241afca5063 [2023-04-24T20:13:33.743Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:13:33.743Z] ---> Running in 5f0edf89d165 [2023-04-24T20:13:34.315Z] Removing intermediate container 5f0edf89d165 [2023-04-24T20:13:34.315Z] ---> 90cc87de3b7d [2023-04-24T20:13:34.315Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-24T20:13:34.315Z] ---> Running in 01bc0b89f699 [2023-04-24T20:13:34.315Z] Removing intermediate container 01bc0b89f699 [2023-04-24T20:13:34.315Z] ---> 317ea69e7f66 [2023-04-24T20:13:34.315Z] Step 20/22 : LABEL arch=x86_64 [2023-04-24T20:13:34.576Z] ---> Running in 0ad0fe75d259 [2023-04-24T20:13:34.576Z] Removing intermediate container 0ad0fe75d259 [2023-04-24T20:13:34.576Z] ---> c81a5c65aa7c [2023-04-24T20:13:34.576Z] Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:34.576Z] ---> Running in 2fc19f04f219 [2023-04-24T20:13:34.576Z] Removing intermediate container 2fc19f04f219 [2023-04-24T20:13:34.576Z] ---> 8c7b8bf8b5b0 [2023-04-24T20:13:34.576Z] Step 22/22 : LABEL version=3.0.0-dev.137 [2023-04-24T20:13:34.576Z] ---> Running in 3314ff099965 [2023-04-24T20:13:34.576Z] Removing intermediate container 3314ff099965 [2023-04-24T20:13:34.576Z] ---> 7076b535f5fc [2023-04-24T20:13:34.576Z] [2023-04-24T20:13:34.837Z] Successfully built 7076b535f5fc [2023-04-24T20:13:34.837Z] Successfully tagged security-proxy-setup:latest [2023-04-24T20:13:34.845Z]  Building security-proxy-setup ... done  [Pipeline] } [2023-04-24T20:13:34.857Z] $ docker stop --time=1 33c232b9909a5f8d9701b29ffca1ee97eeda3d4e5f5e1dcb470010d3616899dc [2023-04-24T20:13:36.136Z] $ docker rm -f --volumes 33c232b9909a5f8d9701b29ffca1ee97eeda3d4e5f5e1dcb470010d3616899dc [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T20:13:36.599Z] + docker images [2023-04-24T20:13:36.599Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-24T20:13:36.599Z] security-proxy-setup latest 7076b535f5fc 2 seconds ago 18.7MB [2023-04-24T20:13:36.599Z] security-bootstrapper latest b379b5347e7e 4 seconds ago 22.2MB [2023-04-24T20:13:36.600Z] 4171d1d320d6 5 seconds ago 1.67GB [2023-04-24T20:13:36.600Z] support-notifications latest 208af9ea684c 10 seconds ago 32.7MB [2023-04-24T20:13:36.600Z] 18d33e7e301b 12 seconds ago 1.67GB [2023-04-24T20:13:36.600Z] 0d1c253c2650 21 seconds ago 1.75GB [2023-04-24T20:13:36.600Z] security-spire-agent latest 5e4c29712c2f About a minute ago 129MB [2023-04-24T20:13:36.600Z] security-spire-config latest 148e361ff857 About a minute ago 88.9MB [2023-04-24T20:13:36.600Z] security-spire-server latest 0f775ecb268b About a minute ago 89.8MB [2023-04-24T20:13:36.600Z] core-common-config-bootstrapper latest 3333f30186cb About a minute ago 17.2MB [2023-04-24T20:13:36.600Z] 459cc26d6c5f About a minute ago 1.55GB [2023-04-24T20:13:36.600Z] 1cb2b2b8efd6 About a minute ago 1.55GB [2023-04-24T20:13:36.600Z] core-command latest d7d1297983f4 About a minute ago 19.8MB [2023-04-24T20:13:36.600Z] support-scheduler latest b6df01ffdc82 About a minute ago 32.1MB [2023-04-24T20:13:36.600Z] cb2c4bc960ab About a minute ago 1.68GB [2023-04-24T20:13:36.600Z] 6e37bf01dea9 About a minute ago 1.69GB [2023-04-24T20:13:36.600Z] 62dbec45dab3 2 minutes ago 1.75GB [2023-04-24T20:13:36.600Z] security-secretstore-setup latest c9de83e6b05f 2 minutes ago 32.8MB [2023-04-24T20:13:36.600Z] security-proxy-auth latest 6249ac2a33b9 2 minutes ago 18.3MB [2023-04-24T20:13:36.600Z] core-metadata latest eee97cc77ae9 2 minutes ago 20.4MB [2023-04-24T20:13:36.600Z] core-data latest f33a4563783d 2 minutes ago 20MB [2023-04-24T20:13:36.600Z] security-spiffe-token-provider latest df0dbe224e1f 2 minutes ago 32.8MB [2023-04-24T20:13:36.600Z] 78a69dc05885 2 minutes ago 1.73GB [2023-04-24T20:13:36.600Z] ae142f13adc9 2 minutes ago 1.69GB [2023-04-24T20:13:36.600Z] 31cbfc22b9e1 2 minutes ago 1.67GB [2023-04-24T20:13:36.600Z] 31ee3f307ade 2 minutes ago 1.68GB [2023-04-24T20:13:36.600Z] 88620d336863 2 minutes ago 1.69GB [2023-04-24T20:13:36.600Z] ci-base-image-x86_64 latest a9f7101d3ee7 6 minutes ago 881MB [2023-04-24T20:13:36.600Z] alpine 3.17 9ed4aefc74f6 3 weeks ago 7.05MB [2023-04-24T20:13:36.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 6 weeks ago 664MB [2023-04-24T20:13:36.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-24T20:13:36.600Z] 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-04-24T20:13:36.725Z] provisioning config files... [2023-04-24T20:13:36.763Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config16809960524815031381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:13:37.169Z] ---> docker-login.sh [2023-04-24T20:13:37.169Z] nexus3.edgexfoundry.org:10001 [2023-04-24T20:13:37.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:13:37.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:13:37.169Z] Configure a credential helper to remove this warning. See [2023-04-24T20:13:37.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:13:37.169Z] [2023-04-24T20:13:37.169Z] Login Succeeded [2023-04-24T20:13:37.169Z] nexus3.edgexfoundry.org:10002 [2023-04-24T20:13:37.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:13:37.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:13:37.446Z] Configure a credential helper to remove this warning. See [2023-04-24T20:13:37.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:13:37.446Z] [2023-04-24T20:13:37.446Z] Login Succeeded [2023-04-24T20:13:37.446Z] nexus3.edgexfoundry.org:10003 [2023-04-24T20:13:37.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:13:37.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:13:37.446Z] Configure a credential helper to remove this warning. See [2023-04-24T20:13:37.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:13:37.446Z] [2023-04-24T20:13:37.446Z] Login Succeeded [2023-04-24T20:13:37.446Z] nexus3.edgexfoundry.org:10004 [2023-04-24T20:13:37.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:13:37.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:13:37.446Z] Configure a credential helper to remove this warning. See [2023-04-24T20:13:37.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:13:37.446Z] [2023-04-24T20:13:37.446Z] Login Succeeded [2023-04-24T20:13:37.446Z] docker.io [2023-04-24T20:13:37.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:13:37.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:13:37.706Z] Configure a credential helper to remove this warning. See [2023-04-24T20:13:37.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:13:37.706Z] [2023-04-24T20:13:37.706Z] Login Succeeded [2023-04-24T20:13:37.706Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T20:13:37.714Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:13:37.741Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T20:13:37.759Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2023-04-24T20:13:37.759Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:37.759Z] latest [2023-04-24T20:13:37.759Z] 3.0.0-dev.137 [2023-04-24T20:13:37.759Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:37.759Z] main [2023-04-24T20:13:37.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:38.069Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:38.384Z] + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:38.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-24T20:13:38.384Z] 61151fc674a1: Preparing [2023-04-24T20:13:38.384Z] 0dfb1d31b9c1: Preparing [2023-04-24T20:13:38.384Z] cd247a38400f: Preparing [2023-04-24T20:13:38.384Z] 68914f28274e: Preparing [2023-04-24T20:13:38.384Z] acd46278f723: Preparing [2023-04-24T20:13:38.384Z] f1417ff83b31: Preparing [2023-04-24T20:13:38.384Z] f1417ff83b31: Waiting [2023-04-24T20:13:38.384Z] 68914f28274e: Pushed [2023-04-24T20:13:38.384Z] 61151fc674a1: Pushed [2023-04-24T20:13:38.384Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:38.384Z] acd46278f723: Pushed [2023-04-24T20:13:38.384Z] cd247a38400f: Pushed [2023-04-24T20:13:39.762Z] 0dfb1d31b9c1: Pushed [2023-04-24T20:13:39.762Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:40.080Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:40.390Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2023-04-24T20:13:40.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-24T20:13:40.390Z] 61151fc674a1: Preparing [2023-04-24T20:13:40.390Z] 0dfb1d31b9c1: Preparing [2023-04-24T20:13:40.390Z] cd247a38400f: Preparing [2023-04-24T20:13:40.390Z] 68914f28274e: Preparing [2023-04-24T20:13:40.390Z] acd46278f723: Preparing [2023-04-24T20:13:40.390Z] f1417ff83b31: Preparing [2023-04-24T20:13:40.390Z] f1417ff83b31: Waiting [2023-04-24T20:13:40.390Z] 68914f28274e: Layer already exists [2023-04-24T20:13:40.390Z] acd46278f723: Layer already exists [2023-04-24T20:13:40.390Z] 61151fc674a1: Layer already exists [2023-04-24T20:13:40.390Z] 0dfb1d31b9c1: Layer already exists [2023-04-24T20:13:40.390Z] cd247a38400f: Layer already exists [2023-04-24T20:13:40.390Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:40.390Z] latest: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:40.704Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:41.010Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.137 [2023-04-24T20:13:41.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-24T20:13:41.010Z] 61151fc674a1: Preparing [2023-04-24T20:13:41.010Z] 0dfb1d31b9c1: Preparing [2023-04-24T20:13:41.010Z] cd247a38400f: Preparing [2023-04-24T20:13:41.010Z] 68914f28274e: Preparing [2023-04-24T20:13:41.010Z] acd46278f723: Preparing [2023-04-24T20:13:41.010Z] f1417ff83b31: Preparing [2023-04-24T20:13:41.010Z] f1417ff83b31: Waiting [2023-04-24T20:13:41.010Z] 0dfb1d31b9c1: Layer already exists [2023-04-24T20:13:41.010Z] 61151fc674a1: Layer already exists [2023-04-24T20:13:41.010Z] acd46278f723: Layer already exists [2023-04-24T20:13:41.010Z] 68914f28274e: Layer already exists [2023-04-24T20:13:41.010Z] cd247a38400f: Layer already exists [2023-04-24T20:13:41.010Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:41.010Z] 3.0.0-dev.137: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:41.316Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:41.623Z] + docker push nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:41.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-24T20:13:41.623Z] 61151fc674a1: Preparing [2023-04-24T20:13:41.623Z] 0dfb1d31b9c1: Preparing [2023-04-24T20:13:41.623Z] cd247a38400f: Preparing [2023-04-24T20:13:41.623Z] 68914f28274e: Preparing [2023-04-24T20:13:41.623Z] acd46278f723: Preparing [2023-04-24T20:13:41.623Z] f1417ff83b31: Preparing [2023-04-24T20:13:41.623Z] f1417ff83b31: Waiting [2023-04-24T20:13:41.623Z] 61151fc674a1: Layer already exists [2023-04-24T20:13:41.623Z] acd46278f723: Layer already exists [2023-04-24T20:13:41.623Z] 0dfb1d31b9c1: Layer already exists [2023-04-24T20:13:41.623Z] 68914f28274e: Layer already exists [2023-04-24T20:13:41.623Z] cd247a38400f: Layer already exists [2023-04-24T20:13:41.623Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:41.623Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:41.934Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:42.241Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2023-04-24T20:13:42.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2023-04-24T20:13:42.241Z] 61151fc674a1: Preparing [2023-04-24T20:13:42.241Z] 0dfb1d31b9c1: Preparing [2023-04-24T20:13:42.241Z] cd247a38400f: Preparing [2023-04-24T20:13:42.241Z] 68914f28274e: Preparing [2023-04-24T20:13:42.241Z] acd46278f723: Preparing [2023-04-24T20:13:42.241Z] f1417ff83b31: Preparing [2023-04-24T20:13:42.241Z] f1417ff83b31: Waiting [2023-04-24T20:13:42.241Z] 61151fc674a1: Layer already exists [2023-04-24T20:13:42.241Z] cd247a38400f: Layer already exists [2023-04-24T20:13:42.241Z] acd46278f723: Layer already exists [2023-04-24T20:13:42.241Z] 68914f28274e: Layer already exists [2023-04-24T20:13:42.241Z] 0dfb1d31b9c1: Layer already exists [2023-04-24T20:13:42.241Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:42.241Z] main: digest: sha256:e1a53bee4bf1bc570f136512b9b58b7ae1fd8123e75d2321d5666a5dd7bcb36e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:13:42.281Z] ===================================================== [Pipeline] echo [2023-04-24T20:13:42.288Z] taggedImages: [2023-04-24T20:13:42.288Z] - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:42.288Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2023-04-24T20:13:42.288Z] - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.137 [2023-04-24T20:13:42.288Z] - nexus3.edgexfoundry.org:10004/core-command:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:42.288Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2023-04-24T20:13:42.303Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2023-04-24T20:13:42.303Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:42.303Z] latest [2023-04-24T20:13:42.303Z] 3.0.0-dev.137 [2023-04-24T20:13:42.303Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:42.303Z] main [2023-04-24T20:13:42.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:42.619Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:42.924Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:42.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-24T20:13:42.924Z] 4b93c1c92547: Preparing [2023-04-24T20:13:42.924Z] c9912782f95b: Preparing [2023-04-24T20:13:42.924Z] be452042e5ae: Preparing [2023-04-24T20:13:42.924Z] 68cb999a8b82: Preparing [2023-04-24T20:13:42.924Z] cd247a38400f: Preparing [2023-04-24T20:13:42.924Z] 68914f28274e: Preparing [2023-04-24T20:13:42.924Z] acd46278f723: Preparing [2023-04-24T20:13:42.924Z] f1417ff83b31: Preparing [2023-04-24T20:13:42.924Z] 68914f28274e: Waiting [2023-04-24T20:13:42.924Z] f1417ff83b31: Waiting [2023-04-24T20:13:42.924Z] acd46278f723: Waiting [2023-04-24T20:13:42.924Z] cd247a38400f: Layer already exists [2023-04-24T20:13:42.924Z] 68914f28274e: Layer already exists [2023-04-24T20:13:42.924Z] acd46278f723: Layer already exists [2023-04-24T20:13:42.924Z] c9912782f95b: Pushed [2023-04-24T20:13:42.924Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:42.924Z] be452042e5ae: Pushed [2023-04-24T20:13:42.924Z] 4b93c1c92547: Pushed [2023-04-24T20:13:44.301Z] 68cb999a8b82: Pushed [2023-04-24T20:13:44.301Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:44.607Z] + 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-04-24T20:13:44.910Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-04-24T20:13:44.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-24T20:13:44.910Z] 4b93c1c92547: Preparing [2023-04-24T20:13:44.910Z] c9912782f95b: Preparing [2023-04-24T20:13:44.910Z] be452042e5ae: Preparing [2023-04-24T20:13:44.910Z] 68cb999a8b82: Preparing [2023-04-24T20:13:44.910Z] cd247a38400f: Preparing [2023-04-24T20:13:44.910Z] 68914f28274e: Preparing [2023-04-24T20:13:44.910Z] acd46278f723: Preparing [2023-04-24T20:13:44.910Z] f1417ff83b31: Preparing [2023-04-24T20:13:44.910Z] 68914f28274e: Waiting [2023-04-24T20:13:44.910Z] acd46278f723: Waiting [2023-04-24T20:13:44.910Z] f1417ff83b31: Waiting [2023-04-24T20:13:44.910Z] c9912782f95b: Layer already exists [2023-04-24T20:13:44.910Z] cd247a38400f: Layer already exists [2023-04-24T20:13:44.910Z] be452042e5ae: Layer already exists [2023-04-24T20:13:44.910Z] 68cb999a8b82: Layer already exists [2023-04-24T20:13:44.910Z] 4b93c1c92547: Layer already exists [2023-04-24T20:13:44.910Z] 68914f28274e: Layer already exists [2023-04-24T20:13:44.910Z] acd46278f723: Layer already exists [2023-04-24T20:13:44.910Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:44.910Z] latest: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:45.219Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:45.524Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.137 [2023-04-24T20:13:45.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-24T20:13:45.524Z] 4b93c1c92547: Preparing [2023-04-24T20:13:45.524Z] c9912782f95b: Preparing [2023-04-24T20:13:45.524Z] be452042e5ae: Preparing [2023-04-24T20:13:45.524Z] 68cb999a8b82: Preparing [2023-04-24T20:13:45.524Z] cd247a38400f: Preparing [2023-04-24T20:13:45.524Z] 68914f28274e: Preparing [2023-04-24T20:13:45.524Z] acd46278f723: Preparing [2023-04-24T20:13:45.524Z] f1417ff83b31: Preparing [2023-04-24T20:13:45.524Z] acd46278f723: Waiting [2023-04-24T20:13:45.524Z] f1417ff83b31: Waiting [2023-04-24T20:13:45.524Z] 68cb999a8b82: Layer already exists [2023-04-24T20:13:45.524Z] cd247a38400f: Layer already exists [2023-04-24T20:13:45.524Z] c9912782f95b: Layer already exists [2023-04-24T20:13:45.524Z] 4b93c1c92547: Layer already exists [2023-04-24T20:13:45.524Z] be452042e5ae: Layer already exists [2023-04-24T20:13:45.524Z] 68914f28274e: Layer already exists [2023-04-24T20:13:45.524Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:45.524Z] acd46278f723: Layer already exists [2023-04-24T20:13:45.524Z] 3.0.0-dev.137: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:45.837Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:46.149Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:46.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-24T20:13:46.149Z] 4b93c1c92547: Preparing [2023-04-24T20:13:46.149Z] c9912782f95b: Preparing [2023-04-24T20:13:46.149Z] be452042e5ae: Preparing [2023-04-24T20:13:46.149Z] 68cb999a8b82: Preparing [2023-04-24T20:13:46.149Z] cd247a38400f: Preparing [2023-04-24T20:13:46.149Z] 68914f28274e: Preparing [2023-04-24T20:13:46.149Z] acd46278f723: Preparing [2023-04-24T20:13:46.149Z] f1417ff83b31: Preparing [2023-04-24T20:13:46.149Z] 68914f28274e: Waiting [2023-04-24T20:13:46.149Z] acd46278f723: Waiting [2023-04-24T20:13:46.149Z] f1417ff83b31: Waiting [2023-04-24T20:13:46.149Z] cd247a38400f: Layer already exists [2023-04-24T20:13:46.149Z] 4b93c1c92547: Layer already exists [2023-04-24T20:13:46.149Z] c9912782f95b: Layer already exists [2023-04-24T20:13:46.149Z] be452042e5ae: Layer already exists [2023-04-24T20:13:46.149Z] 68cb999a8b82: Layer already exists [2023-04-24T20:13:46.149Z] 68914f28274e: Layer already exists [2023-04-24T20:13:46.149Z] acd46278f723: Layer already exists [2023-04-24T20:13:46.149Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:46.149Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:46.464Z] + 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-04-24T20:13:46.773Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2023-04-24T20:13:46.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2023-04-24T20:13:46.773Z] 4b93c1c92547: Preparing [2023-04-24T20:13:46.773Z] c9912782f95b: Preparing [2023-04-24T20:13:46.773Z] be452042e5ae: Preparing [2023-04-24T20:13:46.773Z] 68cb999a8b82: Preparing [2023-04-24T20:13:46.773Z] cd247a38400f: Preparing [2023-04-24T20:13:46.773Z] 68914f28274e: Preparing [2023-04-24T20:13:46.773Z] acd46278f723: Preparing [2023-04-24T20:13:46.773Z] f1417ff83b31: Preparing [2023-04-24T20:13:46.773Z] acd46278f723: Waiting [2023-04-24T20:13:46.773Z] 68914f28274e: Waiting [2023-04-24T20:13:46.773Z] f1417ff83b31: Waiting [2023-04-24T20:13:46.773Z] c9912782f95b: Layer already exists [2023-04-24T20:13:46.773Z] cd247a38400f: Layer already exists [2023-04-24T20:13:46.773Z] 68cb999a8b82: Layer already exists [2023-04-24T20:13:46.773Z] 4b93c1c92547: Layer already exists [2023-04-24T20:13:46.773Z] be452042e5ae: Layer already exists [2023-04-24T20:13:46.773Z] acd46278f723: Layer already exists [2023-04-24T20:13:46.773Z] 68914f28274e: Layer already exists [2023-04-24T20:13:46.773Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:46.773Z] main: digest: sha256:c55c96970c3097c0344d09d18aa62f1a0b6a60da96fc864873b6b37a39b5597b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:13:46.816Z] ===================================================== [Pipeline] echo [2023-04-24T20:13:46.825Z] taggedImages: [2023-04-24T20:13:46.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:46.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2023-04-24T20:13:46.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.137 [2023-04-24T20:13:46.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:46.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2023-04-24T20:13:46.847Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2023-04-24T20:13:46.847Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:46.847Z] latest [2023-04-24T20:13:46.847Z] 3.0.0-dev.137 [2023-04-24T20:13:46.847Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:46.847Z] main [2023-04-24T20:13:46.847Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:47.166Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:47.473Z] + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:47.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-24T20:13:47.473Z] 33e0ac8375d5: Preparing [2023-04-24T20:13:47.473Z] d8c26319625a: Preparing [2023-04-24T20:13:47.473Z] cd247a38400f: Preparing [2023-04-24T20:13:47.473Z] 68914f28274e: Preparing [2023-04-24T20:13:47.473Z] acd46278f723: Preparing [2023-04-24T20:13:47.473Z] f1417ff83b31: Preparing [2023-04-24T20:13:47.473Z] f1417ff83b31: Waiting [2023-04-24T20:13:47.473Z] cd247a38400f: Layer already exists [2023-04-24T20:13:47.473Z] acd46278f723: Layer already exists [2023-04-24T20:13:47.473Z] 68914f28274e: Layer already exists [2023-04-24T20:13:47.473Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:47.473Z] 33e0ac8375d5: Pushed [2023-04-24T20:13:48.846Z] d8c26319625a: Pushed [2023-04-24T20:13:49.105Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:49.418Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:49.723Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2023-04-24T20:13:49.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-24T20:13:49.723Z] 33e0ac8375d5: Preparing [2023-04-24T20:13:49.723Z] d8c26319625a: Preparing [2023-04-24T20:13:49.723Z] cd247a38400f: Preparing [2023-04-24T20:13:49.723Z] 68914f28274e: Preparing [2023-04-24T20:13:49.723Z] acd46278f723: Preparing [2023-04-24T20:13:49.723Z] f1417ff83b31: Preparing [2023-04-24T20:13:49.723Z] f1417ff83b31: Waiting [2023-04-24T20:13:49.723Z] acd46278f723: Layer already exists [2023-04-24T20:13:49.723Z] d8c26319625a: Layer already exists [2023-04-24T20:13:49.723Z] 33e0ac8375d5: Layer already exists [2023-04-24T20:13:49.723Z] cd247a38400f: Layer already exists [2023-04-24T20:13:49.723Z] 68914f28274e: Layer already exists [2023-04-24T20:13:49.723Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:49.723Z] latest: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:50.031Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:50.338Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.137 [2023-04-24T20:13:50.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-24T20:13:50.339Z] 33e0ac8375d5: Preparing [2023-04-24T20:13:50.339Z] d8c26319625a: Preparing [2023-04-24T20:13:50.339Z] cd247a38400f: Preparing [2023-04-24T20:13:50.339Z] 68914f28274e: Preparing [2023-04-24T20:13:50.339Z] acd46278f723: Preparing [2023-04-24T20:13:50.339Z] f1417ff83b31: Preparing [2023-04-24T20:13:50.339Z] f1417ff83b31: Waiting [2023-04-24T20:13:50.339Z] acd46278f723: Layer already exists [2023-04-24T20:13:50.339Z] 68914f28274e: Layer already exists [2023-04-24T20:13:50.339Z] cd247a38400f: Layer already exists [2023-04-24T20:13:50.339Z] d8c26319625a: Layer already exists [2023-04-24T20:13:50.339Z] 33e0ac8375d5: Layer already exists [2023-04-24T20:13:50.339Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:50.339Z] 3.0.0-dev.137: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:50.648Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:50.951Z] + docker push nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:50.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-24T20:13:50.951Z] 33e0ac8375d5: Preparing [2023-04-24T20:13:50.951Z] d8c26319625a: Preparing [2023-04-24T20:13:50.951Z] cd247a38400f: Preparing [2023-04-24T20:13:50.951Z] 68914f28274e: Preparing [2023-04-24T20:13:50.951Z] acd46278f723: Preparing [2023-04-24T20:13:50.951Z] f1417ff83b31: Preparing [2023-04-24T20:13:50.951Z] f1417ff83b31: Waiting [2023-04-24T20:13:50.951Z] cd247a38400f: Layer already exists [2023-04-24T20:13:50.951Z] 68914f28274e: Layer already exists [2023-04-24T20:13:50.951Z] acd46278f723: Layer already exists [2023-04-24T20:13:50.951Z] d8c26319625a: Layer already exists [2023-04-24T20:13:50.951Z] 33e0ac8375d5: Layer already exists [2023-04-24T20:13:50.951Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:50.952Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:51.258Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:51.560Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2023-04-24T20:13:51.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2023-04-24T20:13:51.560Z] 33e0ac8375d5: Preparing [2023-04-24T20:13:51.560Z] d8c26319625a: Preparing [2023-04-24T20:13:51.560Z] cd247a38400f: Preparing [2023-04-24T20:13:51.560Z] 68914f28274e: Preparing [2023-04-24T20:13:51.560Z] acd46278f723: Preparing [2023-04-24T20:13:51.560Z] f1417ff83b31: Preparing [2023-04-24T20:13:51.560Z] f1417ff83b31: Waiting [2023-04-24T20:13:51.560Z] acd46278f723: Layer already exists [2023-04-24T20:13:51.560Z] d8c26319625a: Layer already exists [2023-04-24T20:13:51.560Z] 33e0ac8375d5: Layer already exists [2023-04-24T20:13:51.560Z] 68914f28274e: Layer already exists [2023-04-24T20:13:51.560Z] cd247a38400f: Layer already exists [2023-04-24T20:13:51.560Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:51.560Z] main: digest: sha256:0946ba0e72164795a6dcc7cc686ee841bcb95e571a6f31a70d6d83262ddd99c6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:13:51.611Z] ===================================================== [Pipeline] echo [2023-04-24T20:13:51.618Z] taggedImages: [2023-04-24T20:13:51.618Z] - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:51.618Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2023-04-24T20:13:51.618Z] - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.137 [2023-04-24T20:13:51.618Z] - nexus3.edgexfoundry.org:10004/core-data:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:51.618Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2023-04-24T20:13:51.638Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2023-04-24T20:13:51.638Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:51.638Z] latest [2023-04-24T20:13:51.638Z] 3.0.0-dev.137 [2023-04-24T20:13:51.638Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:51.638Z] main [2023-04-24T20:13:51.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:51.946Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:52.252Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:52.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-24T20:13:52.252Z] 7ef32eb7e701: Preparing [2023-04-24T20:13:52.252Z] bd197193f6cd: Preparing [2023-04-24T20:13:52.252Z] 0a1c9ef79768: Preparing [2023-04-24T20:13:52.252Z] cd247a38400f: Preparing [2023-04-24T20:13:52.252Z] 68914f28274e: Preparing [2023-04-24T20:13:52.252Z] acd46278f723: Preparing [2023-04-24T20:13:52.252Z] f1417ff83b31: Preparing [2023-04-24T20:13:52.252Z] acd46278f723: Waiting [2023-04-24T20:13:52.252Z] f1417ff83b31: Waiting [2023-04-24T20:13:52.252Z] cd247a38400f: Layer already exists [2023-04-24T20:13:52.252Z] 68914f28274e: Layer already exists [2023-04-24T20:13:52.252Z] acd46278f723: Layer already exists [2023-04-24T20:13:52.252Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:52.252Z] 7ef32eb7e701: Pushed [2023-04-24T20:13:52.252Z] bd197193f6cd: Pushed [2023-04-24T20:13:53.186Z] 0a1c9ef79768: Pushed [2023-04-24T20:13:53.444Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:53.748Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:54.054Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-04-24T20:13:54.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-24T20:13:54.054Z] 7ef32eb7e701: Preparing [2023-04-24T20:13:54.054Z] bd197193f6cd: Preparing [2023-04-24T20:13:54.054Z] 0a1c9ef79768: Preparing [2023-04-24T20:13:54.054Z] cd247a38400f: Preparing [2023-04-24T20:13:54.054Z] 68914f28274e: Preparing [2023-04-24T20:13:54.054Z] acd46278f723: Preparing [2023-04-24T20:13:54.054Z] f1417ff83b31: Preparing [2023-04-24T20:13:54.054Z] acd46278f723: Waiting [2023-04-24T20:13:54.054Z] f1417ff83b31: Waiting [2023-04-24T20:13:54.054Z] 68914f28274e: Layer already exists [2023-04-24T20:13:54.054Z] bd197193f6cd: Layer already exists [2023-04-24T20:13:54.054Z] 7ef32eb7e701: Layer already exists [2023-04-24T20:13:54.054Z] cd247a38400f: Layer already exists [2023-04-24T20:13:54.054Z] 0a1c9ef79768: Layer already exists [2023-04-24T20:13:54.054Z] acd46278f723: Layer already exists [2023-04-24T20:13:54.054Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:54.054Z] latest: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:54.356Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:54.656Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.137 [2023-04-24T20:13:54.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-24T20:13:54.656Z] 7ef32eb7e701: Preparing [2023-04-24T20:13:54.656Z] bd197193f6cd: Preparing [2023-04-24T20:13:54.656Z] 0a1c9ef79768: Preparing [2023-04-24T20:13:54.656Z] cd247a38400f: Preparing [2023-04-24T20:13:54.656Z] 68914f28274e: Preparing [2023-04-24T20:13:54.656Z] acd46278f723: Preparing [2023-04-24T20:13:54.656Z] f1417ff83b31: Preparing [2023-04-24T20:13:54.656Z] acd46278f723: Waiting [2023-04-24T20:13:54.656Z] f1417ff83b31: Waiting [2023-04-24T20:13:54.656Z] cd247a38400f: Layer already exists [2023-04-24T20:13:54.656Z] 7ef32eb7e701: Layer already exists [2023-04-24T20:13:54.656Z] 0a1c9ef79768: Layer already exists [2023-04-24T20:13:54.656Z] 68914f28274e: Layer already exists [2023-04-24T20:13:54.656Z] bd197193f6cd: Layer already exists [2023-04-24T20:13:54.656Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:54.656Z] acd46278f723: Layer already exists [2023-04-24T20:13:54.656Z] 3.0.0-dev.137: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:54.964Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:55.263Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:55.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-24T20:13:55.263Z] 7ef32eb7e701: Preparing [2023-04-24T20:13:55.263Z] bd197193f6cd: Preparing [2023-04-24T20:13:55.263Z] 0a1c9ef79768: Preparing [2023-04-24T20:13:55.263Z] cd247a38400f: Preparing [2023-04-24T20:13:55.263Z] 68914f28274e: Preparing [2023-04-24T20:13:55.263Z] acd46278f723: Preparing [2023-04-24T20:13:55.263Z] f1417ff83b31: Preparing [2023-04-24T20:13:55.263Z] acd46278f723: Waiting [2023-04-24T20:13:55.263Z] f1417ff83b31: Waiting [2023-04-24T20:13:55.263Z] 0a1c9ef79768: Layer already exists [2023-04-24T20:13:55.263Z] bd197193f6cd: Layer already exists [2023-04-24T20:13:55.263Z] 7ef32eb7e701: Layer already exists [2023-04-24T20:13:55.263Z] 68914f28274e: Layer already exists [2023-04-24T20:13:55.263Z] cd247a38400f: Layer already exists [2023-04-24T20:13:55.263Z] acd46278f723: Layer already exists [2023-04-24T20:13:55.263Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:55.263Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:55.579Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:55.887Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2023-04-24T20:13:55.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2023-04-24T20:13:55.888Z] 7ef32eb7e701: Preparing [2023-04-24T20:13:55.888Z] bd197193f6cd: Preparing [2023-04-24T20:13:55.888Z] 0a1c9ef79768: Preparing [2023-04-24T20:13:55.888Z] cd247a38400f: Preparing [2023-04-24T20:13:55.888Z] 68914f28274e: Preparing [2023-04-24T20:13:55.888Z] acd46278f723: Preparing [2023-04-24T20:13:55.888Z] f1417ff83b31: Preparing [2023-04-24T20:13:55.888Z] acd46278f723: Waiting [2023-04-24T20:13:55.888Z] f1417ff83b31: Waiting [2023-04-24T20:13:55.888Z] bd197193f6cd: Layer already exists [2023-04-24T20:13:55.888Z] cd247a38400f: Layer already exists [2023-04-24T20:13:55.888Z] 68914f28274e: Layer already exists [2023-04-24T20:13:55.888Z] 7ef32eb7e701: Layer already exists [2023-04-24T20:13:55.888Z] 0a1c9ef79768: Layer already exists [2023-04-24T20:13:55.888Z] acd46278f723: Layer already exists [2023-04-24T20:13:55.888Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:55.888Z] main: digest: sha256:0ecb3ab83d913dde85f58be60f7d87c85c1359c7a965b1e98099edaca25c680f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:13:55.927Z] ===================================================== [Pipeline] echo [2023-04-24T20:13:55.933Z] taggedImages: [2023-04-24T20:13:55.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:55.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2023-04-24T20:13:55.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.137 [2023-04-24T20:13:55.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:55.933Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2023-04-24T20:13:55.948Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2023-04-24T20:13:55.948Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:55.948Z] latest [2023-04-24T20:13:55.948Z] 3.0.0-dev.137 [2023-04-24T20:13:55.948Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:13:55.948Z] main [2023-04-24T20:13:55.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:56.250Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:56.564Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:13:56.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-24T20:13:56.564Z] e78559ba2c0a: Preparing [2023-04-24T20:13:56.564Z] e78559ba2c0a: Preparing [2023-04-24T20:13:56.564Z] 38bc2d7e1055: Preparing [2023-04-24T20:13:56.564Z] b6ab7da57129: Preparing [2023-04-24T20:13:56.564Z] 39a341632f89: Preparing [2023-04-24T20:13:56.564Z] d11caa10be17: Preparing [2023-04-24T20:13:56.564Z] 7d657d5e97f9: Preparing [2023-04-24T20:13:56.564Z] cd247a38400f: Preparing [2023-04-24T20:13:56.564Z] 68914f28274e: Preparing [2023-04-24T20:13:56.564Z] 4fb8bb615436: Preparing [2023-04-24T20:13:56.564Z] ea48d8c81aac: Preparing [2023-04-24T20:13:56.564Z] ba7b7085bf93: Preparing [2023-04-24T20:13:56.564Z] db0e99dc5c3b: Preparing [2023-04-24T20:13:56.564Z] f1417ff83b31: Preparing [2023-04-24T20:13:56.564Z] 68914f28274e: Waiting [2023-04-24T20:13:56.564Z] ea48d8c81aac: Waiting [2023-04-24T20:13:56.564Z] db0e99dc5c3b: Waiting [2023-04-24T20:13:56.564Z] f1417ff83b31: Waiting [2023-04-24T20:13:56.564Z] 4fb8bb615436: Waiting [2023-04-24T20:13:56.564Z] 7d657d5e97f9: Waiting [2023-04-24T20:13:56.564Z] cd247a38400f: Waiting [2023-04-24T20:13:56.564Z] d11caa10be17: Pushed [2023-04-24T20:13:56.564Z] e78559ba2c0a: Pushed [2023-04-24T20:13:56.564Z] 38bc2d7e1055: Pushed [2023-04-24T20:13:56.564Z] b6ab7da57129: Pushed [2023-04-24T20:13:56.564Z] 39a341632f89: Pushed [2023-04-24T20:13:56.564Z] cd247a38400f: Layer already exists [2023-04-24T20:13:56.564Z] 68914f28274e: Layer already exists [2023-04-24T20:13:56.823Z] 4fb8bb615436: Pushed [2023-04-24T20:13:56.823Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:56.823Z] ea48d8c81aac: Pushed [2023-04-24T20:13:56.823Z] ba7b7085bf93: Pushed [2023-04-24T20:13:56.823Z] db0e99dc5c3b: Pushed [2023-04-24T20:13:58.195Z] 7d657d5e97f9: Pushed [2023-04-24T20:13:58.454Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:58.775Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:59.092Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-04-24T20:13:59.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-24T20:13:59.092Z] e78559ba2c0a: Preparing [2023-04-24T20:13:59.092Z] e78559ba2c0a: Preparing [2023-04-24T20:13:59.092Z] 38bc2d7e1055: Preparing [2023-04-24T20:13:59.092Z] b6ab7da57129: Preparing [2023-04-24T20:13:59.092Z] 39a341632f89: Preparing [2023-04-24T20:13:59.092Z] d11caa10be17: Preparing [2023-04-24T20:13:59.092Z] 7d657d5e97f9: Preparing [2023-04-24T20:13:59.092Z] cd247a38400f: Preparing [2023-04-24T20:13:59.092Z] 68914f28274e: Preparing [2023-04-24T20:13:59.092Z] 4fb8bb615436: Preparing [2023-04-24T20:13:59.092Z] ea48d8c81aac: Preparing [2023-04-24T20:13:59.092Z] ba7b7085bf93: Preparing [2023-04-24T20:13:59.092Z] db0e99dc5c3b: Preparing [2023-04-24T20:13:59.092Z] f1417ff83b31: Preparing [2023-04-24T20:13:59.092Z] ea48d8c81aac: Waiting [2023-04-24T20:13:59.092Z] ba7b7085bf93: Waiting [2023-04-24T20:13:59.092Z] f1417ff83b31: Waiting [2023-04-24T20:13:59.092Z] 7d657d5e97f9: Waiting [2023-04-24T20:13:59.092Z] db0e99dc5c3b: Waiting [2023-04-24T20:13:59.092Z] cd247a38400f: Waiting [2023-04-24T20:13:59.092Z] 68914f28274e: Waiting [2023-04-24T20:13:59.092Z] 4fb8bb615436: Waiting [2023-04-24T20:13:59.092Z] 39a341632f89: Layer already exists [2023-04-24T20:13:59.092Z] 38bc2d7e1055: Layer already exists [2023-04-24T20:13:59.092Z] d11caa10be17: Layer already exists [2023-04-24T20:13:59.092Z] b6ab7da57129: Layer already exists [2023-04-24T20:13:59.092Z] e78559ba2c0a: Layer already exists [2023-04-24T20:13:59.092Z] cd247a38400f: Layer already exists [2023-04-24T20:13:59.092Z] 7d657d5e97f9: Layer already exists [2023-04-24T20:13:59.092Z] 68914f28274e: Layer already exists [2023-04-24T20:13:59.092Z] 4fb8bb615436: Layer already exists [2023-04-24T20:13:59.092Z] ea48d8c81aac: Layer already exists [2023-04-24T20:13:59.092Z] db0e99dc5c3b: Layer already exists [2023-04-24T20:13:59.092Z] ba7b7085bf93: Layer already exists [2023-04-24T20:13:59.092Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:59.092Z] latest: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:59.415Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:13:59.721Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.137 [2023-04-24T20:13:59.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-24T20:13:59.721Z] e78559ba2c0a: Preparing [2023-04-24T20:13:59.721Z] e78559ba2c0a: Preparing [2023-04-24T20:13:59.721Z] 38bc2d7e1055: Preparing [2023-04-24T20:13:59.721Z] b6ab7da57129: Preparing [2023-04-24T20:13:59.721Z] 39a341632f89: Preparing [2023-04-24T20:13:59.721Z] d11caa10be17: Preparing [2023-04-24T20:13:59.721Z] 7d657d5e97f9: Preparing [2023-04-24T20:13:59.721Z] cd247a38400f: Preparing [2023-04-24T20:13:59.721Z] 68914f28274e: Preparing [2023-04-24T20:13:59.721Z] 4fb8bb615436: Preparing [2023-04-24T20:13:59.721Z] ea48d8c81aac: Preparing [2023-04-24T20:13:59.721Z] ba7b7085bf93: Preparing [2023-04-24T20:13:59.721Z] db0e99dc5c3b: Preparing [2023-04-24T20:13:59.721Z] f1417ff83b31: Preparing [2023-04-24T20:13:59.721Z] ea48d8c81aac: Waiting [2023-04-24T20:13:59.721Z] 4fb8bb615436: Waiting [2023-04-24T20:13:59.721Z] ba7b7085bf93: Waiting [2023-04-24T20:13:59.721Z] cd247a38400f: Waiting [2023-04-24T20:13:59.721Z] 68914f28274e: Waiting [2023-04-24T20:13:59.721Z] f1417ff83b31: Waiting [2023-04-24T20:13:59.721Z] 7d657d5e97f9: Waiting [2023-04-24T20:13:59.721Z] e78559ba2c0a: Layer already exists [2023-04-24T20:13:59.721Z] 38bc2d7e1055: Layer already exists [2023-04-24T20:13:59.721Z] 39a341632f89: Layer already exists [2023-04-24T20:13:59.721Z] b6ab7da57129: Layer already exists [2023-04-24T20:13:59.721Z] d11caa10be17: Layer already exists [2023-04-24T20:13:59.721Z] 7d657d5e97f9: Layer already exists [2023-04-24T20:13:59.722Z] cd247a38400f: Layer already exists [2023-04-24T20:13:59.722Z] ea48d8c81aac: Layer already exists [2023-04-24T20:13:59.722Z] 4fb8bb615436: Layer already exists [2023-04-24T20:13:59.722Z] 68914f28274e: Layer already exists [2023-04-24T20:13:59.722Z] db0e99dc5c3b: Layer already exists [2023-04-24T20:13:59.722Z] ba7b7085bf93: Layer already exists [2023-04-24T20:13:59.722Z] f1417ff83b31: Layer already exists [2023-04-24T20:13:59.722Z] 3.0.0-dev.137: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:00.034Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:00.337Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:00.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-24T20:14:00.338Z] e78559ba2c0a: Preparing [2023-04-24T20:14:00.338Z] e78559ba2c0a: Preparing [2023-04-24T20:14:00.338Z] 38bc2d7e1055: Preparing [2023-04-24T20:14:00.338Z] b6ab7da57129: Preparing [2023-04-24T20:14:00.338Z] 39a341632f89: Preparing [2023-04-24T20:14:00.338Z] d11caa10be17: Preparing [2023-04-24T20:14:00.338Z] 7d657d5e97f9: Preparing [2023-04-24T20:14:00.338Z] cd247a38400f: Preparing [2023-04-24T20:14:00.338Z] 68914f28274e: Preparing [2023-04-24T20:14:00.338Z] 4fb8bb615436: Preparing [2023-04-24T20:14:00.338Z] ea48d8c81aac: Preparing [2023-04-24T20:14:00.338Z] ba7b7085bf93: Preparing [2023-04-24T20:14:00.338Z] db0e99dc5c3b: Preparing [2023-04-24T20:14:00.338Z] f1417ff83b31: Preparing [2023-04-24T20:14:00.338Z] 7d657d5e97f9: Waiting [2023-04-24T20:14:00.338Z] ba7b7085bf93: Waiting [2023-04-24T20:14:00.338Z] cd247a38400f: Waiting [2023-04-24T20:14:00.338Z] 68914f28274e: Waiting [2023-04-24T20:14:00.338Z] db0e99dc5c3b: Waiting [2023-04-24T20:14:00.338Z] 4fb8bb615436: Waiting [2023-04-24T20:14:00.338Z] f1417ff83b31: Waiting [2023-04-24T20:14:00.338Z] ea48d8c81aac: Waiting [2023-04-24T20:14:00.338Z] 39a341632f89: Layer already exists [2023-04-24T20:14:00.338Z] b6ab7da57129: Layer already exists [2023-04-24T20:14:00.338Z] 38bc2d7e1055: Layer already exists [2023-04-24T20:14:00.338Z] d11caa10be17: Layer already exists [2023-04-24T20:14:00.338Z] e78559ba2c0a: Layer already exists [2023-04-24T20:14:00.338Z] cd247a38400f: Layer already exists [2023-04-24T20:14:00.338Z] ea48d8c81aac: Layer already exists [2023-04-24T20:14:00.338Z] 4fb8bb615436: Layer already exists [2023-04-24T20:14:00.338Z] 7d657d5e97f9: Layer already exists [2023-04-24T20:14:00.338Z] 68914f28274e: Layer already exists [2023-04-24T20:14:00.338Z] ba7b7085bf93: Layer already exists [2023-04-24T20:14:00.338Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:00.338Z] db0e99dc5c3b: Layer already exists [2023-04-24T20:14:00.338Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:00.655Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:00.973Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2023-04-24T20:14:00.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2023-04-24T20:14:00.973Z] e78559ba2c0a: Preparing [2023-04-24T20:14:00.973Z] e78559ba2c0a: Preparing [2023-04-24T20:14:00.973Z] 38bc2d7e1055: Preparing [2023-04-24T20:14:00.973Z] b6ab7da57129: Preparing [2023-04-24T20:14:00.973Z] 39a341632f89: Preparing [2023-04-24T20:14:00.973Z] d11caa10be17: Preparing [2023-04-24T20:14:00.973Z] 7d657d5e97f9: Preparing [2023-04-24T20:14:00.973Z] cd247a38400f: Preparing [2023-04-24T20:14:00.973Z] 68914f28274e: Preparing [2023-04-24T20:14:00.973Z] 4fb8bb615436: Preparing [2023-04-24T20:14:00.973Z] ea48d8c81aac: Preparing [2023-04-24T20:14:00.973Z] ba7b7085bf93: Preparing [2023-04-24T20:14:00.973Z] db0e99dc5c3b: Preparing [2023-04-24T20:14:00.973Z] f1417ff83b31: Preparing [2023-04-24T20:14:00.973Z] 68914f28274e: Waiting [2023-04-24T20:14:00.973Z] db0e99dc5c3b: Waiting [2023-04-24T20:14:00.973Z] 4fb8bb615436: Waiting [2023-04-24T20:14:00.973Z] ea48d8c81aac: Waiting [2023-04-24T20:14:00.973Z] f1417ff83b31: Waiting [2023-04-24T20:14:00.973Z] 7d657d5e97f9: Waiting [2023-04-24T20:14:00.973Z] ba7b7085bf93: Waiting [2023-04-24T20:14:00.973Z] cd247a38400f: Waiting [2023-04-24T20:14:00.973Z] d11caa10be17: Layer already exists [2023-04-24T20:14:00.973Z] b6ab7da57129: Layer already exists [2023-04-24T20:14:00.973Z] 38bc2d7e1055: Layer already exists [2023-04-24T20:14:00.973Z] e78559ba2c0a: Layer already exists [2023-04-24T20:14:00.973Z] 39a341632f89: Layer already exists [2023-04-24T20:14:00.973Z] ea48d8c81aac: Layer already exists [2023-04-24T20:14:00.973Z] 7d657d5e97f9: Layer already exists [2023-04-24T20:14:00.973Z] 68914f28274e: Layer already exists [2023-04-24T20:14:00.973Z] cd247a38400f: Layer already exists [2023-04-24T20:14:00.973Z] 4fb8bb615436: Layer already exists [2023-04-24T20:14:00.973Z] ba7b7085bf93: Layer already exists [2023-04-24T20:14:00.973Z] db0e99dc5c3b: Layer already exists [2023-04-24T20:14:00.973Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:00.973Z] main: digest: sha256:fad29b08458a00a6ab1f0499217954047ed73dd24d22747df60991d470432dd7 size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:01.012Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:01.018Z] taggedImages: [2023-04-24T20:14:01.018Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:01.018Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2023-04-24T20:14:01.018Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.137 [2023-04-24T20:14:01.018Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:01.018Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2023-04-24T20:14:01.032Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2023-04-24T20:14:01.032Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:01.032Z] latest [2023-04-24T20:14:01.032Z] 3.0.0-dev.137 [2023-04-24T20:14:01.032Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:01.032Z] main [2023-04-24T20:14:01.032Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:01.335Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:01.642Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:01.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-24T20:14:01.642Z] ea2b83ac20dc: Preparing [2023-04-24T20:14:01.642Z] a12db9c65376: Preparing [2023-04-24T20:14:01.642Z] 83f91db235fd: Preparing [2023-04-24T20:14:01.642Z] 5845446c3ed3: Preparing [2023-04-24T20:14:01.642Z] cd247a38400f: Preparing [2023-04-24T20:14:01.642Z] 68914f28274e: Preparing [2023-04-24T20:14:01.642Z] acd46278f723: Preparing [2023-04-24T20:14:01.642Z] f1417ff83b31: Preparing [2023-04-24T20:14:01.642Z] acd46278f723: Waiting [2023-04-24T20:14:01.642Z] 68914f28274e: Waiting [2023-04-24T20:14:01.642Z] f1417ff83b31: Waiting [2023-04-24T20:14:01.642Z] cd247a38400f: Layer already exists [2023-04-24T20:14:01.642Z] 68914f28274e: Layer already exists [2023-04-24T20:14:01.642Z] acd46278f723: Layer already exists [2023-04-24T20:14:01.642Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:01.642Z] ea2b83ac20dc: Pushed [2023-04-24T20:14:01.642Z] a12db9c65376: Pushed [2023-04-24T20:14:01.642Z] 83f91db235fd: Pushed [2023-04-24T20:14:03.014Z] 5845446c3ed3: Pushed [2023-04-24T20:14:03.014Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:03.337Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:03.652Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-04-24T20:14:03.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-24T20:14:03.652Z] ea2b83ac20dc: Preparing [2023-04-24T20:14:03.652Z] a12db9c65376: Preparing [2023-04-24T20:14:03.652Z] 83f91db235fd: Preparing [2023-04-24T20:14:03.652Z] 5845446c3ed3: Preparing [2023-04-24T20:14:03.652Z] cd247a38400f: Preparing [2023-04-24T20:14:03.652Z] 68914f28274e: Preparing [2023-04-24T20:14:03.652Z] acd46278f723: Preparing [2023-04-24T20:14:03.652Z] f1417ff83b31: Preparing [2023-04-24T20:14:03.652Z] 68914f28274e: Waiting [2023-04-24T20:14:03.652Z] acd46278f723: Waiting [2023-04-24T20:14:03.652Z] f1417ff83b31: Waiting [2023-04-24T20:14:03.652Z] 83f91db235fd: Layer already exists [2023-04-24T20:14:03.652Z] ea2b83ac20dc: Layer already exists [2023-04-24T20:14:03.652Z] cd247a38400f: Layer already exists [2023-04-24T20:14:03.652Z] a12db9c65376: Layer already exists [2023-04-24T20:14:03.652Z] 5845446c3ed3: Layer already exists [2023-04-24T20:14:03.652Z] 68914f28274e: Layer already exists [2023-04-24T20:14:03.652Z] acd46278f723: Layer already exists [2023-04-24T20:14:03.652Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:03.652Z] latest: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:03.961Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:04.268Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.137 [2023-04-24T20:14:04.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-24T20:14:04.268Z] ea2b83ac20dc: Preparing [2023-04-24T20:14:04.268Z] a12db9c65376: Preparing [2023-04-24T20:14:04.268Z] 83f91db235fd: Preparing [2023-04-24T20:14:04.268Z] 5845446c3ed3: Preparing [2023-04-24T20:14:04.268Z] cd247a38400f: Preparing [2023-04-24T20:14:04.268Z] 68914f28274e: Preparing [2023-04-24T20:14:04.268Z] acd46278f723: Preparing [2023-04-24T20:14:04.268Z] f1417ff83b31: Preparing [2023-04-24T20:14:04.268Z] 68914f28274e: Waiting [2023-04-24T20:14:04.268Z] f1417ff83b31: Waiting [2023-04-24T20:14:04.268Z] acd46278f723: Waiting [2023-04-24T20:14:04.268Z] ea2b83ac20dc: Layer already exists [2023-04-24T20:14:04.268Z] cd247a38400f: Layer already exists [2023-04-24T20:14:04.268Z] a12db9c65376: Layer already exists [2023-04-24T20:14:04.268Z] 83f91db235fd: Layer already exists [2023-04-24T20:14:04.268Z] 5845446c3ed3: Layer already exists [2023-04-24T20:14:04.268Z] 68914f28274e: Layer already exists [2023-04-24T20:14:04.268Z] acd46278f723: Layer already exists [2023-04-24T20:14:04.268Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:04.268Z] 3.0.0-dev.137: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:04.584Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:04.909Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:04.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-24T20:14:04.909Z] ea2b83ac20dc: Preparing [2023-04-24T20:14:04.909Z] a12db9c65376: Preparing [2023-04-24T20:14:04.909Z] 83f91db235fd: Preparing [2023-04-24T20:14:04.909Z] 5845446c3ed3: Preparing [2023-04-24T20:14:04.909Z] cd247a38400f: Preparing [2023-04-24T20:14:04.909Z] 68914f28274e: Preparing [2023-04-24T20:14:04.909Z] acd46278f723: Preparing [2023-04-24T20:14:04.909Z] f1417ff83b31: Preparing [2023-04-24T20:14:04.909Z] 68914f28274e: Waiting [2023-04-24T20:14:04.909Z] acd46278f723: Waiting [2023-04-24T20:14:04.909Z] f1417ff83b31: Waiting [2023-04-24T20:14:04.909Z] cd247a38400f: Layer already exists [2023-04-24T20:14:04.909Z] 83f91db235fd: Layer already exists [2023-04-24T20:14:04.909Z] ea2b83ac20dc: Layer already exists [2023-04-24T20:14:04.909Z] 5845446c3ed3: Layer already exists [2023-04-24T20:14:04.909Z] a12db9c65376: Layer already exists [2023-04-24T20:14:04.909Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:04.909Z] acd46278f723: Layer already exists [2023-04-24T20:14:04.909Z] 68914f28274e: Layer already exists [2023-04-24T20:14:04.909Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:05.217Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:05.520Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2023-04-24T20:14:05.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2023-04-24T20:14:05.520Z] ea2b83ac20dc: Preparing [2023-04-24T20:14:05.520Z] a12db9c65376: Preparing [2023-04-24T20:14:05.520Z] 83f91db235fd: Preparing [2023-04-24T20:14:05.520Z] 5845446c3ed3: Preparing [2023-04-24T20:14:05.520Z] cd247a38400f: Preparing [2023-04-24T20:14:05.520Z] 68914f28274e: Preparing [2023-04-24T20:14:05.520Z] acd46278f723: Preparing [2023-04-24T20:14:05.520Z] f1417ff83b31: Preparing [2023-04-24T20:14:05.520Z] 68914f28274e: Waiting [2023-04-24T20:14:05.520Z] f1417ff83b31: Waiting [2023-04-24T20:14:05.520Z] acd46278f723: Waiting [2023-04-24T20:14:05.520Z] ea2b83ac20dc: Layer already exists [2023-04-24T20:14:05.520Z] a12db9c65376: Layer already exists [2023-04-24T20:14:05.520Z] 83f91db235fd: Layer already exists [2023-04-24T20:14:05.520Z] cd247a38400f: Layer already exists [2023-04-24T20:14:05.520Z] 5845446c3ed3: Layer already exists [2023-04-24T20:14:05.520Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:05.520Z] 68914f28274e: Layer already exists [2023-04-24T20:14:05.520Z] acd46278f723: Layer already exists [2023-04-24T20:14:05.520Z] main: digest: sha256:03b1d154409d38c5b804ad5c824883577dde35d19e9986b7af5df957a8a68961 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:05.559Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:05.564Z] taggedImages: [2023-04-24T20:14:05.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:05.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2023-04-24T20:14:05.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.137 [2023-04-24T20:14:05.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:05.564Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2023-04-24T20:14:05.578Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2023-04-24T20:14:05.578Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:05.578Z] latest [2023-04-24T20:14:05.578Z] 3.0.0-dev.137 [2023-04-24T20:14:05.578Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:05.578Z] main [2023-04-24T20:14:05.578Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:05.894Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:06.210Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:06.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-24T20:14:06.210Z] f11aa4095a07: Preparing [2023-04-24T20:14:06.210Z] 3a0dfa9bec68: Preparing [2023-04-24T20:14:06.210Z] 426a4f22c8cd: Preparing [2023-04-24T20:14:06.210Z] c1a07bf94060: Preparing [2023-04-24T20:14:06.210Z] cd247a38400f: Preparing [2023-04-24T20:14:06.210Z] 68914f28274e: Preparing [2023-04-24T20:14:06.210Z] 88e08b3b2d5b: Preparing [2023-04-24T20:14:06.210Z] 7223705c6b1c: Preparing [2023-04-24T20:14:06.210Z] f1417ff83b31: Preparing [2023-04-24T20:14:06.210Z] 68914f28274e: Waiting [2023-04-24T20:14:06.210Z] 7223705c6b1c: Waiting [2023-04-24T20:14:06.210Z] f1417ff83b31: Waiting [2023-04-24T20:14:06.210Z] 88e08b3b2d5b: Waiting [2023-04-24T20:14:06.210Z] cd247a38400f: Layer already exists [2023-04-24T20:14:06.210Z] 68914f28274e: Layer already exists [2023-04-24T20:14:06.210Z] f11aa4095a07: Pushed [2023-04-24T20:14:06.210Z] c1a07bf94060: Pushed [2023-04-24T20:14:06.210Z] 88e08b3b2d5b: Pushed [2023-04-24T20:14:06.210Z] 3a0dfa9bec68: Pushed [2023-04-24T20:14:06.210Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:06.467Z] 7223705c6b1c: Pushed [2023-04-24T20:14:07.403Z] 426a4f22c8cd: Pushed [2023-04-24T20:14:07.403Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:07.715Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:08.023Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-04-24T20:14:08.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-24T20:14:08.023Z] f11aa4095a07: Preparing [2023-04-24T20:14:08.023Z] 3a0dfa9bec68: Preparing [2023-04-24T20:14:08.023Z] 426a4f22c8cd: Preparing [2023-04-24T20:14:08.023Z] c1a07bf94060: Preparing [2023-04-24T20:14:08.023Z] cd247a38400f: Preparing [2023-04-24T20:14:08.023Z] 68914f28274e: Preparing [2023-04-24T20:14:08.023Z] 88e08b3b2d5b: Preparing [2023-04-24T20:14:08.023Z] 7223705c6b1c: Preparing [2023-04-24T20:14:08.023Z] f1417ff83b31: Preparing [2023-04-24T20:14:08.023Z] 88e08b3b2d5b: Waiting [2023-04-24T20:14:08.023Z] 7223705c6b1c: Waiting [2023-04-24T20:14:08.023Z] f1417ff83b31: Waiting [2023-04-24T20:14:08.023Z] 68914f28274e: Waiting [2023-04-24T20:14:08.023Z] 426a4f22c8cd: Layer already exists [2023-04-24T20:14:08.023Z] cd247a38400f: Layer already exists [2023-04-24T20:14:08.023Z] 3a0dfa9bec68: Layer already exists [2023-04-24T20:14:08.023Z] f11aa4095a07: Layer already exists [2023-04-24T20:14:08.023Z] c1a07bf94060: Layer already exists [2023-04-24T20:14:08.023Z] 68914f28274e: Layer already exists [2023-04-24T20:14:08.023Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:08.023Z] 88e08b3b2d5b: Layer already exists [2023-04-24T20:14:08.023Z] 7223705c6b1c: Layer already exists [2023-04-24T20:14:08.023Z] latest: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:08.327Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:08.630Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.137 [2023-04-24T20:14:08.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-24T20:14:08.630Z] f11aa4095a07: Preparing [2023-04-24T20:14:08.630Z] 3a0dfa9bec68: Preparing [2023-04-24T20:14:08.630Z] 426a4f22c8cd: Preparing [2023-04-24T20:14:08.630Z] c1a07bf94060: Preparing [2023-04-24T20:14:08.630Z] cd247a38400f: Preparing [2023-04-24T20:14:08.630Z] 68914f28274e: Preparing [2023-04-24T20:14:08.630Z] 88e08b3b2d5b: Preparing [2023-04-24T20:14:08.630Z] 7223705c6b1c: Preparing [2023-04-24T20:14:08.630Z] f1417ff83b31: Preparing [2023-04-24T20:14:08.630Z] 68914f28274e: Waiting [2023-04-24T20:14:08.630Z] 7223705c6b1c: Waiting [2023-04-24T20:14:08.630Z] 88e08b3b2d5b: Waiting [2023-04-24T20:14:08.630Z] 426a4f22c8cd: Layer already exists [2023-04-24T20:14:08.630Z] cd247a38400f: Layer already exists [2023-04-24T20:14:08.630Z] 3a0dfa9bec68: Layer already exists [2023-04-24T20:14:08.630Z] f11aa4095a07: Layer already exists [2023-04-24T20:14:08.630Z] c1a07bf94060: Layer already exists [2023-04-24T20:14:08.630Z] 68914f28274e: Layer already exists [2023-04-24T20:14:08.630Z] 88e08b3b2d5b: Layer already exists [2023-04-24T20:14:08.630Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:08.630Z] 7223705c6b1c: Layer already exists [2023-04-24T20:14:08.630Z] 3.0.0-dev.137: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:08.943Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:09.243Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:09.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-24T20:14:09.244Z] f11aa4095a07: Preparing [2023-04-24T20:14:09.244Z] 3a0dfa9bec68: Preparing [2023-04-24T20:14:09.244Z] 426a4f22c8cd: Preparing [2023-04-24T20:14:09.244Z] c1a07bf94060: Preparing [2023-04-24T20:14:09.244Z] cd247a38400f: Preparing [2023-04-24T20:14:09.244Z] 68914f28274e: Preparing [2023-04-24T20:14:09.244Z] 88e08b3b2d5b: Preparing [2023-04-24T20:14:09.244Z] 7223705c6b1c: Preparing [2023-04-24T20:14:09.244Z] 68914f28274e: Waiting [2023-04-24T20:14:09.244Z] 7223705c6b1c: Waiting [2023-04-24T20:14:09.244Z] f1417ff83b31: Preparing [2023-04-24T20:14:09.244Z] f1417ff83b31: Waiting [2023-04-24T20:14:09.244Z] cd247a38400f: Layer already exists [2023-04-24T20:14:09.244Z] 3a0dfa9bec68: Layer already exists [2023-04-24T20:14:09.244Z] c1a07bf94060: Layer already exists [2023-04-24T20:14:09.244Z] f11aa4095a07: Layer already exists [2023-04-24T20:14:09.244Z] 426a4f22c8cd: Layer already exists [2023-04-24T20:14:09.244Z] 7223705c6b1c: Layer already exists [2023-04-24T20:14:09.244Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:09.244Z] 88e08b3b2d5b: Layer already exists [2023-04-24T20:14:09.244Z] 68914f28274e: Layer already exists [2023-04-24T20:14:09.244Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:09.548Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:09.849Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2023-04-24T20:14:09.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2023-04-24T20:14:09.849Z] f11aa4095a07: Preparing [2023-04-24T20:14:09.849Z] 3a0dfa9bec68: Preparing [2023-04-24T20:14:09.849Z] 426a4f22c8cd: Preparing [2023-04-24T20:14:09.849Z] c1a07bf94060: Preparing [2023-04-24T20:14:09.849Z] cd247a38400f: Preparing [2023-04-24T20:14:09.849Z] 68914f28274e: Preparing [2023-04-24T20:14:09.849Z] 88e08b3b2d5b: Preparing [2023-04-24T20:14:09.849Z] 7223705c6b1c: Preparing [2023-04-24T20:14:09.849Z] f1417ff83b31: Preparing [2023-04-24T20:14:09.849Z] 68914f28274e: Waiting [2023-04-24T20:14:09.849Z] 88e08b3b2d5b: Waiting [2023-04-24T20:14:09.849Z] 7223705c6b1c: Waiting [2023-04-24T20:14:09.849Z] f1417ff83b31: Waiting [2023-04-24T20:14:09.849Z] cd247a38400f: Layer already exists [2023-04-24T20:14:09.849Z] f11aa4095a07: Layer already exists [2023-04-24T20:14:09.849Z] 426a4f22c8cd: Layer already exists [2023-04-24T20:14:09.849Z] c1a07bf94060: Layer already exists [2023-04-24T20:14:09.849Z] 3a0dfa9bec68: Layer already exists [2023-04-24T20:14:09.849Z] 7223705c6b1c: Layer already exists [2023-04-24T20:14:09.849Z] 88e08b3b2d5b: Layer already exists [2023-04-24T20:14:09.849Z] 68914f28274e: Layer already exists [2023-04-24T20:14:09.849Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:09.849Z] main: digest: sha256:023952991fac3238e48a64573f66d6deb7dbd91b8984dc46af4c2a5aae7ad9b2 size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:09.886Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:09.892Z] taggedImages: [2023-04-24T20:14:09.892Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:09.892Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2023-04-24T20:14:09.892Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.137 [2023-04-24T20:14:09.892Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:09.892Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2023-04-24T20:14:09.915Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2023-04-24T20:14:09.915Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:09.915Z] latest [2023-04-24T20:14:09.915Z] 3.0.0-dev.137 [2023-04-24T20:14:09.915Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:09.915Z] main [2023-04-24T20:14:09.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:10.249Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:10.549Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:10.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-24T20:14:10.549Z] 827102f63a41: Preparing [2023-04-24T20:14:10.549Z] 11c96ea48f43: Preparing [2023-04-24T20:14:10.549Z] 5d3fc6f96a11: Preparing [2023-04-24T20:14:10.549Z] 05b63b18d890: Preparing [2023-04-24T20:14:10.549Z] 1b8d65051a28: Preparing [2023-04-24T20:14:10.549Z] 3be60c6f8545: Preparing [2023-04-24T20:14:10.549Z] 27ad749984f6: Preparing [2023-04-24T20:14:10.549Z] cd247a38400f: Preparing [2023-04-24T20:14:10.549Z] 68914f28274e: Preparing [2023-04-24T20:14:10.549Z] 7a924acb97df: Preparing [2023-04-24T20:14:10.549Z] f1417ff83b31: Preparing [2023-04-24T20:14:10.549Z] 7a924acb97df: Waiting [2023-04-24T20:14:10.549Z] 27ad749984f6: Waiting [2023-04-24T20:14:10.549Z] cd247a38400f: Waiting [2023-04-24T20:14:10.549Z] 68914f28274e: Waiting [2023-04-24T20:14:10.549Z] 3be60c6f8545: Waiting [2023-04-24T20:14:10.549Z] f1417ff83b31: Waiting [2023-04-24T20:14:10.549Z] 1b8d65051a28: Pushed [2023-04-24T20:14:10.549Z] 827102f63a41: Pushed [2023-04-24T20:14:10.549Z] 11c96ea48f43: Pushed [2023-04-24T20:14:10.549Z] cd247a38400f: Layer already exists [2023-04-24T20:14:10.807Z] 68914f28274e: Layer already exists [2023-04-24T20:14:10.807Z] 3be60c6f8545: Pushed [2023-04-24T20:14:10.807Z] 27ad749984f6: Pushed [2023-04-24T20:14:10.807Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:10.807Z] 7a924acb97df: Pushed [2023-04-24T20:14:11.740Z] 05b63b18d890: Pushed [2023-04-24T20:14:11.998Z] 5d3fc6f96a11: Pushed [2023-04-24T20:14:12.258Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:12.570Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:12.878Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-04-24T20:14:12.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-24T20:14:12.878Z] 827102f63a41: Preparing [2023-04-24T20:14:12.878Z] 11c96ea48f43: Preparing [2023-04-24T20:14:12.878Z] 5d3fc6f96a11: Preparing [2023-04-24T20:14:12.878Z] 05b63b18d890: Preparing [2023-04-24T20:14:12.878Z] 1b8d65051a28: Preparing [2023-04-24T20:14:12.878Z] 3be60c6f8545: Preparing [2023-04-24T20:14:12.878Z] 27ad749984f6: Preparing [2023-04-24T20:14:12.878Z] cd247a38400f: Preparing [2023-04-24T20:14:12.878Z] 68914f28274e: Preparing [2023-04-24T20:14:12.878Z] 7a924acb97df: Preparing [2023-04-24T20:14:12.878Z] f1417ff83b31: Preparing [2023-04-24T20:14:12.878Z] 3be60c6f8545: Waiting [2023-04-24T20:14:12.878Z] 27ad749984f6: Waiting [2023-04-24T20:14:12.878Z] cd247a38400f: Waiting [2023-04-24T20:14:12.878Z] 68914f28274e: Waiting [2023-04-24T20:14:12.878Z] 7a924acb97df: Waiting [2023-04-24T20:14:12.878Z] f1417ff83b31: Waiting [2023-04-24T20:14:12.878Z] 5d3fc6f96a11: Layer already exists [2023-04-24T20:14:12.878Z] 11c96ea48f43: Layer already exists [2023-04-24T20:14:12.878Z] 827102f63a41: Layer already exists [2023-04-24T20:14:12.878Z] 1b8d65051a28: Layer already exists [2023-04-24T20:14:12.878Z] 05b63b18d890: Layer already exists [2023-04-24T20:14:12.878Z] 27ad749984f6: Layer already exists [2023-04-24T20:14:12.878Z] 3be60c6f8545: Layer already exists [2023-04-24T20:14:12.878Z] 68914f28274e: Layer already exists [2023-04-24T20:14:12.878Z] cd247a38400f: Layer already exists [2023-04-24T20:14:12.878Z] 7a924acb97df: Layer already exists [2023-04-24T20:14:12.878Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:12.878Z] latest: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:13.185Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:13.487Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.137 [2023-04-24T20:14:13.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-24T20:14:13.487Z] 827102f63a41: Preparing [2023-04-24T20:14:13.487Z] 11c96ea48f43: Preparing [2023-04-24T20:14:13.487Z] 5d3fc6f96a11: Preparing [2023-04-24T20:14:13.487Z] 05b63b18d890: Preparing [2023-04-24T20:14:13.487Z] 1b8d65051a28: Preparing [2023-04-24T20:14:13.487Z] 3be60c6f8545: Preparing [2023-04-24T20:14:13.487Z] 27ad749984f6: Preparing [2023-04-24T20:14:13.487Z] cd247a38400f: Preparing [2023-04-24T20:14:13.487Z] 68914f28274e: Preparing [2023-04-24T20:14:13.487Z] 7a924acb97df: Preparing [2023-04-24T20:14:13.487Z] f1417ff83b31: Preparing [2023-04-24T20:14:13.487Z] 3be60c6f8545: Waiting [2023-04-24T20:14:13.487Z] 27ad749984f6: Waiting [2023-04-24T20:14:13.487Z] cd247a38400f: Waiting [2023-04-24T20:14:13.487Z] 68914f28274e: Waiting [2023-04-24T20:14:13.487Z] 7a924acb97df: Waiting [2023-04-24T20:14:13.487Z] 11c96ea48f43: Layer already exists [2023-04-24T20:14:13.487Z] 05b63b18d890: Layer already exists [2023-04-24T20:14:13.487Z] 5d3fc6f96a11: Layer already exists [2023-04-24T20:14:13.487Z] 1b8d65051a28: Layer already exists [2023-04-24T20:14:13.487Z] 827102f63a41: Layer already exists [2023-04-24T20:14:13.487Z] 3be60c6f8545: Layer already exists [2023-04-24T20:14:13.487Z] cd247a38400f: Layer already exists [2023-04-24T20:14:13.487Z] 7a924acb97df: Layer already exists [2023-04-24T20:14:13.487Z] 27ad749984f6: Layer already exists [2023-04-24T20:14:13.487Z] 68914f28274e: Layer already exists [2023-04-24T20:14:13.487Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:13.487Z] 3.0.0-dev.137: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:13.802Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:14.104Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:14.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-24T20:14:14.104Z] 827102f63a41: Preparing [2023-04-24T20:14:14.104Z] 11c96ea48f43: Preparing [2023-04-24T20:14:14.104Z] 5d3fc6f96a11: Preparing [2023-04-24T20:14:14.104Z] 05b63b18d890: Preparing [2023-04-24T20:14:14.104Z] 1b8d65051a28: Preparing [2023-04-24T20:14:14.104Z] 3be60c6f8545: Preparing [2023-04-24T20:14:14.104Z] 27ad749984f6: Preparing [2023-04-24T20:14:14.104Z] cd247a38400f: Preparing [2023-04-24T20:14:14.104Z] 68914f28274e: Preparing [2023-04-24T20:14:14.104Z] 7a924acb97df: Preparing [2023-04-24T20:14:14.104Z] f1417ff83b31: Preparing [2023-04-24T20:14:14.104Z] 68914f28274e: Waiting [2023-04-24T20:14:14.104Z] 3be60c6f8545: Waiting [2023-04-24T20:14:14.104Z] 27ad749984f6: Waiting [2023-04-24T20:14:14.104Z] 7a924acb97df: Waiting [2023-04-24T20:14:14.104Z] cd247a38400f: Waiting [2023-04-24T20:14:14.104Z] f1417ff83b31: Waiting [2023-04-24T20:14:14.104Z] 5d3fc6f96a11: Layer already exists [2023-04-24T20:14:14.104Z] 827102f63a41: Layer already exists [2023-04-24T20:14:14.104Z] 05b63b18d890: Layer already exists [2023-04-24T20:14:14.104Z] 1b8d65051a28: Layer already exists [2023-04-24T20:14:14.104Z] 11c96ea48f43: Layer already exists [2023-04-24T20:14:14.104Z] 3be60c6f8545: Layer already exists [2023-04-24T20:14:14.104Z] cd247a38400f: Layer already exists [2023-04-24T20:14:14.104Z] 7a924acb97df: Layer already exists [2023-04-24T20:14:14.104Z] 27ad749984f6: Layer already exists [2023-04-24T20:14:14.104Z] 68914f28274e: Layer already exists [2023-04-24T20:14:14.104Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:14.104Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:14.417Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:14.720Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2023-04-24T20:14:14.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2023-04-24T20:14:14.720Z] 827102f63a41: Preparing [2023-04-24T20:14:14.720Z] 11c96ea48f43: Preparing [2023-04-24T20:14:14.720Z] 5d3fc6f96a11: Preparing [2023-04-24T20:14:14.720Z] 05b63b18d890: Preparing [2023-04-24T20:14:14.720Z] 1b8d65051a28: Preparing [2023-04-24T20:14:14.720Z] 3be60c6f8545: Preparing [2023-04-24T20:14:14.720Z] 27ad749984f6: Preparing [2023-04-24T20:14:14.720Z] cd247a38400f: Preparing [2023-04-24T20:14:14.720Z] 68914f28274e: Preparing [2023-04-24T20:14:14.720Z] 7a924acb97df: Preparing [2023-04-24T20:14:14.720Z] f1417ff83b31: Preparing [2023-04-24T20:14:14.720Z] 3be60c6f8545: Waiting [2023-04-24T20:14:14.720Z] 27ad749984f6: Waiting [2023-04-24T20:14:14.720Z] cd247a38400f: Waiting [2023-04-24T20:14:14.720Z] 68914f28274e: Waiting [2023-04-24T20:14:14.720Z] 7a924acb97df: Waiting [2023-04-24T20:14:14.720Z] f1417ff83b31: Waiting [2023-04-24T20:14:14.720Z] 11c96ea48f43: Layer already exists [2023-04-24T20:14:14.720Z] 1b8d65051a28: Layer already exists [2023-04-24T20:14:14.720Z] 05b63b18d890: Layer already exists [2023-04-24T20:14:14.720Z] 827102f63a41: Layer already exists [2023-04-24T20:14:14.720Z] 5d3fc6f96a11: Layer already exists [2023-04-24T20:14:14.720Z] 3be60c6f8545: Layer already exists [2023-04-24T20:14:14.720Z] 68914f28274e: Layer already exists [2023-04-24T20:14:14.720Z] cd247a38400f: Layer already exists [2023-04-24T20:14:14.720Z] 27ad749984f6: Layer already exists [2023-04-24T20:14:14.720Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:14.720Z] 7a924acb97df: Layer already exists [2023-04-24T20:14:14.720Z] main: digest: sha256:320f098ace0593a29c542cfc5fefdcadd37cea9efddbf734b1acac84bd20ed8d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:14.757Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:14.762Z] taggedImages: [2023-04-24T20:14:14.762Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:14.762Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2023-04-24T20:14:14.762Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.137 [2023-04-24T20:14:14.762Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:14.762Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2023-04-24T20:14:14.786Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2023-04-24T20:14:14.786Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:14.786Z] latest [2023-04-24T20:14:14.786Z] 3.0.0-dev.137 [2023-04-24T20:14:14.786Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:14.786Z] main [2023-04-24T20:14:14.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:15.115Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:15.425Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:15.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-24T20:14:15.425Z] 39e2601edfce: Preparing [2023-04-24T20:14:15.425Z] ce3dee32df50: Preparing [2023-04-24T20:14:15.425Z] cd247a38400f: Preparing [2023-04-24T20:14:15.425Z] 68914f28274e: Preparing [2023-04-24T20:14:15.425Z] ee90dfec0320: Preparing [2023-04-24T20:14:15.425Z] f1417ff83b31: Preparing [2023-04-24T20:14:15.425Z] f1417ff83b31: Waiting [2023-04-24T20:14:15.425Z] cd247a38400f: Layer already exists [2023-04-24T20:14:15.425Z] 68914f28274e: Layer already exists [2023-04-24T20:14:15.425Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:15.425Z] 39e2601edfce: Pushed [2023-04-24T20:14:15.991Z] ee90dfec0320: Pushed [2023-04-24T20:14:17.366Z] ce3dee32df50: Pushed [2023-04-24T20:14:17.625Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:17.955Z] + 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-04-24T20:14:18.270Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-04-24T20:14:18.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-24T20:14:18.271Z] 39e2601edfce: Preparing [2023-04-24T20:14:18.271Z] ce3dee32df50: Preparing [2023-04-24T20:14:18.271Z] cd247a38400f: Preparing [2023-04-24T20:14:18.271Z] 68914f28274e: Preparing [2023-04-24T20:14:18.271Z] ee90dfec0320: Preparing [2023-04-24T20:14:18.271Z] f1417ff83b31: Preparing [2023-04-24T20:14:18.271Z] f1417ff83b31: Waiting [2023-04-24T20:14:18.271Z] ce3dee32df50: Layer already exists [2023-04-24T20:14:18.271Z] 68914f28274e: Layer already exists [2023-04-24T20:14:18.271Z] cd247a38400f: Layer already exists [2023-04-24T20:14:18.271Z] 39e2601edfce: Layer already exists [2023-04-24T20:14:18.271Z] ee90dfec0320: Layer already exists [2023-04-24T20:14:18.271Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:18.271Z] latest: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:18.593Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:18.902Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.137 [2023-04-24T20:14:18.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-24T20:14:18.903Z] 39e2601edfce: Preparing [2023-04-24T20:14:18.903Z] ce3dee32df50: Preparing [2023-04-24T20:14:18.903Z] cd247a38400f: Preparing [2023-04-24T20:14:18.903Z] 68914f28274e: Preparing [2023-04-24T20:14:18.903Z] ee90dfec0320: Preparing [2023-04-24T20:14:18.903Z] f1417ff83b31: Preparing [2023-04-24T20:14:18.903Z] f1417ff83b31: Waiting [2023-04-24T20:14:18.903Z] cd247a38400f: Layer already exists [2023-04-24T20:14:18.903Z] 68914f28274e: Layer already exists [2023-04-24T20:14:18.903Z] ce3dee32df50: Layer already exists [2023-04-24T20:14:18.903Z] ee90dfec0320: Layer already exists [2023-04-24T20:14:18.903Z] 39e2601edfce: Layer already exists [2023-04-24T20:14:18.903Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:18.903Z] 3.0.0-dev.137: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:19.218Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:19.521Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:19.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-24T20:14:19.521Z] 39e2601edfce: Preparing [2023-04-24T20:14:19.521Z] ce3dee32df50: Preparing [2023-04-24T20:14:19.521Z] cd247a38400f: Preparing [2023-04-24T20:14:19.521Z] 68914f28274e: Preparing [2023-04-24T20:14:19.521Z] ee90dfec0320: Preparing [2023-04-24T20:14:19.521Z] f1417ff83b31: Preparing [2023-04-24T20:14:19.521Z] f1417ff83b31: Waiting [2023-04-24T20:14:19.521Z] ce3dee32df50: Layer already exists [2023-04-24T20:14:19.521Z] 68914f28274e: Layer already exists [2023-04-24T20:14:19.521Z] cd247a38400f: Layer already exists [2023-04-24T20:14:19.521Z] 39e2601edfce: Layer already exists [2023-04-24T20:14:19.521Z] ee90dfec0320: Layer already exists [2023-04-24T20:14:19.521Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:19.521Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:19.831Z] + 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-04-24T20:14:20.140Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2023-04-24T20:14:20.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2023-04-24T20:14:20.140Z] 39e2601edfce: Preparing [2023-04-24T20:14:20.140Z] ce3dee32df50: Preparing [2023-04-24T20:14:20.140Z] cd247a38400f: Preparing [2023-04-24T20:14:20.140Z] 68914f28274e: Preparing [2023-04-24T20:14:20.140Z] ee90dfec0320: Preparing [2023-04-24T20:14:20.140Z] f1417ff83b31: Preparing [2023-04-24T20:14:20.140Z] f1417ff83b31: Waiting [2023-04-24T20:14:20.140Z] cd247a38400f: Layer already exists [2023-04-24T20:14:20.140Z] 39e2601edfce: Layer already exists [2023-04-24T20:14:20.140Z] ee90dfec0320: Layer already exists [2023-04-24T20:14:20.140Z] ce3dee32df50: Layer already exists [2023-04-24T20:14:20.140Z] 68914f28274e: Layer already exists [2023-04-24T20:14:20.140Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:20.140Z] main: digest: sha256:08cb5edf416b2829ff19b14fd204c151e75b01582dd0af2c3e966f7769f5b591 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:20.192Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:20.200Z] taggedImages: [2023-04-24T20:14:20.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:20.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2023-04-24T20:14:20.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.137 [2023-04-24T20:14:20.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:20.200Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2023-04-24T20:14:20.232Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2023-04-24T20:14:20.232Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:20.232Z] latest [2023-04-24T20:14:20.232Z] 3.0.0-dev.137 [2023-04-24T20:14:20.232Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:20.232Z] main [2023-04-24T20:14:20.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:20.547Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:20.851Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:20.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-24T20:14:20.851Z] 49e33cedcb69: Preparing [2023-04-24T20:14:20.851Z] 62c6a3d9c32d: Preparing [2023-04-24T20:14:20.851Z] 155594a21c4f: Preparing [2023-04-24T20:14:20.851Z] 90fea3d086fb: Preparing [2023-04-24T20:14:20.851Z] 5714cf369bef: Preparing [2023-04-24T20:14:20.851Z] cd247a38400f: Preparing [2023-04-24T20:14:20.851Z] 68914f28274e: Preparing [2023-04-24T20:14:20.851Z] 0edac06003c6: Preparing [2023-04-24T20:14:20.851Z] f1417ff83b31: Preparing [2023-04-24T20:14:20.851Z] 68914f28274e: Waiting [2023-04-24T20:14:20.851Z] 0edac06003c6: Waiting [2023-04-24T20:14:20.851Z] f1417ff83b31: Waiting [2023-04-24T20:14:20.851Z] cd247a38400f: Waiting [2023-04-24T20:14:20.851Z] 49e33cedcb69: Pushed [2023-04-24T20:14:20.851Z] 155594a21c4f: Pushed [2023-04-24T20:14:20.851Z] 62c6a3d9c32d: Pushed [2023-04-24T20:14:20.851Z] cd247a38400f: Layer already exists [2023-04-24T20:14:20.851Z] 68914f28274e: Layer already exists [2023-04-24T20:14:20.851Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:21.416Z] 0edac06003c6: Pushed [2023-04-24T20:14:24.697Z] 5714cf369bef: Pushed [2023-04-24T20:14:27.226Z] 90fea3d086fb: Pushed [2023-04-24T20:14:27.226Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:27.541Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:27.856Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-04-24T20:14:27.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-24T20:14:27.856Z] 49e33cedcb69: Preparing [2023-04-24T20:14:27.856Z] 62c6a3d9c32d: Preparing [2023-04-24T20:14:27.856Z] 155594a21c4f: Preparing [2023-04-24T20:14:27.856Z] 90fea3d086fb: Preparing [2023-04-24T20:14:27.856Z] 5714cf369bef: Preparing [2023-04-24T20:14:27.856Z] cd247a38400f: Preparing [2023-04-24T20:14:27.856Z] 68914f28274e: Preparing [2023-04-24T20:14:27.856Z] 0edac06003c6: Preparing [2023-04-24T20:14:27.856Z] f1417ff83b31: Preparing [2023-04-24T20:14:27.856Z] 68914f28274e: Waiting [2023-04-24T20:14:27.856Z] f1417ff83b31: Waiting [2023-04-24T20:14:27.856Z] 0edac06003c6: Waiting [2023-04-24T20:14:27.856Z] cd247a38400f: Waiting [2023-04-24T20:14:27.856Z] 49e33cedcb69: Layer already exists [2023-04-24T20:14:27.856Z] 62c6a3d9c32d: Layer already exists [2023-04-24T20:14:27.856Z] 90fea3d086fb: Layer already exists [2023-04-24T20:14:27.856Z] 155594a21c4f: Layer already exists [2023-04-24T20:14:27.856Z] 5714cf369bef: Layer already exists [2023-04-24T20:14:27.856Z] cd247a38400f: Layer already exists [2023-04-24T20:14:27.856Z] 68914f28274e: Layer already exists [2023-04-24T20:14:27.856Z] 0edac06003c6: Layer already exists [2023-04-24T20:14:27.856Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:27.856Z] latest: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:28.175Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:28.486Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.137 [2023-04-24T20:14:28.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-24T20:14:28.486Z] 49e33cedcb69: Preparing [2023-04-24T20:14:28.486Z] 62c6a3d9c32d: Preparing [2023-04-24T20:14:28.486Z] 155594a21c4f: Preparing [2023-04-24T20:14:28.486Z] 90fea3d086fb: Preparing [2023-04-24T20:14:28.486Z] 5714cf369bef: Preparing [2023-04-24T20:14:28.486Z] cd247a38400f: Preparing [2023-04-24T20:14:28.486Z] 68914f28274e: Preparing [2023-04-24T20:14:28.486Z] 0edac06003c6: Preparing [2023-04-24T20:14:28.486Z] f1417ff83b31: Preparing [2023-04-24T20:14:28.486Z] cd247a38400f: Waiting [2023-04-24T20:14:28.486Z] 68914f28274e: Waiting [2023-04-24T20:14:28.486Z] 0edac06003c6: Waiting [2023-04-24T20:14:28.486Z] f1417ff83b31: Waiting [2023-04-24T20:14:28.486Z] 155594a21c4f: Layer already exists [2023-04-24T20:14:28.486Z] 5714cf369bef: Layer already exists [2023-04-24T20:14:28.486Z] 49e33cedcb69: Layer already exists [2023-04-24T20:14:28.486Z] 90fea3d086fb: Layer already exists [2023-04-24T20:14:28.486Z] 62c6a3d9c32d: Layer already exists [2023-04-24T20:14:28.486Z] cd247a38400f: Layer already exists [2023-04-24T20:14:28.486Z] 68914f28274e: Layer already exists [2023-04-24T20:14:28.486Z] 0edac06003c6: Layer already exists [2023-04-24T20:14:28.486Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:28.486Z] 3.0.0-dev.137: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:28.788Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:29.089Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:29.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-24T20:14:29.089Z] 49e33cedcb69: Preparing [2023-04-24T20:14:29.089Z] 62c6a3d9c32d: Preparing [2023-04-24T20:14:29.089Z] 155594a21c4f: Preparing [2023-04-24T20:14:29.089Z] 90fea3d086fb: Preparing [2023-04-24T20:14:29.089Z] 5714cf369bef: Preparing [2023-04-24T20:14:29.089Z] cd247a38400f: Preparing [2023-04-24T20:14:29.089Z] 68914f28274e: Preparing [2023-04-24T20:14:29.089Z] 0edac06003c6: Preparing [2023-04-24T20:14:29.089Z] f1417ff83b31: Preparing [2023-04-24T20:14:29.089Z] cd247a38400f: Waiting [2023-04-24T20:14:29.089Z] 68914f28274e: Waiting [2023-04-24T20:14:29.089Z] 0edac06003c6: Waiting [2023-04-24T20:14:29.089Z] f1417ff83b31: Waiting [2023-04-24T20:14:29.089Z] 5714cf369bef: Layer already exists [2023-04-24T20:14:29.089Z] 62c6a3d9c32d: Layer already exists [2023-04-24T20:14:29.089Z] 90fea3d086fb: Layer already exists [2023-04-24T20:14:29.089Z] 49e33cedcb69: Layer already exists [2023-04-24T20:14:29.089Z] 155594a21c4f: Layer already exists [2023-04-24T20:14:29.089Z] cd247a38400f: Layer already exists [2023-04-24T20:14:29.089Z] 68914f28274e: Layer already exists [2023-04-24T20:14:29.089Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:29.089Z] 0edac06003c6: Layer already exists [2023-04-24T20:14:29.090Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:29.401Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:29.698Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2023-04-24T20:14:29.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2023-04-24T20:14:29.698Z] 49e33cedcb69: Preparing [2023-04-24T20:14:29.698Z] 62c6a3d9c32d: Preparing [2023-04-24T20:14:29.698Z] 155594a21c4f: Preparing [2023-04-24T20:14:29.698Z] 90fea3d086fb: Preparing [2023-04-24T20:14:29.698Z] 5714cf369bef: Preparing [2023-04-24T20:14:29.698Z] cd247a38400f: Preparing [2023-04-24T20:14:29.698Z] 68914f28274e: Preparing [2023-04-24T20:14:29.698Z] 0edac06003c6: Preparing [2023-04-24T20:14:29.698Z] f1417ff83b31: Preparing [2023-04-24T20:14:29.698Z] cd247a38400f: Waiting [2023-04-24T20:14:29.698Z] 68914f28274e: Waiting [2023-04-24T20:14:29.698Z] 0edac06003c6: Waiting [2023-04-24T20:14:29.698Z] f1417ff83b31: Waiting [2023-04-24T20:14:29.698Z] 5714cf369bef: Layer already exists [2023-04-24T20:14:29.698Z] 155594a21c4f: Layer already exists [2023-04-24T20:14:29.698Z] 90fea3d086fb: Layer already exists [2023-04-24T20:14:29.698Z] 62c6a3d9c32d: Layer already exists [2023-04-24T20:14:29.698Z] 49e33cedcb69: Layer already exists [2023-04-24T20:14:29.698Z] 68914f28274e: Layer already exists [2023-04-24T20:14:29.698Z] cd247a38400f: Layer already exists [2023-04-24T20:14:29.698Z] 0edac06003c6: Layer already exists [2023-04-24T20:14:29.698Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:29.698Z] main: digest: sha256:2f9848e81285b3a9e930806fb7260dcf2f151fb890c37b0bf462bbcaa5b065b0 size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:29.732Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:29.737Z] taggedImages: [2023-04-24T20:14:29.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:29.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2023-04-24T20:14:29.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.137 [2023-04-24T20:14:29.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:29.737Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2023-04-24T20:14:29.752Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2023-04-24T20:14:29.752Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:29.752Z] latest [2023-04-24T20:14:29.752Z] 3.0.0-dev.137 [2023-04-24T20:14:29.752Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:29.752Z] main [2023-04-24T20:14:29.752Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:30.057Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:30.365Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:30.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-24T20:14:30.365Z] 73dc8f570d67: Preparing [2023-04-24T20:14:30.365Z] ba07a9f12bef: Preparing [2023-04-24T20:14:30.365Z] 505aef28e691: Preparing [2023-04-24T20:14:30.365Z] 93ff9f024d33: Preparing [2023-04-24T20:14:30.365Z] cd247a38400f: Preparing [2023-04-24T20:14:30.365Z] 68914f28274e: Preparing [2023-04-24T20:14:30.365Z] 9bee40a0a9b9: Preparing [2023-04-24T20:14:30.365Z] f1417ff83b31: Preparing [2023-04-24T20:14:30.365Z] 9bee40a0a9b9: Waiting [2023-04-24T20:14:30.365Z] f1417ff83b31: Waiting [2023-04-24T20:14:30.365Z] cd247a38400f: Layer already exists [2023-04-24T20:14:30.365Z] 68914f28274e: Layer already exists [2023-04-24T20:14:30.365Z] ba07a9f12bef: Pushed [2023-04-24T20:14:30.365Z] 73dc8f570d67: Pushed [2023-04-24T20:14:30.365Z] 505aef28e691: Pushed [2023-04-24T20:14:30.365Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:30.627Z] 9bee40a0a9b9: Pushed [2023-04-24T20:14:37.272Z] 93ff9f024d33: Pushed [2023-04-24T20:14:37.272Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:37.644Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:37.983Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-04-24T20:14:37.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-24T20:14:37.983Z] 73dc8f570d67: Preparing [2023-04-24T20:14:37.983Z] ba07a9f12bef: Preparing [2023-04-24T20:14:37.983Z] 505aef28e691: Preparing [2023-04-24T20:14:37.983Z] 93ff9f024d33: Preparing [2023-04-24T20:14:37.983Z] cd247a38400f: Preparing [2023-04-24T20:14:37.983Z] 68914f28274e: Preparing [2023-04-24T20:14:37.983Z] 9bee40a0a9b9: Preparing [2023-04-24T20:14:37.983Z] 68914f28274e: Waiting [2023-04-24T20:14:37.983Z] f1417ff83b31: Preparing [2023-04-24T20:14:37.983Z] 9bee40a0a9b9: Waiting [2023-04-24T20:14:37.983Z] 505aef28e691: Layer already exists [2023-04-24T20:14:37.983Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:37.983Z] 73dc8f570d67: Layer already exists [2023-04-24T20:14:37.983Z] ba07a9f12bef: Layer already exists [2023-04-24T20:14:37.983Z] cd247a38400f: Layer already exists [2023-04-24T20:14:37.983Z] 68914f28274e: Layer already exists [2023-04-24T20:14:37.983Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:37.983Z] 9bee40a0a9b9: Layer already exists [2023-04-24T20:14:37.983Z] latest: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:38.359Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:38.666Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.137 [2023-04-24T20:14:38.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-24T20:14:38.666Z] 73dc8f570d67: Preparing [2023-04-24T20:14:38.666Z] ba07a9f12bef: Preparing [2023-04-24T20:14:38.666Z] 505aef28e691: Preparing [2023-04-24T20:14:38.666Z] 93ff9f024d33: Preparing [2023-04-24T20:14:38.666Z] cd247a38400f: Preparing [2023-04-24T20:14:38.666Z] 68914f28274e: Preparing [2023-04-24T20:14:38.666Z] 9bee40a0a9b9: Preparing [2023-04-24T20:14:38.666Z] f1417ff83b31: Preparing [2023-04-24T20:14:38.666Z] 68914f28274e: Waiting [2023-04-24T20:14:38.666Z] 9bee40a0a9b9: Waiting [2023-04-24T20:14:38.666Z] f1417ff83b31: Waiting [2023-04-24T20:14:38.666Z] 73dc8f570d67: Layer already exists [2023-04-24T20:14:38.666Z] 505aef28e691: Layer already exists [2023-04-24T20:14:38.666Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:38.666Z] ba07a9f12bef: Layer already exists [2023-04-24T20:14:38.666Z] cd247a38400f: Layer already exists [2023-04-24T20:14:38.666Z] 68914f28274e: Layer already exists [2023-04-24T20:14:38.666Z] 9bee40a0a9b9: Layer already exists [2023-04-24T20:14:38.666Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:38.666Z] 3.0.0-dev.137: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:38.975Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:39.281Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:39.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-24T20:14:39.282Z] 73dc8f570d67: Preparing [2023-04-24T20:14:39.282Z] ba07a9f12bef: Preparing [2023-04-24T20:14:39.282Z] 505aef28e691: Preparing [2023-04-24T20:14:39.282Z] 93ff9f024d33: Preparing [2023-04-24T20:14:39.282Z] cd247a38400f: Preparing [2023-04-24T20:14:39.282Z] 68914f28274e: Preparing [2023-04-24T20:14:39.282Z] 9bee40a0a9b9: Preparing [2023-04-24T20:14:39.282Z] f1417ff83b31: Preparing [2023-04-24T20:14:39.282Z] 68914f28274e: Waiting [2023-04-24T20:14:39.282Z] 9bee40a0a9b9: Waiting [2023-04-24T20:14:39.282Z] f1417ff83b31: Waiting [2023-04-24T20:14:39.282Z] 505aef28e691: Layer already exists [2023-04-24T20:14:39.282Z] 73dc8f570d67: Layer already exists [2023-04-24T20:14:39.282Z] ba07a9f12bef: Layer already exists [2023-04-24T20:14:39.282Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:39.282Z] cd247a38400f: Layer already exists [2023-04-24T20:14:39.282Z] 9bee40a0a9b9: Layer already exists [2023-04-24T20:14:39.282Z] 68914f28274e: Layer already exists [2023-04-24T20:14:39.282Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:39.282Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:39.595Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:39.903Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2023-04-24T20:14:39.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2023-04-24T20:14:39.903Z] 73dc8f570d67: Preparing [2023-04-24T20:14:39.903Z] ba07a9f12bef: Preparing [2023-04-24T20:14:39.903Z] 505aef28e691: Preparing [2023-04-24T20:14:39.903Z] 93ff9f024d33: Preparing [2023-04-24T20:14:39.903Z] cd247a38400f: Preparing [2023-04-24T20:14:39.903Z] 68914f28274e: Preparing [2023-04-24T20:14:39.903Z] 9bee40a0a9b9: Preparing [2023-04-24T20:14:39.903Z] f1417ff83b31: Preparing [2023-04-24T20:14:39.903Z] 68914f28274e: Waiting [2023-04-24T20:14:39.903Z] 9bee40a0a9b9: Waiting [2023-04-24T20:14:39.903Z] f1417ff83b31: Waiting [2023-04-24T20:14:39.903Z] 505aef28e691: Layer already exists [2023-04-24T20:14:39.903Z] ba07a9f12bef: Layer already exists [2023-04-24T20:14:39.903Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:39.903Z] 73dc8f570d67: Layer already exists [2023-04-24T20:14:39.903Z] cd247a38400f: Layer already exists [2023-04-24T20:14:39.903Z] 68914f28274e: Layer already exists [2023-04-24T20:14:39.903Z] 9bee40a0a9b9: Layer already exists [2023-04-24T20:14:39.903Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:39.903Z] main: digest: sha256:3ea78aa1fe4cc8d0ec00cf82dde231c3b54775551aab8853d96f3902617bb37b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:39.957Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:39.966Z] taggedImages: [2023-04-24T20:14:39.966Z] - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:39.966Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2023-04-24T20:14:39.966Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.137 [2023-04-24T20:14:39.966Z] - nexus3.edgexfoundry.org:10004/security-spire-config:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:39.966Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2023-04-24T20:14:39.989Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2023-04-24T20:14:39.989Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:39.989Z] latest [2023-04-24T20:14:39.989Z] 3.0.0-dev.137 [2023-04-24T20:14:39.989Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:39.989Z] main [2023-04-24T20:14:39.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:40.315Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:40.626Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:40.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-24T20:14:40.626Z] ff7f17e4563b: Preparing [2023-04-24T20:14:40.626Z] fccf5a4153c9: Preparing [2023-04-24T20:14:40.626Z] 1ef622be8fe6: Preparing [2023-04-24T20:14:40.626Z] 93ff9f024d33: Preparing [2023-04-24T20:14:40.626Z] cd247a38400f: Preparing [2023-04-24T20:14:40.626Z] 68914f28274e: Preparing [2023-04-24T20:14:40.626Z] 45aaad8531d3: Preparing [2023-04-24T20:14:40.626Z] f1417ff83b31: Preparing [2023-04-24T20:14:40.626Z] 45aaad8531d3: Waiting [2023-04-24T20:14:40.626Z] 68914f28274e: Waiting [2023-04-24T20:14:40.626Z] f1417ff83b31: Waiting [2023-04-24T20:14:40.626Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:40.626Z] cd247a38400f: Layer already exists [2023-04-24T20:14:40.626Z] 68914f28274e: Layer already exists [2023-04-24T20:14:40.626Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:40.626Z] ff7f17e4563b: Pushed [2023-04-24T20:14:40.626Z] fccf5a4153c9: Pushed [2023-04-24T20:14:40.626Z] 1ef622be8fe6: Pushed [2023-04-24T20:14:41.194Z] 45aaad8531d3: Pushed [2023-04-24T20:14:41.194Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:41.518Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:41.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-04-24T20:14:41.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-24T20:14:41.826Z] ff7f17e4563b: Preparing [2023-04-24T20:14:41.826Z] fccf5a4153c9: Preparing [2023-04-24T20:14:41.826Z] 1ef622be8fe6: Preparing [2023-04-24T20:14:41.826Z] 93ff9f024d33: Preparing [2023-04-24T20:14:41.826Z] cd247a38400f: Preparing [2023-04-24T20:14:41.826Z] 68914f28274e: Preparing [2023-04-24T20:14:41.826Z] 45aaad8531d3: Preparing [2023-04-24T20:14:41.826Z] f1417ff83b31: Preparing [2023-04-24T20:14:41.826Z] 68914f28274e: Waiting [2023-04-24T20:14:41.826Z] f1417ff83b31: Waiting [2023-04-24T20:14:41.826Z] 45aaad8531d3: Waiting [2023-04-24T20:14:41.826Z] ff7f17e4563b: Layer already exists [2023-04-24T20:14:41.826Z] fccf5a4153c9: Layer already exists [2023-04-24T20:14:41.827Z] cd247a38400f: Layer already exists [2023-04-24T20:14:41.827Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:41.827Z] 1ef622be8fe6: Layer already exists [2023-04-24T20:14:41.827Z] 68914f28274e: Layer already exists [2023-04-24T20:14:41.827Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:41.827Z] 45aaad8531d3: Layer already exists [2023-04-24T20:14:41.827Z] latest: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:42.132Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:42.431Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.137 [2023-04-24T20:14:42.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-24T20:14:42.431Z] ff7f17e4563b: Preparing [2023-04-24T20:14:42.431Z] fccf5a4153c9: Preparing [2023-04-24T20:14:42.431Z] 1ef622be8fe6: Preparing [2023-04-24T20:14:42.431Z] 93ff9f024d33: Preparing [2023-04-24T20:14:42.431Z] cd247a38400f: Preparing [2023-04-24T20:14:42.431Z] 68914f28274e: Preparing [2023-04-24T20:14:42.431Z] 45aaad8531d3: Preparing [2023-04-24T20:14:42.431Z] f1417ff83b31: Preparing [2023-04-24T20:14:42.431Z] 45aaad8531d3: Waiting [2023-04-24T20:14:42.431Z] f1417ff83b31: Waiting [2023-04-24T20:14:42.431Z] 68914f28274e: Waiting [2023-04-24T20:14:42.431Z] cd247a38400f: Layer already exists [2023-04-24T20:14:42.431Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:42.431Z] fccf5a4153c9: Layer already exists [2023-04-24T20:14:42.431Z] 1ef622be8fe6: Layer already exists [2023-04-24T20:14:42.431Z] ff7f17e4563b: Layer already exists [2023-04-24T20:14:42.431Z] 45aaad8531d3: Layer already exists [2023-04-24T20:14:42.431Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:42.431Z] 68914f28274e: Layer already exists [2023-04-24T20:14:42.431Z] 3.0.0-dev.137: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:42.735Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:43.034Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:43.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-24T20:14:43.034Z] ff7f17e4563b: Preparing [2023-04-24T20:14:43.034Z] fccf5a4153c9: Preparing [2023-04-24T20:14:43.034Z] 1ef622be8fe6: Preparing [2023-04-24T20:14:43.034Z] 93ff9f024d33: Preparing [2023-04-24T20:14:43.034Z] cd247a38400f: Preparing [2023-04-24T20:14:43.034Z] 68914f28274e: Preparing [2023-04-24T20:14:43.034Z] 45aaad8531d3: Preparing [2023-04-24T20:14:43.034Z] f1417ff83b31: Preparing [2023-04-24T20:14:43.034Z] 68914f28274e: Waiting [2023-04-24T20:14:43.034Z] f1417ff83b31: Waiting [2023-04-24T20:14:43.034Z] 1ef622be8fe6: Layer already exists [2023-04-24T20:14:43.034Z] fccf5a4153c9: Layer already exists [2023-04-24T20:14:43.034Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:43.034Z] cd247a38400f: Layer already exists [2023-04-24T20:14:43.034Z] ff7f17e4563b: Layer already exists [2023-04-24T20:14:43.034Z] 68914f28274e: Layer already exists [2023-04-24T20:14:43.034Z] 45aaad8531d3: Layer already exists [2023-04-24T20:14:43.034Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:43.034Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:43.334Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:43.634Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2023-04-24T20:14:43.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2023-04-24T20:14:43.634Z] ff7f17e4563b: Preparing [2023-04-24T20:14:43.634Z] fccf5a4153c9: Preparing [2023-04-24T20:14:43.634Z] 1ef622be8fe6: Preparing [2023-04-24T20:14:43.634Z] 93ff9f024d33: Preparing [2023-04-24T20:14:43.634Z] cd247a38400f: Preparing [2023-04-24T20:14:43.634Z] 68914f28274e: Preparing [2023-04-24T20:14:43.634Z] 45aaad8531d3: Preparing [2023-04-24T20:14:43.634Z] f1417ff83b31: Preparing [2023-04-24T20:14:43.634Z] 68914f28274e: Waiting [2023-04-24T20:14:43.634Z] 45aaad8531d3: Waiting [2023-04-24T20:14:43.634Z] f1417ff83b31: Waiting [2023-04-24T20:14:43.634Z] fccf5a4153c9: Layer already exists [2023-04-24T20:14:43.634Z] ff7f17e4563b: Layer already exists [2023-04-24T20:14:43.634Z] cd247a38400f: Layer already exists [2023-04-24T20:14:43.634Z] 1ef622be8fe6: Layer already exists [2023-04-24T20:14:43.634Z] 93ff9f024d33: Layer already exists [2023-04-24T20:14:43.634Z] 68914f28274e: Layer already exists [2023-04-24T20:14:43.634Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:43.634Z] 45aaad8531d3: Layer already exists [2023-04-24T20:14:43.634Z] main: digest: sha256:81fd7a5b12c945566889d427fb6934d21339445b47f21aa0247005294bac400c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:43.692Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:43.699Z] taggedImages: [2023-04-24T20:14:43.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:43.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2023-04-24T20:14:43.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.137 [2023-04-24T20:14:43.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:43.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2023-04-24T20:14:43.713Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2023-04-24T20:14:43.713Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:43.713Z] latest [2023-04-24T20:14:43.713Z] 3.0.0-dev.137 [2023-04-24T20:14:43.713Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:43.713Z] main [2023-04-24T20:14:43.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:44.014Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:44.312Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:44.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-24T20:14:44.312Z] 029c6d273b4d: Preparing [2023-04-24T20:14:44.312Z] d3a80c8124a6: Preparing [2023-04-24T20:14:44.312Z] cd247a38400f: Preparing [2023-04-24T20:14:44.312Z] 68914f28274e: Preparing [2023-04-24T20:14:44.312Z] 2828b4745832: Preparing [2023-04-24T20:14:44.312Z] f1417ff83b31: Preparing [2023-04-24T20:14:44.312Z] f1417ff83b31: Waiting [2023-04-24T20:14:44.312Z] cd247a38400f: Layer already exists [2023-04-24T20:14:44.312Z] 68914f28274e: Layer already exists [2023-04-24T20:14:44.312Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:44.312Z] 029c6d273b4d: Pushed [2023-04-24T20:14:44.312Z] 2828b4745832: Pushed [2023-04-24T20:14:46.869Z] d3a80c8124a6: Pushed [2023-04-24T20:14:46.869Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:47.172Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:47.472Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-04-24T20:14:47.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-24T20:14:47.472Z] 029c6d273b4d: Preparing [2023-04-24T20:14:47.472Z] d3a80c8124a6: Preparing [2023-04-24T20:14:47.472Z] cd247a38400f: Preparing [2023-04-24T20:14:47.472Z] 68914f28274e: Preparing [2023-04-24T20:14:47.472Z] 2828b4745832: Preparing [2023-04-24T20:14:47.472Z] f1417ff83b31: Preparing [2023-04-24T20:14:47.472Z] f1417ff83b31: Waiting [2023-04-24T20:14:47.472Z] 2828b4745832: Layer already exists [2023-04-24T20:14:47.472Z] 029c6d273b4d: Layer already exists [2023-04-24T20:14:47.472Z] d3a80c8124a6: Layer already exists [2023-04-24T20:14:47.472Z] cd247a38400f: Layer already exists [2023-04-24T20:14:47.472Z] 68914f28274e: Layer already exists [2023-04-24T20:14:47.472Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:47.472Z] latest: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:47.777Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:48.085Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.137 [2023-04-24T20:14:48.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-24T20:14:48.085Z] 029c6d273b4d: Preparing [2023-04-24T20:14:48.085Z] d3a80c8124a6: Preparing [2023-04-24T20:14:48.085Z] cd247a38400f: Preparing [2023-04-24T20:14:48.085Z] 68914f28274e: Preparing [2023-04-24T20:14:48.085Z] 2828b4745832: Preparing [2023-04-24T20:14:48.085Z] f1417ff83b31: Preparing [2023-04-24T20:14:48.085Z] f1417ff83b31: Waiting [2023-04-24T20:14:48.085Z] 2828b4745832: Layer already exists [2023-04-24T20:14:48.085Z] cd247a38400f: Layer already exists [2023-04-24T20:14:48.085Z] 68914f28274e: Layer already exists [2023-04-24T20:14:48.085Z] 029c6d273b4d: Layer already exists [2023-04-24T20:14:48.085Z] d3a80c8124a6: Layer already exists [2023-04-24T20:14:48.085Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:48.085Z] 3.0.0-dev.137: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:48.395Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:48.704Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:48.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-24T20:14:48.704Z] 029c6d273b4d: Preparing [2023-04-24T20:14:48.704Z] d3a80c8124a6: Preparing [2023-04-24T20:14:48.704Z] cd247a38400f: Preparing [2023-04-24T20:14:48.704Z] 68914f28274e: Preparing [2023-04-24T20:14:48.704Z] 2828b4745832: Preparing [2023-04-24T20:14:48.704Z] f1417ff83b31: Preparing [2023-04-24T20:14:48.704Z] f1417ff83b31: Waiting [2023-04-24T20:14:48.704Z] cd247a38400f: Layer already exists [2023-04-24T20:14:48.704Z] 2828b4745832: Layer already exists [2023-04-24T20:14:48.704Z] 029c6d273b4d: Layer already exists [2023-04-24T20:14:48.704Z] 68914f28274e: Layer already exists [2023-04-24T20:14:48.704Z] d3a80c8124a6: Layer already exists [2023-04-24T20:14:48.704Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:48.704Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:49.005Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:49.306Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2023-04-24T20:14:49.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2023-04-24T20:14:49.306Z] 029c6d273b4d: Preparing [2023-04-24T20:14:49.306Z] d3a80c8124a6: Preparing [2023-04-24T20:14:49.306Z] cd247a38400f: Preparing [2023-04-24T20:14:49.306Z] 68914f28274e: Preparing [2023-04-24T20:14:49.306Z] 2828b4745832: Preparing [2023-04-24T20:14:49.306Z] f1417ff83b31: Preparing [2023-04-24T20:14:49.306Z] f1417ff83b31: Waiting [2023-04-24T20:14:49.306Z] 029c6d273b4d: Layer already exists [2023-04-24T20:14:49.306Z] cd247a38400f: Layer already exists [2023-04-24T20:14:49.306Z] d3a80c8124a6: Layer already exists [2023-04-24T20:14:49.306Z] 2828b4745832: Layer already exists [2023-04-24T20:14:49.306Z] 68914f28274e: Layer already exists [2023-04-24T20:14:49.306Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:49.306Z] main: digest: sha256:43d135c9c486b60e452c8489cf0f8aa95e71c808d6e14d573c61b7b9eaeb2159 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:49.351Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:49.357Z] taggedImages: [2023-04-24T20:14:49.357Z] - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:49.357Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2023-04-24T20:14:49.357Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.137 [2023-04-24T20:14:49.357Z] - nexus3.edgexfoundry.org:10004/support-notifications:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:49.357Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2023-04-24T20:14:49.372Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2023-04-24T20:14:49.372Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:49.372Z] latest [2023-04-24T20:14:49.372Z] 3.0.0-dev.137 [2023-04-24T20:14:49.372Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:49.372Z] main [2023-04-24T20:14:49.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:49.671Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:49.970Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:49.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-24T20:14:49.970Z] 48bd05359b2b: Preparing [2023-04-24T20:14:49.970Z] 29010ab6cd8c: Preparing [2023-04-24T20:14:49.970Z] cd247a38400f: Preparing [2023-04-24T20:14:49.970Z] 68914f28274e: Preparing [2023-04-24T20:14:49.970Z] acd46278f723: Preparing [2023-04-24T20:14:49.970Z] f1417ff83b31: Preparing [2023-04-24T20:14:49.970Z] f1417ff83b31: Waiting [2023-04-24T20:14:49.970Z] 68914f28274e: Layer already exists [2023-04-24T20:14:49.970Z] cd247a38400f: Layer already exists [2023-04-24T20:14:49.970Z] acd46278f723: Layer already exists [2023-04-24T20:14:49.970Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:49.970Z] 48bd05359b2b: Pushed [2023-04-24T20:14:52.500Z] 29010ab6cd8c: Pushed [2023-04-24T20:14:52.500Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:52.802Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:53.102Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-04-24T20:14:53.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-24T20:14:53.102Z] 48bd05359b2b: Preparing [2023-04-24T20:14:53.102Z] 29010ab6cd8c: Preparing [2023-04-24T20:14:53.102Z] cd247a38400f: Preparing [2023-04-24T20:14:53.102Z] 68914f28274e: Preparing [2023-04-24T20:14:53.102Z] acd46278f723: Preparing [2023-04-24T20:14:53.102Z] f1417ff83b31: Preparing [2023-04-24T20:14:53.102Z] f1417ff83b31: Waiting [2023-04-24T20:14:53.102Z] cd247a38400f: Layer already exists [2023-04-24T20:14:53.102Z] 48bd05359b2b: Layer already exists [2023-04-24T20:14:53.102Z] 68914f28274e: Layer already exists [2023-04-24T20:14:53.102Z] 29010ab6cd8c: Layer already exists [2023-04-24T20:14:53.102Z] acd46278f723: Layer already exists [2023-04-24T20:14:53.102Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:53.102Z] latest: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:53.416Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:53.723Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.137 [2023-04-24T20:14:53.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-24T20:14:53.723Z] 48bd05359b2b: Preparing [2023-04-24T20:14:53.723Z] 29010ab6cd8c: Preparing [2023-04-24T20:14:53.723Z] cd247a38400f: Preparing [2023-04-24T20:14:53.723Z] 68914f28274e: Preparing [2023-04-24T20:14:53.723Z] acd46278f723: Preparing [2023-04-24T20:14:53.723Z] f1417ff83b31: Preparing [2023-04-24T20:14:53.723Z] f1417ff83b31: Waiting [2023-04-24T20:14:53.723Z] 68914f28274e: Layer already exists [2023-04-24T20:14:53.723Z] 29010ab6cd8c: Layer already exists [2023-04-24T20:14:53.723Z] cd247a38400f: Layer already exists [2023-04-24T20:14:53.723Z] acd46278f723: Layer already exists [2023-04-24T20:14:53.723Z] 48bd05359b2b: Layer already exists [2023-04-24T20:14:53.723Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:53.723Z] 3.0.0-dev.137: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:54.037Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:54.342Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:54.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-24T20:14:54.342Z] 48bd05359b2b: Preparing [2023-04-24T20:14:54.342Z] 29010ab6cd8c: Preparing [2023-04-24T20:14:54.342Z] cd247a38400f: Preparing [2023-04-24T20:14:54.342Z] 68914f28274e: Preparing [2023-04-24T20:14:54.342Z] acd46278f723: Preparing [2023-04-24T20:14:54.342Z] f1417ff83b31: Preparing [2023-04-24T20:14:54.342Z] f1417ff83b31: Waiting [2023-04-24T20:14:54.342Z] acd46278f723: Layer already exists [2023-04-24T20:14:54.342Z] 68914f28274e: Layer already exists [2023-04-24T20:14:54.342Z] 29010ab6cd8c: Layer already exists [2023-04-24T20:14:54.342Z] 48bd05359b2b: Layer already exists [2023-04-24T20:14:54.342Z] cd247a38400f: Layer already exists [2023-04-24T20:14:54.342Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:54.342Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:54.656Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:14:54.961Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2023-04-24T20:14:54.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2023-04-24T20:14:54.961Z] 48bd05359b2b: Preparing [2023-04-24T20:14:54.961Z] 29010ab6cd8c: Preparing [2023-04-24T20:14:54.961Z] cd247a38400f: Preparing [2023-04-24T20:14:54.961Z] 68914f28274e: Preparing [2023-04-24T20:14:54.961Z] acd46278f723: Preparing [2023-04-24T20:14:54.961Z] f1417ff83b31: Preparing [2023-04-24T20:14:54.961Z] f1417ff83b31: Waiting [2023-04-24T20:14:54.961Z] 68914f28274e: Layer already exists [2023-04-24T20:14:54.961Z] 29010ab6cd8c: Layer already exists [2023-04-24T20:14:54.961Z] 48bd05359b2b: Layer already exists [2023-04-24T20:14:54.961Z] acd46278f723: Layer already exists [2023-04-24T20:14:54.961Z] cd247a38400f: Layer already exists [2023-04-24T20:14:54.961Z] f1417ff83b31: Layer already exists [2023-04-24T20:14:54.961Z] main: digest: sha256:3b922e1bd70594b9a28bdb2626b4a9b6b92e46d1193df3731e6aa9ba6b26da1a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:14:54.994Z] ===================================================== [Pipeline] echo [2023-04-24T20:14:55.000Z] taggedImages: [2023-04-24T20:14:55.000Z] - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:14:55.000Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2023-04-24T20:14:55.000Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.137 [2023-04-24T20:14:55.000Z] - nexus3.edgexfoundry.org:10004/support-scheduler:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:14:55.000Z] - 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-04-24T20:19:34.439Z] Removing intermediate container f62e05c518e1 [2023-04-24T20:19:34.439Z] ---> eab704e9ab9c [2023-04-24T20:19:34.439Z] [2023-04-24T20:19:34.439Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:19:34.439Z] 3.17: Pulling from library/alpine [2023-04-24T20:19:35.397Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-24T20:19:35.398Z] Status: Downloaded newer image for alpine:3.17 [2023-04-24T20:19:35.398Z] ---> 51e60588ff2c [2023-04-24T20:19:35.398Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-24T20:19:35.671Z] ---> Running in b4192c7e05ba [2023-04-24T20:19:36.258Z] Removing intermediate container b4192c7e05ba [2023-04-24T20:19:36.258Z] ---> 265d8ea8aee9 [2023-04-24T20:19:36.258Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:19:36.258Z] Removing intermediate container ae5db4402043 [2023-04-24T20:19:36.258Z] ---> d70a452001ea [2023-04-24T20:19:36.258Z] [2023-04-24T20:19:36.258Z] Step 9/22 : FROM alpine:3.17 [2023-04-24T20:19:36.258Z] ---> 51e60588ff2c [2023-04-24T20:19:36.258Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-24T20:19:36.535Z] ---> Running in e6832aa26678 [2023-04-24T20:19:36.535Z] ---> Running in 8cca5244466f [2023-04-24T20:19:39.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:19:39.114Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:19:39.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:19:39.698Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:19:41.110Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T20:19:41.110Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:19:41.110Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-24T20:19:41.110Z] (2/2) Installing openssl (3.0.8-r4) [2023-04-24T20:19:41.110Z] OK: 8 MiB in 16 packages [2023-04-24T20:19:41.378Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:19:41.379Z] OK: 8 MiB in 17 packages [2023-04-24T20:19:43.972Z] Removing intermediate container e6832aa26678 [2023-04-24T20:19:43.972Z] ---> 1fd0108d45b6 [2023-04-24T20:19:43.972Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:19:43.972Z] Removing intermediate container 8cca5244466f [2023-04-24T20:19:44.241Z] ---> cd660ae93eda [2023-04-24T20:19:44.241Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-24T20:19:44.241Z] ---> Running in 5303bf83cf79 [2023-04-24T20:19:44.827Z] ---> a190a50816b2 [2023-04-24T20:19:44.827Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:19:45.100Z] Removing intermediate container 5303bf83cf79 [2023-04-24T20:19:45.100Z] ---> dc9c648f727a [2023-04-24T20:19:45.100Z] Step 12/22 : WORKDIR /edgex [2023-04-24T20:19:45.100Z] ---> Running in aad7cb8d77f4 [2023-04-24T20:19:46.076Z] Removing intermediate container aad7cb8d77f4 [2023-04-24T20:19:46.076Z] ---> a35e6a8d2573 [2023-04-24T20:19:46.076Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:19:46.076Z] ---> 08ceaa9391e4 [2023-04-24T20:19:46.076Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-24T20:19:47.504Z] ---> 8b91d28f9a84 [2023-04-24T20:19:47.504Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:19:48.468Z] ---> 3c7bf332b92b [2023-04-24T20:19:48.468Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:19:48.468Z] ---> 1684a4192d4a [2023-04-24T20:19:48.468Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-24T20:19:49.890Z] ---> 4d439f539215 [2023-04-24T20:19:49.890Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-24T20:19:49.890Z] ---> 8a57e528ae7c [2023-04-24T20:19:49.890Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-24T20:19:51.115Z] ---> 2e853127b6db [2023-04-24T20:19:51.115Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:19:51.400Z] ---> Running in a79f3afd3f3a [2023-04-24T20:19:52.880Z] ---> a2a77e65d05c [2023-04-24T20:19:52.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-24T20:19:57.165Z] ---> 1d4cb51435db [2023-04-24T20:19:57.165Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:19:57.433Z] ---> Running in a90052434258 [2023-04-24T20:19:58.396Z] Removing intermediate container a79f3afd3f3a [2023-04-24T20:19:58.396Z] ---> 57679a1b8222 [2023-04-24T20:19:58.396Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-24T20:19:58.662Z] ---> Running in 57ed31278e97 [2023-04-24T20:20:00.066Z] Removing intermediate container 57ed31278e97 [2023-04-24T20:20:00.066Z] ---> f582d52c0f6e [2023-04-24T20:20:00.066Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-24T20:20:00.066Z] ---> Running in 0c8cdd002dfd [2023-04-24T20:20:01.027Z] Removing intermediate container 0c8cdd002dfd [2023-04-24T20:20:01.027Z] ---> 63bdc8c040e3 [2023-04-24T20:20:01.027Z] Step 21/23 : LABEL arch=arm64 [2023-04-24T20:20:01.295Z] ---> Running in 1e9e6a92c60a [2023-04-24T20:20:01.563Z] Removing intermediate container a90052434258 [2023-04-24T20:20:01.563Z] ---> 42456825d055 [2023-04-24T20:20:01.563Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-24T20:20:01.835Z] ---> Running in d8e24706ab87 [2023-04-24T20:20:02.421Z] Removing intermediate container 1e9e6a92c60a [2023-04-24T20:20:02.421Z] ---> 5c1fc03dc1c6 [2023-04-24T20:20:02.421Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:20:02.690Z] Removing intermediate container d8e24706ab87 [2023-04-24T20:20:02.690Z] ---> 30bb9dbdae11 [2023-04-24T20:20:02.690Z] Step 20/22 : LABEL arch=arm64 [2023-04-24T20:20:02.690Z] ---> Running in ee82d453bd9b [2023-04-24T20:20:02.960Z] ---> Running in 122848eb1087 [2023-04-24T20:20:03.922Z] Removing intermediate container ee82d453bd9b [2023-04-24T20:20:03.922Z] ---> 67877bccf771 [2023-04-24T20:20:03.922Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:20:03.922Z] ---> Running in 800ae0ad1e73 [2023-04-24T20:20:04.190Z] Removing intermediate container 122848eb1087 [2023-04-24T20:20:04.191Z] ---> 9e7dc927a3f8 [2023-04-24T20:20:04.191Z] Step 21/22 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:20:04.458Z] ---> Running in a8c08a34e157 [2023-04-24T20:20:05.042Z] Removing intermediate container 800ae0ad1e73 [2023-04-24T20:20:05.042Z] ---> f4eb3ef5893f [2023-04-24T20:20:05.042Z] [2023-04-24T20:20:05.310Z] Removing intermediate container a8c08a34e157 [2023-04-24T20:20:05.310Z] ---> d2634eb2f507 [2023-04-24T20:20:05.310Z] Step 22/22 : LABEL version=3.0.0-dev.137 [2023-04-24T20:20:05.310Z] Successfully built f4eb3ef5893f [2023-04-24T20:20:05.310Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-24T20:20:05.310Z]  Building security-proxy-auth ... done Building core-data [2023-04-24T20:20:05.310Z] ---> Running in 2ae5b4d51a81 [2023-04-24T20:20:06.269Z] Removing intermediate container 2ae5b4d51a81 [2023-04-24T20:20:06.269Z] ---> 911361a6475f [2023-04-24T20:20:06.269Z] [2023-04-24T20:20:06.536Z] Successfully built 911361a6475f [2023-04-24T20:20:06.536Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-24T20:20:06.536Z]  Building security-proxy-setup ... done Building support-scheduler [2023-04-24T20:20:09.881Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:20:09.882Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:20:09.882Z] ---> 97968b0c42ab [2023-04-24T20:20:09.882Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:20:09.882Z] ---> Using cache [2023-04-24T20:20:09.882Z] ---> 94609f56bfac [2023-04-24T20:20:09.882Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:20:09.882Z] ---> Using cache [2023-04-24T20:20:09.882Z] ---> 3b61b0478ddf [2023-04-24T20:20:09.882Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:20:09.882Z] ---> Using cache [2023-04-24T20:20:09.882Z] ---> 26853274760c [2023-04-24T20:20:09.882Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:20:09.882Z] ---> Using cache [2023-04-24T20:20:09.882Z] ---> eb316c8784e5 [2023-04-24T20:20:09.882Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:20:09.882Z] ---> Using cache [2023-04-24T20:20:09.882Z] ---> c0035abe7072 [2023-04-24T20:20:09.882Z] Step 8/23 : COPY . . [2023-04-24T20:20:10.151Z] ---> Using cache [2023-04-24T20:20:10.151Z] ---> 8ba38ebac228 [2023-04-24T20:20:10.151Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-24T20:20:11.579Z] ---> Running in 2d4ee217f44b [2023-04-24T20:20:11.846Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:20:11.846Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:20:11.846Z] ---> 97968b0c42ab [2023-04-24T20:20:11.846Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:20:11.846Z] ---> Using cache [2023-04-24T20:20:11.846Z] ---> 94609f56bfac [2023-04-24T20:20:11.846Z] Step 4/23 : WORKDIR /edgex-go [2023-04-24T20:20:11.846Z] ---> Using cache [2023-04-24T20:20:11.846Z] ---> 3b61b0478ddf [2023-04-24T20:20:11.846Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-24T20:20:11.846Z] ---> Using cache [2023-04-24T20:20:11.846Z] ---> 26853274760c [2023-04-24T20:20:11.846Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-24T20:20:12.122Z] ---> Using cache [2023-04-24T20:20:12.122Z] ---> eb316c8784e5 [2023-04-24T20:20:12.122Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:20:12.122Z] ---> Using cache [2023-04-24T20:20:12.122Z] ---> c0035abe7072 [2023-04-24T20:20:12.122Z] Step 8/23 : COPY . . [2023-04-24T20:20:12.399Z] ---> Using cache [2023-04-24T20:20:12.399Z] ---> 8ba38ebac228 [2023-04-24T20:20:12.399Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-24T20:20:12.667Z] ---> Running in 14d690eb43a2 [2023-04-24T20:20:12.942Z] Removing intermediate container 19397a44a8dc [2023-04-24T20:20:12.942Z] ---> 40e57a26bee2 [2023-04-24T20:20:12.942Z] [2023-04-24T20:20:12.942Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:20:12.942Z] ---> 51e60588ff2c [2023-04-24T20:20:12.942Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-24T20:20:12.942Z] ---> Using cache [2023-04-24T20:20:12.942Z] ---> 265d8ea8aee9 [2023-04-24T20:20:12.942Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:20:12.942Z] ---> Using cache [2023-04-24T20:20:12.942Z] ---> 1fd0108d45b6 [2023-04-24T20:20:12.942Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:20:12.942Z] ---> Using cache [2023-04-24T20:20:12.942Z] ---> a190a50816b2 [2023-04-24T20:20:12.942Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:20:13.210Z] ---> Using cache [2023-04-24T20:20:13.210Z] ---> 08ceaa9391e4 [2023-04-24T20:20:13.210Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-24T20:20:14.171Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-24T20:20:15.148Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-04-24T20:20:15.456Z] ---> b26f3e4026f6 [2023-04-24T20:20:15.456Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:20:16.411Z] ---> 2d95c2c91fd7 [2023-04-24T20:20:16.411Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-24T20:20:17.367Z] ---> 0c45a16973f4 [2023-04-24T20:20:17.367Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:20:17.367Z] ---> Running in 8e07c21f095b [2023-04-24T20:20:20.712Z] Removing intermediate container 8e07c21f095b [2023-04-24T20:20:20.712Z] ---> c590716d8d5e [2023-04-24T20:20:20.712Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-24T20:20:20.712Z] ---> Running in 3da3e6cfc52f [2023-04-24T20:20:20.982Z] Removing intermediate container 3da3e6cfc52f [2023-04-24T20:20:20.982Z] ---> f449975f7c4a [2023-04-24T20:20:20.982Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-24T20:20:21.250Z] ---> Running in e8e2e04d56a2 [2023-04-24T20:20:21.852Z] Removing intermediate container e8e2e04d56a2 [2023-04-24T20:20:21.852Z] ---> 24280cb87a05 [2023-04-24T20:20:21.852Z] Step 21/23 : LABEL arch=arm64 [2023-04-24T20:20:21.852Z] ---> Running in cb08e2015e65 [2023-04-24T20:20:22.454Z] Removing intermediate container cb08e2015e65 [2023-04-24T20:20:22.454Z] ---> 55a81dcc8a0c [2023-04-24T20:20:22.454Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:20:22.454Z] ---> Running in 6f30373586b3 [2023-04-24T20:20:23.044Z] Removing intermediate container 6f30373586b3 [2023-04-24T20:20:23.044Z] ---> bf1ef5f98881 [2023-04-24T20:20:23.044Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:20:24.994Z] ---> Running in 971cb307be02 [2023-04-24T20:20:25.594Z] Removing intermediate container 971cb307be02 [2023-04-24T20:20:25.594Z] ---> 989c41bb33ba [2023-04-24T20:20:25.594Z] [2023-04-24T20:20:25.594Z] Successfully built 989c41bb33ba [2023-04-24T20:20:25.594Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-24T20:20:25.594Z]  Building core-common-config-bootstrapper ... done Building security-spire-agent [2023-04-24T20:20:29.852Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:20:29.852Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:20:29.852Z] ---> 97968b0c42ab [2023-04-24T20:20:29.852Z] Step 3/27 : WORKDIR /edgex-go [2023-04-24T20:20:29.852Z] ---> Using cache [2023-04-24T20:20:29.852Z] ---> a4c430f386be [2023-04-24T20:20:29.852Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-24T20:20:29.852Z] ---> Running in 317ae98c9cac [2023-04-24T20:20:31.265Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:20:32.226Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:20:33.628Z] OK: 263 MiB in 53 packages [2023-04-24T20:20:35.039Z] Removing intermediate container 317ae98c9cac [2023-04-24T20:20:35.039Z] ---> 462d15f068c4 [2023-04-24T20:20:35.039Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-24T20:20:39.288Z] ---> b1423c37e168 [2023-04-24T20:20:39.288Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:20:39.288Z] ---> Running in a97876791d51 [2023-04-24T20:22:15.941Z] Removing intermediate container 512d7f35d498 [2023-04-24T20:22:15.941Z] ---> ab5be077b2e5 [2023-04-24T20:22:15.941Z] [2023-04-24T20:22:15.941Z] Step 9/20 : FROM alpine:3.17 [2023-04-24T20:22:15.941Z] ---> 51e60588ff2c [2023-04-24T20:22:15.941Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-24T20:22:15.941Z] ---> Running in 4c62187681c2 [2023-04-24T20:22:15.941Z] Removing intermediate container 4c62187681c2 [2023-04-24T20:22:15.941Z] ---> 3932e9cf3c5b [2023-04-24T20:22:15.941Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-24T20:22:15.941Z] ---> Running in 5ce09a6ae678 [2023-04-24T20:22:15.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:15.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:15.941Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:22:15.941Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:22:15.941Z] OK: 17691 distinct packages available [2023-04-24T20:22:15.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:15.941Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:15.941Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-24T20:22:15.941Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-24T20:22:15.941Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-24T20:22:15.941Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-24T20:22:15.941Z] (5/9) Installing curl (8.0.1-r0) [2023-04-24T20:22:15.941Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-24T20:22:15.941Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-24T20:22:15.941Z] (8/9) Installing libucontext (1.2-r0) [2023-04-24T20:22:15.941Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-24T20:22:15.941Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:22:15.941Z] Executing ca-certificates-20220614-r4.trigger [2023-04-24T20:22:16.207Z] OK: 11 MiB in 24 packages [2023-04-24T20:22:19.548Z] Removing intermediate container 5ce09a6ae678 [2023-04-24T20:22:19.548Z] ---> c4e045f23be0 [2023-04-24T20:22:19.548Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:22:19.814Z] Removing intermediate container a97876791d51 [2023-04-24T20:22:19.814Z] ---> 9ccf7b56b923 [2023-04-24T20:22:19.814Z] Step 7/27 : COPY . . [2023-04-24T20:22:20.399Z] ---> d71f04856715 [2023-04-24T20:22:20.399Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:22:21.811Z] ---> 9632e1a48314 [2023-04-24T20:22:21.811Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-24T20:22:26.070Z] ---> 9dcb660eb721 [2023-04-24T20:22:26.070Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:22:26.346Z] ---> b27a359c445d [2023-04-24T20:22:26.346Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-24T20:22:26.346Z] ---> Running in f946e758beed [2023-04-24T20:22:27.318Z] Removing intermediate container f946e758beed [2023-04-24T20:22:27.318Z] ---> 3daacdbf4612 [2023-04-24T20:22:27.318Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-24T20:22:27.318Z] ---> Running in 5c00f731607b [2023-04-24T20:22:27.318Z] ---> 9bbe6e5c28b0 [2023-04-24T20:22:27.584Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-24T20:22:27.584Z] ---> Running in fc552d022ca0 [2023-04-24T20:22:27.853Z] Removing intermediate container 5c00f731607b [2023-04-24T20:22:27.853Z] ---> 451802f7d1a7 [2023-04-24T20:22:27.853Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-24T20:22:28.121Z] ---> Running in cb0e0382b189 [2023-04-24T20:22:28.121Z] Removing intermediate container fc552d022ca0 [2023-04-24T20:22:28.121Z] ---> 6b3ce4b64ce0 [2023-04-24T20:22:28.121Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:22:28.400Z] ---> Running in f4378b6d6e89 [2023-04-24T20:22:28.666Z] Removing intermediate container cb0e0382b189 [2023-04-24T20:22:28.666Z] ---> 0769da27e142 [2023-04-24T20:22:28.666Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-24T20:22:28.935Z] ---> Running in 97b5a3a5b384 [2023-04-24T20:22:29.205Z] Removing intermediate container f4378b6d6e89 [2023-04-24T20:22:29.205Z] ---> ba24b03a9378 [2023-04-24T20:22:29.205Z] Step 18/20 : LABEL arch=arm64 [2023-04-24T20:22:29.205Z] ---> Running in c645275a5b7e [2023-04-24T20:22:30.168Z] Removing intermediate container c645275a5b7e [2023-04-24T20:22:30.168Z] ---> 378fafbc3244 [2023-04-24T20:22:30.168Z] Step 19/20 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:22:30.440Z] ---> Running in 9f20f2eedd3b [2023-04-24T20:22:31.025Z] Removing intermediate container 9f20f2eedd3b [2023-04-24T20:22:31.025Z] ---> 0d07dc7e7c6e [2023-04-24T20:22:31.025Z] Step 20/20 : LABEL version=3.0.0-dev.137 [2023-04-24T20:22:31.293Z] ---> Running in d8d01979d0cc [2023-04-24T20:22:32.262Z] Removing intermediate container d8d01979d0cc [2023-04-24T20:22:32.262Z] ---> aa368f7e6970 [2023-04-24T20:22:32.262Z] [2023-04-24T20:22:32.262Z] Successfully built aa368f7e6970 [2023-04-24T20:22:32.262Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-24T20:22:32.262Z] Building security-spire-config [2023-04-24T20:22:32.528Z]  Building security-spiffe-token-provider ... done Removing intermediate container 97b5a3a5b384 [2023-04-24T20:22:32.528Z] ---> 265a9629aa00 [2023-04-24T20:22:32.528Z] Step 12/27 : WORKDIR /edgex-go [2023-04-24T20:22:32.795Z] ---> Running in 9c0c7ab918dd [2023-04-24T20:22:33.375Z] Removing intermediate container 9c0c7ab918dd [2023-04-24T20:22:33.375Z] ---> d8cdebe7b82f [2023-04-24T20:22:33.375Z] [2023-04-24T20:22:33.375Z] Step 13/27 : FROM alpine:3.17 [2023-04-24T20:22:33.375Z] ---> 51e60588ff2c [2023-04-24T20:22:33.375Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-24T20:22:33.375Z] ---> Running in 77cc68b8a811 [2023-04-24T20:22:33.973Z] Removing intermediate container 77cc68b8a811 [2023-04-24T20:22:33.973Z] ---> 8ec50f500790 [2023-04-24T20:22:33.973Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-24T20:22:33.973Z] ---> Running in 2011ac908e52 [2023-04-24T20:22:35.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:36.883Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:22:36.883Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:22:36.883Z] ---> 97968b0c42ab [2023-04-24T20:22:36.883Z] Step 3/27 : WORKDIR /edgex-go [2023-04-24T20:22:36.883Z] ---> Using cache [2023-04-24T20:22:36.883Z] ---> a4c430f386be [2023-04-24T20:22:36.883Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-24T20:22:36.883Z] ---> Using cache [2023-04-24T20:22:36.883Z] ---> 462d15f068c4 [2023-04-24T20:22:36.883Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-24T20:22:36.883Z] ---> Using cache [2023-04-24T20:22:36.883Z] ---> b1423c37e168 [2023-04-24T20:22:36.883Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:22:36.883Z] ---> Using cache [2023-04-24T20:22:36.883Z] ---> 9ccf7b56b923 [2023-04-24T20:22:36.883Z] Step 7/27 : COPY . . [2023-04-24T20:22:36.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:37.151Z] ---> Using cache [2023-04-24T20:22:37.151Z] ---> b27a359c445d [2023-04-24T20:22:37.151Z] Step 8/27 : ARG SPIRE_RELEASE=1.6.3 [2023-04-24T20:22:37.151Z] ---> Using cache [2023-04-24T20:22:37.151Z] ---> 3daacdbf4612 [2023-04-24T20:22:37.151Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-24T20:22:37.151Z] ---> Using cache [2023-04-24T20:22:37.151Z] ---> 451802f7d1a7 [2023-04-24T20:22:37.151Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-24T20:22:37.151Z] ---> Using cache [2023-04-24T20:22:37.151Z] ---> 0769da27e142 [2023-04-24T20:22:37.151Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-24T20:22:37.151Z] ---> Using cache [2023-04-24T20:22:37.151Z] ---> 265a9629aa00 [2023-04-24T20:22:37.151Z] Step 12/27 : WORKDIR /edgex-go [2023-04-24T20:22:37.151Z] ---> Using cache [2023-04-24T20:22:37.151Z] ---> d8cdebe7b82f [2023-04-24T20:22:37.151Z] [2023-04-24T20:22:37.151Z] Step 13/27 : FROM alpine:3.17 [2023-04-24T20:22:37.151Z] ---> 51e60588ff2c [2023-04-24T20:22:37.151Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-24T20:22:37.151Z] ---> Using cache [2023-04-24T20:22:37.151Z] ---> 8ec50f500790 [2023-04-24T20:22:37.151Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-24T20:22:38.553Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:22:38.553Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:22:38.553Z] OK: 17691 distinct packages available [2023-04-24T20:22:38.553Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:38.821Z] ---> Running in 8f4a26d6fdfe [2023-04-24T20:22:39.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:40.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:41.328Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-24T20:22:41.328Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-24T20:22:41.328Z] (3/5) Installing libucontext (1.2-r0) [2023-04-24T20:22:41.328Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-24T20:22:41.328Z] (5/5) Installing openssl (3.0.8-r4) [2023-04-24T20:22:41.597Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:22:41.597Z] OK: 9 MiB in 20 packages [2023-04-24T20:22:41.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:43.275Z] Removing intermediate container 2011ac908e52 [2023-04-24T20:22:43.275Z] ---> b02dba89360f [2023-04-24T20:22:43.275Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:22:43.542Z] v3.17.3-120-g60944b2cca6 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-24T20:22:43.542Z] v3.17.3-130-gd2fdf8e1f90 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-24T20:22:43.542Z] OK: 17691 distinct packages available [2023-04-24T20:22:43.810Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:44.077Z] ---> 238643973ddd [2023-04-24T20:22:44.077Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:22:45.042Z] ---> 7c3b073028f8 [2023-04-24T20:22:45.042Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-24T20:22:45.042Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:22:46.456Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-24T20:22:46.456Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-24T20:22:46.456Z] (3/4) Installing libucontext (1.2-r0) [2023-04-24T20:22:46.456Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-24T20:22:46.456Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:22:46.729Z] OK: 8 MiB in 19 packages [2023-04-24T20:22:49.322Z] Removing intermediate container 8f4a26d6fdfe [2023-04-24T20:22:49.322Z] ---> c536442f390e [2023-04-24T20:22:49.322Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:22:49.590Z] ---> a3e4bb96c147 [2023-04-24T20:22:49.590Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-24T20:22:52.180Z] ---> bece3cbc9046 [2023-04-24T20:22:52.180Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:22:53.584Z] ---> 4d3db00c1dae [2023-04-24T20:22:53.584Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-24T20:23:01.785Z] ---> f86c1e3c6aa9 [2023-04-24T20:23:01.785Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-24T20:23:05.129Z] ---> 3d88e57117c6 [2023-04-24T20:23:05.129Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-24T20:23:05.395Z] ---> 7df2adcc5bf6 [2023-04-24T20:23:05.395Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-24T20:23:06.802Z] ---> dae7c17e5501 [2023-04-24T20:23:06.802Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-24T20:23:06.802Z] ---> Running in fdb523d7264a [2023-04-24T20:23:07.410Z] ---> 5c9a97f47e5f [2023-04-24T20:23:07.410Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-24T20:23:07.679Z] Removing intermediate container fdb523d7264a [2023-04-24T20:23:07.679Z] ---> dbdc8b343953 [2023-04-24T20:23:07.679Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-24T20:23:09.098Z] ---> 2286635cc1d3 [2023-04-24T20:23:09.098Z] Step 22/27 : WORKDIR / [2023-04-24T20:23:09.099Z] ---> Running in 47240b5c4428 [2023-04-24T20:23:09.099Z] ---> 09f3f868b6f3 [2023-04-24T20:23:09.099Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-24T20:23:09.367Z] ---> Running in c0240862e978 [2023-04-24T20:23:10.353Z] Removing intermediate container 47240b5c4428 [2023-04-24T20:23:10.353Z] ---> d02765323873 [2023-04-24T20:23:10.353Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-24T20:23:10.353Z] Removing intermediate container c0240862e978 [2023-04-24T20:23:10.353Z] ---> 613079e5a0c1 [2023-04-24T20:23:10.353Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-24T20:23:10.353Z] ---> Running in 6db0bc68228f [2023-04-24T20:23:10.353Z] ---> Running in e23973a5217f [2023-04-24T20:23:10.944Z] Removing intermediate container 2aad59210577 [2023-04-24T20:23:10.944Z] ---> 0821917cdc6f [2023-04-24T20:23:10.944Z] [2023-04-24T20:23:10.944Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:23:10.944Z] ---> 51e60588ff2c [2023-04-24T20:23:10.944Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-24T20:23:10.944Z] ---> Running in 9ae83ee1558e [2023-04-24T20:23:11.217Z] Removing intermediate container 6db0bc68228f [2023-04-24T20:23:11.217Z] ---> 8c8af8bb768f [2023-04-24T20:23:11.217Z] Step 25/27 : LABEL arch=arm64 [2023-04-24T20:23:11.217Z] Removing intermediate container e23973a5217f [2023-04-24T20:23:11.217Z] ---> 6da2a5983339 [2023-04-24T20:23:11.217Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-24T20:23:11.483Z] ---> Running in 1b461908fd25 [2023-04-24T20:23:11.756Z] ---> Running in cd291e13b380 [2023-04-24T20:23:12.345Z] Removing intermediate container 1b461908fd25 [2023-04-24T20:23:12.345Z] ---> 3036c1e8fd81 [2023-04-24T20:23:12.345Z] Step 25/27 : LABEL arch=arm64 [2023-04-24T20:23:12.621Z] ---> Running in 6d9ba353eafb [2023-04-24T20:23:12.621Z] Removing intermediate container cd291e13b380 [2023-04-24T20:23:12.621Z] ---> dfdccda3d07a [2023-04-24T20:23:12.621Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:23:12.621Z] ---> Running in 0ba36eb71e39 [2023-04-24T20:23:13.585Z] Removing intermediate container 0ba36eb71e39 [2023-04-24T20:23:13.585Z] ---> 3141a64ba012 [2023-04-24T20:23:13.585Z] Step 27/27 : LABEL version=3.0.0-dev.137Removing intermediate container 6d9ba353eafb [2023-04-24T20:23:13.585Z] [2023-04-24T20:23:13.585Z] ---> f8ba4203615f [2023-04-24T20:23:13.585Z] Step 26/27 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:23:13.585Z] ---> Running in c757faae05dd [2023-04-24T20:23:13.585Z] ---> Running in 88cbf8a38098 [2023-04-24T20:23:13.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:23:14.433Z] Removing intermediate container c757faae05dd [2023-04-24T20:23:14.433Z] ---> 4c0f6b1e3389 [2023-04-24T20:23:14.433Z] Step 27/27 : LABEL version=3.0.0-dev.137 [2023-04-24T20:23:14.433Z] Removing intermediate container 88cbf8a38098 [2023-04-24T20:23:14.433Z] ---> 9f348e26aa82 [2023-04-24T20:23:14.433Z] [2023-04-24T20:23:14.433Z] ---> Running in 4a43a5c31a6d [2023-04-24T20:23:14.700Z] Successfully built 9f348e26aa82 [2023-04-24T20:23:14.700Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-24T20:23:14.700Z] Building security-spire-server [2023-04-24T20:23:14.700Z]  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:23:14.966Z] Removing intermediate container 4a43a5c31a6d [2023-04-24T20:23:14.966Z] ---> 7e9ae6dda52c [2023-04-24T20:23:14.966Z] [2023-04-24T20:23:14.966Z] Successfully built 7e9ae6dda52c [2023-04-24T20:23:14.966Z] Successfully tagged security-spire-config-arm64:latest [2023-04-24T20:23:14.966Z]  Building security-spire-config ... done Building security-bootstrapper [2023-04-24T20:23:16.116Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-24T20:23:16.116Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-24T20:23:16.116Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:23:16.116Z] Executing ca-certificates-20220614-r4.trigger [2023-04-24T20:23:17.120Z] OK: 8 MiB in 17 packages [2023-04-24T20:23:19.147Z] Removing intermediate container 9ae83ee1558e [2023-04-24T20:23:19.147Z] ---> 0e1d6a24e0a6 [2023-04-24T20:23:19.147Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:23:19.147Z] ---> Running in 35cdaa938988 [2023-04-24T20:23:19.755Z] Removing intermediate container 35cdaa938988 [2023-04-24T20:23:19.755Z] ---> 288b79d0ddfa [2023-04-24T20:23:19.755Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-24T20:23:19.755Z] ---> Running in 93289e29f013 [2023-04-24T20:23:20.371Z] Removing intermediate container 93289e29f013 [2023-04-24T20:23:20.371Z] ---> f03dca0fdb26 [2023-04-24T20:23:20.371Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-24T20:23:20.372Z] ---> Running in 5c384a826efa [2023-04-24T20:23:20.956Z] Removing intermediate container 5c384a826efa [2023-04-24T20:23:20.956Z] ---> a22e354c6556 [2023-04-24T20:23:20.956Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:23:22.364Z] ---> 531830007f59 [2023-04-24T20:23:22.364Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:23:22.946Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:23:22.946Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:23:22.946Z] ---> 97968b0c42ab [2023-04-24T20:23:22.946Z] Step 3/26 : WORKDIR /edgex-go [2023-04-24T20:23:22.946Z] ---> Using cache [2023-04-24T20:23:22.946Z] ---> a4c430f386be [2023-04-24T20:23:22.946Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-24T20:23:22.946Z] ---> Using cache [2023-04-24T20:23:22.946Z] ---> 462d15f068c4 [2023-04-24T20:23:22.946Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-24T20:23:23.211Z] ---> Using cache [2023-04-24T20:23:23.211Z] ---> b1423c37e168 [2023-04-24T20:23:23.211Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:23:23.211Z] ---> Using cache [2023-04-24T20:23:23.211Z] ---> 9ccf7b56b923 [2023-04-24T20:23:23.211Z] Step 7/26 : COPY . . [2023-04-24T20:23:23.211Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:23:23.211Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:23:23.211Z] ---> 97968b0c42ab [2023-04-24T20:23:23.211Z] Step 3/33 : WORKDIR /edgex-go [2023-04-24T20:23:23.211Z] ---> Using cache [2023-04-24T20:23:23.211Z] ---> a4c430f386be [2023-04-24T20:23:23.211Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-24T20:23:23.211Z] ---> Using cache [2023-04-24T20:23:23.211Z] ---> c3dde2988d49 [2023-04-24T20:23:23.211Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-24T20:23:23.211Z] ---> Using cache [2023-04-24T20:23:23.211Z] ---> c67a9c5202b0 [2023-04-24T20:23:23.211Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:23:23.211Z] ---> Using cache [2023-04-24T20:23:23.211Z] ---> 9ac12d1c6532 [2023-04-24T20:23:23.211Z] Step 7/33 : COPY . . [2023-04-24T20:23:23.476Z] ---> Using cache [2023-04-24T20:23:23.476Z] ---> b27a359c445d [2023-04-24T20:23:23.476Z] Step 8/26 : ARG SPIRE_RELEASE=1.6.3 [2023-04-24T20:23:23.476Z] ---> Using cache [2023-04-24T20:23:23.476Z] ---> 3daacdbf4612 [2023-04-24T20:23:23.476Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-24T20:23:23.476Z] ---> Using cache [2023-04-24T20:23:23.476Z] ---> 451802f7d1a7 [2023-04-24T20:23:23.476Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-24T20:23:23.476Z] ---> Using cache [2023-04-24T20:23:23.476Z] ---> 0769da27e142 [2023-04-24T20:23:23.476Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-04-24T20:23:23.476Z] ---> Using cache [2023-04-24T20:23:23.476Z] ---> cca2c32aa517 [2023-04-24T20:23:23.476Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-24T20:23:23.749Z] ---> bb0b8916ad87 [2023-04-24T20:23:23.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-24T20:23:23.749Z] ---> Running in aa41df6a0633 [2023-04-24T20:23:23.749Z] ---> Running in 8a8e25ba8ae7 [2023-04-24T20:23:27.083Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-04-24T20:23:28.038Z] Removing intermediate container aa41df6a0633 [2023-04-24T20:23:28.038Z] ---> a54b2e451f6a [2023-04-24T20:23:28.038Z] Step 12/26 : WORKDIR /edgex-go [2023-04-24T20:23:28.038Z] ---> Running in 3a60a454806d [2023-04-24T20:23:28.304Z] ---> ce3542ec2600 [2023-04-24T20:23:28.304Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:23:28.571Z] Removing intermediate container 3a60a454806d [2023-04-24T20:23:28.836Z] ---> 61c12a8d4ad3 [2023-04-24T20:23:28.836Z] [2023-04-24T20:23:28.836Z] Step 13/26 : FROM alpine:3.17 [2023-04-24T20:23:28.836Z] ---> 51e60588ff2c [2023-04-24T20:23:28.836Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-24T20:23:28.836Z] ---> Using cache [2023-04-24T20:23:28.836Z] ---> 8ec50f500790 [2023-04-24T20:23:28.836Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-24T20:23:28.836Z] ---> Using cache [2023-04-24T20:23:28.836Z] ---> b02dba89360f [2023-04-24T20:23:28.836Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:23:28.836Z] ---> Using cache [2023-04-24T20:23:28.836Z] ---> 238643973ddd [2023-04-24T20:23:28.836Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:23:28.836Z] ---> Using cache [2023-04-24T20:23:28.836Z] ---> 7c3b073028f8 [2023-04-24T20:23:28.836Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-24T20:23:29.417Z] ---> 74c0810fd470 [2023-04-24T20:23:29.417Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-24T20:23:30.828Z] ---> Running in a05b79d29fea [2023-04-24T20:23:31.797Z] Removing intermediate container a05b79d29fea [2023-04-24T20:23:31.797Z] ---> 770aaafa4a84 [2023-04-24T20:23:31.797Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:23:31.797Z] ---> Running in 443444f3523a [2023-04-24T20:23:32.383Z] Removing intermediate container 443444f3523a [2023-04-24T20:23:32.383Z] ---> f6dcf1a239aa [2023-04-24T20:23:32.384Z] Step 21/23 : LABEL arch=arm64 [2023-04-24T20:23:32.660Z] ---> Running in 3c1a18836893 [2023-04-24T20:23:33.618Z] Removing intermediate container 3c1a18836893 [2023-04-24T20:23:33.618Z] ---> b4214d64eb3c [2023-04-24T20:23:33.618Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:23:33.618Z] ---> Running in 77ff9f054d18 [2023-04-24T20:23:34.578Z] Removing intermediate container 77ff9f054d18 [2023-04-24T20:23:34.578Z] ---> 076abe8c6d45 [2023-04-24T20:23:34.578Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:23:34.578Z] ---> Running in 3e8666d5daa7 [2023-04-24T20:23:35.538Z] Removing intermediate container 3e8666d5daa7 [2023-04-24T20:23:35.538Z] ---> e9ea10dae799 [2023-04-24T20:23:35.538Z] [2023-04-24T20:23:35.822Z] Successfully built e9ea10dae799 [2023-04-24T20:23:35.822Z] ---> 8de2b914ee1b [2023-04-24T20:23:35.822Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-24T20:23:35.822Z] Successfully tagged support-notifications-arm64:latest [2023-04-24T20:23:35.822Z] Building security-secretstore-setup [2023-04-24T20:23:36.779Z]  Building support-notifications ... done  ---> 170156b32ddf [2023-04-24T20:23:36.779Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-24T20:23:37.735Z] ---> 6fcece8b2f59 [2023-04-24T20:23:37.735Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-24T20:23:38.697Z] ---> 87aec4fd99af [2023-04-24T20:23:38.697Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-24T20:23:38.697Z] ---> Running in 0b58e443174e [2023-04-24T20:23:39.283Z] Removing intermediate container 0b58e443174e [2023-04-24T20:23:39.283Z] ---> 7787a4faf131 [2023-04-24T20:23:39.283Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-24T20:23:39.554Z] ---> Running in 11522931eb93 [2023-04-24T20:23:40.161Z] Removing intermediate container 11522931eb93 [2023-04-24T20:23:40.161Z] ---> ffb25feba7b7 [2023-04-24T20:23:40.161Z] Step 24/26 : LABEL arch=arm64 [2023-04-24T20:23:40.161Z] ---> Running in 3e19ec177991 [2023-04-24T20:23:41.118Z] Removing intermediate container 3e19ec177991 [2023-04-24T20:23:41.118Z] ---> 6de686cdec85 [2023-04-24T20:23:41.118Z] Step 25/26 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:23:41.385Z] ---> Running in 087867649fe9 [2023-04-24T20:23:41.385Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:23:41.385Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:23:41.385Z] ---> 97968b0c42ab [2023-04-24T20:23:41.385Z] Step 3/25 : WORKDIR /edgex-go [2023-04-24T20:23:41.385Z] ---> Using cache [2023-04-24T20:23:41.385Z] ---> a4c430f386be [2023-04-24T20:23:41.385Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-24T20:23:41.385Z] ---> Using cache [2023-04-24T20:23:41.385Z] ---> c3dde2988d49 [2023-04-24T20:23:41.385Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-24T20:23:41.385Z] ---> Using cache [2023-04-24T20:23:41.385Z] ---> c67a9c5202b0 [2023-04-24T20:23:41.654Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:23:41.654Z] ---> Using cache [2023-04-24T20:23:41.654Z] ---> 9ac12d1c6532 [2023-04-24T20:23:41.654Z] Step 7/25 : COPY . . [2023-04-24T20:23:41.921Z] ---> Using cache [2023-04-24T20:23:41.921Z] ---> cca2c32aa517 [2023-04-24T20:23:41.921Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-24T20:23:43.868Z] ---> Running in c9cb288fe119 [2023-04-24T20:23:43.868Z] Removing intermediate container 087867649fe9 [2023-04-24T20:23:43.868Z] ---> 4906eef0c6c3 [2023-04-24T20:23:43.868Z] Step 26/26 : LABEL version=3.0.0-dev.137 [2023-04-24T20:23:44.137Z] ---> Running in c91119410a32 [2023-04-24T20:23:44.721Z] Removing intermediate container c91119410a32 [2023-04-24T20:23:44.721Z] ---> c0fe629445ba [2023-04-24T20:23:44.721Z] [2023-04-24T20:23:45.003Z] Successfully built c0fe629445ba [2023-04-24T20:23:45.003Z] Successfully tagged security-spire-server-arm64:latest [2023-04-24T20:23:45.003Z] Building core-command [2023-04-24T20:23:45.589Z]  Building security-spire-server ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-04-24T20:23:48.929Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:23:48.929Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:23:48.929Z] ---> 97968b0c42ab [2023-04-24T20:23:48.929Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:23:48.929Z] ---> Using cache [2023-04-24T20:23:48.929Z] ---> 94609f56bfac [2023-04-24T20:23:48.929Z] Step 4/24 : WORKDIR /edgex-go [2023-04-24T20:23:48.929Z] ---> Using cache [2023-04-24T20:23:48.929Z] ---> 3b61b0478ddf [2023-04-24T20:23:48.929Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-24T20:23:48.929Z] ---> Using cache [2023-04-24T20:23:48.929Z] ---> 26853274760c [2023-04-24T20:23:48.929Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-24T20:23:48.929Z] ---> Using cache [2023-04-24T20:23:48.929Z] ---> eb316c8784e5 [2023-04-24T20:23:48.929Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:23:48.929Z] ---> Using cache [2023-04-24T20:23:48.929Z] ---> c0035abe7072 [2023-04-24T20:23:48.929Z] Step 8/24 : COPY . . [2023-04-24T20:23:48.929Z] ---> Using cache [2023-04-24T20:23:48.929Z] ---> 8ba38ebac228 [2023-04-24T20:23:48.929Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-24T20:23:48.929Z] ---> Running in df8a604f9e28 [2023-04-24T20:23:50.897Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-04-24T20:27:27.657Z] Removing intermediate container 2d4ee217f44b [2023-04-24T20:27:27.657Z] ---> 6aa4c223c557 [2023-04-24T20:27:27.657Z] [2023-04-24T20:27:27.657Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:27:27.657Z] ---> 51e60588ff2c [2023-04-24T20:27:27.657Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:27:27.657Z] ---> Running in 2ab8e8f6bcc5 [2023-04-24T20:27:27.657Z] Removing intermediate container 2ab8e8f6bcc5 [2023-04-24T20:27:27.657Z] ---> 3f1ad1f3ae80 [2023-04-24T20:27:27.657Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-24T20:27:27.657Z] ---> Running in 865740da9930 [2023-04-24T20:27:27.657Z] Removing intermediate container 865740da9930 [2023-04-24T20:27:27.657Z] ---> fb69079b32ae [2023-04-24T20:27:27.657Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-24T20:27:27.657Z] ---> Running in 05400a84684e [2023-04-24T20:27:27.657Z] Removing intermediate container 05400a84684e [2023-04-24T20:27:27.657Z] ---> 46e9ac917a22 [2023-04-24T20:27:27.657Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:27:27.657Z] ---> Running in 089059721e5f [2023-04-24T20:27:27.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:27:27.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:27:27.657Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T20:27:27.657Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:27:27.657Z] OK: 8 MiB in 16 packages [2023-04-24T20:27:30.242Z] Removing intermediate container 089059721e5f [2023-04-24T20:27:30.242Z] ---> 51be3f502bf8 [2023-04-24T20:27:30.242Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:27:31.211Z] ---> 01201971a780 [2023-04-24T20:27:31.211Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:27:32.172Z] ---> bddf25092f35 [2023-04-24T20:27:32.172Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-24T20:27:34.109Z] ---> 07b7325f2c65 [2023-04-24T20:27:34.109Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:27:34.691Z] ---> 5e2a0140f416 [2023-04-24T20:27:34.691Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-24T20:27:34.960Z] ---> Running in 6b7a3c972eac [2023-04-24T20:27:35.541Z] Removing intermediate container 6b7a3c972eac [2023-04-24T20:27:35.541Z] ---> 2ca60af3ea8e [2023-04-24T20:27:35.541Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:27:35.541Z] ---> Running in d1ab07cf065d [2023-04-24T20:27:36.120Z] Removing intermediate container d1ab07cf065d [2023-04-24T20:27:36.120Z] ---> 05542d722474 [2023-04-24T20:27:36.120Z] Step 21/23 : LABEL arch=arm64 [2023-04-24T20:27:36.120Z] ---> Running in b40d070a31df [2023-04-24T20:27:36.703Z] Removing intermediate container b40d070a31df [2023-04-24T20:27:36.703Z] ---> aa065e51443a [2023-04-24T20:27:36.703Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:27:36.979Z] ---> Running in 2292ab4f1202 [2023-04-24T20:27:37.246Z] Removing intermediate container 2292ab4f1202 [2023-04-24T20:27:37.246Z] ---> 7e6c7fb12d0a [2023-04-24T20:27:37.246Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:27:37.517Z] ---> Running in 5a7949764039 [2023-04-24T20:27:38.109Z] Removing intermediate container 5a7949764039 [2023-04-24T20:27:38.109Z] ---> 5ac662897eec [2023-04-24T20:27:38.109Z] [2023-04-24T20:27:38.109Z] Successfully built 5ac662897eec [2023-04-24T20:27:38.109Z] Successfully tagged core-data-arm64:latest [2023-04-24T20:27:38.109Z]  Building core-data ... done Building core-metadata [2023-04-24T20:27:41.442Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-24T20:27:41.442Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-24T20:27:41.442Z] ---> 97968b0c42ab [2023-04-24T20:27:41.442Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-24T20:27:41.442Z] ---> Using cache [2023-04-24T20:27:41.442Z] ---> 94609f56bfac [2023-04-24T20:27:41.442Z] Step 4/25 : WORKDIR /edgex-go [2023-04-24T20:27:41.442Z] ---> Using cache [2023-04-24T20:27:41.442Z] ---> 3b61b0478ddf [2023-04-24T20:27:41.442Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-24T20:27:41.442Z] ---> Using cache [2023-04-24T20:27:41.442Z] ---> 26853274760c [2023-04-24T20:27:41.442Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-24T20:27:41.442Z] ---> Using cache [2023-04-24T20:27:41.442Z] ---> eb316c8784e5 [2023-04-24T20:27:41.442Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-24T20:27:41.442Z] ---> Using cache [2023-04-24T20:27:41.442Z] ---> c0035abe7072 [2023-04-24T20:27:41.442Z] Step 8/25 : COPY . . [2023-04-24T20:27:41.442Z] ---> Using cache [2023-04-24T20:27:41.442Z] ---> 8ba38ebac228 [2023-04-24T20:27:41.442Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-24T20:27:42.854Z] ---> Running in a7a9d00da2e3 [2023-04-24T20:27:44.805Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-04-24T20:30:21.517Z] Removing intermediate container 14d690eb43a2 [2023-04-24T20:30:21.517Z] ---> dcacd49a251d [2023-04-24T20:30:21.517Z] [2023-04-24T20:30:21.517Z] Step 10/23 : FROM alpine:3.17 [2023-04-24T20:30:21.517Z] ---> 51e60588ff2c [2023-04-24T20:30:21.517Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:30:21.517Z] ---> Running in e56213248491 [2023-04-24T20:30:21.517Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.137" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-04-24T20:30:21.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:30:21.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:30:21.517Z] Removing intermediate container 8a8e25ba8ae7 [2023-04-24T20:30:21.517Z] ---> aec5e5a6a2fb [2023-04-24T20:30:21.517Z] [2023-04-24T20:30:21.517Z] Step 9/33 : FROM alpine:3.17 [2023-04-24T20:30:21.517Z] ---> 51e60588ff2c [2023-04-24T20:30:21.517Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-24T20:30:21.517Z] ---> Using cache [2023-04-24T20:30:21.517Z] ---> 3932e9cf3c5b [2023-04-24T20:30:21.517Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-24T20:30:21.517Z] ---> Running in fb1de7a32a52 [2023-04-24T20:30:21.517Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-24T20:30:21.517Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:30:21.517Z] OK: 8 MiB in 16 packages [2023-04-24T20:30:21.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:30:21.517Z] Removing intermediate container e56213248491 [2023-04-24T20:30:21.517Z] ---> 9f50d124097f [2023-04-24T20:30:21.517Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:30:21.517Z] ---> Running in ead9c7d7f902 [2023-04-24T20:30:21.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:30:21.517Z] Removing intermediate container ead9c7d7f902 [2023-04-24T20:30:21.517Z] ---> f7479df11a59 [2023-04-24T20:30:21.517Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-24T20:30:21.517Z] ---> Running in 754c14e1f3fc [2023-04-24T20:30:21.517Z] Removing intermediate container 754c14e1f3fc [2023-04-24T20:30:21.517Z] ---> 4c89ffdcc36f [2023-04-24T20:30:21.517Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-24T20:30:21.517Z] ---> Running in 9882290d04c4 [2023-04-24T20:30:21.517Z] Removing intermediate container 9882290d04c4 [2023-04-24T20:30:21.517Z] ---> faace7f15746 [2023-04-24T20:30:21.517Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:30:21.517Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-24T20:30:21.517Z] (2/2) Installing su-exec (0.2-r2) [2023-04-24T20:30:21.517Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:30:21.786Z] OK: 8 MiB in 17 packages [2023-04-24T20:30:22.374Z] ---> 6dedaa96e1e8 [2023-04-24T20:30:22.374Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:30:25.725Z] ---> e5377c601ada [2023-04-24T20:30:25.725Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-24T20:30:25.996Z] Removing intermediate container fb1de7a32a52 [2023-04-24T20:30:25.996Z] ---> a83fbd6b0571 [2023-04-24T20:30:25.996Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-24T20:30:26.265Z] ---> Running in a0d9774344bd [2023-04-24T20:30:27.229Z] Removing intermediate container a0d9774344bd [2023-04-24T20:30:27.229Z] ---> b340811c9666 [2023-04-24T20:30:27.229Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-24T20:30:27.229Z] ---> Running in 1b87766ea79f [2023-04-24T20:30:28.191Z] Removing intermediate container 1b87766ea79f [2023-04-24T20:30:28.191Z] ---> 73573e804c62 [2023-04-24T20:30:28.191Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-24T20:30:28.459Z] ---> Running in 691510e4e12c [2023-04-24T20:30:29.872Z] Removing intermediate container 691510e4e12c [2023-04-24T20:30:29.872Z] ---> 89c4bd2b03bb [2023-04-24T20:30:29.872Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-24T20:30:29.872Z] ---> Running in 278187b6f9cd [2023-04-24T20:30:31.286Z] Removing intermediate container 278187b6f9cd [2023-04-24T20:30:31.286Z] ---> 73136977a049 [2023-04-24T20:30:31.286Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-24T20:30:31.286Z] ---> Running in 48a54a1db357 [2023-04-24T20:30:31.553Z] ---> ee81deedbdae [2023-04-24T20:30:31.553Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:30:33.562Z] ---> 0ce2c197a00d [2023-04-24T20:30:33.562Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-24T20:30:33.842Z] ---> Running in c7f79a6b7bee [2023-04-24T20:30:35.258Z] Removing intermediate container c7f79a6b7bee [2023-04-24T20:30:35.258Z] ---> 0abdb1449dca [2023-04-24T20:30:35.258Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:30:35.258Z] ---> Running in 6fb3f5c13c65 [2023-04-24T20:30:35.842Z] Removing intermediate container 48a54a1db357 [2023-04-24T20:30:35.842Z] ---> b8dd9e09bbb8 [2023-04-24T20:30:35.842Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-24T20:30:36.110Z] ---> Running in bb58838ac942 [2023-04-24T20:30:40.390Z] Removing intermediate container 6fb3f5c13c65 [2023-04-24T20:30:40.390Z] ---> 59b096fd2d56 [2023-04-24T20:30:40.390Z] Step 21/23 : LABEL arch=arm64 [2023-04-24T20:30:40.390Z] Removing intermediate container bb58838ac942 [2023-04-24T20:30:40.390Z] ---> 61e1f21149e0 [2023-04-24T20:30:40.390Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-24T20:30:40.390Z] ---> Running in e03fa2da91b6 [2023-04-24T20:30:41.350Z] Removing intermediate container e03fa2da91b6 [2023-04-24T20:30:41.350Z] ---> f00829ec35f5 [2023-04-24T20:30:41.350Z] Step 22/23 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:30:41.620Z] ---> Running in 16961d9184a2 [2023-04-24T20:30:41.620Z] Removing intermediate container c9cb288fe119 [2023-04-24T20:30:41.620Z] ---> ad641bb0598a [2023-04-24T20:30:41.620Z] [2023-04-24T20:30:41.620Z] Step 9/25 : FROM alpine:3.17 [2023-04-24T20:30:41.620Z] ---> 51e60588ff2c [2023-04-24T20:30:41.620Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-24T20:30:41.890Z] ---> ff1ed6078de8 [2023-04-24T20:30:41.890Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-24T20:30:41.890Z] ---> Running in 99a36d230990 [2023-04-24T20:30:42.159Z] ---> Running in 3a50da68993f [2023-04-24T20:30:42.744Z] Removing intermediate container 16961d9184a2 [2023-04-24T20:30:42.744Z] ---> f1d3f4249a1c [2023-04-24T20:30:42.744Z] Step 23/23 : LABEL version=3.0.0-dev.137 [2023-04-24T20:30:43.015Z] ---> Running in f87f344022af [2023-04-24T20:30:43.602Z] Removing intermediate container f87f344022af [2023-04-24T20:30:43.602Z] ---> 61d78bbeaa31 [2023-04-24T20:30:43.602Z] [2023-04-24T20:30:43.869Z] Successfully built 61d78bbeaa31 [2023-04-24T20:30:43.869Z] Successfully tagged support-scheduler-arm64:latest [2023-04-24T20:30:44.830Z]  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-24T20:30:45.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-24T20:30:46.385Z] Removing intermediate container 3a50da68993f [2023-04-24T20:30:46.385Z] ---> 9159ebffa9b1 [2023-04-24T20:30:46.385Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:30:47.356Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-24T20:30:47.356Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-24T20:30:47.356Z] ---> 7cb5683941b4 [2023-04-24T20:30:47.356Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:30:47.356Z] (3/3) Installing su-exec (0.2-r2) [2023-04-24T20:30:47.356Z] Executing busybox-1.35.0-r29.trigger [2023-04-24T20:30:47.356Z] Executing ca-certificates-20220614-r4.trigger [2023-04-24T20:30:47.956Z] OK: 8 MiB in 18 packages [2023-04-24T20:30:48.229Z] ---> 9f5b780d4b4c [2023-04-24T20:30:48.496Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-24T20:30:50.450Z] Removing intermediate container 99a36d230990 [2023-04-24T20:30:50.450Z] ---> 437c796a34b3 [2023-04-24T20:30:50.450Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-24T20:30:53.028Z] ---> Running in e4b88b395a59 [2023-04-24T20:30:53.028Z] ---> d1d96a69ed84 [2023-04-24T20:30:53.028Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-24T20:30:53.622Z] Removing intermediate container e4b88b395a59 [2023-04-24T20:30:53.622Z] ---> 65495ec54765 [2023-04-24T20:30:53.622Z] Step 12/25 : WORKDIR / [2023-04-24T20:30:53.892Z] ---> Running in 20febdf6bf20 [2023-04-24T20:30:54.160Z] ---> ac5b56b2baa3 [2023-04-24T20:30:54.160Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-24T20:30:54.744Z] Removing intermediate container 20febdf6bf20 [2023-04-24T20:30:54.744Z] ---> 76273a1dc47c [2023-04-24T20:30:54.744Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:30:55.707Z] ---> d6c130adbea1 [2023-04-24T20:30:55.707Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-24T20:30:56.669Z] ---> d0dd85bf24aa [2023-04-24T20:30:56.669Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:30:57.252Z] ---> 74e93b8ab44b [2023-04-24T20:30:57.252Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-24T20:30:58.491Z] ---> 337fead9db2b [2023-04-24T20:30:58.491Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-04-24T20:30:59.162Z] ---> 1c2c33bcb9c6 [2023-04-24T20:30:59.162Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-24T20:31:00.664Z] ---> 5e88f4bd66b5 [2023-04-24T20:31:00.664Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-04-24T20:31:00.935Z] ---> d36c7c661c2d [2023-04-24T20:31:00.935Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-24T20:31:01.235Z] ---> Running in 13d042bd5b7a [2023-04-24T20:31:03.204Z] ---> c8e4b8d4800b [2023-04-24T20:31:03.204Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:31:07.465Z] ---> 0b838a6472fe [2023-04-24T20:31:07.465Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-24T20:31:07.741Z] Removing intermediate container 13d042bd5b7a [2023-04-24T20:31:07.741Z] ---> d5b05902c75f [2023-04-24T20:31:07.741Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-24T20:31:08.009Z] ---> Running in 3d3963283a18 [2023-04-24T20:31:09.444Z] Removing intermediate container 3d3963283a18 [2023-04-24T20:31:09.444Z] ---> 2456ca95b67e [2023-04-24T20:31:09.444Z] Step 30/33 : CMD ["gate"] [2023-04-24T20:31:09.444Z] ---> Running in a76d1c6b42b4 [2023-04-24T20:31:10.418Z] Removing intermediate container a76d1c6b42b4 [2023-04-24T20:31:10.418Z] ---> b816f8e4a0f7 [2023-04-24T20:31:10.418Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-24T20:31:10.418Z] ---> 6296acfc5f07 [2023-04-24T20:31:10.418Z] Step 31/33 : LABEL arch=arm64 [2023-04-24T20:31:10.686Z] ---> Running in d23d1362c9d3 [2023-04-24T20:31:11.649Z] Removing intermediate container d23d1362c9d3 [2023-04-24T20:31:11.649Z] ---> b8540744bd87 [2023-04-24T20:31:11.649Z] Step 32/33 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:31:11.649Z] ---> Running in 4022cdd0350a [2023-04-24T20:31:12.610Z] Removing intermediate container df8a604f9e28 [2023-04-24T20:31:12.610Z] ---> 7841847ff1e2 [2023-04-24T20:31:12.610Z] [2023-04-24T20:31:12.610Z] Step 10/24 : FROM alpine:3.17 [2023-04-24T20:31:12.610Z] ---> 51e60588ff2c [2023-04-24T20:31:12.610Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:31:12.610Z] ---> Using cache [2023-04-24T20:31:12.610Z] ---> 9f50d124097f [2023-04-24T20:31:12.610Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:31:12.610Z] ---> Using cache [2023-04-24T20:31:12.610Z] ---> f7479df11a59 [2023-04-24T20:31:12.610Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-24T20:31:12.610Z] Removing intermediate container 4022cdd0350a [2023-04-24T20:31:12.610Z] ---> 0fe37fefc567 [2023-04-24T20:31:12.877Z] Step 33/33 : LABEL version=3.0.0-dev.137 [2023-04-24T20:31:12.877Z] ---> Running in b62b3640967c [2023-04-24T20:31:13.145Z] ---> Running in 8f0f4a031329 [2023-04-24T20:31:13.410Z] ---> 80b6d187692d [2023-04-24T20:31:13.410Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-24T20:31:14.007Z] Removing intermediate container b62b3640967c [2023-04-24T20:31:14.007Z] ---> 8204b1c9ad35 [2023-04-24T20:31:14.007Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-24T20:31:14.007Z] Removing intermediate container 8f0f4a031329 [2023-04-24T20:31:14.007Z] ---> 9a6a2d91523f [2023-04-24T20:31:14.007Z] [2023-04-24T20:31:14.007Z] ---> Running in 07284fac1231 [2023-04-24T20:31:14.589Z] Successfully built 9a6a2d91523f [2023-04-24T20:31:14.589Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-24T20:31:14.868Z]  Building security-bootstrapper ... done Removing intermediate container 07284fac1231 [2023-04-24T20:31:14.868Z] ---> af39385b0250 [2023-04-24T20:31:14.868Z] Step 15/24 : WORKDIR / [2023-04-24T20:31:14.868Z] ---> bae3b07f2efa [2023-04-24T20:31:14.868Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-24T20:31:14.868Z] ---> Running in 8de777ab473e [2023-04-24T20:31:15.143Z] ---> Running in ed5d75b548ce [2023-04-24T20:31:16.104Z] Removing intermediate container 8de777ab473e [2023-04-24T20:31:16.104Z] ---> 16f93e022888 [2023-04-24T20:31:16.104Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:31:17.069Z] ---> b43f41c0314d [2023-04-24T20:31:17.069Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:31:18.480Z] ---> 5bb27688a2d8 [2023-04-24T20:31:18.480Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-24T20:31:19.440Z] Removing intermediate container ed5d75b548ce [2023-04-24T20:31:19.440Z] ---> 60c59f7c8e45 [2023-04-24T20:31:19.440Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-24T20:31:19.440Z] ---> Running in 56e825336cb2 [2023-04-24T20:31:20.402Z] Removing intermediate container 56e825336cb2 [2023-04-24T20:31:20.402Z] ---> 946e1a46b581 [2023-04-24T20:31:20.402Z] Step 23/25 : LABEL arch=arm64 [2023-04-24T20:31:20.669Z] ---> Running in 3d357000bd4d [2023-04-24T20:31:21.257Z] ---> 8161c0f737fe [2023-04-24T20:31:21.257Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:31:21.529Z] Removing intermediate container 3d357000bd4d [2023-04-24T20:31:21.529Z] ---> 0789f01e56de [2023-04-24T20:31:21.529Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:31:21.529Z] ---> Running in ee3f23649551 [2023-04-24T20:31:22.486Z] Removing intermediate container ee3f23649551 [2023-04-24T20:31:22.486Z] ---> 185dad8fc542 [2023-04-24T20:31:22.486Z] Step 25/25 : LABEL version=3.0.0-dev.137 [2023-04-24T20:31:22.486Z] ---> Running in 02aaa6d6e04f [2023-04-24T20:31:22.486Z] ---> 1bc4e86cf979 [2023-04-24T20:31:22.486Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-24T20:31:22.753Z] ---> Running in 41501505485b [2023-04-24T20:31:23.023Z] Removing intermediate container 02aaa6d6e04f [2023-04-24T20:31:23.023Z] ---> e17d52bdca11 [2023-04-24T20:31:23.023Z] [2023-04-24T20:31:23.292Z] Successfully built e17d52bdca11 [2023-04-24T20:31:23.292Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-24T20:31:23.560Z]  Building security-secretstore-setup ... done Removing intermediate container 41501505485b [2023-04-24T20:31:23.560Z] ---> 18daebf76014 [2023-04-24T20:31:23.560Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:31:23.560Z] ---> Running in e77d528fff83 [2023-04-24T20:31:24.144Z] Removing intermediate container e77d528fff83 [2023-04-24T20:31:24.144Z] ---> a9829da7f61b [2023-04-24T20:31:24.144Z] Step 22/24 : LABEL arch=arm64 [2023-04-24T20:31:24.144Z] ---> Running in f27b23763df1 [2023-04-24T20:31:24.731Z] Removing intermediate container f27b23763df1 [2023-04-24T20:31:24.731Z] ---> 9c9385edb62b [2023-04-24T20:31:24.731Z] Step 23/24 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:31:24.731Z] ---> Running in 3eeedeab4e39 [2023-04-24T20:31:25.328Z] Removing intermediate container 3eeedeab4e39 [2023-04-24T20:31:25.328Z] ---> 43490549493e [2023-04-24T20:31:25.328Z] Step 24/24 : LABEL version=3.0.0-dev.137 [2023-04-24T20:31:25.601Z] ---> Running in 2d0895ed4e94 [2023-04-24T20:31:25.868Z] Removing intermediate container 2d0895ed4e94 [2023-04-24T20:31:25.868Z] ---> e7564e8cefcb [2023-04-24T20:31:25.868Z] [2023-04-24T20:31:26.134Z] Successfully built e7564e8cefcb [2023-04-24T20:31:26.134Z] Successfully tagged core-command-arm64:latest [2023-04-24T20:32:12.958Z]  Building core-command ... done Removing intermediate container a7a9d00da2e3 [2023-04-24T20:32:12.958Z] ---> 53ac340ed5a7 [2023-04-24T20:32:12.958Z] [2023-04-24T20:32:12.958Z] Step 10/25 : FROM alpine:3.17 [2023-04-24T20:32:12.958Z] ---> 51e60588ff2c [2023-04-24T20:32:12.958Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-24T20:32:12.958Z] ---> Using cache [2023-04-24T20:32:12.958Z] ---> 9f50d124097f [2023-04-24T20:32:12.958Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-24T20:32:12.958Z] ---> Using cache [2023-04-24T20:32:12.958Z] ---> f7479df11a59 [2023-04-24T20:32:12.958Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-24T20:32:12.958Z] ---> Running in 4dc49d31647e [2023-04-24T20:32:12.958Z] Removing intermediate container 4dc49d31647e [2023-04-24T20:32:12.958Z] ---> 8affed907875 [2023-04-24T20:32:12.958Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-24T20:32:12.958Z] ---> Running in c91c0ba0553c [2023-04-24T20:32:12.958Z] Removing intermediate container c91c0ba0553c [2023-04-24T20:32:12.958Z] ---> 8a84ff6d19a3 [2023-04-24T20:32:12.958Z] Step 15/25 : WORKDIR / [2023-04-24T20:32:12.958Z] ---> Running in ee748bed38fe [2023-04-24T20:32:12.958Z] Removing intermediate container ee748bed38fe [2023-04-24T20:32:12.958Z] ---> 772d84ef4132 [2023-04-24T20:32:12.958Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-24T20:32:12.958Z] ---> 58a50f24e3ee [2023-04-24T20:32:12.958Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-24T20:32:12.958Z] ---> 80e607d41023 [2023-04-24T20:32:12.958Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-24T20:32:12.958Z] ---> a1052f137cfb [2023-04-24T20:32:12.958Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-24T20:32:12.958Z] ---> 6f2fad3b620d [2023-04-24T20:32:12.958Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-24T20:32:12.958Z] ---> 207863338e5f [2023-04-24T20:32:12.958Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-24T20:32:12.958Z] ---> Running in 8af38d5f570c [2023-04-24T20:32:12.958Z] Removing intermediate container 8af38d5f570c [2023-04-24T20:32:12.958Z] ---> e320bf82cc74 [2023-04-24T20:32:12.958Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-24T20:32:12.958Z] ---> Running in 1c3403cb9937 [2023-04-24T20:32:12.958Z] Removing intermediate container 1c3403cb9937 [2023-04-24T20:32:12.958Z] ---> 59a8cdcdc7e5 [2023-04-24T20:32:12.958Z] Step 23/25 : LABEL arch=arm64 [2023-04-24T20:32:12.958Z] ---> Running in 2b0380cc3d25 [2023-04-24T20:32:12.958Z] Removing intermediate container 2b0380cc3d25 [2023-04-24T20:32:12.958Z] ---> c727e37ac352 [2023-04-24T20:32:12.958Z] Step 24/25 : LABEL git_sha=50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:12.958Z] ---> Running in 1baaf1dae440 [2023-04-24T20:32:12.958Z] Removing intermediate container 1baaf1dae440 [2023-04-24T20:32:12.958Z] ---> c9d35ce58c33 [2023-04-24T20:32:12.958Z] Step 25/25 : LABEL version=3.0.0-dev.137 [2023-04-24T20:32:12.958Z] ---> Running in 4f39a0de20ab [2023-04-24T20:32:12.958Z] Removing intermediate container 4f39a0de20ab [2023-04-24T20:32:12.958Z] ---> c1db3a48b4ff [2023-04-24T20:32:12.958Z] [2023-04-24T20:32:12.958Z] Successfully built c1db3a48b4ff [2023-04-24T20:32:12.958Z] Successfully tagged core-metadata-arm64:latest [2023-04-24T20:32:12.970Z]  Building core-metadata ... done  [Pipeline] } [2023-04-24T20:32:12.976Z] $ docker stop --time=1 4a512111f47f342f0c0b352c79fe4e8339231bec1ad87e64fb2a982ba825d54e [2023-04-24T20:32:14.715Z] $ docker rm -f --volumes 4a512111f47f342f0c0b352c79fe4e8339231bec1ad87e64fb2a982ba825d54e [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T20:32:15.189Z] + docker images [2023-04-24T20:32:15.455Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-24T20:32:15.455Z] core-metadata-arm64 latest c1db3a48b4ff 3 seconds ago 20.2MB [2023-04-24T20:32:15.455Z] 53ac340ed5a7 11 seconds ago 1.33GB [2023-04-24T20:32:15.455Z] core-command-arm64 latest e7564e8cefcb 50 seconds ago 19.7MB [2023-04-24T20:32:15.455Z] security-secretstore-setup-arm64 latest e17d52bdca11 53 seconds ago 32.2MB [2023-04-24T20:32:15.455Z] security-bootstrapper-arm64 latest 9a6a2d91523f About a minute ago 21.9MB [2023-04-24T20:32:15.455Z] 7841847ff1e2 About a minute ago 1.32GB [2023-04-24T20:32:15.455Z] support-scheduler-arm64 latest 61d78bbeaa31 About a minute ago 31.5MB [2023-04-24T20:32:15.455Z] ad641bb0598a About a minute ago 1.31GB [2023-04-24T20:32:15.455Z] aec5e5a6a2fb 2 minutes ago 1.31GB [2023-04-24T20:32:15.455Z] dcacd49a251d 2 minutes ago 1.39GB [2023-04-24T20:32:15.455Z] core-data-arm64 latest 5ac662897eec 4 minutes ago 19.9MB [2023-04-24T20:32:15.455Z] 6aa4c223c557 4 minutes ago 1.33GB [2023-04-24T20:32:15.455Z] security-spire-server-arm64 latest c0fe629445ba 8 minutes ago 87.1MB [2023-04-24T20:32:15.455Z] support-notifications-arm64 latest e9ea10dae799 8 minutes ago 32.2MB [2023-04-24T20:32:15.455Z] 61c12a8d4ad3 8 minutes ago 1.18GB [2023-04-24T20:32:15.455Z] security-spire-config-arm64 latest 7e9ae6dda52c 9 minutes ago 86.2MB [2023-04-24T20:32:15.455Z] security-spire-agent-arm64 latest 9f348e26aa82 9 minutes ago 125MB [2023-04-24T20:32:15.455Z] 0821917cdc6f 9 minutes ago 1.39GB [2023-04-24T20:32:15.455Z] d8cdebe7b82f 9 minutes ago 1.18GB [2023-04-24T20:32:15.455Z] security-spiffe-token-provider-arm64 latest aa368f7e6970 9 minutes ago 32.7MB [2023-04-24T20:32:15.455Z] ab5be077b2e5 10 minutes ago 1.36GB [2023-04-24T20:32:15.455Z] core-common-config-bootstrapper-arm64 latest 989c41bb33ba 11 minutes ago 17.2MB [2023-04-24T20:32:15.455Z] 40e57a26bee2 12 minutes ago 1.31GB [2023-04-24T20:32:15.455Z] security-proxy-setup-arm64 latest 911361a6475f 12 minutes ago 18.7MB [2023-04-24T20:32:15.455Z] security-proxy-auth-arm64 latest f4eb3ef5893f 12 minutes ago 18.3MB [2023-04-24T20:32:15.455Z] d70a452001ea 12 minutes ago 1.3GB [2023-04-24T20:32:15.455Z] eab704e9ab9c 12 minutes ago 1.3GB [2023-04-24T20:32:15.455Z] ci-base-image-arm64 latest 97968b0c42ab 22 minutes ago 866MB [2023-04-24T20:32:15.455Z] alpine 3.17 51e60588ff2c 3 weeks ago 7.46MB [2023-04-24T20:32:15.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 6 weeks ago 648MB [2023-04-24T20:32:15.455Z] 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-04-24T20:32:15.554Z] provisioning config files... [2023-04-24T20:32:15.568Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/499@tmp/config3746331212535785138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:32:15.902Z] ---> docker-login.sh [2023-04-24T20:32:15.902Z] nexus3.edgexfoundry.org:10001 [2023-04-24T20:32:15.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:32:16.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:32:16.169Z] Configure a credential helper to remove this warning. See [2023-04-24T20:32:16.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:32:16.169Z] [2023-04-24T20:32:16.169Z] Login Succeeded [2023-04-24T20:32:16.169Z] nexus3.edgexfoundry.org:10002 [2023-04-24T20:32:16.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:32:16.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:32:16.434Z] Configure a credential helper to remove this warning. See [2023-04-24T20:32:16.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:32:16.434Z] [2023-04-24T20:32:16.434Z] Login Succeeded [2023-04-24T20:32:16.434Z] nexus3.edgexfoundry.org:10003 [2023-04-24T20:32:16.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:32:16.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:32:16.974Z] Configure a credential helper to remove this warning. See [2023-04-24T20:32:16.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:32:16.974Z] [2023-04-24T20:32:16.974Z] Login Succeeded [2023-04-24T20:32:16.974Z] nexus3.edgexfoundry.org:10004 [2023-04-24T20:32:17.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:32:17.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:32:17.240Z] Configure a credential helper to remove this warning. See [2023-04-24T20:32:17.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:32:17.240Z] [2023-04-24T20:32:17.240Z] Login Succeeded [2023-04-24T20:32:17.240Z] docker.io [2023-04-24T20:32:17.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-24T20:32:17.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-24T20:32:17.773Z] Configure a credential helper to remove this warning. See [2023-04-24T20:32:17.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-24T20:32:17.773Z] [2023-04-24T20:32:17.774Z] Login Succeeded [2023-04-24T20:32:17.774Z] ---> docker-login.sh ends [Pipeline] } [2023-04-24T20:32:18.053Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:32:18.095Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-24T20:32:18.116Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2023-04-24T20:32:18.116Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:18.116Z] latest [2023-04-24T20:32:18.116Z] 3.0.0-dev.137 [2023-04-24T20:32:18.116Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:18.116Z] main [2023-04-24T20:32:18.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:18.459Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:18.804Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:18.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-24T20:32:18.804Z] 30b7b49c4b20: Preparing [2023-04-24T20:32:18.804Z] 1012df81ee0f: Preparing [2023-04-24T20:32:18.804Z] 8b1177690205: Preparing [2023-04-24T20:32:18.804Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:18.804Z] c24fd071330f: Preparing [2023-04-24T20:32:18.804Z] 26cbea5cba74: Preparing [2023-04-24T20:32:18.804Z] 26cbea5cba74: Waiting [2023-04-24T20:32:19.072Z] 30b7b49c4b20: Pushed [2023-04-24T20:32:19.072Z] c24fd071330f: Pushed [2023-04-24T20:32:19.072Z] ba4fd65b5bb2: Pushed [2023-04-24T20:32:19.072Z] 8b1177690205: Pushed [2023-04-24T20:32:19.072Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:22.456Z] 1012df81ee0f: Pushed [2023-04-24T20:32:22.457Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:22.807Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:23.164Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-04-24T20:32:23.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-24T20:32:23.164Z] 30b7b49c4b20: Preparing [2023-04-24T20:32:23.164Z] 1012df81ee0f: Preparing [2023-04-24T20:32:23.164Z] 8b1177690205: Preparing [2023-04-24T20:32:23.164Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:23.164Z] c24fd071330f: Preparing [2023-04-24T20:32:23.164Z] 26cbea5cba74: Preparing [2023-04-24T20:32:23.164Z] 26cbea5cba74: Waiting [2023-04-24T20:32:23.164Z] 30b7b49c4b20: Layer already exists [2023-04-24T20:32:23.164Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:23.164Z] 8b1177690205: Layer already exists [2023-04-24T20:32:23.165Z] 1012df81ee0f: Layer already exists [2023-04-24T20:32:23.165Z] c24fd071330f: Layer already exists [2023-04-24T20:32:23.165Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:23.432Z] latest: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:23.788Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:24.128Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.137 [2023-04-24T20:32:24.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-24T20:32:24.129Z] 30b7b49c4b20: Preparing [2023-04-24T20:32:24.129Z] 1012df81ee0f: Preparing [2023-04-24T20:32:24.129Z] 8b1177690205: Preparing [2023-04-24T20:32:24.129Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:24.129Z] c24fd071330f: Preparing [2023-04-24T20:32:24.129Z] 26cbea5cba74: Preparing [2023-04-24T20:32:24.129Z] 26cbea5cba74: Waiting [2023-04-24T20:32:24.129Z] 1012df81ee0f: Layer already exists [2023-04-24T20:32:24.129Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:24.129Z] 8b1177690205: Layer already exists [2023-04-24T20:32:24.129Z] c24fd071330f: Layer already exists [2023-04-24T20:32:24.129Z] 30b7b49c4b20: Layer already exists [2023-04-24T20:32:24.129Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:24.395Z] 3.0.0-dev.137: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:24.744Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:25.078Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:25.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-24T20:32:25.078Z] 30b7b49c4b20: Preparing [2023-04-24T20:32:25.078Z] 1012df81ee0f: Preparing [2023-04-24T20:32:25.078Z] 8b1177690205: Preparing [2023-04-24T20:32:25.078Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:25.078Z] c24fd071330f: Preparing [2023-04-24T20:32:25.078Z] 26cbea5cba74: Preparing [2023-04-24T20:32:25.078Z] 26cbea5cba74: Waiting [2023-04-24T20:32:25.078Z] 30b7b49c4b20: Layer already exists [2023-04-24T20:32:25.078Z] 8b1177690205: Layer already exists [2023-04-24T20:32:25.078Z] c24fd071330f: Layer already exists [2023-04-24T20:32:25.078Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:25.078Z] 1012df81ee0f: Layer already exists [2023-04-24T20:32:25.078Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:25.078Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:25.680Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:26.014Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2023-04-24T20:32:26.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2023-04-24T20:32:26.014Z] 30b7b49c4b20: Preparing [2023-04-24T20:32:26.014Z] 1012df81ee0f: Preparing [2023-04-24T20:32:26.014Z] 8b1177690205: Preparing [2023-04-24T20:32:26.014Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:26.014Z] c24fd071330f: Preparing [2023-04-24T20:32:26.014Z] 26cbea5cba74: Preparing [2023-04-24T20:32:26.014Z] 30b7b49c4b20: Layer already exists [2023-04-24T20:32:26.014Z] 8b1177690205: Layer already exists [2023-04-24T20:32:26.014Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:26.014Z] 1012df81ee0f: Layer already exists [2023-04-24T20:32:26.014Z] c24fd071330f: Layer already exists [2023-04-24T20:32:26.014Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:26.014Z] main: digest: sha256:7c18f4bbe21cd3059fcfb0a622161818b29199029ce8a6ceef50f9bab426519b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:32:26.321Z] ===================================================== [Pipeline] echo [2023-04-24T20:32:26.328Z] taggedImages: [2023-04-24T20:32:26.328Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:26.328Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2023-04-24T20:32:26.328Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.137 [2023-04-24T20:32:26.328Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:26.328Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2023-04-24T20:32:26.344Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2023-04-24T20:32:26.344Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:26.344Z] latest [2023-04-24T20:32:26.344Z] 3.0.0-dev.137 [2023-04-24T20:32:26.344Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:26.344Z] main [2023-04-24T20:32:26.344Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:26.695Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:27.045Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:27.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-24T20:32:27.045Z] 3a6fdf71f5ae: Preparing [2023-04-24T20:32:27.045Z] b9d92f9551cb: Preparing [2023-04-24T20:32:27.045Z] be00214d8d44: Preparing [2023-04-24T20:32:27.045Z] 572de148e902: Preparing [2023-04-24T20:32:27.045Z] 8b1177690205: Preparing [2023-04-24T20:32:27.045Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:27.045Z] 8c3395280b9e: Preparing [2023-04-24T20:32:27.045Z] 26cbea5cba74: Preparing [2023-04-24T20:32:27.045Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:27.045Z] 8c3395280b9e: Waiting [2023-04-24T20:32:27.045Z] 26cbea5cba74: Waiting [2023-04-24T20:32:27.045Z] 8b1177690205: Layer already exists [2023-04-24T20:32:27.319Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:27.319Z] 3a6fdf71f5ae: Pushed [2023-04-24T20:32:27.319Z] be00214d8d44: Pushed [2023-04-24T20:32:27.319Z] b9d92f9551cb: Pushed [2023-04-24T20:32:27.320Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:27.320Z] 8c3395280b9e: Pushed [2023-04-24T20:32:29.894Z] 572de148e902: Pushed [2023-04-24T20:32:29.894Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:30.253Z] + 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-04-24T20:32:30.593Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-04-24T20:32:30.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-24T20:32:30.593Z] 3a6fdf71f5ae: Preparing [2023-04-24T20:32:30.593Z] b9d92f9551cb: Preparing [2023-04-24T20:32:30.593Z] be00214d8d44: Preparing [2023-04-24T20:32:30.593Z] 572de148e902: Preparing [2023-04-24T20:32:30.593Z] 8b1177690205: Preparing [2023-04-24T20:32:30.593Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:30.593Z] 8c3395280b9e: Preparing [2023-04-24T20:32:30.593Z] 26cbea5cba74: Preparing [2023-04-24T20:32:30.593Z] 26cbea5cba74: Waiting [2023-04-24T20:32:30.593Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:30.593Z] 8c3395280b9e: Waiting [2023-04-24T20:32:30.593Z] 8b1177690205: Layer already exists [2023-04-24T20:32:30.593Z] 572de148e902: Layer already exists [2023-04-24T20:32:30.593Z] be00214d8d44: Layer already exists [2023-04-24T20:32:30.593Z] 3a6fdf71f5ae: Layer already exists [2023-04-24T20:32:30.593Z] b9d92f9551cb: Layer already exists [2023-04-24T20:32:30.593Z] 8c3395280b9e: Layer already exists [2023-04-24T20:32:30.593Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:30.593Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:30.861Z] latest: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:31.206Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:31.552Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.137 [2023-04-24T20:32:31.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-24T20:32:31.552Z] 3a6fdf71f5ae: Preparing [2023-04-24T20:32:31.552Z] b9d92f9551cb: Preparing [2023-04-24T20:32:31.552Z] be00214d8d44: Preparing [2023-04-24T20:32:31.552Z] 572de148e902: Preparing [2023-04-24T20:32:31.552Z] 8b1177690205: Preparing [2023-04-24T20:32:31.552Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:31.552Z] 8c3395280b9e: Preparing [2023-04-24T20:32:31.552Z] 26cbea5cba74: Preparing [2023-04-24T20:32:31.552Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:31.552Z] 8c3395280b9e: Waiting [2023-04-24T20:32:31.552Z] 26cbea5cba74: Waiting [2023-04-24T20:32:31.552Z] be00214d8d44: Layer already exists [2023-04-24T20:32:31.552Z] 572de148e902: Layer already exists [2023-04-24T20:32:31.552Z] b9d92f9551cb: Layer already exists [2023-04-24T20:32:31.552Z] 8b1177690205: Layer already exists [2023-04-24T20:32:31.552Z] 3a6fdf71f5ae: Layer already exists [2023-04-24T20:32:31.552Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:31.552Z] 8c3395280b9e: Layer already exists [2023-04-24T20:32:31.552Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:31.819Z] 3.0.0-dev.137: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:32.163Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:32.504Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:32.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-24T20:32:32.504Z] 3a6fdf71f5ae: Preparing [2023-04-24T20:32:32.504Z] b9d92f9551cb: Preparing [2023-04-24T20:32:32.504Z] be00214d8d44: Preparing [2023-04-24T20:32:32.504Z] 572de148e902: Preparing [2023-04-24T20:32:32.504Z] 8b1177690205: Preparing [2023-04-24T20:32:32.504Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:32.504Z] 8c3395280b9e: Preparing [2023-04-24T20:32:32.504Z] 26cbea5cba74: Preparing [2023-04-24T20:32:32.504Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:32.504Z] 8c3395280b9e: Waiting [2023-04-24T20:32:32.504Z] 26cbea5cba74: Waiting [2023-04-24T20:32:32.504Z] 572de148e902: Layer already exists [2023-04-24T20:32:32.504Z] 3a6fdf71f5ae: Layer already exists [2023-04-24T20:32:32.504Z] be00214d8d44: Layer already exists [2023-04-24T20:32:32.504Z] 8b1177690205: Layer already exists [2023-04-24T20:32:32.504Z] b9d92f9551cb: Layer already exists [2023-04-24T20:32:32.504Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:32.504Z] 8c3395280b9e: Layer already exists [2023-04-24T20:32:32.504Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:32.504Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:33.124Z] + 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-04-24T20:32:33.472Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2023-04-24T20:32:33.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2023-04-24T20:32:33.472Z] 3a6fdf71f5ae: Preparing [2023-04-24T20:32:33.472Z] b9d92f9551cb: Preparing [2023-04-24T20:32:33.472Z] be00214d8d44: Preparing [2023-04-24T20:32:33.472Z] 572de148e902: Preparing [2023-04-24T20:32:33.472Z] 8b1177690205: Preparing [2023-04-24T20:32:33.472Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:33.472Z] 8c3395280b9e: Preparing [2023-04-24T20:32:33.472Z] 26cbea5cba74: Preparing [2023-04-24T20:32:33.472Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:33.472Z] 8c3395280b9e: Waiting [2023-04-24T20:32:33.472Z] 26cbea5cba74: Waiting [2023-04-24T20:32:33.472Z] be00214d8d44: Layer already exists [2023-04-24T20:32:33.472Z] b9d92f9551cb: Layer already exists [2023-04-24T20:32:33.472Z] 3a6fdf71f5ae: Layer already exists [2023-04-24T20:32:33.472Z] 8b1177690205: Layer already exists [2023-04-24T20:32:33.472Z] 572de148e902: Layer already exists [2023-04-24T20:32:33.472Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:33.472Z] 8c3395280b9e: Layer already exists [2023-04-24T20:32:33.472Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:33.739Z] main: digest: sha256:6bdc37f37f1ea8d885b48259f700963e5b46350c8ebeeaf98ddf36cd7a2ef1e0 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:32:33.779Z] ===================================================== [Pipeline] echo [2023-04-24T20:32:33.785Z] taggedImages: [2023-04-24T20:32:33.785Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:33.785Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2023-04-24T20:32:33.785Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.137 [2023-04-24T20:32:33.785Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:33.785Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2023-04-24T20:32:33.801Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2023-04-24T20:32:33.801Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:33.801Z] latest [2023-04-24T20:32:33.801Z] 3.0.0-dev.137 [2023-04-24T20:32:33.801Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:33.801Z] main [2023-04-24T20:32:33.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:34.148Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:34.490Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:34.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-24T20:32:34.491Z] 221f559358e9: Preparing [2023-04-24T20:32:34.491Z] 0c4e9a5b537e: Preparing [2023-04-24T20:32:34.491Z] 8b1177690205: Preparing [2023-04-24T20:32:34.491Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:34.491Z] 0722caeee706: Preparing [2023-04-24T20:32:34.491Z] 26cbea5cba74: Preparing [2023-04-24T20:32:34.491Z] 26cbea5cba74: Waiting [2023-04-24T20:32:34.491Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:34.491Z] 8b1177690205: Layer already exists [2023-04-24T20:32:34.766Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:34.766Z] 221f559358e9: Pushed [2023-04-24T20:32:34.766Z] 0722caeee706: Pushed [2023-04-24T20:32:38.109Z] 0c4e9a5b537e: Pushed [2023-04-24T20:32:38.109Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:38.452Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:38.809Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-04-24T20:32:38.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-24T20:32:38.810Z] 221f559358e9: Preparing [2023-04-24T20:32:38.810Z] 0c4e9a5b537e: Preparing [2023-04-24T20:32:38.810Z] 8b1177690205: Preparing [2023-04-24T20:32:38.810Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:38.810Z] 0722caeee706: Preparing [2023-04-24T20:32:38.810Z] 26cbea5cba74: Preparing [2023-04-24T20:32:38.810Z] 26cbea5cba74: Waiting [2023-04-24T20:32:38.810Z] 0c4e9a5b537e: Layer already exists [2023-04-24T20:32:38.810Z] 0722caeee706: Layer already exists [2023-04-24T20:32:38.810Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:38.810Z] 221f559358e9: Layer already exists [2023-04-24T20:32:38.810Z] 8b1177690205: Layer already exists [2023-04-24T20:32:38.810Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:39.075Z] latest: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:39.417Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:39.756Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.137 [2023-04-24T20:32:39.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-24T20:32:39.756Z] 221f559358e9: Preparing [2023-04-24T20:32:39.756Z] 0c4e9a5b537e: Preparing [2023-04-24T20:32:39.756Z] 8b1177690205: Preparing [2023-04-24T20:32:39.757Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:39.757Z] 0722caeee706: Preparing [2023-04-24T20:32:39.757Z] 26cbea5cba74: Preparing [2023-04-24T20:32:39.757Z] 26cbea5cba74: Waiting [2023-04-24T20:32:39.757Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:39.757Z] 0c4e9a5b537e: Layer already exists [2023-04-24T20:32:39.757Z] 8b1177690205: Layer already exists [2023-04-24T20:32:39.757Z] 221f559358e9: Layer already exists [2023-04-24T20:32:39.757Z] 0722caeee706: Layer already exists [2023-04-24T20:32:39.757Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:40.074Z] 3.0.0-dev.137: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:40.448Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:40.800Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:40.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-24T20:32:40.800Z] 221f559358e9: Preparing [2023-04-24T20:32:40.800Z] 0c4e9a5b537e: Preparing [2023-04-24T20:32:40.800Z] 8b1177690205: Preparing [2023-04-24T20:32:40.800Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:40.800Z] 0722caeee706: Preparing [2023-04-24T20:32:40.800Z] 26cbea5cba74: Preparing [2023-04-24T20:32:40.800Z] 26cbea5cba74: Waiting [2023-04-24T20:32:40.800Z] 0c4e9a5b537e: Layer already exists [2023-04-24T20:32:40.800Z] 0722caeee706: Layer already exists [2023-04-24T20:32:40.800Z] 8b1177690205: Layer already exists [2023-04-24T20:32:40.800Z] 221f559358e9: Layer already exists [2023-04-24T20:32:40.800Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:40.800Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:41.070Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:41.433Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:41.792Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2023-04-24T20:32:41.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2023-04-24T20:32:41.792Z] 221f559358e9: Preparing [2023-04-24T20:32:41.792Z] 0c4e9a5b537e: Preparing [2023-04-24T20:32:41.792Z] 8b1177690205: Preparing [2023-04-24T20:32:41.792Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:41.792Z] 0722caeee706: Preparing [2023-04-24T20:32:41.792Z] 26cbea5cba74: Preparing [2023-04-24T20:32:41.792Z] 26cbea5cba74: Waiting [2023-04-24T20:32:41.792Z] 221f559358e9: Layer already exists [2023-04-24T20:32:41.792Z] 0722caeee706: Layer already exists [2023-04-24T20:32:41.792Z] 0c4e9a5b537e: Layer already exists [2023-04-24T20:32:41.792Z] 8b1177690205: Layer already exists [2023-04-24T20:32:41.792Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:41.792Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:42.060Z] main: digest: sha256:785a6b3be237f37c0f6a39911e72e3e5cf4d7b6a7a0c4a0acfac61b8cec49210 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:32:42.116Z] ===================================================== [Pipeline] echo [2023-04-24T20:32:42.125Z] taggedImages: [2023-04-24T20:32:42.125Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:42.125Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2023-04-24T20:32:42.125Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.137 [2023-04-24T20:32:42.125Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:42.125Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2023-04-24T20:32:42.150Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2023-04-24T20:32:42.150Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:42.150Z] latest [2023-04-24T20:32:42.150Z] 3.0.0-dev.137 [2023-04-24T20:32:42.150Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:42.150Z] main [2023-04-24T20:32:42.150Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:42.490Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:42.817Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:42.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-24T20:32:42.817Z] 33525aa9622d: Preparing [2023-04-24T20:32:42.817Z] ebb403d33bb1: Preparing [2023-04-24T20:32:42.817Z] 6056ec621151: Preparing [2023-04-24T20:32:42.817Z] 8b1177690205: Preparing [2023-04-24T20:32:42.817Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:42.817Z] c24fd071330f: Preparing [2023-04-24T20:32:42.817Z] 26cbea5cba74: Preparing [2023-04-24T20:32:42.817Z] c24fd071330f: Waiting [2023-04-24T20:32:42.817Z] 26cbea5cba74: Waiting [2023-04-24T20:32:42.817Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:42.817Z] 8b1177690205: Layer already exists [2023-04-24T20:32:43.081Z] c24fd071330f: Layer already exists [2023-04-24T20:32:43.081Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:43.081Z] 33525aa9622d: Pushed [2023-04-24T20:32:43.081Z] ebb403d33bb1: Pushed [2023-04-24T20:32:46.418Z] 6056ec621151: Pushed [2023-04-24T20:32:46.418Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:46.760Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:47.092Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-04-24T20:32:47.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-24T20:32:47.092Z] 33525aa9622d: Preparing [2023-04-24T20:32:47.092Z] ebb403d33bb1: Preparing [2023-04-24T20:32:47.092Z] 6056ec621151: Preparing [2023-04-24T20:32:47.092Z] 8b1177690205: Preparing [2023-04-24T20:32:47.092Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:47.092Z] c24fd071330f: Preparing [2023-04-24T20:32:47.092Z] 26cbea5cba74: Preparing [2023-04-24T20:32:47.092Z] c24fd071330f: Waiting [2023-04-24T20:32:47.092Z] 26cbea5cba74: Waiting [2023-04-24T20:32:47.092Z] 33525aa9622d: Layer already exists [2023-04-24T20:32:47.092Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:47.092Z] 6056ec621151: Layer already exists [2023-04-24T20:32:47.092Z] 8b1177690205: Layer already exists [2023-04-24T20:32:47.092Z] ebb403d33bb1: Layer already exists [2023-04-24T20:32:47.092Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:47.092Z] c24fd071330f: Layer already exists [2023-04-24T20:32:47.358Z] latest: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:47.702Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:48.042Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.137 [2023-04-24T20:32:48.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-24T20:32:48.042Z] 33525aa9622d: Preparing [2023-04-24T20:32:48.042Z] ebb403d33bb1: Preparing [2023-04-24T20:32:48.042Z] 6056ec621151: Preparing [2023-04-24T20:32:48.042Z] 8b1177690205: Preparing [2023-04-24T20:32:48.042Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:48.042Z] c24fd071330f: Preparing [2023-04-24T20:32:48.042Z] 26cbea5cba74: Preparing [2023-04-24T20:32:48.042Z] c24fd071330f: Waiting [2023-04-24T20:32:48.042Z] 26cbea5cba74: Waiting [2023-04-24T20:32:48.042Z] ebb403d33bb1: Layer already exists [2023-04-24T20:32:48.042Z] 33525aa9622d: Layer already exists [2023-04-24T20:32:48.042Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:48.042Z] 6056ec621151: Layer already exists [2023-04-24T20:32:48.042Z] 8b1177690205: Layer already exists [2023-04-24T20:32:48.042Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:48.042Z] c24fd071330f: Layer already exists [2023-04-24T20:32:48.309Z] 3.0.0-dev.137: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:48.655Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:48.990Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:48.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-24T20:32:48.990Z] 33525aa9622d: Preparing [2023-04-24T20:32:48.990Z] ebb403d33bb1: Preparing [2023-04-24T20:32:48.990Z] 6056ec621151: Preparing [2023-04-24T20:32:48.990Z] 8b1177690205: Preparing [2023-04-24T20:32:48.990Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:48.990Z] c24fd071330f: Preparing [2023-04-24T20:32:48.990Z] 26cbea5cba74: Preparing [2023-04-24T20:32:48.990Z] c24fd071330f: Waiting [2023-04-24T20:32:48.990Z] 26cbea5cba74: Waiting [2023-04-24T20:32:48.990Z] 33525aa9622d: Layer already exists [2023-04-24T20:32:48.990Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:48.990Z] 6056ec621151: Layer already exists [2023-04-24T20:32:48.990Z] ebb403d33bb1: Layer already exists [2023-04-24T20:32:48.990Z] 8b1177690205: Layer already exists [2023-04-24T20:32:48.990Z] c24fd071330f: Layer already exists [2023-04-24T20:32:48.990Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:48.990Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:49.601Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:49.940Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2023-04-24T20:32:49.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2023-04-24T20:32:49.940Z] 33525aa9622d: Preparing [2023-04-24T20:32:49.940Z] ebb403d33bb1: Preparing [2023-04-24T20:32:49.940Z] 6056ec621151: Preparing [2023-04-24T20:32:49.940Z] 8b1177690205: Preparing [2023-04-24T20:32:49.940Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:49.940Z] c24fd071330f: Preparing [2023-04-24T20:32:49.940Z] 26cbea5cba74: Preparing [2023-04-24T20:32:49.940Z] c24fd071330f: Waiting [2023-04-24T20:32:49.940Z] 26cbea5cba74: Waiting [2023-04-24T20:32:49.940Z] 8b1177690205: Layer already exists [2023-04-24T20:32:49.940Z] 6056ec621151: Layer already exists [2023-04-24T20:32:49.940Z] ebb403d33bb1: Layer already exists [2023-04-24T20:32:49.940Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:49.940Z] 33525aa9622d: Layer already exists [2023-04-24T20:32:49.940Z] c24fd071330f: Layer already exists [2023-04-24T20:32:49.940Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:50.206Z] main: digest: sha256:bacea8333f55c9c715636f7eb4715b87ba0611d32e8ff709bc34ad60af67598b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:32:50.262Z] ===================================================== [Pipeline] echo [2023-04-24T20:32:50.273Z] taggedImages: [2023-04-24T20:32:50.273Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:50.273Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2023-04-24T20:32:50.273Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.137 [2023-04-24T20:32:50.273Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:50.273Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2023-04-24T20:32:50.290Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2023-04-24T20:32:50.290Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:50.290Z] latest [2023-04-24T20:32:50.290Z] 3.0.0-dev.137 [2023-04-24T20:32:50.290Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:50.290Z] main [2023-04-24T20:32:50.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:50.621Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:50.972Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:50.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-24T20:32:50.972Z] a7e4e87866f4: Preparing [2023-04-24T20:32:50.972Z] a7e4e87866f4: Preparing [2023-04-24T20:32:50.972Z] 75f0df9e52ab: Preparing [2023-04-24T20:32:50.972Z] 90dd5796f074: Preparing [2023-04-24T20:32:50.972Z] 376af636a7d1: Preparing [2023-04-24T20:32:50.972Z] 3a25055e7b1c: Preparing [2023-04-24T20:32:50.972Z] 4e9cf0c2133f: Preparing [2023-04-24T20:32:50.972Z] 8b1177690205: Preparing [2023-04-24T20:32:50.972Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:50.972Z] 129fb85fd10b: Preparing [2023-04-24T20:32:50.972Z] 3158859ba482: Preparing [2023-04-24T20:32:50.972Z] 160dfe6f91af: Preparing [2023-04-24T20:32:50.972Z] 2f82dbb2ec04: Preparing [2023-04-24T20:32:50.972Z] 26cbea5cba74: Preparing [2023-04-24T20:32:50.972Z] 4e9cf0c2133f: Waiting [2023-04-24T20:32:50.972Z] 3158859ba482: Waiting [2023-04-24T20:32:50.972Z] 8b1177690205: Waiting [2023-04-24T20:32:50.972Z] 160dfe6f91af: Waiting [2023-04-24T20:32:50.972Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:50.972Z] 2f82dbb2ec04: Waiting [2023-04-24T20:32:50.972Z] 129fb85fd10b: Waiting [2023-04-24T20:32:51.250Z] 90dd5796f074: Pushed [2023-04-24T20:32:51.250Z] a7e4e87866f4: Pushed [2023-04-24T20:32:51.250Z] 3a25055e7b1c: Pushed [2023-04-24T20:32:51.250Z] 376af636a7d1: Pushed [2023-04-24T20:32:51.250Z] 75f0df9e52ab: Pushed [2023-04-24T20:32:51.250Z] 8b1177690205: Layer already exists [2023-04-24T20:32:51.523Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:51.523Z] 160dfe6f91af: Pushed [2023-04-24T20:32:51.523Z] 129fb85fd10b: Pushed [2023-04-24T20:32:51.523Z] 3158859ba482: Pushed [2023-04-24T20:32:51.523Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:51.523Z] 2f82dbb2ec04: Pushed [2023-04-24T20:32:54.862Z] 4e9cf0c2133f: Pushed [2023-04-24T20:32:55.130Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:55.474Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:55.817Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-04-24T20:32:55.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-24T20:32:55.817Z] a7e4e87866f4: Preparing [2023-04-24T20:32:55.817Z] a7e4e87866f4: Preparing [2023-04-24T20:32:55.817Z] 75f0df9e52ab: Preparing [2023-04-24T20:32:55.817Z] 90dd5796f074: Preparing [2023-04-24T20:32:55.817Z] 376af636a7d1: Preparing [2023-04-24T20:32:55.817Z] 3a25055e7b1c: Preparing [2023-04-24T20:32:55.818Z] 4e9cf0c2133f: Preparing [2023-04-24T20:32:55.818Z] 8b1177690205: Preparing [2023-04-24T20:32:55.818Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:55.818Z] 129fb85fd10b: Preparing [2023-04-24T20:32:55.818Z] 3158859ba482: Preparing [2023-04-24T20:32:55.818Z] 160dfe6f91af: Preparing [2023-04-24T20:32:55.818Z] 2f82dbb2ec04: Preparing [2023-04-24T20:32:55.818Z] 26cbea5cba74: Preparing [2023-04-24T20:32:55.818Z] 4e9cf0c2133f: Waiting [2023-04-24T20:32:55.818Z] 8b1177690205: Waiting [2023-04-24T20:32:55.818Z] 129fb85fd10b: Waiting [2023-04-24T20:32:55.818Z] 3158859ba482: Waiting [2023-04-24T20:32:55.818Z] 160dfe6f91af: Waiting [2023-04-24T20:32:55.818Z] 2f82dbb2ec04: Waiting [2023-04-24T20:32:55.818Z] 26cbea5cba74: Waiting [2023-04-24T20:32:55.818Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:55.818Z] 3a25055e7b1c: Layer already exists [2023-04-24T20:32:55.818Z] 376af636a7d1: Layer already exists [2023-04-24T20:32:55.818Z] a7e4e87866f4: Layer already exists [2023-04-24T20:32:55.818Z] 90dd5796f074: Layer already exists [2023-04-24T20:32:55.818Z] 75f0df9e52ab: Layer already exists [2023-04-24T20:32:55.818Z] 4e9cf0c2133f: Layer already exists [2023-04-24T20:32:55.818Z] 8b1177690205: Layer already exists [2023-04-24T20:32:55.818Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:55.818Z] 129fb85fd10b: Layer already exists [2023-04-24T20:32:55.818Z] 3158859ba482: Layer already exists [2023-04-24T20:32:55.818Z] 2f82dbb2ec04: Layer already exists [2023-04-24T20:32:55.818Z] 160dfe6f91af: Layer already exists [2023-04-24T20:32:55.818Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:56.084Z] latest: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:56.428Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:56.765Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.137 [2023-04-24T20:32:56.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-24T20:32:56.765Z] a7e4e87866f4: Preparing [2023-04-24T20:32:56.765Z] a7e4e87866f4: Preparing [2023-04-24T20:32:56.765Z] 75f0df9e52ab: Preparing [2023-04-24T20:32:56.765Z] 90dd5796f074: Preparing [2023-04-24T20:32:56.765Z] 376af636a7d1: Preparing [2023-04-24T20:32:56.765Z] 3a25055e7b1c: Preparing [2023-04-24T20:32:56.765Z] 4e9cf0c2133f: Preparing [2023-04-24T20:32:56.765Z] 8b1177690205: Preparing [2023-04-24T20:32:56.765Z] 4e9cf0c2133f: Waiting [2023-04-24T20:32:56.765Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:56.765Z] 129fb85fd10b: Preparing [2023-04-24T20:32:56.765Z] 3158859ba482: Preparing [2023-04-24T20:32:56.765Z] 160dfe6f91af: Preparing [2023-04-24T20:32:56.765Z] 2f82dbb2ec04: Preparing [2023-04-24T20:32:56.765Z] 26cbea5cba74: Preparing [2023-04-24T20:32:56.765Z] 8b1177690205: Waiting [2023-04-24T20:32:56.765Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:56.765Z] 129fb85fd10b: Waiting [2023-04-24T20:32:56.765Z] 2f82dbb2ec04: Waiting [2023-04-24T20:32:56.765Z] 3158859ba482: Waiting [2023-04-24T20:32:56.765Z] 26cbea5cba74: Waiting [2023-04-24T20:32:56.765Z] 160dfe6f91af: Waiting [2023-04-24T20:32:56.765Z] a7e4e87866f4: Layer already exists [2023-04-24T20:32:56.765Z] 75f0df9e52ab: Layer already exists [2023-04-24T20:32:56.765Z] 90dd5796f074: Layer already exists [2023-04-24T20:32:56.765Z] 3a25055e7b1c: Layer already exists [2023-04-24T20:32:56.765Z] 376af636a7d1: Layer already exists [2023-04-24T20:32:56.765Z] 8b1177690205: Layer already exists [2023-04-24T20:32:56.765Z] 4e9cf0c2133f: Layer already exists [2023-04-24T20:32:56.765Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:56.765Z] 3158859ba482: Layer already exists [2023-04-24T20:32:56.765Z] 129fb85fd10b: Layer already exists [2023-04-24T20:32:56.765Z] 2f82dbb2ec04: Layer already exists [2023-04-24T20:32:56.765Z] 160dfe6f91af: Layer already exists [2023-04-24T20:32:56.765Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:57.030Z] 3.0.0-dev.137: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:57.377Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:57.712Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:57.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-24T20:32:57.712Z] a7e4e87866f4: Preparing [2023-04-24T20:32:57.712Z] a7e4e87866f4: Preparing [2023-04-24T20:32:57.712Z] 75f0df9e52ab: Preparing [2023-04-24T20:32:57.712Z] 90dd5796f074: Preparing [2023-04-24T20:32:57.712Z] 376af636a7d1: Preparing [2023-04-24T20:32:57.712Z] 3a25055e7b1c: Preparing [2023-04-24T20:32:57.712Z] 4e9cf0c2133f: Preparing [2023-04-24T20:32:57.712Z] 8b1177690205: Preparing [2023-04-24T20:32:57.712Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:57.712Z] 129fb85fd10b: Preparing [2023-04-24T20:32:57.712Z] 3158859ba482: Preparing [2023-04-24T20:32:57.712Z] 160dfe6f91af: Preparing [2023-04-24T20:32:57.712Z] 2f82dbb2ec04: Preparing [2023-04-24T20:32:57.712Z] 26cbea5cba74: Preparing [2023-04-24T20:32:57.712Z] 129fb85fd10b: Waiting [2023-04-24T20:32:57.712Z] 3158859ba482: Waiting [2023-04-24T20:32:57.712Z] 26cbea5cba74: Waiting [2023-04-24T20:32:57.712Z] 160dfe6f91af: Waiting [2023-04-24T20:32:57.712Z] 4e9cf0c2133f: Waiting [2023-04-24T20:32:57.712Z] 2f82dbb2ec04: Waiting [2023-04-24T20:32:57.712Z] 8b1177690205: Waiting [2023-04-24T20:32:57.712Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:57.712Z] 3a25055e7b1c: Layer already exists [2023-04-24T20:32:57.712Z] 75f0df9e52ab: Layer already exists [2023-04-24T20:32:57.712Z] 376af636a7d1: Layer already exists [2023-04-24T20:32:57.712Z] 90dd5796f074: Layer already exists [2023-04-24T20:32:57.712Z] a7e4e87866f4: Layer already exists [2023-04-24T20:32:57.712Z] 8b1177690205: Layer already exists [2023-04-24T20:32:57.712Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:57.712Z] 4e9cf0c2133f: Layer already exists [2023-04-24T20:32:57.712Z] 129fb85fd10b: Layer already exists [2023-04-24T20:32:57.712Z] 3158859ba482: Layer already exists [2023-04-24T20:32:57.712Z] 2f82dbb2ec04: Layer already exists [2023-04-24T20:32:57.712Z] 160dfe6f91af: Layer already exists [2023-04-24T20:32:57.712Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:57.979Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:58.318Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:58.652Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2023-04-24T20:32:58.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2023-04-24T20:32:58.652Z] a7e4e87866f4: Preparing [2023-04-24T20:32:58.652Z] a7e4e87866f4: Preparing [2023-04-24T20:32:58.652Z] 75f0df9e52ab: Preparing [2023-04-24T20:32:58.652Z] 90dd5796f074: Preparing [2023-04-24T20:32:58.652Z] 376af636a7d1: Preparing [2023-04-24T20:32:58.652Z] 3a25055e7b1c: Preparing [2023-04-24T20:32:58.652Z] 4e9cf0c2133f: Preparing [2023-04-24T20:32:58.652Z] 8b1177690205: Preparing [2023-04-24T20:32:58.652Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:58.652Z] 129fb85fd10b: Preparing [2023-04-24T20:32:58.652Z] 4e9cf0c2133f: Waiting [2023-04-24T20:32:58.652Z] 8b1177690205: Waiting [2023-04-24T20:32:58.652Z] 3158859ba482: Preparing [2023-04-24T20:32:58.652Z] 160dfe6f91af: Preparing [2023-04-24T20:32:58.652Z] 2f82dbb2ec04: Preparing [2023-04-24T20:32:58.652Z] 26cbea5cba74: Preparing [2023-04-24T20:32:58.652Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:58.652Z] 129fb85fd10b: Waiting [2023-04-24T20:32:58.652Z] 3158859ba482: Waiting [2023-04-24T20:32:58.652Z] 2f82dbb2ec04: Waiting [2023-04-24T20:32:58.652Z] 26cbea5cba74: Waiting [2023-04-24T20:32:58.652Z] 160dfe6f91af: Waiting [2023-04-24T20:32:58.652Z] 90dd5796f074: Layer already exists [2023-04-24T20:32:58.652Z] a7e4e87866f4: Layer already exists [2023-04-24T20:32:58.652Z] 3a25055e7b1c: Layer already exists [2023-04-24T20:32:58.652Z] 75f0df9e52ab: Layer already exists [2023-04-24T20:32:58.652Z] 376af636a7d1: Layer already exists [2023-04-24T20:32:58.652Z] 4e9cf0c2133f: Layer already exists [2023-04-24T20:32:58.652Z] 8b1177690205: Layer already exists [2023-04-24T20:32:58.652Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:58.652Z] 3158859ba482: Layer already exists [2023-04-24T20:32:58.652Z] 129fb85fd10b: Layer already exists [2023-04-24T20:32:58.652Z] 2f82dbb2ec04: Layer already exists [2023-04-24T20:32:58.918Z] 160dfe6f91af: Layer already exists [2023-04-24T20:32:58.918Z] 26cbea5cba74: Layer already exists [2023-04-24T20:32:58.918Z] main: digest: sha256:e6c45d4850a882377ba125f3b8a39308c7d7e88c1dd8e0f9761cc25ebc9bcccc size: 3231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:32:58.957Z] ===================================================== [Pipeline] echo [2023-04-24T20:32:58.963Z] taggedImages: [2023-04-24T20:32:58.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:58.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2023-04-24T20:32:58.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.137 [2023-04-24T20:32:58.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:58.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2023-04-24T20:32:58.978Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2023-04-24T20:32:58.978Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:58.978Z] latest [2023-04-24T20:32:58.978Z] 3.0.0-dev.137 [2023-04-24T20:32:58.978Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:32:58.978Z] main [2023-04-24T20:32:58.978Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:59.310Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:32:59.654Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:32:59.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-24T20:32:59.654Z] fd3ed0665290: Preparing [2023-04-24T20:32:59.654Z] 4a61b5fd01ca: Preparing [2023-04-24T20:32:59.654Z] 21749a12b4a3: Preparing [2023-04-24T20:32:59.654Z] 7a6fccc65979: Preparing [2023-04-24T20:32:59.654Z] 8b1177690205: Preparing [2023-04-24T20:32:59.654Z] ba4fd65b5bb2: Preparing [2023-04-24T20:32:59.654Z] 8c3395280b9e: Preparing [2023-04-24T20:32:59.654Z] 26cbea5cba74: Preparing [2023-04-24T20:32:59.654Z] 8c3395280b9e: Waiting [2023-04-24T20:32:59.654Z] 26cbea5cba74: Waiting [2023-04-24T20:32:59.654Z] ba4fd65b5bb2: Waiting [2023-04-24T20:32:59.654Z] 8b1177690205: Layer already exists [2023-04-24T20:32:59.920Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:32:59.920Z] 8c3395280b9e: Layer already exists [2023-04-24T20:32:59.920Z] fd3ed0665290: Pushed [2023-04-24T20:32:59.920Z] 4a61b5fd01ca: Pushed [2023-04-24T20:32:59.920Z] 21749a12b4a3: Pushed [2023-04-24T20:32:59.920Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:02.496Z] 7a6fccc65979: Pushed [2023-04-24T20:33:02.496Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:02.834Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:03.166Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-04-24T20:33:03.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-24T20:33:03.166Z] fd3ed0665290: Preparing [2023-04-24T20:33:03.166Z] 4a61b5fd01ca: Preparing [2023-04-24T20:33:03.166Z] 21749a12b4a3: Preparing [2023-04-24T20:33:03.166Z] 7a6fccc65979: Preparing [2023-04-24T20:33:03.166Z] 8b1177690205: Preparing [2023-04-24T20:33:03.166Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:03.166Z] 8c3395280b9e: Preparing [2023-04-24T20:33:03.166Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:03.166Z] 26cbea5cba74: Preparing [2023-04-24T20:33:03.166Z] 8c3395280b9e: Waiting [2023-04-24T20:33:03.166Z] 26cbea5cba74: Waiting [2023-04-24T20:33:03.166Z] 8b1177690205: Layer already exists [2023-04-24T20:33:03.166Z] 21749a12b4a3: Layer already exists [2023-04-24T20:33:03.166Z] 7a6fccc65979: Layer already exists [2023-04-24T20:33:03.166Z] fd3ed0665290: Layer already exists [2023-04-24T20:33:03.166Z] 4a61b5fd01ca: Layer already exists [2023-04-24T20:33:03.166Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:03.166Z] 8c3395280b9e: Layer already exists [2023-04-24T20:33:03.166Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:03.433Z] latest: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:03.772Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:04.108Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.137 [2023-04-24T20:33:04.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-24T20:33:04.108Z] fd3ed0665290: Preparing [2023-04-24T20:33:04.108Z] 4a61b5fd01ca: Preparing [2023-04-24T20:33:04.108Z] 21749a12b4a3: Preparing [2023-04-24T20:33:04.108Z] 7a6fccc65979: Preparing [2023-04-24T20:33:04.108Z] 8b1177690205: Preparing [2023-04-24T20:33:04.108Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:04.108Z] 8c3395280b9e: Preparing [2023-04-24T20:33:04.108Z] 26cbea5cba74: Preparing [2023-04-24T20:33:04.108Z] 8c3395280b9e: Waiting [2023-04-24T20:33:04.108Z] 26cbea5cba74: Waiting [2023-04-24T20:33:04.108Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:04.108Z] 8b1177690205: Layer already exists [2023-04-24T20:33:04.108Z] fd3ed0665290: Layer already exists [2023-04-24T20:33:04.108Z] 7a6fccc65979: Layer already exists [2023-04-24T20:33:04.108Z] 4a61b5fd01ca: Layer already exists [2023-04-24T20:33:04.108Z] 21749a12b4a3: Layer already exists [2023-04-24T20:33:04.108Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:04.108Z] 8c3395280b9e: Layer already exists [2023-04-24T20:33:04.108Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:04.381Z] 3.0.0-dev.137: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:04.714Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:05.048Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:05.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-24T20:33:05.048Z] fd3ed0665290: Preparing [2023-04-24T20:33:05.048Z] 4a61b5fd01ca: Preparing [2023-04-24T20:33:05.048Z] 21749a12b4a3: Preparing [2023-04-24T20:33:05.048Z] 7a6fccc65979: Preparing [2023-04-24T20:33:05.048Z] 8b1177690205: Preparing [2023-04-24T20:33:05.048Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:05.048Z] 8c3395280b9e: Preparing [2023-04-24T20:33:05.048Z] 26cbea5cba74: Preparing [2023-04-24T20:33:05.048Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:05.048Z] 8c3395280b9e: Waiting [2023-04-24T20:33:05.048Z] 26cbea5cba74: Waiting [2023-04-24T20:33:05.048Z] fd3ed0665290: Layer already exists [2023-04-24T20:33:05.048Z] 8b1177690205: Layer already exists [2023-04-24T20:33:05.048Z] 7a6fccc65979: Layer already exists [2023-04-24T20:33:05.048Z] 21749a12b4a3: Layer already exists [2023-04-24T20:33:05.048Z] 4a61b5fd01ca: Layer already exists [2023-04-24T20:33:05.048Z] 8c3395280b9e: Layer already exists [2023-04-24T20:33:05.048Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:05.048Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:05.316Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:05.652Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:05.983Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2023-04-24T20:33:05.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2023-04-24T20:33:05.983Z] fd3ed0665290: Preparing [2023-04-24T20:33:05.983Z] 4a61b5fd01ca: Preparing [2023-04-24T20:33:05.983Z] 21749a12b4a3: Preparing [2023-04-24T20:33:05.983Z] 7a6fccc65979: Preparing [2023-04-24T20:33:05.983Z] 8b1177690205: Preparing [2023-04-24T20:33:05.983Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:05.983Z] 8c3395280b9e: Preparing [2023-04-24T20:33:05.983Z] 26cbea5cba74: Preparing [2023-04-24T20:33:05.983Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:05.983Z] 8c3395280b9e: Waiting [2023-04-24T20:33:05.983Z] 26cbea5cba74: Waiting [2023-04-24T20:33:05.983Z] fd3ed0665290: Layer already exists [2023-04-24T20:33:05.983Z] 8b1177690205: Layer already exists [2023-04-24T20:33:05.983Z] 7a6fccc65979: Layer already exists [2023-04-24T20:33:05.983Z] 21749a12b4a3: Layer already exists [2023-04-24T20:33:05.983Z] 4a61b5fd01ca: Layer already exists [2023-04-24T20:33:05.983Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:05.983Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:05.983Z] 8c3395280b9e: Layer already exists [2023-04-24T20:33:06.249Z] main: digest: sha256:59b9a389c938e0813f57da53d599bcf20c75bf79818a5a2e9a399caccc6f7fce size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:33:06.360Z] ===================================================== [Pipeline] echo [2023-04-24T20:33:06.366Z] taggedImages: [2023-04-24T20:33:06.366Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:06.366Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2023-04-24T20:33:06.366Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.137 [2023-04-24T20:33:06.366Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:06.366Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2023-04-24T20:33:06.380Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2023-04-24T20:33:06.380Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:06.380Z] latest [2023-04-24T20:33:06.380Z] 3.0.0-dev.137 [2023-04-24T20:33:06.380Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:06.380Z] main [2023-04-24T20:33:06.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:06.712Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:07.046Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:07.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-24T20:33:07.046Z] 03498bf36d51: Preparing [2023-04-24T20:33:07.046Z] e1004698550d: Preparing [2023-04-24T20:33:07.046Z] 392460b7218e: Preparing [2023-04-24T20:33:07.046Z] 6046e5ef7391: Preparing [2023-04-24T20:33:07.046Z] 8b1177690205: Preparing [2023-04-24T20:33:07.046Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:07.046Z] 1eb5f2539601: Preparing [2023-04-24T20:33:07.046Z] afc976ab58ec: Preparing [2023-04-24T20:33:07.046Z] 26cbea5cba74: Preparing [2023-04-24T20:33:07.046Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:07.046Z] 1eb5f2539601: Waiting [2023-04-24T20:33:07.046Z] afc976ab58ec: Waiting [2023-04-24T20:33:07.046Z] 8b1177690205: Layer already exists [2023-04-24T20:33:07.314Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:07.314Z] 03498bf36d51: Pushed [2023-04-24T20:33:07.314Z] 6046e5ef7391: Pushed [2023-04-24T20:33:07.314Z] e1004698550d: Pushed [2023-04-24T20:33:07.314Z] 1eb5f2539601: Pushed [2023-04-24T20:33:07.314Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:07.582Z] afc976ab58ec: Pushed [2023-04-24T20:33:10.160Z] 392460b7218e: Pushed [2023-04-24T20:33:10.160Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:10.500Z] + 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-04-24T20:33:10.838Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-04-24T20:33:10.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-24T20:33:10.838Z] 03498bf36d51: Preparing [2023-04-24T20:33:10.838Z] e1004698550d: Preparing [2023-04-24T20:33:10.838Z] 392460b7218e: Preparing [2023-04-24T20:33:10.838Z] 6046e5ef7391: Preparing [2023-04-24T20:33:10.838Z] 8b1177690205: Preparing [2023-04-24T20:33:10.838Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:10.838Z] 1eb5f2539601: Preparing [2023-04-24T20:33:10.838Z] afc976ab58ec: Preparing [2023-04-24T20:33:10.838Z] 26cbea5cba74: Preparing [2023-04-24T20:33:10.838Z] 1eb5f2539601: Waiting [2023-04-24T20:33:10.838Z] afc976ab58ec: Waiting [2023-04-24T20:33:10.838Z] 26cbea5cba74: Waiting [2023-04-24T20:33:10.838Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:10.838Z] 8b1177690205: Layer already exists [2023-04-24T20:33:10.838Z] 6046e5ef7391: Layer already exists [2023-04-24T20:33:10.838Z] 03498bf36d51: Layer already exists [2023-04-24T20:33:10.838Z] e1004698550d: Layer already exists [2023-04-24T20:33:10.838Z] 392460b7218e: Layer already exists [2023-04-24T20:33:10.838Z] afc976ab58ec: Layer already exists [2023-04-24T20:33:10.838Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:10.838Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:10.838Z] 1eb5f2539601: Layer already exists [2023-04-24T20:33:11.104Z] latest: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:11.458Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:11.796Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.137 [2023-04-24T20:33:11.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-24T20:33:11.796Z] 03498bf36d51: Preparing [2023-04-24T20:33:11.796Z] e1004698550d: Preparing [2023-04-24T20:33:11.796Z] 392460b7218e: Preparing [2023-04-24T20:33:11.796Z] 6046e5ef7391: Preparing [2023-04-24T20:33:11.796Z] 8b1177690205: Preparing [2023-04-24T20:33:11.796Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:11.796Z] 1eb5f2539601: Preparing [2023-04-24T20:33:11.796Z] afc976ab58ec: Preparing [2023-04-24T20:33:11.796Z] 26cbea5cba74: Preparing [2023-04-24T20:33:11.796Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:11.796Z] 1eb5f2539601: Waiting [2023-04-24T20:33:11.796Z] afc976ab58ec: Waiting [2023-04-24T20:33:11.796Z] 26cbea5cba74: Waiting [2023-04-24T20:33:11.796Z] 03498bf36d51: Layer already exists [2023-04-24T20:33:11.796Z] 392460b7218e: Layer already exists [2023-04-24T20:33:11.796Z] 8b1177690205: Layer already exists [2023-04-24T20:33:11.796Z] 6046e5ef7391: Layer already exists [2023-04-24T20:33:11.796Z] e1004698550d: Layer already exists [2023-04-24T20:33:11.796Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:11.796Z] afc976ab58ec: Layer already exists [2023-04-24T20:33:11.796Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:11.796Z] 1eb5f2539601: Layer already exists [2023-04-24T20:33:12.061Z] 3.0.0-dev.137: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:12.408Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:12.752Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:12.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-24T20:33:12.752Z] 03498bf36d51: Preparing [2023-04-24T20:33:12.752Z] e1004698550d: Preparing [2023-04-24T20:33:12.752Z] 392460b7218e: Preparing [2023-04-24T20:33:12.752Z] 6046e5ef7391: Preparing [2023-04-24T20:33:12.752Z] 8b1177690205: Preparing [2023-04-24T20:33:12.752Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:12.752Z] 1eb5f2539601: Preparing [2023-04-24T20:33:12.752Z] afc976ab58ec: Preparing [2023-04-24T20:33:12.752Z] 26cbea5cba74: Preparing [2023-04-24T20:33:12.752Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:12.752Z] 1eb5f2539601: Waiting [2023-04-24T20:33:12.752Z] afc976ab58ec: Waiting [2023-04-24T20:33:12.752Z] 26cbea5cba74: Waiting [2023-04-24T20:33:12.752Z] 8b1177690205: Layer already exists [2023-04-24T20:33:12.752Z] 03498bf36d51: Layer already exists [2023-04-24T20:33:12.752Z] 392460b7218e: Layer already exists [2023-04-24T20:33:12.752Z] e1004698550d: Layer already exists [2023-04-24T20:33:12.752Z] 6046e5ef7391: Layer already exists [2023-04-24T20:33:12.752Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:12.752Z] afc976ab58ec: Layer already exists [2023-04-24T20:33:12.752Z] 1eb5f2539601: Layer already exists [2023-04-24T20:33:12.752Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:13.018Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:13.350Z] + 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-04-24T20:33:13.680Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2023-04-24T20:33:13.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2023-04-24T20:33:13.680Z] 03498bf36d51: Preparing [2023-04-24T20:33:13.680Z] e1004698550d: Preparing [2023-04-24T20:33:13.680Z] 392460b7218e: Preparing [2023-04-24T20:33:13.680Z] 6046e5ef7391: Preparing [2023-04-24T20:33:13.680Z] 8b1177690205: Preparing [2023-04-24T20:33:13.680Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:13.680Z] 1eb5f2539601: Preparing [2023-04-24T20:33:13.680Z] afc976ab58ec: Preparing [2023-04-24T20:33:13.680Z] 26cbea5cba74: Preparing [2023-04-24T20:33:13.680Z] 1eb5f2539601: Waiting [2023-04-24T20:33:13.680Z] afc976ab58ec: Waiting [2023-04-24T20:33:13.680Z] 26cbea5cba74: Waiting [2023-04-24T20:33:13.680Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:13.680Z] 6046e5ef7391: Layer already exists [2023-04-24T20:33:13.680Z] e1004698550d: Layer already exists [2023-04-24T20:33:13.680Z] 8b1177690205: Layer already exists [2023-04-24T20:33:13.680Z] 392460b7218e: Layer already exists [2023-04-24T20:33:13.680Z] 03498bf36d51: Layer already exists [2023-04-24T20:33:13.680Z] 1eb5f2539601: Layer already exists [2023-04-24T20:33:13.680Z] afc976ab58ec: Layer already exists [2023-04-24T20:33:13.680Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:13.680Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:13.945Z] main: digest: sha256:0e5d810ab78146d39880545d61ca1ce2145311b48b6be5e96291dc7ce07999be size: 2194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:33:13.996Z] ===================================================== [Pipeline] echo [2023-04-24T20:33:14.002Z] taggedImages: [2023-04-24T20:33:14.002Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:14.002Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2023-04-24T20:33:14.002Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.137 [2023-04-24T20:33:14.002Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:14.002Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2023-04-24T20:33:14.016Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2023-04-24T20:33:14.016Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:14.016Z] latest [2023-04-24T20:33:14.016Z] 3.0.0-dev.137 [2023-04-24T20:33:14.016Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:14.016Z] main [2023-04-24T20:33:14.016Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:14.345Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:14.686Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:14.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-24T20:33:14.686Z] 6c4a8b25ac45: Preparing [2023-04-24T20:33:14.686Z] 6a4d37bb1023: Preparing [2023-04-24T20:33:14.686Z] 6f7201485a68: Preparing [2023-04-24T20:33:14.686Z] 3d879f62a390: Preparing [2023-04-24T20:33:14.686Z] e01dcef1f519: Preparing [2023-04-24T20:33:14.686Z] cbe0a2b74ce4: Preparing [2023-04-24T20:33:14.686Z] 45310a3e12f4: Preparing [2023-04-24T20:33:14.686Z] 8b1177690205: Preparing [2023-04-24T20:33:14.686Z] cbe0a2b74ce4: Waiting [2023-04-24T20:33:14.686Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:14.686Z] be40a411725f: Preparing [2023-04-24T20:33:14.686Z] 45310a3e12f4: Waiting [2023-04-24T20:33:14.686Z] 26cbea5cba74: Preparing [2023-04-24T20:33:14.686Z] 8b1177690205: Waiting [2023-04-24T20:33:14.686Z] be40a411725f: Waiting [2023-04-24T20:33:14.686Z] 26cbea5cba74: Waiting [2023-04-24T20:33:14.686Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:14.952Z] 6a4d37bb1023: Pushed [2023-04-24T20:33:14.952Z] 6c4a8b25ac45: Pushed [2023-04-24T20:33:14.952Z] e01dcef1f519: Pushed [2023-04-24T20:33:14.952Z] 8b1177690205: Layer already exists [2023-04-24T20:33:14.952Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:15.218Z] 45310a3e12f4: Pushed [2023-04-24T20:33:15.218Z] cbe0a2b74ce4: Pushed [2023-04-24T20:33:15.218Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:15.555Z] be40a411725f: Pushed [2023-04-24T20:33:17.534Z] 3d879f62a390: Pushed [2023-04-24T20:33:18.129Z] 6f7201485a68: Pushed [2023-04-24T20:33:18.396Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:18.737Z] + 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-04-24T20:33:19.077Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-04-24T20:33:19.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-24T20:33:19.077Z] 6c4a8b25ac45: Preparing [2023-04-24T20:33:19.077Z] 6a4d37bb1023: Preparing [2023-04-24T20:33:19.077Z] 6f7201485a68: Preparing [2023-04-24T20:33:19.077Z] 3d879f62a390: Preparing [2023-04-24T20:33:19.077Z] e01dcef1f519: Preparing [2023-04-24T20:33:19.077Z] cbe0a2b74ce4: Preparing [2023-04-24T20:33:19.077Z] 45310a3e12f4: Preparing [2023-04-24T20:33:19.077Z] 8b1177690205: Preparing [2023-04-24T20:33:19.077Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:19.077Z] be40a411725f: Preparing [2023-04-24T20:33:19.077Z] 26cbea5cba74: Preparing [2023-04-24T20:33:19.077Z] cbe0a2b74ce4: Waiting [2023-04-24T20:33:19.077Z] 45310a3e12f4: Waiting [2023-04-24T20:33:19.077Z] 8b1177690205: Waiting [2023-04-24T20:33:19.077Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:19.077Z] be40a411725f: Waiting [2023-04-24T20:33:19.077Z] 26cbea5cba74: Waiting [2023-04-24T20:33:19.077Z] e01dcef1f519: Layer already exists [2023-04-24T20:33:19.077Z] 3d879f62a390: Layer already exists [2023-04-24T20:33:19.077Z] 6c4a8b25ac45: Layer already exists [2023-04-24T20:33:19.077Z] 6a4d37bb1023: Layer already exists [2023-04-24T20:33:19.077Z] 6f7201485a68: Layer already exists [2023-04-24T20:33:19.077Z] 45310a3e12f4: Layer already exists [2023-04-24T20:33:19.077Z] cbe0a2b74ce4: Layer already exists [2023-04-24T20:33:19.077Z] 8b1177690205: Layer already exists [2023-04-24T20:33:19.077Z] be40a411725f: Layer already exists [2023-04-24T20:33:19.077Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:19.077Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:19.343Z] latest: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:19.682Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:20.015Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.137 [2023-04-24T20:33:20.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-24T20:33:20.015Z] 6c4a8b25ac45: Preparing [2023-04-24T20:33:20.015Z] 6a4d37bb1023: Preparing [2023-04-24T20:33:20.015Z] 6f7201485a68: Preparing [2023-04-24T20:33:20.015Z] 3d879f62a390: Preparing [2023-04-24T20:33:20.015Z] e01dcef1f519: Preparing [2023-04-24T20:33:20.015Z] cbe0a2b74ce4: Preparing [2023-04-24T20:33:20.015Z] 45310a3e12f4: Preparing [2023-04-24T20:33:20.015Z] 8b1177690205: Preparing [2023-04-24T20:33:20.015Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:20.015Z] cbe0a2b74ce4: Waiting [2023-04-24T20:33:20.015Z] be40a411725f: Preparing [2023-04-24T20:33:20.015Z] 26cbea5cba74: Preparing [2023-04-24T20:33:20.015Z] 8b1177690205: Waiting [2023-04-24T20:33:20.015Z] 45310a3e12f4: Waiting [2023-04-24T20:33:20.015Z] be40a411725f: Waiting [2023-04-24T20:33:20.015Z] 26cbea5cba74: Waiting [2023-04-24T20:33:20.015Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:20.015Z] e01dcef1f519: Layer already exists [2023-04-24T20:33:20.015Z] 3d879f62a390: Layer already exists [2023-04-24T20:33:20.015Z] 6f7201485a68: Layer already exists [2023-04-24T20:33:20.015Z] 6c4a8b25ac45: Layer already exists [2023-04-24T20:33:20.015Z] 6a4d37bb1023: Layer already exists [2023-04-24T20:33:20.015Z] 45310a3e12f4: Layer already exists [2023-04-24T20:33:20.015Z] cbe0a2b74ce4: Layer already exists [2023-04-24T20:33:20.015Z] 8b1177690205: Layer already exists [2023-04-24T20:33:20.015Z] be40a411725f: Layer already exists [2023-04-24T20:33:20.015Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:20.015Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:20.280Z] 3.0.0-dev.137: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:20.611Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:20.942Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:20.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-24T20:33:20.942Z] 6c4a8b25ac45: Preparing [2023-04-24T20:33:20.942Z] 6a4d37bb1023: Preparing [2023-04-24T20:33:20.942Z] 6f7201485a68: Preparing [2023-04-24T20:33:20.942Z] 3d879f62a390: Preparing [2023-04-24T20:33:20.942Z] e01dcef1f519: Preparing [2023-04-24T20:33:20.942Z] cbe0a2b74ce4: Preparing [2023-04-24T20:33:20.942Z] 45310a3e12f4: Preparing [2023-04-24T20:33:20.942Z] 8b1177690205: Preparing [2023-04-24T20:33:20.942Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:20.942Z] be40a411725f: Preparing [2023-04-24T20:33:20.942Z] 26cbea5cba74: Preparing [2023-04-24T20:33:20.942Z] cbe0a2b74ce4: Waiting [2023-04-24T20:33:20.942Z] 45310a3e12f4: Waiting [2023-04-24T20:33:20.942Z] 8b1177690205: Waiting [2023-04-24T20:33:20.942Z] be40a411725f: Waiting [2023-04-24T20:33:20.942Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:20.942Z] 26cbea5cba74: Waiting [2023-04-24T20:33:20.942Z] 6c4a8b25ac45: Layer already exists [2023-04-24T20:33:20.942Z] 6f7201485a68: Layer already exists [2023-04-24T20:33:20.942Z] e01dcef1f519: Layer already exists [2023-04-24T20:33:20.942Z] 3d879f62a390: Layer already exists [2023-04-24T20:33:20.942Z] 6a4d37bb1023: Layer already exists [2023-04-24T20:33:20.942Z] 45310a3e12f4: Layer already exists [2023-04-24T20:33:20.942Z] 8b1177690205: Layer already exists [2023-04-24T20:33:20.942Z] cbe0a2b74ce4: Layer already exists [2023-04-24T20:33:20.942Z] be40a411725f: Layer already exists [2023-04-24T20:33:20.942Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:20.942Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:21.207Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:21.551Z] + 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-04-24T20:33:21.884Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2023-04-24T20:33:21.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2023-04-24T20:33:21.884Z] 6c4a8b25ac45: Preparing [2023-04-24T20:33:21.884Z] 6a4d37bb1023: Preparing [2023-04-24T20:33:21.884Z] 6f7201485a68: Preparing [2023-04-24T20:33:21.884Z] 3d879f62a390: Preparing [2023-04-24T20:33:21.884Z] e01dcef1f519: Preparing [2023-04-24T20:33:21.884Z] cbe0a2b74ce4: Preparing [2023-04-24T20:33:21.884Z] 45310a3e12f4: Preparing [2023-04-24T20:33:21.884Z] 8b1177690205: Preparing [2023-04-24T20:33:21.884Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:21.884Z] be40a411725f: Preparing [2023-04-24T20:33:21.884Z] 26cbea5cba74: Preparing [2023-04-24T20:33:21.884Z] cbe0a2b74ce4: Waiting [2023-04-24T20:33:21.884Z] 45310a3e12f4: Waiting [2023-04-24T20:33:21.884Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:21.884Z] be40a411725f: Waiting [2023-04-24T20:33:21.884Z] 26cbea5cba74: Waiting [2023-04-24T20:33:21.884Z] 8b1177690205: Waiting [2023-04-24T20:33:21.884Z] 3d879f62a390: Layer already exists [2023-04-24T20:33:21.884Z] 6a4d37bb1023: Layer already exists [2023-04-24T20:33:21.884Z] 6c4a8b25ac45: Layer already exists [2023-04-24T20:33:21.884Z] e01dcef1f519: Layer already exists [2023-04-24T20:33:21.884Z] 6f7201485a68: Layer already exists [2023-04-24T20:33:21.884Z] 45310a3e12f4: Layer already exists [2023-04-24T20:33:21.884Z] cbe0a2b74ce4: Layer already exists [2023-04-24T20:33:21.884Z] 8b1177690205: Layer already exists [2023-04-24T20:33:21.884Z] be40a411725f: Layer already exists [2023-04-24T20:33:21.884Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:21.884Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:22.149Z] main: digest: sha256:c22dcb8aefec1c49e1b79ddfb4d461aa8a3e8922eb1be4b9f3341cf43e611e3c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:33:22.193Z] ===================================================== [Pipeline] echo [2023-04-24T20:33:22.199Z] taggedImages: [2023-04-24T20:33:22.199Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:22.199Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2023-04-24T20:33:22.199Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.137 [2023-04-24T20:33:22.199Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:22.199Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2023-04-24T20:33:22.213Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2023-04-24T20:33:22.213Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:22.213Z] latest [2023-04-24T20:33:22.213Z] 3.0.0-dev.137 [2023-04-24T20:33:22.213Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:22.213Z] main [2023-04-24T20:33:22.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:22.543Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:22.881Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:22.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-24T20:33:22.881Z] 710d0c5274e0: Preparing [2023-04-24T20:33:22.881Z] 63cecace543e: Preparing [2023-04-24T20:33:22.881Z] 8b1177690205: Preparing [2023-04-24T20:33:22.881Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:22.881Z] 38f713e191e7: Preparing [2023-04-24T20:33:22.881Z] 26cbea5cba74: Preparing [2023-04-24T20:33:22.881Z] 26cbea5cba74: Waiting [2023-04-24T20:33:22.881Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:22.881Z] 8b1177690205: Layer already exists [2023-04-24T20:33:23.146Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:23.146Z] 710d0c5274e0: Pushed [2023-04-24T20:33:24.103Z] 38f713e191e7: Pushed [2023-04-24T20:33:27.439Z] 63cecace543e: Pushed [2023-04-24T20:33:27.704Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:28.037Z] + 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-04-24T20:33:28.374Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-04-24T20:33:28.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-24T20:33:28.374Z] 710d0c5274e0: Preparing [2023-04-24T20:33:28.374Z] 63cecace543e: Preparing [2023-04-24T20:33:28.374Z] 8b1177690205: Preparing [2023-04-24T20:33:28.374Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:28.374Z] 38f713e191e7: Preparing [2023-04-24T20:33:28.374Z] 26cbea5cba74: Preparing [2023-04-24T20:33:28.374Z] 26cbea5cba74: Waiting [2023-04-24T20:33:28.374Z] 710d0c5274e0: Layer already exists [2023-04-24T20:33:28.374Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:28.374Z] 8b1177690205: Layer already exists [2023-04-24T20:33:28.374Z] 38f713e191e7: Layer already exists [2023-04-24T20:33:28.374Z] 63cecace543e: Layer already exists [2023-04-24T20:33:28.374Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:28.374Z] latest: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:28.976Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:29.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.137 [2023-04-24T20:33:29.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-24T20:33:29.309Z] 710d0c5274e0: Preparing [2023-04-24T20:33:29.309Z] 63cecace543e: Preparing [2023-04-24T20:33:29.309Z] 8b1177690205: Preparing [2023-04-24T20:33:29.309Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:29.309Z] 38f713e191e7: Preparing [2023-04-24T20:33:29.309Z] 26cbea5cba74: Preparing [2023-04-24T20:33:29.309Z] 26cbea5cba74: Waiting [2023-04-24T20:33:29.309Z] 8b1177690205: Layer already exists [2023-04-24T20:33:29.309Z] 710d0c5274e0: Layer already exists [2023-04-24T20:33:29.309Z] 38f713e191e7: Layer already exists [2023-04-24T20:33:29.309Z] 63cecace543e: Layer already exists [2023-04-24T20:33:29.309Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:29.309Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:29.309Z] 3.0.0-dev.137: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:29.922Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:30.260Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:30.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-24T20:33:30.260Z] 710d0c5274e0: Preparing [2023-04-24T20:33:30.260Z] 63cecace543e: Preparing [2023-04-24T20:33:30.260Z] 8b1177690205: Preparing [2023-04-24T20:33:30.260Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:30.260Z] 38f713e191e7: Preparing [2023-04-24T20:33:30.260Z] 26cbea5cba74: Preparing [2023-04-24T20:33:30.260Z] 26cbea5cba74: Waiting [2023-04-24T20:33:30.260Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:30.260Z] 63cecace543e: Layer already exists [2023-04-24T20:33:30.260Z] 710d0c5274e0: Layer already exists [2023-04-24T20:33:30.260Z] 38f713e191e7: Layer already exists [2023-04-24T20:33:30.260Z] 8b1177690205: Layer already exists [2023-04-24T20:33:30.260Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:30.260Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:30.864Z] + 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-04-24T20:33:31.202Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2023-04-24T20:33:31.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2023-04-24T20:33:31.202Z] 710d0c5274e0: Preparing [2023-04-24T20:33:31.202Z] 63cecace543e: Preparing [2023-04-24T20:33:31.202Z] 8b1177690205: Preparing [2023-04-24T20:33:31.202Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:31.202Z] 38f713e191e7: Preparing [2023-04-24T20:33:31.202Z] 26cbea5cba74: Preparing [2023-04-24T20:33:31.202Z] 26cbea5cba74: Waiting [2023-04-24T20:33:31.202Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:31.202Z] 8b1177690205: Layer already exists [2023-04-24T20:33:31.202Z] 710d0c5274e0: Layer already exists [2023-04-24T20:33:31.202Z] 63cecace543e: Layer already exists [2023-04-24T20:33:31.202Z] 38f713e191e7: Layer already exists [2023-04-24T20:33:31.202Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:31.469Z] main: digest: sha256:bf3754d237d5cd4d5c033a4e95c2db4cbf20c60a4f56785ae8234218cc0642f2 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:33:31.510Z] ===================================================== [Pipeline] echo [2023-04-24T20:33:31.519Z] taggedImages: [2023-04-24T20:33:31.519Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:31.519Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2023-04-24T20:33:31.519Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.137 [2023-04-24T20:33:31.519Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:31.519Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2023-04-24T20:33:31.547Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2023-04-24T20:33:31.547Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:31.547Z] latest [2023-04-24T20:33:31.547Z] 3.0.0-dev.137 [2023-04-24T20:33:31.547Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:31.547Z] main [2023-04-24T20:33:31.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:31.901Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:32.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:32.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-24T20:33:32.240Z] 6a8a709edc0d: Preparing [2023-04-24T20:33:32.240Z] f2e151ec7d3a: Preparing [2023-04-24T20:33:32.240Z] b02ac0fd46a3: Preparing [2023-04-24T20:33:32.240Z] 4703db42d014: Preparing [2023-04-24T20:33:32.240Z] d245b275702f: Preparing [2023-04-24T20:33:32.240Z] 8b1177690205: Preparing [2023-04-24T20:33:32.240Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:32.240Z] e365eb287314: Preparing [2023-04-24T20:33:32.240Z] 26cbea5cba74: Preparing [2023-04-24T20:33:32.240Z] 8b1177690205: Waiting [2023-04-24T20:33:32.240Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:32.240Z] 26cbea5cba74: Waiting [2023-04-24T20:33:32.240Z] e365eb287314: Waiting [2023-04-24T20:33:32.507Z] b02ac0fd46a3: Pushed [2023-04-24T20:33:32.507Z] 6a8a709edc0d: Pushed [2023-04-24T20:33:32.507Z] f2e151ec7d3a: Pushed [2023-04-24T20:33:32.507Z] 8b1177690205: Layer already exists [2023-04-24T20:33:32.507Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:32.507Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:33.464Z] e365eb287314: Pushed [2023-04-24T20:33:41.665Z] d245b275702f: Pushed [2023-04-24T20:33:49.859Z] 4703db42d014: Pushed [2023-04-24T20:33:49.859Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:50.191Z] + 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-04-24T20:33:50.520Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-04-24T20:33:50.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-24T20:33:50.520Z] 6a8a709edc0d: Preparing [2023-04-24T20:33:50.520Z] f2e151ec7d3a: Preparing [2023-04-24T20:33:50.520Z] b02ac0fd46a3: Preparing [2023-04-24T20:33:50.520Z] 4703db42d014: Preparing [2023-04-24T20:33:50.520Z] d245b275702f: Preparing [2023-04-24T20:33:50.520Z] 8b1177690205: Preparing [2023-04-24T20:33:50.520Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:50.520Z] e365eb287314: Preparing [2023-04-24T20:33:50.520Z] 26cbea5cba74: Preparing [2023-04-24T20:33:50.520Z] 8b1177690205: Waiting [2023-04-24T20:33:50.520Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:50.520Z] e365eb287314: Waiting [2023-04-24T20:33:50.520Z] 26cbea5cba74: Waiting [2023-04-24T20:33:50.520Z] b02ac0fd46a3: Layer already exists [2023-04-24T20:33:50.520Z] d245b275702f: Layer already exists [2023-04-24T20:33:50.520Z] f2e151ec7d3a: Layer already exists [2023-04-24T20:33:50.520Z] 4703db42d014: Layer already exists [2023-04-24T20:33:50.520Z] 6a8a709edc0d: Layer already exists [2023-04-24T20:33:50.520Z] e365eb287314: Layer already exists [2023-04-24T20:33:50.520Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:50.520Z] 8b1177690205: Layer already exists [2023-04-24T20:33:50.520Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:50.786Z] latest: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:51.132Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:51.475Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.137 [2023-04-24T20:33:51.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-24T20:33:51.475Z] 6a8a709edc0d: Preparing [2023-04-24T20:33:51.475Z] f2e151ec7d3a: Preparing [2023-04-24T20:33:51.475Z] b02ac0fd46a3: Preparing [2023-04-24T20:33:51.475Z] 4703db42d014: Preparing [2023-04-24T20:33:51.475Z] d245b275702f: Preparing [2023-04-24T20:33:51.475Z] 8b1177690205: Preparing [2023-04-24T20:33:51.475Z] 8b1177690205: Waiting [2023-04-24T20:33:51.475Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:51.475Z] e365eb287314: Preparing [2023-04-24T20:33:51.475Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:51.475Z] 26cbea5cba74: Preparing [2023-04-24T20:33:51.475Z] e365eb287314: Waiting [2023-04-24T20:33:51.475Z] 26cbea5cba74: Waiting [2023-04-24T20:33:51.475Z] 4703db42d014: Layer already exists [2023-04-24T20:33:51.475Z] f2e151ec7d3a: Layer already exists [2023-04-24T20:33:51.475Z] d245b275702f: Layer already exists [2023-04-24T20:33:51.475Z] 6a8a709edc0d: Layer already exists [2023-04-24T20:33:51.475Z] b02ac0fd46a3: Layer already exists [2023-04-24T20:33:51.475Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:51.475Z] e365eb287314: Layer already exists [2023-04-24T20:33:51.475Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:51.475Z] 8b1177690205: Layer already exists [2023-04-24T20:33:51.745Z] 3.0.0-dev.137: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:52.077Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:52.417Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:52.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-24T20:33:52.417Z] 6a8a709edc0d: Preparing [2023-04-24T20:33:52.417Z] f2e151ec7d3a: Preparing [2023-04-24T20:33:52.417Z] b02ac0fd46a3: Preparing [2023-04-24T20:33:52.417Z] 4703db42d014: Preparing [2023-04-24T20:33:52.417Z] d245b275702f: Preparing [2023-04-24T20:33:52.417Z] 8b1177690205: Preparing [2023-04-24T20:33:52.417Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:52.417Z] e365eb287314: Preparing [2023-04-24T20:33:52.417Z] 26cbea5cba74: Preparing [2023-04-24T20:33:52.417Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:52.417Z] e365eb287314: Waiting [2023-04-24T20:33:52.417Z] 26cbea5cba74: Waiting [2023-04-24T20:33:52.417Z] 8b1177690205: Waiting [2023-04-24T20:33:52.417Z] f2e151ec7d3a: Layer already exists [2023-04-24T20:33:52.417Z] b02ac0fd46a3: Layer already exists [2023-04-24T20:33:52.417Z] d245b275702f: Layer already exists [2023-04-24T20:33:52.417Z] 6a8a709edc0d: Layer already exists [2023-04-24T20:33:52.417Z] 4703db42d014: Layer already exists [2023-04-24T20:33:52.417Z] 8b1177690205: Layer already exists [2023-04-24T20:33:52.417Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:52.417Z] e365eb287314: Layer already exists [2023-04-24T20:33:52.417Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:52.683Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:53.038Z] + 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-04-24T20:33:53.385Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2023-04-24T20:33:53.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2023-04-24T20:33:53.385Z] 6a8a709edc0d: Preparing [2023-04-24T20:33:53.385Z] f2e151ec7d3a: Preparing [2023-04-24T20:33:53.385Z] b02ac0fd46a3: Preparing [2023-04-24T20:33:53.385Z] 4703db42d014: Preparing [2023-04-24T20:33:53.385Z] d245b275702f: Preparing [2023-04-24T20:33:53.385Z] 8b1177690205: Preparing [2023-04-24T20:33:53.385Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:53.385Z] e365eb287314: Preparing [2023-04-24T20:33:53.385Z] 26cbea5cba74: Preparing [2023-04-24T20:33:53.385Z] 8b1177690205: Waiting [2023-04-24T20:33:53.385Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:53.385Z] e365eb287314: Waiting [2023-04-24T20:33:53.385Z] 26cbea5cba74: Waiting [2023-04-24T20:33:53.385Z] 6a8a709edc0d: Layer already exists [2023-04-24T20:33:53.385Z] f2e151ec7d3a: Layer already exists [2023-04-24T20:33:53.385Z] 4703db42d014: Layer already exists [2023-04-24T20:33:53.385Z] b02ac0fd46a3: Layer already exists [2023-04-24T20:33:53.385Z] d245b275702f: Layer already exists [2023-04-24T20:33:53.385Z] e365eb287314: Layer already exists [2023-04-24T20:33:53.385Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:53.385Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:53.385Z] 8b1177690205: Layer already exists [2023-04-24T20:33:53.651Z] main: digest: sha256:5c4b2a6f7ca1e26af2d1182144b986fb39ecdb267f6d9959e2fe38241e44b1ed size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:33:53.698Z] ===================================================== [Pipeline] echo [2023-04-24T20:33:53.707Z] taggedImages: [2023-04-24T20:33:53.707Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:53.707Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2023-04-24T20:33:53.707Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.137 [2023-04-24T20:33:53.707Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:53.707Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2023-04-24T20:33:53.722Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2023-04-24T20:33:53.722Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:53.722Z] latest [2023-04-24T20:33:53.723Z] 3.0.0-dev.137 [2023-04-24T20:33:53.723Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:33:53.723Z] main [2023-04-24T20:33:53.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:54.058Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:33:54.389Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:33:54.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-24T20:33:54.390Z] f152490d2abd: Preparing [2023-04-24T20:33:54.390Z] 7d4415f91667: Preparing [2023-04-24T20:33:54.390Z] 5cfd5a51090a: Preparing [2023-04-24T20:33:54.390Z] fa84ac699c25: Preparing [2023-04-24T20:33:54.390Z] 8b1177690205: Preparing [2023-04-24T20:33:54.390Z] ba4fd65b5bb2: Preparing [2023-04-24T20:33:54.390Z] 8e7280565a7e: Preparing [2023-04-24T20:33:54.390Z] 26cbea5cba74: Preparing [2023-04-24T20:33:54.390Z] ba4fd65b5bb2: Waiting [2023-04-24T20:33:54.390Z] 8e7280565a7e: Waiting [2023-04-24T20:33:54.390Z] 26cbea5cba74: Waiting [2023-04-24T20:33:54.390Z] 8b1177690205: Layer already exists [2023-04-24T20:33:54.654Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:33:54.655Z] f152490d2abd: Pushed [2023-04-24T20:33:54.655Z] 7d4415f91667: Pushed [2023-04-24T20:33:54.655Z] 5cfd5a51090a: Pushed [2023-04-24T20:33:54.655Z] 26cbea5cba74: Layer already exists [2023-04-24T20:33:55.237Z] 8e7280565a7e: Pushed [2023-04-24T20:34:10.206Z] fa84ac699c25: Pushed [2023-04-24T20:34:10.206Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:10.544Z] + 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-04-24T20:34:10.879Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-04-24T20:34:10.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-24T20:34:10.879Z] f152490d2abd: Preparing [2023-04-24T20:34:10.879Z] 7d4415f91667: Preparing [2023-04-24T20:34:10.879Z] 5cfd5a51090a: Preparing [2023-04-24T20:34:10.879Z] fa84ac699c25: Preparing [2023-04-24T20:34:10.879Z] 8b1177690205: Preparing [2023-04-24T20:34:10.879Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:10.879Z] 8e7280565a7e: Preparing [2023-04-24T20:34:10.879Z] 26cbea5cba74: Preparing [2023-04-24T20:34:10.879Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:10.879Z] 8e7280565a7e: Waiting [2023-04-24T20:34:10.879Z] 26cbea5cba74: Waiting [2023-04-24T20:34:10.879Z] fa84ac699c25: Layer already exists [2023-04-24T20:34:10.879Z] 7d4415f91667: Layer already exists [2023-04-24T20:34:10.879Z] 8b1177690205: Layer already exists [2023-04-24T20:34:10.879Z] 5cfd5a51090a: Layer already exists [2023-04-24T20:34:10.879Z] f152490d2abd: Layer already exists [2023-04-24T20:34:10.879Z] 8e7280565a7e: Layer already exists [2023-04-24T20:34:10.879Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:10.879Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:11.143Z] latest: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:11.481Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:11.823Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.137 [2023-04-24T20:34:11.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-24T20:34:11.823Z] f152490d2abd: Preparing [2023-04-24T20:34:11.823Z] 7d4415f91667: Preparing [2023-04-24T20:34:11.823Z] 5cfd5a51090a: Preparing [2023-04-24T20:34:11.823Z] fa84ac699c25: Preparing [2023-04-24T20:34:11.823Z] 8b1177690205: Preparing [2023-04-24T20:34:11.823Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:11.823Z] 8e7280565a7e: Preparing [2023-04-24T20:34:11.823Z] 26cbea5cba74: Preparing [2023-04-24T20:34:11.823Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:11.823Z] 8e7280565a7e: Waiting [2023-04-24T20:34:11.823Z] 26cbea5cba74: Waiting [2023-04-24T20:34:11.823Z] fa84ac699c25: Layer already exists [2023-04-24T20:34:11.823Z] 5cfd5a51090a: Layer already exists [2023-04-24T20:34:11.823Z] 8b1177690205: Layer already exists [2023-04-24T20:34:11.823Z] 7d4415f91667: Layer already exists [2023-04-24T20:34:11.823Z] f152490d2abd: Layer already exists [2023-04-24T20:34:11.823Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:11.823Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:11.823Z] 8e7280565a7e: Layer already exists [2023-04-24T20:34:12.091Z] 3.0.0-dev.137: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:12.449Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:12.792Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:12.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-24T20:34:12.792Z] f152490d2abd: Preparing [2023-04-24T20:34:12.792Z] 7d4415f91667: Preparing [2023-04-24T20:34:12.792Z] 5cfd5a51090a: Preparing [2023-04-24T20:34:12.792Z] fa84ac699c25: Preparing [2023-04-24T20:34:12.792Z] 8b1177690205: Preparing [2023-04-24T20:34:12.792Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:12.792Z] 8e7280565a7e: Preparing [2023-04-24T20:34:12.792Z] 26cbea5cba74: Preparing [2023-04-24T20:34:12.792Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:12.792Z] 8e7280565a7e: Waiting [2023-04-24T20:34:12.792Z] 26cbea5cba74: Waiting [2023-04-24T20:34:12.792Z] fa84ac699c25: Layer already exists [2023-04-24T20:34:12.792Z] f152490d2abd: Layer already exists [2023-04-24T20:34:12.792Z] 5cfd5a51090a: Layer already exists [2023-04-24T20:34:12.792Z] 7d4415f91667: Layer already exists [2023-04-24T20:34:12.792Z] 8b1177690205: Layer already exists [2023-04-24T20:34:12.792Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:12.792Z] 8e7280565a7e: Layer already exists [2023-04-24T20:34:12.792Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:13.058Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:13.399Z] + 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-04-24T20:34:13.733Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2023-04-24T20:34:13.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2023-04-24T20:34:13.733Z] f152490d2abd: Preparing [2023-04-24T20:34:13.733Z] 7d4415f91667: Preparing [2023-04-24T20:34:13.733Z] 5cfd5a51090a: Preparing [2023-04-24T20:34:13.733Z] fa84ac699c25: Preparing [2023-04-24T20:34:13.733Z] 8b1177690205: Preparing [2023-04-24T20:34:13.733Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:13.733Z] 8e7280565a7e: Preparing [2023-04-24T20:34:13.733Z] 26cbea5cba74: Preparing [2023-04-24T20:34:13.733Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:13.733Z] 8e7280565a7e: Waiting [2023-04-24T20:34:13.733Z] 26cbea5cba74: Waiting [2023-04-24T20:34:13.733Z] 5cfd5a51090a: Layer already exists [2023-04-24T20:34:13.733Z] f152490d2abd: Layer already exists [2023-04-24T20:34:13.733Z] 8b1177690205: Layer already exists [2023-04-24T20:34:13.733Z] 7d4415f91667: Layer already exists [2023-04-24T20:34:13.733Z] fa84ac699c25: Layer already exists [2023-04-24T20:34:13.733Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:13.733Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:13.733Z] 8e7280565a7e: Layer already exists [2023-04-24T20:34:14.001Z] main: digest: sha256:0d4f6607e8b36c2662df8790498a0b701f4c275b754ed6b5940ee4aade73a0a7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:34:14.044Z] ===================================================== [Pipeline] echo [2023-04-24T20:34:14.051Z] taggedImages: [2023-04-24T20:34:14.051Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:14.051Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2023-04-24T20:34:14.051Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.137 [2023-04-24T20:34:14.051Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:14.051Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2023-04-24T20:34:14.072Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2023-04-24T20:34:14.072Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:14.072Z] latest [2023-04-24T20:34:14.072Z] 3.0.0-dev.137 [2023-04-24T20:34:14.072Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:14.072Z] main [2023-04-24T20:34:14.072Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:14.414Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:14.766Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:14.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-24T20:34:14.766Z] 9f267ab8c273: Preparing [2023-04-24T20:34:14.766Z] d23065c0adbd: Preparing [2023-04-24T20:34:14.766Z] 6b569a41d4ed: Preparing [2023-04-24T20:34:14.766Z] 27c09469c008: Preparing [2023-04-24T20:34:14.766Z] 8b1177690205: Preparing [2023-04-24T20:34:14.766Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:14.766Z] e365eb287314: Preparing [2023-04-24T20:34:14.766Z] 26cbea5cba74: Preparing [2023-04-24T20:34:14.766Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:14.766Z] 26cbea5cba74: Waiting [2023-04-24T20:34:15.032Z] 8b1177690205: Layer already exists [2023-04-24T20:34:15.032Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:15.032Z] e365eb287314: Layer already exists [2023-04-24T20:34:15.032Z] d23065c0adbd: Pushed [2023-04-24T20:34:15.032Z] 6b569a41d4ed: Pushed [2023-04-24T20:34:15.032Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:15.032Z] 9f267ab8c273: Pushed [2023-04-24T20:34:33.272Z] 27c09469c008: Pushed [2023-04-24T20:34:33.272Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:33.613Z] + 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-04-24T20:34:33.952Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-04-24T20:34:33.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-24T20:34:33.952Z] 9f267ab8c273: Preparing [2023-04-24T20:34:33.952Z] d23065c0adbd: Preparing [2023-04-24T20:34:33.952Z] 6b569a41d4ed: Preparing [2023-04-24T20:34:33.952Z] 27c09469c008: Preparing [2023-04-24T20:34:33.952Z] 8b1177690205: Preparing [2023-04-24T20:34:33.952Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:33.952Z] e365eb287314: Preparing [2023-04-24T20:34:33.952Z] 26cbea5cba74: Preparing [2023-04-24T20:34:33.952Z] e365eb287314: Waiting [2023-04-24T20:34:33.952Z] 26cbea5cba74: Waiting [2023-04-24T20:34:33.952Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:33.952Z] 8b1177690205: Layer already exists [2023-04-24T20:34:33.952Z] 6b569a41d4ed: Layer already exists [2023-04-24T20:34:33.952Z] 9f267ab8c273: Layer already exists [2023-04-24T20:34:33.952Z] d23065c0adbd: Layer already exists [2023-04-24T20:34:33.952Z] 27c09469c008: Layer already exists [2023-04-24T20:34:33.952Z] e365eb287314: Layer already exists [2023-04-24T20:34:33.952Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:33.952Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:34.218Z] latest: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:34.567Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:34.908Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.137 [2023-04-24T20:34:34.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-24T20:34:34.909Z] 9f267ab8c273: Preparing [2023-04-24T20:34:34.909Z] d23065c0adbd: Preparing [2023-04-24T20:34:34.909Z] 6b569a41d4ed: Preparing [2023-04-24T20:34:34.909Z] 27c09469c008: Preparing [2023-04-24T20:34:34.909Z] 8b1177690205: Preparing [2023-04-24T20:34:34.909Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:34.909Z] e365eb287314: Preparing [2023-04-24T20:34:34.909Z] 26cbea5cba74: Preparing [2023-04-24T20:34:34.909Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:34.909Z] e365eb287314: Waiting [2023-04-24T20:34:34.909Z] 26cbea5cba74: Waiting [2023-04-24T20:34:34.909Z] d23065c0adbd: Layer already exists [2023-04-24T20:34:34.909Z] 9f267ab8c273: Layer already exists [2023-04-24T20:34:34.909Z] 8b1177690205: Layer already exists [2023-04-24T20:34:34.909Z] 6b569a41d4ed: Layer already exists [2023-04-24T20:34:34.909Z] 27c09469c008: Layer already exists [2023-04-24T20:34:34.909Z] e365eb287314: Layer already exists [2023-04-24T20:34:34.909Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:34.909Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:35.176Z] 3.0.0-dev.137: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:35.567Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:35.911Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:35.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-24T20:34:35.911Z] 9f267ab8c273: Preparing [2023-04-24T20:34:35.911Z] d23065c0adbd: Preparing [2023-04-24T20:34:35.911Z] 6b569a41d4ed: Preparing [2023-04-24T20:34:35.911Z] 27c09469c008: Preparing [2023-04-24T20:34:35.911Z] 8b1177690205: Preparing [2023-04-24T20:34:35.911Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:35.911Z] e365eb287314: Preparing [2023-04-24T20:34:35.911Z] 26cbea5cba74: Preparing [2023-04-24T20:34:35.911Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:35.911Z] e365eb287314: Waiting [2023-04-24T20:34:35.911Z] 26cbea5cba74: Waiting [2023-04-24T20:34:35.911Z] d23065c0adbd: Layer already exists [2023-04-24T20:34:35.911Z] 27c09469c008: Layer already exists [2023-04-24T20:34:35.911Z] 8b1177690205: Layer already exists [2023-04-24T20:34:35.911Z] 9f267ab8c273: Layer already exists [2023-04-24T20:34:35.911Z] 6b569a41d4ed: Layer already exists [2023-04-24T20:34:35.911Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:35.911Z] e365eb287314: Layer already exists [2023-04-24T20:34:35.911Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:36.181Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:36.551Z] + 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-04-24T20:34:36.909Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2023-04-24T20:34:36.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2023-04-24T20:34:36.909Z] 9f267ab8c273: Preparing [2023-04-24T20:34:36.909Z] d23065c0adbd: Preparing [2023-04-24T20:34:36.909Z] 6b569a41d4ed: Preparing [2023-04-24T20:34:36.909Z] 27c09469c008: Preparing [2023-04-24T20:34:36.909Z] 8b1177690205: Preparing [2023-04-24T20:34:36.909Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:36.909Z] e365eb287314: Preparing [2023-04-24T20:34:36.909Z] 26cbea5cba74: Preparing [2023-04-24T20:34:36.909Z] ba4fd65b5bb2: Waiting [2023-04-24T20:34:36.909Z] e365eb287314: Waiting [2023-04-24T20:34:36.909Z] 26cbea5cba74: Waiting [2023-04-24T20:34:36.909Z] d23065c0adbd: Layer already exists [2023-04-24T20:34:36.909Z] 9f267ab8c273: Layer already exists [2023-04-24T20:34:36.909Z] 27c09469c008: Layer already exists [2023-04-24T20:34:36.909Z] 6b569a41d4ed: Layer already exists [2023-04-24T20:34:36.909Z] 8b1177690205: Layer already exists [2023-04-24T20:34:36.909Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:36.909Z] e365eb287314: Layer already exists [2023-04-24T20:34:36.909Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:37.186Z] main: digest: sha256:2e43f521129de771d22023a6d48cbf52654c431e1b3681b3d330d1b146f542bb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:34:37.231Z] ===================================================== [Pipeline] echo [2023-04-24T20:34:37.238Z] taggedImages: [2023-04-24T20:34:37.238Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:37.238Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2023-04-24T20:34:37.238Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.137 [2023-04-24T20:34:37.238Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:37.238Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2023-04-24T20:34:37.253Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2023-04-24T20:34:37.253Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:37.253Z] latest [2023-04-24T20:34:37.253Z] 3.0.0-dev.137 [2023-04-24T20:34:37.253Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:37.253Z] main [2023-04-24T20:34:37.253Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:37.589Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:37.927Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:37.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-24T20:34:37.927Z] 07a565bcef56: Preparing [2023-04-24T20:34:37.927Z] aa7cfe008bde: Preparing [2023-04-24T20:34:37.927Z] 8b1177690205: Preparing [2023-04-24T20:34:37.927Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:37.927Z] 58024b7f4ca8: Preparing [2023-04-24T20:34:37.927Z] 26cbea5cba74: Preparing [2023-04-24T20:34:37.927Z] 26cbea5cba74: Waiting [2023-04-24T20:34:38.193Z] 8b1177690205: Layer already exists [2023-04-24T20:34:38.193Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:38.193Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:38.193Z] 07a565bcef56: Pushed [2023-04-24T20:34:38.459Z] 58024b7f4ca8: Pushed [2023-04-24T20:34:43.794Z] aa7cfe008bde: Pushed [2023-04-24T20:34:44.061Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:44.395Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:44.738Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-04-24T20:34:44.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-24T20:34:44.738Z] 07a565bcef56: Preparing [2023-04-24T20:34:44.738Z] aa7cfe008bde: Preparing [2023-04-24T20:34:44.738Z] 8b1177690205: Preparing [2023-04-24T20:34:44.738Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:44.738Z] 58024b7f4ca8: Preparing [2023-04-24T20:34:44.738Z] 26cbea5cba74: Preparing [2023-04-24T20:34:44.738Z] 26cbea5cba74: Waiting [2023-04-24T20:34:44.738Z] 58024b7f4ca8: Layer already exists [2023-04-24T20:34:44.738Z] 07a565bcef56: Layer already exists [2023-04-24T20:34:44.738Z] 8b1177690205: Layer already exists [2023-04-24T20:34:44.738Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:44.738Z] aa7cfe008bde: Layer already exists [2023-04-24T20:34:44.738Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:45.004Z] latest: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:45.353Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:45.686Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.137 [2023-04-24T20:34:45.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-24T20:34:45.686Z] 07a565bcef56: Preparing [2023-04-24T20:34:45.686Z] aa7cfe008bde: Preparing [2023-04-24T20:34:45.686Z] 8b1177690205: Preparing [2023-04-24T20:34:45.686Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:45.686Z] 58024b7f4ca8: Preparing [2023-04-24T20:34:45.686Z] 26cbea5cba74: Preparing [2023-04-24T20:34:45.686Z] 26cbea5cba74: Waiting [2023-04-24T20:34:45.686Z] 07a565bcef56: Layer already exists [2023-04-24T20:34:45.686Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:45.686Z] aa7cfe008bde: Layer already exists [2023-04-24T20:34:45.686Z] 58024b7f4ca8: Layer already exists [2023-04-24T20:34:45.686Z] 8b1177690205: Layer already exists [2023-04-24T20:34:45.686Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:45.953Z] 3.0.0-dev.137: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:46.295Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:46.627Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:46.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-24T20:34:46.627Z] 07a565bcef56: Preparing [2023-04-24T20:34:46.627Z] aa7cfe008bde: Preparing [2023-04-24T20:34:46.627Z] 8b1177690205: Preparing [2023-04-24T20:34:46.627Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:46.627Z] 58024b7f4ca8: Preparing [2023-04-24T20:34:46.627Z] 26cbea5cba74: Preparing [2023-04-24T20:34:46.627Z] 26cbea5cba74: Waiting [2023-04-24T20:34:46.627Z] 58024b7f4ca8: Layer already exists [2023-04-24T20:34:46.627Z] aa7cfe008bde: Layer already exists [2023-04-24T20:34:46.627Z] 07a565bcef56: Layer already exists [2023-04-24T20:34:46.627Z] 8b1177690205: Layer already exists [2023-04-24T20:34:46.627Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:46.627Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:46.893Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:47.229Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:47.564Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2023-04-24T20:34:47.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2023-04-24T20:34:47.564Z] 07a565bcef56: Preparing [2023-04-24T20:34:47.564Z] aa7cfe008bde: Preparing [2023-04-24T20:34:47.564Z] 8b1177690205: Preparing [2023-04-24T20:34:47.564Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:47.564Z] 58024b7f4ca8: Preparing [2023-04-24T20:34:47.564Z] 26cbea5cba74: Preparing [2023-04-24T20:34:47.564Z] 26cbea5cba74: Waiting [2023-04-24T20:34:47.564Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:47.564Z] 07a565bcef56: Layer already exists [2023-04-24T20:34:47.564Z] 58024b7f4ca8: Layer already exists [2023-04-24T20:34:47.564Z] 8b1177690205: Layer already exists [2023-04-24T20:34:47.564Z] aa7cfe008bde: Layer already exists [2023-04-24T20:34:47.564Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:47.831Z] main: digest: sha256:da25d399d884c2ae4400f91e2c4eda2a6bc70b646260b519ad56ef0e861e5560 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:34:47.881Z] ===================================================== [Pipeline] echo [2023-04-24T20:34:47.894Z] taggedImages: [2023-04-24T20:34:47.894Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:47.894Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2023-04-24T20:34:47.894Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.137 [2023-04-24T20:34:47.894Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:47.894Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2023-04-24T20:34:47.915Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2023-04-24T20:34:47.915Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:47.915Z] latest [2023-04-24T20:34:47.915Z] 3.0.0-dev.137 [2023-04-24T20:34:47.915Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:47.915Z] main [2023-04-24T20:34:47.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:48.254Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:48.586Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:48.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-24T20:34:48.586Z] 8e955bb9df1d: Preparing [2023-04-24T20:34:48.586Z] 9c24419f18fc: Preparing [2023-04-24T20:34:48.586Z] 8b1177690205: Preparing [2023-04-24T20:34:48.586Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:48.586Z] c24fd071330f: Preparing [2023-04-24T20:34:48.586Z] 26cbea5cba74: Preparing [2023-04-24T20:34:48.586Z] 26cbea5cba74: Waiting [2023-04-24T20:34:48.586Z] 8b1177690205: Layer already exists [2023-04-24T20:34:48.852Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:48.852Z] c24fd071330f: Layer already exists [2023-04-24T20:34:48.852Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:48.852Z] 8e955bb9df1d: Pushed [2023-04-24T20:34:54.189Z] 9c24419f18fc: Pushed [2023-04-24T20:34:54.189Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:54.524Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:54.856Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-04-24T20:34:54.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-24T20:34:54.857Z] 8e955bb9df1d: Preparing [2023-04-24T20:34:54.857Z] 9c24419f18fc: Preparing [2023-04-24T20:34:54.857Z] 8b1177690205: Preparing [2023-04-24T20:34:54.857Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:54.857Z] c24fd071330f: Preparing [2023-04-24T20:34:54.857Z] 26cbea5cba74: Preparing [2023-04-24T20:34:54.857Z] 26cbea5cba74: Waiting [2023-04-24T20:34:54.857Z] 8b1177690205: Layer already exists [2023-04-24T20:34:54.857Z] 8e955bb9df1d: Layer already exists [2023-04-24T20:34:54.857Z] 9c24419f18fc: Layer already exists [2023-04-24T20:34:54.857Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:54.857Z] c24fd071330f: Layer already exists [2023-04-24T20:34:54.857Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:55.122Z] latest: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:55.468Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:55.815Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.137 [2023-04-24T20:34:55.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-24T20:34:55.815Z] 8e955bb9df1d: Preparing [2023-04-24T20:34:55.815Z] 9c24419f18fc: Preparing [2023-04-24T20:34:55.815Z] 8b1177690205: Preparing [2023-04-24T20:34:55.815Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:55.815Z] c24fd071330f: Preparing [2023-04-24T20:34:55.815Z] 26cbea5cba74: Preparing [2023-04-24T20:34:55.815Z] 26cbea5cba74: Waiting [2023-04-24T20:34:55.815Z] 8b1177690205: Layer already exists [2023-04-24T20:34:55.815Z] 9c24419f18fc: Layer already exists [2023-04-24T20:34:55.815Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:55.815Z] c24fd071330f: Layer already exists [2023-04-24T20:34:55.815Z] 8e955bb9df1d: Layer already exists [2023-04-24T20:34:55.815Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:56.082Z] 3.0.0-dev.137: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:56.428Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:56.767Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:56.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-24T20:34:56.767Z] 8e955bb9df1d: Preparing [2023-04-24T20:34:56.767Z] 9c24419f18fc: Preparing [2023-04-24T20:34:56.767Z] 8b1177690205: Preparing [2023-04-24T20:34:56.767Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:56.767Z] c24fd071330f: Preparing [2023-04-24T20:34:56.767Z] 26cbea5cba74: Preparing [2023-04-24T20:34:56.767Z] 26cbea5cba74: Waiting [2023-04-24T20:34:56.767Z] 9c24419f18fc: Layer already exists [2023-04-24T20:34:56.767Z] c24fd071330f: Layer already exists [2023-04-24T20:34:56.767Z] 8b1177690205: Layer already exists [2023-04-24T20:34:56.767Z] 8e955bb9df1d: Layer already exists [2023-04-24T20:34:56.767Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:56.767Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:57.033Z] 50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:57.375Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:57.714Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2023-04-24T20:34:57.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2023-04-24T20:34:57.714Z] 8e955bb9df1d: Preparing [2023-04-24T20:34:57.714Z] 9c24419f18fc: Preparing [2023-04-24T20:34:57.714Z] 8b1177690205: Preparing [2023-04-24T20:34:57.714Z] ba4fd65b5bb2: Preparing [2023-04-24T20:34:57.714Z] c24fd071330f: Preparing [2023-04-24T20:34:57.714Z] 26cbea5cba74: Preparing [2023-04-24T20:34:57.714Z] 26cbea5cba74: Waiting [2023-04-24T20:34:57.714Z] c24fd071330f: Layer already exists [2023-04-24T20:34:57.714Z] 8b1177690205: Layer already exists [2023-04-24T20:34:57.714Z] 9c24419f18fc: Layer already exists [2023-04-24T20:34:57.714Z] ba4fd65b5bb2: Layer already exists [2023-04-24T20:34:57.714Z] 8e955bb9df1d: Layer already exists [2023-04-24T20:34:57.714Z] 26cbea5cba74: Layer already exists [2023-04-24T20:34:57.980Z] main: digest: sha256:3f3bc7be684b89706f30d358baa0de0240035483e4095b1f9c260662c0c077b2 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-24T20:34:58.036Z] ===================================================== [Pipeline] echo [2023-04-24T20:34:58.043Z] taggedImages: [2023-04-24T20:34:58.043Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e [2023-04-24T20:34:58.043Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2023-04-24T20:34:58.043Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.137 [2023-04-24T20:34:58.043Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:50d4b1035dfa4399e59f9a653307c5f6e2ab238e-3.0.0-dev.137 [2023-04-24T20:34:58.043Z] - 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-04-24T20:34:58.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T20:34:58.421Z] [2023-04-24T20:34:58.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:34:58.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T20:34:58.747Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-24T20:34:58.747Z] 8998bd30e6a1: Pulling fs layer [2023-04-24T20:34:58.747Z] 04944245beec: Pulling fs layer [2023-04-24T20:34:58.747Z] 699f458cf7ca: Pulling fs layer [2023-04-24T20:34:58.747Z] 765212b225bb: Pulling fs layer [2023-04-24T20:34:58.747Z] f23df028b6ca: Pulling fs layer [2023-04-24T20:34:58.747Z] d65c8cfc05b1: Pulling fs layer [2023-04-24T20:34:58.747Z] 2437ff75d9bd: Pulling fs layer [2023-04-24T20:34:58.747Z] f23df028b6ca: Waiting [2023-04-24T20:34:58.747Z] d65c8cfc05b1: Waiting [2023-04-24T20:34:58.747Z] 2437ff75d9bd: Waiting [2023-04-24T20:34:58.747Z] 765212b225bb: Waiting [2023-04-24T20:34:59.014Z] 04944245beec: Verifying Checksum [2023-04-24T20:34:59.014Z] 04944245beec: Download complete [2023-04-24T20:34:59.014Z] 765212b225bb: Verifying Checksum [2023-04-24T20:34:59.014Z] 765212b225bb: Download complete [2023-04-24T20:34:59.014Z] f23df028b6ca: Download complete [2023-04-24T20:34:59.014Z] d65c8cfc05b1: Verifying Checksum [2023-04-24T20:34:59.014Z] d65c8cfc05b1: Download complete [2023-04-24T20:34:59.282Z] 699f458cf7ca: Verifying Checksum [2023-04-24T20:34:59.282Z] 699f458cf7ca: Download complete [2023-04-24T20:34:59.552Z] 8998bd30e6a1: Download complete [2023-04-24T20:35:02.140Z] 2437ff75d9bd: Verifying Checksum [2023-04-24T20:35:02.140Z] 2437ff75d9bd: Download complete [2023-04-24T20:35:04.723Z] 8998bd30e6a1: Pull complete [2023-04-24T20:35:05.306Z] 04944245beec: Pull complete [2023-04-24T20:35:06.263Z] 699f458cf7ca: Pull complete [2023-04-24T20:35:06.529Z] 765212b225bb: Pull complete [2023-04-24T20:35:07.486Z] f23df028b6ca: Pull complete [2023-04-24T20:35:07.486Z] d65c8cfc05b1: Pull complete [2023-04-24T20:35:22.469Z] 2437ff75d9bd: Pull complete [2023-04-24T20:35:22.469Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-24T20:35:22.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-24T20:35:22.469Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:35:22.679Z] prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container [2023-04-24T20:35:22.748Z] $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:35:25.488Z] $ docker top 18ed25b9152a44074ca1b41d201155444a328174397a355026046947b2a98ccd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:35:26.357Z] ---> job-cost.sh [2023-04-24T20:35:26.357Z] lf-activate-venv: SKIPPING [2023-04-24T20:35:26.357Z] INFO: No Stack... [2023-04-24T20:35:26.938Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-24T20:35:27.519Z] INFO: Archiving Costs [Pipeline] sh [2023-04-24T20:35:28.151Z] + cat /w/workspace/edgex-go/499/archives/cost.csv [2023-04-24T20:35:28.151Z] + cut -d, -f6 [Pipeline] lock [2023-04-24T20:35:28.217Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] [2023-04-24T20:35:28.224Z] Resource [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] did not exist. Created. [2023-04-24T20:35:28.224Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-24T20:35:28.859Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-24T20:35:29.487Z] Stashed 1 file(s) [Pipeline] } [2023-04-24T20:35:29.497Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-499-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-24T20:35:29.510Z] $ docker stop --time=1 18ed25b9152a44074ca1b41d201155444a328174397a355026046947b2a98ccd [2023-04-24T20:35:31.077Z] $ docker rm -f --volumes 18ed25b9152a44074ca1b41d201155444a328174397a355026046947b2a98ccd [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-04-24T20:35:31.520Z] provisioning config files... [2023-04-24T20:35:31.528Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/499@tmp/config5467426023337073260tmp [Pipeline] { [Pipeline] sh [2023-04-24T20:35:31.816Z] + set +x [2023-04-24T20:35:31.816Z] + curl -s https://codecov.io/bash [2023-04-24T20:35:31.816Z] + bash -s -- [2023-04-24T20:35:31.816Z] [2023-04-24T20:35:31.816Z] _____ _ [2023-04-24T20:35:31.816Z] / ____| | | [2023-04-24T20:35:31.816Z] | | ___ __| | ___ ___ _____ __ [2023-04-24T20:35:31.816Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-24T20:35:31.816Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-24T20:35:31.816Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-24T20:35:31.816Z] Bash-1.0.6 [2023-04-24T20:35:31.816Z] [2023-04-24T20:35:31.816Z] [2023-04-24T20:35:31.816Z] ==> git version 2.25.1 found [2023-04-24T20:35:31.816Z] ==> 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-04-24T20:35:31.816Z] Release-Date: 2020-01-08 [2023-04-24T20:35:31.816Z] 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-04-24T20:35:31.816Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-24T20:35:31.816Z] ==> Jenkins CI detected. [2023-04-24T20:35:31.816Z] current dir:  /w/workspace/edgex-go/499 [2023-04-24T20:35:31.816Z] project root: . [2023-04-24T20:35:31.816Z] --> token set from env [2023-04-24T20:35:31.816Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-24T20:35:31.816Z] ==> Running gcov in . (disable via -X gcov) [2023-04-24T20:35:32.076Z] ==> Python coveragepy not found [2023-04-24T20:35:32.076Z] ==> Searching for coverage reports in: [2023-04-24T20:35:32.076Z] + . [2023-04-24T20:35:32.076Z] -> Found 1 reports [2023-04-24T20:35:32.076Z] ==> Detecting git/mercurial file structure [2023-04-24T20:35:32.076Z] ==> Reading reports [2023-04-24T20:35:32.076Z] + ./coverage.out bytes=448248 [2023-04-24T20:35:32.076Z] ==> Appending adjustments [2023-04-24T20:35:32.076Z] https://docs.codecov.io/docs/fixing-reports [2023-04-24T20:35:33.016Z] + Found adjustments [2023-04-24T20:35:33.016Z] ==> Gzipping contents [2023-04-24T20:35:33.016Z] 60K /tmp/codecov.pmf2Tq.gz [2023-04-24T20:35:33.016Z] ==> Uploading reports [2023-04-24T20:35:33.016Z] url: https://codecov.io [2023-04-24T20:35:33.016Z] query: branch=main&commit=50d4b1035dfa4399e59f9a653307c5f6e2ab238e&build=499&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F499%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-24T20:35:33.016Z] -> Pinging Codecov [2023-04-24T20:35:33.016Z] 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=50d4b1035dfa4399e59f9a653307c5f6e2ab238e&build=499&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F499%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-24T20:35:33.275Z] -> Uploading to [2023-04-24T20:35:33.275Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-24/00271124DB129430A58F1EEE437C3FCB/50d4b1035dfa4399e59f9a653307c5f6e2ab238e/4a2784cc-ad65-431b-92d0-8ee3f2e4a708.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230424T203533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=12b1abf16b21ea803cd39d2a77c58b267f2f6436b9143254474666339e2d016d [2023-04-24T20:35:33.275Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T20:35:33.275Z] Dload Upload Total Spent Left Speed [2023-04-24T20:35:33.533Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57556 0 0 100 57556 0 217k --:--:-- --:--:-- --:--:-- 217k [2023-04-24T20:35:33.533Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/50d4b1035dfa4399e59f9a653307c5f6e2ab238e [Pipeline] } [2023-04-24T20:35:33.539Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2023-04-24T20:35:33.733Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-24T20:35:33.744Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:35:34.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-24T20:35:34.040Z] [2023-04-24T20:35:34.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:35:34.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-24T20:35:34.337Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-24T20:35:34.337Z] df9b9388f04a: Pulling fs layer [2023-04-24T20:35:34.337Z] 52dc419b0ee2: Pulling fs layer [2023-04-24T20:35:34.337Z] 25bc292e5bac: Pulling fs layer [2023-04-24T20:35:34.337Z] 114826534d7a: Pulling fs layer [2023-04-24T20:35:34.337Z] 4657fd5d0bcf: Pulling fs layer [2023-04-24T20:35:34.337Z] 6ad1cebc031e: Pulling fs layer [2023-04-24T20:35:34.337Z] 8a3aa393b2d8: Pulling fs layer [2023-04-24T20:35:34.337Z] 114826534d7a: Waiting [2023-04-24T20:35:34.337Z] 4657fd5d0bcf: Waiting [2023-04-24T20:35:34.337Z] 6ad1cebc031e: Waiting [2023-04-24T20:35:34.337Z] 8a3aa393b2d8: Waiting [2023-04-24T20:35:34.337Z] 25bc292e5bac: Verifying Checksum [2023-04-24T20:35:34.337Z] 25bc292e5bac: Download complete [2023-04-24T20:35:34.337Z] 52dc419b0ee2: Verifying Checksum [2023-04-24T20:35:34.337Z] 52dc419b0ee2: Download complete [2023-04-24T20:35:34.337Z] 4657fd5d0bcf: Verifying Checksum [2023-04-24T20:35:34.337Z] 4657fd5d0bcf: Download complete [2023-04-24T20:35:34.337Z] df9b9388f04a: Verifying Checksum [2023-04-24T20:35:34.337Z] df9b9388f04a: Download complete [2023-04-24T20:35:34.597Z] df9b9388f04a: Pull complete [2023-04-24T20:35:34.597Z] 6ad1cebc031e: Verifying Checksum [2023-04-24T20:35:34.597Z] 6ad1cebc031e: Download complete [2023-04-24T20:35:34.597Z] 52dc419b0ee2: Pull complete [2023-04-24T20:35:34.597Z] 25bc292e5bac: Pull complete [2023-04-24T20:35:35.167Z] 114826534d7a: Verifying Checksum [2023-04-24T20:35:35.167Z] 114826534d7a: Download complete [2023-04-24T20:35:35.167Z] 8a3aa393b2d8: Verifying Checksum [2023-04-24T20:35:35.167Z] 8a3aa393b2d8: Download complete [2023-04-24T20:35:38.465Z] 114826534d7a: Pull complete [2023-04-24T20:35:38.465Z] 4657fd5d0bcf: Pull complete [2023-04-24T20:35:38.722Z] 6ad1cebc031e: Pull complete [2023-04-24T20:35:41.250Z] 8a3aa393b2d8: Pull complete [2023-04-24T20:35:41.250Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-24T20:35:41.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-24T20:35:41.250Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:35:41.317Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:35:41.354Z] $ 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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:35:43.985Z] $ docker top f99338bac1e48c50896c5c9dd6a0865f6577aa2c2946b4b7a93bc2c2b6fa8b50 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-24T20:35:44.041Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2023-04-24T20:35:44.317Z] + set -o pipefail [2023-04-24T20:35:44.317Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2023-04-24T20:35:50.879Z] [2023-04-24T20:35:50.879Z] Monitoring /w/workspace/edgex-go/499 (github.com/edgexfoundry/edgex-go)... [2023-04-24T20:35:50.879Z] [2023-04-24T20:35:50.879Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/1b0b2bd6-4b94-4bf6-a0cf-463066dab02c [2023-04-24T20:35:50.879Z] [2023-04-24T20:35:50.879Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-24T20:35:50.879Z] [2023-04-24T20:35:50.879Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-24T20:35:50.879Z] [2023-04-24T20:35:50.879Z] [2023-04-24T20:35:50.879Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-24T20:35:50.879Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-24T20:35:50.879Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-04-24T20:35:50.896Z] $ docker stop --time=1 f99338bac1e48c50896c5c9dd6a0865f6577aa2c2946b4b7a93bc2c2b6fa8b50 [2023-04-24T20:35:53.391Z] $ docker rm -f --volumes f99338bac1e48c50896c5c9dd6a0865f6577aa2c2946b4b7a93bc2c2b6fa8b50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-04-24T20:35:53.753Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T20:35:53.765Z] provisioning config files... [2023-04-24T20:35:53.771Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/499@tmp/config9247284987883514163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:35:54.061Z] --> edgex-publish-swagger.sh [2023-04-24T20:35:54.061Z] === Publish openapi/v3 API === [2023-04-24T20:35:54.061Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2023-04-24T20:35:54.061Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/499/openapi/v3/core-command.yaml] [2023-04-24T20:35:54.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T20:35:54.061Z] Dload Upload Total Spent Left Speed [2023-04-24T20:36:00.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 23678 0:00:01 0:00:01 --:--:-- 23678 100 29030 0 0 100 29030 0 13035 0:00:02 0:00:02 --:--:-- 13035 100 29030 0 0 100 29030 0 8990 0:00:03 0:00:03 --:--:-- 8990 100 29030 0 0 100 29030 0 6862 0:00:04 0:00:04 --:--:-- 6862 100 29030 0 0 100 29030 0 5548 0:00:05 0:00:05 --:--:-- 5549 100 29030 0 0 100 29030 0 4657 0:00:06 0:00:06 --:--:-- 0 100 29030 0 0 100 29030 0 4553 0:00:06 0:00:06 --:--:-- 0 [2023-04-24T20:36:00.370Z] [2023-04-24T20:36:00.370Z] [2023-04-24T20:36:00.370Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/499/openapi/v3/core-data.yaml] [2023-04-24T20:36:00.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T20:36:00.370Z] Dload Upload Total Spent Left Speed [2023-04-24T20:36:06.432Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 57305 0:00:01 0:00:01 --:--:-- 57305 100 69110 0 0 100 69110 0 31299 0:00:02 0:00:02 --:--:-- 31299 100 69110 0 0 100 69110 0 21536 0:00:03 0:00:03 --:--:-- 21536 100 69110 0 0 100 69110 0 16411 0:00:04 0:00:04 --:--:-- 16411 100 69110 0 0 100 69110 0 13257 0:00:05 0:00:05 --:--:-- 13257 100 69110 0 0 100 69110 0 11316 0:00:06 0:00:06 --:--:-- 0 100 69110 0 0 100 69110 0 11316 0:00:06 0:00:06 --:--:-- 0 [2023-04-24T20:36:06.432Z] [2023-04-24T20:36:06.432Z] [2023-04-24T20:36:06.432Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/499/openapi/v3/core-metadata.yaml] [2023-04-24T20:36:06.432Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T20:36:06.432Z] Dload Upload Total Spent Left Speed [2023-04-24T20:36:08.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 117k 0:00:01 0:00:01 --:--:-- 117k 100 141k 0 0 100 141k 0 86846 0:00:01 0:00:01 --:--:-- 86794 100 141k 0 0 100 141k 0 86794 0:00:01 0:00:01 --:--:-- 86794 [2023-04-24T20:36:08.067Z] [2023-04-24T20:36:08.067Z] [2023-04-24T20:36:08.067Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/499/openapi/v3/support-notifications.yaml] [2023-04-24T20:36:08.067Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T20:36:08.067Z] Dload Upload Total Spent Left Speed [2023-04-24T20:36:10.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 72230 0:00:01 0:00:01 --:--:-- 72230 100 86965 0 0 100 86965 0 39439 0:00:02 0:00:02 --:--:-- 39439 100 86965 0 0 100 86965 0 36463 0:00:02 0:00:02 --:--:-- 36463 [2023-04-24T20:36:10.639Z] [2023-04-24T20:36:10.639Z] [2023-04-24T20:36:10.639Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/499/openapi/v3/support-scheduler.yaml] [2023-04-24T20:36:10.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-24T20:36:10.639Z] Dload Upload Total Spent Left Speed [2023-04-24T20:36:11.207Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34356 0 0 100 34356 0 165k --:--:-- --:--:-- --:--:-- 164k 100 34356 0 0 100 34356 0 47783 --:--:-- --:--:-- --:--:-- 47783 [2023-04-24T20:36:11.207Z] [2023-04-24T20:36:11.207Z] [Pipeline] } [2023-04-24T20:36:11.214Z] 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-04-24T20:36:11.615Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T20:36:11.615Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:36:11.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T20:36:11.919Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:36:11.986Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:36:12.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:36:12.428Z] $ docker top 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T20:36:12.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T20:36:12.511Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T20:36:12.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T20:36:12.629Z] $ docker exec 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 ssh-agent [2023-04-24T20:36:12.720Z] SSH_AUTH_SOCK=/tmp/ssh-4CzdTAHFfxsb/agent.32 [2023-04-24T20:36:12.720Z] SSH_AGENT_PID=39 [2023-04-24T20:36:12.725Z] Running ssh-add (command line suppressed) [2023-04-24T20:36:12.825Z] Identity added: /w/workspace/edgex-go/499@tmp/private_key_10630824956052605615.key (/w/workspace/edgex-go/499@tmp/private_key_10630824956052605615.key) [2023-04-24T20:36:12.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T20:36:13.117Z] + git semver tag [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,311 [run_tag] DEBUG tag force:False [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,311 [check_head_tag] DEBUG check head tag [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,314 [execute] INFO git cat-file --batch-check [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=) [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,318 [execute] INFO git cat-file --batch [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,318 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=) [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,379 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,379 [execute] INFO git tag -a v3.0.0-dev.137 -m v3.0.0-dev.137 [2023-04-24T20:36:13.376Z] 2023-04-24 20:36:13,380 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.137', '-m', 'v3.0.0-dev.137'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=None) [2023-04-24T20:36:13.635Z] 2023-04-24 20:36:13,384 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:36:13.635Z] 3.0.0-dev.137 [Pipeline] } [2023-04-24T20:36:13.651Z] $ docker exec --env ******** --env ******** 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 ssh-agent -k [2023-04-24T20:36:13.745Z] unset SSH_AUTH_SOCK; [2023-04-24T20:36:13.745Z] unset SSH_AGENT_PID; [2023-04-24T20:36:13.745Z] echo Agent pid 39 killed; [2023-04-24T20:36:13.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T20:36:14.044Z] + git semver [Pipeline] } [2023-04-24T20:36:14.323Z] $ docker stop --time=1 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 [2023-04-24T20:36:15.628Z] $ docker rm -f --volumes 5b22609c9ade2da034a30c46b88ad32cbafa9a5b463403402a9b97bebc6ca4a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:36:15.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-24T20:36:15.995Z] [2023-04-24T20:36:15.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:36:16.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-24T20:36:16.292Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-24T20:36:16.292Z] ab5ef0e58194: Pulling fs layer [2023-04-24T20:36:16.292Z] 9712f1f96733: Pulling fs layer [2023-04-24T20:36:16.292Z] 63f879dbbcfc: Pulling fs layer [2023-04-24T20:36:16.292Z] 0d9ebad4ef96: Pulling fs layer [2023-04-24T20:36:16.292Z] e9a5061849ea: Pulling fs layer [2023-04-24T20:36:16.292Z] d747dcd14b5f: Pulling fs layer [2023-04-24T20:36:16.292Z] 2de7ff778b66: Pulling fs layer [2023-04-24T20:36:16.292Z] 0d9ebad4ef96: Waiting [2023-04-24T20:36:16.292Z] e9a5061849ea: Waiting [2023-04-24T20:36:16.292Z] 2de7ff778b66: Waiting [2023-04-24T20:36:16.292Z] d747dcd14b5f: Waiting [2023-04-24T20:36:16.292Z] 9712f1f96733: Verifying Checksum [2023-04-24T20:36:16.292Z] 9712f1f96733: Download complete [2023-04-24T20:36:16.552Z] 63f879dbbcfc: Verifying Checksum [2023-04-24T20:36:16.552Z] 63f879dbbcfc: Download complete [2023-04-24T20:36:16.811Z] 0d9ebad4ef96: Verifying Checksum [2023-04-24T20:36:16.811Z] 0d9ebad4ef96: Download complete [2023-04-24T20:36:16.811Z] e9a5061849ea: Verifying Checksum [2023-04-24T20:36:16.811Z] e9a5061849ea: Download complete [2023-04-24T20:36:16.811Z] d747dcd14b5f: Verifying Checksum [2023-04-24T20:36:16.811Z] d747dcd14b5f: Download complete [2023-04-24T20:36:16.811Z] ab5ef0e58194: Verifying Checksum [2023-04-24T20:36:16.811Z] ab5ef0e58194: Download complete [2023-04-24T20:36:16.811Z] 2de7ff778b66: Verifying Checksum [2023-04-24T20:36:16.811Z] 2de7ff778b66: Download complete [2023-04-24T20:36:19.334Z] ab5ef0e58194: Pull complete [2023-04-24T20:36:19.594Z] 9712f1f96733: Pull complete [2023-04-24T20:36:20.160Z] 63f879dbbcfc: Pull complete [2023-04-24T20:36:24.405Z] 0d9ebad4ef96: Pull complete [2023-04-24T20:36:24.405Z] e9a5061849ea: Pull complete [2023-04-24T20:36:24.405Z] d747dcd14b5f: Pull complete [2023-04-24T20:36:24.969Z] 2de7ff778b66: Pull complete [2023-04-24T20:36:24.969Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-24T20:36:24.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-24T20:36:24.969Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:36:25.044Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:36:25.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:36:28.550Z] $ docker top 82b1926fc0bf1f5f7bb227039761c91905d7fa5a26e7084fba92b37fbf6d1c12 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-24T20:36:28.604Z] provisioning config files... [2023-04-24T20:36:28.611Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/499@tmp/config903152052821131569tmp [2023-04-24T20:36:28.620Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/499@tmp/config2759250794932465521tmp [2023-04-24T20:36:28.627Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/499@tmp/config7272580343569093472tmp [Pipeline] { [Pipeline] echo [2023-04-24T20:36:28.638Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:28.916Z] ---> sigul-configuration.sh [2023-04-24T20:36:28.916Z] gpg: directory `/root/.gnupg' created [2023-04-24T20:36:28.916Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-24T20:36:28.916Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-24T20:36:28.916Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-24T20:36:28.916Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-24T20:36:28.916Z] gpg: CAST5 encrypted data [2023-04-24T20:36:28.916Z] gpg: encrypted with 1 passphrase [2023-04-24T20:36:28.916Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-24T20:36:29.198Z] + mkdir /home/jenkins [2023-04-24T20:36:29.198Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-24T20:36:29.482Z] + 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-04-24T20:36:29.490Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:29.771Z] ---> sigul-install.sh [2023-04-24T20:36:29.771Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-24T20:36:30.058Z] + git tag --list [2023-04-24T20:36:30.059Z] 0.6.0 [2023-04-24T20:36:30.059Z] 0.6.1 [2023-04-24T20:36:30.059Z] 0.7.0 [2023-04-24T20:36:30.059Z] 0.7.1 [2023-04-24T20:36:30.059Z] v1.0.0 [2023-04-24T20:36:30.059Z] v1.0.1 [2023-04-24T20:36:30.059Z] v1.1.0 [2023-04-24T20:36:30.059Z] v1.2.0 [2023-04-24T20:36:30.059Z] v1.2.1 [2023-04-24T20:36:30.059Z] v1.3.0 [2023-04-24T20:36:30.059Z] v1.3.1 [2023-04-24T20:36:30.059Z] v2.0.0 [2023-04-24T20:36:30.059Z] v2.1.0 [2023-04-24T20:36:30.059Z] v2.1.1 [2023-04-24T20:36:30.059Z] v2.1.1-dev.1 [2023-04-24T20:36:30.059Z] v2.1.1-dev.2 [2023-04-24T20:36:30.059Z] v2.1.1-dev.3 [2023-04-24T20:36:30.059Z] v2.1.1-dev.4 [2023-04-24T20:36:30.059Z] v2.1.1-dev.5 [2023-04-24T20:36:30.059Z] v2.1.1-dev.6 [2023-04-24T20:36:30.059Z] v2.1.1-dev.7 [2023-04-24T20:36:30.059Z] v2.1.1-dev.8 [2023-04-24T20:36:30.059Z] v2.1.2-dev.1 [2023-04-24T20:36:30.059Z] v2.2.0 [2023-04-24T20:36:30.059Z] v2.2.1-dev.1 [2023-04-24T20:36:30.059Z] v2.2.1-dev.10 [2023-04-24T20:36:30.059Z] v2.2.1-dev.11 [2023-04-24T20:36:30.059Z] v2.2.1-dev.12 [2023-04-24T20:36:30.059Z] v2.2.1-dev.13 [2023-04-24T20:36:30.059Z] v2.2.1-dev.14 [2023-04-24T20:36:30.059Z] v2.2.1-dev.15 [2023-04-24T20:36:30.059Z] v2.2.1-dev.16 [2023-04-24T20:36:30.059Z] v2.2.1-dev.17 [2023-04-24T20:36:30.059Z] v2.2.1-dev.18 [2023-04-24T20:36:30.059Z] v2.2.1-dev.19 [2023-04-24T20:36:30.059Z] v2.2.1-dev.2 [2023-04-24T20:36:30.059Z] v2.2.1-dev.20 [2023-04-24T20:36:30.059Z] v2.2.1-dev.21 [2023-04-24T20:36:30.059Z] v2.2.1-dev.22 [2023-04-24T20:36:30.059Z] v2.2.1-dev.23 [2023-04-24T20:36:30.059Z] v2.2.1-dev.24 [2023-04-24T20:36:30.059Z] v2.2.1-dev.25 [2023-04-24T20:36:30.059Z] v2.2.1-dev.26 [2023-04-24T20:36:30.059Z] v2.2.1-dev.27 [2023-04-24T20:36:30.059Z] v2.2.1-dev.28 [2023-04-24T20:36:30.059Z] v2.2.1-dev.29 [2023-04-24T20:36:30.059Z] v2.2.1-dev.3 [2023-04-24T20:36:30.059Z] v2.2.1-dev.4 [2023-04-24T20:36:30.059Z] v2.2.1-dev.5 [2023-04-24T20:36:30.059Z] v2.2.1-dev.6 [2023-04-24T20:36:30.059Z] v2.2.1-dev.7 [2023-04-24T20:36:30.059Z] v2.2.1-dev.8 [2023-04-24T20:36:30.059Z] v2.2.1-dev.9 [2023-04-24T20:36:30.059Z] v2.3.0 [2023-04-24T20:36:30.059Z] v2.3.0-dev.100 [2023-04-24T20:36:30.059Z] v2.3.0-dev.101 [2023-04-24T20:36:30.059Z] v2.3.0-dev.102 [2023-04-24T20:36:30.059Z] v2.3.0-dev.103 [2023-04-24T20:36:30.059Z] v2.3.0-dev.104 [2023-04-24T20:36:30.059Z] v2.3.0-dev.105 [2023-04-24T20:36:30.059Z] v2.3.0-dev.106 [2023-04-24T20:36:30.059Z] v2.3.0-dev.29 [2023-04-24T20:36:30.059Z] v2.3.0-dev.30 [2023-04-24T20:36:30.059Z] v2.3.0-dev.31 [2023-04-24T20:36:30.059Z] v2.3.0-dev.32 [2023-04-24T20:36:30.059Z] v2.3.0-dev.33 [2023-04-24T20:36:30.059Z] v2.3.0-dev.34 [2023-04-24T20:36:30.059Z] v2.3.0-dev.35 [2023-04-24T20:36:30.059Z] v2.3.0-dev.36 [2023-04-24T20:36:30.059Z] v2.3.0-dev.37 [2023-04-24T20:36:30.059Z] v2.3.0-dev.38 [2023-04-24T20:36:30.059Z] v2.3.0-dev.39 [2023-04-24T20:36:30.059Z] v2.3.0-dev.40 [2023-04-24T20:36:30.059Z] v2.3.0-dev.41 [2023-04-24T20:36:30.059Z] v2.3.0-dev.42 [2023-04-24T20:36:30.059Z] v2.3.0-dev.43 [2023-04-24T20:36:30.059Z] v2.3.0-dev.44 [2023-04-24T20:36:30.059Z] v2.3.0-dev.45 [2023-04-24T20:36:30.059Z] v2.3.0-dev.46 [2023-04-24T20:36:30.059Z] v2.3.0-dev.47 [2023-04-24T20:36:30.059Z] v2.3.0-dev.48 [2023-04-24T20:36:30.059Z] v2.3.0-dev.49 [2023-04-24T20:36:30.059Z] v2.3.0-dev.50 [2023-04-24T20:36:30.059Z] v2.3.0-dev.51 [2023-04-24T20:36:30.059Z] v2.3.0-dev.52 [2023-04-24T20:36:30.059Z] v2.3.0-dev.53 [2023-04-24T20:36:30.059Z] v2.3.0-dev.54 [2023-04-24T20:36:30.059Z] v2.3.0-dev.55 [2023-04-24T20:36:30.059Z] v2.3.0-dev.56 [2023-04-24T20:36:30.059Z] v2.3.0-dev.57 [2023-04-24T20:36:30.059Z] v2.3.0-dev.58 [2023-04-24T20:36:30.059Z] v2.3.0-dev.59 [2023-04-24T20:36:30.059Z] v2.3.0-dev.60 [2023-04-24T20:36:30.059Z] v2.3.0-dev.61 [2023-04-24T20:36:30.059Z] v2.3.0-dev.62 [2023-04-24T20:36:30.059Z] v2.3.0-dev.63 [2023-04-24T20:36:30.059Z] v2.3.0-dev.64 [2023-04-24T20:36:30.059Z] v2.3.0-dev.65 [2023-04-24T20:36:30.059Z] v2.3.0-dev.66 [2023-04-24T20:36:30.059Z] v2.3.0-dev.67 [2023-04-24T20:36:30.059Z] v2.3.0-dev.68 [2023-04-24T20:36:30.059Z] v2.3.0-dev.69 [2023-04-24T20:36:30.059Z] v2.3.0-dev.70 [2023-04-24T20:36:30.059Z] v2.3.0-dev.71 [2023-04-24T20:36:30.059Z] v2.3.0-dev.72 [2023-04-24T20:36:30.059Z] v2.3.0-dev.73 [2023-04-24T20:36:30.059Z] v2.3.0-dev.74 [2023-04-24T20:36:30.059Z] v2.3.0-dev.75 [2023-04-24T20:36:30.059Z] v2.3.0-dev.76 [2023-04-24T20:36:30.059Z] v2.3.0-dev.77 [2023-04-24T20:36:30.059Z] v2.3.0-dev.78 [2023-04-24T20:36:30.059Z] v2.3.0-dev.79 [2023-04-24T20:36:30.059Z] v2.3.0-dev.80 [2023-04-24T20:36:30.059Z] v2.3.0-dev.81 [2023-04-24T20:36:30.059Z] v2.3.0-dev.82 [2023-04-24T20:36:30.059Z] v2.3.0-dev.83 [2023-04-24T20:36:30.059Z] v2.3.0-dev.84 [2023-04-24T20:36:30.059Z] v2.3.0-dev.85 [2023-04-24T20:36:30.059Z] v2.3.0-dev.86 [2023-04-24T20:36:30.059Z] v2.3.0-dev.87 [2023-04-24T20:36:30.059Z] v2.3.0-dev.88 [2023-04-24T20:36:30.059Z] v2.3.0-dev.89 [2023-04-24T20:36:30.059Z] v2.3.0-dev.90 [2023-04-24T20:36:30.059Z] v2.3.0-dev.91 [2023-04-24T20:36:30.059Z] v2.3.0-dev.92 [2023-04-24T20:36:30.059Z] v2.3.0-dev.93 [2023-04-24T20:36:30.059Z] v2.3.0-dev.94 [2023-04-24T20:36:30.059Z] v2.3.0-dev.95 [2023-04-24T20:36:30.059Z] v2.3.0-dev.96 [2023-04-24T20:36:30.059Z] v2.3.0-dev.97 [2023-04-24T20:36:30.059Z] v2.3.0-dev.98 [2023-04-24T20:36:30.059Z] v2.3.0-dev.99 [2023-04-24T20:36:30.059Z] v2.3.1-dev.1 [2023-04-24T20:36:30.059Z] v2.3.1-dev.2 [2023-04-24T20:36:30.059Z] v2.3.1-dev.3 [2023-04-24T20:36:30.059Z] v2.3.1-dev.4 [2023-04-24T20:36:30.059Z] v2.3.1-dev.5 [2023-04-24T20:36:30.059Z] v3.0.0-dev.1 [2023-04-24T20:36:30.059Z] v3.0.0-dev.10 [2023-04-24T20:36:30.059Z] v3.0.0-dev.100 [2023-04-24T20:36:30.059Z] v3.0.0-dev.101 [2023-04-24T20:36:30.059Z] v3.0.0-dev.102 [2023-04-24T20:36:30.059Z] v3.0.0-dev.103 [2023-04-24T20:36:30.059Z] v3.0.0-dev.104 [2023-04-24T20:36:30.059Z] v3.0.0-dev.105 [2023-04-24T20:36:30.059Z] v3.0.0-dev.106 [2023-04-24T20:36:30.059Z] v3.0.0-dev.107 [2023-04-24T20:36:30.059Z] v3.0.0-dev.108 [2023-04-24T20:36:30.059Z] v3.0.0-dev.109 [2023-04-24T20:36:30.059Z] v3.0.0-dev.11 [2023-04-24T20:36:30.059Z] v3.0.0-dev.110 [2023-04-24T20:36:30.059Z] v3.0.0-dev.111 [2023-04-24T20:36:30.059Z] v3.0.0-dev.112 [2023-04-24T20:36:30.059Z] v3.0.0-dev.113 [2023-04-24T20:36:30.059Z] v3.0.0-dev.114 [2023-04-24T20:36:30.059Z] v3.0.0-dev.115 [2023-04-24T20:36:30.059Z] v3.0.0-dev.116 [2023-04-24T20:36:30.059Z] v3.0.0-dev.117 [2023-04-24T20:36:30.059Z] v3.0.0-dev.118 [2023-04-24T20:36:30.059Z] v3.0.0-dev.119 [2023-04-24T20:36:30.059Z] v3.0.0-dev.12 [2023-04-24T20:36:30.059Z] v3.0.0-dev.120 [2023-04-24T20:36:30.059Z] v3.0.0-dev.121 [2023-04-24T20:36:30.059Z] v3.0.0-dev.122 [2023-04-24T20:36:30.059Z] v3.0.0-dev.123 [2023-04-24T20:36:30.059Z] v3.0.0-dev.124 [2023-04-24T20:36:30.059Z] v3.0.0-dev.125 [2023-04-24T20:36:30.059Z] v3.0.0-dev.126 [2023-04-24T20:36:30.059Z] v3.0.0-dev.127 [2023-04-24T20:36:30.059Z] v3.0.0-dev.128 [2023-04-24T20:36:30.059Z] v3.0.0-dev.129 [2023-04-24T20:36:30.059Z] v3.0.0-dev.13 [2023-04-24T20:36:30.059Z] v3.0.0-dev.130 [2023-04-24T20:36:30.059Z] v3.0.0-dev.131 [2023-04-24T20:36:30.059Z] v3.0.0-dev.132 [2023-04-24T20:36:30.059Z] v3.0.0-dev.133 [2023-04-24T20:36:30.059Z] v3.0.0-dev.134 [2023-04-24T20:36:30.059Z] v3.0.0-dev.135 [2023-04-24T20:36:30.059Z] v3.0.0-dev.136 [2023-04-24T20:36:30.059Z] v3.0.0-dev.137 [2023-04-24T20:36:30.059Z] v3.0.0-dev.14 [2023-04-24T20:36:30.059Z] v3.0.0-dev.15 [2023-04-24T20:36:30.059Z] v3.0.0-dev.16 [2023-04-24T20:36:30.059Z] v3.0.0-dev.17 [2023-04-24T20:36:30.059Z] v3.0.0-dev.18 [2023-04-24T20:36:30.059Z] v3.0.0-dev.19 [2023-04-24T20:36:30.059Z] v3.0.0-dev.2 [2023-04-24T20:36:30.059Z] v3.0.0-dev.20 [2023-04-24T20:36:30.059Z] v3.0.0-dev.21 [2023-04-24T20:36:30.059Z] v3.0.0-dev.22 [2023-04-24T20:36:30.059Z] v3.0.0-dev.23 [2023-04-24T20:36:30.059Z] v3.0.0-dev.24 [2023-04-24T20:36:30.059Z] v3.0.0-dev.25 [2023-04-24T20:36:30.059Z] v3.0.0-dev.26 [2023-04-24T20:36:30.059Z] v3.0.0-dev.27 [2023-04-24T20:36:30.059Z] v3.0.0-dev.28 [2023-04-24T20:36:30.059Z] v3.0.0-dev.29 [2023-04-24T20:36:30.059Z] v3.0.0-dev.3 [2023-04-24T20:36:30.059Z] v3.0.0-dev.30 [2023-04-24T20:36:30.059Z] v3.0.0-dev.31 [2023-04-24T20:36:30.059Z] v3.0.0-dev.32 [2023-04-24T20:36:30.059Z] v3.0.0-dev.33 [2023-04-24T20:36:30.059Z] v3.0.0-dev.34 [2023-04-24T20:36:30.059Z] v3.0.0-dev.35 [2023-04-24T20:36:30.059Z] v3.0.0-dev.36 [2023-04-24T20:36:30.059Z] v3.0.0-dev.37 [2023-04-24T20:36:30.059Z] v3.0.0-dev.38 [2023-04-24T20:36:30.059Z] v3.0.0-dev.39 [2023-04-24T20:36:30.059Z] v3.0.0-dev.4 [2023-04-24T20:36:30.059Z] v3.0.0-dev.40 [2023-04-24T20:36:30.059Z] v3.0.0-dev.41 [2023-04-24T20:36:30.059Z] v3.0.0-dev.42 [2023-04-24T20:36:30.059Z] v3.0.0-dev.43 [2023-04-24T20:36:30.059Z] v3.0.0-dev.44 [2023-04-24T20:36:30.059Z] v3.0.0-dev.45 [2023-04-24T20:36:30.059Z] v3.0.0-dev.46 [2023-04-24T20:36:30.059Z] v3.0.0-dev.47 [2023-04-24T20:36:30.059Z] v3.0.0-dev.48 [2023-04-24T20:36:30.059Z] v3.0.0-dev.49 [2023-04-24T20:36:30.059Z] v3.0.0-dev.5 [2023-04-24T20:36:30.059Z] v3.0.0-dev.50 [2023-04-24T20:36:30.059Z] v3.0.0-dev.51 [2023-04-24T20:36:30.059Z] v3.0.0-dev.52 [2023-04-24T20:36:30.059Z] v3.0.0-dev.53 [2023-04-24T20:36:30.059Z] v3.0.0-dev.54 [2023-04-24T20:36:30.059Z] v3.0.0-dev.55 [2023-04-24T20:36:30.059Z] v3.0.0-dev.56 [2023-04-24T20:36:30.059Z] v3.0.0-dev.57 [2023-04-24T20:36:30.059Z] v3.0.0-dev.58 [2023-04-24T20:36:30.059Z] v3.0.0-dev.59 [2023-04-24T20:36:30.059Z] v3.0.0-dev.6 [2023-04-24T20:36:30.059Z] v3.0.0-dev.60 [2023-04-24T20:36:30.059Z] v3.0.0-dev.61 [2023-04-24T20:36:30.059Z] v3.0.0-dev.62 [2023-04-24T20:36:30.059Z] v3.0.0-dev.63 [2023-04-24T20:36:30.059Z] v3.0.0-dev.64 [2023-04-24T20:36:30.059Z] v3.0.0-dev.65 [2023-04-24T20:36:30.059Z] v3.0.0-dev.66 [2023-04-24T20:36:30.059Z] v3.0.0-dev.67 [2023-04-24T20:36:30.059Z] v3.0.0-dev.68 [2023-04-24T20:36:30.059Z] v3.0.0-dev.69 [2023-04-24T20:36:30.059Z] v3.0.0-dev.7 [2023-04-24T20:36:30.059Z] v3.0.0-dev.70 [2023-04-24T20:36:30.059Z] v3.0.0-dev.71 [2023-04-24T20:36:30.059Z] v3.0.0-dev.72 [2023-04-24T20:36:30.059Z] v3.0.0-dev.73 [2023-04-24T20:36:30.059Z] v3.0.0-dev.74 [2023-04-24T20:36:30.059Z] v3.0.0-dev.75 [2023-04-24T20:36:30.059Z] v3.0.0-dev.76 [2023-04-24T20:36:30.059Z] v3.0.0-dev.77 [2023-04-24T20:36:30.059Z] v3.0.0-dev.78 [2023-04-24T20:36:30.059Z] v3.0.0-dev.79 [2023-04-24T20:36:30.059Z] v3.0.0-dev.8 [2023-04-24T20:36:30.059Z] v3.0.0-dev.80 [2023-04-24T20:36:30.059Z] v3.0.0-dev.81 [2023-04-24T20:36:30.059Z] v3.0.0-dev.82 [2023-04-24T20:36:30.059Z] v3.0.0-dev.83 [2023-04-24T20:36:30.059Z] v3.0.0-dev.84 [2023-04-24T20:36:30.059Z] v3.0.0-dev.85 [2023-04-24T20:36:30.059Z] v3.0.0-dev.86 [2023-04-24T20:36:30.059Z] v3.0.0-dev.87 [2023-04-24T20:36:30.059Z] v3.0.0-dev.88 [2023-04-24T20:36:30.059Z] v3.0.0-dev.89 [2023-04-24T20:36:30.059Z] v3.0.0-dev.9 [2023-04-24T20:36:30.059Z] v3.0.0-dev.90 [2023-04-24T20:36:30.059Z] v3.0.0-dev.91 [2023-04-24T20:36:30.059Z] v3.0.0-dev.92 [2023-04-24T20:36:30.059Z] v3.0.0-dev.93 [2023-04-24T20:36:30.059Z] v3.0.0-dev.94 [2023-04-24T20:36:30.059Z] v3.0.0-dev.95 [2023-04-24T20:36:30.059Z] v3.0.0-dev.96 [2023-04-24T20:36:30.059Z] v3.0.0-dev.97 [2023-04-24T20:36:30.059Z] v3.0.0-dev.98 [2023-04-24T20:36:30.059Z] v3.0.0-dev.99 [Pipeline] sh [2023-04-24T20:36:30.338Z] + lftools sign git-tag v3.0.0-dev.137 [2023-04-24T20:36:30.906Z] Signing Git tag with Sigul... [2023-04-24T20:36:30.906Z] Signing v3.0.0-dev.137 [Pipeline] echo [2023-04-24T20:36:31.172Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:31.454Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-24T20:36:31.461Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-24T20:36:31.484Z] $ docker stop --time=1 82b1926fc0bf1f5f7bb227039761c91905d7fa5a26e7084fba92b37fbf6d1c12 [2023-04-24T20:36:32.748Z] $ docker rm -f --volumes 82b1926fc0bf1f5f7bb227039761c91905d7fa5a26e7084fba92b37fbf6d1c12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-24T20:36:33.163Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T20:36:33.163Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:36:33.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T20:36:33.456Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:36:33.526Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:36:33.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:36:33.958Z] $ docker top e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T20:36:34.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T20:36:34.039Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T20:36:34.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T20:36:34.156Z] $ docker exec e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 ssh-agent [2023-04-24T20:36:34.254Z] SSH_AUTH_SOCK=/tmp/ssh-ZDPZP3FIQx0S/agent.31 [2023-04-24T20:36:34.254Z] SSH_AGENT_PID=37 [2023-04-24T20:36:34.267Z] Running ssh-add (command line suppressed) [2023-04-24T20:36:34.383Z] Identity added: /w/workspace/edgex-go/499@tmp/private_key_10161254233451533503.key (/w/workspace/edgex-go/499@tmp/private_key_10161254233451533503.key) [2023-04-24T20:36:34.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T20:36:34.673Z] + git semver bump pre [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,874 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,874 [bump_version] DEBUG bumping version:3.0.0-dev.137 on axis:pre with prefix:dev [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,874 [bump_version] DEBUG bumped version:3.0.0-dev.138 [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,874 [write_version] DEBUG write version:3.0.0-dev.138 to path:/w/workspace/edgex-go/499/.semver/main with force:True [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,874 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,874 [write_file] DEBUG write to file:/w/workspace/edgex-go/499/.semver/main [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,876 [execute] INFO git cat-file --batch-check [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,876 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T20:36:34.932Z] 2023-04-24 20:36:34,882 [execute] INFO git cat-file --batch [2023-04-24T20:36:34.933Z] 2023-04-24 20:36:34,882 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T20:36:34.933Z] 2023-04-24 20:36:34,889 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:36:34.933Z] 3.0.0-dev.138 [Pipeline] } [2023-04-24T20:36:34.948Z] $ docker exec --env ******** --env ******** e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 ssh-agent -k [2023-04-24T20:36:35.048Z] unset SSH_AUTH_SOCK; [2023-04-24T20:36:35.048Z] unset SSH_AGENT_PID; [2023-04-24T20:36:35.048Z] echo Agent pid 37 killed; [2023-04-24T20:36:35.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T20:36:35.354Z] + git semver [Pipeline] } [2023-04-24T20:36:35.631Z] $ docker stop --time=1 e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 [2023-04-24T20:36:36.902Z] $ docker rm -f --volumes e53cc30fec681f3a495d4c8c388988a4956e85e75bb3d6c5169840d6efa53023 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-24T20:36:37.226Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-24T20:36:37.226Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:36:37.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-24T20:36:37.529Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:36:37.611Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:36:37.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:36:38.002Z] $ docker top 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b -eo pid,comm [2023-04-24T20:36:38.043Z] 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-04-24T20:36:38.043Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-24T20:36:38.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-24T20:36:38.087Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-24T20:36:38.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-24T20:36:38.208Z] $ docker exec 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b ssh-agent [2023-04-24T20:36:38.298Z] SSH_AUTH_SOCK=/tmp/ssh-swGYAUiYz9zj/agent.32 [2023-04-24T20:36:38.298Z] SSH_AGENT_PID=38 [2023-04-24T20:36:38.302Z] Running ssh-add (command line suppressed) [2023-04-24T20:36:38.410Z] Identity added: /w/workspace/edgex-go/499@tmp/private_key_8072551906404768560.key (/w/workspace/edgex-go/499@tmp/private_key_8072551906404768560.key) [2023-04-24T20:36:38.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-24T20:36:38.701Z] + git semver push [2023-04-24T20:36:38.959Z] 2023-04-24 20:36:38,886 [run_push] DEBUG push [2023-04-24T20:36:38.959Z] 2023-04-24 20:36:38,886 [execute] INFO git cat-file --batch-check [2023-04-24T20:36:38.959Z] 2023-04-24 20:36:38,887 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=) [2023-04-24T20:36:38.959Z] 2023-04-24 20:36:38,890 [execute] INFO git rev-list bfeb33b06ed96d9be1a876a41a47e831891125e6 -- [2023-04-24T20:36:38.959Z] 2023-04-24 20:36:38,890 [execute] DEBUG Popen(['git', 'rev-list', 'bfeb33b06ed96d9be1a876a41a47e831891125e6', '--'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-24T20:36:38.959Z] 2023-04-24 20:36:38,906 [execute] INFO git fetch -v origin [2023-04-24T20:36:38.959Z] 2023-04-24 20:36:38,906 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-24T20:36:39.526Z] 2023-04-24 20:36:39,380 [run_push] DEBUG no remote changes detected [2023-04-24T20:36:39.526Z] 2023-04-24 20:36:39,381 [execute] INFO git push origin semver [2023-04-24T20:36:39.526Z] 2023-04-24 20:36:39,381 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/499/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-24T20:36:40.464Z] 2023-04-24 20:36:40,214 [run_push] DEBUG push all version tags [2023-04-24T20:36:40.464Z] 2023-04-24 20:36:40,215 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-24T20:36:40.464Z] 2023-04-24 20:36:40,215 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/499, universal_newlines=False, shell=None, istream=None) [2023-04-24T20:36:41.401Z] 2023-04-24 20:36:41,040 [read_version] DEBUG read version from /w/workspace/edgex-go/499/.semver/main [2023-04-24T20:36:41.401Z] 3.0.0-dev.138 [Pipeline] } [2023-04-24T20:36:41.416Z] $ docker exec --env ******** --env ******** 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b ssh-agent -k [2023-04-24T20:36:41.529Z] unset SSH_AUTH_SOCK; [2023-04-24T20:36:41.529Z] unset SSH_AGENT_PID; [2023-04-24T20:36:41.529Z] echo Agent pid 38 killed; [2023-04-24T20:36:41.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-24T20:36:41.833Z] + git semver [Pipeline] } [2023-04-24T20:36:42.110Z] $ docker stop --time=1 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b [2023-04-24T20:36:43.382Z] $ docker rm -f --volumes 74769175b2da999d52a209bcec79ddf783baab8565db35a50add769c734a4f8b [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-04-24T20:36:43.897Z] + [ -d /w/workspace/edgex-go/499/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:44.182Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:45.037Z] ---> package-listing.sh [2023-04-24T20:36:45.037Z] ++ facter osfamily [2023-04-24T20:36:45.037Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-24T20:36:45.295Z] + OS_FAMILY=debian [2023-04-24T20:36:45.295Z] + workspace=/w/workspace/edgex-go/499 [2023-04-24T20:36:45.295Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-24T20:36:45.295Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-24T20:36:45.295Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-24T20:36:45.295Z] + PACKAGES=/tmp/packages_start.txt [2023-04-24T20:36:45.295Z] + '[' /w/workspace/edgex-go/499 ']' [2023-04-24T20:36:45.295Z] + PACKAGES=/tmp/packages_end.txt [2023-04-24T20:36:45.295Z] + case "${OS_FAMILY}" in [2023-04-24T20:36:45.295Z] + dpkg -l [2023-04-24T20:36:45.295Z] + grep '^ii' [2023-04-24T20:36:45.295Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-24T20:36:45.295Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-24T20:36:45.295Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-24T20:36:45.295Z] + '[' /w/workspace/edgex-go/499 ']' [2023-04-24T20:36:45.295Z] + mkdir -p /w/workspace/edgex-go/499/archives/ [2023-04-24T20:36:45.295Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/499/archives/ [Pipeline] echo [2023-04-24T20:36:45.305Z] 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/499/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-24T20:36:45.584Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:36:46.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T20:36:46.135Z] [2023-04-24T20:36:46.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-24T20:36:46.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T20:36:46.429Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-24T20:36:46.429Z] 5eb5b503b376: Pulling fs layer [2023-04-24T20:36:46.429Z] 5c69ac0246d0: Pulling fs layer [2023-04-24T20:36:46.429Z] ec43610c2a17: Pulling fs layer [2023-04-24T20:36:46.429Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-24T20:36:46.429Z] 33b1e0a273af: Pulling fs layer [2023-04-24T20:36:46.429Z] 5d3b04190fa2: Pulling fs layer [2023-04-24T20:36:46.429Z] 2f39f015ded8: Pulling fs layer [2023-04-24T20:36:46.429Z] 2f39f015ded8: Waiting [2023-04-24T20:36:46.429Z] 5d3b04190fa2: Waiting [2023-04-24T20:36:46.429Z] 3a2ae6a8a46f: Waiting [2023-04-24T20:36:46.429Z] 33b1e0a273af: Waiting [2023-04-24T20:36:46.429Z] 5c69ac0246d0: Verifying Checksum [2023-04-24T20:36:46.429Z] 5c69ac0246d0: Download complete [2023-04-24T20:36:46.429Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-24T20:36:46.429Z] 33b1e0a273af: Verifying Checksum [2023-04-24T20:36:46.429Z] 33b1e0a273af: Download complete [2023-04-24T20:36:46.429Z] 5d3b04190fa2: Verifying Checksum [2023-04-24T20:36:46.429Z] 5d3b04190fa2: Download complete [2023-04-24T20:36:46.429Z] ec43610c2a17: Verifying Checksum [2023-04-24T20:36:46.429Z] ec43610c2a17: Download complete [2023-04-24T20:36:46.688Z] 5eb5b503b376: Download complete [2023-04-24T20:36:47.255Z] 2f39f015ded8: Download complete [2023-04-24T20:36:47.821Z] 5eb5b503b376: Pull complete [2023-04-24T20:36:47.821Z] 5c69ac0246d0: Pull complete [2023-04-24T20:36:48.388Z] ec43610c2a17: Pull complete [2023-04-24T20:36:48.388Z] 3a2ae6a8a46f: Pull complete [2023-04-24T20:36:48.647Z] 33b1e0a273af: Pull complete [2023-04-24T20:36:48.647Z] 5d3b04190fa2: Pull complete [2023-04-24T20:36:52.831Z] 2f39f015ded8: Pull complete [2023-04-24T20:36:52.831Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-24T20:36:52.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-24T20:36:52.831Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-24T20:36:52.910Z] prd-ubuntu20.04-docker-8c-8g-9558 does not seem to be running inside a container [2023-04-24T20:36:52.946Z] $ 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/499/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/499 -v /w/workspace/edgex-go/499:/w/workspace/edgex-go/499:rw,z -v /w/workspace/edgex-go/499@tmp:/w/workspace/edgex-go/499@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-04-24T20:36:55.356Z] $ docker top 49eb90453c058a587aec3ee0dafde4f868e29223cbf767b10293818d9398b782 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-24T20:36:55.684Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-24T20:36:55.963Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-24T20:36:56.245Z] + ls /var/log/sa-host [2023-04-24T20:36:56.245Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-24T20:36:56.316Z] provisioning config files... [2023-04-24T20:36:56.323Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/499@tmp/config3508811173545306705tmp [Pipeline] { [Pipeline] echo [2023-04-24T20:36:56.335Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:56.613Z] ---> create-netrc.sh [Pipeline] } [2023-04-24T20:36:56.620Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:56.932Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-24T20:36:56.940Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:57.225Z] ---> sudo-logs.sh [2023-04-24T20:36:57.225Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-24T20:36:57.245Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:57.522Z] ---> job-cost.sh [2023-04-24T20:36:57.522Z] lf-activate-venv: SKIPPING [2023-04-24T20:36:57.522Z] DEBUG: total: 0.10999999940395355 [2023-04-24T20:36:57.522Z] INFO: Retrieving Stack Cost... [2023-04-24T20:36:57.780Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-24T20:36:58.349Z] INFO: Archiving Costs [Pipeline] echo [2023-04-24T20:36:58.360Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-24T20:36:58.643Z] ---> logs-deploy.sh [2023-04-24T20:36:58.643Z] lf-activate-venv: SKIPPING [2023-04-24T20:36:58.643Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/499 [2023-04-24T20:36:58.643Z] INFO: archiving workspace using pattern(s): [2023-04-24T20:36:59.578Z] Archives upload complete. [2023-04-24T20:36:59.836Z] INFO: archiving logs to Nexus [2023-04-24T20:37:00.404Z] ---> uname -a: [2023-04-24T20:37:00.404Z] Linux prd-ubuntu20-04-docker-8c-8g-9558 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] ---> lscpu: [2023-04-24T20:37:00.404Z] Architecture: x86_64 [2023-04-24T20:37:00.404Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-24T20:37:00.404Z] Byte Order: Little Endian [2023-04-24T20:37:00.404Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-24T20:37:00.404Z] CPU(s): 8 [2023-04-24T20:37:00.404Z] On-line CPU(s) list: 0-7 [2023-04-24T20:37:00.404Z] Thread(s) per core: 1 [2023-04-24T20:37:00.404Z] Core(s) per socket: 1 [2023-04-24T20:37:00.404Z] Socket(s): 8 [2023-04-24T20:37:00.404Z] NUMA node(s): 1 [2023-04-24T20:37:00.404Z] Vendor ID: AuthenticAMD [2023-04-24T20:37:00.404Z] CPU family: 23 [2023-04-24T20:37:00.404Z] Model: 49 [2023-04-24T20:37:00.404Z] Model name: AMD EPYC-Rome Processor [2023-04-24T20:37:00.404Z] Stepping: 0 [2023-04-24T20:37:00.404Z] CPU MHz: 2800.000 [2023-04-24T20:37:00.404Z] BogoMIPS: 5600.00 [2023-04-24T20:37:00.404Z] Virtualization: AMD-V [2023-04-24T20:37:00.404Z] Hypervisor vendor: KVM [2023-04-24T20:37:00.404Z] Virtualization type: full [2023-04-24T20:37:00.404Z] L1d cache: 256 KiB [2023-04-24T20:37:00.404Z] L1i cache: 256 KiB [2023-04-24T20:37:00.404Z] L2 cache: 4 MiB [2023-04-24T20:37:00.404Z] L3 cache: 128 MiB [2023-04-24T20:37:00.404Z] NUMA node0 CPU(s): 0-7 [2023-04-24T20:37:00.404Z] Vulnerability Itlb multihit: Not affected [2023-04-24T20:37:00.404Z] Vulnerability L1tf: Not affected [2023-04-24T20:37:00.404Z] Vulnerability Mds: Not affected [2023-04-24T20:37:00.404Z] Vulnerability Meltdown: Not affected [2023-04-24T20:37:00.404Z] Vulnerability Mmio stale data: Not affected [2023-04-24T20:37:00.404Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-24T20:37:00.404Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-24T20:37:00.404Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-24T20:37:00.404Z] Vulnerability Srbds: Not affected [2023-04-24T20:37:00.404Z] Vulnerability Tsx async abort: Not affected [2023-04-24T20:37:00.404Z] 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-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] ---> nproc: [2023-04-24T20:37:00.404Z] 8 [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] ---> df -h: [2023-04-24T20:37:00.404Z] Filesystem Size Used Avail Use% Mounted on [2023-04-24T20:37:00.404Z] overlay 155G 22G 134G 14% / [2023-04-24T20:37:00.404Z] tmpfs 64M 0 64M 0% /dev [2023-04-24T20:37:00.404Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-24T20:37:00.404Z] shm 64M 0 64M 0% /dev/shm [2023-04-24T20:37:00.404Z] /dev/vda1 155G 22G 134G 14% /facter-os [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] ---> sar -b -r -n DEV: [2023-04-24T20:37:00.404Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9558) 04/24/23 _x86_64_ (8 CPU) [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] 20:05:06 LINUX RESTART (8 CPU) [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] 20:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-04-24T20:37:00.404Z] 20:07:01 130.06 3.13 126.92 0.00 417.46 64940.89 0.00 [2023-04-24T20:37:00.404Z] 20:08:01 29.66 0.02 29.64 0.00 0.13 17910.71 0.00 [2023-04-24T20:37:00.404Z] 20:09:01 87.42 0.23 87.19 0.00 8.80 34654.36 0.00 [2023-04-24T20:37:00.404Z] 20:10:01 553.20 9.36 543.84 0.00 81.77 200672.89 0.00 [2023-04-24T20:37:00.404Z] 20:11:01 473.30 12.84 460.46 0.00 5177.88 201164.56 0.00 [2023-04-24T20:37:00.404Z] 20:12:01 664.09 0.77 663.32 0.00 19.33 230709.42 0.00 [2023-04-24T20:37:00.404Z] 20:13:01 906.10 1.67 904.43 0.00 17.46 285928.82 0.00 [2023-04-24T20:37:00.404Z] 20:14:01 505.88 0.12 505.77 0.00 12.80 75196.93 0.00 [2023-04-24T20:37:00.404Z] 20:15:01 29.61 0.05 29.56 0.00 10.80 826.93 0.00 [2023-04-24T20:37:00.404Z] 20:16:01 1.97 0.00 1.97 0.00 0.00 20.26 0.00 [2023-04-24T20:37:00.404Z] 20:17:01 1.07 0.02 1.05 0.00 0.13 11.06 0.00 [2023-04-24T20:37:00.404Z] 20:18:01 1.68 0.00 1.68 0.00 0.00 17.86 0.00 [2023-04-24T20:37:00.404Z] 20:19:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 [2023-04-24T20:37:00.404Z] 20:20:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 [2023-04-24T20:37:00.404Z] 20:21:01 1.77 0.02 1.75 0.00 0.13 22.93 0.00 [2023-04-24T20:37:00.404Z] 20:22:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 [2023-04-24T20:37:00.404Z] 20:23:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 [2023-04-24T20:37:00.404Z] 20:24:01 1.72 0.00 1.72 0.00 0.00 18.40 0.00 [2023-04-24T20:37:00.404Z] 20:25:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2023-04-24T20:37:00.404Z] 20:26:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 [2023-04-24T20:37:00.404Z] 20:27:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 [2023-04-24T20:37:00.404Z] 20:28:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 [2023-04-24T20:37:00.404Z] 20:29:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 [2023-04-24T20:37:00.404Z] 20:30:01 1.47 0.00 1.47 0.00 0.00 17.99 0.00 [2023-04-24T20:37:00.404Z] 20:31:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 [2023-04-24T20:37:00.404Z] 20:32:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 [2023-04-24T20:37:00.404Z] 20:33:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 [2023-04-24T20:37:00.404Z] 20:34:01 1.55 0.00 1.55 0.00 0.00 16.53 0.00 [2023-04-24T20:37:00.404Z] 20:35:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 [2023-04-24T20:37:00.404Z] 20:36:01 78.72 0.20 78.52 0.00 11.06 34174.04 0.00 [2023-04-24T20:37:00.404Z] Average: 116.20 0.95 115.25 0.00 191.99 38233.80 0.00 [2023-04-24T20:37:00.404Z] [2023-04-24T20:37:00.404Z] 20:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-04-24T20:37:00.404Z] 20:07:01 28039476 31485992 811140 2.47 112832 3540600 2040504 6.01 1454696 2940908 395908 [2023-04-24T20:37:00.404Z] 20:08:01 27447848 31062744 1231980 3.75 116492 3682356 2345724 6.91 1730724 3230504 266556 [2023-04-24T20:37:00.404Z] 20:09:01 24875384 31451080 843756 2.57 118844 6574244 2655256 7.83 1653264 5810588 2921500 [2023-04-24T20:37:00.404Z] 20:10:01 20519380 31416020 865200 2.63 286988 10451260 2762560 8.14 1853512 9676264 3276980 [2023-04-24T20:37:00.404Z] 20:11:01 20967640 31436220 829352 2.52 315248 9980324 2258168 6.66 2152608 8898600 1340 [2023-04-24T20:37:00.404Z] 20:12:01 18001684 31464140 797824 2.43 359704 12774816 2112712 6.23 2303904 11554032 1019424 [2023-04-24T20:37:00.404Z] 20:13:01 16248224 31306432 946664 2.88 424072 14149068 2553576 7.53 2814480 12631388 79120 [2023-04-24T20:37:00.404Z] 20:14:01 17567156 31519296 742656 2.26 430412 13094332 1960340 5.78 2506224 11688892 1864 [2023-04-24T20:37:00.404Z] 20:15:01 17567016 31520924 740860 2.25 431512 13095124 1860492 5.48 2505448 11689148 88 [2023-04-24T20:37:00.404Z] 20:16:01 17568056 31522424 739768 2.25 431544 13095136 1860492 5.48 2503540 11689552 20 [2023-04-24T20:37:00.405Z] 20:17:01 17572652 31527068 734976 2.24 431564 13095136 1860492 5.48 2499092 11689564 16 [2023-04-24T20:37:00.405Z] 20:18:01 17574880 31529464 733176 2.23 431568 13095268 1860492 5.48 2496984 11689680 192 [2023-04-24T20:37:00.405Z] 20:19:01 17575384 31530024 732628 2.23 431584 13095272 1860492 5.48 2496792 11689732 12 [2023-04-24T20:37:00.405Z] 20:20:01 17576800 31531512 731120 2.22 431608 13095272 1860492 5.48 2495036 11689756 16 [2023-04-24T20:37:00.405Z] 20:21:01 17576588 31531392 731576 2.22 431628 13095256 1893436 5.58 2495240 11689736 212 [2023-04-24T20:37:00.405Z] 20:22:01 17576580 31531400 731500 2.22 431644 13095260 1893436 5.58 2495136 11689740 172 [2023-04-24T20:37:00.405Z] 20:23:01 17576448 31531268 731804 2.23 431652 13095260 1893436 5.58 2495324 11689740 184 [2023-04-24T20:37:00.405Z] 20:24:01 17576612 31531464 731460 2.22 431672 13095264 1893436 5.58 2495172 11689744 152 [2023-04-24T20:37:00.405Z] 20:25:01 17576564 31531484 731448 2.22 431688 13095268 1893436 5.58 2495216 11689748 16 [2023-04-24T20:37:00.405Z] 20:26:01 17576436 31531452 731364 2.22 431712 13095272 1893436 5.58 2494936 11689808 20 [2023-04-24T20:37:00.405Z] 20:27:01 17575560 31530608 732108 2.23 431720 13095276 1893436 5.58 2495216 11689812 44 [2023-04-24T20:37:00.405Z] 20:28:01 17575916 31530972 731816 2.23 431732 13095280 1893436 5.58 2495276 11689816 172 [2023-04-24T20:37:00.405Z] 20:29:01 17575956 31531016 731772 2.23 431748 13095284 1893436 5.58 2494900 11689820 24 [2023-04-24T20:37:00.405Z] 20:30:01 17576268 31531500 731224 2.22 431768 13095288 1893436 5.58 2495376 11689832 40 [2023-04-24T20:37:00.405Z] 20:31:01 17575424 31530660 732000 2.23 431772 13095288 1893436 5.58 2495352 11689832 176 [2023-04-24T20:37:00.405Z] 20:32:01 17575376 31530616 731976 2.23 431772 13095292 1893436 5.58 2495188 11689836 172 [2023-04-24T20:37:00.405Z] 20:33:01 17575320 31530564 731952 2.23 431788 13095296 1893436 5.58 2495236 11689840 188 [2023-04-24T20:37:00.405Z] 20:34:01 17575548 31530792 731744 2.23 431800 13095296 1893436 5.58 2495288 11689840 172 [2023-04-24T20:37:00.405Z] 20:35:01 17575540 31530788 731740 2.23 431824 13095284 1893436 5.58 2494908 11689844 28 [2023-04-24T20:37:00.405Z] 20:36:01 16786136 31515900 745056 2.27 454412 13799376 1895284 5.59 2573044 12352860 3276 [2023-04-24T20:37:00.405Z] Average: 18650928 31492841 773388 2.35 389477 12101558 2004954 5.91 2382237 10808949 265603 [2023-04-24T20:37:00.405Z] [2023-04-24T20:37:00.405Z] 20:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-04-24T20:37:00.405Z] 20:07:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:07:01 ens3 779.56 736.99 7516.47 81.50 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:07:01 vethe75afad 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:07:01 docker0 622.44 587.72 44.63 3429.92 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:08:01 ens3 46.42 53.83 26.82 113.56 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:08:01 vethe75afad 1.37 1.40 0.12 0.13 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:08:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:09:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:09:01 ens3 101.80 63.26 1713.34 22.28 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:09:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:09:01 vethad4db06 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:10:01 ens3 947.07 502.88 6305.19 53.17 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:10:01 docker0 494.08 933.62 40.57 6292.88 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:10:01 vethad4db06 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:11:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:11:01 ens3 203.65 116.14 3210.08 15.15 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:11:01 docker0 9.86 22.78 0.65 277.11 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:11:01 vethad4db06 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:12:01 ens3 413.85 206.52 2539.53 34.56 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:12:01 docker0 180.55 375.07 14.87 2508.84 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:12:01 vethad4db06 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:13:01 vetha37bf90 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:13:01 ens3 648.17 344.74 4014.76 44.94 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:13:01 docker0 323.08 613.10 24.97 3986.76 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:13:01 vethad4db06 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:14:01 lo 26.86 26.86 2.64 2.64 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:14:01 ens3 230.83 263.84 279.69 808.50 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:14:01 docker0 4.50 10.08 0.30 137.23 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:15:01 lo 44.06 44.06 4.35 4.35 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:15:01 ens3 433.63 460.32 225.60 2377.06 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:16:01 ens3 0.23 0.22 0.08 0.09 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:18:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:19:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:21:01 ens3 2.68 1.60 3.84 0.16 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:22:01 ens3 0.47 0.07 0.05 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:23:01 ens3 0.55 0.50 0.27 0.22 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:24:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:25:01 ens3 0.95 0.37 0.39 0.27 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:26:01 ens3 0.27 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:27:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:28:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:29:01 ens3 0.88 0.10 0.12 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:30:01 ens3 1.13 0.60 0.41 0.29 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:31:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.405Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:34:01 ens3 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:35:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:36:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:36:01 ens3 207.32 117.48 4564.92 22.35 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] 20:36:01 docker0 40.21 68.47 3.25 580.57 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] Average: lo 2.61 2.61 0.25 0.25 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] Average: ens3 134.11 95.72 1013.93 119.13 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] Average: docker0 55.91 87.15 4.31 574.31 0.00 0.00 0.00 0.00 [2023-04-24T20:37:00.406Z] [2023-04-24T20:37:00.406Z]