Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b6a792cc14dceb412227bc035c2b58c27f836273 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-ssh14632932966883013607.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh15462986809111146327.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh1461388889932221953.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh16694193751073708374.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-ssh4358498244368292659.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]] ========================================================= [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.21 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-5838 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/654 [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/654 # 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 b6a792cc14dceb412227bc035c2b58c27f836273 (main) Commit message: "Merge pull request #4827 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.44" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6a792cc14dceb412227bc035c2b58c27f836273 # timeout=10 > git rev-list --no-walk 5162257f8dee1b2a6e96c0426af9cd51831dbfdc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-18T05:00:42.418Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-18T05:00:42.479Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-18T05:00:42.500Z] ========================================================= [2024-07-18T05:00:42.501Z] EdgeX Global Pipelines Version Info [2024-07-18T05:00:42.501Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:00:43.258Z] ------------------- [2024-07-18T05:00:43.258Z] stable info: [2024-07-18T05:00:43.258Z] ------------------- [2024-07-18T05:00:43.258Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-18T05:00:43.258Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-18T05:00:43.258Z] Message: update stable to v1.0.260 [2024-07-18T05:00:43.829Z] ------------------- [2024-07-18T05:00:43.829Z] experimental info: [2024-07-18T05:00:43.829Z] ------------------- [2024-07-18T05:00:43.829Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-18T05:00:43.829Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-18T05:00:43.829Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-18T05:00:43.898Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-18T05:00:43.918Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-18T05:00:43.938Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-18T05:00:43.961Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-18T05:00:43.985Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-18T05:00:44.006Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-18T05:00:44.025Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-18T05:00:44.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-18T05:00:44.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-18T05:00:44.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-18T05:00:44.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-18T05:00:44.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-18T05:00:44.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-18T05:00:44.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-18T05:00:44.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-18T05:00:44.300Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-18T05:00:44.318Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-18T05:00:44.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-18T05:00:44.355Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-18T05:00:44.374Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-18T05:00:44.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-18T05:00:44.416Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-18T05:00:44.495Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-18T05:00:44.513Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-18T05:00:44.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-18T05:00:44.553Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-18T05:00:44.574Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] echo [2024-07-18T05:00:44.597Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6a792c [Pipeline] echo [2024-07-18T05:00:44.625Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T05:00:44.683Z] provisioning config files... [2024-07-18T05:00:44.696Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config9576037364925145366tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:00:45.028Z] ---> ****-login.sh [2024-07-18T05:00:45.028Z] nexus3.edgexfoundry.org:10001 [2024-07-18T05:00:45.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:00:45.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:00:45.288Z] Configure a credential helper to remove this warning. See [2024-07-18T05:00:45.288Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:00:45.288Z] [2024-07-18T05:00:45.288Z] Login Succeeded [2024-07-18T05:00:45.288Z] nexus3.edgexfoundry.org:10002 [2024-07-18T05:00:45.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:00:45.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:00:45.288Z] Configure a credential helper to remove this warning. See [2024-07-18T05:00:45.288Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:00:45.288Z] [2024-07-18T05:00:45.288Z] Login Succeeded [2024-07-18T05:00:45.288Z] nexus3.edgexfoundry.org:10003 [2024-07-18T05:00:45.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:00:45.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:00:45.549Z] Configure a credential helper to remove this warning. See [2024-07-18T05:00:45.549Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:00:45.549Z] [2024-07-18T05:00:45.549Z] Login Succeeded [2024-07-18T05:00:45.549Z] nexus3.edgexfoundry.org:10004 [2024-07-18T05:00:45.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:00:45.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:00:45.550Z] Configure a credential helper to remove this warning. See [2024-07-18T05:00:45.550Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:00:45.550Z] [2024-07-18T05:00:45.550Z] Login Succeeded [2024-07-18T05:00:45.550Z] ****.io [2024-07-18T05:00:45.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:00:45.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:00:45.811Z] Configure a credential helper to remove this warning. See [2024-07-18T05:00:45.811Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:00:45.811Z] [2024-07-18T05:00:45.811Z] Login Succeeded [2024-07-18T05:00:45.811Z] ---> ****-login.sh ends [Pipeline] } [2024-07-18T05:00:45.820Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-18T05:00:46.152Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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 [2024-07-18T05:00:46.153Z] + + cutdirname -d/ cmd/core-command/Dockerfile -f2 [2024-07-18T05:00:46.153Z] [2024-07-18T05:00:46.153Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/core-data/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/core-keeper/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/core-metadata/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/support-notifications/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-18T05:00:46.153Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-18T05:00:46.153Z] + cut -d/ -f2 [2024-07-18T05:00:46.153Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-18T05:00:46.189Z] 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-keeper, dockerfile:cmd/core-keeper/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 [2024-07-18T05:00:46.543Z] + git rev-list -1 --merges b6a792cc14dceb412227bc035c2b58c27f836273~1..b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] echo [2024-07-18T05:00:46.555Z] -----------> git rev-list -1 --merges b6a792cc14dceb412227bc035c2b58c27f836273~1..b6a792cc14dceb412227bc035c2b58c27f836273 b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:00:46.555Z] b6a792cc14dceb412227bc035c2b58c27f836273 [false] [Pipeline] sh [2024-07-18T05:00:46.849Z] + git log --format=format:%s -1 b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] echo [2024-07-18T05:00:46.864Z] ========================================================= [2024-07-18T05:00:46.864Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-18T05:00:46.864Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-18T05:00:47.254Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-18T05:00:47.254Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-18T05:00:47.254Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-18T05:00:47.254Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-18T05:00:47.254Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-18T05:00:47.254Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-18T05:00:47.254Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:00:47.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T05:00:47.625Z] [2024-07-18T05:00:47.625Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:00:47.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T05:00:47.936Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-18T05:00:47.936Z] b85a868b505f: Pulling fs layer [2024-07-18T05:00:47.936Z] e2be974225ed: Pulling fs layer [2024-07-18T05:00:47.936Z] 339a4e72a1f5: Pulling fs layer [2024-07-18T05:00:47.936Z] 988bab9f4d93: Pulling fs layer [2024-07-18T05:00:47.936Z] 1469e6f7b9e6: Pulling fs layer [2024-07-18T05:00:47.936Z] eaf3925da568: Pulling fs layer [2024-07-18T05:00:47.936Z] bab4dde63d76: Pulling fs layer [2024-07-18T05:00:47.936Z] bde34c3a00c8: Pulling fs layer [2024-07-18T05:00:47.936Z] b352a97aabf1: Pulling fs layer [2024-07-18T05:00:47.936Z] 4872d77fe225: Pulling fs layer [2024-07-18T05:00:47.936Z] 5851b861e8e6: Pulling fs layer [2024-07-18T05:00:47.936Z] 1469e6f7b9e6: Waiting [2024-07-18T05:00:47.936Z] eaf3925da568: Waiting [2024-07-18T05:00:47.936Z] 988bab9f4d93: Waiting [2024-07-18T05:00:47.936Z] bab4dde63d76: Waiting [2024-07-18T05:00:47.936Z] 4872d77fe225: Waiting [2024-07-18T05:00:47.936Z] 5851b861e8e6: Waiting [2024-07-18T05:00:47.936Z] b352a97aabf1: Waiting [2024-07-18T05:00:47.936Z] bde34c3a00c8: Waiting [2024-07-18T05:00:47.936Z] e2be974225ed: Verifying Checksum [2024-07-18T05:00:47.936Z] 988bab9f4d93: Verifying Checksum [2024-07-18T05:00:47.936Z] 988bab9f4d93: Download complete [2024-07-18T05:00:48.199Z] 1469e6f7b9e6: Verifying Checksum [2024-07-18T05:00:48.199Z] 1469e6f7b9e6: Download complete [2024-07-18T05:00:48.199Z] eaf3925da568: Verifying Checksum [2024-07-18T05:00:48.199Z] eaf3925da568: Download complete [2024-07-18T05:00:48.199Z] 339a4e72a1f5: Download complete [2024-07-18T05:00:48.199Z] bde34c3a00c8: Verifying Checksum [2024-07-18T05:00:48.199Z] bde34c3a00c8: Download complete [2024-07-18T05:00:48.199Z] b352a97aabf1: Download complete [2024-07-18T05:00:48.199Z] 4872d77fe225: Verifying Checksum [2024-07-18T05:00:48.199Z] 4872d77fe225: Download complete [2024-07-18T05:00:48.199Z] 5851b861e8e6: Verifying Checksum [2024-07-18T05:00:48.199Z] 5851b861e8e6: Download complete [2024-07-18T05:00:48.199Z] b85a868b505f: Verifying Checksum [2024-07-18T05:00:48.199Z] b85a868b505f: Download complete [2024-07-18T05:00:48.459Z] bab4dde63d76: Verifying Checksum [2024-07-18T05:00:48.459Z] bab4dde63d76: Download complete [2024-07-18T05:00:49.392Z] b85a868b505f: Pull complete [2024-07-18T05:00:49.649Z] e2be974225ed: Pull complete [2024-07-18T05:00:50.216Z] 339a4e72a1f5: Pull complete [2024-07-18T05:00:50.216Z] 988bab9f4d93: Pull complete [2024-07-18T05:00:50.476Z] 1469e6f7b9e6: Pull complete [2024-07-18T05:00:50.476Z] eaf3925da568: Pull complete [2024-07-18T05:00:52.400Z] bab4dde63d76: Pull complete [2024-07-18T05:00:52.400Z] bde34c3a00c8: Pull complete [2024-07-18T05:00:52.667Z] b352a97aabf1: Pull complete [2024-07-18T05:00:52.667Z] 4872d77fe225: Pull complete [2024-07-18T05:00:52.667Z] 5851b861e8e6: Pull complete [2024-07-18T05:00:52.667Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-18T05:00:52.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T05:00:52.667Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:00:52.830Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:00:52.861Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:00:55.824Z] $ docker top 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 -eo pid,comm [2024-07-18T05:00:55.891Z] 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). [2024-07-18T05:00:55.891Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-18T05:00:55.948Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-18T05:00:55.948Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-18T05:00:56.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-18T05:00:56.063Z] $ docker exec 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent [2024-07-18T05:00:56.176Z] SSH_AUTH_SOCK=/tmp/ssh-M3VVXFEC8OfB/agent.33 [2024-07-18T05:00:56.176Z] SSH_AGENT_PID=39 [2024-07-18T05:00:56.183Z] Running ssh-add (command line suppressed) [2024-07-18T05:00:56.293Z] Identity added: /w/workspace/edgex-go/654@tmp/private_key_16404005656366221640.key (/w/workspace/edgex-go/654@tmp/private_key_16404005656366221640.key) [2024-07-18T05:00:56.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-18T05:00:56.606Z] + git tag --points-at HEAD [Pipeline] } [2024-07-18T05:00:56.619Z] $ docker exec --env ******** --env ******** 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent -k [2024-07-18T05:00:56.720Z] unset SSH_AUTH_SOCK; [2024-07-18T05:00:56.720Z] unset SSH_AGENT_PID; [2024-07-18T05:00:56.721Z] echo Agent pid 39 killed; [2024-07-18T05:00:56.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-18T05:00:56.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-18T05:00:56.776Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-18T05:00:56.884Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-18T05:00:56.885Z] $ docker exec 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent [2024-07-18T05:00:57.003Z] SSH_AUTH_SOCK=/tmp/ssh-TQX7fy05v8eq/agent.72 [2024-07-18T05:00:57.003Z] SSH_AGENT_PID=78 [2024-07-18T05:00:57.008Z] Running ssh-add (command line suppressed) [2024-07-18T05:00:57.101Z] Identity added: /w/workspace/edgex-go/654@tmp/private_key_2788908317128643456.key (/w/workspace/edgex-go/654@tmp/private_key_2788908317128643456.key) [2024-07-18T05:00:57.116Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-18T05:00:57.409Z] + git semver init [2024-07-18T05:00:57.670Z] 2024-07-18 05:00:57,598 [run_init] DEBUG init version:0.0.0 force:False [2024-07-18T05:00:57.670Z] 2024-07-18 05:00:57,599 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/654/.semver [2024-07-18T05:00:57.670Z] 2024-07-18 05:00:57,599 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/654/.semver [2024-07-18T05:00:57.670Z] 2024-07-18 05:00:57,600 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/654/.semver'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=None) [2024-07-18T05:01:02.951Z] 2024-07-18 05:01:02,651 [append_file] DEBUG append to file:/w/workspace/edgex-go/654/.git/info/exclude [2024-07-18T05:01:02.951Z] 2024-07-18 05:01:02,652 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/654/.semver/main with force:False [2024-07-18T05:01:02.951Z] 2024-07-18 05:01:02,652 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:01:02.951Z] 2024-07-18 05:01:02,652 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:01:02.951Z] 3.2.0-dev.36 [Pipeline] } [2024-07-18T05:01:02.958Z] $ docker exec --env ******** --env ******** 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent -k [2024-07-18T05:01:03.052Z] unset SSH_AUTH_SOCK; [2024-07-18T05:01:03.053Z] unset SSH_AGENT_PID; [2024-07-18T05:01:03.053Z] echo Agent pid 78 killed; [2024-07-18T05:01:03.069Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-18T05:01:03.393Z] + git semver [Pipeline] } [2024-07-18T05:01:03.665Z] $ docker stop --time=1 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 [2024-07-18T05:01:04.960Z] $ docker rm -f --volumes 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-18T05:01:05.307Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-18T05:01:05.558Z] Stashed 1 file(s) [Pipeline] echo [2024-07-18T05:01:05.562Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.36 [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 [2024-07-18T05:01:05.985Z] + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] echo [2024-07-18T05:01:05.998Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T05:01:06.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T05:01:06.034Z] ========================================================= [2024-07-18T05:01:06.034Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-18T05:01:06.034Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-18T05:01:06.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-18T05:01:06.328Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-18T05:01:06.328Z] 619be1103602: Pulling fs layer [2024-07-18T05:01:06.328Z] 7862e08f4a3e: Pulling fs layer [2024-07-18T05:01:06.328Z] 5df492c9dc93: Pulling fs layer [2024-07-18T05:01:06.328Z] 7629e6793208: Pulling fs layer [2024-07-18T05:01:06.328Z] 4f4fb700ef54: Pulling fs layer [2024-07-18T05:01:06.328Z] 4f4fb700ef54: Waiting [2024-07-18T05:01:06.328Z] 7629e6793208: Waiting [2024-07-18T05:01:06.328Z] fb5054dd5b73: Pulling fs layer [2024-07-18T05:01:06.328Z] eeca6798cff9: Pulling fs layer [2024-07-18T05:01:06.328Z] aa269ceb94a6: Pulling fs layer [2024-07-18T05:01:06.328Z] fb5054dd5b73: Waiting [2024-07-18T05:01:06.328Z] eeca6798cff9: Waiting [2024-07-18T05:01:06.328Z] ada007ff1a6a: Pulling fs layer [2024-07-18T05:01:06.328Z] aa269ceb94a6: Waiting [2024-07-18T05:01:06.328Z] ada007ff1a6a: Waiting [2024-07-18T05:01:06.328Z] 7862e08f4a3e: Verifying Checksum [2024-07-18T05:01:06.328Z] 7862e08f4a3e: Download complete [2024-07-18T05:01:06.328Z] 7629e6793208: Verifying Checksum [2024-07-18T05:01:06.328Z] 7629e6793208: Download complete [2024-07-18T05:01:06.328Z] 4f4fb700ef54: Verifying Checksum [2024-07-18T05:01:06.328Z] 4f4fb700ef54: Download complete [2024-07-18T05:01:06.328Z] fb5054dd5b73: Verifying Checksum [2024-07-18T05:01:06.328Z] fb5054dd5b73: Download complete [2024-07-18T05:01:06.328Z] 619be1103602: Download complete [2024-07-18T05:01:06.328Z] eeca6798cff9: Verifying Checksum [2024-07-18T05:01:06.328Z] eeca6798cff9: Download complete [2024-07-18T05:01:06.586Z] 619be1103602: Pull complete [2024-07-18T05:01:06.586Z] ada007ff1a6a: Verifying Checksum [2024-07-18T05:01:06.586Z] ada007ff1a6a: Download complete [2024-07-18T05:01:06.586Z] 7862e08f4a3e: Pull complete [2024-07-18T05:01:06.844Z] 5df492c9dc93: Download complete [2024-07-18T05:01:07.103Z] aa269ceb94a6: Verifying Checksum [2024-07-18T05:01:07.103Z] aa269ceb94a6: Download complete [2024-07-18T05:01:10.395Z] 5df492c9dc93: Pull complete [2024-07-18T05:01:10.395Z] 7629e6793208: Pull complete [2024-07-18T05:01:10.395Z] 4f4fb700ef54: Pull complete [2024-07-18T05:01:10.395Z] fb5054dd5b73: Pull complete [2024-07-18T05:01:10.395Z] eeca6798cff9: Pull complete [2024-07-18T05:01:12.936Z] aa269ceb94a6: Pull complete [2024-07-18T05:01:13.195Z] ada007ff1a6a: Pull complete [2024-07-18T05:01:13.195Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-18T05:01:13.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-18T05:01:13.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-18T05:01:13.514Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-18T05:01:13.514Z] WORKDIR /edgex [2024-07-18T05:01:13.514Z] COPY go.mod . [2024-07-18T05:01:13.514Z] RUN go mod download [2024-07-18T05:01:13.514Z] docker build -t ci-base-image-x86_64 -f - . [2024-07-18T05:01:14.083Z] Sending build context to Docker daemon 178.6MB [2024-07-18T05:01:14.083Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-18T05:01:14.084Z] ---> f489d0715acc [2024-07-18T05:01:14.084Z] Step 2/4 : WORKDIR /edgex [2024-07-18T05:01:19.375Z] ---> Running in 7f75d2cb7d66 [2024-07-18T05:01:19.375Z] Removing intermediate container 7f75d2cb7d66 [2024-07-18T05:01:19.375Z] ---> 648f77977d9b [2024-07-18T05:01:19.375Z] Step 3/4 : COPY go.mod . [2024-07-18T05:01:19.375Z] ---> cd1bac9967ef [2024-07-18T05:01:19.375Z] Step 4/4 : RUN go mod download [2024-07-18T05:01:19.375Z] ---> Running in 5a85d98ef509 [2024-07-18T05:01:20.656Z] Still waiting to schedule task [2024-07-18T05:01:20.657Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-07-18T05:01:45.953Z] Removing intermediate container 5a85d98ef509 [2024-07-18T05:01:45.953Z] ---> 9d92cceac4c9 [2024-07-18T05:01:45.953Z] Successfully built 9d92cceac4c9 [2024-07-18T05:01:45.953Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:01:46.259Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-18T05:01:46.259Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:01:46.337Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:01:46.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:01:46.795Z] $ docker top 69bf7998612ffd0e786a706a1d3741ac3170d36c18d6e07339c8f2fcc81d7eb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T05:01:47.138Z] + go version [2024-07-18T05:01:47.138Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-18T05:01:47.149Z] $ docker stop --time=1 69bf7998612ffd0e786a706a1d3741ac3170d36c18d6e07339c8f2fcc81d7eb2 [2024-07-18T05:01:48.437Z] $ docker rm -f --volumes 69bf7998612ffd0e786a706a1d3741ac3170d36c18d6e07339c8f2fcc81d7eb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:01:48.853Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-18T05:01:48.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:01:48.939Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:01:48.974Z] $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:01:49.320Z] $ docker top 73ef47d01c555210222e78e03eb9d03c0437d320fd3104a17d814b709bf18efa -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-18T05:01:49.399Z] ========================================================= [2024-07-18T05:01:49.399Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-18T05:01:49.399Z] ========================================================= [Pipeline] sh [2024-07-18T05:01:49.677Z] + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] fileExists [Pipeline] sh [2024-07-18T05:01:49.981Z] + make test [2024-07-18T05:01:49.981Z] go test -race -coverprofile=coverage.out ./... [2024-07-18T05:01:58.100Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-18T05:02:36.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 28.7% of statements [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-18T05:02:36.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2024-07-18T05:02:36.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-18T05:02:36.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-18T05:02:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-18T05:02:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-18T05:02:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-18T05:02:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-18T05:02:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-18T05:02:39.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-18T05:02:39.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-18T05:02:39.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.2% of statements [2024-07-18T05:02:39.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements [2024-07-18T05:02:39.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.467s coverage: 93.4% of statements [2024-07-18T05:02:39.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 91.7% of statements [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-18T05:02:40.275Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-18T05:02:40.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.035s coverage: 6.5% of statements [2024-07-18T05:02:41.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.307s coverage: 95.8% of statements [2024-07-18T05:02:41.648Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements [2024-07-18T05:02:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-18T05:02:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-18T05:02:43.278Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.8% of statements [2024-07-18T05:02:43.278Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 32.2% of statements [2024-07-18T05:02:43.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 41.7% of statements [2024-07-18T05:02:43.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.018s coverage: 77.8% of statements [2024-07-18T05:02:43.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.027s coverage: 94.1% of statements [2024-07-18T05:02:43.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.101s coverage: 96.3% of statements [2024-07-18T05:02:43.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.023s coverage: 87.5% of statements [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-18T05:02:44.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-18T05:02:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-18T05:02:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-18T05:02:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-18T05:02:45.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-18T05:02:45.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-18T05:02:45.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-18T05:02:46.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-18T05:02:47.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-18T05:02:48.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-18T05:02:49.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-18T05:02:49.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-18T05:02:52.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-18T05:02:52.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-18T05:02:52.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-18T05:02:53.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-18T05:02:53.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-18T05:02:53.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-18T05:02:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-18T05:02:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-18T05:02:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-18T05:02:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-18T05:02:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-18T05:02:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-18T05:02:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-18T05:02:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-18T05:02:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.026s coverage: 94.4% of statements [2024-07-18T05:02:56.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-18T05:02:56.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-18T05:02:56.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-18T05:02:56.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-18T05:02:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-18T05:02:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-18T05:02:58.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-18T05:02:58.597Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.247s coverage: 79.9% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.046s coverage: 92.9% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 64.4% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.032s coverage: 87.2% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 20.0% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.061s coverage: 82.1% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.118s coverage: 63.1% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.015s coverage: 89.4% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.011s coverage: 100.0% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 38.4% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.032s coverage: 84.8% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.039s coverage: 19.9% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.095s coverage: 95.7% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements [2024-07-18T05:03:08.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 98.9% of statements [2024-07-18T05:03:08.588Z] 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 [2024-07-18T05:03:08.848Z] running golangci-lint [2024-07-18T05:03:08.849Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-18T05:03:08.849Z] go version go1.21.9 linux/amd64 [2024-07-18T05:03:09.107Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-18T05:03:09.107Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-18T05:03:31.027Z] level=info msg="[loader] Go packages loading at mode 575 (imports|name|deps|exports_file|files|compiled_files|types_sizes) took 20.470520658s" [2024-07-18T05:03:31.027Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.48191ms" [2024-07-18T05:03:41.003Z] level=info msg="[linters_context/goanalysis] analyzers took 1m22.955889618s with top 10 stages: buildir: 45.657162503s, gosec: 6.704704854s, inspect: 2.768589363s, fact_deprecated: 2.015511211s, printf: 1.478706069s, ctrlflow: 1.385767869s, fact_purity: 1.087124407s, nilness: 1.044703053s, S1038: 827.492193ms, SA1012: 571.268429ms" [2024-07-18T05:03:41.003Z] level=info msg="[runner] Issues before processing: 209, after processing: 0" [2024-07-18T05:03:41.003Z] level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 209/209, exclude: 209/209, exclude-rules: 21/209, nolint: 0/21, filename_unadjuster: 209/209, path_prettifier: 209/209, skip_dirs: 209/209, cgo: 209/209, skip_files: 209/209, identifier_marker: 209/209" [2024-07-18T05:03:41.003Z] level=info msg="[runner] processing took 15.680135ms with stages: nolint: 6.386361ms, identifier_marker: 4.706995ms, exclude-rules: 1.612394ms, autogenerated_exclude: 1.241554ms, path_prettifier: 1.114928ms, skip_dirs: 569.67µs, cgo: 34.362µs, filename_unadjuster: 9.791µs, max_same_issues: 780ns, fixer: 750ns, uniq_by_line: 360ns, skip_files: 330ns, exclude: 310ns, diff: 290ns, source_code: 250ns, severity-rules: 240ns, sort_results: 240ns, max_from_linter: 170ns, path_shortener: 120ns, path_prefixer: 120ns, max_per_file_from_linter: 120ns" [2024-07-18T05:03:41.003Z] level=info msg="[runner] linters took 9.987423551s with stages: goanalysis_metalinter: 9.971636622s" [2024-07-18T05:03:41.003Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-18T05:03:41.003Z] level=info msg="Memory: 305 samples, avg is 276.0MB, max is 1369.7MB" [2024-07-18T05:03:41.003Z] level=info msg="Execution took 30.507394216s" [2024-07-18T05:03:41.003Z] go vet ./... [2024-07-18T05:03:45.428Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-18T05:03:45.428Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-18T05:03:45.428Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-18T05:03:45.727Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-18T05:03:46.050Z] + ls -al . [2024-07-18T05:03:46.051Z] total 840 [2024-07-18T05:03:46.051Z] drwxrwxr-x 11 1001 1001 4096 Jul 18 05:01 . [2024-07-18T05:03:46.051Z] drwxr-xr-x 4 root root 4096 Jul 18 05:01 .. [2024-07-18T05:03:46.051Z] drwxrwxr-x 2 1001 1001 4096 Jul 18 05:00 .blubracket [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 10 Jul 18 05:00 .dockerignore [2024-07-18T05:03:46.051Z] drwxrwxr-x 8 1001 1001 4096 Jul 18 05:03 .git [2024-07-18T05:03:46.051Z] drwxrwxr-x 3 1001 1001 4096 Jul 18 05:00 .github [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 1102 Jul 18 05:00 .gitignore [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 42 Jul 18 05:00 .golangci.yml [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 100 Jul 18 05:00 .hadolint.yml [2024-07-18T05:03:46.051Z] drwxr-xr-x 3 1001 1001 4096 Jul 18 05:01 .semver [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 155 Jul 18 05:00 .sonarcloud.properties [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 1171 Jul 18 05:00 ADOPTERS.md [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 20361 Jul 18 05:00 Attribution.txt [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 100284 Jul 18 05:00 CHANGELOG.md [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 3804 Jul 18 05:00 CONTRIBUTING.md [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 677 Jul 18 05:00 GOVERNANCE.md [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 861 Jul 18 05:00 Jenkinsfile [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 10775 Jul 18 05:00 LICENSE [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 16051 Jul 18 05:00 Makefile [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 582 Jul 18 05:00 OWNERS.md [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 9528 Jul 18 05:00 README.md [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 789 Jul 18 05:00 SECURITY.md [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 12 Jul 18 05:01 VERSION [2024-07-18T05:03:46.051Z] drwxrwxr-x 2 1001 1001 4096 Jul 18 05:00 bin [2024-07-18T05:03:46.051Z] drwxrwxr-x 19 1001 1001 4096 Jul 18 05:00 cmd [2024-07-18T05:03:46.051Z] -rw-r--r-- 1 root root 481596 Jul 18 05:03 coverage.out [2024-07-18T05:03:46.051Z] drwxrwxr-x 2 1001 1001 4096 Jul 18 05:00 fuzz_test [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 6911 Jul 18 05:00 go.mod [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 101537 Jul 18 05:00 go.sum [2024-07-18T05:03:46.051Z] drwxrwxr-x 7 1001 1001 4096 Jul 18 05:00 internal [2024-07-18T05:03:46.051Z] drwxrwxr-x 3 1001 1001 4096 Jul 18 05:00 openapi [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 584 Jul 18 05:00 security.txt [2024-07-18T05:03:46.051Z] -rw-rw-r-- 1 1001 1001 204 Jul 18 05:00 version.go [Pipeline] sh [2024-07-18T05:03:46.338Z] + '[' -e coverage.out ] [2024-07-18T05:03:46.339Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-18T05:03:46.440Z] Stashed 1 file(s) [Pipeline] sh [2024-07-18T05:03:46.721Z] + make build [2024-07-18T05:03:46.721Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-18T05:04:08.727Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-18T05:04:10.115Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-18T05:04:11.498Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-18T05:04:12.063Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-18T05:04:13.439Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-18T05:04:17.424Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-18T05:04:18.803Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-18T05:04:20.708Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-18T05:04:21.276Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-18T05:04:21.844Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-18T05:04:22.009Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5841 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-07-18T05:04:22.027Z] Running in /w/workspace/edgex-go/654 [Pipeline] { [Pipeline] checkout [2024-07-18T05:04:22.064Z] The recommended git tool is: git [2024-07-18T05:04:22.798Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-18T05:04:23.734Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-07-18T05:04:24.312Z] $ docker stop --time=1 73ef47d01c555210222e78e03eb9d03c0437d320fd3104a17d814b709bf18efa [2024-07-18T05:04:30.103Z] $ docker rm -f --volumes 73ef47d01c555210222e78e03eb9d03c0437d320fd3104a17d814b709bf18efa [Pipeline] // withDockerContainer [2024-07-18T05:04:30.576Z] using credential edgex-jenkins-ssh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2024-07-18T05:04:30.619Z] Cloning the remote Git repository [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:04:31.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-18T05:04:31.207Z] [2024-07-18T05:04:31.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:04:30.762Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-18T05:04:30.917Z] > git init /w/workspace/edgex-go/654 # timeout=10 [2024-07-18T05:04:31.134Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-18T05:04:31.135Z] > git --version # timeout=10 [2024-07-18T05:04:31.181Z] > git --version # 'git version 2.25.1' [2024-07-18T05:04:31.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-18T05:04:31.514Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-18T05:04:31.773Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-18T05:04:31.773Z] 91d30c5bc195: Pulling fs layer [2024-07-18T05:04:31.773Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-18T05:04:31.773Z] 9c61dcf015f6: Pulling fs layer [2024-07-18T05:04:31.773Z] 4698f68db338: Pulling fs layer [2024-07-18T05:04:31.773Z] 2a2f49069b9e: Pulling fs layer [2024-07-18T05:04:31.773Z] e0025b399a48: Pulling fs layer [2024-07-18T05:04:31.773Z] 2a2f49069b9e: Waiting [2024-07-18T05:04:31.773Z] e0025b399a48: Waiting [2024-07-18T05:04:31.773Z] 4698f68db338: Waiting [2024-07-18T05:04:31.773Z] 91d30c5bc195: Download complete [2024-07-18T05:04:31.773Z] 4698f68db338: Verifying Checksum [2024-07-18T05:04:31.773Z] 4698f68db338: Download complete [2024-07-18T05:04:31.773Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-18T05:04:31.773Z] 2e9b0aa3be6d: Download complete [2024-07-18T05:04:31.773Z] e0025b399a48: Verifying Checksum [2024-07-18T05:04:31.773Z] e0025b399a48: Download complete [2024-07-18T05:04:31.773Z] 91d30c5bc195: Pull complete [2024-07-18T05:04:32.031Z] 2a2f49069b9e: Verifying Checksum [2024-07-18T05:04:32.031Z] 2a2f49069b9e: Download complete [2024-07-18T05:04:32.289Z] 2e9b0aa3be6d: Pull complete [2024-07-18T05:04:32.289Z] 9c61dcf015f6: Download complete [2024-07-18T05:04:31.404Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-18T05:04:35.576Z] 9c61dcf015f6: Pull complete [2024-07-18T05:04:35.576Z] 4698f68db338: Pull complete [2024-07-18T05:04:35.576Z] 2a2f49069b9e: Pull complete [2024-07-18T05:04:35.576Z] e0025b399a48: Pull complete [2024-07-18T05:04:35.576Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-18T05:04:35.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-18T05:04:35.576Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:04:35.679Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:04:35.710Z] $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:04:39.302Z] $ docker top bfda3b06225dd621964cef8f2c74fbd1bbccb93383a3fe0f4aafe2a2ba24a288 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T05:04:39.647Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-18T05:04:42.180Z] #1 [core-metadata internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #1 transferring dockerfile: 2.06kB done [2024-07-18T05:04:42.180Z] #1 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #2 transferring dockerfile: 1.81kB done [2024-07-18T05:04:42.180Z] #2 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #3 [core-data internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #3 transferring dockerfile: 2.01kB done [2024-07-18T05:04:42.180Z] #3 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #4 [core-command internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #4 transferring dockerfile: 1.93kB done [2024-07-18T05:04:42.180Z] #4 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #5 [security-spire-server internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #5 transferring dockerfile: 1.70kB done [2024-07-18T05:04:42.180Z] #5 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #6 transferring dockerfile: 2.50kB done [2024-07-18T05:04:42.180Z] #6 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #7 [support-scheduler internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #7 transferring dockerfile: 1.93kB done [2024-07-18T05:04:42.180Z] #7 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #8 transferring dockerfile: 2.15kB done [2024-07-18T05:04:42.180Z] #8 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #9 transferring dockerfile: 2.23kB done [2024-07-18T05:04:42.180Z] #9 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #10 transferring dockerfile: 2.93kB done [2024-07-18T05:04:42.180Z] #10 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #11 [support-notifications internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #11 transferring dockerfile: 1.95kB done [2024-07-18T05:04:42.180Z] #11 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #12 transferring dockerfile: 1.89kB done [2024-07-18T05:04:42.180Z] #12 DONE 0.1s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #13 [security-spire-config internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #13 transferring dockerfile: 1.69kB done [2024-07-18T05:04:42.180Z] #13 DONE 0.1s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #14 transferring dockerfile: 2.49kB done [2024-07-18T05:04:42.180Z] #14 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #15 [core-keeper internal] load build definition from Dockerfile [2024-07-18T05:04:42.180Z] #15 transferring dockerfile: 2.01kB done [2024-07-18T05:04:42.180Z] #15 DONE 0.1s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #16 [core-metadata internal] load .dockerignore [2024-07-18T05:04:42.180Z] #16 transferring context: 50B done [2024-07-18T05:04:42.180Z] #16 DONE 0.1s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #17 [security-spire-agent internal] load .dockerignore [2024-07-18T05:04:42.180Z] #17 transferring context: 50B done [2024-07-18T05:04:42.180Z] #17 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #18 [core-data internal] load .dockerignore [2024-07-18T05:04:42.180Z] #18 transferring context: 50B done [2024-07-18T05:04:42.180Z] #18 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #19 [core-command internal] load .dockerignore [2024-07-18T05:04:42.180Z] #19 transferring context: 50B done [2024-07-18T05:04:42.180Z] #19 DONE 0.0s [2024-07-18T05:04:42.180Z] [2024-07-18T05:04:42.180Z] #20 [security-spire-server internal] load .dockerignore [2024-07-18T05:04:42.180Z] #20 transferring context: 50B done [2024-07-18T05:04:42.439Z] #20 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #21 [security-proxy-setup internal] load .dockerignore [2024-07-18T05:04:42.439Z] #21 transferring context: 50B done [2024-07-18T05:04:42.439Z] #21 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #22 [support-scheduler internal] load .dockerignore [2024-07-18T05:04:42.439Z] #22 transferring context: 50B done [2024-07-18T05:04:42.439Z] #22 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #23 [security-bootstrapper internal] load .dockerignore [2024-07-18T05:04:42.439Z] #23 transferring context: 50B done [2024-07-18T05:04:42.439Z] #23 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #24 [security-proxy-auth internal] load .dockerignore [2024-07-18T05:04:42.439Z] #24 transferring context: 50B done [2024-07-18T05:04:42.439Z] #24 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-18T05:04:42.439Z] #25 transferring context: 50B done [2024-07-18T05:04:42.439Z] #25 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #26 [support-notifications internal] load .dockerignore [2024-07-18T05:04:42.439Z] #26 transferring context: 50B done [2024-07-18T05:04:42.439Z] #26 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2024-07-18T05:04:42.439Z] #27 transferring context: 50B done [2024-07-18T05:04:42.439Z] #27 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #28 [security-spire-config internal] load .dockerignore [2024-07-18T05:04:42.439Z] #28 transferring context: 50B done [2024-07-18T05:04:42.439Z] #28 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #29 [core-keeper internal] load .dockerignore [2024-07-18T05:04:42.439Z] #29 transferring context: 50B done [2024-07-18T05:04:42.439Z] #29 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #30 [security-secretstore-setup internal] load .dockerignore [2024-07-18T05:04:42.439Z] #30 transferring context: 50B done [2024-07-18T05:04:42.439Z] #30 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-18T05:04:42.439Z] #31 DONE 0.0s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:04:42.439Z] #32 DONE 0.1s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:42.439Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:04:42.439Z] #33 ... [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:04:42.439Z] #32 DONE 0.1s [2024-07-18T05:04:42.439Z] [2024-07-18T05:04:42.439Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:42.439Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s [2024-07-18T05:04:42.439Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:04:42.439Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-18T05:04:42.439Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-18T05:04:42.698Z] #33 ... [2024-07-18T05:04:42.698Z] [2024-07-18T05:04:42.698Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-18T05:04:42.698Z] #31 DONE 0.0s [2024-07-18T05:04:42.698Z] [2024-07-18T05:04:42.698Z] #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:42.698Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:04:42.698Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-18T05:04:42.698Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:04:42.698Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-18T05:04:42.698Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-18T05:04:42.698Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-18T05:04:42.698Z] #33 ... [2024-07-18T05:04:42.698Z] [2024-07-18T05:04:42.698Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-18T05:04:42.698Z] #31 DONE 0.0s [2024-07-18T05:04:42.698Z] [2024-07-18T05:04:42.698Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:42.698Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:04:42.698Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-18T05:04:42.698Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:04:42.698Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-18T05:04:42.698Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-18T05:04:42.957Z] #33 ... [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-18T05:04:42.957Z] #31 DONE 0.0s [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:42.957Z] #33 ... [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-18T05:04:42.957Z] #31 DONE 0.0s [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:42.957Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:04:42.957Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-18T05:04:42.957Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:04:42.957Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-18T05:04:42.957Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-18T05:04:42.957Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-18T05:04:42.957Z] #33 ... [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-18T05:04:42.957Z] #31 DONE 0.0s [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:04:42.957Z] #32 DONE 0.5s [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-18T05:04:42.957Z] #34 DONE 0.8s [2024-07-18T05:04:42.957Z] [2024-07-18T05:04:42.957Z] #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:42.957Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:04:42.957Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-18T05:04:42.957Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:04:42.957Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-18T05:04:42.958Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-18T05:04:42.958Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-18T05:04:43.215Z] #33 ... [2024-07-18T05:04:43.215Z] [2024-07-18T05:04:43.215Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-18T05:04:43.215Z] #35 DONE 0.7s [2024-07-18T05:04:43.215Z] [2024-07-18T05:04:43.215Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-18T05:04:43.215Z] #36 DONE 0.7s [2024-07-18T05:04:43.215Z] [2024-07-18T05:04:43.215Z] #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:04:43.215Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:04:43.215Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-18T05:04:43.215Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:04:43.215Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-18T05:04:43.215Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-18T05:04:43.215Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-18T05:04:43.474Z] #33 DONE 1.2s [2024-07-18T05:04:43.474Z] [2024-07-18T05:04:43.474Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:04:43.474Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.2s done [2024-07-18T05:04:43.733Z] #37 ... [2024-07-18T05:04:43.733Z] [2024-07-18T05:04:43.733Z] #38 [security-spire-config internal] load build context [2024-07-18T05:04:43.733Z] #38 transferring context: 25.04kB 0.0s done [2024-07-18T05:04:43.733Z] #38 DONE 0.3s [2024-07-18T05:04:43.733Z] [2024-07-18T05:04:43.733Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:04:43.733Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-18T05:04:43.733Z] #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-07-18T05:04:43.733Z] #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-07-18T05:04:49.092Z] #37 ... [2024-07-18T05:04:49.092Z] [2024-07-18T05:04:49.092Z] #39 [core-metadata internal] load build context [2024-07-18T05:04:49.092Z] #39 transferring context: 143.60MB 5.7s [2024-07-18T05:04:49.092Z] #39 ... [2024-07-18T05:04:49.092Z] [2024-07-18T05:04:49.092Z] #40 [security-proxy-setup internal] load build context [2024-07-18T05:04:49.092Z] #40 ... [2024-07-18T05:04:49.092Z] [2024-07-18T05:04:49.092Z] #39 [core-metadata internal] load build context [2024-07-18T05:04:49.659Z] #39 ... [2024-07-18T05:04:49.659Z] [2024-07-18T05:04:49.659Z] #41 [security-spire-agent internal] load build context [2024-07-18T05:04:49.659Z] #41 transferring context: 26.32kB done [2024-07-18T05:04:49.659Z] #41 DONE 6.2s [2024-07-18T05:04:49.659Z] [2024-07-18T05:04:49.659Z] #39 [core-metadata internal] load build context [2024-07-18T05:04:49.659Z] #39 transferring context: 150.25MB 7.0s [2024-07-18T05:04:50.973Z] Avoid second fetch [2024-07-18T05:04:50.974Z] Checking out Revision b6a792cc14dceb412227bc035c2b58c27f836273 (main) [2024-07-18T05:04:49.970Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-18T05:04:50.010Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-18T05:04:50.990Z] > git config core.sparsecheckout # timeout=10 [2024-07-18T05:04:51.055Z] > git checkout -f b6a792cc14dceb412227bc035c2b58c27f836273 # timeout=10 [2024-07-18T05:04:51.780Z] Commit message: "Merge pull request #4827 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.44" [2024-07-18T05:04:52.950Z] #39 ... [2024-07-18T05:04:52.950Z] [2024-07-18T05:04:52.950Z] #42 [security-proxy-auth internal] load build context [2024-07-18T05:04:52.950Z] #42 ... [2024-07-18T05:04:52.950Z] [2024-07-18T05:04:52.950Z] #43 [core-command internal] load build context [2024-07-18T05:04:52.950Z] #43 ... [2024-07-18T05:04:52.950Z] [2024-07-18T05:04:52.950Z] #44 [security-bootstrapper internal] load build context [2024-07-18T05:04:52.950Z] #44 ... [2024-07-18T05:04:52.950Z] [2024-07-18T05:04:52.950Z] #45 [support-scheduler internal] load build context [2024-07-18T05:04:53.208Z] #45 transferring context: 439.82MB 10.3s done [2024-07-18T05:04:53.208Z] #45 ... [2024-07-18T05:04:53.208Z] [2024-07-18T05:04:53.208Z] #46 [core-data internal] load build context [2024-07-18T05:04:53.208Z] #46 transferring context: 439.82MB 9.2s done [2024-07-18T05:04:53.208Z] #46 ... [2024-07-18T05:04:53.208Z] [2024-07-18T05:04:53.208Z] #47 [security-spire-server internal] load build context [2024-07-18T05:04:53.208Z] #47 transferring context: 26.79kB done [2024-07-18T05:04:53.469Z] #47 ... [2024-07-18T05:04:53.469Z] [2024-07-18T05:04:53.469Z] #48 [core-data builder 2/7] WORKDIR /edgex-go [2024-07-18T05:04:53.469Z] #48 ... [2024-07-18T05:04:53.469Z] [2024-07-18T05:04:53.469Z] #49 [support-notifications internal] load build context [2024-07-18T05:04:53.469Z] #49 transferring context: 439.82MB 8.9s done [2024-07-18T05:04:53.469Z] #49 ... [2024-07-18T05:04:53.469Z] [2024-07-18T05:04:53.469Z] #50 [core-common-config-bootstrapper internal] load build context [2024-07-18T05:04:53.469Z] #50 transferring context: 439.82MB 8.8s done [2024-07-18T05:04:53.727Z] #50 ... [2024-07-18T05:04:53.727Z] [2024-07-18T05:04:53.727Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:04:53.727Z] #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done [2024-07-18T05:04:53.727Z] #51 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-07-18T05:04:53.727Z] #51 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-07-18T05:04:53.727Z] #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-18T05:04:53.727Z] #51 ... [2024-07-18T05:04:53.727Z] [2024-07-18T05:04:53.727Z] #52 [security-spiffe-token-provider internal] load build context [2024-07-18T05:04:53.727Z] #52 transferring context: 439.82MB 9.5s done [2024-07-18T05:04:53.983Z] #52 ... [2024-07-18T05:04:53.983Z] [2024-07-18T05:04:53.983Z] #53 [security-secretstore-setup internal] load build context [2024-07-18T05:04:53.983Z] #53 transferring context: 439.82MB 8.8s done [2024-07-18T05:04:53.983Z] #53 ... [2024-07-18T05:04:53.983Z] [2024-07-18T05:04:53.983Z] #54 [core-keeper internal] load build context [2024-07-18T05:04:53.983Z] #54 transferring context: 439.82MB 8.3s done [2024-07-18T05:04:54.994Z] #54 ... [2024-07-18T05:04:54.994Z] [2024-07-18T05:04:54.994Z] #39 [core-metadata internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2024-07-18T05:04:55.911Z] #39 transferring context: 439.82MB 12.0s done [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-18T05:04:56.475Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-18T05:04:56.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:04:56.475Z] Dload Upload Total Spent Left Speed [2024-07-18T05:04:56.475Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 250k 0 --:--:-- --:--:-- --:--:-- 250k [Pipeline] sh [2024-07-18T05:04:56.814Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-18T05:04:57.172Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-07-18T05:04:57.173Z] /etc/docker/daemon.json [2024-07-18T05:04:57.173Z] { [2024-07-18T05:04:57.173Z] "registry-mirrors": [ [2024-07-18T05:04:57.173Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-18T05:04:57.173Z] ], [2024-07-18T05:04:57.173Z] "bip": "10.250.0.254/24", [2024-07-18T05:04:57.173Z] "hosts": [ [2024-07-18T05:04:57.173Z] "tcp://0.0.0.0:5555", [2024-07-18T05:04:57.173Z] "unix:///var/run/docker.sock" [2024-07-18T05:04:57.173Z] ], [2024-07-18T05:04:57.173Z] "mtu": 1458, [2024-07-18T05:04:57.173Z] "selinux-enabled": true, [2024-07-18T05:04:57.173Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-18T05:04:57.173Z] } [Pipeline] sh [2024-07-18T05:04:57.504Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-18T05:04:57.848Z] + sudo service docker restart [2024-07-18T05:04:59.216Z] #39 ... [2024-07-18T05:04:59.216Z] [2024-07-18T05:04:59.216Z] #40 [security-proxy-setup internal] load build context [2024-07-18T05:04:59.216Z] #40 transferring context: 439.82MB 8.4s done [2024-07-18T05:04:59.216Z] #40 ... [2024-07-18T05:04:59.216Z] [2024-07-18T05:04:59.216Z] #43 [core-command internal] load build context [2024-07-18T05:04:59.216Z] #43 transferring context: 439.82MB 11.1s done [2024-07-18T05:05:01.750Z] #43 ... [2024-07-18T05:05:01.750Z] [2024-07-18T05:05:01.750Z] #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-18T05:05:03.129Z] #55 ... [2024-07-18T05:05:03.129Z] [2024-07-18T05:05:03.129Z] #42 [security-proxy-auth internal] load build context [2024-07-18T05:05:03.129Z] #42 transferring context: 439.82MB 10.1s done [2024-07-18T05:05:03.129Z] #42 ... [2024-07-18T05:05:03.129Z] [2024-07-18T05:05:03.129Z] #44 [security-bootstrapper internal] load build context [2024-07-18T05:05:03.129Z] #44 transferring context: 439.82MB 10.8s done [2024-07-18T05:05:04.068Z] #44 ... [2024-07-18T05:05:04.068Z] [2024-07-18T05:05:04.068Z] #56 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-18T05:05:10.634Z] #56 ... [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-18T05:05:10.634Z] #57 ... [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #47 [security-spire-server internal] load build context [2024-07-18T05:05:10.634Z] #47 DONE 26.7s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #54 [core-keeper internal] load build context [2024-07-18T05:05:10.634Z] #54 DONE 26.9s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #40 [security-proxy-setup internal] load build context [2024-07-18T05:05:10.634Z] #40 DONE 27.4s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #50 [core-common-config-bootstrapper internal] load build context [2024-07-18T05:05:10.634Z] #50 DONE 27.1s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #46 [core-data internal] load build context [2024-07-18T05:05:10.634Z] #46 DONE 27.4s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #48 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-18T05:05:10.634Z] #48 DONE 27.1s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #49 [support-notifications internal] load build context [2024-07-18T05:05:10.634Z] #49 DONE 27.2s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #53 [security-secretstore-setup internal] load build context [2024-07-18T05:05:10.634Z] #53 DONE 27.1s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #52 [security-spiffe-token-provider internal] load build context [2024-07-18T05:05:10.634Z] #52 DONE 27.3s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:05:10.634Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 26.5s done [2024-07-18T05:05:10.634Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 26.5s [2024-07-18T05:05:10.634Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-18T05:05:10.634Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 26.5s [2024-07-18T05:05:10.634Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-18T05:05:10.634Z] #37 ... [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #42 [security-proxy-auth internal] load build context [2024-07-18T05:05:10.634Z] #42 DONE 27.5s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #45 [support-scheduler internal] load build context [2024-07-18T05:05:10.634Z] #45 DONE 27.5s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #44 [security-bootstrapper internal] load build context [2024-07-18T05:05:10.634Z] #44 DONE 27.3s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #43 [core-command internal] load build context [2024-07-18T05:05:10.634Z] #43 DONE 27.5s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #39 [core-metadata internal] load build context [2024-07-18T05:05:10.634Z] #39 DONE 27.7s [2024-07-18T05:05:10.634Z] [2024-07-18T05:05:10.634Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:05:10.634Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 26.5s done [2024-07-18T05:05:10.634Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 26.6s done [2024-07-18T05:05:10.634Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-07-18T05:05:10.634Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 26.6s [2024-07-18T05:05:10.634Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 15.52MB / 30.73MB 26.8s [2024-07-18T05:05:10.634Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 26.9s [2024-07-18T05:05:10.936Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 27.2s done [2024-07-18T05:05:10.936Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.1s [2024-07-18T05:05:13.111Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.5s done [2024-07-18T05:05:13.111Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.5s done [2024-07-18T05:05:14.485Z] #37 ... [2024-07-18T05:05:14.485Z] [2024-07-18T05:05:14.485Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T05:05:16.123Z] provisioning config files... [2024-07-18T05:05:16.160Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config8338984572018813246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:05:16.503Z] #58 ... [2024-07-18T05:05:16.503Z] [2024-07-18T05:05:16.503Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:05:16.503Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 26.5s done [2024-07-18T05:05:16.503Z] #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 26.5s done [2024-07-18T05:05:16.503Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-18T05:05:16.503Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 26.6s done [2024-07-18T05:05:16.503Z] #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-18T05:05:16.503Z] #51 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 27.1s done [2024-07-18T05:05:16.503Z] #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-07-18T05:05:16.503Z] #51 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.7s done [2024-07-18T05:05:16.616Z] ---> ****-login.sh [2024-07-18T05:05:16.616Z] nexus3.edgexfoundry.org:10001 [2024-07-18T05:05:16.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:05:17.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:05:17.152Z] Configure a credential helper to remove this warning. See [2024-07-18T05:05:17.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:05:17.152Z] [2024-07-18T05:05:17.152Z] Login Succeeded [2024-07-18T05:05:17.152Z] nexus3.edgexfoundry.org:10002 [2024-07-18T05:05:17.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:05:17.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:05:17.429Z] Configure a credential helper to remove this warning. See [2024-07-18T05:05:17.429Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:05:17.429Z] [2024-07-18T05:05:17.429Z] Login Succeeded [2024-07-18T05:05:17.429Z] nexus3.edgexfoundry.org:10003 [2024-07-18T05:05:17.440Z] #51 ... [2024-07-18T05:05:17.440Z] [2024-07-18T05:05:17.440Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-18T05:05:17.698Z] #59 ... [2024-07-18T05:05:17.698Z] [2024-07-18T05:05:17.698Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-18T05:05:17.698Z] #0 2.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.698Z] #0 2.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.698Z] #0 2.779 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:05:17.698Z] #0 2.779 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:05:17.698Z] #0 2.779 OK: 20072 distinct packages available [2024-07-18T05:05:17.698Z] #0 2.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.698Z] #0 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.698Z] #0 3.148 (1/11) Installing ca-certificates (20240226-r0) [2024-07-18T05:05:17.698Z] #0 3.200 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-18T05:05:17.698Z] #0 3.221 (3/11) Installing libunistring (1.1-r1) [2024-07-18T05:05:17.698Z] #0 3.237 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-18T05:05:17.698Z] #0 3.242 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-18T05:05:17.698Z] #0 3.247 (6/11) Installing libcurl (8.5.0-r0) [2024-07-18T05:05:17.698Z] #0 3.256 (7/11) Installing curl (8.5.0-r0) [2024-07-18T05:05:17.698Z] #0 3.262 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:17.698Z] #0 3.265 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-18T05:05:17.698Z] #0 3.269 (10/11) Installing libucontext (1.2-r2) [2024-07-18T05:05:17.698Z] #0 3.273 (11/11) Installing gcompat (1.1.0-r1) [2024-07-18T05:05:17.698Z] #0 3.277 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:17.698Z] #0 3.282 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:05:17.698Z] #0 3.323 OK: 12 MiB in 26 packages [2024-07-18T05:05:17.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:05:17.957Z] #60 DONE 9.4s [2024-07-18T05:05:17.957Z] [2024-07-18T05:05:17.957Z] #61 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-18T05:05:17.957Z] #61 DONE 7.9s [2024-07-18T05:05:17.957Z] [2024-07-18T05:05:17.957Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-18T05:05:17.957Z] #57 4.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.957Z] #57 4.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.957Z] #57 4.417 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:17.957Z] #57 4.431 (2/2) Installing su-exec (0.2-r3) [2024-07-18T05:05:17.957Z] #57 4.435 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:17.957Z] #57 4.440 OK: 7 MiB in 17 packages [2024-07-18T05:05:17.957Z] #57 DONE 8.4s [2024-07-18T05:05:17.957Z] [2024-07-18T05:05:17.957Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-18T05:05:17.957Z] #0 6.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.957Z] #0 6.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.957Z] #0 7.135 (1/2) Installing ca-certificates (20240226-r0) [2024-07-18T05:05:17.957Z] #0 7.281 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:17.957Z] #0 7.287 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:17.957Z] #0 7.291 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:05:17.957Z] #0 7.335 OK: 8 MiB in 17 packages [2024-07-18T05:05:17.957Z] #62 DONE 8.0s [2024-07-18T05:05:17.957Z] [2024-07-18T05:05:17.957Z] #63 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-07-18T05:05:17.957Z] #0 0.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.957Z] #0 1.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:17.957Z] #0 1.316 OK: 264 MiB in 52 packages [2024-07-18T05:05:17.957Z] #63 DONE 8.1s [2024-07-18T05:05:17.957Z] [2024-07-18T05:05:17.957Z] #64 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:05:17.957Z] #64 ... [2024-07-18T05:05:17.957Z] [2024-07-18T05:05:17.957Z] #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:05:17.957Z] #65 DONE 0.1s [2024-07-18T05:05:17.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:05:17.967Z] Configure a credential helper to remove this warning. See [2024-07-18T05:05:17.967Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:05:17.967Z] [2024-07-18T05:05:17.967Z] Login Succeeded [2024-07-18T05:05:17.967Z] nexus3.edgexfoundry.org:10004 [2024-07-18T05:05:17.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:05:18.216Z] [2024-07-18T05:05:18.216Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:05:18.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:05:18.235Z] Configure a credential helper to remove this warning. See [2024-07-18T05:05:18.235Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:05:18.235Z] [2024-07-18T05:05:18.235Z] Login Succeeded [2024-07-18T05:05:18.235Z] ****.io [2024-07-18T05:05:18.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:05:18.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:05:18.768Z] Configure a credential helper to remove this warning. See [2024-07-18T05:05:18.768Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:05:18.768Z] [2024-07-18T05:05:18.768Z] Login Succeeded [2024-07-18T05:05:18.768Z] ---> ****-login.sh ends [Pipeline] } [2024-07-18T05:05:18.781Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-18T05:05:19.428Z] + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] echo [2024-07-18T05:05:19.450Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T05:05:19.469Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T05:05:19.487Z] ========================================================= [2024-07-18T05:05:19.487Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-18T05:05:19.487Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-18T05:05:19.588Z] #37 ... [2024-07-18T05:05:19.589Z] [2024-07-18T05:05:19.589Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-18T05:05:19.589Z] #0 8.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #0 8.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #0 9.028 (1/4) Installing ca-certificates (20240226-r0) [2024-07-18T05:05:19.589Z] #0 9.045 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:19.589Z] #0 9.049 (3/4) Installing su-exec (0.2-r3) [2024-07-18T05:05:19.589Z] #0 9.053 (4/4) Installing yq (4.33.3-r5) [2024-07-18T05:05:19.589Z] #0 9.267 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:19.589Z] #0 9.272 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:05:19.589Z] #0 9.317 OK: 17 MiB in 19 packages [2024-07-18T05:05:19.589Z] #66 DONE 9.6s [2024-07-18T05:05:19.589Z] [2024-07-18T05:05:19.589Z] #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-18T05:05:19.589Z] #55 17.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #55 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #55 17.30 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:05:19.589Z] #55 17.30 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:05:19.589Z] #55 17.30 OK: 20072 distinct packages available [2024-07-18T05:05:19.589Z] #55 17.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #55 17.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #55 17.69 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:19.589Z] #55 17.69 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-18T05:05:19.589Z] #55 17.69 (3/4) Installing libucontext (1.2-r2) [2024-07-18T05:05:19.589Z] #55 17.70 (4/4) Installing gcompat (1.1.0-r1) [2024-07-18T05:05:19.589Z] #55 17.70 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:19.589Z] #55 17.71 OK: 8 MiB in 19 packages [2024-07-18T05:05:19.589Z] #55 DONE 17.9s [2024-07-18T05:05:19.589Z] [2024-07-18T05:05:19.589Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-18T05:05:19.589Z] #58 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #58 14.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #58 14.93 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:19.589Z] #58 14.94 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:19.589Z] #58 14.95 OK: 7 MiB in 16 packages [2024-07-18T05:05:19.589Z] #58 DONE 15.2s [2024-07-18T05:05:19.589Z] [2024-07-18T05:05:19.589Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-18T05:05:19.589Z] #67 DONE 9.7s [2024-07-18T05:05:19.589Z] [2024-07-18T05:05:19.589Z] #56 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-18T05:05:19.589Z] #56 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #56 15.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:19.589Z] #56 15.64 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:19.589Z] #56 15.64 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:19.589Z] #56 15.64 OK: 7 MiB in 16 packages [2024-07-18T05:05:19.589Z] #56 DONE 15.9s [2024-07-18T05:05:19.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-18T05:05:19.836Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-18T05:05:19.836Z] c6b39de5b339: Pulling fs layer [2024-07-18T05:05:19.836Z] a69c41024577: Pulling fs layer [2024-07-18T05:05:19.836Z] d6de4b400683: Pulling fs layer [2024-07-18T05:05:19.836Z] 35cb2a7552d0: Pulling fs layer [2024-07-18T05:05:19.836Z] 4f4fb700ef54: Pulling fs layer [2024-07-18T05:05:19.836Z] 464afbd9ba4c: Pulling fs layer [2024-07-18T05:05:19.836Z] 00f215d4a9da: Pulling fs layer [2024-07-18T05:05:19.836Z] d496ad576159: Pulling fs layer [2024-07-18T05:05:19.836Z] 35cb2a7552d0: Waiting [2024-07-18T05:05:19.836Z] 464afbd9ba4c: Waiting [2024-07-18T05:05:19.836Z] 00f215d4a9da: Waiting [2024-07-18T05:05:19.836Z] 4f4fb700ef54: Waiting [2024-07-18T05:05:19.836Z] d496ad576159: Waiting [2024-07-18T05:05:19.847Z] [2024-07-18T05:05:19.847Z] #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-07-18T05:05:20.106Z] #68 ... [2024-07-18T05:05:20.106Z] [2024-07-18T05:05:20.106Z] #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-18T05:05:20.106Z] #0 9.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:20.106Z] #0 9.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:20.106Z] #0 9.718 OK: 264 MiB in 52 packages [2024-07-18T05:05:20.106Z] #69 DONE 10.0s [2024-07-18T05:05:20.106Z] [2024-07-18T05:05:20.106Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-18T05:05:20.106Z] #70 ... [2024-07-18T05:05:20.106Z] [2024-07-18T05:05:20.106Z] #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-18T05:05:20.107Z] a69c41024577: Verifying Checksum [2024-07-18T05:05:20.108Z] a69c41024577: Download complete [2024-07-18T05:05:20.108Z] 35cb2a7552d0: Verifying Checksum [2024-07-18T05:05:20.108Z] 35cb2a7552d0: Download complete [2024-07-18T05:05:20.108Z] 4f4fb700ef54: Verifying Checksum [2024-07-18T05:05:20.108Z] 4f4fb700ef54: Download complete [2024-07-18T05:05:20.108Z] 464afbd9ba4c: Verifying Checksum [2024-07-18T05:05:20.108Z] 464afbd9ba4c: Download complete [2024-07-18T05:05:20.108Z] c6b39de5b339: Verifying Checksum [2024-07-18T05:05:20.108Z] c6b39de5b339: Download complete [2024-07-18T05:05:20.368Z] #71 ... [2024-07-18T05:05:20.368Z] [2024-07-18T05:05:20.368Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-18T05:05:20.368Z] #0 9.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:20.368Z] #0 9.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:20.368Z] #0 9.972 OK: 264 MiB in 52 packages [2024-07-18T05:05:20.368Z] #72 DONE 10.2s [2024-07-18T05:05:20.368Z] [2024-07-18T05:05:20.368Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-18T05:05:20.368Z] #59 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:20.368Z] #59 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:20.368Z] #59 12.29 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:20.368Z] #59 12.35 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:20.368Z] #59 12.37 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:20.368Z] #59 12.37 (4/6) Installing openssl (3.1.6-r0) [2024-07-18T05:05:20.368Z] #59 12.43 (5/6) Installing su-exec (0.2-r3) [2024-07-18T05:05:20.368Z] #59 12.43 (6/6) Installing yq (4.33.3-r5) [2024-07-18T05:05:20.368Z] #59 12.55 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:20.368Z] #59 12.55 OK: 17 MiB in 19 packages [2024-07-18T05:05:20.368Z] #59 DONE 12.7s [2024-07-18T05:05:20.368Z] [2024-07-18T05:05:20.368Z] #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:05:20.368Z] #73 DONE 0.3s [2024-07-18T05:05:20.368Z] [2024-07-18T05:05:20.368Z] #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:05:20.368Z] #74 DONE 0.1s [2024-07-18T05:05:20.368Z] [2024-07-18T05:05:20.368Z] #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:05:20.377Z] d496ad576159: Verifying Checksum [2024-07-18T05:05:20.377Z] d496ad576159: Download complete [2024-07-18T05:05:20.965Z] c6b39de5b339: Pull complete [2024-07-18T05:05:21.303Z] #75 ... [2024-07-18T05:05:21.303Z] [2024-07-18T05:05:21.303Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-18T05:05:21.303Z] #0 2.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.303Z] #0 2.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.303Z] #0 2.982 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:21.303Z] #0 3.020 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:21.303Z] #0 3.027 OK: 7 MiB in 17 packages [2024-07-18T05:05:21.303Z] #76 DONE 3.2s [2024-07-18T05:05:21.303Z] [2024-07-18T05:05:21.303Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-18T05:05:21.303Z] #70 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.303Z] #70 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.303Z] #70 10.88 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:05:21.303Z] #70 10.88 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:05:21.303Z] #70 10.88 OK: 20075 distinct packages available [2024-07-18T05:05:21.303Z] #70 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.303Z] #70 11.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.303Z] #70 11.19 OK: 264 MiB in 52 packages [2024-07-18T05:05:21.303Z] #70 DONE 11.3s [2024-07-18T05:05:21.303Z] [2024-07-18T05:05:21.303Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:05:21.303Z] #77 DONE 0.1s [2024-07-18T05:05:21.303Z] [2024-07-18T05:05:21.303Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:05:21.555Z] a69c41024577: Pull complete [2024-07-18T05:05:21.824Z] d6de4b400683: Download complete [2024-07-18T05:05:21.867Z] #78 ... [2024-07-18T05:05:21.867Z] [2024-07-18T05:05:21.867Z] #64 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:05:21.867Z] #64 3.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.867Z] #64 3.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:21.867Z] #64 3.713 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:21.867Z] #64 3.751 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:21.867Z] #64 3.759 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:05:21.867Z] #64 3.822 OK: 8 MiB in 17 packages [2024-07-18T05:05:21.867Z] #64 DONE 4.0s [2024-07-18T05:05:22.128Z] [2024-07-18T05:05:22.128Z] #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-18T05:05:22.128Z] #71 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.128Z] #71 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.128Z] #71 11.77 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:05:22.128Z] #71 11.77 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:05:22.128Z] #71 11.77 OK: 20072 distinct packages available [2024-07-18T05:05:22.128Z] #71 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.128Z] #71 11.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.128Z] #71 12.12 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.128Z] #71 12.16 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.128Z] #71 12.16 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:22.128Z] #71 12.17 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-18T05:05:22.128Z] #71 12.17 (5/7) Installing libucontext (1.2-r2) [2024-07-18T05:05:22.128Z] #71 12.18 (6/7) Installing gcompat (1.1.0-r1) [2024-07-18T05:05:22.128Z] #71 12.19 (7/7) Installing openssl (3.1.6-r0) [2024-07-18T05:05:22.128Z] #71 12.20 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:22.128Z] #71 12.20 OK: 8 MiB in 20 packages [2024-07-18T05:05:22.999Z] #71 DONE 12.6s [2024-07-18T05:05:22.999Z] [2024-07-18T05:05:22.999Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:05:22.999Z] #0 3.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 3.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 3.937 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.999Z] #0 4.033 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.999Z] #0 4.046 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:05:22.999Z] #0 4.085 OK: 12 MiB in 26 packages [2024-07-18T05:05:22.999Z] #79 DONE 4.6s [2024-07-18T05:05:22.999Z] [2024-07-18T05:05:22.999Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-18T05:05:22.999Z] #0 2.882 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 3.476 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 4.201 OK: 264 MiB in 52 packages [2024-07-18T05:05:22.999Z] #80 DONE 4.6s [2024-07-18T05:05:22.999Z] [2024-07-18T05:05:22.999Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-18T05:05:22.999Z] #0 2.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 2.770 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.999Z] #0 2.803 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.999Z] #0 2.811 OK: 8 MiB in 19 packages [2024-07-18T05:05:22.999Z] #81 DONE 3.0s [2024-07-18T05:05:22.999Z] [2024-07-18T05:05:22.999Z] #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-18T05:05:22.999Z] #0 2.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 2.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:22.999Z] #0 2.692 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.999Z] #0 2.749 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:22.999Z] #0 2.757 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:05:22.999Z] #0 2.825 OK: 17 MiB in 19 packages [2024-07-18T05:05:22.999Z] #82 DONE 3.0s [2024-07-18T05:05:22.999Z] [2024-07-18T05:05:22.999Z] #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-18T05:05:23.240Z] 00f215d4a9da: Verifying Checksum [2024-07-18T05:05:23.240Z] 00f215d4a9da: Download complete [2024-07-18T05:05:23.261Z] #83 ... [2024-07-18T05:05:23.261Z] [2024-07-18T05:05:23.261Z] #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-18T05:05:23.261Z] #84 DONE 0.8s [2024-07-18T05:05:23.261Z] [2024-07-18T05:05:23.261Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:05:23.261Z] #0 2.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.261Z] #0 3.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.261Z] #0 3.285 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:23.261Z] #0 3.611 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:23.261Z] #0 3.619 OK: 7 MiB in 16 packages [2024-07-18T05:05:23.261Z] #85 DONE 3.8s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:05:23.517Z] #86 DONE 0.8s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #87 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-18T05:05:23.517Z] #87 DONE 0.0s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #68 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-07-18T05:05:23.517Z] #68 3.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.517Z] #68 3.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.517Z] #68 3.456 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:23.517Z] #68 3.815 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:05:23.517Z] #68 3.827 OK: 7 MiB in 16 packages [2024-07-18T05:05:23.517Z] #68 DONE 4.0s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #88 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-18T05:05:23.517Z] #88 DONE 0.1s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #89 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:05:23.517Z] #89 DONE 0.0s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-18T05:05:23.517Z] #90 DONE 0.0s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #91 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-18T05:05:23.517Z] #0 2.187 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.517Z] #0 2.691 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.517Z] #0 3.329 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T05:05:23.517Z] #0 3.714 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:05:23.517Z] #0 3.720 OK: 7 MiB in 16 packages [2024-07-18T05:05:23.517Z] #91 DONE 3.9s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-18T05:05:23.517Z] #0 2.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.517Z] #0 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:23.517Z] #0 3.242 OK: 17 MiB in 19 packages [2024-07-18T05:05:23.517Z] #92 DONE 3.3s [2024-07-18T05:05:23.517Z] [2024-07-18T05:05:23.517Z] #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-18T05:05:23.775Z] #93 DONE 0.0s [2024-07-18T05:05:23.775Z] [2024-07-18T05:05:23.775Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-18T05:05:23.775Z] #94 DONE 0.0s [2024-07-18T05:05:23.775Z] [2024-07-18T05:05:23.775Z] #95 [security-spire-config] exporting to image [2024-07-18T05:05:23.775Z] #95 exporting layers [2024-07-18T05:05:24.359Z] #95 exporting layers 0.6s done [2024-07-18T05:05:24.359Z] #95 writing image sha256:b6be221a5ef6eb2e06e25ffc26a78ce6c268916e861306b36a53479ded994bbf done [2024-07-18T05:05:24.359Z] #95 naming to docker.io/library/security-spire-config done [2024-07-18T05:05:24.359Z] #95 DONE 0.6s [2024-07-18T05:05:24.359Z] [2024-07-18T05:05:24.359Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:05:24.359Z] #96 ... [2024-07-18T05:05:24.359Z] [2024-07-18T05:05:24.359Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-18T05:05:24.359Z] #97 DONE 3.2s [2024-07-18T05:05:24.359Z] [2024-07-18T05:05:24.359Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-18T05:05:24.359Z] #98 DONE 0.0s [2024-07-18T05:05:24.617Z] [2024-07-18T05:05:24.617Z] #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:05:25.562Z] #99 ... [2024-07-18T05:05:25.562Z] [2024-07-18T05:05:25.562Z] #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-18T05:05:25.562Z] #83 2.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:25.562Z] #83 2.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-18T05:05:25.562Z] #83 2.853 OK: 8 MiB in 20 packages [2024-07-18T05:05:25.562Z] #83 DONE 3.0s [2024-07-18T05:05:25.562Z] [2024-07-18T05:05:25.562Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-18T05:05:26.946Z] #100 DONE 1.4s [2024-07-18T05:05:26.946Z] [2024-07-18T05:05:26.946Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:05:26.946Z] #101 DONE 1.4s [2024-07-18T05:05:26.946Z] [2024-07-18T05:05:26.946Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-18T05:05:27.888Z] #102 DONE 0.7s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:05:27.888Z] #103 DONE 0.8s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-18T05:05:27.888Z] #104 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-18T05:05:27.888Z] #105 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:05:27.888Z] #106 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-18T05:05:27.888Z] #107 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-18T05:05:27.888Z] #108 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:05:27.888Z] #109 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-18T05:05:27.888Z] #110 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-18T05:05:27.888Z] #111 DONE 0.0s [2024-07-18T05:05:27.888Z] [2024-07-18T05:05:27.888Z] #95 [security-spire-server] exporting to image [2024-07-18T05:05:28.148Z] #95 ... [2024-07-18T05:05:28.148Z] [2024-07-18T05:05:28.148Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-18T05:05:28.148Z] #112 DONE 0.1s [2024-07-18T05:05:28.148Z] [2024-07-18T05:05:28.148Z] #95 [security-spire-agent] exporting to image [2024-07-18T05:05:28.148Z] #95 ... [2024-07-18T05:05:28.148Z] [2024-07-18T05:05:28.148Z] #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:05:28.148Z] #113 ... [2024-07-18T05:05:28.148Z] [2024-07-18T05:05:28.148Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:05:28.720Z] #51 ... [2024-07-18T05:05:28.720Z] [2024-07-18T05:05:28.720Z] #95 [security-spire-server] exporting to image [2024-07-18T05:05:28.720Z] #95 exporting layers 0.7s done [2024-07-18T05:05:28.720Z] #95 writing image sha256:67db8ca8cb58f4e923741f0d568a85bd43615d10d76ce60debaccdfa4678537e done [2024-07-18T05:05:28.720Z] #95 naming to docker.io/library/security-spire-server done [2024-07-18T05:05:28.720Z] #95 writing image sha256:eb1ea463c709083b58aa6c5fceb0bfcd9ed5a63d254f0b4caceddbe3603e06a3 done [2024-07-18T05:05:28.720Z] #95 naming to docker.io/library/security-spire-agent done [2024-07-18T05:05:28.720Z] #95 DONE 1.4s [2024-07-18T05:05:28.720Z] [2024-07-18T05:05:28.720Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:05:35.583Z] d6de4b400683: Pull complete [2024-07-18T05:05:35.583Z] 35cb2a7552d0: Pull complete [2024-07-18T05:05:35.583Z] 4f4fb700ef54: Pull complete [2024-07-18T05:05:35.583Z] 464afbd9ba4c: Pull complete [2024-07-18T05:05:45.699Z] 00f215d4a9da: Pull complete [2024-07-18T05:05:47.113Z] d496ad576159: Pull complete [2024-07-18T05:05:47.113Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-18T05:05:47.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-18T05:05:47.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-18T05:05:47.457Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-18T05:05:47.457Z] WORKDIR /edgex [2024-07-18T05:05:47.457Z] COPY go.mod . [2024-07-18T05:05:47.457Z] RUN go mod download [2024-07-18T05:05:47.457Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-18T05:05:48.047Z] Sending build context to Docker daemon 3.185MB [2024-07-18T05:05:48.047Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-18T05:05:48.047Z] ---> f246e2811388 [2024-07-18T05:05:48.047Z] Step 2/4 : WORKDIR /edgex [2024-07-18T05:05:49.989Z] ---> Running in cf01e66e00be [2024-07-18T05:05:50.257Z] Removing intermediate container cf01e66e00be [2024-07-18T05:05:50.257Z] ---> 2bb16c5f8285 [2024-07-18T05:05:50.257Z] Step 3/4 : COPY go.mod . [2024-07-18T05:05:50.846Z] ---> 0559b7026951 [2024-07-18T05:05:50.846Z] Step 4/4 : RUN go mod download [2024-07-18T05:05:50.846Z] ---> Running in b2b73de9dc71 [2024-07-18T05:06:07.932Z] #78 DONE 41.1s [2024-07-18T05:06:07.932Z] [2024-07-18T05:06:07.932Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:07.932Z] #96 DONE 39.0s [2024-07-18T05:06:07.932Z] [2024-07-18T05:06:07.932Z] #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:07.932Z] #99 DONE 42.1s [2024-07-18T05:06:07.932Z] [2024-07-18T05:06:07.932Z] #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:07.932Z] #75 DONE 42.1s [2024-07-18T05:06:07.932Z] [2024-07-18T05:06:07.932Z] #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:07.932Z] #113 DONE 44.4s [2024-07-18T05:06:07.932Z] [2024-07-18T05:06:07.932Z] #114 [core-metadata builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #114 ... [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #115 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #115 DONE 9.5s [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #116 [support-notifications builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #116 DONE 9.6s [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #117 [core-keeper builder 7/8] COPY . . [2024-07-18T05:06:12.120Z] #117 DONE 9.6s [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #118 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:06:12.120Z] #118 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #119 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #120 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:12.120Z] #120 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #121 [security-bootstrapper builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #121 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:12.120Z] #122 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #123 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:06:12.120Z] #123 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #124 [security-proxy-setup builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #124 DONE 9.6s [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:06:12.120Z] #125 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:12.120Z] #126 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #127 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #127 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #128 [security-proxy-auth builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #128 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:06:12.120Z] #129 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:12.120Z] #130 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #131 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:06:12.120Z] #131 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:12.120Z] #132 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #133 [support-scheduler builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #133 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #134 [core-data builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #134 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #135 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:06:12.120Z] #135 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #136 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:12.120Z] #136 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #137 [core-command builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #137 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:06:12.120Z] #138 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #139 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:06:12.120Z] #139 CACHED [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #114 [core-metadata builder 6/7] COPY . . [2024-07-18T05:06:12.120Z] #114 DONE 9.5s [2024-07-18T05:06:12.120Z] [2024-07-18T05:06:12.120Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:06:13.492Z] #140 1.317 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-18T05:06:23.576Z] #140 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-18T05:06:23.576Z] #0 0.937 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-18T05:06:23.576Z] #141 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-18T05:06:23.576Z] #0 0.409 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-18T05:06:23.576Z] #142 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-18T05:06:23.576Z] #0 1.325 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-18T05:06:23.576Z] #143 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-18T05:06:23.576Z] #0 0.811 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-18T05:06:23.576Z] #144 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:06:23.576Z] #0 0.707 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-18T05:06:23.576Z] #145 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-18T05:06:23.576Z] #0 1.216 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-18T05:06:23.576Z] #146 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-18T05:06:23.576Z] #0 1.130 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-18T05:06:23.576Z] #147 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-18T05:06:23.576Z] #0 0.822 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-18T05:06:23.576Z] #148 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-18T05:06:23.576Z] #0 1.360 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-18T05:06:23.576Z] #149 ... [2024-07-18T05:06:23.576Z] [2024-07-18T05:06:23.576Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:06:23.576Z] #0 0.640 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-18T05:06:24.021Z] #150 ... [2024-07-18T05:06:24.021Z] [2024-07-18T05:06:24.021Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:06:24.021Z] #0 0.992 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-18T05:06:58.861Z] Removing intermediate container b2b73de9dc71 [2024-07-18T05:06:58.861Z] ---> 75061d3bc05e [2024-07-18T05:06:58.861Z] Successfully built 75061d3bc05e [2024-07-18T05:06:58.861Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:06:59.201Z] + docker inspect -f . ci-base-image-arm64 [2024-07-18T05:06:59.201Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:06:59.450Z] prd-ubuntu20.04-docker-arm64-4c-16g-5841 does not seem to be running inside a container [2024-07-18T05:06:59.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-18T05:07:00.919Z] $ docker top 03edacc32cf9594ba898cc52bcf8efc73065f52e843dc3e59aefd42d4efa839d -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T05:07:01.754Z] + go version [2024-07-18T05:07:01.754Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-18T05:07:01.790Z] $ docker stop --time=1 03edacc32cf9594ba898cc52bcf8efc73065f52e843dc3e59aefd42d4efa839d [2024-07-18T05:07:03.415Z] $ docker rm -f --volumes 03edacc32cf9594ba898cc52bcf8efc73065f52e843dc3e59aefd42d4efa839d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:07:04.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-18T05:07:04.092Z] [2024-07-18T05:07:04.092Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:07:04.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-18T05:07:04.426Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-18T05:07:04.426Z] 547446be3368: Pulling fs layer [2024-07-18T05:07:04.426Z] d125d8839a47: Pulling fs layer [2024-07-18T05:07:04.426Z] 3e85d5ac6304: Pulling fs layer [2024-07-18T05:07:04.426Z] c3105a71a48b: Pulling fs layer [2024-07-18T05:07:04.426Z] 0f093f025ec4: Pulling fs layer [2024-07-18T05:07:04.426Z] c3106fc0e877: Pulling fs layer [2024-07-18T05:07:04.426Z] c3105a71a48b: Waiting [2024-07-18T05:07:04.426Z] 0f093f025ec4: Waiting [2024-07-18T05:07:04.426Z] c3106fc0e877: Waiting [2024-07-18T05:07:04.693Z] 547446be3368: Download complete [2024-07-18T05:07:04.693Z] c3105a71a48b: Verifying Checksum [2024-07-18T05:07:04.693Z] c3105a71a48b: Download complete [2024-07-18T05:07:04.960Z] d125d8839a47: Verifying Checksum [2024-07-18T05:07:04.960Z] d125d8839a47: Download complete [2024-07-18T05:07:05.226Z] c3106fc0e877: Verifying Checksum [2024-07-18T05:07:05.226Z] c3106fc0e877: Download complete [2024-07-18T05:07:05.226Z] 0f093f025ec4: Verifying Checksum [2024-07-18T05:07:05.226Z] 0f093f025ec4: Download complete [2024-07-18T05:07:05.492Z] 547446be3368: Pull complete [2024-07-18T05:07:06.468Z] d125d8839a47: Pull complete [2024-07-18T05:07:07.051Z] 3e85d5ac6304: Verifying Checksum [2024-07-18T05:07:07.051Z] 3e85d5ac6304: Download complete [2024-07-18T05:07:17.736Z] 3e85d5ac6304: Pull complete [2024-07-18T05:07:17.736Z] c3105a71a48b: Pull complete [2024-07-18T05:07:18.004Z] 0f093f025ec4: Pull complete [2024-07-18T05:07:18.272Z] c3106fc0e877: Pull complete [2024-07-18T05:07:18.272Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-18T05:07:18.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-18T05:07:18.272Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:07:18.489Z] prd-ubuntu20.04-docker-arm64-4c-16g-5841 does not seem to be running inside a container [2024-07-18T05:07:18.554Z] $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:07:20.700Z] $ docker top 47dfd7a763d74d3e7fbe52815e64ad1c4537c89f3f2b7bcdccefd37cdfa64d62 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T05:07:21.535Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-18T05:07:31.656Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-18T05:07:31.656Z] #1 transferring dockerfile: [2024-07-18T05:07:31.656Z] #1 transferring dockerfile: 1.89kB done [2024-07-18T05:07:31.656Z] #1 DONE 0.1s [2024-07-18T05:07:31.656Z] [2024-07-18T05:07:31.656Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-18T05:07:31.656Z] #2 transferring dockerfile: 2.15kB done [2024-07-18T05:07:31.656Z] #2 DONE 0.0s [2024-07-18T05:07:31.656Z] [2024-07-18T05:07:31.656Z] #3 [security-spire-config internal] load build definition from Dockerfile [2024-07-18T05:07:31.926Z] #3 transferring dockerfile: 1.69kB done [2024-07-18T05:07:31.926Z] #3 DONE 0.1s [2024-07-18T05:07:31.926Z] [2024-07-18T05:07:31.926Z] #4 [support-scheduler internal] load build definition from Dockerfile [2024-07-18T05:07:31.926Z] #4 transferring dockerfile: 1.93kB 0.0s done [2024-07-18T05:07:31.926Z] #4 DONE 0.1s [2024-07-18T05:07:31.926Z] [2024-07-18T05:07:31.926Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-18T05:07:31.926Z] #5 transferring dockerfile: 2.23kB done [2024-07-18T05:07:31.926Z] #5 DONE 0.1s [2024-07-18T05:07:31.926Z] [2024-07-18T05:07:31.926Z] #6 [security-spire-server internal] load build definition from Dockerfile [2024-07-18T05:07:32.200Z] #6 transferring dockerfile: 1.70kB 0.0s done [2024-07-18T05:07:32.200Z] #6 DONE 0.1s [2024-07-18T05:07:32.200Z] [2024-07-18T05:07:32.200Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2024-07-18T05:07:32.200Z] #7 transferring dockerfile: 1.81kB 0.0s done [2024-07-18T05:07:32.200Z] #7 DONE 0.1s [2024-07-18T05:07:32.200Z] [2024-07-18T05:07:32.200Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-18T05:07:32.200Z] #8 transferring dockerfile: 2.93kB 0.0s done [2024-07-18T05:07:32.200Z] #8 DONE 0.1s [2024-07-18T05:07:32.200Z] [2024-07-18T05:07:32.200Z] #9 [core-command internal] load build definition from Dockerfile [2024-07-18T05:07:32.200Z] #9 transferring dockerfile: 1.93kB 0.0s done [2024-07-18T05:07:32.200Z] #9 DONE 0.1s [2024-07-18T05:07:32.200Z] [2024-07-18T05:07:32.200Z] #10 [core-keeper internal] load build definition from Dockerfile [2024-07-18T05:07:32.469Z] #10 transferring dockerfile: 2.01kB done [2024-07-18T05:07:32.469Z] #10 DONE 0.1s [2024-07-18T05:07:32.469Z] [2024-07-18T05:07:32.469Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-18T05:07:32.469Z] #11 transferring dockerfile: 2.50kB 0.0s done [2024-07-18T05:07:32.469Z] #11 DONE 0.1s [2024-07-18T05:07:32.469Z] [2024-07-18T05:07:32.469Z] #12 [support-notifications internal] load build definition from Dockerfile [2024-07-18T05:07:32.469Z] #12 transferring dockerfile: 1.95kB 0.0s done [2024-07-18T05:07:32.469Z] #12 DONE 0.1s [2024-07-18T05:07:32.469Z] [2024-07-18T05:07:32.469Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-07-18T05:07:32.469Z] #13 transferring dockerfile: 2.06kB 0.0s done [2024-07-18T05:07:32.469Z] #13 DONE 0.1s [2024-07-18T05:07:32.469Z] [2024-07-18T05:07:32.469Z] #14 [core-data internal] load build definition from Dockerfile [2024-07-18T05:07:32.469Z] #14 transferring dockerfile: 2.01kB done [2024-07-18T05:07:32.469Z] #14 DONE 0.1s [2024-07-18T05:07:32.469Z] [2024-07-18T05:07:32.469Z] #15 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-18T05:07:32.469Z] #15 transferring dockerfile: 2.49kB done [2024-07-18T05:07:32.746Z] #15 DONE 0.1s [2024-07-18T05:07:32.746Z] [2024-07-18T05:07:32.746Z] #16 [security-spiffe-token-provider internal] load .dockerignore [2024-07-18T05:07:32.746Z] #16 transferring context: 50B done [2024-07-18T05:07:32.746Z] #16 DONE 0.1s [2024-07-18T05:07:33.714Z] [2024-07-18T05:07:33.714Z] #17 [security-proxy-auth internal] load .dockerignore [2024-07-18T05:07:33.714Z] #17 transferring context: 50B 0.0s done [2024-07-18T05:07:33.714Z] #17 DONE 0.0s [2024-07-18T05:07:33.714Z] [2024-07-18T05:07:33.714Z] #18 [security-spire-config internal] load .dockerignore [2024-07-18T05:07:33.714Z] #18 transferring context: 50B 0.0s done [2024-07-18T05:07:33.714Z] #18 DONE 0.1s [2024-07-18T05:07:33.714Z] [2024-07-18T05:07:33.715Z] #19 [support-scheduler internal] load .dockerignore [2024-07-18T05:07:33.715Z] #19 transferring context: 50B 0.0s done [2024-07-18T05:07:33.715Z] #19 DONE 0.1s [2024-07-18T05:07:33.715Z] [2024-07-18T05:07:33.715Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-18T05:07:33.715Z] #20 transferring context: 50B done [2024-07-18T05:07:33.715Z] #20 DONE 0.1s [2024-07-18T05:07:33.715Z] [2024-07-18T05:07:33.715Z] #21 [security-spire-server internal] load .dockerignore [2024-07-18T05:07:33.982Z] #21 transferring context: 50B done [2024-07-18T05:07:33.982Z] #21 DONE 0.1s [2024-07-18T05:07:33.982Z] [2024-07-18T05:07:33.982Z] #22 [security-spire-agent internal] load .dockerignore [2024-07-18T05:07:33.982Z] #22 transferring context: 50B done [2024-07-18T05:07:33.982Z] #22 DONE 0.1s [2024-07-18T05:07:33.982Z] [2024-07-18T05:07:33.982Z] #23 [security-bootstrapper internal] load .dockerignore [2024-07-18T05:07:33.982Z] #23 transferring context: 50B 0.0s done [2024-07-18T05:07:33.982Z] #23 DONE 0.1s [2024-07-18T05:07:33.982Z] [2024-07-18T05:07:33.982Z] #24 [core-command internal] load .dockerignore [2024-07-18T05:07:33.982Z] #24 transferring context: 50B done [2024-07-18T05:07:33.982Z] #24 DONE 0.1s [2024-07-18T05:07:33.982Z] [2024-07-18T05:07:33.982Z] #25 [core-keeper internal] load .dockerignore [2024-07-18T05:07:33.982Z] #25 transferring context: 50B done [2024-07-18T05:07:33.982Z] #25 DONE 0.1s [2024-07-18T05:07:33.982Z] [2024-07-18T05:07:33.982Z] #26 [security-proxy-setup internal] load .dockerignore [2024-07-18T05:07:34.253Z] #26 transferring context: 50B 0.0s done [2024-07-18T05:07:34.253Z] #26 DONE 0.1s [2024-07-18T05:07:34.253Z] [2024-07-18T05:07:34.253Z] #27 [support-notifications internal] load .dockerignore [2024-07-18T05:07:34.253Z] #27 transferring context: 50B done [2024-07-18T05:07:34.253Z] #27 DONE 0.1s [2024-07-18T05:07:34.253Z] [2024-07-18T05:07:34.253Z] #28 [core-data internal] load .dockerignore [2024-07-18T05:07:34.253Z] #28 transferring context: 50B done [2024-07-18T05:07:34.253Z] #28 DONE 0.1s [2024-07-18T05:07:34.253Z] [2024-07-18T05:07:34.253Z] #29 [core-metadata internal] load .dockerignore [2024-07-18T05:07:34.524Z] #29 transferring context: 50B done [2024-07-18T05:07:34.524Z] #29 DONE 0.1s [2024-07-18T05:07:34.524Z] [2024-07-18T05:07:34.524Z] #30 [security-secretstore-setup internal] load .dockerignore [2024-07-18T05:07:34.524Z] #30 transferring context: 50B done [2024-07-18T05:07:34.524Z] #30 DONE 0.1s [2024-07-18T05:07:34.524Z] [2024-07-18T05:07:34.524Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:34.524Z] #31 DONE 0.0s [2024-07-18T05:07:34.524Z] [2024-07-18T05:07:34.524Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:07:34.795Z] #32 DONE 0.2s [2024-07-18T05:07:34.795Z] [2024-07-18T05:07:34.795Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:34.795Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:34.795Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:34.795Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.05MB / 3.34MB 0.1s [2024-07-18T05:07:34.795Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:34.795Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:35.065Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.10MB / 3.34MB 0.2s [2024-07-18T05:07:35.065Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:35.065Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-18T05:07:35.333Z] #33 ... [2024-07-18T05:07:35.333Z] [2024-07-18T05:07:35.333Z] #34 [security-spiffe-token-provider internal] load build context [2024-07-18T05:07:35.333Z] #34 transferring context: 2.80MB 0.6s done [2024-07-18T05:07:35.333Z] #34 DONE 0.8s [2024-07-18T05:07:35.602Z] [2024-07-18T05:07:35.602Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:35.877Z] #33 ... [2024-07-18T05:07:35.877Z] [2024-07-18T05:07:35.877Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:35.877Z] #31 DONE 0.0s [2024-07-18T05:07:35.877Z] [2024-07-18T05:07:35.877Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:35.877Z] #35 DONE 1.0s [2024-07-18T05:07:35.877Z] [2024-07-18T05:07:35.877Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:35.877Z] #33 ... [2024-07-18T05:07:35.877Z] [2024-07-18T05:07:35.877Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:35.877Z] #31 DONE 0.0s [2024-07-18T05:07:35.877Z] [2024-07-18T05:07:35.877Z] #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:35.877Z] #35 DONE 1.7s [2024-07-18T05:07:35.877Z] [2024-07-18T05:07:35.877Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:35.877Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:35.877Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:35.877Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:35.877Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:35.877Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:35.877Z] #33 ... [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:36.150Z] #31 DONE 0.0s [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:07:36.150Z] #32 DONE 0.4s [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:36.150Z] #35 DONE 1.8s [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-18T05:07:36.150Z] #36 DONE 0.6s [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:36.150Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:36.150Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:36.150Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:36.150Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:36.150Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:36.150Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:36.150Z] #33 ... [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:36.150Z] #35 DONE 1.8s [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #36 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-18T05:07:36.150Z] #36 DONE 0.6s [2024-07-18T05:07:36.150Z] [2024-07-18T05:07:36.150Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:36.150Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:36.150Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:36.150Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:36.150Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:36.150Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:36.150Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:36.425Z] #33 ... [2024-07-18T05:07:36.425Z] [2024-07-18T05:07:36.425Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:07:36.425Z] #32 DONE 0.6s [2024-07-18T05:07:36.425Z] [2024-07-18T05:07:36.425Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-18T05:07:36.425Z] #37 ... [2024-07-18T05:07:36.425Z] [2024-07-18T05:07:36.425Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:36.425Z] #31 DONE 0.0s [2024-07-18T05:07:36.695Z] [2024-07-18T05:07:36.695Z] #38 [security-proxy-auth internal] load build context [2024-07-18T05:07:36.965Z] #38 ... [2024-07-18T05:07:36.965Z] [2024-07-18T05:07:36.965Z] #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:36.965Z] #35 DONE 1.8s [2024-07-18T05:07:36.965Z] [2024-07-18T05:07:36.965Z] #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-18T05:07:36.965Z] #36 DONE 0.6s [2024-07-18T05:07:36.965Z] [2024-07-18T05:07:36.965Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:36.965Z] #31 DONE 0.0s [2024-07-18T05:07:36.965Z] [2024-07-18T05:07:36.965Z] #38 [security-proxy-auth internal] load build context [2024-07-18T05:07:36.965Z] #38 transferring context: 2.80MB 1.0s done [2024-07-18T05:07:36.965Z] #38 DONE 1.3s [2024-07-18T05:07:36.965Z] [2024-07-18T05:07:36.965Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:36.965Z] #31 DONE 0.0s [2024-07-18T05:07:36.965Z] [2024-07-18T05:07:36.965Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:36.966Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:36.966Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:36.966Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:36.966Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:36.966Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:36.966Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:37.235Z] #33 ... [2024-07-18T05:07:37.235Z] [2024-07-18T05:07:37.235Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:37.235Z] #31 DONE 0.0s [2024-07-18T05:07:37.235Z] [2024-07-18T05:07:37.235Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:37.235Z] #31 DONE 0.0s [2024-07-18T05:07:37.235Z] [2024-07-18T05:07:37.235Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:37.505Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:37.505Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:37.505Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:37.505Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:37.505Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:37.505Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:37.505Z] #33 DONE 3.5s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:37.505Z] #35 DONE 1.9s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #36 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-18T05:07:37.505Z] #36 DONE 0.7s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #39 [support-notifications internal] load build context [2024-07-18T05:07:37.505Z] #39 DONE 0.0s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:07:37.505Z] #32 DONE 1.5s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #40 [core-command internal] load build context [2024-07-18T05:07:37.505Z] #40 DONE 0.0s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-18T05:07:37.505Z] #41 DONE 1.6s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #42 [support-scheduler internal] load build context [2024-07-18T05:07:37.505Z] #42 transferring context: 2.80MB 0.9s done [2024-07-18T05:07:37.505Z] #42 DONE 1.4s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #43 [core-common-config-bootstrapper internal] load build context [2024-07-18T05:07:37.505Z] #43 transferring context: 2.80MB 1.3s done [2024-07-18T05:07:37.505Z] #43 DONE 1.6s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:37.505Z] #31 DONE 0.0s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:37.505Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:37.505Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:37.505Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:37.505Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:37.505Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:37.505Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:37.505Z] #33 DONE 3.5s [2024-07-18T05:07:37.505Z] [2024-07-18T05:07:37.505Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:37.505Z] #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:37.780Z] #44 ... [2024-07-18T05:07:37.780Z] [2024-07-18T05:07:37.780Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:37.780Z] #31 DONE 0.0s [2024-07-18T05:07:37.780Z] [2024-07-18T05:07:37.780Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-18T05:07:37.780Z] #31 DONE 0.1s [2024-07-18T05:07:37.780Z] [2024-07-18T05:07:37.780Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-18T05:07:37.780Z] #37 DONE 1.4s [2024-07-18T05:07:37.780Z] [2024-07-18T05:07:37.780Z] #45 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-18T05:07:38.053Z] #45 ... [2024-07-18T05:07:38.053Z] [2024-07-18T05:07:38.053Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:38.053Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:38.053Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:38.053Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:38.053Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:38.053Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:38.053Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:38.053Z] #33 DONE 3.5s [2024-07-18T05:07:38.053Z] [2024-07-18T05:07:38.053Z] #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-18T05:07:39.028Z] #46 ... [2024-07-18T05:07:39.028Z] [2024-07-18T05:07:39.028Z] #47 [security-spire-server internal] load build context [2024-07-18T05:07:39.028Z] #47 transferring context: 26.79kB 0.2s done [2024-07-18T05:07:39.028Z] #47 DONE 1.5s [2024-07-18T05:07:39.028Z] [2024-07-18T05:07:39.028Z] #48 [security-bootstrapper internal] load build context [2024-07-18T05:07:39.028Z] #48 transferring context: 2.80MB 1.3s done [2024-07-18T05:07:39.297Z] #48 DONE 2.5s [2024-07-18T05:07:39.297Z] [2024-07-18T05:07:39.297Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:39.297Z] #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.8s done [2024-07-18T05:07:39.895Z] #44 ... [2024-07-18T05:07:39.895Z] [2024-07-18T05:07:39.895Z] #49 [security-spire-config internal] load build context [2024-07-18T05:07:39.895Z] #49 transferring context: 25.04kB 0.2s done [2024-07-18T05:07:39.895Z] #49 DONE 2.3s [2024-07-18T05:07:39.895Z] [2024-07-18T05:07:39.895Z] #39 [support-notifications internal] load build context [2024-07-18T05:07:40.167Z] #39 ... [2024-07-18T05:07:40.167Z] [2024-07-18T05:07:40.167Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-18T05:07:40.167Z] #32 DONE 4.1s [2024-07-18T05:07:40.167Z] [2024-07-18T05:07:40.167Z] #50 [security-spire-agent internal] load build context [2024-07-18T05:07:40.167Z] #50 transferring context: 26.32kB 0.3s done [2024-07-18T05:07:40.167Z] #50 DONE 2.3s [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:40.436Z] #44 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-18T05:07:40.436Z] #44 ... [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:40.436Z] #35 DONE 2.0s [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-07-18T05:07:40.436Z] #36 DONE 0.8s [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:40.436Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:40.436Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:40.436Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:40.436Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:40.436Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:40.436Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:40.436Z] #33 DONE 3.6s [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:40.436Z] #44 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-18T05:07:40.436Z] #44 ... [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #35 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-18T05:07:40.436Z] #35 DONE 2.0s [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #36 [core-data builder 2/7] WORKDIR /edgex-go [2024-07-18T05:07:40.436Z] #36 DONE 0.8s [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-18T05:07:40.436Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-18T05:07:40.436Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-18T05:07:40.436Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-18T05:07:40.436Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-18T05:07:40.436Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-18T05:07:40.436Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done [2024-07-18T05:07:40.436Z] #33 DONE 3.6s [2024-07-18T05:07:40.436Z] [2024-07-18T05:07:40.436Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:07:40.436Z] #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.6s done [2024-07-18T05:07:40.436Z] #51 DONE 2.6s [2024-07-18T05:07:40.707Z] [2024-07-18T05:07:40.707Z] #52 [core-metadata internal] load build context [2024-07-18T05:07:42.665Z] #52 ... [2024-07-18T05:07:42.665Z] [2024-07-18T05:07:42.665Z] #39 [support-notifications internal] load build context [2024-07-18T05:07:42.665Z] #39 transferring context: 2.80MB 3.1s done [2024-07-18T05:07:42.665Z] #39 DONE 4.7s [2024-07-18T05:07:42.665Z] [2024-07-18T05:07:42.665Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:42.665Z] #44 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-07-18T05:07:42.665Z] #44 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-07-18T05:07:42.665Z] #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.9s [2024-07-18T05:07:42.665Z] #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.9s [2024-07-18T05:07:42.665Z] #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.9s [2024-07-18T05:07:42.934Z] #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.4s [2024-07-18T05:07:43.204Z] #44 ... [2024-07-18T05:07:43.204Z] [2024-07-18T05:07:43.204Z] #53 [security-proxy-setup internal] load build context [2024-07-18T05:07:43.204Z] #53 transferring context: 2.80MB 3.8s done [2024-07-18T05:07:43.204Z] #53 DONE 5.6s [2024-07-18T05:07:43.204Z] [2024-07-18T05:07:43.204Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:43.204Z] #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.6s [2024-07-18T05:07:43.204Z] #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-07-18T05:07:43.502Z] #44 ... [2024-07-18T05:07:43.502Z] [2024-07-18T05:07:43.502Z] #40 [core-command internal] load build context [2024-07-18T05:07:43.502Z] #40 transferring context: 2.80MB 3.5s done [2024-07-18T05:07:43.502Z] #40 DONE 5.9s [2024-07-18T05:07:43.502Z] [2024-07-18T05:07:43.502Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:43.502Z] #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.6s done [2024-07-18T05:07:43.502Z] #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s done [2024-07-18T05:07:43.502Z] #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.2s done [2024-07-18T05:07:43.793Z] #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.0s done [2024-07-18T05:07:44.062Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.5s [2024-07-18T05:07:44.645Z] #44 ... [2024-07-18T05:07:44.645Z] [2024-07-18T05:07:44.645Z] #54 [core-keeper internal] load build context [2024-07-18T05:07:44.645Z] #54 transferring context: 2.80MB 5.1s done [2024-07-18T05:07:44.645Z] #54 DONE 6.8s [2024-07-18T05:07:44.645Z] [2024-07-18T05:07:44.645Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:45.608Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.47MB / 28.04MB 3.7s [2024-07-18T05:07:45.875Z] #44 ... [2024-07-18T05:07:45.875Z] [2024-07-18T05:07:45.875Z] #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-18T05:07:45.875Z] #55 DONE 8.2s [2024-07-18T05:07:45.875Z] [2024-07-18T05:07:45.875Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:45.875Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.12MB / 28.04MB 4.3s [2024-07-18T05:07:45.875Z] #44 ... [2024-07-18T05:07:45.875Z] [2024-07-18T05:07:45.875Z] #56 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-07-18T05:07:45.875Z] #0 8.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:45.875Z] #0 9.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:46.165Z] #56 ... [2024-07-18T05:07:46.165Z] [2024-07-18T05:07:46.165Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-18T05:07:46.165Z] #0 7.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:46.165Z] #0 8.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:46.165Z] #57 ... [2024-07-18T05:07:46.165Z] [2024-07-18T05:07:46.165Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:47.142Z] #44 ... [2024-07-18T05:07:47.142Z] [2024-07-18T05:07:47.142Z] #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-18T05:07:47.142Z] #0 6.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:47.142Z] #0 6.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:47.142Z] #0 10.14 OK: 266 MiB in 52 packages [2024-07-18T05:07:47.142Z] #58 ... [2024-07-18T05:07:47.142Z] [2024-07-18T05:07:47.142Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:47.142Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.84MB / 28.04MB 5.7s [2024-07-18T05:07:47.408Z] #44 ... [2024-07-18T05:07:47.408Z] [2024-07-18T05:07:47.408Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-18T05:07:47.409Z] #0 8.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:47.409Z] #0 9.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:47.678Z] #59 ... [2024-07-18T05:07:47.678Z] [2024-07-18T05:07:47.678Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-18T05:07:47.952Z] #60 ... [2024-07-18T05:07:47.953Z] [2024-07-18T05:07:47.953Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:47.953Z] #44 ... [2024-07-18T05:07:47.953Z] [2024-07-18T05:07:47.953Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-18T05:07:47.953Z] #61 ... [2024-07-18T05:07:47.953Z] [2024-07-18T05:07:47.953Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-18T05:07:48.219Z] #62 ... [2024-07-18T05:07:48.219Z] [2024-07-18T05:07:48.219Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-18T05:07:48.219Z] #63 ... [2024-07-18T05:07:48.219Z] [2024-07-18T05:07:48.219Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-18T05:07:48.485Z] #64 ... [2024-07-18T05:07:48.485Z] [2024-07-18T05:07:48.485Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-18T05:07:48.485Z] #65 ... [2024-07-18T05:07:48.485Z] [2024-07-18T05:07:48.485Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:48.485Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 6.6s [2024-07-18T05:07:49.080Z] #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-07-18T05:07:49.347Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 7.6s [2024-07-18T05:07:49.616Z] #44 ... [2024-07-18T05:07:49.616Z] [2024-07-18T05:07:49.616Z] #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-18T05:07:49.616Z] #58 DONE 12.1s [2024-07-18T05:07:49.616Z] [2024-07-18T05:07:49.616Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:49.616Z] #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.7s done [2024-07-18T05:07:49.885Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.29MB / 28.04MB 8.3s [2024-07-18T05:07:50.155Z] #44 ... [2024-07-18T05:07:50.155Z] [2024-07-18T05:07:50.155Z] #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-18T05:07:50.155Z] #59 11.92 OK: 266 MiB in 52 packages [2024-07-18T05:07:50.155Z] #59 DONE 12.8s [2024-07-18T05:07:50.155Z] [2024-07-18T05:07:50.155Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:50.422Z] #44 ... [2024-07-18T05:07:50.422Z] [2024-07-18T05:07:50.422Z] #56 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-07-18T05:07:50.422Z] #56 12.89 OK: 266 MiB in 52 packages [2024-07-18T05:07:50.422Z] #56 DONE 14.6s [2024-07-18T05:07:50.422Z] [2024-07-18T05:07:50.422Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:50.422Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.78MB / 28.04MB 8.8s [2024-07-18T05:07:50.689Z] #44 ... [2024-07-18T05:07:50.689Z] [2024-07-18T05:07:50.689Z] #66 [security-secretstore-setup internal] load build context [2024-07-18T05:07:50.689Z] #66 transferring context: 1.24MB 8.2s [2024-07-18T05:07:50.689Z] #66 ... [2024-07-18T05:07:50.689Z] [2024-07-18T05:07:50.689Z] #45 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-18T05:07:50.965Z] #45 ... [2024-07-18T05:07:50.965Z] [2024-07-18T05:07:50.965Z] #52 [core-metadata internal] load build context [2024-07-18T05:07:50.965Z] #52 transferring context: 2.80MB 7.8s done [2024-07-18T05:07:50.965Z] #52 DONE 10.2s [2024-07-18T05:07:50.965Z] [2024-07-18T05:07:50.965Z] #67 [core-data internal] load build context [2024-07-18T05:07:50.965Z] #67 transferring context: 2.80MB 8.2s done [2024-07-18T05:07:50.965Z] #67 ... [2024-07-18T05:07:50.965Z] [2024-07-18T05:07:50.965Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:07:50.965Z] #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-18T05:07:50.965Z] #51 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-07-18T05:07:50.965Z] #51 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-07-18T05:07:50.965Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done [2024-07-18T05:07:50.965Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done [2024-07-18T05:07:50.965Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.2s done [2024-07-18T05:07:50.965Z] #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.5s done [2024-07-18T05:07:50.965Z] #51 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.58MB / 18.32MB 7.9s [2024-07-18T05:07:50.965Z] #51 ... [2024-07-18T05:07:50.965Z] [2024-07-18T05:07:50.965Z] #67 [core-data internal] load build context [2024-07-18T05:07:50.965Z] #67 DONE 10.5s [2024-07-18T05:07:50.965Z] [2024-07-18T05:07:50.965Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:07:50.965Z] #51 ... [2024-07-18T05:07:50.965Z] [2024-07-18T05:07:50.965Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:50.965Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 9.5s [2024-07-18T05:07:51.254Z] #44 ... [2024-07-18T05:07:51.254Z] [2024-07-18T05:07:51.254Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-18T05:07:51.254Z] #68 ... [2024-07-18T05:07:51.254Z] [2024-07-18T05:07:51.254Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:51.524Z] #44 ... [2024-07-18T05:07:51.524Z] [2024-07-18T05:07:51.524Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-18T05:07:51.524Z] #69 ... [2024-07-18T05:07:51.524Z] [2024-07-18T05:07:51.524Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:51.793Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 10.2s [2024-07-18T05:07:52.062Z] #44 ... [2024-07-18T05:07:52.062Z] [2024-07-18T05:07:52.062Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-18T05:07:52.062Z] #64 DONE 14.0s [2024-07-18T05:07:52.062Z] [2024-07-18T05:07:52.062Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:52.820Z] #44 ... [2024-07-18T05:07:52.821Z] [2024-07-18T05:07:52.821Z] #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:07:52.821Z] #70 DONE 2.4s [2024-07-18T05:07:52.821Z] [2024-07-18T05:07:52.821Z] #71 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:07:52.821Z] #71 DONE 2.4s [2024-07-18T05:07:52.821Z] [2024-07-18T05:07:52.821Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:53.092Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.34MB / 28.04MB 11.3s [2024-07-18T05:07:53.092Z] #44 ... [2024-07-18T05:07:53.092Z] [2024-07-18T05:07:53.092Z] #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:07:53.092Z] #72 DONE 3.6s [2024-07-18T05:07:53.092Z] [2024-07-18T05:07:53.092Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:53.092Z] #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-07-18T05:07:53.092Z] #44 ... [2024-07-18T05:07:53.092Z] [2024-07-18T05:07:53.092Z] #66 [security-secretstore-setup internal] load build context [2024-07-18T05:07:53.092Z] #66 transferring context: 2.80MB 10.4s done [2024-07-18T05:07:53.092Z] #66 DONE 12.6s [2024-07-18T05:07:53.092Z] [2024-07-18T05:07:53.092Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:53.092Z] #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-07-18T05:07:53.716Z] #44 ... [2024-07-18T05:07:53.716Z] [2024-07-18T05:07:53.716Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-18T05:07:53.716Z] #57 12.76 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:07:53.716Z] #57 12.76 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:07:53.716Z] #57 12.76 OK: 19951 distinct packages available [2024-07-18T05:07:53.716Z] #57 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:53.716Z] #57 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:53.716Z] #57 16.63 OK: 266 MiB in 52 packages [2024-07-18T05:07:53.716Z] #57 DONE 17.8s [2024-07-18T05:07:53.716Z] [2024-07-18T05:07:53.716Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:54.314Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.90MB / 28.04MB 12.6s [2024-07-18T05:07:54.905Z] #44 ... [2024-07-18T05:07:54.905Z] [2024-07-18T05:07:54.905Z] #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:07:54.905Z] #73 DONE 1.2s [2024-07-18T05:07:54.905Z] [2024-07-18T05:07:54.905Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:55.491Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.61MB / 28.04MB 14.0s [2024-07-18T05:07:55.758Z] #44 ... [2024-07-18T05:07:55.758Z] [2024-07-18T05:07:55.758Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-18T05:07:56.026Z] #74 ... [2024-07-18T05:07:56.026Z] [2024-07-18T05:07:56.026Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:07:56.026Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.02MB / 28.04MB 14.5s [2024-07-18T05:07:56.994Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 15.2s [2024-07-18T05:07:56.994Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.50MB / 28.04MB 15.4s [2024-07-18T05:07:57.957Z] #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 16.2s done [2024-07-18T05:07:58.920Z] #44 ... [2024-07-18T05:07:58.920Z] [2024-07-18T05:07:58.920Z] #45 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-18T05:07:58.920Z] #45 14.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:58.920Z] #45 15.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:58.920Z] #45 19.28 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T05:07:58.920Z] #45 19.30 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:07:58.920Z] #45 19.50 OK: 8 MiB in 16 packages [2024-07-18T05:07:58.920Z] #45 DONE 21.3s [2024-07-18T05:07:58.920Z] [2024-07-18T05:07:58.920Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-07-18T05:07:59.188Z] #75 ... [2024-07-18T05:07:59.188Z] [2024-07-18T05:07:59.188Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-18T05:07:59.188Z] #60 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:59.188Z] #60 15.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:59.188Z] #60 19.48 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-18T05:07:59.188Z] #60 19.52 (2/2) Installing su-exec (0.2-r3) [2024-07-18T05:07:59.188Z] #60 19.55 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:07:59.188Z] #60 19.71 OK: 8 MiB in 17 packages [2024-07-18T05:07:59.188Z] #60 DONE 21.6s [2024-07-18T05:07:59.455Z] [2024-07-18T05:07:59.456Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-18T05:07:59.736Z] #76 ... [2024-07-18T05:07:59.736Z] [2024-07-18T05:07:59.736Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-18T05:07:59.736Z] #61 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:59.736Z] #61 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:59.736Z] #61 14.74 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:07:59.736Z] #61 14.74 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:07:59.736Z] #61 14.74 OK: 19948 distinct packages available [2024-07-18T05:07:59.736Z] #61 15.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:59.736Z] #61 16.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:07:59.736Z] #61 ... [2024-07-18T05:07:59.736Z] [2024-07-18T05:07:59.736Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:07:59.736Z] #51 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.7s done [2024-07-18T05:07:59.736Z] #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-07-18T05:07:59.736Z] #51 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 [2024-07-18T05:08:00.004Z] #51 ... [2024-07-18T05:08:00.004Z] [2024-07-18T05:08:00.004Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-18T05:08:00.004Z] #61 21.97 (1/11) Installing ca-certificates (20240226-r0) [2024-07-18T05:08:00.270Z] #61 22.39 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-18T05:08:00.271Z] #61 22.48 (3/11) Installing libunistring (1.1-r1) [2024-07-18T05:08:00.538Z] #61 22.82 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-18T05:08:00.804Z] #61 22.89 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-18T05:08:01.073Z] #61 22.97 (6/11) Installing libcurl (8.5.0-r0) [2024-07-18T05:08:01.073Z] #61 23.16 (7/11) Installing curl (8.5.0-r0) [2024-07-18T05:08:01.073Z] #61 23.23 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:01.073Z] #61 23.26 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-18T05:08:01.073Z] #61 23.28 (10/11) Installing libucontext (1.2-r2) [2024-07-18T05:08:01.073Z] #61 23.34 (11/11) Installing gcompat (1.1.0-r1) [2024-07-18T05:08:01.341Z] #61 23.38 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:01.609Z] #61 23.71 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:08:01.647Z] #151 ... [2024-07-18T05:08:01.647Z] [2024-07-18T05:08:01.647Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-18T05:08:01.647Z] #144 95.50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-18T05:08:02.197Z] #61 ... [2024-07-18T05:08:02.197Z] [2024-07-18T05:08:02.197Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-18T05:08:02.197Z] #0 9.093 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:02.197Z] #77 ... [2024-07-18T05:08:02.197Z] [2024-07-18T05:08:02.197Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:02.197Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.8s [2024-07-18T05:08:02.789Z] #44 ... [2024-07-18T05:08:02.789Z] [2024-07-18T05:08:02.789Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:08:02.789Z] #78 ... [2024-07-18T05:08:02.789Z] [2024-07-18T05:08:02.789Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:08:03.059Z] #79 ... [2024-07-18T05:08:03.059Z] [2024-07-18T05:08:03.059Z] #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-18T05:08:03.059Z] #46 14.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:03.059Z] #46 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:03.059Z] #46 20.03 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:08:03.059Z] #46 20.03 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:08:03.059Z] #46 20.03 OK: 19948 distinct packages available [2024-07-18T05:08:03.059Z] #46 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:03.059Z] #46 22.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:03.059Z] #46 ... [2024-07-18T05:08:03.059Z] [2024-07-18T05:08:03.059Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:08:03.331Z] #80 ... [2024-07-18T05:08:03.331Z] [2024-07-18T05:08:03.331Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:05.281Z] #44 ... [2024-07-18T05:08:05.281Z] [2024-07-18T05:08:05.281Z] #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:08:05.281Z] #81 ... [2024-07-18T05:08:05.281Z] [2024-07-18T05:08:05.281Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:08:05.281Z] #51 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.1s [2024-07-18T05:08:05.886Z] #51 ... [2024-07-18T05:08:05.886Z] [2024-07-18T05:08:05.886Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-18T05:08:05.886Z] #63 17.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:05.886Z] #63 19.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:05.886Z] #63 25.11 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:05.886Z] #63 25.84 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:05.886Z] #63 25.91 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:05.886Z] #63 25.97 (4/6) Installing openssl (3.1.6-r0) [2024-07-18T05:08:05.886Z] #63 26.20 (5/6) Installing su-exec (0.2-r3) [2024-07-18T05:08:05.886Z] #63 26.23 (6/6) Installing yq (4.33.3-r5) [2024-07-18T05:08:05.886Z] #63 ... [2024-07-18T05:08:05.886Z] [2024-07-18T05:08:05.886Z] #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-18T05:08:05.886Z] #61 25.56 OK: 13 MiB in 26 packages [2024-07-18T05:08:05.886Z] #61 DONE 28.0s [2024-07-18T05:08:05.886Z] [2024-07-18T05:08:05.886Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-18T05:08:05.886Z] #65 17.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:05.886Z] #65 19.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:05.886Z] #65 26.72 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-18T05:08:05.886Z] #65 26.72 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-18T05:08:05.886Z] #65 26.72 OK: 19948 distinct packages available [2024-07-18T05:08:06.152Z] #65 ... [2024-07-18T05:08:06.152Z] [2024-07-18T05:08:06.152Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:06.426Z] #44 ... [2024-07-18T05:08:06.426Z] [2024-07-18T05:08:06.426Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-18T05:08:06.426Z] #62 18.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:06.426Z] #62 20.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:06.426Z] #62 25.12 (1/2) Installing ca-certificates (20240226-r0) [2024-07-18T05:08:06.426Z] #62 25.88 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:06.426Z] #62 25.92 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:06.426Z] #62 26.16 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:08:06.426Z] #62 27.77 OK: 9 MiB in 17 packages [2024-07-18T05:08:06.694Z] #62 ... [2024-07-18T05:08:06.694Z] [2024-07-18T05:08:06.694Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:06.694Z] #44 ... [2024-07-18T05:08:06.694Z] [2024-07-18T05:08:06.694Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-18T05:08:06.694Z] #69 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:06.694Z] #69 17.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:06.694Z] #69 24.61 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:06.694Z] #69 24.69 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:06.694Z] #69 24.94 OK: 8 MiB in 16 packages [2024-07-18T05:08:06.962Z] #69 ... [2024-07-18T05:08:06.962Z] [2024-07-18T05:08:06.962Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:07.232Z] #44 ... [2024-07-18T05:08:07.232Z] [2024-07-18T05:08:07.232Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-18T05:08:07.232Z] #68 15.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:07.232Z] #68 17.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:07.232Z] #68 24.94 (1/4) Installing ca-certificates (20240226-r0) [2024-07-18T05:08:07.232Z] #68 25.69 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:07.232Z] #68 25.73 (3/4) Installing su-exec (0.2-r3) [2024-07-18T05:08:07.232Z] #68 25.75 (4/4) Installing yq (4.33.3-r5) [2024-07-18T05:08:07.505Z] #68 ... [2024-07-18T05:08:07.505Z] [2024-07-18T05:08:07.505Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:07.505Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.9s [2024-07-18T05:08:08.089Z] #44 ... [2024-07-18T05:08:08.090Z] [2024-07-18T05:08:08.090Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-18T05:08:08.090Z] #62 DONE 30.1s [2024-07-18T05:08:08.090Z] [2024-07-18T05:08:08.090Z] #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-18T05:08:08.090Z] #46 30.27 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:08.681Z] #46 ... [2024-07-18T05:08:08.681Z] [2024-07-18T05:08:08.681Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-18T05:08:08.681Z] #74 12.90 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:08.681Z] #74 14.83 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:08.967Z] #74 ... [2024-07-18T05:08:08.967Z] [2024-07-18T05:08:08.967Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-18T05:08:08.967Z] #68 27.66 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:08.967Z] #68 27.75 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:08:09.251Z] #68 ... [2024-07-18T05:08:09.251Z] [2024-07-18T05:08:09.251Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-18T05:08:09.251Z] #69 DONE 27.9s [2024-07-18T05:08:09.518Z] [2024-07-18T05:08:09.518Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:08:09.791Z] #82 ... [2024-07-18T05:08:09.791Z] [2024-07-18T05:08:09.791Z] #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-18T05:08:09.791Z] #51 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.5s done [2024-07-18T05:08:09.791Z] #51 DONE 31.7s [2024-07-18T05:08:09.791Z] [2024-07-18T05:08:09.791Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-18T05:08:09.791Z] #63 27.86 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:09.791Z] #63 28.26 OK: 18 MiB in 19 packages [2024-07-18T05:08:09.791Z] #63 DONE 31.6s [2024-07-18T05:08:09.791Z] [2024-07-18T05:08:09.791Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-18T05:08:12.387Z] #83 ... [2024-07-18T05:08:12.387Z] [2024-07-18T05:08:12.387Z] #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-18T05:08:12.387Z] #46 31.10 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:12.387Z] #46 31.30 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:12.387Z] #46 31.35 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-18T05:08:12.387Z] #46 31.44 (5/7) Installing libucontext (1.2-r2) [2024-07-18T05:08:12.387Z] #46 31.49 (6/7) Installing gcompat (1.1.0-r1) [2024-07-18T05:08:12.387Z] #46 31.51 (7/7) Installing openssl (3.1.6-r0) [2024-07-18T05:08:12.387Z] #46 31.77 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:12.387Z] #46 32.00 OK: 9 MiB in 20 packages [2024-07-18T05:08:12.387Z] #46 DONE 34.2s [2024-07-18T05:08:12.387Z] [2024-07-18T05:08:12.387Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:12.654Z] #44 ... [2024-07-18T05:08:12.654Z] [2024-07-18T05:08:12.654Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-18T05:08:12.654Z] #74 25.29 OK: 266 MiB in 52 packages [2024-07-18T05:08:12.654Z] #74 DONE 26.9s [2024-07-18T05:08:12.931Z] [2024-07-18T05:08:12.931Z] #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-18T05:08:12.931Z] #84 ... [2024-07-18T05:08:12.931Z] [2024-07-18T05:08:12.931Z] #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-18T05:08:12.931Z] #68 29.47 OK: 18 MiB in 19 packages [2024-07-18T05:08:12.931Z] #68 DONE 31.7s [2024-07-18T05:08:13.197Z] [2024-07-18T05:08:13.197Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:13.197Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.5s [2024-07-18T05:08:14.170Z] #44 ... [2024-07-18T05:08:14.170Z] [2024-07-18T05:08:14.170Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-18T05:08:14.170Z] #77 12.15 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:14.170Z] #77 22.17 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:14.170Z] #77 ... [2024-07-18T05:08:14.170Z] [2024-07-18T05:08:14.170Z] #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-18T05:08:14.170Z] #84 DONE 1.6s [2024-07-18T05:08:14.170Z] [2024-07-18T05:08:14.170Z] #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-18T05:08:14.754Z] #85 ... [2024-07-18T05:08:14.754Z] [2024-07-18T05:08:14.754Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-18T05:08:14.754Z] #76 5.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:14.754Z] #76 7.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:14.754Z] #76 ... [2024-07-18T05:08:14.754Z] [2024-07-18T05:08:14.754Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-07-18T05:08:14.754Z] #75 6.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:14.754Z] #75 8.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:14.754Z] #75 16.26 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:14.754Z] #75 ... [2024-07-18T05:08:14.754Z] [2024-07-18T05:08:14.754Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:16.178Z] #44 ... [2024-07-18T05:08:16.178Z] [2024-07-18T05:08:16.178Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:08:16.179Z] #0 7.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:16.179Z] #0 9.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:16.179Z] #86 ... [2024-07-18T05:08:16.179Z] [2024-07-18T05:08:16.179Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:16.765Z] #44 ... [2024-07-18T05:08:16.765Z] [2024-07-18T05:08:16.765Z] #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-07-18T05:08:16.765Z] #75 16.86 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:16.765Z] #75 16.95 OK: 8 MiB in 16 packages [2024-07-18T05:08:16.765Z] #75 DONE 18.3s [2024-07-18T05:08:16.765Z] [2024-07-18T05:08:16.765Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:17.349Z] #44 ... [2024-07-18T05:08:17.349Z] [2024-07-18T05:08:17.349Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-18T05:08:17.349Z] #77 23.09 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:17.349Z] #77 23.31 OK: 8 MiB in 16 packages [2024-07-18T05:08:17.349Z] #77 DONE 25.2s [2024-07-18T05:08:17.616Z] [2024-07-18T05:08:17.616Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-18T05:08:17.616Z] #83 7.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:17.616Z] #83 ... [2024-07-18T05:08:17.616Z] [2024-07-18T05:08:17.616Z] #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-18T05:08:17.616Z] #76 16.01 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:17.616Z] #76 16.87 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:17.616Z] #76 16.95 OK: 8 MiB in 17 packages [2024-07-18T05:08:17.616Z] #76 DONE 18.3s [2024-07-18T05:08:17.885Z] [2024-07-18T05:08:17.885Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:17.885Z] #44 ... [2024-07-18T05:08:17.885Z] [2024-07-18T05:08:17.885Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-18T05:08:17.885Z] #65 29.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:17.885Z] #65 32.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:18.157Z] #65 39.83 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-18T05:08:18.157Z] #65 39.84 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-18T05:08:18.157Z] #65 39.86 (3/4) Installing libucontext (1.2-r2) [2024-07-18T05:08:18.157Z] #65 39.89 (4/4) Installing gcompat (1.1.0-r1) [2024-07-18T05:08:18.157Z] #65 39.90 Executing busybox-1.36.1-r7.trigger [2024-07-18T05:08:18.157Z] #65 ... [2024-07-18T05:08:18.157Z] [2024-07-18T05:08:18.157Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:08:18.157Z] #0 7.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:18.157Z] #0 9.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:18.157Z] #87 ... [2024-07-18T05:08:18.157Z] [2024-07-18T05:08:18.157Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:18.157Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.7s [2024-07-18T05:08:19.573Z] #44 ... [2024-07-18T05:08:19.573Z] [2024-07-18T05:08:19.573Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-18T05:08:19.573Z] #65 40.04 OK: 8 MiB in 19 packages [2024-07-18T05:08:19.573Z] #65 DONE 41.3s [2024-07-18T05:08:19.573Z] [2024-07-18T05:08:19.573Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:19.840Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.5s done [2024-07-18T05:08:20.108Z] #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.5s done [2024-07-18T05:08:20.378Z] #44 DONE 43.0s [2024-07-18T05:08:20.378Z] [2024-07-18T05:08:20.378Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-18T05:08:22.332Z] #88 ... [2024-07-18T05:08:22.332Z] [2024-07-18T05:08:22.332Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-18T05:08:22.332Z] #89 DONE 4.6s [2024-07-18T05:08:22.332Z] [2024-07-18T05:08:22.332Z] #90 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-18T05:08:22.601Z] #90 DONE 0.4s [2024-07-18T05:08:22.601Z] [2024-07-18T05:08:22.601Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:08:22.601Z] #86 15.26 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:22.601Z] #86 15.76 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:22.601Z] #86 15.85 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:08:22.601Z] #86 ... [2024-07-18T05:08:22.601Z] [2024-07-18T05:08:22.601Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:08:22.601Z] #82 7.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:22.601Z] #82 8.877 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:22.601Z] #82 11.68 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:22.601Z] #82 12.10 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:22.601Z] #82 12.20 OK: 8 MiB in 16 packages [2024-07-18T05:08:22.601Z] #82 DONE 13.2s [2024-07-18T05:08:22.868Z] [2024-07-18T05:08:22.868Z] #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-18T05:08:22.868Z] #85 8.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:22.868Z] #85 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:23.147Z] #85 ... [2024-07-18T05:08:23.147Z] [2024-07-18T05:08:23.147Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-18T05:08:23.147Z] #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:23.147Z] #0 8.895 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:23.147Z] #91 ... [2024-07-18T05:08:23.147Z] [2024-07-18T05:08:23.147Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:08:23.147Z] #86 17.20 OK: 13 MiB in 26 packages [2024-07-18T05:08:24.130Z] #86 DONE 18.0s [2024-07-18T05:08:24.130Z] [2024-07-18T05:08:24.130Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-18T05:08:24.130Z] #88 4.259 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:24.400Z] #88 ... [2024-07-18T05:08:24.400Z] [2024-07-18T05:08:24.400Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:08:24.400Z] #92 ... [2024-07-18T05:08:24.400Z] [2024-07-18T05:08:24.400Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-18T05:08:24.400Z] #83 9.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:24.400Z] #83 13.74 OK: 18 MiB in 19 packages [2024-07-18T05:08:24.400Z] #83 DONE 14.7s [2024-07-18T05:08:24.400Z] [2024-07-18T05:08:24.400Z] #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-18T05:08:24.670Z] #93 DONE 0.2s [2024-07-18T05:08:24.670Z] [2024-07-18T05:08:24.670Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-18T05:08:24.670Z] #87 14.96 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:24.670Z] #87 15.34 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:24.670Z] #87 15.41 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:08:24.670Z] #87 16.40 OK: 9 MiB in 17 packages [2024-07-18T05:08:25.757Z] #87 DONE 17.5s [2024-07-18T05:08:25.757Z] [2024-07-18T05:08:25.757Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-18T05:08:25.757Z] #88 5.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-18T05:08:26.790Z] #88 ... [2024-07-18T05:08:26.790Z] [2024-07-18T05:08:26.790Z] #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-18T05:08:26.790Z] #85 13.42 OK: 9 MiB in 20 packages [2024-07-18T05:08:26.790Z] #85 DONE 14.3s [2024-07-18T05:08:26.790Z] [2024-07-18T05:08:26.790Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-18T05:08:27.792Z] #94 ... [2024-07-18T05:08:27.792Z] [2024-07-18T05:08:27.792Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-18T05:08:27.792Z] #91 12.84 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:27.792Z] #91 13.06 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:27.792Z] #91 13.09 Executing ca-certificates-20240226-r0.trigger [2024-07-18T05:08:27.792Z] #91 14.04 OK: 18 MiB in 19 packages [2024-07-18T05:08:27.792Z] #91 DONE 14.9s [2024-07-18T05:08:28.082Z] [2024-07-18T05:08:28.082Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-18T05:08:28.082Z] #94 DONE 1.5s [2024-07-18T05:08:28.082Z] [2024-07-18T05:08:28.082Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:08:28.361Z] #95 ... [2024-07-18T05:08:28.361Z] [2024-07-18T05:08:28.362Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:08:28.362Z] #96 DONE 1.9s [2024-07-18T05:08:28.362Z] [2024-07-18T05:08:28.362Z] #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-18T05:08:28.362Z] #97 DONE 0.1s [2024-07-18T05:08:28.362Z] [2024-07-18T05:08:28.362Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-18T05:08:28.362Z] #88 8.394 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:28.362Z] #88 8.649 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-18T05:08:28.362Z] #88 8.729 OK: 8 MiB in 19 packages [2024-07-18T05:08:28.632Z] #88 ... [2024-07-18T05:08:28.632Z] [2024-07-18T05:08:28.632Z] #98 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-18T05:08:28.632Z] #98 DONE 0.2s [2024-07-18T05:08:28.898Z] [2024-07-18T05:08:28.898Z] #99 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:28.898Z] #99 ... [2024-07-18T05:08:28.898Z] [2024-07-18T05:08:28.898Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-18T05:08:28.898Z] #88 DONE 9.6s [2024-07-18T05:08:29.167Z] [2024-07-18T05:08:29.167Z] #99 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:29.167Z] #99 DONE 0.3s [2024-07-18T05:08:29.167Z] [2024-07-18T05:08:29.167Z] #100 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-18T05:08:29.463Z] #100 DONE 0.4s [2024-07-18T05:08:29.463Z] [2024-07-18T05:08:29.463Z] #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:08:30.049Z] #101 ... [2024-07-18T05:08:30.049Z] [2024-07-18T05:08:30.049Z] #102 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-18T05:08:30.049Z] #102 DONE 0.3s [2024-07-18T05:08:30.049Z] [2024-07-18T05:08:30.049Z] #103 [security-spire-server] exporting to image [2024-07-18T05:08:30.049Z] #103 exporting layers [2024-07-18T05:08:30.318Z] #103 ... [2024-07-18T05:08:30.318Z] [2024-07-18T05:08:30.318Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:08:30.318Z] #95 DONE 2.4s [2024-07-18T05:08:30.583Z] [2024-07-18T05:08:30.583Z] #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-18T05:08:30.583Z] #104 DONE 0.2s [2024-07-18T05:08:30.583Z] [2024-07-18T05:08:30.583Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-18T05:08:30.850Z] #105 DONE 0.2s [2024-07-18T05:08:30.850Z] [2024-07-18T05:08:30.850Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:30.850Z] #106 ... [2024-07-18T05:08:30.850Z] [2024-07-18T05:08:30.850Z] #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-18T05:08:30.850Z] #101 DONE 1.8s [2024-07-18T05:08:31.119Z] [2024-07-18T05:08:31.119Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:31.119Z] #106 DONE 0.3s [2024-07-18T05:08:31.119Z] [2024-07-18T05:08:31.119Z] #107 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-18T05:08:31.119Z] #107 DONE 0.2s [2024-07-18T05:08:31.119Z] [2024-07-18T05:08:31.119Z] #108 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-18T05:08:31.119Z] #108 ... [2024-07-18T05:08:31.119Z] [2024-07-18T05:08:31.119Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-18T05:08:31.119Z] #109 DONE 0.2s [2024-07-18T05:08:31.387Z] [2024-07-18T05:08:31.387Z] #108 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-18T05:08:31.387Z] #108 DONE 0.2s [2024-07-18T05:08:31.387Z] [2024-07-18T05:08:31.387Z] #110 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:31.658Z] #110 DONE 0.2s [2024-07-18T05:08:31.658Z] [2024-07-18T05:08:31.658Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-18T05:08:31.658Z] #111 DONE 0.3s [2024-07-18T05:08:31.658Z] [2024-07-18T05:08:31.658Z] #103 [security-spire-agent] exporting to image [2024-07-18T05:08:31.950Z] #103 ... [2024-07-18T05:08:31.950Z] [2024-07-18T05:08:31.950Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-18T05:08:31.950Z] #112 DONE 0.2s [2024-07-18T05:08:31.950Z] [2024-07-18T05:08:31.950Z] #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-18T05:08:32.247Z] #113 DONE 0.3s [2024-07-18T05:08:32.247Z] [2024-07-18T05:08:32.247Z] #103 [security-spire-config] exporting to image [2024-07-18T05:08:32.831Z] #103 exporting layers 3.1s done [2024-07-18T05:08:32.831Z] #103 writing image sha256:55b333b6d5fa42fe85604e807875926874bcd057778cd13fb84bb40d470e2fc8 0.0s done [2024-07-18T05:08:32.831Z] #103 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-18T05:08:34.245Z] #103 exporting layers 2.6s done [2024-07-18T05:08:34.245Z] #103 writing image sha256:fee37176eff7bee138503b25cab565debff93c3dd401b568a65845c0b34f5eaf done [2024-07-18T05:08:34.245Z] #103 naming to docker.io/library/security-spire-agent-arm64 done [2024-07-18T05:08:34.512Z] #103 exporting layers 2.4s done [2024-07-18T05:08:34.782Z] #103 writing image sha256:45accd9f062b8477bb15ff4c7d45bd6d7e40f51d142f1bb11d8f12b32de50549 done [2024-07-18T05:08:34.782Z] #103 naming to docker.io/library/security-spire-config-arm64 done [2024-07-18T05:08:34.782Z] #103 DONE 5.0s [2024-07-18T05:08:34.782Z] [2024-07-18T05:08:34.782Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:08:40.384Z] #144 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-18T05:08:40.384Z] #143 DONE 143.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-18T05:08:40.384Z] #142 DONE 143.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-18T05:08:40.384Z] #141 DONE 143.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-18T05:08:40.384Z] #147 DONE 143.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:08:40.384Z] #151 DONE 143.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:08:40.384Z] #145 DONE 143.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-18T05:08:40.384Z] #152 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-18T05:08:40.384Z] #144 DONE 143.8s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-18T05:08:40.384Z] #148 DONE 143.8s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-18T05:08:40.384Z] #146 DONE 143.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:08:40.384Z] #140 DONE 143.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #153 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #153 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-18T05:08:40.384Z] #149 DONE 144.1s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:08:40.384Z] #150 DONE 144.1s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #154 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #154 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #155 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #155 DONE 0.8s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #156 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #156 DONE 0.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-18T05:08:40.384Z] #152 DONE 0.8s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #157 DONE 1.0s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #153 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #153 DONE 0.7s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #154 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #154 DONE 0.7s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #158 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #158 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #159 DONE 0.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #160 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #160 DONE 0.3s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #161 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #161 DONE 0.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #162 DONE 0.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #158 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #158 DONE 0.3s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #163 DONE 0.3s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #164 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #164 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #165 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #166 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #166 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #167 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #167 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #168 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #169 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #169 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #170 DONE 0.3s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #171 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.384Z] #171 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #172 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #172 CACHED [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #173 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-18T05:08:40.384Z] #173 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #174 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.384Z] #174 DONE 1.0s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #175 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-18T05:08:40.384Z] #175 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #176 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-18T05:08:40.384Z] #176 DONE 1.8s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #177 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-18T05:08:40.384Z] #177 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #178 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-18T05:08:40.384Z] #178 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #179 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-18T05:08:40.384Z] #179 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #180 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-18T05:08:40.384Z] #180 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-18T05:08:40.384Z] #181 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-18T05:08:40.384Z] #182 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-18T05:08:40.384Z] #183 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #173 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-18T05:08:40.384Z] #173 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #184 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-18T05:08:40.384Z] #184 DONE 1.9s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #185 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-18T05:08:40.384Z] #185 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #175 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-18T05:08:40.384Z] #175 DONE 1.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #186 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #186 DONE 0.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #187 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #187 DONE 0.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #188 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #188 DONE 0.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #189 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-18T05:08:40.384Z] #189 DONE 0.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #190 DONE 0.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #95 [core-command] exporting to image [2024-07-18T05:08:40.384Z] #95 exporting layers [2024-07-18T05:08:40.384Z] #95 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #191 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #191 DONE 0.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #185 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-18T05:08:40.384Z] #185 DONE 0.5s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #192 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #192 DONE 0.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #193 DONE 0.7s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #194 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #194 DONE 0.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #95 [support-scheduler] exporting to image [2024-07-18T05:08:40.384Z] #95 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #195 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-18T05:08:40.384Z] #195 DONE 3.1s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #95 [support-scheduler] exporting to image [2024-07-18T05:08:40.384Z] #95 exporting layers 0.3s done [2024-07-18T05:08:40.384Z] #95 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #196 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #196 DONE 0.6s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #197 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:08:40.384Z] #197 DONE 0.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #95 [support-notifications] exporting to image [2024-07-18T05:08:40.384Z] #95 writing image sha256:e852a274d3959faeae177427ba1fbc2892173862bbea1ec006cf9769a3ba6867 [2024-07-18T05:08:40.384Z] #95 writing image sha256:65fd2c29e6afc88c799498aaddd7bef1573f619a8aa622bc29c154101d7950df [2024-07-18T05:08:40.384Z] #95 ... [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:40.384Z] #198 DONE 0.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #199 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-18T05:08:40.384Z] #199 DONE 0.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.384Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:40.384Z] #200 DONE 0.4s [2024-07-18T05:08:40.384Z] [2024-07-18T05:08:40.385Z] #201 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:08:40.385Z] #201 DONE 0.3s [2024-07-18T05:08:40.385Z] [2024-07-18T05:08:40.385Z] #202 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-18T05:08:40.385Z] #202 DONE 0.4s [2024-07-18T05:08:40.385Z] [2024-07-18T05:08:40.385Z] #95 [core-metadata] exporting to image [2024-07-18T05:08:40.385Z] #95 writing image sha256:e852a274d3959faeae177427ba1fbc2892173862bbea1ec006cf9769a3ba6867 0.1s done [2024-07-18T05:08:40.385Z] #95 writing image sha256:65fd2c29e6afc88c799498aaddd7bef1573f619a8aa622bc29c154101d7950df 0.1s done [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/core-data done [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/core-keeper done [2024-07-18T05:08:40.385Z] #95 exporting layers 0.2s done [2024-07-18T05:08:40.385Z] #95 writing image sha256:7db700cf180fabb06d7090b290c2eb568be92f229d6a5497853b873ff7df735d done [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/support-scheduler done [2024-07-18T05:08:40.385Z] #95 writing image sha256:89eae6ac61650c35fe5838098ea9184ef747f8c540ea50da2b262aedddb1f633 done [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/security-spiffe-token-provider done [2024-07-18T05:08:40.385Z] #95 writing image sha256:018adc8b57f221248d6fccfef21a4ef779a544c2cd19cbde77d15fef63cf99c5 0.0s done [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/core-command [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/core-command 0.0s done [2024-07-18T05:08:40.385Z] #95 writing image sha256:dfbb3f19fa7944d2746371bf94aa5ea2b7d63bc98789ef9e65f4a299d6f9e1a8 [2024-07-18T05:08:40.385Z] #95 exporting layers 0.4s done [2024-07-18T05:08:40.385Z] #95 writing image sha256:dfbb3f19fa7944d2746371bf94aa5ea2b7d63bc98789ef9e65f4a299d6f9e1a8 done [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/support-notifications done [2024-07-18T05:08:40.385Z] #95 writing image sha256:79b5449738c54ebf74f70f18722eae461b8c559285299ddcc458bdda2cad00be done [2024-07-18T05:08:40.385Z] #95 naming to docker.io/library/core-metadata done [2024-07-18T05:08:40.385Z] #95 DONE 2.6s [2024-07-18T05:08:40.385Z] [2024-07-18T05:08:40.385Z] #203 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-18T05:08:40.385Z] #203 DONE 0.5s [2024-07-18T05:08:40.385Z] [2024-07-18T05:08:40.385Z] #204 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:40.385Z] #204 DONE 0.5s [2024-07-18T05:08:40.385Z] [2024-07-18T05:08:40.385Z] #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:08:40.385Z] #205 DONE 0.4s [2024-07-18T05:08:40.385Z] [2024-07-18T05:08:40.385Z] #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-18T05:08:40.649Z] #206 DONE 0.4s [2024-07-18T05:08:40.649Z] [2024-07-18T05:08:40.649Z] #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-18T05:08:40.909Z] #207 DONE 0.4s [2024-07-18T05:08:40.909Z] [2024-07-18T05:08:40.909Z] #208 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-18T05:08:40.909Z] #208 DONE 0.0s [2024-07-18T05:08:40.909Z] [2024-07-18T05:08:40.909Z] #209 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-18T05:08:40.909Z] #209 DONE 0.1s [2024-07-18T05:08:40.909Z] [2024-07-18T05:08:40.909Z] #210 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:08:40.909Z] #210 ... [2024-07-18T05:08:40.909Z] [2024-07-18T05:08:40.909Z] #211 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-18T05:08:40.909Z] #211 DONE 0.1s [2024-07-18T05:08:40.909Z] [2024-07-18T05:08:40.909Z] #212 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:08:40.909Z] #212 DONE 1.1s [2024-07-18T05:08:40.909Z] [2024-07-18T05:08:40.909Z] #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:08:40.909Z] #213 DONE 1.0s [2024-07-18T05:08:40.909Z] [2024-07-18T05:08:40.909Z] #214 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-18T05:08:40.909Z] #214 DONE 0.1s [2024-07-18T05:08:41.170Z] [2024-07-18T05:08:41.170Z] #215 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-18T05:08:41.170Z] #215 DONE 0.1s [2024-07-18T05:08:41.170Z] [2024-07-18T05:08:41.170Z] #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-18T05:08:41.170Z] #216 DONE 0.0s [2024-07-18T05:08:41.170Z] [2024-07-18T05:08:41.170Z] #217 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:08:41.170Z] #217 DONE 0.8s [2024-07-18T05:08:41.170Z] [2024-07-18T05:08:41.170Z] #95 [core-common-config-bootstrapper] exporting to image [2024-07-18T05:08:41.170Z] #95 exporting layers 0.4s done [2024-07-18T05:08:41.432Z] #95 exporting layers 0.2s done [2024-07-18T05:08:41.432Z] #95 writing image sha256:758ab571644faaabc0b809d751dca9088af35d9e63133b057b0099ce173a015f 0.0s done [2024-07-18T05:08:41.432Z] #95 writing image sha256:7a4abaa719babe7d3ff4fd70395b66a4ef7c50b04e40bcedb1991212702a7ff0 done [2024-07-18T05:08:41.432Z] #95 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-18T05:08:41.432Z] #95 naming to docker.io/library/security-proxy-auth done [2024-07-18T05:08:41.432Z] #95 writing image sha256:32a4dfb6f3c63fdf2a950faf0c494860460c7df5b0b36d9cc562d45d83a62194 [2024-07-18T05:08:41.432Z] #95 ... [2024-07-18T05:08:41.432Z] [2024-07-18T05:08:41.432Z] #210 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:08:41.432Z] #210 DONE 0.7s [2024-07-18T05:08:41.432Z] [2024-07-18T05:08:41.432Z] #95 [security-secretstore-setup] exporting to image [2024-07-18T05:08:41.432Z] #95 writing image sha256:32a4dfb6f3c63fdf2a950faf0c494860460c7df5b0b36d9cc562d45d83a62194 done [2024-07-18T05:08:41.432Z] #95 naming to docker.io/library/security-proxy-setup done [2024-07-18T05:08:41.693Z] #95 ... [2024-07-18T05:08:41.694Z] [2024-07-18T05:08:41.694Z] #218 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-18T05:08:41.694Z] #218 DONE 0.6s [2024-07-18T05:08:41.694Z] [2024-07-18T05:08:41.694Z] #95 [security-bootstrapper] exporting to image [2024-07-18T05:08:41.694Z] #95 exporting layers 0.3s done [2024-07-18T05:08:41.694Z] #95 exporting layers 0.2s done [2024-07-18T05:08:41.694Z] #95 writing image sha256:d3a2944a7edf725a90cfd9f0e82689be535caa41cf0f186433c4a1a86b719701 done [2024-07-18T05:08:41.694Z] #95 naming to docker.io/library/security-secretstore-setup done [2024-07-18T05:08:41.694Z] #95 writing image sha256:0ec8ffa5f384d59503b6603e5ccd3535b0c3a2996527e3c8151f188f94ae163b done [2024-07-18T05:08:41.694Z] #95 naming to docker.io/library/security-bootstrapper done [2024-07-18T05:08:41.694Z] #95 DONE 3.6s [2024-07-18T05:08:41.694Z] [2024-07-18T05:08:41.694Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:08:41.694Z] time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-18T05:08:41.710Z] $ docker stop --time=1 bfda3b06225dd621964cef8f2c74fbd1bbccb93383a3fe0f4aafe2a2ba24a288 [2024-07-18T05:08:42.954Z] $ docker rm -f --volumes bfda3b06225dd621964cef8f2c74fbd1bbccb93383a3fe0f4aafe2a2ba24a288 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-18T05:08:43.316Z] + docker images [2024-07-18T05:08:43.316Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-18T05:08:43.316Z] security-secretstore-setup latest d3a2944a7edf 2 seconds ago 42.2MB [2024-07-18T05:08:43.316Z] security-bootstrapper latest 0ec8ffa5f384 2 seconds ago 24MB [2024-07-18T05:08:43.316Z] security-proxy-setup latest 32a4dfb6f3c6 3 seconds ago 31.2MB [2024-07-18T05:08:43.316Z] core-common-config-bootstrapper latest 758ab571644f 3 seconds ago 20.3MB [2024-07-18T05:08:43.316Z] security-proxy-auth latest 7a4abaa719ba 3 seconds ago 38MB [2024-07-18T05:08:43.316Z] support-scheduler latest 7db700cf180f 4 seconds ago 43.1MB [2024-07-18T05:08:43.316Z] core-keeper latest 65fd2c29e6af 4 seconds ago 35.6MB [2024-07-18T05:08:43.316Z] core-command latest 018adc8b57f2 4 seconds ago 40.4MB [2024-07-18T05:08:43.316Z] support-notifications latest dfbb3f19fa79 4 seconds ago 43.9MB [2024-07-18T05:08:43.316Z] core-metadata latest 79b5449738c5 4 seconds ago 41MB [2024-07-18T05:08:43.316Z] core-data latest e852a274d395 4 seconds ago 40.8MB [2024-07-18T05:08:43.316Z] security-spiffe-token-provider latest 89eae6ac6165 5 seconds ago 34MB [2024-07-18T05:08:43.316Z] security-spire-agent latest eb1ea463c709 3 minutes ago 187MB [2024-07-18T05:08:43.316Z] security-spire-server latest 67db8ca8cb58 3 minutes ago 126MB [2024-07-18T05:08:43.316Z] security-spire-config latest b6be221a5ef6 3 minutes ago 125MB [2024-07-18T05:08:43.316Z] ci-base-image-x86_64 latest 9d92cceac4c9 7 minutes ago 966MB [2024-07-18T05:08:43.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB [2024-07-18T05:08:43.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-18T05:08:43.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T05:08:43.464Z] provisioning config files... [2024-07-18T05:08:43.473Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config10895492369064153616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:08:43.804Z] ---> ****-login.sh [2024-07-18T05:08:43.804Z] nexus3.edgexfoundry.org:10001 [2024-07-18T05:08:43.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:08:43.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:08:43.804Z] Configure a credential helper to remove this warning. See [2024-07-18T05:08:43.804Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:08:43.804Z] [2024-07-18T05:08:43.804Z] Login Succeeded [2024-07-18T05:08:43.804Z] nexus3.edgexfoundry.org:10002 [2024-07-18T05:08:43.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:08:43.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:08:43.804Z] Configure a credential helper to remove this warning. See [2024-07-18T05:08:43.804Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:08:43.804Z] [2024-07-18T05:08:43.804Z] Login Succeeded [2024-07-18T05:08:43.804Z] nexus3.edgexfoundry.org:10003 [2024-07-18T05:08:44.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:08:44.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:08:44.064Z] Configure a credential helper to remove this warning. See [2024-07-18T05:08:44.064Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:08:44.064Z] [2024-07-18T05:08:44.064Z] Login Succeeded [2024-07-18T05:08:44.064Z] nexus3.edgexfoundry.org:10004 [2024-07-18T05:08:44.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:08:44.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:08:44.064Z] Configure a credential helper to remove this warning. See [2024-07-18T05:08:44.064Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:08:44.064Z] [2024-07-18T05:08:44.064Z] Login Succeeded [2024-07-18T05:08:44.064Z] ****.io [2024-07-18T05:08:44.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:08:44.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:08:44.323Z] Configure a credential helper to remove this warning. See [2024-07-18T05:08:44.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:08:44.323Z] [2024-07-18T05:08:44.323Z] Login Succeeded [2024-07-18T05:08:44.323Z] ---> ****-login.sh ends [Pipeline] } [2024-07-18T05:08:44.331Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:08:44.375Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T05:08:44.400Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-07-18T05:08:44.400Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:44.400Z] latest [2024-07-18T05:08:44.400Z] 3.2.0-dev.36 [2024-07-18T05:08:44.400Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:08:44.400Z] main [2024-07-18T05:08:44.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:44.745Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:45.075Z] + docker push nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:45.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-18T05:08:45.075Z] cfe755c496b3: Preparing [2024-07-18T05:08:45.075Z] 0eb5774abe2e: Preparing [2024-07-18T05:08:45.075Z] d1fe129ad72f: Preparing [2024-07-18T05:08:45.075Z] 54f31580bba2: Preparing [2024-07-18T05:08:45.075Z] b02f40cecb54: Preparing [2024-07-18T05:08:45.075Z] c0908ee048d9: Preparing [2024-07-18T05:08:45.075Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:45.075Z] c0908ee048d9: Waiting [2024-07-18T05:08:45.075Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:45.075Z] cfe755c496b3: Pushed [2024-07-18T05:08:45.075Z] d1fe129ad72f: Pushed [2024-07-18T05:08:45.075Z] 54f31580bba2: Pushed [2024-07-18T05:08:45.075Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:45.334Z] c0908ee048d9: Pushed [2024-07-18T05:08:45.593Z] b02f40cecb54: Pushed [2024-07-18T05:08:48.124Z] 0eb5774abe2e: Pushed [2024-07-18T05:08:48.124Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:48.478Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:48.808Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-18T05:08:48.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-18T05:08:48.808Z] cfe755c496b3: Preparing [2024-07-18T05:08:48.808Z] 0eb5774abe2e: Preparing [2024-07-18T05:08:48.808Z] d1fe129ad72f: Preparing [2024-07-18T05:08:48.808Z] 54f31580bba2: Preparing [2024-07-18T05:08:48.808Z] b02f40cecb54: Preparing [2024-07-18T05:08:48.808Z] c0908ee048d9: Preparing [2024-07-18T05:08:48.808Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:48.808Z] c0908ee048d9: Waiting [2024-07-18T05:08:48.808Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:48.808Z] cfe755c496b3: Layer already exists [2024-07-18T05:08:48.808Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:48.808Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:48.808Z] 0eb5774abe2e: Layer already exists [2024-07-18T05:08:48.808Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:48.808Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:48.808Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:48.808Z] latest: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:49.137Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:49.481Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.36 [2024-07-18T05:08:49.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-18T05:08:49.482Z] cfe755c496b3: Preparing [2024-07-18T05:08:49.482Z] 0eb5774abe2e: Preparing [2024-07-18T05:08:49.482Z] d1fe129ad72f: Preparing [2024-07-18T05:08:49.482Z] 54f31580bba2: Preparing [2024-07-18T05:08:49.482Z] b02f40cecb54: Preparing [2024-07-18T05:08:49.482Z] c0908ee048d9: Preparing [2024-07-18T05:08:49.482Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:49.482Z] c0908ee048d9: Waiting [2024-07-18T05:08:49.482Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:49.482Z] cfe755c496b3: Layer already exists [2024-07-18T05:08:49.482Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:49.482Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:49.482Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:49.482Z] 0eb5774abe2e: Layer already exists [2024-07-18T05:08:49.482Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:49.482Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:49.482Z] 3.2.0-dev.36: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:49.813Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:50.137Z] + docker push nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:08:50.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-18T05:08:50.138Z] cfe755c496b3: Preparing [2024-07-18T05:08:50.138Z] 0eb5774abe2e: Preparing [2024-07-18T05:08:50.138Z] d1fe129ad72f: Preparing [2024-07-18T05:08:50.138Z] 54f31580bba2: Preparing [2024-07-18T05:08:50.138Z] b02f40cecb54: Preparing [2024-07-18T05:08:50.138Z] c0908ee048d9: Preparing [2024-07-18T05:08:50.138Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:50.138Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:50.138Z] c0908ee048d9: Waiting [2024-07-18T05:08:50.138Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:50.138Z] 0eb5774abe2e: Layer already exists [2024-07-18T05:08:50.138Z] cfe755c496b3: Layer already exists [2024-07-18T05:08:50.138Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:50.138Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:50.138Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:50.138Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:50.138Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:50.466Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:50.811Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-07-18T05:08:50.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-07-18T05:08:50.811Z] cfe755c496b3: Preparing [2024-07-18T05:08:50.811Z] 0eb5774abe2e: Preparing [2024-07-18T05:08:50.811Z] d1fe129ad72f: Preparing [2024-07-18T05:08:50.811Z] 54f31580bba2: Preparing [2024-07-18T05:08:50.811Z] b02f40cecb54: Preparing [2024-07-18T05:08:50.811Z] c0908ee048d9: Preparing [2024-07-18T05:08:50.811Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:50.811Z] c0908ee048d9: Waiting [2024-07-18T05:08:50.811Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:50.811Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:50.811Z] cfe755c496b3: Layer already exists [2024-07-18T05:08:50.811Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:50.811Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:50.811Z] 0eb5774abe2e: Layer already exists [2024-07-18T05:08:50.811Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:50.811Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:50.811Z] main: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:08:50.884Z] ===================================================== [Pipeline] echo [2024-07-18T05:08:50.897Z] taggedImages: [2024-07-18T05:08:50.897Z] - nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:50.897Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-07-18T05:08:50.897Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.36 [2024-07-18T05:08:50.897Z] - nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:08:50.897Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-07-18T05:08:50.936Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-07-18T05:08:50.936Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:50.936Z] latest [2024-07-18T05:08:50.936Z] 3.2.0-dev.36 [2024-07-18T05:08:50.936Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:08:50.936Z] main [2024-07-18T05:08:50.936Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:51.303Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:51.641Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:51.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-18T05:08:51.641Z] ffd09b6bd726: Preparing [2024-07-18T05:08:51.641Z] efa62ebad409: Preparing [2024-07-18T05:08:51.641Z] 63062f40718f: Preparing [2024-07-18T05:08:51.641Z] 7c023591738d: Preparing [2024-07-18T05:08:51.641Z] d1fe129ad72f: Preparing [2024-07-18T05:08:51.641Z] 54f31580bba2: Preparing [2024-07-18T05:08:51.641Z] b02f40cecb54: Preparing [2024-07-18T05:08:51.641Z] c0908ee048d9: Preparing [2024-07-18T05:08:51.641Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:51.641Z] b02f40cecb54: Waiting [2024-07-18T05:08:51.641Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:51.641Z] c0908ee048d9: Waiting [2024-07-18T05:08:51.641Z] 54f31580bba2: Waiting [2024-07-18T05:08:51.641Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:51.641Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:51.641Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:51.641Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:51.642Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:51.907Z] ffd09b6bd726: Pushed [2024-07-18T05:08:51.907Z] 63062f40718f: Pushed [2024-07-18T05:08:51.907Z] efa62ebad409: Pushed [2024-07-18T05:08:52.846Z] 7c023591738d: Pushed [2024-07-18T05:08:52.846Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:53.178Z] + 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 [2024-07-18T05:08:53.522Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-18T05:08:53.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-18T05:08:53.522Z] ffd09b6bd726: Preparing [2024-07-18T05:08:53.522Z] efa62ebad409: Preparing [2024-07-18T05:08:53.522Z] 63062f40718f: Preparing [2024-07-18T05:08:53.522Z] 7c023591738d: Preparing [2024-07-18T05:08:53.522Z] d1fe129ad72f: Preparing [2024-07-18T05:08:53.522Z] 54f31580bba2: Preparing [2024-07-18T05:08:53.522Z] b02f40cecb54: Preparing [2024-07-18T05:08:53.522Z] c0908ee048d9: Preparing [2024-07-18T05:08:53.522Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:53.522Z] b02f40cecb54: Waiting [2024-07-18T05:08:53.522Z] 54f31580bba2: Waiting [2024-07-18T05:08:53.522Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:53.522Z] 63062f40718f: Layer already exists [2024-07-18T05:08:53.522Z] 7c023591738d: Layer already exists [2024-07-18T05:08:53.522Z] efa62ebad409: Layer already exists [2024-07-18T05:08:53.522Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:53.522Z] ffd09b6bd726: Layer already exists [2024-07-18T05:08:53.522Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:53.522Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:53.522Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:53.522Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:53.523Z] latest: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:53.853Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:54.191Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.36 [2024-07-18T05:08:54.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-18T05:08:54.191Z] ffd09b6bd726: Preparing [2024-07-18T05:08:54.191Z] efa62ebad409: Preparing [2024-07-18T05:08:54.191Z] 63062f40718f: Preparing [2024-07-18T05:08:54.191Z] 7c023591738d: Preparing [2024-07-18T05:08:54.191Z] d1fe129ad72f: Preparing [2024-07-18T05:08:54.191Z] 54f31580bba2: Preparing [2024-07-18T05:08:54.191Z] b02f40cecb54: Preparing [2024-07-18T05:08:54.191Z] c0908ee048d9: Preparing [2024-07-18T05:08:54.191Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:54.191Z] b02f40cecb54: Waiting [2024-07-18T05:08:54.191Z] c0908ee048d9: Waiting [2024-07-18T05:08:54.191Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:54.191Z] 54f31580bba2: Waiting [2024-07-18T05:08:54.191Z] 7c023591738d: Layer already exists [2024-07-18T05:08:54.191Z] ffd09b6bd726: Layer already exists [2024-07-18T05:08:54.191Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:54.191Z] efa62ebad409: Layer already exists [2024-07-18T05:08:54.191Z] 63062f40718f: Layer already exists [2024-07-18T05:08:54.191Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:54.191Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:54.191Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:54.191Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:54.191Z] 3.2.0-dev.36: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:54.517Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:54.848Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:08:54.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-18T05:08:54.848Z] ffd09b6bd726: Preparing [2024-07-18T05:08:54.848Z] efa62ebad409: Preparing [2024-07-18T05:08:54.848Z] 63062f40718f: Preparing [2024-07-18T05:08:54.848Z] 7c023591738d: Preparing [2024-07-18T05:08:54.848Z] d1fe129ad72f: Preparing [2024-07-18T05:08:54.848Z] 54f31580bba2: Preparing [2024-07-18T05:08:54.848Z] b02f40cecb54: Preparing [2024-07-18T05:08:54.848Z] c0908ee048d9: Preparing [2024-07-18T05:08:54.848Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:54.848Z] 54f31580bba2: Waiting [2024-07-18T05:08:54.848Z] b02f40cecb54: Waiting [2024-07-18T05:08:54.848Z] c0908ee048d9: Waiting [2024-07-18T05:08:54.848Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:54.848Z] 63062f40718f: Layer already exists [2024-07-18T05:08:54.848Z] 7c023591738d: Layer already exists [2024-07-18T05:08:54.848Z] ffd09b6bd726: Layer already exists [2024-07-18T05:08:54.848Z] efa62ebad409: Layer already exists [2024-07-18T05:08:54.848Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:54.848Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:54.848Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:54.848Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:54.848Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:55.417Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:55.747Z] + 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 [2024-07-18T05:08:56.076Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-07-18T05:08:56.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-07-18T05:08:56.646Z] ffd09b6bd726: Preparing [2024-07-18T05:08:56.646Z] efa62ebad409: Preparing [2024-07-18T05:08:56.646Z] 63062f40718f: Preparing [2024-07-18T05:08:56.646Z] 7c023591738d: Preparing [2024-07-18T05:08:56.646Z] d1fe129ad72f: Preparing [2024-07-18T05:08:56.646Z] 54f31580bba2: Preparing [2024-07-18T05:08:56.646Z] b02f40cecb54: Preparing [2024-07-18T05:08:56.646Z] c0908ee048d9: Preparing [2024-07-18T05:08:56.646Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:56.646Z] b02f40cecb54: Waiting [2024-07-18T05:08:56.647Z] 54f31580bba2: Waiting [2024-07-18T05:08:56.647Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:56.647Z] efa62ebad409: Layer already exists [2024-07-18T05:08:56.647Z] 7c023591738d: Layer already exists [2024-07-18T05:08:56.647Z] 63062f40718f: Layer already exists [2024-07-18T05:08:56.647Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:56.647Z] ffd09b6bd726: Layer already exists [2024-07-18T05:08:56.906Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:56.906Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:56.906Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:56.906Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:56.906Z] main: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:08:56.975Z] ===================================================== [Pipeline] echo [2024-07-18T05:08:56.989Z] taggedImages: [2024-07-18T05:08:56.989Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:56.989Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-07-18T05:08:56.989Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.36 [2024-07-18T05:08:56.989Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:08:56.989Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-07-18T05:08:57.012Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-07-18T05:08:57.012Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:57.012Z] latest [2024-07-18T05:08:57.012Z] 3.2.0-dev.36 [2024-07-18T05:08:57.012Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:08:57.012Z] main [2024-07-18T05:08:57.012Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:57.369Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:08:57.706Z] + docker push nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:08:57.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-18T05:08:57.706Z] 9ffa29b101c9: Preparing [2024-07-18T05:08:57.706Z] 23541cae19d1: Preparing [2024-07-18T05:08:57.706Z] d1fe129ad72f: Preparing [2024-07-18T05:08:57.706Z] 54f31580bba2: Preparing [2024-07-18T05:08:57.706Z] b02f40cecb54: Preparing [2024-07-18T05:08:57.706Z] c0908ee048d9: Preparing [2024-07-18T05:08:57.706Z] 63ec0bd56cf3: Preparing [2024-07-18T05:08:57.706Z] c0908ee048d9: Waiting [2024-07-18T05:08:57.706Z] 63ec0bd56cf3: Waiting [2024-07-18T05:08:57.706Z] d1fe129ad72f: Layer already exists [2024-07-18T05:08:57.706Z] b02f40cecb54: Layer already exists [2024-07-18T05:08:57.706Z] 54f31580bba2: Layer already exists [2024-07-18T05:08:57.706Z] c0908ee048d9: Layer already exists [2024-07-18T05:08:57.706Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:08:57.706Z] 9ffa29b101c9: Pushed [2024-07-18T05:09:00.238Z] 23541cae19d1: Pushed [2024-07-18T05:09:00.496Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:00.819Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:01.139Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-18T05:09:01.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-18T05:09:01.140Z] 9ffa29b101c9: Preparing [2024-07-18T05:09:01.140Z] 23541cae19d1: Preparing [2024-07-18T05:09:01.140Z] d1fe129ad72f: Preparing [2024-07-18T05:09:01.140Z] 54f31580bba2: Preparing [2024-07-18T05:09:01.140Z] b02f40cecb54: Preparing [2024-07-18T05:09:01.140Z] c0908ee048d9: Preparing [2024-07-18T05:09:01.140Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:01.140Z] c0908ee048d9: Waiting [2024-07-18T05:09:01.140Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:01.140Z] 23541cae19d1: Layer already exists [2024-07-18T05:09:01.140Z] 9ffa29b101c9: Layer already exists [2024-07-18T05:09:01.140Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:01.140Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:01.140Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:01.140Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:01.140Z] latest: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:01.729Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:02.048Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.36 [2024-07-18T05:09:02.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-18T05:09:02.048Z] 9ffa29b101c9: Preparing [2024-07-18T05:09:02.048Z] 23541cae19d1: Preparing [2024-07-18T05:09:02.048Z] d1fe129ad72f: Preparing [2024-07-18T05:09:02.048Z] 54f31580bba2: Preparing [2024-07-18T05:09:02.048Z] b02f40cecb54: Preparing [2024-07-18T05:09:02.048Z] c0908ee048d9: Preparing [2024-07-18T05:09:02.048Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:02.048Z] c0908ee048d9: Waiting [2024-07-18T05:09:02.048Z] 23541cae19d1: Layer already exists [2024-07-18T05:09:02.048Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:02.048Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:02.048Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:02.048Z] 9ffa29b101c9: Layer already exists [2024-07-18T05:09:02.048Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:02.048Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:02.048Z] 3.2.0-dev.36: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:02.364Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:02.681Z] + docker push nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:02.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-18T05:09:02.681Z] 9ffa29b101c9: Preparing [2024-07-18T05:09:02.681Z] 23541cae19d1: Preparing [2024-07-18T05:09:02.681Z] d1fe129ad72f: Preparing [2024-07-18T05:09:02.681Z] 54f31580bba2: Preparing [2024-07-18T05:09:02.681Z] b02f40cecb54: Preparing [2024-07-18T05:09:02.681Z] c0908ee048d9: Preparing [2024-07-18T05:09:02.681Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:02.681Z] c0908ee048d9: Waiting [2024-07-18T05:09:02.681Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:02.681Z] 23541cae19d1: Layer already exists [2024-07-18T05:09:02.681Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:02.681Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:02.681Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:02.681Z] 9ffa29b101c9: Layer already exists [2024-07-18T05:09:02.681Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:02.681Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:02.681Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:03.002Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:03.319Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-07-18T05:09:03.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-07-18T05:09:03.319Z] 9ffa29b101c9: Preparing [2024-07-18T05:09:03.319Z] 23541cae19d1: Preparing [2024-07-18T05:09:03.319Z] d1fe129ad72f: Preparing [2024-07-18T05:09:03.319Z] 54f31580bba2: Preparing [2024-07-18T05:09:03.319Z] b02f40cecb54: Preparing [2024-07-18T05:09:03.319Z] c0908ee048d9: Preparing [2024-07-18T05:09:03.319Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:03.319Z] c0908ee048d9: Waiting [2024-07-18T05:09:03.319Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:03.319Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:03.319Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:03.319Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:03.319Z] 23541cae19d1: Layer already exists [2024-07-18T05:09:03.319Z] 9ffa29b101c9: Layer already exists [2024-07-18T05:09:03.319Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:03.319Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:03.319Z] main: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:03.407Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:03.423Z] taggedImages: [2024-07-18T05:09:03.423Z] - nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:03.423Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-07-18T05:09:03.423Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.36 [2024-07-18T05:09:03.423Z] - nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:03.423Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-07-18T05:09:03.456Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-07-18T05:09:03.456Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:03.456Z] latest [2024-07-18T05:09:03.456Z] 3.2.0-dev.36 [2024-07-18T05:09:03.456Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:03.456Z] main [2024-07-18T05:09:03.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:03.803Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:04.131Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:04.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-18T05:09:04.132Z] fbfccdc36087: Preparing [2024-07-18T05:09:04.132Z] 0907ea0782a5: Preparing [2024-07-18T05:09:04.132Z] 54f31580bba2: Preparing [2024-07-18T05:09:04.132Z] ab5588c0497d: Preparing [2024-07-18T05:09:04.132Z] dc8d402606dd: Preparing [2024-07-18T05:09:04.132Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:04.132Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:04.132Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:04.132Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:04.132Z] dc8d402606dd: Pushed [2024-07-18T05:09:04.132Z] ab5588c0497d: Pushed [2024-07-18T05:09:04.132Z] fbfccdc36087: Pushed [2024-07-18T05:09:06.665Z] 0907ea0782a5: Pushed [2024-07-18T05:09:06.922Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:07.251Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:07.570Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-18T05:09:07.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-18T05:09:07.570Z] fbfccdc36087: Preparing [2024-07-18T05:09:07.570Z] 0907ea0782a5: Preparing [2024-07-18T05:09:07.570Z] 54f31580bba2: Preparing [2024-07-18T05:09:07.570Z] ab5588c0497d: Preparing [2024-07-18T05:09:07.570Z] dc8d402606dd: Preparing [2024-07-18T05:09:07.570Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:07.570Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:07.570Z] fbfccdc36087: Layer already exists [2024-07-18T05:09:07.570Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:07.570Z] 0907ea0782a5: Layer already exists [2024-07-18T05:09:07.570Z] dc8d402606dd: Layer already exists [2024-07-18T05:09:07.570Z] ab5588c0497d: Layer already exists [2024-07-18T05:09:07.570Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:07.570Z] latest: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:07.881Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:08.196Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.36 [2024-07-18T05:09:08.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-18T05:09:08.196Z] fbfccdc36087: Preparing [2024-07-18T05:09:08.196Z] 0907ea0782a5: Preparing [2024-07-18T05:09:08.196Z] 54f31580bba2: Preparing [2024-07-18T05:09:08.196Z] ab5588c0497d: Preparing [2024-07-18T05:09:08.196Z] dc8d402606dd: Preparing [2024-07-18T05:09:08.196Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:08.196Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:08.196Z] 0907ea0782a5: Layer already exists [2024-07-18T05:09:08.196Z] dc8d402606dd: Layer already exists [2024-07-18T05:09:08.196Z] fbfccdc36087: Layer already exists [2024-07-18T05:09:08.197Z] ab5588c0497d: Layer already exists [2024-07-18T05:09:08.197Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:08.197Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:08.197Z] 3.2.0-dev.36: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:08.525Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:08.843Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:08.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-18T05:09:08.843Z] fbfccdc36087: Preparing [2024-07-18T05:09:08.843Z] 0907ea0782a5: Preparing [2024-07-18T05:09:08.843Z] 54f31580bba2: Preparing [2024-07-18T05:09:08.843Z] ab5588c0497d: Preparing [2024-07-18T05:09:08.843Z] dc8d402606dd: Preparing [2024-07-18T05:09:08.843Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:08.843Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:08.843Z] 0907ea0782a5: Layer already exists [2024-07-18T05:09:08.843Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:08.843Z] fbfccdc36087: Layer already exists [2024-07-18T05:09:08.843Z] dc8d402606dd: Layer already exists [2024-07-18T05:09:08.843Z] ab5588c0497d: Layer already exists [2024-07-18T05:09:08.843Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:08.843Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:09.170Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:09.490Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-07-18T05:09:09.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-07-18T05:09:09.490Z] fbfccdc36087: Preparing [2024-07-18T05:09:09.490Z] 0907ea0782a5: Preparing [2024-07-18T05:09:09.490Z] 54f31580bba2: Preparing [2024-07-18T05:09:09.490Z] ab5588c0497d: Preparing [2024-07-18T05:09:09.490Z] dc8d402606dd: Preparing [2024-07-18T05:09:09.490Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:09.490Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:09.490Z] 0907ea0782a5: Layer already exists [2024-07-18T05:09:09.490Z] ab5588c0497d: Layer already exists [2024-07-18T05:09:09.490Z] fbfccdc36087: Layer already exists [2024-07-18T05:09:09.490Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:09.490Z] dc8d402606dd: Layer already exists [2024-07-18T05:09:09.490Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:09.490Z] main: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:09.571Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:09.582Z] taggedImages: [2024-07-18T05:09:09.582Z] - nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:09.582Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-07-18T05:09:09.582Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.36 [2024-07-18T05:09:09.582Z] - nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:09.582Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-07-18T05:09:09.606Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-07-18T05:09:09.606Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:09.606Z] latest [2024-07-18T05:09:09.606Z] 3.2.0-dev.36 [2024-07-18T05:09:09.606Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:09.606Z] main [2024-07-18T05:09:09.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:09.947Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:10.273Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:10.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-18T05:09:10.273Z] 1d2e5ec64de9: Preparing [2024-07-18T05:09:10.273Z] 7c54b2df3313: Preparing [2024-07-18T05:09:10.273Z] aa0c0d352d3d: Preparing [2024-07-18T05:09:10.273Z] d1fe129ad72f: Preparing [2024-07-18T05:09:10.273Z] 54f31580bba2: Preparing [2024-07-18T05:09:10.273Z] b02f40cecb54: Preparing [2024-07-18T05:09:10.273Z] c0908ee048d9: Preparing [2024-07-18T05:09:10.273Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:10.273Z] c0908ee048d9: Waiting [2024-07-18T05:09:10.273Z] b02f40cecb54: Waiting [2024-07-18T05:09:10.273Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:10.273Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:10.273Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:10.273Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:10.273Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:10.273Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:10.273Z] 7c54b2df3313: Pushed [2024-07-18T05:09:10.273Z] 1d2e5ec64de9: Pushed [2024-07-18T05:09:13.558Z] aa0c0d352d3d: Pushed [2024-07-18T05:09:13.558Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:13.929Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:14.250Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-18T05:09:14.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-18T05:09:14.250Z] 1d2e5ec64de9: Preparing [2024-07-18T05:09:14.250Z] 7c54b2df3313: Preparing [2024-07-18T05:09:14.250Z] aa0c0d352d3d: Preparing [2024-07-18T05:09:14.250Z] d1fe129ad72f: Preparing [2024-07-18T05:09:14.250Z] 54f31580bba2: Preparing [2024-07-18T05:09:14.250Z] b02f40cecb54: Preparing [2024-07-18T05:09:14.250Z] c0908ee048d9: Preparing [2024-07-18T05:09:14.250Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:14.250Z] b02f40cecb54: Waiting [2024-07-18T05:09:14.250Z] c0908ee048d9: Waiting [2024-07-18T05:09:14.250Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:14.250Z] 1d2e5ec64de9: Layer already exists [2024-07-18T05:09:14.250Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:14.250Z] 7c54b2df3313: Layer already exists [2024-07-18T05:09:14.250Z] aa0c0d352d3d: Layer already exists [2024-07-18T05:09:14.250Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:14.250Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:14.250Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:14.250Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:14.250Z] latest: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:14.576Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:14.902Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.36 [2024-07-18T05:09:14.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-18T05:09:14.902Z] 1d2e5ec64de9: Preparing [2024-07-18T05:09:14.902Z] 7c54b2df3313: Preparing [2024-07-18T05:09:14.902Z] aa0c0d352d3d: Preparing [2024-07-18T05:09:14.902Z] d1fe129ad72f: Preparing [2024-07-18T05:09:14.902Z] 54f31580bba2: Preparing [2024-07-18T05:09:14.902Z] b02f40cecb54: Preparing [2024-07-18T05:09:14.902Z] c0908ee048d9: Preparing [2024-07-18T05:09:14.902Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:14.902Z] c0908ee048d9: Waiting [2024-07-18T05:09:14.902Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:14.902Z] b02f40cecb54: Waiting [2024-07-18T05:09:14.902Z] aa0c0d352d3d: Layer already exists [2024-07-18T05:09:14.902Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:14.902Z] 7c54b2df3313: Layer already exists [2024-07-18T05:09:14.902Z] 1d2e5ec64de9: Layer already exists [2024-07-18T05:09:14.902Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:14.902Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:14.902Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:14.902Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:14.902Z] 3.2.0-dev.36: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:15.241Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:15.563Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:15.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-18T05:09:15.563Z] 1d2e5ec64de9: Preparing [2024-07-18T05:09:15.563Z] 7c54b2df3313: Preparing [2024-07-18T05:09:15.563Z] aa0c0d352d3d: Preparing [2024-07-18T05:09:15.563Z] d1fe129ad72f: Preparing [2024-07-18T05:09:15.563Z] 54f31580bba2: Preparing [2024-07-18T05:09:15.563Z] b02f40cecb54: Preparing [2024-07-18T05:09:15.563Z] c0908ee048d9: Preparing [2024-07-18T05:09:15.563Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:15.563Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:15.563Z] b02f40cecb54: Waiting [2024-07-18T05:09:15.563Z] c0908ee048d9: Waiting [2024-07-18T05:09:15.563Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:15.563Z] 1d2e5ec64de9: Layer already exists [2024-07-18T05:09:15.563Z] aa0c0d352d3d: Layer already exists [2024-07-18T05:09:15.563Z] 7c54b2df3313: Layer already exists [2024-07-18T05:09:15.563Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:15.563Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:15.563Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:15.563Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:15.563Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:15.897Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:16.217Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-07-18T05:09:16.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-07-18T05:09:16.217Z] 1d2e5ec64de9: Preparing [2024-07-18T05:09:16.217Z] 7c54b2df3313: Preparing [2024-07-18T05:09:16.217Z] aa0c0d352d3d: Preparing [2024-07-18T05:09:16.217Z] d1fe129ad72f: Preparing [2024-07-18T05:09:16.217Z] 54f31580bba2: Preparing [2024-07-18T05:09:16.217Z] b02f40cecb54: Preparing [2024-07-18T05:09:16.217Z] c0908ee048d9: Preparing [2024-07-18T05:09:16.217Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:16.217Z] c0908ee048d9: Waiting [2024-07-18T05:09:16.217Z] b02f40cecb54: Waiting [2024-07-18T05:09:16.217Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:16.217Z] 7c54b2df3313: Layer already exists [2024-07-18T05:09:16.217Z] 1d2e5ec64de9: Layer already exists [2024-07-18T05:09:16.217Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:16.217Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:16.217Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:16.217Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:16.217Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:16.217Z] aa0c0d352d3d: Layer already exists [2024-07-18T05:09:16.217Z] main: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:16.296Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:16.311Z] taggedImages: [2024-07-18T05:09:16.311Z] - nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:16.311Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-07-18T05:09:16.311Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.36 [2024-07-18T05:09:16.311Z] - nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:16.311Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-07-18T05:09:16.344Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-07-18T05:09:16.344Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:16.344Z] latest [2024-07-18T05:09:16.344Z] 3.2.0-dev.36 [2024-07-18T05:09:16.344Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:16.344Z] main [2024-07-18T05:09:16.344Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:16.708Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:17.032Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:17.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-18T05:09:17.032Z] 23e49a62c829: Preparing [2024-07-18T05:09:17.032Z] 069d3aa07cef: Preparing [2024-07-18T05:09:17.032Z] 358b6d13cf59: Preparing [2024-07-18T05:09:17.032Z] cf17b32ae050: Preparing [2024-07-18T05:09:17.032Z] d536eedc96df: Preparing [2024-07-18T05:09:17.032Z] 16d697c350e1: Preparing [2024-07-18T05:09:17.032Z] 075aa601ffbe: Preparing [2024-07-18T05:09:17.032Z] d1fe129ad72f: Preparing [2024-07-18T05:09:17.032Z] 54f31580bba2: Preparing [2024-07-18T05:09:17.032Z] de8646a20f4d: Preparing [2024-07-18T05:09:17.032Z] 9eeb2aef9e86: Preparing [2024-07-18T05:09:17.032Z] 5f70bf18a086: Preparing [2024-07-18T05:09:17.032Z] 824541543ab1: Preparing [2024-07-18T05:09:17.032Z] 83ac3b94a926: Preparing [2024-07-18T05:09:17.032Z] c4fefaf2e52c: Preparing [2024-07-18T05:09:17.032Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:17.032Z] 16d697c350e1: Waiting [2024-07-18T05:09:17.032Z] 075aa601ffbe: Waiting [2024-07-18T05:09:17.032Z] d1fe129ad72f: Waiting [2024-07-18T05:09:17.032Z] 54f31580bba2: Waiting [2024-07-18T05:09:17.032Z] de8646a20f4d: Waiting [2024-07-18T05:09:17.032Z] 9eeb2aef9e86: Waiting [2024-07-18T05:09:17.032Z] 5f70bf18a086: Waiting [2024-07-18T05:09:17.032Z] 824541543ab1: Waiting [2024-07-18T05:09:17.032Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:17.032Z] 83ac3b94a926: Waiting [2024-07-18T05:09:17.032Z] c4fefaf2e52c: Waiting [2024-07-18T05:09:17.032Z] 069d3aa07cef: Pushed [2024-07-18T05:09:17.032Z] d536eedc96df: Pushed [2024-07-18T05:09:17.032Z] 358b6d13cf59: Pushed [2024-07-18T05:09:17.032Z] 23e49a62c829: Pushed [2024-07-18T05:09:17.032Z] cf17b32ae050: Pushed [2024-07-18T05:09:17.032Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:17.032Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:17.305Z] 16d697c350e1: Pushed [2024-07-18T05:09:17.305Z] 5f70bf18a086: Layer already exists [2024-07-18T05:09:17.305Z] de8646a20f4d: Pushed [2024-07-18T05:09:17.305Z] 824541543ab1: Pushed [2024-07-18T05:09:17.305Z] 9eeb2aef9e86: Pushed [2024-07-18T05:09:17.305Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:17.305Z] c4fefaf2e52c: Pushed [2024-07-18T05:09:17.871Z] 83ac3b94a926: Pushed [2024-07-18T05:09:18.441Z] 075aa601ffbe: Pushed [2024-07-18T05:09:18.701Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:19.022Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:19.344Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-18T05:09:19.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-18T05:09:19.345Z] 23e49a62c829: Preparing [2024-07-18T05:09:19.345Z] 069d3aa07cef: Preparing [2024-07-18T05:09:19.345Z] 358b6d13cf59: Preparing [2024-07-18T05:09:19.345Z] cf17b32ae050: Preparing [2024-07-18T05:09:19.345Z] d536eedc96df: Preparing [2024-07-18T05:09:19.345Z] 16d697c350e1: Preparing [2024-07-18T05:09:19.345Z] 075aa601ffbe: Preparing [2024-07-18T05:09:19.345Z] d1fe129ad72f: Preparing [2024-07-18T05:09:19.345Z] 54f31580bba2: Preparing [2024-07-18T05:09:19.345Z] de8646a20f4d: Preparing [2024-07-18T05:09:19.345Z] 9eeb2aef9e86: Preparing [2024-07-18T05:09:19.345Z] 5f70bf18a086: Preparing [2024-07-18T05:09:19.345Z] 824541543ab1: Preparing [2024-07-18T05:09:19.345Z] 83ac3b94a926: Preparing [2024-07-18T05:09:19.345Z] c4fefaf2e52c: Preparing [2024-07-18T05:09:19.345Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:19.345Z] de8646a20f4d: Waiting [2024-07-18T05:09:19.345Z] 9eeb2aef9e86: Waiting [2024-07-18T05:09:19.345Z] 5f70bf18a086: Waiting [2024-07-18T05:09:19.345Z] 824541543ab1: Waiting [2024-07-18T05:09:19.345Z] 83ac3b94a926: Waiting [2024-07-18T05:09:19.345Z] c4fefaf2e52c: Waiting [2024-07-18T05:09:19.345Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:19.345Z] 16d697c350e1: Waiting [2024-07-18T05:09:19.345Z] 075aa601ffbe: Waiting [2024-07-18T05:09:19.345Z] d1fe129ad72f: Waiting [2024-07-18T05:09:19.345Z] 54f31580bba2: Waiting [2024-07-18T05:09:19.345Z] d536eedc96df: Layer already exists [2024-07-18T05:09:19.345Z] 23e49a62c829: Layer already exists [2024-07-18T05:09:19.345Z] 075aa601ffbe: Layer already exists [2024-07-18T05:09:19.345Z] 069d3aa07cef: Layer already exists [2024-07-18T05:09:19.345Z] cf17b32ae050: Layer already exists [2024-07-18T05:09:19.345Z] 358b6d13cf59: Layer already exists [2024-07-18T05:09:19.345Z] 16d697c350e1: Layer already exists [2024-07-18T05:09:19.345Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:19.345Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:19.345Z] de8646a20f4d: Layer already exists [2024-07-18T05:09:19.345Z] 9eeb2aef9e86: Layer already exists [2024-07-18T05:09:19.345Z] 5f70bf18a086: Layer already exists [2024-07-18T05:09:19.345Z] 824541543ab1: Layer already exists [2024-07-18T05:09:19.345Z] c4fefaf2e52c: Layer already exists [2024-07-18T05:09:19.345Z] 83ac3b94a926: Layer already exists [2024-07-18T05:09:19.345Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:19.345Z] latest: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:19.676Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:20.011Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.36 [2024-07-18T05:09:20.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-18T05:09:20.011Z] 23e49a62c829: Preparing [2024-07-18T05:09:20.011Z] 069d3aa07cef: Preparing [2024-07-18T05:09:20.011Z] 358b6d13cf59: Preparing [2024-07-18T05:09:20.011Z] cf17b32ae050: Preparing [2024-07-18T05:09:20.011Z] d536eedc96df: Preparing [2024-07-18T05:09:20.011Z] 16d697c350e1: Preparing [2024-07-18T05:09:20.011Z] 075aa601ffbe: Preparing [2024-07-18T05:09:20.011Z] d1fe129ad72f: Preparing [2024-07-18T05:09:20.011Z] 54f31580bba2: Preparing [2024-07-18T05:09:20.011Z] de8646a20f4d: Preparing [2024-07-18T05:09:20.011Z] 9eeb2aef9e86: Preparing [2024-07-18T05:09:20.011Z] 5f70bf18a086: Preparing [2024-07-18T05:09:20.011Z] 824541543ab1: Preparing [2024-07-18T05:09:20.011Z] 83ac3b94a926: Preparing [2024-07-18T05:09:20.011Z] c4fefaf2e52c: Preparing [2024-07-18T05:09:20.011Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:20.011Z] 16d697c350e1: Waiting [2024-07-18T05:09:20.011Z] d1fe129ad72f: Waiting [2024-07-18T05:09:20.011Z] 54f31580bba2: Waiting [2024-07-18T05:09:20.011Z] 075aa601ffbe: Waiting [2024-07-18T05:09:20.011Z] de8646a20f4d: Waiting [2024-07-18T05:09:20.011Z] 9eeb2aef9e86: Waiting [2024-07-18T05:09:20.011Z] 83ac3b94a926: Waiting [2024-07-18T05:09:20.011Z] 5f70bf18a086: Waiting [2024-07-18T05:09:20.011Z] 824541543ab1: Waiting [2024-07-18T05:09:20.011Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:20.011Z] c4fefaf2e52c: Waiting [2024-07-18T05:09:20.011Z] cf17b32ae050: Layer already exists [2024-07-18T05:09:20.011Z] d536eedc96df: Layer already exists [2024-07-18T05:09:20.011Z] 23e49a62c829: Layer already exists [2024-07-18T05:09:20.011Z] 358b6d13cf59: Layer already exists [2024-07-18T05:09:20.011Z] 069d3aa07cef: Layer already exists [2024-07-18T05:09:20.011Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:20.011Z] 16d697c350e1: Layer already exists [2024-07-18T05:09:20.011Z] 075aa601ffbe: Layer already exists [2024-07-18T05:09:20.011Z] de8646a20f4d: Layer already exists [2024-07-18T05:09:20.011Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:20.011Z] 9eeb2aef9e86: Layer already exists [2024-07-18T05:09:20.011Z] 5f70bf18a086: Layer already exists [2024-07-18T05:09:20.011Z] 824541543ab1: Layer already exists [2024-07-18T05:09:20.011Z] 83ac3b94a926: Layer already exists [2024-07-18T05:09:20.011Z] c4fefaf2e52c: Layer already exists [2024-07-18T05:09:20.011Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:20.011Z] 3.2.0-dev.36: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:20.340Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:20.658Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:20.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-18T05:09:20.658Z] 23e49a62c829: Preparing [2024-07-18T05:09:20.658Z] 069d3aa07cef: Preparing [2024-07-18T05:09:20.658Z] 358b6d13cf59: Preparing [2024-07-18T05:09:20.658Z] cf17b32ae050: Preparing [2024-07-18T05:09:20.658Z] d536eedc96df: Preparing [2024-07-18T05:09:20.658Z] 16d697c350e1: Preparing [2024-07-18T05:09:20.658Z] 075aa601ffbe: Preparing [2024-07-18T05:09:20.658Z] d1fe129ad72f: Preparing [2024-07-18T05:09:20.658Z] 54f31580bba2: Preparing [2024-07-18T05:09:20.658Z] de8646a20f4d: Preparing [2024-07-18T05:09:20.658Z] 9eeb2aef9e86: Preparing [2024-07-18T05:09:20.658Z] 5f70bf18a086: Preparing [2024-07-18T05:09:20.658Z] 824541543ab1: Preparing [2024-07-18T05:09:20.658Z] 83ac3b94a926: Preparing [2024-07-18T05:09:20.658Z] c4fefaf2e52c: Preparing [2024-07-18T05:09:20.658Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:20.658Z] de8646a20f4d: Waiting [2024-07-18T05:09:20.658Z] 16d697c350e1: Waiting [2024-07-18T05:09:20.658Z] 9eeb2aef9e86: Waiting [2024-07-18T05:09:20.658Z] 5f70bf18a086: Waiting [2024-07-18T05:09:20.658Z] d1fe129ad72f: Waiting [2024-07-18T05:09:20.658Z] 54f31580bba2: Waiting [2024-07-18T05:09:20.658Z] 075aa601ffbe: Waiting [2024-07-18T05:09:20.658Z] 824541543ab1: Waiting [2024-07-18T05:09:20.658Z] c4fefaf2e52c: Waiting [2024-07-18T05:09:20.658Z] 83ac3b94a926: Waiting [2024-07-18T05:09:20.658Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:20.658Z] d536eedc96df: Layer already exists [2024-07-18T05:09:20.658Z] 069d3aa07cef: Layer already exists [2024-07-18T05:09:20.658Z] cf17b32ae050: Layer already exists [2024-07-18T05:09:20.658Z] 23e49a62c829: Layer already exists [2024-07-18T05:09:20.658Z] 358b6d13cf59: Layer already exists [2024-07-18T05:09:20.658Z] 075aa601ffbe: Layer already exists [2024-07-18T05:09:20.658Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:20.658Z] 16d697c350e1: Layer already exists [2024-07-18T05:09:20.658Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:20.658Z] de8646a20f4d: Layer already exists [2024-07-18T05:09:20.658Z] 9eeb2aef9e86: Layer already exists [2024-07-18T05:09:20.658Z] 5f70bf18a086: Layer already exists [2024-07-18T05:09:20.658Z] c4fefaf2e52c: Layer already exists [2024-07-18T05:09:20.658Z] 824541543ab1: Layer already exists [2024-07-18T05:09:20.658Z] 83ac3b94a926: Layer already exists [2024-07-18T05:09:20.658Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:20.658Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:20.989Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:21.301Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-07-18T05:09:21.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-07-18T05:09:21.301Z] 23e49a62c829: Preparing [2024-07-18T05:09:21.301Z] 069d3aa07cef: Preparing [2024-07-18T05:09:21.301Z] 358b6d13cf59: Preparing [2024-07-18T05:09:21.301Z] cf17b32ae050: Preparing [2024-07-18T05:09:21.301Z] d536eedc96df: Preparing [2024-07-18T05:09:21.301Z] 16d697c350e1: Preparing [2024-07-18T05:09:21.301Z] 075aa601ffbe: Preparing [2024-07-18T05:09:21.301Z] d1fe129ad72f: Preparing [2024-07-18T05:09:21.301Z] 54f31580bba2: Preparing [2024-07-18T05:09:21.301Z] de8646a20f4d: Preparing [2024-07-18T05:09:21.301Z] 9eeb2aef9e86: Preparing [2024-07-18T05:09:21.301Z] 5f70bf18a086: Preparing [2024-07-18T05:09:21.301Z] 824541543ab1: Preparing [2024-07-18T05:09:21.301Z] 83ac3b94a926: Preparing [2024-07-18T05:09:21.301Z] c4fefaf2e52c: Preparing [2024-07-18T05:09:21.301Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:21.301Z] 83ac3b94a926: Waiting [2024-07-18T05:09:21.301Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:21.301Z] c4fefaf2e52c: Waiting [2024-07-18T05:09:21.301Z] 075aa601ffbe: Waiting [2024-07-18T05:09:21.301Z] d1fe129ad72f: Waiting [2024-07-18T05:09:21.301Z] 16d697c350e1: Waiting [2024-07-18T05:09:21.301Z] 5f70bf18a086: Waiting [2024-07-18T05:09:21.301Z] 824541543ab1: Waiting [2024-07-18T05:09:21.301Z] 54f31580bba2: Waiting [2024-07-18T05:09:21.301Z] de8646a20f4d: Waiting [2024-07-18T05:09:21.301Z] d536eedc96df: Layer already exists [2024-07-18T05:09:21.301Z] 23e49a62c829: Layer already exists [2024-07-18T05:09:21.301Z] 069d3aa07cef: Layer already exists [2024-07-18T05:09:21.301Z] cf17b32ae050: Layer already exists [2024-07-18T05:09:21.301Z] 358b6d13cf59: Layer already exists [2024-07-18T05:09:21.301Z] 16d697c350e1: Layer already exists [2024-07-18T05:09:21.301Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:21.301Z] 075aa601ffbe: Layer already exists [2024-07-18T05:09:21.301Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:21.301Z] de8646a20f4d: Layer already exists [2024-07-18T05:09:21.301Z] 83ac3b94a926: Layer already exists [2024-07-18T05:09:21.301Z] 9eeb2aef9e86: Layer already exists [2024-07-18T05:09:21.301Z] 5f70bf18a086: Layer already exists [2024-07-18T05:09:21.301Z] 824541543ab1: Layer already exists [2024-07-18T05:09:21.301Z] c4fefaf2e52c: Layer already exists [2024-07-18T05:09:21.301Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:21.301Z] main: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:21.375Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:21.385Z] taggedImages: [2024-07-18T05:09:21.385Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:21.385Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-07-18T05:09:21.385Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.36 [2024-07-18T05:09:21.385Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:21.385Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-07-18T05:09:21.413Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-07-18T05:09:21.413Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:21.413Z] latest [2024-07-18T05:09:21.413Z] 3.2.0-dev.36 [2024-07-18T05:09:21.413Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:21.413Z] main [2024-07-18T05:09:21.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:21.773Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:22.097Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:22.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-18T05:09:22.097Z] ffd09b6bd726: Preparing [2024-07-18T05:09:22.097Z] efa62ebad409: Preparing [2024-07-18T05:09:22.097Z] deb80a39f1c5: Preparing [2024-07-18T05:09:22.097Z] 11a8da2912a1: Preparing [2024-07-18T05:09:22.097Z] d1fe129ad72f: Preparing [2024-07-18T05:09:22.097Z] 54f31580bba2: Preparing [2024-07-18T05:09:22.097Z] b02f40cecb54: Preparing [2024-07-18T05:09:22.097Z] c0908ee048d9: Preparing [2024-07-18T05:09:22.097Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:22.097Z] 54f31580bba2: Waiting [2024-07-18T05:09:22.097Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:22.097Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:22.097Z] ffd09b6bd726: Layer already exists [2024-07-18T05:09:22.097Z] efa62ebad409: Layer already exists [2024-07-18T05:09:22.097Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:22.097Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:22.097Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:22.097Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:22.097Z] deb80a39f1c5: Pushed [2024-07-18T05:09:24.648Z] 11a8da2912a1: Pushed [2024-07-18T05:09:24.648Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:24.976Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:25.301Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-18T05:09:25.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-18T05:09:25.301Z] ffd09b6bd726: Preparing [2024-07-18T05:09:25.301Z] efa62ebad409: Preparing [2024-07-18T05:09:25.301Z] deb80a39f1c5: Preparing [2024-07-18T05:09:25.301Z] 11a8da2912a1: Preparing [2024-07-18T05:09:25.301Z] d1fe129ad72f: Preparing [2024-07-18T05:09:25.301Z] 54f31580bba2: Preparing [2024-07-18T05:09:25.301Z] b02f40cecb54: Preparing [2024-07-18T05:09:25.301Z] c0908ee048d9: Preparing [2024-07-18T05:09:25.301Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:25.301Z] 54f31580bba2: Waiting [2024-07-18T05:09:25.301Z] b02f40cecb54: Waiting [2024-07-18T05:09:25.301Z] c0908ee048d9: Waiting [2024-07-18T05:09:25.301Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:25.301Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:25.301Z] ffd09b6bd726: Layer already exists [2024-07-18T05:09:25.301Z] 11a8da2912a1: Layer already exists [2024-07-18T05:09:25.301Z] deb80a39f1c5: Layer already exists [2024-07-18T05:09:25.301Z] efa62ebad409: Layer already exists [2024-07-18T05:09:25.301Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:25.301Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:25.301Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:25.301Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:25.301Z] latest: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:25.634Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:25.952Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.36 [2024-07-18T05:09:25.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-18T05:09:25.952Z] ffd09b6bd726: Preparing [2024-07-18T05:09:25.952Z] efa62ebad409: Preparing [2024-07-18T05:09:25.952Z] deb80a39f1c5: Preparing [2024-07-18T05:09:25.952Z] 11a8da2912a1: Preparing [2024-07-18T05:09:25.952Z] d1fe129ad72f: Preparing [2024-07-18T05:09:25.952Z] 54f31580bba2: Preparing [2024-07-18T05:09:25.952Z] b02f40cecb54: Preparing [2024-07-18T05:09:25.952Z] c0908ee048d9: Preparing [2024-07-18T05:09:25.952Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:25.952Z] 54f31580bba2: Waiting [2024-07-18T05:09:25.952Z] b02f40cecb54: Waiting [2024-07-18T05:09:25.952Z] c0908ee048d9: Waiting [2024-07-18T05:09:25.952Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:25.952Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:25.952Z] ffd09b6bd726: Layer already exists [2024-07-18T05:09:25.952Z] 11a8da2912a1: Layer already exists [2024-07-18T05:09:25.952Z] efa62ebad409: Layer already exists [2024-07-18T05:09:25.952Z] deb80a39f1c5: Layer already exists [2024-07-18T05:09:25.952Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:25.952Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:25.952Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:25.952Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:25.952Z] 3.2.0-dev.36: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:26.283Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:26.605Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:26.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-18T05:09:26.605Z] ffd09b6bd726: Preparing [2024-07-18T05:09:26.605Z] efa62ebad409: Preparing [2024-07-18T05:09:26.605Z] deb80a39f1c5: Preparing [2024-07-18T05:09:26.605Z] 11a8da2912a1: Preparing [2024-07-18T05:09:26.605Z] d1fe129ad72f: Preparing [2024-07-18T05:09:26.605Z] 54f31580bba2: Preparing [2024-07-18T05:09:26.605Z] b02f40cecb54: Preparing [2024-07-18T05:09:26.605Z] c0908ee048d9: Preparing [2024-07-18T05:09:26.605Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:26.605Z] 54f31580bba2: Waiting [2024-07-18T05:09:26.605Z] b02f40cecb54: Waiting [2024-07-18T05:09:26.605Z] c0908ee048d9: Waiting [2024-07-18T05:09:26.605Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:26.605Z] deb80a39f1c5: Layer already exists [2024-07-18T05:09:26.605Z] efa62ebad409: Layer already exists [2024-07-18T05:09:26.605Z] ffd09b6bd726: Layer already exists [2024-07-18T05:09:26.605Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:26.605Z] 11a8da2912a1: Layer already exists [2024-07-18T05:09:26.605Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:26.605Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:26.605Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:26.605Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:26.605Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:26.937Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:27.256Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-07-18T05:09:27.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-07-18T05:09:27.257Z] ffd09b6bd726: Preparing [2024-07-18T05:09:27.257Z] efa62ebad409: Preparing [2024-07-18T05:09:27.257Z] deb80a39f1c5: Preparing [2024-07-18T05:09:27.257Z] 11a8da2912a1: Preparing [2024-07-18T05:09:27.257Z] d1fe129ad72f: Preparing [2024-07-18T05:09:27.257Z] 54f31580bba2: Preparing [2024-07-18T05:09:27.257Z] b02f40cecb54: Preparing [2024-07-18T05:09:27.257Z] c0908ee048d9: Preparing [2024-07-18T05:09:27.257Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:27.257Z] b02f40cecb54: Waiting [2024-07-18T05:09:27.257Z] c0908ee048d9: Waiting [2024-07-18T05:09:27.257Z] 54f31580bba2: Waiting [2024-07-18T05:09:27.257Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:27.257Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:27.257Z] efa62ebad409: Layer already exists [2024-07-18T05:09:27.257Z] deb80a39f1c5: Layer already exists [2024-07-18T05:09:27.257Z] 11a8da2912a1: Layer already exists [2024-07-18T05:09:27.257Z] ffd09b6bd726: Layer already exists [2024-07-18T05:09:27.257Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:27.257Z] c0908ee048d9: Layer already exists [2024-07-18T05:09:27.257Z] b02f40cecb54: Layer already exists [2024-07-18T05:09:27.257Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:27.257Z] main: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:27.337Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:27.352Z] taggedImages: [2024-07-18T05:09:27.352Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:27.352Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-07-18T05:09:27.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.36 [2024-07-18T05:09:27.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:27.353Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-07-18T05:09:27.383Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-07-18T05:09:27.383Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:27.383Z] latest [2024-07-18T05:09:27.383Z] 3.2.0-dev.36 [2024-07-18T05:09:27.383Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:27.383Z] main [2024-07-18T05:09:27.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:27.726Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:28.047Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:28.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-18T05:09:28.047Z] b76d72638dc9: Preparing [2024-07-18T05:09:28.047Z] b3d237acc9b9: Preparing [2024-07-18T05:09:28.047Z] d75105299a6c: Preparing [2024-07-18T05:09:28.047Z] e87d1103ec2c: Preparing [2024-07-18T05:09:28.047Z] 5223baf010ad: Preparing [2024-07-18T05:09:28.047Z] d1fe129ad72f: Preparing [2024-07-18T05:09:28.047Z] 54f31580bba2: Preparing [2024-07-18T05:09:28.047Z] fa1bad413404: Preparing [2024-07-18T05:09:28.047Z] aba3ddc4898a: Preparing [2024-07-18T05:09:28.047Z] edf67282f750: Preparing [2024-07-18T05:09:28.047Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:28.047Z] d1fe129ad72f: Waiting [2024-07-18T05:09:28.047Z] 54f31580bba2: Waiting [2024-07-18T05:09:28.047Z] aba3ddc4898a: Waiting [2024-07-18T05:09:28.047Z] fa1bad413404: Waiting [2024-07-18T05:09:28.047Z] edf67282f750: Waiting [2024-07-18T05:09:28.047Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:28.047Z] e87d1103ec2c: Pushed [2024-07-18T05:09:28.047Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:28.047Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:28.047Z] b3d237acc9b9: Pushed [2024-07-18T05:09:28.047Z] 5223baf010ad: Pushed [2024-07-18T05:09:28.047Z] b76d72638dc9: Pushed [2024-07-18T05:09:28.047Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:28.306Z] fa1bad413404: Pushed [2024-07-18T05:09:28.306Z] aba3ddc4898a: Pushed [2024-07-18T05:09:29.243Z] d75105299a6c: Pushed [2024-07-18T05:09:29.811Z] edf67282f750: Pushed [2024-07-18T05:09:29.811Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:30.137Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:30.460Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-18T05:09:30.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-18T05:09:30.460Z] b76d72638dc9: Preparing [2024-07-18T05:09:30.460Z] b3d237acc9b9: Preparing [2024-07-18T05:09:30.460Z] d75105299a6c: Preparing [2024-07-18T05:09:30.460Z] e87d1103ec2c: Preparing [2024-07-18T05:09:30.460Z] 5223baf010ad: Preparing [2024-07-18T05:09:30.460Z] d1fe129ad72f: Preparing [2024-07-18T05:09:30.460Z] 54f31580bba2: Preparing [2024-07-18T05:09:30.460Z] fa1bad413404: Preparing [2024-07-18T05:09:30.460Z] aba3ddc4898a: Preparing [2024-07-18T05:09:30.460Z] edf67282f750: Preparing [2024-07-18T05:09:30.460Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:30.460Z] aba3ddc4898a: Waiting [2024-07-18T05:09:30.460Z] d1fe129ad72f: Waiting [2024-07-18T05:09:30.460Z] fa1bad413404: Waiting [2024-07-18T05:09:30.460Z] edf67282f750: Waiting [2024-07-18T05:09:30.460Z] 5223baf010ad: Layer already exists [2024-07-18T05:09:30.460Z] b76d72638dc9: Layer already exists [2024-07-18T05:09:30.460Z] b3d237acc9b9: Layer already exists [2024-07-18T05:09:30.460Z] e87d1103ec2c: Layer already exists [2024-07-18T05:09:30.460Z] d75105299a6c: Layer already exists [2024-07-18T05:09:30.460Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:30.460Z] aba3ddc4898a: Layer already exists [2024-07-18T05:09:30.460Z] fa1bad413404: Layer already exists [2024-07-18T05:09:30.460Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:30.460Z] edf67282f750: Layer already exists [2024-07-18T05:09:30.460Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:30.460Z] latest: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:30.794Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:31.130Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.36 [2024-07-18T05:09:31.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-18T05:09:31.131Z] b76d72638dc9: Preparing [2024-07-18T05:09:31.131Z] b3d237acc9b9: Preparing [2024-07-18T05:09:31.131Z] d75105299a6c: Preparing [2024-07-18T05:09:31.131Z] e87d1103ec2c: Preparing [2024-07-18T05:09:31.131Z] 5223baf010ad: Preparing [2024-07-18T05:09:31.131Z] d1fe129ad72f: Preparing [2024-07-18T05:09:31.131Z] 54f31580bba2: Preparing [2024-07-18T05:09:31.131Z] fa1bad413404: Preparing [2024-07-18T05:09:31.131Z] aba3ddc4898a: Preparing [2024-07-18T05:09:31.131Z] edf67282f750: Preparing [2024-07-18T05:09:31.131Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:31.131Z] d1fe129ad72f: Waiting [2024-07-18T05:09:31.131Z] edf67282f750: Waiting [2024-07-18T05:09:31.131Z] 54f31580bba2: Waiting [2024-07-18T05:09:31.131Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:31.131Z] fa1bad413404: Waiting [2024-07-18T05:09:31.131Z] aba3ddc4898a: Waiting [2024-07-18T05:09:31.131Z] d75105299a6c: Layer already exists [2024-07-18T05:09:31.131Z] b76d72638dc9: Layer already exists [2024-07-18T05:09:31.131Z] e87d1103ec2c: Layer already exists [2024-07-18T05:09:31.131Z] b3d237acc9b9: Layer already exists [2024-07-18T05:09:31.131Z] 5223baf010ad: Layer already exists [2024-07-18T05:09:31.131Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:31.131Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:31.131Z] aba3ddc4898a: Layer already exists [2024-07-18T05:09:31.131Z] fa1bad413404: Layer already exists [2024-07-18T05:09:31.131Z] edf67282f750: Layer already exists [2024-07-18T05:09:31.131Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:31.131Z] 3.2.0-dev.36: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:31.461Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:31.791Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:31.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-18T05:09:31.791Z] b76d72638dc9: Preparing [2024-07-18T05:09:31.791Z] b3d237acc9b9: Preparing [2024-07-18T05:09:31.791Z] d75105299a6c: Preparing [2024-07-18T05:09:31.791Z] e87d1103ec2c: Preparing [2024-07-18T05:09:31.791Z] 5223baf010ad: Preparing [2024-07-18T05:09:31.791Z] d1fe129ad72f: Preparing [2024-07-18T05:09:31.791Z] 54f31580bba2: Preparing [2024-07-18T05:09:31.791Z] fa1bad413404: Preparing [2024-07-18T05:09:31.791Z] aba3ddc4898a: Preparing [2024-07-18T05:09:31.791Z] edf67282f750: Preparing [2024-07-18T05:09:31.791Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:31.791Z] 54f31580bba2: Waiting [2024-07-18T05:09:31.791Z] d1fe129ad72f: Waiting [2024-07-18T05:09:31.791Z] aba3ddc4898a: Waiting [2024-07-18T05:09:31.791Z] fa1bad413404: Waiting [2024-07-18T05:09:31.791Z] edf67282f750: Waiting [2024-07-18T05:09:31.791Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:31.791Z] e87d1103ec2c: Layer already exists [2024-07-18T05:09:31.791Z] 5223baf010ad: Layer already exists [2024-07-18T05:09:31.791Z] d75105299a6c: Layer already exists [2024-07-18T05:09:31.791Z] b3d237acc9b9: Layer already exists [2024-07-18T05:09:31.791Z] b76d72638dc9: Layer already exists [2024-07-18T05:09:31.791Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:31.791Z] fa1bad413404: Layer already exists [2024-07-18T05:09:31.791Z] aba3ddc4898a: Layer already exists [2024-07-18T05:09:31.791Z] edf67282f750: Layer already exists [2024-07-18T05:09:31.791Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:31.791Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:32.050Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:32.380Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:32.712Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-07-18T05:09:32.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-07-18T05:09:32.712Z] b76d72638dc9: Preparing [2024-07-18T05:09:32.712Z] b3d237acc9b9: Preparing [2024-07-18T05:09:32.712Z] d75105299a6c: Preparing [2024-07-18T05:09:32.712Z] e87d1103ec2c: Preparing [2024-07-18T05:09:32.712Z] 5223baf010ad: Preparing [2024-07-18T05:09:32.712Z] d1fe129ad72f: Preparing [2024-07-18T05:09:32.712Z] 54f31580bba2: Preparing [2024-07-18T05:09:32.712Z] fa1bad413404: Preparing [2024-07-18T05:09:32.712Z] aba3ddc4898a: Preparing [2024-07-18T05:09:32.712Z] edf67282f750: Preparing [2024-07-18T05:09:32.712Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:32.712Z] 54f31580bba2: Waiting [2024-07-18T05:09:32.712Z] fa1bad413404: Waiting [2024-07-18T05:09:32.712Z] aba3ddc4898a: Waiting [2024-07-18T05:09:32.712Z] d1fe129ad72f: Waiting [2024-07-18T05:09:32.712Z] edf67282f750: Waiting [2024-07-18T05:09:32.712Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:32.712Z] b3d237acc9b9: Layer already exists [2024-07-18T05:09:32.712Z] d75105299a6c: Layer already exists [2024-07-18T05:09:32.712Z] b76d72638dc9: Layer already exists [2024-07-18T05:09:32.712Z] 5223baf010ad: Layer already exists [2024-07-18T05:09:32.712Z] e87d1103ec2c: Layer already exists [2024-07-18T05:09:32.712Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:32.712Z] aba3ddc4898a: Layer already exists [2024-07-18T05:09:32.712Z] edf67282f750: Layer already exists [2024-07-18T05:09:32.712Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:32.712Z] fa1bad413404: Layer already exists [2024-07-18T05:09:32.712Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:32.712Z] main: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:32.787Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:32.803Z] taggedImages: [2024-07-18T05:09:32.803Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:32.803Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-07-18T05:09:32.803Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.36 [2024-07-18T05:09:32.803Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:32.803Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-07-18T05:09:32.835Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-07-18T05:09:32.836Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:32.836Z] latest [2024-07-18T05:09:32.836Z] 3.2.0-dev.36 [2024-07-18T05:09:32.836Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:32.836Z] main [2024-07-18T05:09:32.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:33.198Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:33.534Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:33.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-18T05:09:33.534Z] 106f8962969b: Preparing [2024-07-18T05:09:33.534Z] b5d283de221b: Preparing [2024-07-18T05:09:33.534Z] d39e7d3176ee: Preparing [2024-07-18T05:09:33.534Z] e97e3cf1fe43: Preparing [2024-07-18T05:09:33.534Z] 09bee5a09b48: Preparing [2024-07-18T05:09:33.534Z] dbd6763fb349: Preparing [2024-07-18T05:09:33.534Z] bac9d13318be: Preparing [2024-07-18T05:09:33.534Z] d1fe129ad72f: Preparing [2024-07-18T05:09:33.534Z] 54f31580bba2: Preparing [2024-07-18T05:09:33.534Z] 187d96773567: Preparing [2024-07-18T05:09:33.534Z] 11ebe988b6d0: Preparing [2024-07-18T05:09:33.534Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:33.534Z] 54f31580bba2: Waiting [2024-07-18T05:09:33.534Z] bac9d13318be: Waiting [2024-07-18T05:09:33.534Z] 187d96773567: Waiting [2024-07-18T05:09:33.534Z] 11ebe988b6d0: Waiting [2024-07-18T05:09:33.534Z] dbd6763fb349: Waiting [2024-07-18T05:09:33.534Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:33.534Z] d1fe129ad72f: Waiting [2024-07-18T05:09:33.534Z] b5d283de221b: Pushed [2024-07-18T05:09:33.534Z] 106f8962969b: Pushed [2024-07-18T05:09:33.534Z] 09bee5a09b48: Pushed [2024-07-18T05:09:33.534Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:33.534Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:33.534Z] dbd6763fb349: Pushed [2024-07-18T05:09:33.792Z] bac9d13318be: Pushed [2024-07-18T05:09:33.792Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:34.358Z] 187d96773567: Pushed [2024-07-18T05:09:34.358Z] e97e3cf1fe43: Pushed [2024-07-18T05:09:34.926Z] d39e7d3176ee: Pushed [2024-07-18T05:09:34.926Z] 11ebe988b6d0: Pushed [2024-07-18T05:09:34.926Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:35.257Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:35.621Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-18T05:09:35.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-18T05:09:35.621Z] 106f8962969b: Preparing [2024-07-18T05:09:35.621Z] b5d283de221b: Preparing [2024-07-18T05:09:35.621Z] d39e7d3176ee: Preparing [2024-07-18T05:09:35.621Z] e97e3cf1fe43: Preparing [2024-07-18T05:09:35.621Z] 09bee5a09b48: Preparing [2024-07-18T05:09:35.621Z] dbd6763fb349: Preparing [2024-07-18T05:09:35.621Z] bac9d13318be: Preparing [2024-07-18T05:09:35.621Z] d1fe129ad72f: Preparing [2024-07-18T05:09:35.621Z] 54f31580bba2: Preparing [2024-07-18T05:09:35.621Z] 187d96773567: Preparing [2024-07-18T05:09:35.621Z] 11ebe988b6d0: Preparing [2024-07-18T05:09:35.621Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:35.621Z] 187d96773567: Waiting [2024-07-18T05:09:35.621Z] d1fe129ad72f: Waiting [2024-07-18T05:09:35.621Z] 54f31580bba2: Waiting [2024-07-18T05:09:35.621Z] 11ebe988b6d0: Waiting [2024-07-18T05:09:35.621Z] dbd6763fb349: Waiting [2024-07-18T05:09:35.621Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:35.621Z] bac9d13318be: Waiting [2024-07-18T05:09:35.621Z] e97e3cf1fe43: Layer already exists [2024-07-18T05:09:35.621Z] 09bee5a09b48: Layer already exists [2024-07-18T05:09:35.621Z] b5d283de221b: Layer already exists [2024-07-18T05:09:35.621Z] 106f8962969b: Layer already exists [2024-07-18T05:09:35.621Z] d39e7d3176ee: Layer already exists [2024-07-18T05:09:35.621Z] bac9d13318be: Layer already exists [2024-07-18T05:09:35.621Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:35.621Z] dbd6763fb349: Layer already exists [2024-07-18T05:09:35.621Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:35.621Z] 187d96773567: Layer already exists [2024-07-18T05:09:35.621Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:35.621Z] 11ebe988b6d0: Layer already exists [2024-07-18T05:09:35.621Z] latest: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:36.018Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:36.418Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.36 [2024-07-18T05:09:36.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-18T05:09:36.419Z] 106f8962969b: Preparing [2024-07-18T05:09:36.419Z] b5d283de221b: Preparing [2024-07-18T05:09:36.419Z] d39e7d3176ee: Preparing [2024-07-18T05:09:36.419Z] e97e3cf1fe43: Preparing [2024-07-18T05:09:36.419Z] 09bee5a09b48: Preparing [2024-07-18T05:09:36.419Z] dbd6763fb349: Preparing [2024-07-18T05:09:36.419Z] bac9d13318be: Preparing [2024-07-18T05:09:36.419Z] d1fe129ad72f: Preparing [2024-07-18T05:09:36.419Z] 54f31580bba2: Preparing [2024-07-18T05:09:36.419Z] dbd6763fb349: Waiting [2024-07-18T05:09:36.419Z] bac9d13318be: Waiting [2024-07-18T05:09:36.419Z] d1fe129ad72f: Waiting [2024-07-18T05:09:36.419Z] 187d96773567: Preparing [2024-07-18T05:09:36.419Z] 11ebe988b6d0: Preparing [2024-07-18T05:09:36.419Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:36.419Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:36.419Z] 187d96773567: Waiting [2024-07-18T05:09:36.419Z] 11ebe988b6d0: Waiting [2024-07-18T05:09:36.419Z] 54f31580bba2: Waiting [2024-07-18T05:09:36.419Z] 106f8962969b: Layer already exists [2024-07-18T05:09:36.419Z] b5d283de221b: Layer already exists [2024-07-18T05:09:36.419Z] e97e3cf1fe43: Layer already exists [2024-07-18T05:09:36.419Z] d39e7d3176ee: Layer already exists [2024-07-18T05:09:36.419Z] 09bee5a09b48: Layer already exists [2024-07-18T05:09:36.419Z] bac9d13318be: Layer already exists [2024-07-18T05:09:36.419Z] dbd6763fb349: Layer already exists [2024-07-18T05:09:36.419Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:36.419Z] 187d96773567: Layer already exists [2024-07-18T05:09:36.419Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:36.419Z] 11ebe988b6d0: Layer already exists [2024-07-18T05:09:36.419Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:36.419Z] 3.2.0-dev.36: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:36.808Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:37.126Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:37.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-18T05:09:37.126Z] 106f8962969b: Preparing [2024-07-18T05:09:37.126Z] b5d283de221b: Preparing [2024-07-18T05:09:37.126Z] d39e7d3176ee: Preparing [2024-07-18T05:09:37.126Z] e97e3cf1fe43: Preparing [2024-07-18T05:09:37.126Z] 09bee5a09b48: Preparing [2024-07-18T05:09:37.126Z] dbd6763fb349: Preparing [2024-07-18T05:09:37.126Z] bac9d13318be: Preparing [2024-07-18T05:09:37.126Z] d1fe129ad72f: Preparing [2024-07-18T05:09:37.126Z] 54f31580bba2: Preparing [2024-07-18T05:09:37.126Z] 187d96773567: Preparing [2024-07-18T05:09:37.126Z] 11ebe988b6d0: Preparing [2024-07-18T05:09:37.126Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:37.126Z] 187d96773567: Waiting [2024-07-18T05:09:37.126Z] d1fe129ad72f: Waiting [2024-07-18T05:09:37.126Z] 11ebe988b6d0: Waiting [2024-07-18T05:09:37.126Z] 54f31580bba2: Waiting [2024-07-18T05:09:37.126Z] dbd6763fb349: Waiting [2024-07-18T05:09:37.126Z] bac9d13318be: Waiting [2024-07-18T05:09:37.126Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:37.126Z] e97e3cf1fe43: Layer already exists [2024-07-18T05:09:37.126Z] 106f8962969b: Layer already exists [2024-07-18T05:09:37.126Z] d39e7d3176ee: Layer already exists [2024-07-18T05:09:37.126Z] 09bee5a09b48: Layer already exists [2024-07-18T05:09:37.126Z] b5d283de221b: Layer already exists [2024-07-18T05:09:37.126Z] dbd6763fb349: Layer already exists [2024-07-18T05:09:37.126Z] 187d96773567: Layer already exists [2024-07-18T05:09:37.126Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:37.126Z] bac9d13318be: Layer already exists [2024-07-18T05:09:37.126Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:37.126Z] 11ebe988b6d0: Layer already exists [2024-07-18T05:09:37.126Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:37.126Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:37.453Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:37.774Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-07-18T05:09:37.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-07-18T05:09:37.774Z] 106f8962969b: Preparing [2024-07-18T05:09:37.774Z] b5d283de221b: Preparing [2024-07-18T05:09:37.774Z] d39e7d3176ee: Preparing [2024-07-18T05:09:37.774Z] e97e3cf1fe43: Preparing [2024-07-18T05:09:37.774Z] 09bee5a09b48: Preparing [2024-07-18T05:09:37.774Z] dbd6763fb349: Preparing [2024-07-18T05:09:37.774Z] bac9d13318be: Preparing [2024-07-18T05:09:37.774Z] d1fe129ad72f: Preparing [2024-07-18T05:09:37.774Z] 54f31580bba2: Preparing [2024-07-18T05:09:37.774Z] 187d96773567: Preparing [2024-07-18T05:09:37.774Z] 11ebe988b6d0: Preparing [2024-07-18T05:09:37.774Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:37.774Z] dbd6763fb349: Waiting [2024-07-18T05:09:37.774Z] bac9d13318be: Waiting [2024-07-18T05:09:37.774Z] 11ebe988b6d0: Waiting [2024-07-18T05:09:37.774Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:37.774Z] d1fe129ad72f: Waiting [2024-07-18T05:09:37.774Z] 54f31580bba2: Waiting [2024-07-18T05:09:37.774Z] 187d96773567: Waiting [2024-07-18T05:09:37.774Z] b5d283de221b: Layer already exists [2024-07-18T05:09:37.774Z] e97e3cf1fe43: Layer already exists [2024-07-18T05:09:37.774Z] 09bee5a09b48: Layer already exists [2024-07-18T05:09:37.774Z] 106f8962969b: Layer already exists [2024-07-18T05:09:37.774Z] d39e7d3176ee: Layer already exists [2024-07-18T05:09:37.774Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:37.774Z] dbd6763fb349: Layer already exists [2024-07-18T05:09:37.774Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:37.774Z] 187d96773567: Layer already exists [2024-07-18T05:09:37.774Z] bac9d13318be: Layer already exists [2024-07-18T05:09:37.774Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:37.774Z] 11ebe988b6d0: Layer already exists [2024-07-18T05:09:37.774Z] main: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:37.864Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:37.880Z] taggedImages: [2024-07-18T05:09:37.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:37.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-07-18T05:09:37.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.36 [2024-07-18T05:09:37.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:37.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-07-18T05:09:37.904Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-07-18T05:09:37.904Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:37.904Z] latest [2024-07-18T05:09:37.904Z] 3.2.0-dev.36 [2024-07-18T05:09:37.904Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:37.904Z] main [2024-07-18T05:09:37.904Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:38.256Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:38.594Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:38.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-18T05:09:38.594Z] 53a2a2d3df8e: Preparing [2024-07-18T05:09:38.594Z] 3779202f4d8b: Preparing [2024-07-18T05:09:38.594Z] d1fe129ad72f: Preparing [2024-07-18T05:09:38.594Z] 54f31580bba2: Preparing [2024-07-18T05:09:38.594Z] 301e583f6580: Preparing [2024-07-18T05:09:38.594Z] b356758e9977: Preparing [2024-07-18T05:09:38.594Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:38.594Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:38.594Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:38.594Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:38.594Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:38.594Z] 53a2a2d3df8e: Pushed [2024-07-18T05:09:39.161Z] 301e583f6580: Pushed [2024-07-18T05:09:39.161Z] b356758e9977: Pushed [2024-07-18T05:09:40.554Z] 3779202f4d8b: Pushed [2024-07-18T05:09:40.554Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:40.874Z] + 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 [2024-07-18T05:09:41.196Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-18T05:09:41.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-18T05:09:41.197Z] 53a2a2d3df8e: Preparing [2024-07-18T05:09:41.197Z] 3779202f4d8b: Preparing [2024-07-18T05:09:41.197Z] d1fe129ad72f: Preparing [2024-07-18T05:09:41.197Z] 54f31580bba2: Preparing [2024-07-18T05:09:41.197Z] 301e583f6580: Preparing [2024-07-18T05:09:41.197Z] b356758e9977: Preparing [2024-07-18T05:09:41.197Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:41.197Z] b356758e9977: Waiting [2024-07-18T05:09:41.197Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:41.197Z] 53a2a2d3df8e: Layer already exists [2024-07-18T05:09:41.197Z] 301e583f6580: Layer already exists [2024-07-18T05:09:41.197Z] 3779202f4d8b: Layer already exists [2024-07-18T05:09:41.197Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:41.197Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:41.197Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:41.197Z] b356758e9977: Layer already exists [2024-07-18T05:09:41.197Z] latest: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:41.562Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:41.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.36 [2024-07-18T05:09:41.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-18T05:09:41.893Z] 53a2a2d3df8e: Preparing [2024-07-18T05:09:41.893Z] 3779202f4d8b: Preparing [2024-07-18T05:09:41.893Z] d1fe129ad72f: Preparing [2024-07-18T05:09:41.893Z] 54f31580bba2: Preparing [2024-07-18T05:09:41.893Z] 301e583f6580: Preparing [2024-07-18T05:09:41.893Z] b356758e9977: Preparing [2024-07-18T05:09:41.893Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:41.893Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:41.893Z] b356758e9977: Waiting [2024-07-18T05:09:41.893Z] 301e583f6580: Layer already exists [2024-07-18T05:09:41.893Z] 3779202f4d8b: Layer already exists [2024-07-18T05:09:41.893Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:41.893Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:41.893Z] 53a2a2d3df8e: Layer already exists [2024-07-18T05:09:41.893Z] b356758e9977: Layer already exists [2024-07-18T05:09:41.893Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:41.893Z] 3.2.0-dev.36: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:42.221Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:42.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:42.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-18T05:09:42.546Z] 53a2a2d3df8e: Preparing [2024-07-18T05:09:42.546Z] 3779202f4d8b: Preparing [2024-07-18T05:09:42.546Z] d1fe129ad72f: Preparing [2024-07-18T05:09:42.546Z] 54f31580bba2: Preparing [2024-07-18T05:09:42.546Z] 301e583f6580: Preparing [2024-07-18T05:09:42.546Z] b356758e9977: Preparing [2024-07-18T05:09:42.546Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:42.546Z] b356758e9977: Waiting [2024-07-18T05:09:42.546Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:42.546Z] 53a2a2d3df8e: Layer already exists [2024-07-18T05:09:42.546Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:42.546Z] 301e583f6580: Layer already exists [2024-07-18T05:09:42.546Z] 3779202f4d8b: Layer already exists [2024-07-18T05:09:42.546Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:42.546Z] b356758e9977: Layer already exists [2024-07-18T05:09:42.546Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:42.546Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:42.702Z] #78 ... [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #92 DONE 83.4s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #78 DONE 105.1s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #80 DONE 104.7s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #79 DONE 105.1s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #81 DONE 102.8s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #114 [security-proxy-auth builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #114 DONE 1.4s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #115 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #116 [core-metadata builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #116 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #117 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:09:42.702Z] #117 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #118 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:09:42.702Z] #118 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #119 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #120 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #121 [core-data builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #121 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #122 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #122 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #123 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:09:42.702Z] #123 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #124 [core-keeper builder 7/8] COPY . . [2024-07-18T05:09:42.702Z] #124 DONE 1.5s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #125 [security-proxy-setup builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #125 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #126 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:09:42.702Z] #127 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #128 [core-command builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #128 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #129 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #129 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #130 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:09:42.702Z] #130 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #131 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #132 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:09:42.702Z] #133 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #134 [security-bootstrapper builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #134 DONE 1.5s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #135 [support-scheduler builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #135 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #136 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-18T05:09:42.702Z] #136 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #137 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-18T05:09:42.702Z] #137 CACHED [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #138 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #138 DONE 1.5s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-18T05:09:42.702Z] #139 ... [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #140 [support-notifications builder 6/7] COPY . . [2024-07-18T05:09:42.702Z] #140 DONE 1.5s [2024-07-18T05:09:42.702Z] [2024-07-18T05:09:42.702Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:09:42.872Z] + 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 [2024-07-18T05:09:43.194Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-07-18T05:09:43.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-07-18T05:09:43.194Z] 53a2a2d3df8e: Preparing [2024-07-18T05:09:43.194Z] 3779202f4d8b: Preparing [2024-07-18T05:09:43.194Z] d1fe129ad72f: Preparing [2024-07-18T05:09:43.194Z] 54f31580bba2: Preparing [2024-07-18T05:09:43.194Z] 301e583f6580: Preparing [2024-07-18T05:09:43.194Z] b356758e9977: Preparing [2024-07-18T05:09:43.194Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:43.194Z] b356758e9977: Waiting [2024-07-18T05:09:43.194Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:43.194Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:43.194Z] 3779202f4d8b: Layer already exists [2024-07-18T05:09:43.194Z] 301e583f6580: Layer already exists [2024-07-18T05:09:43.194Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:43.194Z] 53a2a2d3df8e: Layer already exists [2024-07-18T05:09:43.194Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:43.194Z] b356758e9977: Layer already exists [2024-07-18T05:09:43.194Z] main: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:43.262Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:43.278Z] taggedImages: [2024-07-18T05:09:43.278Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:43.278Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-07-18T05:09:43.278Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.36 [2024-07-18T05:09:43.278Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:43.278Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-07-18T05:09:43.299Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-07-18T05:09:43.299Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:43.299Z] latest [2024-07-18T05:09:43.299Z] 3.2.0-dev.36 [2024-07-18T05:09:43.299Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:43.299Z] main [2024-07-18T05:09:43.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:43.642Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:43.964Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:43.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-18T05:09:43.964Z] e8af1ef6b28a: Preparing [2024-07-18T05:09:43.964Z] 8b7ccc0035d2: Preparing [2024-07-18T05:09:43.964Z] 32981d61dda8: Preparing [2024-07-18T05:09:43.964Z] d1fe129ad72f: Preparing [2024-07-18T05:09:43.964Z] 54f31580bba2: Preparing [2024-07-18T05:09:43.964Z] 9bcf0bff072b: Preparing [2024-07-18T05:09:43.964Z] a6a7e73256c8: Preparing [2024-07-18T05:09:43.964Z] c73c1a433b47: Preparing [2024-07-18T05:09:43.964Z] a6105f4e9afd: Preparing [2024-07-18T05:09:43.964Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:43.964Z] a6a7e73256c8: Waiting [2024-07-18T05:09:43.964Z] c73c1a433b47: Waiting [2024-07-18T05:09:43.964Z] a6105f4e9afd: Waiting [2024-07-18T05:09:43.964Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:43.964Z] 9bcf0bff072b: Waiting [2024-07-18T05:09:43.964Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:43.964Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:43.964Z] e8af1ef6b28a: Pushed [2024-07-18T05:09:43.964Z] 8b7ccc0035d2: Pushed [2024-07-18T05:09:43.964Z] 32981d61dda8: Pushed [2024-07-18T05:09:43.964Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:43.964Z] c73c1a433b47: Pushed [2024-07-18T05:09:44.664Z] #141 ... [2024-07-18T05:09:44.664Z] [2024-07-18T05:09:44.664Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:09:44.664Z] #0 5.343 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-18T05:09:44.902Z] a6105f4e9afd: Pushed [2024-07-18T05:09:44.940Z] #142 ... [2024-07-18T05:09:44.940Z] [2024-07-18T05:09:44.940Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:09:44.940Z] #0 5.576 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-18T05:09:45.207Z] #143 ... [2024-07-18T05:09:45.207Z] [2024-07-18T05:09:45.207Z] #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-18T05:09:45.207Z] #139 5.921 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-18T05:09:49.490Z] #139 ... [2024-07-18T05:09:49.490Z] [2024-07-18T05:09:49.490Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-18T05:09:49.490Z] #0 4.138 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-18T05:09:49.490Z] #144 ... [2024-07-18T05:09:49.490Z] [2024-07-18T05:09:49.490Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-18T05:09:49.490Z] #0 6.169 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-18T05:09:49.490Z] #145 ... [2024-07-18T05:09:49.490Z] [2024-07-18T05:09:49.490Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-18T05:09:49.490Z] #0 6.025 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-18T05:09:49.764Z] #146 ... [2024-07-18T05:09:49.764Z] [2024-07-18T05:09:49.764Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-18T05:09:49.764Z] #0 4.693 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-18T05:09:50.033Z] #147 ... [2024-07-18T05:09:50.033Z] [2024-07-18T05:09:50.033Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-18T05:09:50.033Z] #0 6.168 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-18T05:09:50.033Z] #148 ... [2024-07-18T05:09:50.033Z] [2024-07-18T05:09:50.033Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-18T05:09:50.033Z] #0 4.429 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-18T05:09:50.178Z] a6a7e73256c8: Pushed [2024-07-18T05:09:50.619Z] #149 ... [2024-07-18T05:09:50.619Z] [2024-07-18T05:09:50.619Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:09:50.619Z] #0 6.262 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-18T05:09:50.619Z] #150 ... [2024-07-18T05:09:50.619Z] [2024-07-18T05:09:50.619Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-18T05:09:50.619Z] #0 5.485 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-18T05:09:50.896Z] #151 ... [2024-07-18T05:09:50.896Z] [2024-07-18T05:09:50.896Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:09:50.896Z] #141 6.110 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-18T05:09:53.465Z] 9bcf0bff072b: Pushed [2024-07-18T05:09:53.730Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:54.058Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:54.381Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-18T05:09:54.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-18T05:09:54.381Z] e8af1ef6b28a: Preparing [2024-07-18T05:09:54.381Z] 8b7ccc0035d2: Preparing [2024-07-18T05:09:54.381Z] 32981d61dda8: Preparing [2024-07-18T05:09:54.381Z] d1fe129ad72f: Preparing [2024-07-18T05:09:54.381Z] 54f31580bba2: Preparing [2024-07-18T05:09:54.381Z] 9bcf0bff072b: Preparing [2024-07-18T05:09:54.381Z] a6a7e73256c8: Preparing [2024-07-18T05:09:54.381Z] c73c1a433b47: Preparing [2024-07-18T05:09:54.381Z] a6105f4e9afd: Preparing [2024-07-18T05:09:54.381Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:54.381Z] a6a7e73256c8: Waiting [2024-07-18T05:09:54.381Z] c73c1a433b47: Waiting [2024-07-18T05:09:54.381Z] 9bcf0bff072b: Waiting [2024-07-18T05:09:54.381Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:54.381Z] a6105f4e9afd: Waiting [2024-07-18T05:09:54.381Z] 8b7ccc0035d2: Layer already exists [2024-07-18T05:09:54.381Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:54.381Z] 32981d61dda8: Layer already exists [2024-07-18T05:09:54.381Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:54.381Z] 9bcf0bff072b: Layer already exists [2024-07-18T05:09:54.381Z] a6a7e73256c8: Layer already exists [2024-07-18T05:09:54.381Z] c73c1a433b47: Layer already exists [2024-07-18T05:09:54.381Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:54.381Z] a6105f4e9afd: Layer already exists [2024-07-18T05:09:54.381Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:09:54.381Z] latest: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:54.710Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:55.033Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.36 [2024-07-18T05:09:55.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-18T05:09:55.033Z] e8af1ef6b28a: Preparing [2024-07-18T05:09:55.033Z] 8b7ccc0035d2: Preparing [2024-07-18T05:09:55.033Z] 32981d61dda8: Preparing [2024-07-18T05:09:55.033Z] d1fe129ad72f: Preparing [2024-07-18T05:09:55.033Z] 54f31580bba2: Preparing [2024-07-18T05:09:55.033Z] 9bcf0bff072b: Preparing [2024-07-18T05:09:55.033Z] a6a7e73256c8: Preparing [2024-07-18T05:09:55.033Z] c73c1a433b47: Preparing [2024-07-18T05:09:55.033Z] a6105f4e9afd: Preparing [2024-07-18T05:09:55.033Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:55.033Z] 9bcf0bff072b: Waiting [2024-07-18T05:09:55.033Z] a6a7e73256c8: Waiting [2024-07-18T05:09:55.033Z] c73c1a433b47: Waiting [2024-07-18T05:09:55.033Z] a6105f4e9afd: Waiting [2024-07-18T05:09:55.033Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:55.033Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:55.033Z] 32981d61dda8: Layer already exists [2024-07-18T05:09:55.033Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:55.033Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:09:55.033Z] 8b7ccc0035d2: Layer already exists [2024-07-18T05:09:55.033Z] a6a7e73256c8: Layer already exists [2024-07-18T05:09:55.033Z] 9bcf0bff072b: Layer already exists [2024-07-18T05:09:55.033Z] a6105f4e9afd: Layer already exists [2024-07-18T05:09:55.033Z] c73c1a433b47: Layer already exists [2024-07-18T05:09:55.033Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:55.033Z] 3.2.0-dev.36: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:55.362Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:55.732Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:55.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-18T05:09:55.732Z] e8af1ef6b28a: Preparing [2024-07-18T05:09:55.732Z] 8b7ccc0035d2: Preparing [2024-07-18T05:09:55.732Z] 32981d61dda8: Preparing [2024-07-18T05:09:55.732Z] d1fe129ad72f: Preparing [2024-07-18T05:09:55.732Z] 54f31580bba2: Preparing [2024-07-18T05:09:55.732Z] 9bcf0bff072b: Preparing [2024-07-18T05:09:55.732Z] a6a7e73256c8: Preparing [2024-07-18T05:09:55.732Z] c73c1a433b47: Preparing [2024-07-18T05:09:55.732Z] a6105f4e9afd: Preparing [2024-07-18T05:09:55.732Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:55.732Z] c73c1a433b47: Waiting [2024-07-18T05:09:55.732Z] a6105f4e9afd: Waiting [2024-07-18T05:09:55.732Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:55.732Z] 9bcf0bff072b: Waiting [2024-07-18T05:09:55.732Z] a6a7e73256c8: Waiting [2024-07-18T05:09:55.732Z] 32981d61dda8: Layer already exists [2024-07-18T05:09:55.732Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:55.732Z] 8b7ccc0035d2: Layer already exists [2024-07-18T05:09:55.732Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:55.732Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:09:55.732Z] a6a7e73256c8: Layer already exists [2024-07-18T05:09:55.732Z] c73c1a433b47: Layer already exists [2024-07-18T05:09:55.732Z] 9bcf0bff072b: Layer already exists [2024-07-18T05:09:55.732Z] a6105f4e9afd: Layer already exists [2024-07-18T05:09:55.732Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:55.732Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:56.056Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:56.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-07-18T05:09:56.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-07-18T05:09:56.366Z] e8af1ef6b28a: Preparing [2024-07-18T05:09:56.366Z] 8b7ccc0035d2: Preparing [2024-07-18T05:09:56.366Z] 32981d61dda8: Preparing [2024-07-18T05:09:56.366Z] d1fe129ad72f: Preparing [2024-07-18T05:09:56.366Z] 54f31580bba2: Preparing [2024-07-18T05:09:56.366Z] 9bcf0bff072b: Preparing [2024-07-18T05:09:56.366Z] a6a7e73256c8: Preparing [2024-07-18T05:09:56.366Z] c73c1a433b47: Preparing [2024-07-18T05:09:56.366Z] a6105f4e9afd: Preparing [2024-07-18T05:09:56.366Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:56.366Z] 9bcf0bff072b: Waiting [2024-07-18T05:09:56.366Z] a6a7e73256c8: Waiting [2024-07-18T05:09:56.366Z] c73c1a433b47: Waiting [2024-07-18T05:09:56.366Z] a6105f4e9afd: Waiting [2024-07-18T05:09:56.366Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:56.366Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:56.366Z] 8b7ccc0035d2: Layer already exists [2024-07-18T05:09:56.366Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:09:56.366Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:56.366Z] 32981d61dda8: Layer already exists [2024-07-18T05:09:56.366Z] c73c1a433b47: Layer already exists [2024-07-18T05:09:56.366Z] 9bcf0bff072b: Layer already exists [2024-07-18T05:09:56.366Z] a6a7e73256c8: Layer already exists [2024-07-18T05:09:56.366Z] a6105f4e9afd: Layer already exists [2024-07-18T05:09:56.366Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:56.366Z] main: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:09:56.435Z] ===================================================== [Pipeline] echo [2024-07-18T05:09:56.451Z] taggedImages: [2024-07-18T05:09:56.451Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:56.451Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-07-18T05:09:56.451Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.36 [2024-07-18T05:09:56.451Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:56.451Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-07-18T05:09:56.479Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-07-18T05:09:56.480Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:56.480Z] latest [2024-07-18T05:09:56.480Z] 3.2.0-dev.36 [2024-07-18T05:09:56.480Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:09:56.480Z] main [2024-07-18T05:09:56.480Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:56.836Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:09:57.154Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:09:57.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-18T05:09:57.154Z] e3061987f314: Preparing [2024-07-18T05:09:57.154Z] c878d845ed78: Preparing [2024-07-18T05:09:57.154Z] 6680797ba29f: Preparing [2024-07-18T05:09:57.154Z] d1fe129ad72f: Preparing [2024-07-18T05:09:57.154Z] 54f31580bba2: Preparing [2024-07-18T05:09:57.154Z] c7846f806dc0: Preparing [2024-07-18T05:09:57.154Z] 259beb148a63: Preparing [2024-07-18T05:09:57.154Z] c2d1683180e4: Preparing [2024-07-18T05:09:57.154Z] 63ec0bd56cf3: Preparing [2024-07-18T05:09:57.154Z] 259beb148a63: Waiting [2024-07-18T05:09:57.154Z] 63ec0bd56cf3: Waiting [2024-07-18T05:09:57.154Z] c2d1683180e4: Waiting [2024-07-18T05:09:57.154Z] c7846f806dc0: Waiting [2024-07-18T05:09:57.154Z] d1fe129ad72f: Layer already exists [2024-07-18T05:09:57.154Z] 54f31580bba2: Layer already exists [2024-07-18T05:09:57.154Z] 6680797ba29f: Pushed [2024-07-18T05:09:57.154Z] e3061987f314: Pushed [2024-07-18T05:09:57.154Z] c878d845ed78: Pushed [2024-07-18T05:09:57.154Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:09:57.461Z] c2d1683180e4: Pushed [2024-07-18T05:09:57.718Z] 259beb148a63: Pushed [2024-07-18T05:10:07.693Z] c7846f806dc0: Pushed [2024-07-18T05:10:07.693Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:08.021Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:08.341Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-18T05:10:08.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-18T05:10:08.341Z] e3061987f314: Preparing [2024-07-18T05:10:08.341Z] c878d845ed78: Preparing [2024-07-18T05:10:08.341Z] 6680797ba29f: Preparing [2024-07-18T05:10:08.341Z] d1fe129ad72f: Preparing [2024-07-18T05:10:08.341Z] 54f31580bba2: Preparing [2024-07-18T05:10:08.341Z] c7846f806dc0: Preparing [2024-07-18T05:10:08.341Z] 259beb148a63: Preparing [2024-07-18T05:10:08.341Z] c2d1683180e4: Preparing [2024-07-18T05:10:08.341Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:08.341Z] c7846f806dc0: Waiting [2024-07-18T05:10:08.341Z] 259beb148a63: Waiting [2024-07-18T05:10:08.341Z] c2d1683180e4: Waiting [2024-07-18T05:10:08.341Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:08.341Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:08.341Z] 6680797ba29f: Layer already exists [2024-07-18T05:10:08.341Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:08.341Z] e3061987f314: Layer already exists [2024-07-18T05:10:08.341Z] c878d845ed78: Layer already exists [2024-07-18T05:10:08.341Z] 259beb148a63: Layer already exists [2024-07-18T05:10:08.341Z] c2d1683180e4: Layer already exists [2024-07-18T05:10:08.341Z] c7846f806dc0: Layer already exists [2024-07-18T05:10:08.341Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:08.341Z] latest: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:08.657Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:08.972Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.36 [2024-07-18T05:10:08.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-18T05:10:08.972Z] e3061987f314: Preparing [2024-07-18T05:10:08.972Z] c878d845ed78: Preparing [2024-07-18T05:10:08.972Z] 6680797ba29f: Preparing [2024-07-18T05:10:08.972Z] d1fe129ad72f: Preparing [2024-07-18T05:10:08.972Z] 54f31580bba2: Preparing [2024-07-18T05:10:08.972Z] c7846f806dc0: Preparing [2024-07-18T05:10:08.972Z] 259beb148a63: Preparing [2024-07-18T05:10:08.972Z] c2d1683180e4: Preparing [2024-07-18T05:10:08.972Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:08.972Z] c7846f806dc0: Waiting [2024-07-18T05:10:08.972Z] 259beb148a63: Waiting [2024-07-18T05:10:08.972Z] c2d1683180e4: Waiting [2024-07-18T05:10:08.972Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:08.972Z] c878d845ed78: Layer already exists [2024-07-18T05:10:08.972Z] e3061987f314: Layer already exists [2024-07-18T05:10:08.972Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:08.972Z] 6680797ba29f: Layer already exists [2024-07-18T05:10:08.972Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:08.972Z] 259beb148a63: Layer already exists [2024-07-18T05:10:08.972Z] c7846f806dc0: Layer already exists [2024-07-18T05:10:08.972Z] c2d1683180e4: Layer already exists [2024-07-18T05:10:08.972Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:08.972Z] 3.2.0-dev.36: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:09.312Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:09.617Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:09.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-18T05:10:09.617Z] e3061987f314: Preparing [2024-07-18T05:10:09.617Z] c878d845ed78: Preparing [2024-07-18T05:10:09.617Z] 6680797ba29f: Preparing [2024-07-18T05:10:09.617Z] d1fe129ad72f: Preparing [2024-07-18T05:10:09.617Z] 54f31580bba2: Preparing [2024-07-18T05:10:09.617Z] c7846f806dc0: Preparing [2024-07-18T05:10:09.617Z] 259beb148a63: Preparing [2024-07-18T05:10:09.617Z] c2d1683180e4: Preparing [2024-07-18T05:10:09.617Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:09.617Z] c2d1683180e4: Waiting [2024-07-18T05:10:09.617Z] 259beb148a63: Waiting [2024-07-18T05:10:09.617Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:09.617Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:09.617Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:09.617Z] c878d845ed78: Layer already exists [2024-07-18T05:10:09.617Z] e3061987f314: Layer already exists [2024-07-18T05:10:09.617Z] 6680797ba29f: Layer already exists [2024-07-18T05:10:09.617Z] 259beb148a63: Layer already exists [2024-07-18T05:10:09.617Z] c7846f806dc0: Layer already exists [2024-07-18T05:10:09.617Z] c2d1683180e4: Layer already exists [2024-07-18T05:10:09.617Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:09.617Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:09.949Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:10.264Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-07-18T05:10:10.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-07-18T05:10:10.264Z] e3061987f314: Preparing [2024-07-18T05:10:10.264Z] c878d845ed78: Preparing [2024-07-18T05:10:10.264Z] 6680797ba29f: Preparing [2024-07-18T05:10:10.264Z] d1fe129ad72f: Preparing [2024-07-18T05:10:10.264Z] 54f31580bba2: Preparing [2024-07-18T05:10:10.264Z] c7846f806dc0: Preparing [2024-07-18T05:10:10.264Z] 259beb148a63: Preparing [2024-07-18T05:10:10.264Z] c2d1683180e4: Preparing [2024-07-18T05:10:10.264Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:10.264Z] c7846f806dc0: Waiting [2024-07-18T05:10:10.264Z] 259beb148a63: Waiting [2024-07-18T05:10:10.264Z] c2d1683180e4: Waiting [2024-07-18T05:10:10.264Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:10.264Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:10.264Z] 6680797ba29f: Layer already exists [2024-07-18T05:10:10.264Z] c878d845ed78: Layer already exists [2024-07-18T05:10:10.264Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:10.264Z] e3061987f314: Layer already exists [2024-07-18T05:10:10.264Z] c7846f806dc0: Layer already exists [2024-07-18T05:10:10.264Z] 259beb148a63: Layer already exists [2024-07-18T05:10:10.264Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:10.264Z] c2d1683180e4: Layer already exists [2024-07-18T05:10:10.264Z] main: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:10:10.345Z] ===================================================== [Pipeline] echo [2024-07-18T05:10:10.357Z] taggedImages: [2024-07-18T05:10:10.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:10.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-07-18T05:10:10.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.36 [2024-07-18T05:10:10.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:10.357Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-07-18T05:10:10.384Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-07-18T05:10:10.384Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:10.384Z] latest [2024-07-18T05:10:10.384Z] 3.2.0-dev.36 [2024-07-18T05:10:10.384Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:10.384Z] main [2024-07-18T05:10:10.384Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:10.730Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:11.044Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:11.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-18T05:10:11.044Z] e8af1ef6b28a: Preparing [2024-07-18T05:10:11.044Z] f4496100b14d: Preparing [2024-07-18T05:10:11.044Z] a30751bc628e: Preparing [2024-07-18T05:10:11.044Z] d1fe129ad72f: Preparing [2024-07-18T05:10:11.044Z] 54f31580bba2: Preparing [2024-07-18T05:10:11.044Z] 8d9ae0191f0c: Preparing [2024-07-18T05:10:11.044Z] c73c1a433b47: Preparing [2024-07-18T05:10:11.044Z] a6105f4e9afd: Preparing [2024-07-18T05:10:11.044Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:11.044Z] 8d9ae0191f0c: Waiting [2024-07-18T05:10:11.044Z] a6105f4e9afd: Waiting [2024-07-18T05:10:11.044Z] c73c1a433b47: Waiting [2024-07-18T05:10:11.044Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:11.044Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:11.044Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:11.044Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:10:11.044Z] a6105f4e9afd: Layer already exists [2024-07-18T05:10:11.044Z] c73c1a433b47: Layer already exists [2024-07-18T05:10:11.044Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:11.044Z] a30751bc628e: Pushed [2024-07-18T05:10:11.044Z] f4496100b14d: Pushed [2024-07-18T05:10:21.026Z] 8d9ae0191f0c: Pushed [2024-07-18T05:10:21.026Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:21.348Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:21.667Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-18T05:10:21.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-18T05:10:21.667Z] e8af1ef6b28a: Preparing [2024-07-18T05:10:21.667Z] f4496100b14d: Preparing [2024-07-18T05:10:21.667Z] a30751bc628e: Preparing [2024-07-18T05:10:21.667Z] d1fe129ad72f: Preparing [2024-07-18T05:10:21.667Z] 54f31580bba2: Preparing [2024-07-18T05:10:21.667Z] 8d9ae0191f0c: Preparing [2024-07-18T05:10:21.667Z] c73c1a433b47: Preparing [2024-07-18T05:10:21.667Z] a6105f4e9afd: Preparing [2024-07-18T05:10:21.667Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:21.667Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:21.667Z] c73c1a433b47: Waiting [2024-07-18T05:10:21.667Z] 8d9ae0191f0c: Waiting [2024-07-18T05:10:21.667Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:10:21.667Z] a30751bc628e: Layer already exists [2024-07-18T05:10:21.667Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:21.667Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:21.667Z] f4496100b14d: Layer already exists [2024-07-18T05:10:21.667Z] 8d9ae0191f0c: Layer already exists [2024-07-18T05:10:21.667Z] c73c1a433b47: Layer already exists [2024-07-18T05:10:21.667Z] a6105f4e9afd: Layer already exists [2024-07-18T05:10:21.667Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:21.667Z] latest: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:21.988Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:22.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.36 [2024-07-18T05:10:22.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-18T05:10:22.325Z] e8af1ef6b28a: Preparing [2024-07-18T05:10:22.325Z] f4496100b14d: Preparing [2024-07-18T05:10:22.325Z] a30751bc628e: Preparing [2024-07-18T05:10:22.325Z] d1fe129ad72f: Preparing [2024-07-18T05:10:22.325Z] 54f31580bba2: Preparing [2024-07-18T05:10:22.325Z] 8d9ae0191f0c: Preparing [2024-07-18T05:10:22.325Z] c73c1a433b47: Preparing [2024-07-18T05:10:22.325Z] a6105f4e9afd: Preparing [2024-07-18T05:10:22.325Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:22.325Z] a6105f4e9afd: Waiting [2024-07-18T05:10:22.325Z] 8d9ae0191f0c: Waiting [2024-07-18T05:10:22.325Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:22.325Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:10:22.325Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:22.325Z] a30751bc628e: Layer already exists [2024-07-18T05:10:22.325Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:22.325Z] c73c1a433b47: Layer already exists [2024-07-18T05:10:22.325Z] 8d9ae0191f0c: Layer already exists [2024-07-18T05:10:22.325Z] f4496100b14d: Layer already exists [2024-07-18T05:10:22.325Z] a6105f4e9afd: Layer already exists [2024-07-18T05:10:22.325Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:22.325Z] 3.2.0-dev.36: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:22.649Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:22.967Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:22.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-18T05:10:22.967Z] e8af1ef6b28a: Preparing [2024-07-18T05:10:22.967Z] f4496100b14d: Preparing [2024-07-18T05:10:22.967Z] a30751bc628e: Preparing [2024-07-18T05:10:22.967Z] d1fe129ad72f: Preparing [2024-07-18T05:10:22.967Z] 54f31580bba2: Preparing [2024-07-18T05:10:22.967Z] 8d9ae0191f0c: Preparing [2024-07-18T05:10:22.967Z] c73c1a433b47: Preparing [2024-07-18T05:10:22.967Z] a6105f4e9afd: Preparing [2024-07-18T05:10:22.967Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:22.967Z] 8d9ae0191f0c: Waiting [2024-07-18T05:10:22.967Z] c73c1a433b47: Waiting [2024-07-18T05:10:22.967Z] a6105f4e9afd: Waiting [2024-07-18T05:10:22.967Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:22.967Z] f4496100b14d: Layer already exists [2024-07-18T05:10:22.967Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:10:22.967Z] a30751bc628e: Layer already exists [2024-07-18T05:10:22.967Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:22.967Z] 8d9ae0191f0c: Layer already exists [2024-07-18T05:10:22.967Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:22.967Z] c73c1a433b47: Layer already exists [2024-07-18T05:10:22.967Z] a6105f4e9afd: Layer already exists [2024-07-18T05:10:22.967Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:22.967Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:23.311Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:23.635Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-07-18T05:10:23.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-07-18T05:10:23.635Z] e8af1ef6b28a: Preparing [2024-07-18T05:10:23.635Z] f4496100b14d: Preparing [2024-07-18T05:10:23.635Z] a30751bc628e: Preparing [2024-07-18T05:10:23.635Z] d1fe129ad72f: Preparing [2024-07-18T05:10:23.635Z] 54f31580bba2: Preparing [2024-07-18T05:10:23.635Z] 8d9ae0191f0c: Preparing [2024-07-18T05:10:23.635Z] c73c1a433b47: Preparing [2024-07-18T05:10:23.635Z] a6105f4e9afd: Preparing [2024-07-18T05:10:23.635Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:23.635Z] 8d9ae0191f0c: Waiting [2024-07-18T05:10:23.635Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:23.635Z] c73c1a433b47: Waiting [2024-07-18T05:10:23.635Z] a6105f4e9afd: Waiting [2024-07-18T05:10:23.635Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:23.635Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:23.635Z] a30751bc628e: Layer already exists [2024-07-18T05:10:23.635Z] f4496100b14d: Layer already exists [2024-07-18T05:10:23.635Z] e8af1ef6b28a: Layer already exists [2024-07-18T05:10:23.635Z] c73c1a433b47: Layer already exists [2024-07-18T05:10:23.635Z] 8d9ae0191f0c: Layer already exists [2024-07-18T05:10:23.635Z] a6105f4e9afd: Layer already exists [2024-07-18T05:10:23.635Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:23.635Z] main: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:10:23.709Z] ===================================================== [Pipeline] echo [2024-07-18T05:10:23.725Z] taggedImages: [2024-07-18T05:10:23.725Z] - nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:23.725Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-07-18T05:10:23.725Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.36 [2024-07-18T05:10:23.725Z] - nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:23.725Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-07-18T05:10:23.753Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-07-18T05:10:23.753Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:23.753Z] latest [2024-07-18T05:10:23.753Z] 3.2.0-dev.36 [2024-07-18T05:10:23.753Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:23.753Z] main [2024-07-18T05:10:23.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:24.089Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:24.410Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:24.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-18T05:10:24.410Z] 7bcf1f8e1b5e: Preparing [2024-07-18T05:10:24.410Z] 80c3c47cbdb8: Preparing [2024-07-18T05:10:24.410Z] d1fe129ad72f: Preparing [2024-07-18T05:10:24.410Z] 54f31580bba2: Preparing [2024-07-18T05:10:24.410Z] 2f91fbf874a5: Preparing [2024-07-18T05:10:24.410Z] 1dfae40ad4f5: Preparing [2024-07-18T05:10:24.410Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:24.410Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:24.410Z] 1dfae40ad4f5: Waiting [2024-07-18T05:10:24.410Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:24.410Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:24.410Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:24.410Z] 7bcf1f8e1b5e: Pushed [2024-07-18T05:10:24.410Z] 1dfae40ad4f5: Pushed [2024-07-18T05:10:24.976Z] 2f91fbf874a5: Pushed [2024-07-18T05:10:28.576Z] 80c3c47cbdb8: Pushed [2024-07-18T05:10:28.576Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:28.902Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:29.230Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-18T05:10:29.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-18T05:10:29.230Z] 7bcf1f8e1b5e: Preparing [2024-07-18T05:10:29.230Z] 80c3c47cbdb8: Preparing [2024-07-18T05:10:29.230Z] d1fe129ad72f: Preparing [2024-07-18T05:10:29.230Z] 54f31580bba2: Preparing [2024-07-18T05:10:29.230Z] 2f91fbf874a5: Preparing [2024-07-18T05:10:29.230Z] 1dfae40ad4f5: Preparing [2024-07-18T05:10:29.230Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:29.230Z] 1dfae40ad4f5: Waiting [2024-07-18T05:10:29.230Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:29.230Z] 7bcf1f8e1b5e: Layer already exists [2024-07-18T05:10:29.230Z] 80c3c47cbdb8: Layer already exists [2024-07-18T05:10:29.230Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:29.230Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:29.230Z] 2f91fbf874a5: Layer already exists [2024-07-18T05:10:29.230Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:29.230Z] 1dfae40ad4f5: Layer already exists [2024-07-18T05:10:29.230Z] latest: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:29.560Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:29.883Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.36 [2024-07-18T05:10:29.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-18T05:10:29.883Z] 7bcf1f8e1b5e: Preparing [2024-07-18T05:10:29.883Z] 80c3c47cbdb8: Preparing [2024-07-18T05:10:29.883Z] d1fe129ad72f: Preparing [2024-07-18T05:10:29.883Z] 54f31580bba2: Preparing [2024-07-18T05:10:29.883Z] 2f91fbf874a5: Preparing [2024-07-18T05:10:29.883Z] 1dfae40ad4f5: Preparing [2024-07-18T05:10:29.883Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:29.883Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:29.883Z] 1dfae40ad4f5: Waiting [2024-07-18T05:10:29.883Z] 7bcf1f8e1b5e: Layer already exists [2024-07-18T05:10:29.883Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:29.883Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:29.883Z] 80c3c47cbdb8: Layer already exists [2024-07-18T05:10:29.883Z] 2f91fbf874a5: Layer already exists [2024-07-18T05:10:29.883Z] 1dfae40ad4f5: Layer already exists [2024-07-18T05:10:29.883Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:29.883Z] 3.2.0-dev.36: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:30.211Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:30.533Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:30.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-18T05:10:30.533Z] 7bcf1f8e1b5e: Preparing [2024-07-18T05:10:30.533Z] 80c3c47cbdb8: Preparing [2024-07-18T05:10:30.533Z] d1fe129ad72f: Preparing [2024-07-18T05:10:30.533Z] 54f31580bba2: Preparing [2024-07-18T05:10:30.533Z] 2f91fbf874a5: Preparing [2024-07-18T05:10:30.533Z] 1dfae40ad4f5: Preparing [2024-07-18T05:10:30.533Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:30.533Z] 1dfae40ad4f5: Waiting [2024-07-18T05:10:30.533Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:30.533Z] 80c3c47cbdb8: Layer already exists [2024-07-18T05:10:30.533Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:30.533Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:30.533Z] 7bcf1f8e1b5e: Layer already exists [2024-07-18T05:10:30.533Z] 2f91fbf874a5: Layer already exists [2024-07-18T05:10:30.533Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:30.533Z] 1dfae40ad4f5: Layer already exists [2024-07-18T05:10:30.533Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:31.695Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:32.018Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-07-18T05:10:32.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-07-18T05:10:32.018Z] 7bcf1f8e1b5e: Preparing [2024-07-18T05:10:32.018Z] 80c3c47cbdb8: Preparing [2024-07-18T05:10:32.018Z] d1fe129ad72f: Preparing [2024-07-18T05:10:32.018Z] 54f31580bba2: Preparing [2024-07-18T05:10:32.018Z] 2f91fbf874a5: Preparing [2024-07-18T05:10:32.018Z] 1dfae40ad4f5: Preparing [2024-07-18T05:10:32.018Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:32.018Z] 1dfae40ad4f5: Waiting [2024-07-18T05:10:32.018Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:32.018Z] 80c3c47cbdb8: Layer already exists [2024-07-18T05:10:32.018Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:32.018Z] 2f91fbf874a5: Layer already exists [2024-07-18T05:10:32.018Z] 7bcf1f8e1b5e: Layer already exists [2024-07-18T05:10:32.018Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:32.018Z] 1dfae40ad4f5: Layer already exists [2024-07-18T05:10:32.018Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:32.018Z] main: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:10:32.096Z] ===================================================== [Pipeline] echo [2024-07-18T05:10:32.112Z] taggedImages: [2024-07-18T05:10:32.112Z] - nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:32.112Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-07-18T05:10:32.112Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.36 [2024-07-18T05:10:32.112Z] - nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:32.112Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-07-18T05:10:32.137Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-07-18T05:10:32.137Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:32.137Z] latest [2024-07-18T05:10:32.137Z] 3.2.0-dev.36 [2024-07-18T05:10:32.137Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:32.137Z] main [2024-07-18T05:10:32.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:32.478Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:32.798Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:32.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-18T05:10:32.798Z] e3efa2b13513: Preparing [2024-07-18T05:10:32.798Z] cf7a28174187: Preparing [2024-07-18T05:10:32.798Z] d1fe129ad72f: Preparing [2024-07-18T05:10:32.798Z] 54f31580bba2: Preparing [2024-07-18T05:10:32.798Z] b02f40cecb54: Preparing [2024-07-18T05:10:32.798Z] c0908ee048d9: Preparing [2024-07-18T05:10:32.798Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:32.798Z] c0908ee048d9: Waiting [2024-07-18T05:10:32.798Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:32.798Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:32.798Z] b02f40cecb54: Layer already exists [2024-07-18T05:10:32.798Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:32.798Z] c0908ee048d9: Layer already exists [2024-07-18T05:10:32.798Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:32.798Z] e3efa2b13513: Pushed [2024-07-18T05:10:36.089Z] cf7a28174187: Pushed [2024-07-18T05:10:36.089Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:36.425Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:36.755Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-18T05:10:36.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-18T05:10:36.755Z] e3efa2b13513: Preparing [2024-07-18T05:10:36.755Z] cf7a28174187: Preparing [2024-07-18T05:10:36.755Z] d1fe129ad72f: Preparing [2024-07-18T05:10:36.755Z] 54f31580bba2: Preparing [2024-07-18T05:10:36.755Z] b02f40cecb54: Preparing [2024-07-18T05:10:36.755Z] c0908ee048d9: Preparing [2024-07-18T05:10:36.755Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:36.755Z] c0908ee048d9: Waiting [2024-07-18T05:10:36.755Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:36.755Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:36.755Z] e3efa2b13513: Layer already exists [2024-07-18T05:10:36.755Z] b02f40cecb54: Layer already exists [2024-07-18T05:10:36.755Z] cf7a28174187: Layer already exists [2024-07-18T05:10:36.755Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:36.755Z] c0908ee048d9: Layer already exists [2024-07-18T05:10:36.755Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:36.755Z] latest: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:37.082Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:37.414Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.36 [2024-07-18T05:10:37.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-18T05:10:37.414Z] e3efa2b13513: Preparing [2024-07-18T05:10:37.414Z] cf7a28174187: Preparing [2024-07-18T05:10:37.414Z] d1fe129ad72f: Preparing [2024-07-18T05:10:37.414Z] 54f31580bba2: Preparing [2024-07-18T05:10:37.414Z] b02f40cecb54: Preparing [2024-07-18T05:10:37.414Z] c0908ee048d9: Preparing [2024-07-18T05:10:37.414Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:37.414Z] c0908ee048d9: Waiting [2024-07-18T05:10:37.414Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:37.414Z] e3efa2b13513: Layer already exists [2024-07-18T05:10:37.414Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:37.414Z] b02f40cecb54: Layer already exists [2024-07-18T05:10:37.414Z] cf7a28174187: Layer already exists [2024-07-18T05:10:37.414Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:37.414Z] c0908ee048d9: Layer already exists [2024-07-18T05:10:37.414Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:37.414Z] 3.2.0-dev.36: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:37.737Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:38.059Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:38.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-18T05:10:38.059Z] e3efa2b13513: Preparing [2024-07-18T05:10:38.059Z] cf7a28174187: Preparing [2024-07-18T05:10:38.059Z] d1fe129ad72f: Preparing [2024-07-18T05:10:38.059Z] 54f31580bba2: Preparing [2024-07-18T05:10:38.059Z] b02f40cecb54: Preparing [2024-07-18T05:10:38.059Z] c0908ee048d9: Preparing [2024-07-18T05:10:38.059Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:38.059Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:38.059Z] c0908ee048d9: Waiting [2024-07-18T05:10:38.059Z] cf7a28174187: Layer already exists [2024-07-18T05:10:38.059Z] e3efa2b13513: Layer already exists [2024-07-18T05:10:38.059Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:38.059Z] b02f40cecb54: Layer already exists [2024-07-18T05:10:38.059Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:38.059Z] c0908ee048d9: Layer already exists [2024-07-18T05:10:38.059Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:38.059Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:38.392Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:10:38.716Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-07-18T05:10:38.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-07-18T05:10:38.716Z] e3efa2b13513: Preparing [2024-07-18T05:10:38.716Z] cf7a28174187: Preparing [2024-07-18T05:10:38.716Z] d1fe129ad72f: Preparing [2024-07-18T05:10:38.716Z] 54f31580bba2: Preparing [2024-07-18T05:10:38.716Z] b02f40cecb54: Preparing [2024-07-18T05:10:38.716Z] c0908ee048d9: Preparing [2024-07-18T05:10:38.716Z] 63ec0bd56cf3: Preparing [2024-07-18T05:10:38.716Z] c0908ee048d9: Waiting [2024-07-18T05:10:38.716Z] 63ec0bd56cf3: Waiting [2024-07-18T05:10:38.716Z] e3efa2b13513: Layer already exists [2024-07-18T05:10:38.716Z] d1fe129ad72f: Layer already exists [2024-07-18T05:10:38.716Z] b02f40cecb54: Layer already exists [2024-07-18T05:10:38.716Z] cf7a28174187: Layer already exists [2024-07-18T05:10:38.716Z] 54f31580bba2: Layer already exists [2024-07-18T05:10:38.716Z] c0908ee048d9: Layer already exists [2024-07-18T05:10:38.716Z] 63ec0bd56cf3: Layer already exists [2024-07-18T05:10:38.716Z] main: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:10:38.780Z] ===================================================== [Pipeline] echo [2024-07-18T05:10:38.792Z] taggedImages: [2024-07-18T05:10:38.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:10:38.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-07-18T05:10:38.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.36 [2024-07-18T05:10:38.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:10:38.792Z] - 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-18T05:28:59.124Z] #141 ... [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-18T05:28:59.124Z] #145 1148.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-18T05:28:59.124Z] #145 ... [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-18T05:28:59.124Z] #146 DONE 1156.3s [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:28:59.124Z] #141 ... [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-18T05:28:59.124Z] #152 DONE 0.3s [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-18T05:28:59.124Z] #148 ... [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #153 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-18T05:28:59.124Z] #153 DONE 2.1s [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #154 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:28:59.124Z] #154 DONE 0.2s [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #155 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:28:59.124Z] #155 DONE 0.3s [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #156 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-18T05:28:59.124Z] #156 DONE 0.2s [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:28:59.124Z] #150 ... [2024-07-18T05:28:59.124Z] [2024-07-18T05:28:59.124Z] #157 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-18T05:28:59.124Z] #157 DONE 0.1s [2024-07-18T05:28:59.402Z] [2024-07-18T05:28:59.402Z] #158 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-18T05:28:59.402Z] #158 DONE 0.2s [2024-07-18T05:28:59.402Z] [2024-07-18T05:28:59.402Z] #159 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-18T05:28:59.674Z] #159 DONE 0.1s [2024-07-18T05:28:59.674Z] [2024-07-18T05:28:59.674Z] #160 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-18T05:28:59.674Z] #160 DONE 0.1s [2024-07-18T05:28:59.674Z] [2024-07-18T05:28:59.674Z] #161 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-18T05:28:59.674Z] #161 DONE 0.1s [2024-07-18T05:28:59.674Z] [2024-07-18T05:28:59.674Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:28:59.941Z] #143 ... [2024-07-18T05:28:59.941Z] [2024-07-18T05:28:59.941Z] #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-18T05:29:00.533Z] #162 ... [2024-07-18T05:29:00.533Z] [2024-07-18T05:29:00.533Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-18T05:29:00.533Z] #148 DONE 1161.3s [2024-07-18T05:29:00.806Z] [2024-07-18T05:29:00.807Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-18T05:29:01.082Z] #144 ... [2024-07-18T05:29:01.082Z] [2024-07-18T05:29:01.082Z] #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:29:01.392Z] #163 DONE 0.4s [2024-07-18T05:29:01.392Z] [2024-07-18T05:29:01.392Z] #164 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:29:02.297Z] #164 DONE 0.5s [2024-07-18T05:29:02.297Z] [2024-07-18T05:29:02.297Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:29:02.297Z] #143 ... [2024-07-18T05:29:02.297Z] [2024-07-18T05:29:02.297Z] #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-18T05:29:02.297Z] #165 DONE 0.2s [2024-07-18T05:29:02.297Z] [2024-07-18T05:29:02.297Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-18T05:29:02.297Z] #147 ... [2024-07-18T05:29:02.297Z] [2024-07-18T05:29:02.297Z] #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-18T05:29:02.577Z] #166 DONE 0.2s [2024-07-18T05:29:02.577Z] [2024-07-18T05:29:02.577Z] #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-18T05:29:02.890Z] #167 DONE 0.3s [2024-07-18T05:29:02.890Z] [2024-07-18T05:29:02.890Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:29:02.890Z] #150 ... [2024-07-18T05:29:02.890Z] [2024-07-18T05:29:02.890Z] #168 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-18T05:29:03.174Z] #168 DONE 0.3s [2024-07-18T05:29:03.174Z] [2024-07-18T05:29:03.174Z] #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-18T05:29:03.174Z] #139 ... [2024-07-18T05:29:03.174Z] [2024-07-18T05:29:03.174Z] #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:29:03.457Z] #169 ... [2024-07-18T05:29:03.457Z] [2024-07-18T05:29:03.457Z] #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-18T05:29:03.457Z] #162 DONE 3.4s [2024-07-18T05:29:03.457Z] [2024-07-18T05:29:03.457Z] #103 [security-bootstrapper] exporting to image [2024-07-18T05:29:03.457Z] #103 exporting layers [2024-07-18T05:29:04.864Z] #103 exporting layers 1.6s done [2024-07-18T05:29:04.864Z] #103 writing image sha256:588821e6afa57a963f464da15bc19e68b4ed84ac26146a7d50c77728d1854282 0.0s done [2024-07-18T05:29:04.864Z] #103 naming to docker.io/library/security-bootstrapper-arm64 [2024-07-18T05:29:04.864Z] #103 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-18T05:29:04.864Z] #103 DONE 6.6s [2024-07-18T05:29:04.864Z] [2024-07-18T05:29:04.864Z] #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:29:06.818Z] #169 DONE 2.9s [2024-07-18T05:29:06.818Z] [2024-07-18T05:29:06.818Z] #103 [security-proxy-setup] exporting to image [2024-07-18T05:29:07.084Z] #103 exporting layers 1.0s done [2024-07-18T05:29:07.084Z] #103 writing image sha256:bb212df23a34d5383ec43ea97f80c3f47de2d69e659d729bbe9cdabd9ecb3012 done [2024-07-18T05:29:07.084Z] #103 naming to docker.io/library/security-proxy-setup-arm64 done [2024-07-18T05:29:07.084Z] #103 DONE 7.6s [2024-07-18T05:29:07.084Z] [2024-07-18T05:29:07.084Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:29:11.589Z] #150 ... [2024-07-18T05:29:11.589Z] [2024-07-18T05:29:11.589Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-18T05:29:11.589Z] #145 DONE 1171.7s [2024-07-18T05:29:11.589Z] [2024-07-18T05:29:11.589Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:29:11.589Z] #143 ... [2024-07-18T05:29:11.589Z] [2024-07-18T05:29:11.589Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:29:11.589Z] #170 DONE 0.2s [2024-07-18T05:29:11.589Z] [2024-07-18T05:29:11.589Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:29:11.928Z] #143 ... [2024-07-18T05:29:11.928Z] [2024-07-18T05:29:11.928Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:29:11.928Z] #171 DONE 0.2s [2024-07-18T05:29:11.928Z] [2024-07-18T05:29:11.928Z] #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-18T05:29:12.280Z] #172 DONE 0.1s [2024-07-18T05:29:12.280Z] [2024-07-18T05:29:12.280Z] #173 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-18T05:29:12.280Z] #173 DONE 0.2s [2024-07-18T05:29:12.280Z] [2024-07-18T05:29:12.280Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:29:12.280Z] #174 DONE 0.1s [2024-07-18T05:29:12.280Z] [2024-07-18T05:29:12.280Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-18T05:29:12.587Z] #175 DONE 0.3s [2024-07-18T05:29:12.587Z] [2024-07-18T05:29:12.587Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:29:12.587Z] #150 ... [2024-07-18T05:29:12.587Z] [2024-07-18T05:29:12.587Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-18T05:29:12.946Z] #176 DONE 0.3s [2024-07-18T05:29:12.946Z] [2024-07-18T05:29:12.946Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-18T05:29:12.946Z] #177 DONE 0.1s [2024-07-18T05:29:12.946Z] [2024-07-18T05:29:12.946Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-18T05:29:13.259Z] #151 ... [2024-07-18T05:29:13.259Z] [2024-07-18T05:29:13.259Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:29:15.258Z] #178 DONE 2.1s [2024-07-18T05:29:15.258Z] [2024-07-18T05:29:15.258Z] #103 [security-secretstore-setup] exporting to image [2024-07-18T05:29:15.258Z] #103 exporting layers [2024-07-18T05:29:16.214Z] #103 exporting layers 1.2s done [2024-07-18T05:29:16.502Z] #103 writing image sha256:63c860c65947719d945d84c552d67bd97fe9f6f9b514507563707f054f2c041b 0.0s done [2024-07-18T05:29:16.502Z] #103 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-18T05:29:16.502Z] #103 DONE 8.8s [2024-07-18T05:29:16.502Z] [2024-07-18T05:29:16.502Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:30:14.149Z] #142 ... [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-18T05:30:14.150Z] #144 DONE 1227.8s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:30:14.150Z] #143 ... [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:30:14.150Z] #179 DONE 0.4s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:30:14.150Z] #180 DONE 0.1s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-18T05:30:14.150Z] #181 DONE 0.3s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #182 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:30:14.150Z] #182 DONE 0.2s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:30:14.150Z] #141 ... [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-18T05:30:14.150Z] #183 DONE 0.2s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:30:14.150Z] #184 DONE 2.1s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #103 [core-common-config-bootstrapper] exporting to image [2024-07-18T05:30:14.150Z] #103 exporting layers [2024-07-18T05:30:14.150Z] #103 exporting layers 0.8s done [2024-07-18T05:30:14.150Z] #103 writing image sha256:131cdf5636af43b3b242036fc2799e15bbec9ce69d535744baa93d6bef1986c2 done [2024-07-18T05:30:14.150Z] #103 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-07-18T05:30:14.150Z] #103 DONE 9.6s [2024-07-18T05:30:14.150Z] [2024-07-18T05:30:14.150Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:31:50.799Z] #143 ... [2024-07-18T05:31:50.799Z] [2024-07-18T05:31:50.799Z] #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-18T05:31:50.799Z] #139 DONE 1331.1s [2024-07-18T05:31:50.799Z] [2024-07-18T05:31:50.799Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:31:50.799Z] #141 ... [2024-07-18T05:31:50.799Z] [2024-07-18T05:31:50.799Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:31:51.068Z] #185 DONE 0.1s [2024-07-18T05:31:51.068Z] [2024-07-18T05:31:51.068Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-18T05:31:51.068Z] #151 ... [2024-07-18T05:31:51.068Z] [2024-07-18T05:31:51.068Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:31:51.068Z] #186 DONE 0.1s [2024-07-18T05:31:51.334Z] [2024-07-18T05:31:51.334Z] #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-18T05:31:51.599Z] #187 DONE 0.3s [2024-07-18T05:31:51.599Z] [2024-07-18T05:31:51.599Z] #188 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:31:51.599Z] #188 DONE 0.1s [2024-07-18T05:31:51.599Z] [2024-07-18T05:31:51.599Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:31:51.864Z] #143 ... [2024-07-18T05:31:51.864Z] [2024-07-18T05:31:51.864Z] #103 [security-spiffe-token-provider] exporting to image [2024-07-18T05:31:51.864Z] #103 exporting layers [2024-07-18T05:31:52.448Z] #103 exporting layers 0.8s done [2024-07-18T05:31:52.448Z] #103 writing image sha256:7413e25f903c388ad2477d272bf6052e2584997609d4b6fb6d4049571e0f92d7 done [2024-07-18T05:31:52.448Z] #103 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-18T05:31:52.448Z] #103 DONE 10.4s [2024-07-18T05:31:52.448Z] [2024-07-18T05:31:52.448Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:38:44.525Z] #142 ... [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-18T05:38:44.525Z] #150 DONE 1739.8s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:38:44.525Z] #141 ... [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:38:44.525Z] #189 DONE 0.2s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:38:44.525Z] #190 DONE 0.2s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-18T05:38:44.525Z] #151 ... [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-18T05:38:44.525Z] #191 DONE 0.5s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:38:44.525Z] #192 DONE 0.1s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-18T05:38:44.525Z] #193 DONE 0.2s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-18T05:38:44.525Z] #194 DONE 2.1s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #103 [security-proxy-auth] exporting to image [2024-07-18T05:38:44.525Z] #103 exporting layers [2024-07-18T05:38:44.525Z] #103 exporting layers 0.7s done [2024-07-18T05:38:44.525Z] #103 writing image sha256:3e6f435bb53146c3f27a48d106cb32ade56aded304a0ed8485e27f633cdd8159 0.0s done [2024-07-18T05:38:44.525Z] #103 naming to docker.io/library/security-proxy-auth-arm64 [2024-07-18T05:38:44.525Z] #103 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-18T05:38:44.525Z] #103 DONE 11.1s [2024-07-18T05:38:44.525Z] [2024-07-18T05:38:44.525Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:39:31.344Z] #142 ... [2024-07-18T05:39:31.344Z] [2024-07-18T05:39:31.344Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-18T05:39:31.344Z] #149 DONE 1791.1s [2024-07-18T05:39:31.344Z] [2024-07-18T05:39:31.344Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:39:31.344Z] #142 ... [2024-07-18T05:39:31.344Z] [2024-07-18T05:39:31.344Z] #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:39:31.344Z] #195 DONE 0.2s [2024-07-18T05:39:31.344Z] [2024-07-18T05:39:31.344Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:39:31.344Z] #142 ... [2024-07-18T05:39:31.344Z] [2024-07-18T05:39:31.344Z] #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:39:31.344Z] #196 DONE 0.1s [2024-07-18T05:39:31.344Z] [2024-07-18T05:39:31.344Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-18T05:39:31.622Z] #197 DONE 0.4s [2024-07-18T05:39:31.622Z] [2024-07-18T05:39:31.622Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:39:31.622Z] #198 DONE 0.1s [2024-07-18T05:39:31.622Z] [2024-07-18T05:39:31.622Z] #103 [core-command] exporting to image [2024-07-18T05:39:31.622Z] #103 exporting layers [2024-07-18T05:39:31.888Z] #103 exporting layers 0.4s done [2024-07-18T05:39:32.156Z] #103 writing image sha256:8b119351f8fd0eb7656b8e4f712715268a40a54e07ae4b9efe80e32eee624448 done [2024-07-18T05:39:32.156Z] #103 naming to docker.io/library/core-command-arm64 done [2024-07-18T05:39:32.156Z] #103 DONE 11.5s [2024-07-18T05:39:32.156Z] [2024-07-18T05:39:32.156Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:39:44.475Z] #142 ... [2024-07-18T05:39:44.475Z] [2024-07-18T05:39:44.475Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-18T05:39:44.475Z] #151 DONE 1804.1s [2024-07-18T05:39:44.475Z] [2024-07-18T05:39:44.475Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:39:44.475Z] #143 ... [2024-07-18T05:39:44.475Z] [2024-07-18T05:39:44.475Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:39:44.475Z] #199 DONE 0.3s [2024-07-18T05:39:44.475Z] [2024-07-18T05:39:44.475Z] #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:39:44.475Z] #200 DONE 0.1s [2024-07-18T05:39:44.475Z] [2024-07-18T05:39:44.475Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:39:44.475Z] #142 ... [2024-07-18T05:39:44.475Z] [2024-07-18T05:39:44.475Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-18T05:39:44.742Z] #201 DONE 0.5s [2024-07-18T05:39:44.742Z] [2024-07-18T05:39:44.742Z] #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:39:44.742Z] #202 DONE 0.2s [2024-07-18T05:39:44.742Z] [2024-07-18T05:39:44.742Z] #103 [core-data] exporting to image [2024-07-18T05:39:44.742Z] #103 exporting layers [2024-07-18T05:39:45.325Z] #103 exporting layers 0.6s done [2024-07-18T05:39:45.325Z] #103 writing image sha256:cfca28d4fd3587b8b8d3f41544b1a84cc8ec8517a716ca1cf68485d14df68a00 0.0s done [2024-07-18T05:39:45.325Z] #103 naming to docker.io/library/core-data-arm64 done [2024-07-18T05:39:45.325Z] #103 DONE 12.1s [2024-07-18T05:39:45.325Z] [2024-07-18T05:39:45.325Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:39:47.270Z] #143 ... [2024-07-18T05:39:47.270Z] [2024-07-18T05:39:47.270Z] #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-18T05:39:47.270Z] #142 DONE 1807.9s [2024-07-18T05:39:47.270Z] [2024-07-18T05:39:47.270Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:39:47.536Z] #141 ... [2024-07-18T05:39:47.536Z] [2024-07-18T05:39:47.536Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:39:47.804Z] #203 DONE 0.2s [2024-07-18T05:39:47.804Z] [2024-07-18T05:39:47.804Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:39:47.804Z] #143 ... [2024-07-18T05:39:47.804Z] [2024-07-18T05:39:47.804Z] #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:39:48.079Z] #204 DONE 0.2s [2024-07-18T05:39:48.079Z] [2024-07-18T05:39:48.079Z] #205 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-18T05:39:48.665Z] #205 DONE 0.5s [2024-07-18T05:39:48.665Z] [2024-07-18T05:39:48.665Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:39:48.665Z] #206 ... [2024-07-18T05:39:48.665Z] [2024-07-18T05:39:48.665Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-18T05:39:48.665Z] #143 DONE 1809.4s [2024-07-18T05:39:48.953Z] [2024-07-18T05:39:48.953Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:39:48.953Z] #206 DONE 0.3s [2024-07-18T05:39:48.953Z] [2024-07-18T05:39:48.953Z] #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-18T05:39:49.227Z] #207 DONE 0.4s [2024-07-18T05:39:49.227Z] [2024-07-18T05:39:49.227Z] #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:39:49.500Z] #208 DONE 0.4s [2024-07-18T05:39:49.500Z] [2024-07-18T05:39:49.500Z] #103 [core-metadata] exporting to image [2024-07-18T05:39:50.090Z] #103 exporting layers 0.8s done [2024-07-18T05:39:50.090Z] #103 writing image sha256:6cef1bb48da398a2d030eda55477b0d3b40e6f05501929947bf640f36fc4ab1e done [2024-07-18T05:39:50.090Z] #103 naming to docker.io/library/core-metadata-arm64 done [2024-07-18T05:39:50.090Z] #103 DONE 13.0s [2024-07-18T05:39:50.090Z] [2024-07-18T05:39:50.090Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-18T05:39:50.090Z] #209 DONE 0.6s [2024-07-18T05:39:50.090Z] [2024-07-18T05:39:50.090Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:39:50.359Z] #141 ... [2024-07-18T05:39:50.359Z] [2024-07-18T05:39:50.359Z] #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:39:50.359Z] #210 DONE 0.1s [2024-07-18T05:39:50.625Z] [2024-07-18T05:39:50.625Z] #103 [core-keeper] exporting to image [2024-07-18T05:39:50.891Z] #103 exporting layers 0.4s done [2024-07-18T05:39:50.891Z] #103 writing image sha256:9941b02fc0d7c34cc4c2bb08d7566fc670b376ec15a8fc753aec4d3f5c30857a done [2024-07-18T05:39:50.891Z] #103 naming to docker.io/library/core-keeper-arm64 done [2024-07-18T05:39:50.891Z] #103 DONE 13.4s [2024-07-18T05:39:50.891Z] [2024-07-18T05:39:50.891Z] #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-18T05:40:17.598Z] #141 DONE 1835.1s [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-18T05:40:17.598Z] #147 DONE 1835.3s [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:40:17.598Z] #211 ... [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #212 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:40:17.598Z] #212 DONE 0.1s [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-18T05:40:17.598Z] #211 DONE 0.2s [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #213 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:40:17.598Z] #213 DONE 0.1s [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-18T05:40:17.598Z] #214 ... [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #215 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-18T05:40:17.598Z] #215 DONE 0.1s [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #216 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-18T05:40:17.598Z] #216 DONE 0.4s [2024-07-18T05:40:17.598Z] [2024-07-18T05:40:17.598Z] #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-18T05:40:17.599Z] #214 DONE 0.5s [2024-07-18T05:40:17.599Z] [2024-07-18T05:40:17.599Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:40:17.599Z] #217 DONE 0.1s [2024-07-18T05:40:17.599Z] [2024-07-18T05:40:17.599Z] #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-18T05:40:17.599Z] #218 DONE 0.1s [2024-07-18T05:40:17.599Z] [2024-07-18T05:40:17.599Z] #103 [support-notifications] exporting to image [2024-07-18T05:40:17.599Z] #103 exporting layers [2024-07-18T05:40:17.599Z] #103 exporting layers 0.4s done [2024-07-18T05:40:17.599Z] #103 exporting layers 0.5s done [2024-07-18T05:40:17.599Z] #103 writing image sha256:7cd25531f88d59b93d074a6a7ee8f5d12683fa7a512beaeffa322d6686c9bace 0.0s done [2024-07-18T05:40:17.599Z] #103 naming to docker.io/library/support-scheduler-arm64 done [2024-07-18T05:40:17.599Z] #103 writing image sha256:0c4ce5206b46eaeafa02cf874a440057fd964dfa0db17ffc6618c12990044d4f done [2024-07-18T05:40:17.599Z] #103 naming to docker.io/library/support-notifications-arm64 done [2024-07-18T05:40:17.599Z] #103 DONE 14.0s [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-18T05:40:17.599Z] time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-18T05:40:17.620Z] $ docker stop --time=1 47dfd7a763d74d3e7fbe52815e64ad1c4537c89f3f2b7bcdccefd37cdfa64d62 [2024-07-18T05:40:19.272Z] $ docker rm -f --volumes 47dfd7a763d74d3e7fbe52815e64ad1c4537c89f3f2b7bcdccefd37cdfa64d62 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-18T05:40:19.759Z] + docker images [2024-07-18T05:40:19.759Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-18T05:40:19.759Z] support-scheduler-arm64 latest 7cd25531f88d 4 seconds ago 42.4MB [2024-07-18T05:40:19.759Z] support-notifications-arm64 latest 0c4ce5206b46 4 seconds ago 43.3MB [2024-07-18T05:40:19.759Z] core-keeper-arm64 latest 9941b02fc0d7 29 seconds ago 35.2MB [2024-07-18T05:40:19.759Z] core-metadata-arm64 latest 6cef1bb48da3 31 seconds ago 40.4MB [2024-07-18T05:40:19.759Z] core-data-arm64 latest cfca28d4fd35 35 seconds ago 40.3MB [2024-07-18T05:40:19.759Z] core-command-arm64 latest 8b119351f8fd 48 seconds ago 39.9MB [2024-07-18T05:40:19.759Z] security-proxy-auth-arm64 latest 3e6f435bb531 About a minute ago 37.4MB [2024-07-18T05:40:19.759Z] security-spiffe-token-provider-arm64 latest 7413e25f903c 8 minutes ago 34.1MB [2024-07-18T05:40:19.759Z] core-common-config-bootstrapper-arm64 latest 131cdf5636af 10 minutes ago 20.1MB [2024-07-18T05:40:19.759Z] security-secretstore-setup-arm64 latest 63c860c65947 11 minutes ago 41.5MB [2024-07-18T05:40:19.759Z] security-proxy-setup-arm64 latest bb212df23a34 11 minutes ago 31MB [2024-07-18T05:40:19.759Z] security-bootstrapper-arm64 latest 588821e6afa5 11 minutes ago 23.7MB [2024-07-18T05:40:19.759Z] security-spire-agent-arm64 latest fee37176eff7 31 minutes ago 179MB [2024-07-18T05:40:19.759Z] security-spire-config-arm64 latest 45accd9f062b 31 minutes ago 120MB [2024-07-18T05:40:19.759Z] security-spire-server-arm64 latest 55b333b6d5fa 31 minutes ago 121MB [2024-07-18T05:40:19.759Z] ci-base-image-arm64 latest 75061d3bc05e 33 minutes ago 962MB [2024-07-18T05:40:19.759Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB [2024-07-18T05:40:19.759Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T05:40:19.893Z] provisioning config files... [2024-07-18T05:40:19.907Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config4227507417094365201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:40:20.245Z] ---> ****-login.sh [2024-07-18T05:40:20.245Z] nexus3.edgexfoundry.org:10001 [2024-07-18T05:40:20.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:40:20.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:40:20.512Z] Configure a credential helper to remove this warning. See [2024-07-18T05:40:20.512Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:40:20.512Z] [2024-07-18T05:40:20.512Z] Login Succeeded [2024-07-18T05:40:20.512Z] nexus3.edgexfoundry.org:10002 [2024-07-18T05:40:20.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:40:21.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:40:21.047Z] Configure a credential helper to remove this warning. See [2024-07-18T05:40:21.047Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:40:21.047Z] [2024-07-18T05:40:21.047Z] Login Succeeded [2024-07-18T05:40:21.047Z] nexus3.edgexfoundry.org:10003 [2024-07-18T05:40:21.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:40:21.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:40:21.312Z] Configure a credential helper to remove this warning. See [2024-07-18T05:40:21.312Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:40:21.312Z] [2024-07-18T05:40:21.312Z] Login Succeeded [2024-07-18T05:40:21.312Z] nexus3.edgexfoundry.org:10004 [2024-07-18T05:40:21.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:40:21.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:40:21.578Z] Configure a credential helper to remove this warning. See [2024-07-18T05:40:21.578Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:40:21.578Z] [2024-07-18T05:40:21.578Z] Login Succeeded [2024-07-18T05:40:21.578Z] ****.io [2024-07-18T05:40:21.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-18T05:40:22.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-18T05:40:22.109Z] Configure a credential helper to remove this warning. See [2024-07-18T05:40:22.109Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-18T05:40:22.109Z] [2024-07-18T05:40:22.109Z] Login Succeeded [2024-07-18T05:40:22.109Z] ---> ****-login.sh ends [Pipeline] } [2024-07-18T05:40:22.119Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:40:22.164Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-18T05:40:22.194Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-07-18T05:40:22.194Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:40:22.194Z] latest [2024-07-18T05:40:22.194Z] 3.2.0-dev.36 [2024-07-18T05:40:22.194Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:40:22.194Z] main [2024-07-18T05:40:22.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:22.575Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:22.930Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:40:22.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-18T05:40:22.931Z] 4a7efc284284: Preparing [2024-07-18T05:40:22.931Z] dfef27caa72b: Preparing [2024-07-18T05:40:22.931Z] 2b533126b0ab: Preparing [2024-07-18T05:40:22.931Z] d829cd4d1316: Preparing [2024-07-18T05:40:22.931Z] eac56a261e76: Preparing [2024-07-18T05:40:22.931Z] f03a5da3f349: Preparing [2024-07-18T05:40:22.931Z] da707bb00cb8: Preparing [2024-07-18T05:40:22.931Z] f03a5da3f349: Waiting [2024-07-18T05:40:22.931Z] da707bb00cb8: Waiting [2024-07-18T05:40:23.195Z] d829cd4d1316: Pushed [2024-07-18T05:40:23.195Z] 2b533126b0ab: Pushed [2024-07-18T05:40:23.195Z] 4a7efc284284: Pushed [2024-07-18T05:40:23.195Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:23.459Z] f03a5da3f349: Pushed [2024-07-18T05:40:24.419Z] eac56a261e76: Pushed [2024-07-18T05:40:29.735Z] dfef27caa72b: Pushed [2024-07-18T05:40:29.735Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:30.095Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:30.485Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-18T05:40:30.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-18T05:40:30.485Z] 4a7efc284284: Preparing [2024-07-18T05:40:30.485Z] dfef27caa72b: Preparing [2024-07-18T05:40:30.485Z] 2b533126b0ab: Preparing [2024-07-18T05:40:30.485Z] d829cd4d1316: Preparing [2024-07-18T05:40:30.485Z] eac56a261e76: Preparing [2024-07-18T05:40:30.485Z] f03a5da3f349: Preparing [2024-07-18T05:40:30.485Z] da707bb00cb8: Preparing [2024-07-18T05:40:30.485Z] f03a5da3f349: Waiting [2024-07-18T05:40:30.485Z] da707bb00cb8: Waiting [2024-07-18T05:40:30.485Z] eac56a261e76: Layer already exists [2024-07-18T05:40:30.485Z] dfef27caa72b: Layer already exists [2024-07-18T05:40:30.485Z] 4a7efc284284: Layer already exists [2024-07-18T05:40:30.485Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:30.485Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:30.485Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:30.485Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:30.485Z] latest: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:31.080Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:31.433Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.36 [2024-07-18T05:40:31.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-18T05:40:31.433Z] 4a7efc284284: Preparing [2024-07-18T05:40:31.433Z] dfef27caa72b: Preparing [2024-07-18T05:40:31.433Z] 2b533126b0ab: Preparing [2024-07-18T05:40:31.433Z] d829cd4d1316: Preparing [2024-07-18T05:40:31.433Z] eac56a261e76: Preparing [2024-07-18T05:40:31.433Z] f03a5da3f349: Preparing [2024-07-18T05:40:31.433Z] da707bb00cb8: Preparing [2024-07-18T05:40:31.433Z] f03a5da3f349: Waiting [2024-07-18T05:40:31.433Z] da707bb00cb8: Waiting [2024-07-18T05:40:31.433Z] 4a7efc284284: Layer already exists [2024-07-18T05:40:31.433Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:31.433Z] dfef27caa72b: Layer already exists [2024-07-18T05:40:31.433Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:31.433Z] eac56a261e76: Layer already exists [2024-07-18T05:40:31.433Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:31.433Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:31.708Z] 3.2.0-dev.36: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:32.071Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:32.425Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:40:32.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-18T05:40:32.426Z] 4a7efc284284: Preparing [2024-07-18T05:40:32.426Z] dfef27caa72b: Preparing [2024-07-18T05:40:32.426Z] 2b533126b0ab: Preparing [2024-07-18T05:40:32.426Z] d829cd4d1316: Preparing [2024-07-18T05:40:32.426Z] eac56a261e76: Preparing [2024-07-18T05:40:32.426Z] f03a5da3f349: Preparing [2024-07-18T05:40:32.426Z] da707bb00cb8: Preparing [2024-07-18T05:40:32.426Z] f03a5da3f349: Waiting [2024-07-18T05:40:32.426Z] da707bb00cb8: Waiting [2024-07-18T05:40:32.426Z] 4a7efc284284: Layer already exists [2024-07-18T05:40:32.426Z] dfef27caa72b: Layer already exists [2024-07-18T05:40:32.426Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:32.426Z] eac56a261e76: Layer already exists [2024-07-18T05:40:32.426Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:32.426Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:32.426Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:32.426Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:33.059Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:33.413Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-07-18T05:40:33.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-07-18T05:40:33.413Z] 4a7efc284284: Preparing [2024-07-18T05:40:33.413Z] dfef27caa72b: Preparing [2024-07-18T05:40:33.413Z] 2b533126b0ab: Preparing [2024-07-18T05:40:33.413Z] d829cd4d1316: Preparing [2024-07-18T05:40:33.413Z] eac56a261e76: Preparing [2024-07-18T05:40:33.413Z] f03a5da3f349: Preparing [2024-07-18T05:40:33.413Z] da707bb00cb8: Preparing [2024-07-18T05:40:33.413Z] f03a5da3f349: Waiting [2024-07-18T05:40:33.413Z] da707bb00cb8: Waiting [2024-07-18T05:40:33.413Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:33.413Z] dfef27caa72b: Layer already exists [2024-07-18T05:40:33.413Z] 4a7efc284284: Layer already exists [2024-07-18T05:40:33.413Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:33.413Z] eac56a261e76: Layer already exists [2024-07-18T05:40:33.413Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:33.413Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:33.679Z] main: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:40:33.766Z] ===================================================== [Pipeline] echo [2024-07-18T05:40:33.778Z] taggedImages: [2024-07-18T05:40:33.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:40:33.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-07-18T05:40:33.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.36 [2024-07-18T05:40:33.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:40:33.778Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-07-18T05:40:33.815Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-07-18T05:40:33.816Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:40:33.816Z] latest [2024-07-18T05:40:33.816Z] 3.2.0-dev.36 [2024-07-18T05:40:33.816Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:40:33.816Z] main [2024-07-18T05:40:33.816Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:34.193Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:34.537Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:40:34.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-18T05:40:34.537Z] 94e547c0738b: Preparing [2024-07-18T05:40:34.537Z] e48f5314373c: Preparing [2024-07-18T05:40:34.537Z] f2a8849701a4: Preparing [2024-07-18T05:40:34.537Z] 35872352ef00: Preparing [2024-07-18T05:40:34.537Z] 2b533126b0ab: Preparing [2024-07-18T05:40:34.537Z] d829cd4d1316: Preparing [2024-07-18T05:40:34.537Z] eac56a261e76: Preparing [2024-07-18T05:40:34.537Z] f03a5da3f349: Preparing [2024-07-18T05:40:34.537Z] da707bb00cb8: Preparing [2024-07-18T05:40:34.537Z] eac56a261e76: Waiting [2024-07-18T05:40:34.537Z] f03a5da3f349: Waiting [2024-07-18T05:40:34.537Z] da707bb00cb8: Waiting [2024-07-18T05:40:34.537Z] d829cd4d1316: Waiting [2024-07-18T05:40:34.801Z] f2a8849701a4: Pushed [2024-07-18T05:40:34.801Z] e48f5314373c: Pushed [2024-07-18T05:40:34.801Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:34.801Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:34.801Z] eac56a261e76: Layer already exists [2024-07-18T05:40:34.801Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:34.801Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:34.801Z] 94e547c0738b: Pushed [2024-07-18T05:40:36.727Z] 35872352ef00: Pushed [2024-07-18T05:40:36.728Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:37.080Z] + 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 [2024-07-18T05:40:37.429Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-18T05:40:37.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-18T05:40:37.429Z] 94e547c0738b: Preparing [2024-07-18T05:40:37.429Z] e48f5314373c: Preparing [2024-07-18T05:40:37.429Z] f2a8849701a4: Preparing [2024-07-18T05:40:37.429Z] 35872352ef00: Preparing [2024-07-18T05:40:37.429Z] 2b533126b0ab: Preparing [2024-07-18T05:40:37.429Z] d829cd4d1316: Preparing [2024-07-18T05:40:37.429Z] eac56a261e76: Preparing [2024-07-18T05:40:37.429Z] f03a5da3f349: Preparing [2024-07-18T05:40:37.429Z] da707bb00cb8: Preparing [2024-07-18T05:40:37.429Z] eac56a261e76: Waiting [2024-07-18T05:40:37.429Z] f03a5da3f349: Waiting [2024-07-18T05:40:37.429Z] da707bb00cb8: Waiting [2024-07-18T05:40:37.429Z] d829cd4d1316: Waiting [2024-07-18T05:40:37.429Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:37.429Z] f2a8849701a4: Layer already exists [2024-07-18T05:40:37.429Z] e48f5314373c: Layer already exists [2024-07-18T05:40:37.429Z] 35872352ef00: Layer already exists [2024-07-18T05:40:37.429Z] 94e547c0738b: Layer already exists [2024-07-18T05:40:37.429Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:37.429Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:37.429Z] eac56a261e76: Layer already exists [2024-07-18T05:40:37.429Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:37.691Z] latest: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:38.047Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:38.400Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.36 [2024-07-18T05:40:38.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-18T05:40:38.400Z] 94e547c0738b: Preparing [2024-07-18T05:40:38.400Z] e48f5314373c: Preparing [2024-07-18T05:40:38.400Z] f2a8849701a4: Preparing [2024-07-18T05:40:38.400Z] 35872352ef00: Preparing [2024-07-18T05:40:38.400Z] 2b533126b0ab: Preparing [2024-07-18T05:40:38.400Z] d829cd4d1316: Preparing [2024-07-18T05:40:38.400Z] eac56a261e76: Preparing [2024-07-18T05:40:38.400Z] f03a5da3f349: Preparing [2024-07-18T05:40:38.400Z] da707bb00cb8: Preparing [2024-07-18T05:40:38.400Z] d829cd4d1316: Waiting [2024-07-18T05:40:38.400Z] eac56a261e76: Waiting [2024-07-18T05:40:38.400Z] f03a5da3f349: Waiting [2024-07-18T05:40:38.400Z] f2a8849701a4: Layer already exists [2024-07-18T05:40:38.400Z] e48f5314373c: Layer already exists [2024-07-18T05:40:38.400Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:38.400Z] 94e547c0738b: Layer already exists [2024-07-18T05:40:38.400Z] 35872352ef00: Layer already exists [2024-07-18T05:40:38.400Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:38.400Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:38.400Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:38.400Z] eac56a261e76: Layer already exists [2024-07-18T05:40:38.662Z] 3.2.0-dev.36: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:39.020Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:39.383Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:40:39.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-18T05:40:39.383Z] 94e547c0738b: Preparing [2024-07-18T05:40:39.383Z] e48f5314373c: Preparing [2024-07-18T05:40:39.383Z] f2a8849701a4: Preparing [2024-07-18T05:40:39.383Z] 35872352ef00: Preparing [2024-07-18T05:40:39.383Z] 2b533126b0ab: Preparing [2024-07-18T05:40:39.383Z] d829cd4d1316: Preparing [2024-07-18T05:40:39.383Z] eac56a261e76: Preparing [2024-07-18T05:40:39.383Z] f03a5da3f349: Preparing [2024-07-18T05:40:39.383Z] da707bb00cb8: Preparing [2024-07-18T05:40:39.383Z] eac56a261e76: Waiting [2024-07-18T05:40:39.383Z] f03a5da3f349: Waiting [2024-07-18T05:40:39.383Z] da707bb00cb8: Waiting [2024-07-18T05:40:39.383Z] d829cd4d1316: Waiting [2024-07-18T05:40:39.383Z] f2a8849701a4: Layer already exists [2024-07-18T05:40:39.383Z] 35872352ef00: Layer already exists [2024-07-18T05:40:39.383Z] 94e547c0738b: Layer already exists [2024-07-18T05:40:39.383Z] e48f5314373c: Layer already exists [2024-07-18T05:40:39.383Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:39.383Z] eac56a261e76: Layer already exists [2024-07-18T05:40:39.383Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:39.383Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:39.383Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:39.383Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:40.021Z] + 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 [2024-07-18T05:40:40.363Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-07-18T05:40:40.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-07-18T05:40:40.363Z] 94e547c0738b: Preparing [2024-07-18T05:40:40.363Z] e48f5314373c: Preparing [2024-07-18T05:40:40.363Z] f2a8849701a4: Preparing [2024-07-18T05:40:40.363Z] 35872352ef00: Preparing [2024-07-18T05:40:40.363Z] 2b533126b0ab: Preparing [2024-07-18T05:40:40.363Z] d829cd4d1316: Preparing [2024-07-18T05:40:40.363Z] eac56a261e76: Preparing [2024-07-18T05:40:40.363Z] f03a5da3f349: Preparing [2024-07-18T05:40:40.363Z] da707bb00cb8: Preparing [2024-07-18T05:40:40.363Z] d829cd4d1316: Waiting [2024-07-18T05:40:40.363Z] eac56a261e76: Waiting [2024-07-18T05:40:40.363Z] f03a5da3f349: Waiting [2024-07-18T05:40:40.363Z] da707bb00cb8: Waiting [2024-07-18T05:40:40.363Z] 35872352ef00: Layer already exists [2024-07-18T05:40:40.363Z] f2a8849701a4: Layer already exists [2024-07-18T05:40:40.363Z] e48f5314373c: Layer already exists [2024-07-18T05:40:40.363Z] 2b533126b0ab: Layer already exists [2024-07-18T05:40:40.363Z] 94e547c0738b: Layer already exists [2024-07-18T05:40:40.363Z] f03a5da3f349: Layer already exists [2024-07-18T05:40:40.363Z] da707bb00cb8: Layer already exists [2024-07-18T05:40:40.363Z] d829cd4d1316: Layer already exists [2024-07-18T05:40:40.363Z] eac56a261e76: Layer already exists [2024-07-18T05:40:40.630Z] main: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:40:40.704Z] ===================================================== [Pipeline] echo [2024-07-18T05:40:40.720Z] taggedImages: [2024-07-18T05:40:40.720Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:40:40.720Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-07-18T05:40:40.720Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.36 [2024-07-18T05:40:40.720Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:40:40.720Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-07-18T05:40:40.750Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-07-18T05:40:40.750Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:40:40.750Z] latest [2024-07-18T05:40:40.750Z] 3.2.0-dev.36 [2024-07-18T05:40:40.750Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:40:40.750Z] main [2024-07-18T05:40:40.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:40:41.119Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:04.168Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:04.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-18T05:41:04.168Z] 1ed43c4e14ae: Preparing [2024-07-18T05:41:04.168Z] 712f76b7cd37: Preparing [2024-07-18T05:41:04.168Z] 2b533126b0ab: Preparing [2024-07-18T05:41:04.168Z] d829cd4d1316: Preparing [2024-07-18T05:41:04.168Z] c16e576741ad: Preparing [2024-07-18T05:41:04.168Z] 9b8518a260cf: Preparing [2024-07-18T05:41:04.168Z] da707bb00cb8: Preparing [2024-07-18T05:41:04.168Z] 9b8518a260cf: Waiting [2024-07-18T05:41:04.168Z] da707bb00cb8: Waiting [2024-07-18T05:41:04.168Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:04.432Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:04.432Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:04.432Z] 1ed43c4e14ae: Pushed [2024-07-18T05:41:04.432Z] 9b8518a260cf: Pushed [2024-07-18T05:41:05.383Z] c16e576741ad: Pushed [2024-07-18T05:41:10.706Z] 712f76b7cd37: Pushed [2024-07-18T05:41:10.706Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:11.059Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:11.418Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-18T05:41:11.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-18T05:41:11.418Z] 1ed43c4e14ae: Preparing [2024-07-18T05:41:11.418Z] 712f76b7cd37: Preparing [2024-07-18T05:41:11.418Z] 2b533126b0ab: Preparing [2024-07-18T05:41:11.418Z] d829cd4d1316: Preparing [2024-07-18T05:41:11.418Z] c16e576741ad: Preparing [2024-07-18T05:41:11.418Z] 9b8518a260cf: Preparing [2024-07-18T05:41:11.418Z] 9b8518a260cf: Waiting [2024-07-18T05:41:11.418Z] da707bb00cb8: Preparing [2024-07-18T05:41:11.418Z] da707bb00cb8: Waiting [2024-07-18T05:41:11.418Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:11.418Z] 712f76b7cd37: Layer already exists [2024-07-18T05:41:11.418Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:11.418Z] 1ed43c4e14ae: Layer already exists [2024-07-18T05:41:11.418Z] c16e576741ad: Layer already exists [2024-07-18T05:41:11.418Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:11.418Z] 9b8518a260cf: Layer already exists [2024-07-18T05:41:11.682Z] latest: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:12.031Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:12.386Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.36 [2024-07-18T05:41:12.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-18T05:41:12.386Z] 1ed43c4e14ae: Preparing [2024-07-18T05:41:12.386Z] 712f76b7cd37: Preparing [2024-07-18T05:41:12.386Z] 2b533126b0ab: Preparing [2024-07-18T05:41:12.386Z] d829cd4d1316: Preparing [2024-07-18T05:41:12.386Z] c16e576741ad: Preparing [2024-07-18T05:41:12.386Z] 9b8518a260cf: Preparing [2024-07-18T05:41:12.386Z] da707bb00cb8: Preparing [2024-07-18T05:41:12.386Z] 9b8518a260cf: Waiting [2024-07-18T05:41:12.386Z] da707bb00cb8: Waiting [2024-07-18T05:41:12.386Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:12.386Z] 1ed43c4e14ae: Layer already exists [2024-07-18T05:41:12.386Z] c16e576741ad: Layer already exists [2024-07-18T05:41:12.386Z] 712f76b7cd37: Layer already exists [2024-07-18T05:41:12.386Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:12.386Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:12.386Z] 9b8518a260cf: Layer already exists [2024-07-18T05:41:12.386Z] 3.2.0-dev.36: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:12.999Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:13.356Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:13.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-18T05:41:13.356Z] 1ed43c4e14ae: Preparing [2024-07-18T05:41:13.356Z] 712f76b7cd37: Preparing [2024-07-18T05:41:13.356Z] 2b533126b0ab: Preparing [2024-07-18T05:41:13.356Z] d829cd4d1316: Preparing [2024-07-18T05:41:13.356Z] c16e576741ad: Preparing [2024-07-18T05:41:13.356Z] 9b8518a260cf: Preparing [2024-07-18T05:41:13.356Z] da707bb00cb8: Preparing [2024-07-18T05:41:13.356Z] 9b8518a260cf: Waiting [2024-07-18T05:41:13.356Z] da707bb00cb8: Waiting [2024-07-18T05:41:13.356Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:13.356Z] c16e576741ad: Layer already exists [2024-07-18T05:41:13.356Z] 1ed43c4e14ae: Layer already exists [2024-07-18T05:41:13.356Z] 712f76b7cd37: Layer already exists [2024-07-18T05:41:13.356Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:13.356Z] 9b8518a260cf: Layer already exists [2024-07-18T05:41:13.356Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:13.356Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:13.976Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:32.720Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-07-18T05:41:32.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-07-18T05:41:32.720Z] 1ed43c4e14ae: Preparing [2024-07-18T05:41:32.720Z] 712f76b7cd37: Preparing [2024-07-18T05:41:32.720Z] 2b533126b0ab: Preparing [2024-07-18T05:41:32.720Z] d829cd4d1316: Preparing [2024-07-18T05:41:32.720Z] c16e576741ad: Preparing [2024-07-18T05:41:32.720Z] 9b8518a260cf: Preparing [2024-07-18T05:41:32.720Z] da707bb00cb8: Preparing [2024-07-18T05:41:32.720Z] 9b8518a260cf: Waiting [2024-07-18T05:41:32.720Z] da707bb00cb8: Waiting [2024-07-18T05:41:32.720Z] c16e576741ad: Layer already exists [2024-07-18T05:41:32.720Z] 1ed43c4e14ae: Layer already exists [2024-07-18T05:41:32.720Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:32.720Z] 712f76b7cd37: Layer already exists [2024-07-18T05:41:32.720Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:32.720Z] 9b8518a260cf: Layer already exists [2024-07-18T05:41:32.720Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:32.982Z] main: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:41:33.052Z] ===================================================== [Pipeline] echo [2024-07-18T05:41:33.066Z] taggedImages: [2024-07-18T05:41:33.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:33.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-07-18T05:41:33.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.36 [2024-07-18T05:41:33.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:33.066Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-07-18T05:41:33.096Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-07-18T05:41:33.096Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:33.096Z] latest [2024-07-18T05:41:33.096Z] 3.2.0-dev.36 [2024-07-18T05:41:33.096Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:33.096Z] main [2024-07-18T05:41:33.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:33.463Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:33.803Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:33.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-18T05:41:33.803Z] 5778a078a27e: Preparing [2024-07-18T05:41:33.803Z] 3e257b24804e: Preparing [2024-07-18T05:41:33.803Z] d829cd4d1316: Preparing [2024-07-18T05:41:33.803Z] 901e4d1abccb: Preparing [2024-07-18T05:41:33.803Z] 98d66af71991: Preparing [2024-07-18T05:41:33.803Z] da707bb00cb8: Preparing [2024-07-18T05:41:33.803Z] da707bb00cb8: Waiting [2024-07-18T05:41:33.803Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:34.066Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:34.066Z] 98d66af71991: Pushed [2024-07-18T05:41:34.066Z] 901e4d1abccb: Pushed [2024-07-18T05:41:34.066Z] 5778a078a27e: Pushed [2024-07-18T05:41:40.679Z] 3e257b24804e: Pushed [2024-07-18T05:41:40.679Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:41.018Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:41.359Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-18T05:41:41.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-18T05:41:41.359Z] 5778a078a27e: Preparing [2024-07-18T05:41:41.359Z] 3e257b24804e: Preparing [2024-07-18T05:41:41.359Z] d829cd4d1316: Preparing [2024-07-18T05:41:41.359Z] 901e4d1abccb: Preparing [2024-07-18T05:41:41.359Z] 98d66af71991: Preparing [2024-07-18T05:41:41.359Z] da707bb00cb8: Preparing [2024-07-18T05:41:41.359Z] da707bb00cb8: Waiting [2024-07-18T05:41:41.359Z] 5778a078a27e: Layer already exists [2024-07-18T05:41:41.359Z] 98d66af71991: Layer already exists [2024-07-18T05:41:41.359Z] 3e257b24804e: Layer already exists [2024-07-18T05:41:41.359Z] 901e4d1abccb: Layer already exists [2024-07-18T05:41:41.359Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:41.359Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:41.622Z] latest: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:41.965Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:42.308Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.36 [2024-07-18T05:41:42.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-18T05:41:42.308Z] 5778a078a27e: Preparing [2024-07-18T05:41:42.308Z] 3e257b24804e: Preparing [2024-07-18T05:41:42.308Z] d829cd4d1316: Preparing [2024-07-18T05:41:42.308Z] 901e4d1abccb: Preparing [2024-07-18T05:41:42.308Z] 98d66af71991: Preparing [2024-07-18T05:41:42.308Z] da707bb00cb8: Preparing [2024-07-18T05:41:42.308Z] da707bb00cb8: Waiting [2024-07-18T05:41:42.308Z] 3e257b24804e: Layer already exists [2024-07-18T05:41:42.308Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:42.308Z] 901e4d1abccb: Layer already exists [2024-07-18T05:41:42.308Z] 98d66af71991: Layer already exists [2024-07-18T05:41:42.308Z] 5778a078a27e: Layer already exists [2024-07-18T05:41:42.308Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:42.308Z] 3.2.0-dev.36: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:42.927Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:43.277Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:43.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-18T05:41:43.277Z] 5778a078a27e: Preparing [2024-07-18T05:41:43.277Z] 3e257b24804e: Preparing [2024-07-18T05:41:43.277Z] d829cd4d1316: Preparing [2024-07-18T05:41:43.277Z] 901e4d1abccb: Preparing [2024-07-18T05:41:43.277Z] 98d66af71991: Preparing [2024-07-18T05:41:43.277Z] da707bb00cb8: Preparing [2024-07-18T05:41:43.277Z] da707bb00cb8: Waiting [2024-07-18T05:41:43.277Z] 3e257b24804e: Layer already exists [2024-07-18T05:41:43.277Z] 5778a078a27e: Layer already exists [2024-07-18T05:41:43.277Z] 901e4d1abccb: Layer already exists [2024-07-18T05:41:43.277Z] 98d66af71991: Layer already exists [2024-07-18T05:41:43.277Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:43.277Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:43.540Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:43.905Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:44.249Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-07-18T05:41:44.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-07-18T05:41:44.249Z] 5778a078a27e: Preparing [2024-07-18T05:41:44.249Z] 3e257b24804e: Preparing [2024-07-18T05:41:44.249Z] d829cd4d1316: Preparing [2024-07-18T05:41:44.249Z] 901e4d1abccb: Preparing [2024-07-18T05:41:44.249Z] 98d66af71991: Preparing [2024-07-18T05:41:44.249Z] da707bb00cb8: Preparing [2024-07-18T05:41:44.249Z] da707bb00cb8: Waiting [2024-07-18T05:41:44.249Z] 3e257b24804e: Layer already exists [2024-07-18T05:41:44.249Z] 98d66af71991: Layer already exists [2024-07-18T05:41:44.249Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:44.249Z] 901e4d1abccb: Layer already exists [2024-07-18T05:41:44.249Z] 5778a078a27e: Layer already exists [2024-07-18T05:41:44.249Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:44.249Z] main: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:41:44.587Z] ===================================================== [Pipeline] echo [2024-07-18T05:41:44.599Z] taggedImages: [2024-07-18T05:41:44.599Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:44.599Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-07-18T05:41:44.599Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.36 [2024-07-18T05:41:44.599Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:44.599Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-07-18T05:41:44.630Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-07-18T05:41:44.630Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:44.630Z] latest [2024-07-18T05:41:44.630Z] 3.2.0-dev.36 [2024-07-18T05:41:44.630Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:44.630Z] main [2024-07-18T05:41:44.630Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:44.999Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:45.372Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:45.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-18T05:41:45.372Z] f2e46d82ab9a: Preparing [2024-07-18T05:41:45.372Z] 77c301e5d8ef: Preparing [2024-07-18T05:41:45.372Z] 5bdbbc3bd7b2: Preparing [2024-07-18T05:41:45.372Z] 2b533126b0ab: Preparing [2024-07-18T05:41:45.372Z] d829cd4d1316: Preparing [2024-07-18T05:41:45.372Z] eac56a261e76: Preparing [2024-07-18T05:41:45.372Z] f03a5da3f349: Preparing [2024-07-18T05:41:45.372Z] da707bb00cb8: Preparing [2024-07-18T05:41:45.372Z] f03a5da3f349: Waiting [2024-07-18T05:41:45.372Z] da707bb00cb8: Waiting [2024-07-18T05:41:45.372Z] eac56a261e76: Waiting [2024-07-18T05:41:45.372Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:45.372Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:45.372Z] eac56a261e76: Layer already exists [2024-07-18T05:41:45.637Z] f03a5da3f349: Layer already exists [2024-07-18T05:41:45.637Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:45.637Z] 77c301e5d8ef: Pushed [2024-07-18T05:41:45.637Z] f2e46d82ab9a: Pushed [2024-07-18T05:41:52.247Z] 5bdbbc3bd7b2: Pushed [2024-07-18T05:41:52.247Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:52.602Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:52.947Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-18T05:41:52.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-18T05:41:52.947Z] f2e46d82ab9a: Preparing [2024-07-18T05:41:52.947Z] 77c301e5d8ef: Preparing [2024-07-18T05:41:52.947Z] 5bdbbc3bd7b2: Preparing [2024-07-18T05:41:52.947Z] 2b533126b0ab: Preparing [2024-07-18T05:41:52.947Z] d829cd4d1316: Preparing [2024-07-18T05:41:52.947Z] eac56a261e76: Preparing [2024-07-18T05:41:52.947Z] f03a5da3f349: Preparing [2024-07-18T05:41:52.947Z] da707bb00cb8: Preparing [2024-07-18T05:41:52.947Z] eac56a261e76: Waiting [2024-07-18T05:41:52.947Z] f03a5da3f349: Waiting [2024-07-18T05:41:52.947Z] da707bb00cb8: Waiting [2024-07-18T05:41:52.947Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:52.947Z] 77c301e5d8ef: Layer already exists [2024-07-18T05:41:52.947Z] f2e46d82ab9a: Layer already exists [2024-07-18T05:41:52.947Z] 5bdbbc3bd7b2: Layer already exists [2024-07-18T05:41:52.947Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:52.947Z] eac56a261e76: Layer already exists [2024-07-18T05:41:52.947Z] f03a5da3f349: Layer already exists [2024-07-18T05:41:52.947Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:53.214Z] latest: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:53.638Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:53.999Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.36 [2024-07-18T05:41:53.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-18T05:41:53.999Z] f2e46d82ab9a: Preparing [2024-07-18T05:41:53.999Z] 77c301e5d8ef: Preparing [2024-07-18T05:41:53.999Z] 5bdbbc3bd7b2: Preparing [2024-07-18T05:41:53.999Z] 2b533126b0ab: Preparing [2024-07-18T05:41:53.999Z] d829cd4d1316: Preparing [2024-07-18T05:41:53.999Z] eac56a261e76: Preparing [2024-07-18T05:41:53.999Z] f03a5da3f349: Preparing [2024-07-18T05:41:53.999Z] da707bb00cb8: Preparing [2024-07-18T05:41:53.999Z] f03a5da3f349: Waiting [2024-07-18T05:41:53.999Z] da707bb00cb8: Waiting [2024-07-18T05:41:53.999Z] eac56a261e76: Waiting [2024-07-18T05:41:53.999Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:53.999Z] 77c301e5d8ef: Layer already exists [2024-07-18T05:41:53.999Z] f2e46d82ab9a: Layer already exists [2024-07-18T05:41:53.999Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:53.999Z] 5bdbbc3bd7b2: Layer already exists [2024-07-18T05:41:53.999Z] eac56a261e76: Layer already exists [2024-07-18T05:41:53.999Z] f03a5da3f349: Layer already exists [2024-07-18T05:41:53.999Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:54.268Z] 3.2.0-dev.36: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:54.641Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:54.986Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:54.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-18T05:41:54.986Z] f2e46d82ab9a: Preparing [2024-07-18T05:41:54.986Z] 77c301e5d8ef: Preparing [2024-07-18T05:41:54.986Z] 5bdbbc3bd7b2: Preparing [2024-07-18T05:41:54.986Z] 2b533126b0ab: Preparing [2024-07-18T05:41:54.986Z] d829cd4d1316: Preparing [2024-07-18T05:41:54.986Z] eac56a261e76: Preparing [2024-07-18T05:41:54.986Z] f03a5da3f349: Preparing [2024-07-18T05:41:54.986Z] da707bb00cb8: Preparing [2024-07-18T05:41:54.986Z] eac56a261e76: Waiting [2024-07-18T05:41:54.986Z] f03a5da3f349: Waiting [2024-07-18T05:41:54.986Z] da707bb00cb8: Waiting [2024-07-18T05:41:54.986Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:54.986Z] f2e46d82ab9a: Layer already exists [2024-07-18T05:41:54.986Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:54.986Z] 5bdbbc3bd7b2: Layer already exists [2024-07-18T05:41:54.986Z] 77c301e5d8ef: Layer already exists [2024-07-18T05:41:54.986Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:54.986Z] eac56a261e76: Layer already exists [2024-07-18T05:41:54.986Z] f03a5da3f349: Layer already exists [2024-07-18T05:41:55.250Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:55.599Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:55.945Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-07-18T05:41:55.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-07-18T05:41:55.945Z] f2e46d82ab9a: Preparing [2024-07-18T05:41:55.945Z] 77c301e5d8ef: Preparing [2024-07-18T05:41:55.945Z] 5bdbbc3bd7b2: Preparing [2024-07-18T05:41:55.945Z] 2b533126b0ab: Preparing [2024-07-18T05:41:55.945Z] d829cd4d1316: Preparing [2024-07-18T05:41:55.945Z] eac56a261e76: Preparing [2024-07-18T05:41:55.945Z] f03a5da3f349: Preparing [2024-07-18T05:41:55.945Z] da707bb00cb8: Preparing [2024-07-18T05:41:55.945Z] eac56a261e76: Waiting [2024-07-18T05:41:55.945Z] f03a5da3f349: Waiting [2024-07-18T05:41:55.945Z] da707bb00cb8: Waiting [2024-07-18T05:41:55.945Z] f2e46d82ab9a: Layer already exists [2024-07-18T05:41:55.945Z] 77c301e5d8ef: Layer already exists [2024-07-18T05:41:55.945Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:55.945Z] 5bdbbc3bd7b2: Layer already exists [2024-07-18T05:41:55.945Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:55.945Z] eac56a261e76: Layer already exists [2024-07-18T05:41:55.945Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:55.945Z] f03a5da3f349: Layer already exists [2024-07-18T05:41:56.210Z] main: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:41:56.285Z] ===================================================== [Pipeline] echo [2024-07-18T05:41:56.300Z] taggedImages: [2024-07-18T05:41:56.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:56.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-07-18T05:41:56.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.36 [2024-07-18T05:41:56.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:56.300Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-07-18T05:41:56.334Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-07-18T05:41:56.334Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:56.334Z] latest [2024-07-18T05:41:56.334Z] 3.2.0-dev.36 [2024-07-18T05:41:56.334Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:41:56.334Z] main [2024-07-18T05:41:56.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:56.690Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:41:57.040Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:41:57.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-18T05:41:57.040Z] e49593b7e5cf: Preparing [2024-07-18T05:41:57.040Z] 0673932c7a00: Preparing [2024-07-18T05:41:57.040Z] 7358def34317: Preparing [2024-07-18T05:41:57.040Z] b219d8c93fd1: Preparing [2024-07-18T05:41:57.040Z] a8bf260b80c3: Preparing [2024-07-18T05:41:57.040Z] 286a8e76f3a1: Preparing [2024-07-18T05:41:57.040Z] 06dbc5317264: Preparing [2024-07-18T05:41:57.040Z] 2b533126b0ab: Preparing [2024-07-18T05:41:57.040Z] d829cd4d1316: Preparing [2024-07-18T05:41:57.040Z] 286a8e76f3a1: Waiting [2024-07-18T05:41:57.040Z] fcf4a79d2bc8: Preparing [2024-07-18T05:41:57.040Z] 06dbc5317264: Waiting [2024-07-18T05:41:57.040Z] 256096f26f72: Preparing [2024-07-18T05:41:57.040Z] 5f70bf18a086: Preparing [2024-07-18T05:41:57.040Z] 58f07ac5e836: Preparing [2024-07-18T05:41:57.040Z] d3579d0a8863: Preparing [2024-07-18T05:41:57.040Z] 438ed10eeb75: Preparing [2024-07-18T05:41:57.040Z] da707bb00cb8: Preparing [2024-07-18T05:41:57.040Z] 2b533126b0ab: Waiting [2024-07-18T05:41:57.040Z] d829cd4d1316: Waiting [2024-07-18T05:41:57.040Z] fcf4a79d2bc8: Waiting [2024-07-18T05:41:57.040Z] 256096f26f72: Waiting [2024-07-18T05:41:57.040Z] d3579d0a8863: Waiting [2024-07-18T05:41:57.040Z] 438ed10eeb75: Waiting [2024-07-18T05:41:57.040Z] da707bb00cb8: Waiting [2024-07-18T05:41:57.040Z] 5f70bf18a086: Waiting [2024-07-18T05:41:57.040Z] 58f07ac5e836: Waiting [2024-07-18T05:41:57.307Z] b219d8c93fd1: Pushed [2024-07-18T05:41:57.307Z] 0673932c7a00: Pushed [2024-07-18T05:41:57.307Z] a8bf260b80c3: Pushed [2024-07-18T05:41:57.307Z] 7358def34317: Pushed [2024-07-18T05:41:57.307Z] e49593b7e5cf: Pushed [2024-07-18T05:41:57.307Z] 2b533126b0ab: Layer already exists [2024-07-18T05:41:57.307Z] d829cd4d1316: Layer already exists [2024-07-18T05:41:57.307Z] 286a8e76f3a1: Pushed [2024-07-18T05:41:57.307Z] 5f70bf18a086: Layer already exists [2024-07-18T05:41:57.574Z] 256096f26f72: Pushed [2024-07-18T05:41:57.574Z] fcf4a79d2bc8: Pushed [2024-07-18T05:41:57.574Z] da707bb00cb8: Layer already exists [2024-07-18T05:41:57.574Z] 58f07ac5e836: Pushed [2024-07-18T05:41:57.574Z] 438ed10eeb75: Pushed [2024-07-18T05:41:58.973Z] d3579d0a8863: Pushed [2024-07-18T05:41:59.926Z] 06dbc5317264: Pushed [2024-07-18T05:42:00.189Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:00.537Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:00.892Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-18T05:42:00.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-18T05:42:00.892Z] e49593b7e5cf: Preparing [2024-07-18T05:42:00.892Z] 0673932c7a00: Preparing [2024-07-18T05:42:00.892Z] 7358def34317: Preparing [2024-07-18T05:42:00.892Z] b219d8c93fd1: Preparing [2024-07-18T05:42:00.892Z] a8bf260b80c3: Preparing [2024-07-18T05:42:00.892Z] 286a8e76f3a1: Preparing [2024-07-18T05:42:00.892Z] 06dbc5317264: Preparing [2024-07-18T05:42:00.892Z] 2b533126b0ab: Preparing [2024-07-18T05:42:00.892Z] d829cd4d1316: Preparing [2024-07-18T05:42:00.892Z] fcf4a79d2bc8: Preparing [2024-07-18T05:42:00.892Z] 256096f26f72: Preparing [2024-07-18T05:42:00.892Z] 5f70bf18a086: Preparing [2024-07-18T05:42:00.892Z] 58f07ac5e836: Preparing [2024-07-18T05:42:00.892Z] d3579d0a8863: Preparing [2024-07-18T05:42:00.892Z] 438ed10eeb75: Preparing [2024-07-18T05:42:00.892Z] da707bb00cb8: Preparing [2024-07-18T05:42:00.892Z] fcf4a79d2bc8: Waiting [2024-07-18T05:42:00.892Z] 256096f26f72: Waiting [2024-07-18T05:42:00.892Z] 5f70bf18a086: Waiting [2024-07-18T05:42:00.892Z] 58f07ac5e836: Waiting [2024-07-18T05:42:00.892Z] d3579d0a8863: Waiting [2024-07-18T05:42:00.892Z] 438ed10eeb75: Waiting [2024-07-18T05:42:00.892Z] da707bb00cb8: Waiting [2024-07-18T05:42:00.892Z] 286a8e76f3a1: Waiting [2024-07-18T05:42:00.892Z] 06dbc5317264: Waiting [2024-07-18T05:42:00.892Z] 2b533126b0ab: Waiting [2024-07-18T05:42:00.892Z] d829cd4d1316: Waiting [2024-07-18T05:42:00.892Z] b219d8c93fd1: Layer already exists [2024-07-18T05:42:00.892Z] 7358def34317: Layer already exists [2024-07-18T05:42:00.892Z] a8bf260b80c3: Layer already exists [2024-07-18T05:42:00.892Z] e49593b7e5cf: Layer already exists [2024-07-18T05:42:00.892Z] 0673932c7a00: Layer already exists [2024-07-18T05:42:00.892Z] 286a8e76f3a1: Layer already exists [2024-07-18T05:42:00.892Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:00.892Z] fcf4a79d2bc8: Layer already exists [2024-07-18T05:42:00.892Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:00.892Z] 06dbc5317264: Layer already exists [2024-07-18T05:42:00.892Z] 5f70bf18a086: Layer already exists [2024-07-18T05:42:00.892Z] 256096f26f72: Layer already exists [2024-07-18T05:42:00.892Z] 438ed10eeb75: Layer already exists [2024-07-18T05:42:00.892Z] d3579d0a8863: Layer already exists [2024-07-18T05:42:00.892Z] 58f07ac5e836: Layer already exists [2024-07-18T05:42:00.892Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:01.157Z] latest: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:01.519Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:01.876Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.36 [2024-07-18T05:42:01.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-18T05:42:01.877Z] e49593b7e5cf: Preparing [2024-07-18T05:42:01.877Z] 0673932c7a00: Preparing [2024-07-18T05:42:01.877Z] 7358def34317: Preparing [2024-07-18T05:42:01.877Z] b219d8c93fd1: Preparing [2024-07-18T05:42:01.877Z] a8bf260b80c3: Preparing [2024-07-18T05:42:01.877Z] 286a8e76f3a1: Preparing [2024-07-18T05:42:01.877Z] 06dbc5317264: Preparing [2024-07-18T05:42:01.877Z] 2b533126b0ab: Preparing [2024-07-18T05:42:01.877Z] d829cd4d1316: Preparing [2024-07-18T05:42:01.877Z] fcf4a79d2bc8: Preparing [2024-07-18T05:42:01.877Z] 256096f26f72: Preparing [2024-07-18T05:42:01.877Z] 5f70bf18a086: Preparing [2024-07-18T05:42:01.877Z] 58f07ac5e836: Preparing [2024-07-18T05:42:01.877Z] d3579d0a8863: Preparing [2024-07-18T05:42:01.877Z] 438ed10eeb75: Preparing [2024-07-18T05:42:01.877Z] da707bb00cb8: Preparing [2024-07-18T05:42:01.877Z] fcf4a79d2bc8: Waiting [2024-07-18T05:42:01.877Z] 256096f26f72: Waiting [2024-07-18T05:42:01.877Z] 5f70bf18a086: Waiting [2024-07-18T05:42:01.877Z] 58f07ac5e836: Waiting [2024-07-18T05:42:01.877Z] d3579d0a8863: Waiting [2024-07-18T05:42:01.877Z] 438ed10eeb75: Waiting [2024-07-18T05:42:01.877Z] da707bb00cb8: Waiting [2024-07-18T05:42:01.877Z] 06dbc5317264: Waiting [2024-07-18T05:42:01.877Z] 2b533126b0ab: Waiting [2024-07-18T05:42:01.877Z] d829cd4d1316: Waiting [2024-07-18T05:42:01.877Z] 286a8e76f3a1: Waiting [2024-07-18T05:42:01.877Z] 7358def34317: Layer already exists [2024-07-18T05:42:01.877Z] 0673932c7a00: Layer already exists [2024-07-18T05:42:01.877Z] a8bf260b80c3: Layer already exists [2024-07-18T05:42:01.877Z] b219d8c93fd1: Layer already exists [2024-07-18T05:42:01.877Z] e49593b7e5cf: Layer already exists [2024-07-18T05:42:01.877Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:01.877Z] fcf4a79d2bc8: Layer already exists [2024-07-18T05:42:01.877Z] 06dbc5317264: Layer already exists [2024-07-18T05:42:01.877Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:01.877Z] 286a8e76f3a1: Layer already exists [2024-07-18T05:42:01.877Z] 256096f26f72: Layer already exists [2024-07-18T05:42:01.877Z] d3579d0a8863: Layer already exists [2024-07-18T05:42:01.877Z] 438ed10eeb75: Layer already exists [2024-07-18T05:42:01.877Z] 5f70bf18a086: Layer already exists [2024-07-18T05:42:01.877Z] 58f07ac5e836: Layer already exists [2024-07-18T05:42:01.877Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:02.140Z] 3.2.0-dev.36: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:02.493Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:02.833Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:02.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-18T05:42:02.833Z] e49593b7e5cf: Preparing [2024-07-18T05:42:02.833Z] 0673932c7a00: Preparing [2024-07-18T05:42:02.833Z] 7358def34317: Preparing [2024-07-18T05:42:02.833Z] b219d8c93fd1: Preparing [2024-07-18T05:42:02.833Z] a8bf260b80c3: Preparing [2024-07-18T05:42:02.833Z] 286a8e76f3a1: Preparing [2024-07-18T05:42:02.833Z] 06dbc5317264: Preparing [2024-07-18T05:42:02.833Z] 2b533126b0ab: Preparing [2024-07-18T05:42:02.833Z] d829cd4d1316: Preparing [2024-07-18T05:42:02.833Z] fcf4a79d2bc8: Preparing [2024-07-18T05:42:02.833Z] 256096f26f72: Preparing [2024-07-18T05:42:02.833Z] 5f70bf18a086: Preparing [2024-07-18T05:42:02.833Z] 58f07ac5e836: Preparing [2024-07-18T05:42:02.833Z] d3579d0a8863: Preparing [2024-07-18T05:42:02.833Z] 438ed10eeb75: Preparing [2024-07-18T05:42:02.833Z] da707bb00cb8: Preparing [2024-07-18T05:42:02.833Z] 06dbc5317264: Waiting [2024-07-18T05:42:02.833Z] 286a8e76f3a1: Waiting [2024-07-18T05:42:02.833Z] 2b533126b0ab: Waiting [2024-07-18T05:42:02.833Z] 438ed10eeb75: Waiting [2024-07-18T05:42:02.833Z] 58f07ac5e836: Waiting [2024-07-18T05:42:02.833Z] d829cd4d1316: Waiting [2024-07-18T05:42:02.833Z] da707bb00cb8: Waiting [2024-07-18T05:42:02.833Z] 5f70bf18a086: Waiting [2024-07-18T05:42:02.833Z] fcf4a79d2bc8: Waiting [2024-07-18T05:42:02.833Z] 256096f26f72: Waiting [2024-07-18T05:42:02.833Z] a8bf260b80c3: Layer already exists [2024-07-18T05:42:02.833Z] b219d8c93fd1: Layer already exists [2024-07-18T05:42:02.833Z] 7358def34317: Layer already exists [2024-07-18T05:42:02.833Z] e49593b7e5cf: Layer already exists [2024-07-18T05:42:02.833Z] 0673932c7a00: Layer already exists [2024-07-18T05:42:02.833Z] 286a8e76f3a1: Layer already exists [2024-07-18T05:42:02.833Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:02.833Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:02.833Z] 06dbc5317264: Layer already exists [2024-07-18T05:42:02.833Z] fcf4a79d2bc8: Layer already exists [2024-07-18T05:42:02.833Z] 58f07ac5e836: Layer already exists [2024-07-18T05:42:02.833Z] 256096f26f72: Layer already exists [2024-07-18T05:42:02.833Z] 5f70bf18a086: Layer already exists [2024-07-18T05:42:02.833Z] d3579d0a8863: Layer already exists [2024-07-18T05:42:02.833Z] 438ed10eeb75: Layer already exists [2024-07-18T05:42:03.097Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:03.097Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:03.451Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:03.800Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-07-18T05:42:03.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-07-18T05:42:03.801Z] e49593b7e5cf: Preparing [2024-07-18T05:42:03.801Z] 0673932c7a00: Preparing [2024-07-18T05:42:03.801Z] 7358def34317: Preparing [2024-07-18T05:42:03.801Z] b219d8c93fd1: Preparing [2024-07-18T05:42:03.801Z] a8bf260b80c3: Preparing [2024-07-18T05:42:03.801Z] 286a8e76f3a1: Preparing [2024-07-18T05:42:03.801Z] 06dbc5317264: Preparing [2024-07-18T05:42:03.801Z] 2b533126b0ab: Preparing [2024-07-18T05:42:03.801Z] d829cd4d1316: Preparing [2024-07-18T05:42:03.801Z] fcf4a79d2bc8: Preparing [2024-07-18T05:42:03.801Z] 256096f26f72: Preparing [2024-07-18T05:42:03.801Z] 5f70bf18a086: Preparing [2024-07-18T05:42:03.801Z] 58f07ac5e836: Preparing [2024-07-18T05:42:03.801Z] d3579d0a8863: Preparing [2024-07-18T05:42:03.801Z] 438ed10eeb75: Preparing [2024-07-18T05:42:03.801Z] da707bb00cb8: Preparing [2024-07-18T05:42:03.801Z] 06dbc5317264: Waiting [2024-07-18T05:42:03.801Z] 2b533126b0ab: Waiting [2024-07-18T05:42:03.801Z] d829cd4d1316: Waiting [2024-07-18T05:42:03.801Z] fcf4a79d2bc8: Waiting [2024-07-18T05:42:03.801Z] 286a8e76f3a1: Waiting [2024-07-18T05:42:03.801Z] 438ed10eeb75: Waiting [2024-07-18T05:42:03.801Z] da707bb00cb8: Waiting [2024-07-18T05:42:03.801Z] 5f70bf18a086: Waiting [2024-07-18T05:42:03.801Z] 58f07ac5e836: Waiting [2024-07-18T05:42:03.801Z] d3579d0a8863: Waiting [2024-07-18T05:42:03.801Z] b219d8c93fd1: Layer already exists [2024-07-18T05:42:03.801Z] e49593b7e5cf: Layer already exists [2024-07-18T05:42:03.801Z] a8bf260b80c3: Layer already exists [2024-07-18T05:42:03.801Z] 0673932c7a00: Layer already exists [2024-07-18T05:42:03.801Z] 7358def34317: Layer already exists [2024-07-18T05:42:03.801Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:03.801Z] 06dbc5317264: Layer already exists [2024-07-18T05:42:03.801Z] fcf4a79d2bc8: Layer already exists [2024-07-18T05:42:03.801Z] 286a8e76f3a1: Layer already exists [2024-07-18T05:42:03.801Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:03.801Z] 5f70bf18a086: Layer already exists [2024-07-18T05:42:03.801Z] 256096f26f72: Layer already exists [2024-07-18T05:42:03.801Z] 438ed10eeb75: Layer already exists [2024-07-18T05:42:03.801Z] 58f07ac5e836: Layer already exists [2024-07-18T05:42:03.801Z] d3579d0a8863: Layer already exists [2024-07-18T05:42:04.064Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:04.065Z] main: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:42:04.144Z] ===================================================== [Pipeline] echo [2024-07-18T05:42:04.166Z] taggedImages: [2024-07-18T05:42:04.166Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:04.166Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-07-18T05:42:04.166Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.36 [2024-07-18T05:42:04.166Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:04.166Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-07-18T05:42:04.196Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-07-18T05:42:04.196Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:04.196Z] latest [2024-07-18T05:42:04.196Z] 3.2.0-dev.36 [2024-07-18T05:42:04.196Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:04.196Z] main [2024-07-18T05:42:04.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:04.557Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:04.905Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:04.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-18T05:42:04.905Z] 9a065583aae9: Preparing [2024-07-18T05:42:04.905Z] c49be669242d: Preparing [2024-07-18T05:42:04.905Z] c50c87dbd624: Preparing [2024-07-18T05:42:04.905Z] 20ce25ac0f80: Preparing [2024-07-18T05:42:04.905Z] 2b533126b0ab: Preparing [2024-07-18T05:42:04.905Z] d829cd4d1316: Preparing [2024-07-18T05:42:04.905Z] eac56a261e76: Preparing [2024-07-18T05:42:04.905Z] f03a5da3f349: Preparing [2024-07-18T05:42:04.905Z] da707bb00cb8: Preparing [2024-07-18T05:42:04.905Z] eac56a261e76: Waiting [2024-07-18T05:42:04.905Z] f03a5da3f349: Waiting [2024-07-18T05:42:04.905Z] da707bb00cb8: Waiting [2024-07-18T05:42:04.905Z] d829cd4d1316: Waiting [2024-07-18T05:42:04.905Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:05.167Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:05.167Z] eac56a261e76: Layer already exists [2024-07-18T05:42:05.167Z] c50c87dbd624: Pushed [2024-07-18T05:42:05.167Z] c49be669242d: Pushed [2024-07-18T05:42:05.167Z] 9a065583aae9: Pushed [2024-07-18T05:42:05.167Z] f03a5da3f349: Layer already exists [2024-07-18T05:42:05.167Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:10.472Z] 20ce25ac0f80: Pushed [2024-07-18T05:42:10.472Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:10.824Z] + 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 [2024-07-18T05:42:11.172Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-18T05:42:11.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-18T05:42:11.172Z] 9a065583aae9: Preparing [2024-07-18T05:42:11.172Z] c49be669242d: Preparing [2024-07-18T05:42:11.172Z] c50c87dbd624: Preparing [2024-07-18T05:42:11.172Z] 20ce25ac0f80: Preparing [2024-07-18T05:42:11.172Z] 2b533126b0ab: Preparing [2024-07-18T05:42:11.172Z] d829cd4d1316: Preparing [2024-07-18T05:42:11.172Z] eac56a261e76: Preparing [2024-07-18T05:42:11.172Z] f03a5da3f349: Preparing [2024-07-18T05:42:11.172Z] da707bb00cb8: Preparing [2024-07-18T05:42:11.172Z] d829cd4d1316: Waiting [2024-07-18T05:42:11.172Z] eac56a261e76: Waiting [2024-07-18T05:42:11.172Z] f03a5da3f349: Waiting [2024-07-18T05:42:11.172Z] da707bb00cb8: Waiting [2024-07-18T05:42:11.172Z] 9a065583aae9: Layer already exists [2024-07-18T05:42:11.172Z] c50c87dbd624: Layer already exists [2024-07-18T05:42:11.172Z] 20ce25ac0f80: Layer already exists [2024-07-18T05:42:11.172Z] c49be669242d: Layer already exists [2024-07-18T05:42:11.172Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:11.172Z] f03a5da3f349: Layer already exists [2024-07-18T05:42:11.172Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:11.172Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:11.172Z] eac56a261e76: Layer already exists [2024-07-18T05:42:11.435Z] latest: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:11.781Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:12.136Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.36 [2024-07-18T05:42:12.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-18T05:42:12.137Z] 9a065583aae9: Preparing [2024-07-18T05:42:12.137Z] c49be669242d: Preparing [2024-07-18T05:42:12.137Z] c50c87dbd624: Preparing [2024-07-18T05:42:12.137Z] 20ce25ac0f80: Preparing [2024-07-18T05:42:12.137Z] 2b533126b0ab: Preparing [2024-07-18T05:42:12.137Z] d829cd4d1316: Preparing [2024-07-18T05:42:12.137Z] eac56a261e76: Preparing [2024-07-18T05:42:12.137Z] f03a5da3f349: Preparing [2024-07-18T05:42:12.137Z] da707bb00cb8: Preparing [2024-07-18T05:42:12.137Z] d829cd4d1316: Waiting [2024-07-18T05:42:12.137Z] eac56a261e76: Waiting [2024-07-18T05:42:12.137Z] f03a5da3f349: Waiting [2024-07-18T05:42:12.137Z] da707bb00cb8: Waiting [2024-07-18T05:42:12.137Z] 9a065583aae9: Layer already exists [2024-07-18T05:42:12.137Z] 20ce25ac0f80: Layer already exists [2024-07-18T05:42:12.137Z] c50c87dbd624: Layer already exists [2024-07-18T05:42:12.137Z] c49be669242d: Layer already exists [2024-07-18T05:42:12.137Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:12.137Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:12.137Z] f03a5da3f349: Layer already exists [2024-07-18T05:42:12.137Z] eac56a261e76: Layer already exists [2024-07-18T05:42:12.137Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:12.402Z] 3.2.0-dev.36: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:12.742Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:13.087Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:13.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-18T05:42:13.087Z] 9a065583aae9: Preparing [2024-07-18T05:42:13.087Z] c49be669242d: Preparing [2024-07-18T05:42:13.087Z] c50c87dbd624: Preparing [2024-07-18T05:42:13.087Z] 20ce25ac0f80: Preparing [2024-07-18T05:42:13.087Z] 2b533126b0ab: Preparing [2024-07-18T05:42:13.087Z] d829cd4d1316: Preparing [2024-07-18T05:42:13.087Z] eac56a261e76: Preparing [2024-07-18T05:42:13.087Z] f03a5da3f349: Preparing [2024-07-18T05:42:13.087Z] da707bb00cb8: Preparing [2024-07-18T05:42:13.087Z] eac56a261e76: Waiting [2024-07-18T05:42:13.087Z] f03a5da3f349: Waiting [2024-07-18T05:42:13.087Z] da707bb00cb8: Waiting [2024-07-18T05:42:13.087Z] d829cd4d1316: Waiting [2024-07-18T05:42:13.087Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:13.087Z] c49be669242d: Layer already exists [2024-07-18T05:42:13.087Z] 20ce25ac0f80: Layer already exists [2024-07-18T05:42:13.087Z] c50c87dbd624: Layer already exists [2024-07-18T05:42:13.087Z] 9a065583aae9: Layer already exists [2024-07-18T05:42:13.087Z] f03a5da3f349: Layer already exists [2024-07-18T05:42:13.087Z] eac56a261e76: Layer already exists [2024-07-18T05:42:13.087Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:13.087Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:13.350Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:13.709Z] + 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 [2024-07-18T05:42:14.069Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-07-18T05:42:14.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-07-18T05:42:14.069Z] 9a065583aae9: Preparing [2024-07-18T05:42:14.069Z] c49be669242d: Preparing [2024-07-18T05:42:14.069Z] c50c87dbd624: Preparing [2024-07-18T05:42:14.069Z] 20ce25ac0f80: Preparing [2024-07-18T05:42:14.069Z] 2b533126b0ab: Preparing [2024-07-18T05:42:14.069Z] d829cd4d1316: Preparing [2024-07-18T05:42:14.069Z] eac56a261e76: Preparing [2024-07-18T05:42:14.069Z] f03a5da3f349: Preparing [2024-07-18T05:42:14.069Z] da707bb00cb8: Preparing [2024-07-18T05:42:14.069Z] d829cd4d1316: Waiting [2024-07-18T05:42:14.069Z] eac56a261e76: Waiting [2024-07-18T05:42:14.069Z] f03a5da3f349: Waiting [2024-07-18T05:42:14.069Z] da707bb00cb8: Waiting [2024-07-18T05:42:14.069Z] c50c87dbd624: Layer already exists [2024-07-18T05:42:14.069Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:14.069Z] 20ce25ac0f80: Layer already exists [2024-07-18T05:42:14.069Z] c49be669242d: Layer already exists [2024-07-18T05:42:14.069Z] 9a065583aae9: Layer already exists [2024-07-18T05:42:14.069Z] f03a5da3f349: Layer already exists [2024-07-18T05:42:14.069Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:14.069Z] eac56a261e76: Layer already exists [2024-07-18T05:42:14.069Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:14.069Z] main: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:42:14.406Z] ===================================================== [Pipeline] echo [2024-07-18T05:42:14.420Z] taggedImages: [2024-07-18T05:42:14.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:14.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-07-18T05:42:14.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.36 [2024-07-18T05:42:14.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:14.421Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-07-18T05:42:14.445Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-07-18T05:42:14.445Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:14.445Z] latest [2024-07-18T05:42:14.445Z] 3.2.0-dev.36 [2024-07-18T05:42:14.445Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:14.445Z] main [2024-07-18T05:42:14.445Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:14.793Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:15.140Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:15.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-18T05:42:15.140Z] 15eb063340b0: Preparing [2024-07-18T05:42:15.140Z] 73d2a78f4758: Preparing [2024-07-18T05:42:15.140Z] eed1c7170009: Preparing [2024-07-18T05:42:15.140Z] f5c818d18216: Preparing [2024-07-18T05:42:15.140Z] 6501390e9290: Preparing [2024-07-18T05:42:15.140Z] 2b533126b0ab: Preparing [2024-07-18T05:42:15.140Z] d829cd4d1316: Preparing [2024-07-18T05:42:15.140Z] 3fdd71b3dc57: Preparing [2024-07-18T05:42:15.140Z] 233e3db36565: Preparing [2024-07-18T05:42:15.140Z] eafb2170a2e8: Preparing [2024-07-18T05:42:15.140Z] da707bb00cb8: Preparing [2024-07-18T05:42:15.140Z] 3fdd71b3dc57: Waiting [2024-07-18T05:42:15.140Z] 233e3db36565: Waiting [2024-07-18T05:42:15.140Z] eafb2170a2e8: Waiting [2024-07-18T05:42:15.140Z] da707bb00cb8: Waiting [2024-07-18T05:42:15.140Z] 2b533126b0ab: Waiting [2024-07-18T05:42:15.140Z] d829cd4d1316: Waiting [2024-07-18T05:42:15.403Z] 6501390e9290: Pushed [2024-07-18T05:42:15.403Z] 73d2a78f4758: Pushed [2024-07-18T05:42:15.403Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:15.403Z] 15eb063340b0: Pushed [2024-07-18T05:42:15.403Z] f5c818d18216: Pushed [2024-07-18T05:42:15.403Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:15.403Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:15.665Z] 3fdd71b3dc57: Pushed [2024-07-18T05:42:15.665Z] 233e3db36565: Pushed [2024-07-18T05:42:17.602Z] eed1c7170009: Pushed [2024-07-18T05:42:18.996Z] eafb2170a2e8: Pushed [2024-07-18T05:42:19.260Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:19.606Z] + 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 [2024-07-18T05:42:19.954Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-18T05:42:19.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-18T05:42:19.954Z] 15eb063340b0: Preparing [2024-07-18T05:42:19.954Z] 73d2a78f4758: Preparing [2024-07-18T05:42:19.954Z] eed1c7170009: Preparing [2024-07-18T05:42:19.954Z] f5c818d18216: Preparing [2024-07-18T05:42:19.954Z] 6501390e9290: Preparing [2024-07-18T05:42:19.954Z] 2b533126b0ab: Preparing [2024-07-18T05:42:19.954Z] d829cd4d1316: Preparing [2024-07-18T05:42:19.954Z] 3fdd71b3dc57: Preparing [2024-07-18T05:42:19.954Z] d829cd4d1316: Waiting [2024-07-18T05:42:19.954Z] 2b533126b0ab: Waiting [2024-07-18T05:42:19.954Z] 233e3db36565: Preparing [2024-07-18T05:42:19.954Z] 3fdd71b3dc57: Waiting [2024-07-18T05:42:19.954Z] eafb2170a2e8: Preparing [2024-07-18T05:42:19.954Z] da707bb00cb8: Preparing [2024-07-18T05:42:19.954Z] eafb2170a2e8: Waiting [2024-07-18T05:42:19.954Z] da707bb00cb8: Waiting [2024-07-18T05:42:19.954Z] 233e3db36565: Waiting [2024-07-18T05:42:19.954Z] 73d2a78f4758: Layer already exists [2024-07-18T05:42:19.954Z] 6501390e9290: Layer already exists [2024-07-18T05:42:19.954Z] 15eb063340b0: Layer already exists [2024-07-18T05:42:19.954Z] f5c818d18216: Layer already exists [2024-07-18T05:42:19.954Z] eed1c7170009: Layer already exists [2024-07-18T05:42:19.954Z] 3fdd71b3dc57: Layer already exists [2024-07-18T05:42:19.954Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:19.954Z] 233e3db36565: Layer already exists [2024-07-18T05:42:19.954Z] eafb2170a2e8: Layer already exists [2024-07-18T05:42:19.954Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:19.954Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:20.217Z] latest: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:20.560Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:20.897Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.36 [2024-07-18T05:42:20.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-18T05:42:20.897Z] 15eb063340b0: Preparing [2024-07-18T05:42:20.897Z] 73d2a78f4758: Preparing [2024-07-18T05:42:20.897Z] eed1c7170009: Preparing [2024-07-18T05:42:20.897Z] f5c818d18216: Preparing [2024-07-18T05:42:20.897Z] 6501390e9290: Preparing [2024-07-18T05:42:20.897Z] 2b533126b0ab: Preparing [2024-07-18T05:42:20.897Z] d829cd4d1316: Preparing [2024-07-18T05:42:20.897Z] 3fdd71b3dc57: Preparing [2024-07-18T05:42:20.897Z] 233e3db36565: Preparing [2024-07-18T05:42:20.897Z] eafb2170a2e8: Preparing [2024-07-18T05:42:20.897Z] da707bb00cb8: Preparing [2024-07-18T05:42:20.897Z] 3fdd71b3dc57: Waiting [2024-07-18T05:42:20.897Z] 233e3db36565: Waiting [2024-07-18T05:42:20.897Z] 2b533126b0ab: Waiting [2024-07-18T05:42:20.897Z] eafb2170a2e8: Waiting [2024-07-18T05:42:20.897Z] da707bb00cb8: Waiting [2024-07-18T05:42:20.897Z] d829cd4d1316: Waiting [2024-07-18T05:42:20.897Z] 6501390e9290: Layer already exists [2024-07-18T05:42:20.897Z] eed1c7170009: Layer already exists [2024-07-18T05:42:20.897Z] 73d2a78f4758: Layer already exists [2024-07-18T05:42:20.897Z] f5c818d18216: Layer already exists [2024-07-18T05:42:20.897Z] 15eb063340b0: Layer already exists [2024-07-18T05:42:20.897Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:20.897Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:20.897Z] 3fdd71b3dc57: Layer already exists [2024-07-18T05:42:20.897Z] 233e3db36565: Layer already exists [2024-07-18T05:42:20.897Z] eafb2170a2e8: Layer already exists [2024-07-18T05:42:20.897Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:21.160Z] 3.2.0-dev.36: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:21.500Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:21.834Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:21.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-18T05:42:21.834Z] 15eb063340b0: Preparing [2024-07-18T05:42:21.834Z] 73d2a78f4758: Preparing [2024-07-18T05:42:21.834Z] eed1c7170009: Preparing [2024-07-18T05:42:21.834Z] f5c818d18216: Preparing [2024-07-18T05:42:21.834Z] 6501390e9290: Preparing [2024-07-18T05:42:21.834Z] 2b533126b0ab: Preparing [2024-07-18T05:42:21.834Z] d829cd4d1316: Preparing [2024-07-18T05:42:21.834Z] 3fdd71b3dc57: Preparing [2024-07-18T05:42:21.834Z] 233e3db36565: Preparing [2024-07-18T05:42:21.834Z] eafb2170a2e8: Preparing [2024-07-18T05:42:21.834Z] da707bb00cb8: Preparing [2024-07-18T05:42:21.834Z] 3fdd71b3dc57: Waiting [2024-07-18T05:42:21.834Z] 233e3db36565: Waiting [2024-07-18T05:42:21.834Z] eafb2170a2e8: Waiting [2024-07-18T05:42:21.834Z] 2b533126b0ab: Waiting [2024-07-18T05:42:21.834Z] da707bb00cb8: Waiting [2024-07-18T05:42:21.834Z] d829cd4d1316: Waiting [2024-07-18T05:42:21.834Z] eed1c7170009: Layer already exists [2024-07-18T05:42:21.834Z] 6501390e9290: Layer already exists [2024-07-18T05:42:21.834Z] 15eb063340b0: Layer already exists [2024-07-18T05:42:21.834Z] f5c818d18216: Layer already exists [2024-07-18T05:42:21.834Z] 73d2a78f4758: Layer already exists [2024-07-18T05:42:21.834Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:21.834Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:21.834Z] 233e3db36565: Layer already exists [2024-07-18T05:42:21.834Z] 3fdd71b3dc57: Layer already exists [2024-07-18T05:42:21.834Z] eafb2170a2e8: Layer already exists [2024-07-18T05:42:21.834Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:22.098Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:22.439Z] + 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 [2024-07-18T05:42:22.791Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-07-18T05:42:22.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-07-18T05:42:22.792Z] 15eb063340b0: Preparing [2024-07-18T05:42:22.792Z] 73d2a78f4758: Preparing [2024-07-18T05:42:22.792Z] eed1c7170009: Preparing [2024-07-18T05:42:22.792Z] f5c818d18216: Preparing [2024-07-18T05:42:22.792Z] 6501390e9290: Preparing [2024-07-18T05:42:22.792Z] 2b533126b0ab: Preparing [2024-07-18T05:42:22.792Z] d829cd4d1316: Preparing [2024-07-18T05:42:22.792Z] 3fdd71b3dc57: Preparing [2024-07-18T05:42:22.792Z] 233e3db36565: Preparing [2024-07-18T05:42:22.792Z] eafb2170a2e8: Preparing [2024-07-18T05:42:22.792Z] da707bb00cb8: Preparing [2024-07-18T05:42:22.792Z] 2b533126b0ab: Waiting [2024-07-18T05:42:22.792Z] d829cd4d1316: Waiting [2024-07-18T05:42:22.792Z] 3fdd71b3dc57: Waiting [2024-07-18T05:42:22.792Z] 233e3db36565: Waiting [2024-07-18T05:42:22.792Z] da707bb00cb8: Waiting [2024-07-18T05:42:22.792Z] eafb2170a2e8: Waiting [2024-07-18T05:42:22.792Z] 73d2a78f4758: Layer already exists [2024-07-18T05:42:22.792Z] eed1c7170009: Layer already exists [2024-07-18T05:42:22.792Z] 6501390e9290: Layer already exists [2024-07-18T05:42:22.792Z] 15eb063340b0: Layer already exists [2024-07-18T05:42:22.792Z] f5c818d18216: Layer already exists [2024-07-18T05:42:22.792Z] 3fdd71b3dc57: Layer already exists [2024-07-18T05:42:22.792Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:22.792Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:22.792Z] 233e3db36565: Layer already exists [2024-07-18T05:42:22.792Z] eafb2170a2e8: Layer already exists [2024-07-18T05:42:22.792Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:23.056Z] main: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:42:23.125Z] ===================================================== [Pipeline] echo [2024-07-18T05:42:23.141Z] taggedImages: [2024-07-18T05:42:23.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:23.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-07-18T05:42:23.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.36 [2024-07-18T05:42:23.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:23.141Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-07-18T05:42:23.171Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-07-18T05:42:23.171Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:23.171Z] latest [2024-07-18T05:42:23.171Z] 3.2.0-dev.36 [2024-07-18T05:42:23.171Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:23.171Z] main [2024-07-18T05:42:23.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:23.536Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:23.877Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:23.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-18T05:42:23.877Z] cf81cac4aabe: Preparing [2024-07-18T05:42:23.877Z] c31f1820628d: Preparing [2024-07-18T05:42:23.877Z] d8265720f67d: Preparing [2024-07-18T05:42:23.877Z] 0d6d92c351a4: Preparing [2024-07-18T05:42:23.877Z] d843ef0aec55: Preparing [2024-07-18T05:42:23.877Z] 5c0f555e3c27: Preparing [2024-07-18T05:42:23.877Z] 5e1d5fed113e: Preparing [2024-07-18T05:42:23.877Z] 5c0f555e3c27: Waiting [2024-07-18T05:42:23.877Z] 5e1d5fed113e: Waiting [2024-07-18T05:42:23.877Z] 2b533126b0ab: Preparing [2024-07-18T05:42:23.877Z] d829cd4d1316: Preparing [2024-07-18T05:42:23.877Z] 2b533126b0ab: Waiting [2024-07-18T05:42:23.877Z] 3cd0cac88900: Preparing [2024-07-18T05:42:23.877Z] d829cd4d1316: Waiting [2024-07-18T05:42:23.877Z] f0a89a0d55a6: Preparing [2024-07-18T05:42:23.877Z] 3cd0cac88900: Waiting [2024-07-18T05:42:23.877Z] da707bb00cb8: Preparing [2024-07-18T05:42:23.877Z] f0a89a0d55a6: Waiting [2024-07-18T05:42:23.877Z] da707bb00cb8: Waiting [2024-07-18T05:42:24.140Z] d843ef0aec55: Pushed [2024-07-18T05:42:24.140Z] c31f1820628d: Pushed [2024-07-18T05:42:24.140Z] cf81cac4aabe: Pushed [2024-07-18T05:42:24.140Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:24.140Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:24.402Z] 5c0f555e3c27: Pushed [2024-07-18T05:42:24.402Z] 5e1d5fed113e: Pushed [2024-07-18T05:42:24.402Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:25.801Z] 3cd0cac88900: Pushed [2024-07-18T05:42:25.801Z] 0d6d92c351a4: Pushed [2024-07-18T05:42:26.749Z] d8265720f67d: Pushed [2024-07-18T05:42:26.749Z] f0a89a0d55a6: Pushed [2024-07-18T05:42:27.012Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:27.351Z] + 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 [2024-07-18T05:42:27.694Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-18T05:42:27.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-18T05:42:27.694Z] cf81cac4aabe: Preparing [2024-07-18T05:42:27.694Z] c31f1820628d: Preparing [2024-07-18T05:42:27.694Z] d8265720f67d: Preparing [2024-07-18T05:42:27.694Z] 0d6d92c351a4: Preparing [2024-07-18T05:42:27.694Z] d843ef0aec55: Preparing [2024-07-18T05:42:27.694Z] 5c0f555e3c27: Preparing [2024-07-18T05:42:27.694Z] 5e1d5fed113e: Preparing [2024-07-18T05:42:27.694Z] 2b533126b0ab: Preparing [2024-07-18T05:42:27.694Z] d829cd4d1316: Preparing [2024-07-18T05:42:27.694Z] 3cd0cac88900: Preparing [2024-07-18T05:42:27.694Z] f0a89a0d55a6: Preparing [2024-07-18T05:42:27.694Z] da707bb00cb8: Preparing [2024-07-18T05:42:27.694Z] 2b533126b0ab: Waiting [2024-07-18T05:42:27.694Z] d829cd4d1316: Waiting [2024-07-18T05:42:27.694Z] 3cd0cac88900: Waiting [2024-07-18T05:42:27.694Z] f0a89a0d55a6: Waiting [2024-07-18T05:42:27.694Z] da707bb00cb8: Waiting [2024-07-18T05:42:27.694Z] 5c0f555e3c27: Waiting [2024-07-18T05:42:27.694Z] 5e1d5fed113e: Waiting [2024-07-18T05:42:27.694Z] d843ef0aec55: Layer already exists [2024-07-18T05:42:27.694Z] d8265720f67d: Layer already exists [2024-07-18T05:42:27.694Z] 0d6d92c351a4: Layer already exists [2024-07-18T05:42:27.694Z] cf81cac4aabe: Layer already exists [2024-07-18T05:42:27.694Z] c31f1820628d: Layer already exists [2024-07-18T05:42:27.694Z] 5c0f555e3c27: Layer already exists [2024-07-18T05:42:27.694Z] 5e1d5fed113e: Layer already exists [2024-07-18T05:42:27.694Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:27.694Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:27.694Z] 3cd0cac88900: Layer already exists [2024-07-18T05:42:27.694Z] f0a89a0d55a6: Layer already exists [2024-07-18T05:42:27.694Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:27.959Z] latest: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:28.296Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:28.634Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.36 [2024-07-18T05:42:28.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-18T05:42:28.634Z] cf81cac4aabe: Preparing [2024-07-18T05:42:28.634Z] c31f1820628d: Preparing [2024-07-18T05:42:28.634Z] d8265720f67d: Preparing [2024-07-18T05:42:28.634Z] 0d6d92c351a4: Preparing [2024-07-18T05:42:28.634Z] d843ef0aec55: Preparing [2024-07-18T05:42:28.634Z] 5c0f555e3c27: Preparing [2024-07-18T05:42:28.634Z] 5e1d5fed113e: Preparing [2024-07-18T05:42:28.634Z] 2b533126b0ab: Preparing [2024-07-18T05:42:28.634Z] d829cd4d1316: Preparing [2024-07-18T05:42:28.634Z] 3cd0cac88900: Preparing [2024-07-18T05:42:28.634Z] f0a89a0d55a6: Preparing [2024-07-18T05:42:28.634Z] da707bb00cb8: Preparing [2024-07-18T05:42:28.634Z] 2b533126b0ab: Waiting [2024-07-18T05:42:28.634Z] d829cd4d1316: Waiting [2024-07-18T05:42:28.634Z] 3cd0cac88900: Waiting [2024-07-18T05:42:28.634Z] f0a89a0d55a6: Waiting [2024-07-18T05:42:28.634Z] da707bb00cb8: Waiting [2024-07-18T05:42:28.634Z] 5c0f555e3c27: Waiting [2024-07-18T05:42:28.634Z] 5e1d5fed113e: Waiting [2024-07-18T05:42:28.634Z] 0d6d92c351a4: Layer already exists [2024-07-18T05:42:28.634Z] cf81cac4aabe: Layer already exists [2024-07-18T05:42:28.634Z] d8265720f67d: Layer already exists [2024-07-18T05:42:28.634Z] d843ef0aec55: Layer already exists [2024-07-18T05:42:28.634Z] c31f1820628d: Layer already exists [2024-07-18T05:42:28.634Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:28.634Z] 5c0f555e3c27: Layer already exists [2024-07-18T05:42:28.634Z] 5e1d5fed113e: Layer already exists [2024-07-18T05:42:28.634Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:28.634Z] 3cd0cac88900: Layer already exists [2024-07-18T05:42:28.634Z] f0a89a0d55a6: Layer already exists [2024-07-18T05:42:28.634Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:28.897Z] 3.2.0-dev.36: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:29.244Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:29.580Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:29.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-18T05:42:29.580Z] cf81cac4aabe: Preparing [2024-07-18T05:42:29.580Z] c31f1820628d: Preparing [2024-07-18T05:42:29.580Z] d8265720f67d: Preparing [2024-07-18T05:42:29.580Z] 0d6d92c351a4: Preparing [2024-07-18T05:42:29.580Z] d843ef0aec55: Preparing [2024-07-18T05:42:29.580Z] 5c0f555e3c27: Preparing [2024-07-18T05:42:29.580Z] 5e1d5fed113e: Preparing [2024-07-18T05:42:29.580Z] 2b533126b0ab: Preparing [2024-07-18T05:42:29.580Z] d829cd4d1316: Preparing [2024-07-18T05:42:29.580Z] 3cd0cac88900: Preparing [2024-07-18T05:42:29.580Z] f0a89a0d55a6: Preparing [2024-07-18T05:42:29.580Z] da707bb00cb8: Preparing [2024-07-18T05:42:29.580Z] 5c0f555e3c27: Waiting [2024-07-18T05:42:29.580Z] 5e1d5fed113e: Waiting [2024-07-18T05:42:29.580Z] 2b533126b0ab: Waiting [2024-07-18T05:42:29.580Z] f0a89a0d55a6: Waiting [2024-07-18T05:42:29.580Z] d829cd4d1316: Waiting [2024-07-18T05:42:29.580Z] 3cd0cac88900: Waiting [2024-07-18T05:42:29.580Z] da707bb00cb8: Waiting [2024-07-18T05:42:29.580Z] 0d6d92c351a4: Layer already exists [2024-07-18T05:42:29.580Z] c31f1820628d: Layer already exists [2024-07-18T05:42:29.580Z] cf81cac4aabe: Layer already exists [2024-07-18T05:42:29.580Z] d843ef0aec55: Layer already exists [2024-07-18T05:42:29.580Z] d8265720f67d: Layer already exists [2024-07-18T05:42:29.580Z] 5c0f555e3c27: Layer already exists [2024-07-18T05:42:29.580Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:29.580Z] 5e1d5fed113e: Layer already exists [2024-07-18T05:42:29.580Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:29.580Z] 3cd0cac88900: Layer already exists [2024-07-18T05:42:29.580Z] f0a89a0d55a6: Layer already exists [2024-07-18T05:42:29.580Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:29.843Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:30.199Z] + 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 [2024-07-18T05:42:30.551Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-07-18T05:42:30.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-07-18T05:42:30.551Z] cf81cac4aabe: Preparing [2024-07-18T05:42:30.551Z] c31f1820628d: Preparing [2024-07-18T05:42:30.551Z] d8265720f67d: Preparing [2024-07-18T05:42:30.551Z] 0d6d92c351a4: Preparing [2024-07-18T05:42:30.551Z] d843ef0aec55: Preparing [2024-07-18T05:42:30.551Z] 5c0f555e3c27: Preparing [2024-07-18T05:42:30.551Z] 5e1d5fed113e: Preparing [2024-07-18T05:42:30.551Z] 2b533126b0ab: Preparing [2024-07-18T05:42:30.551Z] d829cd4d1316: Preparing [2024-07-18T05:42:30.551Z] 3cd0cac88900: Preparing [2024-07-18T05:42:30.551Z] f0a89a0d55a6: Preparing [2024-07-18T05:42:30.551Z] da707bb00cb8: Preparing [2024-07-18T05:42:30.551Z] 2b533126b0ab: Waiting [2024-07-18T05:42:30.551Z] d829cd4d1316: Waiting [2024-07-18T05:42:30.551Z] 3cd0cac88900: Waiting [2024-07-18T05:42:30.551Z] f0a89a0d55a6: Waiting [2024-07-18T05:42:30.551Z] da707bb00cb8: Waiting [2024-07-18T05:42:30.551Z] 5c0f555e3c27: Waiting [2024-07-18T05:42:30.551Z] 5e1d5fed113e: Waiting [2024-07-18T05:42:30.551Z] 0d6d92c351a4: Layer already exists [2024-07-18T05:42:30.551Z] cf81cac4aabe: Layer already exists [2024-07-18T05:42:30.551Z] d843ef0aec55: Layer already exists [2024-07-18T05:42:30.551Z] c31f1820628d: Layer already exists [2024-07-18T05:42:30.551Z] d8265720f67d: Layer already exists [2024-07-18T05:42:30.551Z] 5e1d5fed113e: Layer already exists [2024-07-18T05:42:30.551Z] 5c0f555e3c27: Layer already exists [2024-07-18T05:42:30.551Z] 3cd0cac88900: Layer already exists [2024-07-18T05:42:30.551Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:30.551Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:30.551Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:30.551Z] f0a89a0d55a6: Layer already exists [2024-07-18T05:42:30.816Z] main: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:42:30.898Z] ===================================================== [Pipeline] echo [2024-07-18T05:42:30.916Z] taggedImages: [2024-07-18T05:42:30.916Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:30.916Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-07-18T05:42:30.916Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.36 [2024-07-18T05:42:30.916Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:30.916Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-07-18T05:42:30.941Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-07-18T05:42:30.942Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:30.942Z] latest [2024-07-18T05:42:30.942Z] 3.2.0-dev.36 [2024-07-18T05:42:30.942Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:30.942Z] main [2024-07-18T05:42:30.942Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:31.300Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:31.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:31.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-18T05:42:31.643Z] 4cce543b68e3: Preparing [2024-07-18T05:42:31.643Z] 54d1c0a973cf: Preparing [2024-07-18T05:42:31.643Z] 2b533126b0ab: Preparing [2024-07-18T05:42:31.643Z] d829cd4d1316: Preparing [2024-07-18T05:42:31.643Z] d51c3bf8c695: Preparing [2024-07-18T05:42:31.643Z] 01fd44b34d0a: Preparing [2024-07-18T05:42:31.643Z] da707bb00cb8: Preparing [2024-07-18T05:42:31.643Z] 01fd44b34d0a: Waiting [2024-07-18T05:42:31.643Z] da707bb00cb8: Waiting [2024-07-18T05:42:31.643Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:31.906Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:31.906Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:31.906Z] 4cce543b68e3: Pushed [2024-07-18T05:42:32.856Z] d51c3bf8c695: Pushed [2024-07-18T05:42:33.432Z] 01fd44b34d0a: Pushed [2024-07-18T05:42:35.356Z] 54d1c0a973cf: Pushed [2024-07-18T05:42:35.356Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:35.704Z] + 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 [2024-07-18T05:42:36.049Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-18T05:42:36.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-18T05:42:36.049Z] 4cce543b68e3: Preparing [2024-07-18T05:42:36.049Z] 54d1c0a973cf: Preparing [2024-07-18T05:42:36.049Z] 2b533126b0ab: Preparing [2024-07-18T05:42:36.049Z] d829cd4d1316: Preparing [2024-07-18T05:42:36.049Z] d51c3bf8c695: Preparing [2024-07-18T05:42:36.049Z] 01fd44b34d0a: Preparing [2024-07-18T05:42:36.049Z] da707bb00cb8: Preparing [2024-07-18T05:42:36.049Z] 01fd44b34d0a: Waiting [2024-07-18T05:42:36.049Z] da707bb00cb8: Waiting [2024-07-18T05:42:36.049Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:36.049Z] d51c3bf8c695: Layer already exists [2024-07-18T05:42:36.049Z] 4cce543b68e3: Layer already exists [2024-07-18T05:42:36.049Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:36.049Z] 54d1c0a973cf: Layer already exists [2024-07-18T05:42:36.049Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:36.049Z] 01fd44b34d0a: Layer already exists [2024-07-18T05:42:36.343Z] latest: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:36.703Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:37.065Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.36 [2024-07-18T05:42:37.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-18T05:42:37.065Z] 4cce543b68e3: Preparing [2024-07-18T05:42:37.065Z] 54d1c0a973cf: Preparing [2024-07-18T05:42:37.065Z] 2b533126b0ab: Preparing [2024-07-18T05:42:37.065Z] d829cd4d1316: Preparing [2024-07-18T05:42:37.065Z] d51c3bf8c695: Preparing [2024-07-18T05:42:37.065Z] 01fd44b34d0a: Preparing [2024-07-18T05:42:37.065Z] da707bb00cb8: Preparing [2024-07-18T05:42:37.065Z] 01fd44b34d0a: Waiting [2024-07-18T05:42:37.065Z] da707bb00cb8: Waiting [2024-07-18T05:42:37.065Z] 4cce543b68e3: Layer already exists [2024-07-18T05:42:37.065Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:37.065Z] d51c3bf8c695: Layer already exists [2024-07-18T05:42:37.065Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:37.065Z] 54d1c0a973cf: Layer already exists [2024-07-18T05:42:37.065Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:37.065Z] 01fd44b34d0a: Layer already exists [2024-07-18T05:42:37.332Z] 3.2.0-dev.36: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:37.699Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:38.059Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:38.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-18T05:42:38.059Z] 4cce543b68e3: Preparing [2024-07-18T05:42:38.059Z] 54d1c0a973cf: Preparing [2024-07-18T05:42:38.059Z] 2b533126b0ab: Preparing [2024-07-18T05:42:38.059Z] d829cd4d1316: Preparing [2024-07-18T05:42:38.059Z] d51c3bf8c695: Preparing [2024-07-18T05:42:38.059Z] 01fd44b34d0a: Preparing [2024-07-18T05:42:38.059Z] da707bb00cb8: Preparing [2024-07-18T05:42:38.059Z] 01fd44b34d0a: Waiting [2024-07-18T05:42:38.059Z] da707bb00cb8: Waiting [2024-07-18T05:42:38.059Z] d51c3bf8c695: Layer already exists [2024-07-18T05:42:38.059Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:38.059Z] 54d1c0a973cf: Layer already exists [2024-07-18T05:42:38.059Z] 4cce543b68e3: Layer already exists [2024-07-18T05:42:38.059Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:38.059Z] 01fd44b34d0a: Layer already exists [2024-07-18T05:42:38.059Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:38.059Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:38.661Z] + 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 [2024-07-18T05:42:38.996Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-07-18T05:42:38.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-07-18T05:42:38.996Z] 4cce543b68e3: Preparing [2024-07-18T05:42:38.996Z] 54d1c0a973cf: Preparing [2024-07-18T05:42:38.996Z] 2b533126b0ab: Preparing [2024-07-18T05:42:38.996Z] d829cd4d1316: Preparing [2024-07-18T05:42:38.996Z] d51c3bf8c695: Preparing [2024-07-18T05:42:38.996Z] 01fd44b34d0a: Preparing [2024-07-18T05:42:38.996Z] da707bb00cb8: Preparing [2024-07-18T05:42:38.996Z] 01fd44b34d0a: Waiting [2024-07-18T05:42:38.996Z] da707bb00cb8: Waiting [2024-07-18T05:42:38.996Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:38.996Z] 4cce543b68e3: Layer already exists [2024-07-18T05:42:38.996Z] d51c3bf8c695: Layer already exists [2024-07-18T05:42:38.996Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:38.997Z] 54d1c0a973cf: Layer already exists [2024-07-18T05:42:38.997Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:38.997Z] 01fd44b34d0a: Layer already exists [2024-07-18T05:42:39.258Z] main: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:42:39.341Z] ===================================================== [Pipeline] echo [2024-07-18T05:42:39.356Z] taggedImages: [2024-07-18T05:42:39.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:39.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-07-18T05:42:39.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.36 [2024-07-18T05:42:39.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:39.356Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-07-18T05:42:39.388Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-07-18T05:42:39.388Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:39.388Z] latest [2024-07-18T05:42:39.388Z] 3.2.0-dev.36 [2024-07-18T05:42:39.388Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:42:39.388Z] main [2024-07-18T05:42:39.388Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:39.753Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:42:40.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:42:40.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-18T05:42:40.092Z] 553b10a7efc1: Preparing [2024-07-18T05:42:40.092Z] 9e90c9fe1689: Preparing [2024-07-18T05:42:40.092Z] c422df1f70df: Preparing [2024-07-18T05:42:40.092Z] 2b533126b0ab: Preparing [2024-07-18T05:42:40.092Z] d829cd4d1316: Preparing [2024-07-18T05:42:40.092Z] 4cf73054cfc0: Preparing [2024-07-18T05:42:40.092Z] db99d1c0aaa1: Preparing [2024-07-18T05:42:40.092Z] 94c7c5fc06a1: Preparing [2024-07-18T05:42:40.092Z] b2ad5b41414d: Preparing [2024-07-18T05:42:40.092Z] da707bb00cb8: Preparing [2024-07-18T05:42:40.092Z] 4cf73054cfc0: Waiting [2024-07-18T05:42:40.092Z] b2ad5b41414d: Waiting [2024-07-18T05:42:40.092Z] da707bb00cb8: Waiting [2024-07-18T05:42:40.092Z] db99d1c0aaa1: Waiting [2024-07-18T05:42:40.092Z] 94c7c5fc06a1: Waiting [2024-07-18T05:42:40.092Z] 2b533126b0ab: Layer already exists [2024-07-18T05:42:40.357Z] d829cd4d1316: Layer already exists [2024-07-18T05:42:40.357Z] 9e90c9fe1689: Pushed [2024-07-18T05:42:40.357Z] 553b10a7efc1: Pushed [2024-07-18T05:42:40.357Z] c422df1f70df: Pushed [2024-07-18T05:42:40.357Z] da707bb00cb8: Layer already exists [2024-07-18T05:42:40.357Z] 94c7c5fc06a1: Pushed [2024-07-18T05:42:42.285Z] b2ad5b41414d: Pushed [2024-07-18T05:42:54.547Z] db99d1c0aaa1: Pushed [2024-07-18T05:43:01.165Z] 4cf73054cfc0: Pushed [2024-07-18T05:43:01.165Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:01.499Z] + 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 [2024-07-18T05:43:01.842Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-18T05:43:01.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-18T05:43:01.842Z] 553b10a7efc1: Preparing [2024-07-18T05:43:01.842Z] 9e90c9fe1689: Preparing [2024-07-18T05:43:01.842Z] c422df1f70df: Preparing [2024-07-18T05:43:01.842Z] 2b533126b0ab: Preparing [2024-07-18T05:43:01.842Z] d829cd4d1316: Preparing [2024-07-18T05:43:01.842Z] 4cf73054cfc0: Preparing [2024-07-18T05:43:01.842Z] db99d1c0aaa1: Preparing [2024-07-18T05:43:01.842Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:01.842Z] b2ad5b41414d: Preparing [2024-07-18T05:43:01.842Z] da707bb00cb8: Preparing [2024-07-18T05:43:01.842Z] 4cf73054cfc0: Waiting [2024-07-18T05:43:01.842Z] db99d1c0aaa1: Waiting [2024-07-18T05:43:01.842Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:01.842Z] b2ad5b41414d: Waiting [2024-07-18T05:43:01.842Z] da707bb00cb8: Waiting [2024-07-18T05:43:01.842Z] 553b10a7efc1: Layer already exists [2024-07-18T05:43:01.842Z] 9e90c9fe1689: Layer already exists [2024-07-18T05:43:01.842Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:01.842Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:01.842Z] c422df1f70df: Layer already exists [2024-07-18T05:43:01.842Z] db99d1c0aaa1: Layer already exists [2024-07-18T05:43:01.842Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:01.842Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:01.842Z] 4cf73054cfc0: Layer already exists [2024-07-18T05:43:01.842Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:02.107Z] latest: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:02.450Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:02.787Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.36 [2024-07-18T05:43:02.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-18T05:43:02.787Z] 553b10a7efc1: Preparing [2024-07-18T05:43:02.787Z] 9e90c9fe1689: Preparing [2024-07-18T05:43:02.787Z] c422df1f70df: Preparing [2024-07-18T05:43:02.787Z] 2b533126b0ab: Preparing [2024-07-18T05:43:02.787Z] d829cd4d1316: Preparing [2024-07-18T05:43:02.787Z] 4cf73054cfc0: Preparing [2024-07-18T05:43:02.787Z] db99d1c0aaa1: Preparing [2024-07-18T05:43:02.787Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:02.787Z] b2ad5b41414d: Preparing [2024-07-18T05:43:02.787Z] da707bb00cb8: Preparing [2024-07-18T05:43:02.787Z] 4cf73054cfc0: Waiting [2024-07-18T05:43:02.787Z] db99d1c0aaa1: Waiting [2024-07-18T05:43:02.787Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:02.787Z] da707bb00cb8: Waiting [2024-07-18T05:43:02.787Z] b2ad5b41414d: Waiting [2024-07-18T05:43:02.787Z] 553b10a7efc1: Layer already exists [2024-07-18T05:43:02.787Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:02.787Z] 9e90c9fe1689: Layer already exists [2024-07-18T05:43:02.787Z] c422df1f70df: Layer already exists [2024-07-18T05:43:02.787Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:02.787Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:02.787Z] 4cf73054cfc0: Layer already exists [2024-07-18T05:43:02.787Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:02.787Z] db99d1c0aaa1: Layer already exists [2024-07-18T05:43:02.787Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:03.051Z] 3.2.0-dev.36: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:03.401Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:03.742Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:03.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-18T05:43:03.742Z] 553b10a7efc1: Preparing [2024-07-18T05:43:03.742Z] 9e90c9fe1689: Preparing [2024-07-18T05:43:03.742Z] c422df1f70df: Preparing [2024-07-18T05:43:03.742Z] 2b533126b0ab: Preparing [2024-07-18T05:43:03.742Z] d829cd4d1316: Preparing [2024-07-18T05:43:03.742Z] 4cf73054cfc0: Preparing [2024-07-18T05:43:03.742Z] db99d1c0aaa1: Preparing [2024-07-18T05:43:03.742Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:03.742Z] b2ad5b41414d: Preparing [2024-07-18T05:43:03.742Z] da707bb00cb8: Preparing [2024-07-18T05:43:03.742Z] db99d1c0aaa1: Waiting [2024-07-18T05:43:03.742Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:03.742Z] b2ad5b41414d: Waiting [2024-07-18T05:43:03.742Z] da707bb00cb8: Waiting [2024-07-18T05:43:03.742Z] 4cf73054cfc0: Waiting [2024-07-18T05:43:03.742Z] c422df1f70df: Layer already exists [2024-07-18T05:43:03.742Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:03.742Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:03.742Z] 553b10a7efc1: Layer already exists [2024-07-18T05:43:03.742Z] 9e90c9fe1689: Layer already exists [2024-07-18T05:43:03.742Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:03.742Z] 4cf73054cfc0: Layer already exists [2024-07-18T05:43:03.742Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:03.742Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:03.742Z] db99d1c0aaa1: Layer already exists [2024-07-18T05:43:03.742Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:04.358Z] + 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 [2024-07-18T05:43:04.697Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-07-18T05:43:04.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-07-18T05:43:04.697Z] 553b10a7efc1: Preparing [2024-07-18T05:43:04.697Z] 9e90c9fe1689: Preparing [2024-07-18T05:43:04.697Z] c422df1f70df: Preparing [2024-07-18T05:43:04.697Z] 2b533126b0ab: Preparing [2024-07-18T05:43:04.697Z] d829cd4d1316: Preparing [2024-07-18T05:43:04.697Z] 4cf73054cfc0: Preparing [2024-07-18T05:43:04.697Z] db99d1c0aaa1: Preparing [2024-07-18T05:43:04.697Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:04.697Z] b2ad5b41414d: Preparing [2024-07-18T05:43:04.697Z] da707bb00cb8: Preparing [2024-07-18T05:43:04.697Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:04.697Z] b2ad5b41414d: Waiting [2024-07-18T05:43:04.697Z] da707bb00cb8: Waiting [2024-07-18T05:43:04.697Z] 4cf73054cfc0: Waiting [2024-07-18T05:43:04.697Z] db99d1c0aaa1: Waiting [2024-07-18T05:43:04.697Z] c422df1f70df: Layer already exists [2024-07-18T05:43:04.697Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:04.697Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:04.697Z] 9e90c9fe1689: Layer already exists [2024-07-18T05:43:04.697Z] 553b10a7efc1: Layer already exists [2024-07-18T05:43:04.697Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:04.697Z] 4cf73054cfc0: Layer already exists [2024-07-18T05:43:04.697Z] db99d1c0aaa1: Layer already exists [2024-07-18T05:43:04.697Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:04.697Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:04.959Z] main: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:43:05.028Z] ===================================================== [Pipeline] echo [2024-07-18T05:43:05.039Z] taggedImages: [2024-07-18T05:43:05.039Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:05.039Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-07-18T05:43:05.039Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.36 [2024-07-18T05:43:05.039Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:05.039Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-07-18T05:43:05.062Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-07-18T05:43:05.063Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:05.063Z] latest [2024-07-18T05:43:05.063Z] 3.2.0-dev.36 [2024-07-18T05:43:05.063Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:05.063Z] main [2024-07-18T05:43:05.063Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:05.407Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:05.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:05.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-18T05:43:05.752Z] 41f73f5f207e: Preparing [2024-07-18T05:43:05.752Z] 0f1e2f6b75b7: Preparing [2024-07-18T05:43:05.752Z] 1e662805fa50: Preparing [2024-07-18T05:43:05.752Z] 2b533126b0ab: Preparing [2024-07-18T05:43:05.752Z] d829cd4d1316: Preparing [2024-07-18T05:43:05.752Z] e3f45709241e: Preparing [2024-07-18T05:43:05.752Z] db7e715f90e3: Preparing [2024-07-18T05:43:05.752Z] 7f756a36eeef: Preparing [2024-07-18T05:43:05.752Z] da707bb00cb8: Preparing [2024-07-18T05:43:05.752Z] e3f45709241e: Waiting [2024-07-18T05:43:05.752Z] db7e715f90e3: Waiting [2024-07-18T05:43:05.752Z] 7f756a36eeef: Waiting [2024-07-18T05:43:05.752Z] da707bb00cb8: Waiting [2024-07-18T05:43:06.017Z] 0f1e2f6b75b7: Pushed [2024-07-18T05:43:06.017Z] 1e662805fa50: Pushed [2024-07-18T05:43:06.017Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:06.017Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:06.017Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:06.017Z] 41f73f5f207e: Pushed [2024-07-18T05:43:06.593Z] 7f756a36eeef: Pushed [2024-07-18T05:43:07.176Z] db7e715f90e3: Pushed [2024-07-18T05:43:29.189Z] e3f45709241e: Pushed [2024-07-18T05:43:29.189Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:29.547Z] + 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 [2024-07-18T05:43:29.897Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-18T05:43:29.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-18T05:43:29.897Z] 41f73f5f207e: Preparing [2024-07-18T05:43:29.897Z] 0f1e2f6b75b7: Preparing [2024-07-18T05:43:29.897Z] 1e662805fa50: Preparing [2024-07-18T05:43:29.897Z] 2b533126b0ab: Preparing [2024-07-18T05:43:29.897Z] d829cd4d1316: Preparing [2024-07-18T05:43:29.897Z] e3f45709241e: Preparing [2024-07-18T05:43:29.897Z] db7e715f90e3: Preparing [2024-07-18T05:43:29.897Z] 7f756a36eeef: Preparing [2024-07-18T05:43:29.897Z] da707bb00cb8: Preparing [2024-07-18T05:43:29.897Z] e3f45709241e: Waiting [2024-07-18T05:43:29.897Z] db7e715f90e3: Waiting [2024-07-18T05:43:29.897Z] 7f756a36eeef: Waiting [2024-07-18T05:43:29.897Z] da707bb00cb8: Waiting [2024-07-18T05:43:29.897Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:29.897Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:29.897Z] 1e662805fa50: Layer already exists [2024-07-18T05:43:29.897Z] 0f1e2f6b75b7: Layer already exists [2024-07-18T05:43:29.897Z] 41f73f5f207e: Layer already exists [2024-07-18T05:43:29.897Z] db7e715f90e3: Layer already exists [2024-07-18T05:43:29.897Z] 7f756a36eeef: Layer already exists [2024-07-18T05:43:29.897Z] e3f45709241e: Layer already exists [2024-07-18T05:43:29.897Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:30.165Z] latest: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:30.511Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:30.861Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.36 [2024-07-18T05:43:30.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-18T05:43:30.861Z] 41f73f5f207e: Preparing [2024-07-18T05:43:30.861Z] 0f1e2f6b75b7: Preparing [2024-07-18T05:43:30.861Z] 1e662805fa50: Preparing [2024-07-18T05:43:30.861Z] 2b533126b0ab: Preparing [2024-07-18T05:43:30.861Z] d829cd4d1316: Preparing [2024-07-18T05:43:30.861Z] e3f45709241e: Preparing [2024-07-18T05:43:30.861Z] db7e715f90e3: Preparing [2024-07-18T05:43:30.861Z] 7f756a36eeef: Preparing [2024-07-18T05:43:30.861Z] da707bb00cb8: Preparing [2024-07-18T05:43:30.861Z] db7e715f90e3: Waiting [2024-07-18T05:43:30.861Z] 7f756a36eeef: Waiting [2024-07-18T05:43:30.861Z] da707bb00cb8: Waiting [2024-07-18T05:43:30.861Z] e3f45709241e: Waiting [2024-07-18T05:43:30.861Z] 0f1e2f6b75b7: Layer already exists [2024-07-18T05:43:30.861Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:30.861Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:30.861Z] 1e662805fa50: Layer already exists [2024-07-18T05:43:30.861Z] 41f73f5f207e: Layer already exists [2024-07-18T05:43:30.861Z] 7f756a36eeef: Layer already exists [2024-07-18T05:43:30.861Z] db7e715f90e3: Layer already exists [2024-07-18T05:43:30.861Z] e3f45709241e: Layer already exists [2024-07-18T05:43:30.861Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:30.861Z] 3.2.0-dev.36: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:31.470Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:31.814Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:31.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-18T05:43:31.814Z] 41f73f5f207e: Preparing [2024-07-18T05:43:31.814Z] 0f1e2f6b75b7: Preparing [2024-07-18T05:43:31.814Z] 1e662805fa50: Preparing [2024-07-18T05:43:31.814Z] 2b533126b0ab: Preparing [2024-07-18T05:43:31.814Z] d829cd4d1316: Preparing [2024-07-18T05:43:31.814Z] e3f45709241e: Preparing [2024-07-18T05:43:31.814Z] db7e715f90e3: Preparing [2024-07-18T05:43:31.814Z] 7f756a36eeef: Preparing [2024-07-18T05:43:31.814Z] da707bb00cb8: Preparing [2024-07-18T05:43:31.814Z] 7f756a36eeef: Waiting [2024-07-18T05:43:31.814Z] da707bb00cb8: Waiting [2024-07-18T05:43:31.814Z] db7e715f90e3: Waiting [2024-07-18T05:43:31.814Z] e3f45709241e: Waiting [2024-07-18T05:43:31.814Z] 41f73f5f207e: Layer already exists [2024-07-18T05:43:31.814Z] 1e662805fa50: Layer already exists [2024-07-18T05:43:31.814Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:31.814Z] 0f1e2f6b75b7: Layer already exists [2024-07-18T05:43:31.814Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:31.814Z] e3f45709241e: Layer already exists [2024-07-18T05:43:31.814Z] db7e715f90e3: Layer already exists [2024-07-18T05:43:31.814Z] 7f756a36eeef: Layer already exists [2024-07-18T05:43:31.814Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:31.814Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:32.166Z] + 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 [2024-07-18T05:43:32.513Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-07-18T05:43:32.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-07-18T05:43:32.513Z] 41f73f5f207e: Preparing [2024-07-18T05:43:32.513Z] 0f1e2f6b75b7: Preparing [2024-07-18T05:43:32.513Z] 1e662805fa50: Preparing [2024-07-18T05:43:32.513Z] 2b533126b0ab: Preparing [2024-07-18T05:43:32.513Z] d829cd4d1316: Preparing [2024-07-18T05:43:32.513Z] e3f45709241e: Preparing [2024-07-18T05:43:32.513Z] db7e715f90e3: Preparing [2024-07-18T05:43:32.513Z] 7f756a36eeef: Preparing [2024-07-18T05:43:32.513Z] da707bb00cb8: Preparing [2024-07-18T05:43:32.513Z] 7f756a36eeef: Waiting [2024-07-18T05:43:32.513Z] e3f45709241e: Waiting [2024-07-18T05:43:32.513Z] da707bb00cb8: Waiting [2024-07-18T05:43:32.513Z] db7e715f90e3: Waiting [2024-07-18T05:43:32.513Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:32.513Z] 41f73f5f207e: Layer already exists [2024-07-18T05:43:32.513Z] 1e662805fa50: Layer already exists [2024-07-18T05:43:32.513Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:32.514Z] 0f1e2f6b75b7: Layer already exists [2024-07-18T05:43:32.514Z] db7e715f90e3: Layer already exists [2024-07-18T05:43:32.514Z] e3f45709241e: Layer already exists [2024-07-18T05:43:32.514Z] 7f756a36eeef: Layer already exists [2024-07-18T05:43:32.514Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:32.776Z] main: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:43:32.856Z] ===================================================== [Pipeline] echo [2024-07-18T05:43:32.870Z] taggedImages: [2024-07-18T05:43:32.870Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:32.870Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-07-18T05:43:32.870Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.36 [2024-07-18T05:43:32.870Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:32.870Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-07-18T05:43:32.894Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-07-18T05:43:32.894Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:32.894Z] latest [2024-07-18T05:43:32.894Z] 3.2.0-dev.36 [2024-07-18T05:43:32.894Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:32.894Z] main [2024-07-18T05:43:32.894Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:33.247Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:33.592Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:33.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-18T05:43:33.592Z] 54f23bdb9cf9: Preparing [2024-07-18T05:43:33.592Z] 775c35a67a7d: Preparing [2024-07-18T05:43:33.592Z] d0391e3b8748: Preparing [2024-07-18T05:43:33.592Z] 2b533126b0ab: Preparing [2024-07-18T05:43:33.592Z] d829cd4d1316: Preparing [2024-07-18T05:43:33.592Z] f869d1c67ece: Preparing [2024-07-18T05:43:33.592Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:33.592Z] b2ad5b41414d: Preparing [2024-07-18T05:43:33.592Z] da707bb00cb8: Preparing [2024-07-18T05:43:33.592Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:33.592Z] b2ad5b41414d: Waiting [2024-07-18T05:43:33.592Z] da707bb00cb8: Waiting [2024-07-18T05:43:33.592Z] f869d1c67ece: Waiting [2024-07-18T05:43:33.592Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:33.592Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:33.854Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:33.854Z] d0391e3b8748: Pushed [2024-07-18T05:43:33.854Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:33.854Z] 775c35a67a7d: Pushed [2024-07-18T05:43:33.854Z] 54f23bdb9cf9: Pushed [2024-07-18T05:43:33.854Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:55.855Z] f869d1c67ece: Pushed [2024-07-18T05:43:55.855Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:56.199Z] + 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 [2024-07-18T05:43:56.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-18T05:43:56.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-18T05:43:56.545Z] 54f23bdb9cf9: Preparing [2024-07-18T05:43:56.545Z] 775c35a67a7d: Preparing [2024-07-18T05:43:56.545Z] d0391e3b8748: Preparing [2024-07-18T05:43:56.545Z] 2b533126b0ab: Preparing [2024-07-18T05:43:56.545Z] d829cd4d1316: Preparing [2024-07-18T05:43:56.545Z] f869d1c67ece: Preparing [2024-07-18T05:43:56.545Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:56.545Z] b2ad5b41414d: Preparing [2024-07-18T05:43:56.545Z] da707bb00cb8: Preparing [2024-07-18T05:43:56.545Z] f869d1c67ece: Waiting [2024-07-18T05:43:56.545Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:56.545Z] b2ad5b41414d: Waiting [2024-07-18T05:43:56.545Z] da707bb00cb8: Waiting [2024-07-18T05:43:56.545Z] 54f23bdb9cf9: Layer already exists [2024-07-18T05:43:56.545Z] 775c35a67a7d: Layer already exists [2024-07-18T05:43:56.545Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:56.545Z] d0391e3b8748: Layer already exists [2024-07-18T05:43:56.545Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:56.545Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:56.545Z] f869d1c67ece: Layer already exists [2024-07-18T05:43:56.545Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:56.545Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:56.813Z] latest: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:57.157Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:57.499Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.36 [2024-07-18T05:43:57.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-18T05:43:57.499Z] 54f23bdb9cf9: Preparing [2024-07-18T05:43:57.499Z] 775c35a67a7d: Preparing [2024-07-18T05:43:57.499Z] d0391e3b8748: Preparing [2024-07-18T05:43:57.499Z] 2b533126b0ab: Preparing [2024-07-18T05:43:57.499Z] d829cd4d1316: Preparing [2024-07-18T05:43:57.499Z] f869d1c67ece: Preparing [2024-07-18T05:43:57.499Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:57.499Z] b2ad5b41414d: Preparing [2024-07-18T05:43:57.499Z] da707bb00cb8: Preparing [2024-07-18T05:43:57.499Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:57.499Z] b2ad5b41414d: Waiting [2024-07-18T05:43:57.499Z] da707bb00cb8: Waiting [2024-07-18T05:43:57.499Z] f869d1c67ece: Waiting [2024-07-18T05:43:57.499Z] 775c35a67a7d: Layer already exists [2024-07-18T05:43:57.499Z] 54f23bdb9cf9: Layer already exists [2024-07-18T05:43:57.499Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:57.499Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:57.499Z] d0391e3b8748: Layer already exists [2024-07-18T05:43:57.499Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:57.499Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:57.499Z] f869d1c67ece: Layer already exists [2024-07-18T05:43:57.499Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:57.499Z] 3.2.0-dev.36: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:57.858Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:58.202Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:58.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-18T05:43:58.202Z] 54f23bdb9cf9: Preparing [2024-07-18T05:43:58.202Z] 775c35a67a7d: Preparing [2024-07-18T05:43:58.202Z] d0391e3b8748: Preparing [2024-07-18T05:43:58.202Z] 2b533126b0ab: Preparing [2024-07-18T05:43:58.202Z] d829cd4d1316: Preparing [2024-07-18T05:43:58.202Z] f869d1c67ece: Preparing [2024-07-18T05:43:58.202Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:58.202Z] b2ad5b41414d: Preparing [2024-07-18T05:43:58.202Z] da707bb00cb8: Preparing [2024-07-18T05:43:58.202Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:58.202Z] b2ad5b41414d: Waiting [2024-07-18T05:43:58.202Z] f869d1c67ece: Waiting [2024-07-18T05:43:58.202Z] da707bb00cb8: Waiting [2024-07-18T05:43:58.202Z] d0391e3b8748: Layer already exists [2024-07-18T05:43:58.202Z] 775c35a67a7d: Layer already exists [2024-07-18T05:43:58.202Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:58.202Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:58.202Z] 54f23bdb9cf9: Layer already exists [2024-07-18T05:43:58.202Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:58.202Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:58.202Z] f869d1c67ece: Layer already exists [2024-07-18T05:43:58.202Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:58.465Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:58.814Z] + 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 [2024-07-18T05:43:59.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-07-18T05:43:59.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-07-18T05:43:59.165Z] 54f23bdb9cf9: Preparing [2024-07-18T05:43:59.166Z] 775c35a67a7d: Preparing [2024-07-18T05:43:59.166Z] d0391e3b8748: Preparing [2024-07-18T05:43:59.166Z] 2b533126b0ab: Preparing [2024-07-18T05:43:59.166Z] d829cd4d1316: Preparing [2024-07-18T05:43:59.166Z] f869d1c67ece: Preparing [2024-07-18T05:43:59.166Z] 94c7c5fc06a1: Preparing [2024-07-18T05:43:59.166Z] b2ad5b41414d: Preparing [2024-07-18T05:43:59.166Z] da707bb00cb8: Preparing [2024-07-18T05:43:59.166Z] f869d1c67ece: Waiting [2024-07-18T05:43:59.166Z] 94c7c5fc06a1: Waiting [2024-07-18T05:43:59.166Z] b2ad5b41414d: Waiting [2024-07-18T05:43:59.166Z] da707bb00cb8: Waiting [2024-07-18T05:43:59.166Z] d829cd4d1316: Layer already exists [2024-07-18T05:43:59.166Z] d0391e3b8748: Layer already exists [2024-07-18T05:43:59.166Z] 775c35a67a7d: Layer already exists [2024-07-18T05:43:59.166Z] 54f23bdb9cf9: Layer already exists [2024-07-18T05:43:59.166Z] 2b533126b0ab: Layer already exists [2024-07-18T05:43:59.166Z] da707bb00cb8: Layer already exists [2024-07-18T05:43:59.166Z] f869d1c67ece: Layer already exists [2024-07-18T05:43:59.166Z] 94c7c5fc06a1: Layer already exists [2024-07-18T05:43:59.166Z] b2ad5b41414d: Layer already exists [2024-07-18T05:43:59.430Z] main: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:43:59.517Z] ===================================================== [Pipeline] echo [2024-07-18T05:43:59.531Z] taggedImages: [2024-07-18T05:43:59.532Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:59.532Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-07-18T05:43:59.532Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.36 [2024-07-18T05:43:59.532Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:59.532Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-07-18T05:43:59.560Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-07-18T05:43:59.560Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:43:59.560Z] latest [2024-07-18T05:43:59.560Z] 3.2.0-dev.36 [2024-07-18T05:43:59.560Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:43:59.560Z] main [2024-07-18T05:43:59.560Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:43:59.921Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:00.269Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:44:00.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-18T05:44:00.269Z] 574db4b061cf: Preparing [2024-07-18T05:44:00.269Z] a1dd842d9f8d: Preparing [2024-07-18T05:44:00.269Z] 2b533126b0ab: Preparing [2024-07-18T05:44:00.269Z] d829cd4d1316: Preparing [2024-07-18T05:44:00.269Z] 65eb621a6419: Preparing [2024-07-18T05:44:00.269Z] b5490fc92cfb: Preparing [2024-07-18T05:44:00.269Z] da707bb00cb8: Preparing [2024-07-18T05:44:00.269Z] b5490fc92cfb: Waiting [2024-07-18T05:44:00.269Z] da707bb00cb8: Waiting [2024-07-18T05:44:00.269Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:00.269Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:00.533Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:00.533Z] 574db4b061cf: Pushed [2024-07-18T05:44:00.797Z] b5490fc92cfb: Pushed [2024-07-18T05:44:01.758Z] 65eb621a6419: Pushed [2024-07-18T05:44:07.074Z] a1dd842d9f8d: Pushed [2024-07-18T05:44:07.074Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:07.413Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:07.747Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-18T05:44:07.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-18T05:44:07.747Z] 574db4b061cf: Preparing [2024-07-18T05:44:07.747Z] a1dd842d9f8d: Preparing [2024-07-18T05:44:07.747Z] 2b533126b0ab: Preparing [2024-07-18T05:44:07.747Z] d829cd4d1316: Preparing [2024-07-18T05:44:07.747Z] 65eb621a6419: Preparing [2024-07-18T05:44:07.747Z] b5490fc92cfb: Preparing [2024-07-18T05:44:07.747Z] da707bb00cb8: Preparing [2024-07-18T05:44:07.747Z] b5490fc92cfb: Waiting [2024-07-18T05:44:07.747Z] da707bb00cb8: Waiting [2024-07-18T05:44:07.747Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:07.747Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:07.747Z] 65eb621a6419: Layer already exists [2024-07-18T05:44:07.747Z] 574db4b061cf: Layer already exists [2024-07-18T05:44:07.747Z] a1dd842d9f8d: Layer already exists [2024-07-18T05:44:07.747Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:07.747Z] b5490fc92cfb: Layer already exists [2024-07-18T05:44:08.008Z] latest: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:08.350Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:08.681Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.36 [2024-07-18T05:44:08.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-18T05:44:08.681Z] 574db4b061cf: Preparing [2024-07-18T05:44:08.681Z] a1dd842d9f8d: Preparing [2024-07-18T05:44:08.681Z] 2b533126b0ab: Preparing [2024-07-18T05:44:08.682Z] d829cd4d1316: Preparing [2024-07-18T05:44:08.682Z] 65eb621a6419: Preparing [2024-07-18T05:44:08.682Z] b5490fc92cfb: Preparing [2024-07-18T05:44:08.682Z] da707bb00cb8: Preparing [2024-07-18T05:44:08.682Z] b5490fc92cfb: Waiting [2024-07-18T05:44:08.682Z] da707bb00cb8: Waiting [2024-07-18T05:44:08.682Z] 574db4b061cf: Layer already exists [2024-07-18T05:44:08.682Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:08.682Z] 65eb621a6419: Layer already exists [2024-07-18T05:44:08.682Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:08.682Z] a1dd842d9f8d: Layer already exists [2024-07-18T05:44:08.682Z] b5490fc92cfb: Layer already exists [2024-07-18T05:44:08.682Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:08.682Z] 3.2.0-dev.36: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:09.288Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:09.703Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:44:09.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-18T05:44:09.703Z] 574db4b061cf: Preparing [2024-07-18T05:44:09.703Z] a1dd842d9f8d: Preparing [2024-07-18T05:44:09.703Z] 2b533126b0ab: Preparing [2024-07-18T05:44:09.703Z] d829cd4d1316: Preparing [2024-07-18T05:44:09.703Z] 65eb621a6419: Preparing [2024-07-18T05:44:09.703Z] b5490fc92cfb: Preparing [2024-07-18T05:44:09.703Z] da707bb00cb8: Preparing [2024-07-18T05:44:09.703Z] b5490fc92cfb: Waiting [2024-07-18T05:44:09.703Z] da707bb00cb8: Waiting [2024-07-18T05:44:09.703Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:09.703Z] 574db4b061cf: Layer already exists [2024-07-18T05:44:09.703Z] 65eb621a6419: Layer already exists [2024-07-18T05:44:09.703Z] a1dd842d9f8d: Layer already exists [2024-07-18T05:44:09.703Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:09.703Z] b5490fc92cfb: Layer already exists [2024-07-18T05:44:09.703Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:09.977Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:10.332Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:10.684Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-07-18T05:44:10.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-07-18T05:44:10.684Z] 574db4b061cf: Preparing [2024-07-18T05:44:10.684Z] a1dd842d9f8d: Preparing [2024-07-18T05:44:10.684Z] 2b533126b0ab: Preparing [2024-07-18T05:44:10.684Z] d829cd4d1316: Preparing [2024-07-18T05:44:10.684Z] 65eb621a6419: Preparing [2024-07-18T05:44:10.684Z] b5490fc92cfb: Preparing [2024-07-18T05:44:10.684Z] da707bb00cb8: Preparing [2024-07-18T05:44:10.684Z] b5490fc92cfb: Waiting [2024-07-18T05:44:10.684Z] da707bb00cb8: Waiting [2024-07-18T05:44:10.684Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:10.684Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:10.684Z] 65eb621a6419: Layer already exists [2024-07-18T05:44:10.684Z] a1dd842d9f8d: Layer already exists [2024-07-18T05:44:10.684Z] 574db4b061cf: Layer already exists [2024-07-18T05:44:10.684Z] b5490fc92cfb: Layer already exists [2024-07-18T05:44:10.684Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:10.953Z] main: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:44:11.036Z] ===================================================== [Pipeline] echo [2024-07-18T05:44:11.048Z] taggedImages: [2024-07-18T05:44:11.048Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:44:11.048Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-07-18T05:44:11.048Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.36 [2024-07-18T05:44:11.048Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:44:11.048Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-07-18T05:44:11.079Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-07-18T05:44:11.079Z] b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:44:11.079Z] latest [2024-07-18T05:44:11.079Z] 3.2.0-dev.36 [2024-07-18T05:44:11.079Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:44:11.079Z] main [2024-07-18T05:44:11.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:11.439Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:11.790Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:44:11.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-18T05:44:11.790Z] 20883ceb4c87: Preparing [2024-07-18T05:44:11.790Z] 8387af5ba71f: Preparing [2024-07-18T05:44:11.790Z] 2b533126b0ab: Preparing [2024-07-18T05:44:11.790Z] d829cd4d1316: Preparing [2024-07-18T05:44:11.790Z] eac56a261e76: Preparing [2024-07-18T05:44:11.790Z] f03a5da3f349: Preparing [2024-07-18T05:44:11.790Z] da707bb00cb8: Preparing [2024-07-18T05:44:11.790Z] f03a5da3f349: Waiting [2024-07-18T05:44:11.790Z] da707bb00cb8: Waiting [2024-07-18T05:44:11.790Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:11.790Z] eac56a261e76: Layer already exists [2024-07-18T05:44:12.054Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:12.054Z] f03a5da3f349: Layer already exists [2024-07-18T05:44:12.054Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:12.054Z] 20883ceb4c87: Pushed [2024-07-18T05:44:18.664Z] 8387af5ba71f: Pushed [2024-07-18T05:44:18.664Z] b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:19.004Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:19.343Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-18T05:44:19.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-18T05:44:19.343Z] 20883ceb4c87: Preparing [2024-07-18T05:44:19.343Z] 8387af5ba71f: Preparing [2024-07-18T05:44:19.343Z] 2b533126b0ab: Preparing [2024-07-18T05:44:19.343Z] d829cd4d1316: Preparing [2024-07-18T05:44:19.343Z] eac56a261e76: Preparing [2024-07-18T05:44:19.343Z] f03a5da3f349: Preparing [2024-07-18T05:44:19.343Z] da707bb00cb8: Preparing [2024-07-18T05:44:19.343Z] f03a5da3f349: Waiting [2024-07-18T05:44:19.343Z] da707bb00cb8: Waiting [2024-07-18T05:44:19.343Z] 20883ceb4c87: Layer already exists [2024-07-18T05:44:19.343Z] eac56a261e76: Layer already exists [2024-07-18T05:44:19.343Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:19.343Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:19.343Z] 8387af5ba71f: Layer already exists [2024-07-18T05:44:19.343Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:19.343Z] f03a5da3f349: Layer already exists [2024-07-18T05:44:19.343Z] latest: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:19.959Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:20.302Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.36 [2024-07-18T05:44:20.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-18T05:44:20.302Z] 20883ceb4c87: Preparing [2024-07-18T05:44:20.302Z] 8387af5ba71f: Preparing [2024-07-18T05:44:20.302Z] 2b533126b0ab: Preparing [2024-07-18T05:44:20.302Z] d829cd4d1316: Preparing [2024-07-18T05:44:20.302Z] eac56a261e76: Preparing [2024-07-18T05:44:20.302Z] f03a5da3f349: Preparing [2024-07-18T05:44:20.302Z] da707bb00cb8: Preparing [2024-07-18T05:44:20.302Z] f03a5da3f349: Waiting [2024-07-18T05:44:20.302Z] da707bb00cb8: Waiting [2024-07-18T05:44:20.302Z] 20883ceb4c87: Layer already exists [2024-07-18T05:44:20.302Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:20.302Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:20.302Z] eac56a261e76: Layer already exists [2024-07-18T05:44:20.302Z] 8387af5ba71f: Layer already exists [2024-07-18T05:44:20.302Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:20.302Z] f03a5da3f349: Layer already exists [2024-07-18T05:44:20.565Z] 3.2.0-dev.36: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:20.909Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:21.255Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:44:21.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-18T05:44:21.255Z] 20883ceb4c87: Preparing [2024-07-18T05:44:21.255Z] 8387af5ba71f: Preparing [2024-07-18T05:44:21.255Z] 2b533126b0ab: Preparing [2024-07-18T05:44:21.255Z] d829cd4d1316: Preparing [2024-07-18T05:44:21.255Z] eac56a261e76: Preparing [2024-07-18T05:44:21.255Z] f03a5da3f349: Preparing [2024-07-18T05:44:21.255Z] da707bb00cb8: Preparing [2024-07-18T05:44:21.255Z] f03a5da3f349: Waiting [2024-07-18T05:44:21.255Z] da707bb00cb8: Waiting [2024-07-18T05:44:21.255Z] eac56a261e76: Layer already exists [2024-07-18T05:44:21.255Z] 8387af5ba71f: Layer already exists [2024-07-18T05:44:21.255Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:21.255Z] 20883ceb4c87: Layer already exists [2024-07-18T05:44:21.255Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:21.255Z] f03a5da3f349: Layer already exists [2024-07-18T05:44:21.255Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:21.519Z] b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:21.877Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:22.219Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-07-18T05:44:22.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-07-18T05:44:22.219Z] 20883ceb4c87: Preparing [2024-07-18T05:44:22.219Z] 8387af5ba71f: Preparing [2024-07-18T05:44:22.219Z] 2b533126b0ab: Preparing [2024-07-18T05:44:22.219Z] d829cd4d1316: Preparing [2024-07-18T05:44:22.219Z] eac56a261e76: Preparing [2024-07-18T05:44:22.219Z] f03a5da3f349: Preparing [2024-07-18T05:44:22.219Z] da707bb00cb8: Preparing [2024-07-18T05:44:22.219Z] f03a5da3f349: Waiting [2024-07-18T05:44:22.219Z] da707bb00cb8: Waiting [2024-07-18T05:44:22.219Z] 2b533126b0ab: Layer already exists [2024-07-18T05:44:22.219Z] eac56a261e76: Layer already exists [2024-07-18T05:44:22.219Z] 8387af5ba71f: Layer already exists [2024-07-18T05:44:22.219Z] d829cd4d1316: Layer already exists [2024-07-18T05:44:22.219Z] 20883ceb4c87: Layer already exists [2024-07-18T05:44:22.219Z] da707bb00cb8: Layer already exists [2024-07-18T05:44:22.219Z] f03a5da3f349: Layer already exists [2024-07-18T05:44:22.483Z] main: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-18T05:44:22.570Z] ===================================================== [Pipeline] echo [2024-07-18T05:44:22.587Z] taggedImages: [2024-07-18T05:44:22.587Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [2024-07-18T05:44:22.587Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-07-18T05:44:22.587Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.36 [2024-07-18T05:44:22.587Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [2024-07-18T05:44:22.587Z] - 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 [2024-07-18T05:44:22.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-18T05:44:22.987Z] [2024-07-18T05:44:22.987Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:44:23.311Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-18T05:44:23.311Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-18T05:44:23.311Z] 8998bd30e6a1: Pulling fs layer [2024-07-18T05:44:23.311Z] 04944245beec: Pulling fs layer [2024-07-18T05:44:23.311Z] 699f458cf7ca: Pulling fs layer [2024-07-18T05:44:23.311Z] 765212b225bb: Pulling fs layer [2024-07-18T05:44:23.311Z] f23df028b6ca: Pulling fs layer [2024-07-18T05:44:23.311Z] d65c8cfc05b1: Pulling fs layer [2024-07-18T05:44:23.311Z] 2437ff75d9bd: Pulling fs layer [2024-07-18T05:44:23.311Z] f23df028b6ca: Waiting [2024-07-18T05:44:23.311Z] d65c8cfc05b1: Waiting [2024-07-18T05:44:23.311Z] 2437ff75d9bd: Waiting [2024-07-18T05:44:23.311Z] 765212b225bb: Waiting [2024-07-18T05:44:23.578Z] 04944245beec: Verifying Checksum [2024-07-18T05:44:23.578Z] 04944245beec: Download complete [2024-07-18T05:44:23.578Z] 765212b225bb: Verifying Checksum [2024-07-18T05:44:23.578Z] 765212b225bb: Download complete [2024-07-18T05:44:23.578Z] f23df028b6ca: Verifying Checksum [2024-07-18T05:44:23.578Z] f23df028b6ca: Download complete [2024-07-18T05:44:23.578Z] d65c8cfc05b1: Verifying Checksum [2024-07-18T05:44:23.578Z] d65c8cfc05b1: Download complete [2024-07-18T05:44:23.578Z] 699f458cf7ca: Verifying Checksum [2024-07-18T05:44:23.578Z] 699f458cf7ca: Download complete [2024-07-18T05:44:24.157Z] 8998bd30e6a1: Verifying Checksum [2024-07-18T05:44:24.157Z] 8998bd30e6a1: Download complete [2024-07-18T05:44:26.720Z] 2437ff75d9bd: Verifying Checksum [2024-07-18T05:44:26.720Z] 2437ff75d9bd: Download complete [2024-07-18T05:44:28.650Z] 8998bd30e6a1: Pull complete [2024-07-18T05:44:28.913Z] 04944245beec: Pull complete [2024-07-18T05:44:30.841Z] 699f458cf7ca: Pull complete [2024-07-18T05:44:30.841Z] 765212b225bb: Pull complete [2024-07-18T05:44:31.418Z] f23df028b6ca: Pull complete [2024-07-18T05:44:31.682Z] d65c8cfc05b1: Pull complete [2024-07-18T05:44:49.885Z] 2437ff75d9bd: Pull complete [2024-07-18T05:44:49.885Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-18T05:44:49.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-18T05:44:49.885Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:44:50.092Z] prd-ubuntu20.04-docker-arm64-4c-16g-5841 does not seem to be running inside a container [2024-07-18T05:44:50.153Z] $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-18T05:44:51.913Z] $ docker top 3cee8758769fcc3b1f2ad49bba348ff80e4becaaf6ae316cd2a7fee2692da0f8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:44:52.832Z] ---> job-cost.sh [2024-07-18T05:44:52.832Z] lf-activate-venv: SKIPPING [2024-07-18T05:44:52.832Z] INFO: No Stack... [2024-07-18T05:44:53.096Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-18T05:44:54.052Z] INFO: Archiving Costs [Pipeline] sh [2024-07-18T05:44:54.682Z] + cat /w/workspace/edgex-go/654/archives/cost.csv [2024-07-18T05:44:54.682Z] + cut -d, -f6 [Pipeline] lock [2024-07-18T05:44:54.715Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-654-stack-cost] [2024-07-18T05:44:54.731Z] Resource [jenkins-edgexfoundry-edgex-go-main-654-stack-cost] did not exist. Created. [2024-07-18T05:44:54.739Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-654-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-18T05:44:55.380Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-18T05:44:55.995Z] Stashed 1 file(s) [Pipeline] } [2024-07-18T05:44:56.009Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-654-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-18T05:44:56.038Z] $ docker stop --time=1 3cee8758769fcc3b1f2ad49bba348ff80e4becaaf6ae316cd2a7fee2692da0f8 [2024-07-18T05:44:57.533Z] $ docker rm -f --volumes 3cee8758769fcc3b1f2ad49bba348ff80e4becaaf6ae316cd2a7fee2692da0f8 [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 [2024-07-18T05:44:58.106Z] provisioning config files... [2024-07-18T05:44:58.113Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/654@tmp/config12746311534370256277tmp [Pipeline] { [Pipeline] sh [2024-07-18T05:44:58.429Z] + set +x [2024-07-18T05:44:58.430Z] + + bashcurl -s -s -- https://codecov.io/bash [2024-07-18T05:44:58.430Z] [2024-07-18T05:44:58.430Z] [2024-07-18T05:44:58.430Z] _____ _ [2024-07-18T05:44:58.430Z] / ____| | | [2024-07-18T05:44:58.430Z] | | ___ __| | ___ ___ _____ __ [2024-07-18T05:44:58.430Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-18T05:44:58.430Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-18T05:44:58.430Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-18T05:44:58.430Z] Bash-1.0.6 [2024-07-18T05:44:58.430Z] [2024-07-18T05:44:58.430Z] [2024-07-18T05:44:58.430Z] ==> git version 2.25.1 found [2024-07-18T05:44:58.430Z] ==> 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 [2024-07-18T05:44:58.430Z] Release-Date: 2020-01-08 [2024-07-18T05:44:58.430Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-18T05:44:58.430Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-18T05:44:58.430Z] ==> Jenkins CI detected. [2024-07-18T05:44:58.430Z] current dir:  /w/workspace/edgex-go/654 [2024-07-18T05:44:58.430Z] project root: . [2024-07-18T05:44:58.430Z] --> token set from env [2024-07-18T05:44:58.430Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-18T05:44:58.430Z] ==> Running gcov in . (disable via -X gcov) [2024-07-18T05:44:58.430Z] ==> Python coveragepy not found [2024-07-18T05:44:58.430Z] ==> Searching for coverage reports in: [2024-07-18T05:44:58.430Z] + . [2024-07-18T05:44:58.689Z] -> Found 1 reports [2024-07-18T05:44:58.689Z] ==> Detecting git/mercurial file structure [2024-07-18T05:44:58.689Z] ==> Reading reports [2024-07-18T05:44:58.689Z] + ./coverage.out bytes=481596 [2024-07-18T05:44:58.689Z] ==> Appending adjustments [2024-07-18T05:44:58.689Z] https://docs.codecov.io/docs/fixing-reports [2024-07-18T05:44:59.626Z] + Found adjustments [2024-07-18T05:44:59.626Z] ==> Gzipping contents [2024-07-18T05:44:59.626Z] 60K /tmp/codecov.bYE1Me.gz [2024-07-18T05:44:59.626Z] ==> Uploading reports [2024-07-18T05:44:59.626Z] url: https://codecov.io [2024-07-18T05:44:59.626Z] query: branch=main&commit=b6a792cc14dceb412227bc035c2b58c27f836273&build=654&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F654%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-18T05:44:59.885Z] -> Pinging Codecov [2024-07-18T05:44:59.885Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b6a792cc14dceb412227bc035c2b58c27f836273&build=654&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F654%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-18T05:44:59.885Z] -> Uploading to [2024-07-18T05:44:59.885Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-18/00271124DB129430A58F1EEE437C3FCB/b6a792cc14dceb412227bc035c2b58c27f836273/e5dc951d-8931-4523-b5cc-63dc68b93e7a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240718%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240718T054459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ac4b77b88b3943f9c38f49d28bc0b15afdc926eb2d0e1d31148fd89b5274c580 [2024-07-18T05:44:59.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:44:59.885Z] Dload Upload Total Spent Left Speed [2024-07-18T05:45:00.145Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61396 0 0 100 61396 0 212k --:--:-- --:--:-- --:--:-- 212k [2024-07-18T05:45:00.145Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [2024-07-18T05:45:00.153Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-07-18T05:45:00.395Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-18T05:45:00.423Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:45:00.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-18T05:45:00.729Z] [2024-07-18T05:45:00.729Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:45:01.041Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-18T05:45:01.041Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-18T05:45:01.041Z] 619be1103602: Already exists [2024-07-18T05:45:01.042Z] f8ea3408117e: Pulling fs layer [2024-07-18T05:45:01.042Z] 91320369b822: Pulling fs layer [2024-07-18T05:45:01.042Z] 0406650e8295: Pulling fs layer [2024-07-18T05:45:01.042Z] 4f4fb700ef54: Pulling fs layer [2024-07-18T05:45:01.042Z] 96d80e3f36e1: Pulling fs layer [2024-07-18T05:45:01.042Z] bcf3aedb951c: Pulling fs layer [2024-07-18T05:45:01.042Z] 4f4fb700ef54: Waiting [2024-07-18T05:45:01.042Z] bcf3aedb951c: Waiting [2024-07-18T05:45:01.042Z] 96d80e3f36e1: Waiting [2024-07-18T05:45:01.042Z] 0406650e8295: Verifying Checksum [2024-07-18T05:45:01.042Z] 0406650e8295: Download complete [2024-07-18T05:45:01.042Z] f8ea3408117e: Verifying Checksum [2024-07-18T05:45:01.042Z] f8ea3408117e: Download complete [2024-07-18T05:45:01.042Z] 4f4fb700ef54: Verifying Checksum [2024-07-18T05:45:01.042Z] 4f4fb700ef54: Download complete [2024-07-18T05:45:01.302Z] f8ea3408117e: Pull complete [2024-07-18T05:45:01.302Z] 96d80e3f36e1: Verifying Checksum [2024-07-18T05:45:01.302Z] 96d80e3f36e1: Download complete [2024-07-18T05:45:01.563Z] 91320369b822: Verifying Checksum [2024-07-18T05:45:02.142Z] bcf3aedb951c: Verifying Checksum [2024-07-18T05:45:02.143Z] bcf3aedb951c: Download complete [2024-07-18T05:45:04.676Z] 91320369b822: Pull complete [2024-07-18T05:45:04.676Z] 0406650e8295: Pull complete [2024-07-18T05:45:04.934Z] 4f4fb700ef54: Pull complete [2024-07-18T05:45:05.192Z] 96d80e3f36e1: Pull complete [2024-07-18T05:45:09.210Z] bcf3aedb951c: Pull complete [2024-07-18T05:45:09.210Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-18T05:45:09.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-18T05:45:09.210Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:45:09.424Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:45:10.375Z] $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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:latest cat [2024-07-18T05:45:15.193Z] $ docker top 933a13a59c789880ac0bd283681e6c25e712409637e95fedf8b1a15664a4a0e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T05:45:15.529Z] + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] echo [2024-07-18T05:45:15.539Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-07-18T05:45:15.815Z] + set -o pipefail [2024-07-18T05:45:15.815Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-07-18T05:45:23.945Z] [2024-07-18T05:45:23.945Z] Monitoring /w/workspace/edgex-go/654 (github.com/edgexfoundry/edgex-go)... [2024-07-18T05:45:23.945Z] [2024-07-18T05:45:23.945Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/1e1bb69c-03ed-469a-aa50-fc553aacf90c [2024-07-18T05:45:23.945Z] [2024-07-18T05:45:23.945Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-18T05:45:23.945Z] [Pipeline] } [2024-07-18T05:45:23.962Z] $ docker stop --time=1 933a13a59c789880ac0bd283681e6c25e712409637e95fedf8b1a15664a4a0e7 [2024-07-18T05:45:28.486Z] $ docker rm -f --volumes 933a13a59c789880ac0bd283681e6c25e712409637e95fedf8b1a15664a4a0e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-07-18T05:45:29.085Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T05:45:29.102Z] provisioning config files... [2024-07-18T05:45:29.109Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/654@tmp/config373304659034760123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:45:29.504Z] --> edgex-publish-swagger.sh [2024-07-18T05:45:29.504Z] === Publish openapi/v3 API === [2024-07-18T05:45:29.504Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-07-18T05:45:29.504Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/654/openapi/v3/core-command.yaml] [2024-07-18T05:45:29.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:45:29.504Z] Dload Upload Total Spent Left Speed [2024-07-18T05:45:30.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 47997 --:--:-- --:--:-- --:--:-- 47926 100 32782 0 0 100 32782 0 47997 --:--:-- --:--:-- --:--:-- 47926 [2024-07-18T05:45:30.139Z] [2024-07-18T05:45:30.139Z] [2024-07-18T05:45:30.139Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/654/openapi/v3/core-data.yaml] [2024-07-18T05:45:30.139Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:45:30.139Z] Dload Upload Total Spent Left Speed [2024-07-18T05:45:30.746Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 112k --:--:-- --:--:-- --:--:-- 111k 100 72043 0 0 100 72043 0 111k --:--:-- --:--:-- --:--:-- 111k [2024-07-18T05:45:30.746Z] [2024-07-18T05:45:30.746Z] [2024-07-18T05:45:30.746Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/654/openapi/v3/core-keeper.yaml] [2024-07-18T05:45:30.746Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:45:30.746Z] Dload Upload Total Spent Left Speed [2024-07-18T05:45:31.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 201 98k --:--:-- --:--:-- --:--:-- 98k [2024-07-18T05:45:31.006Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-07-18T05:45:31.006Z] [2024-07-18T05:45:31.006Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/654/openapi/v3/core-metadata.yaml] [2024-07-18T05:45:31.006Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:45:31.006Z] Dload Upload Total Spent Left Speed [2024-07-18T05:45:31.580Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 272 259k --:--:-- --:--:-- --:--:-- 260k [2024-07-18T05:45:31.580Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-18T05:45:31.580Z] [2024-07-18T05:45:31.580Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/654/openapi/v3/support-notifications.yaml] [2024-07-18T05:45:31.580Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:45:31.580Z] Dload Upload Total Spent Left Speed [2024-07-18T05:45:32.148Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 261 142k --:--:-- --:--:-- --:--:-- 143k [2024-07-18T05:45:32.148Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-18T05:45:32.148Z] [2024-07-18T05:45:32.148Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/654/openapi/v3/support-scheduler.yaml] [2024-07-18T05:45:32.148Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-18T05:45:32.148Z] Dload Upload Total Spent Left Speed [2024-07-18T05:45:33.086Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 260 61795 --:--:-- --:--:-- --:--:-- 61953 100 37110 100 156 100 36954 260 61795 --:--:-- --:--:-- --:--:-- 61953 [2024-07-18T05:45:33.086Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-07-18T05:45:33.086Z] [Pipeline] } [2024-07-18T05:45:33.094Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2024-07-18T05:45:33.517Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-18T05:45:33.518Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:45:33.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T05:45:33.876Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:45:33.961Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:45:33.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:45:34.451Z] $ docker top 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb -eo pid,comm [2024-07-18T05:45:34.486Z] 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). [2024-07-18T05:45:34.486Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-18T05:45:34.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-18T05:45:34.540Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-18T05:45:34.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-18T05:45:34.663Z] $ docker exec 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb ssh-agent [2024-07-18T05:45:34.759Z] SSH_AUTH_SOCK=/tmp/ssh-6J4jo5gar245/agent.31 [2024-07-18T05:45:34.759Z] SSH_AGENT_PID=37 [2024-07-18T05:45:34.763Z] Running ssh-add (command line suppressed) [2024-07-18T05:45:34.875Z] Identity added: /w/workspace/edgex-go/654@tmp/private_key_62092491763959433.key (/w/workspace/edgex-go/654@tmp/private_key_62092491763959433.key) [2024-07-18T05:45:34.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-18T05:45:35.174Z] + git semver tag [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,358 [run_tag] DEBUG tag force:False [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,358 [check_head_tag] DEBUG check head tag [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,360 [execute] INFO git cat-file --batch-check [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=) [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,365 [execute] INFO git cat-file --batch [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,365 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=) [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,398 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,398 [execute] INFO git tag -a v3.2.0-dev.36 -m v3.2.0-dev.36 [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,398 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.36', '-m', 'v3.2.0-dev.36'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=None) [2024-07-18T05:45:35.433Z] 2024-07-18 05:45:35,403 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:45:35.433Z] 3.2.0-dev.36 [Pipeline] } [2024-07-18T05:45:35.448Z] $ docker exec --env ******** --env ******** 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb ssh-agent -k [2024-07-18T05:45:35.551Z] unset SSH_AUTH_SOCK; [2024-07-18T05:45:35.551Z] unset SSH_AGENT_PID; [2024-07-18T05:45:35.551Z] echo Agent pid 37 killed; [2024-07-18T05:45:35.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-18T05:45:35.881Z] + git semver [Pipeline] } [2024-07-18T05:45:36.160Z] $ docker stop --time=1 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb [2024-07-18T05:45:37.403Z] $ docker rm -f --volumes 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:45:37.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-18T05:45:37.801Z] [2024-07-18T05:45:37.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:45:38.105Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-18T05:45:38.105Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-18T05:45:38.105Z] ab5ef0e58194: Pulling fs layer [2024-07-18T05:45:38.105Z] 9712f1f96733: Pulling fs layer [2024-07-18T05:45:38.105Z] 63f879dbbcfc: Pulling fs layer [2024-07-18T05:45:38.105Z] 0d9ebad4ef96: Pulling fs layer [2024-07-18T05:45:38.105Z] e9a5061849ea: Pulling fs layer [2024-07-18T05:45:38.105Z] d747dcd14b5f: Pulling fs layer [2024-07-18T05:45:38.105Z] 2de7ff778b66: Pulling fs layer [2024-07-18T05:45:38.105Z] 0d9ebad4ef96: Waiting [2024-07-18T05:45:38.105Z] e9a5061849ea: Waiting [2024-07-18T05:45:38.105Z] 9712f1f96733: Download complete [2024-07-18T05:45:38.366Z] 63f879dbbcfc: Verifying Checksum [2024-07-18T05:45:38.366Z] 63f879dbbcfc: Download complete [2024-07-18T05:45:38.624Z] e9a5061849ea: Verifying Checksum [2024-07-18T05:45:38.624Z] e9a5061849ea: Download complete [2024-07-18T05:45:38.624Z] d747dcd14b5f: Verifying Checksum [2024-07-18T05:45:38.624Z] d747dcd14b5f: Download complete [2024-07-18T05:45:38.624Z] ab5ef0e58194: Download complete [2024-07-18T05:45:38.883Z] 0d9ebad4ef96: Verifying Checksum [2024-07-18T05:45:38.883Z] 0d9ebad4ef96: Download complete [2024-07-18T05:45:38.883Z] 2de7ff778b66: Verifying Checksum [2024-07-18T05:45:38.883Z] 2de7ff778b66: Download complete [2024-07-18T05:45:41.411Z] ab5ef0e58194: Pull complete [2024-07-18T05:45:41.411Z] 9712f1f96733: Pull complete [2024-07-18T05:45:41.975Z] 63f879dbbcfc: Pull complete [2024-07-18T05:45:45.258Z] 0d9ebad4ef96: Pull complete [2024-07-18T05:45:45.519Z] e9a5061849ea: Pull complete [2024-07-18T05:45:45.519Z] d747dcd14b5f: Pull complete [2024-07-18T05:45:46.453Z] 2de7ff778b66: Pull complete [2024-07-18T05:45:46.453Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-18T05:45:46.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-18T05:45:46.453Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:45:46.551Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:45:46.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:45:51.115Z] $ docker top 8c1755d0a2d0fd72520ddcb0d55754c178521892e6dad2f547d0608481ba1bf8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-18T05:45:51.186Z] provisioning config files... [2024-07-18T05:45:51.194Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/654@tmp/config1207998135130340128tmp [2024-07-18T05:45:51.203Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/654@tmp/config8331468220254831762tmp [2024-07-18T05:45:51.212Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/654@tmp/config763521360267351486tmp [Pipeline] { [Pipeline] echo [2024-07-18T05:45:51.312Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:45:51.606Z] ---> sigul-configuration.sh [2024-07-18T05:45:51.606Z] gpg: directory `/root/.gnupg' created [2024-07-18T05:45:51.606Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-18T05:45:51.606Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-18T05:45:51.606Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-18T05:45:51.606Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-18T05:45:51.606Z] gpg: CAST5 encrypted data [2024-07-18T05:45:51.606Z] gpg: encrypted with 1 passphrase [2024-07-18T05:45:51.606Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-18T05:45:51.899Z] + mkdir /home/jenkins [2024-07-18T05:45:51.899Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-18T05:45:52.198Z] + 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 [2024-07-18T05:45:52.214Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:45:52.513Z] ---> sigul-install.sh [2024-07-18T05:45:52.513Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-18T05:45:52.806Z] + git tag --list [2024-07-18T05:45:52.807Z] 0.6.0 [2024-07-18T05:45:52.807Z] 0.6.1 [2024-07-18T05:45:52.807Z] 0.7.0 [2024-07-18T05:45:52.807Z] 0.7.1 [2024-07-18T05:45:52.807Z] v1.0.0 [2024-07-18T05:45:52.807Z] v1.0.1 [2024-07-18T05:45:52.807Z] v1.1.0 [2024-07-18T05:45:52.807Z] v1.2.0 [2024-07-18T05:45:52.807Z] v1.2.1 [2024-07-18T05:45:52.807Z] v1.3.0 [2024-07-18T05:45:52.807Z] v1.3.1 [2024-07-18T05:45:52.807Z] v2.0.0 [2024-07-18T05:45:52.807Z] v2.1.0 [2024-07-18T05:45:52.807Z] v2.1.1 [2024-07-18T05:45:52.807Z] v2.2.0 [2024-07-18T05:45:52.807Z] v2.3.0 [2024-07-18T05:45:52.807Z] v3.0 [2024-07-18T05:45:52.807Z] v3.0.0 [2024-07-18T05:45:52.807Z] v3.1 [2024-07-18T05:45:52.807Z] v3.1.0 [2024-07-18T05:45:52.807Z] v3.1.0-dev.1 [2024-07-18T05:45:52.807Z] v3.1.0-dev.10 [2024-07-18T05:45:52.807Z] v3.1.0-dev.11 [2024-07-18T05:45:52.807Z] v3.1.0-dev.12 [2024-07-18T05:45:52.807Z] v3.1.0-dev.13 [2024-07-18T05:45:52.807Z] v3.1.0-dev.14 [2024-07-18T05:45:52.807Z] v3.1.0-dev.15 [2024-07-18T05:45:52.807Z] v3.1.0-dev.16 [2024-07-18T05:45:52.807Z] v3.1.0-dev.17 [2024-07-18T05:45:52.807Z] v3.1.0-dev.18 [2024-07-18T05:45:52.807Z] v3.1.0-dev.19 [2024-07-18T05:45:52.807Z] v3.1.0-dev.2 [2024-07-18T05:45:52.807Z] v3.1.0-dev.20 [2024-07-18T05:45:52.807Z] v3.1.0-dev.21 [2024-07-18T05:45:52.807Z] v3.1.0-dev.22 [2024-07-18T05:45:52.807Z] v3.1.0-dev.23 [2024-07-18T05:45:52.807Z] v3.1.0-dev.24 [2024-07-18T05:45:52.807Z] v3.1.0-dev.25 [2024-07-18T05:45:52.807Z] v3.1.0-dev.26 [2024-07-18T05:45:52.807Z] v3.1.0-dev.27 [2024-07-18T05:45:52.807Z] v3.1.0-dev.28 [2024-07-18T05:45:52.807Z] v3.1.0-dev.29 [2024-07-18T05:45:52.807Z] v3.1.0-dev.3 [2024-07-18T05:45:52.807Z] v3.1.0-dev.30 [2024-07-18T05:45:52.807Z] v3.1.0-dev.31 [2024-07-18T05:45:52.807Z] v3.1.0-dev.32 [2024-07-18T05:45:52.807Z] v3.1.0-dev.33 [2024-07-18T05:45:52.807Z] v3.1.0-dev.34 [2024-07-18T05:45:52.807Z] v3.1.0-dev.35 [2024-07-18T05:45:52.807Z] v3.1.0-dev.36 [2024-07-18T05:45:52.807Z] v3.1.0-dev.37 [2024-07-18T05:45:52.807Z] v3.1.0-dev.38 [2024-07-18T05:45:52.807Z] v3.1.0-dev.39 [2024-07-18T05:45:52.807Z] v3.1.0-dev.4 [2024-07-18T05:45:52.807Z] v3.1.0-dev.40 [2024-07-18T05:45:52.807Z] v3.1.0-dev.41 [2024-07-18T05:45:52.807Z] v3.1.0-dev.42 [2024-07-18T05:45:52.807Z] v3.1.0-dev.43 [2024-07-18T05:45:52.807Z] v3.1.0-dev.44 [2024-07-18T05:45:52.807Z] v3.1.0-dev.45 [2024-07-18T05:45:52.807Z] v3.1.0-dev.46 [2024-07-18T05:45:52.807Z] v3.1.0-dev.47 [2024-07-18T05:45:52.807Z] v3.1.0-dev.48 [2024-07-18T05:45:52.807Z] v3.1.0-dev.49 [2024-07-18T05:45:52.807Z] v3.1.0-dev.5 [2024-07-18T05:45:52.807Z] v3.1.0-dev.50 [2024-07-18T05:45:52.807Z] v3.1.0-dev.51 [2024-07-18T05:45:52.807Z] v3.1.0-dev.52 [2024-07-18T05:45:52.807Z] v3.1.0-dev.53 [2024-07-18T05:45:52.807Z] v3.1.0-dev.54 [2024-07-18T05:45:52.807Z] v3.1.0-dev.55 [2024-07-18T05:45:52.807Z] v3.1.0-dev.56 [2024-07-18T05:45:52.807Z] v3.1.0-dev.57 [2024-07-18T05:45:52.807Z] v3.1.0-dev.58 [2024-07-18T05:45:52.807Z] v3.1.0-dev.59 [2024-07-18T05:45:52.807Z] v3.1.0-dev.6 [2024-07-18T05:45:52.807Z] v3.1.0-dev.60 [2024-07-18T05:45:52.807Z] v3.1.0-dev.61 [2024-07-18T05:45:52.807Z] v3.1.0-dev.62 [2024-07-18T05:45:52.807Z] v3.1.0-dev.63 [2024-07-18T05:45:52.807Z] v3.1.0-dev.64 [2024-07-18T05:45:52.807Z] v3.1.0-dev.65 [2024-07-18T05:45:52.807Z] v3.1.0-dev.66 [2024-07-18T05:45:52.807Z] v3.1.0-dev.67 [2024-07-18T05:45:52.807Z] v3.1.0-dev.68 [2024-07-18T05:45:52.807Z] v3.1.0-dev.69 [2024-07-18T05:45:52.807Z] v3.1.0-dev.7 [2024-07-18T05:45:52.807Z] v3.1.0-dev.70 [2024-07-18T05:45:52.807Z] v3.1.0-dev.71 [2024-07-18T05:45:52.807Z] v3.1.0-dev.72 [2024-07-18T05:45:52.807Z] v3.1.0-dev.73 [2024-07-18T05:45:52.807Z] v3.1.0-dev.8 [2024-07-18T05:45:52.807Z] v3.1.0-dev.9 [2024-07-18T05:45:52.807Z] v3.1.1 [2024-07-18T05:45:52.807Z] v3.1.1-dev.1 [2024-07-18T05:45:52.807Z] v3.1.1-dev.2 [2024-07-18T05:45:52.807Z] v3.2.0-dev.1 [2024-07-18T05:45:52.807Z] v3.2.0-dev.10 [2024-07-18T05:45:52.807Z] v3.2.0-dev.11 [2024-07-18T05:45:52.807Z] v3.2.0-dev.12 [2024-07-18T05:45:52.807Z] v3.2.0-dev.13 [2024-07-18T05:45:52.807Z] v3.2.0-dev.14 [2024-07-18T05:45:52.807Z] v3.2.0-dev.15 [2024-07-18T05:45:52.807Z] v3.2.0-dev.16 [2024-07-18T05:45:52.807Z] v3.2.0-dev.17 [2024-07-18T05:45:52.807Z] v3.2.0-dev.18 [2024-07-18T05:45:52.807Z] v3.2.0-dev.19 [2024-07-18T05:45:52.807Z] v3.2.0-dev.2 [2024-07-18T05:45:52.807Z] v3.2.0-dev.20 [2024-07-18T05:45:52.807Z] v3.2.0-dev.21 [2024-07-18T05:45:52.807Z] v3.2.0-dev.22 [2024-07-18T05:45:52.807Z] v3.2.0-dev.23 [2024-07-18T05:45:52.807Z] v3.2.0-dev.24 [2024-07-18T05:45:52.807Z] v3.2.0-dev.25 [2024-07-18T05:45:52.807Z] v3.2.0-dev.26 [2024-07-18T05:45:52.807Z] v3.2.0-dev.27 [2024-07-18T05:45:52.807Z] v3.2.0-dev.28 [2024-07-18T05:45:52.807Z] v3.2.0-dev.29 [2024-07-18T05:45:52.807Z] v3.2.0-dev.3 [2024-07-18T05:45:52.807Z] v3.2.0-dev.30 [2024-07-18T05:45:52.807Z] v3.2.0-dev.31 [2024-07-18T05:45:52.807Z] v3.2.0-dev.32 [2024-07-18T05:45:52.807Z] v3.2.0-dev.33 [2024-07-18T05:45:52.807Z] v3.2.0-dev.34 [2024-07-18T05:45:52.807Z] v3.2.0-dev.35 [2024-07-18T05:45:52.807Z] v3.2.0-dev.36 [2024-07-18T05:45:52.807Z] v3.2.0-dev.4 [2024-07-18T05:45:52.807Z] v3.2.0-dev.5 [2024-07-18T05:45:52.807Z] v3.2.0-dev.6 [2024-07-18T05:45:52.807Z] v3.2.0-dev.7 [2024-07-18T05:45:52.807Z] v3.2.0-dev.8 [2024-07-18T05:45:52.807Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-18T05:45:53.107Z] + lftools sign git-tag v3.2.0-dev.36 [2024-07-18T05:45:53.675Z] Signing Git tag with Sigul... [2024-07-18T05:45:53.675Z] Signing v3.2.0-dev.36 [Pipeline] echo [2024-07-18T05:45:53.949Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:45:54.242Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-18T05:45:54.249Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-18T05:45:54.283Z] $ docker stop --time=1 8c1755d0a2d0fd72520ddcb0d55754c178521892e6dad2f547d0608481ba1bf8 [2024-07-18T05:45:55.580Z] $ docker rm -f --volumes 8c1755d0a2d0fd72520ddcb0d55754c178521892e6dad2f547d0608481ba1bf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-18T05:45:56.134Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-18T05:45:56.134Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:45:56.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T05:45:56.432Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:45:56.502Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:45:56.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:45:56.862Z] $ docker top 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 -eo pid,comm [2024-07-18T05:45:56.900Z] 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). [2024-07-18T05:45:56.900Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-18T05:45:56.951Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-18T05:45:56.951Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-18T05:45:57.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-18T05:45:57.076Z] $ docker exec 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 ssh-agent [2024-07-18T05:45:57.171Z] SSH_AUTH_SOCK=/tmp/ssh-O62KnZdqijcU/agent.32 [2024-07-18T05:45:57.171Z] SSH_AGENT_PID=38 [2024-07-18T05:45:57.175Z] Running ssh-add (command line suppressed) [2024-07-18T05:45:57.273Z] Identity added: /w/workspace/edgex-go/654@tmp/private_key_9980655658265667659.key (/w/workspace/edgex-go/654@tmp/private_key_9980655658265667659.key) [2024-07-18T05:45:57.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-18T05:45:57.565Z] + git semver bump pre [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,747 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,747 [bump_version] DEBUG bumping version:3.2.0-dev.36 on axis:pre with prefix:dev [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,747 [bump_version] DEBUG bumped version:3.2.0-dev.37 [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,747 [write_version] DEBUG write version:3.2.0-dev.37 to path:/w/workspace/edgex-go/654/.semver/main with force:True [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,747 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,747 [write_file] DEBUG write to file:/w/workspace/edgex-go/654/.semver/main [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,749 [execute] INFO git cat-file --batch-check [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,749 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=) [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,754 [execute] INFO git cat-file --batch [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,754 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=) [2024-07-18T05:45:57.826Z] 2024-07-18 05:45:57,759 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:45:57.826Z] 3.2.0-dev.37 [Pipeline] } [2024-07-18T05:45:57.842Z] $ docker exec --env ******** --env ******** 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 ssh-agent -k [2024-07-18T05:45:57.934Z] unset SSH_AUTH_SOCK; [2024-07-18T05:45:57.934Z] unset SSH_AGENT_PID; [2024-07-18T05:45:57.934Z] echo Agent pid 38 killed; [2024-07-18T05:45:57.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-18T05:45:58.259Z] + git semver [Pipeline] } [2024-07-18T05:45:58.538Z] $ docker stop --time=1 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 [2024-07-18T05:45:59.828Z] $ docker rm -f --volumes 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-18T05:46:00.174Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-18T05:46:00.174Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:46:00.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-18T05:46:00.479Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:46:00.553Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:46:00.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:46:00.878Z] $ docker top 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc -eo pid,comm [2024-07-18T05:46:00.917Z] 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). [2024-07-18T05:46:00.917Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-18T05:46:00.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-18T05:46:00.982Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-18T05:46:01.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-18T05:46:01.113Z] $ docker exec 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc ssh-agent [2024-07-18T05:46:01.227Z] SSH_AUTH_SOCK=/tmp/ssh-8HsPBLuf8Dys/agent.32 [2024-07-18T05:46:01.227Z] SSH_AGENT_PID=38 [2024-07-18T05:46:01.231Z] Running ssh-add (command line suppressed) [2024-07-18T05:46:01.342Z] Identity added: /w/workspace/edgex-go/654@tmp/private_key_17589668543292964482.key (/w/workspace/edgex-go/654@tmp/private_key_17589668543292964482.key) [2024-07-18T05:46:01.347Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-18T05:46:01.636Z] + git semver push [2024-07-18T05:46:01.909Z] 2024-07-18 05:46:01,820 [run_push] DEBUG push [2024-07-18T05:46:01.909Z] 2024-07-18 05:46:01,820 [execute] INFO git cat-file --batch-check [2024-07-18T05:46:01.909Z] 2024-07-18 05:46:01,821 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=) [2024-07-18T05:46:01.909Z] 2024-07-18 05:46:01,824 [execute] INFO git rev-list cfd383843446c001b3f4403430a1a450eabb1995 -- [2024-07-18T05:46:01.909Z] 2024-07-18 05:46:01,825 [execute] DEBUG Popen(['git', 'rev-list', 'cfd383843446c001b3f4403430a1a450eabb1995', '--'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-18T05:46:01.909Z] 2024-07-18 05:46:01,843 [execute] INFO git fetch -v origin [2024-07-18T05:46:01.909Z] 2024-07-18 05:46:01,844 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-18T05:46:02.478Z] 2024-07-18 05:46:02,280 [run_push] DEBUG no remote changes detected [2024-07-18T05:46:02.478Z] 2024-07-18 05:46:02,280 [execute] INFO git push origin semver [2024-07-18T05:46:02.478Z] 2024-07-18 05:46:02,281 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-18T05:46:03.417Z] 2024-07-18 05:46:03,094 [run_push] DEBUG push all version tags [2024-07-18T05:46:03.418Z] 2024-07-18 05:46:03,094 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-18T05:46:03.418Z] 2024-07-18 05:46:03,094 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=None) [2024-07-18T05:46:04.360Z] 2024-07-18 05:46:04,070 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main [2024-07-18T05:46:04.360Z] 3.2.0-dev.37 [Pipeline] } [2024-07-18T05:46:04.377Z] $ docker exec --env ******** --env ******** 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc ssh-agent -k [2024-07-18T05:46:04.472Z] unset SSH_AUTH_SOCK; [2024-07-18T05:46:04.472Z] unset SSH_AGENT_PID; [2024-07-18T05:46:04.472Z] echo Agent pid 38 killed; [2024-07-18T05:46:04.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-18T05:46:04.797Z] + git semver [Pipeline] } [2024-07-18T05:46:05.076Z] $ docker stop --time=1 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc [2024-07-18T05:46:06.388Z] $ docker rm -f --volumes 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc [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 [2024-07-18T05:46:07.036Z] + [ -d /w/workspace/edgex-go/654/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:46:07.327Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:46:08.184Z] ---> package-listing.sh [2024-07-18T05:46:08.184Z] ++ facter osfamily [2024-07-18T05:46:08.184Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-18T05:46:08.442Z] + OS_FAMILY=debian [2024-07-18T05:46:08.442Z] + workspace=/w/workspace/edgex-go/654 [2024-07-18T05:46:08.442Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-18T05:46:08.442Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-18T05:46:08.442Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-18T05:46:08.442Z] + PACKAGES=/tmp/packages_start.txt [2024-07-18T05:46:08.442Z] + '[' /w/workspace/edgex-go/654 ']' [2024-07-18T05:46:08.442Z] + PACKAGES=/tmp/packages_end.txt [2024-07-18T05:46:08.442Z] + case "${OS_FAMILY}" in [2024-07-18T05:46:08.442Z] + dpkg -l [2024-07-18T05:46:08.442Z] + grep '^ii' [2024-07-18T05:46:08.442Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-18T05:46:08.442Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-18T05:46:08.442Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-18T05:46:08.442Z] + '[' /w/workspace/edgex-go/654 ']' [2024-07-18T05:46:08.442Z] + mkdir -p /w/workspace/edgex-go/654/archives/ [2024-07-18T05:46:08.442Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/654/archives/ [Pipeline] echo [2024-07-18T05:46:08.452Z] 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/654/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-18T05:46:08.727Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:46:09.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-18T05:46:09.361Z] [2024-07-18T05:46:09.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-18T05:46:09.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-18T05:46:09.666Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-18T05:46:09.666Z] 5eb5b503b376: Pulling fs layer [2024-07-18T05:46:09.666Z] 5c69ac0246d0: Pulling fs layer [2024-07-18T05:46:09.666Z] ec43610c2a17: Pulling fs layer [2024-07-18T05:46:09.666Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-18T05:46:09.666Z] 33b1e0a273af: Pulling fs layer [2024-07-18T05:46:09.666Z] 5d3b04190fa2: Pulling fs layer [2024-07-18T05:46:09.666Z] 2f39f015ded8: Pulling fs layer [2024-07-18T05:46:09.666Z] 3a2ae6a8a46f: Waiting [2024-07-18T05:46:09.666Z] 5d3b04190fa2: Waiting [2024-07-18T05:46:09.666Z] 5c69ac0246d0: Verifying Checksum [2024-07-18T05:46:09.666Z] 5c69ac0246d0: Download complete [2024-07-18T05:46:09.666Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-18T05:46:09.666Z] 3a2ae6a8a46f: Download complete [2024-07-18T05:46:09.666Z] 33b1e0a273af: Verifying Checksum [2024-07-18T05:46:09.666Z] 33b1e0a273af: Download complete [2024-07-18T05:46:09.666Z] 5d3b04190fa2: Verifying Checksum [2024-07-18T05:46:09.666Z] 5d3b04190fa2: Download complete [2024-07-18T05:46:09.666Z] ec43610c2a17: Verifying Checksum [2024-07-18T05:46:09.666Z] ec43610c2a17: Download complete [2024-07-18T05:46:09.925Z] 5eb5b503b376: Verifying Checksum [2024-07-18T05:46:09.925Z] 5eb5b503b376: Download complete [2024-07-18T05:46:11.315Z] 5eb5b503b376: Pull complete [2024-07-18T05:46:11.315Z] 5c69ac0246d0: Pull complete [2024-07-18T05:46:11.888Z] ec43610c2a17: Pull complete [2024-07-18T05:46:11.888Z] 3a2ae6a8a46f: Pull complete [2024-07-18T05:46:12.153Z] 33b1e0a273af: Pull complete [2024-07-18T05:46:12.153Z] 5d3b04190fa2: Pull complete [2024-07-18T05:46:16.383Z] 2f39f015ded8: Pull complete [2024-07-18T05:46:16.383Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-18T05:46:16.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-18T05:46:16.383Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-18T05:46:16.499Z] prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container [2024-07-18T05:46:16.535Z] $ 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/654/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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 [2024-07-18T05:46:21.222Z] $ docker top c0024f31da685be1dd8017d00b2a78c9f9134bb1b353daad036690bd7f3adff5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-18T05:46:21.567Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-18T05:46:21.846Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-18T05:46:22.126Z] + ls /var/log/sa-host [2024-07-18T05:46:22.126Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-18T05:46:22.286Z] provisioning config files... [2024-07-18T05:46:22.294Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/654@tmp/config17038519584657717793tmp [Pipeline] { [Pipeline] echo [2024-07-18T05:46:22.310Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:46:22.599Z] ---> create-netrc.sh [Pipeline] } [2024-07-18T05:46:22.606Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:46:22.960Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-18T05:46:22.968Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:46:23.249Z] ---> sudo-logs.sh [2024-07-18T05:46:23.249Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-18T05:46:23.277Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:46:23.559Z] ---> job-cost.sh [2024-07-18T05:46:23.559Z] lf-activate-venv: SKIPPING [2024-07-18T05:46:23.559Z] DEBUG: total: 0.10999999940395355 [2024-07-18T05:46:23.559Z] INFO: Retrieving Stack Cost... [2024-07-18T05:46:24.127Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-18T05:46:24.389Z] INFO: Archiving Costs [Pipeline] echo [2024-07-18T05:46:24.406Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-18T05:46:24.686Z] ---> logs-deploy.sh [2024-07-18T05:46:24.686Z] lf-activate-venv: SKIPPING [2024-07-18T05:46:24.686Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/654 [2024-07-18T05:46:24.686Z] INFO: archiving workspace using pattern(s): [2024-07-18T05:46:25.623Z] Archives upload complete. [2024-07-18T05:46:25.623Z] INFO: archiving logs to Nexus