Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 239ef15ab24daf2ea0f6ddd51cd241359830100f 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-ssh3023434069962725729.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16629073549816721277.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12380168478074012519.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2336561615380998181.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-ssh5063168295751885153.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-915’ is offline Running on prd-ubuntu20.04-docker-8c-8g-918 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/641 [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/641 # 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 > 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 Avoid second fetch Checking out Revision 239ef15ab24daf2ea0f6ddd51cd241359830100f (main) Commit message: "Merge pull request #4786 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.2.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 239ef15ab24daf2ea0f6ddd51cd241359830100f # timeout=10 > git rev-list --no-walk c31cd9eb7015f09c4a21cf57bf0b40645aaa1bb4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-05-28T05:17:53.615Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-05-28T05:17:53.686Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-05-28T05:17:53.711Z] ========================================================= [2024-05-28T05:17:53.711Z] EdgeX Global Pipelines Version Info [2024-05-28T05:17:53.711Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:17:54.435Z] ------------------- [2024-05-28T05:17:54.435Z] stable info: [2024-05-28T05:17:54.435Z] ------------------- [2024-05-28T05:17:54.435Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-28T05:17:54.435Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-05-28T05:17:54.435Z] Message: update stable to v1.0.260 [2024-05-28T05:17:55.006Z] ------------------- [2024-05-28T05:17:55.006Z] experimental info: [2024-05-28T05:17:55.006Z] ------------------- [2024-05-28T05:17:55.006Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-05-28T05:17:55.006Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-05-28T05:17:55.006Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-05-28T05:17:55.093Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-05-28T05:17:55.118Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-05-28T05:17:55.143Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-05-28T05:17:55.162Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-05-28T05:17:55.184Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-05-28T05:17:55.212Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-05-28T05:17:55.238Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-05-28T05:17:55.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-05-28T05:17:55.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-05-28T05:17:55.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-05-28T05:17:55.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-05-28T05:17:55.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-05-28T05:17:55.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-05-28T05:17:55.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-05-28T05:17:55.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-05-28T05:17:55.442Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-05-28T05:17:55.461Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-05-28T05:17:55.485Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-05-28T05:17:55.502Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-05-28T05:17:55.526Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-05-28T05:17:55.554Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-05-28T05:17:55.581Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-05-28T05:17:55.601Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-05-28T05:17:55.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-05-28T05:17:55.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-05-28T05:17:55.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-05-28T05:17:55.686Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] echo [2024-05-28T05:17:55.709Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 239ef15 [Pipeline] echo [2024-05-28T05:17:55.728Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-28T05:17:55.788Z] provisioning config files... [2024-05-28T05:17:55.804Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config18439249176369628540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:17:56.134Z] ---> ****-login.sh [2024-05-28T05:17:56.134Z] nexus3.edgexfoundry.org:10001 [2024-05-28T05:17:56.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:17:56.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:17:56.393Z] Configure a credential helper to remove this warning. See [2024-05-28T05:17:56.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:17:56.393Z] [2024-05-28T05:17:56.393Z] Login Succeeded [2024-05-28T05:17:56.393Z] nexus3.edgexfoundry.org:10002 [2024-05-28T05:17:56.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:17:56.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:17:56.394Z] Configure a credential helper to remove this warning. See [2024-05-28T05:17:56.394Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:17:56.394Z] [2024-05-28T05:17:56.394Z] Login Succeeded [2024-05-28T05:17:56.394Z] nexus3.edgexfoundry.org:10003 [2024-05-28T05:17:56.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:17:56.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:17:56.655Z] Configure a credential helper to remove this warning. See [2024-05-28T05:17:56.655Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:17:56.655Z] [2024-05-28T05:17:56.655Z] Login Succeeded [2024-05-28T05:17:56.655Z] nexus3.edgexfoundry.org:10004 [2024-05-28T05:17:56.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:17:56.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:17:56.655Z] Configure a credential helper to remove this warning. See [2024-05-28T05:17:56.655Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:17:56.655Z] [2024-05-28T05:17:56.655Z] Login Succeeded [2024-05-28T05:17:56.655Z] ****.io [2024-05-28T05:17:56.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:17:57.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:17:57.488Z] Configure a credential helper to remove this warning. See [2024-05-28T05:17:57.488Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:17:57.488Z] [2024-05-28T05:17:57.488Z] Login Succeeded [2024-05-28T05:17:57.488Z] ---> ****-login.sh ends [Pipeline] } [2024-05-28T05:17:57.496Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-28T05:17:57.826Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/core-command/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo core-command,cmd/core-command/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-05-28T05:17:57.826Z] + + cut -d/dirname -f2 cmd/core-data/Dockerfile [2024-05-28T05:17:57.826Z] [2024-05-28T05:17:57.826Z] + echo core-data,cmd/core-data/Dockerfile [2024-05-28T05:17:57.826Z] + + dirnamecut cmd/core-metadata/Dockerfile -d/ [2024-05-28T05:17:57.826Z] -f2 [2024-05-28T05:17:57.826Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-05-28T05:17:57.826Z] + + dirname cmd/security-bootstrapper/Dockerfilecut [2024-05-28T05:17:57.826Z] -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-05-28T05:17:57.826Z] + dirname+ cmd/security-proxy-setup/Dockerfile [2024-05-28T05:17:57.826Z] cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-05-28T05:17:57.826Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-05-28T05:17:57.826Z] cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/security-spire-agent/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/security-spire-config/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/security-spire-server/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/support-notifications/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-05-28T05:17:57.826Z] + dirname cmd/support-scheduler/Dockerfile [2024-05-28T05:17:57.826Z] + cut -d/ -f2 [2024-05-28T05:17:57.826Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-05-28T05:17:57.859Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-05-28T05:17:58.242Z] + git rev-list -1 --merges 239ef15ab24daf2ea0f6ddd51cd241359830100f~1..239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] echo [2024-05-28T05:17:58.253Z] -----------> git rev-list -1 --merges 239ef15ab24daf2ea0f6ddd51cd241359830100f~1..239ef15ab24daf2ea0f6ddd51cd241359830100f 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:17:58.253Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [false] [Pipeline] sh [2024-05-28T05:17:58.543Z] + git log --format=format:%s -1 239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] echo [2024-05-28T05:17:58.559Z] ========================================================= [2024-05-28T05:17:58.559Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-05-28T05:17:58.559Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-05-28T05:17:58.992Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-28T05:17:58.992Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-05-28T05:17:58.992Z] + [ -e /tmp/ssh_known_hosts ] [2024-05-28T05:17:58.992Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-05-28T05:17:58.992Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-05-28T05:17:58.992Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-05-28T05:17:58.992Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:17:59.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T05:17:59.450Z] [2024-05-28T05:17:59.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:17:59.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T05:17:59.759Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-05-28T05:17:59.759Z] b85a868b505f: Pulling fs layer [2024-05-28T05:17:59.759Z] e2be974225ed: Pulling fs layer [2024-05-28T05:17:59.759Z] 339a4e72a1f5: Pulling fs layer [2024-05-28T05:17:59.759Z] 988bab9f4d93: Pulling fs layer [2024-05-28T05:17:59.759Z] 1469e6f7b9e6: Pulling fs layer [2024-05-28T05:17:59.759Z] eaf3925da568: Pulling fs layer [2024-05-28T05:17:59.759Z] bab4dde63d76: Pulling fs layer [2024-05-28T05:17:59.759Z] bde34c3a00c8: Pulling fs layer [2024-05-28T05:17:59.759Z] b352a97aabf1: Pulling fs layer [2024-05-28T05:17:59.759Z] 4872d77fe225: Pulling fs layer [2024-05-28T05:17:59.759Z] 5851b861e8e6: Pulling fs layer [2024-05-28T05:17:59.759Z] bab4dde63d76: Waiting [2024-05-28T05:17:59.759Z] 1469e6f7b9e6: Waiting [2024-05-28T05:17:59.759Z] b352a97aabf1: Waiting [2024-05-28T05:17:59.759Z] 4872d77fe225: Waiting [2024-05-28T05:17:59.759Z] bde34c3a00c8: Waiting [2024-05-28T05:17:59.759Z] 5851b861e8e6: Waiting [2024-05-28T05:17:59.759Z] 988bab9f4d93: Waiting [2024-05-28T05:17:59.759Z] eaf3925da568: Waiting [2024-05-28T05:17:59.759Z] e2be974225ed: Download complete [2024-05-28T05:17:59.759Z] 988bab9f4d93: Verifying Checksum [2024-05-28T05:17:59.759Z] 988bab9f4d93: Download complete [2024-05-28T05:17:59.759Z] 1469e6f7b9e6: Verifying Checksum [2024-05-28T05:17:59.759Z] 1469e6f7b9e6: Download complete [2024-05-28T05:17:59.759Z] eaf3925da568: Verifying Checksum [2024-05-28T05:17:59.759Z] eaf3925da568: Download complete [2024-05-28T05:18:00.020Z] 339a4e72a1f5: Verifying Checksum [2024-05-28T05:18:00.020Z] 339a4e72a1f5: Download complete [2024-05-28T05:18:00.020Z] bde34c3a00c8: Verifying Checksum [2024-05-28T05:18:00.020Z] bde34c3a00c8: Download complete [2024-05-28T05:18:00.020Z] b352a97aabf1: Download complete [2024-05-28T05:18:00.020Z] 4872d77fe225: Verifying Checksum [2024-05-28T05:18:00.020Z] 4872d77fe225: Download complete [2024-05-28T05:18:00.020Z] b85a868b505f: Verifying Checksum [2024-05-28T05:18:00.020Z] b85a868b505f: Download complete [2024-05-28T05:18:00.279Z] bab4dde63d76: Verifying Checksum [2024-05-28T05:18:00.279Z] bab4dde63d76: Download complete [2024-05-28T05:18:01.220Z] b85a868b505f: Pull complete [2024-05-28T05:18:01.220Z] e2be974225ed: Pull complete [2024-05-28T05:18:01.793Z] 339a4e72a1f5: Pull complete [2024-05-28T05:18:01.793Z] 988bab9f4d93: Pull complete [2024-05-28T05:18:02.052Z] 1469e6f7b9e6: Pull complete [2024-05-28T05:18:02.052Z] eaf3925da568: Pull complete [2024-05-28T05:18:03.433Z] bab4dde63d76: Pull complete [2024-05-28T05:18:03.696Z] bde34c3a00c8: Pull complete [2024-05-28T05:18:03.696Z] b352a97aabf1: Pull complete [2024-05-28T05:18:03.696Z] 4872d77fe225: Pull complete [2024-05-28T05:18:03.955Z] 5851b861e8e6: Pull complete [2024-05-28T05:18:03.955Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-05-28T05:18:03.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T05:18:03.955Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:18:04.108Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:18:04.144Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:18:07.059Z] $ docker top f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb -eo pid,comm [2024-05-28T05:18:07.115Z] 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-05-28T05:18:07.115Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-28T05:18:07.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-28T05:18:07.169Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-28T05:18:07.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-28T05:18:07.286Z] $ docker exec f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent [2024-05-28T05:18:07.387Z] SSH_AUTH_SOCK=/tmp/ssh-DPJr633eGpZ0/agent.32 [2024-05-28T05:18:07.387Z] SSH_AGENT_PID=38 [2024-05-28T05:18:07.395Z] Running ssh-add (command line suppressed) [2024-05-28T05:18:07.495Z] Identity added: /w/workspace/edgex-go/641@tmp/private_key_18231966235602969987.key (/w/workspace/edgex-go/641@tmp/private_key_18231966235602969987.key) [2024-05-28T05:18:07.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-28T05:18:07.801Z] + git tag --points-at HEAD [Pipeline] } [2024-05-28T05:18:07.815Z] $ docker exec --env ******** --env ******** f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent -k [2024-05-28T05:18:07.913Z] unset SSH_AUTH_SOCK; [2024-05-28T05:18:07.913Z] unset SSH_AGENT_PID; [2024-05-28T05:18:07.913Z] echo Agent pid 38 killed; [2024-05-28T05:18:07.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-05-28T05:18:07.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-28T05:18:07.958Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-28T05:18:08.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-28T05:18:08.078Z] $ docker exec f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent [2024-05-28T05:18:08.189Z] SSH_AUTH_SOCK=/tmp/ssh-ZO2ynzXzvQj3/agent.72 [2024-05-28T05:18:08.189Z] SSH_AGENT_PID=78 [2024-05-28T05:18:08.194Z] Running ssh-add (command line suppressed) [2024-05-28T05:18:08.306Z] Identity added: /w/workspace/edgex-go/641@tmp/private_key_4752444051332249162.key (/w/workspace/edgex-go/641@tmp/private_key_4752444051332249162.key) [2024-05-28T05:18:08.322Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-28T05:18:08.614Z] + git semver init [2024-05-28T05:18:08.875Z] 2024-05-28 05:18:08,811 [run_init] DEBUG init version:0.0.0 force:False [2024-05-28T05:18:08.875Z] 2024-05-28 05:18:08,812 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/641/.semver [2024-05-28T05:18:08.875Z] 2024-05-28 05:18:08,813 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/641/.semver [2024-05-28T05:18:08.875Z] 2024-05-28 05:18:08,813 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/641/.semver'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=None) [2024-05-28T05:18:15.450Z] 2024-05-28 05:18:14,356 [append_file] DEBUG append to file:/w/workspace/edgex-go/641/.git/info/exclude [2024-05-28T05:18:15.450Z] 2024-05-28 05:18:14,357 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/641/.semver/main with force:False [2024-05-28T05:18:15.450Z] 2024-05-28 05:18:14,357 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:18:15.450Z] 2024-05-28 05:18:14,357 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:18:15.450Z] 3.2.0-dev.23 [Pipeline] } [2024-05-28T05:18:15.463Z] $ docker exec --env ******** --env ******** f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb ssh-agent -k [2024-05-28T05:18:15.555Z] unset SSH_AUTH_SOCK; [2024-05-28T05:18:15.556Z] unset SSH_AGENT_PID; [2024-05-28T05:18:15.556Z] echo Agent pid 78 killed; [2024-05-28T05:18:15.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-28T05:18:15.887Z] + git semver [Pipeline] } [2024-05-28T05:18:16.164Z] $ docker stop --time=1 f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb [2024-05-28T05:18:17.464Z] $ docker rm -f --volumes f8183ad6e4f54c793a62e73ad74dbb7d1aec192f4985f49452e5178ec06c99cb [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-28T05:18:17.806Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-05-28T05:18:18.043Z] Stashed 1 file(s) [Pipeline] echo [2024-05-28T05:18:18.046Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.23 [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-05-28T05:18:18.489Z] + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] echo [2024-05-28T05:18:18.504Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-28T05:18:18.521Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-28T05:18:18.538Z] ========================================================= [2024-05-28T05:18:18.538Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-05-28T05:18:18.538Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-05-28T05:18:18.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-28T05:18:18.826Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-05-28T05:18:18.826Z] 619be1103602: Pulling fs layer [2024-05-28T05:18:18.826Z] 7862e08f4a3e: Pulling fs layer [2024-05-28T05:18:18.826Z] 5df492c9dc93: Pulling fs layer [2024-05-28T05:18:18.826Z] 7629e6793208: Pulling fs layer [2024-05-28T05:18:18.826Z] 4f4fb700ef54: Pulling fs layer [2024-05-28T05:18:18.826Z] fb5054dd5b73: Pulling fs layer [2024-05-28T05:18:18.826Z] eeca6798cff9: Pulling fs layer [2024-05-28T05:18:18.826Z] aa269ceb94a6: Pulling fs layer [2024-05-28T05:18:18.826Z] ada007ff1a6a: Pulling fs layer [2024-05-28T05:18:18.826Z] 7629e6793208: Waiting [2024-05-28T05:18:18.826Z] 4f4fb700ef54: Waiting [2024-05-28T05:18:18.826Z] fb5054dd5b73: Waiting [2024-05-28T05:18:18.826Z] eeca6798cff9: Waiting [2024-05-28T05:18:18.826Z] aa269ceb94a6: Waiting [2024-05-28T05:18:18.826Z] ada007ff1a6a: Waiting [2024-05-28T05:18:18.826Z] 7862e08f4a3e: Verifying Checksum [2024-05-28T05:18:18.826Z] 7862e08f4a3e: Download complete [2024-05-28T05:18:18.826Z] 7629e6793208: Download complete [2024-05-28T05:18:18.826Z] 4f4fb700ef54: Verifying Checksum [2024-05-28T05:18:18.826Z] 4f4fb700ef54: Download complete [2024-05-28T05:18:18.826Z] fb5054dd5b73: Verifying Checksum [2024-05-28T05:18:18.826Z] fb5054dd5b73: Download complete [2024-05-28T05:18:18.826Z] 619be1103602: Verifying Checksum [2024-05-28T05:18:18.826Z] 619be1103602: Download complete [2024-05-28T05:18:18.826Z] eeca6798cff9: Verifying Checksum [2024-05-28T05:18:18.826Z] eeca6798cff9: Download complete [2024-05-28T05:18:19.085Z] 619be1103602: Pull complete [2024-05-28T05:18:19.085Z] ada007ff1a6a: Verifying Checksum [2024-05-28T05:18:19.085Z] ada007ff1a6a: Download complete [2024-05-28T05:18:19.085Z] 7862e08f4a3e: Pull complete [2024-05-28T05:18:19.344Z] 5df492c9dc93: Verifying Checksum [2024-05-28T05:18:19.344Z] 5df492c9dc93: Download complete [2024-05-28T05:18:19.603Z] aa269ceb94a6: Verifying Checksum [2024-05-28T05:18:19.603Z] aa269ceb94a6: Download complete [2024-05-28T05:18:22.135Z] 5df492c9dc93: Pull complete [2024-05-28T05:18:22.135Z] 7629e6793208: Pull complete [2024-05-28T05:18:22.135Z] 4f4fb700ef54: Pull complete [2024-05-28T05:18:22.394Z] fb5054dd5b73: Pull complete [2024-05-28T05:18:22.394Z] eeca6798cff9: Pull complete [2024-05-28T05:18:24.929Z] aa269ceb94a6: Pull complete [2024-05-28T05:18:25.498Z] ada007ff1a6a: Pull complete [2024-05-28T05:18:25.498Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-05-28T05:18:25.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-28T05:18:25.498Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-05-28T05:18:25.797Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-28T05:18:25.797Z] WORKDIR /edgex [2024-05-28T05:18:25.797Z] COPY go.mod . [2024-05-28T05:18:25.797Z] RUN go mod download build [2024-05-28T05:18:25.797Z] -t ci-base-image-x86_64 -f - . [2024-05-28T05:18:26.364Z] Sending build context to Docker daemon 178.3MB [2024-05-28T05:18:26.364Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-05-28T05:18:26.364Z] ---> f489d0715acc [2024-05-28T05:18:26.364Z] Step 2/4 : WORKDIR /edgex [2024-05-28T05:18:32.938Z] ---> Running in 140d6ed753a8 [2024-05-28T05:18:32.938Z] Removing intermediate container 140d6ed753a8 [2024-05-28T05:18:32.938Z] ---> 08d2df7e3083 [2024-05-28T05:18:32.938Z] Step 3/4 : COPY go.mod . [2024-05-28T05:18:32.938Z] ---> 51a8aa1e0c2f [2024-05-28T05:18:32.938Z] Step 4/4 : RUN go mod download [2024-05-28T05:18:32.938Z] ---> Running in f5dee1e80fdc [2024-05-28T05:18:33.158Z] Still waiting to schedule task [2024-05-28T05:18:33.158Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-916’ is offline [2024-05-28T05:18:59.522Z] Removing intermediate container f5dee1e80fdc [2024-05-28T05:18:59.522Z] ---> f6246d9fdec1 [2024-05-28T05:18:59.522Z] Successfully built f6246d9fdec1 [2024-05-28T05:18:59.522Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:18:59.831Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-28T05:18:59.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:18:59.914Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:18:59.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:19:00.432Z] $ docker top 04d8959eb5a5c5d2cfc8ff014f09b9652f5d7ba9d5f0c0232a660b372e14d922 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-28T05:19:00.774Z] + go version [2024-05-28T05:19:00.774Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-05-28T05:19:00.788Z] $ docker stop --time=1 04d8959eb5a5c5d2cfc8ff014f09b9652f5d7ba9d5f0c0232a660b372e14d922 [2024-05-28T05:19:02.072Z] $ docker rm -f --volumes 04d8959eb5a5c5d2cfc8ff014f09b9652f5d7ba9d5f0c0232a660b372e14d922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:19:02.497Z] + docker inspect -f . ci-base-image-x86_64 [2024-05-28T05:19:02.497Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:19:02.575Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:19:02.607Z] $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:19:02.960Z] $ docker top dc767cb7f5f01c4b684d89217ea2e1d3606adb90f36fe0b7ec2aea8f616f1fab -eo pid,comm [Pipeline] { [Pipeline] echo [2024-05-28T05:19:03.102Z] ========================================================= [2024-05-28T05:19:03.102Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-05-28T05:19:03.102Z] ========================================================= [Pipeline] sh [2024-05-28T05:19:03.391Z] + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] fileExists [Pipeline] sh [2024-05-28T05:19:03.689Z] + make test [2024-05-28T05:19:03.690Z] go test -race -coverprofile=coverage.out ./... [2024-05-28T05:19:11.813Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-05-28T05:19:50.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.060s coverage: 28.7% of statements [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-05-28T05:19:50.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-05-28T05:19:50.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.056s coverage: 97.0% of statements [2024-05-28T05:19:50.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-05-28T05:19:50.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-05-28T05:19:51.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-05-28T05:19:51.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-05-28T05:19:51.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-05-28T05:19:51.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-05-28T05:19:51.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-05-28T05:19:52.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-05-28T05:19:52.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-05-28T05:19:54.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.237s coverage: 69.2% of statements [2024-05-28T05:19:54.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.086s coverage: 53.2% of statements [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-05-28T05:19:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-05-28T05:19:55.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.135s coverage: 93.4% of statements [2024-05-28T05:19:55.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.054s coverage: 6.1% of statements [2024-05-28T05:19:56.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.387s coverage: 97.6% of statements [2024-05-28T05:19:56.178Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.046s coverage: 72.2% of statements [2024-05-28T05:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-05-28T05:19:56.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-05-28T05:19:57.372Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.080s coverage: 0.9% of statements [2024-05-28T05:19:57.372Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.058s coverage: 32.2% of statements [2024-05-28T05:19:57.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.045s coverage: 41.7% of statements [2024-05-28T05:19:57.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements [2024-05-28T05:19:57.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.042s coverage: 94.1% of statements [2024-05-28T05:19:58.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.298s coverage: 96.3% of statements [2024-05-28T05:19:58.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.044s coverage: 87.5% of statements [2024-05-28T05:19:58.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-05-28T05:19:58.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-05-28T05:19:58.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-05-28T05:19:58.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-05-28T05:19:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-05-28T05:19:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-05-28T05:19:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-05-28T05:19:58.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-05-28T05:19:59.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-05-28T05:19:59.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-05-28T05:19:59.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-05-28T05:19:59.921Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-05-28T05:20:00.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-05-28T05:20:00.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-05-28T05:20:01.059Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-05-28T05:20:02.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-05-28T05:20:03.005Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-05-28T05:20:04.384Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-05-28T05:20:04.384Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-05-28T05:20:06.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-05-28T05:20:06.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-05-28T05:20:06.920Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-05-28T05:20:08.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-05-28T05:20:08.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-05-28T05:20:08.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-05-28T05:20:08.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-05-28T05:20:08.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-05-28T05:20:08.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-05-28T05:20:08.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-05-28T05:20:09.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2024-05-28T05:20:10.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-05-28T05:20:10.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-05-28T05:20:10.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-05-28T05:20:10.050Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-05-28T05:20:11.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-05-28T05:20:11.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-05-28T05:20:11.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-05-28T05:20:11.423Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-05-28T05:20:11.874Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-919 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-05-28T05:20:11.891Z] Running in /w/workspace/edgex-go/641 [Pipeline] { [Pipeline] checkout [2024-05-28T05:20:12.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-05-28T05:20:12.358Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-05-28T05:20:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-05-28T05:20:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-05-28T05:20:14.993Z] The recommended git tool is: git [2024-05-28T05:20:23.164Z] using credential edgex-jenkins-ssh [2024-05-28T05:20:23.192Z] Cloning the remote Git repository [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.264s coverage: 79.9% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.063s coverage: 92.9% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.076s coverage: 62.3% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.043s coverage: 87.2% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.036s coverage: 20.0% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.034s coverage: 100.0% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.089s coverage: 81.8% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.083s coverage: 82.1% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.043s coverage: 86.0% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.170s coverage: 63.1% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.054s coverage: 100.0% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.014s coverage: 100.0% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.210s coverage: 38.4% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.048s coverage: 89.5% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.041s coverage: 84.8% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 19.9% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.110s coverage: 95.7% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.046s coverage: 61.8% of statements [2024-05-28T05:20:23.747Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 98.9% of statements [2024-05-28T05:20:23.747Z] 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-05-28T05:20:23.747Z] running golangci-lint [2024-05-28T05:20:23.747Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-05-28T05:20:23.747Z] go version go1.21.9 linux/amd64 [2024-05-28T05:20:23.747Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-05-28T05:20:23.747Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-05-28T05:20:23.246Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-05-28T05:20:23.381Z] > git init /w/workspace/edgex-go/641 # timeout=10 [2024-05-28T05:20:23.551Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-05-28T05:20:23.553Z] > git --version # timeout=10 [2024-05-28T05:20:23.583Z] > git --version # 'git version 2.25.1' [2024-05-28T05:20:23.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-05-28T05:20:23.763Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-28T05:20:43.017Z] Avoid second fetch [2024-05-28T05:20:43.019Z] Checking out Revision 239ef15ab24daf2ea0f6ddd51cd241359830100f (main) [2024-05-28T05:20:43.767Z] Commit message: "Merge pull request #4786 from edgexfoundry/dependabot/go_modules/github.com/spiffe/go-spiffe/v2-2.2.0" [2024-05-28T05:20:42.246Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-05-28T05:20:42.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-05-28T05:20:43.036Z] > git config core.sparsecheckout # timeout=10 [2024-05-28T05:20:43.091Z] > git checkout -f 239ef15ab24daf2ea0f6ddd51cd241359830100f # timeout=10 [2024-05-28T05:20:45.694Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 20.726569485s" [2024-05-28T05:20:45.694Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.929449ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-28T05:20:48.744Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-05-28T05:20:48.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T05:20:48.744Z] Dload Upload Total Spent Left Speed [2024-05-28T05:20:48.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 111k 0 --:--:-- --:--:-- --:--:-- 111k [Pipeline] sh [2024-05-28T05:20:49.091Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-05-28T05:20:49.415Z] + sudo tee /etc/docker/daemon.new [2024-05-28T05:20:49.415Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-05-28T05:20:49.415Z] { [2024-05-28T05:20:49.415Z] "registry-mirrors": [ [2024-05-28T05:20:49.415Z] "https://nexus3.edgexfoundry.org:10001" [2024-05-28T05:20:49.415Z] ], [2024-05-28T05:20:49.415Z] "bip": "10.250.0.254/24", [2024-05-28T05:20:49.415Z] "hosts": [ [2024-05-28T05:20:49.415Z] "tcp://0.0.0.0:5555", [2024-05-28T05:20:49.415Z] "unix:///var/run/docker.sock" [2024-05-28T05:20:49.415Z] ], [2024-05-28T05:20:49.415Z] "mtu": 1458, [2024-05-28T05:20:49.415Z] "selinux-enabled": true, [2024-05-28T05:20:49.415Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-05-28T05:20:49.415Z] } [Pipeline] sh [2024-05-28T05:20:49.757Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-05-28T05:20:50.096Z] + sudo service docker restart [2024-05-28T05:20:57.893Z] level=info msg="[linters_context/goanalysis] analyzers took 1m29.49788615s with top 10 stages: buildir: 53.934224791s, gosec: 7.070481696s, inspect: 2.636064658s, fact_deprecated: 2.163664157s, printf: 1.953580357s, ctrlflow: 1.524224855s, nilness: 1.157992507s, fact_purity: 1.074426251s, S1038: 1.045995046s, typedness: 795.45319ms" [2024-05-28T05:20:57.893Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-05-28T05:20:57.893Z] level=info msg="[runner] Processors filtering stat (out/in): nolint: 0/21, path_prettifier: 197/197, autogenerated_exclude: 197/197, exclude: 197/197, exclude-rules: 21/197, cgo: 197/197, skip_dirs: 197/197, identifier_marker: 197/197, filename_unadjuster: 197/197, skip_files: 197/197" [2024-05-28T05:20:57.893Z] level=info msg="[runner] processing took 15.804187ms with stages: nolint: 6.928659ms, identifier_marker: 3.989489ms, path_prettifier: 1.544225ms, autogenerated_exclude: 1.517355ms, exclude-rules: 1.060021ms, skip_dirs: 687.537µs, cgo: 50.37µs, filename_unadjuster: 22.441µs, skip_files: 670ns, max_same_issues: 590ns, uniq_by_line: 560ns, fixer: 420ns, diff: 350ns, exclude: 300ns, sort_results: 280ns, severity-rules: 260ns, max_from_linter: 170ns, source_code: 140ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns, path_shortener: 110ns" [2024-05-28T05:20:57.893Z] level=info msg="[runner] linters took 11.688989181s with stages: goanalysis_metalinter: 11.673098853s" [2024-05-28T05:20:57.893Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-05-28T05:20:57.893Z] level=info msg="Memory: 322 samples, avg is 263.5MB, max is 1190.5MB" [2024-05-28T05:20:57.893Z] level=info msg="Execution took 32.4642003s" [2024-05-28T05:20:57.893Z] go vet ./... [2024-05-28T05:21:03.161Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-05-28T05:21:03.161Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-05-28T05:21:03.161Z] ./bin/test-attribution-txt.sh [2024-05-28T05:21:03.161Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [2024-05-28T05:21:03.161Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo [2024-05-28T05:21:03.174Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-05-28T05:21:03.804Z] + ls -al . [2024-05-28T05:21:03.804Z] total 816 [2024-05-28T05:21:03.804Z] drwxrwxr-x 11 1001 1001 4096 May 28 05:19 . [2024-05-28T05:21:03.804Z] drwxr-xr-x 4 root root 4096 May 28 05:19 .. [2024-05-28T05:21:03.804Z] drwxrwxr-x 2 1001 1001 4096 May 28 05:17 .blubracket [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 10 May 28 05:17 .dockerignore [2024-05-28T05:21:03.804Z] drwxrwxr-x 8 1001 1001 4096 May 28 05:20 .git [2024-05-28T05:21:03.804Z] drwxrwxr-x 3 1001 1001 4096 May 28 05:17 .github [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 1074 May 28 05:17 .gitignore [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 42 May 28 05:17 .golangci.yml [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 100 May 28 05:17 .hadolint.yml [2024-05-28T05:21:03.804Z] drwxr-xr-x 3 1001 1001 4096 May 28 05:18 .semver [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 155 May 28 05:17 .sonarcloud.properties [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 1171 May 28 05:17 ADOPTERS.md [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 20261 May 28 05:17 Attribution.txt [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 100284 May 28 05:17 CHANGELOG.md [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 3804 May 28 05:17 CONTRIBUTING.md [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 677 May 28 05:17 GOVERNANCE.md [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 861 May 28 05:17 Jenkinsfile [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 10775 May 28 05:17 LICENSE [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 15392 May 28 05:17 Makefile [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 582 May 28 05:17 OWNERS.md [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 9528 May 28 05:17 README.md [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 789 May 28 05:17 SECURITY.md [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 12 May 28 05:18 VERSION [2024-05-28T05:21:03.804Z] drwxrwxr-x 2 1001 1001 4096 May 28 05:17 bin [2024-05-28T05:21:03.804Z] drwxrwxr-x 18 1001 1001 4096 May 28 05:17 cmd [2024-05-28T05:21:03.804Z] -rw-r--r-- 1 root root 455714 May 28 05:20 coverage.out [2024-05-28T05:21:03.804Z] drwxrwxr-x 2 1001 1001 4096 May 28 05:17 fuzz_test [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 7030 May 28 05:17 go.mod [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 101500 May 28 05:17 go.sum [2024-05-28T05:21:03.804Z] drwxrwxr-x 7 1001 1001 4096 May 28 05:17 internal [2024-05-28T05:21:03.804Z] drwxrwxr-x 3 1001 1001 4096 May 28 05:17 openapi [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 584 May 28 05:17 security.txt [2024-05-28T05:21:03.804Z] -rw-rw-r-- 1 1001 1001 204 May 28 05:17 version.go [Pipeline] sh [2024-05-28T05:21:04.096Z] + '[' -e coverage.out ] [2024-05-28T05:21:04.096Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-05-28T05:21:04.200Z] Stashed 1 file(s) [Pipeline] sh [2024-05-28T05:21:04.481Z] + make build [2024-05-28T05:21:04.481Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-28T05:21:08.382Z] provisioning config files... [2024-05-28T05:21:08.410Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config17051852930525588153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:21:08.916Z] ---> ****-login.sh [2024-05-28T05:21:08.917Z] nexus3.edgexfoundry.org:10001 [2024-05-28T05:21:09.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:21:09.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:21:09.776Z] Configure a credential helper to remove this warning. See [2024-05-28T05:21:09.776Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:21:09.776Z] [2024-05-28T05:21:09.776Z] Login Succeeded [2024-05-28T05:21:09.776Z] nexus3.edgexfoundry.org:10002 [2024-05-28T05:21:10.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:21:10.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:21:10.044Z] Configure a credential helper to remove this warning. See [2024-05-28T05:21:10.044Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:21:10.044Z] [2024-05-28T05:21:10.044Z] Login Succeeded [2024-05-28T05:21:10.044Z] nexus3.edgexfoundry.org:10003 [2024-05-28T05:21:10.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:21:10.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:21:10.312Z] Configure a credential helper to remove this warning. See [2024-05-28T05:21:10.312Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:21:10.312Z] [2024-05-28T05:21:10.312Z] Login Succeeded [2024-05-28T05:21:10.312Z] nexus3.edgexfoundry.org:10004 [2024-05-28T05:21:10.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:21:10.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:21:10.851Z] Configure a credential helper to remove this warning. See [2024-05-28T05:21:10.851Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:21:10.851Z] [2024-05-28T05:21:10.851Z] Login Succeeded [2024-05-28T05:21:10.851Z] ****.io [2024-05-28T05:21:11.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:21:11.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:21:11.397Z] Configure a credential helper to remove this warning. See [2024-05-28T05:21:11.397Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:21:11.397Z] [2024-05-28T05:21:11.397Z] Login Succeeded [2024-05-28T05:21:11.397Z] ---> ****-login.sh ends [Pipeline] } [2024-05-28T05:21:11.410Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-05-28T05:21:12.031Z] + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] echo [2024-05-28T05:21:12.050Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-28T05:21:12.066Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-28T05:21:12.086Z] ========================================================= [2024-05-28T05:21:12.086Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-05-28T05:21:12.086Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-05-28T05:21:12.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-28T05:21:12.416Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-05-28T05:21:12.416Z] c6b39de5b339: Pulling fs layer [2024-05-28T05:21:12.416Z] a69c41024577: Pulling fs layer [2024-05-28T05:21:12.416Z] d6de4b400683: Pulling fs layer [2024-05-28T05:21:12.416Z] 35cb2a7552d0: Pulling fs layer [2024-05-28T05:21:12.416Z] 4f4fb700ef54: Pulling fs layer [2024-05-28T05:21:12.416Z] 35cb2a7552d0: Waiting [2024-05-28T05:21:12.416Z] 4f4fb700ef54: Waiting [2024-05-28T05:21:12.416Z] 464afbd9ba4c: Pulling fs layer [2024-05-28T05:21:12.416Z] 00f215d4a9da: Pulling fs layer [2024-05-28T05:21:12.416Z] 464afbd9ba4c: Waiting [2024-05-28T05:21:12.416Z] d496ad576159: Pulling fs layer [2024-05-28T05:21:12.416Z] 00f215d4a9da: Waiting [2024-05-28T05:21:12.688Z] a69c41024577: Verifying Checksum [2024-05-28T05:21:12.688Z] a69c41024577: Download complete [2024-05-28T05:21:12.688Z] 35cb2a7552d0: Verifying Checksum [2024-05-28T05:21:12.688Z] 35cb2a7552d0: Download complete [2024-05-28T05:21:12.688Z] 4f4fb700ef54: Verifying Checksum [2024-05-28T05:21:12.688Z] 4f4fb700ef54: Download complete [2024-05-28T05:21:12.688Z] 464afbd9ba4c: Verifying Checksum [2024-05-28T05:21:12.688Z] 464afbd9ba4c: Download complete [2024-05-28T05:21:12.688Z] c6b39de5b339: Verifying Checksum [2024-05-28T05:21:12.688Z] c6b39de5b339: Download complete [2024-05-28T05:21:12.962Z] d496ad576159: Verifying Checksum [2024-05-28T05:21:12.962Z] d496ad576159: Download complete [2024-05-28T05:21:13.556Z] c6b39de5b339: Pull complete [2024-05-28T05:21:14.147Z] a69c41024577: Pull complete [2024-05-28T05:21:14.417Z] d6de4b400683: Verifying Checksum [2024-05-28T05:21:14.417Z] d6de4b400683: Download complete [2024-05-28T05:21:15.829Z] 00f215d4a9da: Verifying Checksum [2024-05-28T05:21:15.829Z] 00f215d4a9da: Download complete [2024-05-28T05:21:28.169Z] d6de4b400683: Pull complete [2024-05-28T05:21:28.169Z] 35cb2a7552d0: Pull complete [2024-05-28T05:21:28.169Z] 4f4fb700ef54: Pull complete [2024-05-28T05:21:28.169Z] 464afbd9ba4c: Pull complete [2024-05-28T05:21:31.298Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-05-28T05:21:31.299Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-05-28T05:21:31.299Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-05-28T05:21:31.299Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-05-28T05:21:35.261Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-05-28T05:21:36.392Z] 00f215d4a9da: Pull complete [2024-05-28T05:21:37.165Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-05-28T05:21:38.347Z] d496ad576159: Pull complete [2024-05-28T05:21:38.347Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-05-28T05:21:38.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-28T05:21:38.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-05-28T05:21:38.678Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-28T05:21:38.678Z] WORKDIR /edgex [2024-05-28T05:21:38.678Z] COPY go.mod . [2024-05-28T05:21:38.678Z] RUN go mod download [2024-05-28T05:21:38.678Z] + docker build -t ci-base-image-arm64 -f - . [2024-05-28T05:21:39.067Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-05-28T05:21:39.273Z] Sending build context to Docker daemon 3.004MB [2024-05-28T05:21:39.273Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-05-28T05:21:39.273Z] ---> f246e2811388 [2024-05-28T05:21:39.273Z] Step 2/4 : WORKDIR /edgex [2024-05-28T05:21:40.002Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-05-28T05:21:40.568Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-05-28T05:21:41.220Z] ---> Running in 5dc801617aa0 [2024-05-28T05:21:41.220Z] Removing intermediate container 5dc801617aa0 [2024-05-28T05:21:41.220Z] ---> 1eecc153c628 [2024-05-28T05:21:41.220Z] Step 3/4 : COPY go.mod . [2024-05-28T05:21:41.512Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-05-28T05:21:41.807Z] ---> 6032fd041466 [2024-05-28T05:21:41.807Z] Step 4/4 : RUN go mod download [2024-05-28T05:21:41.807Z] ---> Running in 014753cb6ad8 [2024-05-28T05:21:42.079Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-05-28T05:21:43.033Z] $ docker stop --time=1 dc767cb7f5f01c4b684d89217ea2e1d3606adb90f36fe0b7ec2aea8f616f1fab [2024-05-28T05:21:51.537Z] $ docker rm -f --volumes dc767cb7f5f01c4b684d89217ea2e1d3606adb90f36fe0b7ec2aea8f616f1fab [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-05-28T05:21:52.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-05-28T05:21:52.660Z] [2024-05-28T05:21:52.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:21:52.988Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-05-28T05:21:53.247Z] latest: Pulling from edgex-devops/edgex-compose [2024-05-28T05:21:53.247Z] 91d30c5bc195: Pulling fs layer [2024-05-28T05:21:53.247Z] 2e9b0aa3be6d: Pulling fs layer [2024-05-28T05:21:53.247Z] 9c61dcf015f6: Pulling fs layer [2024-05-28T05:21:53.247Z] 4698f68db338: Pulling fs layer [2024-05-28T05:21:53.247Z] 2a2f49069b9e: Pulling fs layer [2024-05-28T05:21:53.247Z] e0025b399a48: Pulling fs layer [2024-05-28T05:21:53.247Z] 2a2f49069b9e: Waiting [2024-05-28T05:21:53.247Z] e0025b399a48: Waiting [2024-05-28T05:21:53.247Z] 4698f68db338: Waiting [2024-05-28T05:21:53.506Z] 91d30c5bc195: Verifying Checksum [2024-05-28T05:21:53.506Z] 91d30c5bc195: Download complete [2024-05-28T05:21:53.506Z] 4698f68db338: Verifying Checksum [2024-05-28T05:21:53.506Z] 4698f68db338: Download complete [2024-05-28T05:21:53.506Z] 2e9b0aa3be6d: Verifying Checksum [2024-05-28T05:21:53.506Z] 2e9b0aa3be6d: Download complete [2024-05-28T05:21:53.506Z] e0025b399a48: Verifying Checksum [2024-05-28T05:21:53.506Z] e0025b399a48: Download complete [2024-05-28T05:21:53.506Z] 91d30c5bc195: Pull complete [2024-05-28T05:21:53.506Z] 2a2f49069b9e: Download complete [2024-05-28T05:21:53.764Z] 2e9b0aa3be6d: Pull complete [2024-05-28T05:21:54.023Z] 9c61dcf015f6: Download complete [2024-05-28T05:21:56.550Z] 9c61dcf015f6: Pull complete [2024-05-28T05:21:56.550Z] 4698f68db338: Pull complete [2024-05-28T05:21:56.808Z] 2a2f49069b9e: Pull complete [2024-05-28T05:21:57.066Z] e0025b399a48: Pull complete [2024-05-28T05:21:57.066Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-05-28T05:21:57.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-05-28T05:21:57.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:21:57.174Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:21:57.208Z] $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:22:00.182Z] $ docker top 0556a470cd07c53f41b6fae175dabf864b93b56276efe81d6b6047fda43e15cd -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-28T05:22:00.531Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-05-28T05:22:03.070Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #1 transferring dockerfile: 2.50kB done [2024-05-28T05:22:03.070Z] #1 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #2 [support-scheduler internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #2 transferring dockerfile: 1.93kB done [2024-05-28T05:22:03.070Z] #2 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #3 [core-metadata internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #3 transferring dockerfile: 2.06kB done [2024-05-28T05:22:03.070Z] #3 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #4 [support-notifications internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #4 transferring dockerfile: 1.95kB done [2024-05-28T05:22:03.070Z] #4 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #5 [core-data internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #5 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #6 transferring dockerfile: 1.81kB done [2024-05-28T05:22:03.070Z] #6 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #7 [core-command internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #7 transferring dockerfile: 1.93kB done [2024-05-28T05:22:03.070Z] #7 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #5 [core-data internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #5 transferring dockerfile: 2.01kB done [2024-05-28T05:22:03.070Z] #5 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #8 transferring dockerfile: 1.89kB done [2024-05-28T05:22:03.070Z] #8 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #9 [security-spire-config internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #9 transferring dockerfile: 1.69kB done [2024-05-28T05:22:03.070Z] #9 DONE 0.1s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #10 [security-proxy-setup internal] load .dockerignore [2024-05-28T05:22:03.070Z] #10 transferring context: 50B done [2024-05-28T05:22:03.070Z] #10 DONE 0.1s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #11 transferring dockerfile: 2.93kB done [2024-05-28T05:22:03.070Z] #11 DONE 0.1s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #12 transferring dockerfile: 2.49kB done [2024-05-28T05:22:03.070Z] #12 DONE 0.1s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #13 transferring dockerfile: 2.23kB done [2024-05-28T05:22:03.070Z] #13 DONE 0.1s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #14 transferring dockerfile: 2.15kB done [2024-05-28T05:22:03.070Z] #14 DONE 0.1s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #15 [security-spire-server internal] load build definition from Dockerfile [2024-05-28T05:22:03.070Z] #15 transferring dockerfile: 1.70kB done [2024-05-28T05:22:03.070Z] #15 DONE 0.1s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #16 [support-scheduler internal] load .dockerignore [2024-05-28T05:22:03.070Z] #16 transferring context: 50B done [2024-05-28T05:22:03.070Z] #16 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #17 [core-metadata internal] load .dockerignore [2024-05-28T05:22:03.070Z] #17 transferring context: 50B done [2024-05-28T05:22:03.070Z] #17 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #18 [support-notifications internal] load .dockerignore [2024-05-28T05:22:03.070Z] #18 transferring context: 50B done [2024-05-28T05:22:03.070Z] #18 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #19 [core-command internal] load .dockerignore [2024-05-28T05:22:03.070Z] #19 transferring context: 50B done [2024-05-28T05:22:03.070Z] #19 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #20 [security-spire-agent internal] load .dockerignore [2024-05-28T05:22:03.070Z] #20 transferring context: 50B done [2024-05-28T05:22:03.070Z] #20 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #21 [core-data internal] load .dockerignore [2024-05-28T05:22:03.070Z] #21 transferring context: 50B done [2024-05-28T05:22:03.070Z] #21 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2024-05-28T05:22:03.070Z] #22 transferring context: 50B done [2024-05-28T05:22:03.070Z] #22 DONE 0.0s [2024-05-28T05:22:03.070Z] [2024-05-28T05:22:03.070Z] #23 [security-spire-config internal] load .dockerignore [2024-05-28T05:22:03.332Z] #23 transferring context: 50B done [2024-05-28T05:22:03.332Z] #23 DONE 0.0s [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #24 [security-bootstrapper internal] load .dockerignore [2024-05-28T05:22:03.332Z] #24 transferring context: 50B done [2024-05-28T05:22:03.332Z] #24 DONE 0.0s [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-05-28T05:22:03.332Z] #25 transferring context: 50B done [2024-05-28T05:22:03.332Z] #25 DONE 0.0s [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2024-05-28T05:22:03.332Z] #26 transferring context: 50B done [2024-05-28T05:22:03.332Z] #26 DONE 0.0s [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #27 [security-spire-server internal] load .dockerignore [2024-05-28T05:22:03.332Z] #27 transferring context: 50B done [2024-05-28T05:22:03.332Z] #27 DONE 0.0s [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #28 [security-proxy-auth internal] load .dockerignore [2024-05-28T05:22:03.332Z] #28 transferring context: 50B done [2024-05-28T05:22:03.332Z] #28 DONE 0.0s [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:22:03.332Z] #29 ... [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-05-28T05:22:03.332Z] #30 DONE 0.0s [2024-05-28T05:22:03.332Z] [2024-05-28T05:22:03.332Z] #29 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:22:03.592Z] #29 ... [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-05-28T05:22:03.592Z] #30 DONE 0.0s [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #31 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:22:03.592Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:22:03.592Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:22:03.592Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-05-28T05:22:03.592Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-05-28T05:22:03.592Z] #31 DONE 0.1s [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #29 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:22:03.592Z] #29 ... [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #31 [core-data stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:22:03.592Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:22:03.592Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:22:03.592Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-05-28T05:22:03.592Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-05-28T05:22:03.592Z] #31 DONE 0.1s [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-05-28T05:22:03.592Z] #30 DONE 0.0s [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:22:03.592Z] #29 ... [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #31 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:22:03.592Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:22:03.592Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:22:03.592Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-05-28T05:22:03.592Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-05-28T05:22:03.592Z] #31 DONE 0.1s [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-05-28T05:22:03.592Z] #30 DONE 0.0s [2024-05-28T05:22:03.592Z] [2024-05-28T05:22:03.592Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:22:03.850Z] #29 DONE 0.5s [2024-05-28T05:22:03.850Z] [2024-05-28T05:22:03.850Z] #31 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:22:03.850Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:22:03.850Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:22:03.850Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-05-28T05:22:03.850Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-05-28T05:22:03.850Z] #31 DONE 0.1s [2024-05-28T05:22:03.850Z] [2024-05-28T05:22:03.850Z] #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-05-28T05:22:04.790Z] #32 ... [2024-05-28T05:22:04.790Z] [2024-05-28T05:22:04.790Z] #31 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:22:04.790Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:22:04.790Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:22:04.790Z] #31 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-05-28T05:22:04.790Z] #31 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-05-28T05:22:04.790Z] #31 DONE 0.1s [2024-05-28T05:22:04.790Z] [2024-05-28T05:22:04.790Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-05-28T05:22:04.790Z] #33 DONE 1.1s [2024-05-28T05:22:04.790Z] [2024-05-28T05:22:04.790Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-05-28T05:22:04.790Z] #34 DONE 1.1s [2024-05-28T05:22:04.790Z] [2024-05-28T05:22:04.790Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:04.790Z] #35 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-05-28T05:22:04.790Z] #35 ... [2024-05-28T05:22:04.790Z] [2024-05-28T05:22:04.790Z] #36 [security-spire-server internal] load build context [2024-05-28T05:22:04.790Z] #36 transferring context: 26.69kB 0.0s done [2024-05-28T05:22:04.790Z] #36 DONE 0.2s [2024-05-28T05:22:04.790Z] [2024-05-28T05:22:04.790Z] #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-05-28T05:22:04.790Z] #32 DONE 1.6s [2024-05-28T05:22:05.049Z] [2024-05-28T05:22:05.049Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:05.049Z] #35 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-05-28T05:22:05.049Z] #35 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-05-28T05:22:05.049Z] #35 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-05-28T05:22:05.049Z] #35 ... [2024-05-28T05:22:05.049Z] [2024-05-28T05:22:05.049Z] #37 [security-spire-agent internal] load build context [2024-05-28T05:22:05.049Z] #37 transferring context: 26.22kB 0.1s done [2024-05-28T05:22:05.049Z] #37 DONE 0.4s [2024-05-28T05:22:05.049Z] [2024-05-28T05:22:05.049Z] #38 [security-spire-config internal] load build context [2024-05-28T05:22:05.049Z] #38 transferring context: 24.94kB 0.1s done [2024-05-28T05:22:05.049Z] #38 DONE 0.5s [2024-05-28T05:22:05.049Z] [2024-05-28T05:22:05.049Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:05.049Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s [2024-05-28T05:22:05.049Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.1s [2024-05-28T05:22:05.049Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s [2024-05-28T05:22:05.049Z] #35 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2024-05-28T05:22:05.049Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s [2024-05-28T05:22:05.619Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s [2024-05-28T05:22:08.154Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 3.3s [2024-05-28T05:22:08.432Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 5.24MB / 25.84MB 3.5s [2024-05-28T05:22:08.696Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 13.93MB / 25.84MB 3.6s [2024-05-28T05:22:08.696Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 3.7s [2024-05-28T05:22:08.696Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 3.8s [2024-05-28T05:22:10.625Z] #35 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 4.8s done [2024-05-28T05:22:10.625Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 5.5s [2024-05-28T05:22:11.196Z] #35 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-05-28T05:22:13.729Z] #35 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 8.3s done [2024-05-28T05:22:13.729Z] #35 ... [2024-05-28T05:22:13.729Z] [2024-05-28T05:22:13.729Z] #39 [security-proxy-setup internal] load build context [2024-05-28T05:22:13.729Z] #39 transferring context: 265.78MB 10.0s [2024-05-28T05:22:13.729Z] #39 ... [2024-05-28T05:22:13.729Z] [2024-05-28T05:22:13.729Z] #40 [core-metadata internal] load build context [2024-05-28T05:22:13.729Z] #40 transferring context: 410.33MB 9.3s done [2024-05-28T05:22:13.729Z] #40 ... [2024-05-28T05:22:13.729Z] [2024-05-28T05:22:13.729Z] #41 [core-data internal] load build context [2024-05-28T05:22:13.729Z] #41 transferring context: 410.33MB 9.8s done [2024-05-28T05:22:13.729Z] #41 ... [2024-05-28T05:22:13.729Z] [2024-05-28T05:22:13.729Z] #42 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-05-28T05:22:13.729Z] #0 1.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:13.729Z] #0 1.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:13.729Z] #0 1.605 (1/1) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:13.729Z] #0 1.608 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:13.729Z] #0 1.620 OK: 7 MiB in 16 packages [2024-05-28T05:22:13.729Z] #42 ... [2024-05-28T05:22:13.729Z] [2024-05-28T05:22:13.729Z] #43 [security-bootstrapper internal] load build context [2024-05-28T05:22:13.987Z] #43 ... [2024-05-28T05:22:13.987Z] [2024-05-28T05:22:13.987Z] #44 [support-scheduler internal] load build context [2024-05-28T05:22:13.987Z] #44 ... [2024-05-28T05:22:13.987Z] [2024-05-28T05:22:13.987Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-05-28T05:22:13.987Z] #0 1.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:13.987Z] #0 1.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:13.987Z] #0 1.805 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:22:13.987Z] #0 1.805 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:22:13.987Z] #0 1.805 OK: 20077 distinct packages available [2024-05-28T05:22:13.987Z] #0 1.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:13.987Z] #0 1.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:13.987Z] #0 2.204 (1/11) Installing ca-certificates (20240226-r0) [2024-05-28T05:22:13.987Z] #0 2.207 (2/11) Installing brotli-libs (1.0.9-r14) [2024-05-28T05:22:13.987Z] #0 2.220 (3/11) Installing libunistring (1.1-r1) [2024-05-28T05:22:13.987Z] #0 2.237 (4/11) Installing libidn2 (2.3.4-r1) [2024-05-28T05:22:13.987Z] #0 2.247 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-05-28T05:22:13.987Z] #0 2.256 (6/11) Installing libcurl (8.5.0-r0) [2024-05-28T05:22:13.987Z] #0 2.262 (7/11) Installing curl (8.5.0-r0) [2024-05-28T05:22:13.987Z] #0 2.268 (8/11) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:13.987Z] #0 2.274 (9/11) Installing musl-obstack (1.2.3-r2) [2024-05-28T05:22:13.987Z] #0 2.274 (10/11) Installing libucontext (1.2-r2) [2024-05-28T05:22:13.987Z] #0 2.276 (11/11) Installing gcompat (1.1.0-r1) [2024-05-28T05:22:13.987Z] #0 2.280 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:13.987Z] #0 2.288 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:22:13.987Z] #0 2.341 OK: 12 MiB in 26 packages [2024-05-28T05:22:13.987Z] #45 ... [2024-05-28T05:22:13.987Z] [2024-05-28T05:22:13.987Z] #46 [security-spiffe-token-provider internal] load build context [2024-05-28T05:22:13.987Z] #46 transferring context: 410.33MB 8.8s done [2024-05-28T05:22:14.245Z] #46 ... [2024-05-28T05:22:14.245Z] [2024-05-28T05:22:14.245Z] #47 [security-proxy-auth internal] load build context [2024-05-28T05:22:14.245Z] #47 transferring context: 410.33MB 8.9s done [2024-05-28T05:22:14.245Z] #47 ... [2024-05-28T05:22:14.245Z] [2024-05-28T05:22:14.245Z] #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-05-28T05:22:14.245Z] #0 6.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:14.245Z] #0 6.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:14.245Z] #0 6.475 (1/4) Installing ca-certificates (20240226-r0) [2024-05-28T05:22:14.245Z] #0 6.487 (2/4) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:14.245Z] #0 6.491 (3/4) Installing su-exec (0.2-r3) [2024-05-28T05:22:14.245Z] #0 6.497 (4/4) Installing yq (4.33.3-r5) [2024-05-28T05:22:14.245Z] #0 6.551 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:14.245Z] #0 6.556 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:22:14.245Z] #0 6.591 OK: 17 MiB in 19 packages [2024-05-28T05:22:14.503Z] #48 ... [2024-05-28T05:22:14.503Z] [2024-05-28T05:22:14.503Z] #49 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-05-28T05:22:14.504Z] #0 1.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:14.504Z] #0 1.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:14.504Z] #0 1.718 (1/1) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:14.504Z] #0 1.718 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:14.504Z] #0 1.728 OK: 7 MiB in 16 packages [2024-05-28T05:22:14.504Z] #49 ... [2024-05-28T05:22:14.504Z] [2024-05-28T05:22:14.504Z] #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-05-28T05:22:14.504Z] #0 2.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:14.504Z] #0 2.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:14.504Z] #0 2.420 (1/2) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:14.504Z] #0 2.423 (2/2) Installing su-exec (0.2-r3) [2024-05-28T05:22:14.504Z] #0 2.430 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:14.504Z] #0 2.440 OK: 7 MiB in 17 packages [2024-05-28T05:22:14.763Z] #50 ... [2024-05-28T05:22:14.763Z] [2024-05-28T05:22:14.763Z] #51 [core-common-config-bootstrapper internal] load build context [2024-05-28T05:22:14.763Z] #51 ... [2024-05-28T05:22:14.763Z] [2024-05-28T05:22:14.763Z] #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-05-28T05:22:14.763Z] #52 ... [2024-05-28T05:22:14.763Z] [2024-05-28T05:22:14.763Z] #53 [security-secretstore-setup internal] load build context [2024-05-28T05:22:14.763Z] #53 transferring context: 410.33MB 10.7s done [2024-05-28T05:22:15.022Z] #53 ... [2024-05-28T05:22:15.022Z] [2024-05-28T05:22:15.022Z] #54 [core-command internal] load build context [2024-05-28T05:22:15.022Z] #54 transferring context: 410.33MB 10.1s done [2024-05-28T05:22:15.022Z] #54 ... [2024-05-28T05:22:15.022Z] [2024-05-28T05:22:15.022Z] #55 [support-notifications internal] load build context [2024-05-28T05:22:15.022Z] #55 transferring context: 410.33MB 10.5s done [2024-05-28T05:22:15.282Z] #55 ... [2024-05-28T05:22:15.282Z] [2024-05-28T05:22:15.282Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-05-28T05:22:15.282Z] #56 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done [2024-05-28T05:22:15.282Z] #56 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-05-28T05:22:15.282Z] #56 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-05-28T05:22:15.282Z] #56 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-05-28T05:22:15.282Z] #56 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 4.8s done [2024-05-28T05:22:15.282Z] #56 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 8.3s done [2024-05-28T05:22:15.282Z] #56 ... [2024-05-28T05:22:15.282Z] [2024-05-28T05:22:15.282Z] #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-05-28T05:22:15.282Z] #0 0.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:15.282Z] #0 1.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:15.282Z] #0 1.548 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:15.282Z] #0 1.608 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:15.282Z] #0 1.643 (3/6) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:15.282Z] #0 1.648 (4/6) Installing openssl (3.1.5-r0) [2024-05-28T05:22:15.282Z] #0 1.660 (5/6) Installing su-exec (0.2-r3) [2024-05-28T05:22:15.282Z] #0 1.660 (6/6) Installing yq (4.33.3-r5) [2024-05-28T05:22:15.282Z] #0 1.746 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:15.282Z] #0 1.768 OK: 17 MiB in 19 packages [2024-05-28T05:22:15.540Z] #57 ... [2024-05-28T05:22:15.540Z] [2024-05-28T05:22:15.540Z] #58 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-05-28T05:22:15.820Z] #58 ... [2024-05-28T05:22:15.820Z] [2024-05-28T05:22:15.820Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-05-28T05:22:15.820Z] #0 1.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:15.821Z] #0 1.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:15.821Z] #0 1.483 (1/2) Installing ca-certificates (20240226-r0) [2024-05-28T05:22:15.821Z] #0 1.527 (2/2) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:15.821Z] #0 1.531 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:15.821Z] #0 1.570 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:22:15.821Z] #0 1.654 OK: 8 MiB in 17 packages [2024-05-28T05:22:15.821Z] #59 ... [2024-05-28T05:22:15.821Z] [2024-05-28T05:22:15.821Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-05-28T05:22:15.821Z] #60 ... [2024-05-28T05:22:15.821Z] [2024-05-28T05:22:15.821Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:15.821Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 11.0s [2024-05-28T05:22:19.109Z] #35 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 13.5s done [2024-05-28T05:22:24.628Z] #35 ... [2024-05-28T05:22:24.628Z] [2024-05-28T05:22:24.628Z] #39 [security-proxy-setup internal] load build context [2024-05-28T05:22:24.628Z] #39 transferring context: 410.33MB 11.4s done [2024-05-28T05:22:25.932Z] #39 ... [2024-05-28T05:22:25.932Z] [2024-05-28T05:22:25.932Z] #43 [security-bootstrapper internal] load build context [2024-05-28T05:22:25.932Z] #43 transferring context: 410.33MB 9.7s done [2024-05-28T05:22:26.195Z] #43 ... [2024-05-28T05:22:26.195Z] [2024-05-28T05:22:26.195Z] #51 [core-common-config-bootstrapper internal] load build context [2024-05-28T05:22:26.195Z] #51 transferring context: 410.33MB 11.5s done [2024-05-28T05:22:26.195Z] #51 ... [2024-05-28T05:22:26.195Z] [2024-05-28T05:22:26.195Z] #44 [support-scheduler internal] load build context [2024-05-28T05:22:26.195Z] #44 transferring context: 410.33MB 11.7s done [2024-05-28T05:22:26.195Z] #44 ... [2024-05-28T05:22:26.195Z] [2024-05-28T05:22:26.195Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:26.195Z] #35 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-05-28T05:22:32.805Z] #35 ... [2024-05-28T05:22:32.805Z] [2024-05-28T05:22:32.805Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-05-28T05:22:32.805Z] #56 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 26.7s [2024-05-28T05:22:32.805Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 27.5s [2024-05-28T05:22:32.805Z] #56 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 27.8s done [2024-05-28T05:22:32.805Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.05MB / 18.86MB 27.8s [2024-05-28T05:22:32.805Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 10.49MB / 18.86MB 28.0s [2024-05-28T05:22:33.068Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 14.68MB / 18.86MB 28.1s [2024-05-28T05:22:33.068Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 16.78MB / 18.86MB 28.2s [2024-05-28T05:22:33.338Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 28.4s [2024-05-28T05:22:33.907Z] #56 ... [2024-05-28T05:22:33.907Z] [2024-05-28T05:22:33.907Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:33.907Z] #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2024-05-28T05:22:34.165Z] #35 ... [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #46 [security-spiffe-token-provider internal] load build context [2024-05-28T05:22:34.165Z] #46 DONE 30.5s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #42 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-05-28T05:22:34.165Z] #42 DONE 30.5s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-05-28T05:22:34.165Z] #45 DONE 30.5s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-05-28T05:22:34.165Z] #49 DONE 30.7s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #58 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-05-28T05:22:34.165Z] #58 DONE 29.4s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-05-28T05:22:34.165Z] #57 DONE 30.7s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:34.165Z] #35 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-05-28T05:22:34.165Z] #35 ... [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #48 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-05-28T05:22:34.165Z] #48 DONE 30.5s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-05-28T05:22:34.165Z] #50 DONE 30.5s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-05-28T05:22:34.165Z] #59 DONE 30.7s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #40 [core-metadata internal] load build context [2024-05-28T05:22:34.165Z] #40 DONE 30.7s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #47 [security-proxy-auth internal] load build context [2024-05-28T05:22:34.165Z] #47 DONE 30.3s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #41 [core-data internal] load build context [2024-05-28T05:22:34.165Z] #41 DONE 30.7s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #43 [security-bootstrapper internal] load build context [2024-05-28T05:22:34.165Z] #43 DONE 30.6s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #54 [core-command internal] load build context [2024-05-28T05:22:34.165Z] #54 DONE 30.7s [2024-05-28T05:22:34.165Z] [2024-05-28T05:22:34.165Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:34.165Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2024-05-28T05:22:34.424Z] #35 ... [2024-05-28T05:22:34.424Z] [2024-05-28T05:22:34.424Z] #55 [support-notifications internal] load build context [2024-05-28T05:22:34.424Z] #55 DONE 30.7s [2024-05-28T05:22:34.424Z] [2024-05-28T05:22:34.424Z] #53 [security-secretstore-setup internal] load build context [2024-05-28T05:22:34.424Z] #53 DONE 30.6s [2024-05-28T05:22:34.424Z] [2024-05-28T05:22:34.424Z] #44 [support-scheduler internal] load build context [2024-05-28T05:22:34.424Z] #44 DONE 30.8s [2024-05-28T05:22:34.424Z] [2024-05-28T05:22:34.424Z] #51 [core-common-config-bootstrapper internal] load build context [2024-05-28T05:22:34.424Z] #51 DONE 30.6s [2024-05-28T05:22:34.424Z] [2024-05-28T05:22:34.424Z] #39 [security-proxy-setup internal] load build context [2024-05-28T05:22:34.424Z] #39 DONE 30.9s [2024-05-28T05:22:34.424Z] [2024-05-28T05:22:34.424Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:34.682Z] #35 ... [2024-05-28T05:22:34.682Z] [2024-05-28T05:22:34.682Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-05-28T05:22:34.682Z] #56 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 29.1s done [2024-05-28T05:22:34.682Z] #56 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-05-28T05:22:34.682Z] #56 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.5s done [2024-05-28T05:22:34.682Z] #56 DONE 30.1s [2024-05-28T05:22:34.682Z] [2024-05-28T05:22:34.682Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:35.250Z] #35 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.9s done [2024-05-28T05:22:36.654Z] #35 ... [2024-05-28T05:22:36.654Z] [2024-05-28T05:22:36.654Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-05-28T05:22:36.654Z] #60 29.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #60 30.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #60 30.34 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:22:36.654Z] #60 30.34 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:22:36.654Z] #60 30.34 OK: 20077 distinct packages available [2024-05-28T05:22:36.654Z] #60 30.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #60 30.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #60 30.67 (1/4) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:36.654Z] #60 30.68 (2/4) Installing musl-obstack (1.2.3-r2) [2024-05-28T05:22:36.654Z] #60 30.68 (3/4) Installing libucontext (1.2-r2) [2024-05-28T05:22:36.654Z] #60 30.68 (4/4) Installing gcompat (1.1.0-r1) [2024-05-28T05:22:36.654Z] #60 30.69 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:36.654Z] #60 30.70 OK: 8 MiB in 19 packages [2024-05-28T05:22:36.654Z] #60 DONE 31.6s [2024-05-28T05:22:36.654Z] [2024-05-28T05:22:36.654Z] #52 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-05-28T05:22:36.654Z] #52 30.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #52 30.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #52 30.46 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:22:36.654Z] #52 30.46 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:22:36.654Z] #52 30.46 OK: 20077 distinct packages available [2024-05-28T05:22:36.654Z] #52 30.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #52 30.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:36.654Z] #52 30.85 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:36.654Z] #52 30.89 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:36.654Z] #52 30.90 (3/7) Installing dumb-init (1.2.5-r2) [2024-05-28T05:22:36.654Z] #52 30.91 (4/7) Installing musl-obstack (1.2.3-r2) [2024-05-28T05:22:36.654Z] #52 30.91 (5/7) Installing libucontext (1.2-r2) [2024-05-28T05:22:36.654Z] #52 30.91 (6/7) Installing gcompat (1.1.0-r1) [2024-05-28T05:22:36.654Z] #52 30.92 (7/7) Installing openssl (3.1.5-r0) [2024-05-28T05:22:36.654Z] #52 30.93 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:36.654Z] #52 30.94 OK: 8 MiB in 20 packages [2024-05-28T05:22:36.654Z] #52 DONE 31.6s [2024-05-28T05:22:36.654Z] [2024-05-28T05:22:36.654Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:22:37.221Z] #35 ... [2024-05-28T05:22:37.221Z] [2024-05-28T05:22:37.221Z] #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-05-28T05:22:37.221Z] #0 2.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:37.221Z] #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:37.221Z] #0 2.917 OK: 264 MiB in 52 packages [2024-05-28T05:22:37.221Z] #61 DONE 3.2s [2024-05-28T05:22:37.221Z] [2024-05-28T05:22:37.221Z] #62 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:22:37.221Z] #62 DONE 0.1s [2024-05-28T05:22:37.483Z] [2024-05-28T05:22:37.483Z] #63 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:22:37.483Z] #63 ... [2024-05-28T05:22:37.483Z] [2024-05-28T05:22:37.483Z] #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-05-28T05:22:37.483Z] #0 2.926 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:37.483Z] #0 3.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:37.483Z] #0 3.215 OK: 264 MiB in 52 packages [2024-05-28T05:22:37.483Z] #64 DONE 3.3s [2024-05-28T05:22:37.483Z] [2024-05-28T05:22:37.483Z] #65 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:22:37.483Z] #65 DONE 0.1s [2024-05-28T05:22:37.483Z] [2024-05-28T05:22:37.483Z] #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:22:38.055Z] #66 ... [2024-05-28T05:22:38.055Z] [2024-05-28T05:22:38.055Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-05-28T05:22:38.055Z] #0 2.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.055Z] #0 2.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.055Z] #0 3.138 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:22:38.055Z] #0 3.138 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:22:38.055Z] #0 3.138 OK: 20075 distinct packages available [2024-05-28T05:22:38.055Z] #0 3.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.055Z] #0 3.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.055Z] #0 3.599 OK: 264 MiB in 52 packages [2024-05-28T05:22:38.055Z] #67 DONE 3.8s [2024-05-28T05:22:38.055Z] [2024-05-28T05:22:38.055Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:22:38.622Z] #68 DONE 0.5s [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-05-28T05:22:38.622Z] #0 2.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 4.140 OK: 264 MiB in 52 packages [2024-05-28T05:22:38.622Z] #69 DONE 4.4s [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #70 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:22:38.622Z] #0 3.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.428 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:38.622Z] #0 3.428 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:38.622Z] #0 3.431 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:38.622Z] #0 3.497 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:38.622Z] #0 3.502 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.801 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 3.819 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:38.622Z] #0 3.951 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 3.955 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:38.622Z] #0 3.961 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:38.622Z] #0 4.019 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:38.622Z] #0 4.085 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 4.089 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:38.622Z] #0 4.097 OK: 7 MiB in 16 packages [2024-05-28T05:22:38.622Z] #70 DONE 4.4s [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:22:38.622Z] #0 3.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.443 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:38.622Z] #0 3.443 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:38.622Z] #0 3.450 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:38.622Z] #0 3.550 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:38.622Z] #0 3.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.857 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 3.934 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:38.622Z] #0 3.948 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 3.952 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:38.622Z] #0 3.960 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:38.622Z] #0 3.998 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:38.622Z] #0 4.029 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 4.029 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:38.622Z] #0 4.133 OK: 7 MiB in 16 packages [2024-05-28T05:22:38.622Z] #71 DONE 4.4s [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-05-28T05:22:38.622Z] #0 3.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.684 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:38.622Z] #0 3.684 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:38.622Z] #0 3.693 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:38.622Z] #0 3.740 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:38.622Z] #0 3.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 4.066 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 4.077 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:38.622Z] #0 4.101 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 4.104 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:38.622Z] #0 4.111 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 4.114 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:38.622Z] #0 4.122 OK: 17 MiB in 19 packages [2024-05-28T05:22:38.622Z] #72 DONE 4.4s [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #73 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-05-28T05:22:38.622Z] #73 ... [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:22:38.622Z] #0 2.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.086 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.317 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:38.622Z] #0 3.317 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:38.622Z] #0 3.330 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:38.622Z] #0 3.429 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:38.622Z] #0 3.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:38.622Z] #0 3.814 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 3.833 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:38.622Z] #0 3.927 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 3.937 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:38.622Z] #0 3.942 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:38.622Z] #0 3.974 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:38.622Z] #0 3.980 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:38.622Z] #0 3.983 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:38.622Z] #0 3.988 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:22:38.622Z] #0 4.229 OK: 12 MiB in 26 packages [2024-05-28T05:22:38.622Z] #74 DONE 4.5s [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #73 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-05-28T05:22:38.622Z] #73 DONE 0.3s [2024-05-28T05:22:38.622Z] [2024-05-28T05:22:38.622Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:22:38.886Z] #75 DONE 0.3s [2024-05-28T05:22:38.886Z] [2024-05-28T05:22:38.886Z] #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:22:39.555Z] #76 ... [2024-05-28T05:22:39.555Z] [2024-05-28T05:22:39.555Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-05-28T05:22:39.555Z] #0 3.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 3.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 4.180 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:39.555Z] #0 4.180 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:39.555Z] #0 4.192 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:39.555Z] #0 4.238 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:39.555Z] #0 4.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 4.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 4.586 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 4.625 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:39.555Z] #0 4.651 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 4.654 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:39.555Z] #0 4.661 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.555Z] #0 4.697 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.555Z] #0 4.708 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 4.712 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:39.555Z] #0 4.718 OK: 7 MiB in 17 packages [2024-05-28T05:22:39.555Z] #77 DONE 5.1s [2024-05-28T05:22:39.555Z] [2024-05-28T05:22:39.555Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-05-28T05:22:39.555Z] #0 3.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 4.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 4.298 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:39.555Z] #0 4.298 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:39.555Z] #0 4.309 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:39.555Z] #0 4.390 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:39.555Z] #0 4.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 4.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 4.685 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 4.698 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:39.555Z] #0 4.729 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 4.732 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:39.555Z] #0 4.738 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.555Z] #0 4.775 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.555Z] #0 4.782 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 4.785 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:39.555Z] #0 4.791 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:22:39.555Z] #0 4.844 OK: 17 MiB in 19 packages [2024-05-28T05:22:39.555Z] #78 DONE 5.4s [2024-05-28T05:22:39.555Z] [2024-05-28T05:22:39.555Z] #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-05-28T05:22:39.555Z] #0 2.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 2.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 2.517 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:39.555Z] #0 2.517 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:39.555Z] #0 2.520 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:39.555Z] #0 2.586 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:39.555Z] #0 2.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 2.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.555Z] #0 2.856 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 2.869 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:39.555Z] #0 2.884 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 2.888 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:39.555Z] #0 2.894 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.555Z] #0 2.925 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.555Z] #0 2.932 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.555Z] #0 2.935 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:39.555Z] #0 2.974 OK: 8 MiB in 19 packages [2024-05-28T05:22:39.863Z] #79 DONE 3.4s [2024-05-28T05:22:39.863Z] [2024-05-28T05:22:39.863Z] #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-05-28T05:22:39.863Z] #0 1.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.863Z] #0 2.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.863Z] #0 2.302 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:39.863Z] #0 2.302 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:39.863Z] #0 2.370 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:39.863Z] #0 2.455 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:39.864Z] #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.864Z] #0 2.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.864Z] #0 2.849 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.864Z] #0 2.867 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:39.864Z] #0 2.877 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.864Z] #0 2.880 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:39.864Z] #0 2.886 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.864Z] #0 2.889 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:39.864Z] #0 2.895 OK: 8 MiB in 20 packages [2024-05-28T05:22:39.864Z] #80 DONE 3.4s [2024-05-28T05:22:39.864Z] [2024-05-28T05:22:39.864Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:22:39.864Z] #0 4.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.864Z] #0 4.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.864Z] #0 4.506 Upgrading critical system libraries and apk-tools: [2024-05-28T05:22:39.864Z] #0 4.506 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:22:39.864Z] #0 4.514 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:22:39.864Z] #0 4.563 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:22:39.864Z] #0 4.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.864Z] #0 4.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-05-28T05:22:39.864Z] #0 4.916 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.864Z] #0 4.931 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:22:39.864Z] #0 4.946 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.864Z] #0 4.951 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:22:39.864Z] #0 4.959 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.864Z] #0 4.989 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:22:39.864Z] #0 4.998 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:22:39.864Z] #0 5.001 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:22:39.864Z] #0 5.006 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:22:39.864Z] #0 5.072 OK: 8 MiB in 17 packages [2024-05-28T05:22:39.864Z] #81 DONE 5.5s [2024-05-28T05:22:39.864Z] [2024-05-28T05:22:39.864Z] #82 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-05-28T05:22:41.877Z] #82 DONE 2.2s [2024-05-28T05:22:41.877Z] [2024-05-28T05:22:41.877Z] #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-05-28T05:22:42.152Z] #83 ... [2024-05-28T05:22:42.152Z] [2024-05-28T05:22:42.152Z] #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-05-28T05:22:42.152Z] #84 DONE 2.2s [2024-05-28T05:22:42.152Z] [2024-05-28T05:22:42.152Z] #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-05-28T05:22:42.152Z] #85 DONE 2.3s [2024-05-28T05:22:42.152Z] [2024-05-28T05:22:42.152Z] #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-05-28T05:22:42.152Z] #83 DONE 0.2s [2024-05-28T05:22:42.152Z] [2024-05-28T05:22:42.152Z] #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-05-28T05:22:42.152Z] #86 DONE 0.2s [2024-05-28T05:22:42.152Z] [2024-05-28T05:22:42.152Z] #87 [security-spire-server stage-2 6/9] COPY security.txt / [2024-05-28T05:22:43.165Z] #87 DONE 0.7s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #88 [security-spire-config stage-2 6/10] COPY security.txt / [2024-05-28T05:22:43.165Z] #88 DONE 0.7s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-05-28T05:22:43.165Z] #89 DONE 1.0s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-05-28T05:22:43.165Z] #90 DONE 0.1s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-05-28T05:22:43.165Z] #91 DONE 0.1s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-05-28T05:22:43.165Z] #92 DONE 0.1s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-05-28T05:22:43.165Z] #93 DONE 0.1s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #94 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-05-28T05:22:43.165Z] #94 DONE 0.1s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-05-28T05:22:43.165Z] #95 DONE 0.1s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-05-28T05:22:43.165Z] #96 DONE 0.1s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-05-28T05:22:43.165Z] #97 ... [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #98 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-05-28T05:22:43.165Z] #98 DONE 3.9s [2024-05-28T05:22:43.165Z] [2024-05-28T05:22:43.165Z] #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-05-28T05:22:43.165Z] #99 DONE 0.2s [2024-05-28T05:22:43.424Z] [2024-05-28T05:22:43.424Z] #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-05-28T05:22:43.424Z] #97 DONE 0.2s [2024-05-28T05:22:43.424Z] [2024-05-28T05:22:43.424Z] #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-05-28T05:22:43.424Z] #100 DONE 0.2s [2024-05-28T05:22:43.424Z] [2024-05-28T05:22:43.424Z] #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-05-28T05:22:43.424Z] #101 DONE 0.1s [2024-05-28T05:22:43.424Z] [2024-05-28T05:22:43.424Z] #102 [security-spire-server] exporting to image [2024-05-28T05:22:43.424Z] #102 exporting layers [2024-05-28T05:22:43.424Z] #102 ... [2024-05-28T05:22:43.424Z] [2024-05-28T05:22:43.424Z] #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-05-28T05:22:43.424Z] #103 DONE 0.0s [2024-05-28T05:22:43.424Z] [2024-05-28T05:22:43.424Z] #102 [security-spire-agent] exporting to image [2024-05-28T05:22:43.990Z] #102 exporting layers 0.5s done [2024-05-28T05:22:43.990Z] #102 writing image sha256:11d4f0b1140fa5c47ab0405ff636297e371309a98203bc0db933a65c85bb5107 done [2024-05-28T05:22:43.990Z] #102 naming to docker.io/library/security-spire-config done [2024-05-28T05:22:43.990Z] #102 exporting layers 0.5s done [2024-05-28T05:22:43.990Z] #102 writing image sha256:35166f447450b8bbcb1892ca66842621fe52a0b4bfc2f8c13cb0aa7e06a255da done [2024-05-28T05:22:43.990Z] #102 naming to docker.io/library/security-spire-server done [2024-05-28T05:22:43.990Z] #102 writing image sha256:012b38a9bdcc4c4e9ab9a04dce27f48a92919a2806f0b7df817de57c958dc6ef done [2024-05-28T05:22:43.990Z] #102 naming to docker.io/library/security-spire-agent done [2024-05-28T05:22:43.990Z] #102 DONE 0.7s [2024-05-28T05:22:43.990Z] [2024-05-28T05:22:43.990Z] #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:22:49.681Z] Removing intermediate container 014753cb6ad8 [2024-05-28T05:22:49.681Z] ---> dd224a0ab584 [2024-05-28T05:22:49.681Z] Successfully built dd224a0ab584 [2024-05-28T05:22:49.681Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:22:50.031Z] + docker inspect -f . ci-base-image-arm64 [2024-05-28T05:22:50.031Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:22:50.230Z] prd-ubuntu20.04-docker-arm64-4c-16g-919 does not seem to be running inside a container [2024-05-28T05:22:50.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:22:51.518Z] $ docker top a57741fda934c1a01c47e4bea7adcb6ca499b0fd4b907d50c3750346b22d7525 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-28T05:22:52.358Z] + go version [2024-05-28T05:22:52.358Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-05-28T05:22:52.379Z] $ docker stop --time=1 a57741fda934c1a01c47e4bea7adcb6ca499b0fd4b907d50c3750346b22d7525 [2024-05-28T05:22:53.978Z] $ docker rm -f --volumes a57741fda934c1a01c47e4bea7adcb6ca499b0fd4b907d50c3750346b22d7525 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:22:54.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-05-28T05:22:54.653Z] [2024-05-28T05:22:54.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:22:54.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-05-28T05:22:54.987Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-05-28T05:22:54.987Z] 547446be3368: Pulling fs layer [2024-05-28T05:22:54.987Z] d125d8839a47: Pulling fs layer [2024-05-28T05:22:54.987Z] 3e85d5ac6304: Pulling fs layer [2024-05-28T05:22:54.987Z] c3105a71a48b: Pulling fs layer [2024-05-28T05:22:54.987Z] 0f093f025ec4: Pulling fs layer [2024-05-28T05:22:54.987Z] c3105a71a48b: Waiting [2024-05-28T05:22:54.987Z] c3106fc0e877: Pulling fs layer [2024-05-28T05:22:54.987Z] c3106fc0e877: Waiting [2024-05-28T05:22:54.987Z] 0f093f025ec4: Waiting [2024-05-28T05:22:55.254Z] 547446be3368: Verifying Checksum [2024-05-28T05:22:55.254Z] 547446be3368: Download complete [2024-05-28T05:22:55.254Z] c3105a71a48b: Verifying Checksum [2024-05-28T05:22:55.254Z] c3105a71a48b: Download complete [2024-05-28T05:22:55.838Z] d125d8839a47: Verifying Checksum [2024-05-28T05:22:55.838Z] d125d8839a47: Download complete [2024-05-28T05:22:55.838Z] c3106fc0e877: Download complete [2024-05-28T05:22:55.838Z] 0f093f025ec4: Verifying Checksum [2024-05-28T05:22:55.838Z] 0f093f025ec4: Download complete [2024-05-28T05:22:56.105Z] 547446be3368: Pull complete [2024-05-28T05:22:57.061Z] d125d8839a47: Pull complete [2024-05-28T05:22:57.643Z] 3e85d5ac6304: Verifying Checksum [2024-05-28T05:22:57.643Z] 3e85d5ac6304: Download complete [2024-05-28T05:23:07.725Z] 3e85d5ac6304: Pull complete [2024-05-28T05:23:07.725Z] c3105a71a48b: Pull complete [2024-05-28T05:23:08.682Z] 0f093f025ec4: Pull complete [2024-05-28T05:23:08.949Z] c3106fc0e877: Pull complete [2024-05-28T05:23:08.949Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-05-28T05:23:08.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-05-28T05:23:08.949Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:23:09.130Z] prd-ubuntu20.04-docker-arm64-4c-16g-919 does not seem to be running inside a container [2024-05-28T05:23:09.194Z] $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:23:11.326Z] $ docker top d75e73cd940375643e39cea44ae0f5378e227c352a82d4ff49bd8ab1f4ee4235 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-28T05:23:11.865Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-05-28T05:23:20.094Z] #1 [core-metadata internal] load build definition from Dockerfile [2024-05-28T05:23:20.094Z] #1 transferring dockerfile: 30B [2024-05-28T05:23:20.361Z] #1 transferring dockerfile: 2.06kB 0.0s done [2024-05-28T05:23:20.361Z] #1 DONE 0.1s [2024-05-28T05:23:20.947Z] [2024-05-28T05:23:20.947Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-05-28T05:23:20.947Z] #2 transferring dockerfile: 1.89kB done [2024-05-28T05:23:20.947Z] #2 DONE 0.0s [2024-05-28T05:23:20.947Z] [2024-05-28T05:23:20.947Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2024-05-28T05:23:20.947Z] #3 transferring dockerfile: 2.50kB 0.0s done [2024-05-28T05:23:20.947Z] #3 DONE 0.1s [2024-05-28T05:23:20.947Z] [2024-05-28T05:23:20.947Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2024-05-28T05:23:20.947Z] #4 transferring dockerfile: 2.93kB done [2024-05-28T05:23:20.947Z] #4 DONE 0.1s [2024-05-28T05:23:21.224Z] [2024-05-28T05:23:21.224Z] #5 [support-scheduler internal] load build definition from Dockerfile [2024-05-28T05:23:21.224Z] #5 transferring dockerfile: 1.93kB done [2024-05-28T05:23:21.224Z] #5 DONE 0.0s [2024-05-28T05:23:21.224Z] [2024-05-28T05:23:21.224Z] #6 [core-command internal] load build definition from Dockerfile [2024-05-28T05:23:21.224Z] #6 transferring dockerfile: 1.93kB done [2024-05-28T05:23:21.224Z] #6 DONE 0.0s [2024-05-28T05:23:21.224Z] [2024-05-28T05:23:21.224Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2024-05-28T05:23:21.224Z] #7 transferring dockerfile: 1.81kB 0.0s done [2024-05-28T05:23:21.224Z] #7 DONE 0.1s [2024-05-28T05:23:21.224Z] [2024-05-28T05:23:21.224Z] #8 [core-data internal] load build definition from Dockerfile [2024-05-28T05:23:21.224Z] #8 transferring dockerfile: 2.01kB done [2024-05-28T05:23:21.224Z] #8 DONE 0.1s [2024-05-28T05:23:21.224Z] [2024-05-28T05:23:21.224Z] #9 [security-spire-server internal] load build definition from Dockerfile [2024-05-28T05:23:21.224Z] #9 transferring dockerfile: 1.70kB done [2024-05-28T05:23:21.499Z] #9 DONE 0.1s [2024-05-28T05:23:21.499Z] [2024-05-28T05:23:21.499Z] #10 [security-secretstore-setup internal] load build definition from Dockerfile [2024-05-28T05:23:21.499Z] #10 transferring dockerfile: 2.49kB 0.0s done [2024-05-28T05:23:21.499Z] #10 DONE 0.1s [2024-05-28T05:23:21.499Z] [2024-05-28T05:23:21.499Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-05-28T05:23:21.499Z] #11 transferring dockerfile: 2.23kB 0.0s done [2024-05-28T05:23:21.499Z] #11 DONE 0.1s [2024-05-28T05:23:21.499Z] [2024-05-28T05:23:21.499Z] #12 [security-spire-config internal] load build definition from Dockerfile [2024-05-28T05:23:21.770Z] #12 transferring dockerfile: 1.69kB 0.0s done [2024-05-28T05:23:21.771Z] #12 DONE 0.1s [2024-05-28T05:23:21.771Z] [2024-05-28T05:23:21.771Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2024-05-28T05:23:21.771Z] #13 transferring dockerfile: 2.15kB done [2024-05-28T05:23:21.771Z] #13 DONE 0.1s [2024-05-28T05:23:21.771Z] [2024-05-28T05:23:21.771Z] #14 [support-notifications internal] load build definition from Dockerfile [2024-05-28T05:23:21.771Z] #14 transferring dockerfile: 1.95kB 0.0s done [2024-05-28T05:23:21.771Z] #14 DONE 0.1s [2024-05-28T05:23:21.771Z] [2024-05-28T05:23:21.771Z] #15 [core-metadata internal] load .dockerignore [2024-05-28T05:23:21.771Z] #15 transferring context: 50B done [2024-05-28T05:23:22.039Z] #15 DONE 0.1s [2024-05-28T05:23:22.639Z] [2024-05-28T05:23:22.639Z] #16 [security-spiffe-token-provider internal] load .dockerignore [2024-05-28T05:23:22.639Z] #16 transferring context: 50B done [2024-05-28T05:23:22.639Z] #16 DONE 0.0s [2024-05-28T05:23:22.639Z] [2024-05-28T05:23:22.639Z] #17 [security-proxy-setup internal] load .dockerignore [2024-05-28T05:23:22.639Z] #17 transferring context: 50B done [2024-05-28T05:23:22.639Z] #17 DONE 0.1s [2024-05-28T05:23:22.639Z] [2024-05-28T05:23:22.639Z] #18 [security-bootstrapper internal] load .dockerignore [2024-05-28T05:23:22.639Z] #18 transferring context: 50B 0.0s done [2024-05-28T05:23:22.639Z] #18 DONE 0.1s [2024-05-28T05:23:22.639Z] [2024-05-28T05:23:22.639Z] #19 [support-scheduler internal] load .dockerignore [2024-05-28T05:23:22.639Z] #19 transferring context: 50B done [2024-05-28T05:23:22.639Z] #19 DONE 0.1s [2024-05-28T05:23:22.639Z] [2024-05-28T05:23:22.639Z] #20 [core-command internal] load .dockerignore [2024-05-28T05:23:22.908Z] #20 transferring context: 50B 0.0s done [2024-05-28T05:23:22.908Z] #20 DONE 0.1s [2024-05-28T05:23:22.908Z] [2024-05-28T05:23:22.908Z] #21 [security-spire-agent internal] load .dockerignore [2024-05-28T05:23:22.908Z] #21 transferring context: 50B 0.0s done [2024-05-28T05:23:22.908Z] #21 DONE 0.1s [2024-05-28T05:23:22.908Z] [2024-05-28T05:23:22.908Z] #22 [core-data internal] load .dockerignore [2024-05-28T05:23:22.908Z] #22 transferring context: 50B 0.0s done [2024-05-28T05:23:22.908Z] #22 DONE 0.1s [2024-05-28T05:23:22.908Z] [2024-05-28T05:23:22.908Z] #23 [security-spire-server internal] load .dockerignore [2024-05-28T05:23:22.908Z] #23 transferring context: 50B done [2024-05-28T05:23:22.908Z] #23 DONE 0.0s [2024-05-28T05:23:22.908Z] [2024-05-28T05:23:22.908Z] #24 [security-secretstore-setup internal] load .dockerignore [2024-05-28T05:23:22.948Z] #104 DONE 43.1s [2024-05-28T05:23:22.948Z] [2024-05-28T05:23:22.948Z] #76 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:22.948Z] #76 DONE 42.7s [2024-05-28T05:23:22.948Z] [2024-05-28T05:23:22.948Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-05-28T05:23:22.948Z] #105 ... [2024-05-28T05:23:22.948Z] [2024-05-28T05:23:22.948Z] #66 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:22.948Z] #66 DONE 44.0s [2024-05-28T05:23:22.948Z] [2024-05-28T05:23:22.948Z] #63 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:22.948Z] #63 DONE 44.3s [2024-05-28T05:23:22.948Z] [2024-05-28T05:23:22.948Z] #106 [security-proxy-setup builder 6/7] COPY . . [2024-05-28T05:23:23.178Z] #24 transferring context: 50B 0.0s done [2024-05-28T05:23:23.178Z] #24 DONE 0.1s [2024-05-28T05:23:23.178Z] [2024-05-28T05:23:23.178Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-05-28T05:23:23.178Z] #25 transferring context: 50B 0.0s done [2024-05-28T05:23:23.178Z] #25 DONE 0.1s [2024-05-28T05:23:23.178Z] [2024-05-28T05:23:23.178Z] #26 [security-spire-config internal] load .dockerignore [2024-05-28T05:23:23.178Z] #26 transferring context: 50B 0.0s done [2024-05-28T05:23:23.178Z] #26 DONE 0.1s [2024-05-28T05:23:23.178Z] [2024-05-28T05:23:23.178Z] #27 [support-notifications internal] load .dockerignore [2024-05-28T05:23:23.447Z] #27 transferring context: 50B 0.0s done [2024-05-28T05:23:23.447Z] #27 DONE 0.1s [2024-05-28T05:23:23.447Z] [2024-05-28T05:23:23.447Z] #28 [security-proxy-auth internal] load .dockerignore [2024-05-28T05:23:23.447Z] #28 transferring context: 50B 0.0s done [2024-05-28T05:23:23.447Z] #28 DONE 0.1s [2024-05-28T05:23:23.447Z] [2024-05-28T05:23:23.447Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:23.447Z] #29 DONE 0.0s [2024-05-28T05:23:23.447Z] [2024-05-28T05:23:23.447Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:23:23.447Z] #30 DONE 0.1s [2024-05-28T05:23:23.447Z] [2024-05-28T05:23:23.447Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:23.447Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:23.717Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:23.717Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:23.717Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:23.717Z] #31 DONE 0.2s [2024-05-28T05:23:23.717Z] [2024-05-28T05:23:23.717Z] #32 [core-metadata internal] load build context [2024-05-28T05:23:23.985Z] #32 transferring context: 2.64MB 0.5s done [2024-05-28T05:23:24.252Z] #32 DONE 0.6s [2024-05-28T05:23:24.252Z] [2024-05-28T05:23:24.252Z] #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-05-28T05:23:24.252Z] #33 ... [2024-05-28T05:23:24.252Z] [2024-05-28T05:23:24.252Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:24.252Z] #29 DONE 0.0s [2024-05-28T05:23:24.252Z] [2024-05-28T05:23:24.253Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:24.253Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:24.253Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:24.253Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:24.253Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:24.253Z] #31 DONE 0.4s [2024-05-28T05:23:24.253Z] [2024-05-28T05:23:24.253Z] #33 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-05-28T05:23:24.521Z] #33 DONE 1.6s [2024-05-28T05:23:24.521Z] [2024-05-28T05:23:24.521Z] #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:24.521Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:24.521Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:24.521Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:24.521Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:24.521Z] #31 DONE 0.4s [2024-05-28T05:23:24.521Z] [2024-05-28T05:23:24.521Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:24.521Z] #29 DONE 0.0s [2024-05-28T05:23:24.521Z] [2024-05-28T05:23:24.521Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:23:24.521Z] #30 DONE 0.3s [2024-05-28T05:23:24.521Z] [2024-05-28T05:23:24.521Z] #34 [security-bootstrapper internal] load build context [2024-05-28T05:23:24.521Z] #34 ... [2024-05-28T05:23:24.521Z] [2024-05-28T05:23:24.521Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:24.521Z] #29 DONE 0.0s [2024-05-28T05:23:24.521Z] [2024-05-28T05:23:24.521Z] #34 [security-bootstrapper internal] load build context [2024-05-28T05:23:24.789Z] #34 ... [2024-05-28T05:23:24.789Z] [2024-05-28T05:23:24.789Z] #31 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:24.789Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:24.789Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:24.789Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:24.789Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:24.789Z] #31 DONE 0.4s [2024-05-28T05:23:24.789Z] [2024-05-28T05:23:24.789Z] #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-05-28T05:23:24.789Z] #33 DONE 1.7s [2024-05-28T05:23:24.789Z] [2024-05-28T05:23:24.789Z] #34 [security-bootstrapper internal] load build context [2024-05-28T05:23:25.380Z] #34 ... [2024-05-28T05:23:25.380Z] [2024-05-28T05:23:25.380Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:25.380Z] #29 DONE 0.0s [2024-05-28T05:23:25.380Z] [2024-05-28T05:23:25.380Z] #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:23:25.380Z] #30 DONE 1.1s [2024-05-28T05:23:25.380Z] [2024-05-28T05:23:25.380Z] #35 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-05-28T05:23:25.380Z] #35 DONE 1.5s [2024-05-28T05:23:25.380Z] [2024-05-28T05:23:25.380Z] #34 [security-bootstrapper internal] load build context [2024-05-28T05:23:25.380Z] #34 ... [2024-05-28T05:23:25.380Z] [2024-05-28T05:23:25.380Z] #31 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:25.380Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:25.380Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:25.380Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:25.380Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:25.380Z] #31 DONE 0.5s [2024-05-28T05:23:25.380Z] [2024-05-28T05:23:25.380Z] #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-05-28T05:23:25.380Z] #33 DONE 1.7s [2024-05-28T05:23:25.380Z] [2024-05-28T05:23:25.380Z] #35 [core-data builder 2/7] WORKDIR /edgex-go [2024-05-28T05:23:25.380Z] #35 DONE 1.5s [2024-05-28T05:23:25.649Z] [2024-05-28T05:23:25.649Z] #36 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-05-28T05:23:25.649Z] #36 ... [2024-05-28T05:23:25.649Z] [2024-05-28T05:23:25.649Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:25.649Z] #29 DONE 0.0s [2024-05-28T05:23:25.918Z] [2024-05-28T05:23:25.918Z] #34 [security-bootstrapper internal] load build context [2024-05-28T05:23:26.187Z] #34 ... [2024-05-28T05:23:26.187Z] [2024-05-28T05:23:26.187Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:26.187Z] #29 DONE 0.0s [2024-05-28T05:23:26.187Z] [2024-05-28T05:23:26.187Z] #34 [security-bootstrapper internal] load build context [2024-05-28T05:23:26.187Z] #34 transferring context: 2.64MB 1.5s done [2024-05-28T05:23:26.187Z] #34 DONE 1.8s [2024-05-28T05:23:26.187Z] [2024-05-28T05:23:26.187Z] #37 [security-proxy-setup internal] load build context [2024-05-28T05:23:26.460Z] #37 ... [2024-05-28T05:23:26.460Z] [2024-05-28T05:23:26.460Z] #30 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:23:26.460Z] #30 DONE 2.2s [2024-05-28T05:23:26.460Z] [2024-05-28T05:23:26.460Z] #37 [security-proxy-setup internal] load build context [2024-05-28T05:23:26.460Z] #37 ... [2024-05-28T05:23:26.460Z] [2024-05-28T05:23:26.460Z] #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:26.460Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:26.460Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:26.460Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:26.460Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:26.460Z] #31 DONE 0.6s [2024-05-28T05:23:26.460Z] [2024-05-28T05:23:26.460Z] #33 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-05-28T05:23:26.460Z] #33 DONE 1.8s [2024-05-28T05:23:26.460Z] [2024-05-28T05:23:26.460Z] #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-05-28T05:23:26.460Z] #35 DONE 1.6s [2024-05-28T05:23:26.460Z] [2024-05-28T05:23:26.460Z] #37 [security-proxy-setup internal] load build context [2024-05-28T05:23:26.729Z] #37 ... [2024-05-28T05:23:26.729Z] [2024-05-28T05:23:26.729Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:26.729Z] #29 DONE 0.0s [2024-05-28T05:23:26.729Z] [2024-05-28T05:23:26.729Z] #37 [security-proxy-setup internal] load build context [2024-05-28T05:23:26.729Z] #37 transferring context: 2.64MB 2.1s done [2024-05-28T05:23:26.729Z] #37 ... [2024-05-28T05:23:26.729Z] [2024-05-28T05:23:26.729Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-05-28T05:23:26.729Z] #29 DONE 0.0s [2024-05-28T05:23:26.999Z] [2024-05-28T05:23:26.999Z] #38 [security-spiffe-token-provider internal] load build context [2024-05-28T05:23:26.999Z] #38 transferring context: 2.64MB 2.0s done [2024-05-28T05:23:26.999Z] #38 DONE 2.5s [2024-05-28T05:23:26.999Z] [2024-05-28T05:23:26.999Z] #39 [support-scheduler internal] load build context [2024-05-28T05:23:26.999Z] #39 transferring context: 2.64MB 1.7s done [2024-05-28T05:23:27.269Z] #39 ... [2024-05-28T05:23:27.269Z] [2024-05-28T05:23:27.269Z] #31 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:27.269Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:27.269Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:27.269Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:27.269Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:27.269Z] #31 DONE 0.7s [2024-05-28T05:23:27.269Z] [2024-05-28T05:23:27.269Z] #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-05-28T05:23:27.269Z] #33 DONE 1.9s [2024-05-28T05:23:27.269Z] [2024-05-28T05:23:27.269Z] #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-05-28T05:23:27.269Z] #35 DONE 1.7s [2024-05-28T05:23:27.269Z] [2024-05-28T05:23:27.269Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-05-28T05:23:27.269Z] #30 DONE 2.8s [2024-05-28T05:23:27.269Z] [2024-05-28T05:23:27.269Z] #37 [security-proxy-setup internal] load build context [2024-05-28T05:23:27.269Z] #37 DONE 2.9s [2024-05-28T05:23:27.269Z] [2024-05-28T05:23:27.269Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:27.537Z] #40 ... [2024-05-28T05:23:27.537Z] [2024-05-28T05:23:27.537Z] #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-05-28T05:23:27.537Z] #41 DONE 2.7s [2024-05-28T05:23:27.537Z] [2024-05-28T05:23:27.537Z] #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-05-28T05:23:27.811Z] #42 ... [2024-05-28T05:23:27.811Z] [2024-05-28T05:23:27.811Z] #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-05-28T05:23:27.811Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-05-28T05:23:27.811Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-05-28T05:23:27.811Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-05-28T05:23:27.811Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-05-28T05:23:27.811Z] #31 DONE 0.7s [2024-05-28T05:23:27.811Z] [2024-05-28T05:23:27.811Z] #43 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-05-28T05:23:27.811Z] #43 DONE 2.8s [2024-05-28T05:23:27.811Z] [2024-05-28T05:23:27.811Z] #39 [support-scheduler internal] load build context [2024-05-28T05:23:27.811Z] #39 DONE 3.0s [2024-05-28T05:23:27.811Z] [2024-05-28T05:23:27.811Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:27.811Z] #44 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:28.080Z] #44 ... [2024-05-28T05:23:28.080Z] [2024-05-28T05:23:28.080Z] #45 [core-command internal] load build context [2024-05-28T05:23:28.080Z] #45 transferring context: 2.64MB 1.5s done [2024-05-28T05:23:28.080Z] #45 DONE 3.2s [2024-05-28T05:23:28.080Z] [2024-05-28T05:23:28.080Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:28.080Z] #44 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-05-28T05:23:28.352Z] #44 ... [2024-05-28T05:23:28.352Z] [2024-05-28T05:23:28.352Z] #46 [core-data internal] load build context [2024-05-28T05:23:28.352Z] #46 transferring context: 2.64MB 1.6s done [2024-05-28T05:23:28.352Z] #46 DONE 2.8s [2024-05-28T05:23:28.352Z] [2024-05-28T05:23:28.352Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:28.352Z] #44 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-05-28T05:23:28.352Z] #44 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-05-28T05:23:29.329Z] #44 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-05-28T05:23:29.913Z] #44 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.5s [2024-05-28T05:23:30.182Z] #44 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.7s [2024-05-28T05:23:30.464Z] #44 ... [2024-05-28T05:23:30.464Z] [2024-05-28T05:23:30.464Z] #47 [security-spire-agent internal] load build context [2024-05-28T05:23:30.464Z] #47 transferring context: 26.22kB 0.2s done [2024-05-28T05:23:30.464Z] #47 DONE 2.5s [2024-05-28T05:23:30.464Z] [2024-05-28T05:23:30.464Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:30.733Z] #40 ... [2024-05-28T05:23:30.733Z] [2024-05-28T05:23:30.733Z] #48 [security-spire-config internal] load build context [2024-05-28T05:23:30.733Z] #48 transferring context: 24.94kB 0.3s done [2024-05-28T05:23:30.733Z] #48 DONE 2.9s [2024-05-28T05:23:30.733Z] [2024-05-28T05:23:30.733Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:31.521Z] #106 ... [2024-05-28T05:23:31.522Z] [2024-05-28T05:23:31.522Z] #107 [support-scheduler builder 6/7] COPY . . [2024-05-28T05:23:31.706Z] #40 ... [2024-05-28T05:23:31.706Z] [2024-05-28T05:23:31.706Z] #49 [security-spire-server internal] load build context [2024-05-28T05:23:31.706Z] #49 transferring context: 26.69kB 0.7s done [2024-05-28T05:23:31.706Z] #49 DONE 3.7s [2024-05-28T05:23:31.706Z] [2024-05-28T05:23:31.706Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:31.799Z] #107 ... [2024-05-28T05:23:31.799Z] [2024-05-28T05:23:31.799Z] #108 [support-notifications builder 6/7] COPY . . [2024-05-28T05:23:32.297Z] #40 ... [2024-05-28T05:23:32.297Z] [2024-05-28T05:23:32.297Z] #50 [security-secretstore-setup internal] load build context [2024-05-28T05:23:32.297Z] #50 transferring context: 2.64MB 3.6s done [2024-05-28T05:23:32.297Z] #50 DONE 5.4s [2024-05-28T05:23:32.297Z] [2024-05-28T05:23:32.297Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:32.297Z] #40 ... [2024-05-28T05:23:32.297Z] [2024-05-28T05:23:32.297Z] #51 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-05-28T05:23:32.297Z] #0 4.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:32.297Z] #0 5.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:32.297Z] #0 7.183 (1/1) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:32.297Z] #0 7.183 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:32.297Z] #0 7.183 OK: 8 MiB in 16 packages [2024-05-28T05:23:32.297Z] #51 DONE 9.3s [2024-05-28T05:23:32.297Z] [2024-05-28T05:23:32.297Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:32.567Z] #40 ... [2024-05-28T05:23:32.567Z] [2024-05-28T05:23:32.567Z] #52 [core-common-config-bootstrapper internal] load build context [2024-05-28T05:23:32.567Z] #52 transferring context: 2.64MB 4.1s done [2024-05-28T05:23:32.567Z] #52 DONE 6.1s [2024-05-28T05:23:32.567Z] [2024-05-28T05:23:32.567Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:34.383Z] #108 ... [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #107 [support-scheduler builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #107 DONE 12.7s [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #109 [core-metadata builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #109 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #110 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:34.383Z] #110 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #111 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:34.383Z] #111 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #112 [core-command builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #112 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #113 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:34.383Z] #113 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #114 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:34.383Z] #114 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #115 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:34.383Z] #115 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #116 [core-data builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #116 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:34.383Z] #117 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #108 [support-notifications builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #108 DONE 12.7s [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #118 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:34.383Z] #118 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #119 [security-proxy-auth builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #119 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #120 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:34.383Z] #120 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #121 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:34.383Z] #122 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:34.383Z] #123 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:34.383Z] #124 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:34.383Z] #125 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #126 [security-bootstrapper builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #126 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #127 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:34.383Z] #128 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:34.383Z] #129 CACHED [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #105 DONE 12.7s [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #106 [security-proxy-setup builder 6/7] COPY . . [2024-05-28T05:23:34.383Z] #106 DONE 12.7s [2024-05-28T05:23:34.383Z] [2024-05-28T05:23:34.383Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-05-28T05:23:34.520Z] #40 transferring context: 2.64MB 5.1s done [2024-05-28T05:23:34.520Z] #40 ... [2024-05-28T05:23:34.520Z] [2024-05-28T05:23:34.520Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-05-28T05:23:34.520Z] #0 9.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:34.520Z] #53 ... [2024-05-28T05:23:34.520Z] [2024-05-28T05:23:34.520Z] #40 [support-notifications internal] load build context [2024-05-28T05:23:34.520Z] #40 DONE 7.2s [2024-05-28T05:23:34.520Z] [2024-05-28T05:23:34.520Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-05-28T05:23:34.520Z] #0 9.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:34.790Z] #54 ... [2024-05-28T05:23:34.790Z] [2024-05-28T05:23:34.790Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-05-28T05:23:34.790Z] #55 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:34.790Z] #55 ... [2024-05-28T05:23:34.790Z] [2024-05-28T05:23:34.790Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:34.790Z] #44 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.2s done [2024-05-28T05:23:34.790Z] #44 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.3s done [2024-05-28T05:23:34.790Z] #44 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.1s done [2024-05-28T05:23:34.790Z] #44 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done [2024-05-28T05:23:34.790Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 5.5s [2024-05-28T05:23:34.790Z] #44 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-05-28T05:23:35.058Z] #44 ... [2024-05-28T05:23:35.058Z] [2024-05-28T05:23:35.058Z] #56 [security-proxy-auth internal] load build context [2024-05-28T05:23:35.058Z] #56 transferring context: 2.64MB 5.6s done [2024-05-28T05:23:35.058Z] #56 DONE 7.7s [2024-05-28T05:23:35.058Z] [2024-05-28T05:23:35.058Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:35.327Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 6.0s [2024-05-28T05:23:35.327Z] #44 ... [2024-05-28T05:23:35.327Z] [2024-05-28T05:23:35.327Z] #57 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-05-28T05:23:35.599Z] #57 ... [2024-05-28T05:23:35.599Z] [2024-05-28T05:23:35.599Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-05-28T05:23:35.599Z] #58 ... [2024-05-28T05:23:35.599Z] [2024-05-28T05:23:35.599Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-05-28T05:23:35.599Z] #0 9.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:35.599Z] #59 ... [2024-05-28T05:23:35.599Z] [2024-05-28T05:23:35.599Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-05-28T05:23:35.599Z] #55 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:35.762Z] #130 1.578 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-05-28T05:23:36.194Z] #55 ... [2024-05-28T05:23:36.195Z] [2024-05-28T05:23:36.195Z] #36 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-05-28T05:23:36.195Z] #36 8.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:36.195Z] #36 9.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:36.195Z] #36 10.61 OK: 266 MiB in 52 packages [2024-05-28T05:23:36.195Z] #36 DONE 11.6s [2024-05-28T05:23:36.195Z] [2024-05-28T05:23:36.195Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:36.195Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.86MB / 23.39MB 7.0s [2024-05-28T05:23:36.821Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.47MB / 23.39MB 7.3s [2024-05-28T05:23:36.821Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.10MB / 23.39MB 7.6s [2024-05-28T05:23:37.107Z] #44 ... [2024-05-28T05:23:37.107Z] [2024-05-28T05:23:37.107Z] #60 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:37.107Z] #60 DONE 1.0s [2024-05-28T05:23:37.107Z] [2024-05-28T05:23:37.107Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:37.107Z] #44 ... [2024-05-28T05:23:37.107Z] [2024-05-28T05:23:37.107Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-05-28T05:23:37.107Z] #0 9.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:37.107Z] #61 ... [2024-05-28T05:23:37.107Z] [2024-05-28T05:23:37.107Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:37.107Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.61MB / 23.39MB 8.0s [2024-05-28T05:23:37.376Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 8.1s [2024-05-28T05:23:37.376Z] #44 ... [2024-05-28T05:23:37.376Z] [2024-05-28T05:23:37.376Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-05-28T05:23:37.376Z] #62 ... [2024-05-28T05:23:37.376Z] [2024-05-28T05:23:37.376Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:37.644Z] #44 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.2s done [2024-05-28T05:23:37.644Z] #44 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2024-05-28T05:23:37.913Z] #44 ... [2024-05-28T05:23:37.913Z] [2024-05-28T05:23:37.913Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-05-28T05:23:37.913Z] #0 9.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:37.913Z] #63 ... [2024-05-28T05:23:37.913Z] [2024-05-28T05:23:37.913Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-05-28T05:23:37.913Z] #64 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.8s done [2024-05-28T05:23:37.913Z] #64 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-05-28T05:23:37.913Z] #64 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-05-28T05:23:37.913Z] #64 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-05-28T05:23:37.913Z] #64 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.9s done [2024-05-28T05:23:37.913Z] #64 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-05-28T05:23:37.913Z] #64 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 6.3s done [2024-05-28T05:23:37.913Z] #64 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.4s done [2024-05-28T05:23:37.913Z] #64 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-05-28T05:23:37.913Z] #64 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2024-05-28T05:23:38.180Z] #64 ... [2024-05-28T05:23:38.180Z] [2024-05-28T05:23:38.181Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-05-28T05:23:38.181Z] #65 ... [2024-05-28T05:23:38.181Z] [2024-05-28T05:23:38.181Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-05-28T05:23:38.181Z] #62 10.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:39.599Z] #62 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:42.198Z] #62 ... [2024-05-28T05:23:42.198Z] [2024-05-28T05:23:42.198Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-05-28T05:23:42.198Z] #54 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:42.198Z] #54 13.49 (1/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:23:42.198Z] #54 14.03 (2/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:23:42.198Z] #54 14.12 (3/6) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:42.198Z] #54 14.15 (4/6) Installing openssl (3.1.5-r0) [2024-05-28T05:23:42.198Z] #54 14.26 (5/6) Installing su-exec (0.2-r3) [2024-05-28T05:23:42.198Z] #54 14.26 (6/6) Installing yq (4.33.3-r5) [2024-05-28T05:23:42.198Z] #54 15.82 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:42.198Z] #54 15.96 OK: 18 MiB in 19 packages [2024-05-28T05:23:42.198Z] #54 DONE 17.6s [2024-05-28T05:23:42.198Z] [2024-05-28T05:23:42.198Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:42.198Z] #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.0s [2024-05-28T05:23:42.468Z] #44 ... [2024-05-28T05:23:42.468Z] [2024-05-28T05:23:42.468Z] #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-05-28T05:23:42.468Z] #0 7.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:42.468Z] #0 8.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:42.737Z] #66 ... [2024-05-28T05:23:42.737Z] [2024-05-28T05:23:42.737Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:43.006Z] #44 ... [2024-05-28T05:23:43.006Z] [2024-05-28T05:23:43.006Z] #57 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-05-28T05:23:43.006Z] #57 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:43.006Z] #57 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:43.006Z] #57 16.16 OK: 266 MiB in 52 packages [2024-05-28T05:23:43.006Z] #57 DONE 17.6s [2024-05-28T05:23:43.006Z] [2024-05-28T05:23:43.006Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-05-28T05:23:43.006Z] #55 16.59 (1/2) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:43.006Z] #55 16.64 (2/2) Installing su-exec (0.2-r3) [2024-05-28T05:23:43.006Z] #55 16.66 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:43.006Z] #55 16.85 OK: 8 MiB in 17 packages [2024-05-28T05:23:43.006Z] #55 DONE 18.5s [2024-05-28T05:23:43.006Z] [2024-05-28T05:23:43.006Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-05-28T05:23:44.444Z] #67 ... [2024-05-28T05:23:44.444Z] [2024-05-28T05:23:44.444Z] #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:44.444Z] #68 DONE 1.2s [2024-05-28T05:23:44.444Z] [2024-05-28T05:23:44.444Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:44.720Z] #44 ... [2024-05-28T05:23:44.720Z] [2024-05-28T05:23:44.720Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-05-28T05:23:44.720Z] #62 16.25 OK: 266 MiB in 52 packages [2024-05-28T05:23:44.720Z] #62 DONE 17.4s [2024-05-28T05:23:44.720Z] [2024-05-28T05:23:44.720Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:45.004Z] #44 ... [2024-05-28T05:23:45.004Z] [2024-05-28T05:23:45.004Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-05-28T05:23:45.004Z] #53 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:45.004Z] #53 16.02 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:23:45.004Z] #53 16.02 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:23:45.004Z] #53 16.02 OK: 19953 distinct packages available [2024-05-28T05:23:45.004Z] #53 17.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:45.004Z] #53 18.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:45.004Z] #53 ... [2024-05-28T05:23:45.004Z] [2024-05-28T05:23:45.004Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-05-28T05:23:45.004Z] #64 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.1s [2024-05-28T05:23:45.280Z] #64 ... [2024-05-28T05:23:45.280Z] [2024-05-28T05:23:45.280Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:45.548Z] #44 ... [2024-05-28T05:23:45.548Z] [2024-05-28T05:23:45.548Z] #69 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:45.548Z] #69 DONE 0.9s [2024-05-28T05:23:45.739Z] #130 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-05-28T05:23:45.739Z] #0 0.579 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-05-28T05:23:45.739Z] #131 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:23:45.739Z] #0 0.702 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-05-28T05:23:45.739Z] #132 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-05-28T05:23:45.739Z] #0 0.676 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-05-28T05:23:45.739Z] #133 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-05-28T05:23:45.739Z] #0 1.486 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-05-28T05:23:45.739Z] #134 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-05-28T05:23:45.739Z] #0 0.948 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-05-28T05:23:45.739Z] #135 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #136 [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-05-28T05:23:45.739Z] #0 1.514 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-05-28T05:23:45.739Z] #136 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-05-28T05:23:45.739Z] #0 1.002 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-05-28T05:23:45.739Z] #137 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-05-28T05:23:45.739Z] #0 1.248 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-05-28T05:23:45.739Z] #138 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-05-28T05:23:45.739Z] #0 0.766 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-05-28T05:23:45.739Z] #139 ... [2024-05-28T05:23:45.739Z] [2024-05-28T05:23:45.739Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:23:45.739Z] #0 1.583 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-05-28T05:23:45.819Z] [2024-05-28T05:23:45.819Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:45.819Z] #70 ... [2024-05-28T05:23:45.819Z] [2024-05-28T05:23:45.819Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-05-28T05:23:45.819Z] #59 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:45.819Z] #59 17.83 (1/1) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:45.819Z] #59 17.83 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:45.819Z] #59 18.11 OK: 8 MiB in 16 packages [2024-05-28T05:23:45.819Z] #59 DONE 20.4s [2024-05-28T05:23:46.092Z] [2024-05-28T05:23:46.092Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:47.068Z] #44 ... [2024-05-28T05:23:47.068Z] [2024-05-28T05:23:47.068Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-05-28T05:23:47.068Z] #58 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:47.068Z] #58 13.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:47.068Z] #58 19.23 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:23:47.068Z] #58 19.23 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:23:47.068Z] #58 19.23 OK: 19951 distinct packages available [2024-05-28T05:23:47.068Z] #58 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:47.068Z] #58 ... [2024-05-28T05:23:47.068Z] [2024-05-28T05:23:47.068Z] #71 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:47.337Z] #71 ... [2024-05-28T05:23:47.337Z] [2024-05-28T05:23:47.337Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:47.337Z] #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.1s [2024-05-28T05:23:47.606Z] #44 ... [2024-05-28T05:23:47.607Z] [2024-05-28T05:23:47.607Z] #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-05-28T05:23:47.607Z] #42 10.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:47.607Z] #42 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:47.607Z] #42 19.28 (1/2) Installing ca-certificates (20240226-r0) [2024-05-28T05:23:47.607Z] #42 20.05 (2/2) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:47.607Z] #42 20.09 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:47.607Z] #42 ... [2024-05-28T05:23:47.607Z] [2024-05-28T05:23:47.607Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:48.573Z] #44 ... [2024-05-28T05:23:48.573Z] [2024-05-28T05:23:48.573Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-05-28T05:23:48.573Z] #61 11.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:48.573Z] #61 17.72 (1/4) Installing ca-certificates (20240226-r0) [2024-05-28T05:23:48.573Z] #61 18.49 (2/4) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:48.573Z] #61 18.49 (3/4) Installing su-exec (0.2-r3) [2024-05-28T05:23:48.573Z] #61 18.49 (4/4) Installing yq (4.33.3-r5) [2024-05-28T05:23:48.573Z] #61 19.49 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:48.573Z] #61 19.59 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:23:48.573Z] #61 20.46 OK: 18 MiB in 19 packages [2024-05-28T05:23:48.573Z] #61 ... [2024-05-28T05:23:48.573Z] [2024-05-28T05:23:48.573Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:49.163Z] #44 ... [2024-05-28T05:23:49.163Z] [2024-05-28T05:23:49.163Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-05-28T05:23:49.163Z] #65 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:49.163Z] #65 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:49.163Z] #65 18.70 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:23:49.163Z] #65 18.70 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:23:49.163Z] #65 18.70 OK: 19953 distinct packages available [2024-05-28T05:23:49.163Z] #65 19.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:49.435Z] #65 ... [2024-05-28T05:23:49.435Z] [2024-05-28T05:23:49.435Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-05-28T05:23:49.435Z] #53 23.45 (1/11) Installing ca-certificates (20240226-r0) [2024-05-28T05:23:49.435Z] #53 23.73 (2/11) Installing brotli-libs (1.0.9-r14) [2024-05-28T05:23:49.435Z] #53 23.81 (3/11) Installing libunistring (1.1-r1) [2024-05-28T05:23:49.435Z] #53 23.94 (4/11) Installing libidn2 (2.3.4-r1) [2024-05-28T05:23:49.435Z] #53 23.96 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-05-28T05:23:49.435Z] #53 24.00 (6/11) Installing libcurl (8.5.0-r0) [2024-05-28T05:23:49.435Z] #53 24.10 (7/11) Installing curl (8.5.0-r0) [2024-05-28T05:23:49.435Z] #53 24.13 (8/11) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:49.435Z] #53 24.16 (9/11) Installing musl-obstack (1.2.3-r2) [2024-05-28T05:23:49.435Z] #53 24.19 (10/11) Installing libucontext (1.2-r2) [2024-05-28T05:23:49.435Z] #53 24.21 (11/11) Installing gcompat (1.1.0-r1) [2024-05-28T05:23:49.435Z] #53 24.24 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:49.435Z] #53 24.36 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:23:49.435Z] #53 ... [2024-05-28T05:23:49.435Z] [2024-05-28T05:23:49.435Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-05-28T05:23:49.435Z] #61 DONE 22.4s [2024-05-28T05:23:49.715Z] [2024-05-28T05:23:49.715Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-05-28T05:23:49.715Z] #65 21.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:49.995Z] #65 ... [2024-05-28T05:23:49.995Z] [2024-05-28T05:23:49.995Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-05-28T05:23:49.995Z] #63 12.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:49.995Z] #63 19.97 v3.18.6-236-gda1aa23a2d3 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-05-28T05:23:49.995Z] #63 19.97 v3.18.6-237-gf6249c4ff44 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-05-28T05:23:49.995Z] #63 19.97 OK: 19953 distinct packages available [2024-05-28T05:23:49.995Z] #63 21.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:49.995Z] #63 ... [2024-05-28T05:23:49.995Z] [2024-05-28T05:23:49.995Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:50.264Z] #44 ... [2024-05-28T05:23:50.264Z] [2024-05-28T05:23:50.264Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-05-28T05:23:50.264Z] #64 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 10.6s done [2024-05-28T05:23:50.264Z] #64 DONE 22.5s [2024-05-28T05:23:50.264Z] [2024-05-28T05:23:50.264Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:51.258Z] #44 ... [2024-05-28T05:23:51.258Z] [2024-05-28T05:23:51.258Z] #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-05-28T05:23:51.258Z] #42 20.27 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:23:51.258Z] #42 21.72 OK: 9 MiB in 17 packages [2024-05-28T05:23:51.258Z] #42 DONE 23.4s [2024-05-28T05:23:51.258Z] [2024-05-28T05:23:51.258Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:51.845Z] #44 ... [2024-05-28T05:23:51.845Z] [2024-05-28T05:23:51.845Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-05-28T05:23:51.845Z] #53 25.64 OK: 13 MiB in 26 packages [2024-05-28T05:23:51.845Z] #53 DONE 27.6s [2024-05-28T05:23:51.845Z] [2024-05-28T05:23:51.845Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:52.114Z] #44 ... [2024-05-28T05:23:52.114Z] [2024-05-28T05:23:52.115Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-05-28T05:23:52.115Z] #0 6.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:52.115Z] #0 8.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:52.115Z] #72 ... [2024-05-28T05:23:52.115Z] [2024-05-28T05:23:52.115Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:52.715Z] #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.5s [2024-05-28T05:23:54.234Z] #44 ... [2024-05-28T05:23:54.234Z] [2024-05-28T05:23:54.234Z] #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:23:54.529Z] #73 ... [2024-05-28T05:23:54.529Z] [2024-05-28T05:23:54.529Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:23:55.520Z] #44 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.4s done [2024-05-28T05:23:56.156Z] #44 ... [2024-05-28T05:23:56.156Z] [2024-05-28T05:23:56.156Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-05-28T05:23:56.156Z] #58 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:56.156Z] #58 28.18 OK: 266 MiB in 52 packages [2024-05-28T05:23:56.156Z] #58 DONE 30.6s [2024-05-28T05:23:56.156Z] [2024-05-28T05:23:56.156Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:23:56.156Z] #0 7.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:56.156Z] #0 8.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:56.156Z] #74 ... [2024-05-28T05:23:56.156Z] [2024-05-28T05:23:56.156Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:23:56.453Z] #75 DONE 0.6s [2024-05-28T05:23:56.453Z] [2024-05-28T05:23:56.453Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-05-28T05:23:56.453Z] #65 26.15 (1/7) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:23:56.453Z] #65 26.67 (2/7) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:23:56.453Z] #65 26.82 (3/7) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:56.453Z] #65 26.86 (4/7) Installing musl-obstack (1.2.3-r2) [2024-05-28T05:23:56.453Z] #65 26.87 (5/7) Installing libucontext (1.2-r2) [2024-05-28T05:23:56.453Z] #65 26.90 (6/7) Installing gcompat (1.1.0-r1) [2024-05-28T05:23:56.453Z] #65 26.96 (7/7) Installing openssl (3.1.5-r0) [2024-05-28T05:23:56.454Z] #65 27.20 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:56.454Z] #65 27.54 OK: 9 MiB in 20 packages [2024-05-28T05:23:57.514Z] #65 ... [2024-05-28T05:23:57.514Z] [2024-05-28T05:23:57.514Z] #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-05-28T05:23:57.514Z] #66 15.15 Upgrading critical system libraries and apk-tools: [2024-05-28T05:23:57.514Z] #66 15.15 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:23:57.514Z] #66 15.21 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:57.514Z] #66 16.49 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:23:57.514Z] #66 16.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:57.514Z] #66 18.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:57.514Z] #66 23.17 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:23:57.514Z] #66 23.31 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:23:57.514Z] #66 23.76 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:23:57.514Z] #66 23.76 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:23:57.514Z] #66 23.90 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:23:57.514Z] #66 25.05 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:23:57.514Z] #66 25.11 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:23:57.514Z] #66 25.16 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:23:57.811Z] #66 25.34 OK: 8 MiB in 16 packages [2024-05-28T05:23:57.811Z] #66 ... [2024-05-28T05:23:57.811Z] [2024-05-28T05:23:57.811Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-05-28T05:23:57.811Z] #65 DONE 29.7s [2024-05-28T05:23:57.811Z] [2024-05-28T05:23:57.811Z] #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-05-28T05:23:58.412Z] #76 ... [2024-05-28T05:23:58.412Z] [2024-05-28T05:23:58.412Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-05-28T05:23:58.412Z] #63 23.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:58.412Z] #63 28.00 (1/4) Installing dumb-init (1.2.5-r2) [2024-05-28T05:23:58.412Z] #63 28.02 (2/4) Installing musl-obstack (1.2.3-r2) [2024-05-28T05:23:58.412Z] #63 28.05 (3/4) Installing libucontext (1.2-r2) [2024-05-28T05:23:58.412Z] #63 28.08 (4/4) Installing gcompat (1.1.0-r1) [2024-05-28T05:23:58.412Z] #63 28.16 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:58.412Z] #63 28.45 OK: 8 MiB in 19 packages [2024-05-28T05:23:58.412Z] #63 DONE 30.6s [2024-05-28T05:23:58.706Z] [2024-05-28T05:23:58.706Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-05-28T05:23:59.300Z] #77 ... [2024-05-28T05:23:59.300Z] [2024-05-28T05:23:59.300Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-05-28T05:23:59.300Z] #0 5.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:59.300Z] #0 7.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:59.571Z] #78 ... [2024-05-28T05:23:59.571Z] [2024-05-28T05:23:59.571Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-05-28T05:23:59.571Z] #72 15.07 Upgrading critical system libraries and apk-tools: [2024-05-28T05:23:59.571Z] #72 15.08 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:23:59.571Z] #72 15.20 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:23:59.571Z] #72 17.24 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:23:59.571Z] #72 17.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:59.844Z] #72 ... [2024-05-28T05:23:59.844Z] [2024-05-28T05:23:59.844Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-05-28T05:23:59.844Z] #67 6.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:59.844Z] #67 8.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:59.844Z] #67 ... [2024-05-28T05:23:59.844Z] [2024-05-28T05:23:59.844Z] #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-05-28T05:23:59.844Z] #66 DONE 28.2s [2024-05-28T05:23:59.844Z] [2024-05-28T05:23:59.844Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:23:59.844Z] #0 4.917 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:23:59.844Z] #0 7.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:00.111Z] #79 ... [2024-05-28T05:24:00.111Z] [2024-05-28T05:24:00.111Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-05-28T05:24:00.111Z] #67 17.01 Upgrading critical system libraries and apk-tools: [2024-05-28T05:24:00.111Z] #67 17.01 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:24:00.111Z] #67 17.08 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:24:01.073Z] #67 18.05 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:24:01.073Z] #67 18.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:01.073Z] #67 ... [2024-05-28T05:24:01.073Z] [2024-05-28T05:24:01.073Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:01.073Z] #0 5.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:01.073Z] #0 7.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:01.342Z] #80 ... [2024-05-28T05:24:01.342Z] [2024-05-28T05:24:01.342Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:01.342Z] #74 14.82 Upgrading critical system libraries and apk-tools: [2024-05-28T05:24:01.342Z] #74 14.82 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:24:01.342Z] #74 14.86 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:24:01.342Z] #74 15.50 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:24:01.611Z] #74 15.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:02.592Z] #74 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:05.942Z] #74 19.62 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:05.942Z] #74 19.74 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:05.942Z] #74 19.99 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:05.942Z] #74 19.99 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:05.942Z] #74 20.05 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:06.219Z] #74 ... [2024-05-28T05:24:06.219Z] [2024-05-28T05:24:06.219Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-05-28T05:24:06.219Z] #72 19.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:06.219Z] #72 22.50 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:06.219Z] #72 22.59 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:06.219Z] #72 22.79 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:06.219Z] #72 22.80 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:06.219Z] #72 22.86 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:06.219Z] #72 22.88 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:06.219Z] #72 22.93 OK: 18 MiB in 19 packages [2024-05-28T05:24:06.219Z] #72 DONE 24.0s [2024-05-28T05:24:06.219Z] [2024-05-28T05:24:06.219Z] #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-05-28T05:24:06.219Z] #81 DONE 0.2s [2024-05-28T05:24:06.219Z] [2024-05-28T05:24:06.219Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:06.219Z] #80 12.60 Upgrading critical system libraries and apk-tools: [2024-05-28T05:24:06.219Z] #80 12.60 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:24:06.219Z] #80 12.64 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:24:06.219Z] #80 13.51 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:24:06.219Z] #80 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:06.219Z] #80 14.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:06.491Z] #80 ... [2024-05-28T05:24:06.491Z] [2024-05-28T05:24:06.491Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:24:06.760Z] #82 ... [2024-05-28T05:24:06.760Z] [2024-05-28T05:24:06.760Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:06.760Z] #74 20.70 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:06.760Z] #74 20.77 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:06.760Z] #74 20.78 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:06.760Z] #74 20.89 OK: 8 MiB in 16 packages [2024-05-28T05:24:07.030Z] #74 ... [2024-05-28T05:24:07.030Z] [2024-05-28T05:24:07.030Z] #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-05-28T05:24:07.030Z] #67 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:07.030Z] #67 22.50 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:07.030Z] #67 22.62 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:07.030Z] #67 22.90 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:07.030Z] #67 22.91 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:07.030Z] #67 23.04 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:07.030Z] #67 23.34 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:07.030Z] #67 23.39 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:07.030Z] #67 23.42 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:07.030Z] #67 23.47 OK: 8 MiB in 17 packages [2024-05-28T05:24:07.030Z] #67 DONE 24.2s [2024-05-28T05:24:07.298Z] [2024-05-28T05:24:07.298Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-05-28T05:24:07.885Z] #83 ... [2024-05-28T05:24:07.885Z] [2024-05-28T05:24:07.885Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:07.885Z] #74 DONE 22.1s [2024-05-28T05:24:08.155Z] [2024-05-28T05:24:08.155Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:08.155Z] #79 11.62 Upgrading critical system libraries and apk-tools: [2024-05-28T05:24:08.155Z] #79 11.63 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:24:08.155Z] #79 11.68 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:24:08.155Z] #79 12.67 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:24:08.155Z] #79 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:08.155Z] #79 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:09.587Z] #79 17.40 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:09.587Z] #79 ... [2024-05-28T05:24:09.587Z] [2024-05-28T05:24:09.587Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:09.587Z] #80 18.37 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:09.587Z] #80 18.47 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:09.587Z] #80 18.69 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:09.587Z] #80 18.70 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:09.874Z] #80 18.78 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:09.874Z] #80 ... [2024-05-28T05:24:09.874Z] [2024-05-28T05:24:09.874Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-05-28T05:24:09.874Z] #83 DONE 2.7s [2024-05-28T05:24:10.153Z] [2024-05-28T05:24:10.153Z] #84 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-05-28T05:24:10.153Z] #84 DONE 0.2s [2024-05-28T05:24:10.153Z] [2024-05-28T05:24:10.153Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:10.153Z] #79 17.58 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:10.153Z] #79 17.74 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:10.153Z] #79 17.75 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:10.153Z] #79 17.79 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:10.153Z] #79 18.24 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:10.153Z] #79 18.31 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:10.423Z] #79 18.34 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:10.423Z] #79 18.40 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:24:11.022Z] #79 ... [2024-05-28T05:24:11.022Z] [2024-05-28T05:24:11.022Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-05-28T05:24:11.022Z] #78 13.02 Upgrading critical system libraries and apk-tools: [2024-05-28T05:24:11.022Z] #78 13.02 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:24:11.022Z] #78 13.07 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:24:11.022Z] #78 14.05 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:24:11.022Z] #78 14.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.022Z] #78 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.022Z] #78 19.31 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:11.022Z] #78 19.43 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:11.022Z] #78 19.60 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:11.022Z] #78 19.62 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:11.022Z] #78 19.67 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:11.023Z] #78 20.07 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:11.023Z] #78 20.12 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:11.023Z] #78 20.14 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:11.023Z] #78 20.17 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:24:11.023Z] #78 20.95 OK: 18 MiB in 19 packages [2024-05-28T05:24:11.023Z] #78 DONE 21.6s [2024-05-28T05:24:11.023Z] [2024-05-28T05:24:11.023Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:11.023Z] #79 19.11 OK: 13 MiB in 26 packages [2024-05-28T05:24:11.995Z] #79 DONE 19.9s [2024-05-28T05:24:11.995Z] [2024-05-28T05:24:11.995Z] #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-05-28T05:24:11.995Z] #76 4.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #76 4.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #76 8.288 Upgrading critical system libraries and apk-tools: [2024-05-28T05:24:11.995Z] #76 8.288 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:24:11.995Z] #76 8.410 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:24:11.995Z] #76 9.534 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:24:11.995Z] #76 9.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #76 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #76 14.05 (1/4) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:11.995Z] #76 14.13 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:11.995Z] #76 ... [2024-05-28T05:24:11.995Z] [2024-05-28T05:24:11.995Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-05-28T05:24:11.995Z] #80 19.30 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:11.995Z] #80 19.35 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:11.995Z] #80 19.37 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:11.995Z] #80 19.42 Executing ca-certificates-20240226-r0.trigger [2024-05-28T05:24:11.995Z] #80 20.13 OK: 9 MiB in 17 packages [2024-05-28T05:24:11.995Z] #80 DONE 21.1s [2024-05-28T05:24:11.995Z] [2024-05-28T05:24:11.995Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-05-28T05:24:11.995Z] #77 3.404 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #77 4.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #77 8.164 Upgrading critical system libraries and apk-tools: [2024-05-28T05:24:11.995Z] #77 8.167 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) [2024-05-28T05:24:11.995Z] #77 8.235 Executing busybox-1.36.1-r5.trigger [2024-05-28T05:24:11.995Z] #77 9.257 Continuing the upgrade transaction with new apk-tools: [2024-05-28T05:24:11.995Z] #77 9.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #77 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-05-28T05:24:11.995Z] #77 13.41 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:11.995Z] #77 13.52 Executing busybox-1.36.1-r6.post-upgrade [2024-05-28T05:24:12.264Z] #77 ... [2024-05-28T05:24:12.264Z] [2024-05-28T05:24:12.264Z] #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-05-28T05:24:12.264Z] #76 14.43 (2/4) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:12.264Z] #76 14.43 (3/4) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:12.264Z] #76 14.47 (4/4) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:12.264Z] #76 14.48 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:12.264Z] #76 14.54 OK: 9 MiB in 20 packages [2024-05-28T05:24:13.237Z] #76 DONE 15.2s [2024-05-28T05:24:13.237Z] [2024-05-28T05:24:13.237Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-05-28T05:24:13.237Z] #77 13.79 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:13.237Z] #77 13.80 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-05-28T05:24:13.237Z] #77 13.88 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:13.237Z] #77 14.08 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) [2024-05-28T05:24:13.237Z] #77 14.10 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) [2024-05-28T05:24:13.237Z] #77 14.12 Executing busybox-1.36.1-r6.trigger [2024-05-28T05:24:13.237Z] #77 14.16 OK: 8 MiB in 19 packages [2024-05-28T05:24:13.237Z] #77 DONE 14.8s [2024-05-28T05:24:13.237Z] [2024-05-28T05:24:13.237Z] #85 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-05-28T05:24:14.653Z] #85 DONE 1.7s [2024-05-28T05:24:14.653Z] [2024-05-28T05:24:14.653Z] #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-05-28T05:24:14.653Z] #86 DONE 1.3s [2024-05-28T05:24:14.653Z] [2024-05-28T05:24:14.653Z] #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-05-28T05:24:14.653Z] #87 DONE 1.7s [2024-05-28T05:24:14.653Z] [2024-05-28T05:24:14.653Z] #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-05-28T05:24:14.922Z] #88 ... [2024-05-28T05:24:14.922Z] [2024-05-28T05:24:14.922Z] #89 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-05-28T05:24:14.922Z] #89 DONE 0.2s [2024-05-28T05:24:14.922Z] [2024-05-28T05:24:14.922Z] #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-05-28T05:24:14.922Z] #88 DONE 0.3s [2024-05-28T05:24:14.922Z] [2024-05-28T05:24:14.922Z] #90 [security-spire-config stage-2 6/10] COPY security.txt / [2024-05-28T05:24:15.199Z] #90 ... [2024-05-28T05:24:15.199Z] [2024-05-28T05:24:15.199Z] #91 [security-spire-server stage-2 6/9] COPY security.txt / [2024-05-28T05:24:15.199Z] #91 DONE 0.3s [2024-05-28T05:24:15.199Z] [2024-05-28T05:24:15.199Z] #90 [security-spire-config stage-2 6/10] COPY security.txt / [2024-05-28T05:24:15.199Z] #90 DONE 0.3s [2024-05-28T05:24:15.199Z] [2024-05-28T05:24:15.199Z] #92 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-05-28T05:24:15.474Z] #92 DONE 0.3s [2024-05-28T05:24:15.474Z] [2024-05-28T05:24:15.474Z] #93 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-05-28T05:24:15.474Z] #93 DONE 0.2s [2024-05-28T05:24:15.474Z] [2024-05-28T05:24:15.474Z] #94 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-05-28T05:24:15.745Z] #94 DONE 0.2s [2024-05-28T05:24:15.745Z] [2024-05-28T05:24:15.745Z] #95 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-05-28T05:24:15.745Z] #95 DONE 0.3s [2024-05-28T05:24:15.745Z] [2024-05-28T05:24:15.745Z] #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-05-28T05:24:16.014Z] #96 ... [2024-05-28T05:24:16.014Z] [2024-05-28T05:24:16.014Z] #97 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-05-28T05:24:16.014Z] #97 DONE 0.4s [2024-05-28T05:24:16.283Z] [2024-05-28T05:24:16.283Z] #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-05-28T05:24:16.283Z] #96 DONE 0.4s [2024-05-28T05:24:16.283Z] [2024-05-28T05:24:16.283Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-05-28T05:24:16.283Z] #98 DONE 1.5s [2024-05-28T05:24:16.283Z] [2024-05-28T05:24:16.283Z] #99 [security-spire-config] exporting to image [2024-05-28T05:24:16.283Z] #99 exporting layers [2024-05-28T05:24:16.869Z] #99 ... [2024-05-28T05:24:16.869Z] [2024-05-28T05:24:16.869Z] #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-05-28T05:24:16.869Z] #100 DONE 0.5s [2024-05-28T05:24:16.869Z] [2024-05-28T05:24:16.869Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-05-28T05:24:17.143Z] #101 DONE 0.4s [2024-05-28T05:24:17.143Z] [2024-05-28T05:24:17.143Z] #102 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-05-28T05:24:17.761Z] #102 DONE 0.3s [2024-05-28T05:24:17.761Z] [2024-05-28T05:24:17.761Z] #103 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-05-28T05:24:17.761Z] #103 DONE 0.2s [2024-05-28T05:24:17.761Z] [2024-05-28T05:24:17.761Z] #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-05-28T05:24:18.029Z] #104 DONE 0.3s [2024-05-28T05:24:18.029Z] [2024-05-28T05:24:18.029Z] #99 [security-spire-agent] exporting to image [2024-05-28T05:24:19.441Z] #99 exporting layers 3.2s done [2024-05-28T05:24:19.441Z] #99 writing image sha256:315189c1784167e9c4132d5dee7b8bb6d619b2ae543a9e3bafb7d1002b202db1 0.1s done [2024-05-28T05:24:19.441Z] #99 naming to docker.io/library/security-spire-server-arm64 done [2024-05-28T05:24:19.441Z] #99 exporting layers 3.3s done [2024-05-28T05:24:19.710Z] #99 writing image sha256:8c2ca75ad8f7e7ba49308084496d1466d69c5c408b61bbcf42f5fe88e7435ffb done [2024-05-28T05:24:19.710Z] #99 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-05-28T05:24:19.977Z] #99 exporting layers 2.0s done [2024-05-28T05:24:19.977Z] #99 writing image sha256:d666d7239981b5e366f0e60bb9b8d680491b3808704c78ceda87bcfac10f0c47 done [2024-05-28T05:24:19.977Z] #99 naming to docker.io/library/security-spire-agent-arm64 done [2024-05-28T05:24:19.977Z] #99 DONE 3.9s [2024-05-28T05:24:19.977Z] [2024-05-28T05:24:19.977Z] #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #73 ... [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #70 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #70 DONE 75.9s [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #73 DONE 77.4s [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #82 DONE 65.0s [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #71 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #71 DONE 84.5s [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #105 ... [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #106 [core-metadata builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #106 DONE 1.1s [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #107 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:25:06.837Z] #107 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #108 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #108 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #109 [security-proxy-auth builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #109 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #110 [support-notifications builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #110 DONE 1.2s [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #111 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:25:06.837Z] #111 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #112 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #112 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #113 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #113 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #114 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #114 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #115 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:25:06.837Z] #115 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #116 [security-secretstore-setup builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #116 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #117 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:25:06.837Z] #117 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #118 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #119 [core-data builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #119 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #120 [core-command builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #120 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #121 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #122 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:25:06.837Z] #122 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #123 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:25:06.837Z] #123 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #124 [support-scheduler builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #124 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #125 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #125 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2024-05-28T05:25:06.837Z] #105 DONE 1.1s [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-05-28T05:25:06.837Z] #126 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.837Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-05-28T05:25:06.837Z] #127 CACHED [2024-05-28T05:25:06.837Z] [2024-05-28T05:25:06.838Z] #128 [security-bootstrapper builder 6/7] COPY . . [2024-05-28T05:25:06.838Z] #128 CACHED [2024-05-28T05:25:06.838Z] [2024-05-28T05:25:06.838Z] #129 [security-proxy-setup builder 6/7] COPY . . [2024-05-28T05:25:06.838Z] #129 DONE 1.2s [2024-05-28T05:25:06.838Z] [2024-05-28T05:25:06.838Z] #130 [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-05-28T05:25:07.420Z] #130 4.459 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-05-28T05:25:07.663Z] #140 ... [2024-05-28T05:25:07.663Z] [2024-05-28T05:25:07.663Z] #136 [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-05-28T05:25:07.663Z] #136 85.84 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-05-28T05:25:12.772Z] #130 ... [2024-05-28T05:25:12.772Z] [2024-05-28T05:25:12.772Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-05-28T05:25:12.772Z] #0 5.512 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-05-28T05:25:13.036Z] #131 ... [2024-05-28T05:25:13.037Z] [2024-05-28T05:25:13.037Z] #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-05-28T05:25:13.037Z] #0 4.995 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-05-28T05:25:13.037Z] #132 ... [2024-05-28T05:25:13.037Z] [2024-05-28T05:25:13.037Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-05-28T05:25:13.037Z] #0 5.358 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-05-28T05:25:13.303Z] #133 ... [2024-05-28T05:25:13.303Z] [2024-05-28T05:25:13.303Z] #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-05-28T05:25:13.303Z] #0 4.138 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-05-28T05:25:13.303Z] #134 ... [2024-05-28T05:25:13.303Z] [2024-05-28T05:25:13.303Z] #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-05-28T05:25:13.303Z] #0 5.263 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-05-28T05:25:13.589Z] #135 ... [2024-05-28T05:25:13.589Z] [2024-05-28T05:25:13.589Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-05-28T05:25:13.589Z] #0 5.373 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-05-28T05:25:13.589Z] #136 ... [2024-05-28T05:25:13.589Z] [2024-05-28T05:25:13.589Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:25:13.589Z] #0 4.449 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-05-28T05:25:13.855Z] #137 ... [2024-05-28T05:25:13.855Z] [2024-05-28T05:25:13.855Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:25:13.855Z] #0 4.844 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-05-28T05:25:14.144Z] #138 ... [2024-05-28T05:25:14.145Z] [2024-05-28T05:25:14.145Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-05-28T05:25:14.145Z] #0 3.851 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-05-28T05:25:14.145Z] #139 ... [2024-05-28T05:25:14.145Z] [2024-05-28T05:25:14.145Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-05-28T05:25:14.145Z] #0 5.400 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-05-28T05:25:54.508Z] #136 ... [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-05-28T05:25:54.508Z] #135 DONE 133.1s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-05-28T05:25:54.508Z] #134 DONE 133.1s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:25:54.508Z] #132 DONE 133.1s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-05-28T05:25:54.508Z] #138 DONE 133.1s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-05-28T05:25:54.508Z] #139 DONE 133.1s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-05-28T05:25:54.508Z] #137 DONE 133.1s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #141 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #141 ... [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-05-28T05:25:54.508Z] #130 DONE 133.3s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #142 ... [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #136 [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-05-28T05:25:54.508Z] #136 DONE 133.4s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:25:54.508Z] #140 DONE 133.5s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-05-28T05:25:54.508Z] #133 DONE 133.5s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-05-28T05:25:54.508Z] #131 DONE 133.5s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #143 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #143 ... [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #144 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #144 DONE 0.7s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #141 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #141 DONE 0.8s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #142 DONE 0.5s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #145 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #145 DONE 0.6s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #146 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-05-28T05:25:54.508Z] #146 DONE 0.7s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #147 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #147 DONE 0.8s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-05-28T05:25:54.508Z] #148 ... [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #143 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #143 DONE 0.4s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #149 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.508Z] #149 DONE 0.4s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #150 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.508Z] #150 DONE 0.3s [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #151 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-05-28T05:25:54.508Z] #151 ... [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #152 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.508Z] #152 CACHED [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #153 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #153 CACHED [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #154 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #154 CACHED [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #155 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.508Z] #155 CACHED [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.508Z] #156 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.508Z] #156 CACHED [2024-05-28T05:25:54.508Z] [2024-05-28T05:25:54.509Z] #157 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.509Z] #157 CACHED [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #158 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.509Z] #158 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.509Z] #159 CACHED [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #160 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.509Z] #160 CACHED [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #161 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.509Z] #161 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #162 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.509Z] #162 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #163 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.509Z] #163 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #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-05-28T05:25:54.509Z] #164 ... [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-05-28T05:25:54.509Z] #165 DONE 1.7s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #166 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-05-28T05:25:54.509Z] #166 DONE 2.8s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #167 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-05-28T05:25:54.509Z] #167 DONE 2.8s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #151 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-05-28T05:25:54.509Z] #151 DONE 2.9s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-05-28T05:25:54.509Z] #168 DONE 2.8s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #169 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-05-28T05:25:54.509Z] #169 DONE 2.8s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #170 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-05-28T05:25:54.509Z] #170 DONE 2.9s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #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-05-28T05:25:54.509Z] #164 DONE 2.8s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #171 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-05-28T05:25:54.509Z] #171 DONE 2.9s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #172 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-05-28T05:25:54.509Z] #172 DONE 2.9s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #173 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #173 ... [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #174 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #174 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-05-28T05:25:54.509Z] #175 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #176 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #177 [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-05-28T05:25:54.509Z] #177 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #178 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #179 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #179 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #180 [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-05-28T05:25:54.509Z] #180 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [core-command] exporting to image [2024-05-28T05:25:54.509Z] #102 exporting layers [2024-05-28T05:25:54.509Z] #102 ... [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #181 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-05-28T05:25:54.509Z] #148 DONE 3.6s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #173 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #173 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #182 [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-05-28T05:25:54.509Z] #182 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [core-data] exporting to image [2024-05-28T05:25:54.509Z] #102 exporting layers 0.2s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:983e4fe275365310ca14469c0ada9abbd8a7dddfa9159dcc451ee399517d069d [2024-05-28T05:25:54.509Z] #102 ... [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-05-28T05:25:54.509Z] #183 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #184 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-05-28T05:25:54.509Z] #184 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #185 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-05-28T05:25:54.509Z] #185 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #186 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:25:54.509Z] #186 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:25:54.509Z] #187 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-05-28T05:25:54.509Z] #188 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [core-metadata] exporting to image [2024-05-28T05:25:54.509Z] #102 writing image sha256:983e4fe275365310ca14469c0ada9abbd8a7dddfa9159dcc451ee399517d069d 0.0s done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/support-notifications done [2024-05-28T05:25:54.509Z] #102 exporting layers 0.5s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:b6c3baaa7283b7344a855988c0cf91f3e4a82070a7b0ef83ce0ce44f1e23e323 0.0s done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/support-scheduler done [2024-05-28T05:25:54.509Z] #102 writing image sha256:bb625199db05cac5561e9dfd66e8c5ebf146e3e08faf8329a2fff1caad1e6a74 0.0s done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/core-command [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/core-command 0.0s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:2d8f5ec370f60d9be16fc9b1f3f8e36939150f55c6b15c1a408800fadeb3cdfb [2024-05-28T05:25:54.509Z] #102 writing image sha256:ec09204683fdf78785b4e9364cc0c17ba7302d85fb32fae7a350e0fb1670f6e6 [2024-05-28T05:25:54.509Z] #102 ... [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:25:54.509Z] #189 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #190 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-05-28T05:25:54.509Z] #190 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-05-28T05:25:54.509Z] #191 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [core-data] exporting to image [2024-05-28T05:25:54.509Z] #102 exporting layers 0.4s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:2d8f5ec370f60d9be16fc9b1f3f8e36939150f55c6b15c1a408800fadeb3cdfb 0.1s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:ec09204683fdf78785b4e9364cc0c17ba7302d85fb32fae7a350e0fb1670f6e6 0.1s done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/security-spiffe-token-provider done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/core-data done [2024-05-28T05:25:54.509Z] #102 writing image sha256:cd54f7edb24e88efad104dc82ef50a89ba8d69005ee829ab4c482591e7d01348 done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/core-metadata done [2024-05-28T05:25:54.509Z] #102 DONE 1.6s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #192 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-05-28T05:25:54.509Z] #192 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #193 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-05-28T05:25:54.509Z] #193 DONE 0.3s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:25:54.509Z] #194 DONE 0.7s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #195 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:25:54.509Z] #195 DONE 0.8s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-05-28T05:25:54.509Z] #196 DONE 0.1s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [core-common-config-bootstrapper] exporting to image [2024-05-28T05:25:54.509Z] #102 ... [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-05-28T05:25:54.509Z] #197 DONE 0.1s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #198 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-05-28T05:25:54.509Z] #198 DONE 0.1s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #199 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-05-28T05:25:54.509Z] #199 DONE 0.1s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [core-common-config-bootstrapper] exporting to image [2024-05-28T05:25:54.509Z] #102 exporting layers 0.1s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:93341c808657ab070f160487e19e9ca179ce4debf7e773d1738de3f8931de549 done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/core-common-config-bootstrapper done [2024-05-28T05:25:54.509Z] #102 exporting layers 0.2s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:1a3bcd9486846e298c4f19e3302b30f43d59491a38fd05a6469746a067908a1b done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/security-proxy-auth done [2024-05-28T05:25:54.509Z] #102 DONE 1.9s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #200 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:25:54.509Z] #200 DONE 0.7s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #201 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-05-28T05:25:54.509Z] #201 DONE 0.1s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #202 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-05-28T05:25:54.509Z] #202 DONE 0.1s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-05-28T05:25:54.509Z] #203 ... [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [security-proxy-setup] exporting to image [2024-05-28T05:25:54.509Z] #102 exporting layers 0.3s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:f3f9632a266fcb3f06380eaee7ed0d6e47a676fee5a08a6ac5c891984cf12687 done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/security-proxy-setup done [2024-05-28T05:25:54.509Z] #102 DONE 2.1s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:25:54.509Z] #204 DONE 0.7s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-05-28T05:25:54.509Z] #203 DONE 0.4s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #102 [security-bootstrapper] exporting to image [2024-05-28T05:25:54.509Z] #102 exporting layers 0.3s done [2024-05-28T05:25:54.509Z] #102 writing image sha256:2c9351ee78b3f4228ba97e3672308e386e0af32d8e18d3fd283134eb3a1cb630 done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/security-secretstore-setup done [2024-05-28T05:25:54.509Z] #102 writing image sha256:af0e2872c364173404f4b4a06ded9ac56d12e4a863e6bf14326e70222b479475 done [2024-05-28T05:25:54.509Z] #102 naming to docker.io/library/security-bootstrapper done [2024-05-28T05:25:54.509Z] #102 DONE 2.5s [2024-05-28T05:25:54.509Z] [2024-05-28T05:25:54.509Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.509Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.510Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.510Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.510Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.510Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:25:54.510Z] time="2024-05-28T05:22:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-05-28T05:25:54.522Z] $ docker stop --time=1 0556a470cd07c53f41b6fae175dabf864b93b56276efe81d6b6047fda43e15cd [2024-05-28T05:25:55.811Z] $ docker rm -f --volumes 0556a470cd07c53f41b6fae175dabf864b93b56276efe81d6b6047fda43e15cd [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-28T05:25:56.146Z] + docker images [2024-05-28T05:25:56.146Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-05-28T05:25:56.146Z] security-proxy-setup latest f3f9632a266f 2 seconds ago 32.5MB [2024-05-28T05:25:56.146Z] security-bootstrapper latest af0e2872c364 2 seconds ago 25.2MB [2024-05-28T05:25:56.146Z] security-secretstore-setup latest 2c9351ee78b3 2 seconds ago 43.1MB [2024-05-28T05:25:56.146Z] security-proxy-auth latest 1a3bcd948684 3 seconds ago 39.2MB [2024-05-28T05:25:56.146Z] core-common-config-bootstrapper latest 93341c808657 3 seconds ago 21.5MB [2024-05-28T05:25:56.146Z] core-command latest bb625199db05 4 seconds ago 41.5MB [2024-05-28T05:25:56.146Z] core-data latest ec09204683fd 4 seconds ago 41.9MB [2024-05-28T05:25:56.146Z] security-spiffe-token-provider latest 2d8f5ec370f6 4 seconds ago 35.2MB [2024-05-28T05:25:56.146Z] support-scheduler latest b6c3baaa7283 4 seconds ago 44.4MB [2024-05-28T05:25:56.146Z] core-metadata latest cd54f7edb24e 4 seconds ago 42.1MB [2024-05-28T05:25:56.146Z] support-notifications latest 983e4fe27536 4 seconds ago 45MB [2024-05-28T05:25:56.146Z] security-spire-agent latest 012b38a9bdcc 3 minutes ago 167MB [2024-05-28T05:25:56.146Z] security-spire-server latest 35166f447450 3 minutes ago 109MB [2024-05-28T05:25:56.146Z] security-spire-config latest 11d4f0b1140f 3 minutes ago 108MB [2024-05-28T05:25:56.146Z] ci-base-image-x86_64 latest f6246d9fdec1 7 minutes ago 976MB [2024-05-28T05:25:56.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 5 weeks ago 565MB [2024-05-28T05:25:56.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 12 months ago 334MB [2024-05-28T05:25:56.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 22 months 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-05-28T05:25:56.298Z] provisioning config files... [2024-05-28T05:25:56.306Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config14074361773440610201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:25:56.605Z] ---> ****-login.sh [2024-05-28T05:25:56.605Z] nexus3.edgexfoundry.org:10001 [2024-05-28T05:25:56.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:25:56.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:25:56.605Z] Configure a credential helper to remove this warning. See [2024-05-28T05:25:56.605Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:25:56.605Z] [2024-05-28T05:25:56.605Z] Login Succeeded [2024-05-28T05:25:56.605Z] nexus3.edgexfoundry.org:10002 [2024-05-28T05:25:56.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:25:56.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:25:56.605Z] Configure a credential helper to remove this warning. See [2024-05-28T05:25:56.605Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:25:56.605Z] [2024-05-28T05:25:56.605Z] Login Succeeded [2024-05-28T05:25:56.605Z] nexus3.edgexfoundry.org:10003 [2024-05-28T05:25:56.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:25:56.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:25:56.865Z] Configure a credential helper to remove this warning. See [2024-05-28T05:25:56.865Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:25:56.865Z] [2024-05-28T05:25:56.865Z] Login Succeeded [2024-05-28T05:25:56.865Z] nexus3.edgexfoundry.org:10004 [2024-05-28T05:25:56.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:25:56.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:25:56.865Z] Configure a credential helper to remove this warning. See [2024-05-28T05:25:56.865Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:25:56.865Z] [2024-05-28T05:25:56.865Z] Login Succeeded [2024-05-28T05:25:56.865Z] ****.io [2024-05-28T05:25:56.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:25:57.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:25:57.124Z] Configure a credential helper to remove this warning. See [2024-05-28T05:25:57.124Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:25:57.124Z] [2024-05-28T05:25:57.124Z] Login Succeeded [2024-05-28T05:25:57.124Z] ---> ****-login.sh ends [Pipeline] } [2024-05-28T05:25:57.130Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:25:57.174Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-28T05:25:57.205Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-05-28T05:25:57.205Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:25:57.205Z] latest [2024-05-28T05:25:57.205Z] 3.2.0-dev.23 [2024-05-28T05:25:57.205Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:25:57.205Z] main [2024-05-28T05:25:57.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:25:57.553Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:25:57.870Z] + docker push nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:25:57.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-05-28T05:25:57.870Z] edcf3dc2f453: Preparing [2024-05-28T05:25:57.870Z] 8067a0bdd7a8: Preparing [2024-05-28T05:25:57.870Z] 57de212e3bc2: Preparing [2024-05-28T05:25:57.870Z] c92f10590cdd: Preparing [2024-05-28T05:25:57.870Z] 6a08039cd6e2: Preparing [2024-05-28T05:25:57.870Z] 3a9e07163c1a: Preparing [2024-05-28T05:25:57.870Z] aedc3bda2944: Preparing [2024-05-28T05:25:57.870Z] 3a9e07163c1a: Waiting [2024-05-28T05:25:57.870Z] aedc3bda2944: Waiting [2024-05-28T05:25:57.870Z] 57de212e3bc2: Pushed [2024-05-28T05:25:57.870Z] c92f10590cdd: Pushed [2024-05-28T05:25:57.870Z] edcf3dc2f453: Pushed [2024-05-28T05:25:57.870Z] aedc3bda2944: Layer already exists [2024-05-28T05:25:57.870Z] 3a9e07163c1a: Pushed [2024-05-28T05:25:58.436Z] 6a08039cd6e2: Pushed [2024-05-28T05:26:00.335Z] 8067a0bdd7a8: Pushed [2024-05-28T05:26:00.594Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:00.922Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:01.247Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-05-28T05:26:01.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-05-28T05:26:01.247Z] edcf3dc2f453: Preparing [2024-05-28T05:26:01.247Z] 8067a0bdd7a8: Preparing [2024-05-28T05:26:01.247Z] 57de212e3bc2: Preparing [2024-05-28T05:26:01.247Z] c92f10590cdd: Preparing [2024-05-28T05:26:01.247Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:01.247Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:01.247Z] aedc3bda2944: Preparing [2024-05-28T05:26:01.247Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:01.248Z] aedc3bda2944: Waiting [2024-05-28T05:26:01.248Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:01.248Z] 8067a0bdd7a8: Layer already exists [2024-05-28T05:26:01.248Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:01.248Z] edcf3dc2f453: Layer already exists [2024-05-28T05:26:01.248Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:01.248Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:01.248Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:01.248Z] latest: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:01.572Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:01.895Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.23 [2024-05-28T05:26:01.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-05-28T05:26:01.895Z] edcf3dc2f453: Preparing [2024-05-28T05:26:01.895Z] 8067a0bdd7a8: Preparing [2024-05-28T05:26:01.895Z] 57de212e3bc2: Preparing [2024-05-28T05:26:01.895Z] c92f10590cdd: Preparing [2024-05-28T05:26:01.895Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:01.895Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:01.895Z] aedc3bda2944: Preparing [2024-05-28T05:26:01.895Z] aedc3bda2944: Waiting [2024-05-28T05:26:01.895Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:01.895Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:01.895Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:01.895Z] 8067a0bdd7a8: Layer already exists [2024-05-28T05:26:01.895Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:01.895Z] edcf3dc2f453: Layer already exists [2024-05-28T05:26:01.895Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:01.895Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:01.895Z] 3.2.0-dev.23: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:02.231Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:02.558Z] + docker push nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:02.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-05-28T05:26:02.558Z] edcf3dc2f453: Preparing [2024-05-28T05:26:02.558Z] 8067a0bdd7a8: Preparing [2024-05-28T05:26:02.558Z] 57de212e3bc2: Preparing [2024-05-28T05:26:02.558Z] c92f10590cdd: Preparing [2024-05-28T05:26:02.558Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:02.558Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:02.558Z] aedc3bda2944: Preparing [2024-05-28T05:26:02.558Z] aedc3bda2944: Waiting [2024-05-28T05:26:02.558Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:02.558Z] edcf3dc2f453: Layer already exists [2024-05-28T05:26:02.558Z] 8067a0bdd7a8: Layer already exists [2024-05-28T05:26:02.558Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:02.558Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:02.558Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:02.558Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:02.558Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:02.558Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:02.879Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:03.203Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-05-28T05:26:03.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-05-28T05:26:03.203Z] edcf3dc2f453: Preparing [2024-05-28T05:26:03.203Z] 8067a0bdd7a8: Preparing [2024-05-28T05:26:03.203Z] 57de212e3bc2: Preparing [2024-05-28T05:26:03.203Z] c92f10590cdd: Preparing [2024-05-28T05:26:03.203Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:03.203Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:03.203Z] aedc3bda2944: Preparing [2024-05-28T05:26:03.203Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:03.203Z] aedc3bda2944: Waiting [2024-05-28T05:26:03.203Z] edcf3dc2f453: Layer already exists [2024-05-28T05:26:03.203Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:03.203Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:03.203Z] 8067a0bdd7a8: Layer already exists [2024-05-28T05:26:03.203Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:03.203Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:03.203Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:03.203Z] main: digest: sha256:0dcf6b5333a580c2fd435c3b5ec8e2e3c1ff772b4385f9cba761c5f46ce0e4f5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:03.280Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:03.294Z] taggedImages: [2024-05-28T05:26:03.294Z] - nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:03.294Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-05-28T05:26:03.294Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.23 [2024-05-28T05:26:03.294Z] - nexus3.edgexfoundry.org:10004/core-command:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:03.294Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-05-28T05:26:03.321Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-05-28T05:26:03.321Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:03.321Z] latest [2024-05-28T05:26:03.321Z] 3.2.0-dev.23 [2024-05-28T05:26:03.321Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:03.321Z] main [2024-05-28T05:26:03.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:03.659Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:03.982Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:03.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-05-28T05:26:03.982Z] 6b50e1abb478: Preparing [2024-05-28T05:26:03.982Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:03.982Z] e7bc65ca9b8d: Preparing [2024-05-28T05:26:03.982Z] f5f6cdd6fa6f: Preparing [2024-05-28T05:26:03.982Z] 57de212e3bc2: Preparing [2024-05-28T05:26:03.982Z] c92f10590cdd: Preparing [2024-05-28T05:26:03.982Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:03.982Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:03.982Z] aedc3bda2944: Preparing [2024-05-28T05:26:03.982Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:03.982Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:03.982Z] aedc3bda2944: Waiting [2024-05-28T05:26:03.982Z] c92f10590cdd: Waiting [2024-05-28T05:26:03.982Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:03.982Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:03.982Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:03.982Z] e7bc65ca9b8d: Pushed [2024-05-28T05:26:03.982Z] 321ff4cc2dfb: Pushed [2024-05-28T05:26:03.982Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:03.982Z] 6b50e1abb478: Pushed [2024-05-28T05:26:03.982Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:04.919Z] f5f6cdd6fa6f: Pushed [2024-05-28T05:26:04.919Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:05.237Z] + 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-05-28T05:26:05.574Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-05-28T05:26:05.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-05-28T05:26:05.574Z] 6b50e1abb478: Preparing [2024-05-28T05:26:05.574Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:05.574Z] e7bc65ca9b8d: Preparing [2024-05-28T05:26:05.574Z] f5f6cdd6fa6f: Preparing [2024-05-28T05:26:05.574Z] 57de212e3bc2: Preparing [2024-05-28T05:26:05.574Z] c92f10590cdd: Preparing [2024-05-28T05:26:05.574Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:05.574Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:05.574Z] aedc3bda2944: Preparing [2024-05-28T05:26:05.574Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:05.574Z] aedc3bda2944: Waiting [2024-05-28T05:26:05.574Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:05.574Z] c92f10590cdd: Waiting [2024-05-28T05:26:05.574Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:05.574Z] e7bc65ca9b8d: Layer already exists [2024-05-28T05:26:05.574Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:05.574Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:05.574Z] f5f6cdd6fa6f: Layer already exists [2024-05-28T05:26:05.574Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:05.574Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:05.574Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:05.574Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:05.574Z] latest: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:05.899Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:06.228Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.23 [2024-05-28T05:26:06.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-05-28T05:26:06.228Z] 6b50e1abb478: Preparing [2024-05-28T05:26:06.228Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:06.228Z] e7bc65ca9b8d: Preparing [2024-05-28T05:26:06.228Z] f5f6cdd6fa6f: Preparing [2024-05-28T05:26:06.228Z] 57de212e3bc2: Preparing [2024-05-28T05:26:06.228Z] c92f10590cdd: Preparing [2024-05-28T05:26:06.228Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:06.228Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:06.228Z] aedc3bda2944: Preparing [2024-05-28T05:26:06.228Z] c92f10590cdd: Waiting [2024-05-28T05:26:06.228Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:06.228Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:06.228Z] e7bc65ca9b8d: Layer already exists [2024-05-28T05:26:06.228Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:06.229Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:06.229Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:06.229Z] f5f6cdd6fa6f: Layer already exists [2024-05-28T05:26:06.229Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:06.229Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:06.229Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:06.229Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:06.229Z] 3.2.0-dev.23: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:06.546Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:06.869Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:06.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-05-28T05:26:06.869Z] 6b50e1abb478: Preparing [2024-05-28T05:26:06.869Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:06.869Z] e7bc65ca9b8d: Preparing [2024-05-28T05:26:06.869Z] f5f6cdd6fa6f: Preparing [2024-05-28T05:26:06.869Z] 57de212e3bc2: Preparing [2024-05-28T05:26:06.869Z] c92f10590cdd: Preparing [2024-05-28T05:26:06.869Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:06.869Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:06.869Z] aedc3bda2944: Preparing [2024-05-28T05:26:06.869Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:06.869Z] c92f10590cdd: Waiting [2024-05-28T05:26:06.869Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:06.869Z] aedc3bda2944: Waiting [2024-05-28T05:26:06.869Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:06.869Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:06.869Z] f5f6cdd6fa6f: Layer already exists [2024-05-28T05:26:06.869Z] e7bc65ca9b8d: Layer already exists [2024-05-28T05:26:06.869Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:06.869Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:06.869Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:06.869Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:06.869Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:06.869Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:07.198Z] + 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-05-28T05:26:07.516Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-05-28T05:26:07.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-05-28T05:26:07.516Z] 6b50e1abb478: Preparing [2024-05-28T05:26:07.516Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:07.516Z] e7bc65ca9b8d: Preparing [2024-05-28T05:26:07.516Z] f5f6cdd6fa6f: Preparing [2024-05-28T05:26:07.516Z] 57de212e3bc2: Preparing [2024-05-28T05:26:07.516Z] c92f10590cdd: Preparing [2024-05-28T05:26:07.516Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:07.516Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:07.516Z] aedc3bda2944: Preparing [2024-05-28T05:26:07.516Z] c92f10590cdd: Waiting [2024-05-28T05:26:07.516Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:07.516Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:07.516Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:07.516Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:07.516Z] e7bc65ca9b8d: Layer already exists [2024-05-28T05:26:07.516Z] f5f6cdd6fa6f: Layer already exists [2024-05-28T05:26:07.516Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:07.516Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:07.516Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:07.516Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:07.516Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:07.516Z] main: digest: sha256:d8e7eb899ec67b7cefe52ee98ecf90f0c28039bd956b372ae9e88f95f5927cd4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:07.584Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:07.595Z] taggedImages: [2024-05-28T05:26:07.595Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:07.595Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-05-28T05:26:07.595Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.23 [2024-05-28T05:26:07.595Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:07.595Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-05-28T05:26:07.619Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-05-28T05:26:07.619Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:07.619Z] latest [2024-05-28T05:26:07.619Z] 3.2.0-dev.23 [2024-05-28T05:26:07.619Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:07.619Z] main [2024-05-28T05:26:07.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:07.966Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:08.293Z] + docker push nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:08.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-05-28T05:26:08.293Z] b30fd2eab66e: Preparing [2024-05-28T05:26:08.293Z] 5b3f7f85a20e: Preparing [2024-05-28T05:26:08.293Z] 57de212e3bc2: Preparing [2024-05-28T05:26:08.293Z] c92f10590cdd: Preparing [2024-05-28T05:26:08.293Z] 830a8adc01fd: Preparing [2024-05-28T05:26:08.293Z] 30f395be0b5a: Preparing [2024-05-28T05:26:08.293Z] aedc3bda2944: Preparing [2024-05-28T05:26:08.293Z] 30f395be0b5a: Waiting [2024-05-28T05:26:08.293Z] aedc3bda2944: Waiting [2024-05-28T05:26:08.293Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:08.293Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:08.293Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:08.293Z] b30fd2eab66e: Pushed [2024-05-28T05:26:08.293Z] 30f395be0b5a: Pushed [2024-05-28T05:26:08.858Z] 830a8adc01fd: Pushed [2024-05-28T05:26:10.759Z] 5b3f7f85a20e: Pushed [2024-05-28T05:26:11.020Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:11.341Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:11.663Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-05-28T05:26:11.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-05-28T05:26:11.663Z] b30fd2eab66e: Preparing [2024-05-28T05:26:11.663Z] 5b3f7f85a20e: Preparing [2024-05-28T05:26:11.663Z] 57de212e3bc2: Preparing [2024-05-28T05:26:11.663Z] c92f10590cdd: Preparing [2024-05-28T05:26:11.663Z] 830a8adc01fd: Preparing [2024-05-28T05:26:11.663Z] 30f395be0b5a: Preparing [2024-05-28T05:26:11.663Z] aedc3bda2944: Preparing [2024-05-28T05:26:11.663Z] 30f395be0b5a: Waiting [2024-05-28T05:26:11.663Z] aedc3bda2944: Waiting [2024-05-28T05:26:11.663Z] 5b3f7f85a20e: Layer already exists [2024-05-28T05:26:11.663Z] 830a8adc01fd: Layer already exists [2024-05-28T05:26:11.663Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:11.663Z] b30fd2eab66e: Layer already exists [2024-05-28T05:26:11.663Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:11.663Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:11.663Z] 30f395be0b5a: Layer already exists [2024-05-28T05:26:11.663Z] latest: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:11.993Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:12.309Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.23 [2024-05-28T05:26:12.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-05-28T05:26:12.309Z] b30fd2eab66e: Preparing [2024-05-28T05:26:12.309Z] 5b3f7f85a20e: Preparing [2024-05-28T05:26:12.309Z] 57de212e3bc2: Preparing [2024-05-28T05:26:12.309Z] c92f10590cdd: Preparing [2024-05-28T05:26:12.309Z] 830a8adc01fd: Preparing [2024-05-28T05:26:12.309Z] 30f395be0b5a: Preparing [2024-05-28T05:26:12.309Z] aedc3bda2944: Preparing [2024-05-28T05:26:12.309Z] 30f395be0b5a: Waiting [2024-05-28T05:26:12.309Z] aedc3bda2944: Waiting [2024-05-28T05:26:12.309Z] 830a8adc01fd: Layer already exists [2024-05-28T05:26:12.309Z] 5b3f7f85a20e: Layer already exists [2024-05-28T05:26:12.309Z] b30fd2eab66e: Layer already exists [2024-05-28T05:26:12.309Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:12.309Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:12.309Z] 30f395be0b5a: Layer already exists [2024-05-28T05:26:12.309Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:12.309Z] 3.2.0-dev.23: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:12.634Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:12.948Z] + docker push nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:12.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-05-28T05:26:12.948Z] b30fd2eab66e: Preparing [2024-05-28T05:26:12.948Z] 5b3f7f85a20e: Preparing [2024-05-28T05:26:12.948Z] 57de212e3bc2: Preparing [2024-05-28T05:26:12.948Z] c92f10590cdd: Preparing [2024-05-28T05:26:12.948Z] 830a8adc01fd: Preparing [2024-05-28T05:26:12.948Z] 30f395be0b5a: Preparing [2024-05-28T05:26:12.948Z] aedc3bda2944: Preparing [2024-05-28T05:26:12.948Z] 30f395be0b5a: Waiting [2024-05-28T05:26:12.948Z] aedc3bda2944: Waiting [2024-05-28T05:26:12.948Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:12.948Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:12.948Z] 5b3f7f85a20e: Layer already exists [2024-05-28T05:26:12.948Z] 830a8adc01fd: Layer already exists [2024-05-28T05:26:12.948Z] b30fd2eab66e: Layer already exists [2024-05-28T05:26:12.948Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:12.948Z] 30f395be0b5a: Layer already exists [2024-05-28T05:26:12.948Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:13.271Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:13.598Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-05-28T05:26:13.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-05-28T05:26:13.598Z] b30fd2eab66e: Preparing [2024-05-28T05:26:13.598Z] 5b3f7f85a20e: Preparing [2024-05-28T05:26:13.598Z] 57de212e3bc2: Preparing [2024-05-28T05:26:13.598Z] c92f10590cdd: Preparing [2024-05-28T05:26:13.598Z] 830a8adc01fd: Preparing [2024-05-28T05:26:13.598Z] 30f395be0b5a: Preparing [2024-05-28T05:26:13.598Z] aedc3bda2944: Preparing [2024-05-28T05:26:13.598Z] 30f395be0b5a: Waiting [2024-05-28T05:26:13.598Z] aedc3bda2944: Waiting [2024-05-28T05:26:13.598Z] 830a8adc01fd: Layer already exists [2024-05-28T05:26:13.598Z] 5b3f7f85a20e: Layer already exists [2024-05-28T05:26:13.598Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:13.598Z] b30fd2eab66e: Layer already exists [2024-05-28T05:26:13.598Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:13.598Z] 30f395be0b5a: Layer already exists [2024-05-28T05:26:13.598Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:13.598Z] main: digest: sha256:b00ee9c9e21e0a763a22f0c5f6d8279d982ddf09e65a24956e8be6202c5a903f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:13.681Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:13.693Z] taggedImages: [2024-05-28T05:26:13.693Z] - nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:13.693Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-05-28T05:26:13.693Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.23 [2024-05-28T05:26:13.693Z] - nexus3.edgexfoundry.org:10004/core-data:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:13.693Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-05-28T05:26:13.718Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-05-28T05:26:13.718Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:13.718Z] latest [2024-05-28T05:26:13.718Z] 3.2.0-dev.23 [2024-05-28T05:26:13.719Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:13.719Z] main [2024-05-28T05:26:13.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:14.055Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:14.375Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:14.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-05-28T05:26:14.375Z] 003bbbdb0bc0: Preparing [2024-05-28T05:26:14.375Z] f2cdbd8dfd9a: Preparing [2024-05-28T05:26:14.375Z] ac22477cf54f: Preparing [2024-05-28T05:26:14.375Z] 57de212e3bc2: Preparing [2024-05-28T05:26:14.375Z] c92f10590cdd: Preparing [2024-05-28T05:26:14.375Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:14.375Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:14.375Z] aedc3bda2944: Preparing [2024-05-28T05:26:14.375Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:14.375Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:14.375Z] aedc3bda2944: Waiting [2024-05-28T05:26:14.375Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:14.375Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:14.375Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:14.375Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:14.375Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:14.375Z] f2cdbd8dfd9a: Pushed [2024-05-28T05:26:14.375Z] 003bbbdb0bc0: Pushed [2024-05-28T05:26:16.911Z] ac22477cf54f: Pushed [2024-05-28T05:26:17.171Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:17.496Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:17.823Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-05-28T05:26:17.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-05-28T05:26:17.823Z] 003bbbdb0bc0: Preparing [2024-05-28T05:26:17.823Z] f2cdbd8dfd9a: Preparing [2024-05-28T05:26:17.823Z] ac22477cf54f: Preparing [2024-05-28T05:26:17.823Z] 57de212e3bc2: Preparing [2024-05-28T05:26:17.823Z] c92f10590cdd: Preparing [2024-05-28T05:26:17.823Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:17.823Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:17.823Z] aedc3bda2944: Preparing [2024-05-28T05:26:17.823Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:17.823Z] aedc3bda2944: Waiting [2024-05-28T05:26:17.823Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:17.823Z] f2cdbd8dfd9a: Layer already exists [2024-05-28T05:26:17.823Z] 003bbbdb0bc0: Layer already exists [2024-05-28T05:26:17.823Z] ac22477cf54f: Layer already exists [2024-05-28T05:26:17.823Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:17.823Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:17.823Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:17.823Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:17.823Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:17.823Z] latest: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:18.147Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:18.472Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.23 [2024-05-28T05:26:18.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-05-28T05:26:18.472Z] 003bbbdb0bc0: Preparing [2024-05-28T05:26:18.472Z] f2cdbd8dfd9a: Preparing [2024-05-28T05:26:18.472Z] ac22477cf54f: Preparing [2024-05-28T05:26:18.472Z] 57de212e3bc2: Preparing [2024-05-28T05:26:18.472Z] c92f10590cdd: Preparing [2024-05-28T05:26:18.472Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:18.472Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:18.472Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:18.472Z] aedc3bda2944: Preparing [2024-05-28T05:26:18.472Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:18.472Z] aedc3bda2944: Waiting [2024-05-28T05:26:18.472Z] 003bbbdb0bc0: Layer already exists [2024-05-28T05:26:18.472Z] ac22477cf54f: Layer already exists [2024-05-28T05:26:18.472Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:18.472Z] f2cdbd8dfd9a: Layer already exists [2024-05-28T05:26:18.472Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:18.472Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:18.472Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:18.472Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:18.472Z] 3.2.0-dev.23: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:18.795Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:19.121Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:19.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-05-28T05:26:19.121Z] 003bbbdb0bc0: Preparing [2024-05-28T05:26:19.121Z] f2cdbd8dfd9a: Preparing [2024-05-28T05:26:19.121Z] ac22477cf54f: Preparing [2024-05-28T05:26:19.121Z] 57de212e3bc2: Preparing [2024-05-28T05:26:19.121Z] c92f10590cdd: Preparing [2024-05-28T05:26:19.121Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:19.121Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:19.121Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:19.121Z] aedc3bda2944: Preparing [2024-05-28T05:26:19.121Z] aedc3bda2944: Waiting [2024-05-28T05:26:19.121Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:19.121Z] f2cdbd8dfd9a: Layer already exists [2024-05-28T05:26:19.121Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:19.121Z] 003bbbdb0bc0: Layer already exists [2024-05-28T05:26:19.121Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:19.121Z] ac22477cf54f: Layer already exists [2024-05-28T05:26:19.121Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:19.121Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:19.121Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:19.121Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:19.444Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:19.763Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-05-28T05:26:19.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-05-28T05:26:19.763Z] 003bbbdb0bc0: Preparing [2024-05-28T05:26:19.763Z] f2cdbd8dfd9a: Preparing [2024-05-28T05:26:19.763Z] ac22477cf54f: Preparing [2024-05-28T05:26:19.763Z] 57de212e3bc2: Preparing [2024-05-28T05:26:19.763Z] c92f10590cdd: Preparing [2024-05-28T05:26:19.763Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:19.763Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:19.763Z] aedc3bda2944: Preparing [2024-05-28T05:26:19.763Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:19.763Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:19.763Z] aedc3bda2944: Waiting [2024-05-28T05:26:19.763Z] f2cdbd8dfd9a: Layer already exists [2024-05-28T05:26:19.763Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:19.763Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:19.763Z] 003bbbdb0bc0: Layer already exists [2024-05-28T05:26:19.763Z] ac22477cf54f: Layer already exists [2024-05-28T05:26:19.763Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:19.763Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:19.763Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:19.763Z] main: digest: sha256:51783f511cff80ed566fc82085def371e306c8cbe24ad91dd17d9574e14eb938 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:19.839Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:19.852Z] taggedImages: [2024-05-28T05:26:19.852Z] - nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:19.852Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-05-28T05:26:19.852Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.23 [2024-05-28T05:26:19.852Z] - nexus3.edgexfoundry.org:10004/core-metadata:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:19.852Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-05-28T05:26:19.881Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-05-28T05:26:19.882Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:19.882Z] latest [2024-05-28T05:26:19.882Z] 3.2.0-dev.23 [2024-05-28T05:26:19.882Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:19.882Z] main [2024-05-28T05:26:19.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:20.223Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:20.547Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:20.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-05-28T05:26:20.547Z] 0052468d9171: Preparing [2024-05-28T05:26:20.547Z] c1d9e5e5a6ba: Preparing [2024-05-28T05:26:20.547Z] 968bf1ab4e91: Preparing [2024-05-28T05:26:20.547Z] 600c60533424: Preparing [2024-05-28T05:26:20.547Z] 5a98a1ea1a0a: Preparing [2024-05-28T05:26:20.547Z] c1a0448da102: Preparing [2024-05-28T05:26:20.547Z] 64a4a94f90c1: Preparing [2024-05-28T05:26:20.547Z] 57de212e3bc2: Preparing [2024-05-28T05:26:20.547Z] c92f10590cdd: Preparing [2024-05-28T05:26:20.547Z] c3a39d1e6841: Preparing [2024-05-28T05:26:20.547Z] 7d8437aaa205: Preparing [2024-05-28T05:26:20.547Z] 5f70bf18a086: Preparing [2024-05-28T05:26:20.547Z] c3399f6105b9: Preparing [2024-05-28T05:26:20.547Z] d36c2ba09b8b: Preparing [2024-05-28T05:26:20.547Z] 37e2ac62888c: Preparing [2024-05-28T05:26:20.547Z] aedc3bda2944: Preparing [2024-05-28T05:26:20.547Z] 64a4a94f90c1: Waiting [2024-05-28T05:26:20.547Z] 57de212e3bc2: Waiting [2024-05-28T05:26:20.547Z] c92f10590cdd: Waiting [2024-05-28T05:26:20.547Z] c3a39d1e6841: Waiting [2024-05-28T05:26:20.547Z] 7d8437aaa205: Waiting [2024-05-28T05:26:20.547Z] 5f70bf18a086: Waiting [2024-05-28T05:26:20.547Z] c3399f6105b9: Waiting [2024-05-28T05:26:20.547Z] c1a0448da102: Waiting [2024-05-28T05:26:20.547Z] d36c2ba09b8b: Waiting [2024-05-28T05:26:20.547Z] 37e2ac62888c: Waiting [2024-05-28T05:26:20.547Z] 600c60533424: Pushed [2024-05-28T05:26:20.547Z] 5a98a1ea1a0a: Pushed [2024-05-28T05:26:20.547Z] c1d9e5e5a6ba: Pushed [2024-05-28T05:26:20.547Z] 968bf1ab4e91: Pushed [2024-05-28T05:26:20.547Z] 0052468d9171: Pushed [2024-05-28T05:26:20.547Z] c1a0448da102: Pushed [2024-05-28T05:26:20.547Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:20.547Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:20.547Z] 5f70bf18a086: Layer already exists [2024-05-28T05:26:20.807Z] 7d8437aaa205: Pushed [2024-05-28T05:26:20.807Z] c3a39d1e6841: Pushed [2024-05-28T05:26:20.807Z] c3399f6105b9: Pushed [2024-05-28T05:26:20.807Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:20.807Z] 37e2ac62888c: Pushed [2024-05-28T05:26:21.376Z] d36c2ba09b8b: Pushed [2024-05-28T05:26:21.945Z] 64a4a94f90c1: Pushed [2024-05-28T05:26:21.945Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:22.263Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:22.586Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-05-28T05:26:22.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-05-28T05:26:22.586Z] 0052468d9171: Preparing [2024-05-28T05:26:22.586Z] c1d9e5e5a6ba: Preparing [2024-05-28T05:26:22.586Z] 968bf1ab4e91: Preparing [2024-05-28T05:26:22.586Z] 600c60533424: Preparing [2024-05-28T05:26:22.586Z] 5a98a1ea1a0a: Preparing [2024-05-28T05:26:22.586Z] c1a0448da102: Preparing [2024-05-28T05:26:22.586Z] 64a4a94f90c1: Preparing [2024-05-28T05:26:22.586Z] 57de212e3bc2: Preparing [2024-05-28T05:26:22.586Z] c92f10590cdd: Preparing [2024-05-28T05:26:22.586Z] c3a39d1e6841: Preparing [2024-05-28T05:26:22.586Z] 7d8437aaa205: Preparing [2024-05-28T05:26:22.586Z] 5f70bf18a086: Preparing [2024-05-28T05:26:22.586Z] c3399f6105b9: Preparing [2024-05-28T05:26:22.586Z] d36c2ba09b8b: Preparing [2024-05-28T05:26:22.586Z] 37e2ac62888c: Preparing [2024-05-28T05:26:22.586Z] aedc3bda2944: Preparing [2024-05-28T05:26:22.586Z] c92f10590cdd: Waiting [2024-05-28T05:26:22.586Z] c3a39d1e6841: Waiting [2024-05-28T05:26:22.586Z] 7d8437aaa205: Waiting [2024-05-28T05:26:22.586Z] 5f70bf18a086: Waiting [2024-05-28T05:26:22.586Z] c3399f6105b9: Waiting [2024-05-28T05:26:22.586Z] d36c2ba09b8b: Waiting [2024-05-28T05:26:22.586Z] 37e2ac62888c: Waiting [2024-05-28T05:26:22.586Z] aedc3bda2944: Waiting [2024-05-28T05:26:22.586Z] 64a4a94f90c1: Waiting [2024-05-28T05:26:22.586Z] 57de212e3bc2: Waiting [2024-05-28T05:26:22.586Z] c1a0448da102: Waiting [2024-05-28T05:26:22.586Z] 968bf1ab4e91: Layer already exists [2024-05-28T05:26:22.586Z] 600c60533424: Layer already exists [2024-05-28T05:26:22.586Z] c1d9e5e5a6ba: Layer already exists [2024-05-28T05:26:22.586Z] 5a98a1ea1a0a: Layer already exists [2024-05-28T05:26:22.586Z] 0052468d9171: Layer already exists [2024-05-28T05:26:22.586Z] 64a4a94f90c1: Layer already exists [2024-05-28T05:26:22.586Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:22.586Z] c1a0448da102: Layer already exists [2024-05-28T05:26:22.586Z] c3a39d1e6841: Layer already exists [2024-05-28T05:26:22.586Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:22.586Z] 7d8437aaa205: Layer already exists [2024-05-28T05:26:22.586Z] 5f70bf18a086: Layer already exists [2024-05-28T05:26:22.586Z] c3399f6105b9: Layer already exists [2024-05-28T05:26:22.586Z] d36c2ba09b8b: Layer already exists [2024-05-28T05:26:22.586Z] 37e2ac62888c: Layer already exists [2024-05-28T05:26:22.586Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:22.586Z] latest: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:22.930Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:23.252Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.23 [2024-05-28T05:26:23.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-05-28T05:26:23.252Z] 0052468d9171: Preparing [2024-05-28T05:26:23.252Z] c1d9e5e5a6ba: Preparing [2024-05-28T05:26:23.252Z] 968bf1ab4e91: Preparing [2024-05-28T05:26:23.252Z] 600c60533424: Preparing [2024-05-28T05:26:23.252Z] 5a98a1ea1a0a: Preparing [2024-05-28T05:26:23.252Z] c1a0448da102: Preparing [2024-05-28T05:26:23.252Z] 64a4a94f90c1: Preparing [2024-05-28T05:26:23.252Z] 57de212e3bc2: Preparing [2024-05-28T05:26:23.252Z] c92f10590cdd: Preparing [2024-05-28T05:26:23.253Z] c3a39d1e6841: Preparing [2024-05-28T05:26:23.253Z] 7d8437aaa205: Preparing [2024-05-28T05:26:23.253Z] 5f70bf18a086: Preparing [2024-05-28T05:26:23.253Z] c3399f6105b9: Preparing [2024-05-28T05:26:23.253Z] d36c2ba09b8b: Preparing [2024-05-28T05:26:23.253Z] 37e2ac62888c: Preparing [2024-05-28T05:26:23.253Z] aedc3bda2944: Preparing [2024-05-28T05:26:23.253Z] c92f10590cdd: Waiting [2024-05-28T05:26:23.253Z] c3a39d1e6841: Waiting [2024-05-28T05:26:23.253Z] 57de212e3bc2: Waiting [2024-05-28T05:26:23.253Z] 5f70bf18a086: Waiting [2024-05-28T05:26:23.253Z] 7d8437aaa205: Waiting [2024-05-28T05:26:23.253Z] c3399f6105b9: Waiting [2024-05-28T05:26:23.253Z] c1a0448da102: Waiting [2024-05-28T05:26:23.253Z] d36c2ba09b8b: Waiting [2024-05-28T05:26:23.253Z] 37e2ac62888c: Waiting [2024-05-28T05:26:23.253Z] aedc3bda2944: Waiting [2024-05-28T05:26:23.253Z] 64a4a94f90c1: Waiting [2024-05-28T05:26:23.253Z] c1d9e5e5a6ba: Layer already exists [2024-05-28T05:26:23.253Z] 0052468d9171: Layer already exists [2024-05-28T05:26:23.253Z] 968bf1ab4e91: Layer already exists [2024-05-28T05:26:23.253Z] 600c60533424: Layer already exists [2024-05-28T05:26:23.253Z] 5a98a1ea1a0a: Layer already exists [2024-05-28T05:26:23.253Z] 64a4a94f90c1: Layer already exists [2024-05-28T05:26:23.253Z] c1a0448da102: Layer already exists [2024-05-28T05:26:23.253Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:23.253Z] c3a39d1e6841: Layer already exists [2024-05-28T05:26:23.253Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:23.253Z] 7d8437aaa205: Layer already exists [2024-05-28T05:26:23.253Z] 5f70bf18a086: Layer already exists [2024-05-28T05:26:23.253Z] 37e2ac62888c: Layer already exists [2024-05-28T05:26:23.253Z] d36c2ba09b8b: Layer already exists [2024-05-28T05:26:23.253Z] c3399f6105b9: Layer already exists [2024-05-28T05:26:23.253Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:23.253Z] 3.2.0-dev.23: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:23.586Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:23.908Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:23.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-05-28T05:26:23.909Z] 0052468d9171: Preparing [2024-05-28T05:26:23.909Z] c1d9e5e5a6ba: Preparing [2024-05-28T05:26:23.909Z] 968bf1ab4e91: Preparing [2024-05-28T05:26:23.909Z] 600c60533424: Preparing [2024-05-28T05:26:23.909Z] 5a98a1ea1a0a: Preparing [2024-05-28T05:26:23.909Z] c1a0448da102: Preparing [2024-05-28T05:26:23.909Z] 64a4a94f90c1: Preparing [2024-05-28T05:26:23.909Z] 57de212e3bc2: Preparing [2024-05-28T05:26:23.909Z] c92f10590cdd: Preparing [2024-05-28T05:26:23.909Z] c3a39d1e6841: Preparing [2024-05-28T05:26:23.909Z] 7d8437aaa205: Preparing [2024-05-28T05:26:23.909Z] 5f70bf18a086: Preparing [2024-05-28T05:26:23.909Z] c3399f6105b9: Preparing [2024-05-28T05:26:23.909Z] d36c2ba09b8b: Preparing [2024-05-28T05:26:23.909Z] 37e2ac62888c: Preparing [2024-05-28T05:26:23.909Z] aedc3bda2944: Preparing [2024-05-28T05:26:23.909Z] 64a4a94f90c1: Waiting [2024-05-28T05:26:23.909Z] 57de212e3bc2: Waiting [2024-05-28T05:26:23.909Z] c92f10590cdd: Waiting [2024-05-28T05:26:23.909Z] c3a39d1e6841: Waiting [2024-05-28T05:26:23.909Z] 7d8437aaa205: Waiting [2024-05-28T05:26:23.909Z] 5f70bf18a086: Waiting [2024-05-28T05:26:23.909Z] c3399f6105b9: Waiting [2024-05-28T05:26:23.909Z] d36c2ba09b8b: Waiting [2024-05-28T05:26:23.909Z] 37e2ac62888c: Waiting [2024-05-28T05:26:23.909Z] aedc3bda2944: Waiting [2024-05-28T05:26:23.909Z] c1a0448da102: Waiting [2024-05-28T05:26:23.909Z] 5a98a1ea1a0a: Layer already exists [2024-05-28T05:26:23.909Z] 0052468d9171: Layer already exists [2024-05-28T05:26:23.909Z] 600c60533424: Layer already exists [2024-05-28T05:26:23.909Z] c1d9e5e5a6ba: Layer already exists [2024-05-28T05:26:23.909Z] 968bf1ab4e91: Layer already exists [2024-05-28T05:26:23.909Z] 64a4a94f90c1: Layer already exists [2024-05-28T05:26:23.909Z] c1a0448da102: Layer already exists [2024-05-28T05:26:23.909Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:23.909Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:23.909Z] c3a39d1e6841: Layer already exists [2024-05-28T05:26:23.909Z] 7d8437aaa205: Layer already exists [2024-05-28T05:26:23.909Z] 5f70bf18a086: Layer already exists [2024-05-28T05:26:23.909Z] c3399f6105b9: Layer already exists [2024-05-28T05:26:23.909Z] d36c2ba09b8b: Layer already exists [2024-05-28T05:26:23.909Z] 37e2ac62888c: Layer already exists [2024-05-28T05:26:23.909Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:23.909Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:24.239Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:24.565Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-05-28T05:26:24.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-05-28T05:26:24.565Z] 0052468d9171: Preparing [2024-05-28T05:26:24.565Z] c1d9e5e5a6ba: Preparing [2024-05-28T05:26:24.565Z] 968bf1ab4e91: Preparing [2024-05-28T05:26:24.565Z] 600c60533424: Preparing [2024-05-28T05:26:24.565Z] 5a98a1ea1a0a: Preparing [2024-05-28T05:26:24.565Z] c1a0448da102: Preparing [2024-05-28T05:26:24.565Z] 64a4a94f90c1: Preparing [2024-05-28T05:26:24.565Z] 57de212e3bc2: Preparing [2024-05-28T05:26:24.565Z] c92f10590cdd: Preparing [2024-05-28T05:26:24.565Z] c3a39d1e6841: Preparing [2024-05-28T05:26:24.565Z] 7d8437aaa205: Preparing [2024-05-28T05:26:24.565Z] 5f70bf18a086: Preparing [2024-05-28T05:26:24.565Z] c3399f6105b9: Preparing [2024-05-28T05:26:24.565Z] d36c2ba09b8b: Preparing [2024-05-28T05:26:24.565Z] 37e2ac62888c: Preparing [2024-05-28T05:26:24.565Z] aedc3bda2944: Preparing [2024-05-28T05:26:24.565Z] 57de212e3bc2: Waiting [2024-05-28T05:26:24.565Z] c92f10590cdd: Waiting [2024-05-28T05:26:24.565Z] 7d8437aaa205: Waiting [2024-05-28T05:26:24.565Z] 5f70bf18a086: Waiting [2024-05-28T05:26:24.565Z] c3a39d1e6841: Waiting [2024-05-28T05:26:24.565Z] c3399f6105b9: Waiting [2024-05-28T05:26:24.565Z] d36c2ba09b8b: Waiting [2024-05-28T05:26:24.565Z] 37e2ac62888c: Waiting [2024-05-28T05:26:24.565Z] aedc3bda2944: Waiting [2024-05-28T05:26:24.565Z] c1a0448da102: Waiting [2024-05-28T05:26:24.565Z] 64a4a94f90c1: Waiting [2024-05-28T05:26:24.565Z] c1d9e5e5a6ba: Layer already exists [2024-05-28T05:26:24.565Z] 600c60533424: Layer already exists [2024-05-28T05:26:24.565Z] 5a98a1ea1a0a: Layer already exists [2024-05-28T05:26:24.565Z] 968bf1ab4e91: Layer already exists [2024-05-28T05:26:24.565Z] 0052468d9171: Layer already exists [2024-05-28T05:26:24.565Z] 64a4a94f90c1: Layer already exists [2024-05-28T05:26:24.565Z] c1a0448da102: Layer already exists [2024-05-28T05:26:24.565Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:24.565Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:24.565Z] 7d8437aaa205: Layer already exists [2024-05-28T05:26:24.565Z] c3a39d1e6841: Layer already exists [2024-05-28T05:26:24.565Z] 5f70bf18a086: Layer already exists [2024-05-28T05:26:24.565Z] d36c2ba09b8b: Layer already exists [2024-05-28T05:26:24.565Z] c3399f6105b9: Layer already exists [2024-05-28T05:26:24.565Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:24.565Z] 37e2ac62888c: Layer already exists [2024-05-28T05:26:24.565Z] main: digest: sha256:8669cd85a6088d52ef3176847200114b042e7cdec277bbac9c91f15a551648a8 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:24.636Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:24.652Z] taggedImages: [2024-05-28T05:26:24.652Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:24.652Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-05-28T05:26:24.652Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.23 [2024-05-28T05:26:24.652Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:24.652Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-05-28T05:26:24.677Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-05-28T05:26:24.677Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:24.677Z] latest [2024-05-28T05:26:24.677Z] 3.2.0-dev.23 [2024-05-28T05:26:24.677Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:24.677Z] main [2024-05-28T05:26:24.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:25.015Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:25.394Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:25.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-05-28T05:26:25.394Z] 6b50e1abb478: Preparing [2024-05-28T05:26:25.394Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:25.394Z] 7f26dfbe3b59: Preparing [2024-05-28T05:26:25.394Z] 2738ae55d70f: Preparing [2024-05-28T05:26:25.394Z] 57de212e3bc2: Preparing [2024-05-28T05:26:25.394Z] c92f10590cdd: Preparing [2024-05-28T05:26:25.394Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:25.394Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:25.394Z] aedc3bda2944: Preparing [2024-05-28T05:26:25.394Z] c92f10590cdd: Waiting [2024-05-28T05:26:25.394Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:25.394Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:25.394Z] aedc3bda2944: Waiting [2024-05-28T05:26:25.394Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:25.394Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:25.394Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:25.394Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:25.394Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:25.394Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:25.394Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:25.394Z] 7f26dfbe3b59: Pushed [2024-05-28T05:26:27.949Z] 2738ae55d70f: Pushed [2024-05-28T05:26:27.949Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:28.279Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:28.604Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-05-28T05:26:28.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-05-28T05:26:28.604Z] 6b50e1abb478: Preparing [2024-05-28T05:26:28.604Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:28.604Z] 7f26dfbe3b59: Preparing [2024-05-28T05:26:28.604Z] 2738ae55d70f: Preparing [2024-05-28T05:26:28.604Z] 57de212e3bc2: Preparing [2024-05-28T05:26:28.604Z] c92f10590cdd: Preparing [2024-05-28T05:26:28.604Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:28.604Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:28.604Z] aedc3bda2944: Preparing [2024-05-28T05:26:28.604Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:28.604Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:28.604Z] aedc3bda2944: Waiting [2024-05-28T05:26:28.604Z] c92f10590cdd: Waiting [2024-05-28T05:26:28.604Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:28.604Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:28.604Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:28.604Z] 7f26dfbe3b59: Layer already exists [2024-05-28T05:26:28.604Z] 2738ae55d70f: Layer already exists [2024-05-28T05:26:28.604Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:28.604Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:28.604Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:28.604Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:28.604Z] latest: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:28.929Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:29.246Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.23 [2024-05-28T05:26:29.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-05-28T05:26:29.246Z] 6b50e1abb478: Preparing [2024-05-28T05:26:29.246Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:29.246Z] 7f26dfbe3b59: Preparing [2024-05-28T05:26:29.246Z] 2738ae55d70f: Preparing [2024-05-28T05:26:29.246Z] 57de212e3bc2: Preparing [2024-05-28T05:26:29.246Z] c92f10590cdd: Preparing [2024-05-28T05:26:29.246Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:29.246Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:29.246Z] aedc3bda2944: Preparing [2024-05-28T05:26:29.246Z] c92f10590cdd: Waiting [2024-05-28T05:26:29.246Z] aedc3bda2944: Waiting [2024-05-28T05:26:29.246Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:29.246Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:29.246Z] 7f26dfbe3b59: Layer already exists [2024-05-28T05:26:29.246Z] 2738ae55d70f: Layer already exists [2024-05-28T05:26:29.246Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:29.246Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:29.246Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:29.246Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:29.246Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:29.246Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:29.246Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:29.246Z] 3.2.0-dev.23: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:29.578Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:29.896Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:29.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-05-28T05:26:29.896Z] 6b50e1abb478: Preparing [2024-05-28T05:26:29.896Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:29.896Z] 7f26dfbe3b59: Preparing [2024-05-28T05:26:29.896Z] 2738ae55d70f: Preparing [2024-05-28T05:26:29.896Z] 57de212e3bc2: Preparing [2024-05-28T05:26:29.896Z] c92f10590cdd: Preparing [2024-05-28T05:26:29.896Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:29.896Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:29.896Z] aedc3bda2944: Preparing [2024-05-28T05:26:29.896Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:29.896Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:29.896Z] aedc3bda2944: Waiting [2024-05-28T05:26:29.896Z] c92f10590cdd: Waiting [2024-05-28T05:26:29.896Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:29.896Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:29.896Z] 2738ae55d70f: Layer already exists [2024-05-28T05:26:29.896Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:29.896Z] 7f26dfbe3b59: Layer already exists [2024-05-28T05:26:29.896Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:29.896Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:29.896Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:29.896Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:29.896Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:30.217Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:30.540Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-05-28T05:26:30.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-05-28T05:26:30.540Z] 6b50e1abb478: Preparing [2024-05-28T05:26:30.540Z] 321ff4cc2dfb: Preparing [2024-05-28T05:26:30.540Z] 7f26dfbe3b59: Preparing [2024-05-28T05:26:30.540Z] 2738ae55d70f: Preparing [2024-05-28T05:26:30.540Z] 57de212e3bc2: Preparing [2024-05-28T05:26:30.540Z] c92f10590cdd: Preparing [2024-05-28T05:26:30.540Z] 6a08039cd6e2: Preparing [2024-05-28T05:26:30.540Z] 3a9e07163c1a: Preparing [2024-05-28T05:26:30.540Z] aedc3bda2944: Preparing [2024-05-28T05:26:30.540Z] c92f10590cdd: Waiting [2024-05-28T05:26:30.540Z] 6a08039cd6e2: Waiting [2024-05-28T05:26:30.540Z] 3a9e07163c1a: Waiting [2024-05-28T05:26:30.540Z] aedc3bda2944: Waiting [2024-05-28T05:26:30.540Z] 321ff4cc2dfb: Layer already exists [2024-05-28T05:26:30.540Z] 6b50e1abb478: Layer already exists [2024-05-28T05:26:30.540Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:30.540Z] 7f26dfbe3b59: Layer already exists [2024-05-28T05:26:30.540Z] 2738ae55d70f: Layer already exists [2024-05-28T05:26:30.540Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:26:30.540Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:30.540Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:26:30.540Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:30.540Z] main: digest: sha256:b3af5a4ac5bd156e6faabc69bfa27df7626e5fdd3312d2b41ceaa98719145ce8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:30.621Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:30.634Z] taggedImages: [2024-05-28T05:26:30.634Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:30.634Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-05-28T05:26:30.634Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.23 [2024-05-28T05:26:30.634Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:30.634Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-05-28T05:26:30.665Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-05-28T05:26:30.665Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:30.665Z] latest [2024-05-28T05:26:30.665Z] 3.2.0-dev.23 [2024-05-28T05:26:30.665Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:30.665Z] main [2024-05-28T05:26:30.665Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:31.011Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:31.330Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:31.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-05-28T05:26:31.330Z] 893d0b19bf79: Preparing [2024-05-28T05:26:31.330Z] eead58d43057: Preparing [2024-05-28T05:26:31.330Z] b239a4ffe671: Preparing [2024-05-28T05:26:31.330Z] 757e16a9148c: Preparing [2024-05-28T05:26:31.330Z] ba17c1c702e1: Preparing [2024-05-28T05:26:31.330Z] 57de212e3bc2: Preparing [2024-05-28T05:26:31.330Z] c92f10590cdd: Preparing [2024-05-28T05:26:31.330Z] f72817c60555: Preparing [2024-05-28T05:26:31.330Z] e629141ecbb6: Preparing [2024-05-28T05:26:31.330Z] 1bf973cefe1e: Preparing [2024-05-28T05:26:31.330Z] aedc3bda2944: Preparing [2024-05-28T05:26:31.330Z] c92f10590cdd: Waiting [2024-05-28T05:26:31.330Z] 1bf973cefe1e: Waiting [2024-05-28T05:26:31.330Z] f72817c60555: Waiting [2024-05-28T05:26:31.330Z] e629141ecbb6: Waiting [2024-05-28T05:26:31.330Z] aedc3bda2944: Waiting [2024-05-28T05:26:31.330Z] ba17c1c702e1: Pushed [2024-05-28T05:26:31.330Z] 893d0b19bf79: Pushed [2024-05-28T05:26:31.330Z] 757e16a9148c: Pushed [2024-05-28T05:26:31.330Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:31.330Z] eead58d43057: Pushed [2024-05-28T05:26:31.330Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:31.330Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:31.588Z] f72817c60555: Pushed [2024-05-28T05:26:31.588Z] e629141ecbb6: Pushed [2024-05-28T05:26:32.155Z] b239a4ffe671: Pushed [2024-05-28T05:26:33.090Z] 1bf973cefe1e: Pushed [2024-05-28T05:26:33.090Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:33.676Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:34.007Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-05-28T05:26:34.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-05-28T05:26:34.007Z] 893d0b19bf79: Preparing [2024-05-28T05:26:34.007Z] eead58d43057: Preparing [2024-05-28T05:26:34.007Z] b239a4ffe671: Preparing [2024-05-28T05:26:34.007Z] 757e16a9148c: Preparing [2024-05-28T05:26:34.007Z] ba17c1c702e1: Preparing [2024-05-28T05:26:34.007Z] 57de212e3bc2: Preparing [2024-05-28T05:26:34.007Z] c92f10590cdd: Preparing [2024-05-28T05:26:34.007Z] f72817c60555: Preparing [2024-05-28T05:26:34.007Z] e629141ecbb6: Preparing [2024-05-28T05:26:34.007Z] 1bf973cefe1e: Preparing [2024-05-28T05:26:34.007Z] aedc3bda2944: Preparing [2024-05-28T05:26:34.007Z] 57de212e3bc2: Waiting [2024-05-28T05:26:34.007Z] f72817c60555: Waiting [2024-05-28T05:26:34.007Z] c92f10590cdd: Waiting [2024-05-28T05:26:34.007Z] e629141ecbb6: Waiting [2024-05-28T05:26:34.007Z] 1bf973cefe1e: Waiting [2024-05-28T05:26:34.007Z] aedc3bda2944: Waiting [2024-05-28T05:26:34.007Z] b239a4ffe671: Layer already exists [2024-05-28T05:26:34.007Z] ba17c1c702e1: Layer already exists [2024-05-28T05:26:34.007Z] 757e16a9148c: Layer already exists [2024-05-28T05:26:34.007Z] eead58d43057: Layer already exists [2024-05-28T05:26:34.007Z] 893d0b19bf79: Layer already exists [2024-05-28T05:26:34.007Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:34.007Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:34.007Z] e629141ecbb6: Layer already exists [2024-05-28T05:26:34.007Z] f72817c60555: Layer already exists [2024-05-28T05:26:34.007Z] 1bf973cefe1e: Layer already exists [2024-05-28T05:26:34.007Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:34.007Z] latest: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:34.336Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:34.654Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.23 [2024-05-28T05:26:34.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-05-28T05:26:34.654Z] 893d0b19bf79: Preparing [2024-05-28T05:26:34.654Z] eead58d43057: Preparing [2024-05-28T05:26:34.654Z] b239a4ffe671: Preparing [2024-05-28T05:26:34.654Z] 757e16a9148c: Preparing [2024-05-28T05:26:34.654Z] ba17c1c702e1: Preparing [2024-05-28T05:26:34.654Z] 57de212e3bc2: Preparing [2024-05-28T05:26:34.654Z] c92f10590cdd: Preparing [2024-05-28T05:26:34.654Z] f72817c60555: Preparing [2024-05-28T05:26:34.654Z] e629141ecbb6: Preparing [2024-05-28T05:26:34.654Z] 1bf973cefe1e: Preparing [2024-05-28T05:26:34.654Z] aedc3bda2944: Preparing [2024-05-28T05:26:34.654Z] 57de212e3bc2: Waiting [2024-05-28T05:26:34.654Z] c92f10590cdd: Waiting [2024-05-28T05:26:34.654Z] f72817c60555: Waiting [2024-05-28T05:26:34.654Z] e629141ecbb6: Waiting [2024-05-28T05:26:34.654Z] 1bf973cefe1e: Waiting [2024-05-28T05:26:34.654Z] aedc3bda2944: Waiting [2024-05-28T05:26:34.654Z] 893d0b19bf79: Layer already exists [2024-05-28T05:26:34.654Z] ba17c1c702e1: Layer already exists [2024-05-28T05:26:34.654Z] 757e16a9148c: Layer already exists [2024-05-28T05:26:34.654Z] b239a4ffe671: Layer already exists [2024-05-28T05:26:34.654Z] eead58d43057: Layer already exists [2024-05-28T05:26:34.654Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:34.654Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:34.654Z] e629141ecbb6: Layer already exists [2024-05-28T05:26:34.654Z] f72817c60555: Layer already exists [2024-05-28T05:26:34.654Z] 1bf973cefe1e: Layer already exists [2024-05-28T05:26:34.654Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:34.654Z] 3.2.0-dev.23: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:34.980Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:35.315Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:35.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-05-28T05:26:35.315Z] 893d0b19bf79: Preparing [2024-05-28T05:26:35.315Z] eead58d43057: Preparing [2024-05-28T05:26:35.315Z] b239a4ffe671: Preparing [2024-05-28T05:26:35.315Z] 757e16a9148c: Preparing [2024-05-28T05:26:35.315Z] ba17c1c702e1: Preparing [2024-05-28T05:26:35.315Z] 57de212e3bc2: Preparing [2024-05-28T05:26:35.315Z] c92f10590cdd: Preparing [2024-05-28T05:26:35.315Z] f72817c60555: Preparing [2024-05-28T05:26:35.315Z] c92f10590cdd: Waiting [2024-05-28T05:26:35.315Z] 57de212e3bc2: Waiting [2024-05-28T05:26:35.315Z] e629141ecbb6: Preparing [2024-05-28T05:26:35.315Z] 1bf973cefe1e: Preparing [2024-05-28T05:26:35.315Z] aedc3bda2944: Preparing [2024-05-28T05:26:35.315Z] f72817c60555: Waiting [2024-05-28T05:26:35.315Z] e629141ecbb6: Waiting [2024-05-28T05:26:35.315Z] 1bf973cefe1e: Waiting [2024-05-28T05:26:35.315Z] aedc3bda2944: Waiting [2024-05-28T05:26:35.315Z] eead58d43057: Layer already exists [2024-05-28T05:26:35.315Z] b239a4ffe671: Layer already exists [2024-05-28T05:26:35.315Z] ba17c1c702e1: Layer already exists [2024-05-28T05:26:35.315Z] 757e16a9148c: Layer already exists [2024-05-28T05:26:35.315Z] 893d0b19bf79: Layer already exists [2024-05-28T05:26:35.315Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:35.315Z] f72817c60555: Layer already exists [2024-05-28T05:26:35.315Z] 1bf973cefe1e: Layer already exists [2024-05-28T05:26:35.315Z] e629141ecbb6: Layer already exists [2024-05-28T05:26:35.315Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:35.315Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:35.315Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:35.641Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:35.968Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-05-28T05:26:35.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-05-28T05:26:35.968Z] 893d0b19bf79: Preparing [2024-05-28T05:26:35.968Z] eead58d43057: Preparing [2024-05-28T05:26:35.968Z] b239a4ffe671: Preparing [2024-05-28T05:26:35.968Z] 757e16a9148c: Preparing [2024-05-28T05:26:35.968Z] ba17c1c702e1: Preparing [2024-05-28T05:26:35.968Z] 57de212e3bc2: Preparing [2024-05-28T05:26:35.968Z] c92f10590cdd: Preparing [2024-05-28T05:26:35.968Z] f72817c60555: Preparing [2024-05-28T05:26:35.968Z] e629141ecbb6: Preparing [2024-05-28T05:26:35.968Z] 1bf973cefe1e: Preparing [2024-05-28T05:26:35.968Z] aedc3bda2944: Preparing [2024-05-28T05:26:35.968Z] 57de212e3bc2: Waiting [2024-05-28T05:26:35.968Z] c92f10590cdd: Waiting [2024-05-28T05:26:35.968Z] f72817c60555: Waiting [2024-05-28T05:26:35.968Z] e629141ecbb6: Waiting [2024-05-28T05:26:35.968Z] aedc3bda2944: Waiting [2024-05-28T05:26:35.968Z] 1bf973cefe1e: Waiting [2024-05-28T05:26:35.968Z] eead58d43057: Layer already exists [2024-05-28T05:26:35.968Z] ba17c1c702e1: Layer already exists [2024-05-28T05:26:35.968Z] 757e16a9148c: Layer already exists [2024-05-28T05:26:35.968Z] 893d0b19bf79: Layer already exists [2024-05-28T05:26:35.968Z] b239a4ffe671: Layer already exists [2024-05-28T05:26:35.968Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:35.968Z] f72817c60555: Layer already exists [2024-05-28T05:26:35.968Z] e629141ecbb6: Layer already exists [2024-05-28T05:26:35.968Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:35.968Z] 1bf973cefe1e: Layer already exists [2024-05-28T05:26:35.968Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:35.968Z] main: digest: sha256:e466a38a1acf61f119e3f751c7a1008f2dd9be0a9bc6cc23107b320aab4d8749 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:36.040Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:36.056Z] taggedImages: [2024-05-28T05:26:36.056Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:36.056Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-05-28T05:26:36.056Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.23 [2024-05-28T05:26:36.056Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:36.056Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-05-28T05:26:36.084Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-05-28T05:26:36.084Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:36.084Z] latest [2024-05-28T05:26:36.084Z] 3.2.0-dev.23 [2024-05-28T05:26:36.084Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:36.084Z] main [2024-05-28T05:26:36.084Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:36.429Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:36.750Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:36.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-05-28T05:26:36.751Z] 5af73f8be9e9: Preparing [2024-05-28T05:26:36.751Z] 1bec75ec2043: Preparing [2024-05-28T05:26:36.751Z] a3e7f794ed20: Preparing [2024-05-28T05:26:36.751Z] c1fba5642d2f: Preparing [2024-05-28T05:26:36.751Z] 338229f4e8cf: Preparing [2024-05-28T05:26:36.751Z] f27c6e77aa9d: Preparing [2024-05-28T05:26:36.751Z] 593c93c25703: Preparing [2024-05-28T05:26:36.751Z] 57de212e3bc2: Preparing [2024-05-28T05:26:36.751Z] c92f10590cdd: Preparing [2024-05-28T05:26:36.751Z] d126dc49e2c3: Preparing [2024-05-28T05:26:36.751Z] ce4c2dab0dcf: Preparing [2024-05-28T05:26:36.751Z] aedc3bda2944: Preparing [2024-05-28T05:26:36.751Z] f27c6e77aa9d: Waiting [2024-05-28T05:26:36.751Z] 593c93c25703: Waiting [2024-05-28T05:26:36.751Z] 57de212e3bc2: Waiting [2024-05-28T05:26:36.751Z] c92f10590cdd: Waiting [2024-05-28T05:26:36.751Z] d126dc49e2c3: Waiting [2024-05-28T05:26:36.751Z] ce4c2dab0dcf: Waiting [2024-05-28T05:26:36.751Z] aedc3bda2944: Waiting [2024-05-28T05:26:36.751Z] 1bec75ec2043: Pushed [2024-05-28T05:26:36.751Z] 5af73f8be9e9: Pushed [2024-05-28T05:26:36.751Z] 338229f4e8cf: Pushed [2024-05-28T05:26:36.751Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:36.751Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:37.009Z] f27c6e77aa9d: Pushed [2024-05-28T05:26:37.009Z] 593c93c25703: Pushed [2024-05-28T05:26:37.009Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:37.575Z] d126dc49e2c3: Pushed [2024-05-28T05:26:37.575Z] c1fba5642d2f: Pushed [2024-05-28T05:26:37.834Z] a3e7f794ed20: Pushed [2024-05-28T05:26:38.093Z] ce4c2dab0dcf: Pushed [2024-05-28T05:26:38.093Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:38.411Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:38.732Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-05-28T05:26:38.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-05-28T05:26:38.732Z] 5af73f8be9e9: Preparing [2024-05-28T05:26:38.732Z] 1bec75ec2043: Preparing [2024-05-28T05:26:38.732Z] a3e7f794ed20: Preparing [2024-05-28T05:26:38.732Z] c1fba5642d2f: Preparing [2024-05-28T05:26:38.732Z] 338229f4e8cf: Preparing [2024-05-28T05:26:38.732Z] f27c6e77aa9d: Preparing [2024-05-28T05:26:38.732Z] 593c93c25703: Preparing [2024-05-28T05:26:38.732Z] 57de212e3bc2: Preparing [2024-05-28T05:26:38.732Z] c92f10590cdd: Preparing [2024-05-28T05:26:38.732Z] d126dc49e2c3: Preparing [2024-05-28T05:26:38.732Z] ce4c2dab0dcf: Preparing [2024-05-28T05:26:38.732Z] aedc3bda2944: Preparing [2024-05-28T05:26:38.732Z] f27c6e77aa9d: Waiting [2024-05-28T05:26:38.732Z] 593c93c25703: Waiting [2024-05-28T05:26:38.732Z] c92f10590cdd: Waiting [2024-05-28T05:26:38.732Z] 57de212e3bc2: Waiting [2024-05-28T05:26:38.732Z] d126dc49e2c3: Waiting [2024-05-28T05:26:38.732Z] aedc3bda2944: Waiting [2024-05-28T05:26:38.732Z] ce4c2dab0dcf: Waiting [2024-05-28T05:26:38.732Z] a3e7f794ed20: Layer already exists [2024-05-28T05:26:38.732Z] 5af73f8be9e9: Layer already exists [2024-05-28T05:26:38.732Z] 338229f4e8cf: Layer already exists [2024-05-28T05:26:38.732Z] c1fba5642d2f: Layer already exists [2024-05-28T05:26:38.732Z] 1bec75ec2043: Layer already exists [2024-05-28T05:26:38.732Z] f27c6e77aa9d: Layer already exists [2024-05-28T05:26:38.732Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:38.732Z] 593c93c25703: Layer already exists [2024-05-28T05:26:38.732Z] d126dc49e2c3: Layer already exists [2024-05-28T05:26:38.732Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:38.732Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:38.732Z] ce4c2dab0dcf: Layer already exists [2024-05-28T05:26:38.732Z] latest: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:39.065Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:39.382Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.23 [2024-05-28T05:26:39.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-05-28T05:26:39.382Z] 5af73f8be9e9: Preparing [2024-05-28T05:26:39.382Z] 1bec75ec2043: Preparing [2024-05-28T05:26:39.382Z] a3e7f794ed20: Preparing [2024-05-28T05:26:39.382Z] c1fba5642d2f: Preparing [2024-05-28T05:26:39.382Z] 338229f4e8cf: Preparing [2024-05-28T05:26:39.382Z] f27c6e77aa9d: Preparing [2024-05-28T05:26:39.382Z] 593c93c25703: Preparing [2024-05-28T05:26:39.382Z] 57de212e3bc2: Preparing [2024-05-28T05:26:39.382Z] c92f10590cdd: Preparing [2024-05-28T05:26:39.382Z] d126dc49e2c3: Preparing [2024-05-28T05:26:39.382Z] ce4c2dab0dcf: Preparing [2024-05-28T05:26:39.382Z] aedc3bda2944: Preparing [2024-05-28T05:26:39.382Z] f27c6e77aa9d: Waiting [2024-05-28T05:26:39.382Z] 57de212e3bc2: Waiting [2024-05-28T05:26:39.382Z] d126dc49e2c3: Waiting [2024-05-28T05:26:39.382Z] 593c93c25703: Waiting [2024-05-28T05:26:39.382Z] c92f10590cdd: Waiting [2024-05-28T05:26:39.382Z] ce4c2dab0dcf: Waiting [2024-05-28T05:26:39.382Z] aedc3bda2944: Waiting [2024-05-28T05:26:39.382Z] 338229f4e8cf: Layer already exists [2024-05-28T05:26:39.382Z] c1fba5642d2f: Layer already exists [2024-05-28T05:26:39.382Z] a3e7f794ed20: Layer already exists [2024-05-28T05:26:39.382Z] 1bec75ec2043: Layer already exists [2024-05-28T05:26:39.382Z] 5af73f8be9e9: Layer already exists [2024-05-28T05:26:39.382Z] 593c93c25703: Layer already exists [2024-05-28T05:26:39.382Z] f27c6e77aa9d: Layer already exists [2024-05-28T05:26:39.382Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:39.382Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:39.382Z] d126dc49e2c3: Layer already exists [2024-05-28T05:26:39.382Z] ce4c2dab0dcf: Layer already exists [2024-05-28T05:26:39.382Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:39.382Z] 3.2.0-dev.23: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:39.704Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:40.018Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:40.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-05-28T05:26:40.018Z] 5af73f8be9e9: Preparing [2024-05-28T05:26:40.018Z] 1bec75ec2043: Preparing [2024-05-28T05:26:40.018Z] a3e7f794ed20: Preparing [2024-05-28T05:26:40.018Z] c1fba5642d2f: Preparing [2024-05-28T05:26:40.018Z] 338229f4e8cf: Preparing [2024-05-28T05:26:40.018Z] f27c6e77aa9d: Preparing [2024-05-28T05:26:40.018Z] 593c93c25703: Preparing [2024-05-28T05:26:40.018Z] 57de212e3bc2: Preparing [2024-05-28T05:26:40.018Z] c92f10590cdd: Preparing [2024-05-28T05:26:40.018Z] d126dc49e2c3: Preparing [2024-05-28T05:26:40.018Z] ce4c2dab0dcf: Preparing [2024-05-28T05:26:40.018Z] aedc3bda2944: Preparing [2024-05-28T05:26:40.018Z] f27c6e77aa9d: Waiting [2024-05-28T05:26:40.018Z] 593c93c25703: Waiting [2024-05-28T05:26:40.018Z] 57de212e3bc2: Waiting [2024-05-28T05:26:40.018Z] c92f10590cdd: Waiting [2024-05-28T05:26:40.018Z] d126dc49e2c3: Waiting [2024-05-28T05:26:40.018Z] ce4c2dab0dcf: Waiting [2024-05-28T05:26:40.018Z] aedc3bda2944: Waiting [2024-05-28T05:26:40.018Z] a3e7f794ed20: Layer already exists [2024-05-28T05:26:40.018Z] 338229f4e8cf: Layer already exists [2024-05-28T05:26:40.018Z] 1bec75ec2043: Layer already exists [2024-05-28T05:26:40.018Z] 5af73f8be9e9: Layer already exists [2024-05-28T05:26:40.018Z] c1fba5642d2f: Layer already exists [2024-05-28T05:26:40.018Z] 593c93c25703: Layer already exists [2024-05-28T05:26:40.018Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:40.018Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:40.018Z] f27c6e77aa9d: Layer already exists [2024-05-28T05:26:40.018Z] d126dc49e2c3: Layer already exists [2024-05-28T05:26:40.018Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:40.018Z] ce4c2dab0dcf: Layer already exists [2024-05-28T05:26:40.018Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:40.345Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:40.660Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-05-28T05:26:40.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-05-28T05:26:40.660Z] 5af73f8be9e9: Preparing [2024-05-28T05:26:40.660Z] 1bec75ec2043: Preparing [2024-05-28T05:26:40.660Z] a3e7f794ed20: Preparing [2024-05-28T05:26:40.660Z] c1fba5642d2f: Preparing [2024-05-28T05:26:40.660Z] 338229f4e8cf: Preparing [2024-05-28T05:26:40.660Z] f27c6e77aa9d: Preparing [2024-05-28T05:26:40.660Z] 593c93c25703: Preparing [2024-05-28T05:26:40.660Z] 57de212e3bc2: Preparing [2024-05-28T05:26:40.660Z] c92f10590cdd: Preparing [2024-05-28T05:26:40.660Z] d126dc49e2c3: Preparing [2024-05-28T05:26:40.660Z] ce4c2dab0dcf: Preparing [2024-05-28T05:26:40.660Z] aedc3bda2944: Preparing [2024-05-28T05:26:40.660Z] c92f10590cdd: Waiting [2024-05-28T05:26:40.660Z] d126dc49e2c3: Waiting [2024-05-28T05:26:40.660Z] ce4c2dab0dcf: Waiting [2024-05-28T05:26:40.660Z] aedc3bda2944: Waiting [2024-05-28T05:26:40.660Z] f27c6e77aa9d: Waiting [2024-05-28T05:26:40.660Z] 593c93c25703: Waiting [2024-05-28T05:26:40.660Z] 57de212e3bc2: Waiting [2024-05-28T05:26:40.660Z] 1bec75ec2043: Layer already exists [2024-05-28T05:26:40.660Z] c1fba5642d2f: Layer already exists [2024-05-28T05:26:40.660Z] 338229f4e8cf: Layer already exists [2024-05-28T05:26:40.660Z] 5af73f8be9e9: Layer already exists [2024-05-28T05:26:40.660Z] a3e7f794ed20: Layer already exists [2024-05-28T05:26:40.660Z] 593c93c25703: Layer already exists [2024-05-28T05:26:40.660Z] d126dc49e2c3: Layer already exists [2024-05-28T05:26:40.660Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:40.660Z] f27c6e77aa9d: Layer already exists [2024-05-28T05:26:40.660Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:40.660Z] ce4c2dab0dcf: Layer already exists [2024-05-28T05:26:40.660Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:40.660Z] main: digest: sha256:bafd197cca5401c2477e68e31a4ed799dab0b41157bf8a33599e04c2fe832731 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:26:40.730Z] ===================================================== [Pipeline] echo [2024-05-28T05:26:40.744Z] taggedImages: [2024-05-28T05:26:40.745Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:40.745Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-05-28T05:26:40.745Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.23 [2024-05-28T05:26:40.745Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:40.745Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-05-28T05:26:40.775Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-05-28T05:26:40.775Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:40.775Z] latest [2024-05-28T05:26:40.775Z] 3.2.0-dev.23 [2024-05-28T05:26:40.775Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:26:40.775Z] main [2024-05-28T05:26:40.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:41.136Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:41.459Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:26:41.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-05-28T05:26:41.459Z] ac66f5b013d4: Preparing [2024-05-28T05:26:41.459Z] 88790824a0a7: Preparing [2024-05-28T05:26:41.459Z] 57de212e3bc2: Preparing [2024-05-28T05:26:41.459Z] c92f10590cdd: Preparing [2024-05-28T05:26:41.459Z] 31d60dec7b8c: Preparing [2024-05-28T05:26:41.459Z] 82846de23d40: Preparing [2024-05-28T05:26:41.459Z] aedc3bda2944: Preparing [2024-05-28T05:26:41.459Z] aedc3bda2944: Waiting [2024-05-28T05:26:41.459Z] 82846de23d40: Waiting [2024-05-28T05:26:41.459Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:41.459Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:41.459Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:41.459Z] ac66f5b013d4: Pushed [2024-05-28T05:26:42.068Z] 82846de23d40: Pushed [2024-05-28T05:26:42.068Z] 31d60dec7b8c: Pushed [2024-05-28T05:26:43.057Z] 88790824a0a7: Pushed [2024-05-28T05:26:43.057Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:43.415Z] + 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-05-28T05:26:43.797Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-05-28T05:26:43.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-05-28T05:26:43.798Z] ac66f5b013d4: Preparing [2024-05-28T05:26:43.798Z] 88790824a0a7: Preparing [2024-05-28T05:26:43.798Z] 57de212e3bc2: Preparing [2024-05-28T05:26:43.798Z] c92f10590cdd: Preparing [2024-05-28T05:26:43.798Z] 31d60dec7b8c: Preparing [2024-05-28T05:26:43.798Z] 82846de23d40: Preparing [2024-05-28T05:26:43.798Z] aedc3bda2944: Preparing [2024-05-28T05:26:43.798Z] aedc3bda2944: Waiting [2024-05-28T05:26:43.798Z] 88790824a0a7: Layer already exists [2024-05-28T05:26:43.798Z] ac66f5b013d4: Layer already exists [2024-05-28T05:26:43.798Z] 31d60dec7b8c: Layer already exists [2024-05-28T05:26:43.798Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:43.798Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:43.798Z] 82846de23d40: Layer already exists [2024-05-28T05:26:43.798Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:43.798Z] latest: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:44.121Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:26:44.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.23 [2024-05-28T05:26:44.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-05-28T05:26:44.445Z] ac66f5b013d4: Preparing [2024-05-28T05:26:44.445Z] 88790824a0a7: Preparing [2024-05-28T05:26:44.445Z] 57de212e3bc2: Preparing [2024-05-28T05:26:44.445Z] c92f10590cdd: Preparing [2024-05-28T05:26:44.445Z] 31d60dec7b8c: Preparing [2024-05-28T05:26:44.445Z] 82846de23d40: Preparing [2024-05-28T05:26:44.445Z] aedc3bda2944: Preparing [2024-05-28T05:26:44.445Z] 82846de23d40: Waiting [2024-05-28T05:26:44.445Z] aedc3bda2944: Waiting [2024-05-28T05:26:44.445Z] ac66f5b013d4: Layer already exists [2024-05-28T05:26:44.445Z] c92f10590cdd: Layer already exists [2024-05-28T05:26:44.445Z] 31d60dec7b8c: Layer already exists [2024-05-28T05:26:44.445Z] 57de212e3bc2: Layer already exists [2024-05-28T05:26:44.445Z] 88790824a0a7: Layer already exists [2024-05-28T05:26:44.445Z] 82846de23d40: Layer already exists [2024-05-28T05:26:44.445Z] aedc3bda2944: Layer already exists [2024-05-28T05:26:44.445Z] 3.2.0-dev.23: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:07.534Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:07.857Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:27:07.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-05-28T05:27:07.857Z] ac66f5b013d4: Preparing [2024-05-28T05:27:07.857Z] 88790824a0a7: Preparing [2024-05-28T05:27:07.857Z] 57de212e3bc2: Preparing [2024-05-28T05:27:07.857Z] c92f10590cdd: Preparing [2024-05-28T05:27:07.857Z] 31d60dec7b8c: Preparing [2024-05-28T05:27:07.857Z] 82846de23d40: Preparing [2024-05-28T05:27:07.857Z] aedc3bda2944: Preparing [2024-05-28T05:27:07.857Z] 82846de23d40: Waiting [2024-05-28T05:27:07.857Z] aedc3bda2944: Waiting [2024-05-28T05:27:07.857Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:07.857Z] 88790824a0a7: Layer already exists [2024-05-28T05:27:07.857Z] ac66f5b013d4: Layer already exists [2024-05-28T05:27:07.857Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:07.857Z] 31d60dec7b8c: Layer already exists [2024-05-28T05:27:07.857Z] 82846de23d40: Layer already exists [2024-05-28T05:27:07.857Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:07.857Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:08.176Z] + 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-05-28T05:27:08.491Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-05-28T05:27:08.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-05-28T05:27:08.491Z] ac66f5b013d4: Preparing [2024-05-28T05:27:08.491Z] 88790824a0a7: Preparing [2024-05-28T05:27:08.491Z] 57de212e3bc2: Preparing [2024-05-28T05:27:08.491Z] c92f10590cdd: Preparing [2024-05-28T05:27:08.491Z] 31d60dec7b8c: Preparing [2024-05-28T05:27:08.491Z] 82846de23d40: Preparing [2024-05-28T05:27:08.491Z] aedc3bda2944: Preparing [2024-05-28T05:27:08.491Z] 82846de23d40: Waiting [2024-05-28T05:27:08.491Z] aedc3bda2944: Waiting [2024-05-28T05:27:08.491Z] ac66f5b013d4: Layer already exists [2024-05-28T05:27:08.491Z] 88790824a0a7: Layer already exists [2024-05-28T05:27:08.491Z] 31d60dec7b8c: Layer already exists [2024-05-28T05:27:08.491Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:08.491Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:08.491Z] 82846de23d40: Layer already exists [2024-05-28T05:27:08.491Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:09.870Z] main: digest: sha256:40766ff0d7801758e38440e62b5931d0d0de0f8f161cc631f38bd9b053190029 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:27:09.937Z] ===================================================== [Pipeline] echo [2024-05-28T05:27:09.950Z] taggedImages: [2024-05-28T05:27:09.950Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:27:09.950Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-05-28T05:27:09.950Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.23 [2024-05-28T05:27:09.950Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:27:09.950Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-05-28T05:27:09.974Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-05-28T05:27:09.974Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:27:09.974Z] latest [2024-05-28T05:27:09.974Z] 3.2.0-dev.23 [2024-05-28T05:27:09.974Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:27:09.974Z] main [2024-05-28T05:27:09.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:10.312Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:10.633Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:27:10.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-05-28T05:27:10.633Z] 551901a29beb: Preparing [2024-05-28T05:27:10.633Z] 4f0e06742b07: Preparing [2024-05-28T05:27:10.633Z] ca344c0335f2: Preparing [2024-05-28T05:27:10.633Z] 57de212e3bc2: Preparing [2024-05-28T05:27:10.633Z] c92f10590cdd: Preparing [2024-05-28T05:27:10.633Z] d24894bd2e73: Preparing [2024-05-28T05:27:10.633Z] b2adf19fe235: Preparing [2024-05-28T05:27:10.633Z] 4ad6b3dded9d: Preparing [2024-05-28T05:27:10.633Z] 74d001bae053: Preparing [2024-05-28T05:27:10.633Z] aedc3bda2944: Preparing [2024-05-28T05:27:10.633Z] d24894bd2e73: Waiting [2024-05-28T05:27:10.633Z] aedc3bda2944: Waiting [2024-05-28T05:27:10.633Z] 74d001bae053: Waiting [2024-05-28T05:27:10.633Z] b2adf19fe235: Waiting [2024-05-28T05:27:10.633Z] 4ad6b3dded9d: Waiting [2024-05-28T05:27:10.633Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:10.633Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:10.633Z] 4f0e06742b07: Pushed [2024-05-28T05:27:10.633Z] 551901a29beb: Pushed [2024-05-28T05:27:10.633Z] ca344c0335f2: Pushed [2024-05-28T05:27:10.633Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:10.891Z] 4ad6b3dded9d: Pushed [2024-05-28T05:27:11.458Z] 74d001bae053: Pushed [2024-05-28T05:27:16.727Z] b2adf19fe235: Pushed [2024-05-28T05:27:18.103Z] d24894bd2e73: Pushed [2024-05-28T05:27:18.103Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:18.429Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:18.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-05-28T05:27:18.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-05-28T05:27:18.753Z] 551901a29beb: Preparing [2024-05-28T05:27:18.753Z] 4f0e06742b07: Preparing [2024-05-28T05:27:18.753Z] ca344c0335f2: Preparing [2024-05-28T05:27:18.753Z] 57de212e3bc2: Preparing [2024-05-28T05:27:18.753Z] c92f10590cdd: Preparing [2024-05-28T05:27:18.753Z] d24894bd2e73: Preparing [2024-05-28T05:27:18.753Z] b2adf19fe235: Preparing [2024-05-28T05:27:18.753Z] 4ad6b3dded9d: Preparing [2024-05-28T05:27:18.753Z] 74d001bae053: Preparing [2024-05-28T05:27:18.753Z] aedc3bda2944: Preparing [2024-05-28T05:27:18.753Z] b2adf19fe235: Waiting [2024-05-28T05:27:18.753Z] d24894bd2e73: Waiting [2024-05-28T05:27:18.753Z] 4ad6b3dded9d: Waiting [2024-05-28T05:27:18.753Z] 74d001bae053: Waiting [2024-05-28T05:27:18.753Z] aedc3bda2944: Waiting [2024-05-28T05:27:18.753Z] 551901a29beb: Layer already exists [2024-05-28T05:27:18.753Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:18.753Z] ca344c0335f2: Layer already exists [2024-05-28T05:27:18.753Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:18.753Z] d24894bd2e73: Layer already exists [2024-05-28T05:27:18.753Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:27:18.753Z] 4f0e06742b07: Layer already exists [2024-05-28T05:27:18.753Z] b2adf19fe235: Layer already exists [2024-05-28T05:27:18.753Z] 74d001bae053: Layer already exists [2024-05-28T05:27:18.753Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:18.753Z] latest: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:19.074Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:19.391Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.23 [2024-05-28T05:27:19.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-05-28T05:27:19.391Z] 551901a29beb: Preparing [2024-05-28T05:27:19.391Z] 4f0e06742b07: Preparing [2024-05-28T05:27:19.391Z] ca344c0335f2: Preparing [2024-05-28T05:27:19.391Z] 57de212e3bc2: Preparing [2024-05-28T05:27:19.391Z] c92f10590cdd: Preparing [2024-05-28T05:27:19.391Z] d24894bd2e73: Preparing [2024-05-28T05:27:19.391Z] b2adf19fe235: Preparing [2024-05-28T05:27:19.391Z] 4ad6b3dded9d: Preparing [2024-05-28T05:27:19.391Z] 74d001bae053: Preparing [2024-05-28T05:27:19.391Z] aedc3bda2944: Preparing [2024-05-28T05:27:19.391Z] 4ad6b3dded9d: Waiting [2024-05-28T05:27:19.391Z] 74d001bae053: Waiting [2024-05-28T05:27:19.391Z] aedc3bda2944: Waiting [2024-05-28T05:27:19.391Z] d24894bd2e73: Waiting [2024-05-28T05:27:19.391Z] b2adf19fe235: Waiting [2024-05-28T05:27:19.391Z] ca344c0335f2: Layer already exists [2024-05-28T05:27:19.391Z] 551901a29beb: Layer already exists [2024-05-28T05:27:19.391Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:19.391Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:19.391Z] 4f0e06742b07: Layer already exists [2024-05-28T05:27:19.391Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:27:19.391Z] b2adf19fe235: Layer already exists [2024-05-28T05:27:19.391Z] d24894bd2e73: Layer already exists [2024-05-28T05:27:19.391Z] 74d001bae053: Layer already exists [2024-05-28T05:27:19.391Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:19.391Z] 3.2.0-dev.23: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:37.778Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:38.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:27:38.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-05-28T05:27:38.092Z] 551901a29beb: Preparing [2024-05-28T05:27:38.092Z] 4f0e06742b07: Preparing [2024-05-28T05:27:38.092Z] ca344c0335f2: Preparing [2024-05-28T05:27:38.092Z] 57de212e3bc2: Preparing [2024-05-28T05:27:38.092Z] c92f10590cdd: Preparing [2024-05-28T05:27:38.092Z] d24894bd2e73: Preparing [2024-05-28T05:27:38.092Z] b2adf19fe235: Preparing [2024-05-28T05:27:38.092Z] 4ad6b3dded9d: Preparing [2024-05-28T05:27:38.092Z] 74d001bae053: Preparing [2024-05-28T05:27:38.092Z] aedc3bda2944: Preparing [2024-05-28T05:27:38.092Z] d24894bd2e73: Waiting [2024-05-28T05:27:38.092Z] 4ad6b3dded9d: Waiting [2024-05-28T05:27:38.092Z] b2adf19fe235: Waiting [2024-05-28T05:27:38.092Z] 74d001bae053: Waiting [2024-05-28T05:27:38.092Z] aedc3bda2944: Waiting [2024-05-28T05:27:38.092Z] 4f0e06742b07: Layer already exists [2024-05-28T05:27:38.092Z] ca344c0335f2: Layer already exists [2024-05-28T05:27:38.092Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:38.092Z] 551901a29beb: Layer already exists [2024-05-28T05:27:38.092Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:38.092Z] d24894bd2e73: Layer already exists [2024-05-28T05:27:38.092Z] b2adf19fe235: Layer already exists [2024-05-28T05:27:38.092Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:27:38.092Z] 74d001bae053: Layer already exists [2024-05-28T05:27:38.092Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:38.092Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:38.407Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:38.715Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-05-28T05:27:38.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-05-28T05:27:38.715Z] 551901a29beb: Preparing [2024-05-28T05:27:38.715Z] 4f0e06742b07: Preparing [2024-05-28T05:27:38.715Z] ca344c0335f2: Preparing [2024-05-28T05:27:38.715Z] 57de212e3bc2: Preparing [2024-05-28T05:27:38.715Z] c92f10590cdd: Preparing [2024-05-28T05:27:38.715Z] d24894bd2e73: Preparing [2024-05-28T05:27:38.715Z] b2adf19fe235: Preparing [2024-05-28T05:27:38.715Z] d24894bd2e73: Waiting [2024-05-28T05:27:38.715Z] b2adf19fe235: Waiting [2024-05-28T05:27:38.715Z] 4ad6b3dded9d: Preparing [2024-05-28T05:27:38.715Z] 74d001bae053: Preparing [2024-05-28T05:27:38.715Z] 74d001bae053: Waiting [2024-05-28T05:27:38.715Z] 4ad6b3dded9d: Waiting [2024-05-28T05:27:38.715Z] aedc3bda2944: Preparing [2024-05-28T05:27:38.715Z] 551901a29beb: Layer already exists [2024-05-28T05:27:38.715Z] 4f0e06742b07: Layer already exists [2024-05-28T05:27:38.715Z] ca344c0335f2: Layer already exists [2024-05-28T05:27:38.715Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:38.715Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:38.715Z] 74d001bae053: Layer already exists [2024-05-28T05:27:38.715Z] d24894bd2e73: Layer already exists [2024-05-28T05:27:38.715Z] b2adf19fe235: Layer already exists [2024-05-28T05:27:38.715Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:38.715Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:27:38.715Z] main: digest: sha256:058d50e7cd200c78b7fd433f4bd3780b22c75b6242066e481d33a7a91ebb83d8 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:27:38.788Z] ===================================================== [Pipeline] echo [2024-05-28T05:27:38.805Z] taggedImages: [2024-05-28T05:27:38.805Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:27:38.805Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-05-28T05:27:38.805Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.23 [2024-05-28T05:27:38.805Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:27:38.805Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-05-28T05:27:38.835Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-05-28T05:27:38.835Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:27:38.835Z] latest [2024-05-28T05:27:38.835Z] 3.2.0-dev.23 [2024-05-28T05:27:38.835Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:27:38.835Z] main [2024-05-28T05:27:38.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:39.187Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:39.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:27:39.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-05-28T05:27:39.501Z] 103ac0ea28ed: Preparing [2024-05-28T05:27:39.501Z] a1872b9e17bb: Preparing [2024-05-28T05:27:39.501Z] cd602bf3a7eb: Preparing [2024-05-28T05:27:39.501Z] 57de212e3bc2: Preparing [2024-05-28T05:27:39.501Z] c92f10590cdd: Preparing [2024-05-28T05:27:39.501Z] 867e3c595aaa: Preparing [2024-05-28T05:27:39.501Z] bcaa2e7b760d: Preparing [2024-05-28T05:27:39.501Z] 5fd6ea85df0b: Preparing [2024-05-28T05:27:39.501Z] aedc3bda2944: Preparing [2024-05-28T05:27:39.501Z] bcaa2e7b760d: Waiting [2024-05-28T05:27:39.501Z] 867e3c595aaa: Waiting [2024-05-28T05:27:39.501Z] 5fd6ea85df0b: Waiting [2024-05-28T05:27:39.501Z] aedc3bda2944: Waiting [2024-05-28T05:27:39.501Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:39.501Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:39.501Z] 103ac0ea28ed: Pushed [2024-05-28T05:27:39.501Z] a1872b9e17bb: Pushed [2024-05-28T05:27:39.501Z] cd602bf3a7eb: Pushed [2024-05-28T05:27:39.501Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:39.759Z] 5fd6ea85df0b: Pushed [2024-05-28T05:27:40.016Z] bcaa2e7b760d: Pushed [2024-05-28T05:27:48.128Z] 867e3c595aaa: Pushed [2024-05-28T05:27:48.128Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:48.450Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:27:48.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-05-28T05:27:48.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-05-28T05:27:48.769Z] 103ac0ea28ed: Preparing [2024-05-28T05:27:48.769Z] a1872b9e17bb: Preparing [2024-05-28T05:27:48.769Z] cd602bf3a7eb: Preparing [2024-05-28T05:27:48.769Z] 57de212e3bc2: Preparing [2024-05-28T05:27:48.769Z] c92f10590cdd: Preparing [2024-05-28T05:27:48.769Z] 867e3c595aaa: Preparing [2024-05-28T05:27:48.769Z] bcaa2e7b760d: Preparing [2024-05-28T05:27:48.769Z] 5fd6ea85df0b: Preparing [2024-05-28T05:27:48.769Z] aedc3bda2944: Preparing [2024-05-28T05:27:48.769Z] 5fd6ea85df0b: Waiting [2024-05-28T05:27:48.769Z] bcaa2e7b760d: Waiting [2024-05-28T05:27:48.769Z] aedc3bda2944: Waiting [2024-05-28T05:27:48.769Z] a1872b9e17bb: Layer already exists [2024-05-28T05:27:48.769Z] 57de212e3bc2: Layer already exists [2024-05-28T05:27:48.769Z] 103ac0ea28ed: Layer already exists [2024-05-28T05:27:48.769Z] cd602bf3a7eb: Layer already exists [2024-05-28T05:27:48.769Z] c92f10590cdd: Layer already exists [2024-05-28T05:27:48.769Z] aedc3bda2944: Layer already exists [2024-05-28T05:27:48.769Z] 867e3c595aaa: Layer already exists [2024-05-28T05:27:48.769Z] bcaa2e7b760d: Layer already exists [2024-05-28T05:27:48.769Z] 5fd6ea85df0b: Layer already exists [2024-05-28T05:28:27.487Z] latest: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:27.814Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:28.130Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.23 [2024-05-28T05:28:28.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-05-28T05:28:28.130Z] 103ac0ea28ed: Preparing [2024-05-28T05:28:28.130Z] a1872b9e17bb: Preparing [2024-05-28T05:28:28.130Z] cd602bf3a7eb: Preparing [2024-05-28T05:28:28.130Z] 57de212e3bc2: Preparing [2024-05-28T05:28:28.130Z] c92f10590cdd: Preparing [2024-05-28T05:28:28.130Z] 867e3c595aaa: Preparing [2024-05-28T05:28:28.130Z] bcaa2e7b760d: Preparing [2024-05-28T05:28:28.130Z] 5fd6ea85df0b: Preparing [2024-05-28T05:28:28.130Z] aedc3bda2944: Preparing [2024-05-28T05:28:28.130Z] 867e3c595aaa: Waiting [2024-05-28T05:28:28.130Z] bcaa2e7b760d: Waiting [2024-05-28T05:28:28.130Z] 5fd6ea85df0b: Waiting [2024-05-28T05:28:28.130Z] aedc3bda2944: Waiting [2024-05-28T05:28:28.130Z] cd602bf3a7eb: Layer already exists [2024-05-28T05:28:28.130Z] a1872b9e17bb: Layer already exists [2024-05-28T05:28:28.130Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:28.130Z] 103ac0ea28ed: Layer already exists [2024-05-28T05:28:28.130Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:28.130Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:28.130Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:28.130Z] bcaa2e7b760d: Layer already exists [2024-05-28T05:28:28.130Z] 5fd6ea85df0b: Layer already exists [2024-05-28T05:28:28.130Z] 3.2.0-dev.23: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:28.449Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:28.769Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:28.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-05-28T05:28:28.769Z] 103ac0ea28ed: Preparing [2024-05-28T05:28:28.769Z] a1872b9e17bb: Preparing [2024-05-28T05:28:28.769Z] cd602bf3a7eb: Preparing [2024-05-28T05:28:28.769Z] 57de212e3bc2: Preparing [2024-05-28T05:28:28.769Z] c92f10590cdd: Preparing [2024-05-28T05:28:28.769Z] 867e3c595aaa: Preparing [2024-05-28T05:28:28.769Z] bcaa2e7b760d: Preparing [2024-05-28T05:28:28.769Z] 5fd6ea85df0b: Preparing [2024-05-28T05:28:28.769Z] aedc3bda2944: Preparing [2024-05-28T05:28:28.769Z] 867e3c595aaa: Waiting [2024-05-28T05:28:28.769Z] bcaa2e7b760d: Waiting [2024-05-28T05:28:28.769Z] aedc3bda2944: Waiting [2024-05-28T05:28:28.769Z] 5fd6ea85df0b: Waiting [2024-05-28T05:28:28.769Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:28.769Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:28.769Z] a1872b9e17bb: Layer already exists [2024-05-28T05:28:28.769Z] cd602bf3a7eb: Layer already exists [2024-05-28T05:28:28.769Z] 103ac0ea28ed: Layer already exists [2024-05-28T05:28:28.769Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:28.769Z] bcaa2e7b760d: Layer already exists [2024-05-28T05:28:28.769Z] 5fd6ea85df0b: Layer already exists [2024-05-28T05:28:28.769Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:28.769Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:29.136Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:29.461Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-05-28T05:28:29.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-05-28T05:28:29.461Z] 103ac0ea28ed: Preparing [2024-05-28T05:28:29.461Z] a1872b9e17bb: Preparing [2024-05-28T05:28:29.461Z] cd602bf3a7eb: Preparing [2024-05-28T05:28:29.461Z] 57de212e3bc2: Preparing [2024-05-28T05:28:29.461Z] c92f10590cdd: Preparing [2024-05-28T05:28:29.461Z] 867e3c595aaa: Preparing [2024-05-28T05:28:29.461Z] bcaa2e7b760d: Preparing [2024-05-28T05:28:29.461Z] 5fd6ea85df0b: Preparing [2024-05-28T05:28:29.461Z] aedc3bda2944: Preparing [2024-05-28T05:28:29.461Z] 867e3c595aaa: Waiting [2024-05-28T05:28:29.461Z] bcaa2e7b760d: Waiting [2024-05-28T05:28:29.461Z] 5fd6ea85df0b: Waiting [2024-05-28T05:28:29.461Z] 103ac0ea28ed: Layer already exists [2024-05-28T05:28:29.461Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:29.461Z] cd602bf3a7eb: Layer already exists [2024-05-28T05:28:29.461Z] a1872b9e17bb: Layer already exists [2024-05-28T05:28:29.461Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:29.461Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:29.461Z] bcaa2e7b760d: Layer already exists [2024-05-28T05:28:29.461Z] 5fd6ea85df0b: Layer already exists [2024-05-28T05:28:29.461Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:29.461Z] main: digest: sha256:9ba79150aeb8fa7e0f541a67987c3ff5f89eebad4b27b52962ea3ca68c46ead9 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:28:29.529Z] ===================================================== [Pipeline] echo [2024-05-28T05:28:29.540Z] taggedImages: [2024-05-28T05:28:29.540Z] - nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:29.540Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-05-28T05:28:29.540Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.23 [2024-05-28T05:28:29.540Z] - nexus3.edgexfoundry.org:10004/security-spire-config:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:29.540Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-05-28T05:28:29.568Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-05-28T05:28:29.568Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:29.568Z] latest [2024-05-28T05:28:29.568Z] 3.2.0-dev.23 [2024-05-28T05:28:29.568Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:29.568Z] main [2024-05-28T05:28:29.568Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:29.903Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:30.232Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:30.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-05-28T05:28:30.232Z] c5fb81862542: Preparing [2024-05-28T05:28:30.232Z] 2c5971b30c0d: Preparing [2024-05-28T05:28:30.232Z] c1bcec9451bc: Preparing [2024-05-28T05:28:30.232Z] 57de212e3bc2: Preparing [2024-05-28T05:28:30.232Z] c92f10590cdd: Preparing [2024-05-28T05:28:30.232Z] 867e3c595aaa: Preparing [2024-05-28T05:28:30.232Z] 4ad6b3dded9d: Preparing [2024-05-28T05:28:30.232Z] 74d001bae053: Preparing [2024-05-28T05:28:30.232Z] aedc3bda2944: Preparing [2024-05-28T05:28:30.232Z] 4ad6b3dded9d: Waiting [2024-05-28T05:28:30.232Z] 867e3c595aaa: Waiting [2024-05-28T05:28:30.232Z] aedc3bda2944: Waiting [2024-05-28T05:28:30.232Z] 74d001bae053: Waiting [2024-05-28T05:28:30.232Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:30.232Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:30.232Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:30.232Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:28:30.232Z] 74d001bae053: Layer already exists [2024-05-28T05:28:30.232Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:30.232Z] c5fb81862542: Pushed [2024-05-28T05:28:30.232Z] 2c5971b30c0d: Pushed [2024-05-28T05:28:30.232Z] c1bcec9451bc: Pushed [2024-05-28T05:28:30.491Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:30.826Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:31.146Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-05-28T05:28:31.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-05-28T05:28:31.146Z] c5fb81862542: Preparing [2024-05-28T05:28:31.146Z] 2c5971b30c0d: Preparing [2024-05-28T05:28:31.146Z] c1bcec9451bc: Preparing [2024-05-28T05:28:31.146Z] 57de212e3bc2: Preparing [2024-05-28T05:28:31.146Z] c92f10590cdd: Preparing [2024-05-28T05:28:31.146Z] 867e3c595aaa: Preparing [2024-05-28T05:28:31.146Z] 4ad6b3dded9d: Preparing [2024-05-28T05:28:31.146Z] 74d001bae053: Preparing [2024-05-28T05:28:31.146Z] aedc3bda2944: Preparing [2024-05-28T05:28:31.146Z] 867e3c595aaa: Waiting [2024-05-28T05:28:31.146Z] 4ad6b3dded9d: Waiting [2024-05-28T05:28:31.146Z] aedc3bda2944: Waiting [2024-05-28T05:28:31.146Z] c5fb81862542: Layer already exists [2024-05-28T05:28:31.146Z] 2c5971b30c0d: Layer already exists [2024-05-28T05:28:31.146Z] c1bcec9451bc: Layer already exists [2024-05-28T05:28:31.146Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:31.146Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:31.146Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:28:31.146Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:31.146Z] 74d001bae053: Layer already exists [2024-05-28T05:28:31.146Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:31.146Z] latest: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:31.467Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:31.779Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.23 [2024-05-28T05:28:31.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-05-28T05:28:31.779Z] c5fb81862542: Preparing [2024-05-28T05:28:31.779Z] 2c5971b30c0d: Preparing [2024-05-28T05:28:31.779Z] c1bcec9451bc: Preparing [2024-05-28T05:28:31.779Z] 57de212e3bc2: Preparing [2024-05-28T05:28:31.779Z] c92f10590cdd: Preparing [2024-05-28T05:28:31.779Z] 867e3c595aaa: Preparing [2024-05-28T05:28:31.779Z] 4ad6b3dded9d: Preparing [2024-05-28T05:28:31.779Z] 867e3c595aaa: Waiting [2024-05-28T05:28:31.779Z] 74d001bae053: Preparing [2024-05-28T05:28:31.779Z] aedc3bda2944: Preparing [2024-05-28T05:28:31.779Z] 4ad6b3dded9d: Waiting [2024-05-28T05:28:31.779Z] aedc3bda2944: Waiting [2024-05-28T05:28:31.779Z] 74d001bae053: Waiting [2024-05-28T05:28:31.779Z] c1bcec9451bc: Layer already exists [2024-05-28T05:28:31.779Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:31.779Z] c5fb81862542: Layer already exists [2024-05-28T05:28:31.779Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:31.779Z] 2c5971b30c0d: Layer already exists [2024-05-28T05:28:31.779Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:31.779Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:31.779Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:28:31.779Z] 74d001bae053: Layer already exists [2024-05-28T05:28:31.779Z] 3.2.0-dev.23: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:32.109Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:32.435Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:32.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-05-28T05:28:32.435Z] c5fb81862542: Preparing [2024-05-28T05:28:32.435Z] 2c5971b30c0d: Preparing [2024-05-28T05:28:32.435Z] c1bcec9451bc: Preparing [2024-05-28T05:28:32.435Z] 57de212e3bc2: Preparing [2024-05-28T05:28:32.435Z] c92f10590cdd: Preparing [2024-05-28T05:28:32.435Z] 867e3c595aaa: Preparing [2024-05-28T05:28:32.435Z] 4ad6b3dded9d: Preparing [2024-05-28T05:28:32.435Z] 74d001bae053: Preparing [2024-05-28T05:28:32.435Z] aedc3bda2944: Preparing [2024-05-28T05:28:32.435Z] 867e3c595aaa: Waiting [2024-05-28T05:28:32.435Z] 4ad6b3dded9d: Waiting [2024-05-28T05:28:32.435Z] 74d001bae053: Waiting [2024-05-28T05:28:32.435Z] aedc3bda2944: Waiting [2024-05-28T05:28:32.435Z] 2c5971b30c0d: Layer already exists [2024-05-28T05:28:32.435Z] c1bcec9451bc: Layer already exists [2024-05-28T05:28:32.435Z] c5fb81862542: Layer already exists [2024-05-28T05:28:32.435Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:32.435Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:32.435Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:32.435Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:28:32.435Z] 74d001bae053: Layer already exists [2024-05-28T05:28:32.435Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:32.435Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:32.759Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:33.082Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-05-28T05:28:33.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-05-28T05:28:33.082Z] c5fb81862542: Preparing [2024-05-28T05:28:33.082Z] 2c5971b30c0d: Preparing [2024-05-28T05:28:33.083Z] c1bcec9451bc: Preparing [2024-05-28T05:28:33.083Z] 57de212e3bc2: Preparing [2024-05-28T05:28:33.083Z] c92f10590cdd: Preparing [2024-05-28T05:28:33.083Z] 867e3c595aaa: Preparing [2024-05-28T05:28:33.083Z] 4ad6b3dded9d: Preparing [2024-05-28T05:28:33.083Z] 74d001bae053: Preparing [2024-05-28T05:28:33.083Z] aedc3bda2944: Preparing [2024-05-28T05:28:33.083Z] 74d001bae053: Waiting [2024-05-28T05:28:33.083Z] 4ad6b3dded9d: Waiting [2024-05-28T05:28:33.083Z] aedc3bda2944: Waiting [2024-05-28T05:28:33.083Z] 2c5971b30c0d: Layer already exists [2024-05-28T05:28:33.083Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:33.083Z] c5fb81862542: Layer already exists [2024-05-28T05:28:33.083Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:33.083Z] c1bcec9451bc: Layer already exists [2024-05-28T05:28:33.083Z] 4ad6b3dded9d: Layer already exists [2024-05-28T05:28:33.083Z] 74d001bae053: Layer already exists [2024-05-28T05:28:33.083Z] 867e3c595aaa: Layer already exists [2024-05-28T05:28:33.083Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:33.083Z] main: digest: sha256:5a769314704a694b7eb76963e780cd39251e38edfe06a607048d788d58988331 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:28:33.161Z] ===================================================== [Pipeline] echo [2024-05-28T05:28:33.175Z] taggedImages: [2024-05-28T05:28:33.175Z] - nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:33.175Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-05-28T05:28:33.175Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.23 [2024-05-28T05:28:33.175Z] - nexus3.edgexfoundry.org:10004/security-spire-server:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:33.175Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-05-28T05:28:33.206Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-05-28T05:28:33.206Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:33.206Z] latest [2024-05-28T05:28:33.206Z] 3.2.0-dev.23 [2024-05-28T05:28:33.206Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:33.206Z] main [2024-05-28T05:28:33.206Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:33.552Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:33.862Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:33.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-05-28T05:28:33.862Z] cf735b2a6af0: Preparing [2024-05-28T05:28:33.862Z] e4005ece46e6: Preparing [2024-05-28T05:28:33.862Z] 57de212e3bc2: Preparing [2024-05-28T05:28:33.862Z] c92f10590cdd: Preparing [2024-05-28T05:28:33.862Z] 859c6ad63ebb: Preparing [2024-05-28T05:28:33.862Z] 83ecad25d87b: Preparing [2024-05-28T05:28:33.862Z] aedc3bda2944: Preparing [2024-05-28T05:28:33.862Z] 83ecad25d87b: Waiting [2024-05-28T05:28:33.862Z] aedc3bda2944: Waiting [2024-05-28T05:28:33.862Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:33.862Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:33.862Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:33.862Z] cf735b2a6af0: Pushed [2024-05-28T05:28:33.862Z] 83ecad25d87b: Pushed [2024-05-28T05:28:34.428Z] 859c6ad63ebb: Pushed [2024-05-28T05:28:36.959Z] e4005ece46e6: Pushed [2024-05-28T05:28:36.959Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:37.284Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:37.608Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-05-28T05:28:37.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-05-28T05:28:37.608Z] cf735b2a6af0: Preparing [2024-05-28T05:28:37.608Z] e4005ece46e6: Preparing [2024-05-28T05:28:37.608Z] 57de212e3bc2: Preparing [2024-05-28T05:28:37.608Z] c92f10590cdd: Preparing [2024-05-28T05:28:37.608Z] 859c6ad63ebb: Preparing [2024-05-28T05:28:37.608Z] 83ecad25d87b: Preparing [2024-05-28T05:28:37.608Z] aedc3bda2944: Preparing [2024-05-28T05:28:37.608Z] 83ecad25d87b: Waiting [2024-05-28T05:28:37.608Z] aedc3bda2944: Waiting [2024-05-28T05:28:37.608Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:37.608Z] 859c6ad63ebb: Layer already exists [2024-05-28T05:28:37.608Z] cf735b2a6af0: Layer already exists [2024-05-28T05:28:37.608Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:37.608Z] e4005ece46e6: Layer already exists [2024-05-28T05:28:37.608Z] 83ecad25d87b: Layer already exists [2024-05-28T05:28:37.608Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:37.608Z] latest: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:37.930Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:38.246Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.23 [2024-05-28T05:28:38.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-05-28T05:28:38.246Z] cf735b2a6af0: Preparing [2024-05-28T05:28:38.246Z] e4005ece46e6: Preparing [2024-05-28T05:28:38.246Z] 57de212e3bc2: Preparing [2024-05-28T05:28:38.246Z] c92f10590cdd: Preparing [2024-05-28T05:28:38.246Z] 859c6ad63ebb: Preparing [2024-05-28T05:28:38.246Z] 83ecad25d87b: Preparing [2024-05-28T05:28:38.246Z] aedc3bda2944: Preparing [2024-05-28T05:28:38.246Z] 83ecad25d87b: Waiting [2024-05-28T05:28:38.246Z] aedc3bda2944: Waiting [2024-05-28T05:28:38.246Z] 859c6ad63ebb: Layer already exists [2024-05-28T05:28:38.246Z] e4005ece46e6: Layer already exists [2024-05-28T05:28:38.246Z] cf735b2a6af0: Layer already exists [2024-05-28T05:28:38.246Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:38.246Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:38.246Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:38.246Z] 83ecad25d87b: Layer already exists [2024-05-28T05:28:38.246Z] 3.2.0-dev.23: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:38.576Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:38.904Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:38.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-05-28T05:28:38.904Z] cf735b2a6af0: Preparing [2024-05-28T05:28:38.904Z] e4005ece46e6: Preparing [2024-05-28T05:28:38.904Z] 57de212e3bc2: Preparing [2024-05-28T05:28:38.904Z] c92f10590cdd: Preparing [2024-05-28T05:28:38.904Z] 859c6ad63ebb: Preparing [2024-05-28T05:28:38.904Z] 83ecad25d87b: Preparing [2024-05-28T05:28:38.904Z] aedc3bda2944: Preparing [2024-05-28T05:28:38.904Z] 83ecad25d87b: Waiting [2024-05-28T05:28:38.904Z] aedc3bda2944: Waiting [2024-05-28T05:28:38.904Z] cf735b2a6af0: Layer already exists [2024-05-28T05:28:38.904Z] 859c6ad63ebb: Layer already exists [2024-05-28T05:28:38.904Z] e4005ece46e6: Layer already exists [2024-05-28T05:28:38.904Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:38.904Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:38.904Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:38.904Z] 83ecad25d87b: Layer already exists [2024-05-28T05:28:38.904Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:39.226Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:39.542Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-05-28T05:28:39.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-05-28T05:28:39.542Z] cf735b2a6af0: Preparing [2024-05-28T05:28:39.542Z] e4005ece46e6: Preparing [2024-05-28T05:28:39.542Z] 57de212e3bc2: Preparing [2024-05-28T05:28:39.542Z] c92f10590cdd: Preparing [2024-05-28T05:28:39.542Z] 859c6ad63ebb: Preparing [2024-05-28T05:28:39.542Z] 83ecad25d87b: Preparing [2024-05-28T05:28:39.542Z] aedc3bda2944: Preparing [2024-05-28T05:28:39.542Z] 83ecad25d87b: Waiting [2024-05-28T05:28:39.542Z] aedc3bda2944: Waiting [2024-05-28T05:28:39.542Z] cf735b2a6af0: Layer already exists [2024-05-28T05:28:39.542Z] e4005ece46e6: Layer already exists [2024-05-28T05:28:39.542Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:39.542Z] 859c6ad63ebb: Layer already exists [2024-05-28T05:28:39.542Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:39.542Z] 83ecad25d87b: Layer already exists [2024-05-28T05:28:39.542Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:39.542Z] main: digest: sha256:a5bca8a59030daa32a22281db80cca71a17a4a5082e198095edb5e168dd2834c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:28:39.623Z] ===================================================== [Pipeline] echo [2024-05-28T05:28:39.639Z] taggedImages: [2024-05-28T05:28:39.639Z] - nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:39.639Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-05-28T05:28:39.639Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.23 [2024-05-28T05:28:39.639Z] - nexus3.edgexfoundry.org:10004/support-notifications:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:39.639Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-05-28T05:28:39.666Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-05-28T05:28:39.666Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:39.666Z] latest [2024-05-28T05:28:39.666Z] 3.2.0-dev.23 [2024-05-28T05:28:39.666Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:39.666Z] main [2024-05-28T05:28:39.666Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:40.015Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:40.336Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:40.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-05-28T05:28:40.336Z] 3ea6e7e8f646: Preparing [2024-05-28T05:28:40.336Z] d1f95a288cbb: Preparing [2024-05-28T05:28:40.336Z] 57de212e3bc2: Preparing [2024-05-28T05:28:40.336Z] c92f10590cdd: Preparing [2024-05-28T05:28:40.336Z] 6a08039cd6e2: Preparing [2024-05-28T05:28:40.336Z] 3a9e07163c1a: Preparing [2024-05-28T05:28:40.336Z] aedc3bda2944: Preparing [2024-05-28T05:28:40.336Z] 3a9e07163c1a: Waiting [2024-05-28T05:28:40.336Z] aedc3bda2944: Waiting [2024-05-28T05:28:40.336Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:40.336Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:40.336Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:28:40.336Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:40.336Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:28:40.336Z] 3ea6e7e8f646: Pushed [2024-05-28T05:28:43.621Z] d1f95a288cbb: Pushed [2024-05-28T05:28:43.621Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:43.931Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:44.255Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-05-28T05:28:44.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-05-28T05:28:44.256Z] 3ea6e7e8f646: Preparing [2024-05-28T05:28:44.256Z] d1f95a288cbb: Preparing [2024-05-28T05:28:44.256Z] 57de212e3bc2: Preparing [2024-05-28T05:28:44.256Z] c92f10590cdd: Preparing [2024-05-28T05:28:44.256Z] 6a08039cd6e2: Preparing [2024-05-28T05:28:44.256Z] 3a9e07163c1a: Preparing [2024-05-28T05:28:44.256Z] aedc3bda2944: Preparing [2024-05-28T05:28:44.256Z] 3a9e07163c1a: Waiting [2024-05-28T05:28:44.256Z] aedc3bda2944: Waiting [2024-05-28T05:28:44.256Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:44.256Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:44.256Z] 3ea6e7e8f646: Layer already exists [2024-05-28T05:28:44.256Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:28:44.256Z] d1f95a288cbb: Layer already exists [2024-05-28T05:28:44.256Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:28:44.256Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:44.256Z] latest: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:44.581Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:44.890Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.23 [2024-05-28T05:28:44.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-05-28T05:28:44.890Z] 3ea6e7e8f646: Preparing [2024-05-28T05:28:44.890Z] d1f95a288cbb: Preparing [2024-05-28T05:28:44.890Z] 57de212e3bc2: Preparing [2024-05-28T05:28:44.890Z] c92f10590cdd: Preparing [2024-05-28T05:28:44.890Z] 6a08039cd6e2: Preparing [2024-05-28T05:28:44.890Z] 3a9e07163c1a: Preparing [2024-05-28T05:28:44.890Z] aedc3bda2944: Preparing [2024-05-28T05:28:44.890Z] 3a9e07163c1a: Waiting [2024-05-28T05:28:44.890Z] aedc3bda2944: Waiting [2024-05-28T05:28:44.890Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:44.890Z] d1f95a288cbb: Layer already exists [2024-05-28T05:28:44.890Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:44.890Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:28:44.890Z] 3ea6e7e8f646: Layer already exists [2024-05-28T05:28:44.890Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:44.890Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:28:44.890Z] 3.2.0-dev.23: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:45.305Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:45.626Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:45.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-05-28T05:28:45.626Z] 3ea6e7e8f646: Preparing [2024-05-28T05:28:45.626Z] d1f95a288cbb: Preparing [2024-05-28T05:28:45.626Z] 57de212e3bc2: Preparing [2024-05-28T05:28:45.626Z] c92f10590cdd: Preparing [2024-05-28T05:28:45.626Z] 6a08039cd6e2: Preparing [2024-05-28T05:28:45.626Z] 3a9e07163c1a: Preparing [2024-05-28T05:28:45.626Z] aedc3bda2944: Preparing [2024-05-28T05:28:45.626Z] 3a9e07163c1a: Waiting [2024-05-28T05:28:45.626Z] 3ea6e7e8f646: Layer already exists [2024-05-28T05:28:45.626Z] d1f95a288cbb: Layer already exists [2024-05-28T05:28:45.626Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:45.626Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:45.626Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:28:45.626Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:28:45.626Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:45.626Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:45.956Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:28:46.274Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-05-28T05:28:46.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-05-28T05:28:46.274Z] 3ea6e7e8f646: Preparing [2024-05-28T05:28:46.274Z] d1f95a288cbb: Preparing [2024-05-28T05:28:46.274Z] 57de212e3bc2: Preparing [2024-05-28T05:28:46.274Z] c92f10590cdd: Preparing [2024-05-28T05:28:46.274Z] 6a08039cd6e2: Preparing [2024-05-28T05:28:46.274Z] 3a9e07163c1a: Preparing [2024-05-28T05:28:46.274Z] aedc3bda2944: Preparing [2024-05-28T05:28:46.274Z] 3a9e07163c1a: Waiting [2024-05-28T05:28:46.274Z] aedc3bda2944: Waiting [2024-05-28T05:28:46.274Z] c92f10590cdd: Layer already exists [2024-05-28T05:28:46.274Z] 3ea6e7e8f646: Layer already exists [2024-05-28T05:28:46.274Z] 6a08039cd6e2: Layer already exists [2024-05-28T05:28:46.274Z] 57de212e3bc2: Layer already exists [2024-05-28T05:28:46.274Z] d1f95a288cbb: Layer already exists [2024-05-28T05:28:46.274Z] 3a9e07163c1a: Layer already exists [2024-05-28T05:28:46.274Z] aedc3bda2944: Layer already exists [2024-05-28T05:28:46.274Z] main: digest: sha256:e62259bb4fe14b51b635842ea280dc3620d58682d8b9d08e5f6282c68bc7c2a8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:28:46.360Z] ===================================================== [Pipeline] echo [2024-05-28T05:28:46.373Z] taggedImages: [2024-05-28T05:28:46.373Z] - nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:28:46.373Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-05-28T05:28:46.373Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.23 [2024-05-28T05:28:46.373Z] - nexus3.edgexfoundry.org:10004/support-scheduler:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:28:46.373Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-05-28T05:41:06.870Z] #140 ... [2024-05-28T05:41:06.870Z] [2024-05-28T05:41:06.870Z] #130 [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-05-28T05:41:06.870Z] #130 964.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.23" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-05-28T05:41:16.956Z] #130 ... [2024-05-28T05:41:16.956Z] [2024-05-28T05:41:16.956Z] #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-05-28T05:41:16.956Z] #132 DONE 973.1s [2024-05-28T05:41:16.956Z] [2024-05-28T05:41:16.956Z] #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-05-28T05:41:16.956Z] #135 DONE 973.2s [2024-05-28T05:41:16.957Z] [2024-05-28T05:41:16.957Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:41:16.957Z] #137 ... [2024-05-28T05:41:16.957Z] [2024-05-28T05:41:16.957Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:41:16.957Z] #141 DONE 0.4s [2024-05-28T05:41:16.957Z] [2024-05-28T05:41:16.957Z] #142 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-05-28T05:41:16.957Z] #142 DONE 0.5s [2024-05-28T05:41:16.957Z] [2024-05-28T05:41:16.957Z] #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-05-28T05:41:17.560Z] #143 ... [2024-05-28T05:41:17.560Z] [2024-05-28T05:41:17.560Z] #144 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:41:17.560Z] #144 DONE 0.4s [2024-05-28T05:41:17.560Z] [2024-05-28T05:41:17.560Z] #145 [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-05-28T05:41:17.560Z] #145 DONE 0.2s [2024-05-28T05:41:17.560Z] [2024-05-28T05:41:17.560Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-05-28T05:41:17.839Z] #140 ... [2024-05-28T05:41:17.839Z] [2024-05-28T05:41:17.839Z] #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-05-28T05:41:17.839Z] #146 DONE 0.1s [2024-05-28T05:41:17.839Z] [2024-05-28T05:41:17.839Z] #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-05-28T05:41:18.128Z] #147 DONE 0.3s [2024-05-28T05:41:18.128Z] [2024-05-28T05:41:18.128Z] #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-05-28T05:41:18.397Z] #148 DONE 0.3s [2024-05-28T05:41:18.397Z] [2024-05-28T05:41:18.397Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-05-28T05:41:18.397Z] #136 ... [2024-05-28T05:41:18.397Z] [2024-05-28T05:41:18.397Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:41:20.352Z] #149 ... [2024-05-28T05:41:20.352Z] [2024-05-28T05:41:20.352Z] #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-05-28T05:41:20.352Z] #143 DONE 3.1s [2024-05-28T05:41:20.352Z] [2024-05-28T05:41:20.352Z] #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:41:20.632Z] #150 DONE 0.4s [2024-05-28T05:41:20.632Z] [2024-05-28T05:41:20.632Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-05-28T05:41:20.632Z] #140 ... [2024-05-28T05:41:20.632Z] [2024-05-28T05:41:20.632Z] #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:41:20.632Z] #151 DONE 0.1s [2024-05-28T05:41:20.903Z] [2024-05-28T05:41:20.903Z] #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-05-28T05:41:20.903Z] #152 ... [2024-05-28T05:41:20.903Z] [2024-05-28T05:41:20.903Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:41:20.903Z] #149 DONE 2.5s [2024-05-28T05:41:21.172Z] [2024-05-28T05:41:21.172Z] #99 [security-proxy-setup] exporting to image [2024-05-28T05:41:21.172Z] #99 exporting layers [2024-05-28T05:41:21.755Z] #99 ... [2024-05-28T05:41:21.755Z] [2024-05-28T05:41:21.755Z] #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-05-28T05:41:21.755Z] #152 DONE 0.8s [2024-05-28T05:41:21.755Z] [2024-05-28T05:41:21.755Z] #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-05-28T05:41:22.341Z] #153 DONE 0.7s [2024-05-28T05:41:22.341Z] [2024-05-28T05:41:22.341Z] #154 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-05-28T05:41:22.627Z] #154 DONE 0.3s [2024-05-28T05:41:22.628Z] [2024-05-28T05:41:22.628Z] #155 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-05-28T05:41:22.896Z] #155 DONE 0.3s [2024-05-28T05:41:22.896Z] [2024-05-28T05:41:22.896Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:41:22.896Z] #137 ... [2024-05-28T05:41:22.896Z] [2024-05-28T05:41:22.896Z] #99 [security-proxy-setup] exporting to image [2024-05-28T05:41:22.896Z] #99 exporting layers 1.9s done [2024-05-28T05:41:22.896Z] #99 writing image sha256:3a5f78d3fc7ebc6f7606ea6e7ca3f0bd48d4d2a0c9d15d1a5b3d6f7fed7c79c5 done [2024-05-28T05:41:22.896Z] #99 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2024-05-28T05:41:22.896Z] #99 DONE 5.9s [2024-05-28T05:41:22.896Z] [2024-05-28T05:41:22.896Z] #156 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-05-28T05:41:23.163Z] #156 DONE 0.2s [2024-05-28T05:41:23.163Z] [2024-05-28T05:41:23.163Z] #157 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-05-28T05:41:23.163Z] #157 DONE 0.2s [2024-05-28T05:41:23.163Z] [2024-05-28T05:41:23.163Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-05-28T05:41:23.436Z] #139 ... [2024-05-28T05:41:23.436Z] [2024-05-28T05:41:23.436Z] #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-05-28T05:41:24.871Z] #158 ... [2024-05-28T05:41:24.871Z] [2024-05-28T05:41:24.871Z] #130 [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-05-28T05:41:24.871Z] #130 DONE 981.8s [2024-05-28T05:41:24.871Z] [2024-05-28T05:41:24.871Z] #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-05-28T05:41:25.146Z] #134 ... [2024-05-28T05:41:25.146Z] [2024-05-28T05:41:25.146Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:41:25.413Z] #159 DONE 0.2s [2024-05-28T05:41:25.413Z] [2024-05-28T05:41:25.413Z] #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:41:25.681Z] #160 DONE 0.2s [2024-05-28T05:41:25.681Z] [2024-05-28T05:41:25.681Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:41:25.681Z] #137 ... [2024-05-28T05:41:25.681Z] [2024-05-28T05:41:25.681Z] #161 [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-05-28T05:41:25.963Z] #161 DONE 0.3s [2024-05-28T05:41:25.963Z] [2024-05-28T05:41:25.963Z] #162 [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-05-28T05:41:26.230Z] #162 DONE 0.3s [2024-05-28T05:41:26.231Z] [2024-05-28T05:41:26.231Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-05-28T05:41:26.231Z] #131 ... [2024-05-28T05:41:26.231Z] [2024-05-28T05:41:26.231Z] #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-05-28T05:41:26.231Z] #158 DONE 3.0s [2024-05-28T05:41:26.231Z] [2024-05-28T05:41:26.231Z] #99 [security-bootstrapper] exporting to image [2024-05-28T05:41:26.828Z] #99 ... [2024-05-28T05:41:26.828Z] [2024-05-28T05:41:26.828Z] #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:41:26.828Z] #163 DONE 0.5s [2024-05-28T05:41:26.828Z] [2024-05-28T05:41:26.828Z] #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-05-28T05:41:27.095Z] #164 DONE 0.3s [2024-05-28T05:41:27.095Z] [2024-05-28T05:41:27.095Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-05-28T05:41:27.095Z] #136 ... [2024-05-28T05:41:27.095Z] [2024-05-28T05:41:27.095Z] #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-05-28T05:41:27.686Z] #165 DONE 0.5s [2024-05-28T05:41:27.686Z] [2024-05-28T05:41:27.686Z] #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-05-28T05:41:27.952Z] #166 DONE 0.3s [2024-05-28T05:41:27.952Z] [2024-05-28T05:41:27.952Z] #99 [security-bootstrapper] exporting to image [2024-05-28T05:41:27.952Z] #99 exporting layers 1.6s done [2024-05-28T05:41:27.952Z] #99 writing image sha256:7ebe52490b9543b8ff0c8cc5bca36812a786e5baecf37305e4bf10a12ff7ad12 done [2024-05-28T05:41:27.952Z] #99 naming to docker.io/library/security-bootstrapper-arm64 done [2024-05-28T05:41:27.952Z] #99 DONE 7.5s [2024-05-28T05:41:27.952Z] [2024-05-28T05:41:27.952Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:41:29.913Z] #167 DONE 2.1s [2024-05-28T05:41:29.913Z] [2024-05-28T05:41:29.913Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-05-28T05:41:30.181Z] #140 ... [2024-05-28T05:41:30.181Z] [2024-05-28T05:41:30.181Z] #99 [security-secretstore-setup] exporting to image [2024-05-28T05:41:31.602Z] #99 exporting layers 1.4s done [2024-05-28T05:41:31.602Z] #99 writing image sha256:a697815167c683747628567496de5638510a7c6e5af86b7044b832e80ae8ba3b 0.0s done [2024-05-28T05:41:31.602Z] #99 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-05-28T05:41:31.602Z] #99 DONE 8.9s [2024-05-28T05:41:31.602Z] [2024-05-28T05:41:31.602Z] #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-05-28T05:42:28.014Z] #131 DONE 1036.9s [2024-05-28T05:42:28.014Z] [2024-05-28T05:42:28.014Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:42:28.014Z] #44 ... [2024-05-28T05:42:28.014Z] [2024-05-28T05:42:28.015Z] #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:42:28.015Z] #168 DONE 0.3s [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:42:28.015Z] #138 ... [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:42:28.015Z] #169 DONE 0.2s [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-05-28T05:42:28.015Z] #139 ... [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-05-28T05:42:28.015Z] #170 DONE 0.3s [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #171 [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-05-28T05:42:28.015Z] #171 DONE 0.2s [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-05-28T05:42:28.015Z] #172 DONE 0.1s [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:42:28.015Z] #173 DONE 2.0s [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #99 [core-common-config-bootstrapper] exporting to image [2024-05-28T05:42:28.015Z] #99 exporting layers [2024-05-28T05:42:28.015Z] #99 exporting layers 0.6s done [2024-05-28T05:42:28.015Z] #99 writing image sha256:6c55e7d0e7460816fd3b27ac30ae017e147518b072f63bb45657133c285d99b3 done [2024-05-28T05:42:28.015Z] #99 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-05-28T05:42:28.015Z] #99 DONE 9.5s [2024-05-28T05:42:28.015Z] [2024-05-28T05:42:28.015Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:44:04.973Z] #137 ... [2024-05-28T05:44:04.973Z] [2024-05-28T05:44:04.973Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-05-28T05:44:04.973Z] #140 DONE 1142.3s [2024-05-28T05:44:05.240Z] [2024-05-28T05:44:05.240Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:44:05.823Z] #137 ... [2024-05-28T05:44:05.823Z] [2024-05-28T05:44:05.823Z] #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:44:05.823Z] #174 DONE 0.1s [2024-05-28T05:44:05.823Z] [2024-05-28T05:44:05.823Z] #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:44:05.823Z] #175 DONE 0.1s [2024-05-28T05:44:05.823Z] [2024-05-28T05:44:05.823Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:44:06.089Z] #137 ... [2024-05-28T05:44:06.089Z] [2024-05-28T05:44:06.089Z] #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-05-28T05:44:06.355Z] #176 DONE 0.3s [2024-05-28T05:44:06.355Z] [2024-05-28T05:44:06.355Z] #177 [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-05-28T05:44:06.355Z] #177 DONE 0.1s [2024-05-28T05:44:06.355Z] [2024-05-28T05:44:06.355Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:44:06.355Z] #138 ... [2024-05-28T05:44:06.355Z] [2024-05-28T05:44:06.355Z] #99 [security-spiffe-token-provider] exporting to image [2024-05-28T05:44:06.355Z] #99 exporting layers [2024-05-28T05:44:06.938Z] #99 exporting layers 0.7s done [2024-05-28T05:44:07.204Z] #99 writing image sha256:c3ae0970ca7a55c09fbb66360133a0fdea23a0d04d16da5d1d9c244e1a32bd18 done [2024-05-28T05:44:07.204Z] #99 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-05-28T05:44:07.204Z] #99 DONE 10.3s [2024-05-28T05:44:07.204Z] [2024-05-28T05:44:07.204Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:49:44.099Z] #137 ... [2024-05-28T05:49:44.099Z] [2024-05-28T05:49:44.099Z] #134 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-05-28T05:49:44.099Z] #134 DONE 1481.2s [2024-05-28T05:49:44.099Z] [2024-05-28T05:49:44.099Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:49:44.377Z] #44 ... [2024-05-28T05:49:44.377Z] [2024-05-28T05:49:44.377Z] #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:49:44.377Z] #178 DONE 0.3s [2024-05-28T05:49:44.377Z] [2024-05-28T05:49:44.377Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:49:44.654Z] #44 ... [2024-05-28T05:49:44.654Z] [2024-05-28T05:49:44.654Z] #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:49:44.932Z] #179 DONE 0.3s [2024-05-28T05:49:44.932Z] [2024-05-28T05:49:44.932Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:49:44.932Z] #44 ... [2024-05-28T05:49:44.932Z] [2024-05-28T05:49:44.932Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-05-28T05:49:45.201Z] #180 DONE 0.4s [2024-05-28T05:49:45.201Z] [2024-05-28T05:49:45.201Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:49:45.469Z] #181 DONE 0.2s [2024-05-28T05:49:45.469Z] [2024-05-28T05:49:45.469Z] #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-05-28T05:49:45.469Z] #182 DONE 0.1s [2024-05-28T05:49:45.469Z] [2024-05-28T05:49:45.469Z] #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-05-28T05:49:47.409Z] #183 DONE 1.8s [2024-05-28T05:49:47.409Z] [2024-05-28T05:49:47.409Z] #99 [security-proxy-auth] exporting to image [2024-05-28T05:49:47.409Z] #99 exporting layers [2024-05-28T05:49:47.997Z] #99 exporting layers 0.7s done [2024-05-28T05:49:48.264Z] #99 writing image sha256:dda952f0c43cd246553f5a23bf9fb8d3fd9b17b9bd1b095a2e15072e4269cb93 done [2024-05-28T05:49:48.264Z] #99 naming to docker.io/library/security-proxy-auth-arm64 done [2024-05-28T05:49:48.264Z] #99 DONE 10.9s [2024-05-28T05:49:48.264Z] [2024-05-28T05:49:48.264Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:50:27.129Z] #44 ... [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-05-28T05:50:27.129Z] #137 DONE 1522.8s [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:50:27.129Z] #44 ... [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:50:27.129Z] #184 DONE 0.1s [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:50:27.129Z] #185 DONE 0.2s [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-05-28T05:50:27.129Z] #186 DONE 0.4s [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:50:27.129Z] #187 DONE 0.1s [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:50:27.129Z] #138 ... [2024-05-28T05:50:27.129Z] [2024-05-28T05:50:27.129Z] #99 [core-command] exporting to image [2024-05-28T05:50:27.129Z] #99 exporting layers [2024-05-28T05:50:27.711Z] #99 exporting layers 0.4s done [2024-05-28T05:50:27.711Z] #99 writing image sha256:1d341c3c4c25a0b26e77c5a0353ac8682315513bba13c58253078771d759c72d done [2024-05-28T05:50:27.711Z] #99 naming to docker.io/library/core-command-arm64 done [2024-05-28T05:50:27.711Z] #99 DONE 11.4s [2024-05-28T05:50:27.711Z] [2024-05-28T05:50:27.711Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:50:35.914Z] #138 ... [2024-05-28T05:50:35.914Z] [2024-05-28T05:50:35.914Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-05-28T05:50:35.914Z] #133 DONE 1532.3s [2024-05-28T05:50:35.914Z] [2024-05-28T05:50:35.914Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:50:35.914Z] #138 ... [2024-05-28T05:50:35.914Z] [2024-05-28T05:50:35.914Z] #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:50:35.914Z] #188 DONE 0.3s [2024-05-28T05:50:35.914Z] [2024-05-28T05:50:35.914Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:50:35.914Z] #138 ... [2024-05-28T05:50:35.914Z] [2024-05-28T05:50:35.914Z] #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:50:35.914Z] #189 DONE 0.1s [2024-05-28T05:50:35.915Z] [2024-05-28T05:50:35.915Z] #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-05-28T05:50:36.506Z] #190 DONE 0.4s [2024-05-28T05:50:36.506Z] [2024-05-28T05:50:36.506Z] #191 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:50:36.506Z] #191 DONE 0.1s [2024-05-28T05:50:36.506Z] [2024-05-28T05:50:36.506Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:50:36.506Z] #138 ... [2024-05-28T05:50:36.506Z] [2024-05-28T05:50:36.506Z] #99 [core-data] exporting to image [2024-05-28T05:50:36.506Z] #99 exporting layers [2024-05-28T05:50:37.091Z] #99 exporting layers 0.6s done [2024-05-28T05:50:37.091Z] #99 writing image sha256:6481c896321f45a16b936a1811f78f6173332891b4fde5195f56752ca982e95a done [2024-05-28T05:50:37.091Z] #99 naming to docker.io/library/core-data-arm64 done [2024-05-28T05:50:37.091Z] #99 DONE 12.0s [2024-05-28T05:50:37.091Z] [2024-05-28T05:50:37.091Z] #138 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-05-28T05:50:39.044Z] #138 DONE 1535.9s [2024-05-28T05:50:39.044Z] [2024-05-28T05:50:39.045Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:50:39.045Z] #44 ... [2024-05-28T05:50:39.045Z] [2024-05-28T05:50:39.045Z] #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:50:39.311Z] #192 DONE 0.2s [2024-05-28T05:50:39.311Z] [2024-05-28T05:50:39.311Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-05-28T05:50:39.603Z] #139 ... [2024-05-28T05:50:39.603Z] [2024-05-28T05:50:39.603Z] #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:50:39.603Z] #193 DONE 0.1s [2024-05-28T05:50:39.603Z] [2024-05-28T05:50:39.603Z] #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-05-28T05:50:39.870Z] #194 DONE 0.4s [2024-05-28T05:50:39.870Z] [2024-05-28T05:50:39.870Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-05-28T05:50:40.144Z] #136 ... [2024-05-28T05:50:40.144Z] [2024-05-28T05:50:40.144Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:50:40.144Z] #195 DONE 0.1s [2024-05-28T05:50:40.144Z] [2024-05-28T05:50:40.144Z] #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-05-28T05:50:40.410Z] #196 DONE 0.2s [2024-05-28T05:50:40.410Z] [2024-05-28T05:50:40.410Z] #99 [core-metadata] exporting to image [2024-05-28T05:50:40.993Z] #99 exporting layers 0.5s done [2024-05-28T05:50:40.993Z] #99 writing image sha256:46b6bb45aff6f20439f4e7c656b3ab692e2a0157799fe494342b7a09cf83a90f done [2024-05-28T05:50:40.993Z] #99 naming to docker.io/library/core-metadata-arm64 done [2024-05-28T05:50:40.993Z] #99 DONE 12.4s [2024-05-28T05:50:40.993Z] [2024-05-28T05:50:40.993Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:51:13.200Z] #44 ... [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-05-28T05:51:13.200Z] #139 DONE 1565.7s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:51:13.200Z] #197 DONE 0.1s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-05-28T05:51:13.200Z] #136 DONE 1566.2s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:51:13.200Z] #44 ... [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #198 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:51:13.200Z] #198 DONE 0.2s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #199 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-05-28T05:51:13.200Z] #199 DONE 0.3s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #200 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-05-28T05:51:13.200Z] #200 DONE 0.1s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:51:13.200Z] #201 ... [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #202 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:51:13.200Z] #202 DONE 0.1s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-05-28T05:51:13.200Z] #201 DONE 0.1s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #203 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-05-28T05:51:13.200Z] #203 DONE 0.5s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #99 [support-notifications] exporting to image [2024-05-28T05:51:13.200Z] #99 exporting layers 0.6s done [2024-05-28T05:51:13.200Z] #99 writing image sha256:ec81f8f58d45bb938f11d08bf5a467486b2142dd279a3175e45c8b27b65b3d23 done [2024-05-28T05:51:13.200Z] #99 naming to docker.io/library/support-notifications-arm64 done [2024-05-28T05:51:13.200Z] #99 DONE 13.1s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-05-28T05:51:13.200Z] #204 DONE 0.1s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #99 [support-scheduler] exporting to image [2024-05-28T05:51:13.200Z] #99 exporting layers 0.5s done [2024-05-28T05:51:13.200Z] #99 writing image sha256:ff52c45d8bfeaf1fdf0895ba430662424df81166039430f27b5e1e3263577416 done [2024-05-28T05:51:13.200Z] #99 naming to docker.io/library/support-scheduler-arm64 done [2024-05-28T05:51:13.200Z] #99 DONE 13.6s [2024-05-28T05:51:13.200Z] [2024-05-28T05:51:13.200Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-05-28T05:51:13.200Z] time="2024-05-28T05:23:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-05-28T05:51:13.216Z] $ docker stop --time=1 d75e73cd940375643e39cea44ae0f5378e227c352a82d4ff49bd8ab1f4ee4235 [2024-05-28T05:51:14.860Z] $ docker rm -f --volumes d75e73cd940375643e39cea44ae0f5378e227c352a82d4ff49bd8ab1f4ee4235 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-28T05:51:15.350Z] + docker images [2024-05-28T05:51:15.351Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-05-28T05:51:15.351Z] support-scheduler-arm64 latest ff52c45d8bfe 5 seconds ago 44.1MB [2024-05-28T05:51:15.351Z] support-notifications-arm64 latest ec81f8f58d45 6 seconds ago 44.7MB [2024-05-28T05:51:15.351Z] core-metadata-arm64 latest 46b6bb45aff6 35 seconds ago 41.7MB [2024-05-28T05:51:15.351Z] core-data-arm64 latest 6481c896321f 39 seconds ago 41.5MB [2024-05-28T05:51:15.351Z] core-command-arm64 latest 1d341c3c4c25 49 seconds ago 41.2MB [2024-05-28T05:51:15.351Z] security-proxy-auth-arm64 latest dda952f0c43c About a minute ago 38.9MB [2024-05-28T05:51:15.351Z] security-spiffe-token-provider-arm64 latest c3ae0970ca7a 7 minutes ago 35.7MB [2024-05-28T05:51:15.351Z] core-common-config-bootstrapper-arm64 latest 6c55e7d0e746 8 minutes ago 21.6MB [2024-05-28T05:51:15.351Z] security-secretstore-setup-arm64 latest a697815167c6 9 minutes ago 42.6MB [2024-05-28T05:51:15.351Z] security-bootstrapper-arm64 latest 7ebe52490b95 9 minutes ago 25.2MB [2024-05-28T05:51:15.351Z] security-proxy-setup-arm64 latest 3a5f78d3fc7e 9 minutes ago 32.5MB [2024-05-28T05:51:15.351Z] security-spire-agent-arm64 latest d666d7239981 26 minutes ago 159MB [2024-05-28T05:51:15.351Z] security-spire-server-arm64 latest 315189c17841 27 minutes ago 103MB [2024-05-28T05:51:15.351Z] security-spire-config-arm64 latest 8c2ca75ad8f7 27 minutes ago 102MB [2024-05-28T05:51:15.351Z] ci-base-image-arm64 latest dd224a0ab584 28 minutes ago 973MB [2024-05-28T05:51:15.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 5 weeks ago 561MB [2024-05-28T05:51:15.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 12 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-05-28T05:51:15.510Z] provisioning config files... [2024-05-28T05:51:15.522Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/641@tmp/config15857870850927128824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:51:15.868Z] ---> ****-login.sh [2024-05-28T05:51:15.868Z] nexus3.edgexfoundry.org:10001 [2024-05-28T05:51:15.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:51:16.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:51:16.133Z] Configure a credential helper to remove this warning. See [2024-05-28T05:51:16.133Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:51:16.133Z] [2024-05-28T05:51:16.133Z] Login Succeeded [2024-05-28T05:51:16.133Z] nexus3.edgexfoundry.org:10002 [2024-05-28T05:51:16.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:51:16.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:51:16.665Z] Configure a credential helper to remove this warning. See [2024-05-28T05:51:16.665Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:51:16.665Z] [2024-05-28T05:51:16.665Z] Login Succeeded [2024-05-28T05:51:16.665Z] nexus3.edgexfoundry.org:10003 [2024-05-28T05:51:16.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:51:16.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:51:16.943Z] Configure a credential helper to remove this warning. See [2024-05-28T05:51:16.943Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:51:16.943Z] [2024-05-28T05:51:16.943Z] Login Succeeded [2024-05-28T05:51:16.943Z] nexus3.edgexfoundry.org:10004 [2024-05-28T05:51:17.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:51:17.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:51:17.208Z] Configure a credential helper to remove this warning. See [2024-05-28T05:51:17.208Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:51:17.208Z] [2024-05-28T05:51:17.208Z] Login Succeeded [2024-05-28T05:51:17.208Z] ****.io [2024-05-28T05:51:17.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-05-28T05:51:17.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-05-28T05:51:17.734Z] Configure a credential helper to remove this warning. See [2024-05-28T05:51:17.734Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-05-28T05:51:17.734Z] [2024-05-28T05:51:17.734Z] Login Succeeded [2024-05-28T05:51:17.734Z] ---> ****-login.sh ends [Pipeline] } [2024-05-28T05:51:17.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:51:17.796Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-05-28T05:51:17.832Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-05-28T05:51:17.832Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:17.832Z] latest [2024-05-28T05:51:17.832Z] 3.2.0-dev.23 [2024-05-28T05:51:17.832Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:17.832Z] main [2024-05-28T05:51:17.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:18.193Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:18.601Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:18.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-05-28T05:51:18.602Z] 7ad1629e06aa: Preparing [2024-05-28T05:51:18.602Z] c2ebf6f3c0db: Preparing [2024-05-28T05:51:18.602Z] 110cc3631f76: Preparing [2024-05-28T05:51:18.602Z] d2ea45d9f295: Preparing [2024-05-28T05:51:18.602Z] fe24993947c7: Preparing [2024-05-28T05:51:18.602Z] 265c32dd9039: Preparing [2024-05-28T05:51:18.602Z] 7c504f21be85: Preparing [2024-05-28T05:51:18.602Z] 7c504f21be85: Waiting [2024-05-28T05:51:18.602Z] 265c32dd9039: Waiting [2024-05-28T05:51:18.866Z] d2ea45d9f295: Pushed [2024-05-28T05:51:18.866Z] 110cc3631f76: Pushed [2024-05-28T05:51:18.866Z] 7ad1629e06aa: Pushed [2024-05-28T05:51:18.866Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:19.129Z] 265c32dd9039: Pushed [2024-05-28T05:51:20.532Z] fe24993947c7: Pushed [2024-05-28T05:51:24.773Z] c2ebf6f3c0db: Pushed [2024-05-28T05:51:24.773Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:25.120Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:25.465Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-05-28T05:51:25.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-05-28T05:51:25.466Z] 7ad1629e06aa: Preparing [2024-05-28T05:51:25.466Z] c2ebf6f3c0db: Preparing [2024-05-28T05:51:25.466Z] 110cc3631f76: Preparing [2024-05-28T05:51:25.466Z] d2ea45d9f295: Preparing [2024-05-28T05:51:25.466Z] fe24993947c7: Preparing [2024-05-28T05:51:25.466Z] 265c32dd9039: Preparing [2024-05-28T05:51:25.466Z] 7c504f21be85: Preparing [2024-05-28T05:51:25.466Z] 265c32dd9039: Waiting [2024-05-28T05:51:25.466Z] 7c504f21be85: Waiting [2024-05-28T05:51:25.466Z] c2ebf6f3c0db: Layer already exists [2024-05-28T05:51:25.466Z] 7ad1629e06aa: Layer already exists [2024-05-28T05:51:25.466Z] fe24993947c7: Layer already exists [2024-05-28T05:51:25.466Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:25.466Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:25.466Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:25.466Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:25.730Z] latest: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:26.089Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:26.442Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.23 [2024-05-28T05:51:26.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-05-28T05:51:26.442Z] 7ad1629e06aa: Preparing [2024-05-28T05:51:26.442Z] c2ebf6f3c0db: Preparing [2024-05-28T05:51:26.442Z] 110cc3631f76: Preparing [2024-05-28T05:51:26.442Z] d2ea45d9f295: Preparing [2024-05-28T05:51:26.442Z] fe24993947c7: Preparing [2024-05-28T05:51:26.442Z] 265c32dd9039: Preparing [2024-05-28T05:51:26.442Z] 7c504f21be85: Preparing [2024-05-28T05:51:26.442Z] 265c32dd9039: Waiting [2024-05-28T05:51:26.442Z] 7c504f21be85: Waiting [2024-05-28T05:51:26.442Z] fe24993947c7: Layer already exists [2024-05-28T05:51:26.442Z] 7ad1629e06aa: Layer already exists [2024-05-28T05:51:26.442Z] c2ebf6f3c0db: Layer already exists [2024-05-28T05:51:26.442Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:26.442Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:26.442Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:26.442Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:26.442Z] 3.2.0-dev.23: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:27.065Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:27.415Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:27.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-05-28T05:51:27.415Z] 7ad1629e06aa: Preparing [2024-05-28T05:51:27.415Z] c2ebf6f3c0db: Preparing [2024-05-28T05:51:27.415Z] 110cc3631f76: Preparing [2024-05-28T05:51:27.415Z] d2ea45d9f295: Preparing [2024-05-28T05:51:27.415Z] fe24993947c7: Preparing [2024-05-28T05:51:27.415Z] 265c32dd9039: Preparing [2024-05-28T05:51:27.415Z] 7c504f21be85: Preparing [2024-05-28T05:51:27.415Z] 265c32dd9039: Waiting [2024-05-28T05:51:27.415Z] 7c504f21be85: Waiting [2024-05-28T05:51:27.415Z] fe24993947c7: Layer already exists [2024-05-28T05:51:27.415Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:27.415Z] 7ad1629e06aa: Layer already exists [2024-05-28T05:51:27.415Z] c2ebf6f3c0db: Layer already exists [2024-05-28T05:51:27.415Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:27.415Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:27.415Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:27.415Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:28.026Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:28.378Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-05-28T05:51:28.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-05-28T05:51:28.379Z] 7ad1629e06aa: Preparing [2024-05-28T05:51:28.379Z] c2ebf6f3c0db: Preparing [2024-05-28T05:51:28.379Z] 110cc3631f76: Preparing [2024-05-28T05:51:28.379Z] d2ea45d9f295: Preparing [2024-05-28T05:51:28.379Z] fe24993947c7: Preparing [2024-05-28T05:51:28.379Z] 265c32dd9039: Preparing [2024-05-28T05:51:28.379Z] 7c504f21be85: Preparing [2024-05-28T05:51:28.379Z] 265c32dd9039: Waiting [2024-05-28T05:51:28.379Z] 7c504f21be85: Waiting [2024-05-28T05:51:28.379Z] c2ebf6f3c0db: Layer already exists [2024-05-28T05:51:28.379Z] fe24993947c7: Layer already exists [2024-05-28T05:51:28.379Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:28.379Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:28.379Z] 7ad1629e06aa: Layer already exists [2024-05-28T05:51:28.379Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:28.379Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:28.644Z] main: digest: sha256:6f8bc1557263fdabd1ac70b2fe1cbe929637cf1d15a3a98178b383c166e389d2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:51:28.721Z] ===================================================== [Pipeline] echo [2024-05-28T05:51:28.736Z] taggedImages: [2024-05-28T05:51:28.736Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:28.736Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-05-28T05:51:28.736Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.23 [2024-05-28T05:51:28.736Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:28.736Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-05-28T05:51:28.767Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-05-28T05:51:28.767Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:28.767Z] latest [2024-05-28T05:51:28.767Z] 3.2.0-dev.23 [2024-05-28T05:51:28.767Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:28.767Z] main [2024-05-28T05:51:28.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:29.147Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:29.492Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:29.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-05-28T05:51:29.492Z] 33e1431a5307: Preparing [2024-05-28T05:51:29.492Z] 30780c698434: Preparing [2024-05-28T05:51:29.492Z] e2eb49990d86: Preparing [2024-05-28T05:51:29.492Z] bc8332b8c6a5: Preparing [2024-05-28T05:51:29.492Z] 110cc3631f76: Preparing [2024-05-28T05:51:29.492Z] d2ea45d9f295: Preparing [2024-05-28T05:51:29.492Z] fe24993947c7: Preparing [2024-05-28T05:51:29.492Z] 265c32dd9039: Preparing [2024-05-28T05:51:29.492Z] 7c504f21be85: Preparing [2024-05-28T05:51:29.492Z] d2ea45d9f295: Waiting [2024-05-28T05:51:29.492Z] fe24993947c7: Waiting [2024-05-28T05:51:29.492Z] 265c32dd9039: Waiting [2024-05-28T05:51:29.492Z] 7c504f21be85: Waiting [2024-05-28T05:51:29.759Z] e2eb49990d86: Pushed [2024-05-28T05:51:29.759Z] 30780c698434: Pushed [2024-05-28T05:51:29.759Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:29.759Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:29.759Z] fe24993947c7: Layer already exists [2024-05-28T05:51:30.022Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:30.022Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:30.022Z] 33e1431a5307: Pushed [2024-05-28T05:51:31.419Z] bc8332b8c6a5: Pushed [2024-05-28T05:51:31.690Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:32.056Z] + 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-05-28T05:51:32.411Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-05-28T05:51:32.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-05-28T05:51:32.411Z] 33e1431a5307: Preparing [2024-05-28T05:51:32.411Z] 30780c698434: Preparing [2024-05-28T05:51:32.411Z] e2eb49990d86: Preparing [2024-05-28T05:51:32.411Z] bc8332b8c6a5: Preparing [2024-05-28T05:51:32.411Z] 110cc3631f76: Preparing [2024-05-28T05:51:32.411Z] d2ea45d9f295: Preparing [2024-05-28T05:51:32.411Z] fe24993947c7: Preparing [2024-05-28T05:51:32.411Z] 265c32dd9039: Preparing [2024-05-28T05:51:32.411Z] 7c504f21be85: Preparing [2024-05-28T05:51:32.411Z] d2ea45d9f295: Waiting [2024-05-28T05:51:32.411Z] fe24993947c7: Waiting [2024-05-28T05:51:32.411Z] 265c32dd9039: Waiting [2024-05-28T05:51:32.411Z] 7c504f21be85: Waiting [2024-05-28T05:51:32.411Z] bc8332b8c6a5: Layer already exists [2024-05-28T05:51:32.411Z] e2eb49990d86: Layer already exists [2024-05-28T05:51:32.411Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:32.411Z] 30780c698434: Layer already exists [2024-05-28T05:51:32.411Z] 33e1431a5307: Layer already exists [2024-05-28T05:51:32.411Z] fe24993947c7: Layer already exists [2024-05-28T05:51:32.411Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:32.411Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:32.411Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:32.677Z] latest: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:33.041Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:33.386Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.23 [2024-05-28T05:51:33.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-05-28T05:51:33.387Z] 33e1431a5307: Preparing [2024-05-28T05:51:33.387Z] 30780c698434: Preparing [2024-05-28T05:51:33.387Z] e2eb49990d86: Preparing [2024-05-28T05:51:33.387Z] bc8332b8c6a5: Preparing [2024-05-28T05:51:33.387Z] 110cc3631f76: Preparing [2024-05-28T05:51:33.387Z] d2ea45d9f295: Preparing [2024-05-28T05:51:33.387Z] fe24993947c7: Preparing [2024-05-28T05:51:33.387Z] 265c32dd9039: Preparing [2024-05-28T05:51:33.387Z] 7c504f21be85: Preparing [2024-05-28T05:51:33.387Z] fe24993947c7: Waiting [2024-05-28T05:51:33.387Z] 265c32dd9039: Waiting [2024-05-28T05:51:33.387Z] 7c504f21be85: Waiting [2024-05-28T05:51:33.387Z] d2ea45d9f295: Waiting [2024-05-28T05:51:33.387Z] 30780c698434: Layer already exists [2024-05-28T05:51:33.387Z] bc8332b8c6a5: Layer already exists [2024-05-28T05:51:33.387Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:33.387Z] 33e1431a5307: Layer already exists [2024-05-28T05:51:33.387Z] e2eb49990d86: Layer already exists [2024-05-28T05:51:33.387Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:33.387Z] fe24993947c7: Layer already exists [2024-05-28T05:51:33.387Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:33.387Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:33.652Z] 3.2.0-dev.23: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:34.003Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:34.342Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:34.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-05-28T05:51:34.342Z] 33e1431a5307: Preparing [2024-05-28T05:51:34.342Z] 30780c698434: Preparing [2024-05-28T05:51:34.342Z] e2eb49990d86: Preparing [2024-05-28T05:51:34.342Z] bc8332b8c6a5: Preparing [2024-05-28T05:51:34.342Z] 110cc3631f76: Preparing [2024-05-28T05:51:34.342Z] d2ea45d9f295: Preparing [2024-05-28T05:51:34.342Z] fe24993947c7: Preparing [2024-05-28T05:51:34.342Z] 265c32dd9039: Preparing [2024-05-28T05:51:34.342Z] 7c504f21be85: Preparing [2024-05-28T05:51:34.342Z] d2ea45d9f295: Waiting [2024-05-28T05:51:34.342Z] fe24993947c7: Waiting [2024-05-28T05:51:34.342Z] 265c32dd9039: Waiting [2024-05-28T05:51:34.342Z] 7c504f21be85: Waiting [2024-05-28T05:51:34.342Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:34.342Z] 33e1431a5307: Layer already exists [2024-05-28T05:51:34.342Z] e2eb49990d86: Layer already exists [2024-05-28T05:51:34.342Z] 30780c698434: Layer already exists [2024-05-28T05:51:34.342Z] bc8332b8c6a5: Layer already exists [2024-05-28T05:51:34.342Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:34.342Z] fe24993947c7: Layer already exists [2024-05-28T05:51:34.342Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:34.342Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:34.608Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:34.957Z] + 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-05-28T05:51:35.300Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-05-28T05:51:35.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-05-28T05:51:35.300Z] 33e1431a5307: Preparing [2024-05-28T05:51:35.300Z] 30780c698434: Preparing [2024-05-28T05:51:35.300Z] e2eb49990d86: Preparing [2024-05-28T05:51:35.300Z] bc8332b8c6a5: Preparing [2024-05-28T05:51:35.300Z] 110cc3631f76: Preparing [2024-05-28T05:51:35.300Z] d2ea45d9f295: Preparing [2024-05-28T05:51:35.300Z] fe24993947c7: Preparing [2024-05-28T05:51:35.301Z] 265c32dd9039: Preparing [2024-05-28T05:51:35.301Z] 7c504f21be85: Preparing [2024-05-28T05:51:35.301Z] d2ea45d9f295: Waiting [2024-05-28T05:51:35.301Z] fe24993947c7: Waiting [2024-05-28T05:51:35.301Z] 265c32dd9039: Waiting [2024-05-28T05:51:35.301Z] 7c504f21be85: Waiting [2024-05-28T05:51:35.301Z] 30780c698434: Layer already exists [2024-05-28T05:51:35.301Z] e2eb49990d86: Layer already exists [2024-05-28T05:51:35.301Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:35.301Z] 33e1431a5307: Layer already exists [2024-05-28T05:51:35.301Z] bc8332b8c6a5: Layer already exists [2024-05-28T05:51:35.301Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:35.301Z] fe24993947c7: Layer already exists [2024-05-28T05:51:35.301Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:35.301Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:35.564Z] main: digest: sha256:99142a9e068b13010a6bc2da5ac21618329706afc3da93b415a4c34dcd276cd9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:51:35.635Z] ===================================================== [Pipeline] echo [2024-05-28T05:51:35.648Z] taggedImages: [2024-05-28T05:51:35.648Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:35.648Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-05-28T05:51:35.648Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.23 [2024-05-28T05:51:35.648Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:35.648Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-05-28T05:51:35.673Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-05-28T05:51:35.673Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:35.673Z] latest [2024-05-28T05:51:35.673Z] 3.2.0-dev.23 [2024-05-28T05:51:35.673Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:35.673Z] main [2024-05-28T05:51:35.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:36.040Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:36.392Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:36.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-05-28T05:51:36.392Z] 2252c4817b90: Preparing [2024-05-28T05:51:36.392Z] 9e1584f2c3e5: Preparing [2024-05-28T05:51:36.392Z] 110cc3631f76: Preparing [2024-05-28T05:51:36.392Z] d2ea45d9f295: Preparing [2024-05-28T05:51:36.392Z] 3a7d7ad3f0ae: Preparing [2024-05-28T05:51:36.392Z] 8b63ad90c977: Preparing [2024-05-28T05:51:36.392Z] 7c504f21be85: Preparing [2024-05-28T05:51:36.392Z] 8b63ad90c977: Waiting [2024-05-28T05:51:36.392Z] 7c504f21be85: Waiting [2024-05-28T05:51:36.392Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:36.392Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:36.657Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:36.657Z] 2252c4817b90: Pushed [2024-05-28T05:51:36.657Z] 8b63ad90c977: Pushed [2024-05-28T05:51:38.058Z] 3a7d7ad3f0ae: Pushed [2024-05-28T05:51:42.301Z] 9e1584f2c3e5: Pushed [2024-05-28T05:51:42.301Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:42.659Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:43.004Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-05-28T05:51:43.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-05-28T05:51:43.004Z] 2252c4817b90: Preparing [2024-05-28T05:51:43.004Z] 9e1584f2c3e5: Preparing [2024-05-28T05:51:43.004Z] 110cc3631f76: Preparing [2024-05-28T05:51:43.004Z] d2ea45d9f295: Preparing [2024-05-28T05:51:43.004Z] 3a7d7ad3f0ae: Preparing [2024-05-28T05:51:43.004Z] 8b63ad90c977: Preparing [2024-05-28T05:51:43.004Z] 7c504f21be85: Preparing [2024-05-28T05:51:43.004Z] 8b63ad90c977: Waiting [2024-05-28T05:51:43.004Z] 7c504f21be85: Waiting [2024-05-28T05:51:43.004Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:43.004Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:43.004Z] 3a7d7ad3f0ae: Layer already exists [2024-05-28T05:51:43.004Z] 9e1584f2c3e5: Layer already exists [2024-05-28T05:51:43.004Z] 2252c4817b90: Layer already exists [2024-05-28T05:51:43.004Z] 8b63ad90c977: Layer already exists [2024-05-28T05:51:43.004Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:43.269Z] latest: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:43.614Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:43.971Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.23 [2024-05-28T05:51:43.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-05-28T05:51:43.971Z] 2252c4817b90: Preparing [2024-05-28T05:51:43.971Z] 9e1584f2c3e5: Preparing [2024-05-28T05:51:43.972Z] 110cc3631f76: Preparing [2024-05-28T05:51:43.972Z] d2ea45d9f295: Preparing [2024-05-28T05:51:43.972Z] 3a7d7ad3f0ae: Preparing [2024-05-28T05:51:43.972Z] 8b63ad90c977: Preparing [2024-05-28T05:51:43.972Z] 7c504f21be85: Preparing [2024-05-28T05:51:43.972Z] 8b63ad90c977: Waiting [2024-05-28T05:51:43.972Z] 7c504f21be85: Waiting [2024-05-28T05:51:43.972Z] 9e1584f2c3e5: Layer already exists [2024-05-28T05:51:43.972Z] 3a7d7ad3f0ae: Layer already exists [2024-05-28T05:51:43.972Z] 2252c4817b90: Layer already exists [2024-05-28T05:51:43.972Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:43.972Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:43.972Z] 8b63ad90c977: Layer already exists [2024-05-28T05:51:43.972Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:44.237Z] 3.2.0-dev.23: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:44.588Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:44.944Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:44.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-05-28T05:51:44.944Z] 2252c4817b90: Preparing [2024-05-28T05:51:44.944Z] 9e1584f2c3e5: Preparing [2024-05-28T05:51:44.944Z] 110cc3631f76: Preparing [2024-05-28T05:51:44.944Z] d2ea45d9f295: Preparing [2024-05-28T05:51:44.944Z] 3a7d7ad3f0ae: Preparing [2024-05-28T05:51:44.944Z] 8b63ad90c977: Preparing [2024-05-28T05:51:44.944Z] 7c504f21be85: Preparing [2024-05-28T05:51:44.944Z] 8b63ad90c977: Waiting [2024-05-28T05:51:44.944Z] 7c504f21be85: Waiting [2024-05-28T05:51:44.944Z] 3a7d7ad3f0ae: Layer already exists [2024-05-28T05:51:44.944Z] 2252c4817b90: Layer already exists [2024-05-28T05:51:44.944Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:44.944Z] 9e1584f2c3e5: Layer already exists [2024-05-28T05:51:44.944Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:44.944Z] 8b63ad90c977: Layer already exists [2024-05-28T05:51:44.944Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:45.210Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:45.628Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:45.994Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-05-28T05:51:45.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-05-28T05:51:45.994Z] 2252c4817b90: Preparing [2024-05-28T05:51:45.994Z] 9e1584f2c3e5: Preparing [2024-05-28T05:51:45.994Z] 110cc3631f76: Preparing [2024-05-28T05:51:45.994Z] d2ea45d9f295: Preparing [2024-05-28T05:51:45.994Z] 3a7d7ad3f0ae: Preparing [2024-05-28T05:51:45.994Z] 8b63ad90c977: Preparing [2024-05-28T05:51:45.994Z] 7c504f21be85: Preparing [2024-05-28T05:51:45.994Z] 8b63ad90c977: Waiting [2024-05-28T05:51:45.994Z] 7c504f21be85: Waiting [2024-05-28T05:51:45.994Z] 9e1584f2c3e5: Layer already exists [2024-05-28T05:51:45.994Z] 2252c4817b90: Layer already exists [2024-05-28T05:51:45.994Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:45.994Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:45.994Z] 3a7d7ad3f0ae: Layer already exists [2024-05-28T05:51:45.994Z] 8b63ad90c977: Layer already exists [2024-05-28T05:51:45.994Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:46.263Z] main: digest: sha256:ead25caf9c621ec1d11e1b6ed17ee4bbdbd74a365253fbe556d3aae3d84edf10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:51:46.329Z] ===================================================== [Pipeline] echo [2024-05-28T05:51:46.343Z] taggedImages: [2024-05-28T05:51:46.343Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:46.343Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-05-28T05:51:46.343Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.23 [2024-05-28T05:51:46.343Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:46.343Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-05-28T05:51:46.368Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-05-28T05:51:46.368Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:46.368Z] latest [2024-05-28T05:51:46.368Z] 3.2.0-dev.23 [2024-05-28T05:51:46.368Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:46.368Z] main [2024-05-28T05:51:46.368Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:46.755Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:47.123Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:47.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-05-28T05:51:47.123Z] 7548e2167266: Preparing [2024-05-28T05:51:47.123Z] 0b74a4d38d24: Preparing [2024-05-28T05:51:47.123Z] b7d0f9234b7b: Preparing [2024-05-28T05:51:47.123Z] 110cc3631f76: Preparing [2024-05-28T05:51:47.123Z] d2ea45d9f295: Preparing [2024-05-28T05:51:47.123Z] fe24993947c7: Preparing [2024-05-28T05:51:47.123Z] 265c32dd9039: Preparing [2024-05-28T05:51:47.123Z] 7c504f21be85: Preparing [2024-05-28T05:51:47.123Z] fe24993947c7: Waiting [2024-05-28T05:51:47.123Z] 7c504f21be85: Waiting [2024-05-28T05:51:47.123Z] 265c32dd9039: Waiting [2024-05-28T05:51:47.123Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:47.123Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:47.392Z] fe24993947c7: Layer already exists [2024-05-28T05:51:47.392Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:47.392Z] 0b74a4d38d24: Pushed [2024-05-28T05:51:47.392Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:47.392Z] 7548e2167266: Pushed [2024-05-28T05:51:54.035Z] b7d0f9234b7b: Pushed [2024-05-28T05:51:54.035Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:54.400Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:54.742Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-05-28T05:51:54.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-05-28T05:51:54.742Z] 7548e2167266: Preparing [2024-05-28T05:51:54.742Z] 0b74a4d38d24: Preparing [2024-05-28T05:51:54.742Z] b7d0f9234b7b: Preparing [2024-05-28T05:51:54.742Z] 110cc3631f76: Preparing [2024-05-28T05:51:54.742Z] d2ea45d9f295: Preparing [2024-05-28T05:51:54.742Z] fe24993947c7: Preparing [2024-05-28T05:51:54.742Z] 265c32dd9039: Preparing [2024-05-28T05:51:54.742Z] 7c504f21be85: Preparing [2024-05-28T05:51:54.742Z] fe24993947c7: Waiting [2024-05-28T05:51:54.742Z] 265c32dd9039: Waiting [2024-05-28T05:51:54.742Z] 7c504f21be85: Waiting [2024-05-28T05:51:54.742Z] 7548e2167266: Layer already exists [2024-05-28T05:51:54.742Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:54.742Z] b7d0f9234b7b: Layer already exists [2024-05-28T05:51:54.742Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:54.742Z] 0b74a4d38d24: Layer already exists [2024-05-28T05:51:54.742Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:54.742Z] fe24993947c7: Layer already exists [2024-05-28T05:51:54.742Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:55.008Z] latest: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:55.353Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:55.707Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.23 [2024-05-28T05:51:55.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-05-28T05:51:55.707Z] 7548e2167266: Preparing [2024-05-28T05:51:55.707Z] 0b74a4d38d24: Preparing [2024-05-28T05:51:55.707Z] b7d0f9234b7b: Preparing [2024-05-28T05:51:55.707Z] 110cc3631f76: Preparing [2024-05-28T05:51:55.707Z] d2ea45d9f295: Preparing [2024-05-28T05:51:55.707Z] fe24993947c7: Preparing [2024-05-28T05:51:55.707Z] 265c32dd9039: Preparing [2024-05-28T05:51:55.707Z] 7c504f21be85: Preparing [2024-05-28T05:51:55.707Z] fe24993947c7: Waiting [2024-05-28T05:51:55.707Z] 265c32dd9039: Waiting [2024-05-28T05:51:55.707Z] b7d0f9234b7b: Layer already exists [2024-05-28T05:51:55.707Z] 7548e2167266: Layer already exists [2024-05-28T05:51:55.707Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:55.707Z] 0b74a4d38d24: Layer already exists [2024-05-28T05:51:55.707Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:55.707Z] fe24993947c7: Layer already exists [2024-05-28T05:51:55.707Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:55.707Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:55.972Z] 3.2.0-dev.23: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:56.325Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:56.668Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:56.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-05-28T05:51:56.668Z] 7548e2167266: Preparing [2024-05-28T05:51:56.668Z] 0b74a4d38d24: Preparing [2024-05-28T05:51:56.668Z] b7d0f9234b7b: Preparing [2024-05-28T05:51:56.668Z] 110cc3631f76: Preparing [2024-05-28T05:51:56.668Z] d2ea45d9f295: Preparing [2024-05-28T05:51:56.668Z] fe24993947c7: Preparing [2024-05-28T05:51:56.668Z] 265c32dd9039: Preparing [2024-05-28T05:51:56.668Z] fe24993947c7: Waiting [2024-05-28T05:51:56.668Z] 7c504f21be85: Preparing [2024-05-28T05:51:56.668Z] 265c32dd9039: Waiting [2024-05-28T05:51:56.668Z] 7c504f21be85: Waiting [2024-05-28T05:51:56.668Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:56.668Z] 7548e2167266: Layer already exists [2024-05-28T05:51:56.668Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:56.668Z] b7d0f9234b7b: Layer already exists [2024-05-28T05:51:56.668Z] 0b74a4d38d24: Layer already exists [2024-05-28T05:51:56.668Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:56.668Z] fe24993947c7: Layer already exists [2024-05-28T05:51:56.668Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:56.668Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:57.285Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:57.643Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-05-28T05:51:57.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-05-28T05:51:57.643Z] 7548e2167266: Preparing [2024-05-28T05:51:57.643Z] 0b74a4d38d24: Preparing [2024-05-28T05:51:57.643Z] b7d0f9234b7b: Preparing [2024-05-28T05:51:57.643Z] 110cc3631f76: Preparing [2024-05-28T05:51:57.643Z] d2ea45d9f295: Preparing [2024-05-28T05:51:57.643Z] fe24993947c7: Preparing [2024-05-28T05:51:57.643Z] 265c32dd9039: Preparing [2024-05-28T05:51:57.643Z] 7c504f21be85: Preparing [2024-05-28T05:51:57.643Z] 265c32dd9039: Waiting [2024-05-28T05:51:57.643Z] fe24993947c7: Waiting [2024-05-28T05:51:57.643Z] 7c504f21be85: Waiting [2024-05-28T05:51:57.643Z] 7548e2167266: Layer already exists [2024-05-28T05:51:57.643Z] 0b74a4d38d24: Layer already exists [2024-05-28T05:51:57.644Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:57.644Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:57.644Z] b7d0f9234b7b: Layer already exists [2024-05-28T05:51:57.644Z] fe24993947c7: Layer already exists [2024-05-28T05:51:57.644Z] 265c32dd9039: Layer already exists [2024-05-28T05:51:57.644Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:57.909Z] main: digest: sha256:a6a52d405a9857d198f126f240dfb6a373d23f1adbf3d8669c226f4716bbec54 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:51:57.998Z] ===================================================== [Pipeline] echo [2024-05-28T05:51:58.018Z] taggedImages: [2024-05-28T05:51:58.018Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:58.018Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-05-28T05:51:58.018Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.23 [2024-05-28T05:51:58.018Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:58.018Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-05-28T05:51:58.050Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-05-28T05:51:58.050Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:58.050Z] latest [2024-05-28T05:51:58.050Z] 3.2.0-dev.23 [2024-05-28T05:51:58.050Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:51:58.050Z] main [2024-05-28T05:51:58.050Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:58.430Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:51:58.781Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:51:58.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-05-28T05:51:58.781Z] a17868991561: Preparing [2024-05-28T05:51:58.781Z] f4fa7809a1dc: Preparing [2024-05-28T05:51:58.781Z] 3b173d6d8bc5: Preparing [2024-05-28T05:51:58.781Z] f642651235dc: Preparing [2024-05-28T05:51:58.781Z] 1d8a8e098d50: Preparing [2024-05-28T05:51:58.781Z] 4b0de0826243: Preparing [2024-05-28T05:51:58.781Z] c133f527ebfb: Preparing [2024-05-28T05:51:58.781Z] 110cc3631f76: Preparing [2024-05-28T05:51:58.781Z] d2ea45d9f295: Preparing [2024-05-28T05:51:58.781Z] 02f19529b92b: Preparing [2024-05-28T05:51:58.781Z] c4849c59e4e2: Preparing [2024-05-28T05:51:58.781Z] 5f70bf18a086: Preparing [2024-05-28T05:51:58.781Z] 6ae1401c674d: Preparing [2024-05-28T05:51:58.781Z] f47a0b9fb879: Preparing [2024-05-28T05:51:58.781Z] 4d370ec4e2ef: Preparing [2024-05-28T05:51:58.781Z] 7c504f21be85: Preparing [2024-05-28T05:51:58.781Z] 4b0de0826243: Waiting [2024-05-28T05:51:58.781Z] d2ea45d9f295: Waiting [2024-05-28T05:51:58.781Z] c4849c59e4e2: Waiting [2024-05-28T05:51:58.781Z] 02f19529b92b: Waiting [2024-05-28T05:51:58.781Z] 5f70bf18a086: Waiting [2024-05-28T05:51:58.781Z] c133f527ebfb: Waiting [2024-05-28T05:51:58.781Z] 6ae1401c674d: Waiting [2024-05-28T05:51:58.781Z] 110cc3631f76: Waiting [2024-05-28T05:51:58.781Z] 7c504f21be85: Waiting [2024-05-28T05:51:58.781Z] f47a0b9fb879: Waiting [2024-05-28T05:51:59.045Z] f642651235dc: Pushed [2024-05-28T05:51:59.045Z] 3b173d6d8bc5: Pushed [2024-05-28T05:51:59.045Z] f4fa7809a1dc: Pushed [2024-05-28T05:51:59.045Z] a17868991561: Pushed [2024-05-28T05:51:59.045Z] 1d8a8e098d50: Pushed [2024-05-28T05:51:59.045Z] 110cc3631f76: Layer already exists [2024-05-28T05:51:59.045Z] d2ea45d9f295: Layer already exists [2024-05-28T05:51:59.045Z] 5f70bf18a086: Layer already exists [2024-05-28T05:51:59.045Z] 4b0de0826243: Pushed [2024-05-28T05:51:59.308Z] 02f19529b92b: Pushed [2024-05-28T05:51:59.308Z] c4849c59e4e2: Pushed [2024-05-28T05:51:59.308Z] 7c504f21be85: Layer already exists [2024-05-28T05:51:59.308Z] 6ae1401c674d: Pushed [2024-05-28T05:51:59.308Z] 4d370ec4e2ef: Pushed [2024-05-28T05:52:01.237Z] f47a0b9fb879: Pushed [2024-05-28T05:52:09.422Z] c133f527ebfb: Pushed [2024-05-28T05:52:09.422Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:09.783Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:10.128Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-05-28T05:52:10.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-05-28T05:52:10.128Z] a17868991561: Preparing [2024-05-28T05:52:10.128Z] f4fa7809a1dc: Preparing [2024-05-28T05:52:10.128Z] 3b173d6d8bc5: Preparing [2024-05-28T05:52:10.128Z] f642651235dc: Preparing [2024-05-28T05:52:10.128Z] 1d8a8e098d50: Preparing [2024-05-28T05:52:10.128Z] 4b0de0826243: Preparing [2024-05-28T05:52:10.128Z] c133f527ebfb: Preparing [2024-05-28T05:52:10.128Z] 110cc3631f76: Preparing [2024-05-28T05:52:10.128Z] d2ea45d9f295: Preparing [2024-05-28T05:52:10.128Z] 02f19529b92b: Preparing [2024-05-28T05:52:10.128Z] c4849c59e4e2: Preparing [2024-05-28T05:52:10.128Z] 5f70bf18a086: Preparing [2024-05-28T05:52:10.128Z] 6ae1401c674d: Preparing [2024-05-28T05:52:10.128Z] f47a0b9fb879: Preparing [2024-05-28T05:52:10.128Z] 4d370ec4e2ef: Preparing [2024-05-28T05:52:10.128Z] 7c504f21be85: Preparing [2024-05-28T05:52:10.128Z] 4b0de0826243: Waiting [2024-05-28T05:52:10.128Z] c133f527ebfb: Waiting [2024-05-28T05:52:10.128Z] c4849c59e4e2: Waiting [2024-05-28T05:52:10.128Z] 110cc3631f76: Waiting [2024-05-28T05:52:10.128Z] 5f70bf18a086: Waiting [2024-05-28T05:52:10.128Z] d2ea45d9f295: Waiting [2024-05-28T05:52:10.128Z] 6ae1401c674d: Waiting [2024-05-28T05:52:10.128Z] f47a0b9fb879: Waiting [2024-05-28T05:52:10.128Z] 02f19529b92b: Waiting [2024-05-28T05:52:10.128Z] 4d370ec4e2ef: Waiting [2024-05-28T05:52:10.128Z] 3b173d6d8bc5: Layer already exists [2024-05-28T05:52:10.128Z] f642651235dc: Layer already exists [2024-05-28T05:52:10.128Z] f4fa7809a1dc: Layer already exists [2024-05-28T05:52:10.128Z] a17868991561: Layer already exists [2024-05-28T05:52:10.128Z] 1d8a8e098d50: Layer already exists [2024-05-28T05:52:10.128Z] 4b0de0826243: Layer already exists [2024-05-28T05:52:10.128Z] c133f527ebfb: Layer already exists [2024-05-28T05:52:10.128Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:10.128Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:10.128Z] 02f19529b92b: Layer already exists [2024-05-28T05:52:10.128Z] 5f70bf18a086: Layer already exists [2024-05-28T05:52:10.128Z] c4849c59e4e2: Layer already exists [2024-05-28T05:52:10.128Z] 6ae1401c674d: Layer already exists [2024-05-28T05:52:10.128Z] f47a0b9fb879: Layer already exists [2024-05-28T05:52:10.128Z] 4d370ec4e2ef: Layer already exists [2024-05-28T05:52:10.128Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:10.393Z] latest: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:10.741Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:11.090Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.23 [2024-05-28T05:52:11.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-05-28T05:52:11.090Z] a17868991561: Preparing [2024-05-28T05:52:11.090Z] f4fa7809a1dc: Preparing [2024-05-28T05:52:11.090Z] 3b173d6d8bc5: Preparing [2024-05-28T05:52:11.090Z] f642651235dc: Preparing [2024-05-28T05:52:11.090Z] 1d8a8e098d50: Preparing [2024-05-28T05:52:11.090Z] 4b0de0826243: Preparing [2024-05-28T05:52:11.090Z] c133f527ebfb: Preparing [2024-05-28T05:52:11.090Z] 4b0de0826243: Waiting [2024-05-28T05:52:11.090Z] 110cc3631f76: Preparing [2024-05-28T05:52:11.090Z] c133f527ebfb: Waiting [2024-05-28T05:52:11.090Z] d2ea45d9f295: Preparing [2024-05-28T05:52:11.090Z] 110cc3631f76: Waiting [2024-05-28T05:52:11.090Z] d2ea45d9f295: Waiting [2024-05-28T05:52:11.090Z] 02f19529b92b: Preparing [2024-05-28T05:52:11.090Z] c4849c59e4e2: Preparing [2024-05-28T05:52:11.090Z] 02f19529b92b: Waiting [2024-05-28T05:52:11.090Z] 5f70bf18a086: Preparing [2024-05-28T05:52:11.090Z] 6ae1401c674d: Preparing [2024-05-28T05:52:11.090Z] f47a0b9fb879: Preparing [2024-05-28T05:52:11.090Z] 4d370ec4e2ef: Preparing [2024-05-28T05:52:11.090Z] c4849c59e4e2: Waiting [2024-05-28T05:52:11.090Z] 5f70bf18a086: Waiting [2024-05-28T05:52:11.090Z] 6ae1401c674d: Waiting [2024-05-28T05:52:11.090Z] f47a0b9fb879: Waiting [2024-05-28T05:52:11.090Z] 4d370ec4e2ef: Waiting [2024-05-28T05:52:11.090Z] 7c504f21be85: Preparing [2024-05-28T05:52:11.090Z] 7c504f21be85: Waiting [2024-05-28T05:52:11.090Z] 1d8a8e098d50: Layer already exists [2024-05-28T05:52:11.090Z] f642651235dc: Layer already exists [2024-05-28T05:52:11.090Z] f4fa7809a1dc: Layer already exists [2024-05-28T05:52:11.090Z] 3b173d6d8bc5: Layer already exists [2024-05-28T05:52:11.090Z] a17868991561: Layer already exists [2024-05-28T05:52:11.090Z] c133f527ebfb: Layer already exists [2024-05-28T05:52:11.090Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:11.090Z] 4b0de0826243: Layer already exists [2024-05-28T05:52:11.090Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:11.090Z] 02f19529b92b: Layer already exists [2024-05-28T05:52:11.090Z] c4849c59e4e2: Layer already exists [2024-05-28T05:52:11.090Z] 5f70bf18a086: Layer already exists [2024-05-28T05:52:11.090Z] f47a0b9fb879: Layer already exists [2024-05-28T05:52:11.090Z] 6ae1401c674d: Layer already exists [2024-05-28T05:52:11.090Z] 4d370ec4e2ef: Layer already exists [2024-05-28T05:52:11.090Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:11.355Z] 3.2.0-dev.23: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:11.703Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:12.052Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:12.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-05-28T05:52:12.052Z] a17868991561: Preparing [2024-05-28T05:52:12.052Z] f4fa7809a1dc: Preparing [2024-05-28T05:52:12.052Z] 3b173d6d8bc5: Preparing [2024-05-28T05:52:12.052Z] f642651235dc: Preparing [2024-05-28T05:52:12.052Z] 1d8a8e098d50: Preparing [2024-05-28T05:52:12.052Z] 4b0de0826243: Preparing [2024-05-28T05:52:12.052Z] c133f527ebfb: Preparing [2024-05-28T05:52:12.052Z] 110cc3631f76: Preparing [2024-05-28T05:52:12.052Z] d2ea45d9f295: Preparing [2024-05-28T05:52:12.052Z] 02f19529b92b: Preparing [2024-05-28T05:52:12.052Z] c4849c59e4e2: Preparing [2024-05-28T05:52:12.052Z] 5f70bf18a086: Preparing [2024-05-28T05:52:12.052Z] 6ae1401c674d: Preparing [2024-05-28T05:52:12.052Z] f47a0b9fb879: Preparing [2024-05-28T05:52:12.052Z] 4d370ec4e2ef: Preparing [2024-05-28T05:52:12.052Z] 7c504f21be85: Preparing [2024-05-28T05:52:12.052Z] 02f19529b92b: Waiting [2024-05-28T05:52:12.052Z] c4849c59e4e2: Waiting [2024-05-28T05:52:12.052Z] 5f70bf18a086: Waiting [2024-05-28T05:52:12.052Z] 4d370ec4e2ef: Waiting [2024-05-28T05:52:12.052Z] 7c504f21be85: Waiting [2024-05-28T05:52:12.052Z] 6ae1401c674d: Waiting [2024-05-28T05:52:12.052Z] f47a0b9fb879: Waiting [2024-05-28T05:52:12.052Z] c133f527ebfb: Waiting [2024-05-28T05:52:12.052Z] 110cc3631f76: Waiting [2024-05-28T05:52:12.052Z] d2ea45d9f295: Waiting [2024-05-28T05:52:12.052Z] f4fa7809a1dc: Layer already exists [2024-05-28T05:52:12.052Z] 3b173d6d8bc5: Layer already exists [2024-05-28T05:52:12.052Z] f642651235dc: Layer already exists [2024-05-28T05:52:12.052Z] a17868991561: Layer already exists [2024-05-28T05:52:12.052Z] 1d8a8e098d50: Layer already exists [2024-05-28T05:52:12.052Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:12.052Z] 4b0de0826243: Layer already exists [2024-05-28T05:52:12.052Z] c133f527ebfb: Layer already exists [2024-05-28T05:52:12.052Z] 02f19529b92b: Layer already exists [2024-05-28T05:52:12.052Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:12.052Z] 5f70bf18a086: Layer already exists [2024-05-28T05:52:12.052Z] 4d370ec4e2ef: Layer already exists [2024-05-28T05:52:12.052Z] 6ae1401c674d: Layer already exists [2024-05-28T05:52:12.052Z] c4849c59e4e2: Layer already exists [2024-05-28T05:52:12.052Z] f47a0b9fb879: Layer already exists [2024-05-28T05:52:12.052Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:12.317Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:12.678Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:13.021Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-05-28T05:52:13.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-05-28T05:52:13.021Z] a17868991561: Preparing [2024-05-28T05:52:13.021Z] f4fa7809a1dc: Preparing [2024-05-28T05:52:13.021Z] 3b173d6d8bc5: Preparing [2024-05-28T05:52:13.021Z] f642651235dc: Preparing [2024-05-28T05:52:13.021Z] 1d8a8e098d50: Preparing [2024-05-28T05:52:13.021Z] 4b0de0826243: Preparing [2024-05-28T05:52:13.021Z] c133f527ebfb: Preparing [2024-05-28T05:52:13.021Z] 110cc3631f76: Preparing [2024-05-28T05:52:13.021Z] d2ea45d9f295: Preparing [2024-05-28T05:52:13.021Z] 02f19529b92b: Preparing [2024-05-28T05:52:13.021Z] c4849c59e4e2: Preparing [2024-05-28T05:52:13.021Z] 5f70bf18a086: Preparing [2024-05-28T05:52:13.021Z] 6ae1401c674d: Preparing [2024-05-28T05:52:13.021Z] f47a0b9fb879: Preparing [2024-05-28T05:52:13.021Z] 4d370ec4e2ef: Preparing [2024-05-28T05:52:13.021Z] 4b0de0826243: Waiting [2024-05-28T05:52:13.021Z] 7c504f21be85: Preparing [2024-05-28T05:52:13.021Z] c133f527ebfb: Waiting [2024-05-28T05:52:13.021Z] 02f19529b92b: Waiting [2024-05-28T05:52:13.021Z] 110cc3631f76: Waiting [2024-05-28T05:52:13.021Z] d2ea45d9f295: Waiting [2024-05-28T05:52:13.021Z] f47a0b9fb879: Waiting [2024-05-28T05:52:13.021Z] c4849c59e4e2: Waiting [2024-05-28T05:52:13.021Z] 4d370ec4e2ef: Waiting [2024-05-28T05:52:13.021Z] 7c504f21be85: Waiting [2024-05-28T05:52:13.021Z] 5f70bf18a086: Waiting [2024-05-28T05:52:13.021Z] 6ae1401c674d: Waiting [2024-05-28T05:52:13.021Z] a17868991561: Layer already exists [2024-05-28T05:52:13.021Z] 1d8a8e098d50: Layer already exists [2024-05-28T05:52:13.021Z] f642651235dc: Layer already exists [2024-05-28T05:52:13.021Z] 3b173d6d8bc5: Layer already exists [2024-05-28T05:52:13.021Z] f4fa7809a1dc: Layer already exists [2024-05-28T05:52:13.021Z] 4b0de0826243: Layer already exists [2024-05-28T05:52:13.021Z] 02f19529b92b: Layer already exists [2024-05-28T05:52:13.021Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:13.021Z] c133f527ebfb: Layer already exists [2024-05-28T05:52:13.021Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:13.021Z] 6ae1401c674d: Layer already exists [2024-05-28T05:52:13.021Z] c4849c59e4e2: Layer already exists [2024-05-28T05:52:13.021Z] 5f70bf18a086: Layer already exists [2024-05-28T05:52:13.021Z] f47a0b9fb879: Layer already exists [2024-05-28T05:52:13.021Z] 4d370ec4e2ef: Layer already exists [2024-05-28T05:52:13.021Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:13.287Z] main: digest: sha256:cc919b621d6bc963e36bbf2461f6c4a4250bcabcd68befccfead8c130fe0c0c7 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:52:13.378Z] ===================================================== [Pipeline] echo [2024-05-28T05:52:13.394Z] taggedImages: [2024-05-28T05:52:13.394Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:13.394Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-05-28T05:52:13.394Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.23 [2024-05-28T05:52:13.394Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:13.395Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-05-28T05:52:13.418Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-05-28T05:52:13.418Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:13.418Z] latest [2024-05-28T05:52:13.418Z] 3.2.0-dev.23 [2024-05-28T05:52:13.418Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:13.418Z] main [2024-05-28T05:52:13.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:13.777Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:14.113Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:14.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-05-28T05:52:14.113Z] f83b72698018: Preparing [2024-05-28T05:52:14.113Z] e7b8c565a846: Preparing [2024-05-28T05:52:14.113Z] 1c21b5609213: Preparing [2024-05-28T05:52:14.113Z] 3ad2e0082392: Preparing [2024-05-28T05:52:14.113Z] 110cc3631f76: Preparing [2024-05-28T05:52:14.113Z] d2ea45d9f295: Preparing [2024-05-28T05:52:14.113Z] fe24993947c7: Preparing [2024-05-28T05:52:14.113Z] 265c32dd9039: Preparing [2024-05-28T05:52:14.113Z] 7c504f21be85: Preparing [2024-05-28T05:52:14.113Z] d2ea45d9f295: Waiting [2024-05-28T05:52:14.113Z] fe24993947c7: Waiting [2024-05-28T05:52:14.113Z] 265c32dd9039: Waiting [2024-05-28T05:52:14.113Z] 7c504f21be85: Waiting [2024-05-28T05:52:14.113Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:14.381Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:14.381Z] fe24993947c7: Layer already exists [2024-05-28T05:52:14.381Z] 1c21b5609213: Pushed [2024-05-28T05:52:14.381Z] e7b8c565a846: Pushed [2024-05-28T05:52:14.381Z] 265c32dd9039: Layer already exists [2024-05-28T05:52:14.381Z] f83b72698018: Pushed [2024-05-28T05:52:14.381Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:19.709Z] 3ad2e0082392: Pushed [2024-05-28T05:52:19.709Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:20.062Z] + 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-05-28T05:52:20.414Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-05-28T05:52:20.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-05-28T05:52:20.414Z] f83b72698018: Preparing [2024-05-28T05:52:20.414Z] e7b8c565a846: Preparing [2024-05-28T05:52:20.414Z] 1c21b5609213: Preparing [2024-05-28T05:52:20.414Z] 3ad2e0082392: Preparing [2024-05-28T05:52:20.414Z] 110cc3631f76: Preparing [2024-05-28T05:52:20.414Z] d2ea45d9f295: Preparing [2024-05-28T05:52:20.414Z] fe24993947c7: Preparing [2024-05-28T05:52:20.414Z] 265c32dd9039: Preparing [2024-05-28T05:52:20.414Z] 7c504f21be85: Preparing [2024-05-28T05:52:20.414Z] d2ea45d9f295: Waiting [2024-05-28T05:52:20.414Z] fe24993947c7: Waiting [2024-05-28T05:52:20.414Z] 265c32dd9039: Waiting [2024-05-28T05:52:20.414Z] 7c504f21be85: Waiting [2024-05-28T05:52:20.414Z] 1c21b5609213: Layer already exists [2024-05-28T05:52:20.414Z] 3ad2e0082392: Layer already exists [2024-05-28T05:52:20.414Z] f83b72698018: Layer already exists [2024-05-28T05:52:20.414Z] e7b8c565a846: Layer already exists [2024-05-28T05:52:20.414Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:20.414Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:20.414Z] fe24993947c7: Layer already exists [2024-05-28T05:52:20.414Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:20.414Z] 265c32dd9039: Layer already exists [2024-05-28T05:52:20.679Z] latest: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:21.035Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:21.385Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.23 [2024-05-28T05:52:21.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-05-28T05:52:21.385Z] f83b72698018: Preparing [2024-05-28T05:52:21.385Z] e7b8c565a846: Preparing [2024-05-28T05:52:21.385Z] 1c21b5609213: Preparing [2024-05-28T05:52:21.385Z] 3ad2e0082392: Preparing [2024-05-28T05:52:21.385Z] 110cc3631f76: Preparing [2024-05-28T05:52:21.385Z] d2ea45d9f295: Preparing [2024-05-28T05:52:21.385Z] fe24993947c7: Preparing [2024-05-28T05:52:21.385Z] 265c32dd9039: Preparing [2024-05-28T05:52:21.385Z] 7c504f21be85: Preparing [2024-05-28T05:52:21.385Z] d2ea45d9f295: Waiting [2024-05-28T05:52:21.385Z] 7c504f21be85: Waiting [2024-05-28T05:52:21.385Z] fe24993947c7: Waiting [2024-05-28T05:52:21.385Z] 265c32dd9039: Waiting [2024-05-28T05:52:21.385Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:21.385Z] f83b72698018: Layer already exists [2024-05-28T05:52:21.385Z] 3ad2e0082392: Layer already exists [2024-05-28T05:52:21.385Z] 1c21b5609213: Layer already exists [2024-05-28T05:52:21.385Z] e7b8c565a846: Layer already exists [2024-05-28T05:52:21.385Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:21.385Z] fe24993947c7: Layer already exists [2024-05-28T05:52:21.385Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:21.385Z] 265c32dd9039: Layer already exists [2024-05-28T05:52:21.651Z] 3.2.0-dev.23: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:22.011Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:22.373Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:22.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-05-28T05:52:22.373Z] f83b72698018: Preparing [2024-05-28T05:52:22.373Z] e7b8c565a846: Preparing [2024-05-28T05:52:22.373Z] 1c21b5609213: Preparing [2024-05-28T05:52:22.373Z] 3ad2e0082392: Preparing [2024-05-28T05:52:22.373Z] 110cc3631f76: Preparing [2024-05-28T05:52:22.373Z] d2ea45d9f295: Preparing [2024-05-28T05:52:22.373Z] fe24993947c7: Preparing [2024-05-28T05:52:22.373Z] d2ea45d9f295: Waiting [2024-05-28T05:52:22.373Z] fe24993947c7: Waiting [2024-05-28T05:52:22.373Z] 265c32dd9039: Preparing [2024-05-28T05:52:22.373Z] 7c504f21be85: Preparing [2024-05-28T05:52:22.373Z] 265c32dd9039: Waiting [2024-05-28T05:52:22.373Z] 7c504f21be85: Waiting [2024-05-28T05:52:22.373Z] e7b8c565a846: Layer already exists [2024-05-28T05:52:22.373Z] f83b72698018: Layer already exists [2024-05-28T05:52:22.373Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:22.373Z] 1c21b5609213: Layer already exists [2024-05-28T05:52:22.373Z] 3ad2e0082392: Layer already exists [2024-05-28T05:52:22.373Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:22.373Z] 265c32dd9039: Layer already exists [2024-05-28T05:52:22.373Z] fe24993947c7: Layer already exists [2024-05-28T05:52:22.373Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:22.373Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:22.996Z] + 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-05-28T05:52:23.346Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-05-28T05:52:23.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-05-28T05:52:23.346Z] f83b72698018: Preparing [2024-05-28T05:52:23.346Z] e7b8c565a846: Preparing [2024-05-28T05:52:23.346Z] 1c21b5609213: Preparing [2024-05-28T05:52:23.346Z] 3ad2e0082392: Preparing [2024-05-28T05:52:23.346Z] 110cc3631f76: Preparing [2024-05-28T05:52:23.346Z] d2ea45d9f295: Preparing [2024-05-28T05:52:23.346Z] fe24993947c7: Preparing [2024-05-28T05:52:23.346Z] d2ea45d9f295: Waiting [2024-05-28T05:52:23.346Z] 265c32dd9039: Preparing [2024-05-28T05:52:23.346Z] 7c504f21be85: Preparing [2024-05-28T05:52:23.346Z] fe24993947c7: Waiting [2024-05-28T05:52:23.346Z] 7c504f21be85: Waiting [2024-05-28T05:52:23.346Z] 1c21b5609213: Layer already exists [2024-05-28T05:52:23.346Z] 3ad2e0082392: Layer already exists [2024-05-28T05:52:23.346Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:23.346Z] e7b8c565a846: Layer already exists [2024-05-28T05:52:23.346Z] f83b72698018: Layer already exists [2024-05-28T05:52:23.346Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:23.346Z] fe24993947c7: Layer already exists [2024-05-28T05:52:23.346Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:23.346Z] 265c32dd9039: Layer already exists [2024-05-28T05:52:23.611Z] main: digest: sha256:50150390c25f50532505c0792f0d23e330ffafdc8dea76241757262650821126 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:52:23.696Z] ===================================================== [Pipeline] echo [2024-05-28T05:52:23.710Z] taggedImages: [2024-05-28T05:52:23.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:23.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-05-28T05:52:23.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.23 [2024-05-28T05:52:23.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:23.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-05-28T05:52:23.736Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-05-28T05:52:23.736Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:23.736Z] latest [2024-05-28T05:52:23.736Z] 3.2.0-dev.23 [2024-05-28T05:52:23.736Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:23.736Z] main [2024-05-28T05:52:23.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:24.111Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:24.461Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:24.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-05-28T05:52:24.461Z] 3e5271ebf2ea: Preparing [2024-05-28T05:52:24.461Z] d7ab1d8f9b02: Preparing [2024-05-28T05:52:24.461Z] daf74fe3f462: Preparing [2024-05-28T05:52:24.461Z] 3a799a8dd242: Preparing [2024-05-28T05:52:24.461Z] 62fe4852b606: Preparing [2024-05-28T05:52:24.461Z] 110cc3631f76: Preparing [2024-05-28T05:52:24.461Z] d2ea45d9f295: Preparing [2024-05-28T05:52:24.461Z] 1e8cc3107b3f: Preparing [2024-05-28T05:52:24.461Z] 4927f6a7d248: Preparing [2024-05-28T05:52:24.461Z] 6134c3d2fe5b: Preparing [2024-05-28T05:52:24.461Z] 7c504f21be85: Preparing [2024-05-28T05:52:24.461Z] d2ea45d9f295: Waiting [2024-05-28T05:52:24.461Z] 1e8cc3107b3f: Waiting [2024-05-28T05:52:24.461Z] 7c504f21be85: Waiting [2024-05-28T05:52:24.461Z] 110cc3631f76: Waiting [2024-05-28T05:52:24.461Z] 6134c3d2fe5b: Waiting [2024-05-28T05:52:24.726Z] d7ab1d8f9b02: Pushed [2024-05-28T05:52:24.726Z] 3e5271ebf2ea: Pushed [2024-05-28T05:52:24.726Z] 3a799a8dd242: Pushed [2024-05-28T05:52:24.726Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:24.726Z] 62fe4852b606: Pushed [2024-05-28T05:52:24.726Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:24.726Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:24.991Z] 1e8cc3107b3f: Pushed [2024-05-28T05:52:25.255Z] 4927f6a7d248: Pushed [2024-05-28T05:52:26.661Z] daf74fe3f462: Pushed [2024-05-28T05:52:28.592Z] 6134c3d2fe5b: Pushed [2024-05-28T05:52:28.592Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:28.949Z] + 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-05-28T05:52:29.290Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-05-28T05:52:29.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-05-28T05:52:29.290Z] 3e5271ebf2ea: Preparing [2024-05-28T05:52:29.290Z] d7ab1d8f9b02: Preparing [2024-05-28T05:52:29.290Z] daf74fe3f462: Preparing [2024-05-28T05:52:29.290Z] 3a799a8dd242: Preparing [2024-05-28T05:52:29.290Z] 62fe4852b606: Preparing [2024-05-28T05:52:29.290Z] 110cc3631f76: Preparing [2024-05-28T05:52:29.290Z] d2ea45d9f295: Preparing [2024-05-28T05:52:29.290Z] 1e8cc3107b3f: Preparing [2024-05-28T05:52:29.290Z] 4927f6a7d248: Preparing [2024-05-28T05:52:29.290Z] 6134c3d2fe5b: Preparing [2024-05-28T05:52:29.290Z] 7c504f21be85: Preparing [2024-05-28T05:52:29.290Z] 1e8cc3107b3f: Waiting [2024-05-28T05:52:29.290Z] 4927f6a7d248: Waiting [2024-05-28T05:52:29.290Z] 6134c3d2fe5b: Waiting [2024-05-28T05:52:29.290Z] 7c504f21be85: Waiting [2024-05-28T05:52:29.290Z] 110cc3631f76: Waiting [2024-05-28T05:52:29.290Z] d2ea45d9f295: Waiting [2024-05-28T05:52:29.290Z] daf74fe3f462: Layer already exists [2024-05-28T05:52:29.290Z] d7ab1d8f9b02: Layer already exists [2024-05-28T05:52:29.290Z] 3e5271ebf2ea: Layer already exists [2024-05-28T05:52:29.290Z] 3a799a8dd242: Layer already exists [2024-05-28T05:52:29.290Z] 62fe4852b606: Layer already exists [2024-05-28T05:52:29.290Z] 1e8cc3107b3f: Layer already exists [2024-05-28T05:52:29.290Z] 4927f6a7d248: Layer already exists [2024-05-28T05:52:29.290Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:29.290Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:29.290Z] 6134c3d2fe5b: Layer already exists [2024-05-28T05:52:29.290Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:29.554Z] latest: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:29.903Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:30.247Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.23 [2024-05-28T05:52:30.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-05-28T05:52:30.247Z] 3e5271ebf2ea: Preparing [2024-05-28T05:52:30.247Z] d7ab1d8f9b02: Preparing [2024-05-28T05:52:30.247Z] daf74fe3f462: Preparing [2024-05-28T05:52:30.247Z] 3a799a8dd242: Preparing [2024-05-28T05:52:30.247Z] 62fe4852b606: Preparing [2024-05-28T05:52:30.247Z] 110cc3631f76: Preparing [2024-05-28T05:52:30.247Z] d2ea45d9f295: Preparing [2024-05-28T05:52:30.247Z] 110cc3631f76: Waiting [2024-05-28T05:52:30.247Z] 1e8cc3107b3f: Preparing [2024-05-28T05:52:30.247Z] d2ea45d9f295: Waiting [2024-05-28T05:52:30.247Z] 1e8cc3107b3f: Waiting [2024-05-28T05:52:30.247Z] 4927f6a7d248: Preparing [2024-05-28T05:52:30.247Z] 4927f6a7d248: Waiting [2024-05-28T05:52:30.247Z] 6134c3d2fe5b: Preparing [2024-05-28T05:52:30.247Z] 7c504f21be85: Preparing [2024-05-28T05:52:30.247Z] 6134c3d2fe5b: Waiting [2024-05-28T05:52:30.247Z] daf74fe3f462: Layer already exists [2024-05-28T05:52:30.247Z] d7ab1d8f9b02: Layer already exists [2024-05-28T05:52:30.247Z] 62fe4852b606: Layer already exists [2024-05-28T05:52:30.247Z] 3a799a8dd242: Layer already exists [2024-05-28T05:52:30.247Z] 3e5271ebf2ea: Layer already exists [2024-05-28T05:52:30.247Z] 1e8cc3107b3f: Layer already exists [2024-05-28T05:52:30.247Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:30.247Z] 6134c3d2fe5b: Layer already exists [2024-05-28T05:52:30.247Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:30.247Z] 4927f6a7d248: Layer already exists [2024-05-28T05:52:30.247Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:30.511Z] 3.2.0-dev.23: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:30.868Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:31.227Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:31.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-05-28T05:52:31.227Z] 3e5271ebf2ea: Preparing [2024-05-28T05:52:31.227Z] d7ab1d8f9b02: Preparing [2024-05-28T05:52:31.227Z] daf74fe3f462: Preparing [2024-05-28T05:52:31.227Z] 3a799a8dd242: Preparing [2024-05-28T05:52:31.227Z] 62fe4852b606: Preparing [2024-05-28T05:52:31.227Z] 110cc3631f76: Preparing [2024-05-28T05:52:31.227Z] d2ea45d9f295: Preparing [2024-05-28T05:52:31.227Z] 1e8cc3107b3f: Preparing [2024-05-28T05:52:31.227Z] 4927f6a7d248: Preparing [2024-05-28T05:52:31.227Z] 6134c3d2fe5b: Preparing [2024-05-28T05:52:31.227Z] 7c504f21be85: Preparing [2024-05-28T05:52:31.227Z] 110cc3631f76: Waiting [2024-05-28T05:52:31.227Z] d2ea45d9f295: Waiting [2024-05-28T05:52:31.227Z] 4927f6a7d248: Waiting [2024-05-28T05:52:31.227Z] 1e8cc3107b3f: Waiting [2024-05-28T05:52:31.227Z] 6134c3d2fe5b: Waiting [2024-05-28T05:52:31.227Z] 7c504f21be85: Waiting [2024-05-28T05:52:31.227Z] d7ab1d8f9b02: Layer already exists [2024-05-28T05:52:31.227Z] daf74fe3f462: Layer already exists [2024-05-28T05:52:31.227Z] 3e5271ebf2ea: Layer already exists [2024-05-28T05:52:31.227Z] 62fe4852b606: Layer already exists [2024-05-28T05:52:31.227Z] 3a799a8dd242: Layer already exists [2024-05-28T05:52:31.227Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:31.227Z] 1e8cc3107b3f: Layer already exists [2024-05-28T05:52:31.227Z] 4927f6a7d248: Layer already exists [2024-05-28T05:52:31.227Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:31.227Z] 6134c3d2fe5b: Layer already exists [2024-05-28T05:52:31.227Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:31.491Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:31.837Z] + 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-05-28T05:52:32.181Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-05-28T05:52:32.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-05-28T05:52:32.182Z] 3e5271ebf2ea: Preparing [2024-05-28T05:52:32.182Z] d7ab1d8f9b02: Preparing [2024-05-28T05:52:32.182Z] daf74fe3f462: Preparing [2024-05-28T05:52:32.182Z] 3a799a8dd242: Preparing [2024-05-28T05:52:32.182Z] 62fe4852b606: Preparing [2024-05-28T05:52:32.182Z] 110cc3631f76: Preparing [2024-05-28T05:52:32.182Z] d2ea45d9f295: Preparing [2024-05-28T05:52:32.182Z] 1e8cc3107b3f: Preparing [2024-05-28T05:52:32.182Z] 4927f6a7d248: Preparing [2024-05-28T05:52:32.182Z] 6134c3d2fe5b: Preparing [2024-05-28T05:52:32.182Z] 7c504f21be85: Preparing [2024-05-28T05:52:32.182Z] 1e8cc3107b3f: Waiting [2024-05-28T05:52:32.182Z] 4927f6a7d248: Waiting [2024-05-28T05:52:32.182Z] 6134c3d2fe5b: Waiting [2024-05-28T05:52:32.182Z] 7c504f21be85: Waiting [2024-05-28T05:52:32.182Z] 110cc3631f76: Waiting [2024-05-28T05:52:32.182Z] d2ea45d9f295: Waiting [2024-05-28T05:52:32.182Z] d7ab1d8f9b02: Layer already exists [2024-05-28T05:52:32.182Z] 3e5271ebf2ea: Layer already exists [2024-05-28T05:52:32.182Z] 62fe4852b606: Layer already exists [2024-05-28T05:52:32.182Z] 3a799a8dd242: Layer already exists [2024-05-28T05:52:32.182Z] daf74fe3f462: Layer already exists [2024-05-28T05:52:32.182Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:32.182Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:32.182Z] 4927f6a7d248: Layer already exists [2024-05-28T05:52:32.182Z] 6134c3d2fe5b: Layer already exists [2024-05-28T05:52:32.182Z] 1e8cc3107b3f: Layer already exists [2024-05-28T05:52:32.182Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:32.446Z] main: digest: sha256:c8b67fd07e41448bb65819029cf37afa6d84925692be53063c8958ec01ed80b7 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:52:32.520Z] ===================================================== [Pipeline] echo [2024-05-28T05:52:32.532Z] taggedImages: [2024-05-28T05:52:32.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:32.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-05-28T05:52:32.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.23 [2024-05-28T05:52:32.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:32.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-05-28T05:52:32.560Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-05-28T05:52:32.560Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:32.560Z] latest [2024-05-28T05:52:32.560Z] 3.2.0-dev.23 [2024-05-28T05:52:32.560Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:32.560Z] main [2024-05-28T05:52:32.560Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:32.924Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:33.273Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:33.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-05-28T05:52:33.273Z] f971a7a0708b: Preparing [2024-05-28T05:52:33.273Z] 1e47957c5bc3: Preparing [2024-05-28T05:52:33.273Z] a7a303d38e26: Preparing [2024-05-28T05:52:33.273Z] de3eb4cb0e5f: Preparing [2024-05-28T05:52:33.273Z] af3e64b05328: Preparing [2024-05-28T05:52:33.273Z] ad829774f402: Preparing [2024-05-28T05:52:33.273Z] 387132563929: Preparing [2024-05-28T05:52:33.273Z] 110cc3631f76: Preparing [2024-05-28T05:52:33.273Z] d2ea45d9f295: Preparing [2024-05-28T05:52:33.273Z] 16004d63cd62: Preparing [2024-05-28T05:52:33.273Z] d672bdaf86d7: Preparing [2024-05-28T05:52:33.273Z] 7c504f21be85: Preparing [2024-05-28T05:52:33.273Z] 16004d63cd62: Waiting [2024-05-28T05:52:33.273Z] d672bdaf86d7: Waiting [2024-05-28T05:52:33.273Z] 110cc3631f76: Waiting [2024-05-28T05:52:33.273Z] 7c504f21be85: Waiting [2024-05-28T05:52:33.273Z] d2ea45d9f295: Waiting [2024-05-28T05:52:33.273Z] 387132563929: Waiting [2024-05-28T05:52:33.538Z] 1e47957c5bc3: Pushed [2024-05-28T05:52:33.538Z] af3e64b05328: Pushed [2024-05-28T05:52:33.538Z] f971a7a0708b: Pushed [2024-05-28T05:52:33.538Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:33.538Z] ad829774f402: Pushed [2024-05-28T05:52:33.538Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:33.803Z] 387132563929: Pushed [2024-05-28T05:52:34.067Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:35.461Z] 16004d63cd62: Pushed [2024-05-28T05:52:35.461Z] de3eb4cb0e5f: Pushed [2024-05-28T05:52:36.042Z] a7a303d38e26: Pushed [2024-05-28T05:52:36.305Z] d672bdaf86d7: Pushed [2024-05-28T05:52:36.305Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:36.643Z] + 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-05-28T05:52:36.988Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-05-28T05:52:36.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-05-28T05:52:36.988Z] f971a7a0708b: Preparing [2024-05-28T05:52:36.988Z] 1e47957c5bc3: Preparing [2024-05-28T05:52:36.988Z] a7a303d38e26: Preparing [2024-05-28T05:52:36.988Z] de3eb4cb0e5f: Preparing [2024-05-28T05:52:36.988Z] af3e64b05328: Preparing [2024-05-28T05:52:36.988Z] ad829774f402: Preparing [2024-05-28T05:52:36.988Z] 387132563929: Preparing [2024-05-28T05:52:36.988Z] 110cc3631f76: Preparing [2024-05-28T05:52:36.988Z] d2ea45d9f295: Preparing [2024-05-28T05:52:36.988Z] 16004d63cd62: Preparing [2024-05-28T05:52:36.988Z] d672bdaf86d7: Preparing [2024-05-28T05:52:36.989Z] 7c504f21be85: Preparing [2024-05-28T05:52:36.989Z] ad829774f402: Waiting [2024-05-28T05:52:36.989Z] 387132563929: Waiting [2024-05-28T05:52:36.989Z] 110cc3631f76: Waiting [2024-05-28T05:52:36.989Z] d2ea45d9f295: Waiting [2024-05-28T05:52:36.989Z] 16004d63cd62: Waiting [2024-05-28T05:52:36.989Z] d672bdaf86d7: Waiting [2024-05-28T05:52:36.989Z] 7c504f21be85: Waiting [2024-05-28T05:52:36.989Z] f971a7a0708b: Layer already exists [2024-05-28T05:52:36.989Z] 1e47957c5bc3: Layer already exists [2024-05-28T05:52:36.989Z] a7a303d38e26: Layer already exists [2024-05-28T05:52:36.989Z] af3e64b05328: Layer already exists [2024-05-28T05:52:36.989Z] de3eb4cb0e5f: Layer already exists [2024-05-28T05:52:36.989Z] ad829774f402: Layer already exists [2024-05-28T05:52:36.989Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:36.989Z] 387132563929: Layer already exists [2024-05-28T05:52:36.989Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:36.989Z] 16004d63cd62: Layer already exists [2024-05-28T05:52:36.989Z] d672bdaf86d7: Layer already exists [2024-05-28T05:52:36.989Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:37.252Z] latest: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:37.593Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:37.935Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.23 [2024-05-28T05:52:37.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-05-28T05:52:37.935Z] f971a7a0708b: Preparing [2024-05-28T05:52:37.935Z] 1e47957c5bc3: Preparing [2024-05-28T05:52:37.935Z] a7a303d38e26: Preparing [2024-05-28T05:52:37.935Z] de3eb4cb0e5f: Preparing [2024-05-28T05:52:37.935Z] af3e64b05328: Preparing [2024-05-28T05:52:37.935Z] ad829774f402: Preparing [2024-05-28T05:52:37.935Z] 387132563929: Preparing [2024-05-28T05:52:37.935Z] 110cc3631f76: Preparing [2024-05-28T05:52:37.935Z] d2ea45d9f295: Preparing [2024-05-28T05:52:37.935Z] 16004d63cd62: Preparing [2024-05-28T05:52:37.935Z] d672bdaf86d7: Preparing [2024-05-28T05:52:37.935Z] 7c504f21be85: Preparing [2024-05-28T05:52:37.935Z] d2ea45d9f295: Waiting [2024-05-28T05:52:37.935Z] 16004d63cd62: Waiting [2024-05-28T05:52:37.935Z] d672bdaf86d7: Waiting [2024-05-28T05:52:37.935Z] 7c504f21be85: Waiting [2024-05-28T05:52:37.935Z] ad829774f402: Waiting [2024-05-28T05:52:37.935Z] 387132563929: Waiting [2024-05-28T05:52:37.935Z] 110cc3631f76: Waiting [2024-05-28T05:52:37.935Z] af3e64b05328: Layer already exists [2024-05-28T05:52:37.935Z] a7a303d38e26: Layer already exists [2024-05-28T05:52:37.935Z] f971a7a0708b: Layer already exists [2024-05-28T05:52:37.935Z] de3eb4cb0e5f: Layer already exists [2024-05-28T05:52:37.935Z] 1e47957c5bc3: Layer already exists [2024-05-28T05:52:37.935Z] ad829774f402: Layer already exists [2024-05-28T05:52:37.935Z] 387132563929: Layer already exists [2024-05-28T05:52:37.935Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:37.935Z] 16004d63cd62: Layer already exists [2024-05-28T05:52:37.935Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:37.935Z] d672bdaf86d7: Layer already exists [2024-05-28T05:52:37.935Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:38.199Z] 3.2.0-dev.23: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:38.542Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:38.890Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:38.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-05-28T05:52:38.890Z] f971a7a0708b: Preparing [2024-05-28T05:52:38.890Z] 1e47957c5bc3: Preparing [2024-05-28T05:52:38.890Z] a7a303d38e26: Preparing [2024-05-28T05:52:38.890Z] de3eb4cb0e5f: Preparing [2024-05-28T05:52:38.890Z] af3e64b05328: Preparing [2024-05-28T05:52:38.890Z] ad829774f402: Preparing [2024-05-28T05:52:38.890Z] 387132563929: Preparing [2024-05-28T05:52:38.890Z] 110cc3631f76: Preparing [2024-05-28T05:52:38.890Z] d2ea45d9f295: Preparing [2024-05-28T05:52:38.890Z] 16004d63cd62: Preparing [2024-05-28T05:52:38.890Z] d672bdaf86d7: Preparing [2024-05-28T05:52:38.890Z] 7c504f21be85: Preparing [2024-05-28T05:52:38.890Z] ad829774f402: Waiting [2024-05-28T05:52:38.890Z] 16004d63cd62: Waiting [2024-05-28T05:52:38.890Z] 387132563929: Waiting [2024-05-28T05:52:38.890Z] 110cc3631f76: Waiting [2024-05-28T05:52:38.890Z] d2ea45d9f295: Waiting [2024-05-28T05:52:38.890Z] d672bdaf86d7: Waiting [2024-05-28T05:52:38.890Z] 7c504f21be85: Waiting [2024-05-28T05:52:38.890Z] de3eb4cb0e5f: Layer already exists [2024-05-28T05:52:38.890Z] 1e47957c5bc3: Layer already exists [2024-05-28T05:52:38.890Z] f971a7a0708b: Layer already exists [2024-05-28T05:52:38.890Z] a7a303d38e26: Layer already exists [2024-05-28T05:52:38.890Z] af3e64b05328: Layer already exists [2024-05-28T05:52:38.890Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:38.890Z] ad829774f402: Layer already exists [2024-05-28T05:52:38.890Z] 16004d63cd62: Layer already exists [2024-05-28T05:52:38.890Z] 387132563929: Layer already exists [2024-05-28T05:52:38.890Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:38.890Z] d672bdaf86d7: Layer already exists [2024-05-28T05:52:38.890Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:39.154Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:39.504Z] + 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-05-28T05:52:39.855Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-05-28T05:52:39.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-05-28T05:52:39.855Z] f971a7a0708b: Preparing [2024-05-28T05:52:39.855Z] 1e47957c5bc3: Preparing [2024-05-28T05:52:39.855Z] a7a303d38e26: Preparing [2024-05-28T05:52:39.855Z] de3eb4cb0e5f: Preparing [2024-05-28T05:52:39.855Z] af3e64b05328: Preparing [2024-05-28T05:52:39.855Z] ad829774f402: Preparing [2024-05-28T05:52:39.855Z] 387132563929: Preparing [2024-05-28T05:52:39.855Z] 110cc3631f76: Preparing [2024-05-28T05:52:39.855Z] d2ea45d9f295: Preparing [2024-05-28T05:52:39.855Z] 16004d63cd62: Preparing [2024-05-28T05:52:39.855Z] d672bdaf86d7: Preparing [2024-05-28T05:52:39.855Z] 7c504f21be85: Preparing [2024-05-28T05:52:39.855Z] ad829774f402: Waiting [2024-05-28T05:52:39.855Z] 387132563929: Waiting [2024-05-28T05:52:39.855Z] 16004d63cd62: Waiting [2024-05-28T05:52:39.855Z] 110cc3631f76: Waiting [2024-05-28T05:52:39.855Z] d672bdaf86d7: Waiting [2024-05-28T05:52:39.855Z] d2ea45d9f295: Waiting [2024-05-28T05:52:39.855Z] 7c504f21be85: Waiting [2024-05-28T05:52:39.855Z] a7a303d38e26: Layer already exists [2024-05-28T05:52:39.855Z] af3e64b05328: Layer already exists [2024-05-28T05:52:39.855Z] de3eb4cb0e5f: Layer already exists [2024-05-28T05:52:39.855Z] f971a7a0708b: Layer already exists [2024-05-28T05:52:39.855Z] 1e47957c5bc3: Layer already exists [2024-05-28T05:52:39.855Z] 387132563929: Layer already exists [2024-05-28T05:52:39.855Z] ad829774f402: Layer already exists [2024-05-28T05:52:39.855Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:39.855Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:39.855Z] 16004d63cd62: Layer already exists [2024-05-28T05:52:39.855Z] d672bdaf86d7: Layer already exists [2024-05-28T05:52:39.855Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:40.119Z] main: digest: sha256:16c4447a39f06253e32753d0005901dcf2ad585cca83d1470eef9c0f9f42e6e1 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:52:40.197Z] ===================================================== [Pipeline] echo [2024-05-28T05:52:40.208Z] taggedImages: [2024-05-28T05:52:40.208Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:40.208Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-05-28T05:52:40.208Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.23 [2024-05-28T05:52:40.208Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:40.208Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-05-28T05:52:40.232Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-05-28T05:52:40.232Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:40.232Z] latest [2024-05-28T05:52:40.232Z] 3.2.0-dev.23 [2024-05-28T05:52:40.232Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:40.232Z] main [2024-05-28T05:52:40.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:40.600Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:40.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:40.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-05-28T05:52:40.942Z] df07a5ffc9aa: Preparing [2024-05-28T05:52:40.942Z] 25b58946f70c: Preparing [2024-05-28T05:52:40.942Z] 110cc3631f76: Preparing [2024-05-28T05:52:40.942Z] d2ea45d9f295: Preparing [2024-05-28T05:52:40.942Z] 4f54ae4858d2: Preparing [2024-05-28T05:52:40.942Z] 9d2bbf11afce: Preparing [2024-05-28T05:52:40.942Z] 7c504f21be85: Preparing [2024-05-28T05:52:40.942Z] 9d2bbf11afce: Waiting [2024-05-28T05:52:40.942Z] 7c504f21be85: Waiting [2024-05-28T05:52:40.942Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:41.206Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:41.206Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:41.206Z] df07a5ffc9aa: Pushed [2024-05-28T05:52:42.605Z] 4f54ae4858d2: Pushed [2024-05-28T05:52:42.605Z] 9d2bbf11afce: Pushed [2024-05-28T05:52:45.167Z] 25b58946f70c: Pushed [2024-05-28T05:52:45.167Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:45.513Z] + 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-05-28T05:52:45.852Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-05-28T05:52:45.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-05-28T05:52:45.852Z] df07a5ffc9aa: Preparing [2024-05-28T05:52:45.852Z] 25b58946f70c: Preparing [2024-05-28T05:52:45.852Z] 110cc3631f76: Preparing [2024-05-28T05:52:45.852Z] d2ea45d9f295: Preparing [2024-05-28T05:52:45.852Z] 4f54ae4858d2: Preparing [2024-05-28T05:52:45.852Z] 9d2bbf11afce: Preparing [2024-05-28T05:52:45.852Z] 7c504f21be85: Preparing [2024-05-28T05:52:45.852Z] 7c504f21be85: Waiting [2024-05-28T05:52:45.852Z] 9d2bbf11afce: Waiting [2024-05-28T05:52:45.852Z] df07a5ffc9aa: Layer already exists [2024-05-28T05:52:45.852Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:45.852Z] 4f54ae4858d2: Layer already exists [2024-05-28T05:52:45.852Z] 25b58946f70c: Layer already exists [2024-05-28T05:52:45.852Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:45.852Z] 9d2bbf11afce: Layer already exists [2024-05-28T05:52:45.852Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:46.115Z] latest: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:46.458Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:46.804Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.23 [2024-05-28T05:52:46.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-05-28T05:52:46.804Z] df07a5ffc9aa: Preparing [2024-05-28T05:52:46.804Z] 25b58946f70c: Preparing [2024-05-28T05:52:46.804Z] 110cc3631f76: Preparing [2024-05-28T05:52:46.804Z] d2ea45d9f295: Preparing [2024-05-28T05:52:46.804Z] 4f54ae4858d2: Preparing [2024-05-28T05:52:46.804Z] 9d2bbf11afce: Preparing [2024-05-28T05:52:46.804Z] 7c504f21be85: Preparing [2024-05-28T05:52:46.804Z] 9d2bbf11afce: Waiting [2024-05-28T05:52:46.804Z] 7c504f21be85: Waiting [2024-05-28T05:52:46.804Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:46.804Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:46.804Z] 25b58946f70c: Layer already exists [2024-05-28T05:52:46.804Z] 4f54ae4858d2: Layer already exists [2024-05-28T05:52:46.804Z] df07a5ffc9aa: Layer already exists [2024-05-28T05:52:46.804Z] 9d2bbf11afce: Layer already exists [2024-05-28T05:52:46.804Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:46.804Z] 3.2.0-dev.23: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:47.476Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:47.839Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:47.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-05-28T05:52:47.839Z] df07a5ffc9aa: Preparing [2024-05-28T05:52:47.839Z] 25b58946f70c: Preparing [2024-05-28T05:52:47.839Z] 110cc3631f76: Preparing [2024-05-28T05:52:47.839Z] d2ea45d9f295: Preparing [2024-05-28T05:52:47.839Z] 4f54ae4858d2: Preparing [2024-05-28T05:52:47.839Z] 9d2bbf11afce: Preparing [2024-05-28T05:52:47.839Z] 7c504f21be85: Preparing [2024-05-28T05:52:47.839Z] 9d2bbf11afce: Waiting [2024-05-28T05:52:47.839Z] 7c504f21be85: Waiting [2024-05-28T05:52:47.839Z] 25b58946f70c: Layer already exists [2024-05-28T05:52:47.839Z] df07a5ffc9aa: Layer already exists [2024-05-28T05:52:47.839Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:47.839Z] 4f54ae4858d2: Layer already exists [2024-05-28T05:52:47.839Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:47.839Z] 9d2bbf11afce: Layer already exists [2024-05-28T05:52:47.839Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:47.839Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:48.465Z] + 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-05-28T05:52:48.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-05-28T05:52:48.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-05-28T05:52:48.853Z] df07a5ffc9aa: Preparing [2024-05-28T05:52:48.853Z] 25b58946f70c: Preparing [2024-05-28T05:52:48.853Z] 110cc3631f76: Preparing [2024-05-28T05:52:48.853Z] d2ea45d9f295: Preparing [2024-05-28T05:52:48.853Z] 4f54ae4858d2: Preparing [2024-05-28T05:52:48.853Z] 9d2bbf11afce: Preparing [2024-05-28T05:52:48.853Z] 7c504f21be85: Preparing [2024-05-28T05:52:48.853Z] 9d2bbf11afce: Waiting [2024-05-28T05:52:48.853Z] 7c504f21be85: Waiting [2024-05-28T05:52:48.853Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:48.853Z] df07a5ffc9aa: Layer already exists [2024-05-28T05:52:48.853Z] 25b58946f70c: Layer already exists [2024-05-28T05:52:48.853Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:48.853Z] 4f54ae4858d2: Layer already exists [2024-05-28T05:52:48.853Z] 9d2bbf11afce: Layer already exists [2024-05-28T05:52:48.853Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:49.123Z] main: digest: sha256:862c7a6246130be3380413815e3f11c2f0328a587bc80f58896731334665b486 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:52:49.199Z] ===================================================== [Pipeline] echo [2024-05-28T05:52:49.216Z] taggedImages: [2024-05-28T05:52:49.216Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:49.216Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-05-28T05:52:49.216Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.23 [2024-05-28T05:52:49.216Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:49.216Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-05-28T05:52:49.247Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-05-28T05:52:49.247Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:49.247Z] latest [2024-05-28T05:52:49.247Z] 3.2.0-dev.23 [2024-05-28T05:52:49.247Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:52:49.247Z] main [2024-05-28T05:52:49.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:49.612Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:52:49.962Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:52:49.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-05-28T05:52:49.962Z] 291506d53dac: Preparing [2024-05-28T05:52:49.962Z] 8e52d169d450: Preparing [2024-05-28T05:52:49.962Z] 6da6c6caa054: Preparing [2024-05-28T05:52:49.962Z] 110cc3631f76: Preparing [2024-05-28T05:52:49.962Z] d2ea45d9f295: Preparing [2024-05-28T05:52:49.962Z] fba2635181ec: Preparing [2024-05-28T05:52:49.962Z] 16ebd4dd0fc7: Preparing [2024-05-28T05:52:49.962Z] 5b74c8cd712b: Preparing [2024-05-28T05:52:49.962Z] 3be9ee9f7c33: Preparing [2024-05-28T05:52:49.962Z] 7c504f21be85: Preparing [2024-05-28T05:52:49.962Z] 5b74c8cd712b: Waiting [2024-05-28T05:52:49.962Z] 3be9ee9f7c33: Waiting [2024-05-28T05:52:49.962Z] 7c504f21be85: Waiting [2024-05-28T05:52:49.962Z] fba2635181ec: Waiting [2024-05-28T05:52:49.962Z] 16ebd4dd0fc7: Waiting [2024-05-28T05:52:49.962Z] 110cc3631f76: Layer already exists [2024-05-28T05:52:49.962Z] d2ea45d9f295: Layer already exists [2024-05-28T05:52:50.228Z] 6da6c6caa054: Pushed [2024-05-28T05:52:50.228Z] 8e52d169d450: Pushed [2024-05-28T05:52:50.228Z] 291506d53dac: Pushed [2024-05-28T05:52:50.228Z] 7c504f21be85: Layer already exists [2024-05-28T05:52:50.803Z] 5b74c8cd712b: Pushed [2024-05-28T05:52:52.202Z] 3be9ee9f7c33: Pushed [2024-05-28T05:53:04.477Z] 16ebd4dd0fc7: Pushed [2024-05-28T05:53:07.797Z] fba2635181ec: Pushed [2024-05-28T05:53:07.797Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:08.148Z] + 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-05-28T05:53:08.490Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-05-28T05:53:08.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-05-28T05:53:08.491Z] 291506d53dac: Preparing [2024-05-28T05:53:08.491Z] 8e52d169d450: Preparing [2024-05-28T05:53:08.491Z] 6da6c6caa054: Preparing [2024-05-28T05:53:08.491Z] 110cc3631f76: Preparing [2024-05-28T05:53:08.491Z] d2ea45d9f295: Preparing [2024-05-28T05:53:08.491Z] fba2635181ec: Preparing [2024-05-28T05:53:08.491Z] 16ebd4dd0fc7: Preparing [2024-05-28T05:53:08.491Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:08.491Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:08.491Z] 7c504f21be85: Preparing [2024-05-28T05:53:08.491Z] fba2635181ec: Waiting [2024-05-28T05:53:08.491Z] 16ebd4dd0fc7: Waiting [2024-05-28T05:53:08.491Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:08.491Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:08.491Z] 7c504f21be85: Waiting [2024-05-28T05:53:08.491Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:08.491Z] 291506d53dac: Layer already exists [2024-05-28T05:53:08.491Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:08.491Z] 6da6c6caa054: Layer already exists [2024-05-28T05:53:08.491Z] 8e52d169d450: Layer already exists [2024-05-28T05:53:08.491Z] 16ebd4dd0fc7: Layer already exists [2024-05-28T05:53:08.491Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:08.491Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:08.491Z] fba2635181ec: Layer already exists [2024-05-28T05:53:08.491Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:08.755Z] latest: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:09.103Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:09.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.23 [2024-05-28T05:53:09.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-05-28T05:53:09.444Z] 291506d53dac: Preparing [2024-05-28T05:53:09.444Z] 8e52d169d450: Preparing [2024-05-28T05:53:09.444Z] 6da6c6caa054: Preparing [2024-05-28T05:53:09.444Z] 110cc3631f76: Preparing [2024-05-28T05:53:09.444Z] d2ea45d9f295: Preparing [2024-05-28T05:53:09.444Z] fba2635181ec: Preparing [2024-05-28T05:53:09.444Z] 16ebd4dd0fc7: Preparing [2024-05-28T05:53:09.444Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:09.444Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:09.444Z] 7c504f21be85: Preparing [2024-05-28T05:53:09.444Z] fba2635181ec: Waiting [2024-05-28T05:53:09.444Z] 16ebd4dd0fc7: Waiting [2024-05-28T05:53:09.444Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:09.444Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:09.444Z] 7c504f21be85: Waiting [2024-05-28T05:53:09.444Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:09.444Z] 8e52d169d450: Layer already exists [2024-05-28T05:53:09.444Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:09.444Z] 6da6c6caa054: Layer already exists [2024-05-28T05:53:09.444Z] 291506d53dac: Layer already exists [2024-05-28T05:53:09.444Z] fba2635181ec: Layer already exists [2024-05-28T05:53:09.444Z] 16ebd4dd0fc7: Layer already exists [2024-05-28T05:53:09.444Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:09.444Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:09.444Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:09.444Z] 3.2.0-dev.23: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:10.060Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:10.402Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:10.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-05-28T05:53:10.402Z] 291506d53dac: Preparing [2024-05-28T05:53:10.402Z] 8e52d169d450: Preparing [2024-05-28T05:53:10.402Z] 6da6c6caa054: Preparing [2024-05-28T05:53:10.402Z] 110cc3631f76: Preparing [2024-05-28T05:53:10.402Z] d2ea45d9f295: Preparing [2024-05-28T05:53:10.402Z] fba2635181ec: Preparing [2024-05-28T05:53:10.402Z] 16ebd4dd0fc7: Preparing [2024-05-28T05:53:10.402Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:10.402Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:10.402Z] 7c504f21be85: Preparing [2024-05-28T05:53:10.402Z] 16ebd4dd0fc7: Waiting [2024-05-28T05:53:10.402Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:10.402Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:10.402Z] 7c504f21be85: Waiting [2024-05-28T05:53:10.402Z] fba2635181ec: Waiting [2024-05-28T05:53:10.402Z] 8e52d169d450: Layer already exists [2024-05-28T05:53:10.402Z] 291506d53dac: Layer already exists [2024-05-28T05:53:10.402Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:10.402Z] 6da6c6caa054: Layer already exists [2024-05-28T05:53:10.402Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:10.402Z] 16ebd4dd0fc7: Layer already exists [2024-05-28T05:53:10.402Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:10.403Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:10.403Z] fba2635181ec: Layer already exists [2024-05-28T05:53:10.403Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:10.665Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:11.010Z] + 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-05-28T05:53:11.344Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-05-28T05:53:11.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-05-28T05:53:11.344Z] 291506d53dac: Preparing [2024-05-28T05:53:11.344Z] 8e52d169d450: Preparing [2024-05-28T05:53:11.344Z] 6da6c6caa054: Preparing [2024-05-28T05:53:11.344Z] 110cc3631f76: Preparing [2024-05-28T05:53:11.344Z] d2ea45d9f295: Preparing [2024-05-28T05:53:11.344Z] fba2635181ec: Preparing [2024-05-28T05:53:11.344Z] 16ebd4dd0fc7: Preparing [2024-05-28T05:53:11.344Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:11.344Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:11.344Z] 7c504f21be85: Preparing [2024-05-28T05:53:11.344Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:11.344Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:11.344Z] 7c504f21be85: Waiting [2024-05-28T05:53:11.344Z] fba2635181ec: Waiting [2024-05-28T05:53:11.344Z] 16ebd4dd0fc7: Waiting [2024-05-28T05:53:11.344Z] 6da6c6caa054: Layer already exists [2024-05-28T05:53:11.344Z] 8e52d169d450: Layer already exists [2024-05-28T05:53:11.344Z] 291506d53dac: Layer already exists [2024-05-28T05:53:11.344Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:11.344Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:11.344Z] 16ebd4dd0fc7: Layer already exists [2024-05-28T05:53:11.344Z] fba2635181ec: Layer already exists [2024-05-28T05:53:11.344Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:11.344Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:11.344Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:11.608Z] main: digest: sha256:9c124e00f49565271d7e5c785c10a27f576b1ed362e2c8eec644b78e47f56dd3 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:53:11.681Z] ===================================================== [Pipeline] echo [2024-05-28T05:53:11.696Z] taggedImages: [2024-05-28T05:53:11.696Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:11.696Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-05-28T05:53:11.696Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.23 [2024-05-28T05:53:11.696Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:11.696Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-05-28T05:53:11.727Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-05-28T05:53:11.727Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:11.727Z] latest [2024-05-28T05:53:11.727Z] 3.2.0-dev.23 [2024-05-28T05:53:11.727Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:11.727Z] main [2024-05-28T05:53:11.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:12.198Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:12.553Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:12.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-05-28T05:53:12.553Z] bd958387743a: Preparing [2024-05-28T05:53:12.553Z] 91ba4af68e26: Preparing [2024-05-28T05:53:12.553Z] 6c873fcac3d2: Preparing [2024-05-28T05:53:12.553Z] 110cc3631f76: Preparing [2024-05-28T05:53:12.553Z] d2ea45d9f295: Preparing [2024-05-28T05:53:12.553Z] 83eafa06a62d: Preparing [2024-05-28T05:53:12.553Z] c3b67312bf4a: Preparing [2024-05-28T05:53:12.553Z] 765e0b24d838: Preparing [2024-05-28T05:53:12.553Z] 7c504f21be85: Preparing [2024-05-28T05:53:12.553Z] 83eafa06a62d: Waiting [2024-05-28T05:53:12.553Z] c3b67312bf4a: Waiting [2024-05-28T05:53:12.553Z] 765e0b24d838: Waiting [2024-05-28T05:53:12.553Z] 7c504f21be85: Waiting [2024-05-28T05:53:12.553Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:12.553Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:12.821Z] 6c873fcac3d2: Pushed [2024-05-28T05:53:12.821Z] bd958387743a: Pushed [2024-05-28T05:53:12.821Z] 91ba4af68e26: Pushed [2024-05-28T05:53:12.821Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:13.408Z] 765e0b24d838: Pushed [2024-05-28T05:53:14.362Z] c3b67312bf4a: Pushed [2024-05-28T05:53:32.545Z] 83eafa06a62d: Pushed [2024-05-28T05:53:32.545Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:32.889Z] + 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-05-28T05:53:33.230Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-05-28T05:53:33.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-05-28T05:53:33.230Z] bd958387743a: Preparing [2024-05-28T05:53:33.230Z] 91ba4af68e26: Preparing [2024-05-28T05:53:33.230Z] 6c873fcac3d2: Preparing [2024-05-28T05:53:33.230Z] 110cc3631f76: Preparing [2024-05-28T05:53:33.230Z] d2ea45d9f295: Preparing [2024-05-28T05:53:33.230Z] 83eafa06a62d: Preparing [2024-05-28T05:53:33.230Z] c3b67312bf4a: Preparing [2024-05-28T05:53:33.230Z] 765e0b24d838: Preparing [2024-05-28T05:53:33.230Z] 7c504f21be85: Preparing [2024-05-28T05:53:33.230Z] 83eafa06a62d: Waiting [2024-05-28T05:53:33.230Z] c3b67312bf4a: Waiting [2024-05-28T05:53:33.230Z] 765e0b24d838: Waiting [2024-05-28T05:53:33.230Z] 7c504f21be85: Waiting [2024-05-28T05:53:33.230Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:33.230Z] bd958387743a: Layer already exists [2024-05-28T05:53:33.230Z] 6c873fcac3d2: Layer already exists [2024-05-28T05:53:33.230Z] 91ba4af68e26: Layer already exists [2024-05-28T05:53:33.230Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:33.230Z] c3b67312bf4a: Layer already exists [2024-05-28T05:53:33.230Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:33.230Z] 765e0b24d838: Layer already exists [2024-05-28T05:53:33.230Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:33.496Z] latest: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:33.845Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:34.195Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.23 [2024-05-28T05:53:34.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-05-28T05:53:34.195Z] bd958387743a: Preparing [2024-05-28T05:53:34.195Z] 91ba4af68e26: Preparing [2024-05-28T05:53:34.195Z] 6c873fcac3d2: Preparing [2024-05-28T05:53:34.195Z] 110cc3631f76: Preparing [2024-05-28T05:53:34.195Z] d2ea45d9f295: Preparing [2024-05-28T05:53:34.195Z] 83eafa06a62d: Preparing [2024-05-28T05:53:34.195Z] c3b67312bf4a: Preparing [2024-05-28T05:53:34.195Z] 765e0b24d838: Preparing [2024-05-28T05:53:34.195Z] 7c504f21be85: Preparing [2024-05-28T05:53:34.195Z] 83eafa06a62d: Waiting [2024-05-28T05:53:34.195Z] 765e0b24d838: Waiting [2024-05-28T05:53:34.195Z] 7c504f21be85: Waiting [2024-05-28T05:53:34.195Z] c3b67312bf4a: Waiting [2024-05-28T05:53:34.195Z] 6c873fcac3d2: Layer already exists [2024-05-28T05:53:34.195Z] bd958387743a: Layer already exists [2024-05-28T05:53:34.195Z] 91ba4af68e26: Layer already exists [2024-05-28T05:53:34.195Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:34.195Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:34.195Z] 765e0b24d838: Layer already exists [2024-05-28T05:53:34.195Z] c3b67312bf4a: Layer already exists [2024-05-28T05:53:34.195Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:34.195Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:34.461Z] 3.2.0-dev.23: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:34.810Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:35.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:35.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-05-28T05:53:35.151Z] bd958387743a: Preparing [2024-05-28T05:53:35.151Z] 91ba4af68e26: Preparing [2024-05-28T05:53:35.151Z] 6c873fcac3d2: Preparing [2024-05-28T05:53:35.151Z] 110cc3631f76: Preparing [2024-05-28T05:53:35.151Z] d2ea45d9f295: Preparing [2024-05-28T05:53:35.151Z] 83eafa06a62d: Preparing [2024-05-28T05:53:35.151Z] c3b67312bf4a: Preparing [2024-05-28T05:53:35.151Z] 765e0b24d838: Preparing [2024-05-28T05:53:35.151Z] 7c504f21be85: Preparing [2024-05-28T05:53:35.151Z] c3b67312bf4a: Waiting [2024-05-28T05:53:35.151Z] 765e0b24d838: Waiting [2024-05-28T05:53:35.151Z] 7c504f21be85: Waiting [2024-05-28T05:53:35.151Z] 83eafa06a62d: Waiting [2024-05-28T05:53:35.151Z] bd958387743a: Layer already exists [2024-05-28T05:53:35.151Z] 91ba4af68e26: Layer already exists [2024-05-28T05:53:35.151Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:35.151Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:35.151Z] 6c873fcac3d2: Layer already exists [2024-05-28T05:53:35.151Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:35.151Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:35.151Z] c3b67312bf4a: Layer already exists [2024-05-28T05:53:35.151Z] 765e0b24d838: Layer already exists [2024-05-28T05:53:35.413Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:35.760Z] + 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-05-28T05:53:36.107Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-05-28T05:53:36.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-05-28T05:53:36.107Z] bd958387743a: Preparing [2024-05-28T05:53:36.107Z] 91ba4af68e26: Preparing [2024-05-28T05:53:36.107Z] 6c873fcac3d2: Preparing [2024-05-28T05:53:36.107Z] 110cc3631f76: Preparing [2024-05-28T05:53:36.107Z] d2ea45d9f295: Preparing [2024-05-28T05:53:36.107Z] 83eafa06a62d: Preparing [2024-05-28T05:53:36.107Z] c3b67312bf4a: Preparing [2024-05-28T05:53:36.107Z] 765e0b24d838: Preparing [2024-05-28T05:53:36.107Z] 7c504f21be85: Preparing [2024-05-28T05:53:36.107Z] 83eafa06a62d: Waiting [2024-05-28T05:53:36.107Z] c3b67312bf4a: Waiting [2024-05-28T05:53:36.107Z] 765e0b24d838: Waiting [2024-05-28T05:53:36.107Z] 7c504f21be85: Waiting [2024-05-28T05:53:36.107Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:36.107Z] 6c873fcac3d2: Layer already exists [2024-05-28T05:53:36.107Z] bd958387743a: Layer already exists [2024-05-28T05:53:36.107Z] 91ba4af68e26: Layer already exists [2024-05-28T05:53:36.107Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:36.107Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:36.107Z] c3b67312bf4a: Layer already exists [2024-05-28T05:53:36.107Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:36.107Z] 765e0b24d838: Layer already exists [2024-05-28T05:53:36.372Z] main: digest: sha256:c1a6229557385bcff96c5ec1ce3fb0934c346596e4e1201018e641ff8a427918 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:53:36.445Z] ===================================================== [Pipeline] echo [2024-05-28T05:53:36.462Z] taggedImages: [2024-05-28T05:53:36.462Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:36.462Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-05-28T05:53:36.462Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.23 [2024-05-28T05:53:36.462Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:36.462Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-05-28T05:53:36.494Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-05-28T05:53:36.494Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:36.494Z] latest [2024-05-28T05:53:36.494Z] 3.2.0-dev.23 [2024-05-28T05:53:36.494Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:36.494Z] main [2024-05-28T05:53:36.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:36.862Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:37.205Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:37.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-05-28T05:53:37.205Z] f5b39837442f: Preparing [2024-05-28T05:53:37.205Z] fcec9b9e0b28: Preparing [2024-05-28T05:53:37.205Z] b16987794b0a: Preparing [2024-05-28T05:53:37.205Z] 110cc3631f76: Preparing [2024-05-28T05:53:37.205Z] d2ea45d9f295: Preparing [2024-05-28T05:53:37.205Z] 83eafa06a62d: Preparing [2024-05-28T05:53:37.205Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:37.205Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:37.205Z] 7c504f21be85: Preparing [2024-05-28T05:53:37.205Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:37.205Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:37.205Z] 83eafa06a62d: Waiting [2024-05-28T05:53:37.205Z] 7c504f21be85: Waiting [2024-05-28T05:53:37.205Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:37.467Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:37.467Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:37.467Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:37.467Z] fcec9b9e0b28: Pushed [2024-05-28T05:53:37.467Z] b16987794b0a: Pushed [2024-05-28T05:53:37.467Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:37.467Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:37.467Z] f5b39837442f: Pushed [2024-05-28T05:53:37.730Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:38.069Z] + 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-05-28T05:53:38.405Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-05-28T05:53:38.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-05-28T05:53:38.405Z] f5b39837442f: Preparing [2024-05-28T05:53:38.405Z] fcec9b9e0b28: Preparing [2024-05-28T05:53:38.405Z] b16987794b0a: Preparing [2024-05-28T05:53:38.405Z] 110cc3631f76: Preparing [2024-05-28T05:53:38.405Z] d2ea45d9f295: Preparing [2024-05-28T05:53:38.405Z] 83eafa06a62d: Preparing [2024-05-28T05:53:38.405Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:38.405Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:38.405Z] 7c504f21be85: Preparing [2024-05-28T05:53:38.405Z] 83eafa06a62d: Waiting [2024-05-28T05:53:38.405Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:38.405Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:38.405Z] 7c504f21be85: Waiting [2024-05-28T05:53:38.405Z] b16987794b0a: Layer already exists [2024-05-28T05:53:38.405Z] fcec9b9e0b28: Layer already exists [2024-05-28T05:53:38.405Z] f5b39837442f: Layer already exists [2024-05-28T05:53:38.405Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:38.405Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:38.405Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:38.405Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:38.405Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:38.405Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:38.405Z] latest: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:39.006Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:39.340Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.23 [2024-05-28T05:53:39.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-05-28T05:53:39.340Z] f5b39837442f: Preparing [2024-05-28T05:53:39.340Z] fcec9b9e0b28: Preparing [2024-05-28T05:53:39.340Z] b16987794b0a: Preparing [2024-05-28T05:53:39.340Z] 110cc3631f76: Preparing [2024-05-28T05:53:39.340Z] d2ea45d9f295: Preparing [2024-05-28T05:53:39.340Z] 83eafa06a62d: Preparing [2024-05-28T05:53:39.340Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:39.340Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:39.340Z] 7c504f21be85: Preparing [2024-05-28T05:53:39.340Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:39.340Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:39.340Z] 7c504f21be85: Waiting [2024-05-28T05:53:39.340Z] 83eafa06a62d: Waiting [2024-05-28T05:53:39.340Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:39.340Z] fcec9b9e0b28: Layer already exists [2024-05-28T05:53:39.340Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:39.340Z] b16987794b0a: Layer already exists [2024-05-28T05:53:39.340Z] f5b39837442f: Layer already exists [2024-05-28T05:53:39.340Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:39.340Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:39.340Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:39.340Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:39.604Z] 3.2.0-dev.23: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:39.954Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:40.297Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:40.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-05-28T05:53:40.297Z] f5b39837442f: Preparing [2024-05-28T05:53:40.297Z] fcec9b9e0b28: Preparing [2024-05-28T05:53:40.297Z] b16987794b0a: Preparing [2024-05-28T05:53:40.297Z] 110cc3631f76: Preparing [2024-05-28T05:53:40.297Z] d2ea45d9f295: Preparing [2024-05-28T05:53:40.297Z] 83eafa06a62d: Preparing [2024-05-28T05:53:40.297Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:40.297Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:40.298Z] 7c504f21be85: Preparing [2024-05-28T05:53:40.298Z] 83eafa06a62d: Waiting [2024-05-28T05:53:40.298Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:40.298Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:40.298Z] 7c504f21be85: Waiting [2024-05-28T05:53:40.298Z] b16987794b0a: Layer already exists [2024-05-28T05:53:40.298Z] fcec9b9e0b28: Layer already exists [2024-05-28T05:53:40.298Z] f5b39837442f: Layer already exists [2024-05-28T05:53:40.298Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:40.298Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:40.298Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:40.298Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:40.298Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:40.298Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:40.562Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:40.921Z] + 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-05-28T05:53:41.269Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-05-28T05:53:41.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-05-28T05:53:41.269Z] f5b39837442f: Preparing [2024-05-28T05:53:41.269Z] fcec9b9e0b28: Preparing [2024-05-28T05:53:41.269Z] b16987794b0a: Preparing [2024-05-28T05:53:41.269Z] 110cc3631f76: Preparing [2024-05-28T05:53:41.269Z] d2ea45d9f295: Preparing [2024-05-28T05:53:41.269Z] 83eafa06a62d: Preparing [2024-05-28T05:53:41.269Z] 5b74c8cd712b: Preparing [2024-05-28T05:53:41.269Z] 3be9ee9f7c33: Preparing [2024-05-28T05:53:41.269Z] 7c504f21be85: Preparing [2024-05-28T05:53:41.269Z] 83eafa06a62d: Waiting [2024-05-28T05:53:41.269Z] 5b74c8cd712b: Waiting [2024-05-28T05:53:41.269Z] 3be9ee9f7c33: Waiting [2024-05-28T05:53:41.269Z] 7c504f21be85: Waiting [2024-05-28T05:53:41.269Z] fcec9b9e0b28: Layer already exists [2024-05-28T05:53:41.269Z] f5b39837442f: Layer already exists [2024-05-28T05:53:41.269Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:41.269Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:41.269Z] b16987794b0a: Layer already exists [2024-05-28T05:53:41.269Z] 83eafa06a62d: Layer already exists [2024-05-28T05:53:41.269Z] 5b74c8cd712b: Layer already exists [2024-05-28T05:53:41.269Z] 3be9ee9f7c33: Layer already exists [2024-05-28T05:53:41.269Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:41.537Z] main: digest: sha256:3a73ad16a53ff10112a1124f628efdd2465197765bb2fa52d7334f5886c66f65 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:53:41.618Z] ===================================================== [Pipeline] echo [2024-05-28T05:53:41.639Z] taggedImages: [2024-05-28T05:53:41.639Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:41.639Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-05-28T05:53:41.639Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.23 [2024-05-28T05:53:41.639Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:41.639Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-05-28T05:53:41.665Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-05-28T05:53:41.665Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:41.665Z] latest [2024-05-28T05:53:41.665Z] 3.2.0-dev.23 [2024-05-28T05:53:41.665Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:41.665Z] main [2024-05-28T05:53:41.665Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:42.032Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:42.380Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:42.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-05-28T05:53:42.380Z] 5b4be0a67750: Preparing [2024-05-28T05:53:42.380Z] 4ccc981e4a30: Preparing [2024-05-28T05:53:42.380Z] 110cc3631f76: Preparing [2024-05-28T05:53:42.380Z] d2ea45d9f295: Preparing [2024-05-28T05:53:42.380Z] 202df0e0a916: Preparing [2024-05-28T05:53:42.380Z] ea23795b55c4: Preparing [2024-05-28T05:53:42.380Z] 7c504f21be85: Preparing [2024-05-28T05:53:42.380Z] ea23795b55c4: Waiting [2024-05-28T05:53:42.380Z] 7c504f21be85: Waiting [2024-05-28T05:53:42.380Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:42.380Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:42.651Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:42.651Z] 5b4be0a67750: Pushed [2024-05-28T05:53:42.916Z] ea23795b55c4: Pushed [2024-05-28T05:53:44.314Z] 202df0e0a916: Pushed [2024-05-28T05:53:49.639Z] 4ccc981e4a30: Pushed [2024-05-28T05:53:49.639Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:49.987Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:50.329Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-05-28T05:53:50.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-05-28T05:53:50.329Z] 5b4be0a67750: Preparing [2024-05-28T05:53:50.329Z] 4ccc981e4a30: Preparing [2024-05-28T05:53:50.329Z] 110cc3631f76: Preparing [2024-05-28T05:53:50.329Z] d2ea45d9f295: Preparing [2024-05-28T05:53:50.329Z] 202df0e0a916: Preparing [2024-05-28T05:53:50.329Z] ea23795b55c4: Preparing [2024-05-28T05:53:50.329Z] 7c504f21be85: Preparing [2024-05-28T05:53:50.329Z] ea23795b55c4: Waiting [2024-05-28T05:53:50.329Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:50.329Z] 4ccc981e4a30: Layer already exists [2024-05-28T05:53:50.329Z] 202df0e0a916: Layer already exists [2024-05-28T05:53:50.329Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:50.329Z] 5b4be0a67750: Layer already exists [2024-05-28T05:53:50.329Z] ea23795b55c4: Layer already exists [2024-05-28T05:53:50.329Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:50.594Z] latest: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:50.939Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:51.272Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.23 [2024-05-28T05:53:51.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-05-28T05:53:51.272Z] 5b4be0a67750: Preparing [2024-05-28T05:53:51.272Z] 4ccc981e4a30: Preparing [2024-05-28T05:53:51.272Z] 110cc3631f76: Preparing [2024-05-28T05:53:51.272Z] d2ea45d9f295: Preparing [2024-05-28T05:53:51.272Z] 202df0e0a916: Preparing [2024-05-28T05:53:51.272Z] ea23795b55c4: Preparing [2024-05-28T05:53:51.272Z] 7c504f21be85: Preparing [2024-05-28T05:53:51.272Z] ea23795b55c4: Waiting [2024-05-28T05:53:51.272Z] 7c504f21be85: Waiting [2024-05-28T05:53:51.272Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:51.272Z] 5b4be0a67750: Layer already exists [2024-05-28T05:53:51.272Z] 4ccc981e4a30: Layer already exists [2024-05-28T05:53:51.272Z] 202df0e0a916: Layer already exists [2024-05-28T05:53:51.272Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:51.272Z] ea23795b55c4: Layer already exists [2024-05-28T05:53:51.272Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:51.537Z] 3.2.0-dev.23: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:51.871Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:52.215Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:52.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-05-28T05:53:52.215Z] 5b4be0a67750: Preparing [2024-05-28T05:53:52.215Z] 4ccc981e4a30: Preparing [2024-05-28T05:53:52.215Z] 110cc3631f76: Preparing [2024-05-28T05:53:52.215Z] d2ea45d9f295: Preparing [2024-05-28T05:53:52.215Z] 202df0e0a916: Preparing [2024-05-28T05:53:52.215Z] ea23795b55c4: Preparing [2024-05-28T05:53:52.215Z] 7c504f21be85: Preparing [2024-05-28T05:53:52.215Z] ea23795b55c4: Waiting [2024-05-28T05:53:52.215Z] 7c504f21be85: Waiting [2024-05-28T05:53:52.215Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:52.215Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:52.215Z] 202df0e0a916: Layer already exists [2024-05-28T05:53:52.215Z] 4ccc981e4a30: Layer already exists [2024-05-28T05:53:52.215Z] 5b4be0a67750: Layer already exists [2024-05-28T05:53:52.215Z] ea23795b55c4: Layer already exists [2024-05-28T05:53:52.215Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:52.481Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:52.832Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:53.172Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-05-28T05:53:53.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-05-28T05:53:53.172Z] 5b4be0a67750: Preparing [2024-05-28T05:53:53.172Z] 4ccc981e4a30: Preparing [2024-05-28T05:53:53.172Z] 110cc3631f76: Preparing [2024-05-28T05:53:53.172Z] d2ea45d9f295: Preparing [2024-05-28T05:53:53.172Z] 202df0e0a916: Preparing [2024-05-28T05:53:53.172Z] ea23795b55c4: Preparing [2024-05-28T05:53:53.172Z] 7c504f21be85: Preparing [2024-05-28T05:53:53.172Z] ea23795b55c4: Waiting [2024-05-28T05:53:53.172Z] 7c504f21be85: Waiting [2024-05-28T05:53:53.172Z] 5b4be0a67750: Layer already exists [2024-05-28T05:53:53.172Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:53.172Z] 202df0e0a916: Layer already exists [2024-05-28T05:53:53.172Z] 4ccc981e4a30: Layer already exists [2024-05-28T05:53:53.172Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:53.172Z] ea23795b55c4: Layer already exists [2024-05-28T05:53:53.172Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:53.436Z] main: digest: sha256:38391a61de550e689d35bb1d6f63920b243197649a997f27fe34bdffd7ff4f8f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:53:53.523Z] ===================================================== [Pipeline] echo [2024-05-28T05:53:53.536Z] taggedImages: [2024-05-28T05:53:53.536Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:53.536Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-05-28T05:53:53.536Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.23 [2024-05-28T05:53:53.536Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:53.536Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-05-28T05:53:53.561Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-05-28T05:53:53.561Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:53.561Z] latest [2024-05-28T05:53:53.561Z] 3.2.0-dev.23 [2024-05-28T05:53:53.561Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:53:53.561Z] main [2024-05-28T05:53:53.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:53.921Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:53:54.267Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:53:54.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-05-28T05:53:54.267Z] 4dbb192d8905: Preparing [2024-05-28T05:53:54.267Z] c7cba836d115: Preparing [2024-05-28T05:53:54.267Z] 110cc3631f76: Preparing [2024-05-28T05:53:54.267Z] d2ea45d9f295: Preparing [2024-05-28T05:53:54.267Z] fe24993947c7: Preparing [2024-05-28T05:53:54.267Z] 265c32dd9039: Preparing [2024-05-28T05:53:54.267Z] 7c504f21be85: Preparing [2024-05-28T05:53:54.267Z] 265c32dd9039: Waiting [2024-05-28T05:53:54.267Z] 7c504f21be85: Waiting [2024-05-28T05:53:54.267Z] fe24993947c7: Layer already exists [2024-05-28T05:53:54.267Z] 110cc3631f76: Layer already exists [2024-05-28T05:53:54.532Z] d2ea45d9f295: Layer already exists [2024-05-28T05:53:54.532Z] 265c32dd9039: Layer already exists [2024-05-28T05:53:54.532Z] 7c504f21be85: Layer already exists [2024-05-28T05:53:54.532Z] 4dbb192d8905: Pushed [2024-05-28T05:54:01.146Z] c7cba836d115: Pushed [2024-05-28T05:54:01.146Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:01.511Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:01.854Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-05-28T05:54:01.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-05-28T05:54:01.854Z] 4dbb192d8905: Preparing [2024-05-28T05:54:01.854Z] c7cba836d115: Preparing [2024-05-28T05:54:01.854Z] 110cc3631f76: Preparing [2024-05-28T05:54:01.854Z] d2ea45d9f295: Preparing [2024-05-28T05:54:01.854Z] fe24993947c7: Preparing [2024-05-28T05:54:01.854Z] 265c32dd9039: Preparing [2024-05-28T05:54:01.854Z] 7c504f21be85: Preparing [2024-05-28T05:54:01.854Z] 265c32dd9039: Waiting [2024-05-28T05:54:01.854Z] 7c504f21be85: Waiting [2024-05-28T05:54:01.854Z] d2ea45d9f295: Layer already exists [2024-05-28T05:54:01.854Z] fe24993947c7: Layer already exists [2024-05-28T05:54:01.854Z] c7cba836d115: Layer already exists [2024-05-28T05:54:01.854Z] 110cc3631f76: Layer already exists [2024-05-28T05:54:01.854Z] 4dbb192d8905: Layer already exists [2024-05-28T05:54:01.854Z] 265c32dd9039: Layer already exists [2024-05-28T05:54:01.854Z] 7c504f21be85: Layer already exists [2024-05-28T05:54:02.117Z] latest: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:02.464Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:02.808Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.23 [2024-05-28T05:54:02.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-05-28T05:54:02.808Z] 4dbb192d8905: Preparing [2024-05-28T05:54:02.808Z] c7cba836d115: Preparing [2024-05-28T05:54:02.808Z] 110cc3631f76: Preparing [2024-05-28T05:54:02.808Z] d2ea45d9f295: Preparing [2024-05-28T05:54:02.808Z] fe24993947c7: Preparing [2024-05-28T05:54:02.808Z] 265c32dd9039: Preparing [2024-05-28T05:54:02.808Z] 7c504f21be85: Preparing [2024-05-28T05:54:02.808Z] 265c32dd9039: Waiting [2024-05-28T05:54:02.808Z] 7c504f21be85: Waiting [2024-05-28T05:54:02.808Z] 4dbb192d8905: Layer already exists [2024-05-28T05:54:02.808Z] d2ea45d9f295: Layer already exists [2024-05-28T05:54:02.808Z] fe24993947c7: Layer already exists [2024-05-28T05:54:02.808Z] 110cc3631f76: Layer already exists [2024-05-28T05:54:02.808Z] c7cba836d115: Layer already exists [2024-05-28T05:54:02.808Z] 265c32dd9039: Layer already exists [2024-05-28T05:54:02.808Z] 7c504f21be85: Layer already exists [2024-05-28T05:54:03.072Z] 3.2.0-dev.23: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:03.437Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:03.845Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:54:03.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-05-28T05:54:03.845Z] 4dbb192d8905: Preparing [2024-05-28T05:54:03.845Z] c7cba836d115: Preparing [2024-05-28T05:54:03.845Z] 110cc3631f76: Preparing [2024-05-28T05:54:03.845Z] d2ea45d9f295: Preparing [2024-05-28T05:54:03.845Z] fe24993947c7: Preparing [2024-05-28T05:54:03.845Z] 265c32dd9039: Preparing [2024-05-28T05:54:03.845Z] 7c504f21be85: Preparing [2024-05-28T05:54:03.845Z] 265c32dd9039: Waiting [2024-05-28T05:54:03.845Z] 7c504f21be85: Waiting [2024-05-28T05:54:03.845Z] c7cba836d115: Layer already exists [2024-05-28T05:54:03.845Z] 110cc3631f76: Layer already exists [2024-05-28T05:54:03.845Z] 4dbb192d8905: Layer already exists [2024-05-28T05:54:03.845Z] fe24993947c7: Layer already exists [2024-05-28T05:54:03.845Z] d2ea45d9f295: Layer already exists [2024-05-28T05:54:03.845Z] 265c32dd9039: Layer already exists [2024-05-28T05:54:03.845Z] 7c504f21be85: Layer already exists [2024-05-28T05:54:03.845Z] 239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:04.206Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:04.568Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-05-28T05:54:04.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-05-28T05:54:04.569Z] 4dbb192d8905: Preparing [2024-05-28T05:54:04.569Z] c7cba836d115: Preparing [2024-05-28T05:54:04.569Z] 110cc3631f76: Preparing [2024-05-28T05:54:04.569Z] d2ea45d9f295: Preparing [2024-05-28T05:54:04.569Z] fe24993947c7: Preparing [2024-05-28T05:54:04.569Z] 265c32dd9039: Preparing [2024-05-28T05:54:04.569Z] 7c504f21be85: Preparing [2024-05-28T05:54:04.569Z] 265c32dd9039: Waiting [2024-05-28T05:54:04.569Z] 7c504f21be85: Waiting [2024-05-28T05:54:04.569Z] c7cba836d115: Layer already exists [2024-05-28T05:54:04.569Z] 4dbb192d8905: Layer already exists [2024-05-28T05:54:04.569Z] fe24993947c7: Layer already exists [2024-05-28T05:54:04.569Z] 110cc3631f76: Layer already exists [2024-05-28T05:54:04.569Z] d2ea45d9f295: Layer already exists [2024-05-28T05:54:04.569Z] 265c32dd9039: Layer already exists [2024-05-28T05:54:04.569Z] 7c504f21be85: Layer already exists [2024-05-28T05:54:04.838Z] main: digest: sha256:85ece5b718c2daea093df788ff17f7e2a205586d3c91f449b8eea58d0d52cdd9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-05-28T05:54:04.913Z] ===================================================== [Pipeline] echo [2024-05-28T05:54:04.925Z] taggedImages: [2024-05-28T05:54:04.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f [2024-05-28T05:54:04.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-05-28T05:54:04.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.23 [2024-05-28T05:54:04.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:239ef15ab24daf2ea0f6ddd51cd241359830100f-3.2.0-dev.23 [2024-05-28T05:54:04.925Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:05.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-28T05:54:05.309Z] [2024-05-28T05:54:05.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:05.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-28T05:54:05.636Z] arm64: Pulling from edgex-lftools-log-publisher [2024-05-28T05:54:05.636Z] 8998bd30e6a1: Pulling fs layer [2024-05-28T05:54:05.636Z] 04944245beec: Pulling fs layer [2024-05-28T05:54:05.636Z] 699f458cf7ca: Pulling fs layer [2024-05-28T05:54:05.636Z] 765212b225bb: Pulling fs layer [2024-05-28T05:54:05.636Z] f23df028b6ca: Pulling fs layer [2024-05-28T05:54:05.636Z] d65c8cfc05b1: Pulling fs layer [2024-05-28T05:54:05.636Z] 2437ff75d9bd: Pulling fs layer [2024-05-28T05:54:05.636Z] f23df028b6ca: Waiting [2024-05-28T05:54:05.636Z] d65c8cfc05b1: Waiting [2024-05-28T05:54:05.636Z] 2437ff75d9bd: Waiting [2024-05-28T05:54:05.636Z] 765212b225bb: Waiting [2024-05-28T05:54:05.901Z] 04944245beec: Verifying Checksum [2024-05-28T05:54:05.901Z] 04944245beec: Download complete [2024-05-28T05:54:05.901Z] 765212b225bb: Verifying Checksum [2024-05-28T05:54:05.901Z] 765212b225bb: Download complete [2024-05-28T05:54:05.901Z] f23df028b6ca: Verifying Checksum [2024-05-28T05:54:05.901Z] f23df028b6ca: Download complete [2024-05-28T05:54:05.901Z] d65c8cfc05b1: Verifying Checksum [2024-05-28T05:54:05.901Z] d65c8cfc05b1: Download complete [2024-05-28T05:54:05.901Z] 699f458cf7ca: Verifying Checksum [2024-05-28T05:54:05.901Z] 699f458cf7ca: Download complete [2024-05-28T05:54:06.482Z] 8998bd30e6a1: Verifying Checksum [2024-05-28T05:54:06.482Z] 8998bd30e6a1: Download complete [2024-05-28T05:54:09.057Z] 2437ff75d9bd: Verifying Checksum [2024-05-28T05:54:09.057Z] 2437ff75d9bd: Download complete [2024-05-28T05:54:10.992Z] 8998bd30e6a1: Pull complete [2024-05-28T05:54:11.572Z] 04944245beec: Pull complete [2024-05-28T05:54:13.508Z] 699f458cf7ca: Pull complete [2024-05-28T05:54:13.508Z] 765212b225bb: Pull complete [2024-05-28T05:54:14.466Z] f23df028b6ca: Pull complete [2024-05-28T05:54:14.466Z] d65c8cfc05b1: Pull complete [2024-05-28T05:54:32.664Z] 2437ff75d9bd: Pull complete [2024-05-28T05:54:32.664Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-05-28T05:54:32.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-05-28T05:54:32.664Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:54:32.859Z] prd-ubuntu20.04-docker-arm64-4c-16g-919 does not seem to be running inside a container [2024-05-28T05:54:32.910Z] $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:54:34.660Z] $ docker top 26067d441072ab15fd2b0b2f1c84febaf6e98fb84c1436c9ebeb3c6ee2f52d52 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:54:35.557Z] ---> job-cost.sh [2024-05-28T05:54:35.557Z] lf-activate-venv: SKIPPING [2024-05-28T05:54:35.557Z] INFO: No Stack... [2024-05-28T05:54:36.134Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-05-28T05:54:36.710Z] INFO: Archiving Costs [Pipeline] sh [2024-05-28T05:54:37.328Z] + cat /w/workspace/edgex-go/641/archives/cost.csv [2024-05-28T05:54:37.328Z] + cut -d, -f6 [Pipeline] lock [2024-05-28T05:54:37.356Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-641-stack-cost] [2024-05-28T05:54:37.367Z] Resource [jenkins-edgexfoundry-edgex-go-main-641-stack-cost] did not exist. Created. [2024-05-28T05:54:37.376Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-641-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-05-28T05:54:37.710Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-05-28T05:54:38.546Z] Stashed 1 file(s) [Pipeline] } [2024-05-28T05:54:38.556Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-641-stack-cost] [Pipeline] // lock [Pipeline] } [2024-05-28T05:54:38.581Z] $ docker stop --time=1 26067d441072ab15fd2b0b2f1c84febaf6e98fb84c1436c9ebeb3c6ee2f52d52 [2024-05-28T05:54:40.079Z] $ docker rm -f --volumes 26067d441072ab15fd2b0b2f1c84febaf6e98fb84c1436c9ebeb3c6ee2f52d52 [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-05-28T05:54:40.713Z] provisioning config files... [2024-05-28T05:54:40.721Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/641@tmp/config6390617898913351449tmp [Pipeline] { [Pipeline] sh [2024-05-28T05:54:41.029Z] + set +x [2024-05-28T05:54:41.030Z] + curl -s https://codecov.io/bash [2024-05-28T05:54:41.030Z] + bash -s -- [2024-05-28T05:54:41.030Z] [2024-05-28T05:54:41.030Z] _____ _ [2024-05-28T05:54:41.030Z] / ____| | | [2024-05-28T05:54:41.030Z] | | ___ __| | ___ ___ _____ __ [2024-05-28T05:54:41.030Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-05-28T05:54:41.030Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-05-28T05:54:41.030Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-05-28T05:54:41.030Z] Bash-1.0.6 [2024-05-28T05:54:41.030Z] [2024-05-28T05:54:41.030Z] [2024-05-28T05:54:41.030Z] ==> git version 2.25.1 found [2024-05-28T05:54:41.030Z] ==> 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-05-28T05:54:41.030Z] Release-Date: 2020-01-08 [2024-05-28T05:54:41.030Z] 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-05-28T05:54:41.030Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-05-28T05:54:41.030Z] ==> Jenkins CI detected. [2024-05-28T05:54:41.030Z] current dir:  /w/workspace/edgex-go/641 [2024-05-28T05:54:41.030Z] project root: . [2024-05-28T05:54:41.030Z] --> token set from env [2024-05-28T05:54:41.030Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-05-28T05:54:41.030Z] ==> Running gcov in . (disable via -X gcov) [2024-05-28T05:54:41.030Z] ==> Python coveragepy not found [2024-05-28T05:54:41.030Z] ==> Searching for coverage reports in: [2024-05-28T05:54:41.030Z] + . [2024-05-28T05:54:41.289Z] -> Found 1 reports [2024-05-28T05:54:41.289Z] ==> Detecting git/mercurial file structure [2024-05-28T05:54:41.289Z] ==> Reading reports [2024-05-28T05:54:41.289Z] + ./coverage.out bytes=455714 [2024-05-28T05:54:41.289Z] ==> Appending adjustments [2024-05-28T05:54:41.289Z] https://docs.codecov.io/docs/fixing-reports [2024-05-28T05:54:42.227Z] + Found adjustments [2024-05-28T05:54:42.227Z] ==> Gzipping contents [2024-05-28T05:54:42.486Z] 60K /tmp/codecov.Yr6aQY.gz [2024-05-28T05:54:42.486Z] ==> Uploading reports [2024-05-28T05:54:42.486Z] url: https://codecov.io [2024-05-28T05:54:42.486Z] query: branch=main&commit=239ef15ab24daf2ea0f6ddd51cd241359830100f&build=641&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F641%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-28T05:54:42.486Z] -> Pinging Codecov [2024-05-28T05:54:42.486Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=239ef15ab24daf2ea0f6ddd51cd241359830100f&build=641&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F641%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-05-28T05:54:42.486Z] -> Uploading to [2024-05-28T05:54:42.486Z] https://storage.googleapis.com/codecov/v4/raw/2024-05-28/00271124DB129430A58F1EEE437C3FCB/239ef15ab24daf2ea0f6ddd51cd241359830100f/f36525e0-5f72-4003-a2c1-dd89045d60d1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240528%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240528T055442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2fc7720328c7b4a8b0c08afa96e90459718bbdc540d8aaa44cf08737f2c388cf [2024-05-28T05:54:42.486Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T05:54:42.486Z] Dload Upload Total Spent Left Speed [2024-05-28T05:54:42.745Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58037 0 0 100 58037 0 179k --:--:-- --:--:-- --:--:-- 179k [2024-05-28T05:54:42.745Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/239ef15ab24daf2ea0f6ddd51cd241359830100f [Pipeline] } [2024-05-28T05:54:42.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-05-28T05:54:42.994Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-05-28T05:54:43.009Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:43.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-28T05:54:43.314Z] [2024-05-28T05:54:43.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:54:43.621Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-28T05:54:43.622Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-05-28T05:54:43.622Z] 619be1103602: Already exists [2024-05-28T05:54:43.622Z] f8ea3408117e: Pulling fs layer [2024-05-28T05:54:43.622Z] 91320369b822: Pulling fs layer [2024-05-28T05:54:43.622Z] 0406650e8295: Pulling fs layer [2024-05-28T05:54:43.622Z] 4f4fb700ef54: Pulling fs layer [2024-05-28T05:54:43.622Z] 96d80e3f36e1: Pulling fs layer [2024-05-28T05:54:43.622Z] bcf3aedb951c: Pulling fs layer [2024-05-28T05:54:43.622Z] 96d80e3f36e1: Waiting [2024-05-28T05:54:43.622Z] bcf3aedb951c: Waiting [2024-05-28T05:54:43.622Z] 4f4fb700ef54: Waiting [2024-05-28T05:54:43.622Z] 0406650e8295: Verifying Checksum [2024-05-28T05:54:43.622Z] 0406650e8295: Download complete [2024-05-28T05:54:43.622Z] f8ea3408117e: Verifying Checksum [2024-05-28T05:54:43.622Z] f8ea3408117e: Download complete [2024-05-28T05:54:43.622Z] 4f4fb700ef54: Download complete [2024-05-28T05:54:43.882Z] f8ea3408117e: Pull complete [2024-05-28T05:54:43.882Z] 96d80e3f36e1: Verifying Checksum [2024-05-28T05:54:43.882Z] 96d80e3f36e1: Download complete [2024-05-28T05:54:44.141Z] 91320369b822: Verifying Checksum [2024-05-28T05:54:44.141Z] 91320369b822: Download complete [2024-05-28T05:54:44.709Z] bcf3aedb951c: Verifying Checksum [2024-05-28T05:54:44.709Z] bcf3aedb951c: Download complete [2024-05-28T05:54:47.998Z] 91320369b822: Pull complete [2024-05-28T05:54:47.998Z] 0406650e8295: Pull complete [2024-05-28T05:54:47.998Z] 4f4fb700ef54: Pull complete [2024-05-28T05:54:47.998Z] 96d80e3f36e1: Pull complete [2024-05-28T05:54:51.283Z] bcf3aedb951c: Pull complete [2024-05-28T05:54:51.283Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-05-28T05:54:51.283Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-05-28T05:54:51.283Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:54:51.386Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:54:51.414Z] $ 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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:54:58.708Z] $ docker top 4bd633f3f3df7f2578e8167a8c564a298b2c28f1bd628419074c5afaf46e66c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-28T05:54:59.072Z] + git config --global --add safe.directory /w/workspace/edgex-go/641 [Pipeline] echo [2024-05-28T05:54:59.083Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-05-28T05:54:59.363Z] + set -o pipefail [2024-05-28T05:54:59.363Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-05-28T05:55:10.424Z] [2024-05-28T05:55:10.424Z] Monitoring /w/workspace/edgex-go/641 (github.com/edgexfoundry/edgex-go)... [2024-05-28T05:55:10.424Z] [2024-05-28T05:55:10.424Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/58aa24e3-9448-4468-a845-2825aeae2601 [2024-05-28T05:55:10.424Z] [2024-05-28T05:55:10.424Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-05-28T05:55:10.424Z] [2024-05-28T05:55:10.424Z] [2024-05-28T05:55:10.424Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-05-28T05:55:10.424Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-05-28T05:55:10.690Z] $ docker stop --time=1 4bd633f3f3df7f2578e8167a8c564a298b2c28f1bd628419074c5afaf46e66c0 [2024-05-28T05:55:16.682Z] $ docker rm -f --volumes 4bd633f3f3df7f2578e8167a8c564a298b2c28f1bd628419074c5afaf46e66c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-05-28T05:55:17.252Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-28T05:55:17.275Z] provisioning config files... [2024-05-28T05:55:17.284Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/641@tmp/config12650911732944264205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:55:17.579Z] --> edgex-publish-swagger.sh [2024-05-28T05:55:17.579Z] === Publish openapi/v3 API === [2024-05-28T05:55:17.579Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-05-28T05:55:17.580Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/641/openapi/v3/core-command.yaml] [2024-05-28T05:55:17.580Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T05:55:17.580Z] Dload Upload Total Spent Left Speed [2024-05-28T05:55:18.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 56423 --:--:-- --:--:-- --:--:-- 56423 [2024-05-28T05:55:18.146Z] [2024-05-28T05:55:18.146Z] [2024-05-28T05:55:18.146Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/641/openapi/v3/core-data.yaml] [2024-05-28T05:55:18.146Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T05:55:18.146Z] Dload Upload Total Spent Left Speed [2024-05-28T05:55:18.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 136k --:--:-- --:--:-- --:--:-- 136k 100 72043 0 0 100 72043 0 136k --:--:-- --:--:-- --:--:-- 136k [2024-05-28T05:55:18.713Z] [2024-05-28T05:55:18.713Z] [2024-05-28T05:55:18.713Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/641/openapi/v3/core-metadata.yaml] [2024-05-28T05:55:18.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T05:55:18.713Z] Dload Upload Total Spent Left Speed [2024-05-28T05:55:19.281Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 100 156 100 144k 308 285k --:--:-- --:--:-- --:--:-- 286k [2024-05-28T05:55:19.281Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-05-28T05:55:19.281Z] [2024-05-28T05:55:19.281Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/641/openapi/v3/support-notifications.yaml] [2024-05-28T05:55:19.281Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T05:55:19.281Z] Dload Upload Total Spent Left Speed [2024-05-28T05:55:19.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 395 216k --:--:-- --:--:-- --:--:-- 216k 100 87457 100 156 100 87301 394 215k --:--:-- --:--:-- --:--:-- 216k [2024-05-28T05:55:19.541Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-05-28T05:55:19.541Z] [2024-05-28T05:55:19.541Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/641/openapi/v3/support-scheduler.yaml] [2024-05-28T05:55:19.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-05-28T05:55:19.541Z] Dload Upload Total Spent Left Speed [2024-05-28T05:55:19.800Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 411 97503 --:--:-- --:--:-- --:--:-- 97915 [2024-05-28T05:55:19.800Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-05-28T05:55:19.800Z] [Pipeline] } [2024-05-28T05:55:19.806Z] 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-05-28T05:55:20.241Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-28T05:55:20.241Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:55:20.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T05:55:20.542Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:55:20.622Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:55:20.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:55:21.203Z] $ docker top 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 -eo pid,comm [2024-05-28T05:55:21.258Z] 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-05-28T05:55:21.258Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-28T05:55:21.315Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-28T05:55:21.315Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-28T05:55:21.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-28T05:55:21.428Z] $ docker exec 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 ssh-agent [2024-05-28T05:55:21.549Z] SSH_AUTH_SOCK=/tmp/ssh-fLodGLO8uuZe/agent.31 [2024-05-28T05:55:21.549Z] SSH_AGENT_PID=37 [2024-05-28T05:55:21.566Z] Running ssh-add (command line suppressed) [2024-05-28T05:55:21.663Z] Identity added: /w/workspace/edgex-go/641@tmp/private_key_13754214242267323134.key (/w/workspace/edgex-go/641@tmp/private_key_13754214242267323134.key) [2024-05-28T05:55:21.690Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-28T05:55:21.979Z] + git semver tag [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,148 [run_tag] DEBUG tag force:False [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,149 [check_head_tag] DEBUG check head tag [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,151 [execute] INFO git cat-file --batch-check [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,151 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=) [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,156 [execute] INFO git cat-file --batch [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,156 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=) [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,188 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,188 [execute] INFO git tag -a v3.2.0-dev.23 -m v3.2.0-dev.23 [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,188 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.23', '-m', 'v3.2.0-dev.23'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=None) [2024-05-28T05:55:22.239Z] 2024-05-28 05:55:22,193 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:55:22.239Z] 3.2.0-dev.23 [Pipeline] } [2024-05-28T05:55:22.246Z] $ docker exec --env ******** --env ******** 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 ssh-agent -k [2024-05-28T05:55:22.352Z] unset SSH_AUTH_SOCK; [2024-05-28T05:55:22.352Z] unset SSH_AGENT_PID; [2024-05-28T05:55:22.352Z] echo Agent pid 37 killed; [2024-05-28T05:55:22.364Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-28T05:55:22.683Z] + git semver [Pipeline] } [2024-05-28T05:55:23.723Z] $ docker stop --time=1 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 [2024-05-28T05:55:25.114Z] $ docker rm -f --volumes 075b3d297014a4b089db97f4ea720f81ee1a0d6d73080d2132fff076544acb09 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:55:25.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-28T05:55:25.518Z] [2024-05-28T05:55:25.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:55:25.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-28T05:55:25.825Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-05-28T05:55:25.825Z] ab5ef0e58194: Pulling fs layer [2024-05-28T05:55:25.825Z] 9712f1f96733: Pulling fs layer [2024-05-28T05:55:25.825Z] 63f879dbbcfc: Pulling fs layer [2024-05-28T05:55:25.825Z] 0d9ebad4ef96: Pulling fs layer [2024-05-28T05:55:25.825Z] e9a5061849ea: Pulling fs layer [2024-05-28T05:55:25.825Z] d747dcd14b5f: Pulling fs layer [2024-05-28T05:55:25.825Z] 2de7ff778b66: Pulling fs layer [2024-05-28T05:55:25.825Z] 0d9ebad4ef96: Waiting [2024-05-28T05:55:25.825Z] d747dcd14b5f: Waiting [2024-05-28T05:55:25.825Z] e9a5061849ea: Waiting [2024-05-28T05:55:25.825Z] 2de7ff778b66: Waiting [2024-05-28T05:55:25.825Z] 9712f1f96733: Download complete [2024-05-28T05:55:26.084Z] 63f879dbbcfc: Download complete [2024-05-28T05:55:26.344Z] e9a5061849ea: Verifying Checksum [2024-05-28T05:55:26.344Z] e9a5061849ea: Download complete [2024-05-28T05:55:26.344Z] d747dcd14b5f: Download complete [2024-05-28T05:55:26.344Z] 0d9ebad4ef96: Verifying Checksum [2024-05-28T05:55:26.344Z] 0d9ebad4ef96: Download complete [2024-05-28T05:55:26.344Z] ab5ef0e58194: Download complete [2024-05-28T05:55:26.344Z] 2de7ff778b66: Verifying Checksum [2024-05-28T05:55:26.344Z] 2de7ff778b66: Download complete [2024-05-28T05:55:29.625Z] ab5ef0e58194: Pull complete [2024-05-28T05:55:29.625Z] 9712f1f96733: Pull complete [2024-05-28T05:55:29.884Z] 63f879dbbcfc: Pull complete [2024-05-28T05:55:34.070Z] 0d9ebad4ef96: Pull complete [2024-05-28T05:55:34.070Z] e9a5061849ea: Pull complete [2024-05-28T05:55:34.328Z] d747dcd14b5f: Pull complete [2024-05-28T05:55:35.263Z] 2de7ff778b66: Pull complete [2024-05-28T05:55:35.263Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-05-28T05:55:35.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-05-28T05:55:35.263Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:55:35.364Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:55:35.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:55:43.409Z] $ docker top f9cd259930a7667bf3463dadd9cdab5cb51f281b6eb0a00b54fc5c51f6a0bf54 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-05-28T05:55:43.489Z] provisioning config files... [2024-05-28T05:55:43.497Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/641@tmp/config5518358569483720262tmp [2024-05-28T05:55:43.504Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/641@tmp/config17457211323240813029tmp [2024-05-28T05:55:43.511Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/641@tmp/config13375857414137432781tmp [Pipeline] { [Pipeline] echo [2024-05-28T05:55:43.535Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:55:43.827Z] ---> sigul-configuration.sh [2024-05-28T05:55:43.827Z] gpg: directory `/root/.gnupg' created [2024-05-28T05:55:43.827Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-05-28T05:55:43.827Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-05-28T05:55:43.827Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-05-28T05:55:43.827Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-05-28T05:55:43.827Z] gpg: CAST5 encrypted data [2024-05-28T05:55:43.827Z] gpg: encrypted with 1 passphrase [2024-05-28T05:55:43.827Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-05-28T05:55:44.125Z] + mkdir /home/jenkins [2024-05-28T05:55:44.125Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-05-28T05:55:44.423Z] + 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-05-28T05:55:44.439Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:55:45.414Z] ---> sigul-install.sh [2024-05-28T05:55:45.414Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-05-28T05:55:46.802Z] + git tag --list [2024-05-28T05:55:46.802Z] 0.6.0 [2024-05-28T05:55:46.802Z] 0.6.1 [2024-05-28T05:55:46.802Z] 0.7.0 [2024-05-28T05:55:46.802Z] 0.7.1 [2024-05-28T05:55:46.802Z] v1.0.0 [2024-05-28T05:55:46.802Z] v1.0.1 [2024-05-28T05:55:46.802Z] v1.1.0 [2024-05-28T05:55:46.802Z] v1.2.0 [2024-05-28T05:55:46.802Z] v1.2.1 [2024-05-28T05:55:46.802Z] v1.3.0 [2024-05-28T05:55:46.802Z] v1.3.1 [2024-05-28T05:55:46.802Z] v2.0.0 [2024-05-28T05:55:46.802Z] v2.1.0 [2024-05-28T05:55:46.802Z] v2.1.1 [2024-05-28T05:55:46.802Z] v2.2.0 [2024-05-28T05:55:46.802Z] v2.3.0 [2024-05-28T05:55:46.802Z] v3.0 [2024-05-28T05:55:46.802Z] v3.0.0 [2024-05-28T05:55:46.802Z] v3.1 [2024-05-28T05:55:46.802Z] v3.1.0 [2024-05-28T05:55:46.802Z] v3.1.0-dev.1 [2024-05-28T05:55:46.802Z] v3.1.0-dev.10 [2024-05-28T05:55:46.802Z] v3.1.0-dev.11 [2024-05-28T05:55:46.802Z] v3.1.0-dev.12 [2024-05-28T05:55:46.802Z] v3.1.0-dev.13 [2024-05-28T05:55:46.802Z] v3.1.0-dev.14 [2024-05-28T05:55:46.802Z] v3.1.0-dev.15 [2024-05-28T05:55:46.802Z] v3.1.0-dev.16 [2024-05-28T05:55:46.802Z] v3.1.0-dev.17 [2024-05-28T05:55:46.802Z] v3.1.0-dev.18 [2024-05-28T05:55:46.802Z] v3.1.0-dev.19 [2024-05-28T05:55:46.802Z] v3.1.0-dev.2 [2024-05-28T05:55:46.802Z] v3.1.0-dev.20 [2024-05-28T05:55:46.802Z] v3.1.0-dev.21 [2024-05-28T05:55:46.802Z] v3.1.0-dev.22 [2024-05-28T05:55:46.802Z] v3.1.0-dev.23 [2024-05-28T05:55:46.802Z] v3.1.0-dev.24 [2024-05-28T05:55:46.802Z] v3.1.0-dev.25 [2024-05-28T05:55:46.802Z] v3.1.0-dev.26 [2024-05-28T05:55:46.802Z] v3.1.0-dev.27 [2024-05-28T05:55:46.802Z] v3.1.0-dev.28 [2024-05-28T05:55:46.802Z] v3.1.0-dev.29 [2024-05-28T05:55:46.802Z] v3.1.0-dev.3 [2024-05-28T05:55:46.802Z] v3.1.0-dev.30 [2024-05-28T05:55:46.802Z] v3.1.0-dev.31 [2024-05-28T05:55:46.802Z] v3.1.0-dev.32 [2024-05-28T05:55:46.802Z] v3.1.0-dev.33 [2024-05-28T05:55:46.802Z] v3.1.0-dev.34 [2024-05-28T05:55:46.802Z] v3.1.0-dev.35 [2024-05-28T05:55:46.802Z] v3.1.0-dev.36 [2024-05-28T05:55:46.802Z] v3.1.0-dev.37 [2024-05-28T05:55:46.802Z] v3.1.0-dev.38 [2024-05-28T05:55:46.802Z] v3.1.0-dev.39 [2024-05-28T05:55:46.802Z] v3.1.0-dev.4 [2024-05-28T05:55:46.802Z] v3.1.0-dev.40 [2024-05-28T05:55:46.802Z] v3.1.0-dev.41 [2024-05-28T05:55:46.802Z] v3.1.0-dev.42 [2024-05-28T05:55:46.802Z] v3.1.0-dev.43 [2024-05-28T05:55:46.802Z] v3.1.0-dev.44 [2024-05-28T05:55:46.802Z] v3.1.0-dev.45 [2024-05-28T05:55:46.802Z] v3.1.0-dev.46 [2024-05-28T05:55:46.802Z] v3.1.0-dev.47 [2024-05-28T05:55:46.802Z] v3.1.0-dev.48 [2024-05-28T05:55:46.802Z] v3.1.0-dev.49 [2024-05-28T05:55:46.802Z] v3.1.0-dev.5 [2024-05-28T05:55:46.802Z] v3.1.0-dev.50 [2024-05-28T05:55:46.802Z] v3.1.0-dev.51 [2024-05-28T05:55:46.802Z] v3.1.0-dev.52 [2024-05-28T05:55:46.802Z] v3.1.0-dev.53 [2024-05-28T05:55:46.802Z] v3.1.0-dev.54 [2024-05-28T05:55:46.802Z] v3.1.0-dev.55 [2024-05-28T05:55:46.802Z] v3.1.0-dev.56 [2024-05-28T05:55:46.802Z] v3.1.0-dev.57 [2024-05-28T05:55:46.802Z] v3.1.0-dev.58 [2024-05-28T05:55:46.802Z] v3.1.0-dev.59 [2024-05-28T05:55:46.802Z] v3.1.0-dev.6 [2024-05-28T05:55:46.802Z] v3.1.0-dev.60 [2024-05-28T05:55:46.802Z] v3.1.0-dev.61 [2024-05-28T05:55:46.802Z] v3.1.0-dev.62 [2024-05-28T05:55:46.802Z] v3.1.0-dev.63 [2024-05-28T05:55:46.803Z] v3.1.0-dev.64 [2024-05-28T05:55:46.803Z] v3.1.0-dev.65 [2024-05-28T05:55:46.803Z] v3.1.0-dev.66 [2024-05-28T05:55:46.803Z] v3.1.0-dev.67 [2024-05-28T05:55:46.803Z] v3.1.0-dev.68 [2024-05-28T05:55:46.803Z] v3.1.0-dev.69 [2024-05-28T05:55:46.803Z] v3.1.0-dev.7 [2024-05-28T05:55:46.803Z] v3.1.0-dev.70 [2024-05-28T05:55:46.803Z] v3.1.0-dev.71 [2024-05-28T05:55:46.803Z] v3.1.0-dev.72 [2024-05-28T05:55:46.803Z] v3.1.0-dev.73 [2024-05-28T05:55:46.803Z] v3.1.0-dev.8 [2024-05-28T05:55:46.803Z] v3.1.0-dev.9 [2024-05-28T05:55:46.803Z] v3.1.1 [2024-05-28T05:55:46.803Z] v3.1.1-dev.1 [2024-05-28T05:55:46.803Z] v3.1.1-dev.2 [2024-05-28T05:55:46.803Z] v3.2.0-dev.1 [2024-05-28T05:55:46.803Z] v3.2.0-dev.10 [2024-05-28T05:55:46.803Z] v3.2.0-dev.11 [2024-05-28T05:55:46.803Z] v3.2.0-dev.12 [2024-05-28T05:55:46.803Z] v3.2.0-dev.13 [2024-05-28T05:55:46.803Z] v3.2.0-dev.14 [2024-05-28T05:55:46.803Z] v3.2.0-dev.15 [2024-05-28T05:55:46.803Z] v3.2.0-dev.16 [2024-05-28T05:55:46.803Z] v3.2.0-dev.17 [2024-05-28T05:55:46.803Z] v3.2.0-dev.18 [2024-05-28T05:55:46.803Z] v3.2.0-dev.19 [2024-05-28T05:55:46.803Z] v3.2.0-dev.2 [2024-05-28T05:55:46.803Z] v3.2.0-dev.20 [2024-05-28T05:55:46.803Z] v3.2.0-dev.21 [2024-05-28T05:55:46.803Z] v3.2.0-dev.22 [2024-05-28T05:55:46.803Z] v3.2.0-dev.23 [2024-05-28T05:55:46.803Z] v3.2.0-dev.3 [2024-05-28T05:55:46.803Z] v3.2.0-dev.4 [2024-05-28T05:55:46.803Z] v3.2.0-dev.5 [2024-05-28T05:55:46.803Z] v3.2.0-dev.6 [2024-05-28T05:55:46.803Z] v3.2.0-dev.7 [2024-05-28T05:55:46.803Z] v3.2.0-dev.8 [2024-05-28T05:55:46.803Z] v3.2.0-dev.9 [Pipeline] sh [2024-05-28T05:55:47.099Z] + lftools sign git-tag v3.2.0-dev.23 [2024-05-28T05:55:47.668Z] Signing Git tag with Sigul... [2024-05-28T05:55:47.668Z] Signing v3.2.0-dev.23 [Pipeline] echo [2024-05-28T05:55:47.943Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:55:48.230Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-05-28T05:55:48.237Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-05-28T05:55:48.258Z] $ docker stop --time=1 f9cd259930a7667bf3463dadd9cdab5cb51f281b6eb0a00b54fc5c51f6a0bf54 [2024-05-28T05:55:49.558Z] $ docker rm -f --volumes f9cd259930a7667bf3463dadd9cdab5cb51f281b6eb0a00b54fc5c51f6a0bf54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-05-28T05:55:49.997Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-28T05:55:49.997Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:55:50.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T05:55:50.296Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:55:50.372Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:55:50.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:55:50.743Z] $ docker top c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 -eo pid,comm [2024-05-28T05:55:50.793Z] 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-05-28T05:55:50.793Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-28T05:55:50.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-28T05:55:50.846Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-28T05:55:50.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-28T05:55:50.950Z] $ docker exec c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 ssh-agent [2024-05-28T05:55:51.063Z] SSH_AUTH_SOCK=/tmp/ssh-d1bBUqmZyO7Q/agent.32 [2024-05-28T05:55:51.063Z] SSH_AGENT_PID=38 [2024-05-28T05:55:51.068Z] Running ssh-add (command line suppressed) [2024-05-28T05:55:51.171Z] Identity added: /w/workspace/edgex-go/641@tmp/private_key_18242338100639062320.key (/w/workspace/edgex-go/641@tmp/private_key_18242338100639062320.key) [2024-05-28T05:55:51.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-28T05:55:51.476Z] + git semver bump pre [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,638 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,638 [bump_version] DEBUG bumping version:3.2.0-dev.23 on axis:pre with prefix:dev [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,638 [bump_version] DEBUG bumped version:3.2.0-dev.24 [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,638 [write_version] DEBUG write version:3.2.0-dev.24 to path:/w/workspace/edgex-go/641/.semver/main with force:True [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,638 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,638 [write_file] DEBUG write to file:/w/workspace/edgex-go/641/.semver/main [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,640 [execute] INFO git cat-file --batch-check [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,640 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=) [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,645 [execute] INFO git cat-file --batch [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,646 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=) [2024-05-28T05:55:51.736Z] 2024-05-28 05:55:51,650 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:55:51.736Z] 3.2.0-dev.24 [Pipeline] } [2024-05-28T05:55:51.742Z] $ docker exec --env ******** --env ******** c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 ssh-agent -k [2024-05-28T05:55:51.829Z] unset SSH_AUTH_SOCK; [2024-05-28T05:55:51.830Z] unset SSH_AGENT_PID; [2024-05-28T05:55:51.830Z] echo Agent pid 38 killed; [2024-05-28T05:55:51.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-28T05:55:52.167Z] + git semver [Pipeline] } [2024-05-28T05:55:52.433Z] $ docker stop --time=1 c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 [2024-05-28T05:55:53.723Z] $ docker rm -f --volumes c62a6aa91748d66d81d1ffe8d1063aacfe575ee28f28be85e035b54f5eb4f8a9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-05-28T05:55:54.081Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-05-28T05:55:54.081Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:55:54.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-05-28T05:55:54.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:55:54.461Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:55:54.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:55:54.823Z] $ docker top af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-05-28T05:55:54.933Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-05-28T05:55:54.933Z] [ssh-agent] Looking for ssh-agent implementation... [2024-05-28T05:55:55.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-05-28T05:55:55.040Z] $ docker exec af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b ssh-agent [2024-05-28T05:55:55.145Z] SSH_AUTH_SOCK=/tmp/ssh-bINTJAUTXlwu/agent.33 [2024-05-28T05:55:55.145Z] SSH_AGENT_PID=39 [2024-05-28T05:55:55.149Z] Running ssh-add (command line suppressed) [2024-05-28T05:55:55.248Z] Identity added: /w/workspace/edgex-go/641@tmp/private_key_6570337722793846622.key (/w/workspace/edgex-go/641@tmp/private_key_6570337722793846622.key) [2024-05-28T05:55:55.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-05-28T05:55:55.558Z] + git semver push [2024-05-28T05:55:55.817Z] 2024-05-28 05:55:55,751 [run_push] DEBUG push [2024-05-28T05:55:55.817Z] 2024-05-28 05:55:55,751 [execute] INFO git cat-file --batch-check [2024-05-28T05:55:55.817Z] 2024-05-28 05:55:55,751 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=) [2024-05-28T05:55:55.817Z] 2024-05-28 05:55:55,755 [execute] INFO git rev-list 6dd51eacf1c9a7edd89c6232d846f8b574f367d4 -- [2024-05-28T05:55:55.817Z] 2024-05-28 05:55:55,756 [execute] DEBUG Popen(['git', 'rev-list', '6dd51eacf1c9a7edd89c6232d846f8b574f367d4', '--'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-28T05:55:55.817Z] 2024-05-28 05:55:55,772 [execute] INFO git fetch -v origin [2024-05-28T05:55:55.817Z] 2024-05-28 05:55:55,773 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=True, shell=None, istream=None) [2024-05-28T05:55:56.386Z] 2024-05-28 05:55:56,193 [run_push] DEBUG no remote changes detected [2024-05-28T05:55:56.386Z] 2024-05-28 05:55:56,194 [execute] INFO git push origin semver [2024-05-28T05:55:56.386Z] 2024-05-28 05:55:56,194 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/641/.semver, universal_newlines=False, shell=None, istream=None) [2024-05-28T05:55:56.955Z] 2024-05-28 05:55:56,934 [run_push] DEBUG push all version tags [2024-05-28T05:55:56.955Z] 2024-05-28 05:55:56,935 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-05-28T05:55:56.955Z] 2024-05-28 05:55:56,936 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/641, universal_newlines=False, shell=None, istream=None) [2024-05-28T05:55:57.891Z] 2024-05-28 05:55:57,575 [read_version] DEBUG read version from /w/workspace/edgex-go/641/.semver/main [2024-05-28T05:55:57.891Z] 3.2.0-dev.24 [Pipeline] } [2024-05-28T05:55:57.898Z] $ docker exec --env ******** --env ******** af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b ssh-agent -k [2024-05-28T05:55:57.990Z] unset SSH_AUTH_SOCK; [2024-05-28T05:55:57.990Z] unset SSH_AGENT_PID; [2024-05-28T05:55:57.990Z] echo Agent pid 39 killed; [2024-05-28T05:55:58.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-05-28T05:55:58.326Z] + git semver [Pipeline] } [2024-05-28T05:55:58.595Z] $ docker stop --time=1 af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b [2024-05-28T05:55:59.835Z] $ docker rm -f --volumes af15132fdbb948838cf80f1c4f14eec58dc300e5df9bb1036d56238fb47fe82b [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-05-28T05:56:00.420Z] + [ -d /w/workspace/edgex-go/641/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:56:00.708Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:56:01.567Z] ---> package-listing.sh [2024-05-28T05:56:01.567Z] ++ facter osfamily [2024-05-28T05:56:01.567Z] ++ tr '[:upper:]' '[:lower:]' [2024-05-28T05:56:01.826Z] + OS_FAMILY=debian [2024-05-28T05:56:01.826Z] + workspace=/w/workspace/edgex-go/641 [2024-05-28T05:56:01.826Z] + START_PACKAGES=/tmp/packages_start.txt [2024-05-28T05:56:01.826Z] + END_PACKAGES=/tmp/packages_end.txt [2024-05-28T05:56:01.826Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-05-28T05:56:01.826Z] + PACKAGES=/tmp/packages_start.txt [2024-05-28T05:56:01.826Z] + '[' /w/workspace/edgex-go/641 ']' [2024-05-28T05:56:01.826Z] + PACKAGES=/tmp/packages_end.txt [2024-05-28T05:56:01.826Z] + case "${OS_FAMILY}" in [2024-05-28T05:56:01.826Z] + dpkg -l [2024-05-28T05:56:01.826Z] + grep '^ii' [2024-05-28T05:56:01.826Z] + '[' -f /tmp/packages_start.txt ']' [2024-05-28T05:56:01.826Z] + '[' -f /tmp/packages_end.txt ']' [2024-05-28T05:56:01.826Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-05-28T05:56:01.826Z] + '[' /w/workspace/edgex-go/641 ']' [2024-05-28T05:56:01.826Z] + mkdir -p /w/workspace/edgex-go/641/archives/ [2024-05-28T05:56:01.826Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/641/archives/ [Pipeline] echo [2024-05-28T05:56:01.836Z] 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/641/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-05-28T05:56:02.112Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:56:02.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-28T05:56:02.670Z] [2024-05-28T05:56:02.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-05-28T05:56:02.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-28T05:56:02.967Z] latest: Pulling from edgex-lftools-log-publisher [2024-05-28T05:56:02.967Z] 5eb5b503b376: Pulling fs layer [2024-05-28T05:56:02.967Z] 5c69ac0246d0: Pulling fs layer [2024-05-28T05:56:02.967Z] ec43610c2a17: Pulling fs layer [2024-05-28T05:56:02.967Z] 3a2ae6a8a46f: Pulling fs layer [2024-05-28T05:56:02.967Z] 33b1e0a273af: Pulling fs layer [2024-05-28T05:56:02.967Z] 5d3b04190fa2: Pulling fs layer [2024-05-28T05:56:02.967Z] 2f39f015ded8: Pulling fs layer [2024-05-28T05:56:02.967Z] 33b1e0a273af: Waiting [2024-05-28T05:56:02.967Z] 5d3b04190fa2: Waiting [2024-05-28T05:56:02.967Z] 2f39f015ded8: Waiting [2024-05-28T05:56:02.967Z] 3a2ae6a8a46f: Waiting [2024-05-28T05:56:02.967Z] 5c69ac0246d0: Verifying Checksum [2024-05-28T05:56:02.967Z] 5c69ac0246d0: Download complete [2024-05-28T05:56:02.967Z] 3a2ae6a8a46f: Verifying Checksum [2024-05-28T05:56:02.967Z] 3a2ae6a8a46f: Download complete [2024-05-28T05:56:02.967Z] 33b1e0a273af: Verifying Checksum [2024-05-28T05:56:02.967Z] 33b1e0a273af: Download complete [2024-05-28T05:56:02.967Z] 5d3b04190fa2: Verifying Checksum [2024-05-28T05:56:02.967Z] 5d3b04190fa2: Download complete [2024-05-28T05:56:03.224Z] ec43610c2a17: Verifying Checksum [2024-05-28T05:56:03.224Z] ec43610c2a17: Download complete [2024-05-28T05:56:03.224Z] 5eb5b503b376: Verifying Checksum [2024-05-28T05:56:03.224Z] 5eb5b503b376: Download complete [2024-05-28T05:56:03.790Z] 2f39f015ded8: Verifying Checksum [2024-05-28T05:56:03.790Z] 2f39f015ded8: Download complete [2024-05-28T05:56:04.357Z] 5eb5b503b376: Pull complete [2024-05-28T05:56:04.357Z] 5c69ac0246d0: Pull complete [2024-05-28T05:56:04.924Z] ec43610c2a17: Pull complete [2024-05-28T05:56:04.924Z] 3a2ae6a8a46f: Pull complete [2024-05-28T05:56:05.183Z] 33b1e0a273af: Pull complete [2024-05-28T05:56:05.183Z] 5d3b04190fa2: Pull complete [2024-05-28T05:56:09.370Z] 2f39f015ded8: Pull complete [2024-05-28T05:56:09.370Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-05-28T05:56:09.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-05-28T05:56:09.370Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-05-28T05:56:09.475Z] prd-ubuntu20.04-docker-8c-8g-918 does not seem to be running inside a container [2024-05-28T05:56:09.500Z] $ 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/641/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/641 -v /w/workspace/edgex-go/641:/w/workspace/edgex-go/641:rw,z -v /w/workspace/edgex-go/641@tmp:/w/workspace/edgex-go/641@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-05-28T05:56:15.081Z] $ docker top 3b6ee328ac3bb6666829b9f24a3c446f2cc5d1f615784c2fcfdafadf4f42343f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-05-28T05:56:15.431Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-05-28T05:56:15.716Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-05-28T05:56:16.000Z] + ls /var/log/sa-host [2024-05-28T05:56:16.000Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-05-28T05:56:16.161Z] provisioning config files... [2024-05-28T05:56:16.169Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/641@tmp/config2078151186576692969tmp [Pipeline] { [Pipeline] echo [2024-05-28T05:56:16.192Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:56:16.475Z] ---> create-netrc.sh [Pipeline] } [2024-05-28T05:56:16.482Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:56:16.824Z] ---> python-tools-install.sh [Pipeline] echo [2024-05-28T05:56:16.834Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:56:17.122Z] ---> sudo-logs.sh [2024-05-28T05:56:17.122Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-05-28T05:56:17.151Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:56:17.434Z] ---> job-cost.sh [2024-05-28T05:56:17.435Z] lf-activate-venv: SKIPPING [2024-05-28T05:56:17.435Z] DEBUG: total: 0.10999999940395355 [2024-05-28T05:56:17.435Z] INFO: Retrieving Stack Cost... [2024-05-28T05:56:17.694Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-05-28T05:56:18.262Z] INFO: Archiving Costs [Pipeline] echo [2024-05-28T05:56:18.274Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-05-28T05:56:18.561Z] ---> logs-deploy.sh [2024-05-28T05:56:18.561Z] lf-activate-venv: SKIPPING [2024-05-28T05:56:18.561Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/641 [2024-05-28T05:56:18.561Z] INFO: archiving workspace using pattern(s): [2024-05-28T05:56:19.499Z] Archives upload complete. [2024-05-28T05:56:19.499Z] INFO: archiving logs to Nexus