Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2b98b0065012eac835be930949dbee65d2568e96 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-ssh14372336674673736504.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-ssh13497048364727146876.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-ssh7050366043913860736.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-ssh10637374347535160746.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-ssh9895456540431107761.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7388 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/667 [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/667 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 2b98b0065012eac835be930949dbee65d2568e96 (main) Commit message: "Merge pull request #4857 from jackchenjc/issue-4852" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b98b0065012eac835be930949dbee65d2568e96 # timeout=10 > git rev-list --no-walk ec96e723b98e779972536fd74512d007c7aee7d0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-08-08T14:53:26.383Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-08-08T14:53:26.465Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-08-08T14:53:26.497Z] ========================================================= [2024-08-08T14:53:26.497Z] EdgeX Global Pipelines Version Info [2024-08-08T14:53:26.497Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-08-08T14:53:27.270Z] ------------------- [2024-08-08T14:53:27.270Z] stable info: [2024-08-08T14:53:27.270Z] ------------------- [2024-08-08T14:53:27.270Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-08T14:53:27.270Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-08-08T14:53:27.270Z] Message: update stable to v1.0.260 [2024-08-08T14:53:27.840Z] ------------------- [2024-08-08T14:53:27.840Z] experimental info: [2024-08-08T14:53:27.840Z] ------------------- [2024-08-08T14:53:27.840Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-08-08T14:53:27.840Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-08-08T14:53:27.840Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-08-08T14:53:27.957Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-08-08T14:53:27.974Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-08-08T14:53:27.998Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-08-08T14:53:28.021Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-08-08T14:53:28.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-08-08T14:53:28.076Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-08-08T14:53:28.099Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-08-08T14:53:28.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-08-08T14:53:28.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-08-08T14:53:28.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-08-08T14:53:28.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-08-08T14:53:28.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-08-08T14:53:28.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-08-08T14:53:28.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-08-08T14:53:28.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-08-08T14:53:28.306Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-08-08T14:53:28.326Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-08-08T14:53:28.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-08-08T14:53:28.374Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-08-08T14:53:28.400Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-08-08T14:53:28.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-08-08T14:53:28.449Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-08-08T14:53:28.469Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-08-08T14:53:28.496Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-08-08T14:53:28.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-08-08T14:53:28.541Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-08-08T14:53:28.565Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] echo [2024-08-08T14:53:28.588Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b98b00 [Pipeline] echo [2024-08-08T14:53:28.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-08T14:53:29.136Z] provisioning config files... [2024-08-08T14:53:29.151Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/667@tmp/config12308395120898308199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-08T14:53:29.481Z] ---> ****-login.sh [2024-08-08T14:53:29.481Z] nexus3.edgexfoundry.org:10001 [2024-08-08T14:53:29.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:53:29.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:53:29.741Z] Configure a credential helper to remove this warning. See [2024-08-08T14:53:29.741Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:53:29.741Z] [2024-08-08T14:53:29.741Z] Login Succeeded [2024-08-08T14:53:29.741Z] nexus3.edgexfoundry.org:10002 [2024-08-08T14:53:30.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:53:30.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:53:30.001Z] Configure a credential helper to remove this warning. See [2024-08-08T14:53:30.001Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:53:30.001Z] [2024-08-08T14:53:30.001Z] Login Succeeded [2024-08-08T14:53:30.001Z] nexus3.edgexfoundry.org:10003 [2024-08-08T14:53:30.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:53:30.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:53:30.001Z] Configure a credential helper to remove this warning. See [2024-08-08T14:53:30.001Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:53:30.001Z] [2024-08-08T14:53:30.001Z] Login Succeeded [2024-08-08T14:53:30.002Z] nexus3.edgexfoundry.org:10004 [2024-08-08T14:53:30.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:53:30.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:53:30.264Z] Configure a credential helper to remove this warning. See [2024-08-08T14:53:30.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:53:30.264Z] [2024-08-08T14:53:30.264Z] Login Succeeded [2024-08-08T14:53:30.264Z] ****.io [2024-08-08T14:53:30.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:53:30.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:53:30.525Z] Configure a credential helper to remove this warning. See [2024-08-08T14:53:30.525Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:53:30.525Z] [2024-08-08T14:53:30.525Z] Login Succeeded [2024-08-08T14:53:30.525Z] ---> ****-login.sh ends [Pipeline] } [2024-08-08T14:53:30.533Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-08T14:53:30.864Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/core-command/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo core-command,cmd/core-command/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-08-08T14:53:30.864Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-08-08T14:53:30.864Z] + + dirname cmd/core-data/Dockerfilecut [2024-08-08T14:53:30.864Z] -d/ -f2 [2024-08-08T14:53:30.864Z] + echo core-data,cmd/core-data/Dockerfile [2024-08-08T14:53:30.864Z] + + cut -d/ -f2 [2024-08-08T14:53:30.864Z] dirname cmd/core-keeper/Dockerfile [2024-08-08T14:53:30.864Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + dirname cmd/core-metadata/Dockerfile [2024-08-08T14:53:30.864Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-08-08T14:53:30.864Z] + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ [2024-08-08T14:53:30.864Z] -f2 [2024-08-08T14:53:30.864Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/security-spire-agent/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/security-spire-config/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/security-spire-server/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/support-notifications/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-08-08T14:53:30.864Z] + dirname cmd/support-scheduler/Dockerfile [2024-08-08T14:53:30.864Z] + cut -d/ -f2 [2024-08-08T14:53:30.864Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-08-08T14:53:30.896Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-cron-scheduler, dockerfile:cmd/support-cron-scheduler/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-08-08T14:53:31.261Z] + git rev-list -1 --merges 2b98b0065012eac835be930949dbee65d2568e96~1..2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] echo [2024-08-08T14:53:31.274Z] -----------> git rev-list -1 --merges 2b98b0065012eac835be930949dbee65d2568e96~1..2b98b0065012eac835be930949dbee65d2568e96 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T14:53:31.274Z] 2b98b0065012eac835be930949dbee65d2568e96 [false] [Pipeline] sh [2024-08-08T14:53:31.565Z] + git log --format=format:%s -1 2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] echo [2024-08-08T14:53:31.578Z] ========================================================= [2024-08-08T14:53:31.578Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-08-08T14:53:31.578Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-08-08T14:53:32.012Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-08T14:53:32.012Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-08-08T14:53:32.012Z] + [ -e /tmp/ssh_known_hosts ] [2024-08-08T14:53:32.012Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-08-08T14:53:32.012Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2024-08-08T14:53:32.012Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-08-08T14:53:32.012Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:53:32.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-08T14:53:32.506Z] [2024-08-08T14:53:32.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:53:32.811Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-08T14:53:32.811Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-08-08T14:53:32.811Z] b85a868b505f: Pulling fs layer [2024-08-08T14:53:32.811Z] e2be974225ed: Pulling fs layer [2024-08-08T14:53:32.811Z] 339a4e72a1f5: Pulling fs layer [2024-08-08T14:53:32.811Z] 988bab9f4d93: Pulling fs layer [2024-08-08T14:53:32.811Z] 1469e6f7b9e6: Pulling fs layer [2024-08-08T14:53:32.811Z] eaf3925da568: Pulling fs layer [2024-08-08T14:53:32.811Z] bab4dde63d76: Pulling fs layer [2024-08-08T14:53:32.811Z] bde34c3a00c8: Pulling fs layer [2024-08-08T14:53:32.811Z] b352a97aabf1: Pulling fs layer [2024-08-08T14:53:32.811Z] 4872d77fe225: Pulling fs layer [2024-08-08T14:53:32.811Z] 5851b861e8e6: Pulling fs layer [2024-08-08T14:53:32.811Z] bab4dde63d76: Waiting [2024-08-08T14:53:32.811Z] bde34c3a00c8: Waiting [2024-08-08T14:53:32.811Z] b352a97aabf1: Waiting [2024-08-08T14:53:32.811Z] 4872d77fe225: Waiting [2024-08-08T14:53:32.811Z] 5851b861e8e6: Waiting [2024-08-08T14:53:32.811Z] 988bab9f4d93: Waiting [2024-08-08T14:53:32.811Z] eaf3925da568: Waiting [2024-08-08T14:53:32.811Z] 1469e6f7b9e6: Waiting [2024-08-08T14:53:32.811Z] e2be974225ed: Download complete [2024-08-08T14:53:32.811Z] 988bab9f4d93: Verifying Checksum [2024-08-08T14:53:32.811Z] 988bab9f4d93: Download complete [2024-08-08T14:53:32.811Z] 1469e6f7b9e6: Verifying Checksum [2024-08-08T14:53:32.811Z] 1469e6f7b9e6: Download complete [2024-08-08T14:53:32.811Z] eaf3925da568: Verifying Checksum [2024-08-08T14:53:32.811Z] eaf3925da568: Download complete [2024-08-08T14:53:32.811Z] 339a4e72a1f5: Verifying Checksum [2024-08-08T14:53:32.811Z] 339a4e72a1f5: Download complete [2024-08-08T14:53:33.070Z] bde34c3a00c8: Download complete [2024-08-08T14:53:33.070Z] b352a97aabf1: Download complete [2024-08-08T14:53:33.070Z] 4872d77fe225: Verifying Checksum [2024-08-08T14:53:33.070Z] 4872d77fe225: Download complete [2024-08-08T14:53:33.070Z] 5851b861e8e6: Download complete [2024-08-08T14:53:33.070Z] b85a868b505f: Verifying Checksum [2024-08-08T14:53:33.070Z] b85a868b505f: Download complete [2024-08-08T14:53:33.328Z] bab4dde63d76: Verifying Checksum [2024-08-08T14:53:33.328Z] bab4dde63d76: Download complete [2024-08-08T14:53:34.264Z] b85a868b505f: Pull complete [2024-08-08T14:53:34.264Z] e2be974225ed: Pull complete [2024-08-08T14:53:34.832Z] 339a4e72a1f5: Pull complete [2024-08-08T14:53:34.832Z] 988bab9f4d93: Pull complete [2024-08-08T14:53:35.092Z] 1469e6f7b9e6: Pull complete [2024-08-08T14:53:35.092Z] eaf3925da568: Pull complete [2024-08-08T14:53:37.010Z] bab4dde63d76: Pull complete [2024-08-08T14:53:37.010Z] bde34c3a00c8: Pull complete [2024-08-08T14:53:37.010Z] b352a97aabf1: Pull complete [2024-08-08T14:53:37.010Z] 4872d77fe225: Pull complete [2024-08-08T14:53:37.010Z] 5851b861e8e6: Pull complete [2024-08-08T14:53:37.010Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-08-08T14:53:37.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-08T14:53:37.010Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T14:53:37.144Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T14:53:37.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T14:53:39.962Z] $ docker top 3f405861349fa1656b55a8d3931fac0b799b2a8241048e3df3ce89e7f7f14d02 -eo pid,comm [2024-08-08T14:53:40.016Z] 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-08-08T14:53:40.016Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-08T14:53:40.086Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-08T14:53:40.086Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-08T14:53:40.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-08T14:53:40.197Z] $ docker exec 3f405861349fa1656b55a8d3931fac0b799b2a8241048e3df3ce89e7f7f14d02 ssh-agent [2024-08-08T14:53:40.310Z] SSH_AUTH_SOCK=/tmp/ssh-Sise6sHsF88Q/agent.32 [2024-08-08T14:53:40.310Z] SSH_AGENT_PID=38 [2024-08-08T14:53:40.316Z] Running ssh-add (command line suppressed) [2024-08-08T14:53:40.406Z] Identity added: /w/workspace/edgex-go/667@tmp/private_key_1810614326057827074.key (/w/workspace/edgex-go/667@tmp/private_key_1810614326057827074.key) [2024-08-08T14:53:40.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-08T14:53:40.711Z] + git tag --points-at HEAD [Pipeline] } [2024-08-08T14:53:40.721Z] $ docker exec --env ******** --env ******** 3f405861349fa1656b55a8d3931fac0b799b2a8241048e3df3ce89e7f7f14d02 ssh-agent -k [2024-08-08T14:53:40.807Z] unset SSH_AUTH_SOCK; [2024-08-08T14:53:40.807Z] unset SSH_AGENT_PID; [2024-08-08T14:53:40.807Z] echo Agent pid 38 killed; [2024-08-08T14:53:40.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-08-08T14:53:40.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-08T14:53:40.871Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-08T14:53:40.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-08T14:53:40.987Z] $ docker exec 3f405861349fa1656b55a8d3931fac0b799b2a8241048e3df3ce89e7f7f14d02 ssh-agent [2024-08-08T14:53:41.091Z] SSH_AUTH_SOCK=/tmp/ssh-vxUqKSoKFcDH/agent.71 [2024-08-08T14:53:41.091Z] SSH_AGENT_PID=77 [2024-08-08T14:53:41.096Z] Running ssh-add (command line suppressed) [2024-08-08T14:53:41.181Z] Identity added: /w/workspace/edgex-go/667@tmp/private_key_1665514238680291766.key (/w/workspace/edgex-go/667@tmp/private_key_1665514238680291766.key) [2024-08-08T14:53:41.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-08T14:53:41.489Z] + git semver init [2024-08-08T14:53:41.748Z] 2024-08-08 14:53:41,678 [run_init] DEBUG init version:0.0.0 force:False [2024-08-08T14:53:41.749Z] 2024-08-08 14:53:41,679 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/667/.semver [2024-08-08T14:53:41.749Z] 2024-08-08 14:53:41,679 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/667/.semver [2024-08-08T14:53:41.749Z] 2024-08-08 14:53:41,680 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/667/.semver'], cwd=/w/workspace/edgex-go/667, universal_newlines=False, shell=None, istream=None) [2024-08-08T14:53:56.822Z] 2024-08-08 14:53:56,485 [append_file] DEBUG append to file:/w/workspace/edgex-go/667/.git/info/exclude [2024-08-08T14:53:56.822Z] 2024-08-08 14:53:56,486 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/667/.semver/main with force:False [2024-08-08T14:53:56.822Z] 2024-08-08 14:53:56,486 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T14:53:56.822Z] 2024-08-08 14:53:56,486 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T14:53:56.822Z] 3.2.0-dev.49 [Pipeline] } [2024-08-08T14:53:56.829Z] $ docker exec --env ******** --env ******** 3f405861349fa1656b55a8d3931fac0b799b2a8241048e3df3ce89e7f7f14d02 ssh-agent -k [2024-08-08T14:53:56.924Z] unset SSH_AUTH_SOCK; [2024-08-08T14:53:56.925Z] unset SSH_AGENT_PID; [2024-08-08T14:53:56.925Z] echo Agent pid 77 killed; [2024-08-08T14:53:56.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-08T14:53:57.259Z] + git semver [Pipeline] } [2024-08-08T14:53:57.528Z] $ docker stop --time=1 3f405861349fa1656b55a8d3931fac0b799b2a8241048e3df3ce89e7f7f14d02 [2024-08-08T14:53:58.830Z] $ docker rm -f --volumes 3f405861349fa1656b55a8d3931fac0b799b2a8241048e3df3ce89e7f7f14d02 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-08T14:53:59.180Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-08-08T14:53:59.419Z] Stashed 1 file(s) [Pipeline] echo [2024-08-08T14:53:59.424Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.49 [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-08-08T14:53:59.848Z] + git config --global --add safe.directory /w/workspace/edgex-go/667 [Pipeline] echo [2024-08-08T14:53:59.860Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-08T14:53:59.878Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-08T14:53:59.894Z] ========================================================= [2024-08-08T14:53:59.894Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-08-08T14:53:59.894Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-08T14:54:00.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-08T14:54:00.450Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-08-08T14:54:00.450Z] 619be1103602: Pulling fs layer [2024-08-08T14:54:00.450Z] 7862e08f4a3e: Pulling fs layer [2024-08-08T14:54:00.450Z] 5df492c9dc93: Pulling fs layer [2024-08-08T14:54:00.450Z] 7629e6793208: Pulling fs layer [2024-08-08T14:54:00.450Z] 4f4fb700ef54: Pulling fs layer [2024-08-08T14:54:00.450Z] fb5054dd5b73: Pulling fs layer [2024-08-08T14:54:00.450Z] eeca6798cff9: Pulling fs layer [2024-08-08T14:54:00.450Z] aa269ceb94a6: Pulling fs layer [2024-08-08T14:54:00.450Z] ada007ff1a6a: Pulling fs layer [2024-08-08T14:54:00.450Z] 7629e6793208: Waiting [2024-08-08T14:54:00.450Z] fb5054dd5b73: Waiting [2024-08-08T14:54:00.450Z] eeca6798cff9: Waiting [2024-08-08T14:54:00.450Z] 4f4fb700ef54: Waiting [2024-08-08T14:54:00.450Z] aa269ceb94a6: Waiting [2024-08-08T14:54:00.450Z] ada007ff1a6a: Waiting [2024-08-08T14:54:00.450Z] 7862e08f4a3e: Download complete [2024-08-08T14:54:00.450Z] 7629e6793208: Download complete [2024-08-08T14:54:00.450Z] 4f4fb700ef54: Download complete [2024-08-08T14:54:00.450Z] fb5054dd5b73: Verifying Checksum [2024-08-08T14:54:00.450Z] fb5054dd5b73: Download complete [2024-08-08T14:54:00.450Z] 619be1103602: Verifying Checksum [2024-08-08T14:54:00.450Z] 619be1103602: Download complete [2024-08-08T14:54:00.450Z] eeca6798cff9: Verifying Checksum [2024-08-08T14:54:00.450Z] eeca6798cff9: Download complete [2024-08-08T14:54:00.709Z] 619be1103602: Pull complete [2024-08-08T14:54:00.709Z] ada007ff1a6a: Verifying Checksum [2024-08-08T14:54:00.709Z] ada007ff1a6a: Download complete [2024-08-08T14:54:00.709Z] 7862e08f4a3e: Pull complete [2024-08-08T14:54:00.968Z] 5df492c9dc93: Download complete [2024-08-08T14:54:01.226Z] aa269ceb94a6: Verifying Checksum [2024-08-08T14:54:01.226Z] aa269ceb94a6: Download complete [2024-08-08T14:54:04.563Z] 5df492c9dc93: Pull complete [2024-08-08T14:54:04.563Z] 7629e6793208: Pull complete [2024-08-08T14:54:04.563Z] 4f4fb700ef54: Pull complete [2024-08-08T14:54:04.563Z] fb5054dd5b73: Pull complete [2024-08-08T14:54:04.563Z] eeca6798cff9: Pull complete [2024-08-08T14:54:07.100Z] aa269ceb94a6: Pull complete [2024-08-08T14:54:07.358Z] ada007ff1a6a: Pull complete [2024-08-08T14:54:07.358Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-08-08T14:54:07.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-08T14:54:07.358Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-08T14:54:07.650Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-08T14:54:07.650Z] WORKDIR /edgex [2024-08-08T14:54:07.650Z] COPY go.mod . [2024-08-08T14:54:07.650Z] RUN go mod download [2024-08-08T14:54:07.650Z] + docker build -t ci-base-image-x86_64 -f - . [2024-08-08T14:54:08.217Z] Sending build context to Docker daemon 178.9MB [2024-08-08T14:54:08.217Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-08-08T14:54:08.217Z] ---> f489d0715acc [2024-08-08T14:54:08.217Z] Step 2/4 : WORKDIR /edgex [2024-08-08T14:54:13.505Z] ---> Running in 629cf42cc72b [2024-08-08T14:54:13.505Z] Removing intermediate container 629cf42cc72b [2024-08-08T14:54:13.505Z] ---> 620c104f4628 [2024-08-08T14:54:13.505Z] Step 3/4 : COPY go.mod . [2024-08-08T14:54:13.765Z] ---> 7a1b4c85aeca [2024-08-08T14:54:13.765Z] Step 4/4 : RUN go mod download [2024-08-08T14:54:13.765Z] ---> Running in d59f2c09922a [2024-08-08T14:54:14.515Z] Still waiting to schedule task [2024-08-08T14:54:14.515Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-08-08T14:54:40.306Z] Removing intermediate container d59f2c09922a [2024-08-08T14:54:40.306Z] ---> 71595f1e3ff9 [2024-08-08T14:54:40.306Z] Successfully built 71595f1e3ff9 [2024-08-08T14:54:40.306Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:54:40.617Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-08T14:54:40.617Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T14:54:40.690Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T14:54:40.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T14:54:41.116Z] $ docker top 5afd85bd1e4729b34cf5b80095cca2b60a5c81c1b4ab408c0f84896ade15d8b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-08T14:54:41.474Z] + go version [2024-08-08T14:54:41.474Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-08-08T14:54:41.487Z] $ docker stop --time=1 5afd85bd1e4729b34cf5b80095cca2b60a5c81c1b4ab408c0f84896ade15d8b6 [2024-08-08T14:54:42.753Z] $ docker rm -f --volumes 5afd85bd1e4729b34cf5b80095cca2b60a5c81c1b4ab408c0f84896ade15d8b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:54:43.198Z] + docker inspect -f . ci-base-image-x86_64 [2024-08-08T14:54:43.198Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T14:54:43.284Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T14:54:43.309Z] $ 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/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T14:54:43.645Z] $ docker top 24822e7677b25bbc7faabc001cde5b06b21a2f8dbe0bfe5f3fe19147e3153c73 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-08-08T14:54:43.712Z] ========================================================= [2024-08-08T14:54:43.712Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-08-08T14:54:43.712Z] ========================================================= [Pipeline] sh [2024-08-08T14:54:43.990Z] + git config --global --add safe.directory /w/workspace/edgex-go/667 [Pipeline] fileExists [Pipeline] sh [2024-08-08T14:54:44.289Z] + make test [2024-08-08T14:54:44.290Z] go test -race -coverprofile=coverage.out ./... [2024-08-08T14:54:52.414Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-08-08T14:55:24.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-08-08T14:55:24.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements [2024-08-08T14:55:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-08-08T14:55:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-08-08T14:55:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-08-08T14:55:25.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-08-08T14:55:25.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-08-08T14:55:25.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements [2024-08-08T14:55:26.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-08-08T14:55:26.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-08-08T14:55:26.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-08-08T14:55:26.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-08-08T14:55:26.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-08-08T14:55:26.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-08-08T14:55:26.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-08-08T14:55:26.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-08-08T14:55:26.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-08-08T14:55:27.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-08-08T14:55:27.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-08-08T14:55:27.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-08-08T14:55:27.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-08-08T14:55:27.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-08-08T14:55:28.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-08-08T14:55:28.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-08-08T14:55:29.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.2% of statements [2024-08-08T14:55:29.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.048s coverage: 53.2% of statements [2024-08-08T14:55:29.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.627s coverage: 93.4% of statements [2024-08-08T14:55:29.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 91.7% of statements [2024-08-08T14:55:29.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 6.5% of statements [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-08-08T14:55:29.965Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-08-08T14:55:31.338Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.361s coverage: 95.8% of statements [2024-08-08T14:55:31.338Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements [2024-08-08T14:55:31.905Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.025s coverage: 0.0% of statements [no tests to run] [2024-08-08T14:55:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-08-08T14:55:31.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-08-08T14:55:32.838Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.8% of statements [2024-08-08T14:55:32.838Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.040s coverage: 30.7% of statements [2024-08-08T14:55:32.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.037s coverage: 41.7% of statements [2024-08-08T14:55:33.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.028s coverage: 77.8% of statements [2024-08-08T14:55:33.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2024-08-08T14:55:33.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements [2024-08-08T14:55:33.772Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2024-08-08T14:55:34.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-08-08T14:55:34.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-08-08T14:55:34.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-08-08T14:55:34.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-08-08T14:55:34.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-08-08T14:55:34.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-08-08T14:55:34.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-08-08T14:55:34.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-08-08T14:55:35.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] [2024-08-08T14:55:35.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] [2024-08-08T14:55:35.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] [2024-08-08T14:55:36.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-08-08T14:55:36.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-08-08T14:55:36.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-08-08T14:55:36.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-08-08T14:55:36.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-08-08T14:55:36.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-08-08T14:55:37.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-08-08T14:55:38.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-08-08T14:55:39.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-08-08T14:55:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-08-08T14:55:40.427Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-08-08T14:55:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-08-08T14:55:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-08-08T14:55:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-08-08T14:55:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-08-08T14:55:43.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-08-08T14:55:44.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-08-08T14:55:44.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-08-08T14:55:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-08-08T14:55:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-08-08T14:55:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-08-08T14:55:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-08-08T14:55:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2024-08-08T14:55:47.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-08-08T14:55:47.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-08-08T14:55:47.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-08-08T14:55:47.155Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-08-08T14:55:47.756Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7389 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2024-08-08T14:55:47.775Z] Running in /w/workspace/edgex-go/667 [Pipeline] { [Pipeline] checkout [2024-08-08T14:55:48.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-08-08T14:55:48.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-08-08T14:55:49.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-08-08T14:55:49.473Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-08-08T14:55:50.829Z] The recommended git tool is: git [2024-08-08T14:55:55.107Z] using credential edgex-jenkins-ssh [2024-08-08T14:55:55.142Z] Cloning the remote Git repository [2024-08-08T14:55:55.180Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-08-08T14:55:55.277Z] > git init /w/workspace/edgex-go/667 # timeout=10 [2024-08-08T14:55:55.414Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-08-08T14:55:55.415Z] > git --version # timeout=10 [2024-08-08T14:55:55.439Z] > git --version # 'git version 2.25.1' [2024-08-08T14:55:55.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-08-08T14:55:55.590Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.237s coverage: 79.9% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.041s coverage: 92.9% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.028s coverage: 67.2% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.095s coverage: 62.3% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.021s coverage: 76.6% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.023s coverage: 87.2% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.072s coverage: 81.8% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.067s coverage: 82.1% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 86.0% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.132s coverage: 63.1% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.033s coverage: 73.7% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.012s coverage: 100.0% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.128s coverage: 36.5% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.058s coverage: 19.9% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.090s coverage: 95.7% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.023s coverage: 61.8% of statements [2024-08-08T14:55:59.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.075s coverage: 98.9% of statements [2024-08-08T14:55:59.447Z] 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-08-08T14:55:59.447Z] running golangci-lint [2024-08-08T14:55:59.447Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-08-08T14:55:59.447Z] go version go1.21.9 linux/amd64 [2024-08-08T14:55:59.447Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-08-08T14:55:59.447Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-08-08T14:56:12.863Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-08-08T14:56:12.884Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-08-08T14:56:13.692Z] Avoid second fetch [2024-08-08T14:56:13.693Z] Checking out Revision 2b98b0065012eac835be930949dbee65d2568e96 (main) [2024-08-08T14:56:14.479Z] Commit message: "Merge pull request #4857 from jackchenjc/issue-4852" [2024-08-08T14:56:13.706Z] > git config core.sparsecheckout # timeout=10 [2024-08-08T14:56:13.767Z] > git checkout -f 2b98b0065012eac835be930949dbee65d2568e96 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-08-08T14:56:19.116Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-08-08T14:56:19.117Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T14:56:19.117Z] Dload Upload Total Spent Left Speed [2024-08-08T14:56:19.117Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh [2024-08-08T14:56:19.448Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-08-08T14:56:19.774Z] + sudo tee /etc/docker/daemon.new [2024-08-08T14:56:19.774Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-08-08T14:56:19.774Z] { [2024-08-08T14:56:19.774Z] "registry-mirrors": [ [2024-08-08T14:56:19.774Z] "https://nexus3.edgexfoundry.org:10001" [2024-08-08T14:56:19.774Z] ], [2024-08-08T14:56:19.774Z] "bip": "10.250.0.254/24", [2024-08-08T14:56:19.774Z] "hosts": [ [2024-08-08T14:56:19.774Z] "tcp://0.0.0.0:5555", [2024-08-08T14:56:19.774Z] "unix:///var/run/docker.sock" [2024-08-08T14:56:19.774Z] ], [2024-08-08T14:56:19.774Z] "mtu": 1458, [2024-08-08T14:56:19.774Z] "selinux-enabled": true, [2024-08-08T14:56:19.774Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-08-08T14:56:19.774Z] } [Pipeline] sh [2024-08-08T14:56:20.103Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-08-08T14:56:20.432Z] + sudo service docker restart [2024-08-08T14:56:23.912Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|files|name|compiled_files|exports_file|imports) took 21.61973249s" [2024-08-08T14:56:23.912Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.617206ms" [2024-08-08T14:56:33.871Z] level=info msg="[linters_context/goanalysis] analyzers took 2m5.566026393s with top 10 stages: buildir: 1m3.309503106s, gosec: 9.372629093s, fact_deprecated: 3.064855546s, inspect: 2.677654904s, ctrlflow: 2.294968435s, printf: 2.28939568s, nilness: 1.506692913s, S1038: 1.436110377s, fact_purity: 1.432709845s, directives: 911.415125ms" [2024-08-08T14:56:33.871Z] level=info msg="[runner] Issues before processing: 214, after processing: 0" [2024-08-08T14:56:33.871Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 214/214, skip_dirs: 214/214, autogenerated_exclude: 214/214, exclude: 214/214, exclude-rules: 22/214, path_prettifier: 214/214, filename_unadjuster: 214/214, cgo: 214/214, identifier_marker: 214/214, nolint: 0/22" [2024-08-08T14:56:33.871Z] level=info msg="[runner] processing took 18.514465ms with stages: nolint: 7.835743ms, identifier_marker: 5.025602ms, path_prettifier: 1.869337ms, autogenerated_exclude: 1.727094ms, exclude-rules: 1.175557ms, skip_dirs: 830.921µs, cgo: 29.291µs, filename_unadjuster: 15.09µs, max_same_issues: 1.21µs, max_from_linter: 700ns, fixer: 630ns, uniq_by_line: 540ns, skip_files: 510ns, sort_results: 470ns, diff: 390ns, severity-rules: 360ns, exclude: 260ns, source_code: 240ns, path_prefixer: 210ns, path_shortener: 190ns, max_per_file_from_linter: 120ns" [2024-08-08T14:56:33.871Z] level=info msg="[runner] linters took 12.931498431s with stages: goanalysis_metalinter: 12.912846694s" [2024-08-08T14:56:33.871Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-08-08T14:56:33.871Z] level=info msg="Memory: 347 samples, avg is 324.9MB, max is 1371.7MB" [2024-08-08T14:56:33.871Z] level=info msg="Execution took 34.604422058s" [2024-08-08T14:56:33.871Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-08T14:56:38.692Z] provisioning config files... [2024-08-08T14:56:38.713Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/667@tmp/config13238618225090033485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-08T14:56:39.137Z] ---> ****-login.sh [2024-08-08T14:56:39.137Z] nexus3.edgexfoundry.org:10001 [2024-08-08T14:56:39.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:56:39.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:56:39.672Z] Configure a credential helper to remove this warning. See [2024-08-08T14:56:39.672Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:56:39.672Z] [2024-08-08T14:56:39.672Z] Login Succeeded [2024-08-08T14:56:39.672Z] nexus3.edgexfoundry.org:10002 [2024-08-08T14:56:39.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:56:39.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:56:39.941Z] Configure a credential helper to remove this warning. See [2024-08-08T14:56:39.941Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:56:39.941Z] [2024-08-08T14:56:39.941Z] Login Succeeded [2024-08-08T14:56:39.941Z] nexus3.edgexfoundry.org:10003 [2024-08-08T14:56:40.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:56:40.458Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-08-08T14:56:40.458Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-08-08T14:56:40.458Z] ./bin/test-attribution-txt.sh [2024-08-08T14:56:40.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:56:40.478Z] Configure a credential helper to remove this warning. See [2024-08-08T14:56:40.478Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:56:40.478Z] [2024-08-08T14:56:40.478Z] Login Succeeded [2024-08-08T14:56:40.478Z] nexus3.edgexfoundry.org:10004 [2024-08-08T14:56:40.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo [2024-08-08T14:56:40.730Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-08-08T14:56:40.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:56:40.750Z] Configure a credential helper to remove this warning. See [2024-08-08T14:56:40.750Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:56:40.750Z] [2024-08-08T14:56:40.750Z] Login Succeeded [2024-08-08T14:56:40.750Z] ****.io [2024-08-08T14:56:41.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T14:56:41.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T14:56:41.283Z] Configure a credential helper to remove this warning. See [2024-08-08T14:56:41.283Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T14:56:41.283Z] [2024-08-08T14:56:41.283Z] Login Succeeded [2024-08-08T14:56:41.283Z] ---> ****-login.sh ends [Pipeline] } [2024-08-08T14:56:41.299Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-08T14:56:41.326Z] + ls -al . [2024-08-08T14:56:41.326Z] total 872 [2024-08-08T14:56:41.326Z] drwxrwxr-x 11 1001 1001 4096 Aug 8 14:54 . [2024-08-08T14:56:41.326Z] drwxr-xr-x 4 root root 4096 Aug 8 14:54 .. [2024-08-08T14:56:41.326Z] drwxrwxr-x 2 1001 1001 4096 Aug 8 14:53 .blubracket [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 10 Aug 8 14:53 .dockerignore [2024-08-08T14:56:41.326Z] drwxrwxr-x 8 1001 1001 4096 Aug 8 14:55 .git [2024-08-08T14:56:41.326Z] drwxrwxr-x 3 1001 1001 4096 Aug 8 14:53 .github [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 1102 Aug 8 14:53 .gitignore [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 42 Aug 8 14:53 .golangci.yml [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 100 Aug 8 14:53 .hadolint.yml [2024-08-08T14:56:41.326Z] drwxr-xr-x 3 1001 1001 4096 Aug 8 14:53 .semver [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 155 Aug 8 14:53 .sonarcloud.properties [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 1171 Aug 8 14:53 ADOPTERS.md [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 21171 Aug 8 14:53 Attribution.txt [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 100284 Aug 8 14:53 CHANGELOG.md [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 3804 Aug 8 14:53 CONTRIBUTING.md [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 677 Aug 8 14:53 GOVERNANCE.md [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 861 Aug 8 14:53 Jenkinsfile [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 10775 Aug 8 14:53 LICENSE [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 16854 Aug 8 14:53 Makefile [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 582 Aug 8 14:53 OWNERS.md [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 9528 Aug 8 14:53 README.md [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 789 Aug 8 14:53 SECURITY.md [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 12 Aug 8 14:53 VERSION [2024-08-08T14:56:41.326Z] drwxrwxr-x 2 1001 1001 4096 Aug 8 14:53 bin [2024-08-08T14:56:41.326Z] drwxrwxr-x 20 1001 1001 4096 Aug 8 14:53 cmd [2024-08-08T14:56:41.326Z] -rw-r--r-- 1 root root 504074 Aug 8 14:55 coverage.out [2024-08-08T14:56:41.326Z] drwxrwxr-x 2 1001 1001 4096 Aug 8 14:53 fuzz_test [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 7254 Aug 8 14:53 go.mod [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 102354 Aug 8 14:53 go.sum [2024-08-08T14:56:41.326Z] drwxrwxr-x 7 1001 1001 4096 Aug 8 14:53 internal [2024-08-08T14:56:41.326Z] drwxrwxr-x 3 1001 1001 4096 Aug 8 14:53 openapi [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 584 Aug 8 14:53 security.txt [2024-08-08T14:56:41.326Z] -rw-rw-r-- 1 1001 1001 204 Aug 8 14:53 version.go [Pipeline] // withEnv [Pipeline] sh [Pipeline] unstash [Pipeline] sh [2024-08-08T14:56:41.624Z] + '[' -e coverage.out ] [2024-08-08T14:56:41.624Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-08-08T14:56:41.784Z] Stashed 1 file(s) [Pipeline] sh [2024-08-08T14:56:41.928Z] + git config --global --add safe.directory /w/workspace/edgex-go/667 [Pipeline] echo [2024-08-08T14:56:41.947Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-08T14:56:41.965Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-08T14:56:41.981Z] ========================================================= [2024-08-08T14:56:41.981Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-08-08T14:56:41.981Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-08-08T14:56:42.064Z] + make build [2024-08-08T14:56:42.064Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-08T14:56:42.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-08T14:56:42.309Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-08-08T14:56:42.309Z] c6b39de5b339: Pulling fs layer [2024-08-08T14:56:42.309Z] a69c41024577: Pulling fs layer [2024-08-08T14:56:42.309Z] d6de4b400683: Pulling fs layer [2024-08-08T14:56:42.309Z] 35cb2a7552d0: Pulling fs layer [2024-08-08T14:56:42.309Z] 4f4fb700ef54: Pulling fs layer [2024-08-08T14:56:42.309Z] 464afbd9ba4c: Pulling fs layer [2024-08-08T14:56:42.309Z] 00f215d4a9da: Pulling fs layer [2024-08-08T14:56:42.309Z] d496ad576159: Pulling fs layer [2024-08-08T14:56:42.309Z] 00f215d4a9da: Waiting [2024-08-08T14:56:42.309Z] 35cb2a7552d0: Waiting [2024-08-08T14:56:42.309Z] d496ad576159: Waiting [2024-08-08T14:56:42.309Z] 464afbd9ba4c: Waiting [2024-08-08T14:56:42.309Z] 4f4fb700ef54: Waiting [2024-08-08T14:56:42.576Z] a69c41024577: Download complete [2024-08-08T14:56:42.576Z] 35cb2a7552d0: Verifying Checksum [2024-08-08T14:56:42.576Z] 35cb2a7552d0: Download complete [2024-08-08T14:56:42.576Z] 4f4fb700ef54: Verifying Checksum [2024-08-08T14:56:42.576Z] 4f4fb700ef54: Download complete [2024-08-08T14:56:42.576Z] 464afbd9ba4c: Verifying Checksum [2024-08-08T14:56:42.576Z] 464afbd9ba4c: Download complete [2024-08-08T14:56:42.576Z] c6b39de5b339: Verifying Checksum [2024-08-08T14:56:42.576Z] c6b39de5b339: Download complete [2024-08-08T14:56:43.160Z] d496ad576159: Verifying Checksum [2024-08-08T14:56:43.160Z] d496ad576159: Download complete [2024-08-08T14:56:43.428Z] c6b39de5b339: Pull complete [2024-08-08T14:56:44.013Z] a69c41024577: Pull complete [2024-08-08T14:56:44.282Z] d6de4b400683: Verifying Checksum [2024-08-08T14:56:44.282Z] d6de4b400683: Download complete [2024-08-08T14:56:45.690Z] 00f215d4a9da: Verifying Checksum [2024-08-08T14:56:45.690Z] 00f215d4a9da: Download complete [2024-08-08T14:56:58.007Z] d6de4b400683: Pull complete [2024-08-08T14:56:58.007Z] 35cb2a7552d0: Pull complete [2024-08-08T14:56:58.007Z] 4f4fb700ef54: Pull complete [2024-08-08T14:56:58.007Z] 464afbd9ba4c: Pull complete [2024-08-08T14:57:06.232Z] 00f215d4a9da: Pull complete [2024-08-08T14:57:07.647Z] d496ad576159: Pull complete [2024-08-08T14:57:07.647Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-08-08T14:57:07.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-08T14:57:07.647Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-08-08T14:57:07.987Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-08T14:57:07.987Z] WORKDIR /edgex [2024-08-08T14:57:07.987Z] COPY go.mod . [2024-08-08T14:57:07.987Z] RUN go mod download -t [2024-08-08T14:57:07.987Z] ci-base-image-arm64 -f - . [2024-08-08T14:57:08.593Z] Sending build context to Docker daemon 3.412MB [2024-08-08T14:57:08.593Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-08-08T14:57:08.593Z] ---> f246e2811388 [2024-08-08T14:57:08.593Z] Step 2/4 : WORKDIR /edgex [2024-08-08T14:57:08.647Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-08T14:57:08.647Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-08T14:57:10.532Z] ---> Running in fe9c0838d0d3 [2024-08-08T14:57:10.532Z] Removing intermediate container fe9c0838d0d3 [2024-08-08T14:57:10.532Z] ---> eab648b9f047 [2024-08-08T14:57:10.532Z] Step 3/4 : COPY go.mod . [2024-08-08T14:57:10.557Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-08T14:57:10.818Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-08T14:57:11.116Z] ---> 906aff7803d9 [2024-08-08T14:57:11.117Z] Step 4/4 : RUN go mod download [2024-08-08T14:57:11.117Z] ---> Running in c27f673ba9b5 [2024-08-08T14:57:12.721Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-08T14:57:16.911Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-08T14:57:18.817Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-08T14:57:20.720Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-08T14:57:22.623Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-08T14:57:23.558Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-08T14:57:24.127Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-08T14:57:25.063Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-08T14:57:25.999Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-08-08T14:57:26.574Z] $ docker stop --time=1 24822e7677b25bbc7faabc001cde5b06b21a2f8dbe0bfe5f3fe19147e3153c73 [2024-08-08T14:57:34.033Z] $ docker rm -f --volumes 24822e7677b25bbc7faabc001cde5b06b21a2f8dbe0bfe5f3fe19147e3153c73 [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-08-08T14:57:35.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-08T14:57:35.284Z] [2024-08-08T14:57:35.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:57:35.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-08T14:57:35.855Z] latest: Pulling from edgex-devops/edgex-compose [2024-08-08T14:57:35.855Z] 91d30c5bc195: Pulling fs layer [2024-08-08T14:57:35.855Z] 2e9b0aa3be6d: Pulling fs layer [2024-08-08T14:57:35.855Z] 9c61dcf015f6: Pulling fs layer [2024-08-08T14:57:35.855Z] 4698f68db338: Pulling fs layer [2024-08-08T14:57:35.855Z] 2a2f49069b9e: Pulling fs layer [2024-08-08T14:57:35.855Z] e0025b399a48: Pulling fs layer [2024-08-08T14:57:35.855Z] e0025b399a48: Waiting [2024-08-08T14:57:35.855Z] 91d30c5bc195: Download complete [2024-08-08T14:57:35.855Z] 4698f68db338: Verifying Checksum [2024-08-08T14:57:35.855Z] 4698f68db338: Download complete [2024-08-08T14:57:35.855Z] 2e9b0aa3be6d: Verifying Checksum [2024-08-08T14:57:35.855Z] 2e9b0aa3be6d: Download complete [2024-08-08T14:57:35.855Z] e0025b399a48: Verifying Checksum [2024-08-08T14:57:35.855Z] e0025b399a48: Download complete [2024-08-08T14:57:35.855Z] 91d30c5bc195: Pull complete [2024-08-08T14:57:36.113Z] 2a2f49069b9e: Verifying Checksum [2024-08-08T14:57:36.113Z] 2a2f49069b9e: Download complete [2024-08-08T14:57:36.371Z] 2e9b0aa3be6d: Pull complete [2024-08-08T14:57:36.371Z] 9c61dcf015f6: Verifying Checksum [2024-08-08T14:57:36.371Z] 9c61dcf015f6: Download complete [2024-08-08T14:57:41.829Z] 9c61dcf015f6: Pull complete [2024-08-08T14:57:44.556Z] 4698f68db338: Pull complete [2024-08-08T14:57:46.684Z] 2a2f49069b9e: Pull complete [2024-08-08T14:57:49.224Z] e0025b399a48: Pull complete [2024-08-08T14:57:51.135Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-08-08T14:57:51.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-08-08T14:57:51.965Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T14:57:52.072Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T14:57:52.100Z] $ 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/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T14:57:58.575Z] $ docker top 22b0b6e51bb129080720eed87a6cd20affb8da3fb1ab09b9e238948fc2d2ea38 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-08T14:57:58.934Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-08T14:58:01.465Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-08T14:58:01.465Z] #1 transferring dockerfile: 2.23kB done [2024-08-08T14:58:01.465Z] #1 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #2 [security-spire-server internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #2 transferring dockerfile: 1.70kB done [2024-08-08T14:58:01.724Z] #2 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #3 transferring dockerfile: 2.50kB done [2024-08-08T14:58:01.724Z] #3 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #4 [core-keeper internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #4 transferring dockerfile: 2.01kB done [2024-08-08T14:58:01.724Z] #4 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #5 transferring dockerfile: 3.17kB done [2024-08-08T14:58:01.724Z] #5 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #6 transferring dockerfile: 2.49kB done [2024-08-08T14:58:01.724Z] #6 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #7 [support-notifications internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #7 transferring dockerfile: 1.95kB done [2024-08-08T14:58:01.724Z] #7 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #8 transferring dockerfile: 2.15kB done [2024-08-08T14:58:01.724Z] #8 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #9 transferring dockerfile: 1.89kB done [2024-08-08T14:58:01.724Z] #9 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #10 [support-scheduler internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #10 transferring dockerfile: 1.93kB done [2024-08-08T14:58:01.724Z] #10 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #11 [core-data internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #11 transferring dockerfile: 2.01kB 0.0s done [2024-08-08T14:58:01.724Z] #11 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #12 [security-spire-config internal] load build definition from Dockerfile [2024-08-08T14:58:01.724Z] #12 transferring dockerfile: 1.69kB done [2024-08-08T14:58:01.724Z] #12 DONE 0.0s [2024-08-08T14:58:01.724Z] [2024-08-08T14:58:01.724Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-08-08T14:58:01.984Z] #13 transferring dockerfile: 2.06kB done [2024-08-08T14:58:01.984Z] #13 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #14 [security-spire-agent internal] load build definition from Dockerfile [2024-08-08T14:58:01.984Z] #14 transferring dockerfile: 1.81kB done [2024-08-08T14:58:01.984Z] #14 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #15 [core-command internal] load build definition from Dockerfile [2024-08-08T14:58:01.984Z] #15 transferring dockerfile: 1.93kB done [2024-08-08T14:58:01.984Z] #15 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #16 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-08T14:58:01.984Z] #16 transferring dockerfile: 1.85kB done [2024-08-08T14:58:01.984Z] #16 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-08T14:58:01.984Z] #17 transferring context: 50B done [2024-08-08T14:58:01.984Z] #17 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #18 [security-spire-server internal] load .dockerignore [2024-08-08T14:58:01.984Z] #18 transferring context: 50B done [2024-08-08T14:58:01.984Z] #18 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #19 [security-proxy-setup internal] load .dockerignore [2024-08-08T14:58:01.984Z] #19 transferring context: 50B done [2024-08-08T14:58:01.984Z] #19 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #20 [core-keeper internal] load .dockerignore [2024-08-08T14:58:01.984Z] #20 transferring context: 50B done [2024-08-08T14:58:01.984Z] #20 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #21 [security-bootstrapper internal] load .dockerignore [2024-08-08T14:58:01.984Z] #21 transferring context: 50B done [2024-08-08T14:58:01.984Z] #21 DONE 0.0s [2024-08-08T14:58:01.984Z] [2024-08-08T14:58:01.984Z] #22 [security-secretstore-setup internal] load .dockerignore [2024-08-08T14:58:01.984Z] #22 transferring context: 50B done [2024-08-08T14:58:02.243Z] #22 DONE 0.1s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #23 [security-proxy-auth internal] load .dockerignore [2024-08-08T14:58:02.243Z] #23 transferring context: 50B done [2024-08-08T14:58:02.243Z] #23 DONE 0.1s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #24 [core-command internal] load .dockerignore [2024-08-08T14:58:02.243Z] #24 ... [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #25 [support-notifications internal] load .dockerignore [2024-08-08T14:58:02.243Z] #25 transferring context: 50B done [2024-08-08T14:58:02.243Z] #25 DONE 0.1s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #26 [security-spiffe-token-provider internal] load .dockerignore [2024-08-08T14:58:02.243Z] #26 transferring context: 50B done [2024-08-08T14:58:02.243Z] #26 DONE 0.2s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #27 [support-scheduler internal] load .dockerignore [2024-08-08T14:58:02.243Z] #27 transferring context: 50B done [2024-08-08T14:58:02.243Z] #27 DONE 0.2s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #28 [core-data internal] load .dockerignore [2024-08-08T14:58:02.243Z] #28 transferring context: 50B done [2024-08-08T14:58:02.243Z] #28 DONE 0.2s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #29 [security-spire-agent internal] load .dockerignore [2024-08-08T14:58:02.243Z] #29 transferring context: 50B done [2024-08-08T14:58:02.243Z] #29 DONE 0.2s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #30 [security-spire-config internal] load .dockerignore [2024-08-08T14:58:02.243Z] #30 transferring context: 50B done [2024-08-08T14:58:02.243Z] #30 DONE 0.2s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-08T14:58:02.243Z] #31 DONE 0.0s [2024-08-08T14:58:02.243Z] [2024-08-08T14:58:02.243Z] #24 [core-command internal] load .dockerignore [2024-08-08T14:58:02.243Z] #24 transferring context: 50B done [2024-08-08T14:58:02.502Z] #24 DONE 0.2s [2024-08-08T14:58:02.502Z] [2024-08-08T14:58:02.502Z] #32 [support-cron-scheduler internal] load .dockerignore [2024-08-08T14:58:02.502Z] #32 transferring context: 50B done [2024-08-08T14:58:02.502Z] #32 DONE 0.2s [2024-08-08T14:58:02.502Z] [2024-08-08T14:58:02.502Z] #33 [core-metadata internal] load .dockerignore [2024-08-08T14:58:02.502Z] #33 transferring context: 50B done [2024-08-08T14:58:02.502Z] #33 DONE 0.2s [2024-08-08T14:58:02.502Z] [2024-08-08T14:58:02.502Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-08T14:58:02.502Z] #31 DONE 0.0s [2024-08-08T14:58:02.502Z] [2024-08-08T14:58:02.502Z] #34 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:02.502Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:02.502Z] #34 ... [2024-08-08T14:58:02.502Z] [2024-08-08T14:58:02.502Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-08T14:58:02.502Z] #31 DONE 0.0s [2024-08-08T14:58:02.502Z] [2024-08-08T14:58:02.502Z] #35 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-08-08T14:58:02.502Z] #35 DONE 0.2s [2024-08-08T14:58:02.502Z] [2024-08-08T14:58:02.502Z] #34 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:02.502Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:02.502Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-08T14:58:02.502Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-08T14:58:02.502Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.15MB / 3.42MB 0.1s [2024-08-08T14:58:02.502Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb [2024-08-08T14:58:02.502Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:02.502Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:02.502Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-08T14:58:02.502Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-08T14:58:02.502Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-08T14:58:02.759Z] #34 ... [2024-08-08T14:58:02.759Z] [2024-08-08T14:58:02.759Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-08T14:58:02.759Z] #31 DONE 0.0s [2024-08-08T14:58:02.759Z] [2024-08-08T14:58:02.759Z] #34 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:02.759Z] #34 ... [2024-08-08T14:58:02.759Z] [2024-08-08T14:58:02.759Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-08T14:58:02.759Z] #31 DONE 0.0s [2024-08-08T14:58:02.759Z] [2024-08-08T14:58:02.759Z] #34 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:02.759Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:02.759Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:02.759Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-08T14:58:02.759Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-08T14:58:02.759Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-08T14:58:03.017Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:03.017Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:03.017Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-08T14:58:03.017Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-08T14:58:03.017Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-08T14:58:03.017Z] #34 ... [2024-08-08T14:58:03.017Z] [2024-08-08T14:58:03.017Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-08-08T14:58:03.017Z] #31 DONE 0.0s [2024-08-08T14:58:03.017Z] [2024-08-08T14:58:03.017Z] #34 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:03.017Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-08T14:58:03.017Z] #34 ... [2024-08-08T14:58:03.017Z] [2024-08-08T14:58:03.017Z] #35 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-08-08T14:58:03.017Z] #35 DONE 0.5s [2024-08-08T14:58:03.017Z] [2024-08-08T14:58:03.017Z] #34 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:03.017Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:03.017Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:03.017Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-08T14:58:03.017Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-08T14:58:03.017Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-08T14:58:03.017Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-08T14:58:03.276Z] #34 ... [2024-08-08T14:58:03.276Z] [2024-08-08T14:58:03.276Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-08T14:58:03.276Z] #36 DONE 1.0s [2024-08-08T14:58:03.538Z] [2024-08-08T14:58:03.538Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:03.538Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.3s done [2024-08-08T14:58:03.538Z] #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-08T14:58:03.538Z] #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-08T14:58:03.538Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-08T14:58:03.538Z] #37 ... [2024-08-08T14:58:03.538Z] [2024-08-08T14:58:03.538Z] #38 [security-spire-server internal] load build context [2024-08-08T14:58:03.538Z] #38 transferring context: 27.60kB 0.0s done [2024-08-08T14:58:03.538Z] #38 DONE 0.6s [2024-08-08T14:58:03.538Z] [2024-08-08T14:58:03.538Z] #39 [security-spire-config internal] load build context [2024-08-08T14:58:03.538Z] #39 transferring context: 25.85kB 0.0s done [2024-08-08T14:58:03.538Z] #39 DONE 0.6s [2024-08-08T14:58:03.538Z] [2024-08-08T14:58:03.538Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:03.538Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s [2024-08-08T14:58:03.538Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s [2024-08-08T14:58:03.538Z] #37 ... [2024-08-08T14:58:03.538Z] [2024-08-08T14:58:03.538Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-08T14:58:03.538Z] #40 DONE 0.7s [2024-08-08T14:58:03.538Z] [2024-08-08T14:58:03.538Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:03.538Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.3s done [2024-08-08T14:58:03.538Z] #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-08-08T14:58:03.538Z] #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-08-08T14:58:03.538Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-08T14:58:03.538Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-08-08T14:58:03.538Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s [2024-08-08T14:58:03.538Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-08T14:58:03.538Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.2s [2024-08-08T14:58:03.798Z] #37 ... [2024-08-08T14:58:03.798Z] [2024-08-08T14:58:03.798Z] #34 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:03.798Z] #34 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:03.798Z] #34 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:03.798Z] #34 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-08-08T14:58:03.798Z] #34 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-08-08T14:58:03.798Z] #34 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done [2024-08-08T14:58:03.798Z] #34 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done [2024-08-08T14:58:03.798Z] #34 DONE 1.5s [2024-08-08T14:58:03.798Z] [2024-08-08T14:58:03.798Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:03.798Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-08-08T14:58:03.798Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.3s done [2024-08-08T14:58:03.798Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.3s [2024-08-08T14:58:03.798Z] #37 ... [2024-08-08T14:58:03.798Z] [2024-08-08T14:58:03.798Z] #41 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-08-08T14:58:03.798Z] #41 DONE 1.7s [2024-08-08T14:58:03.798Z] [2024-08-08T14:58:03.798Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:03.798Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-08-08T14:58:04.057Z] #37 ... [2024-08-08T14:58:04.057Z] [2024-08-08T14:58:04.057Z] #42 [security-spire-agent internal] load build context [2024-08-08T14:58:04.057Z] #42 transferring context: 27.13kB 0.0s done [2024-08-08T14:58:04.057Z] #42 DONE 0.3s [2024-08-08T14:58:04.057Z] [2024-08-08T14:58:04.057Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:04.057Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 7.34MB / 30.73MB 0.5s [2024-08-08T14:58:04.057Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 19.16MB / 30.73MB 0.7s [2024-08-08T14:58:04.057Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-08-08T14:58:04.316Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.9s [2024-08-08T14:58:04.582Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.2s done [2024-08-08T14:58:04.841Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-08-08T14:58:07.379Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 2.7s done [2024-08-08T14:58:13.384Z] #37 ... [2024-08-08T14:58:13.384Z] [2024-08-08T14:58:13.384Z] #43 [security-proxy-setup internal] load build context [2024-08-08T14:58:13.384Z] #43 transferring context: 145.45MB 9.9s [2024-08-08T14:58:13.384Z] #43 ... [2024-08-08T14:58:13.384Z] [2024-08-08T14:58:13.384Z] #44 [security-bootstrapper internal] load build context [2024-08-08T14:58:13.384Z] #44 ... [2024-08-08T14:58:13.384Z] [2024-08-08T14:58:13.384Z] #45 [core-keeper internal] load build context [2024-08-08T14:58:13.384Z] #45 ... [2024-08-08T14:58:13.384Z] [2024-08-08T14:58:13.384Z] #46 [support-notifications internal] load build context [2024-08-08T14:58:13.384Z] #46 ... [2024-08-08T14:58:13.384Z] [2024-08-08T14:58:13.384Z] #47 [security-spiffe-token-provider internal] load build context [2024-08-08T14:58:13.645Z] #47 ... [2024-08-08T14:58:13.645Z] [2024-08-08T14:58:13.645Z] #48 [core-data internal] load build context [2024-08-08T14:58:13.645Z] #48 ... [2024-08-08T14:58:13.645Z] [2024-08-08T14:58:13.645Z] #49 [support-cron-scheduler internal] load build context [2024-08-08T14:58:13.645Z] #49 ... [2024-08-08T14:58:13.645Z] [2024-08-08T14:58:13.645Z] #50 [support-scheduler internal] load build context [2024-08-08T14:58:13.645Z] #50 ... [2024-08-08T14:58:13.645Z] [2024-08-08T14:58:13.645Z] #51 [core-common-config-bootstrapper internal] load build context [2024-08-08T14:58:13.942Z] #51 ... [2024-08-08T14:58:13.942Z] [2024-08-08T14:58:13.942Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:58:13.942Z] #52 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.3s done [2024-08-08T14:58:13.942Z] #52 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-08T14:58:13.942Z] #52 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-08-08T14:58:13.942Z] #52 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-08-08T14:58:13.942Z] #52 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.3s done [2024-08-08T14:58:13.942Z] #52 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 4.6s done [2024-08-08T14:58:13.942Z] #52 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-08-08T14:58:14.777Z] #52 ... [2024-08-08T14:58:14.777Z] [2024-08-08T14:58:14.777Z] #53 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:14.777Z] #53 ... [2024-08-08T14:58:14.777Z] [2024-08-08T14:58:14.777Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-08T14:58:14.777Z] #54 ... [2024-08-08T14:58:14.777Z] [2024-08-08T14:58:14.778Z] #55 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-08T14:58:14.778Z] #0 1.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:14.778Z] #0 1.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:14.778Z] #0 1.502 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:14.778Z] #0 1.506 (2/2) Installing su-exec (0.2-r3) [2024-08-08T14:58:14.778Z] #0 1.512 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:14.778Z] #0 1.523 OK: 7 MiB in 17 packages [2024-08-08T14:58:15.037Z] #55 ... [2024-08-08T14:58:15.037Z] [2024-08-08T14:58:15.037Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:15.037Z] #56 ... [2024-08-08T14:58:15.037Z] [2024-08-08T14:58:15.037Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-08T14:58:15.037Z] #57 ... [2024-08-08T14:58:15.037Z] [2024-08-08T14:58:15.037Z] #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-08T14:58:15.297Z] #58 ... [2024-08-08T14:58:15.297Z] [2024-08-08T14:58:15.297Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-08T14:58:15.297Z] #59 ... [2024-08-08T14:58:15.297Z] [2024-08-08T14:58:15.297Z] #60 [core-command internal] load build context [2024-08-08T14:58:15.690Z] #60 ... [2024-08-08T14:58:15.690Z] [2024-08-08T14:58:15.690Z] #61 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:15.690Z] #61 ... [2024-08-08T14:58:15.690Z] [2024-08-08T14:58:15.690Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-08T14:58:15.690Z] #62 ... [2024-08-08T14:58:15.690Z] [2024-08-08T14:58:15.690Z] #63 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-08T14:58:15.690Z] #0 3.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:15.690Z] #0 3.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:15.690Z] #0 3.488 (1/2) Installing ca-certificates (20240226-r0) [2024-08-08T14:58:15.690Z] #0 3.511 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:15.690Z] #0 3.511 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:15.690Z] #0 3.515 Executing ca-certificates-20240226-r0.trigger [2024-08-08T14:58:15.690Z] #0 3.561 OK: 8 MiB in 17 packages [2024-08-08T14:58:15.690Z] #63 ... [2024-08-08T14:58:15.690Z] [2024-08-08T14:58:15.690Z] #64 [security-secretstore-setup internal] load build context [2024-08-08T14:58:16.665Z] #64 ... [2024-08-08T14:58:16.665Z] [2024-08-08T14:58:16.665Z] #65 [core-metadata internal] load build context [2024-08-08T14:58:16.665Z] #65 ... [2024-08-08T14:58:16.665Z] [2024-08-08T14:58:16.665Z] #66 [security-proxy-auth internal] load build context [2024-08-08T14:58:16.665Z] #66 ... [2024-08-08T14:58:16.665Z] [2024-08-08T14:58:16.665Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-08T14:58:16.665Z] #67 ... [2024-08-08T14:58:16.665Z] [2024-08-08T14:58:16.665Z] #66 [security-proxy-auth internal] load build context [2024-08-08T14:58:18.107Z] #66 transferring context: 361.11MB 14.6s [2024-08-08T14:58:18.987Z] Removing intermediate container c27f673ba9b5 [2024-08-08T14:58:18.987Z] ---> c96454efeac8 [2024-08-08T14:58:18.987Z] Successfully built c96454efeac8 [2024-08-08T14:58:18.987Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:58:19.329Z] + docker inspect -f . ci-base-image-arm64 [2024-08-08T14:58:19.329Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T14:58:19.551Z] prd-ubuntu20.04-docker-arm64-4c-16g-7389 does not seem to be running inside a container [2024-08-08T14:58:19.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T14:58:20.830Z] $ docker top 5997a5d47d3a96a5314cd897d6a57f8325f5d8ec9958f72416dc5d4f9b7ef636 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-08T14:58:21.628Z] #66 transferring context: 493.69MB 18.7s done [2024-08-08T14:58:21.628Z] #66 ... [2024-08-08T14:58:21.628Z] [2024-08-08T14:58:21.628Z] #60 [core-command internal] load build context [2024-08-08T14:58:21.669Z] + go version [2024-08-08T14:58:21.669Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-08-08T14:58:21.685Z] $ docker stop --time=1 5997a5d47d3a96a5314cd897d6a57f8325f5d8ec9958f72416dc5d4f9b7ef636 [2024-08-08T14:58:21.889Z] #60 ... [2024-08-08T14:58:21.889Z] [2024-08-08T14:58:21.889Z] #64 [security-secretstore-setup internal] load build context [2024-08-08T14:58:21.889Z] #64 ... [2024-08-08T14:58:21.889Z] [2024-08-08T14:58:21.889Z] #60 [core-command internal] load build context [2024-08-08T14:58:22.456Z] #60 ... [2024-08-08T14:58:22.456Z] [2024-08-08T14:58:22.456Z] #43 [security-proxy-setup internal] load build context [2024-08-08T14:58:22.713Z] #43 ... [2024-08-08T14:58:22.713Z] [2024-08-08T14:58:22.713Z] #44 [security-bootstrapper internal] load build context [2024-08-08T14:58:22.713Z] #44 transferring context: 493.69MB 18.8s done [2024-08-08T14:58:22.713Z] #44 ... [2024-08-08T14:58:22.713Z] [2024-08-08T14:58:22.713Z] #43 [security-proxy-setup internal] load build context [2024-08-08T14:58:23.294Z] $ docker rm -f --volumes 5997a5d47d3a96a5314cd897d6a57f8325f5d8ec9958f72416dc5d4f9b7ef636 [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] { [2024-08-08T14:58:23.635Z] #43 ... [2024-08-08T14:58:23.635Z] [2024-08-08T14:58:23.635Z] #45 [core-keeper internal] load build context [2024-08-08T14:58:23.635Z] #45 transferring context: 493.69MB 19.6s done [2024-08-08T14:58:23.635Z] #45 ... [2024-08-08T14:58:23.635Z] [2024-08-08T14:58:23.635Z] #46 [support-notifications internal] load build context [2024-08-08T14:58:23.635Z] #46 transferring context: 493.69MB 18.5s done [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:58:23.893Z] #46 ... [2024-08-08T14:58:23.893Z] [2024-08-08T14:58:23.893Z] #60 [core-command internal] load build context [2024-08-08T14:58:23.893Z] #60 ... [2024-08-08T14:58:23.893Z] [2024-08-08T14:58:23.893Z] #50 [support-scheduler internal] load build context [2024-08-08T14:58:23.893Z] #50 transferring context: 493.69MB 18.4s done [2024-08-08T14:58:23.893Z] #50 ... [2024-08-08T14:58:23.893Z] [2024-08-08T14:58:23.893Z] #48 [core-data internal] load build context [2024-08-08T14:58:23.893Z] #48 ... [2024-08-08T14:58:23.893Z] [2024-08-08T14:58:23.893Z] #47 [security-spiffe-token-provider internal] load build context [2024-08-08T14:58:23.893Z] #47 transferring context: 493.69MB 18.9s done [2024-08-08T14:58:23.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-08T14:58:23.981Z] [2024-08-08T14:58:23.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T14:58:24.151Z] #47 ... [2024-08-08T14:58:24.151Z] [2024-08-08T14:58:24.151Z] #49 [support-cron-scheduler internal] load build context [2024-08-08T14:58:24.151Z] #49 transferring context: 493.69MB 17.7s done [2024-08-08T14:58:24.151Z] #49 ... [2024-08-08T14:58:24.151Z] [2024-08-08T14:58:24.151Z] #51 [core-common-config-bootstrapper internal] load build context [2024-08-08T14:58:24.151Z] #51 transferring context: 493.69MB 18.2s done [2024-08-08T14:58:24.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-08T14:58:24.320Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-08-08T14:58:24.320Z] 547446be3368: Pulling fs layer [2024-08-08T14:58:24.320Z] d125d8839a47: Pulling fs layer [2024-08-08T14:58:24.320Z] 3e85d5ac6304: Pulling fs layer [2024-08-08T14:58:24.320Z] c3105a71a48b: Pulling fs layer [2024-08-08T14:58:24.320Z] 0f093f025ec4: Pulling fs layer [2024-08-08T14:58:24.320Z] c3106fc0e877: Pulling fs layer [2024-08-08T14:58:24.320Z] c3105a71a48b: Waiting [2024-08-08T14:58:24.320Z] 0f093f025ec4: Waiting [2024-08-08T14:58:24.320Z] c3106fc0e877: Waiting [2024-08-08T14:58:24.409Z] #51 ... [2024-08-08T14:58:24.409Z] [2024-08-08T14:58:24.409Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:58:24.409Z] #52 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.6s [2024-08-08T14:58:24.589Z] 547446be3368: Verifying Checksum [2024-08-08T14:58:24.589Z] 547446be3368: Download complete [2024-08-08T14:58:24.589Z] c3105a71a48b: Verifying Checksum [2024-08-08T14:58:24.589Z] c3105a71a48b: Download complete [2024-08-08T14:58:24.667Z] #52 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.8s done [2024-08-08T14:58:24.858Z] d125d8839a47: Verifying Checksum [2024-08-08T14:58:24.858Z] d125d8839a47: Download complete [2024-08-08T14:58:25.125Z] c3106fc0e877: Verifying Checksum [2024-08-08T14:58:25.125Z] 0f093f025ec4: Verifying Checksum [2024-08-08T14:58:25.125Z] 0f093f025ec4: Download complete [2024-08-08T14:58:25.125Z] 547446be3368: Pull complete [2024-08-08T14:58:26.044Z] #52 ... [2024-08-08T14:58:26.044Z] [2024-08-08T14:58:26.044Z] #65 [core-metadata internal] load build context [2024-08-08T14:58:26.044Z] #65 transferring context: 493.69MB 17.9s done [2024-08-08T14:58:26.548Z] d125d8839a47: Pull complete [2024-08-08T14:58:26.815Z] 3e85d5ac6304: Verifying Checksum [2024-08-08T14:58:26.815Z] 3e85d5ac6304: Download complete [2024-08-08T14:58:32.698Z] #65 ... [2024-08-08T14:58:32.698Z] [2024-08-08T14:58:32.698Z] #64 [security-secretstore-setup internal] load build context [2024-08-08T14:58:32.698Z] #64 transferring context: 493.69MB 19.4s done [2024-08-08T14:58:32.698Z] #64 ... [2024-08-08T14:58:32.698Z] [2024-08-08T14:58:32.698Z] #43 [security-proxy-setup internal] load build context [2024-08-08T14:58:32.698Z] #43 transferring context: 493.69MB 22.2s done [2024-08-08T14:58:33.676Z] #43 ... [2024-08-08T14:58:33.676Z] [2024-08-08T14:58:33.676Z] #60 [core-command internal] load build context [2024-08-08T14:58:33.676Z] #60 transferring context: 493.69MB 20.4s done [2024-08-08T14:58:34.248Z] #60 ... [2024-08-08T14:58:34.248Z] [2024-08-08T14:58:34.248Z] #48 [core-data internal] load build context [2024-08-08T14:58:34.248Z] #48 transferring context: 493.69MB 21.1s done [2024-08-08T14:58:36.896Z] 3e85d5ac6304: Pull complete [2024-08-08T14:58:36.896Z] c3105a71a48b: Pull complete [2024-08-08T14:58:37.848Z] 0f093f025ec4: Pull complete [2024-08-08T14:58:37.848Z] c3106fc0e877: Pull complete [2024-08-08T14:58:37.848Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-08-08T14:58:38.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-08-08T14:58:38.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T14:58:38.305Z] prd-ubuntu20.04-docker-arm64-4c-16g-7389 does not seem to be running inside a container [2024-08-08T14:58:38.363Z] $ 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/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T14:58:40.240Z] $ docker top 311536689cbf62216a96ae2f442547f3a5da1c4bce7d52f247968aa159a47111 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-08T14:58:40.763Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-08-08T14:58:44.517Z] #48 ... [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-08T14:58:44.517Z] #63 DONE 39.7s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #51 [core-common-config-bootstrapper internal] load build context [2024-08-08T14:58:44.517Z] #51 DONE 41.3s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #53 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:44.517Z] #53 DONE 39.8s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:44.517Z] #68 ... [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #49 [support-cron-scheduler internal] load build context [2024-08-08T14:58:44.517Z] #49 DONE 40.6s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #55 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-08T14:58:44.517Z] #55 DONE 40.0s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #46 [support-notifications internal] load build context [2024-08-08T14:58:44.517Z] #46 DONE 41.1s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #65 [core-metadata internal] load build context [2024-08-08T14:58:44.517Z] #65 DONE 40.6s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #66 [security-proxy-auth internal] load build context [2024-08-08T14:58:44.517Z] #66 DONE 41.2s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #44 [security-bootstrapper internal] load build context [2024-08-08T14:58:44.517Z] #44 DONE 41.4s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #68 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:44.517Z] #68 ... [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #50 [support-scheduler internal] load build context [2024-08-08T14:58:44.517Z] #50 DONE 41.0s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #47 [security-spiffe-token-provider internal] load build context [2024-08-08T14:58:44.517Z] #47 DONE 41.0s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #64 [security-secretstore-setup internal] load build context [2024-08-08T14:58:44.517Z] #64 DONE 41.3s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #45 [core-keeper internal] load build context [2024-08-08T14:58:44.517Z] #45 DONE 41.5s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #48 [core-data internal] load build context [2024-08-08T14:58:44.517Z] #48 DONE 41.0s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #43 [security-proxy-setup internal] load build context [2024-08-08T14:58:44.517Z] #43 DONE 41.5s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #60 [core-command internal] load build context [2024-08-08T14:58:44.517Z] #60 DONE 40.8s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:58:44.517Z] #52 ... [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-08T14:58:44.517Z] #58 DONE 40.2s [2024-08-08T14:58:44.517Z] [2024-08-08T14:58:44.517Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:44.517Z] #56 40.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #56 ... [2024-08-08T14:58:45.462Z] [2024-08-08T14:58:45.462Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-08T14:58:45.462Z] #62 40.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #62 40.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #62 41.02 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:45.462Z] #62 41.03 (2/4) Installing openssl (3.1.6-r0) [2024-08-08T14:58:45.462Z] #62 41.04 (3/4) Installing su-exec (0.2-r3) [2024-08-08T14:58:45.462Z] #62 41.04 (4/4) Installing yq (4.33.3-r5) [2024-08-08T14:58:45.462Z] #62 41.12 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:45.462Z] #62 41.14 OK: 17 MiB in 19 packages [2024-08-08T14:58:45.462Z] #62 DONE 41.5s [2024-08-08T14:58:45.462Z] [2024-08-08T14:58:45.462Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-08T14:58:45.462Z] #67 40.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #67 40.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #67 40.98 (1/4) Installing ca-certificates (20240226-r0) [2024-08-08T14:58:45.462Z] #67 41.00 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:45.462Z] #67 41.00 (3/4) Installing su-exec (0.2-r3) [2024-08-08T14:58:45.462Z] #67 41.00 (4/4) Installing yq (4.33.3-r5) [2024-08-08T14:58:45.462Z] #67 41.07 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:45.462Z] #67 41.09 Executing ca-certificates-20240226-r0.trigger [2024-08-08T14:58:45.462Z] #67 41.14 OK: 17 MiB in 19 packages [2024-08-08T14:58:45.462Z] #67 DONE 41.5s [2024-08-08T14:58:45.462Z] [2024-08-08T14:58:45.462Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-08T14:58:45.462Z] #54 40.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #54 40.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #54 40.74 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:58:45.462Z] #54 40.74 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:58:45.462Z] #54 40.74 OK: 20070 distinct packages available [2024-08-08T14:58:45.462Z] #54 40.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #54 40.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.462Z] #54 41.18 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:45.462Z] #54 41.18 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-08T14:58:45.462Z] #54 41.18 (3/4) Installing libucontext (1.2-r2) [2024-08-08T14:58:45.462Z] #54 41.19 (4/4) Installing gcompat (1.1.0-r1) [2024-08-08T14:58:45.462Z] #54 41.20 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:45.462Z] #54 41.20 OK: 8 MiB in 19 packages [2024-08-08T14:58:45.462Z] #54 DONE 41.5s [2024-08-08T14:58:45.462Z] [2024-08-08T14:58:45.462Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-08T14:58:45.462Z] #69 DONE 1.8s [2024-08-08T14:58:45.462Z] [2024-08-08T14:58:45.462Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:45.462Z] #56 41.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #56 ... [2024-08-08T14:58:45.722Z] [2024-08-08T14:58:45.722Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-08T14:58:45.722Z] #59 40.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #59 40.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #59 40.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:58:45.722Z] #59 40.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:58:45.722Z] #59 40.68 OK: 20070 distinct packages available [2024-08-08T14:58:45.722Z] #59 40.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #59 40.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #59 41.13 (1/11) Installing ca-certificates (20240226-r0) [2024-08-08T14:58:45.722Z] #59 41.14 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-08T14:58:45.722Z] #59 41.15 (3/11) Installing libunistring (1.1-r1) [2024-08-08T14:58:45.722Z] #59 41.17 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-08T14:58:45.722Z] #59 41.17 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-08T14:58:45.722Z] #59 41.17 (6/11) Installing libcurl (8.9.0-r0) [2024-08-08T14:58:45.722Z] #59 41.19 (7/11) Installing curl (8.9.0-r0) [2024-08-08T14:58:45.722Z] #59 41.20 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:45.722Z] #59 41.21 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-08T14:58:45.722Z] #59 41.24 (10/11) Installing libucontext (1.2-r2) [2024-08-08T14:58:45.722Z] #59 41.24 (11/11) Installing gcompat (1.1.0-r1) [2024-08-08T14:58:45.722Z] #59 41.25 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:45.722Z] #59 41.38 Executing ca-certificates-20240226-r0.trigger [2024-08-08T14:58:45.722Z] #59 41.42 OK: 12 MiB in 26 packages [2024-08-08T14:58:45.722Z] #59 DONE 41.6s [2024-08-08T14:58:45.722Z] [2024-08-08T14:58:45.722Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:45.722Z] #56 41.74 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:45.722Z] #56 41.75 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:45.722Z] #56 ... [2024-08-08T14:58:45.722Z] [2024-08-08T14:58:45.722Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-08T14:58:45.722Z] #57 40.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #57 40.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #57 41.15 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:58:45.722Z] #57 41.15 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:58:45.722Z] #57 41.15 OK: 20070 distinct packages available [2024-08-08T14:58:45.722Z] #57 41.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #57 41.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #57 41.60 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:45.722Z] #57 41.60 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-08T14:58:45.722Z] #57 41.62 (3/5) Installing libucontext (1.2-r2) [2024-08-08T14:58:45.722Z] #57 41.62 (4/5) Installing gcompat (1.1.0-r1) [2024-08-08T14:58:45.722Z] #57 41.62 (5/5) Installing openssl (3.1.6-r0) [2024-08-08T14:58:45.722Z] #57 41.64 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:45.722Z] #57 41.65 OK: 8 MiB in 20 packages [2024-08-08T14:58:45.722Z] #57 DONE 41.8s [2024-08-08T14:58:45.722Z] [2024-08-08T14:58:45.722Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-08T14:58:45.722Z] #0 1.203 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #0 1.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #0 1.630 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:58:45.722Z] #0 1.630 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:58:45.722Z] #0 1.630 OK: 20077 distinct packages available [2024-08-08T14:58:45.722Z] #0 1.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #0 1.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.722Z] #0 2.048 OK: 264 MiB in 52 packages [2024-08-08T14:58:45.722Z] #70 DONE 2.2s [2024-08-08T14:58:45.722Z] [2024-08-08T14:58:45.722Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:45.722Z] #56 41.83 OK: 7 MiB in 16 packages [2024-08-08T14:58:45.984Z] #56 DONE 42.0s [2024-08-08T14:58:45.984Z] [2024-08-08T14:58:45.984Z] #71 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-08T14:58:45.984Z] #0 1.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.984Z] #0 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.984Z] #0 2.121 OK: 264 MiB in 52 packages [2024-08-08T14:58:45.984Z] #71 DONE 2.2s [2024-08-08T14:58:45.984Z] [2024-08-08T14:58:45.984Z] #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:58:45.984Z] #72 DONE 0.1s [2024-08-08T14:58:45.984Z] [2024-08-08T14:58:45.984Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:58:45.984Z] #73 DONE 0.1s [2024-08-08T14:58:45.984Z] [2024-08-08T14:58:45.984Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:45.984Z] #74 ... [2024-08-08T14:58:45.984Z] [2024-08-08T14:58:45.984Z] #68 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:45.984Z] #68 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.984Z] #68 1.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:45.984Z] #68 2.198 OK: 8 MiB in 17 packages [2024-08-08T14:58:45.984Z] #68 DONE 2.3s [2024-08-08T14:58:46.244Z] [2024-08-08T14:58:46.244Z] #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-08T14:58:46.244Z] #0 1.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:46.244Z] #0 1.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:46.244Z] #0 2.201 OK: 7 MiB in 17 packages [2024-08-08T14:58:46.244Z] #75 DONE 2.4s [2024-08-08T14:58:46.244Z] [2024-08-08T14:58:46.244Z] #61 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:46.244Z] #61 40.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:46.245Z] #61 41.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:46.245Z] #61 41.92 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:46.245Z] #61 41.92 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:46.245Z] #61 41.93 OK: 7 MiB in 16 packages [2024-08-08T14:58:46.245Z] #61 DONE 42.3s [2024-08-08T14:58:46.245Z] [2024-08-08T14:58:46.245Z] #76 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-08T14:58:46.245Z] #0 1.840 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:46.245Z] #0 1.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:46.245Z] #0 2.249 OK: 264 MiB in 52 packages [2024-08-08T14:58:46.245Z] #76 DONE 2.6s [2024-08-08T14:58:46.245Z] [2024-08-08T14:58:46.245Z] #77 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:58:46.245Z] #77 DONE 0.1s [2024-08-08T14:58:46.245Z] [2024-08-08T14:58:46.245Z] #78 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-08-08T14:58:48.160Z] #78 ... [2024-08-08T14:58:48.160Z] [2024-08-08T14:58:48.160Z] #79 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-08T14:58:48.160Z] #0 2.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.160Z] #0 4.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.160Z] #0 4.278 OK: 264 MiB in 52 packages [2024-08-08T14:58:48.160Z] #79 DONE 4.4s [2024-08-08T14:58:48.160Z] [2024-08-08T14:58:48.160Z] #80 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:58:48.160Z] #80 DONE 0.0s [2024-08-08T14:58:48.160Z] [2024-08-08T14:58:48.160Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-08T14:58:48.160Z] #0 2.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.160Z] #0 2.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.160Z] #0 2.514 OK: 8 MiB in 19 packages [2024-08-08T14:58:48.160Z] #81 DONE 2.6s [2024-08-08T14:58:48.160Z] [2024-08-08T14:58:48.160Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:48.160Z] #74 2.102 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.160Z] #74 2.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.420Z] #74 ... [2024-08-08T14:58:48.420Z] [2024-08-08T14:58:48.420Z] #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-08T14:58:48.420Z] #0 2.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.420Z] #0 2.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:48.420Z] #0 2.570 OK: 17 MiB in 19 packages [2024-08-08T14:58:48.420Z] #82 DONE 2.7s [2024-08-08T14:58:48.420Z] [2024-08-08T14:58:48.420Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:48.420Z] #74 2.416 OK: 7 MiB in 16 packages [2024-08-08T14:58:49.073Z] #74 ... [2024-08-08T14:58:49.073Z] [2024-08-08T14:58:49.074Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:49.074Z] #0 2.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.074Z] #0 2.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.074Z] #0 2.901 OK: 12 MiB in 26 packages [2024-08-08T14:58:49.074Z] #83 DONE 3.6s [2024-08-08T14:58:49.074Z] [2024-08-08T14:58:49.074Z] #84 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:58:49.074Z] #84 DONE 1.1s [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #85 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-08T14:58:49.343Z] #0 2.539 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.343Z] #0 3.018 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.343Z] #0 3.701 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-08T14:58:49.343Z] #0 4.012 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:58:49.343Z] #0 4.027 OK: 7 MiB in 16 packages [2024-08-08T14:58:49.343Z] #85 DONE 5.0s [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:58:49.343Z] #74 DONE 3.2s [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-08T14:58:49.343Z] #0 2.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.343Z] #0 3.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.343Z] #0 3.480 OK: 17 MiB in 19 packages [2024-08-08T14:58:49.343Z] #86 DONE 3.9s [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-08T14:58:49.343Z] #0 2.441 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.343Z] #0 2.938 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:49.343Z] #0 3.589 OK: 264 MiB in 52 packages [2024-08-08T14:58:49.343Z] #87 DONE 3.8s [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-08T14:58:49.343Z] #88 ... [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #89 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-08T14:58:49.343Z] #89 DONE 3.2s [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #90 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-08T14:58:49.343Z] #90 DONE 0.2s [2024-08-08T14:58:49.343Z] [2024-08-08T14:58:49.343Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-08T14:58:49.343Z] #91 DONE 0.1s [2024-08-08T14:58:49.605Z] [2024-08-08T14:58:49.605Z] #92 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-08T14:58:49.605Z] #92 DONE 0.1s [2024-08-08T14:58:49.605Z] [2024-08-08T14:58:49.605Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-08T14:58:49.605Z] #88 DONE 0.2s [2024-08-08T14:58:49.605Z] [2024-08-08T14:58:49.605Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:58:49.605Z] #93 ... [2024-08-08T14:58:49.605Z] [2024-08-08T14:58:49.605Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-08T14:58:49.605Z] #94 DONE 0.2s [2024-08-08T14:58:49.605Z] [2024-08-08T14:58:49.605Z] #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:58:49.605Z] #95 DONE 0.1s [2024-08-08T14:58:50.025Z] [2024-08-08T14:58:50.025Z] #96 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-08-08T14:58:50.025Z] #0 3.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:50.025Z] #0 3.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:50.025Z] #0 3.776 OK: 8 MiB in 20 packages [2024-08-08T14:58:50.025Z] #96 DONE 4.0s [2024-08-08T14:58:50.025Z] [2024-08-08T14:58:50.025Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-08T14:58:50.025Z] #97 ... [2024-08-08T14:58:50.025Z] [2024-08-08T14:58:50.025Z] #98 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-08T14:58:50.025Z] #98 DONE 0.2s [2024-08-08T14:58:50.025Z] [2024-08-08T14:58:50.025Z] #78 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-08-08T14:58:50.025Z] #78 3.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:50.025Z] #78 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-08-08T14:58:50.025Z] #78 3.549 OK: 7 MiB in 16 packages [2024-08-08T14:58:50.025Z] #78 DONE 3.9s [2024-08-08T14:58:50.025Z] [2024-08-08T14:58:50.025Z] #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-08T14:58:50.818Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2024-08-08T14:58:50.818Z] #1 transferring dockerfile: 2.50kB done [2024-08-08T14:58:50.818Z] #1 DONE 0.1s [2024-08-08T14:58:50.818Z] [2024-08-08T14:58:50.818Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2024-08-08T14:58:50.818Z] #2 transferring dockerfile: 1.81kB done [2024-08-08T14:58:50.818Z] #2 DONE 0.0s [2024-08-08T14:58:50.818Z] [2024-08-08T14:58:50.818Z] #3 [support-cron-scheduler internal] load build definition from Dockerfile [2024-08-08T14:58:50.818Z] #3 transferring dockerfile: 1.85kB done [2024-08-08T14:58:50.818Z] #3 DONE 0.1s [2024-08-08T14:58:50.818Z] [2024-08-08T14:58:50.818Z] #4 [security-spire-config internal] load build definition from Dockerfile [2024-08-08T14:58:50.818Z] #4 transferring dockerfile: 1.69kB done [2024-08-08T14:58:50.818Z] #4 DONE 0.1s [2024-08-08T14:58:50.818Z] [2024-08-08T14:58:50.818Z] #5 [core-command internal] load build definition from Dockerfile [2024-08-08T14:58:50.818Z] #5 transferring dockerfile: 1.93kB 0.0s done [2024-08-08T14:58:50.970Z] #99 DONE 1.0s [2024-08-08T14:58:50.970Z] [2024-08-08T14:58:50.970Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:58:50.970Z] #100 DONE 1.1s [2024-08-08T14:58:50.970Z] [2024-08-08T14:58:50.970Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-08T14:58:50.970Z] #97 DONE 1.1s [2024-08-08T14:58:50.970Z] [2024-08-08T14:58:50.970Z] #101 [security-spire-config] exporting to image [2024-08-08T14:58:50.970Z] #101 exporting layers [2024-08-08T14:58:50.970Z] #101 ... [2024-08-08T14:58:50.970Z] [2024-08-08T14:58:50.970Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-08T14:58:50.970Z] #102 DONE 0.1s [2024-08-08T14:58:51.088Z] #5 DONE 0.1s [2024-08-08T14:58:51.088Z] [2024-08-08T14:58:51.088Z] #6 [security-spire-server internal] load build definition from Dockerfile [2024-08-08T14:58:51.088Z] #6 transferring dockerfile: 1.70kB done [2024-08-08T14:58:51.088Z] #6 DONE 0.1s [2024-08-08T14:58:51.088Z] [2024-08-08T14:58:51.088Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-08-08T14:58:51.088Z] #7 transferring dockerfile: 1.89kB done [2024-08-08T14:58:51.088Z] #7 DONE 0.1s [2024-08-08T14:58:51.088Z] [2024-08-08T14:58:51.088Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-08-08T14:58:51.088Z] #8 transferring dockerfile: 2.23kB done [2024-08-08T14:58:51.088Z] #8 DONE 0.1s [2024-08-08T14:58:51.088Z] [2024-08-08T14:58:51.088Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2024-08-08T14:58:51.231Z] [2024-08-08T14:58:51.231Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-08T14:58:51.357Z] #9 transferring dockerfile: 2.15kB done [2024-08-08T14:58:51.357Z] #9 DONE 0.1s [2024-08-08T14:58:51.357Z] [2024-08-08T14:58:51.357Z] #10 [core-keeper internal] load build definition from Dockerfile [2024-08-08T14:58:51.357Z] #10 transferring dockerfile: 2.01kB done [2024-08-08T14:58:51.357Z] #10 DONE 0.1s [2024-08-08T14:58:51.357Z] [2024-08-08T14:58:51.357Z] #11 [support-notifications internal] load build definition from Dockerfile [2024-08-08T14:58:51.357Z] #11 transferring dockerfile: 1.95kB done [2024-08-08T14:58:51.357Z] #11 DONE 0.1s [2024-08-08T14:58:51.357Z] [2024-08-08T14:58:51.357Z] #12 [support-scheduler internal] load build definition from Dockerfile [2024-08-08T14:58:51.357Z] #12 transferring dockerfile: 1.93kB done [2024-08-08T14:58:51.357Z] #12 DONE 0.1s [2024-08-08T14:58:51.357Z] [2024-08-08T14:58:51.357Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-08-08T14:58:51.357Z] #13 transferring dockerfile: 2.06kB done [2024-08-08T14:58:51.357Z] #13 DONE 0.1s [2024-08-08T14:58:51.357Z] [2024-08-08T14:58:51.357Z] #14 [core-data internal] load build definition from Dockerfile [2024-08-08T14:58:51.357Z] #14 transferring dockerfile: 2.01kB done [2024-08-08T14:58:51.357Z] #14 DONE 0.1s [2024-08-08T14:58:51.357Z] [2024-08-08T14:58:51.357Z] #15 [security-secretstore-setup internal] load build definition from Dockerfile [2024-08-08T14:58:51.624Z] #15 transferring dockerfile: 2.49kB done [2024-08-08T14:58:51.624Z] #15 DONE 0.1s [2024-08-08T14:58:51.624Z] [2024-08-08T14:58:51.624Z] #16 [security-bootstrapper internal] load build definition from Dockerfile [2024-08-08T14:58:51.624Z] #16 transferring dockerfile: 3.17kB done [2024-08-08T14:58:51.624Z] #16 DONE 0.1s [2024-08-08T14:58:51.624Z] [2024-08-08T14:58:51.624Z] #17 [security-proxy-setup internal] load .dockerignore [2024-08-08T14:58:51.624Z] #17 transferring context: [2024-08-08T14:58:51.624Z] #17 transferring context: 50B 0.0s done [2024-08-08T14:58:51.624Z] #17 DONE 0.1s [2024-08-08T14:58:51.806Z] #103 DONE 0.7s [2024-08-08T14:58:51.806Z] [2024-08-08T14:58:51.806Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:58:51.806Z] #104 DONE 0.8s [2024-08-08T14:58:51.806Z] [2024-08-08T14:58:51.806Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-08T14:58:51.806Z] #105 DONE 0.1s [2024-08-08T14:58:51.806Z] [2024-08-08T14:58:51.806Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:58:51.806Z] #106 DONE 0.1s [2024-08-08T14:58:51.806Z] [2024-08-08T14:58:51.806Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-08T14:58:52.082Z] #107 ... [2024-08-08T14:58:52.082Z] [2024-08-08T14:58:52.082Z] #101 [security-spire-config] exporting to image [2024-08-08T14:58:52.082Z] #101 exporting layers 0.9s done [2024-08-08T14:58:52.082Z] #101 writing image sha256:e5fe28792ade18e2359492f16fc9c2852d0a2ac088bdfc5cc4f0ea42daf87bdd 0.0s done [2024-08-08T14:58:52.082Z] #101 naming to docker.io/library/security-spire-config 0.0s done [2024-08-08T14:58:52.082Z] #101 DONE 1.1s [2024-08-08T14:58:52.082Z] [2024-08-08T14:58:52.082Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-08T14:58:52.342Z] #108 DONE 0.5s [2024-08-08T14:58:52.342Z] [2024-08-08T14:58:52.342Z] #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:58:52.342Z] #109 ... [2024-08-08T14:58:52.342Z] [2024-08-08T14:58:52.342Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-08T14:58:52.342Z] #107 DONE 0.6s [2024-08-08T14:58:52.583Z] [2024-08-08T14:58:52.583Z] #18 [security-spire-agent internal] load .dockerignore [2024-08-08T14:58:52.583Z] #18 transferring context: 50B 0.0s done [2024-08-08T14:58:52.583Z] #18 DONE 0.1s [2024-08-08T14:58:52.583Z] [2024-08-08T14:58:52.583Z] #19 [support-cron-scheduler internal] load .dockerignore [2024-08-08T14:58:52.583Z] #19 transferring context: 50B done [2024-08-08T14:58:52.583Z] #19 DONE 0.0s [2024-08-08T14:58:52.583Z] [2024-08-08T14:58:52.583Z] #20 [security-spire-config internal] load .dockerignore [2024-08-08T14:58:52.583Z] #20 transferring context: 50B done [2024-08-08T14:58:52.583Z] #20 DONE 0.1s [2024-08-08T14:58:52.583Z] [2024-08-08T14:58:52.583Z] #21 [core-command internal] load .dockerignore [2024-08-08T14:58:52.583Z] #21 transferring context: 50B done [2024-08-08T14:58:52.583Z] #21 DONE 0.1s [2024-08-08T14:58:52.583Z] [2024-08-08T14:58:52.583Z] #22 [security-spire-server internal] load .dockerignore [2024-08-08T14:58:52.583Z] #22 transferring context: 50B done [2024-08-08T14:58:52.602Z] [2024-08-08T14:58:52.602Z] #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:58:52.602Z] #109 DONE 0.3s [2024-08-08T14:58:52.602Z] [2024-08-08T14:58:52.602Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-08T14:58:52.860Z] #110 DONE 0.3s [2024-08-08T14:58:52.860Z] [2024-08-08T14:58:52.860Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-08T14:58:52.860Z] #111 DONE 0.1s [2024-08-08T14:58:52.860Z] [2024-08-08T14:58:52.860Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-08T14:58:52.860Z] #112 DONE 0.0s [2024-08-08T14:58:52.860Z] [2024-08-08T14:58:52.860Z] #101 [security-spire-server] exporting to image [2024-08-08T14:58:52.864Z] #22 DONE 0.1s [2024-08-08T14:58:52.864Z] [2024-08-08T14:58:52.864Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2024-08-08T14:58:52.864Z] #23 transferring context: 50B 0.0s done [2024-08-08T14:58:52.864Z] #23 DONE 0.1s [2024-08-08T14:58:52.864Z] [2024-08-08T14:58:52.864Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2024-08-08T14:58:52.864Z] #24 transferring context: 50B done [2024-08-08T14:58:52.864Z] #24 DONE 0.0s [2024-08-08T14:58:52.864Z] [2024-08-08T14:58:52.864Z] #25 [security-proxy-auth internal] load .dockerignore [2024-08-08T14:58:52.864Z] #25 transferring context: 50B done [2024-08-08T14:58:52.864Z] #25 DONE 0.1s [2024-08-08T14:58:52.864Z] [2024-08-08T14:58:52.864Z] #26 [core-keeper internal] load .dockerignore [2024-08-08T14:58:52.864Z] #26 transferring context: 50B 0.0s done [2024-08-08T14:58:52.864Z] #26 DONE 0.1s [2024-08-08T14:58:52.864Z] [2024-08-08T14:58:52.864Z] #27 [support-notifications internal] load .dockerignore [2024-08-08T14:58:52.864Z] #27 transferring context: 50B done [2024-08-08T14:58:52.864Z] #27 DONE 0.1s [2024-08-08T14:58:52.864Z] [2024-08-08T14:58:52.864Z] #28 [support-scheduler internal] load .dockerignore [2024-08-08T14:58:53.134Z] #28 transferring context: 50B 0.0s done [2024-08-08T14:58:53.134Z] #28 DONE 0.1s [2024-08-08T14:58:53.134Z] [2024-08-08T14:58:53.134Z] #29 [core-metadata internal] load .dockerignore [2024-08-08T14:58:53.134Z] #29 transferring context: 50B done [2024-08-08T14:58:53.134Z] #29 DONE 0.1s [2024-08-08T14:58:53.134Z] [2024-08-08T14:58:53.134Z] #30 [core-data internal] load .dockerignore [2024-08-08T14:58:53.134Z] #30 transferring context: 50B done [2024-08-08T14:58:53.134Z] #30 DONE 0.0s [2024-08-08T14:58:53.134Z] [2024-08-08T14:58:53.134Z] #31 [security-secretstore-setup internal] load .dockerignore [2024-08-08T14:58:53.134Z] #31 transferring context: 50B done [2024-08-08T14:58:53.134Z] #31 DONE 0.0s [2024-08-08T14:58:53.403Z] [2024-08-08T14:58:53.403Z] #32 [security-bootstrapper internal] load .dockerignore [2024-08-08T14:58:53.403Z] #32 transferring context: 50B done [2024-08-08T14:58:53.403Z] #32 DONE 0.1s [2024-08-08T14:58:53.403Z] [2024-08-08T14:58:53.403Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:53.403Z] #33 DONE 0.0s [2024-08-08T14:58:53.403Z] [2024-08-08T14:58:53.403Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-08-08T14:58:53.432Z] #101 exporting layers 0.6s done [2024-08-08T14:58:53.432Z] #101 exporting layers 0.6s done [2024-08-08T14:58:53.432Z] #101 writing image sha256:e9e63166a07faf5c944043dd96274dca5d568ae9920030aa4269b7c023f80f92 done [2024-08-08T14:58:53.432Z] #101 naming to docker.io/library/security-spire-server done [2024-08-08T14:58:53.432Z] #101 writing image sha256:b9554960544ffba3d2264957576d2e8999494c13629f5f97ee731b75e448da3f done [2024-08-08T14:58:53.432Z] #101 naming to docker.io/library/security-spire-agent done [2024-08-08T14:58:53.432Z] #101 DONE 1.8s [2024-08-08T14:58:53.432Z] [2024-08-08T14:58:53.432Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:53.670Z] #34 DONE 0.2s [2024-08-08T14:58:53.670Z] [2024-08-08T14:58:53.670Z] #35 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:53.670Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:53.670Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:53.670Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-08T14:58:53.670Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-08T14:58:53.670Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.1s [2024-08-08T14:58:53.940Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-08T14:58:53.940Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-08-08T14:58:54.525Z] #35 ... [2024-08-08T14:58:54.525Z] [2024-08-08T14:58:54.525Z] #36 [security-proxy-setup internal] load build context [2024-08-08T14:58:54.525Z] #36 transferring context: 2.99MB 0.7s done [2024-08-08T14:58:54.525Z] #36 DONE 0.8s [2024-08-08T14:58:54.525Z] [2024-08-08T14:58:54.525Z] #35 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:54.525Z] #35 ... [2024-08-08T14:58:54.525Z] [2024-08-08T14:58:54.525Z] #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:54.525Z] #37 DONE 0.9s [2024-08-08T14:58:54.525Z] [2024-08-08T14:58:54.525Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:54.525Z] #33 DONE 0.0s [2024-08-08T14:58:54.525Z] [2024-08-08T14:58:54.525Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-08-08T14:58:54.794Z] #34 ... [2024-08-08T14:58:54.794Z] [2024-08-08T14:58:54.794Z] #37 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:54.794Z] #37 DONE 1.7s [2024-08-08T14:58:54.794Z] [2024-08-08T14:58:54.794Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-08-08T14:58:54.794Z] #34 DONE 0.5s [2024-08-08T14:58:54.794Z] [2024-08-08T14:58:54.794Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:54.794Z] #33 DONE 0.0s [2024-08-08T14:58:54.794Z] [2024-08-08T14:58:54.794Z] #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:54.794Z] #37 DONE 1.7s [2024-08-08T14:58:54.794Z] [2024-08-08T14:58:54.794Z] #38 [core-command builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:54.794Z] #38 DONE 0.6s [2024-08-08T14:58:54.794Z] [2024-08-08T14:58:54.794Z] #35 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:54.794Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:54.794Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:54.794Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-08T14:58:54.794Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-08T14:58:54.794Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-08T14:58:54.794Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-08T14:58:55.062Z] #35 ... [2024-08-08T14:58:55.062Z] [2024-08-08T14:58:55.062Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:55.062Z] #33 DONE 0.0s [2024-08-08T14:58:55.328Z] [2024-08-08T14:58:55.328Z] #39 [core-command internal] load build context [2024-08-08T14:58:55.328Z] #39 ... [2024-08-08T14:58:55.328Z] [2024-08-08T14:58:55.328Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:55.328Z] #33 DONE 0.0s [2024-08-08T14:58:55.328Z] [2024-08-08T14:58:55.328Z] #39 [core-command internal] load build context [2024-08-08T14:58:55.596Z] #39 ... [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:55.596Z] #37 DONE 1.7s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:55.596Z] #33 DONE 0.0s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:55.596Z] #38 DONE 0.6s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #39 [core-command internal] load build context [2024-08-08T14:58:55.596Z] #39 ... [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:55.596Z] #37 DONE 1.8s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:55.596Z] #33 DONE 0.1s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:55.596Z] #38 DONE 0.7s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-08-08T14:58:55.596Z] #40 DONE 1.1s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:58:55.596Z] #41 DONE 0.0s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #42 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-08-08T14:58:55.596Z] #42 DONE 1.1s [2024-08-08T14:58:55.596Z] [2024-08-08T14:58:55.596Z] #39 [core-command internal] load build context [2024-08-08T14:58:55.863Z] #39 ... [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:55.863Z] #33 DONE 0.1s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #43 [support-cron-scheduler internal] load build context [2024-08-08T14:58:55.863Z] #43 transferring context: 2.99MB 0.7s done [2024-08-08T14:58:55.863Z] #43 DONE 0.9s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #39 [core-command internal] load build context [2024-08-08T14:58:55.863Z] #39 ... [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:55.863Z] #33 DONE 0.1s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #35 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:55.863Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:55.863Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:55.863Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-08T14:58:55.863Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-08T14:58:55.863Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-08T14:58:55.863Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-08T14:58:55.863Z] #35 DONE 3.1s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #39 [core-command internal] load build context [2024-08-08T14:58:55.863Z] #39 ... [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:55.863Z] #37 DONE 1.8s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #38 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:55.863Z] #38 DONE 0.7s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:55.863Z] #33 DONE 0.1s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-08-08T14:58:55.863Z] #34 DONE 1.5s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #35 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:55.863Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:55.863Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:55.863Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-08T14:58:55.863Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-08T14:58:55.863Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-08T14:58:55.863Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-08T14:58:55.863Z] #35 DONE 3.1s [2024-08-08T14:58:55.863Z] [2024-08-08T14:58:55.863Z] #39 [core-command internal] load build context [2024-08-08T14:58:55.971Z] #37 ... [2024-08-08T14:58:55.971Z] [2024-08-08T14:58:55.971Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:58:56.129Z] #39 ... [2024-08-08T14:58:56.129Z] [2024-08-08T14:58:56.129Z] #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:56.129Z] #37 DONE 1.9s [2024-08-08T14:58:56.129Z] [2024-08-08T14:58:56.129Z] #38 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:56.129Z] #38 DONE 0.7s [2024-08-08T14:58:56.129Z] [2024-08-08T14:58:56.129Z] #35 [core-metadata stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:56.129Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:56.129Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:56.129Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-08T14:58:56.129Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-08T14:58:56.129Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-08T14:58:56.129Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-08T14:58:56.129Z] #35 DONE 3.2s [2024-08-08T14:58:56.129Z] [2024-08-08T14:58:56.129Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:56.129Z] #33 DONE 0.1s [2024-08-08T14:58:56.129Z] [2024-08-08T14:58:56.129Z] #39 [core-command internal] load build context [2024-08-08T14:58:56.129Z] #39 transferring context: 2.99MB 1.1s done [2024-08-08T14:58:56.230Z] #113 ... [2024-08-08T14:58:56.230Z] [2024-08-08T14:58:56.230Z] #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:58:56.230Z] #114 ... [2024-08-08T14:58:56.230Z] [2024-08-08T14:58:56.230Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:58:56.396Z] #39 ... [2024-08-08T14:58:56.396Z] [2024-08-08T14:58:56.396Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:56.396Z] #33 DONE 0.1s [2024-08-08T14:58:56.396Z] [2024-08-08T14:58:56.396Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-08-08T14:58:56.396Z] #33 DONE 0.1s [2024-08-08T14:58:56.396Z] [2024-08-08T14:58:56.396Z] #44 [core-keeper internal] load build context [2024-08-08T14:58:56.490Z] #115 ... [2024-08-08T14:58:56.490Z] [2024-08-08T14:58:56.490Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:58:56.665Z] #44 ... [2024-08-08T14:58:56.665Z] [2024-08-08T14:58:56.665Z] #45 [security-spire-agent internal] load build context [2024-08-08T14:58:56.665Z] #45 transferring context: 27.13kB 0.1s done [2024-08-08T14:58:56.665Z] #45 DONE 1.0s [2024-08-08T14:58:56.665Z] [2024-08-08T14:58:56.665Z] #44 [core-keeper internal] load build context [2024-08-08T14:58:56.665Z] #44 ... [2024-08-08T14:58:56.665Z] [2024-08-08T14:58:56.665Z] #39 [core-command internal] load build context [2024-08-08T14:58:56.665Z] #39 DONE 1.8s [2024-08-08T14:58:56.665Z] [2024-08-08T14:58:56.665Z] #44 [core-keeper internal] load build context [2024-08-08T14:58:56.931Z] #44 ... [2024-08-08T14:58:56.931Z] [2024-08-08T14:58:56.931Z] #46 [security-spire-config internal] load build context [2024-08-08T14:58:56.931Z] #46 transferring context: 25.85kB 0.1s done [2024-08-08T14:58:56.931Z] #46 DONE 1.3s [2024-08-08T14:58:56.931Z] [2024-08-08T14:58:56.931Z] #47 [security-spire-server internal] load build context [2024-08-08T14:58:56.931Z] #47 transferring context: 27.60kB 0.1s done [2024-08-08T14:58:56.931Z] #47 DONE 1.3s [2024-08-08T14:58:56.931Z] [2024-08-08T14:58:56.931Z] #44 [core-keeper internal] load build context [2024-08-08T14:58:58.880Z] #44 ... [2024-08-08T14:58:58.880Z] [2024-08-08T14:58:58.880Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-08-08T14:58:58.880Z] #34 DONE 4.1s [2024-08-08T14:58:58.880Z] [2024-08-08T14:58:58.880Z] #48 [security-spiffe-token-provider internal] load build context [2024-08-08T14:58:59.149Z] #48 ... [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:59.149Z] #37 DONE 1.9s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:59.149Z] #38 DONE 0.7s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #35 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:59.149Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:59.149Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:59.149Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-08T14:58:59.149Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-08T14:58:59.149Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-08T14:58:59.149Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-08T14:58:59.149Z] #35 DONE 3.2s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #49 [core-data internal] load build context [2024-08-08T14:58:59.149Z] #49 DONE 0.0s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #50 [security-secretstore-setup internal] load build context [2024-08-08T14:58:59.149Z] #50 DONE 0.0s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #48 [security-spiffe-token-provider internal] load build context [2024-08-08T14:58:59.149Z] #48 ... [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-08-08T14:58:59.149Z] #37 DONE 1.9s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-08-08T14:58:59.149Z] #38 DONE 0.8s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #35 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-08-08T14:58:59.149Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-08-08T14:58:59.149Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-08-08T14:58:59.149Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-08-08T14:58:59.149Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-08-08T14:58:59.149Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-08-08T14:58:59.149Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.9s done [2024-08-08T14:58:59.149Z] #35 DONE 3.2s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #51 [security-bootstrapper internal] load build context [2024-08-08T14:58:59.149Z] #51 DONE 0.0s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #52 [security-proxy-auth internal] load build context [2024-08-08T14:58:59.149Z] #52 transferring context: 2.99MB 3.0s done [2024-08-08T14:58:59.149Z] #52 DONE 3.6s [2024-08-08T14:58:59.149Z] [2024-08-08T14:58:59.149Z] #44 [core-keeper internal] load build context [2024-08-08T14:58:59.770Z] #44 transferring context: 2.99MB 3.3s done [2024-08-08T14:59:00.742Z] #44 ... [2024-08-08T14:59:00.742Z] [2024-08-08T14:59:00.742Z] #53 [core-common-config-bootstrapper internal] load build context [2024-08-08T14:59:00.742Z] #53 transferring context: 2.99MB 3.2s done [2024-08-08T14:59:00.742Z] #53 DONE 5.1s [2024-08-08T14:59:00.743Z] [2024-08-08T14:59:00.743Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:00.743Z] #41 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.6s done [2024-08-08T14:59:00.743Z] #41 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-08-08T14:59:00.743Z] #41 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-08-08T14:59:00.743Z] #41 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-08-08T14:59:00.743Z] #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.2s done [2024-08-08T14:59:00.743Z] #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s done [2024-08-08T14:59:00.743Z] #41 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-08T14:59:00.743Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s [2024-08-08T14:59:00.743Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.8s [2024-08-08T14:59:01.016Z] #41 ... [2024-08-08T14:59:01.016Z] [2024-08-08T14:59:01.016Z] #44 [core-keeper internal] load build context [2024-08-08T14:59:01.016Z] #44 DONE 4.9s [2024-08-08T14:59:01.016Z] [2024-08-08T14:59:01.016Z] #48 [security-spiffe-token-provider internal] load build context [2024-08-08T14:59:01.016Z] #48 transferring context: 2.99MB 3.5s done [2024-08-08T14:59:01.016Z] #48 DONE 5.4s [2024-08-08T14:59:01.016Z] [2024-08-08T14:59:01.016Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:01.016Z] #41 ... [2024-08-08T14:59:01.016Z] [2024-08-08T14:59:01.016Z] #54 [support-scheduler internal] load build context [2024-08-08T14:59:01.016Z] #54 transferring context: 2.99MB 3.8s done [2024-08-08T14:59:01.017Z] #54 ... [2024-08-08T14:59:01.017Z] [2024-08-08T14:59:01.017Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:01.017Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.0s done [2024-08-08T14:59:01.304Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.0s done [2024-08-08T14:59:02.060Z] #41 ... [2024-08-08T14:59:02.060Z] [2024-08-08T14:59:02.060Z] #54 [support-scheduler internal] load build context [2024-08-08T14:59:02.060Z] #54 DONE 5.7s [2024-08-08T14:59:02.060Z] [2024-08-08T14:59:02.060Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:02.060Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 1.8s [2024-08-08T14:59:02.757Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 2.7s [2024-08-08T14:59:03.746Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 3.6s [2024-08-08T14:59:03.746Z] #41 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-08-08T14:59:03.746Z] #41 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-08-08T14:59:03.746Z] #41 ... [2024-08-08T14:59:03.746Z] [2024-08-08T14:59:03.746Z] #55 [core-metadata internal] load build context [2024-08-08T14:59:03.746Z] #55 transferring context: 2.99MB 3.6s done [2024-08-08T14:59:03.746Z] #55 DONE 7.6s [2024-08-08T14:59:03.746Z] [2024-08-08T14:59:03.746Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:04.378Z] #41 ... [2024-08-08T14:59:04.378Z] [2024-08-08T14:59:04.378Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-08-08T14:59:04.378Z] #0 5.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:04.378Z] #0 6.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:04.378Z] #0 8.323 OK: 266 MiB in 52 packages [2024-08-08T14:59:04.378Z] #56 DONE 9.6s [2024-08-08T14:59:04.378Z] [2024-08-08T14:59:04.378Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:04.378Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.93MB / 28.04MB 4.3s [2024-08-08T14:59:04.668Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 4.6s [2024-08-08T14:59:04.940Z] #41 ... [2024-08-08T14:59:04.940Z] [2024-08-08T14:59:04.940Z] #57 [support-notifications internal] load build context [2024-08-08T14:59:04.940Z] #57 transferring context: 2.99MB 6.3s done [2024-08-08T14:59:04.940Z] #57 DONE 8.8s [2024-08-08T14:59:04.940Z] [2024-08-08T14:59:04.940Z] #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-08T14:59:04.940Z] #0 4.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:04.940Z] #0 5.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:04.940Z] #0 6.838 OK: 266 MiB in 52 packages [2024-08-08T14:59:04.940Z] #58 DONE 10.9s [2024-08-08T14:59:04.940Z] [2024-08-08T14:59:04.940Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:04.940Z] #41 ... [2024-08-08T14:59:04.940Z] [2024-08-08T14:59:04.940Z] #59 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-08-08T14:59:04.940Z] #0 7.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:04.940Z] #0 8.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:05.214Z] #59 ... [2024-08-08T14:59:05.214Z] [2024-08-08T14:59:05.214Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:05.705Z] #41 ... [2024-08-08T14:59:05.705Z] [2024-08-08T14:59:05.705Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-08T14:59:05.705Z] #0 7.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:05.705Z] #0 7.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:05.705Z] #60 10.10 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:59:05.705Z] #60 10.10 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:59:05.705Z] #60 10.10 OK: 19953 distinct packages available [2024-08-08T14:59:05.705Z] #60 ... [2024-08-08T14:59:05.705Z] [2024-08-08T14:59:05.705Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:05.705Z] #61 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.7s done [2024-08-08T14:59:05.705Z] #61 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-08-08T14:59:05.705Z] #61 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-08-08T14:59:05.705Z] #61 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-08-08T14:59:05.705Z] #61 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.6s done [2024-08-08T14:59:05.705Z] #61 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.4s done [2024-08-08T14:59:05.705Z] #61 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.4s done [2024-08-08T14:59:05.705Z] #61 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-08-08T14:59:05.705Z] #61 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.44MB / 18.32MB 6.9s [2024-08-08T14:59:05.705Z] #61 ... [2024-08-08T14:59:05.705Z] [2024-08-08T14:59:05.705Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:05.981Z] #41 ... [2024-08-08T14:59:05.981Z] [2024-08-08T14:59:05.981Z] #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-08T14:59:06.260Z] #62 ... [2024-08-08T14:59:06.260Z] [2024-08-08T14:59:06.260Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:06.260Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.53MB / 28.04MB 6.2s [2024-08-08T14:59:06.538Z] #41 ... [2024-08-08T14:59:06.538Z] [2024-08-08T14:59:06.538Z] #62 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-08T14:59:06.538Z] #62 DONE 10.4s [2024-08-08T14:59:06.538Z] [2024-08-08T14:59:06.538Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:06.808Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.25MB / 28.04MB 7.0s [2024-08-08T14:59:07.076Z] #41 ... [2024-08-08T14:59:07.076Z] [2024-08-08T14:59:07.076Z] #59 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-08-08T14:59:07.076Z] #59 10.50 OK: 266 MiB in 52 packages [2024-08-08T14:59:07.076Z] #59 DONE 12.1s [2024-08-08T14:59:07.076Z] [2024-08-08T14:59:07.076Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:07.348Z] #41 ... [2024-08-08T14:59:07.348Z] [2024-08-08T14:59:07.348Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-08T14:59:07.348Z] #63 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:07.348Z] #63 ... [2024-08-08T14:59:07.348Z] [2024-08-08T14:59:07.348Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-08T14:59:07.616Z] #64 ... [2024-08-08T14:59:07.616Z] [2024-08-08T14:59:07.616Z] #65 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-08T14:59:07.616Z] #65 ... [2024-08-08T14:59:07.616Z] [2024-08-08T14:59:07.616Z] #66 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-08T14:59:07.616Z] #66 ... [2024-08-08T14:59:07.616Z] [2024-08-08T14:59:07.616Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-08T14:59:07.884Z] #67 ... [2024-08-08T14:59:07.884Z] [2024-08-08T14:59:07.884Z] #68 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-08T14:59:07.884Z] #68 ... [2024-08-08T14:59:07.884Z] [2024-08-08T14:59:07.884Z] #69 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-08T14:59:08.152Z] #69 ... [2024-08-08T14:59:08.152Z] [2024-08-08T14:59:08.152Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:08.152Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 8.2s [2024-08-08T14:59:08.152Z] #41 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-08-08T14:59:09.128Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.67MB / 28.04MB 9.1s [2024-08-08T14:59:09.128Z] #41 ... [2024-08-08T14:59:09.128Z] [2024-08-08T14:59:09.128Z] #49 [core-data internal] load build context [2024-08-08T14:59:09.128Z] #49 transferring context: 2.99MB 8.0s done [2024-08-08T14:59:09.128Z] #49 DONE 10.0s [2024-08-08T14:59:09.128Z] [2024-08-08T14:59:09.128Z] #70 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:09.128Z] #70 DONE 4.1s [2024-08-08T14:59:09.128Z] [2024-08-08T14:59:09.128Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:09.128Z] #41 ... [2024-08-08T14:59:09.128Z] [2024-08-08T14:59:09.128Z] #50 [security-secretstore-setup internal] load build context [2024-08-08T14:59:09.400Z] #50 ... [2024-08-08T14:59:09.400Z] [2024-08-08T14:59:09.400Z] #51 [security-bootstrapper internal] load build context [2024-08-08T14:59:09.400Z] #51 transferring context: 2.99MB 8.2s done [2024-08-08T14:59:09.400Z] #51 ... [2024-08-08T14:59:09.400Z] [2024-08-08T14:59:09.400Z] #50 [security-secretstore-setup internal] load build context [2024-08-08T14:59:09.674Z] #50 ... [2024-08-08T14:59:09.674Z] [2024-08-08T14:59:09.674Z] #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-08-08T14:59:09.674Z] #60 10.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:09.674Z] #60 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:09.674Z] #60 12.70 OK: 266 MiB in 52 packages [2024-08-08T14:59:09.674Z] #60 DONE 13.7s [2024-08-08T14:59:09.674Z] [2024-08-08T14:59:09.674Z] #51 [security-bootstrapper internal] load build context [2024-08-08T14:59:09.674Z] #51 DONE 10.5s [2024-08-08T14:59:09.674Z] [2024-08-08T14:59:09.674Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:09.948Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.87MB / 28.04MB 10.2s [2024-08-08T14:59:10.216Z] #41 ... [2024-08-08T14:59:10.216Z] [2024-08-08T14:59:10.216Z] #71 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:10.216Z] #71 DONE 5.6s [2024-08-08T14:59:10.216Z] [2024-08-08T14:59:10.216Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:10.216Z] #41 ... [2024-08-08T14:59:10.216Z] [2024-08-08T14:59:10.216Z] #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-08T14:59:10.216Z] #72 ... [2024-08-08T14:59:10.216Z] [2024-08-08T14:59:10.216Z] #73 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-08T14:59:10.490Z] #73 ... [2024-08-08T14:59:10.490Z] [2024-08-08T14:59:10.490Z] #74 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-08T14:59:10.490Z] #74 ... [2024-08-08T14:59:10.490Z] [2024-08-08T14:59:10.490Z] #75 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:10.490Z] #75 DONE 3.3s [2024-08-08T14:59:10.490Z] [2024-08-08T14:59:10.490Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-08-08T14:59:10.490Z] #63 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:10.490Z] #63 11.90 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:10.490Z] #63 11.90 (2/4) Installing openssl (3.1.6-r0) [2024-08-08T14:59:10.490Z] #63 11.94 (3/4) Installing su-exec (0.2-r3) [2024-08-08T14:59:10.490Z] #63 11.94 (4/4) Installing yq (4.33.3-r5) [2024-08-08T14:59:10.490Z] #63 12.22 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:10.490Z] #63 12.34 OK: 18 MiB in 19 packages [2024-08-08T14:59:10.490Z] #63 DONE 13.3s [2024-08-08T14:59:10.490Z] [2024-08-08T14:59:10.490Z] #76 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:10.758Z] #76 ... [2024-08-08T14:59:10.758Z] [2024-08-08T14:59:10.758Z] #50 [security-secretstore-setup internal] load build context [2024-08-08T14:59:10.758Z] #50 transferring context: 2.99MB 8.8s done [2024-08-08T14:59:10.758Z] #50 DONE 11.5s [2024-08-08T14:59:10.758Z] [2024-08-08T14:59:10.758Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:10.758Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.43MB / 28.04MB 11.0s [2024-08-08T14:59:12.184Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 12.1s [2024-08-08T14:59:12.184Z] #41 ... [2024-08-08T14:59:12.184Z] [2024-08-08T14:59:12.184Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:12.184Z] #77 DONE 2.2s [2024-08-08T14:59:12.184Z] [2024-08-08T14:59:12.184Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:12.772Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 12.9s [2024-08-08T14:59:13.734Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.76MB / 28.04MB 13.7s [2024-08-08T14:59:13.734Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.26MB / 28.04MB 14.0s [2024-08-08T14:59:14.321Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 14.3s done [2024-08-08T14:59:15.733Z] #41 ... [2024-08-08T14:59:15.733Z] [2024-08-08T14:59:15.733Z] #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-08-08T14:59:15.733Z] #68 13.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:15.733Z] #68 14.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:15.733Z] #68 16.77 (1/2) Installing ca-certificates (20240226-r0) [2024-08-08T14:59:15.733Z] #68 17.02 (2/2) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:15.733Z] #68 17.05 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:15.733Z] #68 17.13 Executing ca-certificates-20240226-r0.trigger [2024-08-08T14:59:15.733Z] #68 17.69 OK: 9 MiB in 17 packages [2024-08-08T14:59:15.733Z] #68 DONE 18.7s [2024-08-08T14:59:16.000Z] [2024-08-08T14:59:16.000Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:59:16.267Z] #78 ... [2024-08-08T14:59:16.267Z] [2024-08-08T14:59:16.267Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:16.267Z] #61 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 11.6s done [2024-08-08T14:59:16.267Z] #61 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-08-08T14:59:16.267Z] #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.5s [2024-08-08T14:59:16.535Z] #61 ... [2024-08-08T14:59:16.535Z] [2024-08-08T14:59:16.535Z] #66 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2024-08-08T14:59:16.535Z] #66 15.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:16.535Z] #66 16.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:16.535Z] #66 18.36 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:16.535Z] #66 18.38 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:16.535Z] #66 18.54 OK: 8 MiB in 16 packages [2024-08-08T14:59:16.535Z] #66 DONE 19.5s [2024-08-08T14:59:16.535Z] [2024-08-08T14:59:16.535Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-08T14:59:16.802Z] #79 ... [2024-08-08T14:59:16.802Z] [2024-08-08T14:59:16.802Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-08-08T14:59:16.802Z] #67 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:16.802Z] #67 12.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:16.802Z] #67 14.48 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:59:16.802Z] #67 14.48 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:59:16.802Z] #67 14.48 OK: 19946 distinct packages available [2024-08-08T14:59:16.802Z] #67 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:16.802Z] #67 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:16.802Z] #67 18.17 (1/4) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:16.802Z] #67 18.20 (2/4) Installing musl-obstack (1.2.3-r2) [2024-08-08T14:59:16.802Z] #67 18.21 (3/4) Installing libucontext (1.2-r2) [2024-08-08T14:59:16.802Z] #67 18.22 (4/4) Installing gcompat (1.1.0-r1) [2024-08-08T14:59:16.802Z] #67 18.25 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:16.802Z] #67 18.34 OK: 8 MiB in 19 packages [2024-08-08T14:59:16.802Z] #67 DONE 19.5s [2024-08-08T14:59:16.802Z] [2024-08-08T14:59:16.802Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:19.401Z] #61 ... [2024-08-08T14:59:19.401Z] [2024-08-08T14:59:19.401Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-08-08T14:59:19.401Z] #64 DONE 21.9s [2024-08-08T14:59:19.401Z] [2024-08-08T14:59:19.401Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:19.401Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.9s [2024-08-08T14:59:19.669Z] #41 ... [2024-08-08T14:59:19.669Z] [2024-08-08T14:59:19.669Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:19.936Z] #80 ... [2024-08-08T14:59:19.936Z] [2024-08-08T14:59:19.936Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:20.208Z] #61 ... [2024-08-08T14:59:20.209Z] [2024-08-08T14:59:20.209Z] #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:20.477Z] #81 ... [2024-08-08T14:59:20.477Z] [2024-08-08T14:59:20.477Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-08T14:59:20.477Z] #82 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:20.477Z] #82 ... [2024-08-08T14:59:20.477Z] [2024-08-08T14:59:20.477Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:21.062Z] #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.5s [2024-08-08T14:59:22.040Z] #61 ... [2024-08-08T14:59:22.040Z] [2024-08-08T14:59:22.040Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:22.314Z] #83 ... [2024-08-08T14:59:22.314Z] [2024-08-08T14:59:22.314Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:23.307Z] #61 ... [2024-08-08T14:59:23.307Z] [2024-08-08T14:59:23.307Z] #65 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-08-08T14:59:23.307Z] #65 16.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:23.307Z] #65 17.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:23.307Z] #65 19.95 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:59:23.307Z] #65 19.95 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:59:23.307Z] #65 19.95 OK: 19946 distinct packages available [2024-08-08T14:59:23.307Z] #65 20.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:23.307Z] #65 21.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:23.307Z] #65 23.62 (1/5) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:23.307Z] #65 23.64 (2/5) Installing musl-obstack (1.2.3-r2) [2024-08-08T14:59:23.307Z] #65 23.65 (3/5) Installing libucontext (1.2-r2) [2024-08-08T14:59:23.307Z] #65 23.67 (4/5) Installing gcompat (1.1.0-r1) [2024-08-08T14:59:23.307Z] #65 23.70 (5/5) Installing openssl (3.1.6-r0) [2024-08-08T14:59:23.307Z] #65 23.79 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:23.307Z] #65 23.88 OK: 9 MiB in 20 packages [2024-08-08T14:59:23.307Z] #65 DONE 25.9s [2024-08-08T14:59:23.307Z] [2024-08-08T14:59:23.307Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:23.584Z] #41 ... [2024-08-08T14:59:23.584Z] [2024-08-08T14:59:23.584Z] #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-08-08T14:59:23.584Z] #72 17.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:23.584Z] #72 18.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:23.584Z] #72 21.43 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:23.584Z] #72 21.47 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:23.584Z] #72 21.56 OK: 8 MiB in 16 packages [2024-08-08T14:59:23.584Z] #72 DONE 23.4s [2024-08-08T14:59:23.584Z] [2024-08-08T14:59:23.584Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:59:24.996Z] #84 ... [2024-08-08T14:59:24.996Z] [2024-08-08T14:59:24.996Z] #73 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec [2024-08-08T14:59:24.996Z] #73 17.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:24.996Z] #73 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:24.996Z] #73 22.47 (1/2) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:24.996Z] #73 22.47 (2/2) Installing su-exec (0.2-r3) [2024-08-08T14:59:24.996Z] #73 22.49 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:24.996Z] #73 22.49 OK: 8 MiB in 17 packages [2024-08-08T14:59:24.996Z] #73 DONE 24.6s [2024-08-08T14:59:24.996Z] [2024-08-08T14:59:24.996Z] #69 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-08-08T14:59:24.996Z] #69 18.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:24.996Z] #69 19.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:24.996Z] #69 20.57 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-08-08T14:59:24.996Z] #69 20.57 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-08-08T14:59:24.996Z] #69 20.57 OK: 19946 distinct packages available [2024-08-08T14:59:24.996Z] #69 20.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:24.996Z] #69 21.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:24.996Z] #69 23.89 (1/11) Installing ca-certificates (20240226-r0) [2024-08-08T14:59:24.996Z] #69 24.21 (2/11) Installing brotli-libs (1.0.9-r14) [2024-08-08T14:59:24.996Z] #69 24.31 (3/11) Installing libunistring (1.1-r1) [2024-08-08T14:59:24.996Z] #69 24.45 (4/11) Installing libidn2 (2.3.4-r1) [2024-08-08T14:59:24.996Z] #69 24.53 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-08-08T14:59:24.996Z] #69 24.60 (6/11) Installing libcurl (8.9.0-r0) [2024-08-08T14:59:24.996Z] #69 24.73 (7/11) Installing curl (8.9.0-r0) [2024-08-08T14:59:24.996Z] #69 24.81 (8/11) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:24.996Z] #69 24.86 (9/11) Installing musl-obstack (1.2.3-r2) [2024-08-08T14:59:24.996Z] #69 24.89 (10/11) Installing libucontext (1.2-r2) [2024-08-08T14:59:24.996Z] #69 24.94 (11/11) Installing gcompat (1.1.0-r1) [2024-08-08T14:59:24.996Z] #69 25.06 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:24.996Z] #69 25.17 Executing ca-certificates-20240226-r0.trigger [2024-08-08T14:59:24.996Z] #69 26.29 OK: 13 MiB in 26 packages [2024-08-08T14:59:24.996Z] #69 DONE 27.7s [2024-08-08T14:59:24.996Z] [2024-08-08T14:59:24.996Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:59:26.972Z] #85 ... [2024-08-08T14:59:26.972Z] [2024-08-08T14:59:26.972Z] #86 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2024-08-08T14:59:26.972Z] #86 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:26.972Z] #86 ... [2024-08-08T14:59:26.972Z] [2024-08-08T14:59:26.972Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-08T14:59:26.972Z] #87 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:26.972Z] #87 ... [2024-08-08T14:59:26.972Z] [2024-08-08T14:59:26.972Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:26.972Z] #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 16.3s [2024-08-08T14:59:28.916Z] #61 ... [2024-08-08T14:59:28.916Z] [2024-08-08T14:59:28.916Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-08-08T14:59:28.916Z] #82 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:28.916Z] #82 17.11 OK: 18 MiB in 19 packages [2024-08-08T14:59:28.916Z] #82 DONE 18.3s [2024-08-08T14:59:28.916Z] [2024-08-08T14:59:28.916Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:28.916Z] #61 ... [2024-08-08T14:59:28.916Z] [2024-08-08T14:59:28.916Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:28.916Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.5s [2024-08-08T14:59:29.187Z] #41 ... [2024-08-08T14:59:29.187Z] [2024-08-08T14:59:29.187Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-08-08T14:59:29.187Z] #88 DONE 0.2s [2024-08-08T14:59:29.187Z] [2024-08-08T14:59:29.187Z] #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-08T14:59:29.187Z] #0 9.946 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:29.187Z] #89 ... [2024-08-08T14:59:29.187Z] [2024-08-08T14:59:29.187Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:31.143Z] #41 ... [2024-08-08T14:59:31.143Z] [2024-08-08T14:59:31.143Z] #74 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-08T14:59:31.143Z] #74 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:31.143Z] #74 22.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:31.143Z] #74 28.17 (1/4) Installing ca-certificates (20240226-r0) [2024-08-08T14:59:31.143Z] #74 28.80 (2/4) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:31.143Z] #74 28.82 (3/4) Installing su-exec (0.2-r3) [2024-08-08T14:59:31.143Z] #74 28.84 (4/4) Installing yq (4.33.3-r5) [2024-08-08T14:59:31.143Z] #74 29.82 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:31.143Z] #74 30.02 Executing ca-certificates-20240226-r0.trigger [2024-08-08T14:59:31.143Z] #74 ... [2024-08-08T14:59:31.143Z] [2024-08-08T14:59:31.143Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:32.127Z] #41 ... [2024-08-08T14:59:32.127Z] [2024-08-08T14:59:32.127Z] #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-08-08T14:59:32.127Z] #79 15.89 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:32.127Z] #79 18.21 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:32.127Z] #79 23.72 OK: 266 MiB in 52 packages [2024-08-08T14:59:32.127Z] #79 DONE 25.5s [2024-08-08T14:59:32.127Z] [2024-08-08T14:59:32.127Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:32.717Z] #41 ... [2024-08-08T14:59:32.717Z] [2024-08-08T14:59:32.717Z] #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:59:32.717Z] #78 8.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:32.717Z] #78 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:32.717Z] #78 15.43 OK: 9 MiB in 17 packages [2024-08-08T14:59:32.717Z] #78 DONE 16.9s [2024-08-08T14:59:32.717Z] [2024-08-08T14:59:32.717Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:32.988Z] #41 ... [2024-08-08T14:59:32.988Z] [2024-08-08T14:59:32.988Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-08-08T14:59:32.988Z] #90 DONE 0.8s [2024-08-08T14:59:32.988Z] [2024-08-08T14:59:32.988Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:32.988Z] #41 ... [2024-08-08T14:59:32.988Z] [2024-08-08T14:59:32.988Z] #91 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-08-08T14:59:32.988Z] #0 7.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:33.259Z] #91 ... [2024-08-08T14:59:33.259Z] [2024-08-08T14:59:33.259Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:33.845Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.7s [2024-08-08T14:59:34.113Z] #41 ... [2024-08-08T14:59:34.113Z] [2024-08-08T14:59:34.113Z] #74 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-08-08T14:59:34.113Z] #74 31.51 OK: 18 MiB in 19 packages [2024-08-08T14:59:34.113Z] #74 DONE 33.7s [2024-08-08T14:59:34.113Z] [2024-08-08T14:59:34.113Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:35.074Z] #41 ... [2024-08-08T14:59:35.075Z] [2024-08-08T14:59:35.075Z] #92 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-08T14:59:35.075Z] #0 6.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:35.075Z] #0 8.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:35.075Z] #92 ... [2024-08-08T14:59:35.075Z] [2024-08-08T14:59:35.075Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:35.345Z] #41 ... [2024-08-08T14:59:35.345Z] [2024-08-08T14:59:35.345Z] #86 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade [2024-08-08T14:59:35.345Z] #86 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:35.345Z] #86 17.26 OK: 8 MiB in 16 packages [2024-08-08T14:59:35.345Z] #86 DONE 18.8s [2024-08-08T14:59:35.345Z] [2024-08-08T14:59:35.345Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T14:59:35.345Z] #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 20.0s done [2024-08-08T14:59:35.380Z] #116 DONE 46.0s [2024-08-08T14:59:35.380Z] [2024-08-08T14:59:35.380Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:35.380Z] #115 DONE 48.1s [2024-08-08T14:59:35.380Z] [2024-08-08T14:59:35.380Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:35.380Z] #113 DONE 48.1s [2024-08-08T14:59:35.380Z] [2024-08-08T14:59:35.380Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:35.380Z] #93 DONE 44.6s [2024-08-08T14:59:35.380Z] [2024-08-08T14:59:35.380Z] #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:35.380Z] #114 DONE 47.9s [2024-08-08T14:59:35.380Z] [2024-08-08T14:59:35.380Z] #117 [core-keeper builder 7/8] COPY . . [2024-08-08T14:59:35.611Z] #61 ... [2024-08-08T14:59:35.611Z] [2024-08-08T14:59:35.611Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:36.194Z] #41 ... [2024-08-08T14:59:36.194Z] [2024-08-08T14:59:36.194Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-08-08T14:59:36.194Z] #87 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:36.194Z] #87 18.10 OK: 8 MiB in 19 packages [2024-08-08T14:59:36.194Z] #87 DONE 19.4s [2024-08-08T14:59:36.194Z] [2024-08-08T14:59:36.194Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T14:59:38.149Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.7s done [2024-08-08T14:59:38.149Z] #41 DONE 42.3s [2024-08-08T14:59:38.149Z] [2024-08-08T14:59:38.149Z] #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-08T14:59:38.149Z] #89 12.43 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:38.149Z] #89 17.95 (1/1) Installing dumb-init (1.2.5-r2) [2024-08-08T14:59:38.149Z] #89 18.61 Executing busybox-1.36.1-r7.trigger [2024-08-08T14:59:38.149Z] #89 18.73 OK: 8 MiB in 16 packages [2024-08-08T14:59:38.736Z] #89 ... [2024-08-08T14:59:38.736Z] [2024-08-08T14:59:38.736Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:59:38.736Z] #84 6.895 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:38.736Z] #84 8.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:38.736Z] #84 13.43 OK: 8 MiB in 16 packages [2024-08-08T14:59:38.736Z] #84 DONE 15.0s [2024-08-08T14:59:38.736Z] [2024-08-08T14:59:38.736Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-08-08T14:59:38.736Z] #85 7.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:38.736Z] #85 8.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:38.736Z] #85 12.66 OK: 13 MiB in 26 packages [2024-08-08T14:59:38.736Z] #85 DONE 13.6s [2024-08-08T14:59:38.736Z] [2024-08-08T14:59:38.736Z] #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-08T14:59:38.736Z] #0 3.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:38.736Z] #0 4.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:39.322Z] #93 ... [2024-08-08T14:59:39.322Z] [2024-08-08T14:59:39.322Z] #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-08-08T14:59:39.322Z] #89 DONE 20.0s [2024-08-08T14:59:39.322Z] [2024-08-08T14:59:39.322Z] #92 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade [2024-08-08T14:59:39.322Z] #92 14.24 OK: 8 MiB in 17 packages [2024-08-08T14:59:40.281Z] #92 DONE 15.2s [2024-08-08T14:59:40.281Z] [2024-08-08T14:59:40.281Z] #91 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-08-08T14:59:40.281Z] #91 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-08-08T14:59:40.281Z] #91 16.11 OK: 9 MiB in 20 packages [2024-08-08T14:59:40.281Z] #91 DONE 17.0s [2024-08-08T14:59:40.281Z] [2024-08-08T14:59:40.281Z] #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:59:42.235Z] #94 ... [2024-08-08T14:59:42.235Z] [2024-08-08T14:59:42.235Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:59:42.235Z] #95 DONE 2.8s [2024-08-08T14:59:42.235Z] [2024-08-08T14:59:42.235Z] #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-08-08T14:59:42.235Z] #96 DONE 2.4s [2024-08-08T14:59:42.503Z] [2024-08-08T14:59:42.504Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:59:42.504Z] #97 ... [2024-08-08T14:59:42.504Z] [2024-08-08T14:59:42.504Z] #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-08-08T14:59:42.504Z] #93 7.727 OK: 18 MiB in 19 packages [2024-08-08T14:59:42.504Z] #93 DONE 8.6s [2024-08-08T14:59:42.776Z] [2024-08-08T14:59:42.776Z] #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-08-08T14:59:42.776Z] #98 DONE 0.6s [2024-08-08T14:59:42.776Z] [2024-08-08T14:59:42.776Z] #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:59:42.776Z] #94 DONE 2.8s [2024-08-08T14:59:42.776Z] [2024-08-08T14:59:42.776Z] #99 [security-spire-config stage-2 6/10] COPY security.txt / [2024-08-08T14:59:43.056Z] #99 DONE 0.2s [2024-08-08T14:59:43.056Z] [2024-08-08T14:59:43.056Z] #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-08-08T14:59:43.056Z] #100 DONE 0.3s [2024-08-08T14:59:43.056Z] [2024-08-08T14:59:43.056Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-08T14:59:43.327Z] #101 ... [2024-08-08T14:59:43.327Z] [2024-08-08T14:59:43.327Z] #102 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:43.327Z] #102 ... [2024-08-08T14:59:43.327Z] [2024-08-08T14:59:43.327Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2024-08-08T14:59:43.327Z] #101 DONE 0.3s [2024-08-08T14:59:43.327Z] [2024-08-08T14:59:43.327Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:59:43.602Z] #103 ... [2024-08-08T14:59:43.602Z] [2024-08-08T14:59:43.602Z] #104 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-08-08T14:59:43.602Z] #104 DONE 3.4s [2024-08-08T14:59:43.602Z] [2024-08-08T14:59:43.602Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:59:43.602Z] #105 DONE 0.5s [2024-08-08T14:59:43.602Z] [2024-08-08T14:59:43.602Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-08T14:59:43.887Z] #106 ... [2024-08-08T14:59:43.887Z] [2024-08-08T14:59:43.887Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:59:43.887Z] #103 DONE 0.4s [2024-08-08T14:59:43.887Z] [2024-08-08T14:59:43.887Z] #107 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [2024-08-08T14:59:43.887Z] #107 DONE 0.4s [2024-08-08T14:59:43.887Z] [2024-08-08T14:59:43.887Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-08-08T14:59:43.887Z] #106 DONE 0.3s [2024-08-08T14:59:43.887Z] [2024-08-08T14:59:43.887Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-08T14:59:44.187Z] #108 ... [2024-08-08T14:59:44.187Z] [2024-08-08T14:59:44.187Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-08-08T14:59:44.187Z] #109 DONE 0.2s [2024-08-08T14:59:44.187Z] [2024-08-08T14:59:44.187Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-08-08T14:59:44.187Z] #108 DONE 0.3s [2024-08-08T14:59:44.187Z] [2024-08-08T14:59:44.187Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-08-08T14:59:44.799Z] #110 DONE 0.4s [2024-08-08T14:59:44.799Z] [2024-08-08T14:59:44.799Z] #111 [security-spire-server] exporting to image [2024-08-08T14:59:44.799Z] #111 exporting layers [2024-08-08T14:59:44.799Z] #111 ... [2024-08-08T14:59:44.799Z] [2024-08-08T14:59:44.799Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-08-08T14:59:44.799Z] #97 DONE 2.3s [2024-08-08T14:59:45.068Z] [2024-08-08T14:59:45.068Z] #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-08-08T14:59:45.068Z] #112 DONE 0.2s [2024-08-08T14:59:45.068Z] [2024-08-08T14:59:45.068Z] #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:45.068Z] #81 ... [2024-08-08T14:59:45.068Z] [2024-08-08T14:59:45.068Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-08-08T14:59:45.339Z] #113 DONE 0.2s [2024-08-08T14:59:45.340Z] [2024-08-08T14:59:45.340Z] #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-08-08T14:59:45.340Z] #114 DONE 0.2s [2024-08-08T14:59:45.340Z] [2024-08-08T14:59:45.340Z] #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:45.403Z] #117 ... [2024-08-08T14:59:45.403Z] [2024-08-08T14:59:45.403Z] #118 [support-notifications builder 6/7] COPY . . [2024-08-08T14:59:45.403Z] #118 ... [2024-08-08T14:59:45.403Z] [2024-08-08T14:59:45.403Z] #119 [security-proxy-setup builder 6/7] COPY . . [2024-08-08T14:59:45.403Z] #119 ... [2024-08-08T14:59:45.403Z] [2024-08-08T14:59:45.403Z] #120 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-08T14:59:45.403Z] #120 ... [2024-08-08T14:59:45.403Z] [2024-08-08T14:59:45.403Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-08T14:59:45.610Z] #81 ... [2024-08-08T14:59:45.610Z] [2024-08-08T14:59:45.610Z] #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-08-08T14:59:45.610Z] #115 DONE 0.2s [2024-08-08T14:59:45.610Z] [2024-08-08T14:59:45.610Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-08-08T14:59:45.876Z] #116 DONE 0.2s [2024-08-08T14:59:45.876Z] [2024-08-08T14:59:45.876Z] #111 [security-spire-agent] exporting to image [2024-08-08T14:59:46.812Z] #121 ... [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #118 [support-notifications builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #118 DONE 12.7s [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #122 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #122 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #123 [support-cron-scheduler builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #123 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #124 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #124 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #120 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #120 DONE 12.6s [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #125 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-08T14:59:46.812Z] #125 ... [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #121 DONE 12.7s [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #126 [core-data builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #126 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #127 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #128 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #129 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #130 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #131 [security-proxy-auth builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #131 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #132 [support-scheduler builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #132 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #133 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #133 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #134 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #134 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #135 [core-metadata builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #135 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #136 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #137 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #119 [security-proxy-setup builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #119 DONE 12.7s [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #138 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #139 [security-bootstrapper builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #139 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #140 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #141 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #142 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #143 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #144 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-08-08T14:59:46.812Z] #144 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #145 [core-command builder 6/7] COPY . . [2024-08-08T14:59:46.812Z] #145 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #146 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:46.812Z] #146 CACHED [2024-08-08T14:59:46.812Z] [2024-08-08T14:59:46.812Z] #117 [core-keeper builder 7/8] COPY . . [2024-08-08T14:59:46.812Z] #117 DONE 12.7s [2024-08-08T14:59:46.835Z] #111 exporting layers 2.7s done [2024-08-08T14:59:47.072Z] [2024-08-08T14:59:47.072Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-08T14:59:47.103Z] #111 writing image sha256:ba373fd6ca2823d5818acbdf0fdd690a8163d206c4326d52e52e3877f77c59da 0.0s done [2024-08-08T14:59:47.103Z] #111 naming to docker.io/library/security-spire-config-arm64 done [2024-08-08T14:59:47.368Z] #111 exporting layers 2.7s done [2024-08-08T14:59:47.368Z] #111 writing image sha256:399c9d36caf67ce3d3f6f2691cf003b5efa863428736fa97210d6a42a856e59a done [2024-08-08T14:59:47.368Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2024-08-08T14:59:47.952Z] #111 exporting layers 2.0s done [2024-08-08T14:59:47.952Z] #111 writing image sha256:d867b68376b09115c3afb7964024894fb8c244beef189f5bc497e996c69390ca done [2024-08-08T14:59:47.952Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2024-08-08T14:59:47.952Z] #111 DONE 3.6s [2024-08-08T14:59:47.952Z] [2024-08-08T14:59:47.952Z] #76 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T14:59:49.390Z] #147 2.671 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-08T14:59:56.776Z] #147 ... [2024-08-08T14:59:56.776Z] [2024-08-08T14:59:56.776Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-08T14:59:56.776Z] #0 2.626 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-08T14:59:57.036Z] #148 ... [2024-08-08T14:59:57.036Z] [2024-08-08T14:59:57.036Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-08T14:59:57.036Z] #0 2.906 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-08T14:59:57.036Z] #149 ... [2024-08-08T14:59:57.036Z] [2024-08-08T14:59:57.036Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T14:59:57.036Z] #0 0.642 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-08T14:59:57.296Z] #150 ... [2024-08-08T14:59:57.296Z] [2024-08-08T14:59:57.296Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T14:59:57.296Z] #0 0.821 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-08T14:59:57.555Z] #151 ... [2024-08-08T14:59:57.555Z] [2024-08-08T14:59:57.556Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-08T14:59:57.556Z] #0 3.047 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-08T14:59:57.556Z] #152 ... [2024-08-08T14:59:57.556Z] [2024-08-08T14:59:57.556Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-08T14:59:57.556Z] #0 2.618 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-08T14:59:57.816Z] #153 ... [2024-08-08T14:59:57.816Z] [2024-08-08T14:59:57.816Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-08T14:59:57.816Z] #0 2.651 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-08T14:59:57.816Z] #154 ... [2024-08-08T14:59:57.816Z] [2024-08-08T14:59:57.816Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-08T14:59:57.816Z] #0 2.614 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-08T14:59:58.075Z] #155 ... [2024-08-08T14:59:58.075Z] [2024-08-08T14:59:58.075Z] #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-08T14:59:58.075Z] #0 0.862 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-08T14:59:58.075Z] #156 ... [2024-08-08T14:59:58.075Z] [2024-08-08T14:59:58.075Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-08T14:59:58.075Z] #0 0.846 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-08T14:59:58.334Z] #157 ... [2024-08-08T14:59:58.334Z] [2024-08-08T14:59:58.334Z] #125 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-08T14:59:58.334Z] #125 0.687 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-08T14:59:58.594Z] #125 ... [2024-08-08T14:59:58.594Z] [2024-08-08T14:59:58.594Z] #158 [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-08-08T14:59:58.594Z] #0 2.624 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-08T15:01:09.733Z] #76 DONE 116.1s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #102 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #102 DONE 93.6s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #81 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #81 DONE 116.3s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #80 DONE 117.0s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #117 [support-cron-scheduler builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #117 ... [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #83 DONE 114.6s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #118 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #118 ... [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #119 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #119 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #120 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #121 [support-notifications builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #121 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #117 [support-cron-scheduler builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #117 DONE 1.8s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #122 [security-proxy-setup builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #122 DONE 1.7s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #123 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #124 [security-bootstrapper builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #124 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #125 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #126 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #127 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #128 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #129 [core-data builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #129 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #130 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #131 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #131 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #132 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #133 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #134 [core-metadata builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #134 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #135 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #135 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #136 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #136 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #137 [support-scheduler builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #137 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #138 [core-keeper builder 7/8] COPY . . [2024-08-08T15:01:09.733Z] #138 DONE 1.9s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #139 [security-proxy-auth builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #139 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #140 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #141 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #141 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #142 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-08-08T15:01:09.733Z] #142 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #143 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-08-08T15:01:09.733Z] #143 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #144 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #144 CACHED [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #145 [core-command builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #145 DONE 1.8s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #118 [security-spiffe-token-provider builder 6/7] COPY . . [2024-08-08T15:01:09.733Z] #118 DONE 1.8s [2024-08-08T15:01:09.733Z] [2024-08-08T15:01:09.733Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-08T15:01:14.008Z] #146 ... [2024-08-08T15:01:14.008Z] [2024-08-08T15:01:14.008Z] #147 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-08T15:01:14.008Z] #0 5.227 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-08-08T15:01:14.281Z] #147 ... [2024-08-08T15:01:14.281Z] [2024-08-08T15:01:14.281Z] #148 [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-08-08T15:01:14.281Z] #0 5.738 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-08-08T15:01:15.697Z] #148 ... [2024-08-08T15:01:15.697Z] [2024-08-08T15:01:15.697Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-08T15:01:15.697Z] #0 7.022 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-08-08T15:01:16.673Z] #149 ... [2024-08-08T15:01:16.673Z] [2024-08-08T15:01:16.673Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-08T15:01:16.673Z] #146 8.115 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-08-08T15:01:18.640Z] #146 ... [2024-08-08T15:01:18.640Z] [2024-08-08T15:01:18.640Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-08T15:01:18.640Z] #0 8.590 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-08-08T15:01:18.640Z] #150 ... [2024-08-08T15:01:18.640Z] [2024-08-08T15:01:18.640Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-08T15:01:18.640Z] #0 8.463 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-08-08T15:01:18.909Z] #151 ... [2024-08-08T15:01:18.909Z] [2024-08-08T15:01:18.909Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-08T15:01:18.909Z] #0 6.504 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-08-08T15:01:18.909Z] #152 ... [2024-08-08T15:01:18.909Z] [2024-08-08T15:01:18.909Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-08T15:01:18.909Z] #0 8.473 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-08-08T15:01:19.209Z] #153 ... [2024-08-08T15:01:19.209Z] [2024-08-08T15:01:19.209Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-08T15:01:19.209Z] #0 7.592 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-08-08T15:01:19.209Z] #154 ... [2024-08-08T15:01:19.209Z] [2024-08-08T15:01:19.209Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-08T15:01:19.209Z] #0 7.944 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-08-08T15:01:19.488Z] #155 ... [2024-08-08T15:01:19.488Z] [2024-08-08T15:01:19.488Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:01:19.488Z] #0 7.800 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-08-08T15:01:19.488Z] #156 ... [2024-08-08T15:01:19.488Z] [2024-08-08T15:01:19.488Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-08T15:01:19.489Z] #0 7.968 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-08-08T15:01:19.758Z] #157 ... [2024-08-08T15:01:19.758Z] [2024-08-08T15:01:19.758Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:01:19.758Z] #0 6.696 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-08-08T15:01:38.730Z] #158 111.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-08T15:02:26.166Z] #158 ... [2024-08-08T15:02:26.166Z] [2024-08-08T15:02:26.166Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-08T15:02:26.166Z] #154 DONE 157.9s [2024-08-08T15:02:26.166Z] [2024-08-08T15:02:26.166Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-08T15:02:29.491Z] #157 ... [2024-08-08T15:02:29.491Z] [2024-08-08T15:02:29.491Z] #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-08T15:02:29.491Z] #156 DONE 162.4s [2024-08-08T15:02:29.491Z] [2024-08-08T15:02:29.491Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-08T15:02:29.491Z] #155 DONE 162.5s [2024-08-08T15:02:29.491Z] [2024-08-08T15:02:29.491Z] #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-08T15:02:29.491Z] #159 ... [2024-08-08T15:02:29.491Z] [2024-08-08T15:02:29.491Z] #158 [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-08-08T15:02:29.491Z] #158 DONE 162.8s [2024-08-08T15:02:29.752Z] [2024-08-08T15:02:29.752Z] #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:30.012Z] #160 ... [2024-08-08T15:02:30.012Z] [2024-08-08T15:02:30.012Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-08T15:02:30.012Z] #148 DONE 163.1s [2024-08-08T15:02:30.012Z] [2024-08-08T15:02:30.012Z] #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:30.584Z] #161 DONE 0.9s [2024-08-08T15:02:30.584Z] [2024-08-08T15:02:30.584Z] #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:30.584Z] #160 DONE 0.9s [2024-08-08T15:02:30.584Z] [2024-08-08T15:02:30.584Z] #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-08T15:02:30.584Z] #159 DONE 1.1s [2024-08-08T15:02:30.584Z] [2024-08-08T15:02:30.584Z] #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:30.584Z] #162 DONE 0.3s [2024-08-08T15:02:30.584Z] [2024-08-08T15:02:30.584Z] #163 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:30.844Z] #163 ... [2024-08-08T15:02:30.845Z] [2024-08-08T15:02:30.845Z] #164 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:30.845Z] #164 DONE 0.5s [2024-08-08T15:02:30.845Z] [2024-08-08T15:02:30.845Z] #165 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:30.845Z] #165 DONE 0.5s [2024-08-08T15:02:31.107Z] [2024-08-08T15:02:31.107Z] #166 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:31.107Z] #166 DONE 0.6s [2024-08-08T15:02:31.107Z] [2024-08-08T15:02:31.107Z] #167 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-08T15:02:31.107Z] #167 ... [2024-08-08T15:02:31.107Z] [2024-08-08T15:02:31.107Z] #163 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:31.107Z] #163 DONE 0.7s [2024-08-08T15:02:31.367Z] [2024-08-08T15:02:31.367Z] #168 [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-08-08T15:02:41.393Z] #168 ... [2024-08-08T15:02:41.393Z] [2024-08-08T15:02:41.393Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-08T15:02:41.393Z] #169 ... [2024-08-08T15:02:41.393Z] [2024-08-08T15:02:41.393Z] #170 [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-08-08T15:02:41.393Z] #170 ... [2024-08-08T15:02:41.393Z] [2024-08-08T15:02:41.393Z] #171 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:42.850Z] #171 ... [2024-08-08T15:02:42.850Z] [2024-08-08T15:02:42.850Z] #170 [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-08-08T15:02:42.850Z] #170 DONE 11.9s [2024-08-08T15:02:43.410Z] [2024-08-08T15:02:43.410Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-08-08T15:02:43.692Z] #37 ... [2024-08-08T15:02:43.692Z] [2024-08-08T15:02:43.692Z] #172 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-08T15:02:43.952Z] #172 ... [2024-08-08T15:02:43.952Z] [2024-08-08T15:02:43.952Z] #171 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:43.952Z] #171 DONE 12.9s [2024-08-08T15:02:43.952Z] [2024-08-08T15:02:43.952Z] #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-08T15:02:43.952Z] #157 DONE 177.2s [2024-08-08T15:02:43.952Z] [2024-08-08T15:02:43.952Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-08T15:02:43.952Z] #153 DONE 177.2s [2024-08-08T15:02:43.952Z] [2024-08-08T15:02:43.952Z] #173 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-08T15:02:44.226Z] #173 ... [2024-08-08T15:02:44.227Z] [2024-08-08T15:02:44.227Z] #125 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-08T15:02:44.227Z] #125 DONE 177.4s [2024-08-08T15:02:44.227Z] [2024-08-08T15:02:44.227Z] #168 [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-08-08T15:02:44.227Z] #168 DONE 12.9s [2024-08-08T15:02:44.227Z] [2024-08-08T15:02:44.227Z] #167 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-08T15:02:44.227Z] #167 DONE 13.0s [2024-08-08T15:02:44.227Z] [2024-08-08T15:02:44.227Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:02:44.227Z] #150 DONE 177.5s [2024-08-08T15:02:44.227Z] [2024-08-08T15:02:44.227Z] #174 [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-08-08T15:02:44.491Z] #174 ... [2024-08-08T15:02:44.491Z] [2024-08-08T15:02:44.491Z] #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:44.491Z] #175 CACHED [2024-08-08T15:02:44.491Z] [2024-08-08T15:02:44.491Z] #176 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:44.491Z] #176 CACHED [2024-08-08T15:02:44.491Z] [2024-08-08T15:02:44.491Z] #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:44.491Z] #177 CACHED [2024-08-08T15:02:44.491Z] [2024-08-08T15:02:44.491Z] #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:44.491Z] #178 CACHED [2024-08-08T15:02:44.491Z] [2024-08-08T15:02:44.491Z] #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-08T15:02:44.761Z] #179 ... [2024-08-08T15:02:44.761Z] [2024-08-08T15:02:44.761Z] #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-08T15:02:44.761Z] #169 DONE 14.2s [2024-08-08T15:02:45.107Z] [2024-08-08T15:02:45.107Z] #180 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:45.107Z] #180 ... [2024-08-08T15:02:45.107Z] [2024-08-08T15:02:45.107Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-08T15:02:45.107Z] #147 DONE 178.2s [2024-08-08T15:02:45.107Z] [2024-08-08T15:02:45.107Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-08T15:02:45.107Z] #149 DONE 178.2s [2024-08-08T15:02:45.107Z] [2024-08-08T15:02:45.107Z] #172 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-08T15:02:45.107Z] #172 DONE 1.4s [2024-08-08T15:02:45.107Z] [2024-08-08T15:02:45.107Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-08T15:02:45.107Z] #152 DONE 178.3s [2024-08-08T15:02:45.107Z] [2024-08-08T15:02:45.107Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:02:45.107Z] #151 DONE 178.3s [2024-08-08T15:02:45.107Z] [2024-08-08T15:02:45.107Z] #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:45.575Z] #181 ... [2024-08-08T15:02:45.575Z] [2024-08-08T15:02:45.575Z] #173 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-08T15:02:45.575Z] #173 DONE 1.5s [2024-08-08T15:02:45.575Z] [2024-08-08T15:02:45.575Z] #182 [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-08-08T15:02:45.833Z] #182 ... [2024-08-08T15:02:45.833Z] [2024-08-08T15:02:45.833Z] #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:45.833Z] #183 CACHED [2024-08-08T15:02:45.833Z] [2024-08-08T15:02:45.833Z] #184 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:45.833Z] #184 CACHED [2024-08-08T15:02:45.833Z] [2024-08-08T15:02:45.833Z] #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:45.833Z] #185 CACHED [2024-08-08T15:02:45.833Z] [2024-08-08T15:02:45.833Z] #186 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:45.833Z] #186 CACHED [2024-08-08T15:02:45.834Z] [2024-08-08T15:02:45.834Z] #174 [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-08-08T15:02:45.834Z] #174 DONE 1.7s [2024-08-08T15:02:45.834Z] [2024-08-08T15:02:45.834Z] #187 [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-08-08T15:02:45.834Z] #187 DONE 1.5s [2024-08-08T15:02:45.834Z] [2024-08-08T15:02:45.834Z] #180 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:45.834Z] #180 DONE 1.2s [2024-08-08T15:02:45.834Z] [2024-08-08T15:02:45.834Z] #188 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-08T15:02:45.834Z] #188 DONE 1.4s [2024-08-08T15:02:45.834Z] [2024-08-08T15:02:45.834Z] #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-08T15:02:45.834Z] #179 DONE 1.3s [2024-08-08T15:02:45.834Z] [2024-08-08T15:02:45.834Z] #189 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:46.094Z] #189 ... [2024-08-08T15:02:46.094Z] [2024-08-08T15:02:46.094Z] #190 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:46.094Z] #190 DONE 1.4s [2024-08-08T15:02:46.094Z] [2024-08-08T15:02:46.094Z] #191 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:46.352Z] #191 ... [2024-08-08T15:02:46.352Z] [2024-08-08T15:02:46.352Z] #192 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-08T15:02:46.352Z] #192 DONE 1.3s [2024-08-08T15:02:46.612Z] [2024-08-08T15:02:46.613Z] #193 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-08T15:02:46.613Z] #193 DONE 0.6s [2024-08-08T15:02:46.613Z] [2024-08-08T15:02:46.613Z] #194 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:46.613Z] #194 DONE 1.4s [2024-08-08T15:02:46.613Z] [2024-08-08T15:02:46.613Z] #182 [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-08-08T15:02:46.613Z] #182 DONE 1.1s [2024-08-08T15:02:46.613Z] [2024-08-08T15:02:46.613Z] #101 [security-spiffe-token-provider] exporting to image [2024-08-08T15:02:46.613Z] #101 exporting layers [2024-08-08T15:02:46.613Z] #101 ... [2024-08-08T15:02:46.613Z] [2024-08-08T15:02:46.613Z] #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:46.613Z] #181 DONE 1.4s [2024-08-08T15:02:46.613Z] [2024-08-08T15:02:46.613Z] #195 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-08T15:02:46.613Z] #195 DONE 0.8s [2024-08-08T15:02:46.613Z] [2024-08-08T15:02:46.613Z] #196 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:46.613Z] #196 DONE 0.7s [2024-08-08T15:02:46.613Z] [2024-08-08T15:02:46.613Z] #197 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-08T15:02:46.613Z] #197 DONE 0.7s [2024-08-08T15:02:46.871Z] [2024-08-08T15:02:46.871Z] #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:46.871Z] #198 DONE 0.7s [2024-08-08T15:02:46.871Z] [2024-08-08T15:02:46.871Z] #189 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:46.871Z] #189 DONE 0.8s [2024-08-08T15:02:46.871Z] [2024-08-08T15:02:46.871Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:46.871Z] #199 DONE 0.8s [2024-08-08T15:02:46.871Z] [2024-08-08T15:02:46.871Z] #101 [core-command] exporting to image [2024-08-08T15:02:47.132Z] #101 ... [2024-08-08T15:02:47.132Z] [2024-08-08T15:02:47.132Z] #200 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-08T15:02:47.132Z] #200 DONE 0.6s [2024-08-08T15:02:47.132Z] [2024-08-08T15:02:47.132Z] #201 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:47.132Z] #201 CACHED [2024-08-08T15:02:47.132Z] [2024-08-08T15:02:47.132Z] #202 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:02:47.132Z] #202 CACHED [2024-08-08T15:02:47.132Z] [2024-08-08T15:02:47.132Z] #191 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:47.132Z] #191 DONE 1.1s [2024-08-08T15:02:47.132Z] [2024-08-08T15:02:47.132Z] #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:47.132Z] #203 DONE 0.6s [2024-08-08T15:02:47.132Z] [2024-08-08T15:02:47.132Z] #101 [support-scheduler] exporting to image [2024-08-08T15:02:47.391Z] #101 ... [2024-08-08T15:02:47.391Z] [2024-08-08T15:02:47.391Z] #204 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:02:47.391Z] #204 DONE 0.8s [2024-08-08T15:02:47.391Z] [2024-08-08T15:02:47.391Z] #101 [support-scheduler] exporting to image [2024-08-08T15:02:47.391Z] #101 exporting layers 0.7s done [2024-08-08T15:02:47.673Z] #101 ... [2024-08-08T15:02:47.673Z] [2024-08-08T15:02:47.673Z] #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:47.673Z] #205 DONE 0.9s [2024-08-08T15:02:47.673Z] [2024-08-08T15:02:47.673Z] #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-08T15:02:47.673Z] #206 DONE 0.9s [2024-08-08T15:02:47.673Z] [2024-08-08T15:02:47.673Z] #207 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-08T15:02:47.673Z] #207 DONE 0.8s [2024-08-08T15:02:47.673Z] [2024-08-08T15:02:47.673Z] #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-08T15:02:47.673Z] #208 DONE 0.8s [2024-08-08T15:02:47.673Z] [2024-08-08T15:02:47.673Z] #101 [support-scheduler] exporting to image [2024-08-08T15:02:47.673Z] #101 exporting layers 0.4s done [2024-08-08T15:02:47.933Z] #101 ... [2024-08-08T15:02:47.933Z] [2024-08-08T15:02:47.933Z] #209 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-08T15:02:47.933Z] #209 DONE 1.0s [2024-08-08T15:02:47.933Z] [2024-08-08T15:02:47.933Z] #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:02:48.314Z] #210 ... [2024-08-08T15:02:48.314Z] [2024-08-08T15:02:48.314Z] #211 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:02:48.314Z] #211 DONE 1.6s [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #212 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-08T15:02:48.574Z] #212 DONE 1.4s [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #101 [core-common-config-bootstrapper] exporting to image [2024-08-08T15:02:48.574Z] #101 ... [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-08T15:02:48.574Z] #213 DONE 1.5s [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-08T15:02:48.574Z] #214 DONE 1.2s [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #215 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:48.574Z] #215 DONE 1.2s [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #216 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-08T15:02:48.574Z] #216 DONE 1.2s [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #217 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-08T15:02:48.574Z] #217 DONE 1.2s [2024-08-08T15:02:48.574Z] [2024-08-08T15:02:48.574Z] #101 [core-keeper] exporting to image [2024-08-08T15:02:48.574Z] #101 exporting layers 0.4s done [2024-08-08T15:02:48.844Z] #101 ... [2024-08-08T15:02:48.844Z] [2024-08-08T15:02:48.844Z] #218 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-08T15:02:48.844Z] #218 DONE 0.8s [2024-08-08T15:02:48.844Z] [2024-08-08T15:02:48.844Z] #219 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:02:48.844Z] #219 DONE 1.8s [2024-08-08T15:02:48.844Z] [2024-08-08T15:02:48.844Z] #220 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-08T15:02:48.844Z] #220 DONE 0.3s [2024-08-08T15:02:48.844Z] [2024-08-08T15:02:48.844Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:48.844Z] #221 DONE 0.3s [2024-08-08T15:02:48.844Z] [2024-08-08T15:02:48.844Z] #101 [security-proxy-setup] exporting to image [2024-08-08T15:02:49.102Z] #101 ... [2024-08-08T15:02:49.102Z] [2024-08-08T15:02:49.102Z] #222 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-08T15:02:49.102Z] #222 DONE 0.3s [2024-08-08T15:02:49.102Z] [2024-08-08T15:02:49.102Z] #101 [security-spiffe-token-provider] exporting to image [2024-08-08T15:02:49.102Z] #101 exporting layers 0.4s done [2024-08-08T15:02:49.102Z] #101 writing image sha256:855adb51857227e19a52b2cf7c20d8f6d4dad3b75600ae60c31b26d4e5ac48aa [2024-08-08T15:02:49.102Z] #101 writing image sha256:8c88ae3d1f372199414bd2175b1a4cdd062becf58416fcdc5199b161c1eaec67 0.1s done [2024-08-08T15:02:49.102Z] #101 naming to docker.io/library/security-spiffe-token-provider done [2024-08-08T15:02:49.102Z] #101 ... [2024-08-08T15:02:49.102Z] [2024-08-08T15:02:49.102Z] #223 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:02:49.102Z] #223 DONE 0.4s [2024-08-08T15:02:49.102Z] [2024-08-08T15:02:49.102Z] #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:02:49.102Z] #210 DONE 1.6s [2024-08-08T15:02:49.102Z] [2024-08-08T15:02:49.102Z] #224 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-08-08T15:02:49.102Z] #224 DONE 0.3s [2024-08-08T15:02:49.102Z] [2024-08-08T15:02:49.102Z] #101 [support-scheduler] exporting to image [2024-08-08T15:02:49.102Z] #101 writing image sha256:855adb51857227e19a52b2cf7c20d8f6d4dad3b75600ae60c31b26d4e5ac48aa 0.1s done [2024-08-08T15:02:49.102Z] #101 naming to docker.io/library/core-command done [2024-08-08T15:02:49.102Z] #101 writing image sha256:00a338596bd59425d023eb2e2e7697d79d2fad12cc5f786bf532a38dc3f38d9a 0.0s done [2024-08-08T15:02:49.102Z] #101 naming to docker.io/library/support-scheduler done [2024-08-08T15:02:49.361Z] #101 ... [2024-08-08T15:02:49.361Z] [2024-08-08T15:02:49.361Z] #225 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-08-08T15:02:49.361Z] #225 DONE 0.2s [2024-08-08T15:02:49.361Z] [2024-08-08T15:02:49.361Z] #101 [core-keeper] exporting to image [2024-08-08T15:02:49.361Z] #101 exporting layers 0.3s done [2024-08-08T15:02:49.361Z] #101 writing image sha256:d3c94b03c45eb980ee10b65654ef59ed4b4ced100b8a3505ea092c713934720a 0.0s done [2024-08-08T15:02:49.361Z] #101 writing image sha256:2855fbbd8ee9c41b4c1f51f005b13087fd663bb4084f939f1f92ad146c449bff 0.1s done [2024-08-08T15:02:49.361Z] #101 writing image sha256:ab37faac0c8e8589c477aa95bb3c76645144ca1265125db8309cb02d55f46ac3 [2024-08-08T15:02:49.361Z] #101 naming to docker.io/library/core-metadata done [2024-08-08T15:02:49.361Z] #101 writing image sha256:de9ea4d224619937d0817c5118f7cf68d07fc105087a013b91abd716c233e7d2 [2024-08-08T15:02:49.361Z] #101 naming to docker.io/library/core-keeper done [2024-08-08T15:02:49.361Z] #101 exporting layers 0.6s done [2024-08-08T15:02:49.361Z] #101 writing image sha256:ab37faac0c8e8589c477aa95bb3c76645144ca1265125db8309cb02d55f46ac3 0.1s done [2024-08-08T15:02:49.361Z] #101 writing image sha256:de9ea4d224619937d0817c5118f7cf68d07fc105087a013b91abd716c233e7d2 0.1s done [2024-08-08T15:02:49.361Z] #101 naming to docker.io/library/core-common-config-bootstrapper done [2024-08-08T15:02:49.361Z] #101 naming to docker.io/library/support-cron-scheduler done [2024-08-08T15:02:49.361Z] #101 writing image sha256:c48183f2acb0f9600d72de525f8c9298f5940e76452f9a6d721892ceebdd1f25 done [2024-08-08T15:02:49.361Z] #101 naming to docker.io/library/core-data 0.0s done [2024-08-08T15:02:49.621Z] #101 exporting layers 0.3s done [2024-08-08T15:02:49.621Z] #101 writing image sha256:69f71fc8e0b16a760c76f8df4aee50001c998411f1dc6b3f6e13a5a677cc8571 done [2024-08-08T15:02:49.621Z] #101 naming to docker.io/library/support-notifications done [2024-08-08T15:02:49.621Z] #101 writing image sha256:122c05e788df618d97fd2b6a0afec95b8657b944c8f933c68e7fd03859d15c62 done [2024-08-08T15:02:49.621Z] #101 writing image sha256:e7c777bb37415b0ee3fb9dd00aed17205a411e531ecd94b4c97ec2082ad92221 done [2024-08-08T15:02:49.621Z] #101 naming to docker.io/library/security-proxy-setup done [2024-08-08T15:02:49.621Z] #101 naming to docker.io/library/security-proxy-auth done [2024-08-08T15:02:49.621Z] #101 DONE 4.8s [2024-08-08T15:02:49.621Z] [2024-08-08T15:02:49.621Z] #226 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-08-08T15:02:49.621Z] #226 DONE 0.1s [2024-08-08T15:02:49.621Z] [2024-08-08T15:02:49.621Z] #227 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:02:49.621Z] #227 DONE 0.5s [2024-08-08T15:02:49.621Z] [2024-08-08T15:02:49.621Z] #228 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-08T15:02:49.621Z] #228 DONE 0.1s [2024-08-08T15:02:49.621Z] [2024-08-08T15:02:49.621Z] #229 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-08T15:02:49.621Z] #229 DONE 0.1s [2024-08-08T15:02:49.621Z] [2024-08-08T15:02:49.621Z] #230 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-08T15:02:49.880Z] #230 ... [2024-08-08T15:02:49.880Z] [2024-08-08T15:02:49.880Z] #101 [security-secretstore-setup] exporting to image [2024-08-08T15:02:49.880Z] #101 exporting layers 0.2s done [2024-08-08T15:02:49.880Z] #101 writing image sha256:a97af90617b340a9190bc38eddde61c16b1e7bccd6271f022d627da6a94bb5b0 done [2024-08-08T15:02:49.880Z] #101 naming to docker.io/library/security-secretstore-setup done [2024-08-08T15:02:49.880Z] #101 DONE 5.0s [2024-08-08T15:02:49.880Z] [2024-08-08T15:02:49.880Z] #230 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-08T15:02:49.880Z] #230 DONE 0.3s [2024-08-08T15:02:49.880Z] [2024-08-08T15:02:49.880Z] #101 [security-bootstrapper] exporting to image [2024-08-08T15:02:50.140Z] #101 exporting layers 0.2s done [2024-08-08T15:02:50.140Z] #101 writing image sha256:ece54f575e031356638e388bab20b2d0a6c481b3daa82a955a3a7567d8df8ea8 done [2024-08-08T15:02:50.140Z] #101 naming to docker.io/library/security-bootstrapper done [2024-08-08T15:02:50.140Z] #101 DONE 5.2s [2024-08-08T15:02:50.140Z] [2024-08-08T15:02:50.140Z] #52 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:02:50.140Z] time="2024-08-08T14:57:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-08T15:02:50.149Z] $ docker stop --time=1 22b0b6e51bb129080720eed87a6cd20affb8da3fb1ab09b9e238948fc2d2ea38 [2024-08-08T15:02:51.443Z] $ docker rm -f --volumes 22b0b6e51bb129080720eed87a6cd20affb8da3fb1ab09b9e238948fc2d2ea38 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-08T15:02:51.798Z] + docker images [2024-08-08T15:02:51.799Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-08T15:02:51.799Z] security-bootstrapper latest ece54f575e03 2 seconds ago 18.9MB [2024-08-08T15:02:51.799Z] security-secretstore-setup latest a97af90617b3 2 seconds ago 37MB [2024-08-08T15:02:51.799Z] core-metadata latest d3c94b03c45e 3 seconds ago 39.7MB [2024-08-08T15:02:51.799Z] support-cron-scheduler latest de9ea4d22461 3 seconds ago 42.7MB [2024-08-08T15:02:51.799Z] core-data latest c48183f2acb0 3 seconds ago 39.5MB [2024-08-08T15:02:51.799Z] core-common-config-bootstrapper latest ab37faac0c8e 3 seconds ago 15.2MB [2024-08-08T15:02:51.799Z] security-proxy-setup latest 122c05e788df 3 seconds ago 26.2MB [2024-08-08T15:02:51.799Z] security-proxy-auth latest e7c777bb3741 3 seconds ago 33MB [2024-08-08T15:02:51.799Z] support-notifications latest 69f71fc8e0b1 3 seconds ago 42.4MB [2024-08-08T15:02:51.799Z] core-keeper latest 2855fbbd8ee9 3 seconds ago 39.4MB [2024-08-08T15:02:51.799Z] security-spiffe-token-provider latest 8c88ae3d1f37 5 seconds ago 28.8MB [2024-08-08T15:02:51.799Z] core-command latest 855adb518572 5 seconds ago 35.4MB [2024-08-08T15:02:51.799Z] support-scheduler latest 00a338596bd5 5 seconds ago 41.8MB [2024-08-08T15:02:51.799Z] security-spire-agent latest b9554960544f 3 minutes ago 182MB [2024-08-08T15:02:51.799Z] security-spire-server latest e9e63166a07f 3 minutes ago 121MB [2024-08-08T15:02:51.799Z] security-spire-config latest e5fe28792ade 4 minutes ago 120MB [2024-08-08T15:02:51.799Z] ci-base-image-x86_64 latest 71595f1e3ff9 8 minutes ago 971MB [2024-08-08T15:02:51.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-08-08T15:02:51.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-08-08T15:02:51.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-08T15:02:51.961Z] provisioning config files... [2024-08-08T15:02:51.971Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/667@tmp/config9662855717682728629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:02:52.279Z] ---> ****-login.sh [2024-08-08T15:02:52.279Z] nexus3.edgexfoundry.org:10001 [2024-08-08T15:02:52.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:02:52.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:02:52.279Z] Configure a credential helper to remove this warning. See [2024-08-08T15:02:52.279Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:02:52.279Z] [2024-08-08T15:02:52.279Z] Login Succeeded [2024-08-08T15:02:52.279Z] nexus3.edgexfoundry.org:10002 [2024-08-08T15:02:52.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:02:52.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:02:52.538Z] Configure a credential helper to remove this warning. See [2024-08-08T15:02:52.538Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:02:52.538Z] [2024-08-08T15:02:52.538Z] Login Succeeded [2024-08-08T15:02:52.538Z] nexus3.edgexfoundry.org:10003 [2024-08-08T15:02:52.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:02:52.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:02:52.538Z] Configure a credential helper to remove this warning. See [2024-08-08T15:02:52.538Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:02:52.538Z] [2024-08-08T15:02:52.538Z] Login Succeeded [2024-08-08T15:02:52.538Z] nexus3.edgexfoundry.org:10004 [2024-08-08T15:02:52.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:02:52.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:02:52.538Z] Configure a credential helper to remove this warning. See [2024-08-08T15:02:52.538Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:02:52.538Z] [2024-08-08T15:02:52.538Z] Login Succeeded [2024-08-08T15:02:52.538Z] ****.io [2024-08-08T15:02:52.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:02:52.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:02:52.798Z] Configure a credential helper to remove this warning. See [2024-08-08T15:02:52.798Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:02:52.798Z] [2024-08-08T15:02:52.798Z] Login Succeeded [2024-08-08T15:02:52.798Z] ---> ****-login.sh ends [Pipeline] } [2024-08-08T15:02:52.805Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:02:52.856Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-08T15:02:52.887Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2024-08-08T15:02:52.887Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:02:52.887Z] latest [2024-08-08T15:02:52.887Z] 3.2.0-dev.49 [2024-08-08T15:02:52.887Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:02:52.887Z] main [2024-08-08T15:02:52.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:53.237Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:53.567Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:02:53.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-08T15:02:53.567Z] 438a4a5cb4de: Preparing [2024-08-08T15:02:53.567Z] 660eb0be2d7a: Preparing [2024-08-08T15:02:53.567Z] 8257126d83dc: Preparing [2024-08-08T15:02:53.567Z] 81189bac1e28: Preparing [2024-08-08T15:02:53.567Z] b51f635c90c3: Preparing [2024-08-08T15:02:53.567Z] c413fca1391c: Preparing [2024-08-08T15:02:53.567Z] ce7f800efff9: Preparing [2024-08-08T15:02:53.567Z] c413fca1391c: Waiting [2024-08-08T15:02:53.567Z] ce7f800efff9: Waiting [2024-08-08T15:02:53.567Z] b51f635c90c3: Pushed [2024-08-08T15:02:53.567Z] 8257126d83dc: Pushed [2024-08-08T15:02:53.567Z] 438a4a5cb4de: Pushed [2024-08-08T15:02:53.567Z] 81189bac1e28: Pushed [2024-08-08T15:02:53.567Z] ce7f800efff9: Layer already exists [2024-08-08T15:02:53.826Z] c413fca1391c: Pushed [2024-08-08T15:02:56.361Z] 660eb0be2d7a: Pushed [2024-08-08T15:02:56.622Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:dbf000b67e58ce3340de90165d4a4b907cb8de2f47bb8d7a241986c536386d37 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:56.975Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:57.308Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-08T15:02:57.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-08T15:02:57.308Z] 438a4a5cb4de: Preparing [2024-08-08T15:02:57.308Z] 660eb0be2d7a: Preparing [2024-08-08T15:02:57.308Z] 8257126d83dc: Preparing [2024-08-08T15:02:57.308Z] 81189bac1e28: Preparing [2024-08-08T15:02:57.308Z] b51f635c90c3: Preparing [2024-08-08T15:02:57.308Z] c413fca1391c: Preparing [2024-08-08T15:02:57.308Z] ce7f800efff9: Preparing [2024-08-08T15:02:57.308Z] c413fca1391c: Waiting [2024-08-08T15:02:57.308Z] ce7f800efff9: Waiting [2024-08-08T15:02:57.308Z] 438a4a5cb4de: Layer already exists [2024-08-08T15:02:57.308Z] 81189bac1e28: Layer already exists [2024-08-08T15:02:57.308Z] b51f635c90c3: Layer already exists [2024-08-08T15:02:57.308Z] 8257126d83dc: Layer already exists [2024-08-08T15:02:57.308Z] 660eb0be2d7a: Layer already exists [2024-08-08T15:02:57.308Z] ce7f800efff9: Layer already exists [2024-08-08T15:02:57.308Z] c413fca1391c: Layer already exists [2024-08-08T15:02:57.308Z] latest: digest: sha256:dbf000b67e58ce3340de90165d4a4b907cb8de2f47bb8d7a241986c536386d37 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:57.645Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:57.981Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.49 [2024-08-08T15:02:57.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-08T15:02:57.981Z] 438a4a5cb4de: Preparing [2024-08-08T15:02:57.981Z] 660eb0be2d7a: Preparing [2024-08-08T15:02:57.981Z] 8257126d83dc: Preparing [2024-08-08T15:02:57.981Z] 81189bac1e28: Preparing [2024-08-08T15:02:57.981Z] b51f635c90c3: Preparing [2024-08-08T15:02:57.981Z] c413fca1391c: Preparing [2024-08-08T15:02:57.981Z] ce7f800efff9: Preparing [2024-08-08T15:02:57.981Z] ce7f800efff9: Waiting [2024-08-08T15:02:57.981Z] 438a4a5cb4de: Layer already exists [2024-08-08T15:02:57.981Z] 660eb0be2d7a: Layer already exists [2024-08-08T15:02:57.981Z] 81189bac1e28: Layer already exists [2024-08-08T15:02:57.981Z] b51f635c90c3: Layer already exists [2024-08-08T15:02:57.981Z] 8257126d83dc: Layer already exists [2024-08-08T15:02:57.981Z] c413fca1391c: Layer already exists [2024-08-08T15:02:57.981Z] ce7f800efff9: Layer already exists [2024-08-08T15:02:57.981Z] 3.2.0-dev.49: digest: sha256:dbf000b67e58ce3340de90165d4a4b907cb8de2f47bb8d7a241986c536386d37 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:58.322Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:58.647Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:02:58.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-08T15:02:58.647Z] 438a4a5cb4de: Preparing [2024-08-08T15:02:58.647Z] 660eb0be2d7a: Preparing [2024-08-08T15:02:58.647Z] 8257126d83dc: Preparing [2024-08-08T15:02:58.647Z] 81189bac1e28: Preparing [2024-08-08T15:02:58.647Z] b51f635c90c3: Preparing [2024-08-08T15:02:58.647Z] c413fca1391c: Preparing [2024-08-08T15:02:58.647Z] ce7f800efff9: Preparing [2024-08-08T15:02:58.647Z] c413fca1391c: Waiting [2024-08-08T15:02:58.647Z] ce7f800efff9: Waiting [2024-08-08T15:02:58.647Z] 438a4a5cb4de: Layer already exists [2024-08-08T15:02:58.647Z] 81189bac1e28: Layer already exists [2024-08-08T15:02:58.647Z] 660eb0be2d7a: Layer already exists [2024-08-08T15:02:58.647Z] b51f635c90c3: Layer already exists [2024-08-08T15:02:58.647Z] 8257126d83dc: Layer already exists [2024-08-08T15:02:58.647Z] c413fca1391c: Layer already exists [2024-08-08T15:02:58.647Z] ce7f800efff9: Layer already exists [2024-08-08T15:02:58.647Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:dbf000b67e58ce3340de90165d4a4b907cb8de2f47bb8d7a241986c536386d37 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:58.970Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:59.301Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2024-08-08T15:02:59.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2024-08-08T15:02:59.301Z] 438a4a5cb4de: Preparing [2024-08-08T15:02:59.301Z] 660eb0be2d7a: Preparing [2024-08-08T15:02:59.301Z] 8257126d83dc: Preparing [2024-08-08T15:02:59.301Z] 81189bac1e28: Preparing [2024-08-08T15:02:59.301Z] b51f635c90c3: Preparing [2024-08-08T15:02:59.301Z] c413fca1391c: Preparing [2024-08-08T15:02:59.301Z] ce7f800efff9: Preparing [2024-08-08T15:02:59.301Z] c413fca1391c: Waiting [2024-08-08T15:02:59.301Z] ce7f800efff9: Waiting [2024-08-08T15:02:59.301Z] 8257126d83dc: Layer already exists [2024-08-08T15:02:59.301Z] 660eb0be2d7a: Layer already exists [2024-08-08T15:02:59.301Z] 81189bac1e28: Layer already exists [2024-08-08T15:02:59.301Z] 438a4a5cb4de: Layer already exists [2024-08-08T15:02:59.301Z] b51f635c90c3: Layer already exists [2024-08-08T15:02:59.301Z] ce7f800efff9: Layer already exists [2024-08-08T15:02:59.301Z] c413fca1391c: Layer already exists [2024-08-08T15:02:59.301Z] main: digest: sha256:dbf000b67e58ce3340de90165d4a4b907cb8de2f47bb8d7a241986c536386d37 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:02:59.371Z] ===================================================== [Pipeline] echo [2024-08-08T15:02:59.388Z] taggedImages: [2024-08-08T15:02:59.388Z] - nexus3.edgexfoundry.org:10004/core-command:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:02:59.388Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2024-08-08T15:02:59.388Z] - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.49 [2024-08-08T15:02:59.388Z] - nexus3.edgexfoundry.org:10004/core-command:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:02:59.388Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2024-08-08T15:02:59.418Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2024-08-08T15:02:59.418Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:02:59.418Z] latest [2024-08-08T15:02:59.418Z] 3.2.0-dev.49 [2024-08-08T15:02:59.418Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:02:59.418Z] main [2024-08-08T15:02:59.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:02:59.761Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:00.081Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:00.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-08T15:03:00.081Z] bce44341a1fa: Preparing [2024-08-08T15:03:00.081Z] 6d3f7bbc476d: Preparing [2024-08-08T15:03:00.081Z] 93c609382c14: Preparing [2024-08-08T15:03:00.081Z] 9f30454dd29a: Preparing [2024-08-08T15:03:00.081Z] 8257126d83dc: Preparing [2024-08-08T15:03:00.081Z] 81189bac1e28: Preparing [2024-08-08T15:03:00.081Z] b51f635c90c3: Preparing [2024-08-08T15:03:00.081Z] c413fca1391c: Preparing [2024-08-08T15:03:00.081Z] ce7f800efff9: Preparing [2024-08-08T15:03:00.081Z] b51f635c90c3: Waiting [2024-08-08T15:03:00.081Z] 81189bac1e28: Waiting [2024-08-08T15:03:00.081Z] c413fca1391c: Waiting [2024-08-08T15:03:00.081Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:00.081Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:00.081Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:00.081Z] c413fca1391c: Layer already exists [2024-08-08T15:03:00.081Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:00.081Z] bce44341a1fa: Pushed [2024-08-08T15:03:00.081Z] 93c609382c14: Pushed [2024-08-08T15:03:00.081Z] 6d3f7bbc476d: Pushed [2024-08-08T15:03:01.020Z] 9f30454dd29a: Pushed [2024-08-08T15:03:01.020Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:9eeab04a242ae69d2ead8417b9ad6115013025c99e1d16e57aa15858bf602fcb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:01.358Z] + 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-08-08T15:03:01.679Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-08T15:03:01.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-08T15:03:01.679Z] bce44341a1fa: Preparing [2024-08-08T15:03:01.679Z] 6d3f7bbc476d: Preparing [2024-08-08T15:03:01.679Z] 93c609382c14: Preparing [2024-08-08T15:03:01.679Z] 9f30454dd29a: Preparing [2024-08-08T15:03:01.679Z] 8257126d83dc: Preparing [2024-08-08T15:03:01.679Z] 81189bac1e28: Preparing [2024-08-08T15:03:01.679Z] b51f635c90c3: Preparing [2024-08-08T15:03:01.679Z] c413fca1391c: Preparing [2024-08-08T15:03:01.679Z] ce7f800efff9: Preparing [2024-08-08T15:03:01.679Z] c413fca1391c: Waiting [2024-08-08T15:03:01.679Z] ce7f800efff9: Waiting [2024-08-08T15:03:01.679Z] b51f635c90c3: Waiting [2024-08-08T15:03:01.679Z] 81189bac1e28: Waiting [2024-08-08T15:03:01.679Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:01.679Z] 9f30454dd29a: Layer already exists [2024-08-08T15:03:01.679Z] bce44341a1fa: Layer already exists [2024-08-08T15:03:01.679Z] 6d3f7bbc476d: Layer already exists [2024-08-08T15:03:01.679Z] 93c609382c14: Layer already exists [2024-08-08T15:03:01.679Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:01.679Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:01.679Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:01.679Z] c413fca1391c: Layer already exists [2024-08-08T15:03:01.679Z] latest: digest: sha256:9eeab04a242ae69d2ead8417b9ad6115013025c99e1d16e57aa15858bf602fcb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:02.023Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:02.347Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.49 [2024-08-08T15:03:02.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-08T15:03:02.347Z] bce44341a1fa: Preparing [2024-08-08T15:03:02.347Z] 6d3f7bbc476d: Preparing [2024-08-08T15:03:02.347Z] 93c609382c14: Preparing [2024-08-08T15:03:02.347Z] 9f30454dd29a: Preparing [2024-08-08T15:03:02.347Z] 8257126d83dc: Preparing [2024-08-08T15:03:02.347Z] 81189bac1e28: Preparing [2024-08-08T15:03:02.347Z] b51f635c90c3: Preparing [2024-08-08T15:03:02.347Z] c413fca1391c: Preparing [2024-08-08T15:03:02.347Z] ce7f800efff9: Preparing [2024-08-08T15:03:02.347Z] 81189bac1e28: Waiting [2024-08-08T15:03:02.347Z] b51f635c90c3: Waiting [2024-08-08T15:03:02.347Z] c413fca1391c: Waiting [2024-08-08T15:03:02.347Z] ce7f800efff9: Waiting [2024-08-08T15:03:02.347Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:02.347Z] 93c609382c14: Layer already exists [2024-08-08T15:03:02.347Z] 9f30454dd29a: Layer already exists [2024-08-08T15:03:02.347Z] bce44341a1fa: Layer already exists [2024-08-08T15:03:02.347Z] 6d3f7bbc476d: Layer already exists [2024-08-08T15:03:02.347Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:02.347Z] c413fca1391c: Layer already exists [2024-08-08T15:03:02.347Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:02.347Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:02.347Z] 3.2.0-dev.49: digest: sha256:9eeab04a242ae69d2ead8417b9ad6115013025c99e1d16e57aa15858bf602fcb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:02.674Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:02.999Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:02.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-08T15:03:02.999Z] bce44341a1fa: Preparing [2024-08-08T15:03:02.999Z] 6d3f7bbc476d: Preparing [2024-08-08T15:03:02.999Z] 93c609382c14: Preparing [2024-08-08T15:03:02.999Z] 9f30454dd29a: Preparing [2024-08-08T15:03:02.999Z] 8257126d83dc: Preparing [2024-08-08T15:03:02.999Z] 81189bac1e28: Preparing [2024-08-08T15:03:02.999Z] b51f635c90c3: Preparing [2024-08-08T15:03:02.999Z] c413fca1391c: Preparing [2024-08-08T15:03:02.999Z] ce7f800efff9: Preparing [2024-08-08T15:03:02.999Z] 81189bac1e28: Waiting [2024-08-08T15:03:02.999Z] b51f635c90c3: Waiting [2024-08-08T15:03:02.999Z] c413fca1391c: Waiting [2024-08-08T15:03:02.999Z] ce7f800efff9: Waiting [2024-08-08T15:03:02.999Z] 93c609382c14: Layer already exists [2024-08-08T15:03:02.999Z] 6d3f7bbc476d: Layer already exists [2024-08-08T15:03:02.999Z] bce44341a1fa: Layer already exists [2024-08-08T15:03:02.999Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:02.999Z] 9f30454dd29a: Layer already exists [2024-08-08T15:03:02.999Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:02.999Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:02.999Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:02.999Z] c413fca1391c: Layer already exists [2024-08-08T15:03:02.999Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:9eeab04a242ae69d2ead8417b9ad6115013025c99e1d16e57aa15858bf602fcb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:03.325Z] + 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-08-08T15:03:03.664Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2024-08-08T15:03:03.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2024-08-08T15:03:03.664Z] bce44341a1fa: Preparing [2024-08-08T15:03:03.664Z] 6d3f7bbc476d: Preparing [2024-08-08T15:03:03.664Z] 93c609382c14: Preparing [2024-08-08T15:03:03.664Z] 9f30454dd29a: Preparing [2024-08-08T15:03:03.664Z] 8257126d83dc: Preparing [2024-08-08T15:03:03.664Z] 81189bac1e28: Preparing [2024-08-08T15:03:03.664Z] b51f635c90c3: Preparing [2024-08-08T15:03:03.664Z] c413fca1391c: Preparing [2024-08-08T15:03:03.664Z] ce7f800efff9: Preparing [2024-08-08T15:03:03.664Z] 81189bac1e28: Waiting [2024-08-08T15:03:03.664Z] ce7f800efff9: Waiting [2024-08-08T15:03:03.664Z] b51f635c90c3: Waiting [2024-08-08T15:03:03.664Z] c413fca1391c: Waiting [2024-08-08T15:03:03.664Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:03.664Z] bce44341a1fa: Layer already exists [2024-08-08T15:03:03.664Z] 9f30454dd29a: Layer already exists [2024-08-08T15:03:03.664Z] 93c609382c14: Layer already exists [2024-08-08T15:03:03.664Z] 6d3f7bbc476d: Layer already exists [2024-08-08T15:03:03.664Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:03.664Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:03.664Z] c413fca1391c: Layer already exists [2024-08-08T15:03:03.664Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:03.664Z] main: digest: sha256:9eeab04a242ae69d2ead8417b9ad6115013025c99e1d16e57aa15858bf602fcb size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:03.747Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:03.761Z] taggedImages: [2024-08-08T15:03:03.761Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:03.761Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2024-08-08T15:03:03.761Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.49 [2024-08-08T15:03:03.761Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:03.761Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2024-08-08T15:03:03.789Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2024-08-08T15:03:03.789Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:03.789Z] latest [2024-08-08T15:03:03.789Z] 3.2.0-dev.49 [2024-08-08T15:03:03.789Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:03.789Z] main [2024-08-08T15:03:03.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:04.137Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:04.464Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:04.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-08T15:03:04.464Z] c9f11b19ca56: Preparing [2024-08-08T15:03:04.464Z] 51de939478a9: Preparing [2024-08-08T15:03:04.464Z] 8257126d83dc: Preparing [2024-08-08T15:03:04.464Z] 81189bac1e28: Preparing [2024-08-08T15:03:04.464Z] 2de8af307dae: Preparing [2024-08-08T15:03:04.464Z] c413fca1391c: Preparing [2024-08-08T15:03:04.464Z] ce7f800efff9: Preparing [2024-08-08T15:03:04.464Z] c413fca1391c: Waiting [2024-08-08T15:03:04.464Z] ce7f800efff9: Waiting [2024-08-08T15:03:04.464Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:04.464Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:04.464Z] c413fca1391c: Layer already exists [2024-08-08T15:03:04.464Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:04.464Z] 2de8af307dae: Pushed [2024-08-08T15:03:04.464Z] c9f11b19ca56: Pushed [2024-08-08T15:03:07.754Z] 51de939478a9: Pushed [2024-08-08T15:03:08.013Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:c6a7d72541db2fdbb891a26d704e257817506558115e0dc9f9add4766bba8539 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:08.352Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:08.685Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-08T15:03:08.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-08T15:03:08.685Z] c9f11b19ca56: Preparing [2024-08-08T15:03:08.685Z] 51de939478a9: Preparing [2024-08-08T15:03:08.685Z] 8257126d83dc: Preparing [2024-08-08T15:03:08.685Z] 81189bac1e28: Preparing [2024-08-08T15:03:08.685Z] 2de8af307dae: Preparing [2024-08-08T15:03:08.685Z] c413fca1391c: Preparing [2024-08-08T15:03:08.685Z] ce7f800efff9: Preparing [2024-08-08T15:03:08.685Z] c413fca1391c: Waiting [2024-08-08T15:03:08.685Z] ce7f800efff9: Waiting [2024-08-08T15:03:08.685Z] 2de8af307dae: Layer already exists [2024-08-08T15:03:08.685Z] 51de939478a9: Layer already exists [2024-08-08T15:03:08.685Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:08.685Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:08.685Z] c9f11b19ca56: Layer already exists [2024-08-08T15:03:08.685Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:08.686Z] c413fca1391c: Layer already exists [2024-08-08T15:03:08.686Z] latest: digest: sha256:c6a7d72541db2fdbb891a26d704e257817506558115e0dc9f9add4766bba8539 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:09.027Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:09.348Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.49 [2024-08-08T15:03:09.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-08T15:03:09.348Z] c9f11b19ca56: Preparing [2024-08-08T15:03:09.348Z] 51de939478a9: Preparing [2024-08-08T15:03:09.348Z] 8257126d83dc: Preparing [2024-08-08T15:03:09.348Z] 81189bac1e28: Preparing [2024-08-08T15:03:09.348Z] 2de8af307dae: Preparing [2024-08-08T15:03:09.348Z] c413fca1391c: Preparing [2024-08-08T15:03:09.348Z] ce7f800efff9: Preparing [2024-08-08T15:03:09.348Z] ce7f800efff9: Waiting [2024-08-08T15:03:09.348Z] c413fca1391c: Waiting [2024-08-08T15:03:09.348Z] 2de8af307dae: Layer already exists [2024-08-08T15:03:09.348Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:09.348Z] 51de939478a9: Layer already exists [2024-08-08T15:03:09.348Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:09.348Z] c9f11b19ca56: Layer already exists [2024-08-08T15:03:09.348Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:09.348Z] c413fca1391c: Layer already exists [2024-08-08T15:03:09.348Z] 3.2.0-dev.49: digest: sha256:c6a7d72541db2fdbb891a26d704e257817506558115e0dc9f9add4766bba8539 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:09.670Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:09.996Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:09.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-08T15:03:09.996Z] c9f11b19ca56: Preparing [2024-08-08T15:03:09.996Z] 51de939478a9: Preparing [2024-08-08T15:03:09.996Z] 8257126d83dc: Preparing [2024-08-08T15:03:09.996Z] 81189bac1e28: Preparing [2024-08-08T15:03:09.996Z] 2de8af307dae: Preparing [2024-08-08T15:03:09.996Z] c413fca1391c: Preparing [2024-08-08T15:03:09.996Z] ce7f800efff9: Preparing [2024-08-08T15:03:09.996Z] c413fca1391c: Waiting [2024-08-08T15:03:09.996Z] ce7f800efff9: Waiting [2024-08-08T15:03:09.996Z] c9f11b19ca56: Layer already exists [2024-08-08T15:03:09.996Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:09.996Z] 51de939478a9: Layer already exists [2024-08-08T15:03:09.996Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:09.996Z] 2de8af307dae: Layer already exists [2024-08-08T15:03:09.996Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:09.996Z] c413fca1391c: Layer already exists [2024-08-08T15:03:09.996Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:c6a7d72541db2fdbb891a26d704e257817506558115e0dc9f9add4766bba8539 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:10.329Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:10.654Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2024-08-08T15:03:10.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2024-08-08T15:03:10.654Z] c9f11b19ca56: Preparing [2024-08-08T15:03:10.654Z] 51de939478a9: Preparing [2024-08-08T15:03:10.654Z] 8257126d83dc: Preparing [2024-08-08T15:03:10.654Z] 81189bac1e28: Preparing [2024-08-08T15:03:10.654Z] 2de8af307dae: Preparing [2024-08-08T15:03:10.654Z] c413fca1391c: Preparing [2024-08-08T15:03:10.654Z] ce7f800efff9: Preparing [2024-08-08T15:03:10.654Z] c413fca1391c: Waiting [2024-08-08T15:03:10.654Z] ce7f800efff9: Waiting [2024-08-08T15:03:10.654Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:10.654Z] 51de939478a9: Layer already exists [2024-08-08T15:03:10.654Z] 2de8af307dae: Layer already exists [2024-08-08T15:03:10.654Z] c9f11b19ca56: Layer already exists [2024-08-08T15:03:10.654Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:10.654Z] c413fca1391c: Layer already exists [2024-08-08T15:03:10.654Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:10.654Z] main: digest: sha256:c6a7d72541db2fdbb891a26d704e257817506558115e0dc9f9add4766bba8539 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:10.730Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:10.745Z] taggedImages: [2024-08-08T15:03:10.745Z] - nexus3.edgexfoundry.org:10004/core-data:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:10.745Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2024-08-08T15:03:10.745Z] - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.49 [2024-08-08T15:03:10.745Z] - nexus3.edgexfoundry.org:10004/core-data:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:10.745Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2024-08-08T15:03:10.780Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2024-08-08T15:03:10.780Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:10.780Z] latest [2024-08-08T15:03:10.780Z] 3.2.0-dev.49 [2024-08-08T15:03:10.780Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:10.780Z] main [2024-08-08T15:03:10.780Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:11.139Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:11.473Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:11.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-08T15:03:11.473Z] aa8fc5fc27f2: Preparing [2024-08-08T15:03:11.473Z] e0c0d73c12b6: Preparing [2024-08-08T15:03:11.473Z] 81189bac1e28: Preparing [2024-08-08T15:03:11.473Z] ca47b88f3bb0: Preparing [2024-08-08T15:03:11.473Z] 9bb91487b686: Preparing [2024-08-08T15:03:11.473Z] ce7f800efff9: Preparing [2024-08-08T15:03:11.473Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:11.473Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:11.473Z] 9bb91487b686: Pushed [2024-08-08T15:03:11.473Z] ca47b88f3bb0: Pushed [2024-08-08T15:03:11.473Z] aa8fc5fc27f2: Pushed [2024-08-08T15:03:14.757Z] e0c0d73c12b6: Pushed [2024-08-08T15:03:14.757Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:555476e0f0a6aa43fce776f71779f634ef4f4b33a045d75b3bc2a14384c1912a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:15.089Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:15.419Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-08T15:03:15.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-08T15:03:15.419Z] aa8fc5fc27f2: Preparing [2024-08-08T15:03:15.419Z] e0c0d73c12b6: Preparing [2024-08-08T15:03:15.419Z] 81189bac1e28: Preparing [2024-08-08T15:03:15.419Z] ca47b88f3bb0: Preparing [2024-08-08T15:03:15.419Z] 9bb91487b686: Preparing [2024-08-08T15:03:15.419Z] ce7f800efff9: Preparing [2024-08-08T15:03:15.419Z] ce7f800efff9: Waiting [2024-08-08T15:03:15.419Z] ca47b88f3bb0: Layer already exists [2024-08-08T15:03:15.419Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:15.419Z] e0c0d73c12b6: Layer already exists [2024-08-08T15:03:15.419Z] aa8fc5fc27f2: Layer already exists [2024-08-08T15:03:15.419Z] 9bb91487b686: Layer already exists [2024-08-08T15:03:15.419Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:15.419Z] latest: digest: sha256:555476e0f0a6aa43fce776f71779f634ef4f4b33a045d75b3bc2a14384c1912a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:15.750Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:16.096Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.49 [2024-08-08T15:03:16.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-08T15:03:16.096Z] aa8fc5fc27f2: Preparing [2024-08-08T15:03:16.096Z] e0c0d73c12b6: Preparing [2024-08-08T15:03:16.096Z] 81189bac1e28: Preparing [2024-08-08T15:03:16.096Z] ca47b88f3bb0: Preparing [2024-08-08T15:03:16.096Z] 9bb91487b686: Preparing [2024-08-08T15:03:16.096Z] ce7f800efff9: Preparing [2024-08-08T15:03:16.096Z] ce7f800efff9: Waiting [2024-08-08T15:03:16.096Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:16.096Z] 9bb91487b686: Layer already exists [2024-08-08T15:03:16.096Z] e0c0d73c12b6: Layer already exists [2024-08-08T15:03:16.096Z] ca47b88f3bb0: Layer already exists [2024-08-08T15:03:16.096Z] aa8fc5fc27f2: Layer already exists [2024-08-08T15:03:16.096Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:16.096Z] 3.2.0-dev.49: digest: sha256:555476e0f0a6aa43fce776f71779f634ef4f4b33a045d75b3bc2a14384c1912a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:16.437Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:16.762Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:16.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-08T15:03:16.762Z] aa8fc5fc27f2: Preparing [2024-08-08T15:03:16.762Z] e0c0d73c12b6: Preparing [2024-08-08T15:03:16.762Z] 81189bac1e28: Preparing [2024-08-08T15:03:16.762Z] ca47b88f3bb0: Preparing [2024-08-08T15:03:16.762Z] 9bb91487b686: Preparing [2024-08-08T15:03:16.762Z] ce7f800efff9: Preparing [2024-08-08T15:03:16.762Z] ce7f800efff9: Waiting [2024-08-08T15:03:16.762Z] ca47b88f3bb0: Layer already exists [2024-08-08T15:03:16.762Z] e0c0d73c12b6: Layer already exists [2024-08-08T15:03:16.762Z] 9bb91487b686: Layer already exists [2024-08-08T15:03:16.762Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:16.762Z] aa8fc5fc27f2: Layer already exists [2024-08-08T15:03:16.762Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:16.762Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:555476e0f0a6aa43fce776f71779f634ef4f4b33a045d75b3bc2a14384c1912a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:17.101Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:17.428Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2024-08-08T15:03:17.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2024-08-08T15:03:17.428Z] aa8fc5fc27f2: Preparing [2024-08-08T15:03:17.428Z] e0c0d73c12b6: Preparing [2024-08-08T15:03:17.428Z] 81189bac1e28: Preparing [2024-08-08T15:03:17.428Z] ca47b88f3bb0: Preparing [2024-08-08T15:03:17.428Z] 9bb91487b686: Preparing [2024-08-08T15:03:17.428Z] ce7f800efff9: Preparing [2024-08-08T15:03:17.428Z] ce7f800efff9: Waiting [2024-08-08T15:03:17.428Z] ca47b88f3bb0: Layer already exists [2024-08-08T15:03:17.428Z] e0c0d73c12b6: Layer already exists [2024-08-08T15:03:17.428Z] aa8fc5fc27f2: Layer already exists [2024-08-08T15:03:17.428Z] 9bb91487b686: Layer already exists [2024-08-08T15:03:17.428Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:17.428Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:17.428Z] main: digest: sha256:555476e0f0a6aa43fce776f71779f634ef4f4b33a045d75b3bc2a14384c1912a size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:17.509Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:17.587Z] taggedImages: [2024-08-08T15:03:17.587Z] - nexus3.edgexfoundry.org:10004/core-keeper:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:17.587Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2024-08-08T15:03:17.587Z] - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.49 [2024-08-08T15:03:17.587Z] - nexus3.edgexfoundry.org:10004/core-keeper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:17.587Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2024-08-08T15:03:17.613Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2024-08-08T15:03:17.613Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:17.613Z] latest [2024-08-08T15:03:17.613Z] 3.2.0-dev.49 [2024-08-08T15:03:17.613Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:17.613Z] main [2024-08-08T15:03:17.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:17.968Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:18.304Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:18.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-08T15:03:18.304Z] 64dc648bbce5: Preparing [2024-08-08T15:03:18.304Z] 9002c9c48c6d: Preparing [2024-08-08T15:03:18.304Z] 8fd890870595: Preparing [2024-08-08T15:03:18.304Z] 8257126d83dc: Preparing [2024-08-08T15:03:18.304Z] 81189bac1e28: Preparing [2024-08-08T15:03:18.304Z] b51f635c90c3: Preparing [2024-08-08T15:03:18.304Z] c413fca1391c: Preparing [2024-08-08T15:03:18.304Z] ce7f800efff9: Preparing [2024-08-08T15:03:18.304Z] b51f635c90c3: Waiting [2024-08-08T15:03:18.304Z] c413fca1391c: Waiting [2024-08-08T15:03:18.304Z] ce7f800efff9: Waiting [2024-08-08T15:03:18.304Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:18.304Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:18.304Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:18.304Z] c413fca1391c: Layer already exists [2024-08-08T15:03:18.304Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:18.304Z] 64dc648bbce5: Pushed [2024-08-08T15:03:18.304Z] 9002c9c48c6d: Pushed [2024-08-08T15:03:22.503Z] 8fd890870595: Pushed [2024-08-08T15:03:22.503Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:eb189082ea2c3cf2e79718348bbab2308dd4f7a3da043694efa007f9c4c4c9a8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:22.839Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:23.173Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-08T15:03:23.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-08T15:03:23.173Z] 64dc648bbce5: Preparing [2024-08-08T15:03:23.173Z] 9002c9c48c6d: Preparing [2024-08-08T15:03:23.173Z] 8fd890870595: Preparing [2024-08-08T15:03:23.173Z] 8257126d83dc: Preparing [2024-08-08T15:03:23.173Z] 81189bac1e28: Preparing [2024-08-08T15:03:23.173Z] b51f635c90c3: Preparing [2024-08-08T15:03:23.173Z] c413fca1391c: Preparing [2024-08-08T15:03:23.173Z] ce7f800efff9: Preparing [2024-08-08T15:03:23.173Z] b51f635c90c3: Waiting [2024-08-08T15:03:23.173Z] c413fca1391c: Waiting [2024-08-08T15:03:23.173Z] ce7f800efff9: Waiting [2024-08-08T15:03:23.173Z] 8fd890870595: Layer already exists [2024-08-08T15:03:23.173Z] 9002c9c48c6d: Layer already exists [2024-08-08T15:03:23.173Z] 64dc648bbce5: Layer already exists [2024-08-08T15:03:23.173Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:23.173Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:23.173Z] c413fca1391c: Layer already exists [2024-08-08T15:03:23.173Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:23.173Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:23.173Z] latest: digest: sha256:eb189082ea2c3cf2e79718348bbab2308dd4f7a3da043694efa007f9c4c4c9a8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:23.505Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:23.831Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.49 [2024-08-08T15:03:23.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-08T15:03:23.831Z] 64dc648bbce5: Preparing [2024-08-08T15:03:23.831Z] 9002c9c48c6d: Preparing [2024-08-08T15:03:23.831Z] 8fd890870595: Preparing [2024-08-08T15:03:23.831Z] 8257126d83dc: Preparing [2024-08-08T15:03:23.831Z] 81189bac1e28: Preparing [2024-08-08T15:03:23.831Z] b51f635c90c3: Preparing [2024-08-08T15:03:23.831Z] c413fca1391c: Preparing [2024-08-08T15:03:23.831Z] ce7f800efff9: Preparing [2024-08-08T15:03:23.831Z] c413fca1391c: Waiting [2024-08-08T15:03:23.831Z] b51f635c90c3: Waiting [2024-08-08T15:03:23.831Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:23.831Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:23.831Z] 9002c9c48c6d: Layer already exists [2024-08-08T15:03:23.831Z] 64dc648bbce5: Layer already exists [2024-08-08T15:03:23.831Z] 8fd890870595: Layer already exists [2024-08-08T15:03:23.831Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:23.831Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:23.831Z] c413fca1391c: Layer already exists [2024-08-08T15:03:23.831Z] 3.2.0-dev.49: digest: sha256:eb189082ea2c3cf2e79718348bbab2308dd4f7a3da043694efa007f9c4c4c9a8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:24.145Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:24.463Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:24.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-08T15:03:24.463Z] 64dc648bbce5: Preparing [2024-08-08T15:03:24.463Z] 9002c9c48c6d: Preparing [2024-08-08T15:03:24.463Z] 8fd890870595: Preparing [2024-08-08T15:03:24.463Z] 8257126d83dc: Preparing [2024-08-08T15:03:24.463Z] 81189bac1e28: Preparing [2024-08-08T15:03:24.463Z] b51f635c90c3: Preparing [2024-08-08T15:03:24.463Z] c413fca1391c: Preparing [2024-08-08T15:03:24.463Z] ce7f800efff9: Preparing [2024-08-08T15:03:24.463Z] c413fca1391c: Waiting [2024-08-08T15:03:24.463Z] ce7f800efff9: Waiting [2024-08-08T15:03:24.463Z] 64dc648bbce5: Layer already exists [2024-08-08T15:03:24.463Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:24.463Z] 8fd890870595: Layer already exists [2024-08-08T15:03:24.463Z] 9002c9c48c6d: Layer already exists [2024-08-08T15:03:24.463Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:24.463Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:24.463Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:24.463Z] c413fca1391c: Layer already exists [2024-08-08T15:03:24.463Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:eb189082ea2c3cf2e79718348bbab2308dd4f7a3da043694efa007f9c4c4c9a8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:24.792Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:25.122Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2024-08-08T15:03:25.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2024-08-08T15:03:25.122Z] 64dc648bbce5: Preparing [2024-08-08T15:03:25.122Z] 9002c9c48c6d: Preparing [2024-08-08T15:03:25.122Z] 8fd890870595: Preparing [2024-08-08T15:03:25.122Z] 8257126d83dc: Preparing [2024-08-08T15:03:25.122Z] 81189bac1e28: Preparing [2024-08-08T15:03:25.122Z] b51f635c90c3: Preparing [2024-08-08T15:03:25.122Z] c413fca1391c: Preparing [2024-08-08T15:03:25.122Z] ce7f800efff9: Preparing [2024-08-08T15:03:25.122Z] b51f635c90c3: Waiting [2024-08-08T15:03:25.122Z] c413fca1391c: Waiting [2024-08-08T15:03:25.122Z] 9002c9c48c6d: Layer already exists [2024-08-08T15:03:25.122Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:25.122Z] 8fd890870595: Layer already exists [2024-08-08T15:03:25.122Z] 64dc648bbce5: Layer already exists [2024-08-08T15:03:25.122Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:25.122Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:25.122Z] c413fca1391c: Layer already exists [2024-08-08T15:03:25.122Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:25.122Z] main: digest: sha256:eb189082ea2c3cf2e79718348bbab2308dd4f7a3da043694efa007f9c4c4c9a8 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:25.209Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:25.233Z] taggedImages: [2024-08-08T15:03:25.233Z] - nexus3.edgexfoundry.org:10004/core-metadata:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:25.233Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2024-08-08T15:03:25.233Z] - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.49 [2024-08-08T15:03:25.233Z] - nexus3.edgexfoundry.org:10004/core-metadata:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:25.233Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2024-08-08T15:03:25.264Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2024-08-08T15:03:25.264Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:25.264Z] latest [2024-08-08T15:03:25.264Z] 3.2.0-dev.49 [2024-08-08T15:03:25.264Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:25.264Z] main [2024-08-08T15:03:25.264Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:25.616Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:25.951Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:25.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-08T15:03:25.951Z] d79df0adaa4a: Preparing [2024-08-08T15:03:25.951Z] 55a7bf8e7277: Preparing [2024-08-08T15:03:25.951Z] 9898661efcad: Preparing [2024-08-08T15:03:25.951Z] d90f361a5b5c: Preparing [2024-08-08T15:03:25.951Z] 7614d2219f06: Preparing [2024-08-08T15:03:25.951Z] ca55cb64125b: Preparing [2024-08-08T15:03:25.951Z] d0d0a7db05fa: Preparing [2024-08-08T15:03:25.951Z] 17faea64f01b: Preparing [2024-08-08T15:03:25.951Z] 8257126d83dc: Preparing [2024-08-08T15:03:25.951Z] 81189bac1e28: Preparing [2024-08-08T15:03:25.951Z] d58bd8f5b6b8: Preparing [2024-08-08T15:03:25.951Z] 61dbd218f34a: Preparing [2024-08-08T15:03:25.951Z] 5f70bf18a086: Preparing [2024-08-08T15:03:25.951Z] d433d56a8b70: Preparing [2024-08-08T15:03:25.951Z] 67b2eb62473a: Preparing [2024-08-08T15:03:25.951Z] a44a22621ca2: Preparing [2024-08-08T15:03:25.951Z] ce7f800efff9: Preparing [2024-08-08T15:03:25.951Z] d58bd8f5b6b8: Waiting [2024-08-08T15:03:25.951Z] 61dbd218f34a: Waiting [2024-08-08T15:03:25.951Z] 5f70bf18a086: Waiting [2024-08-08T15:03:25.951Z] d433d56a8b70: Waiting [2024-08-08T15:03:25.951Z] ce7f800efff9: Waiting [2024-08-08T15:03:25.951Z] ca55cb64125b: Waiting [2024-08-08T15:03:25.951Z] d0d0a7db05fa: Waiting [2024-08-08T15:03:25.951Z] 67b2eb62473a: Waiting [2024-08-08T15:03:25.951Z] a44a22621ca2: Waiting [2024-08-08T15:03:25.951Z] 17faea64f01b: Waiting [2024-08-08T15:03:25.951Z] 8257126d83dc: Waiting [2024-08-08T15:03:25.951Z] 7614d2219f06: Pushed [2024-08-08T15:03:25.951Z] 55a7bf8e7277: Pushed [2024-08-08T15:03:25.951Z] d79df0adaa4a: Pushed [2024-08-08T15:03:25.951Z] 9898661efcad: Pushed [2024-08-08T15:03:25.951Z] d90f361a5b5c: Pushed [2024-08-08T15:03:25.951Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:25.951Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:26.212Z] ca55cb64125b: Pushed [2024-08-08T15:03:26.212Z] 5f70bf18a086: Layer already exists [2024-08-08T15:03:26.212Z] d0d0a7db05fa: Pushed [2024-08-08T15:03:26.212Z] d58bd8f5b6b8: Pushed [2024-08-08T15:03:26.212Z] 61dbd218f34a: Pushed [2024-08-08T15:03:26.212Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:26.212Z] d433d56a8b70: Pushed [2024-08-08T15:03:26.212Z] 67b2eb62473a: Pushed [2024-08-08T15:03:26.212Z] a44a22621ca2: Pushed [2024-08-08T15:03:27.590Z] 17faea64f01b: Pushed [2024-08-08T15:03:27.590Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:8b01e8f7347d3541400c8e2e28aea320ebdeeedee4a4b2b557daccc362349ffd size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:27.922Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:28.246Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-08T15:03:28.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-08T15:03:28.246Z] d79df0adaa4a: Preparing [2024-08-08T15:03:28.246Z] 55a7bf8e7277: Preparing [2024-08-08T15:03:28.246Z] 9898661efcad: Preparing [2024-08-08T15:03:28.246Z] d90f361a5b5c: Preparing [2024-08-08T15:03:28.246Z] 7614d2219f06: Preparing [2024-08-08T15:03:28.246Z] ca55cb64125b: Preparing [2024-08-08T15:03:28.246Z] d0d0a7db05fa: Preparing [2024-08-08T15:03:28.246Z] 17faea64f01b: Preparing [2024-08-08T15:03:28.246Z] 8257126d83dc: Preparing [2024-08-08T15:03:28.246Z] 81189bac1e28: Preparing [2024-08-08T15:03:28.246Z] d58bd8f5b6b8: Preparing [2024-08-08T15:03:28.246Z] 61dbd218f34a: Preparing [2024-08-08T15:03:28.246Z] 5f70bf18a086: Preparing [2024-08-08T15:03:28.246Z] d433d56a8b70: Preparing [2024-08-08T15:03:28.246Z] 67b2eb62473a: Preparing [2024-08-08T15:03:28.246Z] a44a22621ca2: Preparing [2024-08-08T15:03:28.246Z] ce7f800efff9: Preparing [2024-08-08T15:03:28.246Z] ca55cb64125b: Waiting [2024-08-08T15:03:28.246Z] 8257126d83dc: Waiting [2024-08-08T15:03:28.246Z] d58bd8f5b6b8: Waiting [2024-08-08T15:03:28.246Z] 81189bac1e28: Waiting [2024-08-08T15:03:28.246Z] 61dbd218f34a: Waiting [2024-08-08T15:03:28.246Z] 67b2eb62473a: Waiting [2024-08-08T15:03:28.246Z] 5f70bf18a086: Waiting [2024-08-08T15:03:28.246Z] 17faea64f01b: Waiting [2024-08-08T15:03:28.246Z] ce7f800efff9: Waiting [2024-08-08T15:03:28.246Z] a44a22621ca2: Waiting [2024-08-08T15:03:28.246Z] d79df0adaa4a: Layer already exists [2024-08-08T15:03:28.246Z] 9898661efcad: Layer already exists [2024-08-08T15:03:28.246Z] 7614d2219f06: Layer already exists [2024-08-08T15:03:28.246Z] d90f361a5b5c: Layer already exists [2024-08-08T15:03:28.246Z] 55a7bf8e7277: Layer already exists [2024-08-08T15:03:28.246Z] 17faea64f01b: Layer already exists [2024-08-08T15:03:28.246Z] d0d0a7db05fa: Layer already exists [2024-08-08T15:03:28.246Z] ca55cb64125b: Layer already exists [2024-08-08T15:03:28.246Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:28.246Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:28.246Z] d58bd8f5b6b8: Layer already exists [2024-08-08T15:03:28.246Z] 61dbd218f34a: Layer already exists [2024-08-08T15:03:28.246Z] 5f70bf18a086: Layer already exists [2024-08-08T15:03:28.246Z] 67b2eb62473a: Layer already exists [2024-08-08T15:03:28.246Z] d433d56a8b70: Layer already exists [2024-08-08T15:03:28.246Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:28.246Z] a44a22621ca2: Layer already exists [2024-08-08T15:03:28.246Z] latest: digest: sha256:8b01e8f7347d3541400c8e2e28aea320ebdeeedee4a4b2b557daccc362349ffd size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:28.582Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:28.921Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.49 [2024-08-08T15:03:28.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-08T15:03:28.921Z] d79df0adaa4a: Preparing [2024-08-08T15:03:28.921Z] 55a7bf8e7277: Preparing [2024-08-08T15:03:28.921Z] 9898661efcad: Preparing [2024-08-08T15:03:28.921Z] d90f361a5b5c: Preparing [2024-08-08T15:03:28.921Z] 7614d2219f06: Preparing [2024-08-08T15:03:28.921Z] ca55cb64125b: Preparing [2024-08-08T15:03:28.921Z] d0d0a7db05fa: Preparing [2024-08-08T15:03:28.921Z] 17faea64f01b: Preparing [2024-08-08T15:03:28.921Z] 8257126d83dc: Preparing [2024-08-08T15:03:28.921Z] 81189bac1e28: Preparing [2024-08-08T15:03:28.921Z] d58bd8f5b6b8: Preparing [2024-08-08T15:03:28.921Z] 61dbd218f34a: Preparing [2024-08-08T15:03:28.921Z] 5f70bf18a086: Preparing [2024-08-08T15:03:28.921Z] d433d56a8b70: Preparing [2024-08-08T15:03:28.921Z] 67b2eb62473a: Preparing [2024-08-08T15:03:28.921Z] a44a22621ca2: Preparing [2024-08-08T15:03:28.921Z] ce7f800efff9: Preparing [2024-08-08T15:03:28.921Z] d0d0a7db05fa: Waiting [2024-08-08T15:03:28.921Z] d58bd8f5b6b8: Waiting [2024-08-08T15:03:28.921Z] 61dbd218f34a: Waiting [2024-08-08T15:03:28.921Z] 5f70bf18a086: Waiting [2024-08-08T15:03:28.921Z] d433d56a8b70: Waiting [2024-08-08T15:03:28.921Z] 67b2eb62473a: Waiting [2024-08-08T15:03:28.921Z] 81189bac1e28: Waiting [2024-08-08T15:03:28.921Z] 17faea64f01b: Waiting [2024-08-08T15:03:28.921Z] 8257126d83dc: Waiting [2024-08-08T15:03:28.921Z] a44a22621ca2: Waiting [2024-08-08T15:03:28.921Z] ce7f800efff9: Waiting [2024-08-08T15:03:28.921Z] ca55cb64125b: Waiting [2024-08-08T15:03:28.921Z] 55a7bf8e7277: Layer already exists [2024-08-08T15:03:28.921Z] 9898661efcad: Layer already exists [2024-08-08T15:03:28.921Z] d79df0adaa4a: Layer already exists [2024-08-08T15:03:28.921Z] 7614d2219f06: Layer already exists [2024-08-08T15:03:28.921Z] d90f361a5b5c: Layer already exists [2024-08-08T15:03:28.921Z] ca55cb64125b: Layer already exists [2024-08-08T15:03:28.921Z] d0d0a7db05fa: Layer already exists [2024-08-08T15:03:28.921Z] 17faea64f01b: Layer already exists [2024-08-08T15:03:28.921Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:28.921Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:28.921Z] d58bd8f5b6b8: Layer already exists [2024-08-08T15:03:28.921Z] 61dbd218f34a: Layer already exists [2024-08-08T15:03:28.921Z] 5f70bf18a086: Layer already exists [2024-08-08T15:03:28.921Z] 67b2eb62473a: Layer already exists [2024-08-08T15:03:28.921Z] d433d56a8b70: Layer already exists [2024-08-08T15:03:28.921Z] a44a22621ca2: Layer already exists [2024-08-08T15:03:28.921Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:28.921Z] 3.2.0-dev.49: digest: sha256:8b01e8f7347d3541400c8e2e28aea320ebdeeedee4a4b2b557daccc362349ffd size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:29.268Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:29.589Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:29.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-08T15:03:29.589Z] d79df0adaa4a: Preparing [2024-08-08T15:03:29.589Z] 55a7bf8e7277: Preparing [2024-08-08T15:03:29.589Z] 9898661efcad: Preparing [2024-08-08T15:03:29.589Z] d90f361a5b5c: Preparing [2024-08-08T15:03:29.589Z] 7614d2219f06: Preparing [2024-08-08T15:03:29.589Z] ca55cb64125b: Preparing [2024-08-08T15:03:29.589Z] d0d0a7db05fa: Preparing [2024-08-08T15:03:29.589Z] 17faea64f01b: Preparing [2024-08-08T15:03:29.589Z] 8257126d83dc: Preparing [2024-08-08T15:03:29.589Z] 81189bac1e28: Preparing [2024-08-08T15:03:29.589Z] d58bd8f5b6b8: Preparing [2024-08-08T15:03:29.589Z] 61dbd218f34a: Preparing [2024-08-08T15:03:29.589Z] 5f70bf18a086: Preparing [2024-08-08T15:03:29.589Z] d433d56a8b70: Preparing [2024-08-08T15:03:29.589Z] 67b2eb62473a: Preparing [2024-08-08T15:03:29.589Z] d0d0a7db05fa: Waiting [2024-08-08T15:03:29.589Z] a44a22621ca2: Preparing [2024-08-08T15:03:29.589Z] ce7f800efff9: Preparing [2024-08-08T15:03:29.589Z] 17faea64f01b: Waiting [2024-08-08T15:03:29.589Z] 8257126d83dc: Waiting [2024-08-08T15:03:29.589Z] 61dbd218f34a: Waiting [2024-08-08T15:03:29.589Z] 81189bac1e28: Waiting [2024-08-08T15:03:29.589Z] 67b2eb62473a: Waiting [2024-08-08T15:03:29.589Z] d58bd8f5b6b8: Waiting [2024-08-08T15:03:29.589Z] a44a22621ca2: Waiting [2024-08-08T15:03:29.589Z] 5f70bf18a086: Waiting [2024-08-08T15:03:29.589Z] ca55cb64125b: Waiting [2024-08-08T15:03:29.589Z] d433d56a8b70: Waiting [2024-08-08T15:03:29.589Z] d79df0adaa4a: Layer already exists [2024-08-08T15:03:29.589Z] 55a7bf8e7277: Layer already exists [2024-08-08T15:03:29.589Z] 7614d2219f06: Layer already exists [2024-08-08T15:03:29.589Z] d90f361a5b5c: Layer already exists [2024-08-08T15:03:29.589Z] 9898661efcad: Layer already exists [2024-08-08T15:03:29.589Z] 17faea64f01b: Layer already exists [2024-08-08T15:03:29.589Z] d0d0a7db05fa: Layer already exists [2024-08-08T15:03:29.589Z] ca55cb64125b: Layer already exists [2024-08-08T15:03:29.589Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:29.589Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:29.589Z] d58bd8f5b6b8: Layer already exists [2024-08-08T15:03:29.589Z] 5f70bf18a086: Layer already exists [2024-08-08T15:03:29.589Z] 61dbd218f34a: Layer already exists [2024-08-08T15:03:29.589Z] d433d56a8b70: Layer already exists [2024-08-08T15:03:29.589Z] 67b2eb62473a: Layer already exists [2024-08-08T15:03:29.589Z] a44a22621ca2: Layer already exists [2024-08-08T15:03:29.589Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:29.589Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:8b01e8f7347d3541400c8e2e28aea320ebdeeedee4a4b2b557daccc362349ffd size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:29.921Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:30.240Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2024-08-08T15:03:30.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2024-08-08T15:03:30.240Z] d79df0adaa4a: Preparing [2024-08-08T15:03:30.240Z] 55a7bf8e7277: Preparing [2024-08-08T15:03:30.240Z] 9898661efcad: Preparing [2024-08-08T15:03:30.240Z] d90f361a5b5c: Preparing [2024-08-08T15:03:30.240Z] 7614d2219f06: Preparing [2024-08-08T15:03:30.240Z] ca55cb64125b: Preparing [2024-08-08T15:03:30.240Z] d0d0a7db05fa: Preparing [2024-08-08T15:03:30.240Z] 17faea64f01b: Preparing [2024-08-08T15:03:30.240Z] 8257126d83dc: Preparing [2024-08-08T15:03:30.240Z] 81189bac1e28: Preparing [2024-08-08T15:03:30.240Z] d58bd8f5b6b8: Preparing [2024-08-08T15:03:30.240Z] 61dbd218f34a: Preparing [2024-08-08T15:03:30.240Z] 5f70bf18a086: Preparing [2024-08-08T15:03:30.240Z] d433d56a8b70: Preparing [2024-08-08T15:03:30.240Z] 67b2eb62473a: Preparing [2024-08-08T15:03:30.240Z] a44a22621ca2: Preparing [2024-08-08T15:03:30.240Z] ce7f800efff9: Preparing [2024-08-08T15:03:30.240Z] ca55cb64125b: Waiting [2024-08-08T15:03:30.240Z] 61dbd218f34a: Waiting [2024-08-08T15:03:30.240Z] 5f70bf18a086: Waiting [2024-08-08T15:03:30.240Z] d433d56a8b70: Waiting [2024-08-08T15:03:30.240Z] 67b2eb62473a: Waiting [2024-08-08T15:03:30.240Z] d0d0a7db05fa: Waiting [2024-08-08T15:03:30.240Z] 81189bac1e28: Waiting [2024-08-08T15:03:30.240Z] 17faea64f01b: Waiting [2024-08-08T15:03:30.240Z] a44a22621ca2: Waiting [2024-08-08T15:03:30.240Z] 8257126d83dc: Waiting [2024-08-08T15:03:30.240Z] ce7f800efff9: Waiting [2024-08-08T15:03:30.240Z] d58bd8f5b6b8: Waiting [2024-08-08T15:03:30.240Z] d90f361a5b5c: Layer already exists [2024-08-08T15:03:30.240Z] 55a7bf8e7277: Layer already exists [2024-08-08T15:03:30.240Z] d79df0adaa4a: Layer already exists [2024-08-08T15:03:30.240Z] 7614d2219f06: Layer already exists [2024-08-08T15:03:30.240Z] 9898661efcad: Layer already exists [2024-08-08T15:03:30.240Z] ca55cb64125b: Layer already exists [2024-08-08T15:03:30.240Z] d0d0a7db05fa: Layer already exists [2024-08-08T15:03:30.240Z] 17faea64f01b: Layer already exists [2024-08-08T15:03:30.240Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:30.240Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:30.240Z] d58bd8f5b6b8: Layer already exists [2024-08-08T15:03:30.240Z] d433d56a8b70: Layer already exists [2024-08-08T15:03:30.240Z] 67b2eb62473a: Layer already exists [2024-08-08T15:03:30.240Z] 61dbd218f34a: Layer already exists [2024-08-08T15:03:30.240Z] 5f70bf18a086: Layer already exists [2024-08-08T15:03:30.240Z] a44a22621ca2: Layer already exists [2024-08-08T15:03:30.240Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:30.240Z] main: digest: sha256:8b01e8f7347d3541400c8e2e28aea320ebdeeedee4a4b2b557daccc362349ffd size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:30.322Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:30.339Z] taggedImages: [2024-08-08T15:03:30.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:30.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2024-08-08T15:03:30.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.49 [2024-08-08T15:03:30.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:30.339Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2024-08-08T15:03:30.365Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2024-08-08T15:03:30.365Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:30.365Z] latest [2024-08-08T15:03:30.365Z] 3.2.0-dev.49 [2024-08-08T15:03:30.365Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:30.365Z] main [2024-08-08T15:03:30.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:30.713Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:31.155Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:31.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-08T15:03:31.156Z] 6cda57014ba2: Preparing [2024-08-08T15:03:31.156Z] 59d080185122: Preparing [2024-08-08T15:03:31.156Z] 3c4da8df8423: Preparing [2024-08-08T15:03:31.156Z] a7d560b40ee4: Preparing [2024-08-08T15:03:31.156Z] 8257126d83dc: Preparing [2024-08-08T15:03:31.156Z] 81189bac1e28: Preparing [2024-08-08T15:03:31.156Z] b51f635c90c3: Preparing [2024-08-08T15:03:31.156Z] c413fca1391c: Preparing [2024-08-08T15:03:31.156Z] ce7f800efff9: Preparing [2024-08-08T15:03:31.156Z] 81189bac1e28: Waiting [2024-08-08T15:03:31.156Z] b51f635c90c3: Waiting [2024-08-08T15:03:31.156Z] c413fca1391c: Waiting [2024-08-08T15:03:31.156Z] ce7f800efff9: Waiting [2024-08-08T15:03:31.156Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:31.156Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:31.156Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:31.156Z] c413fca1391c: Layer already exists [2024-08-08T15:03:31.156Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:31.156Z] 6cda57014ba2: Pushed [2024-08-08T15:03:31.156Z] 59d080185122: Pushed [2024-08-08T15:03:31.156Z] 3c4da8df8423: Pushed [2024-08-08T15:03:33.781Z] a7d560b40ee4: Pushed [2024-08-08T15:03:34.057Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:7b3de21b5fba31581f16f2b39248096202034d67311c466721335a03b587a4d9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:34.401Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:34.732Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-08T15:03:34.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-08T15:03:34.732Z] 6cda57014ba2: Preparing [2024-08-08T15:03:34.732Z] 59d080185122: Preparing [2024-08-08T15:03:34.732Z] 3c4da8df8423: Preparing [2024-08-08T15:03:34.732Z] a7d560b40ee4: Preparing [2024-08-08T15:03:34.732Z] 8257126d83dc: Preparing [2024-08-08T15:03:34.732Z] 81189bac1e28: Preparing [2024-08-08T15:03:34.732Z] b51f635c90c3: Preparing [2024-08-08T15:03:34.732Z] c413fca1391c: Preparing [2024-08-08T15:03:34.732Z] ce7f800efff9: Preparing [2024-08-08T15:03:34.732Z] b51f635c90c3: Waiting [2024-08-08T15:03:34.732Z] 81189bac1e28: Waiting [2024-08-08T15:03:34.732Z] c413fca1391c: Waiting [2024-08-08T15:03:34.732Z] ce7f800efff9: Waiting [2024-08-08T15:03:34.732Z] 59d080185122: Layer already exists [2024-08-08T15:03:34.732Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:34.732Z] 3c4da8df8423: Layer already exists [2024-08-08T15:03:34.732Z] 6cda57014ba2: Layer already exists [2024-08-08T15:03:34.732Z] a7d560b40ee4: Layer already exists [2024-08-08T15:03:34.732Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:34.732Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:34.732Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:34.732Z] c413fca1391c: Layer already exists [2024-08-08T15:03:34.732Z] latest: digest: sha256:7b3de21b5fba31581f16f2b39248096202034d67311c466721335a03b587a4d9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:35.060Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:35.387Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.49 [2024-08-08T15:03:35.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-08T15:03:35.387Z] 6cda57014ba2: Preparing [2024-08-08T15:03:35.387Z] 59d080185122: Preparing [2024-08-08T15:03:35.387Z] 3c4da8df8423: Preparing [2024-08-08T15:03:35.387Z] a7d560b40ee4: Preparing [2024-08-08T15:03:35.387Z] 8257126d83dc: Preparing [2024-08-08T15:03:35.387Z] 81189bac1e28: Preparing [2024-08-08T15:03:35.387Z] b51f635c90c3: Preparing [2024-08-08T15:03:35.387Z] c413fca1391c: Preparing [2024-08-08T15:03:35.387Z] ce7f800efff9: Preparing [2024-08-08T15:03:35.387Z] 81189bac1e28: Waiting [2024-08-08T15:03:35.387Z] ce7f800efff9: Waiting [2024-08-08T15:03:35.387Z] b51f635c90c3: Waiting [2024-08-08T15:03:35.387Z] c413fca1391c: Waiting [2024-08-08T15:03:35.387Z] 3c4da8df8423: Layer already exists [2024-08-08T15:03:35.387Z] a7d560b40ee4: Layer already exists [2024-08-08T15:03:35.387Z] 6cda57014ba2: Layer already exists [2024-08-08T15:03:35.387Z] 59d080185122: Layer already exists [2024-08-08T15:03:35.387Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:35.387Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:35.387Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:35.387Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:35.387Z] c413fca1391c: Layer already exists [2024-08-08T15:03:35.387Z] 3.2.0-dev.49: digest: sha256:7b3de21b5fba31581f16f2b39248096202034d67311c466721335a03b587a4d9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:35.712Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:36.044Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:36.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-08T15:03:36.045Z] 6cda57014ba2: Preparing [2024-08-08T15:03:36.045Z] 59d080185122: Preparing [2024-08-08T15:03:36.045Z] 3c4da8df8423: Preparing [2024-08-08T15:03:36.045Z] a7d560b40ee4: Preparing [2024-08-08T15:03:36.045Z] 8257126d83dc: Preparing [2024-08-08T15:03:36.045Z] 81189bac1e28: Preparing [2024-08-08T15:03:36.045Z] b51f635c90c3: Preparing [2024-08-08T15:03:36.045Z] c413fca1391c: Preparing [2024-08-08T15:03:36.045Z] ce7f800efff9: Preparing [2024-08-08T15:03:36.045Z] ce7f800efff9: Waiting [2024-08-08T15:03:36.045Z] b51f635c90c3: Waiting [2024-08-08T15:03:36.045Z] c413fca1391c: Waiting [2024-08-08T15:03:36.045Z] 81189bac1e28: Waiting [2024-08-08T15:03:36.045Z] 3c4da8df8423: Layer already exists [2024-08-08T15:03:36.045Z] a7d560b40ee4: Layer already exists [2024-08-08T15:03:36.045Z] 6cda57014ba2: Layer already exists [2024-08-08T15:03:36.045Z] 59d080185122: Layer already exists [2024-08-08T15:03:36.045Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:36.045Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:36.045Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:36.045Z] c413fca1391c: Layer already exists [2024-08-08T15:03:36.045Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:36.045Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:7b3de21b5fba31581f16f2b39248096202034d67311c466721335a03b587a4d9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:36.379Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:36.702Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2024-08-08T15:03:36.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2024-08-08T15:03:36.702Z] 6cda57014ba2: Preparing [2024-08-08T15:03:36.702Z] 59d080185122: Preparing [2024-08-08T15:03:36.702Z] 3c4da8df8423: Preparing [2024-08-08T15:03:36.702Z] a7d560b40ee4: Preparing [2024-08-08T15:03:36.702Z] 8257126d83dc: Preparing [2024-08-08T15:03:36.702Z] 81189bac1e28: Preparing [2024-08-08T15:03:36.702Z] b51f635c90c3: Preparing [2024-08-08T15:03:36.702Z] c413fca1391c: Preparing [2024-08-08T15:03:36.702Z] ce7f800efff9: Preparing [2024-08-08T15:03:36.702Z] b51f635c90c3: Waiting [2024-08-08T15:03:36.702Z] ce7f800efff9: Waiting [2024-08-08T15:03:36.702Z] 81189bac1e28: Waiting [2024-08-08T15:03:36.702Z] 6cda57014ba2: Layer already exists [2024-08-08T15:03:36.702Z] a7d560b40ee4: Layer already exists [2024-08-08T15:03:36.702Z] 59d080185122: Layer already exists [2024-08-08T15:03:36.702Z] 3c4da8df8423: Layer already exists [2024-08-08T15:03:36.702Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:36.702Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:36.702Z] c413fca1391c: Layer already exists [2024-08-08T15:03:36.702Z] b51f635c90c3: Layer already exists [2024-08-08T15:03:36.702Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:36.702Z] main: digest: sha256:7b3de21b5fba31581f16f2b39248096202034d67311c466721335a03b587a4d9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:36.774Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:36.789Z] taggedImages: [2024-08-08T15:03:36.789Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:36.789Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2024-08-08T15:03:36.789Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.49 [2024-08-08T15:03:36.789Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:36.789Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2024-08-08T15:03:36.818Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2024-08-08T15:03:36.818Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:36.818Z] latest [2024-08-08T15:03:36.818Z] 3.2.0-dev.49 [2024-08-08T15:03:36.818Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:36.818Z] main [2024-08-08T15:03:36.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:37.160Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:37.497Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:37.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-08T15:03:37.497Z] ff9cc0e47899: Preparing [2024-08-08T15:03:37.497Z] c108619e7b49: Preparing [2024-08-08T15:03:37.497Z] d98f0b64411f: Preparing [2024-08-08T15:03:37.497Z] c1fb9d80799c: Preparing [2024-08-08T15:03:37.497Z] 654039728104: Preparing [2024-08-08T15:03:37.497Z] 8257126d83dc: Preparing [2024-08-08T15:03:37.497Z] 81189bac1e28: Preparing [2024-08-08T15:03:37.497Z] 0422d06e3081: Preparing [2024-08-08T15:03:37.497Z] b93c7eb03dee: Preparing [2024-08-08T15:03:37.497Z] 529328f7261d: Preparing [2024-08-08T15:03:37.497Z] ce7f800efff9: Preparing [2024-08-08T15:03:37.497Z] b93c7eb03dee: Waiting [2024-08-08T15:03:37.497Z] ce7f800efff9: Waiting [2024-08-08T15:03:37.497Z] 8257126d83dc: Waiting [2024-08-08T15:03:37.497Z] 529328f7261d: Waiting [2024-08-08T15:03:37.497Z] 81189bac1e28: Waiting [2024-08-08T15:03:37.497Z] 0422d06e3081: Waiting [2024-08-08T15:03:37.497Z] c1fb9d80799c: Pushed [2024-08-08T15:03:37.497Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:37.497Z] 654039728104: Pushed [2024-08-08T15:03:37.497Z] c108619e7b49: Pushed [2024-08-08T15:03:37.497Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:37.497Z] ff9cc0e47899: Pushed [2024-08-08T15:03:37.497Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:37.497Z] 0422d06e3081: Pushed [2024-08-08T15:03:37.758Z] b93c7eb03dee: Pushed [2024-08-08T15:03:38.699Z] d98f0b64411f: Pushed [2024-08-08T15:03:38.699Z] 529328f7261d: Pushed [2024-08-08T15:03:38.961Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:3949f2e1b004cd30288a0b15c9348514a91754f5855608685b8461d50cbbc78b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:39.289Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:39.620Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-08T15:03:39.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-08T15:03:39.620Z] ff9cc0e47899: Preparing [2024-08-08T15:03:39.620Z] c108619e7b49: Preparing [2024-08-08T15:03:39.620Z] d98f0b64411f: Preparing [2024-08-08T15:03:39.620Z] c1fb9d80799c: Preparing [2024-08-08T15:03:39.620Z] 654039728104: Preparing [2024-08-08T15:03:39.620Z] 8257126d83dc: Preparing [2024-08-08T15:03:39.620Z] 81189bac1e28: Preparing [2024-08-08T15:03:39.620Z] 0422d06e3081: Preparing [2024-08-08T15:03:39.620Z] b93c7eb03dee: Preparing [2024-08-08T15:03:39.620Z] 529328f7261d: Preparing [2024-08-08T15:03:39.620Z] ce7f800efff9: Preparing [2024-08-08T15:03:39.620Z] 0422d06e3081: Waiting [2024-08-08T15:03:39.620Z] 81189bac1e28: Waiting [2024-08-08T15:03:39.620Z] b93c7eb03dee: Waiting [2024-08-08T15:03:39.620Z] 529328f7261d: Waiting [2024-08-08T15:03:39.620Z] ce7f800efff9: Waiting [2024-08-08T15:03:39.620Z] 8257126d83dc: Waiting [2024-08-08T15:03:39.620Z] c1fb9d80799c: Layer already exists [2024-08-08T15:03:39.620Z] 654039728104: Layer already exists [2024-08-08T15:03:39.620Z] d98f0b64411f: Layer already exists [2024-08-08T15:03:39.620Z] c108619e7b49: Layer already exists [2024-08-08T15:03:39.620Z] ff9cc0e47899: Layer already exists [2024-08-08T15:03:39.620Z] 0422d06e3081: Layer already exists [2024-08-08T15:03:39.620Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:39.620Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:39.620Z] 529328f7261d: Layer already exists [2024-08-08T15:03:39.620Z] b93c7eb03dee: Layer already exists [2024-08-08T15:03:39.620Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:39.620Z] latest: digest: sha256:3949f2e1b004cd30288a0b15c9348514a91754f5855608685b8461d50cbbc78b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:39.950Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:40.270Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.49 [2024-08-08T15:03:40.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-08T15:03:40.270Z] ff9cc0e47899: Preparing [2024-08-08T15:03:40.270Z] c108619e7b49: Preparing [2024-08-08T15:03:40.270Z] d98f0b64411f: Preparing [2024-08-08T15:03:40.270Z] c1fb9d80799c: Preparing [2024-08-08T15:03:40.270Z] 654039728104: Preparing [2024-08-08T15:03:40.270Z] 8257126d83dc: Preparing [2024-08-08T15:03:40.270Z] 81189bac1e28: Preparing [2024-08-08T15:03:40.270Z] 0422d06e3081: Preparing [2024-08-08T15:03:40.270Z] b93c7eb03dee: Preparing [2024-08-08T15:03:40.270Z] 529328f7261d: Preparing [2024-08-08T15:03:40.270Z] ce7f800efff9: Preparing [2024-08-08T15:03:40.270Z] 8257126d83dc: Waiting [2024-08-08T15:03:40.270Z] 81189bac1e28: Waiting [2024-08-08T15:03:40.270Z] 0422d06e3081: Waiting [2024-08-08T15:03:40.270Z] b93c7eb03dee: Waiting [2024-08-08T15:03:40.270Z] 529328f7261d: Waiting [2024-08-08T15:03:40.270Z] ce7f800efff9: Waiting [2024-08-08T15:03:40.270Z] c108619e7b49: Layer already exists [2024-08-08T15:03:40.270Z] d98f0b64411f: Layer already exists [2024-08-08T15:03:40.270Z] c1fb9d80799c: Layer already exists [2024-08-08T15:03:40.270Z] ff9cc0e47899: Layer already exists [2024-08-08T15:03:40.270Z] 654039728104: Layer already exists [2024-08-08T15:03:40.270Z] 0422d06e3081: Layer already exists [2024-08-08T15:03:40.270Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:40.270Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:40.270Z] 529328f7261d: Layer already exists [2024-08-08T15:03:40.270Z] b93c7eb03dee: Layer already exists [2024-08-08T15:03:40.270Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:40.270Z] 3.2.0-dev.49: digest: sha256:3949f2e1b004cd30288a0b15c9348514a91754f5855608685b8461d50cbbc78b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:40.606Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:40.926Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:40.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-08T15:03:40.926Z] ff9cc0e47899: Preparing [2024-08-08T15:03:40.926Z] c108619e7b49: Preparing [2024-08-08T15:03:40.926Z] d98f0b64411f: Preparing [2024-08-08T15:03:40.926Z] c1fb9d80799c: Preparing [2024-08-08T15:03:40.926Z] 654039728104: Preparing [2024-08-08T15:03:40.926Z] 8257126d83dc: Preparing [2024-08-08T15:03:40.926Z] 81189bac1e28: Preparing [2024-08-08T15:03:40.926Z] 0422d06e3081: Preparing [2024-08-08T15:03:40.926Z] b93c7eb03dee: Preparing [2024-08-08T15:03:40.926Z] 529328f7261d: Preparing [2024-08-08T15:03:40.926Z] ce7f800efff9: Preparing [2024-08-08T15:03:40.926Z] 8257126d83dc: Waiting [2024-08-08T15:03:40.926Z] 81189bac1e28: Waiting [2024-08-08T15:03:40.926Z] 0422d06e3081: Waiting [2024-08-08T15:03:40.926Z] ce7f800efff9: Waiting [2024-08-08T15:03:40.926Z] 529328f7261d: Waiting [2024-08-08T15:03:40.926Z] b93c7eb03dee: Waiting [2024-08-08T15:03:40.926Z] c1fb9d80799c: Layer already exists [2024-08-08T15:03:40.926Z] c108619e7b49: Layer already exists [2024-08-08T15:03:40.926Z] d98f0b64411f: Layer already exists [2024-08-08T15:03:40.926Z] ff9cc0e47899: Layer already exists [2024-08-08T15:03:40.926Z] 654039728104: Layer already exists [2024-08-08T15:03:40.926Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:40.926Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:40.926Z] 0422d06e3081: Layer already exists [2024-08-08T15:03:40.926Z] b93c7eb03dee: Layer already exists [2024-08-08T15:03:40.926Z] 529328f7261d: Layer already exists [2024-08-08T15:03:40.926Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:40.926Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:3949f2e1b004cd30288a0b15c9348514a91754f5855608685b8461d50cbbc78b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:41.259Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:41.582Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2024-08-08T15:03:41.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2024-08-08T15:03:41.582Z] ff9cc0e47899: Preparing [2024-08-08T15:03:41.582Z] c108619e7b49: Preparing [2024-08-08T15:03:41.582Z] d98f0b64411f: Preparing [2024-08-08T15:03:41.582Z] c1fb9d80799c: Preparing [2024-08-08T15:03:41.582Z] 654039728104: Preparing [2024-08-08T15:03:41.582Z] 8257126d83dc: Preparing [2024-08-08T15:03:41.582Z] 81189bac1e28: Preparing [2024-08-08T15:03:41.582Z] 0422d06e3081: Preparing [2024-08-08T15:03:41.582Z] b93c7eb03dee: Preparing [2024-08-08T15:03:41.582Z] 529328f7261d: Preparing [2024-08-08T15:03:41.582Z] ce7f800efff9: Preparing [2024-08-08T15:03:41.582Z] 8257126d83dc: Waiting [2024-08-08T15:03:41.582Z] 81189bac1e28: Waiting [2024-08-08T15:03:41.582Z] 0422d06e3081: Waiting [2024-08-08T15:03:41.582Z] b93c7eb03dee: Waiting [2024-08-08T15:03:41.582Z] 529328f7261d: Waiting [2024-08-08T15:03:41.582Z] ce7f800efff9: Waiting [2024-08-08T15:03:41.582Z] d98f0b64411f: Layer already exists [2024-08-08T15:03:41.582Z] 654039728104: Layer already exists [2024-08-08T15:03:41.582Z] c108619e7b49: Layer already exists [2024-08-08T15:03:41.582Z] ff9cc0e47899: Layer already exists [2024-08-08T15:03:41.582Z] c1fb9d80799c: Layer already exists [2024-08-08T15:03:41.582Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:41.582Z] b93c7eb03dee: Layer already exists [2024-08-08T15:03:41.582Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:41.582Z] 529328f7261d: Layer already exists [2024-08-08T15:03:41.582Z] 0422d06e3081: Layer already exists [2024-08-08T15:03:41.582Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:41.582Z] main: digest: sha256:3949f2e1b004cd30288a0b15c9348514a91754f5855608685b8461d50cbbc78b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:41.654Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:41.668Z] taggedImages: [2024-08-08T15:03:41.668Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:41.668Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2024-08-08T15:03:41.668Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.49 [2024-08-08T15:03:41.668Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:41.668Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2024-08-08T15:03:41.696Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2024-08-08T15:03:41.696Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:41.696Z] latest [2024-08-08T15:03:41.696Z] 3.2.0-dev.49 [2024-08-08T15:03:41.696Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:41.696Z] main [2024-08-08T15:03:41.696Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:42.650Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:42.975Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:42.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-08T15:03:42.975Z] 202b81bab853: Preparing [2024-08-08T15:03:42.975Z] 29d2b37de9f2: Preparing [2024-08-08T15:03:42.975Z] 814f6f1bfcf2: Preparing [2024-08-08T15:03:42.975Z] 2c6100502ed0: Preparing [2024-08-08T15:03:42.975Z] 307b8fb5856d: Preparing [2024-08-08T15:03:42.975Z] 0e68e817ee81: Preparing [2024-08-08T15:03:42.975Z] 75d084a6cea4: Preparing [2024-08-08T15:03:42.975Z] 8257126d83dc: Preparing [2024-08-08T15:03:42.975Z] 81189bac1e28: Preparing [2024-08-08T15:03:42.975Z] 0e68e817ee81: Waiting [2024-08-08T15:03:42.975Z] 8257126d83dc: Waiting [2024-08-08T15:03:42.975Z] 75d084a6cea4: Waiting [2024-08-08T15:03:42.975Z] 81189bac1e28: Waiting [2024-08-08T15:03:42.975Z] fcd163d36872: Preparing [2024-08-08T15:03:42.975Z] 534a1e0bf9ee: Preparing [2024-08-08T15:03:42.975Z] fcd163d36872: Waiting [2024-08-08T15:03:42.975Z] ce7f800efff9: Preparing [2024-08-08T15:03:42.975Z] 534a1e0bf9ee: Waiting [2024-08-08T15:03:42.975Z] 202b81bab853: Pushed [2024-08-08T15:03:42.975Z] 29d2b37de9f2: Pushed [2024-08-08T15:03:42.975Z] 307b8fb5856d: Pushed [2024-08-08T15:03:42.975Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:42.975Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:43.234Z] 0e68e817ee81: Pushed [2024-08-08T15:03:43.234Z] 75d084a6cea4: Pushed [2024-08-08T15:03:43.234Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:43.234Z] fcd163d36872: Pushed [2024-08-08T15:03:43.801Z] 2c6100502ed0: Pushed [2024-08-08T15:03:44.369Z] 814f6f1bfcf2: Pushed [2024-08-08T15:03:44.369Z] 534a1e0bf9ee: Pushed [2024-08-08T15:03:44.369Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:0c35159029602ad9b8176e0e3facab93391b5a8302178cbd7da6187aa069d1ca size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:44.700Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:45.028Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-08T15:03:45.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-08T15:03:45.028Z] 202b81bab853: Preparing [2024-08-08T15:03:45.028Z] 29d2b37de9f2: Preparing [2024-08-08T15:03:45.028Z] 814f6f1bfcf2: Preparing [2024-08-08T15:03:45.028Z] 2c6100502ed0: Preparing [2024-08-08T15:03:45.028Z] 307b8fb5856d: Preparing [2024-08-08T15:03:45.028Z] 0e68e817ee81: Preparing [2024-08-08T15:03:45.028Z] 75d084a6cea4: Preparing [2024-08-08T15:03:45.028Z] 8257126d83dc: Preparing [2024-08-08T15:03:45.029Z] 81189bac1e28: Preparing [2024-08-08T15:03:45.029Z] fcd163d36872: Preparing [2024-08-08T15:03:45.029Z] 534a1e0bf9ee: Preparing [2024-08-08T15:03:45.029Z] ce7f800efff9: Preparing [2024-08-08T15:03:45.029Z] 0e68e817ee81: Waiting [2024-08-08T15:03:45.029Z] 75d084a6cea4: Waiting [2024-08-08T15:03:45.029Z] 8257126d83dc: Waiting [2024-08-08T15:03:45.029Z] 534a1e0bf9ee: Waiting [2024-08-08T15:03:45.029Z] ce7f800efff9: Waiting [2024-08-08T15:03:45.029Z] 81189bac1e28: Waiting [2024-08-08T15:03:45.029Z] fcd163d36872: Waiting [2024-08-08T15:03:45.029Z] 29d2b37de9f2: Layer already exists [2024-08-08T15:03:45.029Z] 307b8fb5856d: Layer already exists [2024-08-08T15:03:45.029Z] 814f6f1bfcf2: Layer already exists [2024-08-08T15:03:45.029Z] 202b81bab853: Layer already exists [2024-08-08T15:03:45.029Z] 2c6100502ed0: Layer already exists [2024-08-08T15:03:45.029Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:45.029Z] 75d084a6cea4: Layer already exists [2024-08-08T15:03:45.029Z] 0e68e817ee81: Layer already exists [2024-08-08T15:03:45.029Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:45.029Z] fcd163d36872: Layer already exists [2024-08-08T15:03:45.029Z] 534a1e0bf9ee: Layer already exists [2024-08-08T15:03:45.029Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:45.029Z] latest: digest: sha256:0c35159029602ad9b8176e0e3facab93391b5a8302178cbd7da6187aa069d1ca size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:45.953Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:46.281Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.49 [2024-08-08T15:03:46.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-08T15:03:46.281Z] 202b81bab853: Preparing [2024-08-08T15:03:46.281Z] 29d2b37de9f2: Preparing [2024-08-08T15:03:46.281Z] 814f6f1bfcf2: Preparing [2024-08-08T15:03:46.281Z] 2c6100502ed0: Preparing [2024-08-08T15:03:46.281Z] 307b8fb5856d: Preparing [2024-08-08T15:03:46.281Z] 0e68e817ee81: Preparing [2024-08-08T15:03:46.281Z] 75d084a6cea4: Preparing [2024-08-08T15:03:46.281Z] 8257126d83dc: Preparing [2024-08-08T15:03:46.281Z] 81189bac1e28: Preparing [2024-08-08T15:03:46.281Z] fcd163d36872: Preparing [2024-08-08T15:03:46.281Z] 534a1e0bf9ee: Preparing [2024-08-08T15:03:46.281Z] ce7f800efff9: Preparing [2024-08-08T15:03:46.281Z] 0e68e817ee81: Waiting [2024-08-08T15:03:46.281Z] 75d084a6cea4: Waiting [2024-08-08T15:03:46.281Z] 8257126d83dc: Waiting [2024-08-08T15:03:46.281Z] ce7f800efff9: Waiting [2024-08-08T15:03:46.281Z] 534a1e0bf9ee: Waiting [2024-08-08T15:03:46.281Z] 81189bac1e28: Waiting [2024-08-08T15:03:46.281Z] fcd163d36872: Waiting [2024-08-08T15:03:46.281Z] 2c6100502ed0: Layer already exists [2024-08-08T15:03:46.281Z] 307b8fb5856d: Layer already exists [2024-08-08T15:03:46.281Z] 29d2b37de9f2: Layer already exists [2024-08-08T15:03:46.281Z] 202b81bab853: Layer already exists [2024-08-08T15:03:46.281Z] 814f6f1bfcf2: Layer already exists [2024-08-08T15:03:46.281Z] 0e68e817ee81: Layer already exists [2024-08-08T15:03:46.281Z] 75d084a6cea4: Layer already exists [2024-08-08T15:03:46.281Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:46.281Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:46.281Z] fcd163d36872: Layer already exists [2024-08-08T15:03:46.281Z] 534a1e0bf9ee: Layer already exists [2024-08-08T15:03:46.281Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:46.281Z] 3.2.0-dev.49: digest: sha256:0c35159029602ad9b8176e0e3facab93391b5a8302178cbd7da6187aa069d1ca size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:46.612Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:46.945Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:46.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-08T15:03:46.945Z] 202b81bab853: Preparing [2024-08-08T15:03:46.945Z] 29d2b37de9f2: Preparing [2024-08-08T15:03:46.945Z] 814f6f1bfcf2: Preparing [2024-08-08T15:03:46.945Z] 2c6100502ed0: Preparing [2024-08-08T15:03:46.945Z] 307b8fb5856d: Preparing [2024-08-08T15:03:46.945Z] 0e68e817ee81: Preparing [2024-08-08T15:03:46.945Z] 75d084a6cea4: Preparing [2024-08-08T15:03:46.945Z] 8257126d83dc: Preparing [2024-08-08T15:03:46.945Z] 81189bac1e28: Preparing [2024-08-08T15:03:46.945Z] fcd163d36872: Preparing [2024-08-08T15:03:46.945Z] 534a1e0bf9ee: Preparing [2024-08-08T15:03:46.945Z] ce7f800efff9: Preparing [2024-08-08T15:03:46.945Z] 0e68e817ee81: Waiting [2024-08-08T15:03:46.945Z] fcd163d36872: Waiting [2024-08-08T15:03:46.945Z] 75d084a6cea4: Waiting [2024-08-08T15:03:46.945Z] 81189bac1e28: Waiting [2024-08-08T15:03:46.945Z] 8257126d83dc: Waiting [2024-08-08T15:03:46.945Z] ce7f800efff9: Waiting [2024-08-08T15:03:46.945Z] 534a1e0bf9ee: Waiting [2024-08-08T15:03:46.945Z] 29d2b37de9f2: Layer already exists [2024-08-08T15:03:46.945Z] 202b81bab853: Layer already exists [2024-08-08T15:03:46.945Z] 814f6f1bfcf2: Layer already exists [2024-08-08T15:03:46.945Z] 307b8fb5856d: Layer already exists [2024-08-08T15:03:46.945Z] 2c6100502ed0: Layer already exists [2024-08-08T15:03:46.945Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:46.945Z] 0e68e817ee81: Layer already exists [2024-08-08T15:03:46.945Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:46.945Z] fcd163d36872: Layer already exists [2024-08-08T15:03:46.945Z] 75d084a6cea4: Layer already exists [2024-08-08T15:03:46.945Z] 534a1e0bf9ee: Layer already exists [2024-08-08T15:03:46.945Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:46.945Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:0c35159029602ad9b8176e0e3facab93391b5a8302178cbd7da6187aa069d1ca size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:47.278Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:47.604Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2024-08-08T15:03:47.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2024-08-08T15:03:47.604Z] 202b81bab853: Preparing [2024-08-08T15:03:47.604Z] 29d2b37de9f2: Preparing [2024-08-08T15:03:47.604Z] 814f6f1bfcf2: Preparing [2024-08-08T15:03:47.604Z] 2c6100502ed0: Preparing [2024-08-08T15:03:47.604Z] 307b8fb5856d: Preparing [2024-08-08T15:03:47.604Z] 0e68e817ee81: Preparing [2024-08-08T15:03:47.604Z] 75d084a6cea4: Preparing [2024-08-08T15:03:47.604Z] 8257126d83dc: Preparing [2024-08-08T15:03:47.604Z] 81189bac1e28: Preparing [2024-08-08T15:03:47.604Z] fcd163d36872: Preparing [2024-08-08T15:03:47.604Z] 534a1e0bf9ee: Preparing [2024-08-08T15:03:47.604Z] ce7f800efff9: Preparing [2024-08-08T15:03:47.604Z] 8257126d83dc: Waiting [2024-08-08T15:03:47.604Z] 0e68e817ee81: Waiting [2024-08-08T15:03:47.604Z] 534a1e0bf9ee: Waiting [2024-08-08T15:03:47.604Z] 75d084a6cea4: Waiting [2024-08-08T15:03:47.604Z] 81189bac1e28: Waiting [2024-08-08T15:03:47.604Z] ce7f800efff9: Waiting [2024-08-08T15:03:47.604Z] fcd163d36872: Waiting [2024-08-08T15:03:47.604Z] 307b8fb5856d: Layer already exists [2024-08-08T15:03:47.604Z] 2c6100502ed0: Layer already exists [2024-08-08T15:03:47.604Z] 202b81bab853: Layer already exists [2024-08-08T15:03:47.604Z] 29d2b37de9f2: Layer already exists [2024-08-08T15:03:47.604Z] 814f6f1bfcf2: Layer already exists [2024-08-08T15:03:47.604Z] 0e68e817ee81: Layer already exists [2024-08-08T15:03:47.604Z] 75d084a6cea4: Layer already exists [2024-08-08T15:03:47.604Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:47.604Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:47.604Z] fcd163d36872: Layer already exists [2024-08-08T15:03:47.604Z] 534a1e0bf9ee: Layer already exists [2024-08-08T15:03:47.604Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:47.604Z] main: digest: sha256:0c35159029602ad9b8176e0e3facab93391b5a8302178cbd7da6187aa069d1ca size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:47.680Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:47.696Z] taggedImages: [2024-08-08T15:03:47.696Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:47.696Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2024-08-08T15:03:47.696Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.49 [2024-08-08T15:03:47.696Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:47.696Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2024-08-08T15:03:47.723Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2024-08-08T15:03:47.723Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:47.723Z] latest [2024-08-08T15:03:47.723Z] 3.2.0-dev.49 [2024-08-08T15:03:47.723Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:47.723Z] main [2024-08-08T15:03:47.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:48.082Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:48.410Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:48.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-08T15:03:48.410Z] 9c58e492aaf1: Preparing [2024-08-08T15:03:48.410Z] 0ba91b50e8e0: Preparing [2024-08-08T15:03:48.410Z] 8257126d83dc: Preparing [2024-08-08T15:03:48.410Z] 81189bac1e28: Preparing [2024-08-08T15:03:48.410Z] b394f6c6f9f9: Preparing [2024-08-08T15:03:48.410Z] 80629bad662a: Preparing [2024-08-08T15:03:48.410Z] ce7f800efff9: Preparing [2024-08-08T15:03:48.410Z] 80629bad662a: Waiting [2024-08-08T15:03:48.410Z] ce7f800efff9: Waiting [2024-08-08T15:03:48.410Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:48.410Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:48.410Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:48.410Z] 9c58e492aaf1: Pushed [2024-08-08T15:03:48.410Z] b394f6c6f9f9: Pushed [2024-08-08T15:03:49.345Z] 80629bad662a: Pushed [2024-08-08T15:03:50.282Z] 0ba91b50e8e0: Pushed [2024-08-08T15:03:50.282Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:3ec3d48d0ee06e3664970b45daa623643bc31a126d2a4ea2a04beefbd5cd5398 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:50.611Z] + 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-08-08T15:03:50.929Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-08T15:03:50.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-08T15:03:50.929Z] 9c58e492aaf1: Preparing [2024-08-08T15:03:50.929Z] 0ba91b50e8e0: Preparing [2024-08-08T15:03:50.929Z] 8257126d83dc: Preparing [2024-08-08T15:03:50.929Z] 81189bac1e28: Preparing [2024-08-08T15:03:50.929Z] b394f6c6f9f9: Preparing [2024-08-08T15:03:50.929Z] 80629bad662a: Preparing [2024-08-08T15:03:50.929Z] ce7f800efff9: Preparing [2024-08-08T15:03:50.929Z] 80629bad662a: Waiting [2024-08-08T15:03:50.929Z] ce7f800efff9: Waiting [2024-08-08T15:03:50.929Z] 0ba91b50e8e0: Layer already exists [2024-08-08T15:03:50.929Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:50.929Z] b394f6c6f9f9: Layer already exists [2024-08-08T15:03:50.929Z] 9c58e492aaf1: Layer already exists [2024-08-08T15:03:50.929Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:50.929Z] 80629bad662a: Layer already exists [2024-08-08T15:03:50.929Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:50.929Z] latest: digest: sha256:3ec3d48d0ee06e3664970b45daa623643bc31a126d2a4ea2a04beefbd5cd5398 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:51.258Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:51.589Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.49 [2024-08-08T15:03:51.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-08T15:03:51.589Z] 9c58e492aaf1: Preparing [2024-08-08T15:03:51.589Z] 0ba91b50e8e0: Preparing [2024-08-08T15:03:51.589Z] 8257126d83dc: Preparing [2024-08-08T15:03:51.589Z] 81189bac1e28: Preparing [2024-08-08T15:03:51.589Z] b394f6c6f9f9: Preparing [2024-08-08T15:03:51.589Z] 80629bad662a: Preparing [2024-08-08T15:03:51.589Z] ce7f800efff9: Preparing [2024-08-08T15:03:51.589Z] 80629bad662a: Waiting [2024-08-08T15:03:51.589Z] ce7f800efff9: Waiting [2024-08-08T15:03:51.589Z] b394f6c6f9f9: Layer already exists [2024-08-08T15:03:51.589Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:51.589Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:51.589Z] 9c58e492aaf1: Layer already exists [2024-08-08T15:03:51.589Z] 0ba91b50e8e0: Layer already exists [2024-08-08T15:03:51.589Z] 80629bad662a: Layer already exists [2024-08-08T15:03:51.589Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:51.589Z] 3.2.0-dev.49: digest: sha256:3ec3d48d0ee06e3664970b45daa623643bc31a126d2a4ea2a04beefbd5cd5398 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:51.914Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:52.244Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:52.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-08T15:03:52.244Z] 9c58e492aaf1: Preparing [2024-08-08T15:03:52.244Z] 0ba91b50e8e0: Preparing [2024-08-08T15:03:52.244Z] 8257126d83dc: Preparing [2024-08-08T15:03:52.244Z] 81189bac1e28: Preparing [2024-08-08T15:03:52.244Z] b394f6c6f9f9: Preparing [2024-08-08T15:03:52.244Z] 80629bad662a: Preparing [2024-08-08T15:03:52.244Z] ce7f800efff9: Preparing [2024-08-08T15:03:52.244Z] 80629bad662a: Waiting [2024-08-08T15:03:52.244Z] ce7f800efff9: Waiting [2024-08-08T15:03:52.244Z] 9c58e492aaf1: Layer already exists [2024-08-08T15:03:52.244Z] 0ba91b50e8e0: Layer already exists [2024-08-08T15:03:52.244Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:52.244Z] b394f6c6f9f9: Layer already exists [2024-08-08T15:03:52.244Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:52.244Z] 80629bad662a: Layer already exists [2024-08-08T15:03:52.244Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:52.244Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:3ec3d48d0ee06e3664970b45daa623643bc31a126d2a4ea2a04beefbd5cd5398 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:52.577Z] + 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-08-08T15:03:52.902Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2024-08-08T15:03:52.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2024-08-08T15:03:52.902Z] 9c58e492aaf1: Preparing [2024-08-08T15:03:52.902Z] 0ba91b50e8e0: Preparing [2024-08-08T15:03:52.902Z] 8257126d83dc: Preparing [2024-08-08T15:03:52.902Z] 81189bac1e28: Preparing [2024-08-08T15:03:52.902Z] b394f6c6f9f9: Preparing [2024-08-08T15:03:52.902Z] 80629bad662a: Preparing [2024-08-08T15:03:52.902Z] ce7f800efff9: Preparing [2024-08-08T15:03:52.902Z] 80629bad662a: Waiting [2024-08-08T15:03:52.902Z] ce7f800efff9: Waiting [2024-08-08T15:03:52.902Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:52.902Z] 0ba91b50e8e0: Layer already exists [2024-08-08T15:03:52.902Z] 9c58e492aaf1: Layer already exists [2024-08-08T15:03:52.902Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:52.902Z] b394f6c6f9f9: Layer already exists [2024-08-08T15:03:52.902Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:52.902Z] 80629bad662a: Layer already exists [2024-08-08T15:03:52.902Z] main: digest: sha256:3ec3d48d0ee06e3664970b45daa623643bc31a126d2a4ea2a04beefbd5cd5398 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:03:52.969Z] ===================================================== [Pipeline] echo [2024-08-08T15:03:52.989Z] taggedImages: [2024-08-08T15:03:52.989Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:52.989Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2024-08-08T15:03:52.989Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.49 [2024-08-08T15:03:52.989Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:52.989Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2024-08-08T15:03:53.021Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2024-08-08T15:03:53.021Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:53.021Z] latest [2024-08-08T15:03:53.021Z] 3.2.0-dev.49 [2024-08-08T15:03:53.021Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:03:53.021Z] main [2024-08-08T15:03:53.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:53.371Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:03:53.702Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:03:53.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-08T15:03:53.702Z] 8c90374f0050: Preparing [2024-08-08T15:03:53.702Z] d3296b05a40d: Preparing [2024-08-08T15:03:53.702Z] 52971aa5df1c: Preparing [2024-08-08T15:03:53.702Z] 8257126d83dc: Preparing [2024-08-08T15:03:53.702Z] 81189bac1e28: Preparing [2024-08-08T15:03:53.702Z] ed8b5bcab4b3: Preparing [2024-08-08T15:03:53.702Z] e48d6eaeb884: Preparing [2024-08-08T15:03:53.702Z] 18d16f9d6cce: Preparing [2024-08-08T15:03:53.702Z] 347856f17997: Preparing [2024-08-08T15:03:53.702Z] ce7f800efff9: Preparing [2024-08-08T15:03:53.702Z] e48d6eaeb884: Waiting [2024-08-08T15:03:53.702Z] 18d16f9d6cce: Waiting [2024-08-08T15:03:53.702Z] 347856f17997: Waiting [2024-08-08T15:03:53.702Z] ce7f800efff9: Waiting [2024-08-08T15:03:53.702Z] ed8b5bcab4b3: Waiting [2024-08-08T15:03:53.703Z] 8257126d83dc: Layer already exists [2024-08-08T15:03:53.703Z] 81189bac1e28: Layer already exists [2024-08-08T15:03:53.961Z] 8c90374f0050: Pushed [2024-08-08T15:03:53.961Z] 52971aa5df1c: Pushed [2024-08-08T15:03:53.961Z] d3296b05a40d: Pushed [2024-08-08T15:03:53.961Z] ce7f800efff9: Layer already exists [2024-08-08T15:03:53.961Z] 18d16f9d6cce: Pushed [2024-08-08T15:03:54.223Z] 347856f17997: Pushed [2024-08-08T15:04:00.796Z] e48d6eaeb884: Pushed [2024-08-08T15:04:04.090Z] ed8b5bcab4b3: Pushed [2024-08-08T15:04:04.090Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:00a6a1a7ce5240e239621d237ef70dc7aa1a021f20f28149e73d6f4de6068056 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:04.417Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:04.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-08T15:04:04.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-08T15:04:04.743Z] 8c90374f0050: Preparing [2024-08-08T15:04:04.743Z] d3296b05a40d: Preparing [2024-08-08T15:04:04.743Z] 52971aa5df1c: Preparing [2024-08-08T15:04:04.743Z] 8257126d83dc: Preparing [2024-08-08T15:04:04.743Z] 81189bac1e28: Preparing [2024-08-08T15:04:04.743Z] ed8b5bcab4b3: Preparing [2024-08-08T15:04:04.743Z] e48d6eaeb884: Preparing [2024-08-08T15:04:04.743Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:04.743Z] 347856f17997: Preparing [2024-08-08T15:04:04.743Z] ce7f800efff9: Preparing [2024-08-08T15:04:04.743Z] 347856f17997: Waiting [2024-08-08T15:04:04.743Z] e48d6eaeb884: Waiting [2024-08-08T15:04:04.743Z] ce7f800efff9: Waiting [2024-08-08T15:04:04.743Z] ed8b5bcab4b3: Waiting [2024-08-08T15:04:04.743Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:04.743Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:04.743Z] d3296b05a40d: Layer already exists [2024-08-08T15:04:04.743Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:04.743Z] 52971aa5df1c: Layer already exists [2024-08-08T15:04:04.743Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:04.743Z] e48d6eaeb884: Layer already exists [2024-08-08T15:04:04.743Z] ed8b5bcab4b3: Layer already exists [2024-08-08T15:04:04.743Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:04.743Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:04.743Z] 347856f17997: Layer already exists [2024-08-08T15:04:04.743Z] latest: digest: sha256:00a6a1a7ce5240e239621d237ef70dc7aa1a021f20f28149e73d6f4de6068056 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:05.082Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:06.217Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.49 [2024-08-08T15:04:06.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-08T15:04:06.217Z] 8c90374f0050: Preparing [2024-08-08T15:04:06.217Z] d3296b05a40d: Preparing [2024-08-08T15:04:06.217Z] 52971aa5df1c: Preparing [2024-08-08T15:04:06.217Z] 8257126d83dc: Preparing [2024-08-08T15:04:06.217Z] 81189bac1e28: Preparing [2024-08-08T15:04:06.217Z] ed8b5bcab4b3: Preparing [2024-08-08T15:04:06.217Z] e48d6eaeb884: Preparing [2024-08-08T15:04:06.217Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:06.217Z] 347856f17997: Preparing [2024-08-08T15:04:06.217Z] ce7f800efff9: Preparing [2024-08-08T15:04:06.217Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:06.217Z] 347856f17997: Waiting [2024-08-08T15:04:06.217Z] ce7f800efff9: Waiting [2024-08-08T15:04:06.217Z] ed8b5bcab4b3: Waiting [2024-08-08T15:04:06.217Z] e48d6eaeb884: Waiting [2024-08-08T15:04:06.217Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:06.217Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:06.217Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:06.217Z] 52971aa5df1c: Layer already exists [2024-08-08T15:04:06.217Z] d3296b05a40d: Layer already exists [2024-08-08T15:04:06.217Z] e48d6eaeb884: Layer already exists [2024-08-08T15:04:06.217Z] 347856f17997: Layer already exists [2024-08-08T15:04:06.217Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:06.217Z] ed8b5bcab4b3: Layer already exists [2024-08-08T15:04:06.217Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:06.217Z] 3.2.0-dev.49: digest: sha256:00a6a1a7ce5240e239621d237ef70dc7aa1a021f20f28149e73d6f4de6068056 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:06.552Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:06.888Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:06.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-08T15:04:06.889Z] 8c90374f0050: Preparing [2024-08-08T15:04:06.889Z] d3296b05a40d: Preparing [2024-08-08T15:04:06.889Z] 52971aa5df1c: Preparing [2024-08-08T15:04:06.889Z] 8257126d83dc: Preparing [2024-08-08T15:04:06.889Z] 81189bac1e28: Preparing [2024-08-08T15:04:06.889Z] ed8b5bcab4b3: Preparing [2024-08-08T15:04:06.889Z] e48d6eaeb884: Preparing [2024-08-08T15:04:06.889Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:06.889Z] 347856f17997: Preparing [2024-08-08T15:04:06.889Z] ce7f800efff9: Preparing [2024-08-08T15:04:06.889Z] e48d6eaeb884: Waiting [2024-08-08T15:04:06.889Z] 347856f17997: Waiting [2024-08-08T15:04:06.889Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:06.889Z] ce7f800efff9: Waiting [2024-08-08T15:04:06.889Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:06.889Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:06.889Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:06.889Z] d3296b05a40d: Layer already exists [2024-08-08T15:04:06.889Z] 52971aa5df1c: Layer already exists [2024-08-08T15:04:06.889Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:06.889Z] 347856f17997: Layer already exists [2024-08-08T15:04:06.889Z] ed8b5bcab4b3: Layer already exists [2024-08-08T15:04:06.889Z] e48d6eaeb884: Layer already exists [2024-08-08T15:04:06.889Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:06.889Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:00a6a1a7ce5240e239621d237ef70dc7aa1a021f20f28149e73d6f4de6068056 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:07.907Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:08.242Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2024-08-08T15:04:08.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2024-08-08T15:04:08.242Z] 8c90374f0050: Preparing [2024-08-08T15:04:08.242Z] d3296b05a40d: Preparing [2024-08-08T15:04:08.242Z] 52971aa5df1c: Preparing [2024-08-08T15:04:08.242Z] 8257126d83dc: Preparing [2024-08-08T15:04:08.242Z] 81189bac1e28: Preparing [2024-08-08T15:04:08.242Z] ed8b5bcab4b3: Preparing [2024-08-08T15:04:08.242Z] e48d6eaeb884: Preparing [2024-08-08T15:04:08.242Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:08.242Z] 347856f17997: Preparing [2024-08-08T15:04:08.242Z] ce7f800efff9: Preparing [2024-08-08T15:04:08.242Z] ce7f800efff9: Waiting [2024-08-08T15:04:08.242Z] 347856f17997: Waiting [2024-08-08T15:04:08.242Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:08.242Z] e48d6eaeb884: Waiting [2024-08-08T15:04:08.242Z] ed8b5bcab4b3: Waiting [2024-08-08T15:04:08.242Z] d3296b05a40d: Layer already exists [2024-08-08T15:04:08.242Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:08.242Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:08.242Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:08.242Z] 52971aa5df1c: Layer already exists [2024-08-08T15:04:08.242Z] e48d6eaeb884: Layer already exists [2024-08-08T15:04:08.242Z] ed8b5bcab4b3: Layer already exists [2024-08-08T15:04:08.242Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:08.242Z] 347856f17997: Layer already exists [2024-08-08T15:04:08.242Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:08.242Z] main: digest: sha256:00a6a1a7ce5240e239621d237ef70dc7aa1a021f20f28149e73d6f4de6068056 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:04:08.319Z] ===================================================== [Pipeline] echo [2024-08-08T15:04:08.336Z] taggedImages: [2024-08-08T15:04:08.336Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:08.336Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2024-08-08T15:04:08.336Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.49 [2024-08-08T15:04:08.336Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:08.336Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2024-08-08T15:04:08.368Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2024-08-08T15:04:08.368Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:08.368Z] latest [2024-08-08T15:04:08.368Z] 3.2.0-dev.49 [2024-08-08T15:04:08.368Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:08.368Z] main [2024-08-08T15:04:08.368Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:08.723Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:09.051Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:09.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-08T15:04:09.051Z] 47b03b7ed06c: Preparing [2024-08-08T15:04:09.051Z] 60d5baea5e37: Preparing [2024-08-08T15:04:09.051Z] 4659f3267a2c: Preparing [2024-08-08T15:04:09.051Z] 8257126d83dc: Preparing [2024-08-08T15:04:09.051Z] 81189bac1e28: Preparing [2024-08-08T15:04:09.051Z] ca924934adfb: Preparing [2024-08-08T15:04:09.051Z] fe1e484c2187: Preparing [2024-08-08T15:04:09.051Z] 6cc4cc85b26c: Preparing [2024-08-08T15:04:09.051Z] ca924934adfb: Waiting [2024-08-08T15:04:09.051Z] ce7f800efff9: Preparing [2024-08-08T15:04:09.051Z] ce7f800efff9: Waiting [2024-08-08T15:04:09.051Z] 6cc4cc85b26c: Waiting [2024-08-08T15:04:09.051Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:09.051Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:09.051Z] 4659f3267a2c: Pushed [2024-08-08T15:04:09.051Z] 60d5baea5e37: Pushed [2024-08-08T15:04:09.051Z] 47b03b7ed06c: Pushed [2024-08-08T15:04:09.051Z] fe1e484c2187: Pushed [2024-08-08T15:04:09.051Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:09.310Z] 6cc4cc85b26c: Pushed [2024-08-08T15:04:21.854Z] ca924934adfb: Pushed [2024-08-08T15:04:21.854Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:e1662c111b4a8ba78d3d763e2687c101c9368d7dab1e73e9a72b4d543c9d1bed size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:22.193Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:22.513Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-08T15:04:22.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-08T15:04:22.513Z] 47b03b7ed06c: Preparing [2024-08-08T15:04:22.513Z] 60d5baea5e37: Preparing [2024-08-08T15:04:22.513Z] 4659f3267a2c: Preparing [2024-08-08T15:04:22.513Z] 8257126d83dc: Preparing [2024-08-08T15:04:22.513Z] 81189bac1e28: Preparing [2024-08-08T15:04:22.513Z] ca924934adfb: Preparing [2024-08-08T15:04:22.513Z] fe1e484c2187: Preparing [2024-08-08T15:04:22.513Z] 6cc4cc85b26c: Preparing [2024-08-08T15:04:22.513Z] ce7f800efff9: Preparing [2024-08-08T15:04:22.513Z] fe1e484c2187: Waiting [2024-08-08T15:04:22.513Z] ca924934adfb: Waiting [2024-08-08T15:04:22.513Z] 6cc4cc85b26c: Waiting [2024-08-08T15:04:22.513Z] ce7f800efff9: Waiting [2024-08-08T15:04:22.513Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:22.513Z] 4659f3267a2c: Layer already exists [2024-08-08T15:04:22.513Z] 60d5baea5e37: Layer already exists [2024-08-08T15:04:22.513Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:22.513Z] 47b03b7ed06c: Layer already exists [2024-08-08T15:04:22.513Z] 6cc4cc85b26c: Layer already exists [2024-08-08T15:04:22.513Z] ca924934adfb: Layer already exists [2024-08-08T15:04:22.513Z] fe1e484c2187: Layer already exists [2024-08-08T15:04:22.513Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:22.513Z] latest: digest: sha256:e1662c111b4a8ba78d3d763e2687c101c9368d7dab1e73e9a72b4d543c9d1bed size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:22.846Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:23.167Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.49 [2024-08-08T15:04:23.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-08T15:04:23.167Z] 47b03b7ed06c: Preparing [2024-08-08T15:04:23.167Z] 60d5baea5e37: Preparing [2024-08-08T15:04:23.167Z] 4659f3267a2c: Preparing [2024-08-08T15:04:23.167Z] 8257126d83dc: Preparing [2024-08-08T15:04:23.167Z] 81189bac1e28: Preparing [2024-08-08T15:04:23.167Z] ca924934adfb: Preparing [2024-08-08T15:04:23.167Z] fe1e484c2187: Preparing [2024-08-08T15:04:23.167Z] 6cc4cc85b26c: Preparing [2024-08-08T15:04:23.167Z] ce7f800efff9: Preparing [2024-08-08T15:04:23.167Z] ca924934adfb: Waiting [2024-08-08T15:04:23.167Z] fe1e484c2187: Waiting [2024-08-08T15:04:23.167Z] 6cc4cc85b26c: Waiting [2024-08-08T15:04:23.167Z] ce7f800efff9: Waiting [2024-08-08T15:04:23.167Z] 47b03b7ed06c: Layer already exists [2024-08-08T15:04:23.167Z] 4659f3267a2c: Layer already exists [2024-08-08T15:04:23.167Z] 60d5baea5e37: Layer already exists [2024-08-08T15:04:23.167Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:23.167Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:23.167Z] ca924934adfb: Layer already exists [2024-08-08T15:04:23.167Z] 6cc4cc85b26c: Layer already exists [2024-08-08T15:04:23.167Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:23.167Z] fe1e484c2187: Layer already exists [2024-08-08T15:04:23.167Z] 3.2.0-dev.49: digest: sha256:e1662c111b4a8ba78d3d763e2687c101c9368d7dab1e73e9a72b4d543c9d1bed size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:23.492Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:23.809Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:23.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-08T15:04:23.809Z] 47b03b7ed06c: Preparing [2024-08-08T15:04:23.809Z] 60d5baea5e37: Preparing [2024-08-08T15:04:23.809Z] 4659f3267a2c: Preparing [2024-08-08T15:04:23.809Z] 8257126d83dc: Preparing [2024-08-08T15:04:23.809Z] 81189bac1e28: Preparing [2024-08-08T15:04:23.809Z] ca924934adfb: Preparing [2024-08-08T15:04:23.809Z] fe1e484c2187: Preparing [2024-08-08T15:04:23.809Z] 6cc4cc85b26c: Preparing [2024-08-08T15:04:23.809Z] ce7f800efff9: Preparing [2024-08-08T15:04:23.809Z] ca924934adfb: Waiting [2024-08-08T15:04:23.809Z] fe1e484c2187: Waiting [2024-08-08T15:04:23.809Z] 6cc4cc85b26c: Waiting [2024-08-08T15:04:23.809Z] ce7f800efff9: Waiting [2024-08-08T15:04:23.809Z] 47b03b7ed06c: Layer already exists [2024-08-08T15:04:23.809Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:23.809Z] 4659f3267a2c: Layer already exists [2024-08-08T15:04:23.809Z] 60d5baea5e37: Layer already exists [2024-08-08T15:04:23.809Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:23.809Z] 6cc4cc85b26c: Layer already exists [2024-08-08T15:04:23.809Z] fe1e484c2187: Layer already exists [2024-08-08T15:04:23.809Z] ca924934adfb: Layer already exists [2024-08-08T15:04:23.809Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:23.809Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:e1662c111b4a8ba78d3d763e2687c101c9368d7dab1e73e9a72b4d543c9d1bed size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:24.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-08-08T15:04:24.454Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2024-08-08T15:04:24.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2024-08-08T15:04:24.454Z] 47b03b7ed06c: Preparing [2024-08-08T15:04:24.454Z] 60d5baea5e37: Preparing [2024-08-08T15:04:24.454Z] 4659f3267a2c: Preparing [2024-08-08T15:04:24.454Z] 8257126d83dc: Preparing [2024-08-08T15:04:24.454Z] 81189bac1e28: Preparing [2024-08-08T15:04:24.454Z] ca924934adfb: Preparing [2024-08-08T15:04:24.454Z] fe1e484c2187: Preparing [2024-08-08T15:04:24.454Z] 6cc4cc85b26c: Preparing [2024-08-08T15:04:24.454Z] ce7f800efff9: Preparing [2024-08-08T15:04:24.454Z] ca924934adfb: Waiting [2024-08-08T15:04:24.454Z] fe1e484c2187: Waiting [2024-08-08T15:04:24.454Z] 6cc4cc85b26c: Waiting [2024-08-08T15:04:24.454Z] ce7f800efff9: Waiting [2024-08-08T15:04:24.454Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:24.454Z] 47b03b7ed06c: Layer already exists [2024-08-08T15:04:24.454Z] 60d5baea5e37: Layer already exists [2024-08-08T15:04:24.454Z] 4659f3267a2c: Layer already exists [2024-08-08T15:04:24.454Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:24.454Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:24.454Z] ca924934adfb: Layer already exists [2024-08-08T15:04:24.454Z] 6cc4cc85b26c: Layer already exists [2024-08-08T15:04:24.454Z] fe1e484c2187: Layer already exists [2024-08-08T15:04:24.454Z] main: digest: sha256:e1662c111b4a8ba78d3d763e2687c101c9368d7dab1e73e9a72b4d543c9d1bed size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:04:24.531Z] ===================================================== [Pipeline] echo [2024-08-08T15:04:24.545Z] taggedImages: [2024-08-08T15:04:24.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:24.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2024-08-08T15:04:24.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.49 [2024-08-08T15:04:24.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:24.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2024-08-08T15:04:24.573Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2024-08-08T15:04:24.573Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:24.573Z] latest [2024-08-08T15:04:24.573Z] 3.2.0-dev.49 [2024-08-08T15:04:24.573Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:24.573Z] main [2024-08-08T15:04:24.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:24.921Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:25.246Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:25.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-08T15:04:25.247Z] 8c90374f0050: Preparing [2024-08-08T15:04:25.247Z] 4f2c8b1ab9de: Preparing [2024-08-08T15:04:25.247Z] 6474bcd1406b: Preparing [2024-08-08T15:04:25.247Z] 8257126d83dc: Preparing [2024-08-08T15:04:25.247Z] 81189bac1e28: Preparing [2024-08-08T15:04:25.247Z] 94006fe0612d: Preparing [2024-08-08T15:04:25.247Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:25.247Z] 347856f17997: Preparing [2024-08-08T15:04:25.247Z] ce7f800efff9: Preparing [2024-08-08T15:04:25.247Z] 94006fe0612d: Waiting [2024-08-08T15:04:25.247Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:25.247Z] ce7f800efff9: Waiting [2024-08-08T15:04:25.247Z] 347856f17997: Waiting [2024-08-08T15:04:25.247Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:25.247Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:25.247Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:25.247Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:25.247Z] 347856f17997: Layer already exists [2024-08-08T15:04:25.247Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:25.247Z] 4f2c8b1ab9de: Pushed [2024-08-08T15:04:25.247Z] 6474bcd1406b: Pushed [2024-08-08T15:04:35.235Z] 94006fe0612d: Pushed [2024-08-08T15:04:35.236Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:ee73fa000fc6a3a3160e7ef8cd0b4ca9c00c6a887a249c8eddb7f0c70c3cafe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:35.562Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:35.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-08T15:04:35.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-08T15:04:35.893Z] 8c90374f0050: Preparing [2024-08-08T15:04:35.893Z] 4f2c8b1ab9de: Preparing [2024-08-08T15:04:35.893Z] 6474bcd1406b: Preparing [2024-08-08T15:04:35.893Z] 8257126d83dc: Preparing [2024-08-08T15:04:35.893Z] 81189bac1e28: Preparing [2024-08-08T15:04:35.893Z] 94006fe0612d: Preparing [2024-08-08T15:04:35.893Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:35.893Z] 347856f17997: Preparing [2024-08-08T15:04:35.894Z] ce7f800efff9: Preparing [2024-08-08T15:04:35.894Z] 94006fe0612d: Waiting [2024-08-08T15:04:35.894Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:35.894Z] ce7f800efff9: Waiting [2024-08-08T15:04:35.894Z] 4f2c8b1ab9de: Layer already exists [2024-08-08T15:04:35.894Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:35.894Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:35.894Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:35.894Z] 6474bcd1406b: Layer already exists [2024-08-08T15:04:35.894Z] 94006fe0612d: Layer already exists [2024-08-08T15:04:35.894Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:35.894Z] 347856f17997: Layer already exists [2024-08-08T15:04:35.894Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:35.894Z] latest: digest: sha256:ee73fa000fc6a3a3160e7ef8cd0b4ca9c00c6a887a249c8eddb7f0c70c3cafe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:36.223Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:36.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.49 [2024-08-08T15:04:36.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-08T15:04:36.542Z] 8c90374f0050: Preparing [2024-08-08T15:04:36.542Z] 4f2c8b1ab9de: Preparing [2024-08-08T15:04:36.542Z] 6474bcd1406b: Preparing [2024-08-08T15:04:36.542Z] 8257126d83dc: Preparing [2024-08-08T15:04:36.542Z] 81189bac1e28: Preparing [2024-08-08T15:04:36.542Z] 94006fe0612d: Preparing [2024-08-08T15:04:36.542Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:36.542Z] 347856f17997: Preparing [2024-08-08T15:04:36.542Z] ce7f800efff9: Preparing [2024-08-08T15:04:36.542Z] ce7f800efff9: Waiting [2024-08-08T15:04:36.542Z] 347856f17997: Waiting [2024-08-08T15:04:36.542Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:36.542Z] 94006fe0612d: Waiting [2024-08-08T15:04:36.542Z] 6474bcd1406b: Layer already exists [2024-08-08T15:04:36.542Z] 4f2c8b1ab9de: Layer already exists [2024-08-08T15:04:36.542Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:36.542Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:36.542Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:36.542Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:36.542Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:36.542Z] 347856f17997: Layer already exists [2024-08-08T15:04:36.542Z] 94006fe0612d: Layer already exists [2024-08-08T15:04:36.542Z] 3.2.0-dev.49: digest: sha256:ee73fa000fc6a3a3160e7ef8cd0b4ca9c00c6a887a249c8eddb7f0c70c3cafe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:36.881Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:37.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:37.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-08T15:04:37.214Z] 8c90374f0050: Preparing [2024-08-08T15:04:37.214Z] 4f2c8b1ab9de: Preparing [2024-08-08T15:04:37.214Z] 6474bcd1406b: Preparing [2024-08-08T15:04:37.214Z] 8257126d83dc: Preparing [2024-08-08T15:04:37.214Z] 81189bac1e28: Preparing [2024-08-08T15:04:37.214Z] 94006fe0612d: Preparing [2024-08-08T15:04:37.214Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:37.214Z] 347856f17997: Preparing [2024-08-08T15:04:37.214Z] ce7f800efff9: Preparing [2024-08-08T15:04:37.214Z] 94006fe0612d: Waiting [2024-08-08T15:04:37.214Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:37.214Z] 347856f17997: Waiting [2024-08-08T15:04:37.214Z] ce7f800efff9: Waiting [2024-08-08T15:04:37.214Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:37.214Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:37.214Z] 6474bcd1406b: Layer already exists [2024-08-08T15:04:37.214Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:37.214Z] 4f2c8b1ab9de: Layer already exists [2024-08-08T15:04:37.214Z] 94006fe0612d: Layer already exists [2024-08-08T15:04:37.214Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:37.214Z] 347856f17997: Layer already exists [2024-08-08T15:04:37.214Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:37.214Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:ee73fa000fc6a3a3160e7ef8cd0b4ca9c00c6a887a249c8eddb7f0c70c3cafe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:37.545Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:37.872Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2024-08-08T15:04:37.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2024-08-08T15:04:37.872Z] 8c90374f0050: Preparing [2024-08-08T15:04:37.872Z] 4f2c8b1ab9de: Preparing [2024-08-08T15:04:37.872Z] 6474bcd1406b: Preparing [2024-08-08T15:04:37.872Z] 8257126d83dc: Preparing [2024-08-08T15:04:37.872Z] 81189bac1e28: Preparing [2024-08-08T15:04:37.872Z] 94006fe0612d: Preparing [2024-08-08T15:04:37.872Z] 18d16f9d6cce: Preparing [2024-08-08T15:04:37.872Z] 347856f17997: Preparing [2024-08-08T15:04:37.872Z] ce7f800efff9: Preparing [2024-08-08T15:04:37.872Z] 94006fe0612d: Waiting [2024-08-08T15:04:37.872Z] 18d16f9d6cce: Waiting [2024-08-08T15:04:37.872Z] 347856f17997: Waiting [2024-08-08T15:04:37.872Z] ce7f800efff9: Waiting [2024-08-08T15:04:37.872Z] 8c90374f0050: Layer already exists [2024-08-08T15:04:37.872Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:37.872Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:37.872Z] 6474bcd1406b: Layer already exists [2024-08-08T15:04:37.872Z] 4f2c8b1ab9de: Layer already exists [2024-08-08T15:04:37.872Z] 94006fe0612d: Layer already exists [2024-08-08T15:04:37.872Z] 18d16f9d6cce: Layer already exists [2024-08-08T15:04:37.872Z] 347856f17997: Layer already exists [2024-08-08T15:04:37.872Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:37.872Z] main: digest: sha256:ee73fa000fc6a3a3160e7ef8cd0b4ca9c00c6a887a249c8eddb7f0c70c3cafe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:04:37.951Z] ===================================================== [Pipeline] echo [2024-08-08T15:04:37.967Z] taggedImages: [2024-08-08T15:04:37.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:37.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2024-08-08T15:04:37.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.49 [2024-08-08T15:04:37.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:37.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2024-08-08T15:04:37.990Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: [2024-08-08T15:04:37.990Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:37.990Z] latest [2024-08-08T15:04:37.990Z] 3.2.0-dev.49 [2024-08-08T15:04:37.990Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:37.990Z] main [2024-08-08T15:04:37.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:38.350Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:38.675Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:38.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-08T15:04:38.675Z] aa0e95cce7fb: Preparing [2024-08-08T15:04:38.675Z] d72d1d1e2ec2: Preparing [2024-08-08T15:04:38.675Z] 8257126d83dc: Preparing [2024-08-08T15:04:38.675Z] 81189bac1e28: Preparing [2024-08-08T15:04:38.675Z] 908ef0e09759: Preparing [2024-08-08T15:04:38.675Z] 62319c4f4125: Preparing [2024-08-08T15:04:38.675Z] ce7f800efff9: Preparing [2024-08-08T15:04:38.675Z] 62319c4f4125: Waiting [2024-08-08T15:04:38.675Z] ce7f800efff9: Waiting [2024-08-08T15:04:38.675Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:38.675Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:38.675Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:38.675Z] 908ef0e09759: Pushed [2024-08-08T15:04:38.675Z] aa0e95cce7fb: Pushed [2024-08-08T15:04:38.934Z] 62319c4f4125: Pushed [2024-08-08T15:04:42.227Z] d72d1d1e2ec2: Pushed [2024-08-08T15:04:42.488Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:63227b8d9fc84c31b8611d286e2420f0241e6a597e9da803ccd05574b0b56643 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:42.830Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:43.154Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-08T15:04:43.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-08T15:04:43.154Z] aa0e95cce7fb: Preparing [2024-08-08T15:04:43.154Z] d72d1d1e2ec2: Preparing [2024-08-08T15:04:43.154Z] 8257126d83dc: Preparing [2024-08-08T15:04:43.154Z] 81189bac1e28: Preparing [2024-08-08T15:04:43.154Z] 908ef0e09759: Preparing [2024-08-08T15:04:43.154Z] 62319c4f4125: Preparing [2024-08-08T15:04:43.154Z] ce7f800efff9: Preparing [2024-08-08T15:04:43.154Z] ce7f800efff9: Waiting [2024-08-08T15:04:43.154Z] d72d1d1e2ec2: Layer already exists [2024-08-08T15:04:43.154Z] aa0e95cce7fb: Layer already exists [2024-08-08T15:04:43.154Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:43.154Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:43.154Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:43.154Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:43.154Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:43.154Z] latest: digest: sha256:63227b8d9fc84c31b8611d286e2420f0241e6a597e9da803ccd05574b0b56643 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:43.482Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:43.808Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.49 [2024-08-08T15:04:43.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-08T15:04:43.808Z] aa0e95cce7fb: Preparing [2024-08-08T15:04:43.808Z] d72d1d1e2ec2: Preparing [2024-08-08T15:04:43.808Z] 8257126d83dc: Preparing [2024-08-08T15:04:43.808Z] 81189bac1e28: Preparing [2024-08-08T15:04:43.808Z] 908ef0e09759: Preparing [2024-08-08T15:04:43.808Z] 62319c4f4125: Preparing [2024-08-08T15:04:43.808Z] ce7f800efff9: Preparing [2024-08-08T15:04:43.808Z] 62319c4f4125: Waiting [2024-08-08T15:04:43.808Z] d72d1d1e2ec2: Layer already exists [2024-08-08T15:04:43.808Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:43.808Z] aa0e95cce7fb: Layer already exists [2024-08-08T15:04:43.808Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:43.808Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:43.808Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:43.808Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:43.808Z] 3.2.0-dev.49: digest: sha256:63227b8d9fc84c31b8611d286e2420f0241e6a597e9da803ccd05574b0b56643 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:44.151Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:44.478Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:44.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-08T15:04:44.478Z] aa0e95cce7fb: Preparing [2024-08-08T15:04:44.478Z] d72d1d1e2ec2: Preparing [2024-08-08T15:04:44.478Z] 8257126d83dc: Preparing [2024-08-08T15:04:44.478Z] 81189bac1e28: Preparing [2024-08-08T15:04:44.478Z] 908ef0e09759: Preparing [2024-08-08T15:04:44.478Z] 62319c4f4125: Preparing [2024-08-08T15:04:44.478Z] ce7f800efff9: Preparing [2024-08-08T15:04:44.478Z] 62319c4f4125: Waiting [2024-08-08T15:04:44.478Z] aa0e95cce7fb: Layer already exists [2024-08-08T15:04:44.478Z] d72d1d1e2ec2: Layer already exists [2024-08-08T15:04:44.478Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:44.478Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:44.478Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:44.478Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:44.478Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:44.478Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:63227b8d9fc84c31b8611d286e2420f0241e6a597e9da803ccd05574b0b56643 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:44.831Z] + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:45.168Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [2024-08-08T15:04:45.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] [2024-08-08T15:04:45.168Z] aa0e95cce7fb: Preparing [2024-08-08T15:04:45.168Z] d72d1d1e2ec2: Preparing [2024-08-08T15:04:45.168Z] 8257126d83dc: Preparing [2024-08-08T15:04:45.168Z] 81189bac1e28: Preparing [2024-08-08T15:04:45.168Z] 908ef0e09759: Preparing [2024-08-08T15:04:45.168Z] 62319c4f4125: Preparing [2024-08-08T15:04:45.168Z] ce7f800efff9: Preparing [2024-08-08T15:04:45.168Z] ce7f800efff9: Waiting [2024-08-08T15:04:45.168Z] 62319c4f4125: Waiting [2024-08-08T15:04:45.168Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:45.168Z] aa0e95cce7fb: Layer already exists [2024-08-08T15:04:45.168Z] d72d1d1e2ec2: Layer already exists [2024-08-08T15:04:45.168Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:45.168Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:45.168Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:45.168Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:45.168Z] main: digest: sha256:63227b8d9fc84c31b8611d286e2420f0241e6a597e9da803ccd05574b0b56643 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:04:45.246Z] ===================================================== [Pipeline] echo [2024-08-08T15:04:45.260Z] taggedImages: [2024-08-08T15:04:45.260Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:45.260Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [2024-08-08T15:04:45.260Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.49 [2024-08-08T15:04:45.260Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:45.260Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo [2024-08-08T15:04:45.293Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2024-08-08T15:04:45.293Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:45.293Z] latest [2024-08-08T15:04:45.293Z] 3.2.0-dev.49 [2024-08-08T15:04:45.293Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:45.293Z] main [2024-08-08T15:04:45.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:45.638Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:45.964Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:45.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-08T15:04:45.964Z] bd1e5eb189c1: Preparing [2024-08-08T15:04:45.964Z] 3e6e4c25125d: Preparing [2024-08-08T15:04:45.964Z] 8257126d83dc: Preparing [2024-08-08T15:04:45.964Z] 81189bac1e28: Preparing [2024-08-08T15:04:45.964Z] 908ef0e09759: Preparing [2024-08-08T15:04:45.964Z] 62319c4f4125: Preparing [2024-08-08T15:04:45.964Z] ce7f800efff9: Preparing [2024-08-08T15:04:45.964Z] 62319c4f4125: Waiting [2024-08-08T15:04:45.964Z] ce7f800efff9: Waiting [2024-08-08T15:04:45.964Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:45.964Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:45.964Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:45.964Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:45.964Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:45.964Z] bd1e5eb189c1: Pushed [2024-08-08T15:04:50.158Z] 3e6e4c25125d: Pushed [2024-08-08T15:04:50.158Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:6086c5dc0fdf8c2c299c5ce50e37cd26065ea87aa81eea01d652cba9cf22cecb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:50.479Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:50.811Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-08T15:04:50.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-08T15:04:50.811Z] bd1e5eb189c1: Preparing [2024-08-08T15:04:50.811Z] 3e6e4c25125d: Preparing [2024-08-08T15:04:50.811Z] 8257126d83dc: Preparing [2024-08-08T15:04:50.811Z] 81189bac1e28: Preparing [2024-08-08T15:04:50.811Z] 908ef0e09759: Preparing [2024-08-08T15:04:50.811Z] 62319c4f4125: Preparing [2024-08-08T15:04:50.811Z] ce7f800efff9: Preparing [2024-08-08T15:04:50.811Z] 62319c4f4125: Waiting [2024-08-08T15:04:50.811Z] ce7f800efff9: Waiting [2024-08-08T15:04:50.811Z] 3e6e4c25125d: Layer already exists [2024-08-08T15:04:50.811Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:50.811Z] bd1e5eb189c1: Layer already exists [2024-08-08T15:04:50.811Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:50.811Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:50.811Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:50.811Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:50.811Z] latest: digest: sha256:6086c5dc0fdf8c2c299c5ce50e37cd26065ea87aa81eea01d652cba9cf22cecb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:51.139Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:51.467Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.49 [2024-08-08T15:04:51.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-08T15:04:51.467Z] bd1e5eb189c1: Preparing [2024-08-08T15:04:51.467Z] 3e6e4c25125d: Preparing [2024-08-08T15:04:51.467Z] 8257126d83dc: Preparing [2024-08-08T15:04:51.467Z] 81189bac1e28: Preparing [2024-08-08T15:04:51.467Z] 908ef0e09759: Preparing [2024-08-08T15:04:51.467Z] 62319c4f4125: Preparing [2024-08-08T15:04:51.467Z] ce7f800efff9: Preparing [2024-08-08T15:04:51.467Z] 62319c4f4125: Waiting [2024-08-08T15:04:51.467Z] ce7f800efff9: Waiting [2024-08-08T15:04:51.467Z] bd1e5eb189c1: Layer already exists [2024-08-08T15:04:51.467Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:51.467Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:51.467Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:51.467Z] 3e6e4c25125d: Layer already exists [2024-08-08T15:04:51.467Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:51.467Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:51.467Z] 3.2.0-dev.49: digest: sha256:6086c5dc0fdf8c2c299c5ce50e37cd26065ea87aa81eea01d652cba9cf22cecb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:51.791Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:52.119Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:52.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-08T15:04:52.119Z] bd1e5eb189c1: Preparing [2024-08-08T15:04:52.119Z] 3e6e4c25125d: Preparing [2024-08-08T15:04:52.119Z] 8257126d83dc: Preparing [2024-08-08T15:04:52.119Z] 81189bac1e28: Preparing [2024-08-08T15:04:52.119Z] 908ef0e09759: Preparing [2024-08-08T15:04:52.119Z] 62319c4f4125: Preparing [2024-08-08T15:04:52.119Z] ce7f800efff9: Preparing [2024-08-08T15:04:52.119Z] ce7f800efff9: Waiting [2024-08-08T15:04:52.119Z] 62319c4f4125: Waiting [2024-08-08T15:04:52.119Z] bd1e5eb189c1: Layer already exists [2024-08-08T15:04:52.119Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:52.119Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:52.119Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:52.119Z] 3e6e4c25125d: Layer already exists [2024-08-08T15:04:52.119Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:52.119Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:52.119Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:6086c5dc0fdf8c2c299c5ce50e37cd26065ea87aa81eea01d652cba9cf22cecb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:52.443Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:52.771Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2024-08-08T15:04:52.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2024-08-08T15:04:52.771Z] bd1e5eb189c1: Preparing [2024-08-08T15:04:52.771Z] 3e6e4c25125d: Preparing [2024-08-08T15:04:52.771Z] 8257126d83dc: Preparing [2024-08-08T15:04:52.771Z] 81189bac1e28: Preparing [2024-08-08T15:04:52.771Z] 908ef0e09759: Preparing [2024-08-08T15:04:52.771Z] 62319c4f4125: Preparing [2024-08-08T15:04:52.771Z] ce7f800efff9: Preparing [2024-08-08T15:04:52.771Z] 62319c4f4125: Waiting [2024-08-08T15:04:52.771Z] ce7f800efff9: Waiting [2024-08-08T15:04:52.771Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:52.771Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:52.771Z] bd1e5eb189c1: Layer already exists [2024-08-08T15:04:52.771Z] 3e6e4c25125d: Layer already exists [2024-08-08T15:04:52.771Z] 908ef0e09759: Layer already exists [2024-08-08T15:04:52.771Z] 62319c4f4125: Layer already exists [2024-08-08T15:04:52.771Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:52.771Z] main: digest: sha256:6086c5dc0fdf8c2c299c5ce50e37cd26065ea87aa81eea01d652cba9cf22cecb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:04:52.848Z] ===================================================== [Pipeline] echo [2024-08-08T15:04:52.863Z] taggedImages: [2024-08-08T15:04:52.863Z] - nexus3.edgexfoundry.org:10004/support-notifications:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:52.863Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2024-08-08T15:04:52.863Z] - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.49 [2024-08-08T15:04:52.863Z] - nexus3.edgexfoundry.org:10004/support-notifications:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:52.863Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2024-08-08T15:04:52.892Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2024-08-08T15:04:52.892Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:52.892Z] latest [2024-08-08T15:04:52.892Z] 3.2.0-dev.49 [2024-08-08T15:04:52.892Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:52.892Z] main [2024-08-08T15:04:52.892Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:53.251Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:53.574Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:04:53.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-08T15:04:53.574Z] 32cc2a375c7a: Preparing [2024-08-08T15:04:53.574Z] 21db282d30cc: Preparing [2024-08-08T15:04:53.574Z] 8257126d83dc: Preparing [2024-08-08T15:04:53.574Z] 81189bac1e28: Preparing [2024-08-08T15:04:53.574Z] b51f635c90c3: Preparing [2024-08-08T15:04:53.574Z] c413fca1391c: Preparing [2024-08-08T15:04:53.574Z] ce7f800efff9: Preparing [2024-08-08T15:04:53.574Z] c413fca1391c: Waiting [2024-08-08T15:04:53.574Z] ce7f800efff9: Waiting [2024-08-08T15:04:53.574Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:53.574Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:53.574Z] b51f635c90c3: Layer already exists [2024-08-08T15:04:53.574Z] c413fca1391c: Layer already exists [2024-08-08T15:04:53.574Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:53.574Z] 32cc2a375c7a: Pushed [2024-08-08T15:04:57.768Z] 21db282d30cc: Pushed [2024-08-08T15:04:57.768Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:76cdd03a66cead991eadf35519007013e970fc3769632b76223f45d3b499daa8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:58.109Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:58.445Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-08T15:04:58.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-08T15:04:58.445Z] 32cc2a375c7a: Preparing [2024-08-08T15:04:58.445Z] 21db282d30cc: Preparing [2024-08-08T15:04:58.445Z] 8257126d83dc: Preparing [2024-08-08T15:04:58.445Z] 81189bac1e28: Preparing [2024-08-08T15:04:58.445Z] b51f635c90c3: Preparing [2024-08-08T15:04:58.445Z] c413fca1391c: Preparing [2024-08-08T15:04:58.445Z] ce7f800efff9: Preparing [2024-08-08T15:04:58.445Z] ce7f800efff9: Waiting [2024-08-08T15:04:58.445Z] c413fca1391c: Waiting [2024-08-08T15:04:58.445Z] 21db282d30cc: Layer already exists [2024-08-08T15:04:58.445Z] 32cc2a375c7a: Layer already exists [2024-08-08T15:04:58.445Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:58.445Z] b51f635c90c3: Layer already exists [2024-08-08T15:04:58.445Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:58.445Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:58.445Z] c413fca1391c: Layer already exists [2024-08-08T15:04:58.445Z] latest: digest: sha256:76cdd03a66cead991eadf35519007013e970fc3769632b76223f45d3b499daa8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:58.772Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:59.108Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.49 [2024-08-08T15:04:59.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-08T15:04:59.108Z] 32cc2a375c7a: Preparing [2024-08-08T15:04:59.108Z] 21db282d30cc: Preparing [2024-08-08T15:04:59.108Z] 8257126d83dc: Preparing [2024-08-08T15:04:59.108Z] 81189bac1e28: Preparing [2024-08-08T15:04:59.108Z] b51f635c90c3: Preparing [2024-08-08T15:04:59.108Z] c413fca1391c: Preparing [2024-08-08T15:04:59.108Z] ce7f800efff9: Preparing [2024-08-08T15:04:59.108Z] c413fca1391c: Waiting [2024-08-08T15:04:59.108Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:59.108Z] 32cc2a375c7a: Layer already exists [2024-08-08T15:04:59.108Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:59.108Z] 21db282d30cc: Layer already exists [2024-08-08T15:04:59.108Z] b51f635c90c3: Layer already exists [2024-08-08T15:04:59.108Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:59.108Z] c413fca1391c: Layer already exists [2024-08-08T15:04:59.108Z] 3.2.0-dev.49: digest: sha256:76cdd03a66cead991eadf35519007013e970fc3769632b76223f45d3b499daa8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:59.438Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:04:59.763Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:04:59.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-08T15:04:59.764Z] 32cc2a375c7a: Preparing [2024-08-08T15:04:59.764Z] 21db282d30cc: Preparing [2024-08-08T15:04:59.764Z] 8257126d83dc: Preparing [2024-08-08T15:04:59.764Z] 81189bac1e28: Preparing [2024-08-08T15:04:59.764Z] b51f635c90c3: Preparing [2024-08-08T15:04:59.764Z] c413fca1391c: Preparing [2024-08-08T15:04:59.764Z] ce7f800efff9: Preparing [2024-08-08T15:04:59.764Z] c413fca1391c: Waiting [2024-08-08T15:04:59.764Z] ce7f800efff9: Waiting [2024-08-08T15:04:59.764Z] 81189bac1e28: Layer already exists [2024-08-08T15:04:59.764Z] 8257126d83dc: Layer already exists [2024-08-08T15:04:59.764Z] 21db282d30cc: Layer already exists [2024-08-08T15:04:59.764Z] b51f635c90c3: Layer already exists [2024-08-08T15:04:59.764Z] 32cc2a375c7a: Layer already exists [2024-08-08T15:04:59.764Z] c413fca1391c: Layer already exists [2024-08-08T15:04:59.764Z] ce7f800efff9: Layer already exists [2024-08-08T15:04:59.764Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:76cdd03a66cead991eadf35519007013e970fc3769632b76223f45d3b499daa8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:05:00.090Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:05:00.413Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2024-08-08T15:05:00.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2024-08-08T15:05:00.413Z] 32cc2a375c7a: Preparing [2024-08-08T15:05:00.413Z] 21db282d30cc: Preparing [2024-08-08T15:05:00.413Z] 8257126d83dc: Preparing [2024-08-08T15:05:00.413Z] 81189bac1e28: Preparing [2024-08-08T15:05:00.413Z] b51f635c90c3: Preparing [2024-08-08T15:05:00.413Z] c413fca1391c: Preparing [2024-08-08T15:05:00.413Z] ce7f800efff9: Preparing [2024-08-08T15:05:00.413Z] ce7f800efff9: Waiting [2024-08-08T15:05:00.413Z] c413fca1391c: Waiting [2024-08-08T15:05:00.413Z] 81189bac1e28: Layer already exists [2024-08-08T15:05:00.413Z] b51f635c90c3: Layer already exists [2024-08-08T15:05:00.413Z] 32cc2a375c7a: Layer already exists [2024-08-08T15:05:00.413Z] 8257126d83dc: Layer already exists [2024-08-08T15:05:00.413Z] 21db282d30cc: Layer already exists [2024-08-08T15:05:00.413Z] c413fca1391c: Layer already exists [2024-08-08T15:05:00.413Z] ce7f800efff9: Layer already exists [2024-08-08T15:05:00.413Z] main: digest: sha256:76cdd03a66cead991eadf35519007013e970fc3769632b76223f45d3b499daa8 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:05:00.494Z] ===================================================== [Pipeline] echo [2024-08-08T15:05:00.512Z] taggedImages: [2024-08-08T15:05:00.512Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:05:00.512Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2024-08-08T15:05:00.512Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.49 [2024-08-08T15:05:00.512Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:05:00.512Z] - 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-08-08T15:20:42.593Z] #158 ... [2024-08-08T15:20:42.593Z] [2024-08-08T15:20:42.593Z] #148 [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-08-08T15:20:42.593Z] #148 1168.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.49" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-08-08T15:20:46.847Z] #148 ... [2024-08-08T15:20:46.847Z] [2024-08-08T15:20:46.847Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-08-08T15:20:46.847Z] #152 DONE 1178.1s [2024-08-08T15:20:46.847Z] [2024-08-08T15:20:46.847Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-08T15:20:46.847Z] #157 ... [2024-08-08T15:20:46.847Z] [2024-08-08T15:20:46.847Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:20:47.438Z] #159 DONE 0.4s [2024-08-08T15:20:47.438Z] [2024-08-08T15:20:47.438Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:20:47.438Z] #160 DONE 0.1s [2024-08-08T15:20:47.438Z] [2024-08-08T15:20:47.438Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-08T15:20:47.438Z] #146 ... [2024-08-08T15:20:47.438Z] [2024-08-08T15:20:47.438Z] #161 [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-08-08T15:20:47.823Z] #161 DONE 0.2s [2024-08-08T15:20:47.823Z] [2024-08-08T15:20:47.823Z] #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-08-08T15:20:47.823Z] #162 DONE 0.2s [2024-08-08T15:20:47.823Z] [2024-08-08T15:20:47.823Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-08T15:20:48.183Z] #157 ... [2024-08-08T15:20:48.183Z] [2024-08-08T15:20:48.183Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-08-08T15:20:48.183Z] #163 DONE 0.3s [2024-08-08T15:20:48.183Z] [2024-08-08T15:20:48.183Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-08-08T15:20:48.466Z] #164 DONE 0.2s [2024-08-08T15:20:48.466Z] [2024-08-08T15:20:48.466Z] #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:20:51.951Z] #165 DONE 3.4s [2024-08-08T15:20:51.951Z] [2024-08-08T15:20:51.951Z] #111 [security-proxy-setup] exporting to image [2024-08-08T15:20:51.951Z] #111 exporting layers [2024-08-08T15:20:52.934Z] #111 exporting layers 1.0s done [2024-08-08T15:20:52.934Z] #111 writing image sha256:79b671ff44c04f7142b2e3b99e202d87936290016f367b58883d100d759c90a4 done [2024-08-08T15:20:52.934Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2024-08-08T15:20:52.934Z] #111 DONE 4.7s [2024-08-08T15:20:52.934Z] [2024-08-08T15:20:52.934Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-08T15:20:54.341Z] #151 ... [2024-08-08T15:20:54.341Z] [2024-08-08T15:20:54.341Z] #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-08-08T15:20:54.341Z] #157 DONE 1186.0s [2024-08-08T15:20:54.341Z] [2024-08-08T15:20:54.341Z] #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-08-08T15:20:54.928Z] #166 DONE 0.4s [2024-08-08T15:20:54.928Z] [2024-08-08T15:20:54.928Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-08T15:20:57.514Z] #167 ... [2024-08-08T15:20:57.514Z] [2024-08-08T15:20:57.514Z] #148 [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-08-08T15:20:57.514Z] #148 DONE 1189.1s [2024-08-08T15:20:57.514Z] [2024-08-08T15:20:57.514Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-08T15:20:57.782Z] #150 ... [2024-08-08T15:20:57.782Z] [2024-08-08T15:20:57.782Z] #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh [2024-08-08T15:20:57.782Z] #167 DONE 2.9s [2024-08-08T15:20:58.050Z] [2024-08-08T15:20:58.050Z] #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:20:58.321Z] #168 DONE 0.4s [2024-08-08T15:20:58.321Z] [2024-08-08T15:20:58.321Z] #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:20:58.588Z] #169 ... [2024-08-08T15:20:58.588Z] [2024-08-08T15:20:58.588Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:20:58.588Z] #170 DONE 0.4s [2024-08-08T15:20:58.860Z] [2024-08-08T15:20:58.860Z] #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:20:58.860Z] #169 DONE 0.6s [2024-08-08T15:20:58.860Z] [2024-08-08T15:20:58.860Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:20:58.860Z] #171 DONE 0.3s [2024-08-08T15:20:58.860Z] [2024-08-08T15:20:58.860Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-08T15:20:59.130Z] #172 ... [2024-08-08T15:20:59.130Z] [2024-08-08T15:20:59.130Z] #173 [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-08-08T15:20:59.130Z] #173 DONE 0.2s [2024-08-08T15:20:59.401Z] [2024-08-08T15:20:59.401Z] #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-08-08T15:20:59.401Z] #172 DONE 0.4s [2024-08-08T15:20:59.401Z] [2024-08-08T15:20:59.401Z] #174 [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-08-08T15:20:59.401Z] #174 DONE 0.2s [2024-08-08T15:20:59.401Z] [2024-08-08T15:20:59.401Z] #175 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-08-08T15:20:59.401Z] #175 DONE 0.2s [2024-08-08T15:20:59.401Z] [2024-08-08T15:20:59.401Z] #176 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:20:59.667Z] #176 DONE 0.3s [2024-08-08T15:20:59.668Z] [2024-08-08T15:20:59.668Z] #177 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-08-08T15:20:59.668Z] #177 DONE 0.2s [2024-08-08T15:20:59.668Z] [2024-08-08T15:20:59.668Z] #178 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2024-08-08T15:20:59.939Z] #178 DONE 0.2s [2024-08-08T15:20:59.939Z] [2024-08-08T15:20:59.939Z] #179 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-08-08T15:20:59.939Z] #179 ... [2024-08-08T15:20:59.939Z] [2024-08-08T15:20:59.939Z] #180 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-08-08T15:20:59.939Z] #180 DONE 0.3s [2024-08-08T15:21:00.209Z] [2024-08-08T15:21:00.209Z] #179 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-08-08T15:21:00.209Z] #179 DONE 0.3s [2024-08-08T15:21:00.209Z] [2024-08-08T15:21:00.209Z] #181 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-08T15:21:00.209Z] #181 ... [2024-08-08T15:21:00.209Z] [2024-08-08T15:21:00.209Z] #182 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-08-08T15:21:00.209Z] #182 DONE 0.4s [2024-08-08T15:21:00.476Z] [2024-08-08T15:21:00.477Z] #181 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-08-08T15:21:00.477Z] #181 DONE 0.2s [2024-08-08T15:21:00.477Z] [2024-08-08T15:21:00.477Z] #183 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-08-08T15:21:00.477Z] #183 DONE 0.2s [2024-08-08T15:21:00.477Z] [2024-08-08T15:21:00.477Z] #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-08-08T15:21:00.477Z] #184 DONE 0.2s [2024-08-08T15:21:00.477Z] [2024-08-08T15:21:00.477Z] #185 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh [2024-08-08T15:21:03.822Z] #185 DONE 3.2s [2024-08-08T15:21:03.822Z] [2024-08-08T15:21:03.822Z] #111 [security-bootstrapper] exporting to image [2024-08-08T15:21:03.822Z] #111 exporting layers [2024-08-08T15:21:04.405Z] #111 ... [2024-08-08T15:21:04.405Z] [2024-08-08T15:21:04.405Z] #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:21:04.405Z] #186 DONE 3.7s [2024-08-08T15:21:04.405Z] [2024-08-08T15:21:04.405Z] #111 [security-secretstore-setup] exporting to image [2024-08-08T15:21:05.363Z] #111 exporting layers 1.5s done [2024-08-08T15:21:05.363Z] #111 writing image sha256:d9726f8d1254df9a270e53530790504e9c8ad4b5f2d74faea8e62266325a708a [2024-08-08T15:21:05.363Z] #111 writing image sha256:d9726f8d1254df9a270e53530790504e9c8ad4b5f2d74faea8e62266325a708a 0.2s done [2024-08-08T15:21:05.363Z] #111 naming to docker.io/library/security-bootstrapper-arm64 0.1s done [2024-08-08T15:21:05.946Z] #111 exporting layers 1.5s done [2024-08-08T15:21:05.946Z] #111 writing image sha256:aa94e5839ff3b59eb9e5e02b71df2c127a463daae05ade86138d5d233eaffa70 done [2024-08-08T15:21:05.946Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-08-08T15:21:05.946Z] #111 DONE 6.8s [2024-08-08T15:21:05.946Z] [2024-08-08T15:21:05.946Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-08-08T15:22:02.355Z] #151 DONE 1245.9s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-08T15:22:02.355Z] #155 ... [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:22:02.355Z] #187 DONE 0.4s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:22:02.355Z] #188 DONE 0.1s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-08-08T15:22:02.355Z] #189 DONE 0.2s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #190 [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-08-08T15:22:02.355Z] #190 DONE 0.6s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-08-08T15:22:02.355Z] #191 DONE 0.2s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-08T15:22:02.355Z] #146 ... [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:22:02.355Z] #192 DONE 2.1s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #111 [core-common-config-bootstrapper] exporting to image [2024-08-08T15:22:02.355Z] #111 exporting layers [2024-08-08T15:22:02.355Z] #111 exporting layers 0.6s done [2024-08-08T15:22:02.355Z] #111 writing image sha256:d4a92482d8b5a4497e9969f05fc49f75fbfa483a453a811beee0221eabc1ee47 [2024-08-08T15:22:02.355Z] #111 writing image sha256:d4a92482d8b5a4497e9969f05fc49f75fbfa483a453a811beee0221eabc1ee47 done [2024-08-08T15:22:02.355Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-08-08T15:22:02.355Z] #111 DONE 7.4s [2024-08-08T15:22:02.355Z] [2024-08-08T15:22:02.355Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T15:24:09.017Z] #61 ... [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-08-08T15:24:09.017Z] #146 DONE 1379.0s [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:24:09.017Z] #158 ... [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:24:09.017Z] #193 DONE 0.3s [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T15:24:09.017Z] #61 ... [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:24:09.017Z] #194 DONE 0.2s [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-08-08T15:24:09.017Z] #195 DONE 0.3s [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #196 [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-08-08T15:24:09.017Z] #196 DONE 0.1s [2024-08-08T15:24:09.017Z] [2024-08-08T15:24:09.017Z] #111 [security-spiffe-token-provider] exporting to image [2024-08-08T15:24:09.017Z] #111 exporting layers [2024-08-08T15:24:09.598Z] #111 exporting layers 0.8s done [2024-08-08T15:24:09.598Z] #111 writing image sha256:6eb10bf2345f1917cc4a3b9f7c60391b175d21b97a17f96746dc60f1947c17c3 done [2024-08-08T15:24:09.598Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done [2024-08-08T15:24:09.598Z] #111 DONE 8.2s [2024-08-08T15:24:09.598Z] [2024-08-08T15:24:09.598Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:32:16.656Z] #158 ... [2024-08-08T15:32:16.656Z] [2024-08-08T15:32:16.656Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-08-08T15:32:16.656Z] #150 DONE 1854.2s [2024-08-08T15:32:16.656Z] [2024-08-08T15:32:16.656Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:32:16.656Z] #158 ... [2024-08-08T15:32:16.656Z] [2024-08-08T15:32:16.656Z] #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:32:16.656Z] #197 DONE 0.1s [2024-08-08T15:32:16.656Z] [2024-08-08T15:32:16.656Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:32:16.656Z] #198 DONE 0.4s [2024-08-08T15:32:16.656Z] [2024-08-08T15:32:16.656Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-08-08T15:32:16.656Z] #199 DONE 0.5s [2024-08-08T15:32:16.656Z] [2024-08-08T15:32:16.657Z] #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:32:16.657Z] #200 DONE 0.1s [2024-08-08T15:32:16.657Z] [2024-08-08T15:32:16.657Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:32:16.657Z] #158 ... [2024-08-08T15:32:16.657Z] [2024-08-08T15:32:16.657Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-08-08T15:32:16.657Z] #201 DONE 0.1s [2024-08-08T15:32:16.657Z] [2024-08-08T15:32:16.657Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-08-08T15:32:16.657Z] #202 DONE 2.2s [2024-08-08T15:32:16.657Z] [2024-08-08T15:32:16.657Z] #111 [security-proxy-auth] exporting to image [2024-08-08T15:32:16.657Z] #111 exporting layers [2024-08-08T15:32:16.657Z] #111 exporting layers 0.7s done [2024-08-08T15:32:16.657Z] #111 writing image sha256:f55d9b2614b7cfd9be1a413b4ec93bc161c0b9003cb2061a7e632cfe0fd8acc3 done [2024-08-08T15:32:16.657Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2024-08-08T15:32:16.657Z] #111 DONE 9.0s [2024-08-08T15:32:16.657Z] [2024-08-08T15:32:16.657Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:33:13.550Z] #158 ... [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-08-08T15:33:13.550Z] #155 DONE 1917.7s [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:33:13.550Z] #156 ... [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:33:13.550Z] #203 DONE 0.1s [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:33:13.550Z] #156 ... [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:33:13.550Z] #204 DONE 0.1s [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-08-08T15:33:13.550Z] #205 DONE 0.5s [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:33:13.550Z] #206 DONE 0.1s [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #111 [core-command] exporting to image [2024-08-08T15:33:13.550Z] #111 exporting layers [2024-08-08T15:33:13.550Z] #111 exporting layers 0.5s done [2024-08-08T15:33:13.550Z] #111 writing image sha256:e81ed756db81ee4afec938b0969ac253f9c4f6fe776709723ae85cd432f8fe97 0.0s done [2024-08-08T15:33:13.550Z] #111 naming to docker.io/library/core-command-arm64 done [2024-08-08T15:33:13.550Z] #111 DONE 9.4s [2024-08-08T15:33:13.550Z] [2024-08-08T15:33:13.550Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-08T15:35:05.197Z] #154 ... [2024-08-08T15:35:05.197Z] [2024-08-08T15:35:05.197Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-08-08T15:35:05.197Z] #149 DONE 2036.5s [2024-08-08T15:35:05.197Z] [2024-08-08T15:35:05.197Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:05.777Z] #156 ... [2024-08-08T15:35:05.777Z] [2024-08-08T15:35:05.777Z] #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:35:06.041Z] #207 DONE 0.2s [2024-08-08T15:35:06.041Z] [2024-08-08T15:35:06.041Z] #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-08-08T15:35:06.313Z] #208 DONE 0.6s [2024-08-08T15:35:06.313Z] [2024-08-08T15:35:06.313Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:06.590Z] #156 ... [2024-08-08T15:35:06.590Z] [2024-08-08T15:35:06.590Z] #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:35:06.590Z] #209 DONE 0.2s [2024-08-08T15:35:06.590Z] [2024-08-08T15:35:06.590Z] #111 [core-keeper] exporting to image [2024-08-08T15:35:06.590Z] #111 exporting layers [2024-08-08T15:35:07.172Z] #111 exporting layers 0.6s done [2024-08-08T15:35:07.172Z] #111 writing image sha256:bcd63117dba8b83aea407be42943ac53ee6ec2898abfe7c18f608f3fedef4b51 0.0s done [2024-08-08T15:35:07.172Z] #111 naming to docker.io/library/core-keeper-arm64 0.0s done [2024-08-08T15:35:07.172Z] #111 DONE 10.1s [2024-08-08T15:35:07.172Z] [2024-08-08T15:35:07.172Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:35:07.752Z] #158 ... [2024-08-08T15:35:07.752Z] [2024-08-08T15:35:07.752Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-08-08T15:35:07.752Z] #154 DONE 2039.4s [2024-08-08T15:35:08.030Z] [2024-08-08T15:35:08.030Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:35:08.295Z] #158 ... [2024-08-08T15:35:08.295Z] [2024-08-08T15:35:08.295Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:35:08.570Z] #210 DONE 0.3s [2024-08-08T15:35:08.570Z] [2024-08-08T15:35:08.571Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:08.571Z] #156 ... [2024-08-08T15:35:08.571Z] [2024-08-08T15:35:08.571Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:35:08.835Z] #211 DONE 0.2s [2024-08-08T15:35:08.835Z] [2024-08-08T15:35:08.835Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:08.835Z] #156 ... [2024-08-08T15:35:08.835Z] [2024-08-08T15:35:08.835Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-08-08T15:35:09.100Z] #212 DONE 0.4s [2024-08-08T15:35:09.100Z] [2024-08-08T15:35:09.100Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:09.366Z] #156 ... [2024-08-08T15:35:09.366Z] [2024-08-08T15:35:09.366Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:35:09.366Z] #213 DONE 0.2s [2024-08-08T15:35:09.366Z] [2024-08-08T15:35:09.366Z] #111 [core-data] exporting to image [2024-08-08T15:35:09.943Z] #111 exporting layers 0.6s done [2024-08-08T15:35:09.943Z] #111 writing image sha256:48e27c50ea76d7a55b8b4b411da4fbc70c481e2e321e0262da6111bb2da84a6c done [2024-08-08T15:35:09.943Z] #111 naming to docker.io/library/core-data-arm64 done [2024-08-08T15:35:09.943Z] #111 DONE 10.7s [2024-08-08T15:35:09.943Z] [2024-08-08T15:35:09.943Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:12.532Z] #156 ... [2024-08-08T15:35:12.532Z] [2024-08-08T15:35:12.532Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-08-08T15:35:12.532Z] #153 DONE 2043.7s [2024-08-08T15:35:12.532Z] [2024-08-08T15:35:12.532Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:13.110Z] #156 ... [2024-08-08T15:35:13.110Z] [2024-08-08T15:35:13.110Z] #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:35:13.110Z] #214 DONE 0.1s [2024-08-08T15:35:13.110Z] [2024-08-08T15:35:13.110Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:35:13.374Z] #158 ... [2024-08-08T15:35:13.374Z] [2024-08-08T15:35:13.374Z] #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:35:13.374Z] #215 DONE 0.1s [2024-08-08T15:35:13.374Z] [2024-08-08T15:35:13.374Z] #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-08-08T15:35:13.965Z] #216 DONE 0.4s [2024-08-08T15:35:13.965Z] [2024-08-08T15:35:13.965Z] #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:35:13.965Z] #217 DONE 0.1s [2024-08-08T15:35:13.965Z] [2024-08-08T15:35:13.965Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-08-08T15:35:13.965Z] #218 DONE 0.1s [2024-08-08T15:35:13.965Z] [2024-08-08T15:35:13.965Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:13.965Z] #156 ... [2024-08-08T15:35:13.965Z] [2024-08-08T15:35:13.965Z] #111 [core-metadata] exporting to image [2024-08-08T15:35:14.548Z] #111 exporting layers 0.6s done [2024-08-08T15:35:14.548Z] #111 writing image sha256:1013ca58fcfc6a1025824454566af4a58df373f60f8869c443042acc9f6ac486 done [2024-08-08T15:35:14.548Z] #111 naming to docker.io/library/core-metadata-arm64 done [2024-08-08T15:35:14.548Z] #111 DONE 11.3s [2024-08-08T15:35:14.548Z] [2024-08-08T15:35:14.548Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T15:35:46.728Z] #61 ... [2024-08-08T15:35:46.728Z] [2024-08-08T15:35:46.728Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-08-08T15:35:46.728Z] #156 DONE 2076.9s [2024-08-08T15:35:46.728Z] [2024-08-08T15:35:46.728Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:35:46.728Z] #158 ... [2024-08-08T15:35:46.728Z] [2024-08-08T15:35:46.728Z] #219 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:35:46.728Z] #219 DONE 0.2s [2024-08-08T15:35:46.728Z] [2024-08-08T15:35:46.728Z] #158 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-08-08T15:35:46.728Z] #158 DONE 2077.6s [2024-08-08T15:35:46.728Z] [2024-08-08T15:35:46.728Z] #147 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-08T15:35:46.728Z] #147 ... [2024-08-08T15:35:46.728Z] [2024-08-08T15:35:46.728Z] #220 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:35:46.728Z] #220 DONE 0.3s [2024-08-08T15:35:46.728Z] [2024-08-08T15:35:46.728Z] #221 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-08-08T15:35:46.999Z] #221 DONE 0.5s [2024-08-08T15:35:46.999Z] [2024-08-08T15:35:46.999Z] #222 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:35:47.265Z] #222 DONE 0.2s [2024-08-08T15:35:47.265Z] [2024-08-08T15:35:47.265Z] #223 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:35:47.265Z] #223 DONE 0.2s [2024-08-08T15:35:47.265Z] [2024-08-08T15:35:47.265Z] #224 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:35:47.265Z] #224 DONE 0.1s [2024-08-08T15:35:47.265Z] [2024-08-08T15:35:47.265Z] #111 [support-scheduler] exporting to image [2024-08-08T15:35:47.265Z] #111 exporting layers [2024-08-08T15:35:47.265Z] #111 ... [2024-08-08T15:35:47.265Z] [2024-08-08T15:35:47.265Z] #147 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-08-08T15:35:47.265Z] #147 DONE 2078.9s [2024-08-08T15:35:47.530Z] [2024-08-08T15:35:47.530Z] #225 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-08-08T15:35:47.869Z] #225 DONE 0.5s [2024-08-08T15:35:47.869Z] [2024-08-08T15:35:47.869Z] #111 [support-scheduler] exporting to image [2024-08-08T15:35:47.869Z] #111 exporting layers 0.7s done [2024-08-08T15:35:47.869Z] #111 writing image sha256:588be9b61d76bde7bde9e7cc62b5d3060007d2cd828f63ee6c5819da236e9e3f done [2024-08-08T15:35:47.869Z] #111 naming to docker.io/library/support-scheduler-arm64 done [2024-08-08T15:35:47.869Z] #111 DONE 12.0s [2024-08-08T15:35:47.869Z] [2024-08-08T15:35:47.869Z] #226 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-08-08T15:35:48.155Z] #226 DONE 0.2s [2024-08-08T15:35:48.155Z] [2024-08-08T15:35:48.155Z] #111 [support-notifications] exporting to image [2024-08-08T15:35:48.155Z] #111 ... [2024-08-08T15:35:48.155Z] [2024-08-08T15:35:48.155Z] #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-08-08T15:35:48.155Z] #227 CACHED [2024-08-08T15:35:48.155Z] [2024-08-08T15:35:48.155Z] #228 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-08-08T15:35:48.155Z] #228 CACHED [2024-08-08T15:35:48.431Z] [2024-08-08T15:35:48.431Z] #229 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-08-08T15:35:48.431Z] #229 DONE 0.4s [2024-08-08T15:35:48.431Z] [2024-08-08T15:35:48.431Z] #111 [support-notifications] exporting to image [2024-08-08T15:35:48.703Z] #111 ... [2024-08-08T15:35:48.703Z] [2024-08-08T15:35:48.703Z] #230 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-08-08T15:35:48.703Z] #230 DONE 0.1s [2024-08-08T15:35:48.703Z] [2024-08-08T15:35:48.703Z] #111 [support-cron-scheduler] exporting to image [2024-08-08T15:35:48.971Z] #111 exporting layers 0.9s done [2024-08-08T15:35:48.971Z] #111 writing image sha256:387657612f08de8b5e2bb3103d5fb3ea1809c4d24194b43557ac36f7a5df476e done [2024-08-08T15:35:48.971Z] #111 naming to docker.io/library/support-notifications-arm64 done [2024-08-08T15:35:49.240Z] #111 exporting layers 0.5s done [2024-08-08T15:35:49.240Z] #111 writing image sha256:87b3f3a00dfff33acc6c2448abcae5c1680be4c29222a6fdedbe89cc0461568c done [2024-08-08T15:35:49.240Z] #111 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-08-08T15:35:49.240Z] #111 DONE 13.4s [2024-08-08T15:35:49.240Z] [2024-08-08T15:35:49.240Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-08-08T15:35:49.240Z] time="2024-08-08T14:58:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-08-08T15:35:49.262Z] $ docker stop --time=1 311536689cbf62216a96ae2f442547f3a5da1c4bce7d52f247968aa159a47111 [2024-08-08T15:35:50.953Z] $ docker rm -f --volumes 311536689cbf62216a96ae2f442547f3a5da1c4bce7d52f247968aa159a47111 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-08T15:35:51.495Z] + docker images [2024-08-08T15:35:51.495Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-08-08T15:35:51.495Z] support-cron-scheduler-arm64 latest 87b3f3a00dff 3 seconds ago 42.2MB [2024-08-08T15:35:51.495Z] support-notifications-arm64 latest 387657612f08 4 seconds ago 41.9MB [2024-08-08T15:35:51.495Z] support-scheduler-arm64 latest 588be9b61d76 5 seconds ago 41.2MB [2024-08-08T15:35:51.495Z] core-metadata-arm64 latest 1013ca58fcfc 38 seconds ago 39.1MB [2024-08-08T15:35:51.495Z] core-data-arm64 latest 48e27c50ea76 42 seconds ago 39MB [2024-08-08T15:35:51.495Z] core-keeper-arm64 latest bcd63117dba8 45 seconds ago 38.9MB [2024-08-08T15:35:51.495Z] core-command-arm64 latest e81ed756db81 2 minutes ago 35MB [2024-08-08T15:35:51.495Z] security-proxy-auth-arm64 latest f55d9b2614b7 3 minutes ago 32.6MB [2024-08-08T15:35:51.495Z] security-spiffe-token-provider-arm64 latest 6eb10bf2345f 11 minutes ago 29MB [2024-08-08T15:35:51.495Z] core-common-config-bootstrapper-arm64 latest d4a92482d8b5 13 minutes ago 15.3MB [2024-08-08T15:35:51.495Z] security-secretstore-setup-arm64 latest aa94e5839ff3 14 minutes ago 36.4MB [2024-08-08T15:35:51.495Z] security-bootstrapper-arm64 latest d9726f8d1254 14 minutes ago 18.9MB [2024-08-08T15:35:51.495Z] security-proxy-setup-arm64 latest 79b671ff44c0 15 minutes ago 26.1MB [2024-08-08T15:35:51.495Z] security-spire-agent-arm64 latest d867b68376b0 36 minutes ago 174MB [2024-08-08T15:35:51.495Z] security-spire-config-arm64 latest ba373fd6ca28 36 minutes ago 115MB [2024-08-08T15:35:51.495Z] security-spire-server-arm64 latest 399c9d36caf6 36 minutes ago 116MB [2024-08-08T15:35:51.495Z] ci-base-image-arm64 latest c96454efeac8 37 minutes ago 967MB [2024-08-08T15:35:51.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-08-08T15:35:51.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 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-08-08T15:35:51.654Z] provisioning config files... [2024-08-08T15:35:51.667Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/667@tmp/config4367280920503189429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:35:52.031Z] ---> ****-login.sh [2024-08-08T15:35:52.031Z] nexus3.edgexfoundry.org:10001 [2024-08-08T15:35:52.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:35:52.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:35:52.296Z] Configure a credential helper to remove this warning. See [2024-08-08T15:35:52.296Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:35:52.297Z] [2024-08-08T15:35:52.297Z] Login Succeeded [2024-08-08T15:35:52.297Z] nexus3.edgexfoundry.org:10002 [2024-08-08T15:35:52.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:35:52.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:35:52.829Z] Configure a credential helper to remove this warning. See [2024-08-08T15:35:52.829Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:35:52.829Z] [2024-08-08T15:35:52.829Z] Login Succeeded [2024-08-08T15:35:52.829Z] nexus3.edgexfoundry.org:10003 [2024-08-08T15:35:53.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:35:53.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:35:53.095Z] Configure a credential helper to remove this warning. See [2024-08-08T15:35:53.095Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:35:53.095Z] [2024-08-08T15:35:53.095Z] Login Succeeded [2024-08-08T15:35:53.095Z] nexus3.edgexfoundry.org:10004 [2024-08-08T15:35:53.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:35:53.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:35:53.627Z] Configure a credential helper to remove this warning. See [2024-08-08T15:35:53.627Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:35:53.627Z] [2024-08-08T15:35:53.627Z] Login Succeeded [2024-08-08T15:35:53.627Z] ****.io [2024-08-08T15:35:53.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-08-08T15:35:54.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-08-08T15:35:54.158Z] Configure a credential helper to remove this warning. See [2024-08-08T15:35:54.158Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-08-08T15:35:54.158Z] [2024-08-08T15:35:54.158Z] Login Succeeded [2024-08-08T15:35:54.158Z] ---> ****-login.sh ends [Pipeline] } [2024-08-08T15:35:54.170Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:35:54.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-08-08T15:35:54.242Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2024-08-08T15:35:54.242Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:35:54.242Z] latest [2024-08-08T15:35:54.242Z] 3.2.0-dev.49 [2024-08-08T15:35:54.242Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:35:54.242Z] main [2024-08-08T15:35:54.242Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:20.402Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:20.764Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:20.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-08T15:36:20.764Z] a7dca8223fe3: Preparing [2024-08-08T15:36:20.764Z] 2b11cc276334: Preparing [2024-08-08T15:36:20.764Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:20.764Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:20.764Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:20.764Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:20.764Z] 3c20671a5817: Preparing [2024-08-08T15:36:20.764Z] 3c20671a5817: Waiting [2024-08-08T15:36:20.764Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:21.030Z] 03dedca3a2fe: Pushed [2024-08-08T15:36:21.030Z] a7dca8223fe3: Pushed [2024-08-08T15:36:21.030Z] 3e5e94a304b2: Pushed [2024-08-08T15:36:21.030Z] 4d228c4d29f9: Pushed [2024-08-08T15:36:21.030Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:21.030Z] 52b38f55b4eb: Pushed [2024-08-08T15:36:27.650Z] 2b11cc276334: Pushed [2024-08-08T15:36:27.650Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:d0b97c7e45c8d6d3550ad78ef6fac1f3c8c8d6b61cf335b2bd5adb962279f09a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:28.010Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:28.380Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-08T15:36:28.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-08T15:36:28.380Z] a7dca8223fe3: Preparing [2024-08-08T15:36:28.380Z] 2b11cc276334: Preparing [2024-08-08T15:36:28.380Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:28.380Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:28.380Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:28.380Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:28.380Z] 3c20671a5817: Preparing [2024-08-08T15:36:28.380Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:28.380Z] 3c20671a5817: Waiting [2024-08-08T15:36:28.380Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:28.380Z] 2b11cc276334: Layer already exists [2024-08-08T15:36:28.380Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:28.380Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:28.380Z] a7dca8223fe3: Layer already exists [2024-08-08T15:36:28.380Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:28.380Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:28.644Z] latest: digest: sha256:d0b97c7e45c8d6d3550ad78ef6fac1f3c8c8d6b61cf335b2bd5adb962279f09a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:29.243Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:29.594Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.49 [2024-08-08T15:36:29.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-08T15:36:29.594Z] a7dca8223fe3: Preparing [2024-08-08T15:36:29.594Z] 2b11cc276334: Preparing [2024-08-08T15:36:29.594Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:29.594Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:29.594Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:29.594Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:29.594Z] 3c20671a5817: Preparing [2024-08-08T15:36:29.594Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:29.594Z] 3c20671a5817: Waiting [2024-08-08T15:36:29.594Z] a7dca8223fe3: Layer already exists [2024-08-08T15:36:29.594Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:29.594Z] 2b11cc276334: Layer already exists [2024-08-08T15:36:29.594Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:29.594Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:29.594Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:29.594Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:29.594Z] 3.2.0-dev.49: digest: sha256:d0b97c7e45c8d6d3550ad78ef6fac1f3c8c8d6b61cf335b2bd5adb962279f09a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:30.214Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:30.560Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:30.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-08T15:36:30.560Z] a7dca8223fe3: Preparing [2024-08-08T15:36:30.560Z] 2b11cc276334: Preparing [2024-08-08T15:36:30.560Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:30.560Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:30.560Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:30.560Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:30.560Z] 3c20671a5817: Preparing [2024-08-08T15:36:30.560Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:30.560Z] 3c20671a5817: Waiting [2024-08-08T15:36:30.560Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:30.560Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:30.560Z] a7dca8223fe3: Layer already exists [2024-08-08T15:36:30.560Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:30.560Z] 2b11cc276334: Layer already exists [2024-08-08T15:36:30.560Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:30.560Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:30.560Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:d0b97c7e45c8d6d3550ad78ef6fac1f3c8c8d6b61cf335b2bd5adb962279f09a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:31.173Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:31.528Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2024-08-08T15:36:31.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2024-08-08T15:36:31.528Z] a7dca8223fe3: Preparing [2024-08-08T15:36:31.528Z] 2b11cc276334: Preparing [2024-08-08T15:36:31.528Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:31.528Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:31.528Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:31.528Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:31.528Z] 3c20671a5817: Preparing [2024-08-08T15:36:31.528Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:31.528Z] 3c20671a5817: Waiting [2024-08-08T15:36:31.528Z] 2b11cc276334: Layer already exists [2024-08-08T15:36:31.528Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:31.529Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:31.529Z] a7dca8223fe3: Layer already exists [2024-08-08T15:36:31.529Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:31.529Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:31.529Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:31.793Z] main: digest: sha256:d0b97c7e45c8d6d3550ad78ef6fac1f3c8c8d6b61cf335b2bd5adb962279f09a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:36:31.870Z] ===================================================== [Pipeline] echo [2024-08-08T15:36:31.884Z] taggedImages: [2024-08-08T15:36:31.884Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:31.884Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2024-08-08T15:36:31.884Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.49 [2024-08-08T15:36:31.884Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:31.884Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2024-08-08T15:36:31.917Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2024-08-08T15:36:31.917Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:31.917Z] latest [2024-08-08T15:36:31.917Z] 3.2.0-dev.49 [2024-08-08T15:36:31.917Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:31.917Z] main [2024-08-08T15:36:31.917Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:32.294Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:32.655Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:32.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-08T15:36:32.655Z] ae70dfdc2533: Preparing [2024-08-08T15:36:32.655Z] 152700686ed4: Preparing [2024-08-08T15:36:32.655Z] 725ce7805522: Preparing [2024-08-08T15:36:32.655Z] fa8f845db6a8: Preparing [2024-08-08T15:36:32.655Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:32.655Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:32.655Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:32.655Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:32.655Z] 3c20671a5817: Preparing [2024-08-08T15:36:32.655Z] 03dedca3a2fe: Waiting [2024-08-08T15:36:32.655Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:32.655Z] 4d228c4d29f9: Waiting [2024-08-08T15:36:32.655Z] 3c20671a5817: Waiting [2024-08-08T15:36:32.920Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:32.920Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:32.920Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:32.920Z] 725ce7805522: Pushed [2024-08-08T15:36:32.920Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:32.920Z] ae70dfdc2533: Pushed [2024-08-08T15:36:32.920Z] 152700686ed4: Pushed [2024-08-08T15:36:32.920Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:34.864Z] fa8f845db6a8: Pushed [2024-08-08T15:36:34.864Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:fde748a2131f9a5f5131a62c8020267041767719b28bbe3804d327c9a0c641ab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:35.234Z] + 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-08-08T15:36:35.582Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-08T15:36:35.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-08T15:36:35.582Z] ae70dfdc2533: Preparing [2024-08-08T15:36:35.582Z] 152700686ed4: Preparing [2024-08-08T15:36:35.582Z] 725ce7805522: Preparing [2024-08-08T15:36:35.582Z] fa8f845db6a8: Preparing [2024-08-08T15:36:35.582Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:35.582Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:35.582Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:35.582Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:35.582Z] 3c20671a5817: Preparing [2024-08-08T15:36:35.582Z] 4d228c4d29f9: Waiting [2024-08-08T15:36:35.582Z] 03dedca3a2fe: Waiting [2024-08-08T15:36:35.582Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:35.582Z] 3c20671a5817: Waiting [2024-08-08T15:36:35.582Z] 152700686ed4: Layer already exists [2024-08-08T15:36:35.582Z] 725ce7805522: Layer already exists [2024-08-08T15:36:35.582Z] fa8f845db6a8: Layer already exists [2024-08-08T15:36:35.582Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:35.582Z] ae70dfdc2533: Layer already exists [2024-08-08T15:36:35.582Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:35.582Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:35.582Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:35.582Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:35.846Z] latest: digest: sha256:fde748a2131f9a5f5131a62c8020267041767719b28bbe3804d327c9a0c641ab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:36.204Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:36.565Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.49 [2024-08-08T15:36:36.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-08T15:36:36.565Z] ae70dfdc2533: Preparing [2024-08-08T15:36:36.565Z] 152700686ed4: Preparing [2024-08-08T15:36:36.565Z] 725ce7805522: Preparing [2024-08-08T15:36:36.565Z] fa8f845db6a8: Preparing [2024-08-08T15:36:36.565Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:36.565Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:36.565Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:36.565Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:36.565Z] 3c20671a5817: Preparing [2024-08-08T15:36:36.565Z] 4d228c4d29f9: Waiting [2024-08-08T15:36:36.565Z] 03dedca3a2fe: Waiting [2024-08-08T15:36:36.565Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:36.565Z] 3c20671a5817: Waiting [2024-08-08T15:36:36.565Z] 725ce7805522: Layer already exists [2024-08-08T15:36:36.565Z] fa8f845db6a8: Layer already exists [2024-08-08T15:36:36.565Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:36.565Z] 152700686ed4: Layer already exists [2024-08-08T15:36:36.565Z] ae70dfdc2533: Layer already exists [2024-08-08T15:36:36.565Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:36.565Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:36.565Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:36.565Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:36.830Z] 3.2.0-dev.49: digest: sha256:fde748a2131f9a5f5131a62c8020267041767719b28bbe3804d327c9a0c641ab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:37.189Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:37.546Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:37.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-08T15:36:37.546Z] ae70dfdc2533: Preparing [2024-08-08T15:36:37.546Z] 152700686ed4: Preparing [2024-08-08T15:36:37.546Z] 725ce7805522: Preparing [2024-08-08T15:36:37.546Z] fa8f845db6a8: Preparing [2024-08-08T15:36:37.546Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:37.546Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:37.546Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:37.546Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:37.546Z] 3c20671a5817: Preparing [2024-08-08T15:36:37.546Z] 03dedca3a2fe: Waiting [2024-08-08T15:36:37.546Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:37.546Z] 3c20671a5817: Waiting [2024-08-08T15:36:37.546Z] 4d228c4d29f9: Waiting [2024-08-08T15:36:37.546Z] 725ce7805522: Layer already exists [2024-08-08T15:36:37.546Z] 152700686ed4: Layer already exists [2024-08-08T15:36:37.546Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:37.546Z] fa8f845db6a8: Layer already exists [2024-08-08T15:36:37.546Z] ae70dfdc2533: Layer already exists [2024-08-08T15:36:37.546Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:37.546Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:37.546Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:37.546Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:37.810Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:fde748a2131f9a5f5131a62c8020267041767719b28bbe3804d327c9a0c641ab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:38.169Z] + 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-08-08T15:36:38.522Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2024-08-08T15:36:38.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2024-08-08T15:36:38.522Z] ae70dfdc2533: Preparing [2024-08-08T15:36:38.522Z] 152700686ed4: Preparing [2024-08-08T15:36:38.522Z] 725ce7805522: Preparing [2024-08-08T15:36:38.522Z] fa8f845db6a8: Preparing [2024-08-08T15:36:38.522Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:38.522Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:38.522Z] 03dedca3a2fe: Preparing [2024-08-08T15:36:38.522Z] 52b38f55b4eb: Preparing [2024-08-08T15:36:38.522Z] 3c20671a5817: Preparing [2024-08-08T15:36:38.522Z] 4d228c4d29f9: Waiting [2024-08-08T15:36:38.522Z] 03dedca3a2fe: Waiting [2024-08-08T15:36:38.522Z] 52b38f55b4eb: Waiting [2024-08-08T15:36:38.522Z] 3c20671a5817: Waiting [2024-08-08T15:36:38.522Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:38.522Z] fa8f845db6a8: Layer already exists [2024-08-08T15:36:38.522Z] 725ce7805522: Layer already exists [2024-08-08T15:36:38.522Z] 152700686ed4: Layer already exists [2024-08-08T15:36:38.522Z] ae70dfdc2533: Layer already exists [2024-08-08T15:36:38.522Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:38.522Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:36:38.522Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:36:38.522Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:38.787Z] main: digest: sha256:fde748a2131f9a5f5131a62c8020267041767719b28bbe3804d327c9a0c641ab size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:36:38.859Z] ===================================================== [Pipeline] echo [2024-08-08T15:36:38.870Z] taggedImages: [2024-08-08T15:36:38.870Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:38.870Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2024-08-08T15:36:38.870Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.49 [2024-08-08T15:36:38.870Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:38.870Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2024-08-08T15:36:38.896Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2024-08-08T15:36:38.896Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:38.896Z] latest [2024-08-08T15:36:38.896Z] 3.2.0-dev.49 [2024-08-08T15:36:38.896Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:38.896Z] main [2024-08-08T15:36:38.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:39.263Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:39.623Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:39.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-08T15:36:39.624Z] d5620711ccc8: Preparing [2024-08-08T15:36:39.624Z] 49a3f2ecb429: Preparing [2024-08-08T15:36:39.624Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:39.624Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:39.624Z] 1fd95aaf8ce2: Preparing [2024-08-08T15:36:39.624Z] 186ecd5baefb: Preparing [2024-08-08T15:36:39.624Z] 3c20671a5817: Preparing [2024-08-08T15:36:39.624Z] 186ecd5baefb: Waiting [2024-08-08T15:36:39.624Z] 3c20671a5817: Waiting [2024-08-08T15:36:39.624Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:39.624Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:39.893Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:39.893Z] d5620711ccc8: Pushed [2024-08-08T15:36:39.893Z] 1fd95aaf8ce2: Pushed [2024-08-08T15:36:39.893Z] 186ecd5baefb: Pushed [2024-08-08T15:36:46.530Z] 49a3f2ecb429: Pushed [2024-08-08T15:36:46.530Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:7ed5310151bd561e41c4a943d1848496d6fda47f7ed8fd296a621ce3ebaf2660 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:46.897Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:47.257Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-08T15:36:47.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-08T15:36:47.257Z] d5620711ccc8: Preparing [2024-08-08T15:36:47.257Z] 49a3f2ecb429: Preparing [2024-08-08T15:36:47.257Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:47.257Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:47.257Z] 1fd95aaf8ce2: Preparing [2024-08-08T15:36:47.257Z] 186ecd5baefb: Preparing [2024-08-08T15:36:47.257Z] 3c20671a5817: Preparing [2024-08-08T15:36:47.257Z] 186ecd5baefb: Waiting [2024-08-08T15:36:47.257Z] 3c20671a5817: Waiting [2024-08-08T15:36:47.257Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:47.257Z] 1fd95aaf8ce2: Layer already exists [2024-08-08T15:36:47.257Z] 49a3f2ecb429: Layer already exists [2024-08-08T15:36:47.257Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:47.257Z] d5620711ccc8: Layer already exists [2024-08-08T15:36:47.257Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:47.257Z] 186ecd5baefb: Layer already exists [2024-08-08T15:36:47.521Z] latest: digest: sha256:7ed5310151bd561e41c4a943d1848496d6fda47f7ed8fd296a621ce3ebaf2660 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:47.878Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:48.241Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.49 [2024-08-08T15:36:48.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-08T15:36:48.241Z] d5620711ccc8: Preparing [2024-08-08T15:36:48.241Z] 49a3f2ecb429: Preparing [2024-08-08T15:36:48.241Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:48.241Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:48.241Z] 1fd95aaf8ce2: Preparing [2024-08-08T15:36:48.241Z] 186ecd5baefb: Preparing [2024-08-08T15:36:48.241Z] 3c20671a5817: Preparing [2024-08-08T15:36:48.241Z] 186ecd5baefb: Waiting [2024-08-08T15:36:48.241Z] 3c20671a5817: Waiting [2024-08-08T15:36:48.241Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:48.241Z] 1fd95aaf8ce2: Layer already exists [2024-08-08T15:36:48.241Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:48.241Z] 49a3f2ecb429: Layer already exists [2024-08-08T15:36:48.241Z] d5620711ccc8: Layer already exists [2024-08-08T15:36:48.241Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:48.241Z] 186ecd5baefb: Layer already exists [2024-08-08T15:36:48.241Z] 3.2.0-dev.49: digest: sha256:7ed5310151bd561e41c4a943d1848496d6fda47f7ed8fd296a621ce3ebaf2660 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:48.852Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:49.199Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:49.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-08T15:36:49.200Z] d5620711ccc8: Preparing [2024-08-08T15:36:49.200Z] 49a3f2ecb429: Preparing [2024-08-08T15:36:49.200Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:49.200Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:49.200Z] 1fd95aaf8ce2: Preparing [2024-08-08T15:36:49.200Z] 186ecd5baefb: Preparing [2024-08-08T15:36:49.200Z] 3c20671a5817: Preparing [2024-08-08T15:36:49.200Z] 186ecd5baefb: Waiting [2024-08-08T15:36:49.200Z] 3c20671a5817: Waiting [2024-08-08T15:36:49.200Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:49.200Z] d5620711ccc8: Layer already exists [2024-08-08T15:36:49.200Z] 1fd95aaf8ce2: Layer already exists [2024-08-08T15:36:49.200Z] 49a3f2ecb429: Layer already exists [2024-08-08T15:36:49.200Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:49.200Z] 186ecd5baefb: Layer already exists [2024-08-08T15:36:49.200Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:49.200Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:7ed5310151bd561e41c4a943d1848496d6fda47f7ed8fd296a621ce3ebaf2660 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:49.818Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:50.166Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2024-08-08T15:36:50.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2024-08-08T15:36:50.166Z] d5620711ccc8: Preparing [2024-08-08T15:36:50.166Z] 49a3f2ecb429: Preparing [2024-08-08T15:36:50.166Z] 3e5e94a304b2: Preparing [2024-08-08T15:36:50.166Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:50.166Z] 1fd95aaf8ce2: Preparing [2024-08-08T15:36:50.166Z] 186ecd5baefb: Preparing [2024-08-08T15:36:50.166Z] 3c20671a5817: Preparing [2024-08-08T15:36:50.166Z] 186ecd5baefb: Waiting [2024-08-08T15:36:50.166Z] 3c20671a5817: Waiting [2024-08-08T15:36:50.166Z] d5620711ccc8: Layer already exists [2024-08-08T15:36:50.166Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:36:50.166Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:50.166Z] 1fd95aaf8ce2: Layer already exists [2024-08-08T15:36:50.166Z] 49a3f2ecb429: Layer already exists [2024-08-08T15:36:50.166Z] 186ecd5baefb: Layer already exists [2024-08-08T15:36:50.166Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:50.430Z] main: digest: sha256:7ed5310151bd561e41c4a943d1848496d6fda47f7ed8fd296a621ce3ebaf2660 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:36:50.501Z] ===================================================== [Pipeline] echo [2024-08-08T15:36:50.514Z] taggedImages: [2024-08-08T15:36:50.514Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:50.514Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2024-08-08T15:36:50.514Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.49 [2024-08-08T15:36:50.514Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:50.514Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2024-08-08T15:36:50.544Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2024-08-08T15:36:50.544Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:50.544Z] latest [2024-08-08T15:36:50.544Z] 3.2.0-dev.49 [2024-08-08T15:36:50.544Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:36:50.544Z] main [2024-08-08T15:36:50.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:50.918Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:51.272Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:36:51.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-08T15:36:51.272Z] aa18569d6abd: Preparing [2024-08-08T15:36:51.272Z] bec3eaaa51ef: Preparing [2024-08-08T15:36:51.272Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:51.272Z] a552821e1301: Preparing [2024-08-08T15:36:51.272Z] a44f5539ecc3: Preparing [2024-08-08T15:36:51.272Z] 3c20671a5817: Preparing [2024-08-08T15:36:51.272Z] 3c20671a5817: Waiting [2024-08-08T15:36:51.536Z] a44f5539ecc3: Pushed [2024-08-08T15:36:51.536Z] a552821e1301: Pushed [2024-08-08T15:36:51.536Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:51.536Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:51.536Z] aa18569d6abd: Pushed [2024-08-08T15:36:58.155Z] bec3eaaa51ef: Pushed [2024-08-08T15:36:58.155Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:7e6b7ede24606ee5565eed31a9eab9be8f13acfe51e3fe64c4c284604a9807e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:58.512Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:58.869Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-08T15:36:58.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-08T15:36:58.869Z] aa18569d6abd: Preparing [2024-08-08T15:36:58.869Z] bec3eaaa51ef: Preparing [2024-08-08T15:36:58.869Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:58.869Z] a552821e1301: Preparing [2024-08-08T15:36:58.869Z] a44f5539ecc3: Preparing [2024-08-08T15:36:58.869Z] 3c20671a5817: Preparing [2024-08-08T15:36:58.869Z] 3c20671a5817: Waiting [2024-08-08T15:36:58.869Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:58.869Z] a552821e1301: Layer already exists [2024-08-08T15:36:58.869Z] a44f5539ecc3: Layer already exists [2024-08-08T15:36:58.869Z] aa18569d6abd: Layer already exists [2024-08-08T15:36:58.869Z] bec3eaaa51ef: Layer already exists [2024-08-08T15:36:58.869Z] 3c20671a5817: Layer already exists [2024-08-08T15:36:59.133Z] latest: digest: sha256:7e6b7ede24606ee5565eed31a9eab9be8f13acfe51e3fe64c4c284604a9807e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:59.496Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:36:59.851Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.49 [2024-08-08T15:36:59.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-08T15:36:59.851Z] aa18569d6abd: Preparing [2024-08-08T15:36:59.851Z] bec3eaaa51ef: Preparing [2024-08-08T15:36:59.851Z] 4d228c4d29f9: Preparing [2024-08-08T15:36:59.851Z] a552821e1301: Preparing [2024-08-08T15:36:59.851Z] a44f5539ecc3: Preparing [2024-08-08T15:36:59.851Z] 3c20671a5817: Preparing [2024-08-08T15:36:59.851Z] 3c20671a5817: Waiting [2024-08-08T15:36:59.851Z] a44f5539ecc3: Layer already exists [2024-08-08T15:36:59.851Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:36:59.851Z] bec3eaaa51ef: Layer already exists [2024-08-08T15:36:59.851Z] a552821e1301: Layer already exists [2024-08-08T15:36:59.851Z] aa18569d6abd: Layer already exists [2024-08-08T15:36:59.851Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:00.114Z] 3.2.0-dev.49: digest: sha256:7e6b7ede24606ee5565eed31a9eab9be8f13acfe51e3fe64c4c284604a9807e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:00.470Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:00.820Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:00.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-08T15:37:00.820Z] aa18569d6abd: Preparing [2024-08-08T15:37:00.820Z] bec3eaaa51ef: Preparing [2024-08-08T15:37:00.820Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:00.820Z] a552821e1301: Preparing [2024-08-08T15:37:00.820Z] a44f5539ecc3: Preparing [2024-08-08T15:37:00.820Z] 3c20671a5817: Preparing [2024-08-08T15:37:00.820Z] 3c20671a5817: Waiting [2024-08-08T15:37:00.820Z] bec3eaaa51ef: Layer already exists [2024-08-08T15:37:00.820Z] aa18569d6abd: Layer already exists [2024-08-08T15:37:00.820Z] a44f5539ecc3: Layer already exists [2024-08-08T15:37:00.820Z] a552821e1301: Layer already exists [2024-08-08T15:37:00.820Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:00.820Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:01.083Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:7e6b7ede24606ee5565eed31a9eab9be8f13acfe51e3fe64c4c284604a9807e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:01.434Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:01.779Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2024-08-08T15:37:01.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2024-08-08T15:37:01.779Z] aa18569d6abd: Preparing [2024-08-08T15:37:01.779Z] bec3eaaa51ef: Preparing [2024-08-08T15:37:01.779Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:01.779Z] a552821e1301: Preparing [2024-08-08T15:37:01.779Z] a44f5539ecc3: Preparing [2024-08-08T15:37:01.779Z] 3c20671a5817: Preparing [2024-08-08T15:37:01.779Z] 3c20671a5817: Waiting [2024-08-08T15:37:01.779Z] bec3eaaa51ef: Layer already exists [2024-08-08T15:37:01.779Z] a552821e1301: Layer already exists [2024-08-08T15:37:01.779Z] aa18569d6abd: Layer already exists [2024-08-08T15:37:01.779Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:01.779Z] a44f5539ecc3: Layer already exists [2024-08-08T15:37:01.779Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:02.042Z] main: digest: sha256:7e6b7ede24606ee5565eed31a9eab9be8f13acfe51e3fe64c4c284604a9807e4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:37:02.118Z] ===================================================== [Pipeline] echo [2024-08-08T15:37:02.131Z] taggedImages: [2024-08-08T15:37:02.131Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:02.131Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2024-08-08T15:37:02.131Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.49 [2024-08-08T15:37:02.131Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:02.131Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2024-08-08T15:37:02.160Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2024-08-08T15:37:02.160Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:02.160Z] latest [2024-08-08T15:37:02.160Z] 3.2.0-dev.49 [2024-08-08T15:37:02.160Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:02.160Z] main [2024-08-08T15:37:02.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:02.534Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:02.893Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:02.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-08T15:37:02.893Z] 6da01c413c0b: Preparing [2024-08-08T15:37:02.893Z] c4abfced0722: Preparing [2024-08-08T15:37:02.893Z] f302da9e66b1: Preparing [2024-08-08T15:37:02.893Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:02.893Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:02.893Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:02.893Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:02.893Z] 3c20671a5817: Preparing [2024-08-08T15:37:02.893Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:02.893Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:02.893Z] 3c20671a5817: Waiting [2024-08-08T15:37:02.893Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:02.893Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:03.157Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:03.157Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:03.157Z] c4abfced0722: Pushed [2024-08-08T15:37:03.157Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:03.157Z] 6da01c413c0b: Pushed [2024-08-08T15:37:09.783Z] f302da9e66b1: Pushed [2024-08-08T15:37:09.783Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:32f711022432bc0573d82f5c0f3a6ebc494c0bbd1adf03f5e027cd06e87f5367 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:10.141Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:10.491Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-08T15:37:10.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-08T15:37:10.491Z] 6da01c413c0b: Preparing [2024-08-08T15:37:10.491Z] c4abfced0722: Preparing [2024-08-08T15:37:10.491Z] f302da9e66b1: Preparing [2024-08-08T15:37:10.491Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:10.491Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:10.491Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:10.491Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:10.491Z] 3c20671a5817: Preparing [2024-08-08T15:37:10.491Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:10.491Z] 3c20671a5817: Waiting [2024-08-08T15:37:10.491Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:10.491Z] c4abfced0722: Layer already exists [2024-08-08T15:37:10.491Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:10.491Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:10.491Z] 6da01c413c0b: Layer already exists [2024-08-08T15:37:10.491Z] f302da9e66b1: Layer already exists [2024-08-08T15:37:10.491Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:10.491Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:10.491Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:10.755Z] latest: digest: sha256:32f711022432bc0573d82f5c0f3a6ebc494c0bbd1adf03f5e027cd06e87f5367 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:11.156Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:11.511Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.49 [2024-08-08T15:37:11.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-08T15:37:11.511Z] 6da01c413c0b: Preparing [2024-08-08T15:37:11.511Z] c4abfced0722: Preparing [2024-08-08T15:37:11.511Z] f302da9e66b1: Preparing [2024-08-08T15:37:11.511Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:11.511Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:11.511Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:11.511Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:11.511Z] 3c20671a5817: Preparing [2024-08-08T15:37:11.511Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:11.511Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:11.511Z] 3c20671a5817: Waiting [2024-08-08T15:37:11.511Z] c4abfced0722: Layer already exists [2024-08-08T15:37:11.511Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:11.511Z] f302da9e66b1: Layer already exists [2024-08-08T15:37:11.511Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:11.511Z] 6da01c413c0b: Layer already exists [2024-08-08T15:37:11.511Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:11.511Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:11.511Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:11.778Z] 3.2.0-dev.49: digest: sha256:32f711022432bc0573d82f5c0f3a6ebc494c0bbd1adf03f5e027cd06e87f5367 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:12.143Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:12.510Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:12.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-08T15:37:12.510Z] 6da01c413c0b: Preparing [2024-08-08T15:37:12.510Z] c4abfced0722: Preparing [2024-08-08T15:37:12.510Z] f302da9e66b1: Preparing [2024-08-08T15:37:12.510Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:12.510Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:12.510Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:12.510Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:12.510Z] 3c20671a5817: Preparing [2024-08-08T15:37:12.510Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:12.510Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:12.510Z] 3c20671a5817: Waiting [2024-08-08T15:37:12.510Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:12.510Z] f302da9e66b1: Layer already exists [2024-08-08T15:37:12.510Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:12.510Z] c4abfced0722: Layer already exists [2024-08-08T15:37:12.510Z] 6da01c413c0b: Layer already exists [2024-08-08T15:37:12.510Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:12.510Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:12.510Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:12.510Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:32f711022432bc0573d82f5c0f3a6ebc494c0bbd1adf03f5e027cd06e87f5367 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:13.128Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:13.477Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2024-08-08T15:37:13.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2024-08-08T15:37:13.477Z] 6da01c413c0b: Preparing [2024-08-08T15:37:13.477Z] c4abfced0722: Preparing [2024-08-08T15:37:13.477Z] f302da9e66b1: Preparing [2024-08-08T15:37:13.477Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:13.477Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:13.477Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:13.477Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:13.477Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:13.477Z] 3c20671a5817: Preparing [2024-08-08T15:37:13.477Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:13.477Z] 3c20671a5817: Waiting [2024-08-08T15:37:13.477Z] 6da01c413c0b: Layer already exists [2024-08-08T15:37:13.477Z] c4abfced0722: Layer already exists [2024-08-08T15:37:13.477Z] f302da9e66b1: Layer already exists [2024-08-08T15:37:13.477Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:13.477Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:13.477Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:13.477Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:13.477Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:13.741Z] main: digest: sha256:32f711022432bc0573d82f5c0f3a6ebc494c0bbd1adf03f5e027cd06e87f5367 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:37:13.831Z] ===================================================== [Pipeline] echo [2024-08-08T15:37:13.842Z] taggedImages: [2024-08-08T15:37:13.842Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:13.842Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2024-08-08T15:37:13.842Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.49 [2024-08-08T15:37:13.842Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:13.842Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2024-08-08T15:37:13.869Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2024-08-08T15:37:13.869Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:13.869Z] latest [2024-08-08T15:37:13.869Z] 3.2.0-dev.49 [2024-08-08T15:37:13.869Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:13.869Z] main [2024-08-08T15:37:13.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:14.224Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:14.570Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:14.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-08T15:37:14.570Z] cf59cfc5a606: Preparing [2024-08-08T15:37:14.570Z] f82b555cae9d: Preparing [2024-08-08T15:37:14.570Z] dd084a1369c5: Preparing [2024-08-08T15:37:14.570Z] f82f59d7e46b: Preparing [2024-08-08T15:37:14.570Z] c7ebb1ded44b: Preparing [2024-08-08T15:37:14.570Z] 3d2a61f907be: Preparing [2024-08-08T15:37:14.570Z] 0317c1a31eeb: Preparing [2024-08-08T15:37:14.570Z] 94e8662ac0ea: Preparing [2024-08-08T15:37:14.570Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:14.570Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:14.570Z] 48a71563854e: Preparing [2024-08-08T15:37:14.570Z] 3d2a61f907be: Waiting [2024-08-08T15:37:14.570Z] 0317c1a31eeb: Waiting [2024-08-08T15:37:14.570Z] c58c08cca8b5: Preparing [2024-08-08T15:37:14.570Z] 94e8662ac0ea: Waiting [2024-08-08T15:37:14.570Z] 5f70bf18a086: Preparing [2024-08-08T15:37:14.570Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:14.570Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:14.570Z] a3518d90c4fc: Preparing [2024-08-08T15:37:14.570Z] 1495c9da627b: Preparing [2024-08-08T15:37:14.570Z] ff44c5e781f1: Preparing [2024-08-08T15:37:14.570Z] 48a71563854e: Waiting [2024-08-08T15:37:14.570Z] 3c20671a5817: Preparing [2024-08-08T15:37:14.570Z] c58c08cca8b5: Waiting [2024-08-08T15:37:14.570Z] 5f70bf18a086: Waiting [2024-08-08T15:37:14.570Z] a3518d90c4fc: Waiting [2024-08-08T15:37:14.570Z] 1495c9da627b: Waiting [2024-08-08T15:37:14.570Z] 3c20671a5817: Waiting [2024-08-08T15:37:14.570Z] ff44c5e781f1: Waiting [2024-08-08T15:37:14.835Z] c7ebb1ded44b: Pushed [2024-08-08T15:37:14.835Z] f82f59d7e46b: Pushed [2024-08-08T15:37:14.835Z] f82b555cae9d: Pushed [2024-08-08T15:37:14.835Z] dd084a1369c5: Pushed [2024-08-08T15:37:14.835Z] cf59cfc5a606: Pushed [2024-08-08T15:37:14.835Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:14.835Z] 3d2a61f907be: Pushed [2024-08-08T15:37:14.835Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:15.099Z] 0317c1a31eeb: Pushed [2024-08-08T15:37:15.099Z] 5f70bf18a086: Layer already exists [2024-08-08T15:37:15.099Z] c58c08cca8b5: Pushed [2024-08-08T15:37:15.099Z] 48a71563854e: Pushed [2024-08-08T15:37:15.099Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:15.099Z] 1495c9da627b: Pushed [2024-08-08T15:37:15.099Z] a3518d90c4fc: Pushed [2024-08-08T15:37:15.362Z] ff44c5e781f1: Pushed [2024-08-08T15:37:17.925Z] 94e8662ac0ea: Pushed [2024-08-08T15:37:17.925Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:e29dce04a200d0b3091e352ab8b11910492333da7fb0281bdc8377d693de7847 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:18.291Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:18.646Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-08T15:37:18.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-08T15:37:18.646Z] cf59cfc5a606: Preparing [2024-08-08T15:37:18.646Z] f82b555cae9d: Preparing [2024-08-08T15:37:18.646Z] dd084a1369c5: Preparing [2024-08-08T15:37:18.646Z] f82f59d7e46b: Preparing [2024-08-08T15:37:18.646Z] c7ebb1ded44b: Preparing [2024-08-08T15:37:18.646Z] 3d2a61f907be: Preparing [2024-08-08T15:37:18.646Z] 0317c1a31eeb: Preparing [2024-08-08T15:37:18.646Z] 94e8662ac0ea: Preparing [2024-08-08T15:37:18.646Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:18.646Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:18.646Z] 48a71563854e: Preparing [2024-08-08T15:37:18.646Z] 3d2a61f907be: Waiting [2024-08-08T15:37:18.646Z] 0317c1a31eeb: Waiting [2024-08-08T15:37:18.646Z] 94e8662ac0ea: Waiting [2024-08-08T15:37:18.646Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:18.646Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:18.646Z] c58c08cca8b5: Preparing [2024-08-08T15:37:18.646Z] 5f70bf18a086: Preparing [2024-08-08T15:37:18.646Z] 48a71563854e: Waiting [2024-08-08T15:37:18.646Z] a3518d90c4fc: Preparing [2024-08-08T15:37:18.646Z] 1495c9da627b: Preparing [2024-08-08T15:37:18.646Z] ff44c5e781f1: Preparing [2024-08-08T15:37:18.646Z] 3c20671a5817: Preparing [2024-08-08T15:37:18.646Z] a3518d90c4fc: Waiting [2024-08-08T15:37:18.646Z] 1495c9da627b: Waiting [2024-08-08T15:37:18.646Z] ff44c5e781f1: Waiting [2024-08-08T15:37:18.646Z] c58c08cca8b5: Waiting [2024-08-08T15:37:18.646Z] 3c20671a5817: Waiting [2024-08-08T15:37:18.646Z] 5f70bf18a086: Waiting [2024-08-08T15:37:18.646Z] dd084a1369c5: Layer already exists [2024-08-08T15:37:18.646Z] cf59cfc5a606: Layer already exists [2024-08-08T15:37:18.646Z] f82f59d7e46b: Layer already exists [2024-08-08T15:37:18.646Z] c7ebb1ded44b: Layer already exists [2024-08-08T15:37:18.646Z] f82b555cae9d: Layer already exists [2024-08-08T15:37:18.646Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:18.646Z] 94e8662ac0ea: Layer already exists [2024-08-08T15:37:18.646Z] 0317c1a31eeb: Layer already exists [2024-08-08T15:37:18.646Z] 3d2a61f907be: Layer already exists [2024-08-08T15:37:18.646Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:18.646Z] 5f70bf18a086: Layer already exists [2024-08-08T15:37:18.646Z] a3518d90c4fc: Layer already exists [2024-08-08T15:37:18.646Z] c58c08cca8b5: Layer already exists [2024-08-08T15:37:18.646Z] 48a71563854e: Layer already exists [2024-08-08T15:37:18.646Z] 1495c9da627b: Layer already exists [2024-08-08T15:37:18.646Z] ff44c5e781f1: Layer already exists [2024-08-08T15:37:18.646Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:18.910Z] latest: digest: sha256:e29dce04a200d0b3091e352ab8b11910492333da7fb0281bdc8377d693de7847 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:19.261Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:19.620Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.49 [2024-08-08T15:37:19.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-08T15:37:19.621Z] cf59cfc5a606: Preparing [2024-08-08T15:37:19.621Z] f82b555cae9d: Preparing [2024-08-08T15:37:19.621Z] dd084a1369c5: Preparing [2024-08-08T15:37:19.621Z] f82f59d7e46b: Preparing [2024-08-08T15:37:19.621Z] c7ebb1ded44b: Preparing [2024-08-08T15:37:19.621Z] 3d2a61f907be: Preparing [2024-08-08T15:37:19.621Z] 0317c1a31eeb: Preparing [2024-08-08T15:37:19.621Z] 94e8662ac0ea: Preparing [2024-08-08T15:37:19.621Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:19.621Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:19.621Z] 48a71563854e: Preparing [2024-08-08T15:37:19.621Z] c58c08cca8b5: Preparing [2024-08-08T15:37:19.621Z] 5f70bf18a086: Preparing [2024-08-08T15:37:19.621Z] a3518d90c4fc: Preparing [2024-08-08T15:37:19.621Z] 1495c9da627b: Preparing [2024-08-08T15:37:19.621Z] ff44c5e781f1: Preparing [2024-08-08T15:37:19.621Z] 3c20671a5817: Preparing [2024-08-08T15:37:19.621Z] 3d2a61f907be: Waiting [2024-08-08T15:37:19.621Z] 0317c1a31eeb: Waiting [2024-08-08T15:37:19.621Z] 94e8662ac0ea: Waiting [2024-08-08T15:37:19.621Z] 48a71563854e: Waiting [2024-08-08T15:37:19.621Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:19.621Z] c58c08cca8b5: Waiting [2024-08-08T15:37:19.621Z] 5f70bf18a086: Waiting [2024-08-08T15:37:19.621Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:19.621Z] ff44c5e781f1: Waiting [2024-08-08T15:37:19.621Z] 3c20671a5817: Waiting [2024-08-08T15:37:19.621Z] f82f59d7e46b: Layer already exists [2024-08-08T15:37:19.621Z] cf59cfc5a606: Layer already exists [2024-08-08T15:37:19.621Z] c7ebb1ded44b: Layer already exists [2024-08-08T15:37:19.621Z] f82b555cae9d: Layer already exists [2024-08-08T15:37:19.621Z] dd084a1369c5: Layer already exists [2024-08-08T15:37:19.621Z] 3d2a61f907be: Layer already exists [2024-08-08T15:37:19.621Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:19.621Z] 94e8662ac0ea: Layer already exists [2024-08-08T15:37:19.621Z] 0317c1a31eeb: Layer already exists [2024-08-08T15:37:19.621Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:19.621Z] 48a71563854e: Layer already exists [2024-08-08T15:37:19.621Z] 5f70bf18a086: Layer already exists [2024-08-08T15:37:19.621Z] a3518d90c4fc: Layer already exists [2024-08-08T15:37:19.621Z] c58c08cca8b5: Layer already exists [2024-08-08T15:37:19.621Z] 1495c9da627b: Layer already exists [2024-08-08T15:37:19.621Z] ff44c5e781f1: Layer already exists [2024-08-08T15:37:19.621Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:19.883Z] 3.2.0-dev.49: digest: sha256:e29dce04a200d0b3091e352ab8b11910492333da7fb0281bdc8377d693de7847 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:20.227Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:20.581Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:20.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-08T15:37:20.581Z] cf59cfc5a606: Preparing [2024-08-08T15:37:20.581Z] f82b555cae9d: Preparing [2024-08-08T15:37:20.581Z] dd084a1369c5: Preparing [2024-08-08T15:37:20.581Z] f82f59d7e46b: Preparing [2024-08-08T15:37:20.581Z] c7ebb1ded44b: Preparing [2024-08-08T15:37:20.581Z] 3d2a61f907be: Preparing [2024-08-08T15:37:20.581Z] 0317c1a31eeb: Preparing [2024-08-08T15:37:20.581Z] 94e8662ac0ea: Preparing [2024-08-08T15:37:20.581Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:20.581Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:20.581Z] 48a71563854e: Preparing [2024-08-08T15:37:20.581Z] c58c08cca8b5: Preparing [2024-08-08T15:37:20.581Z] 5f70bf18a086: Preparing [2024-08-08T15:37:20.581Z] a3518d90c4fc: Preparing [2024-08-08T15:37:20.581Z] 1495c9da627b: Preparing [2024-08-08T15:37:20.581Z] ff44c5e781f1: Preparing [2024-08-08T15:37:20.581Z] 3c20671a5817: Preparing [2024-08-08T15:37:20.581Z] 48a71563854e: Waiting [2024-08-08T15:37:20.581Z] c58c08cca8b5: Waiting [2024-08-08T15:37:20.581Z] 5f70bf18a086: Waiting [2024-08-08T15:37:20.581Z] a3518d90c4fc: Waiting [2024-08-08T15:37:20.581Z] 1495c9da627b: Waiting [2024-08-08T15:37:20.581Z] ff44c5e781f1: Waiting [2024-08-08T15:37:20.581Z] 3c20671a5817: Waiting [2024-08-08T15:37:20.581Z] 3d2a61f907be: Waiting [2024-08-08T15:37:20.581Z] 0317c1a31eeb: Waiting [2024-08-08T15:37:20.581Z] 94e8662ac0ea: Waiting [2024-08-08T15:37:20.581Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:20.581Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:20.581Z] c7ebb1ded44b: Layer already exists [2024-08-08T15:37:20.581Z] cf59cfc5a606: Layer already exists [2024-08-08T15:37:20.581Z] f82b555cae9d: Layer already exists [2024-08-08T15:37:20.581Z] f82f59d7e46b: Layer already exists [2024-08-08T15:37:20.581Z] dd084a1369c5: Layer already exists [2024-08-08T15:37:20.581Z] 3d2a61f907be: Layer already exists [2024-08-08T15:37:20.581Z] 94e8662ac0ea: Layer already exists [2024-08-08T15:37:20.581Z] 0317c1a31eeb: Layer already exists [2024-08-08T15:37:20.581Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:20.581Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:20.581Z] 48a71563854e: Layer already exists [2024-08-08T15:37:20.581Z] c58c08cca8b5: Layer already exists [2024-08-08T15:37:20.581Z] 5f70bf18a086: Layer already exists [2024-08-08T15:37:20.581Z] a3518d90c4fc: Layer already exists [2024-08-08T15:37:20.581Z] 1495c9da627b: Layer already exists [2024-08-08T15:37:20.581Z] ff44c5e781f1: Layer already exists [2024-08-08T15:37:20.581Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:20.847Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:e29dce04a200d0b3091e352ab8b11910492333da7fb0281bdc8377d693de7847 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:21.213Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:21.575Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2024-08-08T15:37:21.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2024-08-08T15:37:21.575Z] cf59cfc5a606: Preparing [2024-08-08T15:37:21.575Z] f82b555cae9d: Preparing [2024-08-08T15:37:21.575Z] dd084a1369c5: Preparing [2024-08-08T15:37:21.575Z] f82f59d7e46b: Preparing [2024-08-08T15:37:21.575Z] c7ebb1ded44b: Preparing [2024-08-08T15:37:21.575Z] 3d2a61f907be: Preparing [2024-08-08T15:37:21.575Z] 0317c1a31eeb: Preparing [2024-08-08T15:37:21.575Z] 94e8662ac0ea: Preparing [2024-08-08T15:37:21.575Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:21.575Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:21.575Z] 48a71563854e: Preparing [2024-08-08T15:37:21.575Z] c58c08cca8b5: Preparing [2024-08-08T15:37:21.575Z] 5f70bf18a086: Preparing [2024-08-08T15:37:21.575Z] a3518d90c4fc: Preparing [2024-08-08T15:37:21.575Z] 1495c9da627b: Preparing [2024-08-08T15:37:21.575Z] ff44c5e781f1: Preparing [2024-08-08T15:37:21.575Z] 3c20671a5817: Preparing [2024-08-08T15:37:21.575Z] 3d2a61f907be: Waiting [2024-08-08T15:37:21.575Z] 0317c1a31eeb: Waiting [2024-08-08T15:37:21.575Z] 94e8662ac0ea: Waiting [2024-08-08T15:37:21.575Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:21.575Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:21.575Z] c58c08cca8b5: Waiting [2024-08-08T15:37:21.575Z] 48a71563854e: Waiting [2024-08-08T15:37:21.575Z] 5f70bf18a086: Waiting [2024-08-08T15:37:21.575Z] ff44c5e781f1: Waiting [2024-08-08T15:37:21.575Z] 3c20671a5817: Waiting [2024-08-08T15:37:21.575Z] a3518d90c4fc: Waiting [2024-08-08T15:37:21.575Z] 1495c9da627b: Waiting [2024-08-08T15:37:21.575Z] f82b555cae9d: Layer already exists [2024-08-08T15:37:21.575Z] cf59cfc5a606: Layer already exists [2024-08-08T15:37:21.575Z] dd084a1369c5: Layer already exists [2024-08-08T15:37:21.575Z] c7ebb1ded44b: Layer already exists [2024-08-08T15:37:21.575Z] f82f59d7e46b: Layer already exists [2024-08-08T15:37:21.575Z] 3d2a61f907be: Layer already exists [2024-08-08T15:37:21.575Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:21.575Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:21.575Z] 94e8662ac0ea: Layer already exists [2024-08-08T15:37:21.575Z] 0317c1a31eeb: Layer already exists [2024-08-08T15:37:21.575Z] 5f70bf18a086: Layer already exists [2024-08-08T15:37:21.575Z] a3518d90c4fc: Layer already exists [2024-08-08T15:37:21.575Z] c58c08cca8b5: Layer already exists [2024-08-08T15:37:21.575Z] 48a71563854e: Layer already exists [2024-08-08T15:37:21.575Z] 1495c9da627b: Layer already exists [2024-08-08T15:37:21.575Z] ff44c5e781f1: Layer already exists [2024-08-08T15:37:21.575Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:21.840Z] main: digest: sha256:e29dce04a200d0b3091e352ab8b11910492333da7fb0281bdc8377d693de7847 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:37:21.924Z] ===================================================== [Pipeline] echo [2024-08-08T15:37:21.940Z] taggedImages: [2024-08-08T15:37:21.940Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:21.940Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2024-08-08T15:37:21.940Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.49 [2024-08-08T15:37:21.940Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:21.940Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2024-08-08T15:37:21.965Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2024-08-08T15:37:21.965Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:21.965Z] latest [2024-08-08T15:37:21.965Z] 3.2.0-dev.49 [2024-08-08T15:37:21.965Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:21.965Z] main [2024-08-08T15:37:21.965Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:22.317Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:22.665Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:22.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-08T15:37:22.665Z] 442da9aa8616: Preparing [2024-08-08T15:37:22.665Z] 6dfd0a018100: Preparing [2024-08-08T15:37:22.665Z] c33e475bc593: Preparing [2024-08-08T15:37:22.665Z] bfca2343762d: Preparing [2024-08-08T15:37:22.665Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:22.665Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:22.665Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:22.665Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:22.665Z] 3c20671a5817: Preparing [2024-08-08T15:37:22.665Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:22.665Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:22.665Z] 3c20671a5817: Waiting [2024-08-08T15:37:22.929Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:22.929Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:22.929Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:22.929Z] 6dfd0a018100: Pushed [2024-08-08T15:37:22.929Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:22.929Z] 442da9aa8616: Pushed [2024-08-08T15:37:22.929Z] c33e475bc593: Pushed [2024-08-08T15:37:22.929Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:28.243Z] bfca2343762d: Pushed [2024-08-08T15:37:28.244Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:0e95f2465c1584a037a2a7797334993b0e28f1c2723f4d826dfba63fcb6897f2 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:28.594Z] + 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-08-08T15:37:28.944Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-08T15:37:28.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-08T15:37:28.944Z] 442da9aa8616: Preparing [2024-08-08T15:37:28.944Z] 6dfd0a018100: Preparing [2024-08-08T15:37:28.944Z] c33e475bc593: Preparing [2024-08-08T15:37:28.944Z] bfca2343762d: Preparing [2024-08-08T15:37:28.944Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:28.944Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:28.944Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:28.944Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:28.944Z] 3c20671a5817: Preparing [2024-08-08T15:37:28.944Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:28.944Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:28.944Z] 3c20671a5817: Waiting [2024-08-08T15:37:28.944Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:28.944Z] 6dfd0a018100: Layer already exists [2024-08-08T15:37:28.944Z] bfca2343762d: Layer already exists [2024-08-08T15:37:28.944Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:28.944Z] c33e475bc593: Layer already exists [2024-08-08T15:37:28.944Z] 442da9aa8616: Layer already exists [2024-08-08T15:37:28.944Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:28.944Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:28.944Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:28.944Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:28.944Z] latest: digest: sha256:0e95f2465c1584a037a2a7797334993b0e28f1c2723f4d826dfba63fcb6897f2 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:29.578Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:29.929Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.49 [2024-08-08T15:37:29.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-08T15:37:29.929Z] 442da9aa8616: Preparing [2024-08-08T15:37:29.929Z] 6dfd0a018100: Preparing [2024-08-08T15:37:29.929Z] c33e475bc593: Preparing [2024-08-08T15:37:29.929Z] bfca2343762d: Preparing [2024-08-08T15:37:29.929Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:29.929Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:29.929Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:29.929Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:29.929Z] 3c20671a5817: Preparing [2024-08-08T15:37:29.929Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:29.929Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:29.929Z] 3c20671a5817: Waiting [2024-08-08T15:37:29.929Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:29.929Z] bfca2343762d: Layer already exists [2024-08-08T15:37:29.929Z] c33e475bc593: Layer already exists [2024-08-08T15:37:29.929Z] 6dfd0a018100: Layer already exists [2024-08-08T15:37:29.929Z] 442da9aa8616: Layer already exists [2024-08-08T15:37:29.929Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:29.929Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:29.929Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:29.929Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:29.929Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:30.193Z] 3.2.0-dev.49: digest: sha256:0e95f2465c1584a037a2a7797334993b0e28f1c2723f4d826dfba63fcb6897f2 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:30.700Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:31.042Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:31.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-08T15:37:31.042Z] 442da9aa8616: Preparing [2024-08-08T15:37:31.042Z] 6dfd0a018100: Preparing [2024-08-08T15:37:31.042Z] c33e475bc593: Preparing [2024-08-08T15:37:31.042Z] bfca2343762d: Preparing [2024-08-08T15:37:31.042Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:31.042Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:31.042Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:31.042Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:31.042Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:31.042Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:31.042Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:31.042Z] 3c20671a5817: Preparing [2024-08-08T15:37:31.042Z] bfca2343762d: Layer already exists [2024-08-08T15:37:31.042Z] 6dfd0a018100: Layer already exists [2024-08-08T15:37:31.042Z] c33e475bc593: Layer already exists [2024-08-08T15:37:31.042Z] 442da9aa8616: Layer already exists [2024-08-08T15:37:31.042Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:31.042Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:31.042Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:31.042Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:31.042Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:31.042Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:0e95f2465c1584a037a2a7797334993b0e28f1c2723f4d826dfba63fcb6897f2 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:31.657Z] + 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-08-08T15:37:31.995Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2024-08-08T15:37:31.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2024-08-08T15:37:31.995Z] 442da9aa8616: Preparing [2024-08-08T15:37:31.995Z] 6dfd0a018100: Preparing [2024-08-08T15:37:31.995Z] c33e475bc593: Preparing [2024-08-08T15:37:31.995Z] bfca2343762d: Preparing [2024-08-08T15:37:31.995Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:31.995Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:31.995Z] 03dedca3a2fe: Preparing [2024-08-08T15:37:31.995Z] 52b38f55b4eb: Preparing [2024-08-08T15:37:31.995Z] 3c20671a5817: Preparing [2024-08-08T15:37:31.995Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:31.995Z] 52b38f55b4eb: Waiting [2024-08-08T15:37:31.995Z] 3c20671a5817: Waiting [2024-08-08T15:37:31.995Z] 03dedca3a2fe: Waiting [2024-08-08T15:37:31.995Z] 442da9aa8616: Layer already exists [2024-08-08T15:37:31.995Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:31.995Z] c33e475bc593: Layer already exists [2024-08-08T15:37:31.995Z] bfca2343762d: Layer already exists [2024-08-08T15:37:31.995Z] 6dfd0a018100: Layer already exists [2024-08-08T15:37:31.995Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:37:31.995Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:31.995Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:37:31.995Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:32.396Z] main: digest: sha256:0e95f2465c1584a037a2a7797334993b0e28f1c2723f4d826dfba63fcb6897f2 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:37:32.478Z] ===================================================== [Pipeline] echo [2024-08-08T15:37:32.491Z] taggedImages: [2024-08-08T15:37:32.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:32.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2024-08-08T15:37:32.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.49 [2024-08-08T15:37:32.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:32.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2024-08-08T15:37:32.519Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2024-08-08T15:37:32.519Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:32.519Z] latest [2024-08-08T15:37:32.519Z] 3.2.0-dev.49 [2024-08-08T15:37:32.519Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:32.519Z] main [2024-08-08T15:37:32.519Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:32.875Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:33.226Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:33.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-08T15:37:33.226Z] be2dabe0d03e: Preparing [2024-08-08T15:37:33.226Z] d8da58ceb019: Preparing [2024-08-08T15:37:33.226Z] 0c269a8e59dc: Preparing [2024-08-08T15:37:33.226Z] bb78be3d9756: Preparing [2024-08-08T15:37:33.226Z] 828e12653cb7: Preparing [2024-08-08T15:37:33.226Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:33.226Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:33.226Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:33.226Z] daeef654ff54: Preparing [2024-08-08T15:37:33.226Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:33.226Z] c6a14fe5b79f: Preparing [2024-08-08T15:37:33.226Z] daeef654ff54: Waiting [2024-08-08T15:37:33.226Z] c6a14fe5b79f: Waiting [2024-08-08T15:37:33.226Z] 34569cb1b899: Preparing [2024-08-08T15:37:33.226Z] 3c20671a5817: Preparing [2024-08-08T15:37:33.226Z] 34569cb1b899: Waiting [2024-08-08T15:37:33.226Z] 3c20671a5817: Waiting [2024-08-08T15:37:33.491Z] bb78be3d9756: Pushed [2024-08-08T15:37:33.491Z] d8da58ceb019: Pushed [2024-08-08T15:37:33.491Z] 828e12653cb7: Pushed [2024-08-08T15:37:33.491Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:33.491Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:33.491Z] be2dabe0d03e: Pushed [2024-08-08T15:37:33.491Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:33.755Z] daeef654ff54: Pushed [2024-08-08T15:37:33.755Z] c6a14fe5b79f: Pushed [2024-08-08T15:37:35.685Z] 0c269a8e59dc: Pushed [2024-08-08T15:37:35.948Z] 34569cb1b899: Pushed [2024-08-08T15:37:36.211Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:4733d58f726034d897dc504566c506da643fffb14eda70408e8856d9e919d17a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:36.572Z] + 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-08-08T15:37:36.914Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-08T15:37:36.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-08T15:37:36.914Z] be2dabe0d03e: Preparing [2024-08-08T15:37:36.914Z] d8da58ceb019: Preparing [2024-08-08T15:37:36.914Z] 0c269a8e59dc: Preparing [2024-08-08T15:37:36.914Z] bb78be3d9756: Preparing [2024-08-08T15:37:36.914Z] 828e12653cb7: Preparing [2024-08-08T15:37:36.914Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:36.914Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:36.914Z] daeef654ff54: Preparing [2024-08-08T15:37:36.914Z] c6a14fe5b79f: Preparing [2024-08-08T15:37:36.914Z] 34569cb1b899: Preparing [2024-08-08T15:37:36.914Z] 3c20671a5817: Preparing [2024-08-08T15:37:36.914Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:36.914Z] daeef654ff54: Waiting [2024-08-08T15:37:36.914Z] c6a14fe5b79f: Waiting [2024-08-08T15:37:36.914Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:36.914Z] 34569cb1b899: Waiting [2024-08-08T15:37:36.914Z] 3c20671a5817: Waiting [2024-08-08T15:37:36.914Z] be2dabe0d03e: Layer already exists [2024-08-08T15:37:36.914Z] 828e12653cb7: Layer already exists [2024-08-08T15:37:36.914Z] d8da58ceb019: Layer already exists [2024-08-08T15:37:36.914Z] 0c269a8e59dc: Layer already exists [2024-08-08T15:37:36.914Z] bb78be3d9756: Layer already exists [2024-08-08T15:37:36.914Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:36.914Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:36.914Z] c6a14fe5b79f: Layer already exists [2024-08-08T15:37:36.914Z] 34569cb1b899: Layer already exists [2024-08-08T15:37:36.914Z] daeef654ff54: Layer already exists [2024-08-08T15:37:36.914Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:37.179Z] latest: digest: sha256:4733d58f726034d897dc504566c506da643fffb14eda70408e8856d9e919d17a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:37.528Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:37.880Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.49 [2024-08-08T15:37:37.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-08T15:37:37.880Z] be2dabe0d03e: Preparing [2024-08-08T15:37:37.880Z] d8da58ceb019: Preparing [2024-08-08T15:37:37.880Z] 0c269a8e59dc: Preparing [2024-08-08T15:37:37.880Z] bb78be3d9756: Preparing [2024-08-08T15:37:37.880Z] 828e12653cb7: Preparing [2024-08-08T15:37:37.880Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:37.880Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:37.880Z] daeef654ff54: Preparing [2024-08-08T15:37:37.880Z] c6a14fe5b79f: Preparing [2024-08-08T15:37:37.880Z] 34569cb1b899: Preparing [2024-08-08T15:37:37.880Z] 3c20671a5817: Preparing [2024-08-08T15:37:37.880Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:37.880Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:37.880Z] daeef654ff54: Waiting [2024-08-08T15:37:37.880Z] c6a14fe5b79f: Waiting [2024-08-08T15:37:37.880Z] 34569cb1b899: Waiting [2024-08-08T15:37:37.880Z] 3c20671a5817: Waiting [2024-08-08T15:37:37.880Z] be2dabe0d03e: Layer already exists [2024-08-08T15:37:37.880Z] d8da58ceb019: Layer already exists [2024-08-08T15:37:37.880Z] 828e12653cb7: Layer already exists [2024-08-08T15:37:37.880Z] 0c269a8e59dc: Layer already exists [2024-08-08T15:37:37.880Z] bb78be3d9756: Layer already exists [2024-08-08T15:37:37.880Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:37.880Z] daeef654ff54: Layer already exists [2024-08-08T15:37:37.880Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:37.880Z] c6a14fe5b79f: Layer already exists [2024-08-08T15:37:37.880Z] 34569cb1b899: Layer already exists [2024-08-08T15:37:37.880Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:38.144Z] 3.2.0-dev.49: digest: sha256:4733d58f726034d897dc504566c506da643fffb14eda70408e8856d9e919d17a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:38.488Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:38.839Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:38.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-08T15:37:38.839Z] be2dabe0d03e: Preparing [2024-08-08T15:37:38.839Z] d8da58ceb019: Preparing [2024-08-08T15:37:38.839Z] 0c269a8e59dc: Preparing [2024-08-08T15:37:38.839Z] bb78be3d9756: Preparing [2024-08-08T15:37:38.839Z] 828e12653cb7: Preparing [2024-08-08T15:37:38.839Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:38.839Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:38.839Z] daeef654ff54: Preparing [2024-08-08T15:37:38.839Z] c6a14fe5b79f: Preparing [2024-08-08T15:37:38.839Z] 34569cb1b899: Preparing [2024-08-08T15:37:38.839Z] 3c20671a5817: Preparing [2024-08-08T15:37:38.839Z] daeef654ff54: Waiting [2024-08-08T15:37:38.839Z] c6a14fe5b79f: Waiting [2024-08-08T15:37:38.839Z] 34569cb1b899: Waiting [2024-08-08T15:37:38.839Z] 3c20671a5817: Waiting [2024-08-08T15:37:38.839Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:38.839Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:38.839Z] bb78be3d9756: Layer already exists [2024-08-08T15:37:38.839Z] 828e12653cb7: Layer already exists [2024-08-08T15:37:38.839Z] be2dabe0d03e: Layer already exists [2024-08-08T15:37:38.839Z] 0c269a8e59dc: Layer already exists [2024-08-08T15:37:38.839Z] d8da58ceb019: Layer already exists [2024-08-08T15:37:38.839Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:38.839Z] daeef654ff54: Layer already exists [2024-08-08T15:37:38.839Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:38.839Z] c6a14fe5b79f: Layer already exists [2024-08-08T15:37:38.839Z] 34569cb1b899: Layer already exists [2024-08-08T15:37:38.839Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:39.103Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:4733d58f726034d897dc504566c506da643fffb14eda70408e8856d9e919d17a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:39.453Z] + 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-08-08T15:37:39.797Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2024-08-08T15:37:39.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2024-08-08T15:37:39.797Z] be2dabe0d03e: Preparing [2024-08-08T15:37:39.797Z] d8da58ceb019: Preparing [2024-08-08T15:37:39.797Z] 0c269a8e59dc: Preparing [2024-08-08T15:37:39.797Z] bb78be3d9756: Preparing [2024-08-08T15:37:39.797Z] 828e12653cb7: Preparing [2024-08-08T15:37:39.797Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:39.797Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:39.797Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:39.797Z] daeef654ff54: Preparing [2024-08-08T15:37:39.797Z] c6a14fe5b79f: Preparing [2024-08-08T15:37:39.797Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:39.797Z] daeef654ff54: Waiting [2024-08-08T15:37:39.797Z] c6a14fe5b79f: Waiting [2024-08-08T15:37:39.797Z] 34569cb1b899: Preparing [2024-08-08T15:37:39.797Z] 3c20671a5817: Preparing [2024-08-08T15:37:39.797Z] 3c20671a5817: Waiting [2024-08-08T15:37:39.797Z] bb78be3d9756: Layer already exists [2024-08-08T15:37:39.797Z] 0c269a8e59dc: Layer already exists [2024-08-08T15:37:39.797Z] d8da58ceb019: Layer already exists [2024-08-08T15:37:39.797Z] be2dabe0d03e: Layer already exists [2024-08-08T15:37:39.797Z] 828e12653cb7: Layer already exists [2024-08-08T15:37:39.797Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:39.797Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:39.797Z] daeef654ff54: Layer already exists [2024-08-08T15:37:39.797Z] c6a14fe5b79f: Layer already exists [2024-08-08T15:37:39.797Z] 34569cb1b899: Layer already exists [2024-08-08T15:37:39.797Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:40.061Z] main: digest: sha256:4733d58f726034d897dc504566c506da643fffb14eda70408e8856d9e919d17a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:37:40.194Z] ===================================================== [Pipeline] echo [2024-08-08T15:37:40.205Z] taggedImages: [2024-08-08T15:37:40.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:40.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2024-08-08T15:37:40.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.49 [2024-08-08T15:37:40.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:40.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2024-08-08T15:37:40.233Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2024-08-08T15:37:40.233Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:40.233Z] latest [2024-08-08T15:37:40.233Z] 3.2.0-dev.49 [2024-08-08T15:37:40.233Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:40.233Z] main [2024-08-08T15:37:40.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:40.594Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:40.938Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:40.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-08T15:37:40.938Z] 38e73d2c1dce: Preparing [2024-08-08T15:37:40.938Z] cb81f8ab7fc9: Preparing [2024-08-08T15:37:40.938Z] 7bee2d1f5f43: Preparing [2024-08-08T15:37:40.938Z] acae7fc8c4f6: Preparing [2024-08-08T15:37:40.938Z] 9d959e58ca6b: Preparing [2024-08-08T15:37:40.938Z] f5a39ca67ea7: Preparing [2024-08-08T15:37:40.938Z] adbe21d8c530: Preparing [2024-08-08T15:37:40.938Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:40.938Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:40.938Z] d2de7ff0a5c9: Preparing [2024-08-08T15:37:40.938Z] 989616f83446: Preparing [2024-08-08T15:37:40.938Z] 3c20671a5817: Preparing [2024-08-08T15:37:40.938Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:40.938Z] f5a39ca67ea7: Waiting [2024-08-08T15:37:40.938Z] adbe21d8c530: Waiting [2024-08-08T15:37:40.938Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:40.938Z] d2de7ff0a5c9: Waiting [2024-08-08T15:37:40.938Z] 989616f83446: Waiting [2024-08-08T15:37:40.938Z] 3c20671a5817: Waiting [2024-08-08T15:37:41.215Z] cb81f8ab7fc9: Pushed [2024-08-08T15:37:41.215Z] 9d959e58ca6b: Pushed [2024-08-08T15:37:41.215Z] 38e73d2c1dce: Pushed [2024-08-08T15:37:41.215Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:41.215Z] f5a39ca67ea7: Pushed [2024-08-08T15:37:41.215Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:41.215Z] adbe21d8c530: Pushed [2024-08-08T15:37:41.481Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:41.481Z] d2de7ff0a5c9: Pushed [2024-08-08T15:37:43.423Z] acae7fc8c4f6: Pushed [2024-08-08T15:37:43.688Z] 7bee2d1f5f43: Pushed [2024-08-08T15:37:43.952Z] 989616f83446: Pushed [2024-08-08T15:37:44.215Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:770f2e68b4af1c007bb7bc8277260da41480089235fed699e566ed519e54f20b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:44.567Z] + 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-08-08T15:37:44.913Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-08T15:37:44.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-08T15:37:44.913Z] 38e73d2c1dce: Preparing [2024-08-08T15:37:44.913Z] cb81f8ab7fc9: Preparing [2024-08-08T15:37:44.913Z] 7bee2d1f5f43: Preparing [2024-08-08T15:37:44.913Z] acae7fc8c4f6: Preparing [2024-08-08T15:37:44.913Z] 9d959e58ca6b: Preparing [2024-08-08T15:37:44.913Z] f5a39ca67ea7: Preparing [2024-08-08T15:37:44.913Z] adbe21d8c530: Preparing [2024-08-08T15:37:44.913Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:44.913Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:44.913Z] d2de7ff0a5c9: Preparing [2024-08-08T15:37:44.913Z] 989616f83446: Preparing [2024-08-08T15:37:44.913Z] 3c20671a5817: Preparing [2024-08-08T15:37:44.913Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:44.913Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:44.913Z] d2de7ff0a5c9: Waiting [2024-08-08T15:37:44.913Z] 989616f83446: Waiting [2024-08-08T15:37:44.913Z] 3c20671a5817: Waiting [2024-08-08T15:37:44.913Z] f5a39ca67ea7: Waiting [2024-08-08T15:37:44.913Z] adbe21d8c530: Waiting [2024-08-08T15:37:44.913Z] 9d959e58ca6b: Layer already exists [2024-08-08T15:37:44.913Z] 7bee2d1f5f43: Layer already exists [2024-08-08T15:37:44.913Z] cb81f8ab7fc9: Layer already exists [2024-08-08T15:37:44.913Z] acae7fc8c4f6: Layer already exists [2024-08-08T15:37:44.913Z] 38e73d2c1dce: Layer already exists [2024-08-08T15:37:44.913Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:44.913Z] f5a39ca67ea7: Layer already exists [2024-08-08T15:37:44.913Z] adbe21d8c530: Layer already exists [2024-08-08T15:37:44.913Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:44.913Z] d2de7ff0a5c9: Layer already exists [2024-08-08T15:37:44.913Z] 989616f83446: Layer already exists [2024-08-08T15:37:44.913Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:45.176Z] latest: digest: sha256:770f2e68b4af1c007bb7bc8277260da41480089235fed699e566ed519e54f20b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:45.515Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:45.880Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.49 [2024-08-08T15:37:45.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-08T15:37:45.880Z] 38e73d2c1dce: Preparing [2024-08-08T15:37:45.880Z] cb81f8ab7fc9: Preparing [2024-08-08T15:37:45.880Z] 7bee2d1f5f43: Preparing [2024-08-08T15:37:45.880Z] acae7fc8c4f6: Preparing [2024-08-08T15:37:45.880Z] 9d959e58ca6b: Preparing [2024-08-08T15:37:45.880Z] f5a39ca67ea7: Preparing [2024-08-08T15:37:45.880Z] adbe21d8c530: Preparing [2024-08-08T15:37:45.880Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:45.880Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:45.880Z] d2de7ff0a5c9: Preparing [2024-08-08T15:37:45.880Z] 989616f83446: Preparing [2024-08-08T15:37:45.880Z] 3c20671a5817: Preparing [2024-08-08T15:37:45.880Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:45.880Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:45.880Z] d2de7ff0a5c9: Waiting [2024-08-08T15:37:45.880Z] 989616f83446: Waiting [2024-08-08T15:37:45.880Z] 3c20671a5817: Waiting [2024-08-08T15:37:45.880Z] f5a39ca67ea7: Waiting [2024-08-08T15:37:45.880Z] adbe21d8c530: Waiting [2024-08-08T15:37:45.880Z] cb81f8ab7fc9: Layer already exists [2024-08-08T15:37:45.880Z] 38e73d2c1dce: Layer already exists [2024-08-08T15:37:45.880Z] acae7fc8c4f6: Layer already exists [2024-08-08T15:37:45.880Z] 9d959e58ca6b: Layer already exists [2024-08-08T15:37:45.880Z] 7bee2d1f5f43: Layer already exists [2024-08-08T15:37:45.880Z] adbe21d8c530: Layer already exists [2024-08-08T15:37:45.880Z] f5a39ca67ea7: Layer already exists [2024-08-08T15:37:45.880Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:45.880Z] d2de7ff0a5c9: Layer already exists [2024-08-08T15:37:45.880Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:45.880Z] 989616f83446: Layer already exists [2024-08-08T15:37:45.880Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:46.143Z] 3.2.0-dev.49: digest: sha256:770f2e68b4af1c007bb7bc8277260da41480089235fed699e566ed519e54f20b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:46.491Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:46.836Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:46.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-08T15:37:46.836Z] 38e73d2c1dce: Preparing [2024-08-08T15:37:46.836Z] cb81f8ab7fc9: Preparing [2024-08-08T15:37:46.836Z] 7bee2d1f5f43: Preparing [2024-08-08T15:37:46.836Z] acae7fc8c4f6: Preparing [2024-08-08T15:37:46.836Z] 9d959e58ca6b: Preparing [2024-08-08T15:37:46.836Z] f5a39ca67ea7: Preparing [2024-08-08T15:37:46.836Z] adbe21d8c530: Preparing [2024-08-08T15:37:46.836Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:46.836Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:46.836Z] d2de7ff0a5c9: Preparing [2024-08-08T15:37:46.836Z] 989616f83446: Preparing [2024-08-08T15:37:46.836Z] 3c20671a5817: Preparing [2024-08-08T15:37:46.836Z] f5a39ca67ea7: Waiting [2024-08-08T15:37:46.836Z] adbe21d8c530: Waiting [2024-08-08T15:37:46.836Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:46.836Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:46.836Z] d2de7ff0a5c9: Waiting [2024-08-08T15:37:46.836Z] 989616f83446: Waiting [2024-08-08T15:37:46.836Z] 3c20671a5817: Waiting [2024-08-08T15:37:46.836Z] 7bee2d1f5f43: Layer already exists [2024-08-08T15:37:46.836Z] 38e73d2c1dce: Layer already exists [2024-08-08T15:37:46.836Z] cb81f8ab7fc9: Layer already exists [2024-08-08T15:37:46.836Z] acae7fc8c4f6: Layer already exists [2024-08-08T15:37:46.836Z] 9d959e58ca6b: Layer already exists [2024-08-08T15:37:46.836Z] f5a39ca67ea7: Layer already exists [2024-08-08T15:37:46.836Z] adbe21d8c530: Layer already exists [2024-08-08T15:37:46.836Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:46.836Z] d2de7ff0a5c9: Layer already exists [2024-08-08T15:37:46.836Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:46.836Z] 989616f83446: Layer already exists [2024-08-08T15:37:46.836Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:47.099Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:770f2e68b4af1c007bb7bc8277260da41480089235fed699e566ed519e54f20b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:47.450Z] + 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-08-08T15:37:47.786Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2024-08-08T15:37:47.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2024-08-08T15:37:47.786Z] 38e73d2c1dce: Preparing [2024-08-08T15:37:47.786Z] cb81f8ab7fc9: Preparing [2024-08-08T15:37:47.786Z] 7bee2d1f5f43: Preparing [2024-08-08T15:37:47.786Z] acae7fc8c4f6: Preparing [2024-08-08T15:37:47.786Z] 9d959e58ca6b: Preparing [2024-08-08T15:37:47.786Z] f5a39ca67ea7: Preparing [2024-08-08T15:37:47.786Z] adbe21d8c530: Preparing [2024-08-08T15:37:47.786Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:47.786Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:47.786Z] d2de7ff0a5c9: Preparing [2024-08-08T15:37:47.786Z] 989616f83446: Preparing [2024-08-08T15:37:47.786Z] 3c20671a5817: Preparing [2024-08-08T15:37:47.786Z] 3e5e94a304b2: Waiting [2024-08-08T15:37:47.786Z] 4d228c4d29f9: Waiting [2024-08-08T15:37:47.786Z] d2de7ff0a5c9: Waiting [2024-08-08T15:37:47.786Z] 989616f83446: Waiting [2024-08-08T15:37:47.786Z] 3c20671a5817: Waiting [2024-08-08T15:37:47.786Z] f5a39ca67ea7: Waiting [2024-08-08T15:37:47.786Z] adbe21d8c530: Waiting [2024-08-08T15:37:47.786Z] 38e73d2c1dce: Layer already exists [2024-08-08T15:37:47.786Z] cb81f8ab7fc9: Layer already exists [2024-08-08T15:37:47.786Z] 7bee2d1f5f43: Layer already exists [2024-08-08T15:37:47.786Z] acae7fc8c4f6: Layer already exists [2024-08-08T15:37:47.786Z] 9d959e58ca6b: Layer already exists [2024-08-08T15:37:47.786Z] adbe21d8c530: Layer already exists [2024-08-08T15:37:47.786Z] f5a39ca67ea7: Layer already exists [2024-08-08T15:37:47.786Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:47.786Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:47.786Z] d2de7ff0a5c9: Layer already exists [2024-08-08T15:37:47.786Z] 989616f83446: Layer already exists [2024-08-08T15:37:47.786Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:48.050Z] main: digest: sha256:770f2e68b4af1c007bb7bc8277260da41480089235fed699e566ed519e54f20b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:37:48.146Z] ===================================================== [Pipeline] echo [2024-08-08T15:37:48.159Z] taggedImages: [2024-08-08T15:37:48.159Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:48.159Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2024-08-08T15:37:48.159Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.49 [2024-08-08T15:37:48.159Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:48.159Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2024-08-08T15:37:48.193Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2024-08-08T15:37:48.193Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:48.193Z] latest [2024-08-08T15:37:48.193Z] 3.2.0-dev.49 [2024-08-08T15:37:48.193Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:48.193Z] main [2024-08-08T15:37:48.193Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:48.570Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:48.912Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:48.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-08T15:37:48.912Z] 149993828ba7: Preparing [2024-08-08T15:37:48.912Z] 0eee7e4f1658: Preparing [2024-08-08T15:37:48.912Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:48.912Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:48.912Z] e0c594f98559: Preparing [2024-08-08T15:37:48.912Z] 31fc3018242d: Preparing [2024-08-08T15:37:48.912Z] 3c20671a5817: Preparing [2024-08-08T15:37:48.912Z] 31fc3018242d: Waiting [2024-08-08T15:37:48.912Z] 3c20671a5817: Waiting [2024-08-08T15:37:48.912Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:49.176Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:49.176Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:49.176Z] e0c594f98559: Pushed [2024-08-08T15:37:49.176Z] 149993828ba7: Pushed [2024-08-08T15:37:51.105Z] 31fc3018242d: Pushed [2024-08-08T15:37:52.500Z] 0eee7e4f1658: Pushed [2024-08-08T15:37:52.765Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:3ca9acdda02e9b2e74d38f24ee39cf147952104df59ac86b2a13b70133eb2c61 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:53.181Z] + 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-08-08T15:37:53.539Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-08T15:37:53.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-08T15:37:53.539Z] 149993828ba7: Preparing [2024-08-08T15:37:53.539Z] 0eee7e4f1658: Preparing [2024-08-08T15:37:53.539Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:53.539Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:53.539Z] e0c594f98559: Preparing [2024-08-08T15:37:53.539Z] 31fc3018242d: Preparing [2024-08-08T15:37:53.539Z] 3c20671a5817: Preparing [2024-08-08T15:37:53.539Z] 31fc3018242d: Waiting [2024-08-08T15:37:53.539Z] 149993828ba7: Layer already exists [2024-08-08T15:37:53.539Z] e0c594f98559: Layer already exists [2024-08-08T15:37:53.539Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:53.539Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:53.539Z] 0eee7e4f1658: Layer already exists [2024-08-08T15:37:53.539Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:53.539Z] 31fc3018242d: Layer already exists [2024-08-08T15:37:53.811Z] latest: digest: sha256:3ca9acdda02e9b2e74d38f24ee39cf147952104df59ac86b2a13b70133eb2c61 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:54.178Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:54.533Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.49 [2024-08-08T15:37:54.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-08T15:37:54.533Z] 149993828ba7: Preparing [2024-08-08T15:37:54.533Z] 0eee7e4f1658: Preparing [2024-08-08T15:37:54.533Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:54.533Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:54.533Z] e0c594f98559: Preparing [2024-08-08T15:37:54.533Z] 31fc3018242d: Preparing [2024-08-08T15:37:54.533Z] 3c20671a5817: Preparing [2024-08-08T15:37:54.533Z] 31fc3018242d: Waiting [2024-08-08T15:37:54.533Z] 3c20671a5817: Waiting [2024-08-08T15:37:54.533Z] 149993828ba7: Layer already exists [2024-08-08T15:37:54.533Z] 0eee7e4f1658: Layer already exists [2024-08-08T15:37:54.533Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:54.533Z] e0c594f98559: Layer already exists [2024-08-08T15:37:54.533Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:54.533Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:54.533Z] 31fc3018242d: Layer already exists [2024-08-08T15:37:54.796Z] 3.2.0-dev.49: digest: sha256:3ca9acdda02e9b2e74d38f24ee39cf147952104df59ac86b2a13b70133eb2c61 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:55.148Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:55.508Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:55.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-08T15:37:55.508Z] 149993828ba7: Preparing [2024-08-08T15:37:55.508Z] 0eee7e4f1658: Preparing [2024-08-08T15:37:55.508Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:55.508Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:55.508Z] e0c594f98559: Preparing [2024-08-08T15:37:55.508Z] 31fc3018242d: Preparing [2024-08-08T15:37:55.508Z] 3c20671a5817: Preparing [2024-08-08T15:37:55.508Z] 3c20671a5817: Waiting [2024-08-08T15:37:55.508Z] 31fc3018242d: Waiting [2024-08-08T15:37:55.508Z] 149993828ba7: Layer already exists [2024-08-08T15:37:55.508Z] 0eee7e4f1658: Layer already exists [2024-08-08T15:37:55.508Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:55.508Z] e0c594f98559: Layer already exists [2024-08-08T15:37:55.508Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:55.508Z] 31fc3018242d: Layer already exists [2024-08-08T15:37:55.508Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:55.771Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:3ca9acdda02e9b2e74d38f24ee39cf147952104df59ac86b2a13b70133eb2c61 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:56.125Z] + 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-08-08T15:37:56.475Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2024-08-08T15:37:56.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2024-08-08T15:37:56.475Z] 149993828ba7: Preparing [2024-08-08T15:37:56.475Z] 0eee7e4f1658: Preparing [2024-08-08T15:37:56.475Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:56.475Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:56.475Z] e0c594f98559: Preparing [2024-08-08T15:37:56.475Z] 31fc3018242d: Preparing [2024-08-08T15:37:56.475Z] 3c20671a5817: Preparing [2024-08-08T15:37:56.475Z] 31fc3018242d: Waiting [2024-08-08T15:37:56.475Z] 3c20671a5817: Waiting [2024-08-08T15:37:56.475Z] 149993828ba7: Layer already exists [2024-08-08T15:37:56.475Z] e0c594f98559: Layer already exists [2024-08-08T15:37:56.475Z] 0eee7e4f1658: Layer already exists [2024-08-08T15:37:56.475Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:56.475Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:56.475Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:56.475Z] 31fc3018242d: Layer already exists [2024-08-08T15:37:56.739Z] main: digest: sha256:3ca9acdda02e9b2e74d38f24ee39cf147952104df59ac86b2a13b70133eb2c61 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:37:56.828Z] ===================================================== [Pipeline] echo [2024-08-08T15:37:56.842Z] taggedImages: [2024-08-08T15:37:56.842Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:56.842Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2024-08-08T15:37:56.842Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.49 [2024-08-08T15:37:56.842Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:56.842Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2024-08-08T15:37:56.873Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2024-08-08T15:37:56.873Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:56.873Z] latest [2024-08-08T15:37:56.873Z] 3.2.0-dev.49 [2024-08-08T15:37:56.873Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:37:56.873Z] main [2024-08-08T15:37:56.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:57.246Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:37:57.592Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:37:57.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-08T15:37:57.592Z] 66d4ee6a79c9: Preparing [2024-08-08T15:37:57.592Z] 67eaae6c1ecb: Preparing [2024-08-08T15:37:57.592Z] 476b4b5e1b8f: Preparing [2024-08-08T15:37:57.592Z] 3e5e94a304b2: Preparing [2024-08-08T15:37:57.592Z] 4d228c4d29f9: Preparing [2024-08-08T15:37:57.592Z] e0cbeb9934cf: Preparing [2024-08-08T15:37:57.592Z] bf84a58d43f4: Preparing [2024-08-08T15:37:57.592Z] 5a14740f5d53: Preparing [2024-08-08T15:37:57.592Z] 711ecd83f041: Preparing [2024-08-08T15:37:57.592Z] 3c20671a5817: Preparing [2024-08-08T15:37:57.592Z] e0cbeb9934cf: Waiting [2024-08-08T15:37:57.592Z] 5a14740f5d53: Waiting [2024-08-08T15:37:57.592Z] 711ecd83f041: Waiting [2024-08-08T15:37:57.592Z] 3c20671a5817: Waiting [2024-08-08T15:37:57.592Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:37:57.592Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:37:57.857Z] 476b4b5e1b8f: Pushed [2024-08-08T15:37:57.857Z] 66d4ee6a79c9: Pushed [2024-08-08T15:37:57.857Z] 67eaae6c1ecb: Pushed [2024-08-08T15:37:57.857Z] 3c20671a5817: Layer already exists [2024-08-08T15:37:57.857Z] 5a14740f5d53: Pushed [2024-08-08T15:37:58.811Z] 711ecd83f041: Pushed [2024-08-08T15:38:11.083Z] bf84a58d43f4: Pushed [2024-08-08T15:38:19.263Z] e0cbeb9934cf: Pushed [2024-08-08T15:38:19.263Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:826c1c80c8b4fc1601d15314b43e0ee3f951685fe544640bbb7c1d400ab31034 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:19.622Z] + 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-08-08T15:38:19.971Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-08T15:38:19.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-08T15:38:19.971Z] 66d4ee6a79c9: Preparing [2024-08-08T15:38:19.971Z] 67eaae6c1ecb: Preparing [2024-08-08T15:38:19.971Z] 476b4b5e1b8f: Preparing [2024-08-08T15:38:19.971Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:19.971Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:19.971Z] e0cbeb9934cf: Preparing [2024-08-08T15:38:19.971Z] bf84a58d43f4: Preparing [2024-08-08T15:38:19.971Z] 5a14740f5d53: Preparing [2024-08-08T15:38:19.971Z] 711ecd83f041: Preparing [2024-08-08T15:38:19.971Z] 3c20671a5817: Preparing [2024-08-08T15:38:19.971Z] e0cbeb9934cf: Waiting [2024-08-08T15:38:19.971Z] 5a14740f5d53: Waiting [2024-08-08T15:38:19.971Z] bf84a58d43f4: Waiting [2024-08-08T15:38:19.971Z] 711ecd83f041: Waiting [2024-08-08T15:38:19.971Z] 3c20671a5817: Waiting [2024-08-08T15:38:19.971Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:19.971Z] 66d4ee6a79c9: Layer already exists [2024-08-08T15:38:19.971Z] 67eaae6c1ecb: Layer already exists [2024-08-08T15:38:19.971Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:19.971Z] 476b4b5e1b8f: Layer already exists [2024-08-08T15:38:19.971Z] 5a14740f5d53: Layer already exists [2024-08-08T15:38:19.971Z] bf84a58d43f4: Layer already exists [2024-08-08T15:38:19.971Z] 711ecd83f041: Layer already exists [2024-08-08T15:38:19.971Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:19.971Z] e0cbeb9934cf: Layer already exists [2024-08-08T15:38:20.234Z] latest: digest: sha256:826c1c80c8b4fc1601d15314b43e0ee3f951685fe544640bbb7c1d400ab31034 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:20.578Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:20.929Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.49 [2024-08-08T15:38:20.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-08T15:38:20.929Z] 66d4ee6a79c9: Preparing [2024-08-08T15:38:20.929Z] 67eaae6c1ecb: Preparing [2024-08-08T15:38:20.929Z] 476b4b5e1b8f: Preparing [2024-08-08T15:38:20.929Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:20.929Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:20.929Z] e0cbeb9934cf: Preparing [2024-08-08T15:38:20.929Z] bf84a58d43f4: Preparing [2024-08-08T15:38:20.929Z] 5a14740f5d53: Preparing [2024-08-08T15:38:20.929Z] 711ecd83f041: Preparing [2024-08-08T15:38:20.929Z] 3c20671a5817: Preparing [2024-08-08T15:38:20.929Z] 5a14740f5d53: Waiting [2024-08-08T15:38:20.929Z] e0cbeb9934cf: Waiting [2024-08-08T15:38:20.929Z] 711ecd83f041: Waiting [2024-08-08T15:38:20.929Z] 3c20671a5817: Waiting [2024-08-08T15:38:20.929Z] bf84a58d43f4: Waiting [2024-08-08T15:38:20.929Z] 476b4b5e1b8f: Layer already exists [2024-08-08T15:38:20.929Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:20.929Z] 67eaae6c1ecb: Layer already exists [2024-08-08T15:38:20.929Z] 66d4ee6a79c9: Layer already exists [2024-08-08T15:38:20.929Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:20.929Z] 5a14740f5d53: Layer already exists [2024-08-08T15:38:20.929Z] bf84a58d43f4: Layer already exists [2024-08-08T15:38:20.929Z] e0cbeb9934cf: Layer already exists [2024-08-08T15:38:20.929Z] 711ecd83f041: Layer already exists [2024-08-08T15:38:20.929Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:21.191Z] 3.2.0-dev.49: digest: sha256:826c1c80c8b4fc1601d15314b43e0ee3f951685fe544640bbb7c1d400ab31034 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:21.546Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:21.891Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:38:21.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-08T15:38:21.891Z] 66d4ee6a79c9: Preparing [2024-08-08T15:38:21.891Z] 67eaae6c1ecb: Preparing [2024-08-08T15:38:21.891Z] 476b4b5e1b8f: Preparing [2024-08-08T15:38:21.891Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:21.891Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:21.891Z] e0cbeb9934cf: Preparing [2024-08-08T15:38:21.891Z] bf84a58d43f4: Preparing [2024-08-08T15:38:21.891Z] 5a14740f5d53: Preparing [2024-08-08T15:38:21.891Z] 711ecd83f041: Preparing [2024-08-08T15:38:21.891Z] 3c20671a5817: Preparing [2024-08-08T15:38:21.891Z] 5a14740f5d53: Waiting [2024-08-08T15:38:21.891Z] 711ecd83f041: Waiting [2024-08-08T15:38:21.891Z] e0cbeb9934cf: Waiting [2024-08-08T15:38:21.891Z] bf84a58d43f4: Waiting [2024-08-08T15:38:21.891Z] 3c20671a5817: Waiting [2024-08-08T15:38:21.891Z] 67eaae6c1ecb: Layer already exists [2024-08-08T15:38:21.891Z] 476b4b5e1b8f: Layer already exists [2024-08-08T15:38:21.891Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:21.891Z] 66d4ee6a79c9: Layer already exists [2024-08-08T15:38:21.891Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:21.891Z] e0cbeb9934cf: Layer already exists [2024-08-08T15:38:21.891Z] bf84a58d43f4: Layer already exists [2024-08-08T15:38:21.891Z] 711ecd83f041: Layer already exists [2024-08-08T15:38:21.891Z] 5a14740f5d53: Layer already exists [2024-08-08T15:38:21.891Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:22.157Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:826c1c80c8b4fc1601d15314b43e0ee3f951685fe544640bbb7c1d400ab31034 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:22.513Z] + 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-08-08T15:38:22.877Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2024-08-08T15:38:22.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2024-08-08T15:38:22.877Z] 66d4ee6a79c9: Preparing [2024-08-08T15:38:22.877Z] 67eaae6c1ecb: Preparing [2024-08-08T15:38:22.877Z] 476b4b5e1b8f: Preparing [2024-08-08T15:38:22.877Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:22.877Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:22.877Z] e0cbeb9934cf: Preparing [2024-08-08T15:38:22.877Z] bf84a58d43f4: Preparing [2024-08-08T15:38:22.877Z] 5a14740f5d53: Preparing [2024-08-08T15:38:22.877Z] 711ecd83f041: Preparing [2024-08-08T15:38:22.877Z] 3c20671a5817: Preparing [2024-08-08T15:38:22.877Z] e0cbeb9934cf: Waiting [2024-08-08T15:38:22.877Z] 711ecd83f041: Waiting [2024-08-08T15:38:22.877Z] 3c20671a5817: Waiting [2024-08-08T15:38:22.877Z] bf84a58d43f4: Waiting [2024-08-08T15:38:22.877Z] 5a14740f5d53: Waiting [2024-08-08T15:38:22.877Z] 476b4b5e1b8f: Layer already exists [2024-08-08T15:38:22.878Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:22.878Z] 66d4ee6a79c9: Layer already exists [2024-08-08T15:38:22.878Z] 67eaae6c1ecb: Layer already exists [2024-08-08T15:38:22.878Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:22.878Z] bf84a58d43f4: Layer already exists [2024-08-08T15:38:22.878Z] e0cbeb9934cf: Layer already exists [2024-08-08T15:38:22.878Z] 5a14740f5d53: Layer already exists [2024-08-08T15:38:22.878Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:22.878Z] 711ecd83f041: Layer already exists [2024-08-08T15:38:23.141Z] main: digest: sha256:826c1c80c8b4fc1601d15314b43e0ee3f951685fe544640bbb7c1d400ab31034 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:38:23.214Z] ===================================================== [Pipeline] echo [2024-08-08T15:38:23.227Z] taggedImages: [2024-08-08T15:38:23.227Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:38:23.227Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2024-08-08T15:38:23.227Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.49 [2024-08-08T15:38:23.227Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:38:23.227Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2024-08-08T15:38:23.251Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2024-08-08T15:38:23.251Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:38:23.251Z] latest [2024-08-08T15:38:23.251Z] 3.2.0-dev.49 [2024-08-08T15:38:23.251Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:38:23.251Z] main [2024-08-08T15:38:23.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:23.620Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:23.983Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:38:23.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-08T15:38:23.983Z] 1963a93abbde: Preparing [2024-08-08T15:38:23.983Z] 95aab868ec4f: Preparing [2024-08-08T15:38:23.983Z] 1af008772085: Preparing [2024-08-08T15:38:23.983Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:23.983Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:23.983Z] 1d3f248011fe: Preparing [2024-08-08T15:38:23.983Z] df71dfe63bd3: Preparing [2024-08-08T15:38:23.983Z] 1d3f248011fe: Waiting [2024-08-08T15:38:23.983Z] 2e6b23e0b3ff: Preparing [2024-08-08T15:38:23.983Z] df71dfe63bd3: Waiting [2024-08-08T15:38:23.983Z] 3c20671a5817: Preparing [2024-08-08T15:38:23.983Z] 2e6b23e0b3ff: Waiting [2024-08-08T15:38:23.983Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:23.983Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:24.248Z] 95aab868ec4f: Pushed [2024-08-08T15:38:24.248Z] 1af008772085: Pushed [2024-08-08T15:38:24.248Z] 1963a93abbde: Pushed [2024-08-08T15:38:24.248Z] df71dfe63bd3: Pushed [2024-08-08T15:38:24.248Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:24.825Z] 2e6b23e0b3ff: Pushed [2024-08-08T15:38:46.857Z] 1d3f248011fe: Pushed [2024-08-08T15:38:46.857Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:0620613f5a33bb45bee7698a41e3d8b198316e4b672486540733c939c56d2fe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:47.214Z] + 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-08-08T15:38:47.565Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-08T15:38:47.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-08T15:38:47.565Z] 1963a93abbde: Preparing [2024-08-08T15:38:47.565Z] 95aab868ec4f: Preparing [2024-08-08T15:38:47.565Z] 1af008772085: Preparing [2024-08-08T15:38:47.565Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:47.565Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:47.565Z] 1d3f248011fe: Preparing [2024-08-08T15:38:47.565Z] df71dfe63bd3: Preparing [2024-08-08T15:38:47.565Z] 2e6b23e0b3ff: Preparing [2024-08-08T15:38:47.565Z] 3c20671a5817: Preparing [2024-08-08T15:38:47.565Z] 1d3f248011fe: Waiting [2024-08-08T15:38:47.565Z] df71dfe63bd3: Waiting [2024-08-08T15:38:47.565Z] 2e6b23e0b3ff: Waiting [2024-08-08T15:38:47.565Z] 3c20671a5817: Waiting [2024-08-08T15:38:47.565Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:47.565Z] 1963a93abbde: Layer already exists [2024-08-08T15:38:47.565Z] 1af008772085: Layer already exists [2024-08-08T15:38:47.565Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:47.565Z] 95aab868ec4f: Layer already exists [2024-08-08T15:38:47.565Z] 2e6b23e0b3ff: Layer already exists [2024-08-08T15:38:47.565Z] df71dfe63bd3: Layer already exists [2024-08-08T15:38:47.565Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:47.565Z] 1d3f248011fe: Layer already exists [2024-08-08T15:38:47.829Z] latest: digest: sha256:0620613f5a33bb45bee7698a41e3d8b198316e4b672486540733c939c56d2fe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:48.179Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:48.522Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.49 [2024-08-08T15:38:48.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-08T15:38:48.522Z] 1963a93abbde: Preparing [2024-08-08T15:38:48.522Z] 95aab868ec4f: Preparing [2024-08-08T15:38:48.522Z] 1af008772085: Preparing [2024-08-08T15:38:48.522Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:48.522Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:48.522Z] 1d3f248011fe: Preparing [2024-08-08T15:38:48.523Z] df71dfe63bd3: Preparing [2024-08-08T15:38:48.523Z] 2e6b23e0b3ff: Preparing [2024-08-08T15:38:48.523Z] 3c20671a5817: Preparing [2024-08-08T15:38:48.523Z] 1d3f248011fe: Waiting [2024-08-08T15:38:48.523Z] df71dfe63bd3: Waiting [2024-08-08T15:38:48.523Z] 2e6b23e0b3ff: Waiting [2024-08-08T15:38:48.523Z] 3c20671a5817: Waiting [2024-08-08T15:38:48.523Z] 1963a93abbde: Layer already exists [2024-08-08T15:38:48.523Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:48.523Z] 95aab868ec4f: Layer already exists [2024-08-08T15:38:48.523Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:48.523Z] 1af008772085: Layer already exists [2024-08-08T15:38:48.523Z] 1d3f248011fe: Layer already exists [2024-08-08T15:38:48.523Z] df71dfe63bd3: Layer already exists [2024-08-08T15:38:48.523Z] 2e6b23e0b3ff: Layer already exists [2024-08-08T15:38:48.523Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:48.523Z] 3.2.0-dev.49: digest: sha256:0620613f5a33bb45bee7698a41e3d8b198316e4b672486540733c939c56d2fe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:49.144Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:49.490Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:38:49.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-08T15:38:49.490Z] 1963a93abbde: Preparing [2024-08-08T15:38:49.490Z] 95aab868ec4f: Preparing [2024-08-08T15:38:49.490Z] 1af008772085: Preparing [2024-08-08T15:38:49.490Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:49.490Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:49.490Z] 1d3f248011fe: Preparing [2024-08-08T15:38:49.490Z] df71dfe63bd3: Preparing [2024-08-08T15:38:49.490Z] 2e6b23e0b3ff: Preparing [2024-08-08T15:38:49.490Z] 3c20671a5817: Preparing [2024-08-08T15:38:49.490Z] 1d3f248011fe: Waiting [2024-08-08T15:38:49.490Z] df71dfe63bd3: Waiting [2024-08-08T15:38:49.490Z] 2e6b23e0b3ff: Waiting [2024-08-08T15:38:49.490Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:49.490Z] 95aab868ec4f: Layer already exists [2024-08-08T15:38:49.490Z] 1963a93abbde: Layer already exists [2024-08-08T15:38:49.490Z] 1af008772085: Layer already exists [2024-08-08T15:38:49.490Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:49.490Z] df71dfe63bd3: Layer already exists [2024-08-08T15:38:49.490Z] 1d3f248011fe: Layer already exists [2024-08-08T15:38:49.490Z] 2e6b23e0b3ff: Layer already exists [2024-08-08T15:38:49.490Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:49.753Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:0620613f5a33bb45bee7698a41e3d8b198316e4b672486540733c939c56d2fe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:50.111Z] + 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-08-08T15:38:50.450Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2024-08-08T15:38:50.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2024-08-08T15:38:50.450Z] 1963a93abbde: Preparing [2024-08-08T15:38:50.450Z] 95aab868ec4f: Preparing [2024-08-08T15:38:50.450Z] 1af008772085: Preparing [2024-08-08T15:38:50.450Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:50.450Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:50.450Z] 1d3f248011fe: Preparing [2024-08-08T15:38:50.450Z] df71dfe63bd3: Preparing [2024-08-08T15:38:50.450Z] 2e6b23e0b3ff: Preparing [2024-08-08T15:38:50.450Z] 3c20671a5817: Preparing [2024-08-08T15:38:50.450Z] 1d3f248011fe: Waiting [2024-08-08T15:38:50.450Z] df71dfe63bd3: Waiting [2024-08-08T15:38:50.450Z] 3c20671a5817: Waiting [2024-08-08T15:38:50.450Z] 2e6b23e0b3ff: Waiting [2024-08-08T15:38:50.450Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:50.450Z] 1af008772085: Layer already exists [2024-08-08T15:38:50.450Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:50.450Z] 95aab868ec4f: Layer already exists [2024-08-08T15:38:50.450Z] 1963a93abbde: Layer already exists [2024-08-08T15:38:50.450Z] df71dfe63bd3: Layer already exists [2024-08-08T15:38:50.450Z] 1d3f248011fe: Layer already exists [2024-08-08T15:38:50.450Z] 2e6b23e0b3ff: Layer already exists [2024-08-08T15:38:50.450Z] 3c20671a5817: Layer already exists [2024-08-08T15:38:50.714Z] main: digest: sha256:0620613f5a33bb45bee7698a41e3d8b198316e4b672486540733c939c56d2fe3 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:38:50.809Z] ===================================================== [Pipeline] echo [2024-08-08T15:38:50.829Z] taggedImages: [2024-08-08T15:38:50.829Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:38:50.829Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2024-08-08T15:38:50.829Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.49 [2024-08-08T15:38:50.829Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:38:50.829Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2024-08-08T15:38:50.860Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2024-08-08T15:38:50.860Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:38:50.860Z] latest [2024-08-08T15:38:50.860Z] 3.2.0-dev.49 [2024-08-08T15:38:50.860Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:38:50.860Z] main [2024-08-08T15:38:50.860Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:51.228Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:38:51.574Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:38:51.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-08T15:38:51.574Z] 38ebecb3df32: Preparing [2024-08-08T15:38:51.574Z] 2f07ce916c4f: Preparing [2024-08-08T15:38:51.574Z] fab3e0886f16: Preparing [2024-08-08T15:38:51.574Z] 3e5e94a304b2: Preparing [2024-08-08T15:38:51.574Z] 4d228c4d29f9: Preparing [2024-08-08T15:38:51.574Z] 88728e2c5c62: Preparing [2024-08-08T15:38:51.574Z] 5a14740f5d53: Preparing [2024-08-08T15:38:51.574Z] 711ecd83f041: Preparing [2024-08-08T15:38:51.574Z] 3c20671a5817: Preparing [2024-08-08T15:38:51.574Z] 5a14740f5d53: Waiting [2024-08-08T15:38:51.574Z] 711ecd83f041: Waiting [2024-08-08T15:38:51.574Z] 88728e2c5c62: Waiting [2024-08-08T15:38:51.574Z] 3c20671a5817: Waiting [2024-08-08T15:38:51.574Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:38:51.574Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:38:51.837Z] 5a14740f5d53: Layer already exists [2024-08-08T15:38:51.837Z] 711ecd83f041: Layer already exists [2024-08-08T15:38:51.837Z] 38ebecb3df32: Pushed [2024-08-08T15:38:51.837Z] 2f07ce916c4f: Pushed [2024-08-08T15:38:51.837Z] fab3e0886f16: Pushed [2024-08-08T15:38:51.837Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:13.859Z] 88728e2c5c62: Pushed [2024-08-08T15:39:13.859Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:1126b3669b79c247d34014b1379978dcad932bc5add42cb28e5d7467c6b756f1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:14.202Z] + 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-08-08T15:39:14.546Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-08T15:39:14.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-08T15:39:14.546Z] 38ebecb3df32: Preparing [2024-08-08T15:39:14.546Z] 2f07ce916c4f: Preparing [2024-08-08T15:39:14.546Z] fab3e0886f16: Preparing [2024-08-08T15:39:14.546Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:14.546Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:14.546Z] 88728e2c5c62: Preparing [2024-08-08T15:39:14.546Z] 5a14740f5d53: Preparing [2024-08-08T15:39:14.546Z] 711ecd83f041: Preparing [2024-08-08T15:39:14.546Z] 3c20671a5817: Preparing [2024-08-08T15:39:14.546Z] 5a14740f5d53: Waiting [2024-08-08T15:39:14.546Z] 711ecd83f041: Waiting [2024-08-08T15:39:14.546Z] 3c20671a5817: Waiting [2024-08-08T15:39:14.546Z] 88728e2c5c62: Waiting [2024-08-08T15:39:14.546Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:14.546Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:14.546Z] fab3e0886f16: Layer already exists [2024-08-08T15:39:14.546Z] 38ebecb3df32: Layer already exists [2024-08-08T15:39:14.546Z] 2f07ce916c4f: Layer already exists [2024-08-08T15:39:14.546Z] 711ecd83f041: Layer already exists [2024-08-08T15:39:14.546Z] 88728e2c5c62: Layer already exists [2024-08-08T15:39:14.546Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:14.546Z] 5a14740f5d53: Layer already exists [2024-08-08T15:39:14.546Z] latest: digest: sha256:1126b3669b79c247d34014b1379978dcad932bc5add42cb28e5d7467c6b756f1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:15.151Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:15.495Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.49 [2024-08-08T15:39:15.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-08T15:39:15.495Z] 38ebecb3df32: Preparing [2024-08-08T15:39:15.495Z] 2f07ce916c4f: Preparing [2024-08-08T15:39:15.495Z] fab3e0886f16: Preparing [2024-08-08T15:39:15.495Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:15.495Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:15.495Z] 88728e2c5c62: Preparing [2024-08-08T15:39:15.495Z] 5a14740f5d53: Preparing [2024-08-08T15:39:15.495Z] 711ecd83f041: Preparing [2024-08-08T15:39:15.495Z] 3c20671a5817: Preparing [2024-08-08T15:39:15.495Z] 88728e2c5c62: Waiting [2024-08-08T15:39:15.495Z] 5a14740f5d53: Waiting [2024-08-08T15:39:15.495Z] 711ecd83f041: Waiting [2024-08-08T15:39:15.495Z] 3c20671a5817: Waiting [2024-08-08T15:39:15.495Z] fab3e0886f16: Layer already exists [2024-08-08T15:39:15.495Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:15.495Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:15.495Z] 2f07ce916c4f: Layer already exists [2024-08-08T15:39:15.495Z] 38ebecb3df32: Layer already exists [2024-08-08T15:39:15.495Z] 88728e2c5c62: Layer already exists [2024-08-08T15:39:15.495Z] 711ecd83f041: Layer already exists [2024-08-08T15:39:15.495Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:15.495Z] 5a14740f5d53: Layer already exists [2024-08-08T15:39:15.758Z] 3.2.0-dev.49: digest: sha256:1126b3669b79c247d34014b1379978dcad932bc5add42cb28e5d7467c6b756f1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:16.096Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:16.435Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:16.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-08T15:39:16.435Z] 38ebecb3df32: Preparing [2024-08-08T15:39:16.435Z] 2f07ce916c4f: Preparing [2024-08-08T15:39:16.435Z] fab3e0886f16: Preparing [2024-08-08T15:39:16.435Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:16.435Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:16.435Z] 88728e2c5c62: Preparing [2024-08-08T15:39:16.435Z] 5a14740f5d53: Preparing [2024-08-08T15:39:16.435Z] 711ecd83f041: Preparing [2024-08-08T15:39:16.435Z] 3c20671a5817: Preparing [2024-08-08T15:39:16.435Z] 88728e2c5c62: Waiting [2024-08-08T15:39:16.435Z] 5a14740f5d53: Waiting [2024-08-08T15:39:16.435Z] 711ecd83f041: Waiting [2024-08-08T15:39:16.435Z] 3c20671a5817: Waiting [2024-08-08T15:39:16.435Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:16.435Z] fab3e0886f16: Layer already exists [2024-08-08T15:39:16.435Z] 2f07ce916c4f: Layer already exists [2024-08-08T15:39:16.436Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:16.436Z] 38ebecb3df32: Layer already exists [2024-08-08T15:39:16.436Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:16.436Z] 88728e2c5c62: Layer already exists [2024-08-08T15:39:16.436Z] 711ecd83f041: Layer already exists [2024-08-08T15:39:16.436Z] 5a14740f5d53: Layer already exists [2024-08-08T15:39:16.699Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:1126b3669b79c247d34014b1379978dcad932bc5add42cb28e5d7467c6b756f1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:17.050Z] + 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-08-08T15:39:17.390Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2024-08-08T15:39:17.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2024-08-08T15:39:17.390Z] 38ebecb3df32: Preparing [2024-08-08T15:39:17.390Z] 2f07ce916c4f: Preparing [2024-08-08T15:39:17.390Z] fab3e0886f16: Preparing [2024-08-08T15:39:17.390Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:17.390Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:17.390Z] 88728e2c5c62: Preparing [2024-08-08T15:39:17.390Z] 5a14740f5d53: Preparing [2024-08-08T15:39:17.390Z] 711ecd83f041: Preparing [2024-08-08T15:39:17.390Z] 3c20671a5817: Preparing [2024-08-08T15:39:17.390Z] 711ecd83f041: Waiting [2024-08-08T15:39:17.390Z] 3c20671a5817: Waiting [2024-08-08T15:39:17.390Z] 88728e2c5c62: Waiting [2024-08-08T15:39:17.390Z] 5a14740f5d53: Waiting [2024-08-08T15:39:17.390Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:17.390Z] 2f07ce916c4f: Layer already exists [2024-08-08T15:39:17.390Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:17.390Z] 38ebecb3df32: Layer already exists [2024-08-08T15:39:17.390Z] fab3e0886f16: Layer already exists [2024-08-08T15:39:17.390Z] 5a14740f5d53: Layer already exists [2024-08-08T15:39:17.390Z] 88728e2c5c62: Layer already exists [2024-08-08T15:39:17.390Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:17.390Z] 711ecd83f041: Layer already exists [2024-08-08T15:39:17.653Z] main: digest: sha256:1126b3669b79c247d34014b1379978dcad932bc5add42cb28e5d7467c6b756f1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:39:17.731Z] ===================================================== [Pipeline] echo [2024-08-08T15:39:17.743Z] taggedImages: [2024-08-08T15:39:17.743Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:17.743Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2024-08-08T15:39:17.743Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.49 [2024-08-08T15:39:17.743Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:17.743Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2024-08-08T15:39:17.769Z] [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: [2024-08-08T15:39:17.769Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:17.769Z] latest [2024-08-08T15:39:17.769Z] 3.2.0-dev.49 [2024-08-08T15:39:17.769Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:17.769Z] main [2024-08-08T15:39:17.769Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:18.139Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:18.612Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:18.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-08T15:39:18.612Z] 129cdf3dfe00: Preparing [2024-08-08T15:39:18.612Z] a843e0ff540c: Preparing [2024-08-08T15:39:18.612Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:18.612Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:18.612Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:18.612Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:18.612Z] 3c20671a5817: Preparing [2024-08-08T15:39:18.612Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:18.612Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:18.612Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:18.877Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:18.877Z] 9982deb9a4ec: Pushed [2024-08-08T15:39:18.877Z] 129cdf3dfe00: Pushed [2024-08-08T15:39:19.140Z] e7b3d2f6cde5: Pushed [2024-08-08T15:39:26.309Z] a843e0ff540c: Pushed [2024-08-08T15:39:26.309Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:37b5550fb6e8889b8ee69e456221704175ad901261507306c4f2924246b20c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:26.651Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:26.990Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-08T15:39:26.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-08T15:39:26.990Z] 129cdf3dfe00: Preparing [2024-08-08T15:39:26.990Z] a843e0ff540c: Preparing [2024-08-08T15:39:26.990Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:26.990Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:26.990Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:26.990Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:26.990Z] 3c20671a5817: Preparing [2024-08-08T15:39:26.990Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:26.990Z] 3c20671a5817: Waiting [2024-08-08T15:39:26.990Z] a843e0ff540c: Layer already exists [2024-08-08T15:39:26.990Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:26.990Z] 129cdf3dfe00: Layer already exists [2024-08-08T15:39:26.990Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:26.990Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:26.990Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:26.990Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:27.253Z] latest: digest: sha256:37b5550fb6e8889b8ee69e456221704175ad901261507306c4f2924246b20c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:27.649Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:27.999Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.49 [2024-08-08T15:39:28.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-08T15:39:28.000Z] 129cdf3dfe00: Preparing [2024-08-08T15:39:28.000Z] a843e0ff540c: Preparing [2024-08-08T15:39:28.000Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:28.000Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:28.000Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:28.000Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:28.000Z] 3c20671a5817: Preparing [2024-08-08T15:39:28.000Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:28.000Z] 3c20671a5817: Waiting [2024-08-08T15:39:28.000Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:28.000Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:28.000Z] a843e0ff540c: Layer already exists [2024-08-08T15:39:28.000Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:28.000Z] 129cdf3dfe00: Layer already exists [2024-08-08T15:39:28.000Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:28.000Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:28.266Z] 3.2.0-dev.49: digest: sha256:37b5550fb6e8889b8ee69e456221704175ad901261507306c4f2924246b20c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:28.606Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:28.957Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:28.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-08T15:39:28.957Z] 129cdf3dfe00: Preparing [2024-08-08T15:39:28.957Z] a843e0ff540c: Preparing [2024-08-08T15:39:28.957Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:28.957Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:28.957Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:28.957Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:28.957Z] 3c20671a5817: Preparing [2024-08-08T15:39:28.957Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:28.957Z] 3c20671a5817: Waiting [2024-08-08T15:39:28.957Z] a843e0ff540c: Layer already exists [2024-08-08T15:39:28.957Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:28.957Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:28.957Z] 129cdf3dfe00: Layer already exists [2024-08-08T15:39:28.957Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:28.957Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:28.957Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:29.221Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:37b5550fb6e8889b8ee69e456221704175ad901261507306c4f2924246b20c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:29.587Z] + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:29.937Z] + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [2024-08-08T15:39:29.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] [2024-08-08T15:39:29.937Z] 129cdf3dfe00: Preparing [2024-08-08T15:39:29.937Z] a843e0ff540c: Preparing [2024-08-08T15:39:29.937Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:29.937Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:29.937Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:29.937Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:29.937Z] 3c20671a5817: Preparing [2024-08-08T15:39:29.937Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:29.937Z] 3c20671a5817: Waiting [2024-08-08T15:39:29.937Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:29.937Z] a843e0ff540c: Layer already exists [2024-08-08T15:39:29.937Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:29.937Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:29.937Z] 129cdf3dfe00: Layer already exists [2024-08-08T15:39:29.937Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:29.937Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:29.937Z] main: digest: sha256:37b5550fb6e8889b8ee69e456221704175ad901261507306c4f2924246b20c10 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:39:30.023Z] ===================================================== [Pipeline] echo [2024-08-08T15:39:30.038Z] taggedImages: [2024-08-08T15:39:30.038Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:30.038Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [2024-08-08T15:39:30.038Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.49 [2024-08-08T15:39:30.038Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:30.038Z] - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo [2024-08-08T15:39:30.070Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2024-08-08T15:39:30.070Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:30.070Z] latest [2024-08-08T15:39:30.070Z] 3.2.0-dev.49 [2024-08-08T15:39:30.070Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:30.070Z] main [2024-08-08T15:39:30.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:30.436Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:30.790Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:30.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-08T15:39:30.790Z] 4904ac447e07: Preparing [2024-08-08T15:39:30.790Z] 4be9beda9250: Preparing [2024-08-08T15:39:30.790Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:30.790Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:30.790Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:30.790Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:30.790Z] 3c20671a5817: Preparing [2024-08-08T15:39:30.790Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:30.790Z] 3c20671a5817: Waiting [2024-08-08T15:39:30.790Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:30.790Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:30.790Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:30.790Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:31.053Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:31.054Z] 4904ac447e07: Pushed [2024-08-08T15:39:37.660Z] 4be9beda9250: Pushed [2024-08-08T15:39:37.660Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:1859c3268b22d5f5d620e3809d524031cfdcccfb3c1923ceffbe7fabe8801645 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:38.266Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:38.616Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-08T15:39:38.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-08T15:39:38.616Z] 4904ac447e07: Preparing [2024-08-08T15:39:38.616Z] 4be9beda9250: Preparing [2024-08-08T15:39:38.616Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:38.616Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:38.616Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:38.616Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:38.616Z] 3c20671a5817: Preparing [2024-08-08T15:39:38.616Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:38.616Z] 3c20671a5817: Waiting [2024-08-08T15:39:38.616Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:38.616Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:38.616Z] 4be9beda9250: Layer already exists [2024-08-08T15:39:38.616Z] 4904ac447e07: Layer already exists [2024-08-08T15:39:38.616Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:38.616Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:38.616Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:38.616Z] latest: digest: sha256:1859c3268b22d5f5d620e3809d524031cfdcccfb3c1923ceffbe7fabe8801645 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:39.219Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:39.550Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.49 [2024-08-08T15:39:39.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-08T15:39:39.550Z] 4904ac447e07: Preparing [2024-08-08T15:39:39.550Z] 4be9beda9250: Preparing [2024-08-08T15:39:39.550Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:39.550Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:39.550Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:39.550Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:39.550Z] 3c20671a5817: Preparing [2024-08-08T15:39:39.550Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:39.550Z] 3c20671a5817: Waiting [2024-08-08T15:39:39.550Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:39.550Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:39.550Z] 4904ac447e07: Layer already exists [2024-08-08T15:39:39.550Z] 4be9beda9250: Layer already exists [2024-08-08T15:39:39.550Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:39.550Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:39.550Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:39.550Z] 3.2.0-dev.49: digest: sha256:1859c3268b22d5f5d620e3809d524031cfdcccfb3c1923ceffbe7fabe8801645 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:39.900Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:40.252Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:40.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-08T15:39:40.252Z] 4904ac447e07: Preparing [2024-08-08T15:39:40.252Z] 4be9beda9250: Preparing [2024-08-08T15:39:40.252Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:40.252Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:40.252Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:40.252Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:40.252Z] 3c20671a5817: Preparing [2024-08-08T15:39:40.252Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:40.252Z] 3c20671a5817: Waiting [2024-08-08T15:39:40.252Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:40.252Z] 4be9beda9250: Layer already exists [2024-08-08T15:39:40.252Z] 4904ac447e07: Layer already exists [2024-08-08T15:39:40.252Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:40.252Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:40.252Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:40.252Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:40.252Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:1859c3268b22d5f5d620e3809d524031cfdcccfb3c1923ceffbe7fabe8801645 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:40.859Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:41.197Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2024-08-08T15:39:41.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2024-08-08T15:39:41.197Z] 4904ac447e07: Preparing [2024-08-08T15:39:41.197Z] 4be9beda9250: Preparing [2024-08-08T15:39:41.197Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:41.197Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:41.197Z] 9982deb9a4ec: Preparing [2024-08-08T15:39:41.197Z] e7b3d2f6cde5: Preparing [2024-08-08T15:39:41.197Z] 3c20671a5817: Preparing [2024-08-08T15:39:41.197Z] e7b3d2f6cde5: Waiting [2024-08-08T15:39:41.197Z] 3c20671a5817: Waiting [2024-08-08T15:39:41.197Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:41.197Z] 4be9beda9250: Layer already exists [2024-08-08T15:39:41.197Z] 4904ac447e07: Layer already exists [2024-08-08T15:39:41.197Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:41.197Z] 9982deb9a4ec: Layer already exists [2024-08-08T15:39:41.197Z] e7b3d2f6cde5: Layer already exists [2024-08-08T15:39:41.197Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:41.460Z] main: digest: sha256:1859c3268b22d5f5d620e3809d524031cfdcccfb3c1923ceffbe7fabe8801645 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:39:41.533Z] ===================================================== [Pipeline] echo [2024-08-08T15:39:41.549Z] taggedImages: [2024-08-08T15:39:41.549Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:41.549Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2024-08-08T15:39:41.549Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.49 [2024-08-08T15:39:41.549Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:41.549Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2024-08-08T15:39:41.576Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2024-08-08T15:39:41.576Z] 2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:41.576Z] latest [2024-08-08T15:39:41.576Z] 3.2.0-dev.49 [2024-08-08T15:39:41.576Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:41.576Z] main [2024-08-08T15:39:41.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:41.944Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:42.282Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:42.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-08T15:39:42.282Z] fb08430d0b9c: Preparing [2024-08-08T15:39:42.282Z] a5b3373dd42b: Preparing [2024-08-08T15:39:42.282Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:42.282Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:42.282Z] 03dedca3a2fe: Preparing [2024-08-08T15:39:42.282Z] 52b38f55b4eb: Preparing [2024-08-08T15:39:42.282Z] 3c20671a5817: Preparing [2024-08-08T15:39:42.282Z] 52b38f55b4eb: Waiting [2024-08-08T15:39:42.282Z] 3c20671a5817: Waiting [2024-08-08T15:39:42.282Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:42.282Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:42.282Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:39:42.282Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:39:42.546Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:42.546Z] fb08430d0b9c: Pushed [2024-08-08T15:39:50.719Z] a5b3373dd42b: Pushed [2024-08-08T15:39:50.719Z] 2b98b0065012eac835be930949dbee65d2568e96: digest: sha256:9807f300f15c831e542bd3b9f4b5739c872b77ad7769c0a7faf633ef90a2f736 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:51.054Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:51.393Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-08T15:39:51.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-08T15:39:51.393Z] fb08430d0b9c: Preparing [2024-08-08T15:39:51.393Z] a5b3373dd42b: Preparing [2024-08-08T15:39:51.393Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:51.393Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:51.393Z] 03dedca3a2fe: Preparing [2024-08-08T15:39:51.393Z] 52b38f55b4eb: Preparing [2024-08-08T15:39:51.393Z] 3c20671a5817: Preparing [2024-08-08T15:39:51.393Z] 52b38f55b4eb: Waiting [2024-08-08T15:39:51.393Z] 3c20671a5817: Waiting [2024-08-08T15:39:51.393Z] a5b3373dd42b: Layer already exists [2024-08-08T15:39:51.393Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:51.393Z] fb08430d0b9c: Layer already exists [2024-08-08T15:39:51.393Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:51.393Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:39:51.393Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:39:51.393Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:51.656Z] latest: digest: sha256:9807f300f15c831e542bd3b9f4b5739c872b77ad7769c0a7faf633ef90a2f736 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:52.006Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:52.355Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.49 [2024-08-08T15:39:52.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-08T15:39:52.355Z] fb08430d0b9c: Preparing [2024-08-08T15:39:52.355Z] a5b3373dd42b: Preparing [2024-08-08T15:39:52.355Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:52.355Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:52.355Z] 03dedca3a2fe: Preparing [2024-08-08T15:39:52.355Z] 52b38f55b4eb: Preparing [2024-08-08T15:39:52.355Z] 3c20671a5817: Preparing [2024-08-08T15:39:52.355Z] 52b38f55b4eb: Waiting [2024-08-08T15:39:52.355Z] 3c20671a5817: Waiting [2024-08-08T15:39:52.355Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:39:52.355Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:52.355Z] a5b3373dd42b: Layer already exists [2024-08-08T15:39:52.355Z] fb08430d0b9c: Layer already exists [2024-08-08T15:39:52.355Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:52.355Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:52.355Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:39:52.624Z] 3.2.0-dev.49: digest: sha256:9807f300f15c831e542bd3b9f4b5739c872b77ad7769c0a7faf633ef90a2f736 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:52.967Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:53.299Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:53.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-08T15:39:53.300Z] fb08430d0b9c: Preparing [2024-08-08T15:39:53.300Z] a5b3373dd42b: Preparing [2024-08-08T15:39:53.300Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:53.300Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:53.300Z] 03dedca3a2fe: Preparing [2024-08-08T15:39:53.300Z] 52b38f55b4eb: Preparing [2024-08-08T15:39:53.300Z] 3c20671a5817: Preparing [2024-08-08T15:39:53.300Z] 52b38f55b4eb: Waiting [2024-08-08T15:39:53.300Z] 3c20671a5817: Waiting [2024-08-08T15:39:53.300Z] a5b3373dd42b: Layer already exists [2024-08-08T15:39:53.300Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:53.300Z] fb08430d0b9c: Layer already exists [2024-08-08T15:39:53.300Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:53.300Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:39:53.300Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:39:53.300Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:53.563Z] 2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49: digest: sha256:9807f300f15c831e542bd3b9f4b5739c872b77ad7769c0a7faf633ef90a2f736 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:53.912Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:54.254Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2024-08-08T15:39:54.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2024-08-08T15:39:54.254Z] fb08430d0b9c: Preparing [2024-08-08T15:39:54.254Z] a5b3373dd42b: Preparing [2024-08-08T15:39:54.254Z] 3e5e94a304b2: Preparing [2024-08-08T15:39:54.254Z] 4d228c4d29f9: Preparing [2024-08-08T15:39:54.254Z] 03dedca3a2fe: Preparing [2024-08-08T15:39:54.254Z] 52b38f55b4eb: Preparing [2024-08-08T15:39:54.254Z] 3c20671a5817: Preparing [2024-08-08T15:39:54.254Z] 3c20671a5817: Waiting [2024-08-08T15:39:54.254Z] 52b38f55b4eb: Waiting [2024-08-08T15:39:54.254Z] a5b3373dd42b: Layer already exists [2024-08-08T15:39:54.254Z] 4d228c4d29f9: Layer already exists [2024-08-08T15:39:54.254Z] 3e5e94a304b2: Layer already exists [2024-08-08T15:39:54.254Z] 03dedca3a2fe: Layer already exists [2024-08-08T15:39:54.254Z] fb08430d0b9c: Layer already exists [2024-08-08T15:39:54.254Z] 3c20671a5817: Layer already exists [2024-08-08T15:39:54.254Z] 52b38f55b4eb: Layer already exists [2024-08-08T15:39:54.516Z] main: digest: sha256:9807f300f15c831e542bd3b9f4b5739c872b77ad7769c0a7faf633ef90a2f736 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-08-08T15:39:54.629Z] ===================================================== [Pipeline] echo [2024-08-08T15:39:54.647Z] taggedImages: [2024-08-08T15:39:54.647Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96 [2024-08-08T15:39:54.647Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2024-08-08T15:39:54.647Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.49 [2024-08-08T15:39:54.647Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2b98b0065012eac835be930949dbee65d2568e96-3.2.0-dev.49 [2024-08-08T15:39:54.647Z] - 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-08-08T15:39:55.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-08T15:39:55.039Z] [2024-08-08T15:39:55.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:39:55.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-08T15:39:55.364Z] arm64: Pulling from edgex-lftools-log-publisher [2024-08-08T15:39:55.364Z] 8998bd30e6a1: Pulling fs layer [2024-08-08T15:39:55.364Z] 04944245beec: Pulling fs layer [2024-08-08T15:39:55.364Z] 699f458cf7ca: Pulling fs layer [2024-08-08T15:39:55.364Z] 765212b225bb: Pulling fs layer [2024-08-08T15:39:55.364Z] f23df028b6ca: Pulling fs layer [2024-08-08T15:39:55.364Z] d65c8cfc05b1: Pulling fs layer [2024-08-08T15:39:55.364Z] 2437ff75d9bd: Pulling fs layer [2024-08-08T15:39:55.364Z] 765212b225bb: Waiting [2024-08-08T15:39:55.364Z] f23df028b6ca: Waiting [2024-08-08T15:39:55.364Z] d65c8cfc05b1: Waiting [2024-08-08T15:39:55.364Z] 2437ff75d9bd: Waiting [2024-08-08T15:39:55.626Z] 04944245beec: Verifying Checksum [2024-08-08T15:39:55.626Z] 04944245beec: Download complete [2024-08-08T15:39:55.626Z] 765212b225bb: Verifying Checksum [2024-08-08T15:39:55.626Z] 765212b225bb: Download complete [2024-08-08T15:39:55.626Z] f23df028b6ca: Verifying Checksum [2024-08-08T15:39:55.626Z] f23df028b6ca: Download complete [2024-08-08T15:39:55.626Z] d65c8cfc05b1: Verifying Checksum [2024-08-08T15:39:55.626Z] d65c8cfc05b1: Download complete [2024-08-08T15:39:55.890Z] 699f458cf7ca: Verifying Checksum [2024-08-08T15:39:55.890Z] 699f458cf7ca: Download complete [2024-08-08T15:39:56.153Z] 8998bd30e6a1: Verifying Checksum [2024-08-08T15:39:56.153Z] 8998bd30e6a1: Download complete [2024-08-08T15:39:58.725Z] 2437ff75d9bd: Verifying Checksum [2024-08-08T15:39:58.725Z] 2437ff75d9bd: Download complete [2024-08-08T15:40:01.296Z] 8998bd30e6a1: Pull complete [2024-08-08T15:40:01.296Z] 04944245beec: Pull complete [2024-08-08T15:40:03.237Z] 699f458cf7ca: Pull complete [2024-08-08T15:40:03.237Z] 765212b225bb: Pull complete [2024-08-08T15:40:04.201Z] f23df028b6ca: Pull complete [2024-08-08T15:40:04.201Z] d65c8cfc05b1: Pull complete [2024-08-08T15:40:22.391Z] 2437ff75d9bd: Pull complete [2024-08-08T15:40:22.391Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-08-08T15:40:22.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-08-08T15:40:22.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T15:40:22.584Z] prd-ubuntu20.04-docker-arm64-4c-16g-7389 does not seem to be running inside a container [2024-08-08T15:40:22.637Z] $ 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/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T15:40:24.524Z] $ docker top 33805b60288cce096864f1be00dee2f37ccac10e7e40e4886496743dae012ab9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:40:25.438Z] ---> job-cost.sh [2024-08-08T15:40:25.438Z] lf-activate-venv: SKIPPING [2024-08-08T15:40:25.438Z] INFO: No Stack... [2024-08-08T15:40:26.014Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-08-08T15:40:26.590Z] INFO: Archiving Costs [Pipeline] sh [2024-08-08T15:40:27.212Z] + cat /w/workspace/edgex-go/667/archives/cost.csv [2024-08-08T15:40:27.212Z] + cut -d, -f6 [Pipeline] lock [2024-08-08T15:40:27.248Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-667-stack-cost] [2024-08-08T15:40:27.256Z] Resource [jenkins-edgexfoundry-edgex-go-main-667-stack-cost] did not exist. Created. [2024-08-08T15:40:27.263Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-667-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-08-08T15:40:27.596Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-08-08T15:40:28.204Z] Stashed 1 file(s) [Pipeline] } [2024-08-08T15:40:28.213Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-667-stack-cost] [Pipeline] // lock [Pipeline] } [2024-08-08T15:40:28.233Z] $ docker stop --time=1 33805b60288cce096864f1be00dee2f37ccac10e7e40e4886496743dae012ab9 [2024-08-08T15:40:29.737Z] $ docker rm -f --volumes 33805b60288cce096864f1be00dee2f37ccac10e7e40e4886496743dae012ab9 [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-08-08T15:40:30.306Z] provisioning config files... [2024-08-08T15:40:30.313Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/667@tmp/config15029135110020169713tmp [Pipeline] { [Pipeline] sh [2024-08-08T15:40:30.623Z] + set +x [2024-08-08T15:40:30.623Z] + bash -s -- [2024-08-08T15:40:30.623Z] + curl -s https://codecov.io/bash [2024-08-08T15:40:30.623Z] [2024-08-08T15:40:30.623Z] _____ _ [2024-08-08T15:40:30.623Z] / ____| | | [2024-08-08T15:40:30.623Z] | | ___ __| | ___ ___ _____ __ [2024-08-08T15:40:30.623Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-08-08T15:40:30.623Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-08-08T15:40:30.623Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-08-08T15:40:30.623Z] Bash-1.0.6 [2024-08-08T15:40:30.623Z] [2024-08-08T15:40:30.623Z] [2024-08-08T15:40:30.623Z] ==> git version 2.25.1 found [2024-08-08T15:40:30.623Z] ==> 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-08-08T15:40:30.623Z] Release-Date: 2020-01-08 [2024-08-08T15:40:30.623Z] 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-08-08T15:40:30.623Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-08-08T15:40:30.623Z] ==> Jenkins CI detected. [2024-08-08T15:40:30.623Z] current dir:  /w/workspace/edgex-go/667 [2024-08-08T15:40:30.623Z] project root: . [2024-08-08T15:40:30.623Z] --> token set from env [2024-08-08T15:40:30.623Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-08-08T15:40:30.883Z] ==> Running gcov in . (disable via -X gcov) [2024-08-08T15:40:30.883Z] ==> Python coveragepy not found [2024-08-08T15:40:30.883Z] ==> Searching for coverage reports in: [2024-08-08T15:40:30.883Z] + . [2024-08-08T15:40:30.883Z] -> Found 1 reports [2024-08-08T15:40:30.883Z] ==> Detecting git/mercurial file structure [2024-08-08T15:40:30.883Z] ==> Reading reports [2024-08-08T15:40:30.883Z] + ./coverage.out bytes=504074 [2024-08-08T15:40:30.883Z] ==> Appending adjustments [2024-08-08T15:40:30.883Z] https://docs.codecov.io/docs/fixing-reports [2024-08-08T15:40:32.261Z] + Found adjustments [2024-08-08T15:40:32.261Z] ==> Gzipping contents [2024-08-08T15:40:32.261Z] 64K /tmp/codecov.Vb38P4.gz [2024-08-08T15:40:32.261Z] ==> Uploading reports [2024-08-08T15:40:32.261Z] url: https://codecov.io [2024-08-08T15:40:32.261Z] query: branch=main&commit=2b98b0065012eac835be930949dbee65d2568e96&build=667&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F667%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-08T15:40:32.261Z] -> Pinging Codecov [2024-08-08T15:40:32.261Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2b98b0065012eac835be930949dbee65d2568e96&build=667&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F667%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-08-08T15:40:32.261Z] -> Uploading to [2024-08-08T15:40:32.261Z] https://storage.googleapis.com/codecov/v4/raw/2024-08-08/00271124DB129430A58F1EEE437C3FCB/2b98b0065012eac835be930949dbee65d2568e96/5742ae8e-f1ae-4d6c-bf99-78d1b7fff061.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240808%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240808T154032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=028a6e3f475c614fe711b9e1bb98662812cf35baba0ba2340cf0e814ea2541e1 [2024-08-08T15:40:32.261Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:40:32.261Z] Dload Upload Total Spent Left Speed [2024-08-08T15:40:32.521Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64555 0 0 100 64555 0 229k --:--:-- --:--:-- --:--:-- 230k [2024-08-08T15:40:32.781Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2b98b0065012eac835be930949dbee65d2568e96 [Pipeline] } [2024-08-08T15:40:32.788Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2024-08-08T15:40:33.028Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-08-08T15:40:33.047Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:40:33.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-08T15:40:33.356Z] [2024-08-08T15:40:33.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:40:33.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-08T15:40:33.691Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-08-08T15:40:33.691Z] 619be1103602: Already exists [2024-08-08T15:40:33.691Z] f8ea3408117e: Pulling fs layer [2024-08-08T15:40:33.691Z] 91320369b822: Pulling fs layer [2024-08-08T15:40:33.691Z] 0406650e8295: Pulling fs layer [2024-08-08T15:40:33.691Z] 4f4fb700ef54: Pulling fs layer [2024-08-08T15:40:33.691Z] 96d80e3f36e1: Pulling fs layer [2024-08-08T15:40:33.691Z] bcf3aedb951c: Pulling fs layer [2024-08-08T15:40:33.691Z] 4f4fb700ef54: Waiting [2024-08-08T15:40:33.691Z] 96d80e3f36e1: Waiting [2024-08-08T15:40:33.691Z] bcf3aedb951c: Waiting [2024-08-08T15:40:33.691Z] 0406650e8295: Verifying Checksum [2024-08-08T15:40:33.691Z] 0406650e8295: Download complete [2024-08-08T15:40:33.691Z] f8ea3408117e: Download complete [2024-08-08T15:40:33.691Z] 4f4fb700ef54: Verifying Checksum [2024-08-08T15:40:33.691Z] 4f4fb700ef54: Download complete [2024-08-08T15:40:33.952Z] 96d80e3f36e1: Verifying Checksum [2024-08-08T15:40:33.952Z] 96d80e3f36e1: Download complete [2024-08-08T15:40:34.211Z] f8ea3408117e: Pull complete [2024-08-08T15:40:34.468Z] 91320369b822: Verifying Checksum [2024-08-08T15:40:34.468Z] 91320369b822: Download complete [2024-08-08T15:40:35.033Z] bcf3aedb951c: Verifying Checksum [2024-08-08T15:40:35.033Z] bcf3aedb951c: Download complete [2024-08-08T15:40:38.323Z] 91320369b822: Pull complete [2024-08-08T15:40:38.323Z] 0406650e8295: Pull complete [2024-08-08T15:40:38.323Z] 4f4fb700ef54: Pull complete [2024-08-08T15:40:38.582Z] 96d80e3f36e1: Pull complete [2024-08-08T15:40:41.871Z] bcf3aedb951c: Pull complete [2024-08-08T15:40:41.871Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-08-08T15:40:41.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-08-08T15:40:41.871Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T15:40:41.973Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T15:40:41.992Z] $ 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/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T15:40:49.105Z] $ docker top 2a99bfbbcda47a47f5a462f8ac8f698910b089b9bdcaaa260bb55e9cfb773773 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-08T15:40:49.471Z] + git config --global --add safe.directory /w/workspace/edgex-go/667 [Pipeline] echo [2024-08-08T15:40:49.481Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2024-08-08T15:40:49.761Z] + set -o pipefail [2024-08-08T15:40:49.761Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2024-08-08T15:40:57.887Z] [2024-08-08T15:40:57.887Z] Monitoring /w/workspace/edgex-go/667 (github.com/edgexfoundry/edgex-go)... [2024-08-08T15:40:57.887Z] [2024-08-08T15:40:57.887Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/978094dd-eb59-4eb3-824d-e98634d54be7 [2024-08-08T15:40:57.887Z] [2024-08-08T15:40:57.887Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-08-08T15:40:57.887Z] [2024-08-08T15:40:58.146Z] [2024-08-08T15:40:58.146Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-08-08T15:40:58.146Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-08-08T15:40:58.408Z] $ docker stop --time=1 2a99bfbbcda47a47f5a462f8ac8f698910b089b9bdcaaa260bb55e9cfb773773 [2024-08-08T15:41:04.667Z] $ docker rm -f --volumes 2a99bfbbcda47a47f5a462f8ac8f698910b089b9bdcaaa260bb55e9cfb773773 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2024-08-08T15:41:05.341Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-08T15:41:05.358Z] provisioning config files... [2024-08-08T15:41:05.367Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/667@tmp/config17217441154185872712tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:41:05.667Z] --> edgex-publish-swagger.sh [2024-08-08T15:41:05.667Z] === Publish openapi/v3 API === [2024-08-08T15:41:05.667Z] [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger [2024-08-08T15:41:05.667Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/667/openapi/v3/core-command.yaml] [2024-08-08T15:41:05.667Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:41:05.667Z] Dload Upload Total Spent Left Speed [2024-08-08T15:41:06.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 131k --:--:-- --:--:-- --:--:-- 130k 100 32782 0 0 100 32782 0 53917 --:--:-- --:--:-- --:--:-- 53829 [2024-08-08T15:41:06.187Z] [2024-08-08T15:41:06.187Z] [2024-08-08T15:41:06.187Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/667/openapi/v3/core-data.yaml] [2024-08-08T15:41:06.187Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:41:06.187Z] Dload Upload Total Spent Left Speed [2024-08-08T15:41:06.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 147k --:--:-- --:--:-- --:--:-- 147k [2024-08-08T15:41:06.755Z] [2024-08-08T15:41:06.755Z] [2024-08-08T15:41:06.755Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/667/openapi/v3/core-keeper.yaml] [2024-08-08T15:41:06.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:41:06.755Z] Dload Upload Total Spent Left Speed [2024-08-08T15:41:07.014Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 200 99457 --:--:-- --:--:-- --:--:-- 99657 [2024-08-08T15:41:07.014Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-08T15:41:07.014Z] [2024-08-08T15:41:07.014Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/667/openapi/v3/core-metadata.yaml] [2024-08-08T15:41:07.014Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:41:07.014Z] Dload Upload Total Spent Left Speed [2024-08-08T15:41:07.584Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 302 288k --:--:-- --:--:-- --:--:-- 288k [2024-08-08T15:41:07.584Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-08T15:41:07.584Z] [2024-08-08T15:41:07.584Z] [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/667/openapi/v3/support-cron-scheduler.yaml] [2024-08-08T15:41:07.584Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:41:07.584Z] Dload Upload Total Spent Left Speed [2024-08-08T15:41:07.846Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42836 0 0 100 42836 0 205k --:--:-- --:--:-- --:--:-- 204k 100 42902 100 66 100 42836 206 131k --:--:-- --:--:-- --:--:-- 130k [2024-08-08T15:41:07.846Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2024-08-08T15:41:07.846Z] [2024-08-08T15:41:07.846Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/667/openapi/v3/support-notifications.yaml] [2024-08-08T15:41:07.846Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:41:07.846Z] Dload Upload Total Spent Left Speed [2024-08-08T15:41:08.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 374 204k --:--:-- --:--:-- --:--:-- 204k [2024-08-08T15:41:08.420Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-08T15:41:08.420Z] [2024-08-08T15:41:08.420Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/667/openapi/v3/support-scheduler.yaml] [2024-08-08T15:41:08.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-08-08T15:41:08.420Z] Dload Upload Total Spent Left Speed [2024-08-08T15:41:08.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 311 73760 --:--:-- --:--:-- --:--:-- 73924 100 37110 100 156 100 36954 311 73760 --:--:-- --:--:-- --:--:-- 73924 [2024-08-08T15:41:08.990Z] {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} [2024-08-08T15:41:08.990Z] [Pipeline] } [2024-08-08T15:41:08.997Z] 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-08-08T15:41:09.445Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-08T15:41:09.445Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:41:09.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-08T15:41:09.749Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T15:41:09.838Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T15:41:09.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T15:41:10.312Z] $ docker top ba8880d2d34f19251fd435c79a7a3630998b65d22d6efe858240c1c3665d877f -eo pid,comm [2024-08-08T15:41:10.371Z] 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-08-08T15:41:10.371Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-08T15:41:10.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-08T15:41:10.432Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-08T15:41:10.570Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-08T15:41:10.565Z] $ docker exec ba8880d2d34f19251fd435c79a7a3630998b65d22d6efe858240c1c3665d877f ssh-agent [2024-08-08T15:41:10.679Z] SSH_AUTH_SOCK=/tmp/ssh-zEdgS4bB3fP8/agent.32 [2024-08-08T15:41:10.679Z] SSH_AGENT_PID=38 [2024-08-08T15:41:10.683Z] Running ssh-add (command line suppressed) [2024-08-08T15:41:10.785Z] Identity added: /w/workspace/edgex-go/667@tmp/private_key_4117056880472524432.key (/w/workspace/edgex-go/667@tmp/private_key_4117056880472524432.key) [2024-08-08T15:41:10.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-08T15:41:11.101Z] + git semver tag [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,292 [run_tag] DEBUG tag force:False [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,293 [check_head_tag] DEBUG check head tag [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,294 [execute] INFO git cat-file --batch-check [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,295 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/667, universal_newlines=False, shell=None, istream=) [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,299 [execute] INFO git cat-file --batch [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,299 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/667, universal_newlines=False, shell=None, istream=) [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,339 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,339 [execute] INFO git tag -a v3.2.0-dev.49 -m v3.2.0-dev.49 [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,339 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.49', '-m', 'v3.2.0-dev.49'], cwd=/w/workspace/edgex-go/667, universal_newlines=False, shell=None, istream=None) [2024-08-08T15:41:11.361Z] 2024-08-08 15:41:11,345 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T15:41:11.361Z] 3.2.0-dev.49 [Pipeline] } [2024-08-08T15:41:11.621Z] $ docker exec --env ******** --env ******** ba8880d2d34f19251fd435c79a7a3630998b65d22d6efe858240c1c3665d877f ssh-agent -k [2024-08-08T15:41:11.726Z] unset SSH_AUTH_SOCK; [2024-08-08T15:41:11.726Z] unset SSH_AGENT_PID; [2024-08-08T15:41:11.726Z] echo Agent pid 38 killed; [2024-08-08T15:41:11.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-08T15:41:12.074Z] + git semver [Pipeline] } [2024-08-08T15:41:12.338Z] $ docker stop --time=1 ba8880d2d34f19251fd435c79a7a3630998b65d22d6efe858240c1c3665d877f [2024-08-08T15:41:13.622Z] $ docker rm -f --volumes ba8880d2d34f19251fd435c79a7a3630998b65d22d6efe858240c1c3665d877f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:41:14.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-08T15:41:14.048Z] [2024-08-08T15:41:14.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:41:14.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-08T15:41:14.352Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-08-08T15:41:14.352Z] ab5ef0e58194: Pulling fs layer [2024-08-08T15:41:14.352Z] 9712f1f96733: Pulling fs layer [2024-08-08T15:41:14.352Z] 63f879dbbcfc: Pulling fs layer [2024-08-08T15:41:14.352Z] 0d9ebad4ef96: Pulling fs layer [2024-08-08T15:41:14.352Z] e9a5061849ea: Pulling fs layer [2024-08-08T15:41:14.352Z] d747dcd14b5f: Pulling fs layer [2024-08-08T15:41:14.352Z] 2de7ff778b66: Pulling fs layer [2024-08-08T15:41:14.352Z] 0d9ebad4ef96: Waiting [2024-08-08T15:41:14.352Z] e9a5061849ea: Waiting [2024-08-08T15:41:14.352Z] d747dcd14b5f: Waiting [2024-08-08T15:41:14.352Z] 9712f1f96733: Verifying Checksum [2024-08-08T15:41:14.352Z] 9712f1f96733: Download complete [2024-08-08T15:41:14.920Z] 63f879dbbcfc: Verifying Checksum [2024-08-08T15:41:14.920Z] 63f879dbbcfc: Download complete [2024-08-08T15:41:14.920Z] e9a5061849ea: Verifying Checksum [2024-08-08T15:41:14.920Z] e9a5061849ea: Download complete [2024-08-08T15:41:14.920Z] ab5ef0e58194: Download complete [2024-08-08T15:41:14.920Z] d747dcd14b5f: Download complete [2024-08-08T15:41:14.920Z] 0d9ebad4ef96: Verifying Checksum [2024-08-08T15:41:14.920Z] 0d9ebad4ef96: Download complete [2024-08-08T15:41:15.179Z] 2de7ff778b66: Verifying Checksum [2024-08-08T15:41:15.179Z] 2de7ff778b66: Download complete [2024-08-08T15:41:18.465Z] ab5ef0e58194: Pull complete [2024-08-08T15:41:18.465Z] 9712f1f96733: Pull complete [2024-08-08T15:41:18.723Z] 63f879dbbcfc: Pull complete [2024-08-08T15:41:22.913Z] 0d9ebad4ef96: Pull complete [2024-08-08T15:41:23.172Z] e9a5061849ea: Pull complete [2024-08-08T15:41:23.172Z] d747dcd14b5f: Pull complete [2024-08-08T15:41:24.547Z] 2de7ff778b66: Pull complete [2024-08-08T15:41:24.547Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-08-08T15:41:24.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-08-08T15:41:24.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T15:41:24.645Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T15:41:24.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T15:41:31.344Z] $ docker top 4e4f9fafdb66ee63a5901e6876fbcae9976aaa030425af0b25121c79f8fb7712 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-08-08T15:41:31.435Z] provisioning config files... [2024-08-08T15:41:31.441Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/667@tmp/config6182567612333816660tmp [2024-08-08T15:41:31.451Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/667@tmp/config17428875260124203697tmp [2024-08-08T15:41:31.459Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/667@tmp/config5166492126625906919tmp [Pipeline] { [Pipeline] echo [2024-08-08T15:41:31.545Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:41:31.847Z] ---> sigul-configuration.sh [2024-08-08T15:41:31.847Z] gpg: directory `/root/.gnupg' created [2024-08-08T15:41:31.847Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-08-08T15:41:31.847Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-08-08T15:41:31.847Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-08-08T15:41:31.847Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-08-08T15:41:31.847Z] gpg: CAST5 encrypted data [2024-08-08T15:41:31.847Z] gpg: encrypted with 1 passphrase [2024-08-08T15:41:31.847Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-08-08T15:41:32.145Z] + mkdir /home/jenkins [2024-08-08T15:41:32.145Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-08-08T15:41:32.444Z] + 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-08-08T15:41:32.458Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:41:32.752Z] ---> sigul-install.sh [2024-08-08T15:41:32.752Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-08-08T15:41:33.049Z] + git tag --list [2024-08-08T15:41:33.049Z] 0.6.0 [2024-08-08T15:41:33.049Z] 0.6.1 [2024-08-08T15:41:33.049Z] 0.7.0 [2024-08-08T15:41:33.049Z] 0.7.1 [2024-08-08T15:41:33.049Z] v1.0.0 [2024-08-08T15:41:33.049Z] v1.0.1 [2024-08-08T15:41:33.050Z] v1.1.0 [2024-08-08T15:41:33.050Z] v1.2.0 [2024-08-08T15:41:33.050Z] v1.2.1 [2024-08-08T15:41:33.050Z] v1.3.0 [2024-08-08T15:41:33.050Z] v1.3.1 [2024-08-08T15:41:33.050Z] v2.0.0 [2024-08-08T15:41:33.050Z] v2.1.0 [2024-08-08T15:41:33.050Z] v2.1.1 [2024-08-08T15:41:33.050Z] v2.2.0 [2024-08-08T15:41:33.050Z] v2.3.0 [2024-08-08T15:41:33.050Z] v3.0 [2024-08-08T15:41:33.050Z] v3.0.0 [2024-08-08T15:41:33.050Z] v3.1 [2024-08-08T15:41:33.050Z] v3.1.0 [2024-08-08T15:41:33.050Z] v3.1.0-dev.1 [2024-08-08T15:41:33.050Z] v3.1.0-dev.10 [2024-08-08T15:41:33.050Z] v3.1.0-dev.11 [2024-08-08T15:41:33.050Z] v3.1.0-dev.12 [2024-08-08T15:41:33.050Z] v3.1.0-dev.13 [2024-08-08T15:41:33.050Z] v3.1.0-dev.14 [2024-08-08T15:41:33.050Z] v3.1.0-dev.15 [2024-08-08T15:41:33.050Z] v3.1.0-dev.16 [2024-08-08T15:41:33.050Z] v3.1.0-dev.17 [2024-08-08T15:41:33.050Z] v3.1.0-dev.18 [2024-08-08T15:41:33.050Z] v3.1.0-dev.19 [2024-08-08T15:41:33.050Z] v3.1.0-dev.2 [2024-08-08T15:41:33.050Z] v3.1.0-dev.20 [2024-08-08T15:41:33.050Z] v3.1.0-dev.21 [2024-08-08T15:41:33.050Z] v3.1.0-dev.22 [2024-08-08T15:41:33.050Z] v3.1.0-dev.23 [2024-08-08T15:41:33.050Z] v3.1.0-dev.24 [2024-08-08T15:41:33.050Z] v3.1.0-dev.25 [2024-08-08T15:41:33.050Z] v3.1.0-dev.26 [2024-08-08T15:41:33.050Z] v3.1.0-dev.27 [2024-08-08T15:41:33.050Z] v3.1.0-dev.28 [2024-08-08T15:41:33.050Z] v3.1.0-dev.29 [2024-08-08T15:41:33.050Z] v3.1.0-dev.3 [2024-08-08T15:41:33.050Z] v3.1.0-dev.30 [2024-08-08T15:41:33.050Z] v3.1.0-dev.31 [2024-08-08T15:41:33.050Z] v3.1.0-dev.32 [2024-08-08T15:41:33.050Z] v3.1.0-dev.33 [2024-08-08T15:41:33.050Z] v3.1.0-dev.34 [2024-08-08T15:41:33.050Z] v3.1.0-dev.35 [2024-08-08T15:41:33.050Z] v3.1.0-dev.36 [2024-08-08T15:41:33.050Z] v3.1.0-dev.37 [2024-08-08T15:41:33.050Z] v3.1.0-dev.38 [2024-08-08T15:41:33.050Z] v3.1.0-dev.39 [2024-08-08T15:41:33.050Z] v3.1.0-dev.4 [2024-08-08T15:41:33.050Z] v3.1.0-dev.40 [2024-08-08T15:41:33.050Z] v3.1.0-dev.41 [2024-08-08T15:41:33.050Z] v3.1.0-dev.42 [2024-08-08T15:41:33.050Z] v3.1.0-dev.43 [2024-08-08T15:41:33.050Z] v3.1.0-dev.44 [2024-08-08T15:41:33.050Z] v3.1.0-dev.45 [2024-08-08T15:41:33.050Z] v3.1.0-dev.46 [2024-08-08T15:41:33.050Z] v3.1.0-dev.47 [2024-08-08T15:41:33.050Z] v3.1.0-dev.48 [2024-08-08T15:41:33.050Z] v3.1.0-dev.49 [2024-08-08T15:41:33.050Z] v3.1.0-dev.5 [2024-08-08T15:41:33.050Z] v3.1.0-dev.50 [2024-08-08T15:41:33.050Z] v3.1.0-dev.51 [2024-08-08T15:41:33.050Z] v3.1.0-dev.52 [2024-08-08T15:41:33.050Z] v3.1.0-dev.53 [2024-08-08T15:41:33.050Z] v3.1.0-dev.54 [2024-08-08T15:41:33.050Z] v3.1.0-dev.55 [2024-08-08T15:41:33.050Z] v3.1.0-dev.56 [2024-08-08T15:41:33.050Z] v3.1.0-dev.57 [2024-08-08T15:41:33.050Z] v3.1.0-dev.58 [2024-08-08T15:41:33.050Z] v3.1.0-dev.59 [2024-08-08T15:41:33.050Z] v3.1.0-dev.6 [2024-08-08T15:41:33.050Z] v3.1.0-dev.60 [2024-08-08T15:41:33.050Z] v3.1.0-dev.61 [2024-08-08T15:41:33.050Z] v3.1.0-dev.62 [2024-08-08T15:41:33.050Z] v3.1.0-dev.63 [2024-08-08T15:41:33.050Z] v3.1.0-dev.64 [2024-08-08T15:41:33.050Z] v3.1.0-dev.65 [2024-08-08T15:41:33.050Z] v3.1.0-dev.66 [2024-08-08T15:41:33.050Z] v3.1.0-dev.67 [2024-08-08T15:41:33.050Z] v3.1.0-dev.68 [2024-08-08T15:41:33.050Z] v3.1.0-dev.69 [2024-08-08T15:41:33.050Z] v3.1.0-dev.7 [2024-08-08T15:41:33.050Z] v3.1.0-dev.70 [2024-08-08T15:41:33.050Z] v3.1.0-dev.71 [2024-08-08T15:41:33.050Z] v3.1.0-dev.72 [2024-08-08T15:41:33.050Z] v3.1.0-dev.73 [2024-08-08T15:41:33.050Z] v3.1.0-dev.8 [2024-08-08T15:41:33.050Z] v3.1.0-dev.9 [2024-08-08T15:41:33.050Z] v3.1.1 [2024-08-08T15:41:33.050Z] v3.1.1-dev.1 [2024-08-08T15:41:33.050Z] v3.1.1-dev.2 [2024-08-08T15:41:33.050Z] v3.2.0-dev.1 [2024-08-08T15:41:33.050Z] v3.2.0-dev.10 [2024-08-08T15:41:33.050Z] v3.2.0-dev.11 [2024-08-08T15:41:33.050Z] v3.2.0-dev.12 [2024-08-08T15:41:33.050Z] v3.2.0-dev.13 [2024-08-08T15:41:33.050Z] v3.2.0-dev.14 [2024-08-08T15:41:33.050Z] v3.2.0-dev.15 [2024-08-08T15:41:33.050Z] v3.2.0-dev.16 [2024-08-08T15:41:33.050Z] v3.2.0-dev.17 [2024-08-08T15:41:33.050Z] v3.2.0-dev.18 [2024-08-08T15:41:33.050Z] v3.2.0-dev.19 [2024-08-08T15:41:33.050Z] v3.2.0-dev.2 [2024-08-08T15:41:33.050Z] v3.2.0-dev.20 [2024-08-08T15:41:33.050Z] v3.2.0-dev.21 [2024-08-08T15:41:33.050Z] v3.2.0-dev.22 [2024-08-08T15:41:33.050Z] v3.2.0-dev.23 [2024-08-08T15:41:33.050Z] v3.2.0-dev.24 [2024-08-08T15:41:33.050Z] v3.2.0-dev.25 [2024-08-08T15:41:33.050Z] v3.2.0-dev.26 [2024-08-08T15:41:33.050Z] v3.2.0-dev.27 [2024-08-08T15:41:33.050Z] v3.2.0-dev.28 [2024-08-08T15:41:33.050Z] v3.2.0-dev.29 [2024-08-08T15:41:33.050Z] v3.2.0-dev.3 [2024-08-08T15:41:33.050Z] v3.2.0-dev.30 [2024-08-08T15:41:33.050Z] v3.2.0-dev.31 [2024-08-08T15:41:33.050Z] v3.2.0-dev.32 [2024-08-08T15:41:33.050Z] v3.2.0-dev.33 [2024-08-08T15:41:33.050Z] v3.2.0-dev.34 [2024-08-08T15:41:33.050Z] v3.2.0-dev.35 [2024-08-08T15:41:33.050Z] v3.2.0-dev.36 [2024-08-08T15:41:33.050Z] v3.2.0-dev.37 [2024-08-08T15:41:33.050Z] v3.2.0-dev.38 [2024-08-08T15:41:33.050Z] v3.2.0-dev.39 [2024-08-08T15:41:33.050Z] v3.2.0-dev.4 [2024-08-08T15:41:33.050Z] v3.2.0-dev.40 [2024-08-08T15:41:33.050Z] v3.2.0-dev.41 [2024-08-08T15:41:33.050Z] v3.2.0-dev.42 [2024-08-08T15:41:33.050Z] v3.2.0-dev.43 [2024-08-08T15:41:33.050Z] v3.2.0-dev.44 [2024-08-08T15:41:33.050Z] v3.2.0-dev.45 [2024-08-08T15:41:33.050Z] v3.2.0-dev.46 [2024-08-08T15:41:33.050Z] v3.2.0-dev.47 [2024-08-08T15:41:33.050Z] v3.2.0-dev.48 [2024-08-08T15:41:33.050Z] v3.2.0-dev.49 [2024-08-08T15:41:33.050Z] v3.2.0-dev.5 [2024-08-08T15:41:33.050Z] v3.2.0-dev.6 [2024-08-08T15:41:33.050Z] v3.2.0-dev.7 [2024-08-08T15:41:33.050Z] v3.2.0-dev.8 [2024-08-08T15:41:33.050Z] v3.2.0-dev.9 [Pipeline] sh [2024-08-08T15:41:33.402Z] + lftools sign git-tag v3.2.0-dev.49 [2024-08-08T15:41:33.970Z] Signing Git tag with Sigul... [2024-08-08T15:41:33.970Z] Signing v3.2.0-dev.49 [Pipeline] echo [2024-08-08T15:41:34.243Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:41:34.536Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-08-08T15:41:34.544Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-08-08T15:41:34.564Z] $ docker stop --time=1 4e4f9fafdb66ee63a5901e6876fbcae9976aaa030425af0b25121c79f8fb7712 [2024-08-08T15:41:35.874Z] $ docker rm -f --volumes 4e4f9fafdb66ee63a5901e6876fbcae9976aaa030425af0b25121c79f8fb7712 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-08-08T15:41:36.330Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-08T15:41:36.331Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:41:36.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-08T15:41:36.633Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T15:41:36.720Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T15:41:36.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T15:41:37.125Z] $ docker top 04dba9979958d38c985e9a19df07bc7ebc53fbbc8f94aed1cff674a705da6f93 -eo pid,comm [2024-08-08T15:41:37.177Z] 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-08-08T15:41:37.178Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-08T15:41:37.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-08T15:41:37.239Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-08T15:41:37.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-08T15:41:37.341Z] $ docker exec 04dba9979958d38c985e9a19df07bc7ebc53fbbc8f94aed1cff674a705da6f93 ssh-agent [2024-08-08T15:41:37.453Z] SSH_AUTH_SOCK=/tmp/ssh-5zS8b71DgR1e/agent.32 [2024-08-08T15:41:37.453Z] SSH_AGENT_PID=38 [2024-08-08T15:41:37.456Z] Running ssh-add (command line suppressed) [2024-08-08T15:41:37.541Z] Identity added: /w/workspace/edgex-go/667@tmp/private_key_17679514454786305403.key (/w/workspace/edgex-go/667@tmp/private_key_17679514454786305403.key) [2024-08-08T15:41:37.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-08T15:41:37.850Z] + git semver bump pre [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,028 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,029 [bump_version] DEBUG bumping version:3.2.0-dev.49 on axis:pre with prefix:dev [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,029 [bump_version] DEBUG bumped version:3.2.0-dev.50 [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,029 [write_version] DEBUG write version:3.2.0-dev.50 to path:/w/workspace/edgex-go/667/.semver/main with force:True [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,029 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,029 [write_file] DEBUG write to file:/w/workspace/edgex-go/667/.semver/main [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,031 [execute] INFO git cat-file --batch-check [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/667/.semver, universal_newlines=False, shell=None, istream=) [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,036 [execute] INFO git cat-file --batch [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/667/.semver, universal_newlines=False, shell=None, istream=) [2024-08-08T15:41:38.110Z] 2024-08-08 15:41:38,041 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T15:41:38.110Z] 3.2.0-dev.50 [Pipeline] } [2024-08-08T15:41:38.110Z] $ docker exec --env ******** --env ******** 04dba9979958d38c985e9a19df07bc7ebc53fbbc8f94aed1cff674a705da6f93 ssh-agent -k [2024-08-08T15:41:38.212Z] unset SSH_AUTH_SOCK; [2024-08-08T15:41:38.213Z] unset SSH_AGENT_PID; [2024-08-08T15:41:38.213Z] echo Agent pid 38 killed; [2024-08-08T15:41:38.232Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-08T15:41:38.565Z] + git semver [Pipeline] } [2024-08-08T15:41:38.827Z] $ docker stop --time=1 04dba9979958d38c985e9a19df07bc7ebc53fbbc8f94aed1cff674a705da6f93 [2024-08-08T15:41:40.111Z] $ docker rm -f --volumes 04dba9979958d38c985e9a19df07bc7ebc53fbbc8f94aed1cff674a705da6f93 [Pipeline] // withDockerContainer [Pipeline] sh [2024-08-08T15:41:40.471Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-08-08T15:41:40.471Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:41:40.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-08-08T15:41:40.773Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T15:41:40.855Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T15:41:40.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T15:41:41.226Z] $ docker top a815cd13a669528af2e9b7ef62244c5aaba32a64ef821ceaaf1d76b4b0729701 -eo pid,comm [2024-08-08T15:41:41.282Z] 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-08-08T15:41:41.282Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-08-08T15:41:41.334Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-08-08T15:41:41.334Z] [ssh-agent] Looking for ssh-agent implementation... [2024-08-08T15:41:41.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-08-08T15:41:41.441Z] $ docker exec a815cd13a669528af2e9b7ef62244c5aaba32a64ef821ceaaf1d76b4b0729701 ssh-agent [2024-08-08T15:41:41.551Z] SSH_AUTH_SOCK=/tmp/ssh-DlUW8RzMXExS/agent.32 [2024-08-08T15:41:41.551Z] SSH_AGENT_PID=38 [2024-08-08T15:41:41.555Z] Running ssh-add (command line suppressed) [2024-08-08T15:41:41.661Z] Identity added: /w/workspace/edgex-go/667@tmp/private_key_8558435427134790849.key (/w/workspace/edgex-go/667@tmp/private_key_8558435427134790849.key) [2024-08-08T15:41:41.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-08-08T15:41:41.978Z] + git semver push [2024-08-08T15:41:42.236Z] 2024-08-08 15:41:42,188 [run_push] DEBUG push [2024-08-08T15:41:42.236Z] 2024-08-08 15:41:42,189 [execute] INFO git cat-file --batch-check [2024-08-08T15:41:42.236Z] 2024-08-08 15:41:42,189 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/667/.semver, universal_newlines=False, shell=None, istream=) [2024-08-08T15:41:42.236Z] 2024-08-08 15:41:42,192 [execute] INFO git rev-list 139679f6c4d1cd17d90859f498118f63b431fd82 -- [2024-08-08T15:41:42.236Z] 2024-08-08 15:41:42,193 [execute] DEBUG Popen(['git', 'rev-list', '139679f6c4d1cd17d90859f498118f63b431fd82', '--'], cwd=/w/workspace/edgex-go/667/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-08T15:41:42.236Z] 2024-08-08 15:41:42,210 [execute] INFO git fetch -v origin [2024-08-08T15:41:42.236Z] 2024-08-08 15:41:42,210 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/667/.semver, universal_newlines=True, shell=None, istream=None) [2024-08-08T15:41:42.803Z] 2024-08-08 15:41:42,667 [run_push] DEBUG no remote changes detected [2024-08-08T15:41:42.803Z] 2024-08-08 15:41:42,668 [execute] INFO git push origin semver [2024-08-08T15:41:42.803Z] 2024-08-08 15:41:42,668 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/667/.semver, universal_newlines=False, shell=None, istream=None) [2024-08-08T15:41:43.738Z] 2024-08-08 15:41:43,483 [run_push] DEBUG push all version tags [2024-08-08T15:41:43.738Z] 2024-08-08 15:41:43,484 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-08-08T15:41:43.738Z] 2024-08-08 15:41:43,485 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/667, universal_newlines=False, shell=None, istream=None) [2024-08-08T15:41:44.306Z] 2024-08-08 15:41:44,192 [read_version] DEBUG read version from /w/workspace/edgex-go/667/.semver/main [2024-08-08T15:41:44.306Z] 3.2.0-dev.50 [Pipeline] } [2024-08-08T15:41:44.309Z] $ docker exec --env ******** --env ******** a815cd13a669528af2e9b7ef62244c5aaba32a64ef821ceaaf1d76b4b0729701 ssh-agent -k [2024-08-08T15:41:44.408Z] unset SSH_AUTH_SOCK; [2024-08-08T15:41:44.408Z] unset SSH_AGENT_PID; [2024-08-08T15:41:44.408Z] echo Agent pid 38 killed; [2024-08-08T15:41:44.427Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-08-08T15:41:44.751Z] + git semver [Pipeline] } [2024-08-08T15:41:45.009Z] $ docker stop --time=1 a815cd13a669528af2e9b7ef62244c5aaba32a64ef821ceaaf1d76b4b0729701 [2024-08-08T15:41:46.269Z] $ docker rm -f --volumes a815cd13a669528af2e9b7ef62244c5aaba32a64ef821ceaaf1d76b4b0729701 [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-08-08T15:41:46.882Z] + [ -d /w/workspace/edgex-go/667/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:41:47.174Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:41:48.033Z] ---> package-listing.sh [2024-08-08T15:41:48.033Z] ++ facter osfamily [2024-08-08T15:41:48.033Z] ++ tr '[:upper:]' '[:lower:]' [2024-08-08T15:41:48.292Z] + OS_FAMILY=debian [2024-08-08T15:41:48.292Z] + workspace=/w/workspace/edgex-go/667 [2024-08-08T15:41:48.292Z] + START_PACKAGES=/tmp/packages_start.txt [2024-08-08T15:41:48.292Z] + END_PACKAGES=/tmp/packages_end.txt [2024-08-08T15:41:48.292Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-08-08T15:41:48.292Z] + PACKAGES=/tmp/packages_start.txt [2024-08-08T15:41:48.292Z] + '[' /w/workspace/edgex-go/667 ']' [2024-08-08T15:41:48.292Z] + PACKAGES=/tmp/packages_end.txt [2024-08-08T15:41:48.292Z] + case "${OS_FAMILY}" in [2024-08-08T15:41:48.292Z] + dpkg -l [2024-08-08T15:41:48.292Z] + grep '^ii' [2024-08-08T15:41:48.292Z] + '[' -f /tmp/packages_start.txt ']' [2024-08-08T15:41:48.292Z] + '[' -f /tmp/packages_end.txt ']' [2024-08-08T15:41:48.292Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-08-08T15:41:48.293Z] + '[' /w/workspace/edgex-go/667 ']' [2024-08-08T15:41:48.293Z] + mkdir -p /w/workspace/edgex-go/667/archives/ [2024-08-08T15:41:48.293Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/667/archives/ [Pipeline] echo [2024-08-08T15:41:48.303Z] 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/667/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-08-08T15:41:48.581Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:41:49.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-08T15:41:49.141Z] [2024-08-08T15:41:49.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-08-08T15:41:49.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-08T15:41:49.439Z] latest: Pulling from edgex-lftools-log-publisher [2024-08-08T15:41:49.439Z] 5eb5b503b376: Pulling fs layer [2024-08-08T15:41:49.439Z] 5c69ac0246d0: Pulling fs layer [2024-08-08T15:41:49.439Z] ec43610c2a17: Pulling fs layer [2024-08-08T15:41:49.439Z] 3a2ae6a8a46f: Pulling fs layer [2024-08-08T15:41:49.439Z] 33b1e0a273af: Pulling fs layer [2024-08-08T15:41:49.439Z] 5d3b04190fa2: Pulling fs layer [2024-08-08T15:41:49.439Z] 2f39f015ded8: Pulling fs layer [2024-08-08T15:41:49.439Z] 3a2ae6a8a46f: Waiting [2024-08-08T15:41:49.439Z] 33b1e0a273af: Waiting [2024-08-08T15:41:49.439Z] 5d3b04190fa2: Waiting [2024-08-08T15:41:49.439Z] 2f39f015ded8: Waiting [2024-08-08T15:41:49.439Z] 5c69ac0246d0: Verifying Checksum [2024-08-08T15:41:49.439Z] 5c69ac0246d0: Download complete [2024-08-08T15:41:49.439Z] 3a2ae6a8a46f: Verifying Checksum [2024-08-08T15:41:49.439Z] 3a2ae6a8a46f: Download complete [2024-08-08T15:41:49.439Z] 33b1e0a273af: Verifying Checksum [2024-08-08T15:41:49.439Z] 33b1e0a273af: Download complete [2024-08-08T15:41:49.439Z] 5d3b04190fa2: Download complete [2024-08-08T15:41:49.439Z] ec43610c2a17: Verifying Checksum [2024-08-08T15:41:49.439Z] ec43610c2a17: Download complete [2024-08-08T15:41:49.698Z] 5eb5b503b376: Verifying Checksum [2024-08-08T15:41:49.698Z] 5eb5b503b376: Download complete [2024-08-08T15:41:50.262Z] 2f39f015ded8: Download complete [2024-08-08T15:41:51.298Z] 5eb5b503b376: Pull complete [2024-08-08T15:41:51.298Z] 5c69ac0246d0: Pull complete [2024-08-08T15:41:51.556Z] ec43610c2a17: Pull complete [2024-08-08T15:41:51.556Z] 3a2ae6a8a46f: Pull complete [2024-08-08T15:41:51.815Z] 33b1e0a273af: Pull complete [2024-08-08T15:41:52.073Z] 5d3b04190fa2: Pull complete [2024-08-08T15:41:56.253Z] 2f39f015ded8: Pull complete [2024-08-08T15:41:56.253Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-08-08T15:41:56.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-08-08T15:41:56.253Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-08-08T15:41:56.359Z] prd-ubuntu20.04-docker-8c-8g-7388 does not seem to be running inside a container [2024-08-08T15:41:56.450Z] $ 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/667/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/667 -v /w/workspace/edgex-go/667:/w/workspace/edgex-go/667:rw,z -v /w/workspace/edgex-go/667@tmp:/w/workspace/edgex-go/667@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-08-08T15:42:09.685Z] $ docker top 5e7a30678e82246d3f94f88ebd8fe4f8e483b213028407f16063af33037ec2a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-08-08T15:42:11.379Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-08-08T15:42:11.680Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-08-08T15:42:11.967Z] + ls /var/log/sa-host [2024-08-08T15:42:11.967Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-08-08T15:42:12.138Z] provisioning config files... [2024-08-08T15:42:12.147Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/667@tmp/config11741393219683458736tmp [Pipeline] { [Pipeline] echo [2024-08-08T15:42:12.169Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:42:12.453Z] ---> create-netrc.sh [Pipeline] } [2024-08-08T15:42:12.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:42:12.803Z] ---> python-tools-install.sh [Pipeline] echo [2024-08-08T15:42:12.813Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:42:13.097Z] ---> sudo-logs.sh [2024-08-08T15:42:13.098Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-08-08T15:42:13.131Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:42:13.413Z] ---> job-cost.sh [2024-08-08T15:42:13.413Z] lf-activate-venv: SKIPPING [2024-08-08T15:42:13.413Z] DEBUG: total: 0.10999999940395355 [2024-08-08T15:42:13.413Z] INFO: Retrieving Stack Cost... [2024-08-08T15:42:13.674Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-08-08T15:42:13.934Z] INFO: Archiving Costs [Pipeline] echo [2024-08-08T15:42:13.948Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-08-08T15:42:14.235Z] ---> logs-deploy.sh [2024-08-08T15:42:14.235Z] lf-activate-venv: SKIPPING [2024-08-08T15:42:14.235Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/667 [2024-08-08T15:42:14.235Z] INFO: archiving workspace using pattern(s): [2024-08-08T15:42:15.174Z] Archives upload complete. [2024-08-08T15:42:15.432Z] INFO: archiving logs to Nexus