Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 89254c1fef09d3f643254057b63cf98f5b6a48ef 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-ssh12477226028927705448.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh12600734754393878241.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh10775617100043196130.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh15253897482964395296.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-ssh17183377067998792463.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]] ========================================================= [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.23 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 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 ‘prd-ubuntu20.04-docker-8c-8g-23883’ is offline Running on prd-ubuntu20.04-docker-8c-8g-23888 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/737 [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/737 # 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 89254c1fef09d3f643254057b63cf98f5b6a48ef (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89254c1fef09d3f643254057b63cf98f5b6a48ef # timeout=10 Commit message: "Merge pull request #4983 from lindseysimple/issue-4980-2" > git rev-list --no-walk c963200bef242761a1aa2b6acdf8b0387bfd966f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-28T03:32:19.187Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-28T03:32:19.262Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-28T03:32:19.293Z] ========================================================= [2024-10-28T03:32:19.293Z] EdgeX Global Pipelines Version Info [2024-10-28T03:32:19.293Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-28T03:32:20.404Z] ------------------- [2024-10-28T03:32:20.404Z] stable info: [2024-10-28T03:32:20.404Z] ------------------- [2024-10-28T03:32:20.404Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-28T03:32:20.404Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-28T03:32:20.404Z] Message: update stable to v1.0.265 [2024-10-28T03:32:20.667Z] ------------------- [2024-10-28T03:32:20.667Z] experimental info: [2024-10-28T03:32:20.667Z] ------------------- [2024-10-28T03:32:20.667Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-28T03:32:20.667Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-28T03:32:20.667Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-28T03:32:20.754Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-10-28T03:32:20.777Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-10-28T03:32:20.795Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-28T03:32:20.819Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-28T03:32:20.846Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-28T03:32:20.872Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-28T03:32:20.895Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-28T03:32:20.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-10-28T03:32:20.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-10-28T03:32:20.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-10-28T03:32:20.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-28T03:32:21.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-28T03:32:21.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-28T03:32:21.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-28T03:32:21.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-28T03:32:21.104Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-28T03:32:21.127Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-28T03:32:21.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-28T03:32:21.178Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-10-28T03:32:21.198Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2024-10-28T03:32:21.223Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-28T03:32:21.249Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-28T03:32:21.275Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-28T03:32:21.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-28T03:32:21.335Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-28T03:32:21.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-28T03:32:21.388Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] echo [2024-10-28T03:32:21.416Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89254c1 [Pipeline] echo [2024-10-28T03:32:21.445Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-28T03:32:21.522Z] provisioning config files... [2024-10-28T03:32:21.537Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config3290427756863084096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-28T03:32:21.880Z] ---> ****-login.sh [2024-10-28T03:32:21.880Z] nexus3.edgexfoundry.org:10001 [2024-10-28T03:32:21.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:32:22.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:32:22.141Z] Configure a credential helper to remove this warning. See [2024-10-28T03:32:22.141Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:32:22.141Z] [2024-10-28T03:32:22.141Z] Login Succeeded [2024-10-28T03:32:22.141Z] nexus3.edgexfoundry.org:10002 [2024-10-28T03:32:22.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:32:22.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:32:22.405Z] Configure a credential helper to remove this warning. See [2024-10-28T03:32:22.405Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:32:22.405Z] [2024-10-28T03:32:22.405Z] Login Succeeded [2024-10-28T03:32:22.405Z] nexus3.edgexfoundry.org:10003 [2024-10-28T03:32:22.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:32:22.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:32:22.405Z] Configure a credential helper to remove this warning. See [2024-10-28T03:32:22.405Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:32:22.405Z] [2024-10-28T03:32:22.405Z] Login Succeeded [2024-10-28T03:32:22.405Z] nexus3.edgexfoundry.org:10004 [2024-10-28T03:32:22.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:32:22.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:32:22.665Z] Configure a credential helper to remove this warning. See [2024-10-28T03:32:22.666Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:32:22.666Z] [2024-10-28T03:32:22.666Z] Login Succeeded [2024-10-28T03:32:22.666Z] ****.io [2024-10-28T03:32:22.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:32:22.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:32:22.932Z] Configure a credential helper to remove this warning. See [2024-10-28T03:32:22.932Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:32:22.932Z] [2024-10-28T03:32:22.932Z] Login Succeeded [2024-10-28T03:32:22.932Z] ---> ****-login.sh ends [Pipeline] } [2024-10-28T03:32:22.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-28T03:32:23.302Z] + 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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile [2024-10-28T03:32:23.302Z] + + dirnamecut cmd/core-command/Dockerfile -d/ [2024-10-28T03:32:23.302Z] -f2 [2024-10-28T03:32:23.302Z] + echo core-command,cmd/core-command/Dockerfile [2024-10-28T03:32:23.302Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-10-28T03:32:23.302Z] + cut -d/ -f2 [2024-10-28T03:32:23.302Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-10-28T03:32:23.302Z] + dirname cmd/core-data/Dockerfile [2024-10-28T03:32:23.302Z] + cut -d/ -f2 [2024-10-28T03:32:23.302Z] + echo core-data,cmd/core-data/Dockerfile [2024-10-28T03:32:23.302Z] + dirname cmd/core-keeper/Dockerfile [2024-10-28T03:32:23.302Z] + cut -d/ -f2 [2024-10-28T03:32:23.302Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-10-28T03:32:23.302Z] + dirname cmd/core-metadata/Dockerfile [2024-10-28T03:32:23.302Z] + cut -d/ -f2 [2024-10-28T03:32:23.302Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-10-28T03:32:23.303Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/security-spire-agent/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/security-spire-config/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/security-spire-server/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-10-28T03:32:23.303Z] + dirname cmd/support-notifications/Dockerfile [2024-10-28T03:32:23.303Z] + cut -d/ -f2 [2024-10-28T03:32:23.303Z] + echo support-notifications,cmd/support-notifications/Dockerfile [Pipeline] echo [2024-10-28T03:32:23.335Z] 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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-28T03:32:23.708Z] + git rev-list -1 --merges 89254c1fef09d3f643254057b63cf98f5b6a48ef~1..89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] echo [2024-10-28T03:32:23.720Z] -----------> git rev-list -1 --merges 89254c1fef09d3f643254057b63cf98f5b6a48ef~1..89254c1fef09d3f643254057b63cf98f5b6a48ef 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:32:23.720Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [false] [Pipeline] sh [2024-10-28T03:32:24.012Z] + git log --format=format:%s -1 89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] echo [2024-10-28T03:32:24.028Z] ========================================================= [2024-10-28T03:32:24.028Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-28T03:32:24.028Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-10-28T03:32:24.570Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-28T03:32:24.570Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-28T03:32:24.570Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-28T03:32:24.570Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-28T03:32:24.570Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2024-10-28T03:32:24.571Z] sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-28T03:32:24.571Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:32:25.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-28T03:32:25.003Z] [2024-10-28T03:32:25.003Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:32:25.310Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-28T03:32:25.311Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-28T03:32:25.311Z] b85a868b505f: Pulling fs layer [2024-10-28T03:32:25.311Z] e2be974225ed: Pulling fs layer [2024-10-28T03:32:25.311Z] 339a4e72a1f5: Pulling fs layer [2024-10-28T03:32:25.311Z] 988bab9f4d93: Pulling fs layer [2024-10-28T03:32:25.311Z] 1469e6f7b9e6: Pulling fs layer [2024-10-28T03:32:25.311Z] eaf3925da568: Pulling fs layer [2024-10-28T03:32:25.311Z] bab4dde63d76: Pulling fs layer [2024-10-28T03:32:25.311Z] bde34c3a00c8: Pulling fs layer [2024-10-28T03:32:25.311Z] b352a97aabf1: Pulling fs layer [2024-10-28T03:32:25.311Z] 4872d77fe225: Pulling fs layer [2024-10-28T03:32:25.311Z] 5851b861e8e6: Pulling fs layer [2024-10-28T03:32:25.311Z] 988bab9f4d93: Waiting [2024-10-28T03:32:25.311Z] 1469e6f7b9e6: Waiting [2024-10-28T03:32:25.311Z] eaf3925da568: Waiting [2024-10-28T03:32:25.311Z] bab4dde63d76: Waiting [2024-10-28T03:32:25.311Z] bde34c3a00c8: Waiting [2024-10-28T03:32:25.311Z] 4872d77fe225: Waiting [2024-10-28T03:32:25.311Z] 5851b861e8e6: Waiting [2024-10-28T03:32:25.311Z] e2be974225ed: Download complete [2024-10-28T03:32:25.311Z] 988bab9f4d93: Download complete [2024-10-28T03:32:25.311Z] 1469e6f7b9e6: Verifying Checksum [2024-10-28T03:32:25.311Z] 1469e6f7b9e6: Download complete [2024-10-28T03:32:25.570Z] 339a4e72a1f5: Verifying Checksum [2024-10-28T03:32:25.570Z] 339a4e72a1f5: Download complete [2024-10-28T03:32:25.570Z] eaf3925da568: Download complete [2024-10-28T03:32:25.570Z] bde34c3a00c8: Verifying Checksum [2024-10-28T03:32:25.570Z] bde34c3a00c8: Download complete [2024-10-28T03:32:25.570Z] b352a97aabf1: Verifying Checksum [2024-10-28T03:32:25.570Z] b352a97aabf1: Download complete [2024-10-28T03:32:25.570Z] 4872d77fe225: Verifying Checksum [2024-10-28T03:32:25.570Z] 4872d77fe225: Download complete [2024-10-28T03:32:25.570Z] 5851b861e8e6: Verifying Checksum [2024-10-28T03:32:25.570Z] 5851b861e8e6: Download complete [2024-10-28T03:32:25.570Z] b85a868b505f: Download complete [2024-10-28T03:32:26.138Z] bab4dde63d76: Verifying Checksum [2024-10-28T03:32:26.138Z] bab4dde63d76: Download complete [2024-10-28T03:32:27.081Z] b85a868b505f: Pull complete [2024-10-28T03:32:27.081Z] e2be974225ed: Pull complete [2024-10-28T03:32:27.650Z] 339a4e72a1f5: Pull complete [2024-10-28T03:32:27.650Z] 988bab9f4d93: Pull complete [2024-10-28T03:32:27.909Z] 1469e6f7b9e6: Pull complete [2024-10-28T03:32:27.909Z] eaf3925da568: Pull complete [2024-10-28T03:32:29.817Z] bab4dde63d76: Pull complete [2024-10-28T03:32:29.817Z] bde34c3a00c8: Pull complete [2024-10-28T03:32:29.817Z] b352a97aabf1: Pull complete [2024-10-28T03:32:30.079Z] 4872d77fe225: Pull complete [2024-10-28T03:32:30.079Z] 5851b861e8e6: Pull complete [2024-10-28T03:32:30.079Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-28T03:32:30.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-28T03:32:30.079Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T03:32:30.224Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T03:32:30.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T03:32:32.810Z] $ docker top 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea -eo pid,comm [2024-10-28T03:32:32.867Z] 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-10-28T03:32:32.867Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-28T03:32:32.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-28T03:32:32.921Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-28T03:32:33.031Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-28T03:32:33.033Z] $ docker exec 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent [2024-10-28T03:32:33.133Z] SSH_AUTH_SOCK=/tmp/ssh-p0EmCSpQeJTc/agent.33 [2024-10-28T03:32:33.133Z] SSH_AGENT_PID=39 [2024-10-28T03:32:33.139Z] Running ssh-add (command line suppressed) [2024-10-28T03:32:33.234Z] Identity added: /w/workspace/edgex-go/737@tmp/private_key_14287643631525781255.key (/w/workspace/edgex-go/737@tmp/private_key_14287643631525781255.key) [2024-10-28T03:32:33.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-28T03:32:33.551Z] + git tag --points-at HEAD [Pipeline] } [2024-10-28T03:32:33.561Z] $ docker exec --env ******** --env ******** 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent -k [2024-10-28T03:32:33.659Z] unset SSH_AUTH_SOCK; [2024-10-28T03:32:33.660Z] unset SSH_AGENT_PID; [2024-10-28T03:32:33.660Z] echo Agent pid 39 killed; [2024-10-28T03:32:33.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-28T03:32:33.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-28T03:32:33.715Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-28T03:32:33.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-28T03:32:33.826Z] $ docker exec 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent [2024-10-28T03:32:33.931Z] SSH_AUTH_SOCK=/tmp/ssh-VkyvT4sWz303/agent.72 [2024-10-28T03:32:33.931Z] SSH_AGENT_PID=78 [2024-10-28T03:32:33.935Z] Running ssh-add (command line suppressed) [2024-10-28T03:32:34.025Z] Identity added: /w/workspace/edgex-go/737@tmp/private_key_9258500643108877692.key (/w/workspace/edgex-go/737@tmp/private_key_9258500643108877692.key) [2024-10-28T03:32:34.038Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-28T03:32:34.327Z] + git semver init [2024-10-28T03:32:34.588Z] 2024-10-28 03:32:34,494 [run_init] DEBUG init version:0.0.0 force:False [2024-10-28T03:32:34.588Z] 2024-10-28 03:32:34,496 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/737/.semver [2024-10-28T03:32:34.588Z] 2024-10-28 03:32:34,497 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/737/.semver [2024-10-28T03:32:34.588Z] 2024-10-28 03:32:34,497 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/737/.semver'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=None) [2024-10-28T03:32:39.861Z] 2024-10-28 03:32:39,526 [append_file] DEBUG append to file:/w/workspace/edgex-go/737/.git/info/exclude [2024-10-28T03:32:39.861Z] 2024-10-28 03:32:39,527 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/737/.semver/main with force:False [2024-10-28T03:32:39.861Z] 2024-10-28 03:32:39,527 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T03:32:39.861Z] 2024-10-28 03:32:39,527 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T03:32:39.861Z] 4.0.0-dev.4 [Pipeline] } [2024-10-28T03:32:39.871Z] $ docker exec --env ******** --env ******** 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea ssh-agent -k [2024-10-28T03:32:39.963Z] unset SSH_AUTH_SOCK; [2024-10-28T03:32:39.963Z] unset SSH_AGENT_PID; [2024-10-28T03:32:39.963Z] echo Agent pid 78 killed; [2024-10-28T03:32:39.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-28T03:32:40.313Z] + git semver [Pipeline] } [2024-10-28T03:32:40.586Z] $ docker stop --time=1 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea [2024-10-28T03:32:41.892Z] $ docker rm -f --volumes 5150e3df470cd0626ad0fc5c2fa4d1b274e4c37a7627bdd88762d5f4842020ea [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-28T03:32:42.245Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-28T03:32:42.484Z] Stashed 1 file(s) [Pipeline] echo [2024-10-28T03:32:42.487Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.4 [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-10-28T03:32:42.905Z] + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] echo [2024-10-28T03:32:42.918Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-28T03:32:42.996Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-28T03:32:43.009Z] ========================================================= [2024-10-28T03:32:43.009Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-28T03:32:43.009Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-28T03:32:43.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-28T03:32:43.303Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-28T03:32:43.303Z] 43c4264eed91: Pulling fs layer [2024-10-28T03:32:43.303Z] 4cc291be95ef: Pulling fs layer [2024-10-28T03:32:43.303Z] 2ac1f1163629: Pulling fs layer [2024-10-28T03:32:43.303Z] 5c3c966382ef: Pulling fs layer [2024-10-28T03:32:43.303Z] 4f4fb700ef54: Pulling fs layer [2024-10-28T03:32:43.303Z] 5d5c8e513c77: Pulling fs layer [2024-10-28T03:32:43.303Z] 9f66e0745190: Pulling fs layer [2024-10-28T03:32:43.303Z] f49a43e4bbc0: Pulling fs layer [2024-10-28T03:32:43.303Z] 561ebcabdf7f: Pulling fs layer [2024-10-28T03:32:43.303Z] 5d5c8e513c77: Waiting [2024-10-28T03:32:43.303Z] 9f66e0745190: Waiting [2024-10-28T03:32:43.303Z] 5c3c966382ef: Waiting [2024-10-28T03:32:43.303Z] f49a43e4bbc0: Waiting [2024-10-28T03:32:43.303Z] 561ebcabdf7f: Waiting [2024-10-28T03:32:43.303Z] 4f4fb700ef54: Waiting [2024-10-28T03:32:43.303Z] 4cc291be95ef: Download complete [2024-10-28T03:32:43.303Z] 5c3c966382ef: Download complete [2024-10-28T03:32:43.303Z] 4f4fb700ef54: Verifying Checksum [2024-10-28T03:32:43.303Z] 4f4fb700ef54: Download complete [2024-10-28T03:32:43.303Z] 5d5c8e513c77: Download complete [2024-10-28T03:32:43.563Z] 43c4264eed91: Download complete [2024-10-28T03:32:43.563Z] 9f66e0745190: Verifying Checksum [2024-10-28T03:32:43.563Z] 9f66e0745190: Download complete [2024-10-28T03:32:43.563Z] 43c4264eed91: Pull complete [2024-10-28T03:32:43.821Z] 561ebcabdf7f: Verifying Checksum [2024-10-28T03:32:43.821Z] 561ebcabdf7f: Download complete [2024-10-28T03:32:43.821Z] 4cc291be95ef: Pull complete [2024-10-28T03:32:43.821Z] 2ac1f1163629: Verifying Checksum [2024-10-28T03:32:43.821Z] 2ac1f1163629: Download complete [2024-10-28T03:32:44.387Z] f49a43e4bbc0: Verifying Checksum [2024-10-28T03:32:44.387Z] f49a43e4bbc0: Download complete [2024-10-28T03:32:47.668Z] 2ac1f1163629: Pull complete [2024-10-28T03:32:47.668Z] 5c3c966382ef: Pull complete [2024-10-28T03:32:47.668Z] 4f4fb700ef54: Pull complete [2024-10-28T03:32:47.668Z] 5d5c8e513c77: Pull complete [2024-10-28T03:32:47.668Z] 9f66e0745190: Pull complete [2024-10-28T03:32:50.202Z] f49a43e4bbc0: Pull complete [2024-10-28T03:32:50.202Z] 561ebcabdf7f: Pull complete [2024-10-28T03:32:50.202Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-28T03:32:50.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-28T03:32:50.202Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-28T03:32:50.521Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-28T03:32:50.521Z] WORKDIR /edgex [2024-10-28T03:32:50.521Z] COPY go.mod . [2024-10-28T03:32:50.521Z] RUN go mod download build [2024-10-28T03:32:50.521Z] -t ci-base-image-x86_64 -f - . [2024-10-28T03:32:51.090Z] Sending build context to Docker daemon 178MB [2024-10-28T03:32:51.090Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-28T03:32:51.090Z] ---> 3a752c3f9dda [2024-10-28T03:32:51.090Z] Step 2/4 : WORKDIR /edgex [2024-10-28T03:32:55.289Z] ---> Running in 4f6b96c873f1 [2024-10-28T03:32:55.289Z] Removing intermediate container 4f6b96c873f1 [2024-10-28T03:32:55.289Z] ---> 6dc7c58ed240 [2024-10-28T03:32:55.289Z] Step 3/4 : COPY go.mod . [2024-10-28T03:32:55.289Z] ---> 3102422d1185 [2024-10-28T03:32:55.289Z] Step 4/4 : RUN go mod download [2024-10-28T03:32:55.289Z] ---> Running in 3f544191e18b [2024-10-28T03:32:57.590Z] Still waiting to schedule task [2024-10-28T03:32:57.591Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-10-28T03:33:21.868Z] Removing intermediate container 3f544191e18b [2024-10-28T03:33:21.868Z] ---> a41c22ff260d [2024-10-28T03:33:21.868Z] Successfully built a41c22ff260d [2024-10-28T03:33:21.868Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:33:22.188Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-28T03:33:22.189Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T03:33:22.279Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T03:33:22.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T03:33:22.819Z] $ docker top a57994caa6313e5104114e8e2e0a52c47d8ebbd409c2298a20cbbb03d88a628b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-28T03:33:23.175Z] + go version [2024-10-28T03:33:23.175Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-28T03:33:23.185Z] $ docker stop --time=1 a57994caa6313e5104114e8e2e0a52c47d8ebbd409c2298a20cbbb03d88a628b [2024-10-28T03:33:24.427Z] $ docker rm -f --volumes a57994caa6313e5104114e8e2e0a52c47d8ebbd409c2298a20cbbb03d88a628b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:33:24.862Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-28T03:33:24.862Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T03:33:25.067Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T03:33:25.096Z] $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T03:33:25.431Z] $ docker top 580b75708acd6d235dd91f7e5c2718cb617e23c10247482251e924a43aa0e2c4 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-10-28T03:33:25.512Z] ========================================================= [2024-10-28T03:33:25.512Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-10-28T03:33:25.512Z] ========================================================= [Pipeline] sh [2024-10-28T03:33:25.790Z] + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] fileExists [Pipeline] sh [2024-10-28T03:33:26.095Z] + make test [2024-10-28T03:33:26.095Z] go test -race -coverprofile=coverage.out ./... [2024-10-28T03:33:36.079Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2024-10-28T03:34:08.190Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2024-10-28T03:34:08.758Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2024-10-28T03:34:08.758Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2024-10-28T03:34:09.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 28.7% of statements [2024-10-28T03:34:09.965Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2024-10-28T03:34:09.965Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2024-10-28T03:34:09.965Z] github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements [2024-10-28T03:34:10.534Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2024-10-28T03:34:10.534Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2024-10-28T03:34:11.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.045s coverage: 97.0% of statements [2024-10-28T03:34:11.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-10-28T03:34:11.692Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2024-10-28T03:34:11.692Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2024-10-28T03:34:11.692Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2024-10-28T03:34:11.692Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2024-10-28T03:34:11.692Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-28T03:34:11.692Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2024-10-28T03:34:11.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-10-28T03:34:11.692Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2024-10-28T03:34:13.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-10-28T03:34:13.073Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-28T03:34:13.073Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2024-10-28T03:34:13.073Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2024-10-28T03:34:13.073Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2024-10-28T03:34:14.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.2% of statements [2024-10-28T03:34:14.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.068s coverage: 48.4% of statements [2024-10-28T03:34:14.267Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2024-10-28T03:34:14.267Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2024-10-28T03:34:15.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.552s coverage: 93.4% of statements [2024-10-28T03:34:15.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.070s coverage: 91.7% of statements [2024-10-28T03:34:15.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-10-28T03:34:15.460Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2024-10-28T03:34:15.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 9.4% of statements [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2024-10-28T03:34:15.460Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2024-10-28T03:34:15.460Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2024-10-28T03:34:16.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.452s coverage: 95.8% of statements [2024-10-28T03:34:16.896Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.020s coverage: 72.2% of statements [2024-10-28T03:34:17.155Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2024-10-28T03:34:17.723Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-10-28T03:34:17.723Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2024-10-28T03:34:18.299Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] [2024-10-28T03:34:18.557Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements [2024-10-28T03:34:18.557Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.036s coverage: 44.2% of statements [2024-10-28T03:34:18.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements [2024-10-28T03:34:18.816Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 77.8% of statements [2024-10-28T03:34:19.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2024-10-28T03:34:19.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements [2024-10-28T03:34:19.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements [2024-10-28T03:34:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-10-28T03:34:20.159Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2024-10-28T03:34:20.159Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2024-10-28T03:34:20.159Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2024-10-28T03:34:20.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-10-28T03:34:20.418Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2024-10-28T03:34:20.418Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2024-10-28T03:34:20.418Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2024-10-28T03:34:21.811Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2024-10-28T03:34:21.811Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2024-10-28T03:34:21.811Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2024-10-28T03:34:22.380Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2024-10-28T03:34:22.380Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2024-10-28T03:34:22.380Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2024-10-28T03:34:22.380Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2024-10-28T03:34:22.958Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2024-10-28T03:34:22.958Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2024-10-28T03:34:23.479Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-23889 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-10-28T03:34:23.502Z] Running in /w/workspace/edgex-go/737 [Pipeline] { [Pipeline] checkout [2024-10-28T03:34:23.531Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2024-10-28T03:34:25.440Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2024-10-28T03:34:25.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-10-28T03:34:26.555Z] The recommended git tool is: git [2024-10-28T03:34:27.087Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2024-10-28T03:34:27.087Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2024-10-28T03:34:29.656Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2024-10-28T03:34:29.656Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2024-10-28T03:34:29.656Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2024-10-28T03:34:31.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements [2024-10-28T03:34:31.340Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2024-10-28T03:34:31.340Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2024-10-28T03:34:31.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-10-28T03:34:31.502Z] using credential edgex-jenkins-ssh [2024-10-28T03:34:31.532Z] Cloning the remote Git repository [2024-10-28T03:34:31.578Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-10-28T03:34:31.911Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2024-10-28T03:34:31.911Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2024-10-28T03:34:31.911Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2024-10-28T03:34:31.911Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements [2024-10-28T03:34:31.664Z] > git init /w/workspace/edgex-go/737 # timeout=10 [2024-10-28T03:34:31.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-10-28T03:34:31.797Z] > git --version # timeout=10 [2024-10-28T03:34:31.820Z] > git --version # 'git version 2.25.1' [2024-10-28T03:34:31.822Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-28T03:34:31.965Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-28T03:34:33.290Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements [2024-10-28T03:34:33.290Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements [2024-10-28T03:34:33.290Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements [2024-10-28T03:34:34.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-10-28T03:34:34.684Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2024-10-28T03:34:34.684Z] github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-28T03:34:36.591Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2024-10-28T03:34:36.591Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2024-10-28T03:34:36.591Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2024-10-28T03:34:36.591Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2024-10-28T03:34:37.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-10-28T03:34:37.969Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2024-10-28T03:34:42.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 22.205s coverage: 80.7% of statements [2024-10-28T03:34:42.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.046s coverage: 92.9% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.030s coverage: 66.7% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.057s coverage: 62.3% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 75.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.029s coverage: 87.2% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.060s coverage: 81.8% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.062s coverage: 82.1% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.140s coverage: 63.1% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.030s coverage: 100.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.030s coverage: 89.4% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.024s coverage: 73.7% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.394s coverage: 36.8% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 93.8% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.036s coverage: 9.0% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.075s coverage: 97.7% of statements [2024-10-28T03:34:42.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.031s coverage: 45.8% of statements [2024-10-28T03:34:43.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 17.4% of statements [2024-10-28T03:34:43.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.119s coverage: 95.7% of statements [2024-10-28T03:34:43.536Z] 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-10-28T03:34:43.796Z] running golangci-lint [2024-10-28T03:34:44.055Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2024-10-28T03:34:44.055Z] go version go1.23.2 linux/amd64 [2024-10-28T03:34:44.315Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2024-10-28T03:34:44.315Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-10-28T03:34:44.315Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-10-28T03:34:48.290Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-10-28T03:34:48.307Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-28T03:34:49.101Z] Avoid second fetch [2024-10-28T03:34:49.101Z] Checking out Revision 89254c1fef09d3f643254057b63cf98f5b6a48ef (main) [2024-10-28T03:34:49.937Z] Commit message: "Merge pull request #4983 from lindseysimple/issue-4980-2" [2024-10-28T03:34:49.116Z] > git config core.sparsecheckout # timeout=10 [2024-10-28T03:34:49.177Z] > git checkout -f 89254c1fef09d3f643254057b63cf98f5b6a48ef # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-28T03:34:54.673Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-28T03:34:54.673Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T03:34:54.673Z] Dload Upload Total Spent Left Speed [2024-10-28T03:34:54.673Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 120k 0 --:--:-- --:--:-- --:--:-- 121k [Pipeline] sh [2024-10-28T03:34:55.031Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-28T03:34:55.389Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-10-28T03:34:55.389Z] + sudo tee /etc/docker/daemon.new [2024-10-28T03:34:55.389Z] { [2024-10-28T03:34:55.389Z] "registry-mirrors": [ [2024-10-28T03:34:55.389Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-28T03:34:55.389Z] ], [2024-10-28T03:34:55.389Z] "bip": "10.250.0.254/24", [2024-10-28T03:34:55.389Z] "hosts": [ [2024-10-28T03:34:55.389Z] "tcp://0.0.0.0:5555", [2024-10-28T03:34:55.389Z] "unix:///var/run/docker.sock" [2024-10-28T03:34:55.389Z] ], [2024-10-28T03:34:55.389Z] "mtu": 1458, [2024-10-28T03:34:55.389Z] "selinux-enabled": true, [2024-10-28T03:34:55.389Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-28T03:34:55.389Z] } [Pipeline] sh [2024-10-28T03:34:55.739Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-28T03:34:56.070Z] + sudo service docker restart [2024-10-28T03:35:10.875Z] level=info msg="[loader] Go packages loading at mode 575 (deps|files|name|compiled_files|exports_file|imports|types_sizes) took 24.823457657s" [2024-10-28T03:35:10.875Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.961194ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-28T03:35:14.385Z] provisioning config files... [2024-10-28T03:35:14.417Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config4773384296566479540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-28T03:35:14.883Z] ---> ****-login.sh [2024-10-28T03:35:14.883Z] nexus3.edgexfoundry.org:10001 [2024-10-28T03:35:15.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:35:15.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:35:15.426Z] Configure a credential helper to remove this warning. See [2024-10-28T03:35:15.426Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:35:15.426Z] [2024-10-28T03:35:15.426Z] Login Succeeded [2024-10-28T03:35:15.426Z] nexus3.edgexfoundry.org:10002 [2024-10-28T03:35:15.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:35:15.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:35:15.965Z] Configure a credential helper to remove this warning. See [2024-10-28T03:35:15.965Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:35:15.965Z] [2024-10-28T03:35:15.965Z] Login Succeeded [2024-10-28T03:35:15.965Z] nexus3.edgexfoundry.org:10003 [2024-10-28T03:35:15.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:35:16.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:35:16.238Z] Configure a credential helper to remove this warning. See [2024-10-28T03:35:16.238Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:35:16.238Z] [2024-10-28T03:35:16.238Z] Login Succeeded [2024-10-28T03:35:16.238Z] nexus3.edgexfoundry.org:10004 [2024-10-28T03:35:16.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:35:16.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:35:16.513Z] Configure a credential helper to remove this warning. See [2024-10-28T03:35:16.513Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:35:16.513Z] [2024-10-28T03:35:16.513Z] Login Succeeded [2024-10-28T03:35:16.513Z] ****.io [2024-10-28T03:35:16.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:35:17.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:35:17.085Z] Configure a credential helper to remove this warning. See [2024-10-28T03:35:17.085Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:35:17.085Z] [2024-10-28T03:35:17.085Z] Login Succeeded [2024-10-28T03:35:17.085Z] ---> ****-login.sh ends [Pipeline] } [2024-10-28T03:35:17.100Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-10-28T03:35:17.735Z] + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] echo [2024-10-28T03:35:17.755Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-28T03:35:17.783Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-28T03:35:17.809Z] ========================================================= [2024-10-28T03:35:17.809Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-28T03:35:17.809Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-10-28T03:35:18.134Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-28T03:35:18.406Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-28T03:35:18.406Z] cf04c63912e1: Pulling fs layer [2024-10-28T03:35:18.406Z] 55b35a11ae5e: Pulling fs layer [2024-10-28T03:35:18.406Z] a37a00ec5f00: Pulling fs layer [2024-10-28T03:35:18.406Z] 50b3750afda1: Pulling fs layer [2024-10-28T03:35:18.406Z] 4f4fb700ef54: Pulling fs layer [2024-10-28T03:35:18.406Z] 80978eb59214: Pulling fs layer [2024-10-28T03:35:18.406Z] c9f46d7d2bd2: Pulling fs layer [2024-10-28T03:35:18.406Z] c5a475d317c9: Pulling fs layer [2024-10-28T03:35:18.406Z] 80978eb59214: Waiting [2024-10-28T03:35:18.406Z] c5a475d317c9: Waiting [2024-10-28T03:35:18.406Z] c9f46d7d2bd2: Waiting [2024-10-28T03:35:18.406Z] 50b3750afda1: Waiting [2024-10-28T03:35:18.406Z] 4f4fb700ef54: Waiting [2024-10-28T03:35:18.406Z] 55b35a11ae5e: Download complete [2024-10-28T03:35:18.406Z] 50b3750afda1: Download complete [2024-10-28T03:35:18.406Z] 4f4fb700ef54: Verifying Checksum [2024-10-28T03:35:18.406Z] 4f4fb700ef54: Download complete [2024-10-28T03:35:18.406Z] 80978eb59214: Verifying Checksum [2024-10-28T03:35:18.406Z] 80978eb59214: Download complete [2024-10-28T03:35:18.406Z] cf04c63912e1: Verifying Checksum [2024-10-28T03:35:18.406Z] cf04c63912e1: Download complete [2024-10-28T03:35:18.996Z] c5a475d317c9: Verifying Checksum [2024-10-28T03:35:18.996Z] c5a475d317c9: Download complete [2024-10-28T03:35:19.267Z] cf04c63912e1: Pull complete [2024-10-28T03:35:19.866Z] 55b35a11ae5e: Pull complete [2024-10-28T03:35:20.465Z] a37a00ec5f00: Download complete [2024-10-28T03:35:21.429Z] c9f46d7d2bd2: Verifying Checksum [2024-10-28T03:35:21.429Z] c9f46d7d2bd2: Download complete [2024-10-28T03:35:23.079Z] level=info msg="[linters_context/goanalysis] analyzers took 2m35.781150638s with top 10 stages: buildir: 1m7.268114994s, gosec: 4.616375007s, fact_deprecated: 3.31585994s, inspect: 3.04093101s, printf: 2.791006195s, ctrlflow: 2.54754987s, fact_purity: 1.584190445s, nilness: 1.503320668s, S1038: 1.422102133s, typedness: 1.297378613s" [2024-10-28T03:35:23.079Z] level=info msg="[runner] Issues before processing: 222, after processing: 0" [2024-10-28T03:35:23.079Z] level=info msg="[runner] Processors filtering stat (in/out): cgo: 222/222, autogenerated_exclude: 222/222, exclude: 222/222, nolint: 22/0, filename_unadjuster: 222/222, path_prettifier: 222/222, skip_dirs: 222/222, identifier_marker: 222/222, invalid_issue: 222/222, skip_files: 222/222, exclude-rules: 222/22" [2024-10-28T03:35:23.079Z] level=info msg="[runner] processing took 25.933967ms with stages: nolint: 12.266217ms, identifier_marker: 7.482611ms, autogenerated_exclude: 2.124523ms, path_prettifier: 1.856663ms, exclude-rules: 1.164472ms, skip_dirs: 932.741µs, cgo: 43.01µs, invalid_issue: 37.05µs, filename_unadjuster: 19.26µs, max_same_issues: 1.87µs, fixer: 870ns, diff: 750ns, sort_results: 640ns, uniq_by_line: 630ns, skip_files: 580ns, max_from_linter: 530ns, source_code: 450ns, severity-rules: 300ns, exclude: 290ns, max_per_file_from_linter: 180ns, path_prefixer: 170ns, path_shortener: 160ns" [2024-10-28T03:35:23.079Z] level=info msg="[runner] linters took 13.727007745s with stages: goanalysis_metalinter: 13.700888058s" [2024-10-28T03:35:23.079Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-10-28T03:35:23.079Z] level=info msg="Memory: 386 samples, avg is 297.4MB, max is 1311.2MB" [2024-10-28T03:35:23.079Z] level=info msg="Execution took 38.611623373s" [2024-10-28T03:35:23.079Z] go vet ./... [2024-10-28T03:35:31.230Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-28T03:35:31.230Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-28T03:35:31.230Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-28T03:35:31.246Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-10-28T03:35:31.567Z] + ls -al . [2024-10-28T03:35:31.567Z] total 1820 [2024-10-28T03:35:31.567Z] drwxrwxr-x 11 1001 1001 4096 Oct 28 03:33 . [2024-10-28T03:35:31.567Z] drwxr-xr-x 4 root root 4096 Oct 28 03:33 .. [2024-10-28T03:35:31.567Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 .blubracket [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 10 Oct 28 03:32 .dockerignore [2024-10-28T03:35:31.567Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 03:34 .git [2024-10-28T03:35:31.567Z] drwxrwxr-x 3 1001 1001 4096 Oct 28 03:32 .github [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 1112 Oct 28 03:32 .gitignore [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 199 Oct 28 03:32 .golangci.yml [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 100 Oct 28 03:32 .hadolint.yml [2024-10-28T03:35:31.567Z] drwxr-xr-x 3 1001 1001 4096 Oct 28 03:32 .semver [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 155 Oct 28 03:32 .sonarcloud.properties [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 1171 Oct 28 03:32 ADOPTERS.md [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 21553 Oct 28 03:32 Attribution.txt [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 100284 Oct 28 03:32 CHANGELOG.md [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 03:32 CONTRIBUTING.md [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 677 Oct 28 03:32 GOVERNANCE.md [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 858 Oct 28 03:32 Jenkinsfile [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 03:32 LICENSE [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 16705 Oct 28 03:32 Makefile [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 582 Oct 28 03:32 OWNERS.md [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 9533 Oct 28 03:32 README.md [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 789 Oct 28 03:32 SECURITY.md [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 03:32 VERSION [2024-10-28T03:35:31.567Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 bin [2024-10-28T03:35:31.567Z] drwxrwxr-x 19 1001 1001 4096 Oct 28 03:32 cmd [2024-10-28T03:35:31.567Z] -rw-r--r-- 1 root root 1475884 Oct 28 03:34 coverage.out [2024-10-28T03:35:31.567Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 fuzz_test [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 7271 Oct 28 03:32 go.mod [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 101072 Oct 28 03:32 go.sum [2024-10-28T03:35:31.567Z] drwxrwxr-x 7 1001 1001 4096 Oct 28 03:32 internal [2024-10-28T03:35:31.567Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 03:32 openapi [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 584 Oct 28 03:32 security.txt [2024-10-28T03:35:31.567Z] -rw-rw-r-- 1 1001 1001 204 Oct 28 03:32 version.go [Pipeline] sh [2024-10-28T03:35:31.858Z] + '[' -e coverage.out ] [2024-10-28T03:35:31.858Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-10-28T03:35:32.008Z] Stashed 1 file(s) [Pipeline] sh [2024-10-28T03:35:32.294Z] + make build [2024-10-28T03:35:32.294Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-28T03:35:36.457Z] a37a00ec5f00: Pull complete [2024-10-28T03:35:36.458Z] 50b3750afda1: Pull complete [2024-10-28T03:35:36.458Z] 4f4fb700ef54: Pull complete [2024-10-28T03:35:36.458Z] 80978eb59214: Pull complete [2024-10-28T03:35:43.171Z] c9f46d7d2bd2: Pull complete [2024-10-28T03:35:45.122Z] c5a475d317c9: Pull complete [2024-10-28T03:35:45.122Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-28T03:35:45.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-28T03:35:45.122Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2024-10-28T03:35:45.468Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-28T03:35:45.468Z] WORKDIR /edgex [2024-10-28T03:35:45.468Z] COPY go.mod . [2024-10-28T03:35:45.468Z] RUN go mod download [2024-10-28T03:35:45.468Z] + docker build -t ci-base-image-arm64 -f - . [2024-10-28T03:35:46.054Z] Sending build context to Docker daemon 3.508MB [2024-10-28T03:35:46.054Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-28T03:35:46.054Z] ---> be29e6b0f0d4 [2024-10-28T03:35:46.054Z] Step 2/4 : WORKDIR /edgex [2024-10-28T03:35:47.010Z] ---> Running in 48af7d35547f [2024-10-28T03:35:47.278Z] Removing intermediate container 48af7d35547f [2024-10-28T03:35:47.278Z] ---> 4499ce06b15a [2024-10-28T03:35:47.278Z] Step 3/4 : COPY go.mod . [2024-10-28T03:35:47.546Z] ---> 9c860b986190 [2024-10-28T03:35:47.546Z] Step 4/4 : RUN go mod download [2024-10-28T03:35:47.824Z] ---> Running in e4d2179bc948 [2024-10-28T03:35:58.920Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-28T03:35:59.858Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-28T03:36:01.766Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-28T03:36:02.706Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-28T03:36:05.364Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-28T03:36:10.663Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-28T03:36:13.198Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-28T03:36:15.740Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-28T03:36:16.676Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-28T03:36:17.612Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-28T03:36:18.546Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-28T03:36:19.928Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-10-28T03:36:20.896Z] $ docker stop --time=1 580b75708acd6d235dd91f7e5c2718cb617e23c10247482251e924a43aa0e2c4 [2024-10-28T03:36:25.886Z] $ docker rm -f --volumes 580b75708acd6d235dd91f7e5c2718cb617e23c10247482251e924a43aa0e2c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:36:27.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-28T03:36:27.264Z] [2024-10-28T03:36:27.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:36:27.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-28T03:36:27.573Z] latest: Pulling from edgex-devops/edgex-compose [2024-10-28T03:36:27.573Z] 91d30c5bc195: Pulling fs layer [2024-10-28T03:36:27.573Z] 2e9b0aa3be6d: Pulling fs layer [2024-10-28T03:36:27.573Z] 9c61dcf015f6: Pulling fs layer [2024-10-28T03:36:27.573Z] 4698f68db338: Pulling fs layer [2024-10-28T03:36:27.573Z] 2a2f49069b9e: Pulling fs layer [2024-10-28T03:36:27.573Z] e0025b399a48: Pulling fs layer [2024-10-28T03:36:27.573Z] 2a2f49069b9e: Waiting [2024-10-28T03:36:27.573Z] e0025b399a48: Waiting [2024-10-28T03:36:27.573Z] 4698f68db338: Waiting [2024-10-28T03:36:27.573Z] 91d30c5bc195: Verifying Checksum [2024-10-28T03:36:27.573Z] 91d30c5bc195: Download complete [2024-10-28T03:36:27.573Z] 4698f68db338: Download complete [2024-10-28T03:36:27.831Z] 2e9b0aa3be6d: Verifying Checksum [2024-10-28T03:36:27.832Z] 2e9b0aa3be6d: Download complete [2024-10-28T03:36:27.832Z] e0025b399a48: Verifying Checksum [2024-10-28T03:36:27.832Z] e0025b399a48: Download complete [2024-10-28T03:36:27.832Z] 91d30c5bc195: Pull complete [2024-10-28T03:36:28.091Z] 2a2f49069b9e: Verifying Checksum [2024-10-28T03:36:28.091Z] 2a2f49069b9e: Download complete [2024-10-28T03:36:28.091Z] 2e9b0aa3be6d: Pull complete [2024-10-28T03:36:28.349Z] 9c61dcf015f6: Verifying Checksum [2024-10-28T03:36:28.349Z] 9c61dcf015f6: Download complete [2024-10-28T03:36:31.027Z] 9c61dcf015f6: Pull complete [2024-10-28T03:36:31.027Z] 4698f68db338: Pull complete [2024-10-28T03:36:31.302Z] 2a2f49069b9e: Pull complete [2024-10-28T03:36:31.597Z] e0025b399a48: Pull complete [2024-10-28T03:36:31.597Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-10-28T03:36:31.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-10-28T03:36:31.597Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T03:36:31.723Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T03:36:31.752Z] $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T03:36:34.910Z] $ docker top 0c88f838163b36ded5b7013a1a20842b2aaab5a254d88e4fbdca9ae9b0736684 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-28T03:36:35.260Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-28T03:36:37.799Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #1 transferring dockerfile: 1.81kB done [2024-10-28T03:36:37.800Z] #1 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #2 [core-keeper internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #2 transferring dockerfile: 2.07kB done [2024-10-28T03:36:37.800Z] #2 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #3 [security-spire-server internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #3 transferring dockerfile: 1.70kB done [2024-10-28T03:36:37.800Z] #3 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #4 transferring dockerfile: 2.15kB done [2024-10-28T03:36:37.800Z] #4 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #5 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #5 transferring dockerfile: 1.86kB done [2024-10-28T03:36:37.800Z] #5 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #6 transferring dockerfile: 2.49kB done [2024-10-28T03:36:37.800Z] #6 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #7 [core-command internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #7 transferring dockerfile: 1.94kB done [2024-10-28T03:36:37.800Z] #7 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #8 [support-notifications internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #8 transferring dockerfile: 2.02kB done [2024-10-28T03:36:37.800Z] #8 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #9 [security-spire-agent internal] load .dockerignore [2024-10-28T03:36:37.800Z] #9 transferring context: 50B done [2024-10-28T03:36:37.800Z] #9 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #10 transferring dockerfile: 1.89kB done [2024-10-28T03:36:37.800Z] #10 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #11 transferring dockerfile: 2.23kB done [2024-10-28T03:36:37.800Z] #11 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #12 [core-metadata internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #12 transferring dockerfile: 2.13kB done [2024-10-28T03:36:37.800Z] #12 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #13 [security-spire-config internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #13 transferring dockerfile: 1.69kB done [2024-10-28T03:36:37.800Z] #13 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #14 [core-data internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #14 transferring dockerfile: 2.07kB done [2024-10-28T03:36:37.800Z] #14 DONE 0.1s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #15 transferring dockerfile: 2.50kB done [2024-10-28T03:36:37.800Z] #15 DONE 0.0s [2024-10-28T03:36:37.800Z] [2024-10-28T03:36:37.800Z] #16 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-28T03:36:37.800Z] #16 transferring dockerfile: 3.17kB done [2024-10-28T03:36:37.800Z] #16 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #17 [core-keeper internal] load .dockerignore [2024-10-28T03:36:38.061Z] #17 transferring context: 50B done [2024-10-28T03:36:38.061Z] #17 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #18 [security-spire-server internal] load .dockerignore [2024-10-28T03:36:38.061Z] #18 transferring context: 50B done [2024-10-28T03:36:38.061Z] #18 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #19 [security-proxy-auth internal] load .dockerignore [2024-10-28T03:36:38.061Z] #19 transferring context: 50B done [2024-10-28T03:36:38.061Z] #19 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #20 [support-cron-scheduler internal] load .dockerignore [2024-10-28T03:36:38.061Z] #20 transferring context: 50B done [2024-10-28T03:36:38.061Z] #20 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #21 [security-secretstore-setup internal] load .dockerignore [2024-10-28T03:36:38.061Z] #21 transferring context: 50B done [2024-10-28T03:36:38.061Z] #21 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #22 [core-command internal] load .dockerignore [2024-10-28T03:36:38.061Z] #22 transferring context: 50B done [2024-10-28T03:36:38.061Z] #22 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #23 [support-notifications internal] load .dockerignore [2024-10-28T03:36:38.061Z] #23 transferring context: 50B done [2024-10-28T03:36:38.061Z] #23 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #24 [core-metadata internal] load .dockerignore [2024-10-28T03:36:38.061Z] #24 transferring context: 50B done [2024-10-28T03:36:38.061Z] #24 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2024-10-28T03:36:38.061Z] #25 transferring context: 50B done [2024-10-28T03:36:38.061Z] #25 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-28T03:36:38.061Z] #26 transferring context: 50B done [2024-10-28T03:36:38.061Z] #26 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #27 [security-spire-config internal] load .dockerignore [2024-10-28T03:36:38.061Z] #27 transferring context: 50B done [2024-10-28T03:36:38.061Z] #27 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #28 [core-data internal] load .dockerignore [2024-10-28T03:36:38.061Z] #28 transferring context: 50B done [2024-10-28T03:36:38.061Z] #28 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #29 [security-bootstrapper internal] load .dockerignore [2024-10-28T03:36:38.061Z] #29 transferring context: 50B done [2024-10-28T03:36:38.061Z] #29 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #30 [security-proxy-setup internal] load .dockerignore [2024-10-28T03:36:38.061Z] #30 transferring context: 50B done [2024-10-28T03:36:38.061Z] #30 DONE 0.0s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:36:38.061Z] #31 DONE 0.1s [2024-10-28T03:36:38.061Z] [2024-10-28T03:36:38.061Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-28T03:36:38.320Z] #32 ... [2024-10-28T03:36:38.320Z] [2024-10-28T03:36:38.320Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-28T03:36:38.320Z] #33 DONE 0.0s [2024-10-28T03:36:38.320Z] [2024-10-28T03:36:38.320Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-28T03:36:38.320Z] #33 DONE 0.0s [2024-10-28T03:36:38.320Z] [2024-10-28T03:36:38.320Z] #34 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-28T03:36:38.320Z] #34 ... [2024-10-28T03:36:38.320Z] [2024-10-28T03:36:38.320Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-28T03:36:38.320Z] #33 DONE 0.0s [2024-10-28T03:36:38.595Z] [2024-10-28T03:36:38.595Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-28T03:36:38.595Z] #33 DONE 0.0s [2024-10-28T03:36:38.595Z] [2024-10-28T03:36:38.595Z] #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:36:38.595Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:36:38.595Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-28T03:36:38.595Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:36:38.595Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-28T03:36:38.595Z] #35 ... [2024-10-28T03:36:38.595Z] [2024-10-28T03:36:38.595Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-10-28T03:36:38.595Z] #33 DONE 0.0s [2024-10-28T03:36:38.595Z] [2024-10-28T03:36:38.595Z] #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:36:38.595Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:36:38.595Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-28T03:36:38.595Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:36:38.595Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-28T03:36:38.855Z] #35 ... [2024-10-28T03:36:38.855Z] [2024-10-28T03:36:38.855Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-28T03:36:38.855Z] #32 DONE 0.6s [2024-10-28T03:36:38.855Z] [2024-10-28T03:36:38.855Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:36:38.855Z] #31 DONE 0.6s [2024-10-28T03:36:38.855Z] [2024-10-28T03:36:38.855Z] #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-28T03:36:38.855Z] #36 DONE 0.7s [2024-10-28T03:36:38.855Z] [2024-10-28T03:36:38.855Z] #37 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-28T03:36:44.245Z] Removing intermediate container e4d2179bc948 [2024-10-28T03:36:44.245Z] ---> c0410a715b6a [2024-10-28T03:36:44.245Z] Successfully built c0410a715b6a [2024-10-28T03:36:44.245Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:36:44.587Z] + docker inspect -f . ci-base-image-arm64 [2024-10-28T03:36:44.587Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T03:36:44.691Z] #37 ... [2024-10-28T03:36:44.691Z] [2024-10-28T03:36:44.691Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:36:44.691Z] #38 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.4s done [2024-10-28T03:36:44.691Z] #38 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-10-28T03:36:44.691Z] #38 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-10-28T03:36:44.691Z] #38 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-28T03:36:44.691Z] #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 4.5s [2024-10-28T03:36:44.691Z] #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 4.5s [2024-10-28T03:36:44.817Z] prd-ubuntu20.04-docker-arm64-4c-16g-23889 does not seem to be running inside a container [2024-10-28T03:36:44.889Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-10-28T03:36:45.956Z] $ docker top 311562346b565bf9a05f6d3d189f034111670fc99f698916bf6a7cc017f7fd3b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-28T03:36:47.028Z] + go version [2024-10-28T03:36:47.983Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-28T03:36:47.995Z] $ docker stop --time=1 311562346b565bf9a05f6d3d189f034111670fc99f698916bf6a7cc017f7fd3b [2024-10-28T03:36:48.966Z] #38 ... [2024-10-28T03:36:48.967Z] [2024-10-28T03:36:48.967Z] #39 [core-keeper internal] load build context [2024-10-28T03:36:48.967Z] #39 transferring context: 299.69MB 10.0s [2024-10-28T03:36:48.967Z] #39 ... [2024-10-28T03:36:48.967Z] [2024-10-28T03:36:48.967Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-28T03:36:48.967Z] #40 ... [2024-10-28T03:36:48.967Z] [2024-10-28T03:36:48.967Z] #41 [support-notifications internal] load build context [2024-10-28T03:36:48.967Z] #41 ... [2024-10-28T03:36:48.967Z] [2024-10-28T03:36:48.967Z] #42 [security-proxy-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2024-10-28T03:36:48.967Z] #42 ... [2024-10-28T03:36:48.967Z] [2024-10-28T03:36:48.967Z] #35 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:36:48.967Z] #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:36:48.967Z] #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done [2024-10-28T03:36:48.967Z] #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:36:48.967Z] #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done [2024-10-28T03:36:48.967Z] #35 ... [2024-10-28T03:36:48.967Z] [2024-10-28T03:36:48.967Z] #43 [security-proxy-auth internal] load build context [2024-10-28T03:36:48.967Z] #43 ... [2024-10-28T03:36:48.967Z] [2024-10-28T03:36:48.967Z] #44 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-28T03:36:48.967Z] #0 4.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:48.967Z] #0 4.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:48.967Z] #0 4.433 (1/2) Installing ca-certificates (20240705-r0) [2024-10-28T03:36:48.967Z] #0 4.450 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-28T03:36:48.967Z] #0 4.462 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:36:48.967Z] #0 4.468 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:36:48.967Z] #0 4.514 OK: 9 MiB in 16 packages [2024-10-28T03:36:49.234Z] #44 ... [2024-10-28T03:36:49.234Z] [2024-10-28T03:36:49.234Z] #45 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-28T03:36:49.234Z] #45 ... [2024-10-28T03:36:49.234Z] [2024-10-28T03:36:49.234Z] #46 [core-metadata internal] load build context [2024-10-28T03:36:49.529Z] #46 ... [2024-10-28T03:36:49.529Z] [2024-10-28T03:36:49.529Z] #47 [core-command internal] load build context [2024-10-28T03:36:49.529Z] #47 ... [2024-10-28T03:36:49.530Z] [2024-10-28T03:36:49.530Z] #48 [security-bootstrapper internal] load build context [2024-10-28T03:36:49.530Z] #48 ... [2024-10-28T03:36:49.530Z] [2024-10-28T03:36:49.530Z] #49 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-28T03:36:49.530Z] #0 0.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:49.530Z] #0 0.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:49.530Z] #0 1.345 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-28T03:36:49.530Z] #0 1.777 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:36:49.530Z] #0 1.777 OK: 8 MiB in 15 packages [2024-10-28T03:36:49.542Z] $ docker rm -f --volumes 311562346b565bf9a05f6d3d189f034111670fc99f698916bf6a7cc017f7fd3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [2024-10-28T03:36:49.798Z] #49 ... [2024-10-28T03:36:49.799Z] [2024-10-28T03:36:49.799Z] #50 [security-secretstore-setup internal] load build context [2024-10-28T03:36:49.799Z] #50 ... [2024-10-28T03:36:49.799Z] [2024-10-28T03:36:49.799Z] #51 [core-data internal] load build context [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:36:50.058Z] #51 ... [2024-10-28T03:36:50.058Z] [2024-10-28T03:36:50.058Z] #52 [security-proxy-setup internal] load build context [2024-10-28T03:36:50.058Z] #52 ... [2024-10-28T03:36:50.058Z] [2024-10-28T03:36:50.058Z] #53 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-28T03:36:50.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-28T03:36:50.258Z] [2024-10-28T03:36:50.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:36:50.319Z] #53 ... [2024-10-28T03:36:50.319Z] [2024-10-28T03:36:50.319Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-28T03:36:50.319Z] #54 ... [2024-10-28T03:36:50.319Z] [2024-10-28T03:36:50.319Z] #55 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-28T03:36:50.319Z] #55 ... [2024-10-28T03:36:50.319Z] [2024-10-28T03:36:50.319Z] #34 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-28T03:36:50.319Z] #34 0.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:50.319Z] #34 1.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:50.319Z] #34 1.365 (1/3) Installing ca-certificates (20240705-r0) [2024-10-28T03:36:50.319Z] #34 1.849 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-28T03:36:50.319Z] #34 1.853 (3/3) Installing tzdata (2024b-r0) [2024-10-28T03:36:50.319Z] #34 1.904 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:36:50.319Z] #34 1.904 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:36:50.319Z] #34 1.942 OK: 10 MiB in 17 packages [2024-10-28T03:36:50.580Z] #34 ... [2024-10-28T03:36:50.580Z] [2024-10-28T03:36:50.580Z] #56 [support-cron-scheduler internal] load build context [2024-10-28T03:36:50.580Z] #56 ... [2024-10-28T03:36:50.580Z] [2024-10-28T03:36:50.580Z] #57 [core-common-config-bootstrapper internal] load build context [2024-10-28T03:36:50.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-28T03:36:50.666Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-10-28T03:36:50.666Z] 547446be3368: Pulling fs layer [2024-10-28T03:36:50.666Z] d125d8839a47: Pulling fs layer [2024-10-28T03:36:50.666Z] 3e85d5ac6304: Pulling fs layer [2024-10-28T03:36:50.666Z] c3105a71a48b: Pulling fs layer [2024-10-28T03:36:50.666Z] 0f093f025ec4: Pulling fs layer [2024-10-28T03:36:50.666Z] c3106fc0e877: Pulling fs layer [2024-10-28T03:36:50.666Z] c3105a71a48b: Waiting [2024-10-28T03:36:50.666Z] 0f093f025ec4: Waiting [2024-10-28T03:36:50.666Z] c3106fc0e877: Waiting [2024-10-28T03:36:50.850Z] #57 ... [2024-10-28T03:36:50.850Z] [2024-10-28T03:36:50.850Z] #58 [security-spire-agent internal] load build context [2024-10-28T03:36:50.850Z] #58 transferring context: 27.51kB 0.2s done [2024-10-28T03:36:50.850Z] #58 ... [2024-10-28T03:36:50.850Z] [2024-10-28T03:36:50.850Z] #59 [security-spire-config internal] load build context [2024-10-28T03:36:50.850Z] #59 transferring context: 26.24kB 0.2s done [2024-10-28T03:36:50.850Z] #59 ... [2024-10-28T03:36:50.850Z] [2024-10-28T03:36:50.850Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-28T03:36:50.934Z] 547446be3368: Download complete [2024-10-28T03:36:50.934Z] c3105a71a48b: Verifying Checksum [2024-10-28T03:36:50.934Z] c3105a71a48b: Download complete [2024-10-28T03:36:51.112Z] #60 ... [2024-10-28T03:36:51.112Z] [2024-10-28T03:36:51.112Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-28T03:36:51.112Z] #0 2.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:51.112Z] #0 2.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:51.112Z] #0 3.051 (1/4) Installing ca-certificates (20240705-r0) [2024-10-28T03:36:51.112Z] #0 3.066 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-28T03:36:51.112Z] #0 3.071 (3/4) Installing su-exec (0.2-r3) [2024-10-28T03:36:51.112Z] #0 3.073 (4/4) Installing yq-go (4.44.1-r2) [2024-10-28T03:36:51.112Z] #0 3.144 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:36:51.112Z] #0 3.156 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:36:51.112Z] #0 3.307 OK: 19 MiB in 18 packages [2024-10-28T03:36:51.112Z] #61 ... [2024-10-28T03:36:51.112Z] [2024-10-28T03:36:51.112Z] #62 [security-spire-server internal] load build context [2024-10-28T03:36:51.112Z] #62 transferring context: 27.98kB 0.1s done [2024-10-28T03:36:51.201Z] d125d8839a47: Verifying Checksum [2024-10-28T03:36:51.201Z] d125d8839a47: Download complete [2024-10-28T03:36:51.201Z] c3106fc0e877: Verifying Checksum [2024-10-28T03:36:51.201Z] c3106fc0e877: Download complete [2024-10-28T03:36:51.375Z] #62 ... [2024-10-28T03:36:51.375Z] [2024-10-28T03:36:51.375Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:36:51.375Z] #0 0.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:51.375Z] #0 0.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:51.375Z] #0 1.247 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:36:51.375Z] #0 1.247 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:36:51.375Z] #0 1.247 OK: 24165 distinct packages available [2024-10-28T03:36:51.375Z] #0 1.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:51.375Z] #0 1.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:36:51.375Z] #0 1.733 (1/14) Installing ca-certificates (20240705-r0) [2024-10-28T03:36:51.375Z] #0 1.748 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-28T03:36:51.375Z] #0 1.765 (3/14) Installing c-ares (1.33.1-r0) [2024-10-28T03:36:51.375Z] #0 1.765 (4/14) Installing libunistring (1.2-r0) [2024-10-28T03:36:51.375Z] #0 1.788 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-28T03:36:51.375Z] #0 1.788 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-28T03:36:51.375Z] #0 1.788 (7/14) Installing libpsl (0.21.5-r1) [2024-10-28T03:36:51.375Z] #0 1.794 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-28T03:36:51.375Z] #0 1.810 (9/14) Installing libcurl (8.10.1-r0) [2024-10-28T03:36:51.375Z] #0 1.818 (10/14) Installing curl (8.10.1-r0) [2024-10-28T03:36:51.375Z] #0 1.823 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-28T03:36:51.375Z] #0 1.827 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-28T03:36:51.375Z] #0 1.829 (13/14) Installing libucontext (1.2-r3) [2024-10-28T03:36:51.375Z] #0 1.831 (14/14) Installing gcompat (1.1.0-r4) [2024-10-28T03:36:51.375Z] #0 1.836 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:36:51.375Z] #0 1.843 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:36:51.375Z] #0 1.898 OK: 13 MiB in 28 packages [2024-10-28T03:36:51.375Z] #63 ... [2024-10-28T03:36:51.375Z] [2024-10-28T03:36:51.375Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:36:51.375Z] #64 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done [2024-10-28T03:36:51.375Z] #64 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-28T03:36:51.375Z] #64 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-10-28T03:36:51.375Z] #64 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 4.6s done [2024-10-28T03:36:51.375Z] #64 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-10-28T03:36:51.375Z] #64 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 12.0s [2024-10-28T03:36:51.375Z] #64 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.0s [2024-10-28T03:36:51.375Z] #64 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 12.0s [2024-10-28T03:36:51.375Z] #64 ... [2024-10-28T03:36:51.375Z] [2024-10-28T03:36:51.375Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:36:51.468Z] 0f093f025ec4: Verifying Checksum [2024-10-28T03:36:51.468Z] 0f093f025ec4: Download complete [2024-10-28T03:36:51.735Z] 547446be3368: Pull complete [2024-10-28T03:36:52.692Z] d125d8839a47: Pull complete [2024-10-28T03:36:52.959Z] 3e85d5ac6304: Verifying Checksum [2024-10-28T03:36:52.959Z] 3e85d5ac6304: Download complete [2024-10-28T03:36:55.597Z] #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 14.3s done [2024-10-28T03:36:55.597Z] #38 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 14.3s done [2024-10-28T03:36:56.171Z] #38 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-28T03:36:56.433Z] #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.2s [2024-10-28T03:36:57.837Z] #38 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.7s done [2024-10-28T03:36:58.413Z] #38 ... [2024-10-28T03:36:58.413Z] [2024-10-28T03:36:58.413Z] #39 [core-keeper internal] load build context [2024-10-28T03:36:58.413Z] #39 transferring context: 553.88MB 15.7s done [2024-10-28T03:36:58.686Z] #39 ... [2024-10-28T03:36:58.686Z] [2024-10-28T03:36:58.686Z] #41 [support-notifications internal] load build context [2024-10-28T03:36:58.686Z] #41 transferring context: 553.88MB 14.9s done [2024-10-28T03:36:59.260Z] #41 ... [2024-10-28T03:36:59.260Z] [2024-10-28T03:36:59.260Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-28T03:36:59.260Z] #40 transferring context: 553.88MB 15.6s done [2024-10-28T03:36:59.260Z] #40 ... [2024-10-28T03:36:59.260Z] [2024-10-28T03:36:59.260Z] #43 [security-proxy-auth internal] load build context [2024-10-28T03:36:59.260Z] #43 transferring context: 553.88MB 12.9s done [2024-10-28T03:36:59.260Z] #43 ... [2024-10-28T03:36:59.260Z] [2024-10-28T03:36:59.260Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:36:59.260Z] #38 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-10-28T03:36:59.260Z] #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 19.9s [2024-10-28T03:36:59.544Z] #38 ... [2024-10-28T03:36:59.544Z] [2024-10-28T03:36:59.544Z] #46 [core-metadata internal] load build context [2024-10-28T03:36:59.544Z] #46 transferring context: 553.88MB 15.4s done [2024-10-28T03:36:59.544Z] #46 ... [2024-10-28T03:36:59.544Z] [2024-10-28T03:36:59.544Z] #47 [core-command internal] load build context [2024-10-28T03:36:59.544Z] #47 transferring context: 553.88MB 13.2s done [2024-10-28T03:36:59.806Z] #47 ... [2024-10-28T03:36:59.806Z] [2024-10-28T03:36:59.806Z] #48 [security-bootstrapper internal] load build context [2024-10-28T03:36:59.806Z] #48 transferring context: 553.88MB 13.4s done [2024-10-28T03:36:59.806Z] #48 ... [2024-10-28T03:36:59.806Z] [2024-10-28T03:36:59.806Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:00.069Z] #38 ... [2024-10-28T03:37:00.069Z] [2024-10-28T03:37:00.069Z] #50 [security-secretstore-setup internal] load build context [2024-10-28T03:37:00.069Z] #50 transferring context: 553.88MB 15.2s done [2024-10-28T03:37:00.069Z] #50 ... [2024-10-28T03:37:00.069Z] [2024-10-28T03:37:00.069Z] #51 [core-data internal] load build context [2024-10-28T03:37:00.069Z] #51 transferring context: 553.88MB 15.3s done [2024-10-28T03:37:00.370Z] #51 ... [2024-10-28T03:37:00.370Z] [2024-10-28T03:37:00.370Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:00.370Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.10MB / 30.73MB 20.9s [2024-10-28T03:37:00.650Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 22.02MB / 30.73MB 21.0s [2024-10-28T03:37:00.650Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 21.2s [2024-10-28T03:37:01.228Z] #38 ... [2024-10-28T03:37:01.228Z] [2024-10-28T03:37:01.228Z] #56 [support-cron-scheduler internal] load build context [2024-10-28T03:37:01.228Z] #56 transferring context: 553.88MB 13.8s done [2024-10-28T03:37:01.491Z] #56 ... [2024-10-28T03:37:01.491Z] [2024-10-28T03:37:01.491Z] #57 [core-common-config-bootstrapper internal] load build context [2024-10-28T03:37:01.491Z] #57 transferring context: 553.88MB 15.8s done [2024-10-28T03:37:01.491Z] #57 ... [2024-10-28T03:37:01.491Z] [2024-10-28T03:37:01.491Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:01.491Z] #38 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 22.0s done [2024-10-28T03:37:01.791Z] #38 ... [2024-10-28T03:37:01.791Z] [2024-10-28T03:37:01.791Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:01.791Z] #64 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 14.3s done [2024-10-28T03:37:01.791Z] #64 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 17.7s done [2024-10-28T03:37:01.791Z] #64 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 18.9s done [2024-10-28T03:37:01.791Z] #64 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-28T03:37:01.791Z] #64 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-10-28T03:37:01.791Z] #64 ... [2024-10-28T03:37:01.791Z] [2024-10-28T03:37:01.791Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:03.017Z] 3e85d5ac6304: Pull complete [2024-10-28T03:37:03.017Z] c3105a71a48b: Pull complete [2024-10-28T03:37:03.017Z] 0f093f025ec4: Pull complete [2024-10-28T03:37:03.017Z] c3106fc0e877: Pull complete [2024-10-28T03:37:03.017Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-10-28T03:37:03.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-10-28T03:37:03.017Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T03:37:03.214Z] prd-ubuntu20.04-docker-arm64-4c-16g-23889 does not seem to be running inside a container [2024-10-28T03:37:03.243Z] #38 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 23.3s done [2024-10-28T03:37:03.271Z] $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-10-28T03:37:05.179Z] #38 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-10-28T03:37:05.179Z] #38 ... [2024-10-28T03:37:05.179Z] [2024-10-28T03:37:05.179Z] #59 [security-spire-config internal] load build context [2024-10-28T03:37:05.179Z] #59 DONE 26.4s [2024-10-28T03:37:05.179Z] [2024-10-28T03:37:05.179Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:05.179Z] #64 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-10-28T03:37:05.206Z] $ docker top a6f95d04cfde182f8cc59db13ac74732c805dafa3fbb6418d5f0d869b9730a1a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-28T03:37:05.713Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-10-28T03:37:09.551Z] #64 ... [2024-10-28T03:37:09.551Z] [2024-10-28T03:37:09.551Z] #58 [security-spire-agent internal] load build context [2024-10-28T03:37:09.551Z] #58 DONE 30.2s [2024-10-28T03:37:09.551Z] [2024-10-28T03:37:09.551Z] #52 [security-proxy-setup internal] load build context [2024-10-28T03:37:09.551Z] #52 transferring context: 1.66MB 0.1s [2024-10-28T03:37:12.367Z] #52 ... [2024-10-28T03:37:12.367Z] [2024-10-28T03:37:12.367Z] #62 [security-spire-server internal] load build context [2024-10-28T03:37:12.367Z] #62 DONE 33.2s [2024-10-28T03:37:12.367Z] [2024-10-28T03:37:12.367Z] #52 [security-proxy-setup internal] load build context [2024-10-28T03:37:14.280Z] #52 transferring context: 452.71MB 5.2s [2024-10-28T03:37:14.869Z] #52 ... [2024-10-28T03:37:14.869Z] [2024-10-28T03:37:14.869Z] #53 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-28T03:37:14.869Z] #53 DONE 36.4s [2024-10-28T03:37:14.869Z] [2024-10-28T03:37:14.869Z] #52 [security-proxy-setup internal] load build context [2024-10-28T03:37:15.129Z] #52 transferring context: 553.88MB 6.0s done [2024-10-28T03:37:15.389Z] #52 ... [2024-10-28T03:37:15.389Z] [2024-10-28T03:37:15.389Z] #43 [security-proxy-auth internal] load build context [2024-10-28T03:37:15.389Z] #43 DONE 37.2s [2024-10-28T03:37:15.647Z] [2024-10-28T03:37:15.647Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:15.647Z] #38 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.9s done [2024-10-28T03:37:15.647Z] #38 ... [2024-10-28T03:37:15.647Z] [2024-10-28T03:37:15.647Z] #47 [core-command internal] load build context [2024-10-28T03:37:15.647Z] #47 DONE 37.3s [2024-10-28T03:37:15.647Z] [2024-10-28T03:37:15.647Z] #56 [support-cron-scheduler internal] load build context [2024-10-28T03:37:15.647Z] #56 DONE 37.5s [2024-10-28T03:37:15.647Z] [2024-10-28T03:37:15.647Z] #48 [security-bootstrapper internal] load build context [2024-10-28T03:37:15.647Z] #48 DONE 37.2s [2024-10-28T03:37:15.647Z] [2024-10-28T03:37:15.647Z] #41 [support-notifications internal] load build context [2024-10-28T03:37:15.647Z] #41 DONE 37.4s [2024-10-28T03:37:15.784Z] #1 [support-notifications internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #1 transferring dockerfile: [2024-10-28T03:37:15.784Z] #1 transferring dockerfile: 2.02kB 0.0s done [2024-10-28T03:37:15.784Z] #1 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #2 transferring dockerfile: 2.49kB done [2024-10-28T03:37:15.784Z] #2 DONE 0.0s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #3 [support-cron-scheduler internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #3 transferring dockerfile: 1.86kB done [2024-10-28T03:37:15.784Z] #3 DONE 0.0s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #4 [core-command internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #4 transferring dockerfile: 1.94kB done [2024-10-28T03:37:15.784Z] #4 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #5 transferring dockerfile: 2.23kB 0.0s done [2024-10-28T03:37:15.784Z] #5 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #6 transferring dockerfile: 1.81kB done [2024-10-28T03:37:15.784Z] #6 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #7 [core-metadata internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #7 transferring dockerfile: 2.13kB done [2024-10-28T03:37:15.784Z] #7 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #8 [core-data internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #8 transferring dockerfile: 2.07kB 0.0s done [2024-10-28T03:37:15.784Z] #8 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #9 [security-spire-config internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #9 transferring dockerfile: 1.69kB done [2024-10-28T03:37:15.784Z] #9 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #10 transferring dockerfile: 1.89kB 0.0s done [2024-10-28T03:37:15.784Z] #10 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #11 [core-keeper internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #11 transferring dockerfile: 2.07kB done [2024-10-28T03:37:15.784Z] #11 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #12 transferring dockerfile: 2.15kB done [2024-10-28T03:37:15.784Z] #12 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #13 [security-spire-server internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #13 transferring dockerfile: 1.70kB done [2024-10-28T03:37:15.784Z] #13 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #14 transferring dockerfile: 2.50kB done [2024-10-28T03:37:15.784Z] #14 DONE 0.0s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #15 [support-notifications internal] load .dockerignore [2024-10-28T03:37:15.784Z] #15 transferring context: 50B done [2024-10-28T03:37:15.784Z] #15 DONE 0.1s [2024-10-28T03:37:15.784Z] [2024-10-28T03:37:15.784Z] #16 [security-bootstrapper internal] load build definition from Dockerfile [2024-10-28T03:37:15.784Z] #16 transferring dockerfile: 3.17kB done [2024-10-28T03:37:15.784Z] #16 DONE 0.1s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #50 [security-secretstore-setup internal] load build context [2024-10-28T03:37:15.908Z] #50 DONE 37.4s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #40 [security-spiffe-token-provider internal] load build context [2024-10-28T03:37:15.908Z] #40 DONE 37.4s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #39 [core-keeper internal] load build context [2024-10-28T03:37:15.908Z] #39 DONE 37.6s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #51 [core-data internal] load build context [2024-10-28T03:37:15.908Z] #51 DONE 37.2s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #46 [core-metadata internal] load build context [2024-10-28T03:37:15.908Z] #46 DONE 37.2s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #57 [core-common-config-bootstrapper internal] load build context [2024-10-28T03:37:15.908Z] #57 DONE 37.4s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:37:15.908Z] #63 DONE 37.4s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-28T03:37:15.908Z] #61 DONE 37.4s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #34 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-28T03:37:15.908Z] #34 DONE 37.5s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #65 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:37:15.908Z] #65 ... [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #49 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:15.908Z] #49 DONE 37.5s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #44 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-28T03:37:15.908Z] #44 DONE 37.4s [2024-10-28T03:37:15.908Z] [2024-10-28T03:37:15.908Z] #52 [security-proxy-setup internal] load build context [2024-10-28T03:37:15.908Z] #52 DONE 37.1s [2024-10-28T03:37:16.168Z] [2024-10-28T03:37:16.168Z] #42 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2024-10-28T03:37:16.168Z] #42 DONE 37.9s [2024-10-28T03:37:16.168Z] [2024-10-28T03:37:16.168Z] #66 [security-secretstore-setup builder 2/8] WORKDIR /edgex-go [2024-10-28T03:37:16.168Z] #66 DONE 0.1s [2024-10-28T03:37:16.168Z] [2024-10-28T03:37:16.168Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:16.373Z] [2024-10-28T03:37:16.373Z] #17 [security-secretstore-setup internal] load .dockerignore [2024-10-28T03:37:16.373Z] #17 transferring context: 50B 0.0s done [2024-10-28T03:37:16.373Z] #17 DONE 0.0s [2024-10-28T03:37:16.373Z] [2024-10-28T03:37:16.373Z] #18 [support-cron-scheduler internal] load .dockerignore [2024-10-28T03:37:16.373Z] #18 transferring context: 50B done [2024-10-28T03:37:16.373Z] #18 DONE 0.1s [2024-10-28T03:37:16.373Z] [2024-10-28T03:37:16.373Z] #19 [core-command internal] load .dockerignore [2024-10-28T03:37:16.373Z] #19 transferring context: 50B done [2024-10-28T03:37:16.639Z] #19 DONE 0.1s [2024-10-28T03:37:16.639Z] [2024-10-28T03:37:16.639Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2024-10-28T03:37:16.639Z] #20 transferring context: 50B done [2024-10-28T03:37:16.639Z] #20 DONE 0.0s [2024-10-28T03:37:16.639Z] [2024-10-28T03:37:16.639Z] #21 [security-spire-agent internal] load .dockerignore [2024-10-28T03:37:16.639Z] #21 transferring context: 50B done [2024-10-28T03:37:16.639Z] #21 DONE 0.1s [2024-10-28T03:37:16.639Z] [2024-10-28T03:37:16.639Z] #22 [core-metadata internal] load .dockerignore [2024-10-28T03:37:16.639Z] #22 transferring context: 50B done [2024-10-28T03:37:16.639Z] #22 DONE 0.1s [2024-10-28T03:37:16.639Z] [2024-10-28T03:37:16.639Z] #23 [core-data internal] load .dockerignore [2024-10-28T03:37:16.639Z] #23 transferring context: 50B 0.0s done [2024-10-28T03:37:16.905Z] #23 DONE 0.1s [2024-10-28T03:37:16.905Z] [2024-10-28T03:37:16.905Z] #24 [security-spire-config internal] load .dockerignore [2024-10-28T03:37:16.905Z] #24 transferring context: 50B done [2024-10-28T03:37:16.905Z] #24 DONE 0.1s [2024-10-28T03:37:16.905Z] [2024-10-28T03:37:16.905Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2024-10-28T03:37:16.905Z] #25 transferring context: 50B done [2024-10-28T03:37:16.905Z] #25 DONE 0.1s [2024-10-28T03:37:16.905Z] [2024-10-28T03:37:16.905Z] #26 [core-keeper internal] load .dockerignore [2024-10-28T03:37:16.905Z] #26 transferring context: 50B 0.0s done [2024-10-28T03:37:16.905Z] #26 DONE 0.1s [2024-10-28T03:37:16.905Z] [2024-10-28T03:37:16.905Z] #27 [security-proxy-auth internal] load .dockerignore [2024-10-28T03:37:17.175Z] #27 transferring context: 50B 0.0s done [2024-10-28T03:37:17.175Z] #27 DONE 0.1s [2024-10-28T03:37:17.175Z] [2024-10-28T03:37:17.175Z] #28 [security-spire-server internal] load .dockerignore [2024-10-28T03:37:17.175Z] #28 transferring context: 50B 0.0s done [2024-10-28T03:37:17.175Z] #28 DONE 0.1s [2024-10-28T03:37:17.175Z] [2024-10-28T03:37:17.175Z] #29 [security-proxy-setup internal] load .dockerignore [2024-10-28T03:37:17.175Z] #29 transferring context: 50B done [2024-10-28T03:37:17.175Z] #29 DONE 0.1s [2024-10-28T03:37:17.175Z] [2024-10-28T03:37:17.175Z] #30 [security-bootstrapper internal] load .dockerignore [2024-10-28T03:37:17.175Z] #30 transferring context: 50B done [2024-10-28T03:37:17.175Z] #30 DONE 0.1s [2024-10-28T03:37:17.175Z] [2024-10-28T03:37:17.175Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:17.175Z] #31 DONE 0.0s [2024-10-28T03:37:17.175Z] [2024-10-28T03:37:17.175Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:17.441Z] #32 DONE 0.2s [2024-10-28T03:37:17.441Z] [2024-10-28T03:37:17.441Z] #33 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:17.441Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:17.441Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:17.441Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:17.441Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:17.441Z] #33 DONE 0.1s [2024-10-28T03:37:17.441Z] [2024-10-28T03:37:17.441Z] #34 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-28T03:37:18.050Z] #34 ... [2024-10-28T03:37:18.050Z] [2024-10-28T03:37:18.050Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:18.050Z] #31 DONE 0.0s [2024-10-28T03:37:18.050Z] [2024-10-28T03:37:18.050Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:18.050Z] #32 DONE 0.2s [2024-10-28T03:37:18.050Z] [2024-10-28T03:37:18.050Z] #35 [support-notifications internal] load build context [2024-10-28T03:37:18.050Z] #35 transferring context: 3.08MB 0.6s done [2024-10-28T03:37:18.050Z] #35 DONE 0.7s [2024-10-28T03:37:18.092Z] #67 ... [2024-10-28T03:37:18.092Z] [2024-10-28T03:37:18.092Z] #45 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:18.092Z] #45 37.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.092Z] #45 37.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.092Z] #45 38.33 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:18.092Z] #45 38.34 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:18.092Z] #45 38.35 OK: 8 MiB in 15 packages [2024-10-28T03:37:18.092Z] #45 DONE 39.0s [2024-10-28T03:37:18.092Z] [2024-10-28T03:37:18.092Z] #55 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-28T03:37:18.092Z] #55 37.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.092Z] #55 37.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.092Z] #55 38.44 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:18.092Z] #55 38.45 (2/2) Installing su-exec (0.2-r3) [2024-10-28T03:37:18.092Z] #55 38.45 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:18.092Z] #55 38.47 OK: 8 MiB in 16 packages [2024-10-28T03:37:18.092Z] #55 DONE 39.1s [2024-10-28T03:37:18.092Z] [2024-10-28T03:37:18.092Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:18.092Z] #67 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.092Z] #67 1.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #33 [support-cron-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:18.314Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:18.314Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:18.314Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:18.314Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:18.314Z] #33 DONE 0.2s [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:18.314Z] #31 DONE 0.0s [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #36 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-28T03:37:18.314Z] #36 ... [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #33 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:18.314Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:18.314Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:18.314Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:18.314Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:18.314Z] #33 DONE 0.3s [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:18.314Z] #31 DONE 0.0s [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:18.314Z] #32 DONE 0.3s [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-28T03:37:18.314Z] #37 DONE 1.6s [2024-10-28T03:37:18.314Z] [2024-10-28T03:37:18.314Z] #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-10-28T03:37:18.351Z] #67 ... [2024-10-28T03:37:18.351Z] [2024-10-28T03:37:18.351Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-28T03:37:18.351Z] #60 37.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #60 37.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #60 38.24 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:18.351Z] #60 38.33 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:18.351Z] #60 38.34 (3/6) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:18.351Z] #60 38.35 (4/6) Installing openssl (3.3.2-r1) [2024-10-28T03:37:18.351Z] #60 38.35 (5/6) Installing su-exec (0.2-r3) [2024-10-28T03:37:18.351Z] #60 38.36 (6/6) Installing yq-go (4.44.1-r2) [2024-10-28T03:37:18.351Z] #60 38.44 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:18.351Z] #60 38.51 OK: 19 MiB in 18 packages [2024-10-28T03:37:18.351Z] #60 DONE 39.3s [2024-10-28T03:37:18.351Z] [2024-10-28T03:37:18.351Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-28T03:37:18.351Z] #54 37.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #54 37.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #54 38.22 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:37:18.351Z] #54 38.22 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:37:18.351Z] #54 38.22 OK: 24165 distinct packages available [2024-10-28T03:37:18.351Z] #54 38.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #54 38.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #54 38.80 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:18.351Z] #54 38.81 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-28T03:37:18.351Z] #54 38.81 (3/4) Installing libucontext (1.2-r3) [2024-10-28T03:37:18.351Z] #54 38.82 (4/4) Installing gcompat (1.1.0-r4) [2024-10-28T03:37:18.351Z] #54 38.82 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:18.351Z] #54 38.82 OK: 8 MiB in 18 packages [2024-10-28T03:37:18.351Z] #54 DONE 39.5s [2024-10-28T03:37:18.351Z] [2024-10-28T03:37:18.351Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-28T03:37:18.351Z] #68 DONE 2.2s [2024-10-28T03:37:18.351Z] [2024-10-28T03:37:18.351Z] #69 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-28T03:37:18.351Z] #0 1.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #0 1.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #0 2.097 OK: 246 MiB in 54 packages [2024-10-28T03:37:18.351Z] #69 DONE 2.3s [2024-10-28T03:37:18.351Z] [2024-10-28T03:37:18.351Z] #37 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-28T03:37:18.351Z] #37 37.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #37 37.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #37 38.41 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:37:18.351Z] #37 38.41 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:37:18.351Z] #37 38.41 OK: 24165 distinct packages available [2024-10-28T03:37:18.351Z] #37 38.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #37 38.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:18.351Z] #37 38.95 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:18.351Z] #37 38.99 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:18.351Z] #37 39.00 (3/7) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:18.351Z] #37 39.01 (4/7) Installing musl-obstack (1.2.3-r2) [2024-10-28T03:37:18.351Z] #37 39.01 (5/7) Installing libucontext (1.2-r3) [2024-10-28T03:37:18.351Z] #37 39.01 (6/7) Installing gcompat (1.1.0-r4) [2024-10-28T03:37:18.351Z] #37 39.02 (7/7) Installing openssl (3.3.2-r1) [2024-10-28T03:37:18.351Z] #37 39.03 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:18.351Z] #37 39.04 OK: 9 MiB in 19 packages [2024-10-28T03:37:18.351Z] #37 DONE 39.7s [2024-10-28T03:37:18.351Z] [2024-10-28T03:37:18.351Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:18.351Z] #67 2.221 OK: 246 MiB in 54 packages [2024-10-28T03:37:18.580Z] #38 ... [2024-10-28T03:37:18.580Z] [2024-10-28T03:37:18.580Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:18.580Z] #32 DONE 0.5s [2024-10-28T03:37:18.580Z] [2024-10-28T03:37:18.580Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:18.580Z] #31 DONE 0.0s [2024-10-28T03:37:18.580Z] [2024-10-28T03:37:18.580Z] #39 [core-common-config-bootstrapper internal] load build context [2024-10-28T03:37:18.611Z] #67 DONE 2.5s [2024-10-28T03:37:18.611Z] [2024-10-28T03:37:18.611Z] #70 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:18.852Z] #39 ... [2024-10-28T03:37:18.852Z] [2024-10-28T03:37:18.852Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:18.852Z] #31 DONE 0.0s [2024-10-28T03:37:18.852Z] [2024-10-28T03:37:18.852Z] #39 [core-common-config-bootstrapper internal] load build context [2024-10-28T03:37:19.117Z] #39 ... [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #33 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:19.117Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:19.117Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:19.117Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:19.117Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:19.117Z] #33 DONE 0.3s [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-28T03:37:19.117Z] #37 DONE 1.6s [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:19.117Z] #32 DONE 0.9s [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #38 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-10-28T03:37:19.117Z] #38 DONE 1.4s [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #33 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:19.117Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:19.117Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:19.117Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:19.117Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:19.117Z] #33 DONE 0.3s [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #37 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-28T03:37:19.117Z] #37 DONE 1.6s [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #38 [core-data builder 2/7] WORKDIR /edgex-go [2024-10-28T03:37:19.117Z] #38 DONE 1.4s [2024-10-28T03:37:19.117Z] [2024-10-28T03:37:19.117Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:19.593Z] #70 ... [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #71 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:19.593Z] #0 2.027 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.624 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 3.423 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:19.593Z] #0 3.727 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:19.593Z] #0 3.735 OK: 8 MiB in 15 packages [2024-10-28T03:37:19.593Z] #71 DONE 4.5s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #65 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:37:19.593Z] #65 1.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #65 1.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #65 2.360 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:19.593Z] #65 2.360 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:19.593Z] #65 2.390 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:19.593Z] #65 2.585 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:19.593Z] #65 2.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #65 2.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #65 3.016 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #65 3.080 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #65 3.087 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:19.593Z] #65 3.291 OK: 10 MiB in 17 packages [2024-10-28T03:37:19.593Z] #65 DONE 3.5s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-28T03:37:19.593Z] #0 1.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 1.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.249 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:19.593Z] #0 2.249 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:19.593Z] #0 2.257 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:19.593Z] #0 2.334 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:19.593Z] #0 2.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.894 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 2.990 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 3.006 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:19.593Z] #0 3.254 OK: 19 MiB in 18 packages [2024-10-28T03:37:19.593Z] #72 DONE 3.5s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #73 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:19.593Z] #0 1.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.327 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:19.593Z] #0 2.327 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:19.593Z] #0 2.352 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:19.593Z] #0 2.513 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:19.593Z] #0 2.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.941 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 2.978 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 2.993 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:19.593Z] #0 3.050 OK: 9 MiB in 16 packages [2024-10-28T03:37:19.593Z] #73 DONE 3.5s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #74 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:19.593Z] #0 2.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.275 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.659 OK: 246 MiB in 54 packages [2024-10-28T03:37:19.593Z] #74 DONE 3.3s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #75 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:19.593Z] #75 DONE 0.9s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:37:19.593Z] #0 1.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 1.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.280 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:19.593Z] #0 2.280 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:19.593Z] #0 2.392 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:19.593Z] #0 2.541 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:19.593Z] #0 2.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 3.131 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 3.176 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 3.183 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:19.593Z] #0 3.262 OK: 13 MiB in 28 packages [2024-10-28T03:37:19.593Z] #76 DONE 3.6s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-10-28T03:37:19.593Z] #0 1.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.521 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:19.593Z] #0 2.521 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:19.593Z] #0 2.530 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:19.593Z] #0 2.633 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:19.593Z] #0 2.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 2.707 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.593Z] #0 3.049 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 3.095 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:19.593Z] #0 3.362 OK: 8 MiB in 15 packages [2024-10-28T03:37:19.593Z] #77 DONE 3.5s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #70 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:19.593Z] #70 DONE 0.7s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #78 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:19.593Z] #78 DONE 0.1s [2024-10-28T03:37:19.593Z] [2024-10-28T03:37:19.593Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:19.719Z] #32 ... [2024-10-28T03:37:19.719Z] [2024-10-28T03:37:19.719Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:19.719Z] #31 DONE 0.0s [2024-10-28T03:37:19.719Z] [2024-10-28T03:37:19.719Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:19.719Z] #32 ... [2024-10-28T03:37:19.719Z] [2024-10-28T03:37:19.719Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:19.719Z] #31 DONE 0.0s [2024-10-28T03:37:19.719Z] [2024-10-28T03:37:19.719Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:19.852Z] #79 ... [2024-10-28T03:37:19.852Z] [2024-10-28T03:37:19.852Z] #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-28T03:37:19.852Z] #0 2.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.852Z] #0 2.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.852Z] #0 2.719 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:37:19.852Z] #0 2.719 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:37:19.852Z] #0 2.719 OK: 24164 distinct packages available [2024-10-28T03:37:19.852Z] #0 2.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.852Z] #0 2.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:19.852Z] #0 3.402 OK: 246 MiB in 54 packages [2024-10-28T03:37:19.852Z] #80 DONE 3.6s [2024-10-28T03:37:19.852Z] [2024-10-28T03:37:19.852Z] #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:19.852Z] #81 DONE 0.0s [2024-10-28T03:37:19.852Z] [2024-10-28T03:37:19.852Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:19.985Z] #32 ... [2024-10-28T03:37:19.985Z] [2024-10-28T03:37:19.985Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:19.985Z] #31 DONE 0.0s [2024-10-28T03:37:19.985Z] [2024-10-28T03:37:19.985Z] #39 [core-common-config-bootstrapper internal] load build context [2024-10-28T03:37:19.985Z] #39 transferring context: 3.08MB 1.3s done [2024-10-28T03:37:19.985Z] #39 DONE 1.6s [2024-10-28T03:37:19.985Z] [2024-10-28T03:37:19.985Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:20.110Z] #82 ... [2024-10-28T03:37:20.111Z] [2024-10-28T03:37:20.111Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:20.111Z] #64 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.4s done [2024-10-28T03:37:20.111Z] #64 ... [2024-10-28T03:37:20.111Z] [2024-10-28T03:37:20.111Z] #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:20.306Z] #32 ... [2024-10-28T03:37:20.306Z] [2024-10-28T03:37:20.306Z] #40 [security-secretstore-setup internal] load build context [2024-10-28T03:37:20.306Z] #40 transferring context: 3.08MB 1.5s done [2024-10-28T03:37:20.306Z] #40 DONE 2.0s [2024-10-28T03:37:20.306Z] [2024-10-28T03:37:20.306Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:20.306Z] #32 DONE 1.9s [2024-10-28T03:37:20.306Z] [2024-10-28T03:37:20.307Z] #33 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:20.307Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:20.307Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:20.307Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:20.307Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:20.307Z] #33 DONE 0.3s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-28T03:37:20.307Z] #37 DONE 1.6s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-10-28T03:37:20.307Z] #38 DONE 1.5s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #41 [security-spiffe-token-provider internal] load build context [2024-10-28T03:37:20.307Z] #41 DONE 0.0s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-28T03:37:20.307Z] #42 ... [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #33 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:20.307Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:20.307Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:20.307Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:20.307Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:20.307Z] #33 DONE 0.3s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-28T03:37:20.307Z] #37 DONE 1.7s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-10-28T03:37:20.307Z] #38 DONE 1.5s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #43 [security-proxy-auth internal] load build context [2024-10-28T03:37:20.307Z] #43 DONE 0.0s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:20.307Z] #31 DONE 0.0s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #44 [core-keeper internal] load build context [2024-10-28T03:37:20.307Z] #44 DONE 0.0s [2024-10-28T03:37:20.307Z] [2024-10-28T03:37:20.307Z] #45 [support-cron-scheduler internal] load build context [2024-10-28T03:37:20.307Z] #45 transferring context: 3.08MB 1.6s done [2024-10-28T03:37:20.307Z] #45 DONE 2.2s [2024-10-28T03:37:20.577Z] [2024-10-28T03:37:20.577Z] #46 [core-command internal] load build context [2024-10-28T03:37:20.577Z] #46 transferring context: 3.08MB 1.5s done [2024-10-28T03:37:20.577Z] #46 DONE 2.1s [2024-10-28T03:37:20.577Z] [2024-10-28T03:37:20.577Z] #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-10-28T03:37:20.577Z] #47 DONE 2.1s [2024-10-28T03:37:20.577Z] [2024-10-28T03:37:20.577Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:37:20.577Z] #48 ... [2024-10-28T03:37:20.577Z] [2024-10-28T03:37:20.577Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-10-28T03:37:20.844Z] #31 DONE 0.0s [2024-10-28T03:37:20.844Z] [2024-10-28T03:37:20.844Z] #33 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:20.844Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:20.844Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:20.844Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:20.844Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:20.844Z] #33 DONE 0.3s [2024-10-28T03:37:20.844Z] [2024-10-28T03:37:20.844Z] #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-10-28T03:37:20.844Z] #49 DONE 2.3s [2024-10-28T03:37:20.844Z] [2024-10-28T03:37:20.844Z] #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-28T03:37:20.844Z] #50 ... [2024-10-28T03:37:20.844Z] [2024-10-28T03:37:20.844Z] #33 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:20.844Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:20.844Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:20.844Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:20.844Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:20.844Z] #33 DONE 0.4s [2024-10-28T03:37:21.110Z] [2024-10-28T03:37:21.110Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:21.110Z] #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:21.699Z] #51 ... [2024-10-28T03:37:21.699Z] [2024-10-28T03:37:21.699Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2024-10-28T03:37:21.699Z] #32 DONE 3.1s [2024-10-28T03:37:21.699Z] [2024-10-28T03:37:21.699Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-28T03:37:21.967Z] #52 ... [2024-10-28T03:37:21.967Z] [2024-10-28T03:37:21.967Z] #33 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-28T03:37:21.967Z] #33 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done [2024-10-28T03:37:21.967Z] #33 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done [2024-10-28T03:37:21.967Z] #33 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done [2024-10-28T03:37:21.967Z] #33 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done [2024-10-28T03:37:21.967Z] #33 DONE 0.4s [2024-10-28T03:37:21.967Z] [2024-10-28T03:37:21.967Z] #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-10-28T03:37:21.967Z] #37 DONE 1.7s [2024-10-28T03:37:21.967Z] [2024-10-28T03:37:21.967Z] #38 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-10-28T03:37:21.967Z] #38 DONE 1.5s [2024-10-28T03:37:21.967Z] [2024-10-28T03:37:21.967Z] #53 [security-bootstrapper internal] load build context [2024-10-28T03:37:21.967Z] #53 DONE 0.0s [2024-10-28T03:37:21.967Z] [2024-10-28T03:37:21.967Z] #54 [security-proxy-setup internal] load build context [2024-10-28T03:37:21.967Z] #54 DONE 0.0s [2024-10-28T03:37:21.967Z] [2024-10-28T03:37:21.967Z] #55 [security-spire-agent internal] load build context [2024-10-28T03:37:21.967Z] #55 transferring context: 27.51kB 0.4s done [2024-10-28T03:37:21.967Z] #55 DONE 1.2s [2024-10-28T03:37:21.967Z] [2024-10-28T03:37:21.967Z] #54 [security-proxy-setup internal] load build context [2024-10-28T03:37:22.015Z] #83 ... [2024-10-28T03:37:22.015Z] [2024-10-28T03:37:22.015Z] #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-28T03:37:22.015Z] #0 2.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 2.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 3.237 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:22.015Z] #0 3.237 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:22.015Z] #0 3.245 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:22.015Z] #0 3.317 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:22.015Z] #0 3.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 3.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 3.755 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:22.015Z] #0 3.798 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:22.015Z] #0 3.814 OK: 8 MiB in 16 packages [2024-10-28T03:37:22.015Z] #84 DONE 4.2s [2024-10-28T03:37:22.015Z] [2024-10-28T03:37:22.015Z] #85 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:22.015Z] #0 2.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 2.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 3.286 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:22.015Z] #0 3.286 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:22.015Z] #0 3.306 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:22.015Z] #0 3.415 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:22.015Z] #0 3.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 3.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 3.846 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:22.015Z] #0 3.883 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:22.015Z] #0 3.899 OK: 8 MiB in 15 packages [2024-10-28T03:37:22.015Z] #85 DONE 4.2s [2024-10-28T03:37:22.015Z] [2024-10-28T03:37:22.015Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-28T03:37:22.015Z] #0 2.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 2.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 2.626 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:22.015Z] #0 2.626 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:22.015Z] #0 2.636 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:22.015Z] #0 2.745 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:22.015Z] #0 2.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 2.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.015Z] #0 3.136 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:22.015Z] #0 3.174 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:22.015Z] #0 3.184 OK: 8 MiB in 18 packages [2024-10-28T03:37:22.015Z] #86 DONE 3.6s [2024-10-28T03:37:22.273Z] [2024-10-28T03:37:22.273Z] #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:37:22.879Z] #87 ... [2024-10-28T03:37:22.879Z] [2024-10-28T03:37:22.879Z] #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-28T03:37:22.879Z] #0 2.795 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.879Z] #0 3.248 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:22.879Z] #0 4.022 OK: 246 MiB in 54 packages [2024-10-28T03:37:22.879Z] #88 DONE 4.5s [2024-10-28T03:37:22.926Z] #54 ... [2024-10-28T03:37:22.926Z] [2024-10-28T03:37:22.926Z] #56 [security-spire-server internal] load build context [2024-10-28T03:37:22.926Z] #56 transferring context: 27.98kB 0.2s done [2024-10-28T03:37:22.926Z] #56 DONE 2.0s [2024-10-28T03:37:22.926Z] [2024-10-28T03:37:22.926Z] #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:22.926Z] #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.0s done [2024-10-28T03:37:22.926Z] #51 DONE 2.1s [2024-10-28T03:37:22.926Z] [2024-10-28T03:37:22.926Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:23.140Z] [2024-10-28T03:37:23.140Z] #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:37:23.140Z] #87 DONE 0.9s [2024-10-28T03:37:23.140Z] [2024-10-28T03:37:23.140Z] #89 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-28T03:37:23.140Z] #0 2.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 2.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 3.201 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:23.140Z] #0 3.201 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:23.140Z] #0 3.212 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:23.140Z] #0 3.312 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:23.140Z] #0 3.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 3.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 4.412 OK: 19 MiB in 18 packages [2024-10-28T03:37:23.140Z] #89 DONE 4.6s [2024-10-28T03:37:23.140Z] [2024-10-28T03:37:23.140Z] #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-28T03:37:23.140Z] #0 3.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 3.692 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:23.140Z] #0 3.692 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:23.140Z] #0 3.698 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:23.140Z] #0 3.788 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:23.140Z] #0 3.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 3.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-28T03:37:23.140Z] #0 4.598 OK: 9 MiB in 19 packages [2024-10-28T03:37:23.140Z] #90 DONE 4.7s [2024-10-28T03:37:23.140Z] [2024-10-28T03:37:23.140Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-28T03:37:23.140Z] #91 ... [2024-10-28T03:37:23.140Z] [2024-10-28T03:37:23.140Z] #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-28T03:37:23.140Z] #92 DONE 0.2s [2024-10-28T03:37:23.140Z] [2024-10-28T03:37:23.140Z] #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-28T03:37:23.140Z] #93 DONE 0.2s [2024-10-28T03:37:23.400Z] [2024-10-28T03:37:23.400Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:23.441Z] #51 ... [2024-10-28T03:37:23.441Z] [2024-10-28T03:37:23.441Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:23.441Z] #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.4s done [2024-10-28T03:37:23.441Z] #57 DONE 2.4s [2024-10-28T03:37:23.441Z] [2024-10-28T03:37:23.441Z] #43 [security-proxy-auth internal] load build context [2024-10-28T03:37:23.970Z] #94 ... [2024-10-28T03:37:23.970Z] [2024-10-28T03:37:23.970Z] #95 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-28T03:37:23.970Z] #95 DONE 1.0s [2024-10-28T03:37:24.048Z] #43 ... [2024-10-28T03:37:24.048Z] [2024-10-28T03:37:24.048Z] #58 [security-spire-config internal] load build context [2024-10-28T03:37:24.048Z] #58 transferring context: 26.24kB 0.3s done [2024-10-28T03:37:24.048Z] #58 DONE 3.0s [2024-10-28T03:37:24.048Z] [2024-10-28T03:37:24.048Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:24.048Z] #51 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-10-28T03:37:24.048Z] #51 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-10-28T03:37:24.048Z] #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-10-28T03:37:24.231Z] [2024-10-28T03:37:24.231Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-28T03:37:24.231Z] #91 DONE 1.1s [2024-10-28T03:37:24.231Z] [2024-10-28T03:37:24.231Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:37:24.231Z] #96 DONE 1.2s [2024-10-28T03:37:24.231Z] [2024-10-28T03:37:24.231Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-28T03:37:24.231Z] #97 DONE 1.2s [2024-10-28T03:37:24.231Z] [2024-10-28T03:37:24.231Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-28T03:37:24.324Z] #51 ... [2024-10-28T03:37:24.324Z] [2024-10-28T03:37:24.324Z] #59 [core-data internal] load build context [2024-10-28T03:37:24.324Z] #59 transferring context: 3.08MB 2.2s done [2024-10-28T03:37:24.324Z] #59 DONE 5.1s [2024-10-28T03:37:24.324Z] [2024-10-28T03:37:24.324Z] #54 [security-proxy-setup internal] load build context [2024-10-28T03:37:24.801Z] #98 ... [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:37:24.801Z] #99 DONE 0.6s [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #100 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-28T03:37:24.801Z] #100 DONE 2.7s [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-28T03:37:24.801Z] #98 DONE 0.6s [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-28T03:37:24.801Z] #101 DONE 0.1s [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-28T03:37:24.801Z] #102 DONE 0.1s [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #103 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-28T03:37:24.801Z] #103 DONE 0.1s [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:37:24.801Z] #104 DONE 0.6s [2024-10-28T03:37:24.801Z] [2024-10-28T03:37:24.801Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:37:25.060Z] #105 ... [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-28T03:37:25.060Z] #106 DONE 0.1s [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-28T03:37:25.060Z] #107 DONE 0.2s [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:37:25.060Z] #105 DONE 0.3s [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #108 [security-spire-config] exporting to image [2024-10-28T03:37:25.060Z] #108 exporting layers [2024-10-28T03:37:25.060Z] #108 ... [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-28T03:37:25.060Z] #109 DONE 0.1s [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-28T03:37:25.060Z] #110 DONE 0.0s [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #111 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-28T03:37:25.060Z] #111 DONE 0.2s [2024-10-28T03:37:25.060Z] [2024-10-28T03:37:25.060Z] #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:37:25.060Z] #112 DONE 0.0s [2024-10-28T03:37:25.318Z] [2024-10-28T03:37:25.318Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-28T03:37:25.318Z] #113 DONE 0.0s [2024-10-28T03:37:25.318Z] [2024-10-28T03:37:25.318Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-28T03:37:25.318Z] #114 DONE 0.1s [2024-10-28T03:37:25.318Z] [2024-10-28T03:37:25.318Z] #108 [security-spire-agent] exporting to image [2024-10-28T03:37:25.871Z] #54 ... [2024-10-28T03:37:25.871Z] [2024-10-28T03:37:25.871Z] #60 [core-metadata internal] load build context [2024-10-28T03:37:25.871Z] #60 transferring context: 3.08MB 4.1s done [2024-10-28T03:37:25.871Z] #60 DONE 6.3s [2024-10-28T03:37:25.871Z] [2024-10-28T03:37:25.871Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:25.871Z] #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.2s done [2024-10-28T03:37:25.871Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.4s [2024-10-28T03:37:25.871Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.4s [2024-10-28T03:37:25.871Z] #51 ... [2024-10-28T03:37:25.871Z] [2024-10-28T03:37:25.871Z] #43 [security-proxy-auth internal] load build context [2024-10-28T03:37:25.871Z] #43 transferring context: 3.08MB 4.4s done [2024-10-28T03:37:25.871Z] #43 DONE 5.5s [2024-10-28T03:37:25.871Z] [2024-10-28T03:37:25.871Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:25.887Z] #108 exporting layers 0.7s done [2024-10-28T03:37:25.887Z] #108 writing image sha256:ae7a01d064f46c5766e9f6cb31c915f437e94bf8c830a203b5679fd67e706992 done [2024-10-28T03:37:25.887Z] #108 naming to docker.io/library/security-spire-config done [2024-10-28T03:37:25.887Z] #108 exporting layers 0.6s done [2024-10-28T03:37:25.887Z] #108 writing image sha256:36d0733d35c035bc0354bc8aa9cdac291c4737ee883b33be035aac8dc8bf2655 done [2024-10-28T03:37:25.887Z] #108 naming to docker.io/library/security-spire-server done [2024-10-28T03:37:26.147Z] #108 exporting layers 0.7s done [2024-10-28T03:37:26.147Z] #108 writing image sha256:1701a5d27a9dc96e88b3e3f8646c88fb138b09198beedc034b5dd09d7fd5e6eb done [2024-10-28T03:37:26.147Z] #108 naming to docker.io/library/security-spire-agent done [2024-10-28T03:37:26.147Z] #108 DONE 1.2s [2024-10-28T03:37:26.147Z] [2024-10-28T03:37:26.147Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:26.173Z] #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-10-28T03:37:26.173Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.2s [2024-10-28T03:37:26.442Z] #51 ... [2024-10-28T03:37:26.442Z] [2024-10-28T03:37:26.442Z] #44 [core-keeper internal] load build context [2024-10-28T03:37:26.442Z] #44 transferring context: 3.08MB 4.9s done [2024-10-28T03:37:26.442Z] #44 DONE 6.0s [2024-10-28T03:37:26.442Z] [2024-10-28T03:37:26.442Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:26.442Z] #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.3s done [2024-10-28T03:37:26.442Z] #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.4s done [2024-10-28T03:37:27.032Z] #51 ... [2024-10-28T03:37:27.032Z] [2024-10-28T03:37:27.032Z] #34 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init [2024-10-28T03:37:27.032Z] #34 4.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:27.032Z] #34 5.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:27.032Z] #34 7.550 (1/2) Installing ca-certificates (20240705-r0) [2024-10-28T03:37:27.032Z] #34 7.756 (2/2) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:27.032Z] #34 7.756 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:27.032Z] #34 7.756 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:27.032Z] #34 8.262 OK: 10 MiB in 16 packages [2024-10-28T03:37:27.032Z] #34 DONE 9.2s [2024-10-28T03:37:27.032Z] [2024-10-28T03:37:27.032Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:27.032Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 3.0s [2024-10-28T03:37:27.639Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.72MB / 28.04MB 3.4s [2024-10-28T03:37:27.639Z] #51 ... [2024-10-28T03:37:27.639Z] [2024-10-28T03:37:27.639Z] #41 [security-spiffe-token-provider internal] load build context [2024-10-28T03:37:27.639Z] #41 transferring context: 3.08MB 5.9s done [2024-10-28T03:37:27.639Z] #41 DONE 7.3s [2024-10-28T03:37:27.908Z] [2024-10-28T03:37:27.908Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:27.908Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.18MB / 28.04MB 3.8s [2024-10-28T03:37:28.177Z] #51 ... [2024-10-28T03:37:28.177Z] [2024-10-28T03:37:28.177Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-28T03:37:28.177Z] #0 9.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:28.177Z] #0 9.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:28.177Z] #61 ... [2024-10-28T03:37:28.177Z] [2024-10-28T03:37:28.177Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:28.447Z] #51 ... [2024-10-28T03:37:28.447Z] [2024-10-28T03:37:28.447Z] #62 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:28.447Z] #62 ... [2024-10-28T03:37:28.447Z] [2024-10-28T03:37:28.447Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:29.033Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 4.8s [2024-10-28T03:37:29.033Z] #51 ... [2024-10-28T03:37:29.033Z] [2024-10-28T03:37:29.033Z] #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:29.304Z] #63 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:29.304Z] #63 ... [2024-10-28T03:37:29.304Z] [2024-10-28T03:37:29.304Z] #64 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:29.304Z] #0 8.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:29.304Z] #0 8.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:29.304Z] #64 ... [2024-10-28T03:37:29.304Z] [2024-10-28T03:37:29.304Z] #65 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-28T03:37:29.305Z] #0 8.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:29.305Z] #0 9.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:29.450Z] #38 ... [2024-10-28T03:37:29.450Z] [2024-10-28T03:37:29.450Z] #115 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:29.575Z] #65 ... [2024-10-28T03:37:29.575Z] [2024-10-28T03:37:29.575Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:29.844Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.18MB / 28.04MB 5.7s [2024-10-28T03:37:29.844Z] #51 ... [2024-10-28T03:37:29.844Z] [2024-10-28T03:37:29.844Z] #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:29.844Z] #0 9.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:30.110Z] #66 ... [2024-10-28T03:37:30.110Z] [2024-10-28T03:37:30.111Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:30.381Z] #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-10-28T03:37:30.381Z] #51 ... [2024-10-28T03:37:30.381Z] [2024-10-28T03:37:30.381Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-28T03:37:30.648Z] #67 ... [2024-10-28T03:37:30.648Z] [2024-10-28T03:37:30.648Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:30.648Z] #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-10-28T03:37:30.918Z] #51 ... [2024-10-28T03:37:30.918Z] [2024-10-28T03:37:30.918Z] #54 [security-proxy-setup internal] load build context [2024-10-28T03:37:30.918Z] #54 transferring context: 3.08MB 6.4s done [2024-10-28T03:37:30.918Z] #54 DONE 8.9s [2024-10-28T03:37:30.918Z] [2024-10-28T03:37:30.918Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:30.918Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.78MB / 28.04MB 6.8s [2024-10-28T03:37:31.190Z] #51 ... [2024-10-28T03:37:31.190Z] [2024-10-28T03:37:31.190Z] #53 [security-bootstrapper internal] load build context [2024-10-28T03:37:31.190Z] #53 transferring context: 3.08MB 6.4s done [2024-10-28T03:37:31.190Z] #53 DONE 9.2s [2024-10-28T03:37:31.190Z] [2024-10-28T03:37:31.190Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:31.190Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 7.2s [2024-10-28T03:37:31.462Z] #51 ... [2024-10-28T03:37:31.462Z] [2024-10-28T03:37:31.462Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-28T03:37:31.732Z] #68 ... [2024-10-28T03:37:31.732Z] [2024-10-28T03:37:31.732Z] #62 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:31.732Z] #62 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:33.162Z] #62 14.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:33.756Z] #62 ... [2024-10-28T03:37:33.756Z] [2024-10-28T03:37:33.756Z] #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:33.756Z] #64 13.52 OK: 238 MiB in 54 packages [2024-10-28T03:37:33.756Z] #64 DONE 14.9s [2024-10-28T03:37:33.756Z] [2024-10-28T03:37:33.756Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:33.756Z] #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-10-28T03:37:33.756Z] #57 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-10-28T03:37:33.756Z] #57 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-10-28T03:37:33.756Z] #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-10-28T03:37:33.756Z] #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-10-28T03:37:33.756Z] #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-10-28T03:37:33.756Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 6.5s done [2024-10-28T03:37:33.756Z] #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.1s done [2024-10-28T03:37:33.756Z] #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-10-28T03:37:33.756Z] #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-10-28T03:37:34.051Z] #57 ... [2024-10-28T03:37:34.051Z] [2024-10-28T03:37:34.051Z] #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-28T03:37:34.051Z] #69 ... [2024-10-28T03:37:34.051Z] [2024-10-28T03:37:34.051Z] #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-28T03:37:34.319Z] #70 ... [2024-10-28T03:37:34.319Z] [2024-10-28T03:37:34.319Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:34.319Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.2s done [2024-10-28T03:37:34.319Z] #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-10-28T03:37:34.319Z] #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.2s done [2024-10-28T03:37:34.903Z] #51 ... [2024-10-28T03:37:34.903Z] [2024-10-28T03:37:34.903Z] #71 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:34.903Z] #71 DONE 1.0s [2024-10-28T03:37:34.903Z] [2024-10-28T03:37:34.903Z] #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:35.557Z] #72 ... [2024-10-28T03:37:35.557Z] [2024-10-28T03:37:35.557Z] #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-28T03:37:35.557Z] #50 DONE 14.6s [2024-10-28T03:37:35.829Z] [2024-10-28T03:37:35.829Z] #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:36.104Z] #73 ... [2024-10-28T03:37:36.104Z] [2024-10-28T03:37:36.104Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-10-28T03:37:36.104Z] #67 DONE 15.7s [2024-10-28T03:37:36.589Z] [2024-10-28T03:37:36.589Z] #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-10-28T03:37:36.589Z] #65 15.33 OK: 238 MiB in 54 packages [2024-10-28T03:37:36.589Z] #65 DONE 17.8s [2024-10-28T03:37:36.589Z] [2024-10-28T03:37:36.589Z] #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:36.857Z] #74 ... [2024-10-28T03:37:36.857Z] [2024-10-28T03:37:36.857Z] #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:37.127Z] #75 ... [2024-10-28T03:37:37.127Z] [2024-10-28T03:37:37.127Z] #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-28T03:37:37.127Z] #70 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:37.395Z] #70 ... [2024-10-28T03:37:37.395Z] [2024-10-28T03:37:37.395Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-10-28T03:37:37.395Z] #61 13.92 (1/4) Installing ca-certificates (20240705-r0) [2024-10-28T03:37:37.395Z] #61 14.36 (2/4) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:37.395Z] #61 14.38 (3/4) Installing su-exec (0.2-r3) [2024-10-28T03:37:37.395Z] #61 14.42 (4/4) Installing yq-go (4.44.1-r2) [2024-10-28T03:37:37.395Z] #61 15.74 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:37.395Z] #61 15.94 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:37.395Z] #61 17.39 OK: 20 MiB in 18 packages [2024-10-28T03:37:37.395Z] #61 DONE 19.2s [2024-10-28T03:37:37.395Z] [2024-10-28T03:37:37.395Z] #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:37.395Z] #74 DONE 1.2s [2024-10-28T03:37:37.671Z] [2024-10-28T03:37:37.671Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:38.649Z] #76 ... [2024-10-28T03:37:38.649Z] [2024-10-28T03:37:38.649Z] #66 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:38.649Z] #66 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:38.649Z] #66 15.84 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:38.649Z] #66 15.88 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:38.649Z] #66 16.06 OK: 9 MiB in 15 packages [2024-10-28T03:37:38.649Z] #66 DONE 18.7s [2024-10-28T03:37:38.649Z] [2024-10-28T03:37:38.649Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:39.629Z] #77 ... [2024-10-28T03:37:39.629Z] [2024-10-28T03:37:39.629Z] #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-10-28T03:37:39.629Z] #63 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:39.629Z] #63 18.70 OK: 238 MiB in 54 packages [2024-10-28T03:37:39.629Z] #63 DONE 20.5s [2024-10-28T03:37:39.629Z] [2024-10-28T03:37:39.629Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-28T03:37:39.629Z] #52 17.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:41.099Z] #52 ... [2024-10-28T03:37:41.099Z] [2024-10-28T03:37:41.099Z] #78 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:41.099Z] #78 DONE 1.5s [2024-10-28T03:37:41.099Z] [2024-10-28T03:37:41.099Z] #62 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:41.099Z] #62 22.83 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:41.099Z] #62 22.88 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:41.377Z] #62 22.97 OK: 9 MiB in 15 packages [2024-10-28T03:37:41.377Z] #62 ... [2024-10-28T03:37:41.377Z] [2024-10-28T03:37:41.377Z] #36 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-28T03:37:41.377Z] #36 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:41.377Z] #36 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:41.377Z] #36 22.73 (1/3) Installing ca-certificates (20240705-r0) [2024-10-28T03:37:41.651Z] #36 23.27 (2/3) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:41.651Z] #36 23.33 (3/3) Installing tzdata (2024b-r0) [2024-10-28T03:37:41.651Z] #36 ... [2024-10-28T03:37:41.651Z] [2024-10-28T03:37:41.651Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:41.651Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.4s [2024-10-28T03:37:43.096Z] #51 ... [2024-10-28T03:37:43.096Z] [2024-10-28T03:37:43.096Z] #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-28T03:37:43.096Z] #42 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:43.096Z] #42 14.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:43.096Z] #42 ... [2024-10-28T03:37:43.096Z] [2024-10-28T03:37:43.096Z] #62 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:43.096Z] #62 DONE 24.7s [2024-10-28T03:37:43.096Z] [2024-10-28T03:37:43.096Z] #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-10-28T03:37:44.069Z] #79 ... [2024-10-28T03:37:44.069Z] [2024-10-28T03:37:44.069Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:37:44.069Z] #48 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:44.069Z] #48 15.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:44.069Z] #48 22.99 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:37:44.069Z] #48 22.99 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:37:44.069Z] #48 22.99 OK: 24043 distinct packages available [2024-10-28T03:37:44.069Z] #48 ... [2024-10-28T03:37:44.069Z] [2024-10-28T03:37:44.069Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:46.021Z] #51 ... [2024-10-28T03:37:46.021Z] [2024-10-28T03:37:46.021Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-28T03:37:46.021Z] #68 14.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:46.021Z] #68 16.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:46.021Z] #68 ... [2024-10-28T03:37:46.021Z] [2024-10-28T03:37:46.021Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:46.021Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.0s [2024-10-28T03:37:46.290Z] #57 ... [2024-10-28T03:37:46.290Z] [2024-10-28T03:37:46.290Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:46.290Z] #51 ... [2024-10-28T03:37:46.290Z] [2024-10-28T03:37:46.290Z] #36 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2024-10-28T03:37:46.290Z] #36 24.71 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:46.290Z] #36 24.82 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:46.290Z] #36 25.93 OK: 11 MiB in 17 packages [2024-10-28T03:37:46.290Z] #36 DONE 28.0s [2024-10-28T03:37:46.290Z] [2024-10-28T03:37:46.290Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:46.290Z] #51 ... [2024-10-28T03:37:46.290Z] [2024-10-28T03:37:46.290Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-28T03:37:46.558Z] #80 ... [2024-10-28T03:37:46.558Z] [2024-10-28T03:37:46.558Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:47.524Z] #57 ... [2024-10-28T03:37:47.524Z] [2024-10-28T03:37:47.524Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-28T03:37:47.524Z] #0 8.646 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:47.524Z] #81 ... [2024-10-28T03:37:47.524Z] [2024-10-28T03:37:47.524Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:48.107Z] #57 ... [2024-10-28T03:37:48.108Z] [2024-10-28T03:37:48.108Z] #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:48.108Z] #75 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:48.108Z] #75 13.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:48.108Z] #75 ... [2024-10-28T03:37:48.108Z] [2024-10-28T03:37:48.108Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:48.108Z] #57 ... [2024-10-28T03:37:48.108Z] [2024-10-28T03:37:48.108Z] #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-28T03:37:48.108Z] #69 14.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:48.108Z] #69 15.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:48.387Z] #69 ... [2024-10-28T03:37:48.387Z] [2024-10-28T03:37:48.387Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:48.387Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.1s [2024-10-28T03:37:48.387Z] #51 ... [2024-10-28T03:37:48.387Z] [2024-10-28T03:37:48.387Z] #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-28T03:37:48.387Z] #70 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:48.387Z] #70 23.24 (1/2) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:48.387Z] #70 23.26 (2/2) Installing su-exec (0.2-r3) [2024-10-28T03:37:48.387Z] #70 23.27 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:48.387Z] #70 23.49 OK: 9 MiB in 16 packages [2024-10-28T03:37:48.664Z] #70 ... [2024-10-28T03:37:48.664Z] [2024-10-28T03:37:48.664Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:50.080Z] #51 ... [2024-10-28T03:37:50.080Z] [2024-10-28T03:37:50.080Z] #70 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-10-28T03:37:50.080Z] #70 DONE 26.2s [2024-10-28T03:37:50.080Z] [2024-10-28T03:37:50.080Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:51.046Z] #51 ... [2024-10-28T03:37:51.046Z] [2024-10-28T03:37:51.046Z] #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:51.316Z] #82 ... [2024-10-28T03:37:51.316Z] [2024-10-28T03:37:51.316Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:51.599Z] #51 ... [2024-10-28T03:37:51.599Z] [2024-10-28T03:37:51.599Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-10-28T03:37:51.599Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.4s done [2024-10-28T03:37:51.599Z] #57 DONE 30.3s [2024-10-28T03:37:51.599Z] [2024-10-28T03:37:51.599Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:51.868Z] #51 ... [2024-10-28T03:37:51.868Z] [2024-10-28T03:37:51.868Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-28T03:37:51.868Z] #52 20.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:51.868Z] #52 29.10 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:37:51.868Z] #52 29.10 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:37:51.868Z] #52 29.10 OK: 24043 distinct packages available [2024-10-28T03:37:52.137Z] #52 ... [2024-10-28T03:37:52.137Z] [2024-10-28T03:37:52.137Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:53.100Z] #51 ... [2024-10-28T03:37:53.100Z] [2024-10-28T03:37:53.100Z] #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-28T03:37:53.100Z] #42 22.71 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:37:53.100Z] #42 22.71 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:37:53.100Z] #42 22.71 OK: 24042 distinct packages available [2024-10-28T03:37:53.100Z] #42 23.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:53.100Z] #42 25.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:53.100Z] #42 ... [2024-10-28T03:37:53.100Z] [2024-10-28T03:37:53.100Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:53.368Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.2s [2024-10-28T03:37:53.964Z] #51 ... [2024-10-28T03:37:53.964Z] [2024-10-28T03:37:53.964Z] #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-10-28T03:37:53.964Z] #69 24.61 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:53.964Z] #69 25.86 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:37:53.964Z] #69 26.18 (3/6) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:53.964Z] #69 26.21 (4/6) Installing openssl (3.3.2-r1) [2024-10-28T03:37:53.964Z] #69 26.29 (5/6) Installing su-exec (0.2-r3) [2024-10-28T03:37:53.964Z] #69 26.30 (6/6) Installing yq-go (4.44.1-r2) [2024-10-28T03:37:53.964Z] #69 27.81 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:53.964Z] #69 27.91 OK: 20 MiB in 18 packages [2024-10-28T03:37:53.964Z] #69 DONE 30.1s [2024-10-28T03:37:53.964Z] [2024-10-28T03:37:53.964Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:53.964Z] #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.8s done [2024-10-28T03:37:54.562Z] #51 ... [2024-10-28T03:37:54.562Z] [2024-10-28T03:37:54.562Z] #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:54.562Z] #73 9.110 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:54.562Z] #73 10.58 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:54.827Z] #73 ... [2024-10-28T03:37:54.827Z] [2024-10-28T03:37:54.827Z] #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:37:54.827Z] #51 DONE 33.9s [2024-10-28T03:37:54.827Z] [2024-10-28T03:37:54.827Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-28T03:37:54.827Z] #83 ... [2024-10-28T03:37:54.827Z] [2024-10-28T03:37:54.827Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:37:54.827Z] #48 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:54.827Z] #48 26.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:55.105Z] #48 ... [2024-10-28T03:37:55.105Z] [2024-10-28T03:37:55.105Z] #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:55.105Z] #75 23.99 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:55.105Z] #75 23.99 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:55.105Z] #75 24.05 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:55.105Z] #75 26.26 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:55.105Z] #75 26.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:55.105Z] #75 28.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:55.685Z] #75 ... [2024-10-28T03:37:55.685Z] [2024-10-28T03:37:55.685Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:55.685Z] #77 7.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:55.685Z] #77 8.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:55.685Z] #77 ... [2024-10-28T03:37:55.685Z] [2024-10-28T03:37:55.685Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-28T03:37:55.685Z] #52 31.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:55.685Z] #52 33.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:56.265Z] #52 ... [2024-10-28T03:37:56.265Z] [2024-10-28T03:37:56.265Z] #84 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:37:56.265Z] #0 5.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:56.265Z] #0 7.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:56.530Z] #84 ... [2024-10-28T03:37:56.530Z] [2024-10-28T03:37:56.530Z] #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:56.530Z] #73 20.70 (1/1) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:56.798Z] #73 ... [2024-10-28T03:37:56.798Z] [2024-10-28T03:37:56.798Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-28T03:37:56.798Z] #80 10.40 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:56.798Z] #80 13.31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:56.798Z] #80 ... [2024-10-28T03:37:56.798Z] [2024-10-28T03:37:56.798Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-28T03:37:56.798Z] #68 25.20 v3.20.3-203-g51c7623c5e8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2024-10-28T03:37:56.798Z] #68 25.20 v3.20.3-223-g70dffc95037 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2024-10-28T03:37:56.798Z] #68 25.20 OK: 24043 distinct packages available [2024-10-28T03:37:56.798Z] #68 27.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:56.798Z] #68 29.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:57.067Z] #68 ... [2024-10-28T03:37:57.067Z] [2024-10-28T03:37:57.067Z] #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:57.067Z] #73 21.32 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:57.067Z] #73 21.46 OK: 9 MiB in 15 packages [2024-10-28T03:37:57.067Z] #73 ... [2024-10-28T03:37:57.067Z] [2024-10-28T03:37:57.067Z] #42 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-10-28T03:37:57.067Z] #42 35.72 OK: 238 MiB in 54 packages [2024-10-28T03:37:57.067Z] #42 DONE 36.8s [2024-10-28T03:37:57.340Z] [2024-10-28T03:37:57.340Z] #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:37:57.609Z] #85 DONE 0.5s [2024-10-28T03:37:57.609Z] [2024-10-28T03:37:57.609Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:37:58.199Z] #86 ... [2024-10-28T03:37:58.199Z] [2024-10-28T03:37:58.199Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-28T03:37:58.199Z] #81 10.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:58.199Z] #81 20.70 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:58.199Z] #81 20.70 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:58.464Z] #81 20.87 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:58.464Z] #81 ... [2024-10-28T03:37:58.464Z] [2024-10-28T03:37:58.464Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:37:58.464Z] #48 37.16 (1/14) Installing ca-certificates (20240705-r0) [2024-10-28T03:37:58.464Z] #48 37.86 (2/14) Installing brotli-libs (1.1.0-r2) [2024-10-28T03:37:58.464Z] #48 38.04 (3/14) Installing c-ares (1.33.1-r0) [2024-10-28T03:37:58.730Z] #48 ... [2024-10-28T03:37:58.730Z] [2024-10-28T03:37:58.730Z] #73 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init [2024-10-28T03:37:58.730Z] #73 DONE 23.1s [2024-10-28T03:37:58.730Z] [2024-10-28T03:37:58.730Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:37:58.730Z] #48 38.14 (4/14) Installing libunistring (1.2-r0) [2024-10-28T03:37:58.995Z] #48 38.50 (5/14) Installing libidn2 (2.3.7-r0) [2024-10-28T03:37:58.995Z] #48 38.57 (6/14) Installing nghttp2-libs (1.62.1-r0) [2024-10-28T03:37:58.995Z] #48 38.60 (7/14) Installing libpsl (0.21.5-r1) [2024-10-28T03:37:58.995Z] #48 38.62 (8/14) Installing zstd-libs (1.5.6-r0) [2024-10-28T03:37:59.260Z] #48 38.70 (9/14) Installing libcurl (8.10.1-r0) [2024-10-28T03:37:59.260Z] #48 38.84 (10/14) Installing curl (8.10.1-r0) [2024-10-28T03:37:59.260Z] #48 38.86 (11/14) Installing dumb-init (1.2.5-r3) [2024-10-28T03:37:59.260Z] #48 38.88 (12/14) Installing musl-obstack (1.2.3-r2) [2024-10-28T03:37:59.527Z] #48 38.90 (13/14) Installing libucontext (1.2-r3) [2024-10-28T03:37:59.527Z] #48 38.91 (14/14) Installing gcompat (1.1.0-r4) [2024-10-28T03:37:59.527Z] #48 38.92 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:59.527Z] #48 39.02 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:37:59.527Z] #48 ... [2024-10-28T03:37:59.527Z] [2024-10-28T03:37:59.527Z] #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-10-28T03:37:59.527Z] #79 6.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:59.527Z] #79 8.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:37:59.793Z] #79 ... [2024-10-28T03:37:59.793Z] [2024-10-28T03:37:59.793Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:37:59.793Z] #77 18.91 Upgrading critical system libraries and apk-tools: [2024-10-28T03:37:59.793Z] #77 18.91 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:37:59.793Z] #77 19.00 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:37:59.793Z] #77 21.26 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:37:59.793Z] #77 21.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:00.059Z] #77 ... [2024-10-28T03:38:00.059Z] [2024-10-28T03:38:00.059Z] #87 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-28T03:38:00.059Z] #0 3.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:00.059Z] #0 6.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:00.323Z] #87 ... [2024-10-28T03:38:00.323Z] [2024-10-28T03:38:00.323Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-28T03:38:00.323Z] #68 38.53 (1/4) Installing dumb-init (1.2.5-r3) [2024-10-28T03:38:00.323Z] #68 38.56 (2/4) Installing musl-obstack (1.2.3-r2) [2024-10-28T03:38:00.323Z] #68 38.58 (3/4) Installing libucontext (1.2-r3) [2024-10-28T03:38:00.323Z] #68 38.61 (4/4) Installing gcompat (1.1.0-r4) [2024-10-28T03:38:00.323Z] #68 38.64 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:00.323Z] #68 38.80 OK: 9 MiB in 18 packages [2024-10-28T03:38:01.290Z] #68 ... [2024-10-28T03:38:01.290Z] [2024-10-28T03:38:01.290Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-10-28T03:38:01.290Z] #80 23.84 OK: 238 MiB in 54 packages [2024-10-28T03:38:01.290Z] #80 DONE 24.9s [2024-10-28T03:38:01.290Z] [2024-10-28T03:38:01.290Z] #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-10-28T03:38:01.290Z] #79 18.07 Upgrading critical system libraries and apk-tools: [2024-10-28T03:38:01.290Z] #79 18.07 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:38:01.290Z] #79 18.12 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:01.560Z] #79 ... [2024-10-28T03:38:01.560Z] [2024-10-28T03:38:01.560Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-10-28T03:38:01.560Z] #88 DONE 0.4s [2024-10-28T03:38:01.560Z] [2024-10-28T03:38:01.560Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:01.596Z] #115 DONE 38.1s [2024-10-28T03:38:01.597Z] [2024-10-28T03:38:01.597Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:01.597Z] #79 DONE 38.1s [2024-10-28T03:38:01.597Z] [2024-10-28T03:38:01.597Z] #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:01.597Z] #83 DONE 38.0s [2024-10-28T03:38:01.597Z] [2024-10-28T03:38:01.597Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:01.597Z] #94 DONE 34.5s [2024-10-28T03:38:01.597Z] [2024-10-28T03:38:01.597Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:01.597Z] #82 DONE 37.8s [2024-10-28T03:38:01.597Z] [2024-10-28T03:38:01.597Z] #116 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-28T03:38:02.540Z] #89 ... [2024-10-28T03:38:02.540Z] [2024-10-28T03:38:02.540Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-10-28T03:38:02.541Z] #48 40.19 OK: 15 MiB in 28 packages [2024-10-28T03:38:02.541Z] #48 DONE 42.1s [2024-10-28T03:38:02.806Z] [2024-10-28T03:38:02.806Z] #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:38:02.806Z] #75 35.45 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:02.806Z] #75 35.73 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:02.806Z] #75 35.91 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:38:03.388Z] #75 ... [2024-10-28T03:38:03.388Z] [2024-10-28T03:38:03.388Z] #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-10-28T03:38:03.388Z] #68 DONE 41.6s [2024-10-28T03:38:03.388Z] [2024-10-28T03:38:03.388Z] #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-10-28T03:38:03.388Z] #52 40.34 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:03.388Z] #52 41.14 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:03.388Z] #52 41.25 (3/7) Installing dumb-init (1.2.5-r3) [2024-10-28T03:38:03.388Z] #52 41.30 (4/7) Installing musl-obstack (1.2.3-r2) [2024-10-28T03:38:03.388Z] #52 41.33 (5/7) Installing libucontext (1.2-r3) [2024-10-28T03:38:03.388Z] #52 41.36 (6/7) Installing gcompat (1.1.0-r4) [2024-10-28T03:38:03.388Z] #52 41.48 (7/7) Installing openssl (3.3.2-r1) [2024-10-28T03:38:03.388Z] #52 41.76 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:03.654Z] #52 41.99 OK: 10 MiB in 19 packages [2024-10-28T03:38:06.271Z] #52 DONE 44.6s [2024-10-28T03:38:06.271Z] [2024-10-28T03:38:06.271Z] #75 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:38:06.271Z] #75 37.30 OK: 10 MiB in 16 packages [2024-10-28T03:38:06.271Z] #75 DONE 39.5s [2024-10-28T03:38:06.271Z] [2024-10-28T03:38:06.271Z] #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-28T03:38:06.542Z] #90 ... [2024-10-28T03:38:06.542Z] [2024-10-28T03:38:06.542Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-28T03:38:06.542Z] #83 2.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:06.542Z] #83 4.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:06.542Z] #83 12.22 Upgrading critical system libraries and apk-tools: [2024-10-28T03:38:06.542Z] #83 12.22 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:38:06.542Z] #83 12.25 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:06.812Z] #83 ... [2024-10-28T03:38:06.812Z] [2024-10-28T03:38:06.812Z] #87 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-28T03:38:06.812Z] #87 14.06 Upgrading critical system libraries and apk-tools: [2024-10-28T03:38:06.812Z] #87 14.06 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:38:06.812Z] #87 14.12 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:06.812Z] #87 15.99 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:06.812Z] #87 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:07.777Z] #87 17.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:08.185Z] #116 ... [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #117 [security-proxy-auth builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #117 ... [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #118 [support-cron-scheduler builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #118 ... [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #119 DONE 10.5s [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #120 [core-keeper builder 7/8] COPY . . [2024-10-28T03:38:08.185Z] #120 DONE 10.5s [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #121 [security-proxy-setup builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #121 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:38:08.185Z] #122 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:08.185Z] #123 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:08.185Z] #124 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:38:08.185Z] #125 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #126 [security-bootstrapper builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #126 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #116 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #116 DONE 10.5s [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #117 [security-proxy-auth builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #117 DONE 10.6s [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:38:08.185Z] #127 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #128 [core-data builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #128 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:08.185Z] #129 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #130 [core-metadata builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #130 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:08.185Z] #131 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:38:08.185Z] #132 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #133 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:38:08.185Z] #133 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:08.185Z] #134 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #135 [core-command builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #135 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #136 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:08.185Z] #137 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:38:08.185Z] #138 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #139 [support-notifications builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #139 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #140 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:38:08.185Z] #140 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #141 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:38:08.185Z] #141 CACHED [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #118 [support-cron-scheduler builder 6/7] COPY . . [2024-10-28T03:38:08.185Z] #118 DONE 10.6s [2024-10-28T03:38:08.185Z] [2024-10-28T03:38:08.185Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-28T03:38:09.140Z] #142 0.956 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-28T03:38:10.366Z] #87 ... [2024-10-28T03:38:10.366Z] [2024-10-28T03:38:10.366Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-28T03:38:10.366Z] #83 14.33 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:10.366Z] #83 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:10.366Z] #83 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:10.366Z] #83 ... [2024-10-28T03:38:10.366Z] [2024-10-28T03:38:10.366Z] #77 [core-data stage-1 3/8] RUN apk --no-cache upgrade [2024-10-28T03:38:10.366Z] #77 22.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:10.366Z] #77 29.67 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:10.366Z] #77 30.34 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:10.366Z] #77 30.46 OK: 9 MiB in 15 packages [2024-10-28T03:38:10.366Z] #77 DONE 31.9s [2024-10-28T03:38:10.366Z] [2024-10-28T03:38:10.366Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-28T03:38:10.366Z] #81 22.97 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:10.366Z] #81 23.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:10.366Z] #81 24.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:10.366Z] #81 32.40 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:10.634Z] #81 ... [2024-10-28T03:38:10.634Z] [2024-10-28T03:38:10.634Z] #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-28T03:38:10.634Z] #90 2.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:10.634Z] #90 3.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:12.590Z] #90 ... [2024-10-28T03:38:12.591Z] [2024-10-28T03:38:12.591Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-10-28T03:38:12.591Z] #81 33.21 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:12.591Z] #81 33.36 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:38:12.591Z] #81 33.98 OK: 20 MiB in 18 packages [2024-10-28T03:38:12.591Z] #81 DONE 35.0s [2024-10-28T03:38:12.591Z] [2024-10-28T03:38:12.591Z] #84 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:38:12.591Z] #84 17.45 Upgrading critical system libraries and apk-tools: [2024-10-28T03:38:12.591Z] #84 17.45 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:38:12.591Z] #84 17.50 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:12.591Z] #84 19.04 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:12.591Z] #84 19.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:12.591Z] #84 20.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:12.859Z] #84 ... [2024-10-28T03:38:12.859Z] [2024-10-28T03:38:12.859Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:38:12.859Z] #0 4.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:12.859Z] #0 5.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:12.859Z] #91 ... [2024-10-28T03:38:12.859Z] [2024-10-28T03:38:12.859Z] #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-10-28T03:38:12.859Z] #79 20.88 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:12.859Z] #79 21.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:12.859Z] #79 23.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:12.859Z] #79 30.02 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:13.132Z] #79 ... [2024-10-28T03:38:13.132Z] [2024-10-28T03:38:13.401Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-28T03:38:13.401Z] #0 4.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:13.401Z] #0 5.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:13.401Z] #92 ... [2024-10-28T03:38:13.401Z] [2024-10-28T03:38:13.401Z] #79 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-10-28T03:38:13.401Z] #79 30.40 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:13.401Z] #79 30.48 OK: 9 MiB in 15 packages [2024-10-28T03:38:14.820Z] #79 DONE 31.6s [2024-10-28T03:38:14.820Z] [2024-10-28T03:38:14.820Z] #87 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-10-28T03:38:14.820Z] #87 23.97 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:14.820Z] #87 24.43 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:14.820Z] #87 24.54 OK: 9 MiB in 16 packages [2024-10-28T03:38:15.786Z] #87 DONE 25.8s [2024-10-28T03:38:15.786Z] [2024-10-28T03:38:15.786Z] #84 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:38:15.786Z] #84 27.05 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:15.786Z] #84 27.43 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:15.786Z] #84 27.50 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:38:15.786Z] #84 27.98 OK: 11 MiB in 17 packages [2024-10-28T03:38:15.786Z] #84 DONE 29.5s [2024-10-28T03:38:15.786Z] [2024-10-28T03:38:15.786Z] #93 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-28T03:38:17.759Z] #93 ... [2024-10-28T03:38:17.759Z] [2024-10-28T03:38:17.759Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-10-28T03:38:17.759Z] #83 22.01 OK: 20 MiB in 18 packages [2024-10-28T03:38:17.759Z] #83 DONE 23.5s [2024-10-28T03:38:17.759Z] [2024-10-28T03:38:17.759Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-10-28T03:38:17.759Z] #94 DONE 0.4s [2024-10-28T03:38:17.759Z] [2024-10-28T03:38:17.759Z] #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-28T03:38:17.759Z] #90 9.320 Upgrading critical system libraries and apk-tools: [2024-10-28T03:38:17.759Z] #90 9.320 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:38:17.759Z] #90 9.368 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:17.759Z] #90 10.91 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:17.759Z] #90 10.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:18.721Z] #90 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:18.721Z] #90 ... [2024-10-28T03:38:18.721Z] [2024-10-28T03:38:18.721Z] #93 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-10-28T03:38:18.721Z] #93 DONE 2.8s [2024-10-28T03:38:18.721Z] [2024-10-28T03:38:18.721Z] #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-10-28T03:38:18.990Z] #95 DONE 0.2s [2024-10-28T03:38:18.990Z] [2024-10-28T03:38:18.990Z] #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-10-28T03:38:18.990Z] #92 11.63 Upgrading critical system libraries and apk-tools: [2024-10-28T03:38:18.990Z] #92 11.63 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:38:18.990Z] #92 11.68 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:18.990Z] #92 12.71 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:18.990Z] #92 12.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:18.990Z] #92 14.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:19.101Z] #142 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #143 [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-10-28T03:38:19.102Z] #0 0.842 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-28T03:38:19.102Z] #143 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-28T03:38:19.102Z] #0 0.843 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-28T03:38:19.102Z] #144 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-28T03:38:19.102Z] #0 1.361 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-28T03:38:19.102Z] #145 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T03:38:19.102Z] #0 1.499 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-28T03:38:19.102Z] #146 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:38:19.102Z] #0 1.611 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-28T03:38:19.102Z] #147 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-28T03:38:19.102Z] #0 0.597 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-28T03:38:19.102Z] #148 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T03:38:19.102Z] #0 1.395 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-28T03:38:19.102Z] #149 ... [2024-10-28T03:38:19.102Z] [2024-10-28T03:38:19.102Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-28T03:38:19.102Z] #0 0.749 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-28T03:38:19.358Z] #150 ... [2024-10-28T03:38:19.358Z] [2024-10-28T03:38:19.358Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-28T03:38:19.358Z] #0 0.848 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-28T03:38:19.358Z] #151 ... [2024-10-28T03:38:19.358Z] [2024-10-28T03:38:19.358Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-28T03:38:19.358Z] #0 1.074 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-28T03:38:19.615Z] #152 ... [2024-10-28T03:38:19.615Z] [2024-10-28T03:38:19.615Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-28T03:38:19.615Z] #0 1.078 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-28T03:38:20.934Z] #92 17.43 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:20.934Z] #92 17.68 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:20.934Z] #92 17.72 OK: 9 MiB in 18 packages [2024-10-28T03:38:21.907Z] #92 DONE 18.6s [2024-10-28T03:38:21.907Z] [2024-10-28T03:38:21.907Z] #90 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-10-28T03:38:21.907Z] #90 15.39 OK: 10 MiB in 19 packages [2024-10-28T03:38:21.907Z] #90 ... [2024-10-28T03:38:21.907Z] [2024-10-28T03:38:21.907Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-10-28T03:38:21.907Z] #91 12.07 Upgrading critical system libraries and apk-tools: [2024-10-28T03:38:21.907Z] #91 12.07 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-28T03:38:21.907Z] #91 12.12 Executing busybox-1.36.1-r29.trigger [2024-10-28T03:38:21.907Z] #91 13.18 Continuing the upgrade transaction with new apk-tools: [2024-10-28T03:38:21.907Z] #91 13.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:21.908Z] #91 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-28T03:38:21.908Z] #91 17.55 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:21.908Z] #91 17.78 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) [2024-10-28T03:38:21.908Z] #91 17.84 Executing ca-certificates-20240705-r0.trigger [2024-10-28T03:38:21.908Z] #91 18.19 OK: 15 MiB in 28 packages [2024-10-28T03:38:21.908Z] #91 DONE 19.2s [2024-10-28T03:38:21.908Z] [2024-10-28T03:38:21.908Z] #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:38:22.887Z] #96 ... [2024-10-28T03:38:22.887Z] [2024-10-28T03:38:22.887Z] #90 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-10-28T03:38:22.887Z] #90 DONE 16.6s [2024-10-28T03:38:23.156Z] [2024-10-28T03:38:23.156Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:38:24.121Z] #97 ... [2024-10-28T03:38:24.121Z] [2024-10-28T03:38:24.121Z] #96 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:38:24.121Z] #96 DONE 2.2s [2024-10-28T03:38:24.121Z] [2024-10-28T03:38:24.121Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-10-28T03:38:24.121Z] #98 DONE 1.2s [2024-10-28T03:38:24.121Z] [2024-10-28T03:38:24.121Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:38:24.121Z] #99 ... [2024-10-28T03:38:24.121Z] [2024-10-28T03:38:24.121Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-10-28T03:38:24.121Z] #100 DONE 0.2s [2024-10-28T03:38:24.390Z] [2024-10-28T03:38:24.390Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2024-10-28T03:38:24.660Z] #101 DONE 0.3s [2024-10-28T03:38:24.660Z] [2024-10-28T03:38:24.660Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:38:24.660Z] #97 DONE 1.8s [2024-10-28T03:38:24.660Z] [2024-10-28T03:38:24.660Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-10-28T03:38:24.937Z] #102 DONE 0.4s [2024-10-28T03:38:24.937Z] [2024-10-28T03:38:24.937Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:38:25.208Z] #103 DONE 0.4s [2024-10-28T03:38:25.208Z] [2024-10-28T03:38:25.208Z] #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-10-28T03:38:25.489Z] #104 DONE 0.3s [2024-10-28T03:38:25.489Z] [2024-10-28T03:38:25.489Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2024-10-28T03:38:25.489Z] #105 DONE 0.3s [2024-10-28T03:38:25.489Z] [2024-10-28T03:38:25.489Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:38:25.759Z] #106 ... [2024-10-28T03:38:25.759Z] [2024-10-28T03:38:25.759Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-10-28T03:38:25.759Z] #107 DONE 0.3s [2024-10-28T03:38:25.759Z] [2024-10-28T03:38:25.759Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:38:25.759Z] #106 DONE 0.4s [2024-10-28T03:38:25.759Z] [2024-10-28T03:38:25.759Z] #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-10-28T03:38:26.351Z] #108 DONE 0.5s [2024-10-28T03:38:26.352Z] [2024-10-28T03:38:26.352Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-10-28T03:38:26.621Z] #109 DONE 0.3s [2024-10-28T03:38:26.621Z] [2024-10-28T03:38:26.621Z] #110 [security-spire-server] exporting to image [2024-10-28T03:38:26.621Z] #110 exporting layers [2024-10-28T03:38:26.921Z] #110 ... [2024-10-28T03:38:26.921Z] [2024-10-28T03:38:26.921Z] #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-10-28T03:38:26.921Z] #99 DONE 3.0s [2024-10-28T03:38:27.401Z] [2024-10-28T03:38:27.401Z] #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-10-28T03:38:27.401Z] #111 DONE 0.3s [2024-10-28T03:38:27.401Z] [2024-10-28T03:38:27.401Z] #112 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-10-28T03:38:27.683Z] #112 DONE 0.3s [2024-10-28T03:38:27.683Z] [2024-10-28T03:38:27.683Z] #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-10-28T03:38:27.953Z] #113 DONE 0.3s [2024-10-28T03:38:27.953Z] [2024-10-28T03:38:27.953Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-10-28T03:38:28.225Z] #114 DONE 0.3s [2024-10-28T03:38:28.225Z] [2024-10-28T03:38:28.225Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-10-28T03:38:28.832Z] #115 DONE 0.3s [2024-10-28T03:38:28.832Z] [2024-10-28T03:38:28.832Z] #110 [security-spire-agent] exporting to image [2024-10-28T03:38:29.477Z] #110 exporting layers 3.9s done [2024-10-28T03:38:29.477Z] #110 writing image sha256:8db8247cd7ac632ac344e4707380a822179bb2b24427bdf46b7a955dc715b462 done [2024-10-28T03:38:29.477Z] #110 naming to docker.io/library/security-spire-config-arm64 done [2024-10-28T03:38:30.068Z] #110 exporting layers 3.4s done [2024-10-28T03:38:30.068Z] #110 writing image sha256:cada008e7679ea472ff95260b0cad5568765f1e24db3cc292e7f5a48c4322f09 0.0s done [2024-10-28T03:38:30.068Z] #110 naming to docker.io/library/security-spire-server-arm64 [2024-10-28T03:38:30.068Z] #110 naming to docker.io/library/security-spire-server-arm64 done [2024-10-28T03:38:31.037Z] #110 exporting layers 2.5s done [2024-10-28T03:38:31.037Z] #110 writing image sha256:98589e2fe9d905bb4ce863b7a705d78ba9b309d4e4d1a594fab7be86ab887f90 0.0s done [2024-10-28T03:38:31.037Z] #110 naming to docker.io/library/security-spire-agent-arm64 done [2024-10-28T03:38:31.037Z] #110 DONE 5.5s [2024-10-28T03:38:31.037Z] [2024-10-28T03:38:31.037Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #76 DONE 118.3s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #82 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #82 DONE 114.8s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #72 DONE 121.0s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #116 [security-secretstore-setup builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #116 ... [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #86 DONE 98.7s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #117 ... [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #89 DONE 95.4s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #118 [core-keeper builder 7/8] COPY . . [2024-10-28T03:39:38.941Z] #118 ... [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #119 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:39:38.941Z] #119 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #120 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #120 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #121 [security-bootstrapper builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #121 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #116 [security-secretstore-setup builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #116 DONE 1.5s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:39:38.941Z] #122 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #123 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #124 [security-proxy-setup builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #124 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #125 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:39:38.941Z] #125 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #126 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #126 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #127 [support-cron-scheduler builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #127 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #128 [support-notifications builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #128 DONE 1.5s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T03:39:38.941Z] #129 ... [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #130 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #131 [security-proxy-auth builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #131 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:39:38.941Z] #132 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #133 [core-data builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #133 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:39:38.941Z] #134 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #135 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #136 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:39:38.941Z] #136 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #137 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #138 [core-metadata builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #138 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #117 DONE 1.3s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #139 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #139 DONE 1.7s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-28T03:39:38.941Z] #140 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #141 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-10-28T03:39:38.941Z] #141 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #142 [core-command builder 6/7] COPY . . [2024-10-28T03:39:38.941Z] #142 CACHED [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-28T03:39:38.941Z] #143 ... [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #118 [core-keeper builder 7/8] COPY . . [2024-10-28T03:39:38.941Z] #118 DONE 1.1s [2024-10-28T03:39:38.941Z] [2024-10-28T03:39:38.941Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-28T03:39:41.074Z] #153 ... [2024-10-28T03:39:41.074Z] [2024-10-28T03:39:41.074Z] #143 [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-10-28T03:39:41.074Z] #143 90.15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-28T03:39:44.282Z] #144 ... [2024-10-28T03:39:44.283Z] [2024-10-28T03:39:44.283Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T03:39:44.283Z] #129 4.816 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-10-28T03:39:47.614Z] #129 ... [2024-10-28T03:39:47.615Z] [2024-10-28T03:39:47.615Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-28T03:39:47.615Z] #0 4.482 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-10-28T03:39:47.615Z] #145 ... [2024-10-28T03:39:47.615Z] [2024-10-28T03:39:47.615Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-28T03:39:47.615Z] #0 5.434 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2024-10-28T03:39:47.615Z] #146 ... [2024-10-28T03:39:47.615Z] [2024-10-28T03:39:47.615Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-28T03:39:47.615Z] #0 6.279 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-10-28T03:39:47.880Z] #147 ... [2024-10-28T03:39:47.880Z] [2024-10-28T03:39:47.880Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-28T03:39:47.880Z] #0 5.389 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-10-28T03:39:47.880Z] #148 ... [2024-10-28T03:39:47.880Z] [2024-10-28T03:39:47.880Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T03:39:47.880Z] #0 5.774 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-10-28T03:39:48.145Z] #149 ... [2024-10-28T03:39:48.145Z] [2024-10-28T03:39:48.145Z] #150 [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-10-28T03:39:48.145Z] #0 5.134 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-10-28T03:39:48.418Z] #150 ... [2024-10-28T03:39:48.418Z] [2024-10-28T03:39:48.418Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:39:48.418Z] #0 5.328 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2024-10-28T03:39:48.418Z] #151 ... [2024-10-28T03:39:48.418Z] [2024-10-28T03:39:48.418Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-28T03:39:48.418Z] #0 5.981 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-10-28T03:39:48.685Z] #152 ... [2024-10-28T03:39:48.685Z] [2024-10-28T03:39:48.685Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-28T03:39:48.685Z] #0 6.093 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2024-10-28T03:39:48.986Z] #153 ... [2024-10-28T03:39:48.986Z] [2024-10-28T03:39:48.986Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-28T03:39:48.986Z] #144 5.802 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-10-28T03:39:54.308Z] #144 ... [2024-10-28T03:39:54.308Z] [2024-10-28T03:39:54.308Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-28T03:39:54.308Z] #143 5.774 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-10-28T03:40:37.419Z] #143 ... [2024-10-28T03:40:37.419Z] [2024-10-28T03:40:37.419Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-28T03:40:37.419Z] #148 DONE 143.0s [2024-10-28T03:40:37.419Z] [2024-10-28T03:40:37.419Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T03:40:37.419Z] #149 ... [2024-10-28T03:40:37.419Z] [2024-10-28T03:40:37.419Z] #154 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:37.419Z] #154 ... [2024-10-28T03:40:37.419Z] [2024-10-28T03:40:37.419Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-28T03:40:37.419Z] #150 DONE 147.2s [2024-10-28T03:40:37.419Z] [2024-10-28T03:40:37.419Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T03:40:44.044Z] #146 ... [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #143 [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-10-28T03:40:44.044Z] #143 DONE 155.0s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T03:40:44.044Z] #146 ... [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-28T03:40:44.044Z] #152 DONE 155.4s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-28T03:40:44.044Z] #151 DONE 155.4s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.044Z] #155 ... [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-28T03:40:44.044Z] #153 DONE 155.6s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:40:44.044Z] #147 DONE 155.6s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T03:40:44.044Z] #149 DONE 155.6s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-28T03:40:44.044Z] #144 DONE 155.7s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-28T03:40:44.044Z] #145 DONE 155.7s [2024-10-28T03:40:44.044Z] [2024-10-28T03:40:44.044Z] #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.307Z] #156 ... [2024-10-28T03:40:44.307Z] [2024-10-28T03:40:44.307Z] #154 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.307Z] #154 DONE 12.5s [2024-10-28T03:40:44.307Z] [2024-10-28T03:40:44.307Z] #157 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-28T03:40:44.307Z] #157 DONE 0.7s [2024-10-28T03:40:44.307Z] [2024-10-28T03:40:44.307Z] #155 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.307Z] #155 DONE 0.7s [2024-10-28T03:40:44.307Z] [2024-10-28T03:40:44.307Z] #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.307Z] #156 DONE 0.6s [2024-10-28T03:40:44.307Z] [2024-10-28T03:40:44.307Z] #158 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.307Z] #158 DONE 0.4s [2024-10-28T03:40:44.307Z] [2024-10-28T03:40:44.307Z] #159 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:44.571Z] #159 ... [2024-10-28T03:40:44.571Z] [2024-10-28T03:40:44.571Z] #160 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.571Z] #160 DONE 0.4s [2024-10-28T03:40:44.571Z] [2024-10-28T03:40:44.571Z] #161 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:44.571Z] #161 DONE 0.3s [2024-10-28T03:40:44.571Z] [2024-10-28T03:40:44.571Z] #162 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:44.572Z] #162 DONE 0.3s [2024-10-28T03:40:44.572Z] [2024-10-28T03:40:44.572Z] #163 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:44.572Z] #163 DONE 0.3s [2024-10-28T03:40:44.572Z] [2024-10-28T03:40:44.572Z] #164 [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-10-28T03:40:44.841Z] #164 ... [2024-10-28T03:40:44.841Z] [2024-10-28T03:40:44.841Z] #159 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:44.841Z] #159 DONE 0.6s [2024-10-28T03:40:45.103Z] [2024-10-28T03:40:45.103Z] #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-28T03:40:45.365Z] #165 ... [2024-10-28T03:40:45.365Z] [2024-10-28T03:40:45.365Z] #166 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:45.365Z] #166 DONE 1.0s [2024-10-28T03:40:45.365Z] [2024-10-28T03:40:45.365Z] #167 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:45.959Z] #167 ... [2024-10-28T03:40:45.959Z] [2024-10-28T03:40:45.959Z] #168 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:45.959Z] #168 CACHED [2024-10-28T03:40:45.959Z] [2024-10-28T03:40:45.959Z] #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:45.959Z] #169 CACHED [2024-10-28T03:40:45.959Z] [2024-10-28T03:40:45.959Z] #170 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:45.959Z] #170 CACHED [2024-10-28T03:40:45.959Z] [2024-10-28T03:40:45.959Z] #171 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:45.959Z] #171 CACHED [2024-10-28T03:40:45.959Z] [2024-10-28T03:40:45.959Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:45.959Z] #172 CACHED [2024-10-28T03:40:45.959Z] [2024-10-28T03:40:45.959Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:45.959Z] #173 CACHED [2024-10-28T03:40:46.220Z] [2024-10-28T03:40:46.220Z] #174 [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-10-28T03:40:46.220Z] #174 DONE 1.5s [2024-10-28T03:40:46.220Z] [2024-10-28T03:40:46.220Z] #175 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-28T03:40:46.220Z] #175 DONE 1.7s [2024-10-28T03:40:46.220Z] [2024-10-28T03:40:46.220Z] #176 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-28T03:40:46.220Z] #176 ... [2024-10-28T03:40:46.220Z] [2024-10-28T03:40:46.220Z] #167 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:46.220Z] #167 DONE 1.6s [2024-10-28T03:40:46.481Z] [2024-10-28T03:40:46.481Z] #177 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-28T03:40:46.778Z] #177 ... [2024-10-28T03:40:46.778Z] [2024-10-28T03:40:46.778Z] #164 [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-10-28T03:40:46.778Z] #164 DONE 2.0s [2024-10-28T03:40:46.778Z] [2024-10-28T03:40:46.778Z] #178 [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-10-28T03:40:47.350Z] #178 ... [2024-10-28T03:40:47.351Z] [2024-10-28T03:40:47.351Z] #179 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-28T03:40:47.351Z] #179 DONE 3.1s [2024-10-28T03:40:47.351Z] [2024-10-28T03:40:47.351Z] #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-28T03:40:47.351Z] #165 DONE 2.3s [2024-10-28T03:40:47.351Z] [2024-10-28T03:40:47.351Z] #146 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T03:40:47.351Z] #146 DONE 159.2s [2024-10-28T03:40:47.351Z] [2024-10-28T03:40:47.351Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-28T03:40:47.351Z] #180 DONE 1.5s [2024-10-28T03:40:47.351Z] [2024-10-28T03:40:47.351Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-28T03:40:47.351Z] #142 DONE 159.2s [2024-10-28T03:40:47.614Z] [2024-10-28T03:40:47.614Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:47.614Z] #181 ... [2024-10-28T03:40:47.614Z] [2024-10-28T03:40:47.614Z] #182 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-28T03:40:47.614Z] #182 DONE 1.8s [2024-10-28T03:40:47.614Z] [2024-10-28T03:40:47.614Z] #183 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-28T03:40:47.614Z] #183 DONE 1.8s [2024-10-28T03:40:47.614Z] [2024-10-28T03:40:47.614Z] #184 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-28T03:40:47.614Z] #184 DONE 1.8s [2024-10-28T03:40:47.614Z] [2024-10-28T03:40:47.614Z] #176 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-28T03:40:47.614Z] #176 DONE 1.7s [2024-10-28T03:40:47.614Z] [2024-10-28T03:40:47.614Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-28T03:40:47.888Z] #185 ... [2024-10-28T03:40:47.888Z] [2024-10-28T03:40:47.888Z] #186 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:47.888Z] #186 DONE 1.6s [2024-10-28T03:40:47.888Z] [2024-10-28T03:40:47.888Z] #177 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-28T03:40:47.888Z] #177 DONE 1.7s [2024-10-28T03:40:47.888Z] [2024-10-28T03:40:47.888Z] #178 [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-10-28T03:40:47.888Z] #178 DONE 1.4s [2024-10-28T03:40:47.888Z] [2024-10-28T03:40:47.888Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:48.149Z] #187 ... [2024-10-28T03:40:48.149Z] [2024-10-28T03:40:48.149Z] #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-10-28T03:40:48.149Z] #188 DONE 0.7s [2024-10-28T03:40:48.149Z] [2024-10-28T03:40:48.149Z] #189 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:48.149Z] #189 DONE 0.8s [2024-10-28T03:40:48.149Z] [2024-10-28T03:40:48.149Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:48.149Z] #181 DONE 0.7s [2024-10-28T03:40:48.149Z] [2024-10-28T03:40:48.149Z] #108 [security-spiffe-token-provider] exporting to image [2024-10-28T03:40:48.149Z] #108 exporting layers [2024-10-28T03:40:48.411Z] #108 ... [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #190 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:48.411Z] #190 DONE 0.7s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #191 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:48.411Z] #191 DONE 0.6s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #192 [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-10-28T03:40:48.411Z] #192 DONE 0.6s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #193 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:48.411Z] #193 DONE 0.7s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #194 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:40:48.411Z] #194 DONE 0.7s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #108 [core-command] exporting to image [2024-10-28T03:40:48.411Z] #108 ... [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-28T03:40:48.411Z] #185 DONE 0.7s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #195 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-28T03:40:48.411Z] #195 DONE 0.6s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #196 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:48.411Z] #196 DONE 0.6s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:48.411Z] #187 DONE 0.5s [2024-10-28T03:40:48.411Z] [2024-10-28T03:40:48.411Z] #108 [core-keeper] exporting to image [2024-10-28T03:40:48.411Z] #108 exporting layers 0.4s done [2024-10-28T03:40:48.674Z] #108 ... [2024-10-28T03:40:48.674Z] [2024-10-28T03:40:48.674Z] #197 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-28T03:40:48.674Z] #197 DONE 0.5s [2024-10-28T03:40:48.674Z] [2024-10-28T03:40:48.674Z] #198 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:48.674Z] #198 DONE 0.6s [2024-10-28T03:40:48.674Z] [2024-10-28T03:40:48.674Z] #199 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-28T03:40:48.674Z] #199 DONE 0.4s [2024-10-28T03:40:48.674Z] [2024-10-28T03:40:48.674Z] #200 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-28T03:40:48.934Z] #200 ... [2024-10-28T03:40:48.934Z] [2024-10-28T03:40:48.934Z] #201 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:48.934Z] #201 DONE 0.5s [2024-10-28T03:40:48.934Z] [2024-10-28T03:40:48.934Z] #202 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-10-28T03:40:48.934Z] #202 DONE 0.5s [2024-10-28T03:40:48.934Z] [2024-10-28T03:40:48.934Z] #203 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-28T03:40:48.934Z] #203 DONE 0.5s [2024-10-28T03:40:48.934Z] [2024-10-28T03:40:48.934Z] #204 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:40:48.934Z] #204 DONE 0.5s [2024-10-28T03:40:48.934Z] [2024-10-28T03:40:48.934Z] #205 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-28T03:40:48.934Z] #205 DONE 0.5s [2024-10-28T03:40:48.934Z] [2024-10-28T03:40:48.934Z] #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-28T03:40:48.934Z] #206 DONE 0.5s [2024-10-28T03:40:48.934Z] [2024-10-28T03:40:48.934Z] #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-28T03:40:49.539Z] #207 ... [2024-10-28T03:40:49.539Z] [2024-10-28T03:40:49.539Z] #208 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-28T03:40:49.539Z] #208 DONE 0.6s [2024-10-28T03:40:49.539Z] [2024-10-28T03:40:49.539Z] #108 [core-metadata] exporting to image [2024-10-28T03:40:50.112Z] #108 ... [2024-10-28T03:40:50.112Z] [2024-10-28T03:40:50.112Z] #200 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-28T03:40:50.112Z] #200 DONE 1.2s [2024-10-28T03:40:50.112Z] [2024-10-28T03:40:50.112Z] #209 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:40:50.373Z] #209 ... [2024-10-28T03:40:50.373Z] [2024-10-28T03:40:50.373Z] #210 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-28T03:40:50.373Z] #210 DONE 1.4s [2024-10-28T03:40:50.373Z] [2024-10-28T03:40:50.373Z] #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:40:50.373Z] #211 DONE 1.7s [2024-10-28T03:40:50.373Z] [2024-10-28T03:40:50.373Z] #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-28T03:40:50.373Z] #207 DONE 1.3s [2024-10-28T03:40:50.373Z] [2024-10-28T03:40:50.373Z] #212 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-28T03:40:50.373Z] #212 DONE 1.4s [2024-10-28T03:40:50.373Z] [2024-10-28T03:40:50.373Z] #213 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-28T03:40:50.373Z] #213 DONE 0.2s [2024-10-28T03:40:50.373Z] [2024-10-28T03:40:50.373Z] #214 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:40:50.373Z] #214 DONE 0.2s [2024-10-28T03:40:50.373Z] [2024-10-28T03:40:50.373Z] #108 [core-keeper] exporting to image [2024-10-28T03:40:50.373Z] #108 exporting layers 1.3s done [2024-10-28T03:40:50.373Z] #108 writing image sha256:713e195f54443ff5d3cc6cf71ab8c5f10be10348bb76b92a160cac9320b758d3 done [2024-10-28T03:40:50.373Z] #108 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2024-10-28T03:40:50.373Z] #108 writing image sha256:bb54712a38db58d03593cc64b43014e919370b311b48350c59f5c5381a02ffc6 done [2024-10-28T03:40:50.373Z] #108 naming to docker.io/library/core-command done [2024-10-28T03:40:50.373Z] #108 writing image sha256:12e3ebf91582c3eed9384d2bc9cc9965f5666cd13a7e638ad354e05539693574 done [2024-10-28T03:40:50.373Z] #108 naming to docker.io/library/core-keeper done [2024-10-28T03:40:50.634Z] #108 ... [2024-10-28T03:40:50.634Z] [2024-10-28T03:40:50.634Z] #215 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-28T03:40:50.634Z] #215 DONE 0.2s [2024-10-28T03:40:50.634Z] [2024-10-28T03:40:50.634Z] #216 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-28T03:40:50.634Z] #216 DONE 0.2s [2024-10-28T03:40:50.634Z] [2024-10-28T03:40:50.634Z] #217 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-10-28T03:40:50.634Z] #217 DONE 0.2s [2024-10-28T03:40:50.634Z] [2024-10-28T03:40:50.634Z] #218 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-28T03:40:50.634Z] #218 DONE 0.2s [2024-10-28T03:40:50.634Z] [2024-10-28T03:40:50.634Z] #108 [security-proxy-auth] exporting to image [2024-10-28T03:40:50.634Z] #108 writing image sha256:4c8d152b9b9e21fc7301d4d7da0a5c322bc8d0dace044dae06bcd00347a27bec 0.0s done [2024-10-28T03:40:50.634Z] #108 naming to docker.io/library/core-data done [2024-10-28T03:40:50.634Z] #108 writing image sha256:f5e2344efccb7b58fc47585db8845b2512137e9da6df1f8e80cb1636c8d3504b done [2024-10-28T03:40:50.634Z] #108 naming to docker.io/library/core-metadata done [2024-10-28T03:40:50.634Z] #108 writing image sha256:71943015d08ce7c92e69dcae1fcda8f3f6de91dd973737f14f816290eb813fce done [2024-10-28T03:40:50.634Z] #108 naming to docker.io/library/security-proxy-auth done [2024-10-28T03:40:50.895Z] #108 ... [2024-10-28T03:40:50.895Z] [2024-10-28T03:40:50.895Z] #209 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:40:50.895Z] #209 DONE 1.9s [2024-10-28T03:40:50.895Z] [2024-10-28T03:40:50.895Z] #219 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-10-28T03:40:50.895Z] #219 DONE 0.2s [2024-10-28T03:40:50.895Z] [2024-10-28T03:40:50.895Z] #220 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:40:50.895Z] #220 DONE 1.9s [2024-10-28T03:40:50.895Z] [2024-10-28T03:40:50.895Z] #108 [security-proxy-setup] exporting to image [2024-10-28T03:40:50.895Z] #108 ... [2024-10-28T03:40:50.895Z] [2024-10-28T03:40:50.895Z] #221 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-10-28T03:40:50.895Z] #221 DONE 0.1s [2024-10-28T03:40:50.895Z] [2024-10-28T03:40:50.895Z] #222 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-28T03:40:50.895Z] #222 DONE 0.1s [2024-10-28T03:40:51.157Z] [2024-10-28T03:40:51.157Z] #223 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-28T03:40:51.157Z] #223 DONE 0.1s [2024-10-28T03:40:51.157Z] [2024-10-28T03:40:51.157Z] #108 [security-proxy-setup] exporting to image [2024-10-28T03:40:51.157Z] #108 exporting layers 0.3s done [2024-10-28T03:40:51.157Z] #108 writing image sha256:a98ec32e2ef063d9087f4858d3a001995d4dfd41a9d0c2868391723d160e018e [2024-10-28T03:40:51.157Z] #108 exporting layers 0.5s done [2024-10-28T03:40:51.157Z] #108 writing image sha256:a98ec32e2ef063d9087f4858d3a001995d4dfd41a9d0c2868391723d160e018e 0.0s done [2024-10-28T03:40:51.157Z] #108 naming to docker.io/library/core-common-config-bootstrapper done [2024-10-28T03:40:51.157Z] #108 writing image sha256:619f1d7eda5d6aba0fccffc0d671310e0d827e513ff2f7c2fd6ed169d4d62227 [2024-10-28T03:40:51.423Z] #108 ... [2024-10-28T03:40:51.423Z] [2024-10-28T03:40:51.423Z] #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:40:51.423Z] #224 DONE 0.7s [2024-10-28T03:40:51.423Z] [2024-10-28T03:40:51.423Z] #108 [security-proxy-setup] exporting to image [2024-10-28T03:40:51.423Z] #108 exporting layers 0.5s done [2024-10-28T03:40:51.423Z] #108 writing image sha256:619f1d7eda5d6aba0fccffc0d671310e0d827e513ff2f7c2fd6ed169d4d62227 0.0s done [2024-10-28T03:40:51.423Z] #108 writing image sha256:736b6cb19d3338724dfdff09afb47e67eb3f43a64412620ad5310a6a9f16db5d done [2024-10-28T03:40:51.423Z] #108 naming to docker.io/library/support-notifications done [2024-10-28T03:40:51.423Z] #108 naming to docker.io/library/support-cron-scheduler done [2024-10-28T03:40:51.423Z] #108 writing image sha256:f8d4f77b240d5b912fa59f84f532ff0fcf59a32d4c9d9813f0f31c4101350c75 done [2024-10-28T03:40:51.423Z] #108 naming to docker.io/library/security-proxy-setup done [2024-10-28T03:40:51.423Z] #108 exporting layers 0.2s done [2024-10-28T03:40:51.423Z] #108 writing image sha256:8b3a34741605763e756d8672d4ba235fec15e3092f101c9fe0adcc4bb0799734 done [2024-10-28T03:40:51.423Z] #108 naming to docker.io/library/security-secretstore-setup done [2024-10-28T03:40:51.423Z] #108 DONE 4.6s [2024-10-28T03:40:51.423Z] [2024-10-28T03:40:51.423Z] #225 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-28T03:40:51.685Z] #225 DONE 0.5s [2024-10-28T03:40:51.685Z] [2024-10-28T03:40:51.685Z] #108 [security-bootstrapper] exporting to image [2024-10-28T03:40:51.685Z] #108 exporting layers 0.2s done [2024-10-28T03:40:51.685Z] #108 writing image sha256:61c2d73905eba8a33db960b5288e8ac8c7f3e794bd02a6d67bef09a14885a5c1 done [2024-10-28T03:40:51.685Z] #108 naming to docker.io/library/security-bootstrapper done [2024-10-28T03:40:51.685Z] #108 DONE 4.8s [2024-10-28T03:40:51.685Z] [2024-10-28T03:40:51.685Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T03:40:51.685Z] time="2024-10-28T03:36:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-28T03:40:51.686Z] $ docker stop --time=1 0c88f838163b36ded5b7013a1a20842b2aaab5a254d88e4fbdca9ae9b0736684 [2024-10-28T03:40:52.978Z] $ docker rm -f --volumes 0c88f838163b36ded5b7013a1a20842b2aaab5a254d88e4fbdca9ae9b0736684 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-28T03:40:53.347Z] + docker images [2024-10-28T03:40:53.347Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-28T03:40:53.347Z] security-secretstore-setup latest 8b3a34741605 2 seconds ago 57.9MB [2024-10-28T03:40:53.347Z] security-bootstrapper latest 61c2d73905eb 2 seconds ago 32.9MB [2024-10-28T03:40:53.347Z] support-notifications latest 736b6cb19d33 3 seconds ago 71.1MB [2024-10-28T03:40:53.347Z] support-cron-scheduler latest 619f1d7eda5d 3 seconds ago 72.3MB [2024-10-28T03:40:53.347Z] core-common-config-bootstrapper latest a98ec32e2ef0 3 seconds ago 26.8MB [2024-10-28T03:40:53.347Z] security-proxy-setup latest f8d4f77b240d 3 seconds ago 39.4MB [2024-10-28T03:40:53.347Z] security-proxy-auth latest 71943015d08c 3 seconds ago 40MB [2024-10-28T03:40:53.347Z] core-metadata latest f5e2344efccb 4 seconds ago 47.9MB [2024-10-28T03:40:53.347Z] core-data latest 4c8d152b9b9e 5 seconds ago 47.8MB [2024-10-28T03:40:53.347Z] core-keeper latest 12e3ebf91582 5 seconds ago 41.5MB [2024-10-28T03:40:53.347Z] core-command latest bb54712a38db 5 seconds ago 41.9MB [2024-10-28T03:40:53.347Z] security-spiffe-token-provider latest 713e195f5444 6 seconds ago 47MB [2024-10-28T03:40:53.347Z] security-spire-agent latest 1701a5d27a9d 3 minutes ago 188MB [2024-10-28T03:40:53.347Z] security-spire-server latest 36d0733d35c0 3 minutes ago 128MB [2024-10-28T03:40:53.347Z] security-spire-config latest ae7a01d064f4 3 minutes ago 127MB [2024-10-28T03:40:53.347Z] ci-base-image-x86_64 latest a41c22ff260d 7 minutes ago 980MB [2024-10-28T03:40:53.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 3 weeks ago 573MB [2024-10-28T03:40:53.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 17 months ago 334MB [2024-10-28T03:40:53.347Z] 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-10-28T03:40:53.500Z] provisioning config files... [2024-10-28T03:40:53.510Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config9466625761929687256tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-28T03:40:53.819Z] ---> ****-login.sh [2024-10-28T03:40:53.820Z] nexus3.edgexfoundry.org:10001 [2024-10-28T03:40:53.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:40:53.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:40:53.820Z] Configure a credential helper to remove this warning. See [2024-10-28T03:40:53.820Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:40:53.820Z] [2024-10-28T03:40:53.820Z] Login Succeeded [2024-10-28T03:40:53.820Z] nexus3.edgexfoundry.org:10002 [2024-10-28T03:40:54.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:40:54.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:40:54.079Z] Configure a credential helper to remove this warning. See [2024-10-28T03:40:54.079Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:40:54.079Z] [2024-10-28T03:40:54.079Z] Login Succeeded [2024-10-28T03:40:54.079Z] nexus3.edgexfoundry.org:10003 [2024-10-28T03:40:54.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:40:54.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:40:54.079Z] Configure a credential helper to remove this warning. See [2024-10-28T03:40:54.079Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:40:54.079Z] [2024-10-28T03:40:54.079Z] Login Succeeded [2024-10-28T03:40:54.079Z] nexus3.edgexfoundry.org:10004 [2024-10-28T03:40:54.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:40:54.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:40:54.341Z] Configure a credential helper to remove this warning. See [2024-10-28T03:40:54.341Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:40:54.341Z] [2024-10-28T03:40:54.341Z] Login Succeeded [2024-10-28T03:40:54.341Z] ****.io [2024-10-28T03:40:54.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T03:40:54.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T03:40:54.602Z] Configure a credential helper to remove this warning. See [2024-10-28T03:40:54.602Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T03:40:54.602Z] [2024-10-28T03:40:54.602Z] Login Succeeded [2024-10-28T03:40:54.602Z] ---> ****-login.sh ends [Pipeline] } [2024-10-28T03:40:54.612Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:40:54.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-28T03:40:54.697Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-10-28T03:40:54.697Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:40:54.697Z] latest [2024-10-28T03:40:54.697Z] 4.0.0-dev.4 [2024-10-28T03:40:54.697Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:40:54.697Z] main [2024-10-28T03:40:54.697Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:40:55.069Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:40:55.411Z] + docker push nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:40:55.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-28T03:40:55.411Z] 1fabc0dd023d: Preparing [2024-10-28T03:40:55.411Z] bd21c6933d95: Preparing [2024-10-28T03:40:55.411Z] c2df41739fb1: Preparing [2024-10-28T03:40:55.411Z] ce1e82d31b5f: Preparing [2024-10-28T03:40:55.411Z] 800ac7e3b4d8: Preparing [2024-10-28T03:40:55.411Z] 3ed1bc031bf5: Preparing [2024-10-28T03:40:55.411Z] 63ca1fbb43ae: Preparing [2024-10-28T03:40:55.411Z] 3ed1bc031bf5: Waiting [2024-10-28T03:40:55.411Z] 63ca1fbb43ae: Waiting [2024-10-28T03:40:55.411Z] 1fabc0dd023d: Pushed [2024-10-28T03:40:55.411Z] ce1e82d31b5f: Pushed [2024-10-28T03:40:55.411Z] c2df41739fb1: Pushed [2024-10-28T03:40:55.411Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:40:55.670Z] 3ed1bc031bf5: Pushed [2024-10-28T03:40:56.238Z] 800ac7e3b4d8: Pushed [2024-10-28T03:40:58.798Z] bd21c6933d95: Pushed [2024-10-28T03:40:58.798Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:40:59.134Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:40:59.456Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-28T03:40:59.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-28T03:40:59.456Z] 1fabc0dd023d: Preparing [2024-10-28T03:40:59.456Z] bd21c6933d95: Preparing [2024-10-28T03:40:59.456Z] c2df41739fb1: Preparing [2024-10-28T03:40:59.456Z] ce1e82d31b5f: Preparing [2024-10-28T03:40:59.456Z] 800ac7e3b4d8: Preparing [2024-10-28T03:40:59.456Z] 3ed1bc031bf5: Preparing [2024-10-28T03:40:59.456Z] 63ca1fbb43ae: Preparing [2024-10-28T03:40:59.456Z] 63ca1fbb43ae: Waiting [2024-10-28T03:40:59.456Z] 3ed1bc031bf5: Waiting [2024-10-28T03:40:59.456Z] c2df41739fb1: Layer already exists [2024-10-28T03:40:59.456Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:40:59.456Z] bd21c6933d95: Layer already exists [2024-10-28T03:40:59.456Z] 1fabc0dd023d: Layer already exists [2024-10-28T03:40:59.456Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:40:59.456Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:40:59.456Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:40:59.456Z] latest: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:40:59.796Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:00.133Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.4 [2024-10-28T03:41:00.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-28T03:41:00.133Z] 1fabc0dd023d: Preparing [2024-10-28T03:41:00.133Z] bd21c6933d95: Preparing [2024-10-28T03:41:00.133Z] c2df41739fb1: Preparing [2024-10-28T03:41:00.133Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:00.133Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:00.133Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:00.133Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:00.133Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:00.133Z] 1fabc0dd023d: Layer already exists [2024-10-28T03:41:00.133Z] bd21c6933d95: Layer already exists [2024-10-28T03:41:00.133Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:00.133Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:00.133Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:00.133Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:00.133Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:00.133Z] 4.0.0-dev.4: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:00.458Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:00.780Z] + docker push nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:00.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-28T03:41:00.780Z] 1fabc0dd023d: Preparing [2024-10-28T03:41:00.780Z] bd21c6933d95: Preparing [2024-10-28T03:41:00.780Z] c2df41739fb1: Preparing [2024-10-28T03:41:00.780Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:00.780Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:00.780Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:00.780Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:00.780Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:00.780Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:00.780Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:00.780Z] 1fabc0dd023d: Layer already exists [2024-10-28T03:41:00.780Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:00.780Z] bd21c6933d95: Layer already exists [2024-10-28T03:41:00.780Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:00.780Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:00.780Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:00.780Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:01.105Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:01.436Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-10-28T03:41:01.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-10-28T03:41:01.437Z] 1fabc0dd023d: Preparing [2024-10-28T03:41:01.437Z] bd21c6933d95: Preparing [2024-10-28T03:41:01.437Z] c2df41739fb1: Preparing [2024-10-28T03:41:01.437Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:01.437Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:01.437Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:01.437Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:01.437Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:01.437Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:01.437Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:01.437Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:01.437Z] 1fabc0dd023d: Layer already exists [2024-10-28T03:41:01.437Z] bd21c6933d95: Layer already exists [2024-10-28T03:41:01.437Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:01.437Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:01.437Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:01.437Z] main: digest: sha256:f6671e21e4ec64534d5bed536b3ab62cf58da1eda04bee589de7a947f99ffc76 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:01.518Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:01.530Z] taggedImages: [2024-10-28T03:41:01.530Z] - nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:01.530Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-10-28T03:41:01.530Z] - nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.4 [2024-10-28T03:41:01.530Z] - nexus3.edgexfoundry.org:10004/core-command:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:01.530Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-10-28T03:41:01.559Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-10-28T03:41:01.559Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:01.559Z] latest [2024-10-28T03:41:01.559Z] 4.0.0-dev.4 [2024-10-28T03:41:01.559Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:01.559Z] main [2024-10-28T03:41:01.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:01.904Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:02.221Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:02.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-28T03:41:02.221Z] 02bb3eb51f0c: Preparing [2024-10-28T03:41:02.221Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:02.221Z] f9bc8f598659: Preparing [2024-10-28T03:41:02.221Z] 4d09a1a7f9f1: Preparing [2024-10-28T03:41:02.221Z] c2df41739fb1: Preparing [2024-10-28T03:41:02.221Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:02.221Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:02.221Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:02.221Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:02.221Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:02.221Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:02.221Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:02.221Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:02.221Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:02.221Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:02.221Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:02.221Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:02.221Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:02.221Z] 04cbe2d80a8e: Pushed [2024-10-28T03:41:02.221Z] 02bb3eb51f0c: Pushed [2024-10-28T03:41:02.221Z] f9bc8f598659: Pushed [2024-10-28T03:41:04.123Z] 4d09a1a7f9f1: Pushed [2024-10-28T03:41:04.123Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:04.459Z] + 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-10-28T03:41:04.790Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-28T03:41:04.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-28T03:41:04.790Z] 02bb3eb51f0c: Preparing [2024-10-28T03:41:04.790Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:04.790Z] f9bc8f598659: Preparing [2024-10-28T03:41:04.790Z] 4d09a1a7f9f1: Preparing [2024-10-28T03:41:04.790Z] c2df41739fb1: Preparing [2024-10-28T03:41:04.790Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:04.790Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:04.790Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:04.790Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:04.790Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:04.790Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:04.790Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:04.790Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:04.790Z] 4d09a1a7f9f1: Layer already exists [2024-10-28T03:41:04.790Z] f9bc8f598659: Layer already exists [2024-10-28T03:41:04.790Z] 02bb3eb51f0c: Layer already exists [2024-10-28T03:41:04.790Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:04.790Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:04.790Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:04.790Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:04.790Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:04.790Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:04.790Z] latest: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:05.114Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:05.447Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.4 [2024-10-28T03:41:05.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-28T03:41:05.447Z] 02bb3eb51f0c: Preparing [2024-10-28T03:41:05.447Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:05.447Z] f9bc8f598659: Preparing [2024-10-28T03:41:05.447Z] 4d09a1a7f9f1: Preparing [2024-10-28T03:41:05.447Z] c2df41739fb1: Preparing [2024-10-28T03:41:05.447Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:05.447Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:05.447Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:05.447Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:05.447Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:05.447Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:05.447Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:05.447Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:05.447Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:05.447Z] 02bb3eb51f0c: Layer already exists [2024-10-28T03:41:05.447Z] f9bc8f598659: Layer already exists [2024-10-28T03:41:05.447Z] 4d09a1a7f9f1: Layer already exists [2024-10-28T03:41:05.447Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:05.447Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:05.447Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:05.447Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:05.447Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:05.447Z] 4.0.0-dev.4: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:05.786Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:06.117Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:06.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-28T03:41:06.117Z] 02bb3eb51f0c: Preparing [2024-10-28T03:41:06.117Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:06.117Z] f9bc8f598659: Preparing [2024-10-28T03:41:06.117Z] 4d09a1a7f9f1: Preparing [2024-10-28T03:41:06.117Z] c2df41739fb1: Preparing [2024-10-28T03:41:06.117Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:06.117Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:06.117Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:06.117Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:06.117Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:06.117Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:06.117Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:06.117Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:06.117Z] 4d09a1a7f9f1: Layer already exists [2024-10-28T03:41:06.117Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:06.117Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:06.117Z] 02bb3eb51f0c: Layer already exists [2024-10-28T03:41:06.117Z] f9bc8f598659: Layer already exists [2024-10-28T03:41:06.117Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:06.117Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:06.117Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:06.117Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:06.117Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:06.437Z] + 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-10-28T03:41:06.757Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-10-28T03:41:06.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-10-28T03:41:06.757Z] 02bb3eb51f0c: Preparing [2024-10-28T03:41:06.757Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:06.757Z] f9bc8f598659: Preparing [2024-10-28T03:41:06.757Z] 4d09a1a7f9f1: Preparing [2024-10-28T03:41:06.757Z] c2df41739fb1: Preparing [2024-10-28T03:41:06.757Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:06.757Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:06.757Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:06.757Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:06.757Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:06.757Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:06.757Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:06.757Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:06.757Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:06.757Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:06.757Z] 4d09a1a7f9f1: Layer already exists [2024-10-28T03:41:06.757Z] 02bb3eb51f0c: Layer already exists [2024-10-28T03:41:06.757Z] f9bc8f598659: Layer already exists [2024-10-28T03:41:06.757Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:06.757Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:06.757Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:06.757Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:06.757Z] main: digest: sha256:f2ba84f8252f4c2cab91b97ad95094eb7e00dd6702bf2574da731d97c5c80258 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:06.845Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:06.858Z] taggedImages: [2024-10-28T03:41:06.858Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:06.858Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-10-28T03:41:06.858Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.4 [2024-10-28T03:41:06.858Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:06.858Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-10-28T03:41:06.890Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-10-28T03:41:06.890Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:06.890Z] latest [2024-10-28T03:41:06.890Z] 4.0.0-dev.4 [2024-10-28T03:41:06.890Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:06.890Z] main [2024-10-28T03:41:06.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:07.255Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:07.585Z] + docker push nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:07.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-28T03:41:07.585Z] be30eea7ea9f: Preparing [2024-10-28T03:41:07.585Z] b494a3474abd: Preparing [2024-10-28T03:41:07.585Z] a8f3df010551: Preparing [2024-10-28T03:41:07.585Z] c2df41739fb1: Preparing [2024-10-28T03:41:07.585Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:07.585Z] c9a2f41e9917: Preparing [2024-10-28T03:41:07.585Z] 8be27c567f9c: Preparing [2024-10-28T03:41:07.585Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:07.585Z] c9a2f41e9917: Waiting [2024-10-28T03:41:07.585Z] 8be27c567f9c: Waiting [2024-10-28T03:41:07.586Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:07.586Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:07.586Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:07.586Z] b494a3474abd: Pushed [2024-10-28T03:41:07.586Z] be30eea7ea9f: Pushed [2024-10-28T03:41:07.586Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:07.586Z] 8be27c567f9c: Pushed [2024-10-28T03:41:08.153Z] c9a2f41e9917: Pushed [2024-10-28T03:41:11.464Z] a8f3df010551: Pushed [2024-10-28T03:41:11.464Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:11.803Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:12.130Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-28T03:41:12.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-28T03:41:12.130Z] be30eea7ea9f: Preparing [2024-10-28T03:41:12.130Z] b494a3474abd: Preparing [2024-10-28T03:41:12.130Z] a8f3df010551: Preparing [2024-10-28T03:41:12.130Z] c2df41739fb1: Preparing [2024-10-28T03:41:12.130Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:12.130Z] c9a2f41e9917: Preparing [2024-10-28T03:41:12.130Z] 8be27c567f9c: Preparing [2024-10-28T03:41:12.130Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:12.130Z] 8be27c567f9c: Waiting [2024-10-28T03:41:12.130Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:12.130Z] c9a2f41e9917: Waiting [2024-10-28T03:41:12.130Z] b494a3474abd: Layer already exists [2024-10-28T03:41:12.130Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:12.130Z] be30eea7ea9f: Layer already exists [2024-10-28T03:41:12.130Z] a8f3df010551: Layer already exists [2024-10-28T03:41:12.130Z] c9a2f41e9917: Layer already exists [2024-10-28T03:41:12.130Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:12.130Z] 8be27c567f9c: Layer already exists [2024-10-28T03:41:12.130Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:12.130Z] latest: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:12.472Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:12.826Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.4 [2024-10-28T03:41:12.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-28T03:41:12.826Z] be30eea7ea9f: Preparing [2024-10-28T03:41:12.826Z] b494a3474abd: Preparing [2024-10-28T03:41:12.826Z] a8f3df010551: Preparing [2024-10-28T03:41:12.826Z] c2df41739fb1: Preparing [2024-10-28T03:41:12.826Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:12.826Z] c9a2f41e9917: Preparing [2024-10-28T03:41:12.826Z] 8be27c567f9c: Preparing [2024-10-28T03:41:12.826Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:12.826Z] c9a2f41e9917: Waiting [2024-10-28T03:41:12.826Z] 8be27c567f9c: Waiting [2024-10-28T03:41:12.826Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:12.826Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:12.826Z] b494a3474abd: Layer already exists [2024-10-28T03:41:12.826Z] be30eea7ea9f: Layer already exists [2024-10-28T03:41:12.826Z] a8f3df010551: Layer already exists [2024-10-28T03:41:12.826Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:12.826Z] 8be27c567f9c: Layer already exists [2024-10-28T03:41:12.826Z] c9a2f41e9917: Layer already exists [2024-10-28T03:41:12.826Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:12.826Z] 4.0.0-dev.4: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:13.150Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:13.470Z] + docker push nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:13.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-28T03:41:13.470Z] be30eea7ea9f: Preparing [2024-10-28T03:41:13.470Z] b494a3474abd: Preparing [2024-10-28T03:41:13.470Z] a8f3df010551: Preparing [2024-10-28T03:41:13.470Z] c2df41739fb1: Preparing [2024-10-28T03:41:13.470Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:13.470Z] c9a2f41e9917: Preparing [2024-10-28T03:41:13.470Z] 8be27c567f9c: Preparing [2024-10-28T03:41:13.470Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:13.470Z] 8be27c567f9c: Waiting [2024-10-28T03:41:13.470Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:13.470Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:13.470Z] be30eea7ea9f: Layer already exists [2024-10-28T03:41:13.470Z] a8f3df010551: Layer already exists [2024-10-28T03:41:13.470Z] b494a3474abd: Layer already exists [2024-10-28T03:41:13.470Z] c9a2f41e9917: Layer already exists [2024-10-28T03:41:13.470Z] 8be27c567f9c: Layer already exists [2024-10-28T03:41:13.470Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:13.470Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:13.470Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:13.827Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:14.158Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-10-28T03:41:14.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-10-28T03:41:14.158Z] be30eea7ea9f: Preparing [2024-10-28T03:41:14.158Z] b494a3474abd: Preparing [2024-10-28T03:41:14.158Z] a8f3df010551: Preparing [2024-10-28T03:41:14.158Z] c2df41739fb1: Preparing [2024-10-28T03:41:14.158Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:14.158Z] c9a2f41e9917: Preparing [2024-10-28T03:41:14.158Z] 8be27c567f9c: Preparing [2024-10-28T03:41:14.158Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:14.158Z] 8be27c567f9c: Waiting [2024-10-28T03:41:14.158Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:14.158Z] c9a2f41e9917: Waiting [2024-10-28T03:41:14.158Z] be30eea7ea9f: Layer already exists [2024-10-28T03:41:14.158Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:14.158Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:14.158Z] a8f3df010551: Layer already exists [2024-10-28T03:41:14.158Z] b494a3474abd: Layer already exists [2024-10-28T03:41:14.158Z] c9a2f41e9917: Layer already exists [2024-10-28T03:41:14.158Z] 8be27c567f9c: Layer already exists [2024-10-28T03:41:14.158Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:14.158Z] main: digest: sha256:01d6d957e60de4944d80e845a517278db42cdd1621c69f602d0d418fc0543e80 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:14.226Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:14.245Z] taggedImages: [2024-10-28T03:41:14.245Z] - nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:14.245Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-10-28T03:41:14.245Z] - nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.4 [2024-10-28T03:41:14.245Z] - nexus3.edgexfoundry.org:10004/core-data:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:14.245Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-10-28T03:41:14.284Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-10-28T03:41:14.284Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:14.284Z] latest [2024-10-28T03:41:14.284Z] 4.0.0-dev.4 [2024-10-28T03:41:14.284Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:14.284Z] main [2024-10-28T03:41:14.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:14.653Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:14.989Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:14.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-28T03:41:14.990Z] 2c5b7edff160: Preparing [2024-10-28T03:41:14.990Z] e6aef7fa6cea: Preparing [2024-10-28T03:41:14.990Z] 8f446a676168: Preparing [2024-10-28T03:41:14.990Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:14.990Z] 3ae0ad057f7b: Preparing [2024-10-28T03:41:14.990Z] a754afb252e7: Preparing [2024-10-28T03:41:14.990Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:14.990Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:14.990Z] a754afb252e7: Waiting [2024-10-28T03:41:14.990Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:14.990Z] e6aef7fa6cea: Pushed [2024-10-28T03:41:14.990Z] 2c5b7edff160: Pushed [2024-10-28T03:41:14.990Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:14.990Z] 3ae0ad057f7b: Pushed [2024-10-28T03:41:14.990Z] a754afb252e7: Pushed [2024-10-28T03:41:18.289Z] 8f446a676168: Pushed [2024-10-28T03:41:18.289Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:18.620Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:18.953Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-28T03:41:18.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-28T03:41:18.953Z] 2c5b7edff160: Preparing [2024-10-28T03:41:18.953Z] e6aef7fa6cea: Preparing [2024-10-28T03:41:18.953Z] 8f446a676168: Preparing [2024-10-28T03:41:18.953Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:18.953Z] 3ae0ad057f7b: Preparing [2024-10-28T03:41:18.953Z] a754afb252e7: Preparing [2024-10-28T03:41:18.953Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:18.953Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:18.953Z] a754afb252e7: Waiting [2024-10-28T03:41:18.953Z] 3ae0ad057f7b: Layer already exists [2024-10-28T03:41:18.953Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:18.953Z] 8f446a676168: Layer already exists [2024-10-28T03:41:18.953Z] e6aef7fa6cea: Layer already exists [2024-10-28T03:41:18.953Z] 2c5b7edff160: Layer already exists [2024-10-28T03:41:18.953Z] a754afb252e7: Layer already exists [2024-10-28T03:41:18.953Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:18.953Z] latest: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:19.284Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:19.613Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.4 [2024-10-28T03:41:19.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-28T03:41:19.613Z] 2c5b7edff160: Preparing [2024-10-28T03:41:19.613Z] e6aef7fa6cea: Preparing [2024-10-28T03:41:19.613Z] 8f446a676168: Preparing [2024-10-28T03:41:19.613Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:19.613Z] 3ae0ad057f7b: Preparing [2024-10-28T03:41:19.613Z] a754afb252e7: Preparing [2024-10-28T03:41:19.613Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:19.613Z] a754afb252e7: Waiting [2024-10-28T03:41:19.613Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:19.613Z] 3ae0ad057f7b: Layer already exists [2024-10-28T03:41:19.613Z] e6aef7fa6cea: Layer already exists [2024-10-28T03:41:19.613Z] 8f446a676168: Layer already exists [2024-10-28T03:41:19.613Z] a754afb252e7: Layer already exists [2024-10-28T03:41:19.613Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:19.613Z] 2c5b7edff160: Layer already exists [2024-10-28T03:41:19.613Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:19.613Z] 4.0.0-dev.4: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:19.947Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:20.279Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:20.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-28T03:41:20.279Z] 2c5b7edff160: Preparing [2024-10-28T03:41:20.279Z] e6aef7fa6cea: Preparing [2024-10-28T03:41:20.279Z] 8f446a676168: Preparing [2024-10-28T03:41:20.279Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:20.279Z] 3ae0ad057f7b: Preparing [2024-10-28T03:41:20.279Z] a754afb252e7: Preparing [2024-10-28T03:41:20.279Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:20.279Z] a754afb252e7: Waiting [2024-10-28T03:41:20.279Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:20.279Z] 8f446a676168: Layer already exists [2024-10-28T03:41:20.279Z] 3ae0ad057f7b: Layer already exists [2024-10-28T03:41:20.279Z] e6aef7fa6cea: Layer already exists [2024-10-28T03:41:20.279Z] 2c5b7edff160: Layer already exists [2024-10-28T03:41:20.279Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:20.279Z] a754afb252e7: Layer already exists [2024-10-28T03:41:20.279Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:20.279Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:20.617Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:20.952Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-10-28T03:41:20.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-10-28T03:41:20.952Z] 2c5b7edff160: Preparing [2024-10-28T03:41:20.952Z] e6aef7fa6cea: Preparing [2024-10-28T03:41:20.952Z] 8f446a676168: Preparing [2024-10-28T03:41:20.952Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:20.952Z] 3ae0ad057f7b: Preparing [2024-10-28T03:41:20.952Z] a754afb252e7: Preparing [2024-10-28T03:41:20.952Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:20.952Z] a754afb252e7: Waiting [2024-10-28T03:41:20.952Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:20.952Z] 2c5b7edff160: Layer already exists [2024-10-28T03:41:20.952Z] 8f446a676168: Layer already exists [2024-10-28T03:41:20.952Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:20.952Z] e6aef7fa6cea: Layer already exists [2024-10-28T03:41:20.952Z] 3ae0ad057f7b: Layer already exists [2024-10-28T03:41:20.952Z] a754afb252e7: Layer already exists [2024-10-28T03:41:20.952Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:20.952Z] main: digest: sha256:8adf1c0c137f9b428fc36dab95875b8f37d357aadf6b0f464d9814c3ec110521 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:21.040Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:21.060Z] taggedImages: [2024-10-28T03:41:21.060Z] - nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:21.060Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-10-28T03:41:21.060Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.4 [2024-10-28T03:41:21.060Z] - nexus3.edgexfoundry.org:10004/core-keeper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:21.060Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-10-28T03:41:21.100Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-10-28T03:41:21.100Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:21.100Z] latest [2024-10-28T03:41:21.100Z] 4.0.0-dev.4 [2024-10-28T03:41:21.100Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:21.100Z] main [2024-10-28T03:41:21.100Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:21.449Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:21.782Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:21.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-28T03:41:21.782Z] 1e4e828c825a: Preparing [2024-10-28T03:41:21.782Z] f7b543797bdc: Preparing [2024-10-28T03:41:21.782Z] 6d4f62ff4e27: Preparing [2024-10-28T03:41:21.782Z] f05ec07a7142: Preparing [2024-10-28T03:41:21.782Z] c2df41739fb1: Preparing [2024-10-28T03:41:21.782Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:21.782Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:21.782Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:21.782Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:21.782Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:21.782Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:21.782Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:21.782Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:21.782Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:21.782Z] 6d4f62ff4e27: Pushed [2024-10-28T03:41:21.782Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:21.782Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:21.782Z] f7b543797bdc: Pushed [2024-10-28T03:41:21.782Z] 1e4e828c825a: Pushed [2024-10-28T03:41:25.992Z] f05ec07a7142: Pushed [2024-10-28T03:41:25.992Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:26.336Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:26.664Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-28T03:41:26.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-28T03:41:26.664Z] 1e4e828c825a: Preparing [2024-10-28T03:41:26.664Z] f7b543797bdc: Preparing [2024-10-28T03:41:26.664Z] 6d4f62ff4e27: Preparing [2024-10-28T03:41:26.664Z] f05ec07a7142: Preparing [2024-10-28T03:41:26.664Z] c2df41739fb1: Preparing [2024-10-28T03:41:26.664Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:26.664Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:26.664Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:26.664Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:26.664Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:26.664Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:26.664Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:26.664Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:26.664Z] f7b543797bdc: Layer already exists [2024-10-28T03:41:26.664Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:26.664Z] 1e4e828c825a: Layer already exists [2024-10-28T03:41:26.664Z] f05ec07a7142: Layer already exists [2024-10-28T03:41:26.664Z] 6d4f62ff4e27: Layer already exists [2024-10-28T03:41:26.664Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:26.664Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:26.664Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:26.664Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:26.664Z] latest: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:27.002Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:27.411Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.4 [2024-10-28T03:41:27.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-28T03:41:27.411Z] 1e4e828c825a: Preparing [2024-10-28T03:41:27.411Z] f7b543797bdc: Preparing [2024-10-28T03:41:27.411Z] 6d4f62ff4e27: Preparing [2024-10-28T03:41:27.411Z] f05ec07a7142: Preparing [2024-10-28T03:41:27.411Z] c2df41739fb1: Preparing [2024-10-28T03:41:27.411Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:27.411Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:27.411Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:27.411Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:27.411Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:27.411Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:27.411Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:27.411Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:27.411Z] 6d4f62ff4e27: Layer already exists [2024-10-28T03:41:27.411Z] 1e4e828c825a: Layer already exists [2024-10-28T03:41:27.411Z] f7b543797bdc: Layer already exists [2024-10-28T03:41:27.411Z] f05ec07a7142: Layer already exists [2024-10-28T03:41:27.411Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:27.411Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:27.411Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:27.411Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:27.411Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:27.411Z] 4.0.0-dev.4: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:27.734Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:28.058Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:28.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-28T03:41:28.058Z] 1e4e828c825a: Preparing [2024-10-28T03:41:28.058Z] f7b543797bdc: Preparing [2024-10-28T03:41:28.058Z] 6d4f62ff4e27: Preparing [2024-10-28T03:41:28.058Z] f05ec07a7142: Preparing [2024-10-28T03:41:28.058Z] c2df41739fb1: Preparing [2024-10-28T03:41:28.058Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:28.058Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:28.058Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:28.058Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:28.058Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:28.058Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:28.058Z] f7b543797bdc: Layer already exists [2024-10-28T03:41:28.058Z] 6d4f62ff4e27: Layer already exists [2024-10-28T03:41:28.058Z] f05ec07a7142: Layer already exists [2024-10-28T03:41:28.058Z] 1e4e828c825a: Layer already exists [2024-10-28T03:41:28.058Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:28.058Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:28.058Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:28.058Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:28.058Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:28.058Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:28.435Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:28.775Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-10-28T03:41:28.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-10-28T03:41:28.775Z] 1e4e828c825a: Preparing [2024-10-28T03:41:28.775Z] f7b543797bdc: Preparing [2024-10-28T03:41:28.775Z] 6d4f62ff4e27: Preparing [2024-10-28T03:41:28.775Z] f05ec07a7142: Preparing [2024-10-28T03:41:28.775Z] c2df41739fb1: Preparing [2024-10-28T03:41:28.775Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:28.775Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:28.775Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:28.775Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:28.775Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:28.775Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:28.775Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:28.775Z] 6d4f62ff4e27: Layer already exists [2024-10-28T03:41:28.775Z] f05ec07a7142: Layer already exists [2024-10-28T03:41:28.775Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:28.775Z] f7b543797bdc: Layer already exists [2024-10-28T03:41:28.775Z] 1e4e828c825a: Layer already exists [2024-10-28T03:41:28.775Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:28.775Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:28.775Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:28.775Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:28.775Z] main: digest: sha256:f46d8330569ee8350b667a24b652b3cab183770ee4fd129131a8520bb8792639 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:28.876Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:28.892Z] taggedImages: [2024-10-28T03:41:28.892Z] - nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:28.892Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-10-28T03:41:28.892Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.4 [2024-10-28T03:41:28.892Z] - nexus3.edgexfoundry.org:10004/core-metadata:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:28.892Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-10-28T03:41:28.931Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-10-28T03:41:28.931Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:28.931Z] latest [2024-10-28T03:41:28.931Z] 4.0.0-dev.4 [2024-10-28T03:41:28.931Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:28.931Z] main [2024-10-28T03:41:28.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:29.296Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:29.721Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:29.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-28T03:41:29.721Z] 27dda9a275fb: Preparing [2024-10-28T03:41:29.721Z] bce33425e61a: Preparing [2024-10-28T03:41:29.721Z] 2f8512af8ea3: Preparing [2024-10-28T03:41:29.721Z] f958e63f534a: Preparing [2024-10-28T03:41:29.721Z] c425dd4148d3: Preparing [2024-10-28T03:41:29.721Z] 89a7c41d962c: Preparing [2024-10-28T03:41:29.721Z] 8fca59217ad4: Preparing [2024-10-28T03:41:29.721Z] ac6f4ad0fe7d: Preparing [2024-10-28T03:41:29.721Z] c2df41739fb1: Preparing [2024-10-28T03:41:29.721Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:29.721Z] 3d60c2b050c8: Preparing [2024-10-28T03:41:29.721Z] 09040809f835: Preparing [2024-10-28T03:41:29.721Z] 5f70bf18a086: Preparing [2024-10-28T03:41:29.721Z] 2b5b50f57ae5: Preparing [2024-10-28T03:41:29.721Z] 311664c10eb1: Preparing [2024-10-28T03:41:29.721Z] 4a043b7b8a79: Preparing [2024-10-28T03:41:29.721Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:29.721Z] ac6f4ad0fe7d: Waiting [2024-10-28T03:41:29.721Z] 3d60c2b050c8: Waiting [2024-10-28T03:41:29.721Z] 09040809f835: Waiting [2024-10-28T03:41:29.721Z] c2df41739fb1: Waiting [2024-10-28T03:41:29.721Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:29.721Z] 5f70bf18a086: Waiting [2024-10-28T03:41:29.721Z] 4a043b7b8a79: Waiting [2024-10-28T03:41:29.721Z] 2b5b50f57ae5: Waiting [2024-10-28T03:41:29.721Z] 311664c10eb1: Waiting [2024-10-28T03:41:29.721Z] 89a7c41d962c: Waiting [2024-10-28T03:41:29.721Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:29.721Z] 8fca59217ad4: Waiting [2024-10-28T03:41:29.721Z] bce33425e61a: Pushed [2024-10-28T03:41:29.721Z] f958e63f534a: Pushed [2024-10-28T03:41:29.721Z] 27dda9a275fb: Pushed [2024-10-28T03:41:29.721Z] 2f8512af8ea3: Pushed [2024-10-28T03:41:29.721Z] c425dd4148d3: Pushed [2024-10-28T03:41:29.721Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:29.721Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:29.721Z] 89a7c41d962c: Pushed [2024-10-28T03:41:29.721Z] 8fca59217ad4: Pushed [2024-10-28T03:41:29.721Z] 5f70bf18a086: Layer already exists [2024-10-28T03:41:29.721Z] 3d60c2b050c8: Pushed [2024-10-28T03:41:29.721Z] 09040809f835: Pushed [2024-10-28T03:41:29.980Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:29.980Z] 2b5b50f57ae5: Pushed [2024-10-28T03:41:29.980Z] 4a043b7b8a79: Pushed [2024-10-28T03:41:30.547Z] 311664c10eb1: Pushed [2024-10-28T03:41:31.935Z] ac6f4ad0fe7d: Pushed [2024-10-28T03:41:31.935Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:32.283Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:32.619Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-28T03:41:32.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-28T03:41:32.619Z] 27dda9a275fb: Preparing [2024-10-28T03:41:32.619Z] bce33425e61a: Preparing [2024-10-28T03:41:32.619Z] 2f8512af8ea3: Preparing [2024-10-28T03:41:32.619Z] f958e63f534a: Preparing [2024-10-28T03:41:32.619Z] c425dd4148d3: Preparing [2024-10-28T03:41:32.619Z] 89a7c41d962c: Preparing [2024-10-28T03:41:32.619Z] 8fca59217ad4: Preparing [2024-10-28T03:41:32.619Z] ac6f4ad0fe7d: Preparing [2024-10-28T03:41:32.619Z] c2df41739fb1: Preparing [2024-10-28T03:41:32.619Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:32.619Z] 3d60c2b050c8: Preparing [2024-10-28T03:41:32.619Z] 09040809f835: Preparing [2024-10-28T03:41:32.619Z] 5f70bf18a086: Preparing [2024-10-28T03:41:32.619Z] 2b5b50f57ae5: Preparing [2024-10-28T03:41:32.619Z] 311664c10eb1: Preparing [2024-10-28T03:41:32.619Z] 4a043b7b8a79: Preparing [2024-10-28T03:41:32.619Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:32.619Z] 89a7c41d962c: Waiting [2024-10-28T03:41:32.619Z] 8fca59217ad4: Waiting [2024-10-28T03:41:32.619Z] ac6f4ad0fe7d: Waiting [2024-10-28T03:41:32.619Z] 09040809f835: Waiting [2024-10-28T03:41:32.619Z] c2df41739fb1: Waiting [2024-10-28T03:41:32.619Z] 5f70bf18a086: Waiting [2024-10-28T03:41:32.619Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:32.619Z] 3d60c2b050c8: Waiting [2024-10-28T03:41:32.619Z] 2b5b50f57ae5: Waiting [2024-10-28T03:41:32.620Z] 311664c10eb1: Waiting [2024-10-28T03:41:32.620Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:32.620Z] 27dda9a275fb: Layer already exists [2024-10-28T03:41:32.620Z] f958e63f534a: Layer already exists [2024-10-28T03:41:32.620Z] 2f8512af8ea3: Layer already exists [2024-10-28T03:41:32.620Z] c425dd4148d3: Layer already exists [2024-10-28T03:41:32.620Z] bce33425e61a: Layer already exists [2024-10-28T03:41:32.620Z] 89a7c41d962c: Layer already exists [2024-10-28T03:41:32.620Z] ac6f4ad0fe7d: Layer already exists [2024-10-28T03:41:32.620Z] 8fca59217ad4: Layer already exists [2024-10-28T03:41:32.620Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:32.620Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:32.620Z] 09040809f835: Layer already exists [2024-10-28T03:41:32.620Z] 3d60c2b050c8: Layer already exists [2024-10-28T03:41:32.620Z] 5f70bf18a086: Layer already exists [2024-10-28T03:41:32.620Z] 311664c10eb1: Layer already exists [2024-10-28T03:41:32.620Z] 2b5b50f57ae5: Layer already exists [2024-10-28T03:41:32.620Z] 4a043b7b8a79: Layer already exists [2024-10-28T03:41:32.620Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:32.620Z] latest: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:33.033Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:33.378Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.4 [2024-10-28T03:41:33.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-28T03:41:33.378Z] 27dda9a275fb: Preparing [2024-10-28T03:41:33.378Z] bce33425e61a: Preparing [2024-10-28T03:41:33.378Z] 2f8512af8ea3: Preparing [2024-10-28T03:41:33.378Z] f958e63f534a: Preparing [2024-10-28T03:41:33.378Z] c425dd4148d3: Preparing [2024-10-28T03:41:33.378Z] 89a7c41d962c: Preparing [2024-10-28T03:41:33.378Z] 8fca59217ad4: Preparing [2024-10-28T03:41:33.378Z] ac6f4ad0fe7d: Preparing [2024-10-28T03:41:33.378Z] c2df41739fb1: Preparing [2024-10-28T03:41:33.378Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:33.378Z] 3d60c2b050c8: Preparing [2024-10-28T03:41:33.378Z] 09040809f835: Preparing [2024-10-28T03:41:33.378Z] 5f70bf18a086: Preparing [2024-10-28T03:41:33.378Z] 2b5b50f57ae5: Preparing [2024-10-28T03:41:33.378Z] 311664c10eb1: Preparing [2024-10-28T03:41:33.378Z] 4a043b7b8a79: Preparing [2024-10-28T03:41:33.378Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:33.378Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:33.378Z] 3d60c2b050c8: Waiting [2024-10-28T03:41:33.378Z] 09040809f835: Waiting [2024-10-28T03:41:33.378Z] 5f70bf18a086: Waiting [2024-10-28T03:41:33.378Z] 2b5b50f57ae5: Waiting [2024-10-28T03:41:33.378Z] 311664c10eb1: Waiting [2024-10-28T03:41:33.378Z] 4a043b7b8a79: Waiting [2024-10-28T03:41:33.378Z] 89a7c41d962c: Waiting [2024-10-28T03:41:33.378Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:33.378Z] 8fca59217ad4: Waiting [2024-10-28T03:41:33.378Z] ac6f4ad0fe7d: Waiting [2024-10-28T03:41:33.378Z] c2df41739fb1: Waiting [2024-10-28T03:41:33.378Z] f958e63f534a: Layer already exists [2024-10-28T03:41:33.378Z] c425dd4148d3: Layer already exists [2024-10-28T03:41:33.378Z] 2f8512af8ea3: Layer already exists [2024-10-28T03:41:33.378Z] 27dda9a275fb: Layer already exists [2024-10-28T03:41:33.378Z] bce33425e61a: Layer already exists [2024-10-28T03:41:33.378Z] ac6f4ad0fe7d: Layer already exists [2024-10-28T03:41:33.378Z] 8fca59217ad4: Layer already exists [2024-10-28T03:41:33.378Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:33.378Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:33.378Z] 89a7c41d962c: Layer already exists [2024-10-28T03:41:33.378Z] 2b5b50f57ae5: Layer already exists [2024-10-28T03:41:33.378Z] 09040809f835: Layer already exists [2024-10-28T03:41:33.378Z] 3d60c2b050c8: Layer already exists [2024-10-28T03:41:33.378Z] 311664c10eb1: Layer already exists [2024-10-28T03:41:33.378Z] 5f70bf18a086: Layer already exists [2024-10-28T03:41:33.378Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:33.378Z] 4a043b7b8a79: Layer already exists [2024-10-28T03:41:33.378Z] 4.0.0-dev.4: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:33.789Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:34.186Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:34.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-28T03:41:34.186Z] 27dda9a275fb: Preparing [2024-10-28T03:41:34.186Z] bce33425e61a: Preparing [2024-10-28T03:41:34.186Z] 2f8512af8ea3: Preparing [2024-10-28T03:41:34.186Z] f958e63f534a: Preparing [2024-10-28T03:41:34.186Z] c425dd4148d3: Preparing [2024-10-28T03:41:34.186Z] 89a7c41d962c: Preparing [2024-10-28T03:41:34.186Z] 8fca59217ad4: Preparing [2024-10-28T03:41:34.186Z] ac6f4ad0fe7d: Preparing [2024-10-28T03:41:34.186Z] c2df41739fb1: Preparing [2024-10-28T03:41:34.186Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:34.186Z] 3d60c2b050c8: Preparing [2024-10-28T03:41:34.186Z] 09040809f835: Preparing [2024-10-28T03:41:34.186Z] 5f70bf18a086: Preparing [2024-10-28T03:41:34.186Z] 2b5b50f57ae5: Preparing [2024-10-28T03:41:34.186Z] 311664c10eb1: Preparing [2024-10-28T03:41:34.186Z] 4a043b7b8a79: Preparing [2024-10-28T03:41:34.186Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:34.186Z] 89a7c41d962c: Waiting [2024-10-28T03:41:34.186Z] 5f70bf18a086: Waiting [2024-10-28T03:41:34.186Z] 2b5b50f57ae5: Waiting [2024-10-28T03:41:34.186Z] 8fca59217ad4: Waiting [2024-10-28T03:41:34.186Z] 311664c10eb1: Waiting [2024-10-28T03:41:34.186Z] 4a043b7b8a79: Waiting [2024-10-28T03:41:34.186Z] ac6f4ad0fe7d: Waiting [2024-10-28T03:41:34.186Z] c2df41739fb1: Waiting [2024-10-28T03:41:34.186Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:34.186Z] 3d60c2b050c8: Waiting [2024-10-28T03:41:34.186Z] 09040809f835: Waiting [2024-10-28T03:41:34.186Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:34.186Z] bce33425e61a: Layer already exists [2024-10-28T03:41:34.186Z] f958e63f534a: Layer already exists [2024-10-28T03:41:34.186Z] c425dd4148d3: Layer already exists [2024-10-28T03:41:34.186Z] 2f8512af8ea3: Layer already exists [2024-10-28T03:41:34.186Z] 27dda9a275fb: Layer already exists [2024-10-28T03:41:34.186Z] 89a7c41d962c: Layer already exists [2024-10-28T03:41:34.186Z] 8fca59217ad4: Layer already exists [2024-10-28T03:41:34.186Z] ac6f4ad0fe7d: Layer already exists [2024-10-28T03:41:34.186Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:34.186Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:34.186Z] 5f70bf18a086: Layer already exists [2024-10-28T03:41:34.186Z] 09040809f835: Layer already exists [2024-10-28T03:41:34.186Z] 3d60c2b050c8: Layer already exists [2024-10-28T03:41:34.186Z] 311664c10eb1: Layer already exists [2024-10-28T03:41:34.186Z] 2b5b50f57ae5: Layer already exists [2024-10-28T03:41:34.186Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:34.186Z] 4a043b7b8a79: Layer already exists [2024-10-28T03:41:34.186Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:34.516Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:34.849Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-10-28T03:41:34.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-10-28T03:41:34.850Z] 27dda9a275fb: Preparing [2024-10-28T03:41:34.850Z] bce33425e61a: Preparing [2024-10-28T03:41:34.850Z] 2f8512af8ea3: Preparing [2024-10-28T03:41:34.850Z] f958e63f534a: Preparing [2024-10-28T03:41:34.850Z] c425dd4148d3: Preparing [2024-10-28T03:41:34.850Z] 89a7c41d962c: Preparing [2024-10-28T03:41:34.850Z] 8fca59217ad4: Preparing [2024-10-28T03:41:34.850Z] ac6f4ad0fe7d: Preparing [2024-10-28T03:41:34.850Z] c2df41739fb1: Preparing [2024-10-28T03:41:34.850Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:34.850Z] 3d60c2b050c8: Preparing [2024-10-28T03:41:34.850Z] 09040809f835: Preparing [2024-10-28T03:41:34.850Z] 5f70bf18a086: Preparing [2024-10-28T03:41:34.850Z] 2b5b50f57ae5: Preparing [2024-10-28T03:41:34.850Z] 311664c10eb1: Preparing [2024-10-28T03:41:34.850Z] 4a043b7b8a79: Preparing [2024-10-28T03:41:34.850Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:34.850Z] 89a7c41d962c: Waiting [2024-10-28T03:41:34.850Z] 8fca59217ad4: Waiting [2024-10-28T03:41:34.850Z] ac6f4ad0fe7d: Waiting [2024-10-28T03:41:34.850Z] c2df41739fb1: Waiting [2024-10-28T03:41:34.850Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:34.850Z] 3d60c2b050c8: Waiting [2024-10-28T03:41:34.850Z] 09040809f835: Waiting [2024-10-28T03:41:34.850Z] 5f70bf18a086: Waiting [2024-10-28T03:41:34.850Z] 2b5b50f57ae5: Waiting [2024-10-28T03:41:34.850Z] 311664c10eb1: Waiting [2024-10-28T03:41:34.850Z] 4a043b7b8a79: Waiting [2024-10-28T03:41:34.850Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:34.850Z] c425dd4148d3: Layer already exists [2024-10-28T03:41:34.850Z] 2f8512af8ea3: Layer already exists [2024-10-28T03:41:34.850Z] 27dda9a275fb: Layer already exists [2024-10-28T03:41:34.850Z] bce33425e61a: Layer already exists [2024-10-28T03:41:34.850Z] f958e63f534a: Layer already exists [2024-10-28T03:41:34.850Z] ac6f4ad0fe7d: Layer already exists [2024-10-28T03:41:34.850Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:34.850Z] 8fca59217ad4: Layer already exists [2024-10-28T03:41:34.850Z] 89a7c41d962c: Layer already exists [2024-10-28T03:41:34.850Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:34.850Z] 5f70bf18a086: Layer already exists [2024-10-28T03:41:34.850Z] 3d60c2b050c8: Layer already exists [2024-10-28T03:41:34.850Z] 09040809f835: Layer already exists [2024-10-28T03:41:34.850Z] 2b5b50f57ae5: Layer already exists [2024-10-28T03:41:34.850Z] 311664c10eb1: Layer already exists [2024-10-28T03:41:34.850Z] 4a043b7b8a79: Layer already exists [2024-10-28T03:41:34.850Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:34.850Z] main: digest: sha256:6405abeb40e8e5f84d768c25d01a485554e98ef2f8c9ad43636be3c5d4e3de06 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:34.930Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:34.944Z] taggedImages: [2024-10-28T03:41:34.944Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:34.944Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-10-28T03:41:34.944Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.4 [2024-10-28T03:41:34.944Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:34.944Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-10-28T03:41:34.976Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-10-28T03:41:34.976Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:34.976Z] latest [2024-10-28T03:41:34.976Z] 4.0.0-dev.4 [2024-10-28T03:41:34.976Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:34.976Z] main [2024-10-28T03:41:34.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:35.328Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:35.646Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:35.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-28T03:41:35.646Z] a2ed3c81d28c: Preparing [2024-10-28T03:41:35.646Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:35.646Z] 4e21af73bd45: Preparing [2024-10-28T03:41:35.646Z] f837efd268de: Preparing [2024-10-28T03:41:35.646Z] c2df41739fb1: Preparing [2024-10-28T03:41:35.646Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:35.646Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:35.646Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:35.646Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:35.646Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:35.646Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:35.646Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:35.646Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:35.646Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:35.646Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:35.646Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:35.646Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:35.646Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:35.646Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:35.646Z] 4e21af73bd45: Pushed [2024-10-28T03:41:35.646Z] a2ed3c81d28c: Pushed [2024-10-28T03:41:38.184Z] f837efd268de: Pushed [2024-10-28T03:41:38.444Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:38.766Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:39.091Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-28T03:41:39.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-28T03:41:39.091Z] a2ed3c81d28c: Preparing [2024-10-28T03:41:39.091Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:39.091Z] 4e21af73bd45: Preparing [2024-10-28T03:41:39.091Z] f837efd268de: Preparing [2024-10-28T03:41:39.091Z] c2df41739fb1: Preparing [2024-10-28T03:41:39.091Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:39.091Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:39.091Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:39.091Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:39.091Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:39.091Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:39.091Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:39.091Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:39.091Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:39.091Z] a2ed3c81d28c: Layer already exists [2024-10-28T03:41:39.091Z] 4e21af73bd45: Layer already exists [2024-10-28T03:41:39.091Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:39.091Z] f837efd268de: Layer already exists [2024-10-28T03:41:39.091Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:39.091Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:39.091Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:39.091Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:39.091Z] latest: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:39.443Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:39.772Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.4 [2024-10-28T03:41:39.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-28T03:41:39.772Z] a2ed3c81d28c: Preparing [2024-10-28T03:41:39.772Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:39.772Z] 4e21af73bd45: Preparing [2024-10-28T03:41:39.772Z] f837efd268de: Preparing [2024-10-28T03:41:39.772Z] c2df41739fb1: Preparing [2024-10-28T03:41:39.772Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:39.772Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:39.772Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:39.772Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:39.772Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:39.772Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:39.772Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:39.772Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:39.772Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:39.772Z] 4e21af73bd45: Layer already exists [2024-10-28T03:41:39.772Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:39.772Z] a2ed3c81d28c: Layer already exists [2024-10-28T03:41:39.772Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:39.772Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:39.772Z] f837efd268de: Layer already exists [2024-10-28T03:41:39.772Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:39.772Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:39.772Z] 4.0.0-dev.4: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:40.115Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:40.438Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:40.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-28T03:41:40.438Z] a2ed3c81d28c: Preparing [2024-10-28T03:41:40.438Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:40.438Z] 4e21af73bd45: Preparing [2024-10-28T03:41:40.438Z] f837efd268de: Preparing [2024-10-28T03:41:40.438Z] c2df41739fb1: Preparing [2024-10-28T03:41:40.438Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:40.438Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:40.438Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:40.438Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:40.438Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:40.438Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:40.438Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:40.438Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:40.438Z] f837efd268de: Layer already exists [2024-10-28T03:41:40.438Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:40.438Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:40.438Z] a2ed3c81d28c: Layer already exists [2024-10-28T03:41:40.438Z] 4e21af73bd45: Layer already exists [2024-10-28T03:41:40.438Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:40.438Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:40.438Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:40.438Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:40.438Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:40.773Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:41.104Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-10-28T03:41:41.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-10-28T03:41:41.104Z] a2ed3c81d28c: Preparing [2024-10-28T03:41:41.104Z] 04cbe2d80a8e: Preparing [2024-10-28T03:41:41.104Z] 4e21af73bd45: Preparing [2024-10-28T03:41:41.104Z] f837efd268de: Preparing [2024-10-28T03:41:41.104Z] c2df41739fb1: Preparing [2024-10-28T03:41:41.104Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:41.104Z] 800ac7e3b4d8: Preparing [2024-10-28T03:41:41.104Z] 3ed1bc031bf5: Preparing [2024-10-28T03:41:41.104Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:41.104Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:41.104Z] 800ac7e3b4d8: Waiting [2024-10-28T03:41:41.104Z] 3ed1bc031bf5: Waiting [2024-10-28T03:41:41.104Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:41.104Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:41.104Z] a2ed3c81d28c: Layer already exists [2024-10-28T03:41:41.104Z] f837efd268de: Layer already exists [2024-10-28T03:41:41.104Z] 4e21af73bd45: Layer already exists [2024-10-28T03:41:41.104Z] 04cbe2d80a8e: Layer already exists [2024-10-28T03:41:41.104Z] 800ac7e3b4d8: Layer already exists [2024-10-28T03:41:41.104Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:41.104Z] 3ed1bc031bf5: Layer already exists [2024-10-28T03:41:41.104Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:41.104Z] main: digest: sha256:407d87e1539dad03c652be211614b1fda407119927411623da694d281f6168b3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:41.185Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:41.196Z] taggedImages: [2024-10-28T03:41:41.196Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:41.196Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-10-28T03:41:41.196Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.4 [2024-10-28T03:41:41.196Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:41.196Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-10-28T03:41:41.232Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-10-28T03:41:41.232Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:41.232Z] latest [2024-10-28T03:41:41.232Z] 4.0.0-dev.4 [2024-10-28T03:41:41.232Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:41.232Z] main [2024-10-28T03:41:41.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:41.583Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:41.905Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:41.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-28T03:41:41.905Z] c12fe4fbd73e: Preparing [2024-10-28T03:41:41.905Z] bbd94e78aa49: Preparing [2024-10-28T03:41:41.905Z] f2a2624bf849: Preparing [2024-10-28T03:41:41.905Z] 3bebffeba1bd: Preparing [2024-10-28T03:41:41.905Z] 2dcf296ffc69: Preparing [2024-10-28T03:41:41.905Z] c2df41739fb1: Preparing [2024-10-28T03:41:41.905Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:41.905Z] 8b59c45b6e95: Preparing [2024-10-28T03:41:41.905Z] 7b9e5abae27d: Preparing [2024-10-28T03:41:41.905Z] 79f58d75ae03: Preparing [2024-10-28T03:41:41.905Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:41.905Z] 8b59c45b6e95: Waiting [2024-10-28T03:41:41.905Z] 79f58d75ae03: Waiting [2024-10-28T03:41:41.905Z] 7b9e5abae27d: Waiting [2024-10-28T03:41:41.905Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:41.905Z] c2df41739fb1: Waiting [2024-10-28T03:41:42.164Z] bbd94e78aa49: Pushed [2024-10-28T03:41:42.164Z] c12fe4fbd73e: Pushed [2024-10-28T03:41:42.164Z] 2dcf296ffc69: Pushed [2024-10-28T03:41:42.164Z] 3bebffeba1bd: Pushed [2024-10-28T03:41:42.164Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:42.164Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:42.164Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:42.164Z] 8b59c45b6e95: Pushed [2024-10-28T03:41:42.164Z] 7b9e5abae27d: Pushed [2024-10-28T03:41:44.069Z] f2a2624bf849: Pushed [2024-10-28T03:41:44.329Z] 79f58d75ae03: Pushed [2024-10-28T03:41:44.329Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:44.670Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:44.995Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-28T03:41:44.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-28T03:41:44.995Z] c12fe4fbd73e: Preparing [2024-10-28T03:41:44.995Z] bbd94e78aa49: Preparing [2024-10-28T03:41:44.995Z] f2a2624bf849: Preparing [2024-10-28T03:41:44.995Z] 3bebffeba1bd: Preparing [2024-10-28T03:41:44.995Z] 2dcf296ffc69: Preparing [2024-10-28T03:41:44.995Z] c2df41739fb1: Preparing [2024-10-28T03:41:44.995Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:44.995Z] 8b59c45b6e95: Preparing [2024-10-28T03:41:44.996Z] 7b9e5abae27d: Preparing [2024-10-28T03:41:44.996Z] 79f58d75ae03: Preparing [2024-10-28T03:41:44.996Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:44.996Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:44.996Z] 8b59c45b6e95: Waiting [2024-10-28T03:41:44.996Z] 7b9e5abae27d: Waiting [2024-10-28T03:41:44.996Z] 79f58d75ae03: Waiting [2024-10-28T03:41:44.996Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:44.996Z] c2df41739fb1: Waiting [2024-10-28T03:41:44.996Z] c12fe4fbd73e: Layer already exists [2024-10-28T03:41:44.996Z] 3bebffeba1bd: Layer already exists [2024-10-28T03:41:44.996Z] 2dcf296ffc69: Layer already exists [2024-10-28T03:41:44.996Z] f2a2624bf849: Layer already exists [2024-10-28T03:41:44.996Z] bbd94e78aa49: Layer already exists [2024-10-28T03:41:44.996Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:44.996Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:44.996Z] 79f58d75ae03: Layer already exists [2024-10-28T03:41:44.996Z] 8b59c45b6e95: Layer already exists [2024-10-28T03:41:44.996Z] 7b9e5abae27d: Layer already exists [2024-10-28T03:41:44.996Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:44.996Z] latest: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:45.330Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:45.652Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.4 [2024-10-28T03:41:45.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-28T03:41:45.652Z] c12fe4fbd73e: Preparing [2024-10-28T03:41:45.652Z] bbd94e78aa49: Preparing [2024-10-28T03:41:45.652Z] f2a2624bf849: Preparing [2024-10-28T03:41:45.652Z] 3bebffeba1bd: Preparing [2024-10-28T03:41:45.652Z] 2dcf296ffc69: Preparing [2024-10-28T03:41:45.652Z] c2df41739fb1: Preparing [2024-10-28T03:41:45.652Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:45.652Z] 8b59c45b6e95: Preparing [2024-10-28T03:41:45.652Z] 7b9e5abae27d: Preparing [2024-10-28T03:41:45.652Z] 79f58d75ae03: Preparing [2024-10-28T03:41:45.652Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:45.652Z] 8b59c45b6e95: Waiting [2024-10-28T03:41:45.652Z] 7b9e5abae27d: Waiting [2024-10-28T03:41:45.652Z] 79f58d75ae03: Waiting [2024-10-28T03:41:45.652Z] c2df41739fb1: Waiting [2024-10-28T03:41:45.652Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:45.652Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:45.652Z] 3bebffeba1bd: Layer already exists [2024-10-28T03:41:45.652Z] 2dcf296ffc69: Layer already exists [2024-10-28T03:41:45.652Z] f2a2624bf849: Layer already exists [2024-10-28T03:41:45.652Z] c12fe4fbd73e: Layer already exists [2024-10-28T03:41:45.652Z] bbd94e78aa49: Layer already exists [2024-10-28T03:41:45.652Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:45.652Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:45.652Z] 8b59c45b6e95: Layer already exists [2024-10-28T03:41:45.652Z] 7b9e5abae27d: Layer already exists [2024-10-28T03:41:45.652Z] 79f58d75ae03: Layer already exists [2024-10-28T03:41:45.652Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:45.652Z] 4.0.0-dev.4: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:45.984Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:46.317Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:46.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-28T03:41:46.317Z] c12fe4fbd73e: Preparing [2024-10-28T03:41:46.317Z] bbd94e78aa49: Preparing [2024-10-28T03:41:46.317Z] f2a2624bf849: Preparing [2024-10-28T03:41:46.317Z] 3bebffeba1bd: Preparing [2024-10-28T03:41:46.317Z] 2dcf296ffc69: Preparing [2024-10-28T03:41:46.317Z] c2df41739fb1: Preparing [2024-10-28T03:41:46.317Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:46.317Z] 8b59c45b6e95: Preparing [2024-10-28T03:41:46.317Z] 7b9e5abae27d: Preparing [2024-10-28T03:41:46.317Z] 79f58d75ae03: Preparing [2024-10-28T03:41:46.317Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:46.317Z] c2df41739fb1: Waiting [2024-10-28T03:41:46.317Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:46.317Z] 8b59c45b6e95: Waiting [2024-10-28T03:41:46.317Z] 7b9e5abae27d: Waiting [2024-10-28T03:41:46.317Z] 79f58d75ae03: Waiting [2024-10-28T03:41:46.317Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:46.317Z] c12fe4fbd73e: Layer already exists [2024-10-28T03:41:46.317Z] 3bebffeba1bd: Layer already exists [2024-10-28T03:41:46.317Z] bbd94e78aa49: Layer already exists [2024-10-28T03:41:46.317Z] f2a2624bf849: Layer already exists [2024-10-28T03:41:46.317Z] 2dcf296ffc69: Layer already exists [2024-10-28T03:41:46.317Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:46.317Z] 7b9e5abae27d: Layer already exists [2024-10-28T03:41:46.317Z] 8b59c45b6e95: Layer already exists [2024-10-28T03:41:46.317Z] 79f58d75ae03: Layer already exists [2024-10-28T03:41:46.317Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:46.317Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:46.317Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:46.653Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:46.983Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-10-28T03:41:46.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-10-28T03:41:46.983Z] c12fe4fbd73e: Preparing [2024-10-28T03:41:46.983Z] bbd94e78aa49: Preparing [2024-10-28T03:41:46.983Z] f2a2624bf849: Preparing [2024-10-28T03:41:46.983Z] 3bebffeba1bd: Preparing [2024-10-28T03:41:46.983Z] 2dcf296ffc69: Preparing [2024-10-28T03:41:46.983Z] c2df41739fb1: Preparing [2024-10-28T03:41:46.983Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:46.983Z] 8b59c45b6e95: Preparing [2024-10-28T03:41:46.983Z] 7b9e5abae27d: Preparing [2024-10-28T03:41:46.983Z] 79f58d75ae03: Preparing [2024-10-28T03:41:46.983Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:46.983Z] c2df41739fb1: Waiting [2024-10-28T03:41:46.983Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:46.983Z] 8b59c45b6e95: Waiting [2024-10-28T03:41:46.983Z] 7b9e5abae27d: Waiting [2024-10-28T03:41:46.983Z] 79f58d75ae03: Waiting [2024-10-28T03:41:46.983Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:46.983Z] 3bebffeba1bd: Layer already exists [2024-10-28T03:41:46.983Z] 2dcf296ffc69: Layer already exists [2024-10-28T03:41:46.983Z] c12fe4fbd73e: Layer already exists [2024-10-28T03:41:46.983Z] f2a2624bf849: Layer already exists [2024-10-28T03:41:46.983Z] bbd94e78aa49: Layer already exists [2024-10-28T03:41:46.983Z] 79f58d75ae03: Layer already exists [2024-10-28T03:41:46.983Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:46.983Z] 7b9e5abae27d: Layer already exists [2024-10-28T03:41:46.983Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:46.983Z] 8b59c45b6e95: Layer already exists [2024-10-28T03:41:46.983Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:46.983Z] main: digest: sha256:3a2ecd954284f49a466c3ab2d8b822459e0ed063b667e213e5dd41f2cff71a48 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:47.066Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:47.081Z] taggedImages: [2024-10-28T03:41:47.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:47.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-10-28T03:41:47.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.4 [2024-10-28T03:41:47.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:47.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-10-28T03:41:47.113Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-10-28T03:41:47.113Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:47.113Z] latest [2024-10-28T03:41:47.113Z] 4.0.0-dev.4 [2024-10-28T03:41:47.113Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:47.113Z] main [2024-10-28T03:41:47.113Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:47.471Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:47.792Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:47.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-28T03:41:47.793Z] 61864a602183: Preparing [2024-10-28T03:41:47.793Z] 4fec22998295: Preparing [2024-10-28T03:41:47.793Z] b99443cddb6e: Preparing [2024-10-28T03:41:47.793Z] d2b6f84e3c6d: Preparing [2024-10-28T03:41:47.793Z] 3ee0b4cf48fd: Preparing [2024-10-28T03:41:47.793Z] 238e5c66664b: Preparing [2024-10-28T03:41:47.793Z] faf3004e0a91: Preparing [2024-10-28T03:41:47.793Z] c2df41739fb1: Preparing [2024-10-28T03:41:47.793Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:47.793Z] df11090d7a1f: Preparing [2024-10-28T03:41:47.793Z] 9ed99a2b0831: Preparing [2024-10-28T03:41:47.793Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:47.793Z] 238e5c66664b: Waiting [2024-10-28T03:41:47.793Z] c2df41739fb1: Waiting [2024-10-28T03:41:47.793Z] faf3004e0a91: Waiting [2024-10-28T03:41:47.793Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:47.793Z] df11090d7a1f: Waiting [2024-10-28T03:41:47.793Z] 61864a602183: Pushed [2024-10-28T03:41:47.793Z] 3ee0b4cf48fd: Pushed [2024-10-28T03:41:47.793Z] 4fec22998295: Pushed [2024-10-28T03:41:47.793Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:47.793Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:48.052Z] 238e5c66664b: Pushed [2024-10-28T03:41:48.052Z] faf3004e0a91: Pushed [2024-10-28T03:41:48.052Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:48.616Z] df11090d7a1f: Pushed [2024-10-28T03:41:49.184Z] 9ed99a2b0831: Pushed [2024-10-28T03:41:49.442Z] d2b6f84e3c6d: Pushed [2024-10-28T03:41:50.010Z] b99443cddb6e: Pushed [2024-10-28T03:41:50.010Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:50.332Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:50.678Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-28T03:41:50.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-28T03:41:50.678Z] 61864a602183: Preparing [2024-10-28T03:41:50.678Z] 4fec22998295: Preparing [2024-10-28T03:41:50.678Z] b99443cddb6e: Preparing [2024-10-28T03:41:50.678Z] d2b6f84e3c6d: Preparing [2024-10-28T03:41:50.678Z] 3ee0b4cf48fd: Preparing [2024-10-28T03:41:50.678Z] 238e5c66664b: Preparing [2024-10-28T03:41:50.678Z] faf3004e0a91: Preparing [2024-10-28T03:41:50.678Z] c2df41739fb1: Preparing [2024-10-28T03:41:50.678Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:50.678Z] df11090d7a1f: Preparing [2024-10-28T03:41:50.678Z] 9ed99a2b0831: Preparing [2024-10-28T03:41:50.678Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:50.678Z] 238e5c66664b: Waiting [2024-10-28T03:41:50.678Z] c2df41739fb1: Waiting [2024-10-28T03:41:50.678Z] df11090d7a1f: Waiting [2024-10-28T03:41:50.678Z] 9ed99a2b0831: Waiting [2024-10-28T03:41:50.678Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:50.678Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:50.678Z] b99443cddb6e: Layer already exists [2024-10-28T03:41:50.678Z] d2b6f84e3c6d: Layer already exists [2024-10-28T03:41:50.678Z] 3ee0b4cf48fd: Layer already exists [2024-10-28T03:41:50.678Z] 4fec22998295: Layer already exists [2024-10-28T03:41:50.678Z] 61864a602183: Layer already exists [2024-10-28T03:41:50.678Z] 238e5c66664b: Layer already exists [2024-10-28T03:41:50.678Z] faf3004e0a91: Layer already exists [2024-10-28T03:41:50.678Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:50.678Z] df11090d7a1f: Layer already exists [2024-10-28T03:41:50.678Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:50.678Z] 9ed99a2b0831: Layer already exists [2024-10-28T03:41:50.678Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:50.678Z] latest: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:51.009Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:51.337Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.4 [2024-10-28T03:41:51.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-28T03:41:51.337Z] 61864a602183: Preparing [2024-10-28T03:41:51.337Z] 4fec22998295: Preparing [2024-10-28T03:41:51.337Z] b99443cddb6e: Preparing [2024-10-28T03:41:51.338Z] d2b6f84e3c6d: Preparing [2024-10-28T03:41:51.338Z] 3ee0b4cf48fd: Preparing [2024-10-28T03:41:51.338Z] 238e5c66664b: Preparing [2024-10-28T03:41:51.338Z] faf3004e0a91: Preparing [2024-10-28T03:41:51.338Z] c2df41739fb1: Preparing [2024-10-28T03:41:51.338Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:51.338Z] 238e5c66664b: Waiting [2024-10-28T03:41:51.338Z] faf3004e0a91: Waiting [2024-10-28T03:41:51.338Z] df11090d7a1f: Preparing [2024-10-28T03:41:51.338Z] c2df41739fb1: Waiting [2024-10-28T03:41:51.338Z] 9ed99a2b0831: Preparing [2024-10-28T03:41:51.338Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:51.338Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:51.338Z] 9ed99a2b0831: Waiting [2024-10-28T03:41:51.338Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:51.338Z] 61864a602183: Layer already exists [2024-10-28T03:41:51.338Z] 3ee0b4cf48fd: Layer already exists [2024-10-28T03:41:51.338Z] 4fec22998295: Layer already exists [2024-10-28T03:41:51.338Z] d2b6f84e3c6d: Layer already exists [2024-10-28T03:41:51.338Z] b99443cddb6e: Layer already exists [2024-10-28T03:41:51.338Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:51.338Z] 238e5c66664b: Layer already exists [2024-10-28T03:41:51.338Z] faf3004e0a91: Layer already exists [2024-10-28T03:41:51.338Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:51.338Z] df11090d7a1f: Layer already exists [2024-10-28T03:41:51.338Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:51.338Z] 9ed99a2b0831: Layer already exists [2024-10-28T03:41:51.338Z] 4.0.0-dev.4: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:51.677Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:52.001Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:52.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-28T03:41:52.001Z] 61864a602183: Preparing [2024-10-28T03:41:52.001Z] 4fec22998295: Preparing [2024-10-28T03:41:52.001Z] b99443cddb6e: Preparing [2024-10-28T03:41:52.001Z] d2b6f84e3c6d: Preparing [2024-10-28T03:41:52.001Z] 3ee0b4cf48fd: Preparing [2024-10-28T03:41:52.001Z] 238e5c66664b: Preparing [2024-10-28T03:41:52.001Z] faf3004e0a91: Preparing [2024-10-28T03:41:52.001Z] c2df41739fb1: Preparing [2024-10-28T03:41:52.001Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:52.001Z] 238e5c66664b: Waiting [2024-10-28T03:41:52.001Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:52.001Z] faf3004e0a91: Waiting [2024-10-28T03:41:52.001Z] c2df41739fb1: Waiting [2024-10-28T03:41:52.001Z] df11090d7a1f: Preparing [2024-10-28T03:41:52.001Z] 9ed99a2b0831: Preparing [2024-10-28T03:41:52.001Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:52.001Z] df11090d7a1f: Waiting [2024-10-28T03:41:52.001Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:52.001Z] d2b6f84e3c6d: Layer already exists [2024-10-28T03:41:52.001Z] 4fec22998295: Layer already exists [2024-10-28T03:41:52.001Z] 61864a602183: Layer already exists [2024-10-28T03:41:52.001Z] 3ee0b4cf48fd: Layer already exists [2024-10-28T03:41:52.001Z] b99443cddb6e: Layer already exists [2024-10-28T03:41:52.001Z] 238e5c66664b: Layer already exists [2024-10-28T03:41:52.001Z] faf3004e0a91: Layer already exists [2024-10-28T03:41:52.001Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:52.001Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:52.001Z] df11090d7a1f: Layer already exists [2024-10-28T03:41:52.001Z] 9ed99a2b0831: Layer already exists [2024-10-28T03:41:52.001Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:52.001Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:52.342Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:52.672Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-10-28T03:41:52.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-10-28T03:41:52.673Z] 61864a602183: Preparing [2024-10-28T03:41:52.673Z] 4fec22998295: Preparing [2024-10-28T03:41:52.673Z] b99443cddb6e: Preparing [2024-10-28T03:41:52.673Z] d2b6f84e3c6d: Preparing [2024-10-28T03:41:52.673Z] 3ee0b4cf48fd: Preparing [2024-10-28T03:41:52.673Z] 238e5c66664b: Preparing [2024-10-28T03:41:52.673Z] faf3004e0a91: Preparing [2024-10-28T03:41:52.673Z] c2df41739fb1: Preparing [2024-10-28T03:41:52.673Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:52.673Z] df11090d7a1f: Preparing [2024-10-28T03:41:52.673Z] 9ed99a2b0831: Preparing [2024-10-28T03:41:52.673Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:52.673Z] 238e5c66664b: Waiting [2024-10-28T03:41:52.673Z] df11090d7a1f: Waiting [2024-10-28T03:41:52.673Z] 9ed99a2b0831: Waiting [2024-10-28T03:41:52.673Z] faf3004e0a91: Waiting [2024-10-28T03:41:52.673Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:52.673Z] c2df41739fb1: Waiting [2024-10-28T03:41:52.673Z] ce1e82d31b5f: Waiting [2024-10-28T03:41:52.673Z] 4fec22998295: Layer already exists [2024-10-28T03:41:52.673Z] 61864a602183: Layer already exists [2024-10-28T03:41:52.673Z] d2b6f84e3c6d: Layer already exists [2024-10-28T03:41:52.673Z] b99443cddb6e: Layer already exists [2024-10-28T03:41:52.673Z] 238e5c66664b: Layer already exists [2024-10-28T03:41:52.673Z] faf3004e0a91: Layer already exists [2024-10-28T03:41:52.673Z] 9ed99a2b0831: Layer already exists [2024-10-28T03:41:52.673Z] df11090d7a1f: Layer already exists [2024-10-28T03:41:52.673Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:52.673Z] 3ee0b4cf48fd: Layer already exists [2024-10-28T03:41:52.673Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:52.673Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:52.673Z] main: digest: sha256:e150e62037e79b79de2aed470a647b782414bad339dbf7179eb389081a892c80 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:52.756Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:52.770Z] taggedImages: [2024-10-28T03:41:52.770Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:52.770Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-10-28T03:41:52.770Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.4 [2024-10-28T03:41:52.770Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:52.770Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-10-28T03:41:52.796Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-10-28T03:41:52.796Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:52.796Z] latest [2024-10-28T03:41:52.796Z] 4.0.0-dev.4 [2024-10-28T03:41:52.796Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:52.796Z] main [2024-10-28T03:41:52.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:53.145Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:53.480Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:53.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-28T03:41:53.481Z] ec33a25882be: Preparing [2024-10-28T03:41:53.481Z] 9c0e22a5f803: Preparing [2024-10-28T03:41:53.481Z] c2df41739fb1: Preparing [2024-10-28T03:41:53.481Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:53.481Z] 8593553c60fd: Preparing [2024-10-28T03:41:53.481Z] d2300495c87a: Preparing [2024-10-28T03:41:53.481Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:53.481Z] d2300495c87a: Waiting [2024-10-28T03:41:53.481Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:53.481Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:53.481Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:53.481Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:53.481Z] ec33a25882be: Pushed [2024-10-28T03:41:54.049Z] 8593553c60fd: Pushed [2024-10-28T03:41:54.618Z] d2300495c87a: Pushed [2024-10-28T03:41:56.542Z] 9c0e22a5f803: Pushed [2024-10-28T03:41:56.542Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:56.883Z] + 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-10-28T03:41:57.208Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-28T03:41:57.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-28T03:41:57.208Z] ec33a25882be: Preparing [2024-10-28T03:41:57.208Z] 9c0e22a5f803: Preparing [2024-10-28T03:41:57.208Z] c2df41739fb1: Preparing [2024-10-28T03:41:57.208Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:57.208Z] 8593553c60fd: Preparing [2024-10-28T03:41:57.208Z] d2300495c87a: Preparing [2024-10-28T03:41:57.208Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:57.208Z] d2300495c87a: Waiting [2024-10-28T03:41:57.208Z] 8593553c60fd: Layer already exists [2024-10-28T03:41:57.208Z] ec33a25882be: Layer already exists [2024-10-28T03:41:57.208Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:57.208Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:57.208Z] 9c0e22a5f803: Layer already exists [2024-10-28T03:41:57.208Z] d2300495c87a: Layer already exists [2024-10-28T03:41:57.208Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:57.208Z] latest: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:57.529Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:57.857Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.4 [2024-10-28T03:41:57.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-28T03:41:57.857Z] ec33a25882be: Preparing [2024-10-28T03:41:57.857Z] 9c0e22a5f803: Preparing [2024-10-28T03:41:57.857Z] c2df41739fb1: Preparing [2024-10-28T03:41:57.857Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:57.857Z] 8593553c60fd: Preparing [2024-10-28T03:41:57.857Z] d2300495c87a: Preparing [2024-10-28T03:41:57.857Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:57.857Z] d2300495c87a: Waiting [2024-10-28T03:41:57.857Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:57.857Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:57.857Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:57.857Z] ec33a25882be: Layer already exists [2024-10-28T03:41:57.857Z] 9c0e22a5f803: Layer already exists [2024-10-28T03:41:57.857Z] 8593553c60fd: Layer already exists [2024-10-28T03:41:57.857Z] d2300495c87a: Layer already exists [2024-10-28T03:41:57.857Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:57.857Z] 4.0.0-dev.4: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:58.184Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:58.519Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:58.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-28T03:41:58.519Z] ec33a25882be: Preparing [2024-10-28T03:41:58.519Z] 9c0e22a5f803: Preparing [2024-10-28T03:41:58.519Z] c2df41739fb1: Preparing [2024-10-28T03:41:58.519Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:58.519Z] 8593553c60fd: Preparing [2024-10-28T03:41:58.519Z] d2300495c87a: Preparing [2024-10-28T03:41:58.519Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:58.519Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:58.519Z] d2300495c87a: Waiting [2024-10-28T03:41:58.519Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:58.519Z] 9c0e22a5f803: Layer already exists [2024-10-28T03:41:58.519Z] ec33a25882be: Layer already exists [2024-10-28T03:41:58.519Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:58.519Z] 8593553c60fd: Layer already exists [2024-10-28T03:41:58.519Z] d2300495c87a: Layer already exists [2024-10-28T03:41:58.519Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:58.519Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:58.925Z] + 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-10-28T03:41:59.250Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-10-28T03:41:59.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-10-28T03:41:59.250Z] ec33a25882be: Preparing [2024-10-28T03:41:59.250Z] 9c0e22a5f803: Preparing [2024-10-28T03:41:59.250Z] c2df41739fb1: Preparing [2024-10-28T03:41:59.250Z] ce1e82d31b5f: Preparing [2024-10-28T03:41:59.250Z] 8593553c60fd: Preparing [2024-10-28T03:41:59.250Z] d2300495c87a: Preparing [2024-10-28T03:41:59.250Z] 63ca1fbb43ae: Preparing [2024-10-28T03:41:59.250Z] 63ca1fbb43ae: Waiting [2024-10-28T03:41:59.250Z] d2300495c87a: Waiting [2024-10-28T03:41:59.250Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:41:59.250Z] 8593553c60fd: Layer already exists [2024-10-28T03:41:59.250Z] 9c0e22a5f803: Layer already exists [2024-10-28T03:41:59.250Z] ec33a25882be: Layer already exists [2024-10-28T03:41:59.250Z] c2df41739fb1: Layer already exists [2024-10-28T03:41:59.250Z] d2300495c87a: Layer already exists [2024-10-28T03:41:59.250Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:41:59.250Z] main: digest: sha256:b39e2110e68531dcde503023f876929e88aa599edd62ca3bb08b45325282acd4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:41:59.318Z] ===================================================== [Pipeline] echo [2024-10-28T03:41:59.336Z] taggedImages: [2024-10-28T03:41:59.336Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:59.336Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-10-28T03:41:59.336Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.4 [2024-10-28T03:41:59.336Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:59.336Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-10-28T03:41:59.370Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-10-28T03:41:59.370Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:41:59.370Z] latest [2024-10-28T03:41:59.370Z] 4.0.0-dev.4 [2024-10-28T03:41:59.370Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:41:59.370Z] main [2024-10-28T03:41:59.370Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:41:59.732Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:00.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:00.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-28T03:42:00.064Z] 756a5a0bbcd1: Preparing [2024-10-28T03:42:00.064Z] 7ab26ee1224d: Preparing [2024-10-28T03:42:00.064Z] 0e0fccf10377: Preparing [2024-10-28T03:42:00.064Z] c2df41739fb1: Preparing [2024-10-28T03:42:00.064Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:00.064Z] 535cbd268b11: Preparing [2024-10-28T03:42:00.064Z] 6b0c7b89c55b: Preparing [2024-10-28T03:42:00.064Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:00.064Z] 20d3acbc3683: Preparing [2024-10-28T03:42:00.064Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:00.064Z] 535cbd268b11: Waiting [2024-10-28T03:42:00.064Z] 20d3acbc3683: Waiting [2024-10-28T03:42:00.064Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:00.064Z] 6b0c7b89c55b: Waiting [2024-10-28T03:42:00.064Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:00.064Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:00.064Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:00.064Z] 0e0fccf10377: Pushed [2024-10-28T03:42:00.064Z] 7ab26ee1224d: Pushed [2024-10-28T03:42:00.064Z] 756a5a0bbcd1: Pushed [2024-10-28T03:42:00.064Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:00.323Z] 7f462ef2ac0c: Pushed [2024-10-28T03:42:01.261Z] 20d3acbc3683: Pushed [2024-10-28T03:42:06.543Z] 6b0c7b89c55b: Pushed [2024-10-28T03:42:09.832Z] 535cbd268b11: Pushed [2024-10-28T03:42:09.832Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:10.175Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:10.495Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-28T03:42:10.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-28T03:42:10.495Z] 756a5a0bbcd1: Preparing [2024-10-28T03:42:10.495Z] 7ab26ee1224d: Preparing [2024-10-28T03:42:10.495Z] 0e0fccf10377: Preparing [2024-10-28T03:42:10.495Z] c2df41739fb1: Preparing [2024-10-28T03:42:10.495Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:10.495Z] 535cbd268b11: Preparing [2024-10-28T03:42:10.495Z] 6b0c7b89c55b: Preparing [2024-10-28T03:42:10.495Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:10.495Z] 20d3acbc3683: Preparing [2024-10-28T03:42:10.495Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:10.495Z] 6b0c7b89c55b: Waiting [2024-10-28T03:42:10.495Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:10.495Z] 20d3acbc3683: Waiting [2024-10-28T03:42:10.495Z] 535cbd268b11: Waiting [2024-10-28T03:42:10.495Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:10.495Z] 756a5a0bbcd1: Layer already exists [2024-10-28T03:42:10.495Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:10.495Z] 7ab26ee1224d: Layer already exists [2024-10-28T03:42:10.495Z] 535cbd268b11: Layer already exists [2024-10-28T03:42:10.495Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:10.495Z] 0e0fccf10377: Layer already exists [2024-10-28T03:42:10.495Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:10.495Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:10.495Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:10.495Z] 6b0c7b89c55b: Layer already exists [2024-10-28T03:42:10.495Z] latest: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:10.825Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:11.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.4 [2024-10-28T03:42:11.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-28T03:42:11.151Z] 756a5a0bbcd1: Preparing [2024-10-28T03:42:11.151Z] 7ab26ee1224d: Preparing [2024-10-28T03:42:11.151Z] 0e0fccf10377: Preparing [2024-10-28T03:42:11.151Z] c2df41739fb1: Preparing [2024-10-28T03:42:11.151Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:11.151Z] 535cbd268b11: Preparing [2024-10-28T03:42:11.151Z] 6b0c7b89c55b: Preparing [2024-10-28T03:42:11.151Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:11.151Z] 20d3acbc3683: Preparing [2024-10-28T03:42:11.151Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:11.151Z] 6b0c7b89c55b: Waiting [2024-10-28T03:42:11.151Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:11.151Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:11.151Z] 20d3acbc3683: Waiting [2024-10-28T03:42:11.151Z] 535cbd268b11: Waiting [2024-10-28T03:42:11.151Z] 756a5a0bbcd1: Layer already exists [2024-10-28T03:42:11.151Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:11.151Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:11.151Z] 7ab26ee1224d: Layer already exists [2024-10-28T03:42:11.151Z] 0e0fccf10377: Layer already exists [2024-10-28T03:42:11.151Z] 535cbd268b11: Layer already exists [2024-10-28T03:42:11.151Z] 6b0c7b89c55b: Layer already exists [2024-10-28T03:42:11.151Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:11.151Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:11.151Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:11.151Z] 4.0.0-dev.4: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:11.479Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:11.809Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:11.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-28T03:42:11.809Z] 756a5a0bbcd1: Preparing [2024-10-28T03:42:11.809Z] 7ab26ee1224d: Preparing [2024-10-28T03:42:11.809Z] 0e0fccf10377: Preparing [2024-10-28T03:42:11.809Z] c2df41739fb1: Preparing [2024-10-28T03:42:11.809Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:11.809Z] 535cbd268b11: Preparing [2024-10-28T03:42:11.809Z] 6b0c7b89c55b: Preparing [2024-10-28T03:42:11.809Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:11.809Z] 20d3acbc3683: Preparing [2024-10-28T03:42:11.809Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:11.809Z] 535cbd268b11: Waiting [2024-10-28T03:42:11.809Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:11.809Z] 6b0c7b89c55b: Waiting [2024-10-28T03:42:11.809Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:11.809Z] 756a5a0bbcd1: Layer already exists [2024-10-28T03:42:11.809Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:11.809Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:11.809Z] 0e0fccf10377: Layer already exists [2024-10-28T03:42:11.809Z] 7ab26ee1224d: Layer already exists [2024-10-28T03:42:11.809Z] 535cbd268b11: Layer already exists [2024-10-28T03:42:11.809Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:11.809Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:11.809Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:11.809Z] 6b0c7b89c55b: Layer already exists [2024-10-28T03:42:11.809Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:12.137Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:12.466Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-10-28T03:42:12.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-10-28T03:42:12.466Z] 756a5a0bbcd1: Preparing [2024-10-28T03:42:12.466Z] 7ab26ee1224d: Preparing [2024-10-28T03:42:12.466Z] 0e0fccf10377: Preparing [2024-10-28T03:42:12.466Z] c2df41739fb1: Preparing [2024-10-28T03:42:12.466Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:12.466Z] 535cbd268b11: Preparing [2024-10-28T03:42:12.466Z] 6b0c7b89c55b: Preparing [2024-10-28T03:42:12.466Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:12.466Z] 20d3acbc3683: Preparing [2024-10-28T03:42:12.466Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:12.466Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:12.466Z] 20d3acbc3683: Waiting [2024-10-28T03:42:12.466Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:12.466Z] 535cbd268b11: Waiting [2024-10-28T03:42:12.466Z] 6b0c7b89c55b: Waiting [2024-10-28T03:42:12.466Z] 756a5a0bbcd1: Layer already exists [2024-10-28T03:42:12.466Z] 0e0fccf10377: Layer already exists [2024-10-28T03:42:12.466Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:12.466Z] 7ab26ee1224d: Layer already exists [2024-10-28T03:42:12.466Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:12.466Z] 535cbd268b11: Layer already exists [2024-10-28T03:42:12.466Z] 6b0c7b89c55b: Layer already exists [2024-10-28T03:42:12.466Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:12.466Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:12.466Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:12.466Z] main: digest: sha256:2cf0a86f2704e74314b4820df119bbc633e798adef461b87ea3a8d7c21db5615 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:42:12.536Z] ===================================================== [Pipeline] echo [2024-10-28T03:42:12.551Z] taggedImages: [2024-10-28T03:42:12.551Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:12.551Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-10-28T03:42:12.551Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.4 [2024-10-28T03:42:12.551Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:12.551Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-10-28T03:42:12.585Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-10-28T03:42:12.585Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:12.585Z] latest [2024-10-28T03:42:12.585Z] 4.0.0-dev.4 [2024-10-28T03:42:12.585Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:12.585Z] main [2024-10-28T03:42:12.585Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:12.935Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:13.257Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:13.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-28T03:42:13.257Z] c0abc397740f: Preparing [2024-10-28T03:42:13.257Z] 2cfab71cb77c: Preparing [2024-10-28T03:42:13.257Z] 7f0ed08539ce: Preparing [2024-10-28T03:42:13.257Z] c2df41739fb1: Preparing [2024-10-28T03:42:13.257Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:13.257Z] 9a9c9d3cd950: Preparing [2024-10-28T03:42:13.257Z] 7f5e892fc0f1: Preparing [2024-10-28T03:42:13.257Z] 4d8ca0171c08: Preparing [2024-10-28T03:42:13.257Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:13.257Z] 9a9c9d3cd950: Waiting [2024-10-28T03:42:13.257Z] 7f5e892fc0f1: Waiting [2024-10-28T03:42:13.257Z] 4d8ca0171c08: Waiting [2024-10-28T03:42:13.257Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:13.257Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:13.257Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:13.257Z] 7f0ed08539ce: Pushed [2024-10-28T03:42:13.257Z] c0abc397740f: Pushed [2024-10-28T03:42:13.257Z] 2cfab71cb77c: Pushed [2024-10-28T03:42:13.257Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:13.822Z] 4d8ca0171c08: Pushed [2024-10-28T03:42:14.080Z] 7f5e892fc0f1: Pushed [2024-10-28T03:42:24.124Z] 9a9c9d3cd950: Pushed [2024-10-28T03:42:24.124Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:24.457Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:24.780Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-28T03:42:24.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-28T03:42:24.780Z] c0abc397740f: Preparing [2024-10-28T03:42:24.780Z] 2cfab71cb77c: Preparing [2024-10-28T03:42:24.780Z] 7f0ed08539ce: Preparing [2024-10-28T03:42:24.780Z] c2df41739fb1: Preparing [2024-10-28T03:42:24.780Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:24.780Z] 9a9c9d3cd950: Preparing [2024-10-28T03:42:24.780Z] 7f5e892fc0f1: Preparing [2024-10-28T03:42:24.780Z] 4d8ca0171c08: Preparing [2024-10-28T03:42:24.780Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:24.780Z] 9a9c9d3cd950: Waiting [2024-10-28T03:42:24.780Z] 7f5e892fc0f1: Waiting [2024-10-28T03:42:24.780Z] 4d8ca0171c08: Waiting [2024-10-28T03:42:24.780Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:24.780Z] c0abc397740f: Layer already exists [2024-10-28T03:42:24.780Z] 2cfab71cb77c: Layer already exists [2024-10-28T03:42:24.780Z] 7f0ed08539ce: Layer already exists [2024-10-28T03:42:24.780Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:24.780Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:24.780Z] 4d8ca0171c08: Layer already exists [2024-10-28T03:42:24.780Z] 7f5e892fc0f1: Layer already exists [2024-10-28T03:42:24.780Z] 9a9c9d3cd950: Layer already exists [2024-10-28T03:42:24.780Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:24.780Z] latest: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:25.110Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:25.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.4 [2024-10-28T03:42:25.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-28T03:42:25.439Z] c0abc397740f: Preparing [2024-10-28T03:42:25.439Z] 2cfab71cb77c: Preparing [2024-10-28T03:42:25.439Z] 7f0ed08539ce: Preparing [2024-10-28T03:42:25.439Z] c2df41739fb1: Preparing [2024-10-28T03:42:25.439Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:25.439Z] 9a9c9d3cd950: Preparing [2024-10-28T03:42:25.439Z] 7f5e892fc0f1: Preparing [2024-10-28T03:42:25.439Z] 4d8ca0171c08: Preparing [2024-10-28T03:42:25.439Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:25.439Z] 7f5e892fc0f1: Waiting [2024-10-28T03:42:25.439Z] 9a9c9d3cd950: Waiting [2024-10-28T03:42:25.439Z] c0abc397740f: Layer already exists [2024-10-28T03:42:25.439Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:25.439Z] 7f0ed08539ce: Layer already exists [2024-10-28T03:42:25.439Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:25.439Z] 2cfab71cb77c: Layer already exists [2024-10-28T03:42:25.439Z] 7f5e892fc0f1: Layer already exists [2024-10-28T03:42:25.439Z] 9a9c9d3cd950: Layer already exists [2024-10-28T03:42:25.439Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:25.439Z] 4d8ca0171c08: Layer already exists [2024-10-28T03:42:25.439Z] 4.0.0-dev.4: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:25.766Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:26.088Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:26.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-28T03:42:26.088Z] c0abc397740f: Preparing [2024-10-28T03:42:26.088Z] 2cfab71cb77c: Preparing [2024-10-28T03:42:26.088Z] 7f0ed08539ce: Preparing [2024-10-28T03:42:26.088Z] c2df41739fb1: Preparing [2024-10-28T03:42:26.088Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:26.088Z] 9a9c9d3cd950: Preparing [2024-10-28T03:42:26.088Z] 7f5e892fc0f1: Preparing [2024-10-28T03:42:26.088Z] 4d8ca0171c08: Preparing [2024-10-28T03:42:26.088Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:26.088Z] 4d8ca0171c08: Waiting [2024-10-28T03:42:26.088Z] 7f5e892fc0f1: Waiting [2024-10-28T03:42:26.088Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:26.088Z] 9a9c9d3cd950: Waiting [2024-10-28T03:42:26.088Z] 2cfab71cb77c: Layer already exists [2024-10-28T03:42:26.088Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:26.088Z] 7f0ed08539ce: Layer already exists [2024-10-28T03:42:26.088Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:26.088Z] c0abc397740f: Layer already exists [2024-10-28T03:42:26.088Z] 9a9c9d3cd950: Layer already exists [2024-10-28T03:42:26.088Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:26.088Z] 4d8ca0171c08: Layer already exists [2024-10-28T03:42:26.088Z] 7f5e892fc0f1: Layer already exists [2024-10-28T03:42:26.088Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:26.422Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:26.750Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-10-28T03:42:26.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-10-28T03:42:26.750Z] c0abc397740f: Preparing [2024-10-28T03:42:26.750Z] 2cfab71cb77c: Preparing [2024-10-28T03:42:26.750Z] 7f0ed08539ce: Preparing [2024-10-28T03:42:26.750Z] c2df41739fb1: Preparing [2024-10-28T03:42:26.750Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:26.750Z] 9a9c9d3cd950: Preparing [2024-10-28T03:42:26.750Z] 7f5e892fc0f1: Preparing [2024-10-28T03:42:26.750Z] 4d8ca0171c08: Preparing [2024-10-28T03:42:26.750Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:26.750Z] 7f5e892fc0f1: Waiting [2024-10-28T03:42:26.750Z] 4d8ca0171c08: Waiting [2024-10-28T03:42:26.750Z] 9a9c9d3cd950: Waiting [2024-10-28T03:42:26.751Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:26.751Z] 2cfab71cb77c: Layer already exists [2024-10-28T03:42:26.751Z] c0abc397740f: Layer already exists [2024-10-28T03:42:26.751Z] 7f0ed08539ce: Layer already exists [2024-10-28T03:42:26.751Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:26.751Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:26.751Z] 9a9c9d3cd950: Layer already exists [2024-10-28T03:42:26.751Z] 4d8ca0171c08: Layer already exists [2024-10-28T03:42:26.751Z] 7f5e892fc0f1: Layer already exists [2024-10-28T03:42:26.751Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:26.751Z] main: digest: sha256:5c7af968bc1e8056369b1b6e2b174f81870079d701a493b69dbc10bc6dab0d60 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:42:26.829Z] ===================================================== [Pipeline] echo [2024-10-28T03:42:26.845Z] taggedImages: [2024-10-28T03:42:26.845Z] - nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:26.845Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-10-28T03:42:26.845Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.4 [2024-10-28T03:42:26.845Z] - nexus3.edgexfoundry.org:10004/security-spire-config:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:26.845Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-10-28T03:42:26.880Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-10-28T03:42:26.880Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:26.880Z] latest [2024-10-28T03:42:26.880Z] 4.0.0-dev.4 [2024-10-28T03:42:26.880Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:26.880Z] main [2024-10-28T03:42:26.880Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:27.224Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:27.560Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:27.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-28T03:42:27.560Z] fc21d1e0826f: Preparing [2024-10-28T03:42:27.560Z] 9b4d3f762cc8: Preparing [2024-10-28T03:42:27.560Z] 35553f795527: Preparing [2024-10-28T03:42:27.560Z] c2df41739fb1: Preparing [2024-10-28T03:42:27.560Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:27.560Z] bf17866649f7: Preparing [2024-10-28T03:42:27.560Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:27.560Z] 20d3acbc3683: Preparing [2024-10-28T03:42:27.560Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:27.560Z] bf17866649f7: Waiting [2024-10-28T03:42:27.560Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:27.560Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:27.560Z] 20d3acbc3683: Waiting [2024-10-28T03:42:27.560Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:27.560Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:27.560Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:27.560Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:27.560Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:27.560Z] 35553f795527: Pushed [2024-10-28T03:42:27.560Z] 9b4d3f762cc8: Pushed [2024-10-28T03:42:27.560Z] fc21d1e0826f: Pushed [2024-10-28T03:42:37.547Z] bf17866649f7: Pushed [2024-10-28T03:42:37.547Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:37.875Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:38.193Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-28T03:42:38.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-28T03:42:38.193Z] fc21d1e0826f: Preparing [2024-10-28T03:42:38.193Z] 9b4d3f762cc8: Preparing [2024-10-28T03:42:38.193Z] 35553f795527: Preparing [2024-10-28T03:42:38.193Z] c2df41739fb1: Preparing [2024-10-28T03:42:38.193Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:38.193Z] bf17866649f7: Preparing [2024-10-28T03:42:38.193Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:38.193Z] 20d3acbc3683: Preparing [2024-10-28T03:42:38.193Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:38.193Z] 20d3acbc3683: Waiting [2024-10-28T03:42:38.193Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:38.193Z] bf17866649f7: Waiting [2024-10-28T03:42:38.193Z] 35553f795527: Layer already exists [2024-10-28T03:42:38.193Z] 9b4d3f762cc8: Layer already exists [2024-10-28T03:42:38.193Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:38.193Z] fc21d1e0826f: Layer already exists [2024-10-28T03:42:38.193Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:38.193Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:38.193Z] bf17866649f7: Layer already exists [2024-10-28T03:42:38.193Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:38.193Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:38.193Z] latest: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:38.514Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:38.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.4 [2024-10-28T03:42:38.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-28T03:42:38.826Z] fc21d1e0826f: Preparing [2024-10-28T03:42:38.826Z] 9b4d3f762cc8: Preparing [2024-10-28T03:42:38.826Z] 35553f795527: Preparing [2024-10-28T03:42:38.826Z] c2df41739fb1: Preparing [2024-10-28T03:42:38.826Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:38.826Z] bf17866649f7: Preparing [2024-10-28T03:42:38.826Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:38.826Z] 20d3acbc3683: Preparing [2024-10-28T03:42:38.826Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:38.826Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:38.826Z] bf17866649f7: Waiting [2024-10-28T03:42:38.826Z] 20d3acbc3683: Waiting [2024-10-28T03:42:38.826Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:38.826Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:38.826Z] fc21d1e0826f: Layer already exists [2024-10-28T03:42:38.826Z] 35553f795527: Layer already exists [2024-10-28T03:42:38.826Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:38.826Z] 9b4d3f762cc8: Layer already exists [2024-10-28T03:42:38.826Z] bf17866649f7: Layer already exists [2024-10-28T03:42:38.826Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:38.826Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:38.826Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:38.826Z] 4.0.0-dev.4: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:39.153Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:39.473Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:39.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-28T03:42:39.473Z] fc21d1e0826f: Preparing [2024-10-28T03:42:39.473Z] 9b4d3f762cc8: Preparing [2024-10-28T03:42:39.473Z] 35553f795527: Preparing [2024-10-28T03:42:39.473Z] c2df41739fb1: Preparing [2024-10-28T03:42:39.473Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:39.473Z] bf17866649f7: Preparing [2024-10-28T03:42:39.473Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:39.473Z] 20d3acbc3683: Preparing [2024-10-28T03:42:39.473Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:39.473Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:39.473Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:39.473Z] 20d3acbc3683: Waiting [2024-10-28T03:42:39.473Z] bf17866649f7: Waiting [2024-10-28T03:42:39.473Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:39.473Z] 9b4d3f762cc8: Layer already exists [2024-10-28T03:42:39.473Z] fc21d1e0826f: Layer already exists [2024-10-28T03:42:39.473Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:39.473Z] 35553f795527: Layer already exists [2024-10-28T03:42:39.473Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:39.473Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:39.473Z] bf17866649f7: Layer already exists [2024-10-28T03:42:39.473Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:39.473Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:39.806Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:40.130Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-10-28T03:42:40.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-10-28T03:42:40.130Z] fc21d1e0826f: Preparing [2024-10-28T03:42:40.130Z] 9b4d3f762cc8: Preparing [2024-10-28T03:42:40.130Z] 35553f795527: Preparing [2024-10-28T03:42:40.130Z] c2df41739fb1: Preparing [2024-10-28T03:42:40.130Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:40.130Z] bf17866649f7: Preparing [2024-10-28T03:42:40.130Z] 7f462ef2ac0c: Preparing [2024-10-28T03:42:40.130Z] 20d3acbc3683: Preparing [2024-10-28T03:42:40.130Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:40.130Z] 7f462ef2ac0c: Waiting [2024-10-28T03:42:40.130Z] 20d3acbc3683: Waiting [2024-10-28T03:42:40.130Z] bf17866649f7: Waiting [2024-10-28T03:42:40.130Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:40.130Z] fc21d1e0826f: Layer already exists [2024-10-28T03:42:40.130Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:40.130Z] 9b4d3f762cc8: Layer already exists [2024-10-28T03:42:40.130Z] 35553f795527: Layer already exists [2024-10-28T03:42:40.130Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:40.130Z] 7f462ef2ac0c: Layer already exists [2024-10-28T03:42:40.130Z] bf17866649f7: Layer already exists [2024-10-28T03:42:40.130Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:40.130Z] 20d3acbc3683: Layer already exists [2024-10-28T03:42:40.130Z] main: digest: sha256:89d2bfecc617fce02005a14da840e6146a17951ce2a6dca2cf4e1d48631a915d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:42:40.200Z] ===================================================== [Pipeline] echo [2024-10-28T03:42:40.213Z] taggedImages: [2024-10-28T03:42:40.213Z] - nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:40.213Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-10-28T03:42:40.213Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.4 [2024-10-28T03:42:40.213Z] - nexus3.edgexfoundry.org:10004/security-spire-server:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:40.213Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-10-28T03:42:40.245Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-10-28T03:42:40.245Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:40.245Z] latest [2024-10-28T03:42:40.245Z] 4.0.0-dev.4 [2024-10-28T03:42:40.245Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:40.245Z] main [2024-10-28T03:42:40.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:40.582Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:40.902Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:40.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-28T03:42:40.902Z] beace2234766: Preparing [2024-10-28T03:42:40.902Z] fa35435bafb7: Preparing [2024-10-28T03:42:40.902Z] c2df41739fb1: Preparing [2024-10-28T03:42:40.902Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:40.902Z] 1d37b0f828dd: Preparing [2024-10-28T03:42:40.902Z] d5583590f0da: Preparing [2024-10-28T03:42:40.902Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:40.902Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:40.902Z] d5583590f0da: Waiting [2024-10-28T03:42:40.902Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:40.902Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:40.902Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:40.902Z] beace2234766: Pushed [2024-10-28T03:42:41.161Z] d5583590f0da: Pushed [2024-10-28T03:42:41.726Z] 1d37b0f828dd: Pushed [2024-10-28T03:42:46.992Z] fa35435bafb7: Pushed [2024-10-28T03:42:46.992Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:47.318Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:47.650Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-28T03:42:47.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-28T03:42:47.651Z] beace2234766: Preparing [2024-10-28T03:42:47.651Z] fa35435bafb7: Preparing [2024-10-28T03:42:47.651Z] c2df41739fb1: Preparing [2024-10-28T03:42:47.651Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:47.651Z] 1d37b0f828dd: Preparing [2024-10-28T03:42:47.651Z] d5583590f0da: Preparing [2024-10-28T03:42:47.651Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:47.651Z] d5583590f0da: Waiting [2024-10-28T03:42:47.651Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:47.651Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:47.651Z] fa35435bafb7: Layer already exists [2024-10-28T03:42:47.651Z] beace2234766: Layer already exists [2024-10-28T03:42:47.651Z] 1d37b0f828dd: Layer already exists [2024-10-28T03:42:47.651Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:47.651Z] d5583590f0da: Layer already exists [2024-10-28T03:42:47.651Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:47.651Z] latest: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:47.982Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:48.313Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.4 [2024-10-28T03:42:48.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-28T03:42:48.313Z] beace2234766: Preparing [2024-10-28T03:42:48.313Z] fa35435bafb7: Preparing [2024-10-28T03:42:48.313Z] c2df41739fb1: Preparing [2024-10-28T03:42:48.313Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:48.313Z] 1d37b0f828dd: Preparing [2024-10-28T03:42:48.313Z] d5583590f0da: Preparing [2024-10-28T03:42:48.313Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:48.313Z] d5583590f0da: Waiting [2024-10-28T03:42:48.313Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:48.313Z] beace2234766: Layer already exists [2024-10-28T03:42:48.313Z] fa35435bafb7: Layer already exists [2024-10-28T03:42:48.313Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:48.313Z] 1d37b0f828dd: Layer already exists [2024-10-28T03:42:48.313Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:48.313Z] d5583590f0da: Layer already exists [2024-10-28T03:42:48.313Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:48.313Z] 4.0.0-dev.4: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:48.644Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:48.970Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:48.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-28T03:42:48.970Z] beace2234766: Preparing [2024-10-28T03:42:48.970Z] fa35435bafb7: Preparing [2024-10-28T03:42:48.970Z] c2df41739fb1: Preparing [2024-10-28T03:42:48.970Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:48.970Z] 1d37b0f828dd: Preparing [2024-10-28T03:42:48.970Z] d5583590f0da: Preparing [2024-10-28T03:42:48.970Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:48.970Z] d5583590f0da: Waiting [2024-10-28T03:42:48.970Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:48.970Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:48.970Z] beace2234766: Layer already exists [2024-10-28T03:42:48.970Z] fa35435bafb7: Layer already exists [2024-10-28T03:42:48.970Z] 1d37b0f828dd: Layer already exists [2024-10-28T03:42:48.970Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:48.970Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:48.970Z] d5583590f0da: Layer already exists [2024-10-28T03:42:48.970Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:49.310Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:49.645Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-10-28T03:42:49.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-10-28T03:42:49.645Z] beace2234766: Preparing [2024-10-28T03:42:49.645Z] fa35435bafb7: Preparing [2024-10-28T03:42:49.645Z] c2df41739fb1: Preparing [2024-10-28T03:42:49.645Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:49.645Z] 1d37b0f828dd: Preparing [2024-10-28T03:42:49.645Z] d5583590f0da: Preparing [2024-10-28T03:42:49.645Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:49.645Z] d5583590f0da: Waiting [2024-10-28T03:42:49.645Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:49.645Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:49.645Z] 1d37b0f828dd: Layer already exists [2024-10-28T03:42:49.645Z] beace2234766: Layer already exists [2024-10-28T03:42:49.645Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:49.645Z] fa35435bafb7: Layer already exists [2024-10-28T03:42:49.645Z] d5583590f0da: Layer already exists [2024-10-28T03:42:49.645Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:49.645Z] main: digest: sha256:c22aa0e3992a8bc7b8494414a1746b820f8f30018c682c4a7293c88f71d3c1cb size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:42:49.715Z] ===================================================== [Pipeline] echo [2024-10-28T03:42:49.726Z] taggedImages: [2024-10-28T03:42:49.726Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:49.726Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-10-28T03:42:49.726Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.4 [2024-10-28T03:42:49.726Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:49.726Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-10-28T03:42:49.757Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-10-28T03:42:49.757Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:49.757Z] latest [2024-10-28T03:42:49.757Z] 4.0.0-dev.4 [2024-10-28T03:42:49.757Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:49.757Z] main [2024-10-28T03:42:49.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:50.103Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:50.441Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:50.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-28T03:42:50.441Z] a7381fe85637: Preparing [2024-10-28T03:42:50.441Z] 01412223033a: Preparing [2024-10-28T03:42:50.441Z] 934e5599db46: Preparing [2024-10-28T03:42:50.441Z] c2df41739fb1: Preparing [2024-10-28T03:42:50.441Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:50.441Z] 3f2a13b2814b: Preparing [2024-10-28T03:42:50.441Z] d797355ab0f6: Preparing [2024-10-28T03:42:50.441Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:50.441Z] d797355ab0f6: Waiting [2024-10-28T03:42:50.441Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:50.441Z] 3f2a13b2814b: Waiting [2024-10-28T03:42:50.441Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:50.441Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:50.441Z] 01412223033a: Pushed [2024-10-28T03:42:50.441Z] a7381fe85637: Pushed [2024-10-28T03:42:50.441Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:50.701Z] d797355ab0f6: Pushed [2024-10-28T03:42:51.270Z] 3f2a13b2814b: Pushed [2024-10-28T03:42:56.547Z] 934e5599db46: Pushed [2024-10-28T03:42:56.547Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:56.877Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:57.205Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-28T03:42:57.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-28T03:42:57.205Z] a7381fe85637: Preparing [2024-10-28T03:42:57.205Z] 01412223033a: Preparing [2024-10-28T03:42:57.205Z] 934e5599db46: Preparing [2024-10-28T03:42:57.205Z] c2df41739fb1: Preparing [2024-10-28T03:42:57.205Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:57.205Z] 3f2a13b2814b: Preparing [2024-10-28T03:42:57.205Z] d797355ab0f6: Preparing [2024-10-28T03:42:57.205Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:57.205Z] d797355ab0f6: Waiting [2024-10-28T03:42:57.205Z] 3f2a13b2814b: Waiting [2024-10-28T03:42:57.205Z] a7381fe85637: Layer already exists [2024-10-28T03:42:57.205Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:57.205Z] 934e5599db46: Layer already exists [2024-10-28T03:42:57.205Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:57.205Z] 01412223033a: Layer already exists [2024-10-28T03:42:57.205Z] d797355ab0f6: Layer already exists [2024-10-28T03:42:57.205Z] 3f2a13b2814b: Layer already exists [2024-10-28T03:42:57.205Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:57.205Z] latest: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:57.530Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:57.854Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.4 [2024-10-28T03:42:57.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-28T03:42:57.854Z] a7381fe85637: Preparing [2024-10-28T03:42:57.854Z] 01412223033a: Preparing [2024-10-28T03:42:57.854Z] 934e5599db46: Preparing [2024-10-28T03:42:57.854Z] c2df41739fb1: Preparing [2024-10-28T03:42:57.854Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:57.854Z] 3f2a13b2814b: Preparing [2024-10-28T03:42:57.854Z] d797355ab0f6: Preparing [2024-10-28T03:42:57.854Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:57.854Z] 3f2a13b2814b: Waiting [2024-10-28T03:42:57.854Z] d797355ab0f6: Waiting [2024-10-28T03:42:57.854Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:57.854Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:57.854Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:57.854Z] 01412223033a: Layer already exists [2024-10-28T03:42:57.854Z] 934e5599db46: Layer already exists [2024-10-28T03:42:57.854Z] a7381fe85637: Layer already exists [2024-10-28T03:42:57.854Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:57.854Z] d797355ab0f6: Layer already exists [2024-10-28T03:42:57.854Z] 3f2a13b2814b: Layer already exists [2024-10-28T03:42:57.854Z] 4.0.0-dev.4: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:58.182Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:58.508Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:58.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-28T03:42:58.508Z] a7381fe85637: Preparing [2024-10-28T03:42:58.508Z] 01412223033a: Preparing [2024-10-28T03:42:58.508Z] 934e5599db46: Preparing [2024-10-28T03:42:58.508Z] c2df41739fb1: Preparing [2024-10-28T03:42:58.508Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:58.508Z] 3f2a13b2814b: Preparing [2024-10-28T03:42:58.508Z] d797355ab0f6: Preparing [2024-10-28T03:42:58.508Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:58.508Z] 3f2a13b2814b: Waiting [2024-10-28T03:42:58.508Z] d797355ab0f6: Waiting [2024-10-28T03:42:58.508Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:58.508Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:58.508Z] 01412223033a: Layer already exists [2024-10-28T03:42:58.508Z] a7381fe85637: Layer already exists [2024-10-28T03:42:58.508Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:58.508Z] 934e5599db46: Layer already exists [2024-10-28T03:42:58.508Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:58.508Z] d797355ab0f6: Layer already exists [2024-10-28T03:42:58.508Z] 3f2a13b2814b: Layer already exists [2024-10-28T03:42:58.508Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:58.838Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T03:42:59.160Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-10-28T03:42:59.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-10-28T03:42:59.160Z] a7381fe85637: Preparing [2024-10-28T03:42:59.160Z] 01412223033a: Preparing [2024-10-28T03:42:59.160Z] 934e5599db46: Preparing [2024-10-28T03:42:59.160Z] c2df41739fb1: Preparing [2024-10-28T03:42:59.160Z] ce1e82d31b5f: Preparing [2024-10-28T03:42:59.160Z] 3f2a13b2814b: Preparing [2024-10-28T03:42:59.160Z] d797355ab0f6: Preparing [2024-10-28T03:42:59.160Z] 63ca1fbb43ae: Preparing [2024-10-28T03:42:59.160Z] d797355ab0f6: Waiting [2024-10-28T03:42:59.160Z] 3f2a13b2814b: Waiting [2024-10-28T03:42:59.160Z] 63ca1fbb43ae: Waiting [2024-10-28T03:42:59.160Z] ce1e82d31b5f: Layer already exists [2024-10-28T03:42:59.160Z] c2df41739fb1: Layer already exists [2024-10-28T03:42:59.160Z] a7381fe85637: Layer already exists [2024-10-28T03:42:59.160Z] 01412223033a: Layer already exists [2024-10-28T03:42:59.160Z] 934e5599db46: Layer already exists [2024-10-28T03:42:59.160Z] d797355ab0f6: Layer already exists [2024-10-28T03:42:59.160Z] 3f2a13b2814b: Layer already exists [2024-10-28T03:42:59.160Z] 63ca1fbb43ae: Layer already exists [2024-10-28T03:42:59.160Z] main: digest: sha256:59a52d2e6d2027ecc789deaabedc2b91bb0d43433f061cb29b69b98f753632ad size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T03:42:59.232Z] ===================================================== [Pipeline] echo [2024-10-28T03:42:59.247Z] taggedImages: [2024-10-28T03:42:59.247Z] - nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T03:42:59.247Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-10-28T03:42:59.247Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.4 [2024-10-28T03:42:59.247Z] - nexus3.edgexfoundry.org:10004/support-notifications:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T03:42:59.247Z] - nexus3.edgexfoundry.org:10004/support-notifications: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-10-28T03:58:02.184Z] #143 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #150 [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-10-28T03:58:02.184Z] #150 1092.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.4" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-10-28T03:58:02.184Z] #150 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-10-28T03:58:02.184Z] #145 DONE 1094.4s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #154 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-10-28T03:58:02.184Z] #154 DONE 0.4s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T03:58:02.184Z] #149 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #155 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-10-28T03:58:02.184Z] #155 DONE 2.1s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #156 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:58:02.184Z] #156 DONE 0.3s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #157 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:58:02.184Z] #157 DONE 0.2s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:58:02.184Z] #151 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #158 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-10-28T03:58:02.184Z] #158 DONE 0.4s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #159 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-10-28T03:58:02.184Z] #159 DONE 0.2s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:58:02.184Z] #151 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #160 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-10-28T03:58:02.184Z] #160 DONE 0.2s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #161 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-10-28T03:58:02.184Z] #161 DONE 0.1s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #162 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-10-28T03:58:02.184Z] #162 DONE 0.1s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #163 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-10-28T03:58:02.184Z] #163 DONE 0.1s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:58:02.184Z] #151 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #164 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-10-28T03:58:02.184Z] #164 DONE 0.1s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #165 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-28T03:58:02.184Z] #165 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-10-28T03:58:02.184Z] #146 DONE 1099.6s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:58:02.184Z] #151 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #166 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:58:02.184Z] #166 DONE 0.2s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:58:02.184Z] #167 DONE 0.3s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #168 [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-10-28T03:58:02.184Z] #168 DONE 0.2s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:58:02.184Z] #151 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #169 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-10-28T03:58:02.184Z] #169 DONE 0.3s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #170 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-10-28T03:58:02.184Z] #170 DONE 0.4s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #171 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-10-28T03:58:02.184Z] #171 DONE 0.2s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #172 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:58:02.184Z] #172 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #165 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-10-28T03:58:02.184Z] #165 DONE 3.2s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #110 [security-bootstrapper] exporting to image [2024-10-28T03:58:02.184Z] #110 exporting layers [2024-10-28T03:58:02.184Z] #110 exporting layers 1.8s done [2024-10-28T03:58:02.184Z] #110 writing image sha256:455b18d0617b39cce9c107627c9dbbe0d329141287d9729482512bd4dec65faf done [2024-10-28T03:58:02.184Z] #110 naming to docker.io/library/security-bootstrapper-arm64 done [2024-10-28T03:58:02.184Z] #110 DONE 7.3s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T03:58:02.184Z] #129 ... [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #172 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:58:02.184Z] #172 DONE 2.5s [2024-10-28T03:58:02.184Z] [2024-10-28T03:58:02.184Z] #110 [security-proxy-setup] exporting to image [2024-10-28T03:58:03.144Z] #110 exporting layers 1.0s done [2024-10-28T03:58:03.144Z] #110 writing image sha256:c35b2fd5861bbddc65644d513abd6bf66e54263ebce32f14b0a27dc48e075389 done [2024-10-28T03:58:03.144Z] #110 naming to docker.io/library/security-proxy-setup-arm64 done [2024-10-28T03:58:03.144Z] #110 DONE 8.3s [2024-10-28T03:58:03.144Z] [2024-10-28T03:58:03.144Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:58:21.368Z] #151 ... [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #150 [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-10-28T03:58:21.368Z] #150 DONE 1121.1s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:58:21.368Z] #151 ... [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:58:21.368Z] #173 DONE 0.2s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #174 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:58:21.368Z] #174 DONE 0.1s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #175 [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-10-28T03:58:21.368Z] #175 DONE 0.1s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #176 [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-10-28T03:58:21.368Z] #176 DONE 0.2s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #177 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-10-28T03:58:21.368Z] #177 DONE 0.3s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #178 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-10-28T03:58:21.368Z] #178 DONE 0.4s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #179 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-10-28T03:58:21.368Z] #179 DONE 0.3s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #180 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-10-28T03:58:21.368Z] #180 DONE 0.1s [2024-10-28T03:58:21.368Z] [2024-10-28T03:58:21.368Z] #181 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:58:23.508Z] #181 DONE 1.9s [2024-10-28T03:58:23.508Z] [2024-10-28T03:58:23.508Z] #110 [security-secretstore-setup] exporting to image [2024-10-28T03:58:23.508Z] #110 exporting layers [2024-10-28T03:58:25.038Z] #110 exporting layers 1.7s done [2024-10-28T03:58:25.038Z] #110 writing image sha256:a08ac76eadddf520684087a210fa22baec61242c3b30919ea3889707e4393f7a done [2024-10-28T03:58:25.038Z] #110 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-10-28T03:58:25.038Z] #110 DONE 10.0s [2024-10-28T03:58:25.038Z] [2024-10-28T03:58:25.038Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T03:59:04.110Z] #149 ... [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-10-28T03:59:04.110Z] #147 DONE 1160.9s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:59:04.110Z] #151 ... [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #182 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T03:59:04.110Z] #182 DONE 0.3s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:59:04.110Z] #151 ... [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #183 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-28T03:59:04.110Z] #183 DONE 0.2s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #184 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-10-28T03:59:04.110Z] #184 DONE 0.3s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #185 [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-10-28T03:59:04.110Z] #185 DONE 0.1s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #186 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-10-28T03:59:04.110Z] #186 DONE 0.1s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T03:59:04.110Z] #151 ... [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #187 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T03:59:04.110Z] #187 DONE 2.0s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #110 [core-common-config-bootstrapper] exporting to image [2024-10-28T03:59:04.110Z] #110 exporting layers [2024-10-28T03:59:04.110Z] #110 exporting layers 0.6s done [2024-10-28T03:59:04.110Z] #110 writing image sha256:4ef6d8e8bfd537014b96b74ff28a047bd13b487888fa8e02e8f409f4f01f9b3f done [2024-10-28T03:59:04.110Z] #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-10-28T03:59:04.110Z] #110 DONE 10.6s [2024-10-28T03:59:04.110Z] [2024-10-28T03:59:04.110Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T04:01:10.772Z] #151 ... [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-10-28T04:01:10.772Z] #143 DONE 1281.1s [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T04:01:10.772Z] #151 ... [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:01:10.772Z] #188 DONE 0.3s [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:01:10.772Z] #129 ... [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-28T04:01:10.772Z] #189 DONE 0.3s [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:01:10.772Z] #129 ... [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-10-28T04:01:10.772Z] #190 DONE 0.4s [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #191 [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-10-28T04:01:10.772Z] #191 DONE 0.1s [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T04:01:10.772Z] #149 ... [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #110 [security-spiffe-token-provider] exporting to image [2024-10-28T04:01:10.772Z] #110 exporting layers [2024-10-28T04:01:10.772Z] #110 exporting layers 0.7s done [2024-10-28T04:01:10.772Z] #110 writing image sha256:58bdbd6336434fe3989d49c922629d87f6a063ff8cf68dba89c2d429fb8fcbfa done [2024-10-28T04:01:10.772Z] #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-10-28T04:01:10.772Z] #110 DONE 11.4s [2024-10-28T04:01:10.772Z] [2024-10-28T04:01:10.772Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-28T04:07:47.833Z] #153 ... [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-10-28T04:07:47.833Z] #152 DONE 1686.3s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T04:07:47.833Z] #151 ... [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:07:47.833Z] #192 DONE 0.2s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T04:07:47.833Z] #151 ... [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-10-28T04:07:47.833Z] #193 DONE 0.2s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-10-28T04:07:47.833Z] #194 DONE 0.3s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-10-28T04:07:47.833Z] #195 DONE 0.1s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-10-28T04:07:47.833Z] #196 DONE 0.1s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #197 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-10-28T04:07:47.833Z] #197 DONE 1.7s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #110 [security-proxy-auth] exporting to image [2024-10-28T04:07:47.833Z] #110 exporting layers [2024-10-28T04:07:47.833Z] #110 exporting layers 0.7s done [2024-10-28T04:07:47.833Z] #110 writing image sha256:f482c0abc13014c0e49ba184fc91e293b401424eebaad283b65171a0d4bf3a51 done [2024-10-28T04:07:47.833Z] #110 naming to docker.io/library/security-proxy-auth-arm64 done [2024-10-28T04:07:47.833Z] #110 DONE 12.1s [2024-10-28T04:07:47.833Z] [2024-10-28T04:07:47.833Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-10-28T04:08:44.269Z] #151 DONE 1739.3s [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-28T04:08:44.269Z] #153 ... [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #198 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:08:44.269Z] #198 DONE 0.1s [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #199 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-28T04:08:44.269Z] #199 DONE 0.1s [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T04:08:44.269Z] #149 ... [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #200 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-10-28T04:08:44.269Z] #200 DONE 0.4s [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-10-28T04:08:44.269Z] #201 DONE 0.1s [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T04:08:44.269Z] #149 ... [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #110 [core-command] exporting to image [2024-10-28T04:08:44.269Z] #110 exporting layers [2024-10-28T04:08:44.269Z] #110 exporting layers 0.5s done [2024-10-28T04:08:44.269Z] #110 writing image sha256:a7a6e25cd4c4be0807e73044479ed6a614a0326e002b38790353dae312f15f2d done [2024-10-28T04:08:44.269Z] #110 naming to docker.io/library/core-command-arm64 done [2024-10-28T04:08:44.269Z] #110 DONE 12.6s [2024-10-28T04:08:44.269Z] [2024-10-28T04:08:44.269Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-10-28T04:10:20.957Z] #153 DONE 1842.5s [2024-10-28T04:10:20.957Z] [2024-10-28T04:10:20.957Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-28T04:10:20.957Z] #144 ... [2024-10-28T04:10:20.957Z] [2024-10-28T04:10:20.957Z] #202 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:10:20.957Z] #202 DONE 0.4s [2024-10-28T04:10:20.957Z] [2024-10-28T04:10:20.957Z] #203 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-28T04:10:21.229Z] #203 DONE 0.3s [2024-10-28T04:10:21.229Z] [2024-10-28T04:10:21.229Z] #204 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-28T04:10:21.508Z] #204 ... [2024-10-28T04:10:21.508Z] [2024-10-28T04:10:21.508Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-10-28T04:10:21.508Z] #144 DONE 1843.4s [2024-10-28T04:10:21.773Z] [2024-10-28T04:10:21.773Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-28T04:10:22.040Z] #148 ... [2024-10-28T04:10:22.040Z] [2024-10-28T04:10:22.040Z] #204 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-10-28T04:10:22.040Z] #204 DONE 0.8s [2024-10-28T04:10:22.040Z] [2024-10-28T04:10:22.040Z] #205 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-10-28T04:10:22.307Z] #205 DONE 0.3s [2024-10-28T04:10:22.307Z] [2024-10-28T04:10:22.307Z] #206 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:10:22.579Z] #206 ... [2024-10-28T04:10:22.579Z] [2024-10-28T04:10:22.579Z] #207 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ [2024-10-28T04:10:22.579Z] #207 DONE 0.2s [2024-10-28T04:10:22.579Z] [2024-10-28T04:10:22.579Z] #110 [core-data] exporting to image [2024-10-28T04:10:22.579Z] #110 exporting layers [2024-10-28T04:10:22.846Z] #110 ... [2024-10-28T04:10:22.846Z] [2024-10-28T04:10:22.846Z] #206 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:10:22.846Z] #206 DONE 0.3s [2024-10-28T04:10:22.846Z] [2024-10-28T04:10:22.846Z] #208 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-10-28T04:10:23.437Z] #208 DONE 0.8s [2024-10-28T04:10:23.437Z] [2024-10-28T04:10:23.437Z] #110 [core-data] exporting to image [2024-10-28T04:10:23.437Z] #110 exporting layers 1.0s done [2024-10-28T04:10:23.437Z] #110 writing image sha256:90a5cbea5aa488943fdec8a216af09ee67c574c8bc17efe2712776f63d19afae done [2024-10-28T04:10:23.437Z] #110 naming to docker.io/library/core-data-arm64 [2024-10-28T04:10:23.704Z] #110 naming to docker.io/library/core-data-arm64 done [2024-10-28T04:10:23.704Z] #110 DONE 13.6s [2024-10-28T04:10:23.704Z] [2024-10-28T04:10:23.704Z] #209 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-10-28T04:10:23.704Z] #209 DONE 0.2s [2024-10-28T04:10:23.704Z] [2024-10-28T04:10:23.704Z] #210 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ [2024-10-28T04:10:23.704Z] #210 DONE 0.1s [2024-10-28T04:10:23.704Z] [2024-10-28T04:10:23.704Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:10:23.971Z] #129 ... [2024-10-28T04:10:23.971Z] [2024-10-28T04:10:23.971Z] #110 [core-keeper] exporting to image [2024-10-28T04:10:24.557Z] #110 exporting layers 0.7s done [2024-10-28T04:10:24.557Z] #110 writing image sha256:43aed82e005c1080e19fbafbfa314518a3e69f7ce17572f33abfb4b7504e6d84 done [2024-10-28T04:10:24.557Z] #110 naming to docker.io/library/core-keeper-arm64 done [2024-10-28T04:10:24.557Z] #110 DONE 14.2s [2024-10-28T04:10:24.557Z] [2024-10-28T04:10:24.557Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:10:25.158Z] #129 ... [2024-10-28T04:10:25.158Z] [2024-10-28T04:10:25.158Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-10-28T04:10:25.158Z] #149 DONE 1847.6s [2024-10-28T04:10:25.158Z] [2024-10-28T04:10:25.158Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:10:25.756Z] #129 ... [2024-10-28T04:10:25.756Z] [2024-10-28T04:10:25.756Z] #211 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:10:25.756Z] #211 DONE 0.1s [2024-10-28T04:10:25.756Z] [2024-10-28T04:10:25.756Z] #212 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2024-10-28T04:10:26.024Z] #212 DONE 0.1s [2024-10-28T04:10:26.024Z] [2024-10-28T04:10:26.024Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-28T04:10:26.024Z] #148 ... [2024-10-28T04:10:26.024Z] [2024-10-28T04:10:26.024Z] #213 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-10-28T04:10:26.613Z] #213 DONE 0.5s [2024-10-28T04:10:26.613Z] [2024-10-28T04:10:26.613Z] #214 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-10-28T04:10:26.613Z] #214 DONE 0.1s [2024-10-28T04:10:26.613Z] [2024-10-28T04:10:26.613Z] #215 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-10-28T04:10:26.613Z] #215 DONE 0.1s [2024-10-28T04:10:26.613Z] [2024-10-28T04:10:26.613Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:10:26.613Z] #129 ... [2024-10-28T04:10:26.613Z] [2024-10-28T04:10:26.613Z] #216 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ [2024-10-28T04:10:26.613Z] #216 DONE 0.1s [2024-10-28T04:10:26.881Z] [2024-10-28T04:10:26.881Z] #110 [core-metadata] exporting to image [2024-10-28T04:10:27.465Z] #110 exporting layers 0.6s done [2024-10-28T04:10:27.465Z] #110 writing image sha256:77ee3d3f1247c3b334b46ee60d323d58c964b66a415f456900a0cbc39f733a92 done [2024-10-28T04:10:27.465Z] #110 naming to docker.io/library/core-metadata-arm64 done [2024-10-28T04:10:27.465Z] #110 DONE 14.9s [2024-10-28T04:10:27.465Z] [2024-10-28T04:10:27.465Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:10:59.697Z] #129 ... [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-10-28T04:10:59.697Z] #148 DONE 1878.2s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:10:59.697Z] #129 ... [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #217 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:10:59.697Z] #217 DONE 0.1s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #129 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-10-28T04:10:59.697Z] #129 DONE 1879.1s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #218 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-10-28T04:10:59.697Z] #218 DONE 0.2s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #219 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-28T04:10:59.697Z] #219 ... [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #220 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-10-28T04:10:59.697Z] #220 DONE 0.1s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #221 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-10-28T04:10:59.697Z] #221 DONE 0.1s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #219 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-10-28T04:10:59.697Z] #219 DONE 0.7s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #222 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-10-28T04:10:59.697Z] #222 DONE 0.1s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #223 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ [2024-10-28T04:10:59.697Z] #223 DONE 0.2s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #110 [support-notifications] exporting to image [2024-10-28T04:10:59.697Z] #110 exporting layers [2024-10-28T04:10:59.697Z] #110 ... [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #224 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-10-28T04:10:59.697Z] #224 DONE 0.6s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #225 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-10-28T04:10:59.697Z] #225 DONE 0.1s [2024-10-28T04:10:59.697Z] [2024-10-28T04:10:59.697Z] #110 [support-cron-scheduler] exporting to image [2024-10-28T04:10:59.697Z] #110 exporting layers 0.8s done [2024-10-28T04:10:59.697Z] #110 writing image sha256:55703cbd07483a960b8b22bb12bf5d14abe76a8dcd7313a2bdbec572126ceb0d done [2024-10-28T04:10:59.697Z] #110 naming to docker.io/library/support-notifications-arm64 done [2024-10-28T04:10:59.697Z] #110 exporting layers 0.8s done [2024-10-28T04:10:59.697Z] #110 writing image sha256:815aa47cc671c8a72c581a71a62e52a70abc8e2e4432d78cbf5d0ab75da16af1 0.0s done [2024-10-28T04:10:59.697Z] #110 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-10-28T04:10:59.697Z] #110 DONE 15.9s [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-10-28T04:10:59.697Z] time="2024-10-28T03:37:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-10-28T04:10:59.705Z] $ docker stop --time=1 a6f95d04cfde182f8cc59db13ac74732c805dafa3fbb6418d5f0d869b9730a1a [2024-10-28T04:11:01.367Z] $ docker rm -f --volumes a6f95d04cfde182f8cc59db13ac74732c805dafa3fbb6418d5f0d869b9730a1a [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-28T04:11:01.870Z] + docker images [2024-10-28T04:11:01.870Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-10-28T04:11:01.870Z] support-notifications-arm64 latest 55703cbd0748 4 seconds ago 71.4MB [2024-10-28T04:11:01.870Z] support-cron-scheduler-arm64 latest 815aa47cc671 4 seconds ago 72.6MB [2024-10-28T04:11:01.870Z] core-metadata-arm64 latest 77ee3d3f1247 35 seconds ago 48.6MB [2024-10-28T04:11:01.870Z] core-keeper-arm64 latest 43aed82e005c 38 seconds ago 41.7MB [2024-10-28T04:11:01.870Z] core-data-arm64 latest 90a5cbea5aa4 39 seconds ago 48.5MB [2024-10-28T04:11:01.870Z] core-command-arm64 latest a7a6e25cd4c4 2 minutes ago 42.7MB [2024-10-28T04:11:01.870Z] security-proxy-auth-arm64 latest f482c0abc130 3 minutes ago 40.9MB [2024-10-28T04:11:01.870Z] security-spiffe-token-provider-arm64 latest 58bdbd633643 10 minutes ago 48.4MB [2024-10-28T04:11:01.870Z] core-common-config-bootstrapper-arm64 latest 4ef6d8e8bfd5 12 minutes ago 28.1MB [2024-10-28T04:11:01.870Z] security-secretstore-setup-arm64 latest a08ac76eaddd 12 minutes ago 58.2MB [2024-10-28T04:11:01.870Z] security-proxy-setup-arm64 latest c35b2fd5861b 13 minutes ago 40.4MB [2024-10-28T04:11:01.870Z] security-bootstrapper-arm64 latest 455b18d0617b 13 minutes ago 33.8MB [2024-10-28T04:11:01.870Z] security-spire-agent-arm64 latest 98589e2fe9d9 32 minutes ago 182MB [2024-10-28T04:11:01.870Z] security-spire-server-arm64 latest cada008e7679 32 minutes ago 124MB [2024-10-28T04:11:01.870Z] security-spire-config-arm64 latest 8db8247cd7ac 32 minutes ago 123MB [2024-10-28T04:11:01.870Z] ci-base-image-arm64 latest c0410a715b6a 34 minutes ago 965MB [2024-10-28T04:11:01.870Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 3 weeks ago 558MB [2024-10-28T04:11:01.870Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 17 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-10-28T04:11:02.018Z] provisioning config files... [2024-10-28T04:11:02.031Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/737@tmp/config16988337265583260664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:11:02.381Z] ---> ****-login.sh [2024-10-28T04:11:02.381Z] nexus3.edgexfoundry.org:10001 [2024-10-28T04:11:02.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T04:11:02.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T04:11:02.647Z] Configure a credential helper to remove this warning. See [2024-10-28T04:11:02.647Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T04:11:02.647Z] [2024-10-28T04:11:02.647Z] Login Succeeded [2024-10-28T04:11:02.647Z] nexus3.edgexfoundry.org:10002 [2024-10-28T04:11:02.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T04:11:03.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T04:11:03.181Z] Configure a credential helper to remove this warning. See [2024-10-28T04:11:03.181Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T04:11:03.181Z] [2024-10-28T04:11:03.181Z] Login Succeeded [2024-10-28T04:11:03.181Z] nexus3.edgexfoundry.org:10003 [2024-10-28T04:11:03.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T04:11:03.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T04:11:03.448Z] Configure a credential helper to remove this warning. See [2024-10-28T04:11:03.448Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T04:11:03.448Z] [2024-10-28T04:11:03.448Z] Login Succeeded [2024-10-28T04:11:03.448Z] nexus3.edgexfoundry.org:10004 [2024-10-28T04:11:03.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T04:11:03.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T04:11:03.713Z] Configure a credential helper to remove this warning. See [2024-10-28T04:11:03.713Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T04:11:03.713Z] [2024-10-28T04:11:03.713Z] Login Succeeded [2024-10-28T04:11:03.713Z] ****.io [2024-10-28T04:11:03.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-28T04:11:04.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-28T04:11:04.244Z] Configure a credential helper to remove this warning. See [2024-10-28T04:11:04.244Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-28T04:11:04.244Z] [2024-10-28T04:11:04.244Z] Login Succeeded [2024-10-28T04:11:04.244Z] ---> ****-login.sh ends [Pipeline] } [2024-10-28T04:11:04.255Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:11:04.305Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-28T04:11:04.349Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-10-28T04:11:04.349Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:04.349Z] latest [2024-10-28T04:11:04.349Z] 4.0.0-dev.4 [2024-10-28T04:11:04.349Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:04.349Z] main [2024-10-28T04:11:04.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:04.726Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:05.085Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:05.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-28T04:11:05.085Z] 95ec270441e5: Preparing [2024-10-28T04:11:05.085Z] 669148d8d18f: Preparing [2024-10-28T04:11:05.085Z] b7a814a56478: Preparing [2024-10-28T04:11:05.085Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:05.085Z] 858acb7f8899: Preparing [2024-10-28T04:11:05.085Z] 7c8d7033df23: Preparing [2024-10-28T04:11:05.085Z] 16113d51b718: Preparing [2024-10-28T04:11:05.085Z] 7c8d7033df23: Waiting [2024-10-28T04:11:05.085Z] 16113d51b718: Waiting [2024-10-28T04:11:05.349Z] b7a814a56478: Pushed [2024-10-28T04:11:05.349Z] 99a54c83dfa2: Pushed [2024-10-28T04:11:05.349Z] 95ec270441e5: Pushed [2024-10-28T04:11:05.349Z] 16113d51b718: Layer already exists [2024-10-28T04:11:05.349Z] 7c8d7033df23: Pushed [2024-10-28T04:11:06.744Z] 858acb7f8899: Pushed [2024-10-28T04:11:12.055Z] 669148d8d18f: Pushed [2024-10-28T04:11:12.055Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:12.407Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:12.742Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-28T04:11:12.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-28T04:11:12.742Z] 95ec270441e5: Preparing [2024-10-28T04:11:12.742Z] 669148d8d18f: Preparing [2024-10-28T04:11:12.742Z] b7a814a56478: Preparing [2024-10-28T04:11:12.742Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:12.742Z] 858acb7f8899: Preparing [2024-10-28T04:11:12.742Z] 7c8d7033df23: Preparing [2024-10-28T04:11:12.742Z] 16113d51b718: Preparing [2024-10-28T04:11:12.742Z] 7c8d7033df23: Waiting [2024-10-28T04:11:12.742Z] 16113d51b718: Waiting [2024-10-28T04:11:12.742Z] 95ec270441e5: Layer already exists [2024-10-28T04:11:12.742Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:12.742Z] b7a814a56478: Layer already exists [2024-10-28T04:11:12.742Z] 669148d8d18f: Layer already exists [2024-10-28T04:11:12.742Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:12.742Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:12.742Z] 16113d51b718: Layer already exists [2024-10-28T04:11:12.742Z] latest: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:13.350Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:13.695Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.4 [2024-10-28T04:11:13.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-28T04:11:13.696Z] 95ec270441e5: Preparing [2024-10-28T04:11:13.696Z] 669148d8d18f: Preparing [2024-10-28T04:11:13.696Z] b7a814a56478: Preparing [2024-10-28T04:11:13.696Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:13.696Z] 858acb7f8899: Preparing [2024-10-28T04:11:13.696Z] 7c8d7033df23: Preparing [2024-10-28T04:11:13.696Z] 16113d51b718: Preparing [2024-10-28T04:11:13.696Z] 7c8d7033df23: Waiting [2024-10-28T04:11:13.696Z] 16113d51b718: Waiting [2024-10-28T04:11:13.696Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:13.696Z] 95ec270441e5: Layer already exists [2024-10-28T04:11:13.696Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:13.696Z] 669148d8d18f: Layer already exists [2024-10-28T04:11:13.696Z] b7a814a56478: Layer already exists [2024-10-28T04:11:13.696Z] 16113d51b718: Layer already exists [2024-10-28T04:11:13.696Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:13.696Z] 4.0.0-dev.4: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:14.045Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:14.397Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:14.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-28T04:11:14.397Z] 95ec270441e5: Preparing [2024-10-28T04:11:14.397Z] 669148d8d18f: Preparing [2024-10-28T04:11:14.397Z] b7a814a56478: Preparing [2024-10-28T04:11:14.397Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:14.397Z] 858acb7f8899: Preparing [2024-10-28T04:11:14.397Z] 7c8d7033df23: Preparing [2024-10-28T04:11:14.397Z] 16113d51b718: Preparing [2024-10-28T04:11:14.397Z] 7c8d7033df23: Waiting [2024-10-28T04:11:14.397Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:14.397Z] 669148d8d18f: Layer already exists [2024-10-28T04:11:14.397Z] b7a814a56478: Layer already exists [2024-10-28T04:11:14.397Z] 95ec270441e5: Layer already exists [2024-10-28T04:11:14.397Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:14.397Z] 16113d51b718: Layer already exists [2024-10-28T04:11:14.397Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:14.397Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:14.755Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:15.114Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-10-28T04:11:15.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-10-28T04:11:15.115Z] 95ec270441e5: Preparing [2024-10-28T04:11:15.115Z] 669148d8d18f: Preparing [2024-10-28T04:11:15.115Z] b7a814a56478: Preparing [2024-10-28T04:11:15.115Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:15.115Z] 858acb7f8899: Preparing [2024-10-28T04:11:15.115Z] 7c8d7033df23: Preparing [2024-10-28T04:11:15.115Z] 16113d51b718: Preparing [2024-10-28T04:11:15.115Z] 7c8d7033df23: Waiting [2024-10-28T04:11:15.115Z] 16113d51b718: Waiting [2024-10-28T04:11:15.115Z] 669148d8d18f: Layer already exists [2024-10-28T04:11:15.115Z] 95ec270441e5: Layer already exists [2024-10-28T04:11:15.115Z] b7a814a56478: Layer already exists [2024-10-28T04:11:15.115Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:15.115Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:15.115Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:15.115Z] 16113d51b718: Layer already exists [2024-10-28T04:11:15.378Z] main: digest: sha256:8d09e78110d71dbb2e73fe501d28770dc8ba70af973812e6f48da874e0c18668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:11:15.463Z] ===================================================== [Pipeline] echo [2024-10-28T04:11:15.479Z] taggedImages: [2024-10-28T04:11:15.480Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:15.480Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-10-28T04:11:15.480Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.4 [2024-10-28T04:11:15.480Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:15.480Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-10-28T04:11:15.511Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-10-28T04:11:15.511Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:15.511Z] latest [2024-10-28T04:11:15.511Z] 4.0.0-dev.4 [2024-10-28T04:11:15.511Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:15.511Z] main [2024-10-28T04:11:15.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:15.976Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:16.337Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:16.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-28T04:11:16.337Z] 1025e30376ec: Preparing [2024-10-28T04:11:16.337Z] 5c083ed7a0b5: Preparing [2024-10-28T04:11:16.338Z] d22aa6b532db: Preparing [2024-10-28T04:11:16.338Z] 2ade9c2ff62d: Preparing [2024-10-28T04:11:16.338Z] b7a814a56478: Preparing [2024-10-28T04:11:16.338Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:16.338Z] 858acb7f8899: Preparing [2024-10-28T04:11:16.338Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:16.338Z] 7c8d7033df23: Preparing [2024-10-28T04:11:16.338Z] 858acb7f8899: Waiting [2024-10-28T04:11:16.338Z] 16113d51b718: Preparing [2024-10-28T04:11:16.338Z] 7c8d7033df23: Waiting [2024-10-28T04:11:16.338Z] 16113d51b718: Waiting [2024-10-28T04:11:16.602Z] b7a814a56478: Layer already exists [2024-10-28T04:11:16.602Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:16.602Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:16.602Z] d22aa6b532db: Pushed [2024-10-28T04:11:16.602Z] 5c083ed7a0b5: Pushed [2024-10-28T04:11:16.602Z] 1025e30376ec: Pushed [2024-10-28T04:11:16.602Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:16.602Z] 16113d51b718: Layer already exists [2024-10-28T04:11:19.923Z] 2ade9c2ff62d: Pushed [2024-10-28T04:11:19.923Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:20.284Z] + 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-10-28T04:11:20.633Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-28T04:11:20.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-28T04:11:20.633Z] 1025e30376ec: Preparing [2024-10-28T04:11:20.633Z] 5c083ed7a0b5: Preparing [2024-10-28T04:11:20.633Z] d22aa6b532db: Preparing [2024-10-28T04:11:20.633Z] 2ade9c2ff62d: Preparing [2024-10-28T04:11:20.633Z] b7a814a56478: Preparing [2024-10-28T04:11:20.633Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:20.633Z] 858acb7f8899: Preparing [2024-10-28T04:11:20.633Z] 7c8d7033df23: Preparing [2024-10-28T04:11:20.633Z] 16113d51b718: Preparing [2024-10-28T04:11:20.633Z] 7c8d7033df23: Waiting [2024-10-28T04:11:20.633Z] 16113d51b718: Waiting [2024-10-28T04:11:20.633Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:20.634Z] 858acb7f8899: Waiting [2024-10-28T04:11:20.634Z] 5c083ed7a0b5: Layer already exists [2024-10-28T04:11:20.634Z] b7a814a56478: Layer already exists [2024-10-28T04:11:20.634Z] d22aa6b532db: Layer already exists [2024-10-28T04:11:20.634Z] 2ade9c2ff62d: Layer already exists [2024-10-28T04:11:20.634Z] 1025e30376ec: Layer already exists [2024-10-28T04:11:20.634Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:20.634Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:20.634Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:20.634Z] 16113d51b718: Layer already exists [2024-10-28T04:11:20.634Z] latest: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:21.256Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:21.646Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.4 [2024-10-28T04:11:21.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-28T04:11:21.646Z] 1025e30376ec: Preparing [2024-10-28T04:11:21.646Z] 5c083ed7a0b5: Preparing [2024-10-28T04:11:21.646Z] d22aa6b532db: Preparing [2024-10-28T04:11:21.646Z] 2ade9c2ff62d: Preparing [2024-10-28T04:11:21.646Z] b7a814a56478: Preparing [2024-10-28T04:11:21.646Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:21.646Z] 858acb7f8899: Preparing [2024-10-28T04:11:21.646Z] 7c8d7033df23: Preparing [2024-10-28T04:11:21.646Z] 16113d51b718: Preparing [2024-10-28T04:11:21.646Z] 858acb7f8899: Waiting [2024-10-28T04:11:21.646Z] 7c8d7033df23: Waiting [2024-10-28T04:11:21.646Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:21.646Z] 16113d51b718: Waiting [2024-10-28T04:11:21.646Z] 1025e30376ec: Layer already exists [2024-10-28T04:11:21.646Z] 2ade9c2ff62d: Layer already exists [2024-10-28T04:11:21.646Z] d22aa6b532db: Layer already exists [2024-10-28T04:11:21.646Z] 5c083ed7a0b5: Layer already exists [2024-10-28T04:11:21.646Z] b7a814a56478: Layer already exists [2024-10-28T04:11:21.646Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:21.646Z] 16113d51b718: Layer already exists [2024-10-28T04:11:21.646Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:21.646Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:21.912Z] 4.0.0-dev.4: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:22.272Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:22.632Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:22.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-28T04:11:22.632Z] 1025e30376ec: Preparing [2024-10-28T04:11:22.632Z] 5c083ed7a0b5: Preparing [2024-10-28T04:11:22.632Z] d22aa6b532db: Preparing [2024-10-28T04:11:22.632Z] 2ade9c2ff62d: Preparing [2024-10-28T04:11:22.632Z] b7a814a56478: Preparing [2024-10-28T04:11:22.632Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:22.632Z] 858acb7f8899: Preparing [2024-10-28T04:11:22.632Z] 7c8d7033df23: Preparing [2024-10-28T04:11:22.632Z] 16113d51b718: Preparing [2024-10-28T04:11:22.632Z] 858acb7f8899: Waiting [2024-10-28T04:11:22.632Z] 7c8d7033df23: Waiting [2024-10-28T04:11:22.632Z] 16113d51b718: Waiting [2024-10-28T04:11:22.632Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:22.632Z] 5c083ed7a0b5: Layer already exists [2024-10-28T04:11:22.632Z] d22aa6b532db: Layer already exists [2024-10-28T04:11:22.632Z] 1025e30376ec: Layer already exists [2024-10-28T04:11:22.632Z] 2ade9c2ff62d: Layer already exists [2024-10-28T04:11:22.632Z] b7a814a56478: Layer already exists [2024-10-28T04:11:22.632Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:22.632Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:22.632Z] 16113d51b718: Layer already exists [2024-10-28T04:11:22.632Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:22.632Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:23.258Z] + 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-10-28T04:11:23.613Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-10-28T04:11:23.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-10-28T04:11:23.613Z] 1025e30376ec: Preparing [2024-10-28T04:11:23.613Z] 5c083ed7a0b5: Preparing [2024-10-28T04:11:23.613Z] d22aa6b532db: Preparing [2024-10-28T04:11:23.613Z] 2ade9c2ff62d: Preparing [2024-10-28T04:11:23.613Z] b7a814a56478: Preparing [2024-10-28T04:11:23.613Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:23.613Z] 858acb7f8899: Preparing [2024-10-28T04:11:23.613Z] 7c8d7033df23: Preparing [2024-10-28T04:11:23.613Z] 16113d51b718: Preparing [2024-10-28T04:11:23.613Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:23.613Z] 858acb7f8899: Waiting [2024-10-28T04:11:23.613Z] 7c8d7033df23: Waiting [2024-10-28T04:11:23.613Z] 16113d51b718: Waiting [2024-10-28T04:11:23.613Z] 1025e30376ec: Layer already exists [2024-10-28T04:11:23.613Z] d22aa6b532db: Layer already exists [2024-10-28T04:11:23.613Z] 5c083ed7a0b5: Layer already exists [2024-10-28T04:11:23.613Z] b7a814a56478: Layer already exists [2024-10-28T04:11:23.613Z] 2ade9c2ff62d: Layer already exists [2024-10-28T04:11:23.613Z] 16113d51b718: Layer already exists [2024-10-28T04:11:23.613Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:23.613Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:23.613Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:23.878Z] main: digest: sha256:0d0bdee583be4d00933bc445870b8978a5593f37a3ff6f7a326637980b21193a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:11:23.963Z] ===================================================== [Pipeline] echo [2024-10-28T04:11:23.975Z] taggedImages: [2024-10-28T04:11:23.975Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:23.975Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-10-28T04:11:23.975Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.4 [2024-10-28T04:11:23.975Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:23.975Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-10-28T04:11:24.010Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-10-28T04:11:24.010Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:24.010Z] latest [2024-10-28T04:11:24.010Z] 4.0.0-dev.4 [2024-10-28T04:11:24.010Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:24.010Z] main [2024-10-28T04:11:24.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:24.370Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:24.726Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:24.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-28T04:11:24.726Z] 46dbf60e7f86: Preparing [2024-10-28T04:11:24.726Z] 6d41e29c7fd4: Preparing [2024-10-28T04:11:24.726Z] e3b6508c5dcd: Preparing [2024-10-28T04:11:24.726Z] b7a814a56478: Preparing [2024-10-28T04:11:24.726Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:24.726Z] ff3dcf8feaaf: Preparing [2024-10-28T04:11:24.726Z] 75a93827d80c: Preparing [2024-10-28T04:11:24.726Z] 16113d51b718: Preparing [2024-10-28T04:11:24.726Z] ff3dcf8feaaf: Waiting [2024-10-28T04:11:24.726Z] 75a93827d80c: Waiting [2024-10-28T04:11:24.726Z] 16113d51b718: Waiting [2024-10-28T04:11:24.726Z] b7a814a56478: Layer already exists [2024-10-28T04:11:24.726Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:24.989Z] 6d41e29c7fd4: Pushed [2024-10-28T04:11:24.989Z] 46dbf60e7f86: Pushed [2024-10-28T04:11:24.989Z] 16113d51b718: Layer already exists [2024-10-28T04:11:24.989Z] 75a93827d80c: Pushed [2024-10-28T04:11:26.386Z] ff3dcf8feaaf: Pushed [2024-10-28T04:11:31.696Z] e3b6508c5dcd: Pushed [2024-10-28T04:11:31.958Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:32.302Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:32.649Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-28T04:11:32.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-28T04:11:32.649Z] 46dbf60e7f86: Preparing [2024-10-28T04:11:32.649Z] 6d41e29c7fd4: Preparing [2024-10-28T04:11:32.649Z] e3b6508c5dcd: Preparing [2024-10-28T04:11:32.649Z] b7a814a56478: Preparing [2024-10-28T04:11:32.649Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:32.649Z] ff3dcf8feaaf: Preparing [2024-10-28T04:11:32.649Z] 75a93827d80c: Preparing [2024-10-28T04:11:32.649Z] 16113d51b718: Preparing [2024-10-28T04:11:32.649Z] ff3dcf8feaaf: Waiting [2024-10-28T04:11:32.649Z] 75a93827d80c: Waiting [2024-10-28T04:11:32.649Z] 16113d51b718: Waiting [2024-10-28T04:11:32.649Z] 46dbf60e7f86: Layer already exists [2024-10-28T04:11:32.649Z] b7a814a56478: Layer already exists [2024-10-28T04:11:32.649Z] e3b6508c5dcd: Layer already exists [2024-10-28T04:11:32.649Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:32.649Z] 6d41e29c7fd4: Layer already exists [2024-10-28T04:11:32.649Z] 16113d51b718: Layer already exists [2024-10-28T04:11:32.649Z] 75a93827d80c: Layer already exists [2024-10-28T04:11:32.649Z] ff3dcf8feaaf: Layer already exists [2024-10-28T04:11:32.914Z] latest: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:33.273Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:33.628Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.4 [2024-10-28T04:11:33.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-28T04:11:33.628Z] 46dbf60e7f86: Preparing [2024-10-28T04:11:33.628Z] 6d41e29c7fd4: Preparing [2024-10-28T04:11:33.628Z] e3b6508c5dcd: Preparing [2024-10-28T04:11:33.628Z] b7a814a56478: Preparing [2024-10-28T04:11:33.628Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:33.628Z] ff3dcf8feaaf: Preparing [2024-10-28T04:11:33.628Z] 75a93827d80c: Preparing [2024-10-28T04:11:33.628Z] 16113d51b718: Preparing [2024-10-28T04:11:33.628Z] 75a93827d80c: Waiting [2024-10-28T04:11:33.628Z] 16113d51b718: Waiting [2024-10-28T04:11:33.628Z] ff3dcf8feaaf: Waiting [2024-10-28T04:11:33.628Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:33.628Z] b7a814a56478: Layer already exists [2024-10-28T04:11:33.628Z] e3b6508c5dcd: Layer already exists [2024-10-28T04:11:33.628Z] 6d41e29c7fd4: Layer already exists [2024-10-28T04:11:33.628Z] 46dbf60e7f86: Layer already exists [2024-10-28T04:11:33.628Z] ff3dcf8feaaf: Layer already exists [2024-10-28T04:11:33.628Z] 75a93827d80c: Layer already exists [2024-10-28T04:11:33.628Z] 16113d51b718: Layer already exists [2024-10-28T04:11:33.895Z] 4.0.0-dev.4: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:34.258Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:34.616Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:34.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-28T04:11:34.616Z] 46dbf60e7f86: Preparing [2024-10-28T04:11:34.616Z] 6d41e29c7fd4: Preparing [2024-10-28T04:11:34.616Z] e3b6508c5dcd: Preparing [2024-10-28T04:11:34.616Z] b7a814a56478: Preparing [2024-10-28T04:11:34.616Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:34.616Z] ff3dcf8feaaf: Preparing [2024-10-28T04:11:34.616Z] 75a93827d80c: Preparing [2024-10-28T04:11:34.616Z] 16113d51b718: Preparing [2024-10-28T04:11:34.616Z] ff3dcf8feaaf: Waiting [2024-10-28T04:11:34.616Z] 16113d51b718: Waiting [2024-10-28T04:11:34.616Z] 75a93827d80c: Waiting [2024-10-28T04:11:34.616Z] 6d41e29c7fd4: Layer already exists [2024-10-28T04:11:34.616Z] 46dbf60e7f86: Layer already exists [2024-10-28T04:11:34.616Z] e3b6508c5dcd: Layer already exists [2024-10-28T04:11:34.616Z] b7a814a56478: Layer already exists [2024-10-28T04:11:34.616Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:34.616Z] 16113d51b718: Layer already exists [2024-10-28T04:11:34.616Z] ff3dcf8feaaf: Layer already exists [2024-10-28T04:11:34.616Z] 75a93827d80c: Layer already exists [2024-10-28T04:11:34.616Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:35.238Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:35.593Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-10-28T04:11:35.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-10-28T04:11:35.593Z] 46dbf60e7f86: Preparing [2024-10-28T04:11:35.593Z] 6d41e29c7fd4: Preparing [2024-10-28T04:11:35.593Z] e3b6508c5dcd: Preparing [2024-10-28T04:11:35.593Z] b7a814a56478: Preparing [2024-10-28T04:11:35.593Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:35.593Z] ff3dcf8feaaf: Preparing [2024-10-28T04:11:35.593Z] 75a93827d80c: Preparing [2024-10-28T04:11:35.593Z] 16113d51b718: Preparing [2024-10-28T04:11:35.593Z] ff3dcf8feaaf: Waiting [2024-10-28T04:11:35.593Z] 75a93827d80c: Waiting [2024-10-28T04:11:35.593Z] 16113d51b718: Waiting [2024-10-28T04:11:35.593Z] e3b6508c5dcd: Layer already exists [2024-10-28T04:11:35.593Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:35.593Z] 6d41e29c7fd4: Layer already exists [2024-10-28T04:11:35.593Z] 46dbf60e7f86: Layer already exists [2024-10-28T04:11:35.593Z] b7a814a56478: Layer already exists [2024-10-28T04:11:35.593Z] 75a93827d80c: Layer already exists [2024-10-28T04:11:35.593Z] ff3dcf8feaaf: Layer already exists [2024-10-28T04:11:35.593Z] 16113d51b718: Layer already exists [2024-10-28T04:11:35.856Z] main: digest: sha256:11bc8b614815948194eb1f97564cc66f1cc0f24f3dcaf763ca90fda1ea537a40 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:11:35.936Z] ===================================================== [Pipeline] echo [2024-10-28T04:11:35.953Z] taggedImages: [2024-10-28T04:11:35.953Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:35.953Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-10-28T04:11:35.953Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.4 [2024-10-28T04:11:35.953Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:35.953Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-10-28T04:11:35.982Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-10-28T04:11:35.982Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:35.982Z] latest [2024-10-28T04:11:35.982Z] 4.0.0-dev.4 [2024-10-28T04:11:35.982Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:35.982Z] main [2024-10-28T04:11:35.982Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:36.351Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:36.701Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:36.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-28T04:11:36.702Z] af3dfc8fa30f: Preparing [2024-10-28T04:11:36.702Z] c613084635ad: Preparing [2024-10-28T04:11:36.702Z] b060c0189390: Preparing [2024-10-28T04:11:36.702Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:36.702Z] 4baf694472cb: Preparing [2024-10-28T04:11:36.702Z] af16c6559510: Preparing [2024-10-28T04:11:36.702Z] 16113d51b718: Preparing [2024-10-28T04:11:36.702Z] af16c6559510: Waiting [2024-10-28T04:11:36.702Z] 16113d51b718: Waiting [2024-10-28T04:11:36.966Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:36.966Z] af3dfc8fa30f: Pushed [2024-10-28T04:11:36.966Z] 4baf694472cb: Pushed [2024-10-28T04:11:36.966Z] 16113d51b718: Layer already exists [2024-10-28T04:11:36.966Z] af16c6559510: Pushed [2024-10-28T04:11:36.966Z] c613084635ad: Pushed [2024-10-28T04:11:43.584Z] b060c0189390: Pushed [2024-10-28T04:11:43.584Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:43.932Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:44.288Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-28T04:11:44.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-28T04:11:44.288Z] af3dfc8fa30f: Preparing [2024-10-28T04:11:44.288Z] c613084635ad: Preparing [2024-10-28T04:11:44.288Z] b060c0189390: Preparing [2024-10-28T04:11:44.288Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:44.288Z] 4baf694472cb: Preparing [2024-10-28T04:11:44.288Z] af16c6559510: Preparing [2024-10-28T04:11:44.288Z] 16113d51b718: Preparing [2024-10-28T04:11:44.288Z] 16113d51b718: Waiting [2024-10-28T04:11:44.288Z] af16c6559510: Waiting [2024-10-28T04:11:44.288Z] c613084635ad: Layer already exists [2024-10-28T04:11:44.288Z] af3dfc8fa30f: Layer already exists [2024-10-28T04:11:44.288Z] b060c0189390: Layer already exists [2024-10-28T04:11:44.288Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:44.288Z] 4baf694472cb: Layer already exists [2024-10-28T04:11:44.288Z] 16113d51b718: Layer already exists [2024-10-28T04:11:44.288Z] af16c6559510: Layer already exists [2024-10-28T04:11:44.552Z] latest: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:44.906Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:45.263Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.4 [2024-10-28T04:11:45.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-28T04:11:45.263Z] af3dfc8fa30f: Preparing [2024-10-28T04:11:45.263Z] c613084635ad: Preparing [2024-10-28T04:11:45.263Z] b060c0189390: Preparing [2024-10-28T04:11:45.263Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:45.263Z] 4baf694472cb: Preparing [2024-10-28T04:11:45.263Z] af16c6559510: Preparing [2024-10-28T04:11:45.263Z] 16113d51b718: Preparing [2024-10-28T04:11:45.263Z] af16c6559510: Waiting [2024-10-28T04:11:45.263Z] 16113d51b718: Waiting [2024-10-28T04:11:45.263Z] b060c0189390: Layer already exists [2024-10-28T04:11:45.263Z] c613084635ad: Layer already exists [2024-10-28T04:11:45.263Z] 4baf694472cb: Layer already exists [2024-10-28T04:11:45.263Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:45.263Z] af3dfc8fa30f: Layer already exists [2024-10-28T04:11:45.263Z] 16113d51b718: Layer already exists [2024-10-28T04:11:45.263Z] af16c6559510: Layer already exists [2024-10-28T04:11:45.532Z] 4.0.0-dev.4: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:45.882Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:46.231Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:46.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-28T04:11:46.231Z] af3dfc8fa30f: Preparing [2024-10-28T04:11:46.231Z] c613084635ad: Preparing [2024-10-28T04:11:46.231Z] b060c0189390: Preparing [2024-10-28T04:11:46.231Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:46.231Z] 4baf694472cb: Preparing [2024-10-28T04:11:46.231Z] af16c6559510: Preparing [2024-10-28T04:11:46.231Z] 16113d51b718: Preparing [2024-10-28T04:11:46.231Z] af16c6559510: Waiting [2024-10-28T04:11:46.231Z] 16113d51b718: Waiting [2024-10-28T04:11:46.231Z] b060c0189390: Layer already exists [2024-10-28T04:11:46.231Z] af3dfc8fa30f: Layer already exists [2024-10-28T04:11:46.231Z] c613084635ad: Layer already exists [2024-10-28T04:11:46.231Z] 4baf694472cb: Layer already exists [2024-10-28T04:11:46.231Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:46.231Z] 16113d51b718: Layer already exists [2024-10-28T04:11:46.231Z] af16c6559510: Layer already exists [2024-10-28T04:11:46.231Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:46.853Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:47.200Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-10-28T04:11:47.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-10-28T04:11:47.200Z] af3dfc8fa30f: Preparing [2024-10-28T04:11:47.200Z] c613084635ad: Preparing [2024-10-28T04:11:47.200Z] b060c0189390: Preparing [2024-10-28T04:11:47.200Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:47.200Z] 4baf694472cb: Preparing [2024-10-28T04:11:47.200Z] af16c6559510: Preparing [2024-10-28T04:11:47.200Z] 16113d51b718: Preparing [2024-10-28T04:11:47.200Z] af16c6559510: Waiting [2024-10-28T04:11:47.200Z] 16113d51b718: Waiting [2024-10-28T04:11:47.200Z] b060c0189390: Layer already exists [2024-10-28T04:11:47.200Z] 4baf694472cb: Layer already exists [2024-10-28T04:11:47.200Z] c613084635ad: Layer already exists [2024-10-28T04:11:47.200Z] af3dfc8fa30f: Layer already exists [2024-10-28T04:11:47.200Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:47.200Z] af16c6559510: Layer already exists [2024-10-28T04:11:47.200Z] 16113d51b718: Layer already exists [2024-10-28T04:11:47.465Z] main: digest: sha256:1c924c38532e10fe26b612b86867eea18700a9e4bf6741dc64d440dad6c026a5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:11:47.544Z] ===================================================== [Pipeline] echo [2024-10-28T04:11:47.557Z] taggedImages: [2024-10-28T04:11:47.557Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:47.557Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-10-28T04:11:47.557Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.4 [2024-10-28T04:11:47.557Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:47.557Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-10-28T04:11:47.584Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-10-28T04:11:47.584Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:47.584Z] latest [2024-10-28T04:11:47.584Z] 4.0.0-dev.4 [2024-10-28T04:11:47.584Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:47.584Z] main [2024-10-28T04:11:47.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:47.957Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:48.308Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:48.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-28T04:11:48.309Z] f4d9a1fd26c0: Preparing [2024-10-28T04:11:48.309Z] 76378e5dac85: Preparing [2024-10-28T04:11:48.309Z] 975262a9e7e1: Preparing [2024-10-28T04:11:48.309Z] 91a75bad90de: Preparing [2024-10-28T04:11:48.309Z] b7a814a56478: Preparing [2024-10-28T04:11:48.309Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:48.309Z] 858acb7f8899: Preparing [2024-10-28T04:11:48.309Z] 7c8d7033df23: Preparing [2024-10-28T04:11:48.309Z] 16113d51b718: Preparing [2024-10-28T04:11:48.309Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:48.309Z] 858acb7f8899: Waiting [2024-10-28T04:11:48.309Z] 7c8d7033df23: Waiting [2024-10-28T04:11:48.309Z] 16113d51b718: Waiting [2024-10-28T04:11:48.573Z] b7a814a56478: Layer already exists [2024-10-28T04:11:48.573Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:48.573Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:48.573Z] f4d9a1fd26c0: Pushed [2024-10-28T04:11:48.573Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:48.573Z] 975262a9e7e1: Pushed [2024-10-28T04:11:48.573Z] 76378e5dac85: Pushed [2024-10-28T04:11:48.573Z] 16113d51b718: Layer already exists [2024-10-28T04:11:55.198Z] 91a75bad90de: Pushed [2024-10-28T04:11:55.464Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:55.817Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:56.164Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-28T04:11:56.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-28T04:11:56.164Z] f4d9a1fd26c0: Preparing [2024-10-28T04:11:56.164Z] 76378e5dac85: Preparing [2024-10-28T04:11:56.164Z] 975262a9e7e1: Preparing [2024-10-28T04:11:56.164Z] 91a75bad90de: Preparing [2024-10-28T04:11:56.164Z] b7a814a56478: Preparing [2024-10-28T04:11:56.164Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:56.164Z] 858acb7f8899: Preparing [2024-10-28T04:11:56.164Z] 7c8d7033df23: Preparing [2024-10-28T04:11:56.164Z] 16113d51b718: Preparing [2024-10-28T04:11:56.164Z] 858acb7f8899: Waiting [2024-10-28T04:11:56.164Z] 7c8d7033df23: Waiting [2024-10-28T04:11:56.164Z] 16113d51b718: Waiting [2024-10-28T04:11:56.164Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:56.164Z] 975262a9e7e1: Layer already exists [2024-10-28T04:11:56.164Z] 76378e5dac85: Layer already exists [2024-10-28T04:11:56.164Z] 91a75bad90de: Layer already exists [2024-10-28T04:11:56.164Z] b7a814a56478: Layer already exists [2024-10-28T04:11:56.164Z] f4d9a1fd26c0: Layer already exists [2024-10-28T04:11:56.164Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:56.164Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:56.164Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:56.164Z] 16113d51b718: Layer already exists [2024-10-28T04:11:56.429Z] latest: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:56.774Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:57.128Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.4 [2024-10-28T04:11:57.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-28T04:11:57.129Z] f4d9a1fd26c0: Preparing [2024-10-28T04:11:57.129Z] 76378e5dac85: Preparing [2024-10-28T04:11:57.129Z] 975262a9e7e1: Preparing [2024-10-28T04:11:57.129Z] 91a75bad90de: Preparing [2024-10-28T04:11:57.129Z] b7a814a56478: Preparing [2024-10-28T04:11:57.129Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:57.129Z] 858acb7f8899: Preparing [2024-10-28T04:11:57.129Z] 7c8d7033df23: Preparing [2024-10-28T04:11:57.129Z] 16113d51b718: Preparing [2024-10-28T04:11:57.129Z] 858acb7f8899: Waiting [2024-10-28T04:11:57.129Z] 7c8d7033df23: Waiting [2024-10-28T04:11:57.129Z] 16113d51b718: Waiting [2024-10-28T04:11:57.129Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:57.129Z] f4d9a1fd26c0: Layer already exists [2024-10-28T04:11:57.129Z] 76378e5dac85: Layer already exists [2024-10-28T04:11:57.129Z] b7a814a56478: Layer already exists [2024-10-28T04:11:57.129Z] 975262a9e7e1: Layer already exists [2024-10-28T04:11:57.129Z] 91a75bad90de: Layer already exists [2024-10-28T04:11:57.129Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:57.129Z] 16113d51b718: Layer already exists [2024-10-28T04:11:57.129Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:57.129Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:57.393Z] 4.0.0-dev.4: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:57.751Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:58.109Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:58.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-28T04:11:58.109Z] f4d9a1fd26c0: Preparing [2024-10-28T04:11:58.109Z] 76378e5dac85: Preparing [2024-10-28T04:11:58.109Z] 975262a9e7e1: Preparing [2024-10-28T04:11:58.109Z] 91a75bad90de: Preparing [2024-10-28T04:11:58.109Z] b7a814a56478: Preparing [2024-10-28T04:11:58.109Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:58.109Z] 858acb7f8899: Preparing [2024-10-28T04:11:58.109Z] 7c8d7033df23: Preparing [2024-10-28T04:11:58.109Z] 16113d51b718: Preparing [2024-10-28T04:11:58.109Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:58.109Z] 858acb7f8899: Waiting [2024-10-28T04:11:58.109Z] 7c8d7033df23: Waiting [2024-10-28T04:11:58.110Z] 16113d51b718: Waiting [2024-10-28T04:11:58.110Z] 975262a9e7e1: Layer already exists [2024-10-28T04:11:58.110Z] 76378e5dac85: Layer already exists [2024-10-28T04:11:58.110Z] 91a75bad90de: Layer already exists [2024-10-28T04:11:58.110Z] f4d9a1fd26c0: Layer already exists [2024-10-28T04:11:58.110Z] b7a814a56478: Layer already exists [2024-10-28T04:11:58.110Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:58.110Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:58.110Z] 16113d51b718: Layer already exists [2024-10-28T04:11:58.110Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:58.373Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:58.731Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:59.081Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-10-28T04:11:59.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-10-28T04:11:59.081Z] f4d9a1fd26c0: Preparing [2024-10-28T04:11:59.081Z] 76378e5dac85: Preparing [2024-10-28T04:11:59.081Z] 975262a9e7e1: Preparing [2024-10-28T04:11:59.081Z] 91a75bad90de: Preparing [2024-10-28T04:11:59.081Z] b7a814a56478: Preparing [2024-10-28T04:11:59.081Z] 99a54c83dfa2: Preparing [2024-10-28T04:11:59.081Z] 858acb7f8899: Preparing [2024-10-28T04:11:59.081Z] 99a54c83dfa2: Waiting [2024-10-28T04:11:59.081Z] 7c8d7033df23: Preparing [2024-10-28T04:11:59.081Z] 16113d51b718: Preparing [2024-10-28T04:11:59.081Z] 858acb7f8899: Waiting [2024-10-28T04:11:59.081Z] 16113d51b718: Waiting [2024-10-28T04:11:59.081Z] 7c8d7033df23: Waiting [2024-10-28T04:11:59.081Z] 91a75bad90de: Layer already exists [2024-10-28T04:11:59.081Z] b7a814a56478: Layer already exists [2024-10-28T04:11:59.081Z] f4d9a1fd26c0: Layer already exists [2024-10-28T04:11:59.081Z] 76378e5dac85: Layer already exists [2024-10-28T04:11:59.081Z] 975262a9e7e1: Layer already exists [2024-10-28T04:11:59.081Z] 7c8d7033df23: Layer already exists [2024-10-28T04:11:59.081Z] 16113d51b718: Layer already exists [2024-10-28T04:11:59.081Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:11:59.081Z] 858acb7f8899: Layer already exists [2024-10-28T04:11:59.345Z] main: digest: sha256:cd28115c596be63663f412d6d3c5ef2dc63e08c3bd960091e033818acb1f712b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:11:59.420Z] ===================================================== [Pipeline] echo [2024-10-28T04:11:59.436Z] taggedImages: [2024-10-28T04:11:59.436Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:59.436Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-10-28T04:11:59.436Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.4 [2024-10-28T04:11:59.436Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:59.436Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-10-28T04:11:59.460Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-10-28T04:11:59.460Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:11:59.460Z] latest [2024-10-28T04:11:59.460Z] 4.0.0-dev.4 [2024-10-28T04:11:59.460Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:11:59.460Z] main [2024-10-28T04:11:59.460Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:11:59.825Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:00.173Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:00.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-28T04:12:00.173Z] a2348a960b39: Preparing [2024-10-28T04:12:00.173Z] 5091dba1648a: Preparing [2024-10-28T04:12:00.173Z] 339032a408b9: Preparing [2024-10-28T04:12:00.173Z] 69060bcf6b9d: Preparing [2024-10-28T04:12:00.173Z] 3a52cba75ae1: Preparing [2024-10-28T04:12:00.173Z] d2ceb8c8f8b5: Preparing [2024-10-28T04:12:00.173Z] 55eb924df8f9: Preparing [2024-10-28T04:12:00.173Z] 0492cb81e918: Preparing [2024-10-28T04:12:00.173Z] b7a814a56478: Preparing [2024-10-28T04:12:00.173Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:00.173Z] 9e89094cb466: Preparing [2024-10-28T04:12:00.173Z] 04151104016d: Preparing [2024-10-28T04:12:00.173Z] 5f70bf18a086: Preparing [2024-10-28T04:12:00.173Z] 283bc21af2bd: Preparing [2024-10-28T04:12:00.173Z] 7bddcd9bb925: Preparing [2024-10-28T04:12:00.173Z] 919635303024: Preparing [2024-10-28T04:12:00.173Z] 16113d51b718: Preparing [2024-10-28T04:12:00.173Z] d2ceb8c8f8b5: Waiting [2024-10-28T04:12:00.173Z] 55eb924df8f9: Waiting [2024-10-28T04:12:00.173Z] 04151104016d: Waiting [2024-10-28T04:12:00.173Z] 0492cb81e918: Waiting [2024-10-28T04:12:00.173Z] b7a814a56478: Waiting [2024-10-28T04:12:00.173Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:00.173Z] 9e89094cb466: Waiting [2024-10-28T04:12:00.173Z] 919635303024: Waiting [2024-10-28T04:12:00.173Z] 5f70bf18a086: Waiting [2024-10-28T04:12:00.173Z] 7bddcd9bb925: Waiting [2024-10-28T04:12:00.173Z] 16113d51b718: Waiting [2024-10-28T04:12:00.173Z] 283bc21af2bd: Waiting [2024-10-28T04:12:00.441Z] a2348a960b39: Pushed [2024-10-28T04:12:00.441Z] 3a52cba75ae1: Pushed [2024-10-28T04:12:00.441Z] 339032a408b9: Pushed [2024-10-28T04:12:00.441Z] 5091dba1648a: Pushed [2024-10-28T04:12:00.441Z] 69060bcf6b9d: Pushed [2024-10-28T04:12:00.441Z] b7a814a56478: Layer already exists [2024-10-28T04:12:00.441Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:00.710Z] d2ceb8c8f8b5: Pushed [2024-10-28T04:12:00.710Z] 55eb924df8f9: Pushed [2024-10-28T04:12:00.710Z] 5f70bf18a086: Layer already exists [2024-10-28T04:12:00.710Z] 9e89094cb466: Pushed [2024-10-28T04:12:00.710Z] 04151104016d: Pushed [2024-10-28T04:12:00.710Z] 16113d51b718: Layer already exists [2024-10-28T04:12:00.710Z] 283bc21af2bd: Pushed [2024-10-28T04:12:00.710Z] 919635303024: Pushed [2024-10-28T04:12:02.110Z] 7bddcd9bb925: Pushed [2024-10-28T04:12:04.682Z] 0492cb81e918: Pushed [2024-10-28T04:12:04.682Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:05.311Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:05.664Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-28T04:12:05.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-28T04:12:05.664Z] a2348a960b39: Preparing [2024-10-28T04:12:05.664Z] 5091dba1648a: Preparing [2024-10-28T04:12:05.664Z] 339032a408b9: Preparing [2024-10-28T04:12:05.664Z] 69060bcf6b9d: Preparing [2024-10-28T04:12:05.664Z] 3a52cba75ae1: Preparing [2024-10-28T04:12:05.664Z] d2ceb8c8f8b5: Preparing [2024-10-28T04:12:05.664Z] 55eb924df8f9: Preparing [2024-10-28T04:12:05.664Z] d2ceb8c8f8b5: Waiting [2024-10-28T04:12:05.664Z] 0492cb81e918: Preparing [2024-10-28T04:12:05.664Z] 55eb924df8f9: Waiting [2024-10-28T04:12:05.664Z] b7a814a56478: Preparing [2024-10-28T04:12:05.664Z] b7a814a56478: Waiting [2024-10-28T04:12:05.664Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:05.664Z] 9e89094cb466: Preparing [2024-10-28T04:12:05.664Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:05.664Z] 04151104016d: Preparing [2024-10-28T04:12:05.664Z] 9e89094cb466: Waiting [2024-10-28T04:12:05.664Z] 5f70bf18a086: Preparing [2024-10-28T04:12:05.664Z] 04151104016d: Waiting [2024-10-28T04:12:05.664Z] 283bc21af2bd: Preparing [2024-10-28T04:12:05.664Z] 5f70bf18a086: Waiting [2024-10-28T04:12:05.664Z] 283bc21af2bd: Waiting [2024-10-28T04:12:05.664Z] 7bddcd9bb925: Preparing [2024-10-28T04:12:05.664Z] 919635303024: Preparing [2024-10-28T04:12:05.664Z] 7bddcd9bb925: Waiting [2024-10-28T04:12:05.664Z] 16113d51b718: Preparing [2024-10-28T04:12:05.664Z] 919635303024: Waiting [2024-10-28T04:12:05.664Z] 16113d51b718: Waiting [2024-10-28T04:12:05.664Z] a2348a960b39: Layer already exists [2024-10-28T04:12:05.664Z] 339032a408b9: Layer already exists [2024-10-28T04:12:05.664Z] 3a52cba75ae1: Layer already exists [2024-10-28T04:12:05.664Z] 5091dba1648a: Layer already exists [2024-10-28T04:12:05.664Z] 69060bcf6b9d: Layer already exists [2024-10-28T04:12:05.664Z] 0492cb81e918: Layer already exists [2024-10-28T04:12:05.664Z] b7a814a56478: Layer already exists [2024-10-28T04:12:05.664Z] d2ceb8c8f8b5: Layer already exists [2024-10-28T04:12:05.664Z] 55eb924df8f9: Layer already exists [2024-10-28T04:12:05.664Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:05.664Z] 7bddcd9bb925: Layer already exists [2024-10-28T04:12:05.664Z] 9e89094cb466: Layer already exists [2024-10-28T04:12:05.664Z] 283bc21af2bd: Layer already exists [2024-10-28T04:12:05.664Z] 04151104016d: Layer already exists [2024-10-28T04:12:05.664Z] 5f70bf18a086: Layer already exists [2024-10-28T04:12:05.664Z] 919635303024: Layer already exists [2024-10-28T04:12:05.664Z] 16113d51b718: Layer already exists [2024-10-28T04:12:05.929Z] latest: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:06.284Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:06.634Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.4 [2024-10-28T04:12:06.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-28T04:12:06.634Z] a2348a960b39: Preparing [2024-10-28T04:12:06.634Z] 5091dba1648a: Preparing [2024-10-28T04:12:06.634Z] 339032a408b9: Preparing [2024-10-28T04:12:06.634Z] 69060bcf6b9d: Preparing [2024-10-28T04:12:06.634Z] 3a52cba75ae1: Preparing [2024-10-28T04:12:06.634Z] d2ceb8c8f8b5: Preparing [2024-10-28T04:12:06.634Z] 55eb924df8f9: Preparing [2024-10-28T04:12:06.634Z] 0492cb81e918: Preparing [2024-10-28T04:12:06.634Z] b7a814a56478: Preparing [2024-10-28T04:12:06.634Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:06.634Z] 9e89094cb466: Preparing [2024-10-28T04:12:06.634Z] 04151104016d: Preparing [2024-10-28T04:12:06.634Z] 5f70bf18a086: Preparing [2024-10-28T04:12:06.634Z] 283bc21af2bd: Preparing [2024-10-28T04:12:06.634Z] 7bddcd9bb925: Preparing [2024-10-28T04:12:06.634Z] 919635303024: Preparing [2024-10-28T04:12:06.634Z] 16113d51b718: Preparing [2024-10-28T04:12:06.634Z] 9e89094cb466: Waiting [2024-10-28T04:12:06.634Z] 04151104016d: Waiting [2024-10-28T04:12:06.634Z] d2ceb8c8f8b5: Waiting [2024-10-28T04:12:06.634Z] 5f70bf18a086: Waiting [2024-10-28T04:12:06.634Z] 283bc21af2bd: Waiting [2024-10-28T04:12:06.634Z] 7bddcd9bb925: Waiting [2024-10-28T04:12:06.634Z] 919635303024: Waiting [2024-10-28T04:12:06.634Z] 16113d51b718: Waiting [2024-10-28T04:12:06.634Z] 0492cb81e918: Waiting [2024-10-28T04:12:06.634Z] 55eb924df8f9: Waiting [2024-10-28T04:12:06.634Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:06.634Z] b7a814a56478: Waiting [2024-10-28T04:12:06.634Z] a2348a960b39: Layer already exists [2024-10-28T04:12:06.634Z] 3a52cba75ae1: Layer already exists [2024-10-28T04:12:06.634Z] 69060bcf6b9d: Layer already exists [2024-10-28T04:12:06.634Z] 5091dba1648a: Layer already exists [2024-10-28T04:12:06.634Z] 339032a408b9: Layer already exists [2024-10-28T04:12:06.634Z] 55eb924df8f9: Layer already exists [2024-10-28T04:12:06.634Z] d2ceb8c8f8b5: Layer already exists [2024-10-28T04:12:06.634Z] b7a814a56478: Layer already exists [2024-10-28T04:12:06.634Z] 0492cb81e918: Layer already exists [2024-10-28T04:12:06.634Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:06.634Z] 7bddcd9bb925: Layer already exists [2024-10-28T04:12:06.634Z] 5f70bf18a086: Layer already exists [2024-10-28T04:12:06.634Z] 9e89094cb466: Layer already exists [2024-10-28T04:12:06.634Z] 04151104016d: Layer already exists [2024-10-28T04:12:06.634Z] 283bc21af2bd: Layer already exists [2024-10-28T04:12:06.634Z] 919635303024: Layer already exists [2024-10-28T04:12:06.634Z] 16113d51b718: Layer already exists [2024-10-28T04:12:06.898Z] 4.0.0-dev.4: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:07.260Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:07.617Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:07.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-28T04:12:07.617Z] a2348a960b39: Preparing [2024-10-28T04:12:07.617Z] 5091dba1648a: Preparing [2024-10-28T04:12:07.617Z] 339032a408b9: Preparing [2024-10-28T04:12:07.617Z] 69060bcf6b9d: Preparing [2024-10-28T04:12:07.617Z] 3a52cba75ae1: Preparing [2024-10-28T04:12:07.617Z] d2ceb8c8f8b5: Preparing [2024-10-28T04:12:07.617Z] 55eb924df8f9: Preparing [2024-10-28T04:12:07.617Z] 0492cb81e918: Preparing [2024-10-28T04:12:07.617Z] b7a814a56478: Preparing [2024-10-28T04:12:07.617Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:07.617Z] 9e89094cb466: Preparing [2024-10-28T04:12:07.617Z] 04151104016d: Preparing [2024-10-28T04:12:07.617Z] 5f70bf18a086: Preparing [2024-10-28T04:12:07.617Z] 283bc21af2bd: Preparing [2024-10-28T04:12:07.617Z] 7bddcd9bb925: Preparing [2024-10-28T04:12:07.617Z] 919635303024: Preparing [2024-10-28T04:12:07.617Z] 16113d51b718: Preparing [2024-10-28T04:12:07.617Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:07.617Z] 283bc21af2bd: Waiting [2024-10-28T04:12:07.617Z] 9e89094cb466: Waiting [2024-10-28T04:12:07.617Z] 7bddcd9bb925: Waiting [2024-10-28T04:12:07.617Z] 919635303024: Waiting [2024-10-28T04:12:07.617Z] 04151104016d: Waiting [2024-10-28T04:12:07.617Z] 5f70bf18a086: Waiting [2024-10-28T04:12:07.617Z] 55eb924df8f9: Waiting [2024-10-28T04:12:07.617Z] 16113d51b718: Waiting [2024-10-28T04:12:07.617Z] 0492cb81e918: Waiting [2024-10-28T04:12:07.617Z] b7a814a56478: Waiting [2024-10-28T04:12:07.617Z] d2ceb8c8f8b5: Waiting [2024-10-28T04:12:07.617Z] a2348a960b39: Layer already exists [2024-10-28T04:12:07.617Z] 3a52cba75ae1: Layer already exists [2024-10-28T04:12:07.617Z] 69060bcf6b9d: Layer already exists [2024-10-28T04:12:07.617Z] 339032a408b9: Layer already exists [2024-10-28T04:12:07.617Z] 5091dba1648a: Layer already exists [2024-10-28T04:12:07.617Z] 0492cb81e918: Layer already exists [2024-10-28T04:12:07.617Z] b7a814a56478: Layer already exists [2024-10-28T04:12:07.617Z] 55eb924df8f9: Layer already exists [2024-10-28T04:12:07.617Z] d2ceb8c8f8b5: Layer already exists [2024-10-28T04:12:07.617Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:07.617Z] 04151104016d: Layer already exists [2024-10-28T04:12:07.617Z] 5f70bf18a086: Layer already exists [2024-10-28T04:12:07.617Z] 9e89094cb466: Layer already exists [2024-10-28T04:12:07.617Z] 7bddcd9bb925: Layer already exists [2024-10-28T04:12:07.617Z] 283bc21af2bd: Layer already exists [2024-10-28T04:12:07.617Z] 919635303024: Layer already exists [2024-10-28T04:12:07.617Z] 16113d51b718: Layer already exists [2024-10-28T04:12:07.712Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:08.068Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:08.417Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-10-28T04:12:08.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-10-28T04:12:08.681Z] a2348a960b39: Preparing [2024-10-28T04:12:08.681Z] 5091dba1648a: Preparing [2024-10-28T04:12:08.681Z] 339032a408b9: Preparing [2024-10-28T04:12:08.681Z] 69060bcf6b9d: Preparing [2024-10-28T04:12:08.681Z] 3a52cba75ae1: Preparing [2024-10-28T04:12:08.681Z] d2ceb8c8f8b5: Preparing [2024-10-28T04:12:08.681Z] 55eb924df8f9: Preparing [2024-10-28T04:12:08.681Z] d2ceb8c8f8b5: Waiting [2024-10-28T04:12:08.681Z] 55eb924df8f9: Waiting [2024-10-28T04:12:08.681Z] 0492cb81e918: Preparing [2024-10-28T04:12:08.681Z] b7a814a56478: Preparing [2024-10-28T04:12:08.681Z] 0492cb81e918: Waiting [2024-10-28T04:12:08.681Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:08.681Z] 9e89094cb466: Preparing [2024-10-28T04:12:08.681Z] b7a814a56478: Waiting [2024-10-28T04:12:08.681Z] 04151104016d: Preparing [2024-10-28T04:12:08.681Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:08.681Z] 9e89094cb466: Waiting [2024-10-28T04:12:08.681Z] 5f70bf18a086: Preparing [2024-10-28T04:12:08.681Z] 283bc21af2bd: Preparing [2024-10-28T04:12:08.681Z] 7bddcd9bb925: Preparing [2024-10-28T04:12:08.681Z] 283bc21af2bd: Waiting [2024-10-28T04:12:08.681Z] 919635303024: Preparing [2024-10-28T04:12:08.681Z] 16113d51b718: Preparing [2024-10-28T04:12:08.681Z] 919635303024: Waiting [2024-10-28T04:12:08.681Z] 16113d51b718: Waiting [2024-10-28T04:12:08.681Z] a2348a960b39: Layer already exists [2024-10-28T04:12:08.681Z] 339032a408b9: Layer already exists [2024-10-28T04:12:08.681Z] 5091dba1648a: Layer already exists [2024-10-28T04:12:08.681Z] 3a52cba75ae1: Layer already exists [2024-10-28T04:12:08.681Z] d2ceb8c8f8b5: Layer already exists [2024-10-28T04:12:08.681Z] 55eb924df8f9: Layer already exists [2024-10-28T04:12:08.681Z] 0492cb81e918: Layer already exists [2024-10-28T04:12:08.681Z] b7a814a56478: Layer already exists [2024-10-28T04:12:08.681Z] 9e89094cb466: Layer already exists [2024-10-28T04:12:08.681Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:08.681Z] 69060bcf6b9d: Layer already exists [2024-10-28T04:12:08.681Z] 04151104016d: Layer already exists [2024-10-28T04:12:08.681Z] 5f70bf18a086: Layer already exists [2024-10-28T04:12:08.681Z] 283bc21af2bd: Layer already exists [2024-10-28T04:12:08.681Z] 7bddcd9bb925: Layer already exists [2024-10-28T04:12:08.681Z] 919635303024: Layer already exists [2024-10-28T04:12:08.681Z] 16113d51b718: Layer already exists [2024-10-28T04:12:08.681Z] main: digest: sha256:407fd2842e95e6e60f07ec624d15a33cdb8c36bb1c0c98f5e3673d92c16c589b size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:12:08.766Z] ===================================================== [Pipeline] echo [2024-10-28T04:12:08.779Z] taggedImages: [2024-10-28T04:12:08.780Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:08.780Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-10-28T04:12:08.780Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.4 [2024-10-28T04:12:08.780Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:08.780Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-10-28T04:12:08.817Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-10-28T04:12:08.817Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:08.817Z] latest [2024-10-28T04:12:08.817Z] 4.0.0-dev.4 [2024-10-28T04:12:08.817Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:08.817Z] main [2024-10-28T04:12:08.817Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:09.200Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:09.560Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:09.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-28T04:12:09.560Z] cbc0b1ef3b2d: Preparing [2024-10-28T04:12:09.560Z] 61bf7781de14: Preparing [2024-10-28T04:12:09.560Z] 099f2af5f703: Preparing [2024-10-28T04:12:09.560Z] d53946e55370: Preparing [2024-10-28T04:12:09.560Z] b7a814a56478: Preparing [2024-10-28T04:12:09.560Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:09.560Z] 858acb7f8899: Preparing [2024-10-28T04:12:09.560Z] 7c8d7033df23: Preparing [2024-10-28T04:12:09.560Z] 16113d51b718: Preparing [2024-10-28T04:12:09.560Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:09.560Z] 858acb7f8899: Waiting [2024-10-28T04:12:09.560Z] 7c8d7033df23: Waiting [2024-10-28T04:12:09.560Z] 16113d51b718: Waiting [2024-10-28T04:12:09.560Z] b7a814a56478: Layer already exists [2024-10-28T04:12:09.560Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:09.824Z] 61bf7781de14: Pushed [2024-10-28T04:12:09.824Z] 858acb7f8899: Layer already exists [2024-10-28T04:12:09.824Z] 099f2af5f703: Pushed [2024-10-28T04:12:09.824Z] 7c8d7033df23: Layer already exists [2024-10-28T04:12:09.824Z] 16113d51b718: Layer already exists [2024-10-28T04:12:09.824Z] cbc0b1ef3b2d: Pushed [2024-10-28T04:12:15.164Z] d53946e55370: Pushed [2024-10-28T04:12:15.164Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:15.509Z] + 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-10-28T04:12:16.127Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-28T04:12:16.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-28T04:12:16.127Z] cbc0b1ef3b2d: Preparing [2024-10-28T04:12:16.127Z] 61bf7781de14: Preparing [2024-10-28T04:12:16.127Z] 099f2af5f703: Preparing [2024-10-28T04:12:16.127Z] d53946e55370: Preparing [2024-10-28T04:12:16.127Z] b7a814a56478: Preparing [2024-10-28T04:12:16.127Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:16.127Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:16.127Z] 858acb7f8899: Preparing [2024-10-28T04:12:16.127Z] 7c8d7033df23: Preparing [2024-10-28T04:12:16.127Z] 16113d51b718: Preparing [2024-10-28T04:12:16.127Z] 858acb7f8899: Waiting [2024-10-28T04:12:16.127Z] 7c8d7033df23: Waiting [2024-10-28T04:12:16.127Z] 16113d51b718: Waiting [2024-10-28T04:12:16.127Z] d53946e55370: Layer already exists [2024-10-28T04:12:16.127Z] 61bf7781de14: Layer already exists [2024-10-28T04:12:16.127Z] cbc0b1ef3b2d: Layer already exists [2024-10-28T04:12:16.127Z] 099f2af5f703: Layer already exists [2024-10-28T04:12:16.127Z] b7a814a56478: Layer already exists [2024-10-28T04:12:16.127Z] 858acb7f8899: Layer already exists [2024-10-28T04:12:16.127Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:16.127Z] 16113d51b718: Layer already exists [2024-10-28T04:12:16.127Z] 7c8d7033df23: Layer already exists [2024-10-28T04:12:16.392Z] latest: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:16.743Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:17.090Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.4 [2024-10-28T04:12:17.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-28T04:12:17.090Z] cbc0b1ef3b2d: Preparing [2024-10-28T04:12:17.090Z] 61bf7781de14: Preparing [2024-10-28T04:12:17.090Z] 099f2af5f703: Preparing [2024-10-28T04:12:17.090Z] d53946e55370: Preparing [2024-10-28T04:12:17.090Z] b7a814a56478: Preparing [2024-10-28T04:12:17.090Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:17.090Z] 858acb7f8899: Preparing [2024-10-28T04:12:17.090Z] 7c8d7033df23: Preparing [2024-10-28T04:12:17.090Z] 16113d51b718: Preparing [2024-10-28T04:12:17.090Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:17.090Z] 858acb7f8899: Waiting [2024-10-28T04:12:17.090Z] 7c8d7033df23: Waiting [2024-10-28T04:12:17.090Z] 16113d51b718: Waiting [2024-10-28T04:12:17.090Z] b7a814a56478: Layer already exists [2024-10-28T04:12:17.090Z] 61bf7781de14: Layer already exists [2024-10-28T04:12:17.090Z] cbc0b1ef3b2d: Layer already exists [2024-10-28T04:12:17.090Z] 099f2af5f703: Layer already exists [2024-10-28T04:12:17.090Z] d53946e55370: Layer already exists [2024-10-28T04:12:17.090Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:17.090Z] 7c8d7033df23: Layer already exists [2024-10-28T04:12:17.090Z] 16113d51b718: Layer already exists [2024-10-28T04:12:17.090Z] 858acb7f8899: Layer already exists [2024-10-28T04:12:17.354Z] 4.0.0-dev.4: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:17.703Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:18.057Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:18.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-28T04:12:18.058Z] cbc0b1ef3b2d: Preparing [2024-10-28T04:12:18.058Z] 61bf7781de14: Preparing [2024-10-28T04:12:18.058Z] 099f2af5f703: Preparing [2024-10-28T04:12:18.058Z] d53946e55370: Preparing [2024-10-28T04:12:18.058Z] b7a814a56478: Preparing [2024-10-28T04:12:18.058Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:18.058Z] 858acb7f8899: Preparing [2024-10-28T04:12:18.058Z] 7c8d7033df23: Preparing [2024-10-28T04:12:18.058Z] 16113d51b718: Preparing [2024-10-28T04:12:18.058Z] 858acb7f8899: Waiting [2024-10-28T04:12:18.058Z] 7c8d7033df23: Waiting [2024-10-28T04:12:18.058Z] 16113d51b718: Waiting [2024-10-28T04:12:18.058Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:18.058Z] d53946e55370: Layer already exists [2024-10-28T04:12:18.058Z] 099f2af5f703: Layer already exists [2024-10-28T04:12:18.058Z] 61bf7781de14: Layer already exists [2024-10-28T04:12:18.058Z] cbc0b1ef3b2d: Layer already exists [2024-10-28T04:12:18.058Z] b7a814a56478: Layer already exists [2024-10-28T04:12:18.058Z] 858acb7f8899: Layer already exists [2024-10-28T04:12:18.058Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:18.058Z] 7c8d7033df23: Layer already exists [2024-10-28T04:12:18.058Z] 16113d51b718: Layer already exists [2024-10-28T04:12:18.321Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:18.673Z] + 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-10-28T04:12:19.019Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-10-28T04:12:19.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-10-28T04:12:19.019Z] cbc0b1ef3b2d: Preparing [2024-10-28T04:12:19.019Z] 61bf7781de14: Preparing [2024-10-28T04:12:19.019Z] 099f2af5f703: Preparing [2024-10-28T04:12:19.019Z] d53946e55370: Preparing [2024-10-28T04:12:19.019Z] b7a814a56478: Preparing [2024-10-28T04:12:19.019Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:19.019Z] 858acb7f8899: Preparing [2024-10-28T04:12:19.020Z] 7c8d7033df23: Preparing [2024-10-28T04:12:19.020Z] 16113d51b718: Preparing [2024-10-28T04:12:19.020Z] 858acb7f8899: Waiting [2024-10-28T04:12:19.020Z] 7c8d7033df23: Waiting [2024-10-28T04:12:19.020Z] 16113d51b718: Waiting [2024-10-28T04:12:19.020Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:19.020Z] cbc0b1ef3b2d: Layer already exists [2024-10-28T04:12:19.020Z] b7a814a56478: Layer already exists [2024-10-28T04:12:19.020Z] d53946e55370: Layer already exists [2024-10-28T04:12:19.020Z] 61bf7781de14: Layer already exists [2024-10-28T04:12:19.020Z] 099f2af5f703: Layer already exists [2024-10-28T04:12:19.020Z] 858acb7f8899: Layer already exists [2024-10-28T04:12:19.020Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:19.020Z] 16113d51b718: Layer already exists [2024-10-28T04:12:19.020Z] 7c8d7033df23: Layer already exists [2024-10-28T04:12:19.285Z] main: digest: sha256:4623606115d1657c0c55af9ead2fe38c4589ac2f78c6c4d1d544145a2ee47dcd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:12:19.369Z] ===================================================== [Pipeline] echo [2024-10-28T04:12:19.382Z] taggedImages: [2024-10-28T04:12:19.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:19.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-10-28T04:12:19.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.4 [2024-10-28T04:12:19.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:19.382Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-10-28T04:12:19.423Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-10-28T04:12:19.423Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:19.423Z] latest [2024-10-28T04:12:19.423Z] 4.0.0-dev.4 [2024-10-28T04:12:19.423Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:19.423Z] main [2024-10-28T04:12:19.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:19.869Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:20.249Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:20.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-28T04:12:20.249Z] 90a5f986bd3f: Preparing [2024-10-28T04:12:20.249Z] a10a38d376d4: Preparing [2024-10-28T04:12:20.249Z] 167a2dde6138: Preparing [2024-10-28T04:12:20.249Z] 1e6c8a6d8c03: Preparing [2024-10-28T04:12:20.249Z] 684dc1aa5389: Preparing [2024-10-28T04:12:20.249Z] b7a814a56478: Preparing [2024-10-28T04:12:20.249Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:20.249Z] 5b24e6492bd8: Preparing [2024-10-28T04:12:20.249Z] fafcaa1a71de: Preparing [2024-10-28T04:12:20.249Z] 3b54356f20bb: Preparing [2024-10-28T04:12:20.249Z] b7a814a56478: Waiting [2024-10-28T04:12:20.249Z] 16113d51b718: Preparing [2024-10-28T04:12:20.249Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:20.249Z] 3b54356f20bb: Waiting [2024-10-28T04:12:20.249Z] 16113d51b718: Waiting [2024-10-28T04:12:20.249Z] 5b24e6492bd8: Waiting [2024-10-28T04:12:20.249Z] fafcaa1a71de: Waiting [2024-10-28T04:12:20.535Z] 684dc1aa5389: Pushed [2024-10-28T04:12:20.535Z] a10a38d376d4: Pushed [2024-10-28T04:12:20.535Z] 90a5f986bd3f: Pushed [2024-10-28T04:12:20.535Z] 1e6c8a6d8c03: Pushed [2024-10-28T04:12:20.535Z] b7a814a56478: Layer already exists [2024-10-28T04:12:20.535Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:20.535Z] 16113d51b718: Layer already exists [2024-10-28T04:12:20.812Z] 5b24e6492bd8: Pushed [2024-10-28T04:12:20.812Z] fafcaa1a71de: Pushed [2024-10-28T04:12:23.433Z] 167a2dde6138: Pushed [2024-10-28T04:12:24.833Z] 3b54356f20bb: Pushed [2024-10-28T04:12:24.833Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:25.191Z] + 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-10-28T04:12:25.541Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-28T04:12:25.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-28T04:12:25.541Z] 90a5f986bd3f: Preparing [2024-10-28T04:12:25.541Z] a10a38d376d4: Preparing [2024-10-28T04:12:25.541Z] 167a2dde6138: Preparing [2024-10-28T04:12:25.541Z] 1e6c8a6d8c03: Preparing [2024-10-28T04:12:25.541Z] 684dc1aa5389: Preparing [2024-10-28T04:12:25.541Z] b7a814a56478: Preparing [2024-10-28T04:12:25.541Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:25.541Z] 5b24e6492bd8: Preparing [2024-10-28T04:12:25.541Z] fafcaa1a71de: Preparing [2024-10-28T04:12:25.541Z] 3b54356f20bb: Preparing [2024-10-28T04:12:25.541Z] 16113d51b718: Preparing [2024-10-28T04:12:25.541Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:25.541Z] 3b54356f20bb: Waiting [2024-10-28T04:12:25.541Z] b7a814a56478: Waiting [2024-10-28T04:12:25.541Z] 5b24e6492bd8: Waiting [2024-10-28T04:12:25.541Z] 16113d51b718: Waiting [2024-10-28T04:12:25.541Z] fafcaa1a71de: Waiting [2024-10-28T04:12:25.541Z] 90a5f986bd3f: Layer already exists [2024-10-28T04:12:25.541Z] 167a2dde6138: Layer already exists [2024-10-28T04:12:25.541Z] 1e6c8a6d8c03: Layer already exists [2024-10-28T04:12:25.541Z] a10a38d376d4: Layer already exists [2024-10-28T04:12:25.541Z] 684dc1aa5389: Layer already exists [2024-10-28T04:12:25.541Z] b7a814a56478: Layer already exists [2024-10-28T04:12:25.541Z] fafcaa1a71de: Layer already exists [2024-10-28T04:12:25.541Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:25.541Z] 5b24e6492bd8: Layer already exists [2024-10-28T04:12:25.541Z] 3b54356f20bb: Layer already exists [2024-10-28T04:12:25.541Z] 16113d51b718: Layer already exists [2024-10-28T04:12:25.805Z] latest: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:26.166Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:27.927Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.4 [2024-10-28T04:12:27.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-28T04:12:27.927Z] 90a5f986bd3f: Preparing [2024-10-28T04:12:27.927Z] a10a38d376d4: Preparing [2024-10-28T04:12:27.927Z] 167a2dde6138: Preparing [2024-10-28T04:12:27.927Z] 1e6c8a6d8c03: Preparing [2024-10-28T04:12:27.927Z] 684dc1aa5389: Preparing [2024-10-28T04:12:27.927Z] b7a814a56478: Preparing [2024-10-28T04:12:27.927Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:27.927Z] 5b24e6492bd8: Preparing [2024-10-28T04:12:27.927Z] fafcaa1a71de: Preparing [2024-10-28T04:12:27.927Z] 3b54356f20bb: Preparing [2024-10-28T04:12:27.927Z] 16113d51b718: Preparing [2024-10-28T04:12:27.927Z] b7a814a56478: Waiting [2024-10-28T04:12:27.927Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:27.927Z] 5b24e6492bd8: Waiting [2024-10-28T04:12:27.927Z] fafcaa1a71de: Waiting [2024-10-28T04:12:27.927Z] 3b54356f20bb: Waiting [2024-10-28T04:12:27.927Z] 16113d51b718: Waiting [2024-10-28T04:12:27.927Z] 90a5f986bd3f: Layer already exists [2024-10-28T04:12:27.927Z] 1e6c8a6d8c03: Layer already exists [2024-10-28T04:12:27.927Z] 167a2dde6138: Layer already exists [2024-10-28T04:12:27.927Z] a10a38d376d4: Layer already exists [2024-10-28T04:12:27.927Z] 684dc1aa5389: Layer already exists [2024-10-28T04:12:27.927Z] 3b54356f20bb: Layer already exists [2024-10-28T04:12:27.927Z] 5b24e6492bd8: Layer already exists [2024-10-28T04:12:27.927Z] b7a814a56478: Layer already exists [2024-10-28T04:12:27.927Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:27.927Z] fafcaa1a71de: Layer already exists [2024-10-28T04:12:27.927Z] 16113d51b718: Layer already exists [2024-10-28T04:12:28.197Z] 4.0.0-dev.4: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:28.560Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:28.915Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:28.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-28T04:12:28.915Z] 90a5f986bd3f: Preparing [2024-10-28T04:12:28.915Z] a10a38d376d4: Preparing [2024-10-28T04:12:28.915Z] 167a2dde6138: Preparing [2024-10-28T04:12:28.915Z] 1e6c8a6d8c03: Preparing [2024-10-28T04:12:28.915Z] 684dc1aa5389: Preparing [2024-10-28T04:12:28.915Z] b7a814a56478: Preparing [2024-10-28T04:12:28.915Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:28.915Z] 5b24e6492bd8: Preparing [2024-10-28T04:12:28.915Z] fafcaa1a71de: Preparing [2024-10-28T04:12:28.915Z] 3b54356f20bb: Preparing [2024-10-28T04:12:28.915Z] 16113d51b718: Preparing [2024-10-28T04:12:28.915Z] b7a814a56478: Waiting [2024-10-28T04:12:28.915Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:28.915Z] 5b24e6492bd8: Waiting [2024-10-28T04:12:28.915Z] fafcaa1a71de: Waiting [2024-10-28T04:12:28.915Z] 3b54356f20bb: Waiting [2024-10-28T04:12:28.915Z] 16113d51b718: Waiting [2024-10-28T04:12:28.915Z] 684dc1aa5389: Layer already exists [2024-10-28T04:12:28.915Z] 90a5f986bd3f: Layer already exists [2024-10-28T04:12:28.915Z] 167a2dde6138: Layer already exists [2024-10-28T04:12:28.915Z] 1e6c8a6d8c03: Layer already exists [2024-10-28T04:12:28.915Z] a10a38d376d4: Layer already exists [2024-10-28T04:12:28.915Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:28.915Z] 5b24e6492bd8: Layer already exists [2024-10-28T04:12:28.915Z] fafcaa1a71de: Layer already exists [2024-10-28T04:12:28.915Z] b7a814a56478: Layer already exists [2024-10-28T04:12:28.915Z] 3b54356f20bb: Layer already exists [2024-10-28T04:12:28.915Z] 16113d51b718: Layer already exists [2024-10-28T04:12:29.180Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:29.532Z] + 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-10-28T04:12:29.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-10-28T04:12:29.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-10-28T04:12:29.884Z] 90a5f986bd3f: Preparing [2024-10-28T04:12:29.884Z] a10a38d376d4: Preparing [2024-10-28T04:12:29.884Z] 167a2dde6138: Preparing [2024-10-28T04:12:29.884Z] 1e6c8a6d8c03: Preparing [2024-10-28T04:12:29.884Z] 684dc1aa5389: Preparing [2024-10-28T04:12:29.884Z] b7a814a56478: Preparing [2024-10-28T04:12:29.884Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:29.884Z] 5b24e6492bd8: Preparing [2024-10-28T04:12:29.884Z] fafcaa1a71de: Preparing [2024-10-28T04:12:29.884Z] 3b54356f20bb: Preparing [2024-10-28T04:12:29.884Z] 16113d51b718: Preparing [2024-10-28T04:12:29.884Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:29.884Z] 5b24e6492bd8: Waiting [2024-10-28T04:12:29.884Z] fafcaa1a71de: Waiting [2024-10-28T04:12:29.884Z] 3b54356f20bb: Waiting [2024-10-28T04:12:29.884Z] b7a814a56478: Waiting [2024-10-28T04:12:29.884Z] 16113d51b718: Waiting [2024-10-28T04:12:29.884Z] 167a2dde6138: Layer already exists [2024-10-28T04:12:29.884Z] 1e6c8a6d8c03: Layer already exists [2024-10-28T04:12:29.884Z] a10a38d376d4: Layer already exists [2024-10-28T04:12:29.884Z] 90a5f986bd3f: Layer already exists [2024-10-28T04:12:29.884Z] 684dc1aa5389: Layer already exists [2024-10-28T04:12:29.884Z] b7a814a56478: Layer already exists [2024-10-28T04:12:29.884Z] 5b24e6492bd8: Layer already exists [2024-10-28T04:12:29.884Z] fafcaa1a71de: Layer already exists [2024-10-28T04:12:29.884Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:29.884Z] 3b54356f20bb: Layer already exists [2024-10-28T04:12:29.884Z] 16113d51b718: Layer already exists [2024-10-28T04:12:30.149Z] main: digest: sha256:3dd41d5c587af96e0751bb4d4fa477e3da247c46422902e096f54fbb9fd757a2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:12:30.234Z] ===================================================== [Pipeline] echo [2024-10-28T04:12:30.252Z] taggedImages: [2024-10-28T04:12:30.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:30.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-10-28T04:12:30.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.4 [2024-10-28T04:12:30.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:30.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-10-28T04:12:30.285Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-10-28T04:12:30.285Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:30.285Z] latest [2024-10-28T04:12:30.285Z] 4.0.0-dev.4 [2024-10-28T04:12:30.285Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:30.285Z] main [2024-10-28T04:12:30.285Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:30.667Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:31.027Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:31.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-28T04:12:31.027Z] e093a0831973: Preparing [2024-10-28T04:12:31.027Z] 75ab1555b21c: Preparing [2024-10-28T04:12:31.027Z] be9a035ea711: Preparing [2024-10-28T04:12:31.027Z] 7a0405618dd3: Preparing [2024-10-28T04:12:31.027Z] 663d911f92f7: Preparing [2024-10-28T04:12:31.027Z] 81085c4cecad: Preparing [2024-10-28T04:12:31.027Z] 0e82d8b433ed: Preparing [2024-10-28T04:12:31.027Z] 81085c4cecad: Waiting [2024-10-28T04:12:31.027Z] b7a814a56478: Preparing [2024-10-28T04:12:31.027Z] 0e82d8b433ed: Waiting [2024-10-28T04:12:31.027Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:31.027Z] b7a814a56478: Waiting [2024-10-28T04:12:31.027Z] 6090e83435f4: Preparing [2024-10-28T04:12:31.027Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:31.027Z] a45858169274: Preparing [2024-10-28T04:12:31.027Z] 6090e83435f4: Waiting [2024-10-28T04:12:31.027Z] 16113d51b718: Preparing [2024-10-28T04:12:31.027Z] a45858169274: Waiting [2024-10-28T04:12:31.027Z] 16113d51b718: Waiting [2024-10-28T04:12:31.293Z] 75ab1555b21c: Pushed [2024-10-28T04:12:31.293Z] 663d911f92f7: Pushed [2024-10-28T04:12:31.293Z] e093a0831973: Pushed [2024-10-28T04:12:31.293Z] b7a814a56478: Layer already exists [2024-10-28T04:12:31.293Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:31.293Z] 81085c4cecad: Pushed [2024-10-28T04:12:31.293Z] 0e82d8b433ed: Pushed [2024-10-28T04:12:31.557Z] 16113d51b718: Layer already exists [2024-10-28T04:12:32.957Z] 6090e83435f4: Pushed [2024-10-28T04:12:34.357Z] a45858169274: Pushed [2024-10-28T04:12:34.357Z] 7a0405618dd3: Pushed [2024-10-28T04:12:35.308Z] be9a035ea711: Pushed [2024-10-28T04:12:35.573Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:35.920Z] + 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-10-28T04:12:36.271Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-28T04:12:36.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-28T04:12:36.271Z] e093a0831973: Preparing [2024-10-28T04:12:36.271Z] 75ab1555b21c: Preparing [2024-10-28T04:12:36.271Z] be9a035ea711: Preparing [2024-10-28T04:12:36.271Z] 7a0405618dd3: Preparing [2024-10-28T04:12:36.271Z] 663d911f92f7: Preparing [2024-10-28T04:12:36.271Z] 81085c4cecad: Preparing [2024-10-28T04:12:36.271Z] 0e82d8b433ed: Preparing [2024-10-28T04:12:36.271Z] b7a814a56478: Preparing [2024-10-28T04:12:36.271Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:36.271Z] 6090e83435f4: Preparing [2024-10-28T04:12:36.271Z] a45858169274: Preparing [2024-10-28T04:12:36.271Z] 16113d51b718: Preparing [2024-10-28T04:12:36.271Z] b7a814a56478: Waiting [2024-10-28T04:12:36.271Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:36.271Z] 81085c4cecad: Waiting [2024-10-28T04:12:36.271Z] 6090e83435f4: Waiting [2024-10-28T04:12:36.271Z] a45858169274: Waiting [2024-10-28T04:12:36.271Z] 16113d51b718: Waiting [2024-10-28T04:12:36.271Z] 0e82d8b433ed: Waiting [2024-10-28T04:12:36.271Z] be9a035ea711: Layer already exists [2024-10-28T04:12:36.271Z] e093a0831973: Layer already exists [2024-10-28T04:12:36.271Z] 7a0405618dd3: Layer already exists [2024-10-28T04:12:36.271Z] 663d911f92f7: Layer already exists [2024-10-28T04:12:36.271Z] 75ab1555b21c: Layer already exists [2024-10-28T04:12:36.271Z] b7a814a56478: Layer already exists [2024-10-28T04:12:36.271Z] 0e82d8b433ed: Layer already exists [2024-10-28T04:12:36.271Z] 6090e83435f4: Layer already exists [2024-10-28T04:12:36.271Z] 81085c4cecad: Layer already exists [2024-10-28T04:12:36.271Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:36.271Z] a45858169274: Layer already exists [2024-10-28T04:12:36.271Z] 16113d51b718: Layer already exists [2024-10-28T04:12:36.536Z] latest: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:36.891Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:37.237Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.4 [2024-10-28T04:12:37.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-28T04:12:37.237Z] e093a0831973: Preparing [2024-10-28T04:12:37.237Z] 75ab1555b21c: Preparing [2024-10-28T04:12:37.237Z] be9a035ea711: Preparing [2024-10-28T04:12:37.237Z] 7a0405618dd3: Preparing [2024-10-28T04:12:37.237Z] 663d911f92f7: Preparing [2024-10-28T04:12:37.237Z] 81085c4cecad: Preparing [2024-10-28T04:12:37.237Z] 0e82d8b433ed: Preparing [2024-10-28T04:12:37.237Z] b7a814a56478: Preparing [2024-10-28T04:12:37.237Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:37.237Z] 6090e83435f4: Preparing [2024-10-28T04:12:37.237Z] a45858169274: Preparing [2024-10-28T04:12:37.237Z] 16113d51b718: Preparing [2024-10-28T04:12:37.237Z] b7a814a56478: Waiting [2024-10-28T04:12:37.237Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:37.237Z] 81085c4cecad: Waiting [2024-10-28T04:12:37.237Z] 6090e83435f4: Waiting [2024-10-28T04:12:37.237Z] 0e82d8b433ed: Waiting [2024-10-28T04:12:37.237Z] a45858169274: Waiting [2024-10-28T04:12:37.237Z] 16113d51b718: Waiting [2024-10-28T04:12:37.237Z] 663d911f92f7: Layer already exists [2024-10-28T04:12:37.237Z] 75ab1555b21c: Layer already exists [2024-10-28T04:12:37.237Z] 7a0405618dd3: Layer already exists [2024-10-28T04:12:37.237Z] e093a0831973: Layer already exists [2024-10-28T04:12:37.237Z] be9a035ea711: Layer already exists [2024-10-28T04:12:37.237Z] b7a814a56478: Layer already exists [2024-10-28T04:12:37.237Z] 0e82d8b433ed: Layer already exists [2024-10-28T04:12:37.237Z] 81085c4cecad: Layer already exists [2024-10-28T04:12:37.237Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:37.237Z] 6090e83435f4: Layer already exists [2024-10-28T04:12:37.237Z] a45858169274: Layer already exists [2024-10-28T04:12:37.237Z] 16113d51b718: Layer already exists [2024-10-28T04:12:37.500Z] 4.0.0-dev.4: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:37.837Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:38.182Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:38.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-28T04:12:38.182Z] e093a0831973: Preparing [2024-10-28T04:12:38.182Z] 75ab1555b21c: Preparing [2024-10-28T04:12:38.182Z] be9a035ea711: Preparing [2024-10-28T04:12:38.182Z] 7a0405618dd3: Preparing [2024-10-28T04:12:38.182Z] 663d911f92f7: Preparing [2024-10-28T04:12:38.182Z] 81085c4cecad: Preparing [2024-10-28T04:12:38.182Z] 0e82d8b433ed: Preparing [2024-10-28T04:12:38.182Z] b7a814a56478: Preparing [2024-10-28T04:12:38.182Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:38.182Z] 6090e83435f4: Preparing [2024-10-28T04:12:38.182Z] a45858169274: Preparing [2024-10-28T04:12:38.182Z] 16113d51b718: Preparing [2024-10-28T04:12:38.182Z] 81085c4cecad: Waiting [2024-10-28T04:12:38.182Z] 0e82d8b433ed: Waiting [2024-10-28T04:12:38.182Z] b7a814a56478: Waiting [2024-10-28T04:12:38.182Z] a45858169274: Waiting [2024-10-28T04:12:38.182Z] 16113d51b718: Waiting [2024-10-28T04:12:38.182Z] 6090e83435f4: Waiting [2024-10-28T04:12:38.182Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:38.182Z] 663d911f92f7: Layer already exists [2024-10-28T04:12:38.182Z] 7a0405618dd3: Layer already exists [2024-10-28T04:12:38.182Z] 75ab1555b21c: Layer already exists [2024-10-28T04:12:38.182Z] be9a035ea711: Layer already exists [2024-10-28T04:12:38.182Z] e093a0831973: Layer already exists [2024-10-28T04:12:38.182Z] b7a814a56478: Layer already exists [2024-10-28T04:12:38.182Z] 81085c4cecad: Layer already exists [2024-10-28T04:12:38.182Z] 0e82d8b433ed: Layer already exists [2024-10-28T04:12:38.182Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:38.182Z] 6090e83435f4: Layer already exists [2024-10-28T04:12:38.182Z] a45858169274: Layer already exists [2024-10-28T04:12:38.182Z] 16113d51b718: Layer already exists [2024-10-28T04:12:38.446Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:38.802Z] + 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-10-28T04:12:39.154Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-10-28T04:12:39.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-10-28T04:12:39.154Z] e093a0831973: Preparing [2024-10-28T04:12:39.154Z] 75ab1555b21c: Preparing [2024-10-28T04:12:39.154Z] be9a035ea711: Preparing [2024-10-28T04:12:39.154Z] 7a0405618dd3: Preparing [2024-10-28T04:12:39.154Z] 663d911f92f7: Preparing [2024-10-28T04:12:39.154Z] 81085c4cecad: Preparing [2024-10-28T04:12:39.154Z] 0e82d8b433ed: Preparing [2024-10-28T04:12:39.154Z] b7a814a56478: Preparing [2024-10-28T04:12:39.154Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:39.154Z] 6090e83435f4: Preparing [2024-10-28T04:12:39.154Z] a45858169274: Preparing [2024-10-28T04:12:39.154Z] 16113d51b718: Preparing [2024-10-28T04:12:39.154Z] 99a54c83dfa2: Waiting [2024-10-28T04:12:39.154Z] 81085c4cecad: Waiting [2024-10-28T04:12:39.154Z] 6090e83435f4: Waiting [2024-10-28T04:12:39.154Z] a45858169274: Waiting [2024-10-28T04:12:39.154Z] 16113d51b718: Waiting [2024-10-28T04:12:39.154Z] 0e82d8b433ed: Waiting [2024-10-28T04:12:39.154Z] b7a814a56478: Waiting [2024-10-28T04:12:39.154Z] 75ab1555b21c: Layer already exists [2024-10-28T04:12:39.154Z] 663d911f92f7: Layer already exists [2024-10-28T04:12:39.154Z] be9a035ea711: Layer already exists [2024-10-28T04:12:39.154Z] 7a0405618dd3: Layer already exists [2024-10-28T04:12:39.154Z] e093a0831973: Layer already exists [2024-10-28T04:12:39.154Z] b7a814a56478: Layer already exists [2024-10-28T04:12:39.154Z] 81085c4cecad: Layer already exists [2024-10-28T04:12:39.154Z] 0e82d8b433ed: Layer already exists [2024-10-28T04:12:39.154Z] 6090e83435f4: Layer already exists [2024-10-28T04:12:39.154Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:39.154Z] a45858169274: Layer already exists [2024-10-28T04:12:39.154Z] 16113d51b718: Layer already exists [2024-10-28T04:12:39.419Z] main: digest: sha256:720e9a7f08a066b22b5f90db62475fdd82d9d0feeef024e2dd36095fd9626730 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:12:39.504Z] ===================================================== [Pipeline] echo [2024-10-28T04:12:39.518Z] taggedImages: [2024-10-28T04:12:39.518Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:39.518Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-10-28T04:12:39.518Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.4 [2024-10-28T04:12:39.518Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:39.518Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-10-28T04:12:39.546Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-10-28T04:12:39.546Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:39.546Z] latest [2024-10-28T04:12:39.546Z] 4.0.0-dev.4 [2024-10-28T04:12:39.546Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:39.546Z] main [2024-10-28T04:12:39.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:39.929Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:40.274Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:40.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-28T04:12:40.274Z] e0d5b04a9211: Preparing [2024-10-28T04:12:40.274Z] c3b763bca40e: Preparing [2024-10-28T04:12:40.274Z] b7a814a56478: Preparing [2024-10-28T04:12:40.274Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:40.274Z] fbeb1566c76d: Preparing [2024-10-28T04:12:40.274Z] c95bd153f61f: Preparing [2024-10-28T04:12:40.274Z] 16113d51b718: Preparing [2024-10-28T04:12:40.274Z] c95bd153f61f: Waiting [2024-10-28T04:12:40.274Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:40.274Z] b7a814a56478: Layer already exists [2024-10-28T04:12:40.540Z] 16113d51b718: Layer already exists [2024-10-28T04:12:40.540Z] e0d5b04a9211: Pushed [2024-10-28T04:12:41.938Z] fbeb1566c76d: Pushed [2024-10-28T04:12:42.202Z] c95bd153f61f: Pushed [2024-10-28T04:12:46.433Z] c3b763bca40e: Pushed [2024-10-28T04:12:46.433Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:46.781Z] + 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-10-28T04:12:47.117Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-28T04:12:47.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-28T04:12:47.117Z] e0d5b04a9211: Preparing [2024-10-28T04:12:47.117Z] c3b763bca40e: Preparing [2024-10-28T04:12:47.117Z] b7a814a56478: Preparing [2024-10-28T04:12:47.117Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:47.117Z] fbeb1566c76d: Preparing [2024-10-28T04:12:47.117Z] c95bd153f61f: Preparing [2024-10-28T04:12:47.117Z] 16113d51b718: Preparing [2024-10-28T04:12:47.117Z] c95bd153f61f: Waiting [2024-10-28T04:12:47.117Z] 16113d51b718: Waiting [2024-10-28T04:12:47.117Z] b7a814a56478: Layer already exists [2024-10-28T04:12:47.117Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:47.117Z] fbeb1566c76d: Layer already exists [2024-10-28T04:12:47.117Z] c3b763bca40e: Layer already exists [2024-10-28T04:12:47.117Z] e0d5b04a9211: Layer already exists [2024-10-28T04:12:47.117Z] c95bd153f61f: Layer already exists [2024-10-28T04:12:47.117Z] 16113d51b718: Layer already exists [2024-10-28T04:12:47.383Z] latest: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:47.741Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:48.080Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.4 [2024-10-28T04:12:48.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-28T04:12:48.080Z] e0d5b04a9211: Preparing [2024-10-28T04:12:48.080Z] c3b763bca40e: Preparing [2024-10-28T04:12:48.080Z] b7a814a56478: Preparing [2024-10-28T04:12:48.080Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:48.080Z] fbeb1566c76d: Preparing [2024-10-28T04:12:48.080Z] c95bd153f61f: Preparing [2024-10-28T04:12:48.080Z] c95bd153f61f: Waiting [2024-10-28T04:12:48.080Z] 16113d51b718: Preparing [2024-10-28T04:12:48.080Z] 16113d51b718: Waiting [2024-10-28T04:12:48.080Z] b7a814a56478: Layer already exists [2024-10-28T04:12:48.080Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:48.080Z] e0d5b04a9211: Layer already exists [2024-10-28T04:12:48.080Z] c3b763bca40e: Layer already exists [2024-10-28T04:12:48.080Z] fbeb1566c76d: Layer already exists [2024-10-28T04:12:48.080Z] c95bd153f61f: Layer already exists [2024-10-28T04:12:48.080Z] 16113d51b718: Layer already exists [2024-10-28T04:12:48.344Z] 4.0.0-dev.4: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:48.701Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:49.043Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:49.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-28T04:12:49.043Z] e0d5b04a9211: Preparing [2024-10-28T04:12:49.043Z] c3b763bca40e: Preparing [2024-10-28T04:12:49.043Z] b7a814a56478: Preparing [2024-10-28T04:12:49.043Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:49.043Z] fbeb1566c76d: Preparing [2024-10-28T04:12:49.043Z] c95bd153f61f: Preparing [2024-10-28T04:12:49.043Z] 16113d51b718: Preparing [2024-10-28T04:12:49.044Z] c95bd153f61f: Waiting [2024-10-28T04:12:49.044Z] 16113d51b718: Waiting [2024-10-28T04:12:49.044Z] e0d5b04a9211: Layer already exists [2024-10-28T04:12:49.044Z] fbeb1566c76d: Layer already exists [2024-10-28T04:12:49.044Z] b7a814a56478: Layer already exists [2024-10-28T04:12:49.044Z] c3b763bca40e: Layer already exists [2024-10-28T04:12:49.044Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:49.044Z] 16113d51b718: Layer already exists [2024-10-28T04:12:49.044Z] c95bd153f61f: Layer already exists [2024-10-28T04:12:49.310Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:49.665Z] + 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-10-28T04:12:50.022Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-10-28T04:12:50.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-10-28T04:12:50.022Z] e0d5b04a9211: Preparing [2024-10-28T04:12:50.022Z] c3b763bca40e: Preparing [2024-10-28T04:12:50.022Z] b7a814a56478: Preparing [2024-10-28T04:12:50.022Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:50.022Z] fbeb1566c76d: Preparing [2024-10-28T04:12:50.022Z] c95bd153f61f: Preparing [2024-10-28T04:12:50.022Z] 16113d51b718: Preparing [2024-10-28T04:12:50.022Z] 16113d51b718: Waiting [2024-10-28T04:12:50.022Z] c95bd153f61f: Waiting [2024-10-28T04:12:50.022Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:50.022Z] c3b763bca40e: Layer already exists [2024-10-28T04:12:50.022Z] b7a814a56478: Layer already exists [2024-10-28T04:12:50.022Z] fbeb1566c76d: Layer already exists [2024-10-28T04:12:50.022Z] e0d5b04a9211: Layer already exists [2024-10-28T04:12:50.022Z] 16113d51b718: Layer already exists [2024-10-28T04:12:50.022Z] c95bd153f61f: Layer already exists [2024-10-28T04:12:50.288Z] main: digest: sha256:6f9c9c08086f1855c211cff8704bbf97f662052dd53d457e6fb82667708d3da4 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:12:50.377Z] ===================================================== [Pipeline] echo [2024-10-28T04:12:50.391Z] taggedImages: [2024-10-28T04:12:50.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:50.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-10-28T04:12:50.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.4 [2024-10-28T04:12:50.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:50.391Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-10-28T04:12:50.430Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-10-28T04:12:50.430Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:50.430Z] latest [2024-10-28T04:12:50.430Z] 4.0.0-dev.4 [2024-10-28T04:12:50.430Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:12:50.430Z] main [2024-10-28T04:12:50.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:50.822Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:12:51.169Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:12:51.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-28T04:12:51.169Z] aa3039f1ade9: Preparing [2024-10-28T04:12:51.169Z] 752857ef7a87: Preparing [2024-10-28T04:12:51.169Z] b7b27028348f: Preparing [2024-10-28T04:12:51.169Z] b7a814a56478: Preparing [2024-10-28T04:12:51.169Z] 99a54c83dfa2: Preparing [2024-10-28T04:12:51.169Z] 1a745950d7db: Preparing [2024-10-28T04:12:51.169Z] c64cb884f7e8: Preparing [2024-10-28T04:12:51.169Z] 1f62791ca392: Preparing [2024-10-28T04:12:51.169Z] ade8d1e17350: Preparing [2024-10-28T04:12:51.169Z] 16113d51b718: Preparing [2024-10-28T04:12:51.169Z] 1a745950d7db: Waiting [2024-10-28T04:12:51.169Z] c64cb884f7e8: Waiting [2024-10-28T04:12:51.169Z] 1f62791ca392: Waiting [2024-10-28T04:12:51.169Z] ade8d1e17350: Waiting [2024-10-28T04:12:51.169Z] 16113d51b718: Waiting [2024-10-28T04:12:51.169Z] b7a814a56478: Layer already exists [2024-10-28T04:12:51.169Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:12:51.434Z] 752857ef7a87: Pushed [2024-10-28T04:12:51.434Z] b7b27028348f: Pushed [2024-10-28T04:12:51.434Z] aa3039f1ade9: Pushed [2024-10-28T04:12:51.434Z] 16113d51b718: Layer already exists [2024-10-28T04:12:51.698Z] 1f62791ca392: Pushed [2024-10-28T04:12:53.631Z] ade8d1e17350: Pushed [2024-10-28T04:13:05.915Z] c64cb884f7e8: Pushed [2024-10-28T04:13:12.536Z] 1a745950d7db: Pushed [2024-10-28T04:13:12.536Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:12.886Z] + 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-10-28T04:13:13.229Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-28T04:13:13.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-28T04:13:13.229Z] aa3039f1ade9: Preparing [2024-10-28T04:13:13.229Z] 752857ef7a87: Preparing [2024-10-28T04:13:13.229Z] b7b27028348f: Preparing [2024-10-28T04:13:13.229Z] b7a814a56478: Preparing [2024-10-28T04:13:13.229Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:13.229Z] 1a745950d7db: Preparing [2024-10-28T04:13:13.229Z] c64cb884f7e8: Preparing [2024-10-28T04:13:13.229Z] 1f62791ca392: Preparing [2024-10-28T04:13:13.230Z] ade8d1e17350: Preparing [2024-10-28T04:13:13.230Z] 16113d51b718: Preparing [2024-10-28T04:13:13.230Z] 1a745950d7db: Waiting [2024-10-28T04:13:13.230Z] c64cb884f7e8: Waiting [2024-10-28T04:13:13.230Z] 1f62791ca392: Waiting [2024-10-28T04:13:13.230Z] 16113d51b718: Waiting [2024-10-28T04:13:13.230Z] ade8d1e17350: Waiting [2024-10-28T04:13:13.230Z] b7b27028348f: Layer already exists [2024-10-28T04:13:13.230Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:13.230Z] 752857ef7a87: Layer already exists [2024-10-28T04:13:13.230Z] aa3039f1ade9: Layer already exists [2024-10-28T04:13:13.230Z] b7a814a56478: Layer already exists [2024-10-28T04:13:13.230Z] c64cb884f7e8: Layer already exists [2024-10-28T04:13:13.230Z] 1f62791ca392: Layer already exists [2024-10-28T04:13:13.230Z] ade8d1e17350: Layer already exists [2024-10-28T04:13:13.230Z] 1a745950d7db: Layer already exists [2024-10-28T04:13:13.230Z] 16113d51b718: Layer already exists [2024-10-28T04:13:13.493Z] latest: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:13.862Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:14.208Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.4 [2024-10-28T04:13:14.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-28T04:13:14.208Z] aa3039f1ade9: Preparing [2024-10-28T04:13:14.208Z] 752857ef7a87: Preparing [2024-10-28T04:13:14.208Z] b7b27028348f: Preparing [2024-10-28T04:13:14.208Z] b7a814a56478: Preparing [2024-10-28T04:13:14.208Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:14.208Z] 1a745950d7db: Preparing [2024-10-28T04:13:14.208Z] c64cb884f7e8: Preparing [2024-10-28T04:13:14.208Z] 1f62791ca392: Preparing [2024-10-28T04:13:14.208Z] ade8d1e17350: Preparing [2024-10-28T04:13:14.208Z] 16113d51b718: Preparing [2024-10-28T04:13:14.208Z] 1a745950d7db: Waiting [2024-10-28T04:13:14.208Z] c64cb884f7e8: Waiting [2024-10-28T04:13:14.208Z] 1f62791ca392: Waiting [2024-10-28T04:13:14.208Z] ade8d1e17350: Waiting [2024-10-28T04:13:14.208Z] 16113d51b718: Waiting [2024-10-28T04:13:14.208Z] b7b27028348f: Layer already exists [2024-10-28T04:13:14.208Z] 752857ef7a87: Layer already exists [2024-10-28T04:13:14.208Z] aa3039f1ade9: Layer already exists [2024-10-28T04:13:14.208Z] b7a814a56478: Layer already exists [2024-10-28T04:13:14.208Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:14.208Z] ade8d1e17350: Layer already exists [2024-10-28T04:13:14.208Z] 1a745950d7db: Layer already exists [2024-10-28T04:13:14.208Z] 16113d51b718: Layer already exists [2024-10-28T04:13:14.208Z] 1f62791ca392: Layer already exists [2024-10-28T04:13:14.208Z] c64cb884f7e8: Layer already exists [2024-10-28T04:13:14.471Z] 4.0.0-dev.4: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:14.815Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:15.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:13:15.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-28T04:13:15.151Z] aa3039f1ade9: Preparing [2024-10-28T04:13:15.151Z] 752857ef7a87: Preparing [2024-10-28T04:13:15.151Z] b7b27028348f: Preparing [2024-10-28T04:13:15.151Z] b7a814a56478: Preparing [2024-10-28T04:13:15.151Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:15.151Z] 1a745950d7db: Preparing [2024-10-28T04:13:15.151Z] c64cb884f7e8: Preparing [2024-10-28T04:13:15.151Z] 1f62791ca392: Preparing [2024-10-28T04:13:15.151Z] ade8d1e17350: Preparing [2024-10-28T04:13:15.151Z] 16113d51b718: Preparing [2024-10-28T04:13:15.151Z] 1a745950d7db: Waiting [2024-10-28T04:13:15.151Z] c64cb884f7e8: Waiting [2024-10-28T04:13:15.151Z] 1f62791ca392: Waiting [2024-10-28T04:13:15.151Z] ade8d1e17350: Waiting [2024-10-28T04:13:15.151Z] 16113d51b718: Waiting [2024-10-28T04:13:15.151Z] 752857ef7a87: Layer already exists [2024-10-28T04:13:15.151Z] b7a814a56478: Layer already exists [2024-10-28T04:13:15.151Z] b7b27028348f: Layer already exists [2024-10-28T04:13:15.151Z] aa3039f1ade9: Layer already exists [2024-10-28T04:13:15.151Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:15.151Z] 1a745950d7db: Layer already exists [2024-10-28T04:13:15.151Z] 1f62791ca392: Layer already exists [2024-10-28T04:13:15.151Z] ade8d1e17350: Layer already exists [2024-10-28T04:13:15.151Z] c64cb884f7e8: Layer already exists [2024-10-28T04:13:15.151Z] 16113d51b718: Layer already exists [2024-10-28T04:13:15.415Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:15.767Z] + 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-10-28T04:13:16.112Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-10-28T04:13:16.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-10-28T04:13:16.112Z] aa3039f1ade9: Preparing [2024-10-28T04:13:16.112Z] 752857ef7a87: Preparing [2024-10-28T04:13:16.112Z] b7b27028348f: Preparing [2024-10-28T04:13:16.112Z] b7a814a56478: Preparing [2024-10-28T04:13:16.112Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:16.112Z] 1a745950d7db: Preparing [2024-10-28T04:13:16.112Z] c64cb884f7e8: Preparing [2024-10-28T04:13:16.112Z] 1f62791ca392: Preparing [2024-10-28T04:13:16.112Z] ade8d1e17350: Preparing [2024-10-28T04:13:16.112Z] 16113d51b718: Preparing [2024-10-28T04:13:16.112Z] 1f62791ca392: Waiting [2024-10-28T04:13:16.112Z] ade8d1e17350: Waiting [2024-10-28T04:13:16.112Z] 16113d51b718: Waiting [2024-10-28T04:13:16.112Z] 1a745950d7db: Waiting [2024-10-28T04:13:16.112Z] c64cb884f7e8: Waiting [2024-10-28T04:13:16.112Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:16.112Z] b7a814a56478: Layer already exists [2024-10-28T04:13:16.112Z] aa3039f1ade9: Layer already exists [2024-10-28T04:13:16.112Z] 752857ef7a87: Layer already exists [2024-10-28T04:13:16.112Z] b7b27028348f: Layer already exists [2024-10-28T04:13:16.112Z] ade8d1e17350: Layer already exists [2024-10-28T04:13:16.112Z] 1f62791ca392: Layer already exists [2024-10-28T04:13:16.112Z] c64cb884f7e8: Layer already exists [2024-10-28T04:13:16.112Z] 1a745950d7db: Layer already exists [2024-10-28T04:13:16.112Z] 16113d51b718: Layer already exists [2024-10-28T04:13:16.377Z] main: digest: sha256:2da761eb9c9414468f92afd4fb8b0632c3a5336fc9fe724cbed389c69f67fe77 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:13:16.462Z] ===================================================== [Pipeline] echo [2024-10-28T04:13:16.475Z] taggedImages: [2024-10-28T04:13:16.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:13:16.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-10-28T04:13:16.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.4 [2024-10-28T04:13:16.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:13:16.475Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-10-28T04:13:16.511Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-10-28T04:13:16.511Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:13:16.511Z] latest [2024-10-28T04:13:16.511Z] 4.0.0-dev.4 [2024-10-28T04:13:16.511Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:13:16.511Z] main [2024-10-28T04:13:16.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:16.880Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:17.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:13:17.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-28T04:13:17.231Z] 629912e3152a: Preparing [2024-10-28T04:13:17.231Z] 4096d2cc7cf2: Preparing [2024-10-28T04:13:17.231Z] eda62abcfcb2: Preparing [2024-10-28T04:13:17.231Z] b7a814a56478: Preparing [2024-10-28T04:13:17.231Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:17.231Z] b3c1b2c0a77d: Preparing [2024-10-28T04:13:17.231Z] aab107b5820b: Preparing [2024-10-28T04:13:17.231Z] dc306e1555cc: Preparing [2024-10-28T04:13:17.231Z] 16113d51b718: Preparing [2024-10-28T04:13:17.231Z] aab107b5820b: Waiting [2024-10-28T04:13:17.231Z] dc306e1555cc: Waiting [2024-10-28T04:13:17.231Z] 16113d51b718: Waiting [2024-10-28T04:13:17.231Z] b3c1b2c0a77d: Waiting [2024-10-28T04:13:17.231Z] b7a814a56478: Layer already exists [2024-10-28T04:13:17.231Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:17.495Z] eda62abcfcb2: Pushed [2024-10-28T04:13:17.495Z] 4096d2cc7cf2: Pushed [2024-10-28T04:13:17.495Z] 629912e3152a: Pushed [2024-10-28T04:13:17.495Z] 16113d51b718: Layer already exists [2024-10-28T04:13:18.074Z] dc306e1555cc: Pushed [2024-10-28T04:13:19.023Z] aab107b5820b: Pushed [2024-10-28T04:13:41.042Z] b3c1b2c0a77d: Pushed [2024-10-28T04:13:41.042Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:41.384Z] + 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-10-28T04:13:41.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-28T04:13:41.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-28T04:13:41.743Z] 629912e3152a: Preparing [2024-10-28T04:13:41.743Z] 4096d2cc7cf2: Preparing [2024-10-28T04:13:41.743Z] eda62abcfcb2: Preparing [2024-10-28T04:13:41.743Z] b7a814a56478: Preparing [2024-10-28T04:13:41.743Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:41.743Z] b3c1b2c0a77d: Preparing [2024-10-28T04:13:41.743Z] aab107b5820b: Preparing [2024-10-28T04:13:41.743Z] dc306e1555cc: Preparing [2024-10-28T04:13:41.743Z] 16113d51b718: Preparing [2024-10-28T04:13:41.743Z] aab107b5820b: Waiting [2024-10-28T04:13:41.743Z] dc306e1555cc: Waiting [2024-10-28T04:13:41.743Z] 16113d51b718: Waiting [2024-10-28T04:13:41.743Z] b3c1b2c0a77d: Waiting [2024-10-28T04:13:41.743Z] 629912e3152a: Layer already exists [2024-10-28T04:13:41.743Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:41.743Z] b7a814a56478: Layer already exists [2024-10-28T04:13:41.743Z] eda62abcfcb2: Layer already exists [2024-10-28T04:13:41.743Z] 4096d2cc7cf2: Layer already exists [2024-10-28T04:13:41.743Z] aab107b5820b: Layer already exists [2024-10-28T04:13:41.743Z] dc306e1555cc: Layer already exists [2024-10-28T04:13:41.743Z] b3c1b2c0a77d: Layer already exists [2024-10-28T04:13:41.743Z] 16113d51b718: Layer already exists [2024-10-28T04:13:42.009Z] latest: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:42.364Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:42.709Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.4 [2024-10-28T04:13:42.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-28T04:13:42.709Z] 629912e3152a: Preparing [2024-10-28T04:13:42.709Z] 4096d2cc7cf2: Preparing [2024-10-28T04:13:42.709Z] eda62abcfcb2: Preparing [2024-10-28T04:13:42.709Z] b7a814a56478: Preparing [2024-10-28T04:13:42.709Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:42.709Z] b3c1b2c0a77d: Preparing [2024-10-28T04:13:42.709Z] aab107b5820b: Preparing [2024-10-28T04:13:42.709Z] dc306e1555cc: Preparing [2024-10-28T04:13:42.709Z] 16113d51b718: Preparing [2024-10-28T04:13:42.709Z] b3c1b2c0a77d: Waiting [2024-10-28T04:13:42.709Z] aab107b5820b: Waiting [2024-10-28T04:13:42.709Z] dc306e1555cc: Waiting [2024-10-28T04:13:42.709Z] 16113d51b718: Waiting [2024-10-28T04:13:42.709Z] 629912e3152a: Layer already exists [2024-10-28T04:13:42.709Z] 4096d2cc7cf2: Layer already exists [2024-10-28T04:13:42.709Z] eda62abcfcb2: Layer already exists [2024-10-28T04:13:42.709Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:42.710Z] b7a814a56478: Layer already exists [2024-10-28T04:13:42.710Z] b3c1b2c0a77d: Layer already exists [2024-10-28T04:13:42.710Z] aab107b5820b: Layer already exists [2024-10-28T04:13:42.710Z] 16113d51b718: Layer already exists [2024-10-28T04:13:42.710Z] dc306e1555cc: Layer already exists [2024-10-28T04:13:42.973Z] 4.0.0-dev.4: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:43.316Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:43.662Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:13:43.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-28T04:13:43.662Z] 629912e3152a: Preparing [2024-10-28T04:13:43.662Z] 4096d2cc7cf2: Preparing [2024-10-28T04:13:43.662Z] eda62abcfcb2: Preparing [2024-10-28T04:13:43.662Z] b7a814a56478: Preparing [2024-10-28T04:13:43.662Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:43.662Z] b3c1b2c0a77d: Preparing [2024-10-28T04:13:43.662Z] aab107b5820b: Preparing [2024-10-28T04:13:43.662Z] dc306e1555cc: Preparing [2024-10-28T04:13:43.662Z] 16113d51b718: Preparing [2024-10-28T04:13:43.662Z] aab107b5820b: Waiting [2024-10-28T04:13:43.662Z] dc306e1555cc: Waiting [2024-10-28T04:13:43.662Z] b3c1b2c0a77d: Waiting [2024-10-28T04:13:43.662Z] 16113d51b718: Waiting [2024-10-28T04:13:43.662Z] eda62abcfcb2: Layer already exists [2024-10-28T04:13:43.662Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:43.662Z] 4096d2cc7cf2: Layer already exists [2024-10-28T04:13:43.662Z] 629912e3152a: Layer already exists [2024-10-28T04:13:43.662Z] b7a814a56478: Layer already exists [2024-10-28T04:13:43.662Z] b3c1b2c0a77d: Layer already exists [2024-10-28T04:13:43.662Z] aab107b5820b: Layer already exists [2024-10-28T04:13:43.662Z] dc306e1555cc: Layer already exists [2024-10-28T04:13:43.662Z] 16113d51b718: Layer already exists [2024-10-28T04:13:43.926Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:44.279Z] + 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-10-28T04:13:44.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-10-28T04:13:44.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-10-28T04:13:44.625Z] 629912e3152a: Preparing [2024-10-28T04:13:44.625Z] 4096d2cc7cf2: Preparing [2024-10-28T04:13:44.625Z] eda62abcfcb2: Preparing [2024-10-28T04:13:44.625Z] b7a814a56478: Preparing [2024-10-28T04:13:44.625Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:44.625Z] b3c1b2c0a77d: Preparing [2024-10-28T04:13:44.625Z] aab107b5820b: Preparing [2024-10-28T04:13:44.625Z] dc306e1555cc: Preparing [2024-10-28T04:13:44.625Z] 16113d51b718: Preparing [2024-10-28T04:13:44.625Z] b3c1b2c0a77d: Waiting [2024-10-28T04:13:44.625Z] aab107b5820b: Waiting [2024-10-28T04:13:44.625Z] dc306e1555cc: Waiting [2024-10-28T04:13:44.625Z] 16113d51b718: Waiting [2024-10-28T04:13:44.625Z] 4096d2cc7cf2: Layer already exists [2024-10-28T04:13:44.625Z] 629912e3152a: Layer already exists [2024-10-28T04:13:44.625Z] b7a814a56478: Layer already exists [2024-10-28T04:13:44.625Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:44.625Z] eda62abcfcb2: Layer already exists [2024-10-28T04:13:44.625Z] b3c1b2c0a77d: Layer already exists [2024-10-28T04:13:44.625Z] aab107b5820b: Layer already exists [2024-10-28T04:13:44.625Z] dc306e1555cc: Layer already exists [2024-10-28T04:13:44.625Z] 16113d51b718: Layer already exists [2024-10-28T04:13:44.888Z] main: digest: sha256:95ff93e761d946d2b14fbc43bd8f4bca87b1d2cdeb522ee2abc369e877aac892 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:13:44.978Z] ===================================================== [Pipeline] echo [2024-10-28T04:13:44.991Z] taggedImages: [2024-10-28T04:13:44.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:13:44.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-10-28T04:13:44.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.4 [2024-10-28T04:13:44.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:13:44.991Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-10-28T04:13:45.018Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-10-28T04:13:45.018Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:13:45.018Z] latest [2024-10-28T04:13:45.018Z] 4.0.0-dev.4 [2024-10-28T04:13:45.018Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:13:45.018Z] main [2024-10-28T04:13:45.018Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:45.381Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:13:45.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:13:45.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-28T04:13:45.728Z] 50ed98cb741c: Preparing [2024-10-28T04:13:45.728Z] 6aaba44f61a1: Preparing [2024-10-28T04:13:45.728Z] 7eebfcd84d55: Preparing [2024-10-28T04:13:45.728Z] b7a814a56478: Preparing [2024-10-28T04:13:45.728Z] 99a54c83dfa2: Preparing [2024-10-28T04:13:45.728Z] 4cb05346ea4e: Preparing [2024-10-28T04:13:45.728Z] 1f62791ca392: Preparing [2024-10-28T04:13:45.728Z] ade8d1e17350: Preparing [2024-10-28T04:13:45.728Z] 16113d51b718: Preparing [2024-10-28T04:13:45.728Z] ade8d1e17350: Waiting [2024-10-28T04:13:45.728Z] 16113d51b718: Waiting [2024-10-28T04:13:45.728Z] 4cb05346ea4e: Waiting [2024-10-28T04:13:45.728Z] 1f62791ca392: Waiting [2024-10-28T04:13:45.728Z] b7a814a56478: Layer already exists [2024-10-28T04:13:45.728Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:13:45.991Z] 1f62791ca392: Layer already exists [2024-10-28T04:13:45.991Z] ade8d1e17350: Layer already exists [2024-10-28T04:13:45.991Z] 16113d51b718: Layer already exists [2024-10-28T04:13:45.991Z] 7eebfcd84d55: Pushed [2024-10-28T04:13:45.991Z] 6aaba44f61a1: Pushed [2024-10-28T04:13:45.991Z] 50ed98cb741c: Pushed [2024-10-28T04:14:08.112Z] 4cb05346ea4e: Pushed [2024-10-28T04:14:08.112Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:08.485Z] + 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-10-28T04:14:08.841Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-28T04:14:08.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-28T04:14:08.841Z] 50ed98cb741c: Preparing [2024-10-28T04:14:08.841Z] 6aaba44f61a1: Preparing [2024-10-28T04:14:08.841Z] 7eebfcd84d55: Preparing [2024-10-28T04:14:08.841Z] b7a814a56478: Preparing [2024-10-28T04:14:08.841Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:08.841Z] 4cb05346ea4e: Preparing [2024-10-28T04:14:08.841Z] 1f62791ca392: Preparing [2024-10-28T04:14:08.841Z] ade8d1e17350: Preparing [2024-10-28T04:14:08.841Z] 16113d51b718: Preparing [2024-10-28T04:14:08.841Z] 4cb05346ea4e: Waiting [2024-10-28T04:14:08.841Z] 1f62791ca392: Waiting [2024-10-28T04:14:08.841Z] ade8d1e17350: Waiting [2024-10-28T04:14:08.841Z] 16113d51b718: Waiting [2024-10-28T04:14:08.841Z] 7eebfcd84d55: Layer already exists [2024-10-28T04:14:08.841Z] 6aaba44f61a1: Layer already exists [2024-10-28T04:14:08.841Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:08.841Z] 50ed98cb741c: Layer already exists [2024-10-28T04:14:08.841Z] b7a814a56478: Layer already exists [2024-10-28T04:14:08.841Z] 1f62791ca392: Layer already exists [2024-10-28T04:14:08.841Z] ade8d1e17350: Layer already exists [2024-10-28T04:14:08.841Z] 4cb05346ea4e: Layer already exists [2024-10-28T04:14:08.841Z] 16113d51b718: Layer already exists [2024-10-28T04:14:09.111Z] latest: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:09.480Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:09.840Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.4 [2024-10-28T04:14:09.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-28T04:14:09.840Z] 50ed98cb741c: Preparing [2024-10-28T04:14:09.840Z] 6aaba44f61a1: Preparing [2024-10-28T04:14:09.840Z] 7eebfcd84d55: Preparing [2024-10-28T04:14:09.840Z] b7a814a56478: Preparing [2024-10-28T04:14:09.840Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:09.840Z] 4cb05346ea4e: Preparing [2024-10-28T04:14:09.840Z] 1f62791ca392: Preparing [2024-10-28T04:14:09.840Z] ade8d1e17350: Preparing [2024-10-28T04:14:09.840Z] 16113d51b718: Preparing [2024-10-28T04:14:09.840Z] 1f62791ca392: Waiting [2024-10-28T04:14:09.840Z] ade8d1e17350: Waiting [2024-10-28T04:14:09.840Z] 16113d51b718: Waiting [2024-10-28T04:14:09.840Z] 7eebfcd84d55: Layer already exists [2024-10-28T04:14:09.840Z] 6aaba44f61a1: Layer already exists [2024-10-28T04:14:09.840Z] 50ed98cb741c: Layer already exists [2024-10-28T04:14:09.840Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:09.840Z] b7a814a56478: Layer already exists [2024-10-28T04:14:09.840Z] 16113d51b718: Layer already exists [2024-10-28T04:14:09.840Z] 4cb05346ea4e: Layer already exists [2024-10-28T04:14:09.840Z] 1f62791ca392: Layer already exists [2024-10-28T04:14:09.840Z] ade8d1e17350: Layer already exists [2024-10-28T04:14:10.105Z] 4.0.0-dev.4: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:10.477Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:10.832Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:10.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-28T04:14:10.832Z] 50ed98cb741c: Preparing [2024-10-28T04:14:10.832Z] 6aaba44f61a1: Preparing [2024-10-28T04:14:10.832Z] 7eebfcd84d55: Preparing [2024-10-28T04:14:10.832Z] b7a814a56478: Preparing [2024-10-28T04:14:10.832Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:10.832Z] 4cb05346ea4e: Preparing [2024-10-28T04:14:10.832Z] 1f62791ca392: Preparing [2024-10-28T04:14:10.832Z] ade8d1e17350: Preparing [2024-10-28T04:14:10.832Z] 16113d51b718: Preparing [2024-10-28T04:14:10.832Z] 4cb05346ea4e: Waiting [2024-10-28T04:14:10.832Z] 1f62791ca392: Waiting [2024-10-28T04:14:10.832Z] ade8d1e17350: Waiting [2024-10-28T04:14:10.832Z] 16113d51b718: Waiting [2024-10-28T04:14:10.832Z] 50ed98cb741c: Layer already exists [2024-10-28T04:14:10.832Z] b7a814a56478: Layer already exists [2024-10-28T04:14:10.832Z] 6aaba44f61a1: Layer already exists [2024-10-28T04:14:10.832Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:10.832Z] 7eebfcd84d55: Layer already exists [2024-10-28T04:14:10.832Z] ade8d1e17350: Layer already exists [2024-10-28T04:14:10.832Z] 1f62791ca392: Layer already exists [2024-10-28T04:14:10.832Z] 16113d51b718: Layer already exists [2024-10-28T04:14:10.832Z] 4cb05346ea4e: Layer already exists [2024-10-28T04:14:11.095Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:11.455Z] + 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-10-28T04:14:11.805Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-10-28T04:14:11.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-10-28T04:14:11.806Z] 50ed98cb741c: Preparing [2024-10-28T04:14:11.806Z] 6aaba44f61a1: Preparing [2024-10-28T04:14:11.806Z] 7eebfcd84d55: Preparing [2024-10-28T04:14:11.806Z] b7a814a56478: Preparing [2024-10-28T04:14:11.806Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:11.806Z] 4cb05346ea4e: Preparing [2024-10-28T04:14:11.806Z] 1f62791ca392: Preparing [2024-10-28T04:14:11.806Z] ade8d1e17350: Preparing [2024-10-28T04:14:11.806Z] 16113d51b718: Preparing [2024-10-28T04:14:11.806Z] 4cb05346ea4e: Waiting [2024-10-28T04:14:11.806Z] 1f62791ca392: Waiting [2024-10-28T04:14:11.806Z] ade8d1e17350: Waiting [2024-10-28T04:14:11.806Z] 16113d51b718: Waiting [2024-10-28T04:14:11.806Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:11.806Z] 6aaba44f61a1: Layer already exists [2024-10-28T04:14:11.806Z] 7eebfcd84d55: Layer already exists [2024-10-28T04:14:11.806Z] b7a814a56478: Layer already exists [2024-10-28T04:14:11.806Z] 50ed98cb741c: Layer already exists [2024-10-28T04:14:11.806Z] ade8d1e17350: Layer already exists [2024-10-28T04:14:11.806Z] 1f62791ca392: Layer already exists [2024-10-28T04:14:11.806Z] 4cb05346ea4e: Layer already exists [2024-10-28T04:14:11.806Z] 16113d51b718: Layer already exists [2024-10-28T04:14:12.072Z] main: digest: sha256:2459d792da610b2c23a6b5396af633d02805c2ec61e50f3611c8c076bedbe4af size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:14:12.154Z] ===================================================== [Pipeline] echo [2024-10-28T04:14:12.166Z] taggedImages: [2024-10-28T04:14:12.166Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:14:12.166Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-10-28T04:14:12.166Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.4 [2024-10-28T04:14:12.166Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:12.166Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-10-28T04:14:12.195Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-10-28T04:14:12.195Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:14:12.195Z] latest [2024-10-28T04:14:12.195Z] 4.0.0-dev.4 [2024-10-28T04:14:12.195Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:12.195Z] main [2024-10-28T04:14:12.195Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:12.561Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:12.911Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:14:12.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-28T04:14:12.911Z] 5278b40249d8: Preparing [2024-10-28T04:14:12.911Z] c93336db275a: Preparing [2024-10-28T04:14:12.911Z] b7a814a56478: Preparing [2024-10-28T04:14:12.911Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:12.911Z] e0f1925ada3d: Preparing [2024-10-28T04:14:12.911Z] 8b28a68b41b8: Preparing [2024-10-28T04:14:12.911Z] 16113d51b718: Preparing [2024-10-28T04:14:12.911Z] 8b28a68b41b8: Waiting [2024-10-28T04:14:12.911Z] 16113d51b718: Waiting [2024-10-28T04:14:12.911Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:12.911Z] b7a814a56478: Layer already exists [2024-10-28T04:14:13.178Z] 16113d51b718: Layer already exists [2024-10-28T04:14:13.178Z] 5278b40249d8: Pushed [2024-10-28T04:14:13.757Z] 8b28a68b41b8: Pushed [2024-10-28T04:14:14.713Z] e0f1925ada3d: Pushed [2024-10-28T04:14:24.764Z] c93336db275a: Pushed [2024-10-28T04:14:24.764Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:25.121Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:25.481Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-28T04:14:25.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-28T04:14:25.481Z] 5278b40249d8: Preparing [2024-10-28T04:14:25.481Z] c93336db275a: Preparing [2024-10-28T04:14:25.481Z] b7a814a56478: Preparing [2024-10-28T04:14:25.481Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:25.481Z] e0f1925ada3d: Preparing [2024-10-28T04:14:25.481Z] 8b28a68b41b8: Preparing [2024-10-28T04:14:25.481Z] 16113d51b718: Preparing [2024-10-28T04:14:25.481Z] 8b28a68b41b8: Waiting [2024-10-28T04:14:25.481Z] 16113d51b718: Waiting [2024-10-28T04:14:25.481Z] c93336db275a: Layer already exists [2024-10-28T04:14:25.481Z] 5278b40249d8: Layer already exists [2024-10-28T04:14:25.481Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:25.481Z] b7a814a56478: Layer already exists [2024-10-28T04:14:25.481Z] e0f1925ada3d: Layer already exists [2024-10-28T04:14:25.481Z] 8b28a68b41b8: Layer already exists [2024-10-28T04:14:25.481Z] 16113d51b718: Layer already exists [2024-10-28T04:14:25.747Z] latest: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:26.097Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:26.441Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.4 [2024-10-28T04:14:26.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-28T04:14:26.441Z] 5278b40249d8: Preparing [2024-10-28T04:14:26.441Z] c93336db275a: Preparing [2024-10-28T04:14:26.441Z] b7a814a56478: Preparing [2024-10-28T04:14:26.441Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:26.441Z] e0f1925ada3d: Preparing [2024-10-28T04:14:26.441Z] 8b28a68b41b8: Preparing [2024-10-28T04:14:26.441Z] 16113d51b718: Preparing [2024-10-28T04:14:26.441Z] 8b28a68b41b8: Waiting [2024-10-28T04:14:26.441Z] 16113d51b718: Waiting [2024-10-28T04:14:26.441Z] 5278b40249d8: Layer already exists [2024-10-28T04:14:26.441Z] e0f1925ada3d: Layer already exists [2024-10-28T04:14:26.441Z] c93336db275a: Layer already exists [2024-10-28T04:14:26.441Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:26.441Z] b7a814a56478: Layer already exists [2024-10-28T04:14:26.441Z] 8b28a68b41b8: Layer already exists [2024-10-28T04:14:26.441Z] 16113d51b718: Layer already exists [2024-10-28T04:14:26.707Z] 4.0.0-dev.4: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:27.062Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:27.404Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:27.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-28T04:14:27.404Z] 5278b40249d8: Preparing [2024-10-28T04:14:27.404Z] c93336db275a: Preparing [2024-10-28T04:14:27.404Z] b7a814a56478: Preparing [2024-10-28T04:14:27.404Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:27.404Z] e0f1925ada3d: Preparing [2024-10-28T04:14:27.404Z] 8b28a68b41b8: Preparing [2024-10-28T04:14:27.404Z] 16113d51b718: Preparing [2024-10-28T04:14:27.404Z] 8b28a68b41b8: Waiting [2024-10-28T04:14:27.404Z] 16113d51b718: Waiting [2024-10-28T04:14:27.404Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:27.404Z] 5278b40249d8: Layer already exists [2024-10-28T04:14:27.404Z] e0f1925ada3d: Layer already exists [2024-10-28T04:14:27.404Z] c93336db275a: Layer already exists [2024-10-28T04:14:27.404Z] b7a814a56478: Layer already exists [2024-10-28T04:14:27.404Z] 8b28a68b41b8: Layer already exists [2024-10-28T04:14:27.404Z] 16113d51b718: Layer already exists [2024-10-28T04:14:27.669Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:28.018Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:28.370Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-10-28T04:14:28.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-10-28T04:14:28.370Z] 5278b40249d8: Preparing [2024-10-28T04:14:28.370Z] c93336db275a: Preparing [2024-10-28T04:14:28.370Z] b7a814a56478: Preparing [2024-10-28T04:14:28.370Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:28.370Z] e0f1925ada3d: Preparing [2024-10-28T04:14:28.370Z] 8b28a68b41b8: Preparing [2024-10-28T04:14:28.370Z] 16113d51b718: Preparing [2024-10-28T04:14:28.370Z] 8b28a68b41b8: Waiting [2024-10-28T04:14:28.370Z] 16113d51b718: Waiting [2024-10-28T04:14:28.370Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:28.370Z] e0f1925ada3d: Layer already exists [2024-10-28T04:14:28.370Z] b7a814a56478: Layer already exists [2024-10-28T04:14:28.370Z] 5278b40249d8: Layer already exists [2024-10-28T04:14:28.370Z] c93336db275a: Layer already exists [2024-10-28T04:14:28.370Z] 16113d51b718: Layer already exists [2024-10-28T04:14:28.370Z] 8b28a68b41b8: Layer already exists [2024-10-28T04:14:28.636Z] main: digest: sha256:a6653d162cad7abd6b3a20ee5e5200305e849298d7f3fe88a5e149bf2fbe7159 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:14:28.724Z] ===================================================== [Pipeline] echo [2024-10-28T04:14:28.737Z] taggedImages: [2024-10-28T04:14:28.737Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:14:28.737Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-10-28T04:14:28.737Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.4 [2024-10-28T04:14:28.737Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:28.737Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-10-28T04:14:28.765Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-10-28T04:14:28.765Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:14:28.765Z] latest [2024-10-28T04:14:28.765Z] 4.0.0-dev.4 [2024-10-28T04:14:28.765Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:28.765Z] main [2024-10-28T04:14:28.765Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:29.131Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:29.477Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:14:29.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-28T04:14:29.477Z] 2bb3306d9b0b: Preparing [2024-10-28T04:14:29.477Z] cf1e7a47b05a: Preparing [2024-10-28T04:14:29.477Z] f5dc67818e5f: Preparing [2024-10-28T04:14:29.477Z] b7a814a56478: Preparing [2024-10-28T04:14:29.477Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:29.477Z] 45fd9fce98c0: Preparing [2024-10-28T04:14:29.477Z] 7c2f080b7428: Preparing [2024-10-28T04:14:29.477Z] 16113d51b718: Preparing [2024-10-28T04:14:29.477Z] 45fd9fce98c0: Waiting [2024-10-28T04:14:29.477Z] 7c2f080b7428: Waiting [2024-10-28T04:14:29.477Z] 16113d51b718: Waiting [2024-10-28T04:14:29.477Z] b7a814a56478: Layer already exists [2024-10-28T04:14:29.477Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:29.747Z] cf1e7a47b05a: Pushed [2024-10-28T04:14:29.747Z] 2bb3306d9b0b: Pushed [2024-10-28T04:14:29.747Z] 16113d51b718: Layer already exists [2024-10-28T04:14:30.013Z] 7c2f080b7428: Pushed [2024-10-28T04:14:31.423Z] 45fd9fce98c0: Pushed [2024-10-28T04:14:41.475Z] f5dc67818e5f: Pushed [2024-10-28T04:14:41.475Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:41.829Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:42.173Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-28T04:14:42.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-28T04:14:42.173Z] 2bb3306d9b0b: Preparing [2024-10-28T04:14:42.173Z] cf1e7a47b05a: Preparing [2024-10-28T04:14:42.173Z] f5dc67818e5f: Preparing [2024-10-28T04:14:42.173Z] b7a814a56478: Preparing [2024-10-28T04:14:42.173Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:42.173Z] 45fd9fce98c0: Preparing [2024-10-28T04:14:42.173Z] 7c2f080b7428: Preparing [2024-10-28T04:14:42.173Z] 16113d51b718: Preparing [2024-10-28T04:14:42.173Z] 45fd9fce98c0: Waiting [2024-10-28T04:14:42.173Z] 7c2f080b7428: Waiting [2024-10-28T04:14:42.173Z] 16113d51b718: Waiting [2024-10-28T04:14:42.173Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:42.173Z] cf1e7a47b05a: Layer already exists [2024-10-28T04:14:42.173Z] 2bb3306d9b0b: Layer already exists [2024-10-28T04:14:42.173Z] f5dc67818e5f: Layer already exists [2024-10-28T04:14:42.173Z] b7a814a56478: Layer already exists [2024-10-28T04:14:42.173Z] 16113d51b718: Layer already exists [2024-10-28T04:14:42.173Z] 45fd9fce98c0: Layer already exists [2024-10-28T04:14:42.173Z] 7c2f080b7428: Layer already exists [2024-10-28T04:14:42.440Z] latest: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:42.796Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:43.156Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.4 [2024-10-28T04:14:43.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-28T04:14:43.156Z] 2bb3306d9b0b: Preparing [2024-10-28T04:14:43.156Z] cf1e7a47b05a: Preparing [2024-10-28T04:14:43.156Z] f5dc67818e5f: Preparing [2024-10-28T04:14:43.156Z] b7a814a56478: Preparing [2024-10-28T04:14:43.156Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:43.156Z] 45fd9fce98c0: Preparing [2024-10-28T04:14:43.156Z] 7c2f080b7428: Preparing [2024-10-28T04:14:43.156Z] 16113d51b718: Preparing [2024-10-28T04:14:43.156Z] 7c2f080b7428: Waiting [2024-10-28T04:14:43.156Z] 16113d51b718: Waiting [2024-10-28T04:14:43.156Z] 45fd9fce98c0: Waiting [2024-10-28T04:14:43.156Z] f5dc67818e5f: Layer already exists [2024-10-28T04:14:43.156Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:43.156Z] cf1e7a47b05a: Layer already exists [2024-10-28T04:14:43.156Z] 2bb3306d9b0b: Layer already exists [2024-10-28T04:14:43.156Z] b7a814a56478: Layer already exists [2024-10-28T04:14:43.156Z] 7c2f080b7428: Layer already exists [2024-10-28T04:14:43.156Z] 45fd9fce98c0: Layer already exists [2024-10-28T04:14:43.156Z] 16113d51b718: Layer already exists [2024-10-28T04:14:43.422Z] 4.0.0-dev.4: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:43.777Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:44.117Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:44.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-28T04:14:44.117Z] 2bb3306d9b0b: Preparing [2024-10-28T04:14:44.117Z] cf1e7a47b05a: Preparing [2024-10-28T04:14:44.117Z] f5dc67818e5f: Preparing [2024-10-28T04:14:44.117Z] b7a814a56478: Preparing [2024-10-28T04:14:44.117Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:44.117Z] 45fd9fce98c0: Preparing [2024-10-28T04:14:44.117Z] 7c2f080b7428: Preparing [2024-10-28T04:14:44.117Z] 16113d51b718: Preparing [2024-10-28T04:14:44.117Z] 45fd9fce98c0: Waiting [2024-10-28T04:14:44.117Z] 7c2f080b7428: Waiting [2024-10-28T04:14:44.117Z] 16113d51b718: Waiting [2024-10-28T04:14:44.117Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:44.117Z] 2bb3306d9b0b: Layer already exists [2024-10-28T04:14:44.117Z] b7a814a56478: Layer already exists [2024-10-28T04:14:44.117Z] f5dc67818e5f: Layer already exists [2024-10-28T04:14:44.117Z] cf1e7a47b05a: Layer already exists [2024-10-28T04:14:44.117Z] 16113d51b718: Layer already exists [2024-10-28T04:14:44.117Z] 7c2f080b7428: Layer already exists [2024-10-28T04:14:44.117Z] 45fd9fce98c0: Layer already exists [2024-10-28T04:14:44.380Z] 89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:44.738Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:45.090Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-10-28T04:14:45.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-10-28T04:14:45.091Z] 2bb3306d9b0b: Preparing [2024-10-28T04:14:45.091Z] cf1e7a47b05a: Preparing [2024-10-28T04:14:45.091Z] f5dc67818e5f: Preparing [2024-10-28T04:14:45.091Z] b7a814a56478: Preparing [2024-10-28T04:14:45.091Z] 99a54c83dfa2: Preparing [2024-10-28T04:14:45.091Z] 45fd9fce98c0: Preparing [2024-10-28T04:14:45.091Z] 7c2f080b7428: Preparing [2024-10-28T04:14:45.091Z] 16113d51b718: Preparing [2024-10-28T04:14:45.091Z] 45fd9fce98c0: Waiting [2024-10-28T04:14:45.091Z] 7c2f080b7428: Waiting [2024-10-28T04:14:45.091Z] 16113d51b718: Waiting [2024-10-28T04:14:45.091Z] 2bb3306d9b0b: Layer already exists [2024-10-28T04:14:45.091Z] 99a54c83dfa2: Layer already exists [2024-10-28T04:14:45.091Z] b7a814a56478: Layer already exists [2024-10-28T04:14:45.091Z] cf1e7a47b05a: Layer already exists [2024-10-28T04:14:45.091Z] f5dc67818e5f: Layer already exists [2024-10-28T04:14:45.091Z] 45fd9fce98c0: Layer already exists [2024-10-28T04:14:45.091Z] 7c2f080b7428: Layer already exists [2024-10-28T04:14:45.091Z] 16113d51b718: Layer already exists [2024-10-28T04:14:45.356Z] main: digest: sha256:bf615e9af143bc1a1fb416854c20905c42c928f4b9376d3b233254fe13f8a380 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-28T04:14:45.443Z] ===================================================== [Pipeline] echo [2024-10-28T04:14:45.456Z] taggedImages: [2024-10-28T04:14:45.456Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef [2024-10-28T04:14:45.456Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-10-28T04:14:45.456Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.4 [2024-10-28T04:14:45.456Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:89254c1fef09d3f643254057b63cf98f5b6a48ef-4.0.0-dev.4 [2024-10-28T04:14:45.456Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:45.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-28T04:14:45.846Z] [2024-10-28T04:14:45.846Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:14:46.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-28T04:14:46.175Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-28T04:14:46.175Z] 8998bd30e6a1: Pulling fs layer [2024-10-28T04:14:46.175Z] 04944245beec: Pulling fs layer [2024-10-28T04:14:46.175Z] 699f458cf7ca: Pulling fs layer [2024-10-28T04:14:46.175Z] 765212b225bb: Pulling fs layer [2024-10-28T04:14:46.175Z] f23df028b6ca: Pulling fs layer [2024-10-28T04:14:46.175Z] d65c8cfc05b1: Pulling fs layer [2024-10-28T04:14:46.175Z] 2437ff75d9bd: Pulling fs layer [2024-10-28T04:14:46.175Z] f23df028b6ca: Waiting [2024-10-28T04:14:46.175Z] d65c8cfc05b1: Waiting [2024-10-28T04:14:46.175Z] 2437ff75d9bd: Waiting [2024-10-28T04:14:46.175Z] 765212b225bb: Waiting [2024-10-28T04:14:46.442Z] 04944245beec: Verifying Checksum [2024-10-28T04:14:46.442Z] 04944245beec: Download complete [2024-10-28T04:14:46.442Z] 765212b225bb: Verifying Checksum [2024-10-28T04:14:46.442Z] 765212b225bb: Download complete [2024-10-28T04:14:46.442Z] f23df028b6ca: Verifying Checksum [2024-10-28T04:14:46.442Z] f23df028b6ca: Download complete [2024-10-28T04:14:46.442Z] d65c8cfc05b1: Verifying Checksum [2024-10-28T04:14:46.442Z] d65c8cfc05b1: Download complete [2024-10-28T04:14:46.707Z] 699f458cf7ca: Verifying Checksum [2024-10-28T04:14:46.707Z] 699f458cf7ca: Download complete [2024-10-28T04:14:46.973Z] 8998bd30e6a1: Verifying Checksum [2024-10-28T04:14:46.973Z] 8998bd30e6a1: Download complete [2024-10-28T04:14:49.550Z] 2437ff75d9bd: Verifying Checksum [2024-10-28T04:14:49.550Z] 2437ff75d9bd: Download complete [2024-10-28T04:14:52.125Z] 8998bd30e6a1: Pull complete [2024-10-28T04:14:52.125Z] 04944245beec: Pull complete [2024-10-28T04:14:54.062Z] 699f458cf7ca: Pull complete [2024-10-28T04:14:54.062Z] 765212b225bb: Pull complete [2024-10-28T04:14:55.015Z] f23df028b6ca: Pull complete [2024-10-28T04:14:55.287Z] d65c8cfc05b1: Pull complete [2024-10-28T04:15:13.493Z] 2437ff75d9bd: Pull complete [2024-10-28T04:15:13.493Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-28T04:15:13.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-28T04:15:13.493Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T04:15:13.728Z] prd-ubuntu20.04-docker-arm64-4c-16g-23889 does not seem to be running inside a container [2024-10-28T04:15:13.784Z] $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-10-28T04:15:17.641Z] $ docker top 6cf2e6c6289ad8e3c94b315952d096b8880525f7d6bb38a2346cbf16f1bbb9e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:15:18.613Z] ---> job-cost.sh [2024-10-28T04:15:18.613Z] lf-activate-venv: SKIPPING [2024-10-28T04:15:18.613Z] INFO: No Stack... [2024-10-28T04:15:18.875Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-28T04:15:19.830Z] INFO: Archiving Costs [Pipeline] sh [2024-10-28T04:15:20.467Z] + cat /w/workspace/edgex-go/737/archives/cost.csv [2024-10-28T04:15:20.467Z] + cut -d, -f6 [Pipeline] lock [2024-10-28T04:15:20.519Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-737-stack-cost] [2024-10-28T04:15:20.526Z] Resource [jenkins-edgexfoundry-edgex-go-main-737-stack-cost] did not exist. Created. [2024-10-28T04:15:20.545Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-737-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-28T04:15:21.185Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-28T04:15:21.792Z] Stashed 1 file(s) [Pipeline] } [2024-10-28T04:15:21.802Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-737-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-28T04:15:21.811Z] $ docker stop --time=1 6cf2e6c6289ad8e3c94b315952d096b8880525f7d6bb38a2346cbf16f1bbb9e4 [2024-10-28T04:15:23.315Z] $ docker rm -f --volumes 6cf2e6c6289ad8e3c94b315952d096b8880525f7d6bb38a2346cbf16f1bbb9e4 [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-10-28T04:15:23.859Z] provisioning config files... [2024-10-28T04:15:23.878Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/737@tmp/config15344680090846247323tmp [Pipeline] { [Pipeline] sh [2024-10-28T04:15:24.212Z] + set +x [2024-10-28T04:15:24.213Z] + bash -s -- [2024-10-28T04:15:24.213Z] + curl -s https://codecov.io/bash [2024-10-28T04:15:24.482Z] [2024-10-28T04:15:24.482Z] _____ _ [2024-10-28T04:15:24.482Z] / ____| | | [2024-10-28T04:15:24.482Z] | | ___ __| | ___ ___ _____ __ [2024-10-28T04:15:24.482Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-28T04:15:24.482Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-28T04:15:24.482Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-28T04:15:24.482Z] Bash-1.0.6 [2024-10-28T04:15:24.482Z] [2024-10-28T04:15:24.482Z] [2024-10-28T04:15:24.482Z] ==> git version 2.25.1 found [2024-10-28T04:15:24.482Z] ==> 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-10-28T04:15:24.482Z] Release-Date: 2020-01-08 [2024-10-28T04:15:24.482Z] 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-10-28T04:15:24.482Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-28T04:15:24.482Z] ==> Jenkins CI detected. [2024-10-28T04:15:24.482Z] current dir:  /w/workspace/edgex-go/737 [2024-10-28T04:15:24.482Z] project root: . [2024-10-28T04:15:24.482Z] --> token set from env [2024-10-28T04:15:24.482Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-28T04:15:24.482Z] ==> Running gcov in . (disable via -X gcov) [2024-10-28T04:15:24.482Z] ==> Python coveragepy not found [2024-10-28T04:15:24.482Z] ==> Searching for coverage reports in: [2024-10-28T04:15:24.482Z] + . [2024-10-28T04:15:24.482Z] -> Found 1 reports [2024-10-28T04:15:24.482Z] ==> Detecting git/mercurial file structure [2024-10-28T04:15:24.482Z] ==> Reading reports [2024-10-28T04:15:24.482Z] + ./coverage.out bytes=1475884 [2024-10-28T04:15:24.482Z] ==> Appending adjustments [2024-10-28T04:15:24.482Z] https://docs.codecov.io/docs/fixing-reports [2024-10-28T04:15:25.869Z] + Found adjustments [2024-10-28T04:15:25.869Z] ==> Gzipping contents [2024-10-28T04:15:25.869Z] 128K /tmp/codecov.D9u2mA.gz [2024-10-28T04:15:25.869Z] ==> Uploading reports [2024-10-28T04:15:25.869Z] url: https://codecov.io [2024-10-28T04:15:25.869Z] query: branch=main&commit=89254c1fef09d3f643254057b63cf98f5b6a48ef&build=737&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F737%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-28T04:15:25.869Z] -> Pinging Codecov [2024-10-28T04:15:25.870Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=89254c1fef09d3f643254057b63cf98f5b6a48ef&build=737&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F737%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-28T04:15:26.129Z] -> Uploading to [2024-10-28T04:15:26.129Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/89254c1fef09d3f643254057b63cf98f5b6a48ef/8b008821-a1d4-4b8b-8242-759dcb56f9b3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241028%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241028T041525Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=7d5e2e474476d6009860c51e4033278e30dced5802fd5a2bdb1b66c83561322f [2024-10-28T04:15:26.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T04:15:26.129Z] Dload Upload Total Spent Left Speed [2024-10-28T04:15:26.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 125k 0 0 100 125k 0 413k --:--:-- --:--:-- --:--:-- 412k 100 125k 0 0 100 125k 0 413k --:--:-- --:--:-- --:--:-- 412k [2024-10-28T04:15:26.395Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/89254c1fef09d3f643254057b63cf98f5b6a48ef [Pipeline] } [2024-10-28T04:15:26.403Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-10-28T04:15:26.638Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-28T04:15:26.654Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:15:26.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-28T04:15:26.961Z] [2024-10-28T04:15:26.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:15:27.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-28T04:15:27.275Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-28T04:15:27.275Z] 43c4264eed91: Already exists [2024-10-28T04:15:27.275Z] 4cc291be95ef: Already exists [2024-10-28T04:15:27.275Z] 2ac1f1163629: Already exists [2024-10-28T04:15:27.275Z] 5c3c966382ef: Already exists [2024-10-28T04:15:27.275Z] 4f4fb700ef54: Already exists [2024-10-28T04:15:27.275Z] d9c7d2e4e75e: Pulling fs layer [2024-10-28T04:15:27.275Z] 9c3e1370e548: Pulling fs layer [2024-10-28T04:15:27.534Z] d9c7d2e4e75e: Verifying Checksum [2024-10-28T04:15:27.534Z] d9c7d2e4e75e: Download complete [2024-10-28T04:15:27.792Z] d9c7d2e4e75e: Pull complete [2024-10-28T04:15:28.361Z] 9c3e1370e548: Download complete [2024-10-28T04:15:31.654Z] 9c3e1370e548: Pull complete [2024-10-28T04:15:31.654Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-28T04:15:31.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-28T04:15:31.654Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T04:15:31.749Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T04:15:31.765Z] $ 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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T04:15:35.404Z] $ docker top 9c42790a9c5303f1b06a26b3fc5785dd6a664337240966e09ebee4d564e95ae7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-28T04:15:35.771Z] + git config --global --add safe.directory /w/workspace/edgex-go/737 [Pipeline] echo [2024-10-28T04:15:35.781Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-10-28T04:15:36.069Z] + set -o pipefail [2024-10-28T04:15:36.069Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-10-28T04:15:46.068Z] [2024-10-28T04:15:46.068Z] Monitoring /w/workspace/edgex-go/737 (github.com/edgexfoundry/edgex-go)... [2024-10-28T04:15:46.068Z] [2024-10-28T04:15:46.068Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/5adf9da6-46ec-48f4-a062-b22b66a9162b [2024-10-28T04:15:46.068Z] [2024-10-28T04:15:46.068Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-28T04:15:46.068Z] [Pipeline] } [2024-10-28T04:15:46.321Z] $ docker stop --time=1 9c42790a9c5303f1b06a26b3fc5785dd6a664337240966e09ebee4d564e95ae7 [2024-10-28T04:15:55.044Z] $ docker rm -f --volumes 9c42790a9c5303f1b06a26b3fc5785dd6a664337240966e09ebee4d564e95ae7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-10-28T04:15:55.597Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-28T04:15:55.617Z] provisioning config files... [2024-10-28T04:15:55.633Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/737@tmp/config14227573962258611613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:15:55.940Z] --> edgex-publish-swagger.sh [2024-10-28T04:15:55.940Z] === Publish openapi API === [2024-10-28T04:15:55.940Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2024-10-28T04:15:55.940Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/737/openapi/core-command.yaml] [2024-10-28T04:15:55.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T04:15:55.940Z] Dload Upload Total Spent Left Speed [2024-10-28T04:15:56.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 75360 --:--:-- --:--:-- --:--:-- 75360 [2024-10-28T04:15:56.199Z] [2024-10-28T04:15:56.199Z] [2024-10-28T04:15:56.199Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/737/openapi/core-data.yaml] [2024-10-28T04:15:56.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T04:15:56.199Z] Dload Upload Total Spent Left Speed [2024-10-28T04:15:56.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72056 0 0 100 72056 0 344k --:--:-- --:--:-- --:--:-- 343k 100 72056 0 0 100 72056 0 163k --:--:-- --:--:-- --:--:-- 162k [2024-10-28T04:15:56.720Z] [2024-10-28T04:15:56.720Z] [2024-10-28T04:15:56.720Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/737/openapi/core-keeper.yaml] [2024-10-28T04:15:56.720Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T04:15:56.720Z] Dload Upload Total Spent Left Speed [2024-10-28T04:15:56.981Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 293 142k --:--:-- --:--:-- --:--:-- 142k [2024-10-28T04:15:56.981Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-28T04:15:56.981Z] [2024-10-28T04:15:56.981Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/737/openapi/core-metadata.yaml] [2024-10-28T04:15:56.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T04:15:56.981Z] Dload Upload Total Spent Left Speed [2024-10-28T04:15:57.243Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 154k 100 156 100 154k 464 459k --:--:-- --:--:-- --:--:-- 459k [2024-10-28T04:15:57.243Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-28T04:15:57.243Z] [2024-10-28T04:15:57.243Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/737/openapi/support-cron-scheduler.yaml] [2024-10-28T04:15:57.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T04:15:57.243Z] Dload Upload Total Spent Left Speed [2024-10-28T04:15:57.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50731 0 0 100 50731 0 242k --:--:-- --:--:-- --:--:-- 241k 100 50797 100 66 100 50731 269 202k --:--:-- --:--:-- --:--:-- 201k [2024-10-28T04:15:57.503Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-10-28T04:15:57.503Z] [2024-10-28T04:15:57.503Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/737/openapi/support-notifications.yaml] [2024-10-28T04:15:57.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-28T04:15:57.503Z] Dload Upload Total Spent Left Speed [2024-10-28T04:15:58.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 461 252k --:--:-- --:--:-- --:--:-- 253k [2024-10-28T04:15:58.074Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-10-28T04:15:58.074Z] [Pipeline] } [2024-10-28T04:15:58.081Z] 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-10-28T04:15:58.488Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-28T04:15:58.488Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:15:58.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-28T04:15:58.797Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T04:15:58.877Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T04:15:58.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T04:15:59.363Z] $ docker top 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-28T04:15:59.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-28T04:15:59.595Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-28T04:15:59.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-28T04:15:59.694Z] $ docker exec 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 ssh-agent [2024-10-28T04:15:59.829Z] SSH_AUTH_SOCK=/tmp/ssh-837EHOBmnibl/agent.32 [2024-10-28T04:15:59.829Z] SSH_AGENT_PID=38 [2024-10-28T04:15:59.834Z] Running ssh-add (command line suppressed) [2024-10-28T04:15:59.909Z] Identity added: /w/workspace/edgex-go/737@tmp/private_key_13235533503584938833.key (/w/workspace/edgex-go/737@tmp/private_key_13235533503584938833.key) [2024-10-28T04:15:59.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-28T04:16:00.241Z] + git semver tag [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,379 [run_tag] DEBUG tag force:False [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,379 [check_head_tag] DEBUG check head tag [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,382 [execute] INFO git cat-file --batch-check [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,382 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=) [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,385 [execute] INFO git cat-file --batch [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=) [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,438 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,438 [execute] INFO git tag -a v4.0.0-dev.4 -m v4.0.0-dev.4 [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,439 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.4', '-m', 'v4.0.0-dev.4'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=None) [2024-10-28T04:16:00.500Z] 2024-10-28 04:16:00,444 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T04:16:00.500Z] 4.0.0-dev.4 [Pipeline] } [2024-10-28T04:16:00.489Z] $ docker exec --env ******** --env ******** 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 ssh-agent -k [2024-10-28T04:16:00.593Z] unset SSH_AUTH_SOCK; [2024-10-28T04:16:00.593Z] unset SSH_AGENT_PID; [2024-10-28T04:16:00.593Z] echo Agent pid 38 killed; [2024-10-28T04:16:00.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-28T04:16:00.951Z] + git semver [Pipeline] } [2024-10-28T04:16:01.201Z] $ docker stop --time=1 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 [2024-10-28T04:16:02.505Z] $ docker rm -f --volumes 28bc10a0231576c9ad65df298c455659c00cb6b6ede268fe35792b949d73f7a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:16:02.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-28T04:16:02.947Z] [2024-10-28T04:16:02.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:16:03.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-28T04:16:03.249Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-28T04:16:03.249Z] ab5ef0e58194: Pulling fs layer [2024-10-28T04:16:03.249Z] 9712f1f96733: Pulling fs layer [2024-10-28T04:16:03.249Z] 63f879dbbcfc: Pulling fs layer [2024-10-28T04:16:03.249Z] 0d9ebad4ef96: Pulling fs layer [2024-10-28T04:16:03.249Z] e9a5061849ea: Pulling fs layer [2024-10-28T04:16:03.249Z] d747dcd14b5f: Pulling fs layer [2024-10-28T04:16:03.249Z] 2de7ff778b66: Pulling fs layer [2024-10-28T04:16:03.249Z] 0d9ebad4ef96: Waiting [2024-10-28T04:16:03.249Z] e9a5061849ea: Waiting [2024-10-28T04:16:03.249Z] d747dcd14b5f: Waiting [2024-10-28T04:16:03.249Z] 9712f1f96733: Download complete [2024-10-28T04:16:03.816Z] 63f879dbbcfc: Verifying Checksum [2024-10-28T04:16:03.816Z] 63f879dbbcfc: Download complete [2024-10-28T04:16:03.816Z] 0d9ebad4ef96: Verifying Checksum [2024-10-28T04:16:03.816Z] 0d9ebad4ef96: Download complete [2024-10-28T04:16:03.816Z] e9a5061849ea: Verifying Checksum [2024-10-28T04:16:03.816Z] e9a5061849ea: Download complete [2024-10-28T04:16:03.816Z] d747dcd14b5f: Download complete [2024-10-28T04:16:03.816Z] ab5ef0e58194: Download complete [2024-10-28T04:16:04.078Z] 2de7ff778b66: Verifying Checksum [2024-10-28T04:16:04.078Z] 2de7ff778b66: Download complete [2024-10-28T04:16:06.609Z] ab5ef0e58194: Pull complete [2024-10-28T04:16:06.871Z] 9712f1f96733: Pull complete [2024-10-28T04:16:07.435Z] 63f879dbbcfc: Pull complete [2024-10-28T04:16:11.789Z] 0d9ebad4ef96: Pull complete [2024-10-28T04:16:11.789Z] e9a5061849ea: Pull complete [2024-10-28T04:16:11.789Z] d747dcd14b5f: Pull complete [2024-10-28T04:16:12.490Z] 2de7ff778b66: Pull complete [2024-10-28T04:16:12.490Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-28T04:16:12.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-28T04:16:12.490Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T04:16:12.598Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T04:16:12.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T04:16:18.769Z] $ docker top b87b9305ab921b132e7752caa34e1189da00b911cfc097f5a91f9a522239303e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-28T04:16:18.868Z] provisioning config files... [2024-10-28T04:16:18.875Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/737@tmp/config4728901778626408285tmp [2024-10-28T04:16:18.885Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/737@tmp/config5332706125170703213tmp [2024-10-28T04:16:18.894Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/737@tmp/config15838072637143462000tmp [Pipeline] { [Pipeline] echo [2024-10-28T04:16:19.003Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:19.304Z] ---> sigul-configuration.sh [2024-10-28T04:16:19.304Z] gpg: directory `/root/.gnupg' created [2024-10-28T04:16:19.304Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-28T04:16:19.304Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-28T04:16:19.304Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-28T04:16:19.304Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-28T04:16:19.304Z] gpg: CAST5 encrypted data [2024-10-28T04:16:19.304Z] gpg: encrypted with 1 passphrase [2024-10-28T04:16:19.304Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-28T04:16:19.603Z] + mkdir /home/jenkins [2024-10-28T04:16:19.603Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-28T04:16:19.899Z] + 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-10-28T04:16:19.911Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:20.206Z] ---> sigul-install.sh [2024-10-28T04:16:20.206Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-28T04:16:20.500Z] + git tag --list [2024-10-28T04:16:20.500Z] 0.6.0 [2024-10-28T04:16:20.500Z] 0.6.1 [2024-10-28T04:16:20.500Z] 0.7.0 [2024-10-28T04:16:20.500Z] 0.7.1 [2024-10-28T04:16:20.500Z] v1.0.0 [2024-10-28T04:16:20.500Z] v1.0.1 [2024-10-28T04:16:20.500Z] v1.1.0 [2024-10-28T04:16:20.500Z] v1.2.0 [2024-10-28T04:16:20.500Z] v1.2.1 [2024-10-28T04:16:20.500Z] v1.3.0 [2024-10-28T04:16:20.500Z] v1.3.1 [2024-10-28T04:16:20.500Z] v2.0.0 [2024-10-28T04:16:20.500Z] v2.1.0 [2024-10-28T04:16:20.500Z] v2.1.1 [2024-10-28T04:16:20.500Z] v2.2.0 [2024-10-28T04:16:20.500Z] v2.3.0 [2024-10-28T04:16:20.500Z] v3.0 [2024-10-28T04:16:20.500Z] v3.0.0 [2024-10-28T04:16:20.500Z] v3.1 [2024-10-28T04:16:20.500Z] v3.1.0 [2024-10-28T04:16:20.500Z] v3.1.0-dev.1 [2024-10-28T04:16:20.500Z] v3.1.0-dev.10 [2024-10-28T04:16:20.500Z] v3.1.0-dev.11 [2024-10-28T04:16:20.500Z] v3.1.0-dev.12 [2024-10-28T04:16:20.500Z] v3.1.0-dev.13 [2024-10-28T04:16:20.500Z] v3.1.0-dev.14 [2024-10-28T04:16:20.500Z] v3.1.0-dev.15 [2024-10-28T04:16:20.500Z] v3.1.0-dev.16 [2024-10-28T04:16:20.500Z] v3.1.0-dev.17 [2024-10-28T04:16:20.500Z] v3.1.0-dev.18 [2024-10-28T04:16:20.500Z] v3.1.0-dev.19 [2024-10-28T04:16:20.500Z] v3.1.0-dev.2 [2024-10-28T04:16:20.500Z] v3.1.0-dev.20 [2024-10-28T04:16:20.500Z] v3.1.0-dev.21 [2024-10-28T04:16:20.500Z] v3.1.0-dev.22 [2024-10-28T04:16:20.500Z] v3.1.0-dev.23 [2024-10-28T04:16:20.500Z] v3.1.0-dev.24 [2024-10-28T04:16:20.500Z] v3.1.0-dev.25 [2024-10-28T04:16:20.500Z] v3.1.0-dev.26 [2024-10-28T04:16:20.500Z] v3.1.0-dev.27 [2024-10-28T04:16:20.500Z] v3.1.0-dev.28 [2024-10-28T04:16:20.500Z] v3.1.0-dev.29 [2024-10-28T04:16:20.500Z] v3.1.0-dev.3 [2024-10-28T04:16:20.500Z] v3.1.0-dev.30 [2024-10-28T04:16:20.500Z] v3.1.0-dev.31 [2024-10-28T04:16:20.500Z] v3.1.0-dev.32 [2024-10-28T04:16:20.500Z] v3.1.0-dev.33 [2024-10-28T04:16:20.500Z] v3.1.0-dev.34 [2024-10-28T04:16:20.500Z] v3.1.0-dev.35 [2024-10-28T04:16:20.500Z] v3.1.0-dev.36 [2024-10-28T04:16:20.500Z] v3.1.0-dev.37 [2024-10-28T04:16:20.500Z] v3.1.0-dev.38 [2024-10-28T04:16:20.500Z] v3.1.0-dev.39 [2024-10-28T04:16:20.500Z] v3.1.0-dev.4 [2024-10-28T04:16:20.500Z] v3.1.0-dev.40 [2024-10-28T04:16:20.500Z] v3.1.0-dev.41 [2024-10-28T04:16:20.500Z] v3.1.0-dev.42 [2024-10-28T04:16:20.500Z] v3.1.0-dev.43 [2024-10-28T04:16:20.500Z] v3.1.0-dev.44 [2024-10-28T04:16:20.500Z] v3.1.0-dev.45 [2024-10-28T04:16:20.500Z] v3.1.0-dev.46 [2024-10-28T04:16:20.500Z] v3.1.0-dev.47 [2024-10-28T04:16:20.500Z] v3.1.0-dev.48 [2024-10-28T04:16:20.500Z] v3.1.0-dev.49 [2024-10-28T04:16:20.500Z] v3.1.0-dev.5 [2024-10-28T04:16:20.500Z] v3.1.0-dev.50 [2024-10-28T04:16:20.500Z] v3.1.0-dev.51 [2024-10-28T04:16:20.500Z] v3.1.0-dev.52 [2024-10-28T04:16:20.500Z] v3.1.0-dev.53 [2024-10-28T04:16:20.500Z] v3.1.0-dev.54 [2024-10-28T04:16:20.500Z] v3.1.0-dev.55 [2024-10-28T04:16:20.500Z] v3.1.0-dev.56 [2024-10-28T04:16:20.500Z] v3.1.0-dev.57 [2024-10-28T04:16:20.500Z] v3.1.0-dev.58 [2024-10-28T04:16:20.500Z] v3.1.0-dev.59 [2024-10-28T04:16:20.500Z] v3.1.0-dev.6 [2024-10-28T04:16:20.500Z] v3.1.0-dev.60 [2024-10-28T04:16:20.500Z] v3.1.0-dev.61 [2024-10-28T04:16:20.500Z] v3.1.0-dev.62 [2024-10-28T04:16:20.500Z] v3.1.0-dev.63 [2024-10-28T04:16:20.500Z] v3.1.0-dev.64 [2024-10-28T04:16:20.500Z] v3.1.0-dev.65 [2024-10-28T04:16:20.500Z] v3.1.0-dev.66 [2024-10-28T04:16:20.500Z] v3.1.0-dev.67 [2024-10-28T04:16:20.500Z] v3.1.0-dev.68 [2024-10-28T04:16:20.500Z] v3.1.0-dev.69 [2024-10-28T04:16:20.500Z] v3.1.0-dev.7 [2024-10-28T04:16:20.500Z] v3.1.0-dev.70 [2024-10-28T04:16:20.500Z] v3.1.0-dev.71 [2024-10-28T04:16:20.500Z] v3.1.0-dev.72 [2024-10-28T04:16:20.500Z] v3.1.0-dev.73 [2024-10-28T04:16:20.500Z] v3.1.0-dev.8 [2024-10-28T04:16:20.500Z] v3.1.0-dev.9 [2024-10-28T04:16:20.500Z] v3.1.1 [2024-10-28T04:16:20.500Z] v3.1.1-dev.1 [2024-10-28T04:16:20.500Z] v3.1.1-dev.2 [2024-10-28T04:16:20.500Z] v3.2.0-dev.1 [2024-10-28T04:16:20.500Z] v3.2.0-dev.10 [2024-10-28T04:16:20.500Z] v3.2.0-dev.100 [2024-10-28T04:16:20.500Z] v3.2.0-dev.101 [2024-10-28T04:16:20.500Z] v3.2.0-dev.102 [2024-10-28T04:16:20.500Z] v3.2.0-dev.103 [2024-10-28T04:16:20.500Z] v3.2.0-dev.104 [2024-10-28T04:16:20.500Z] v3.2.0-dev.105 [2024-10-28T04:16:20.500Z] v3.2.0-dev.106 [2024-10-28T04:16:20.500Z] v3.2.0-dev.107 [2024-10-28T04:16:20.500Z] v3.2.0-dev.108 [2024-10-28T04:16:20.500Z] v3.2.0-dev.109 [2024-10-28T04:16:20.500Z] v3.2.0-dev.11 [2024-10-28T04:16:20.500Z] v3.2.0-dev.12 [2024-10-28T04:16:20.500Z] v3.2.0-dev.13 [2024-10-28T04:16:20.500Z] v3.2.0-dev.14 [2024-10-28T04:16:20.500Z] v3.2.0-dev.15 [2024-10-28T04:16:20.500Z] v3.2.0-dev.16 [2024-10-28T04:16:20.500Z] v3.2.0-dev.17 [2024-10-28T04:16:20.500Z] v3.2.0-dev.18 [2024-10-28T04:16:20.500Z] v3.2.0-dev.19 [2024-10-28T04:16:20.500Z] v3.2.0-dev.2 [2024-10-28T04:16:20.500Z] v3.2.0-dev.20 [2024-10-28T04:16:20.500Z] v3.2.0-dev.21 [2024-10-28T04:16:20.500Z] v3.2.0-dev.22 [2024-10-28T04:16:20.500Z] v3.2.0-dev.23 [2024-10-28T04:16:20.500Z] v3.2.0-dev.24 [2024-10-28T04:16:20.500Z] v3.2.0-dev.25 [2024-10-28T04:16:20.500Z] v3.2.0-dev.26 [2024-10-28T04:16:20.500Z] v3.2.0-dev.27 [2024-10-28T04:16:20.500Z] v3.2.0-dev.28 [2024-10-28T04:16:20.500Z] v3.2.0-dev.29 [2024-10-28T04:16:20.501Z] v3.2.0-dev.3 [2024-10-28T04:16:20.501Z] v3.2.0-dev.30 [2024-10-28T04:16:20.501Z] v3.2.0-dev.31 [2024-10-28T04:16:20.501Z] v3.2.0-dev.32 [2024-10-28T04:16:20.501Z] v3.2.0-dev.33 [2024-10-28T04:16:20.501Z] v3.2.0-dev.34 [2024-10-28T04:16:20.501Z] v3.2.0-dev.35 [2024-10-28T04:16:20.501Z] v3.2.0-dev.36 [2024-10-28T04:16:20.501Z] v3.2.0-dev.37 [2024-10-28T04:16:20.501Z] v3.2.0-dev.38 [2024-10-28T04:16:20.501Z] v3.2.0-dev.39 [2024-10-28T04:16:20.501Z] v3.2.0-dev.4 [2024-10-28T04:16:20.501Z] v3.2.0-dev.40 [2024-10-28T04:16:20.501Z] v3.2.0-dev.41 [2024-10-28T04:16:20.501Z] v3.2.0-dev.42 [2024-10-28T04:16:20.501Z] v3.2.0-dev.43 [2024-10-28T04:16:20.501Z] v3.2.0-dev.44 [2024-10-28T04:16:20.501Z] v3.2.0-dev.45 [2024-10-28T04:16:20.501Z] v3.2.0-dev.46 [2024-10-28T04:16:20.501Z] v3.2.0-dev.47 [2024-10-28T04:16:20.501Z] v3.2.0-dev.48 [2024-10-28T04:16:20.501Z] v3.2.0-dev.49 [2024-10-28T04:16:20.501Z] v3.2.0-dev.5 [2024-10-28T04:16:20.501Z] v3.2.0-dev.50 [2024-10-28T04:16:20.501Z] v3.2.0-dev.51 [2024-10-28T04:16:20.501Z] v3.2.0-dev.52 [2024-10-28T04:16:20.501Z] v3.2.0-dev.53 [2024-10-28T04:16:20.501Z] v3.2.0-dev.54 [2024-10-28T04:16:20.501Z] v3.2.0-dev.55 [2024-10-28T04:16:20.501Z] v3.2.0-dev.56 [2024-10-28T04:16:20.501Z] v3.2.0-dev.57 [2024-10-28T04:16:20.501Z] v3.2.0-dev.58 [2024-10-28T04:16:20.501Z] v3.2.0-dev.59 [2024-10-28T04:16:20.501Z] v3.2.0-dev.6 [2024-10-28T04:16:20.501Z] v3.2.0-dev.60 [2024-10-28T04:16:20.501Z] v3.2.0-dev.61 [2024-10-28T04:16:20.501Z] v3.2.0-dev.62 [2024-10-28T04:16:20.501Z] v3.2.0-dev.63 [2024-10-28T04:16:20.501Z] v3.2.0-dev.64 [2024-10-28T04:16:20.501Z] v3.2.0-dev.65 [2024-10-28T04:16:20.501Z] v3.2.0-dev.66 [2024-10-28T04:16:20.501Z] v3.2.0-dev.67 [2024-10-28T04:16:20.501Z] v3.2.0-dev.68 [2024-10-28T04:16:20.501Z] v3.2.0-dev.69 [2024-10-28T04:16:20.501Z] v3.2.0-dev.7 [2024-10-28T04:16:20.501Z] v3.2.0-dev.70 [2024-10-28T04:16:20.501Z] v3.2.0-dev.71 [2024-10-28T04:16:20.501Z] v3.2.0-dev.72 [2024-10-28T04:16:20.501Z] v3.2.0-dev.73 [2024-10-28T04:16:20.501Z] v3.2.0-dev.74 [2024-10-28T04:16:20.501Z] v3.2.0-dev.75 [2024-10-28T04:16:20.501Z] v3.2.0-dev.76 [2024-10-28T04:16:20.501Z] v3.2.0-dev.77 [2024-10-28T04:16:20.501Z] v3.2.0-dev.78 [2024-10-28T04:16:20.501Z] v3.2.0-dev.79 [2024-10-28T04:16:20.501Z] v3.2.0-dev.8 [2024-10-28T04:16:20.501Z] v3.2.0-dev.80 [2024-10-28T04:16:20.501Z] v3.2.0-dev.81 [2024-10-28T04:16:20.501Z] v3.2.0-dev.82 [2024-10-28T04:16:20.501Z] v3.2.0-dev.83 [2024-10-28T04:16:20.501Z] v3.2.0-dev.84 [2024-10-28T04:16:20.501Z] v3.2.0-dev.85 [2024-10-28T04:16:20.501Z] v3.2.0-dev.86 [2024-10-28T04:16:20.501Z] v3.2.0-dev.87 [2024-10-28T04:16:20.501Z] v3.2.0-dev.88 [2024-10-28T04:16:20.501Z] v3.2.0-dev.89 [2024-10-28T04:16:20.501Z] v3.2.0-dev.9 [2024-10-28T04:16:20.501Z] v3.2.0-dev.90 [2024-10-28T04:16:20.501Z] v3.2.0-dev.91 [2024-10-28T04:16:20.501Z] v3.2.0-dev.92 [2024-10-28T04:16:20.501Z] v3.2.0-dev.93 [2024-10-28T04:16:20.501Z] v3.2.0-dev.94 [2024-10-28T04:16:20.501Z] v3.2.0-dev.95 [2024-10-28T04:16:20.501Z] v3.2.0-dev.96 [2024-10-28T04:16:20.501Z] v3.2.0-dev.97 [2024-10-28T04:16:20.501Z] v3.2.0-dev.98 [2024-10-28T04:16:20.501Z] v3.2.0-dev.99 [2024-10-28T04:16:20.501Z] v4.0.0-dev.1 [2024-10-28T04:16:20.501Z] v4.0.0-dev.2 [2024-10-28T04:16:20.501Z] v4.0.0-dev.3 [2024-10-28T04:16:20.501Z] v4.0.0-dev.4 [Pipeline] sh [2024-10-28T04:16:20.796Z] + lftools sign git-tag v4.0.0-dev.4 [2024-10-28T04:16:21.486Z] Signing Git tag with Sigul... [2024-10-28T04:16:21.486Z] Signing v4.0.0-dev.4 [Pipeline] echo [2024-10-28T04:16:21.759Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:22.061Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-28T04:16:22.067Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-28T04:16:22.074Z] $ docker stop --time=1 b87b9305ab921b132e7752caa34e1189da00b911cfc097f5a91f9a522239303e [2024-10-28T04:16:23.388Z] $ docker rm -f --volumes b87b9305ab921b132e7752caa34e1189da00b911cfc097f5a91f9a522239303e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-28T04:16:23.849Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-28T04:16:23.849Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:16:24.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-28T04:16:24.152Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T04:16:24.225Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T04:16:24.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T04:16:24.567Z] $ docker top 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 -eo pid,comm [2024-10-28T04:16:24.633Z] 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-10-28T04:16:24.633Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-28T04:16:24.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-28T04:16:24.709Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-28T04:16:24.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-28T04:16:24.803Z] $ docker exec 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 ssh-agent [2024-10-28T04:16:24.927Z] SSH_AUTH_SOCK=/tmp/ssh-i1xUZ4IliUzV/agent.31 [2024-10-28T04:16:24.927Z] SSH_AGENT_PID=37 [2024-10-28T04:16:24.932Z] Running ssh-add (command line suppressed) [2024-10-28T04:16:25.006Z] Identity added: /w/workspace/edgex-go/737@tmp/private_key_12061592155500692512.key (/w/workspace/edgex-go/737@tmp/private_key_12061592155500692512.key) [2024-10-28T04:16:25.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-28T04:16:25.335Z] + git semver bump pre [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,493 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,494 [bump_version] DEBUG bumping version:4.0.0-dev.4 on axis:pre with prefix:dev [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,494 [bump_version] DEBUG bumped version:4.0.0-dev.5 [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,494 [write_version] DEBUG write version:4.0.0-dev.5 to path:/w/workspace/edgex-go/737/.semver/main with force:True [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,494 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,494 [write_file] DEBUG write to file:/w/workspace/edgex-go/737/.semver/main [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,496 [execute] INFO git cat-file --batch-check [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,497 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=) [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,502 [execute] INFO git cat-file --batch [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,502 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=) [2024-10-28T04:16:25.596Z] 2024-10-28 04:16:25,509 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T04:16:25.596Z] 4.0.0-dev.5 [Pipeline] } [2024-10-28T04:16:25.586Z] $ docker exec --env ******** --env ******** 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 ssh-agent -k [2024-10-28T04:16:25.683Z] unset SSH_AUTH_SOCK; [2024-10-28T04:16:25.683Z] unset SSH_AGENT_PID; [2024-10-28T04:16:25.683Z] echo Agent pid 37 killed; [2024-10-28T04:16:25.714Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-28T04:16:26.034Z] + git semver [Pipeline] } [2024-10-28T04:16:26.291Z] $ docker stop --time=1 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 [2024-10-28T04:16:27.586Z] $ docker rm -f --volumes 834be0e0712c58b2bd03b75914aa40b3fcb83fbfd3bb00c5694f8b97e09c18c9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-28T04:16:27.966Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-28T04:16:27.966Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:16:28.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-28T04:16:28.275Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T04:16:28.348Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T04:16:28.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T04:16:28.688Z] $ docker top 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 -eo pid,comm [2024-10-28T04:16:28.756Z] 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-10-28T04:16:28.756Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-28T04:16:28.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-28T04:16:28.821Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-28T04:16:28.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-28T04:16:28.915Z] $ docker exec 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 ssh-agent [2024-10-28T04:16:29.054Z] SSH_AUTH_SOCK=/tmp/ssh-Z7HwSuSfrhA0/agent.32 [2024-10-28T04:16:29.054Z] SSH_AGENT_PID=38 [2024-10-28T04:16:29.058Z] Running ssh-add (command line suppressed) [2024-10-28T04:16:29.149Z] Identity added: /w/workspace/edgex-go/737@tmp/private_key_7820787645310149690.key (/w/workspace/edgex-go/737@tmp/private_key_7820787645310149690.key) [2024-10-28T04:16:29.182Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-28T04:16:29.470Z] + git semver push [2024-10-28T04:16:30.062Z] 2024-10-28 04:16:29,760 [run_push] DEBUG push [2024-10-28T04:16:30.062Z] 2024-10-28 04:16:29,761 [execute] INFO git cat-file --batch-check [2024-10-28T04:16:30.062Z] 2024-10-28 04:16:29,762 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=) [2024-10-28T04:16:30.062Z] 2024-10-28 04:16:29,766 [execute] INFO git rev-list 389c027ec091c0ed3fb0c49267334df816c16048 -- [2024-10-28T04:16:30.062Z] 2024-10-28 04:16:29,767 [execute] DEBUG Popen(['git', 'rev-list', '389c027ec091c0ed3fb0c49267334df816c16048', '--'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-28T04:16:30.062Z] 2024-10-28 04:16:29,785 [execute] INFO git fetch -v origin [2024-10-28T04:16:30.062Z] 2024-10-28 04:16:29,785 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-28T04:16:30.323Z] 2024-10-28 04:16:30,228 [run_push] DEBUG no remote changes detected [2024-10-28T04:16:30.323Z] 2024-10-28 04:16:30,229 [execute] INFO git push origin semver [2024-10-28T04:16:30.323Z] 2024-10-28 04:16:30,229 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/737/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-28T04:16:31.268Z] 2024-10-28 04:16:30,918 [run_push] DEBUG push all version tags [2024-10-28T04:16:31.268Z] 2024-10-28 04:16:30,920 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-28T04:16:31.268Z] 2024-10-28 04:16:30,921 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/737, universal_newlines=False, shell=None, istream=None) [2024-10-28T04:16:31.836Z] 2024-10-28 04:16:31,576 [read_version] DEBUG read version from /w/workspace/edgex-go/737/.semver/main [2024-10-28T04:16:31.836Z] 4.0.0-dev.5 [Pipeline] } [2024-10-28T04:16:31.824Z] $ docker exec --env ******** --env ******** 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 ssh-agent -k [2024-10-28T04:16:31.933Z] unset SSH_AUTH_SOCK; [2024-10-28T04:16:31.934Z] unset SSH_AGENT_PID; [2024-10-28T04:16:31.934Z] echo Agent pid 38 killed; [2024-10-28T04:16:31.965Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-28T04:16:32.296Z] + git semver [Pipeline] } [2024-10-28T04:16:32.554Z] $ docker stop --time=1 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 [2024-10-28T04:16:33.818Z] $ docker rm -f --volumes 61dffc512ffd03c9f87d0e23bd7b4355202189016293caa5c6eebaf08315c1b6 [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-10-28T04:16:34.370Z] + [ -d /w/workspace/edgex-go/737/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:34.670Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:35.534Z] ---> package-listing.sh [2024-10-28T04:16:35.534Z] ++ facter osfamily [2024-10-28T04:16:35.534Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-28T04:16:35.796Z] + OS_FAMILY=debian [2024-10-28T04:16:35.796Z] + workspace=/w/workspace/edgex-go/737 [2024-10-28T04:16:35.796Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-28T04:16:35.796Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-28T04:16:35.796Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-28T04:16:35.796Z] + PACKAGES=/tmp/packages_start.txt [2024-10-28T04:16:35.796Z] + '[' /w/workspace/edgex-go/737 ']' [2024-10-28T04:16:35.796Z] + PACKAGES=/tmp/packages_end.txt [2024-10-28T04:16:35.796Z] + case "${OS_FAMILY}" in [2024-10-28T04:16:35.796Z] + dpkg -l [2024-10-28T04:16:35.796Z] + grep '^ii' [2024-10-28T04:16:35.796Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-28T04:16:35.796Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-28T04:16:35.796Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-28T04:16:35.796Z] + '[' /w/workspace/edgex-go/737 ']' [2024-10-28T04:16:35.796Z] + mkdir -p /w/workspace/edgex-go/737/archives/ [2024-10-28T04:16:35.796Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/737/archives/ [Pipeline] echo [2024-10-28T04:16:35.810Z] 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/737/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-28T04:16:36.089Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:16:36.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-28T04:16:36.647Z] [2024-10-28T04:16:36.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-28T04:16:36.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-28T04:16:36.952Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-28T04:16:36.952Z] 5eb5b503b376: Pulling fs layer [2024-10-28T04:16:36.952Z] 5c69ac0246d0: Pulling fs layer [2024-10-28T04:16:36.952Z] ec43610c2a17: Pulling fs layer [2024-10-28T04:16:36.952Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-28T04:16:36.952Z] 33b1e0a273af: Pulling fs layer [2024-10-28T04:16:36.952Z] 5d3b04190fa2: Pulling fs layer [2024-10-28T04:16:36.952Z] 2f39f015ded8: Pulling fs layer [2024-10-28T04:16:36.952Z] 3a2ae6a8a46f: Waiting [2024-10-28T04:16:36.952Z] 5d3b04190fa2: Waiting [2024-10-28T04:16:36.952Z] 33b1e0a273af: Waiting [2024-10-28T04:16:36.952Z] 2f39f015ded8: Waiting [2024-10-28T04:16:36.952Z] 5c69ac0246d0: Verifying Checksum [2024-10-28T04:16:36.952Z] 5c69ac0246d0: Download complete [2024-10-28T04:16:36.952Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-28T04:16:36.952Z] 3a2ae6a8a46f: Download complete [2024-10-28T04:16:36.952Z] 33b1e0a273af: Download complete [2024-10-28T04:16:37.210Z] 5d3b04190fa2: Verifying Checksum [2024-10-28T04:16:37.210Z] 5d3b04190fa2: Download complete [2024-10-28T04:16:37.210Z] ec43610c2a17: Verifying Checksum [2024-10-28T04:16:37.210Z] ec43610c2a17: Download complete [2024-10-28T04:16:37.210Z] 5eb5b503b376: Verifying Checksum [2024-10-28T04:16:37.210Z] 5eb5b503b376: Download complete [2024-10-28T04:16:37.775Z] 2f39f015ded8: Download complete [2024-10-28T04:16:38.712Z] 5eb5b503b376: Pull complete [2024-10-28T04:16:38.712Z] 5c69ac0246d0: Pull complete [2024-10-28T04:16:38.974Z] ec43610c2a17: Pull complete [2024-10-28T04:16:39.238Z] 3a2ae6a8a46f: Pull complete [2024-10-28T04:16:39.498Z] 33b1e0a273af: Pull complete [2024-10-28T04:16:39.498Z] 5d3b04190fa2: Pull complete [2024-10-28T04:16:43.687Z] 2f39f015ded8: Pull complete [2024-10-28T04:16:43.687Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-28T04:16:43.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-28T04:16:43.687Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-28T04:16:43.783Z] prd-ubuntu20.04-docker-8c-8g-23888 does not seem to be running inside a container [2024-10-28T04:16:43.795Z] $ 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/737/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/737 -v /w/workspace/edgex-go/737:/w/workspace/edgex-go/737:rw,z -v /w/workspace/edgex-go/737@tmp:/w/workspace/edgex-go/737@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-10-28T04:16:48.541Z] $ docker top 649a66315f1214efa965562ea31785e5fbb7a7fdac7b710c3e095457a342fba0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-28T04:16:48.919Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-28T04:16:49.206Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-28T04:16:49.493Z] + ls /var/log/sa-host [2024-10-28T04:16:49.493Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-28T04:16:49.579Z] provisioning config files... [2024-10-28T04:16:49.591Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/737@tmp/config15697947356736753282tmp [Pipeline] { [Pipeline] echo [2024-10-28T04:16:49.610Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:49.899Z] ---> create-netrc.sh [Pipeline] } [2024-10-28T04:16:49.907Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:50.242Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-28T04:16:50.253Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:50.539Z] ---> sudo-logs.sh [2024-10-28T04:16:50.539Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-28T04:16:50.568Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:50.852Z] ---> job-cost.sh [2024-10-28T04:16:50.852Z] lf-activate-venv: SKIPPING [2024-10-28T04:16:50.852Z] DEBUG: total: 0.10999999940395355 [2024-10-28T04:16:50.852Z] INFO: Retrieving Stack Cost... [2024-10-28T04:16:51.112Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-28T04:16:51.682Z] INFO: Archiving Costs [Pipeline] echo [2024-10-28T04:16:51.699Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-28T04:16:51.983Z] ---> logs-deploy.sh [2024-10-28T04:16:51.983Z] lf-activate-venv: SKIPPING [2024-10-28T04:16:51.983Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/737 [2024-10-28T04:16:51.983Z] INFO: archiving workspace using pattern(s): [2024-10-28T04:16:52.926Z] Archives upload complete. [2024-10-28T04:16:52.926Z] INFO: archiving logs to Nexus